*{
  margin: 0px;
  padding: 0px;
}

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 {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 42px;
    color:#003b4d;
    margin-bottom: 0px;
    line-height: 45px;
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 25px;
}


h2{
    font-size: 36px;
    color: #FFFFFF;
    line-height: 42px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-bottom: 24px;
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
}

h3{
    color: #003b4d;
    font-size: 24px;
    vertical-align: 28%;
    margin-bottom: 12px;
    font-weight: bold;
    font-family: "Univers-Bold", Arial, Helvetica, sans-serif;
    margin-top: 36px;
    letter-spacing: .6px;
}

h4{
  font-size: 72px;
  color: #003b4d;
  font-weight: bold;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
    font-size: 16px;
    font-weight: bold;
    color: #f29111;
    position: relative;
    top: -6px;    
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}


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;
}

.searchable{

}

/* SKELETON **********************/
/* Grid */
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
  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;
}


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,
.tiny_only  {
  display: none;
}

.desktop_only {
  display: block;
}
#p2 .desktop_only {
  display: inline-block;
}
.book-slider {
  width: 100%;
  height: 800px;
}

.main_container {
  width: 1400px;
  height: 800px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
    overflow: hidden;
}
.icon-wrap {
    float: right;
    margin-right: 14px;
    margin-top: 14px;
}


/* TYPOGRAPHY *********************/

body {
  font-size: 16px;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.5;
  font-family: Univers, Arial, Helvetica, sans-serif;
  color: #4e5052;
}

p {
    -webkit-margin-before: 0px;
    display: block;
    letter-spacing: .2px;
    margin-bottom: 28.5px;
    line-height: 1.484em;
}
p.tighter{
    letter-spacing: 0px;
}

/***quotes**/
.quote_container,.mob_quote_2{
  display: inline-block;
  height: 100%;
  /*use the height below for future*/
  /*height: unset;*/
  width: 100%;
}

.quote_container::before,
.mob_quote_2::before{
  content: "";
  border-left: 2px solid #003b4d;
  display: inline-block;
  vertical-align: top;
  height: 128px;
  margin-top: 26px;
}

.pull_quote{
    color: #00758f;
    mix-blend-mode: multiply;
    font-size: 32px;
    display: inline-block;
    line-height: 42px;
    margin-left: 31px;
    padding-right: 27px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-bottom: 17px;
    height: 50%;
    width: 61%;    
}

.author {
  font-size: 28px;
  letter-spacing: .9px;
}

.pull_quote span{
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-family: "Univers Bold", Arial, Helvetica, sans-serif;
}


.pull_quote.left-flush{
    width: 673px;
    margin-left: -67px;
    padding-left: 66px;
    position: relative;
    z-index: 20;
}

.center-vert{
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);

}
.quote{
    color:#003b4d;
    line-height: 1.3em;
}

table .quote-end{
    background-image: none;
    display: inline;
    max-height: 0px;
    line-height: 14px;
    position: absolute;
    bottom: 4px;
}
.quote td{
    vertical-align: top;
}

.quote .right-side{
    margin-top: 10px;
    position: relative;
    line-height: 1.75em;
}
.quote-text{
    letter-spacing: -.01em;
    line-height: 1.35em;
}
.annotator {
    font-size: 16px;  
}
.quote-caller{
    color:#003b4d;
    font-family: "Univers-Bold", Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-top: .45em;
    line-height: normal;
}

.trad-asset{
    background-repeat: no-repeat;
    margin-bottom: 17px;
    line-height: normal;
}

.trad-asset tr{
     vertical-align: top;
 }
.asset-title{
    color:#003b4d;
    font-size: 24px;
}
.asset-desc{
    color: #4e5052;
    font-size: 16px;
}
.asset-icon{
    padding-right: 20px;
}
.hide_show{
  display: none;
}
/**lines table**/
.lines-table{
    margin-bottom: 4px;
}
.lines-table tr{
    height: 80px;
}

.lines-table td{
    padding-top: 4px;
    vertical-align: top;

}
.lines-table .light{
    background-color: #ffffff;
}
.lines-table .dark{
    background-color: rgba(58, 145, 63, .3);
}
.lines-table .table-num{
    font-family: "Univers-Bold", Arial, Helvetica, sans-serif;
    font-weight:400;
    line-height: normal;
    color: #f29111;
    font-size: 64px;
    width: 56px;
    letter-spacing: -.175em;
}

.lines-table p{
    width: 97%;
    margin-top: 10px;
    line-height: 1.377em;
}
.t_header{
  margin-bottom: -12px;
}
.t_content{
  margin-bottom: 4px;
}
.container-left-2-col .lines-table{
    width: 109%;
}
.container-right-2-col .lines-table{
    width: 92%;
}
.table_2 .table-num{
  font-size: 33px;
  color: #f29111;
  font-weight: bold;
  width: 70px;
}
/** other tables**/

.num-col{
    width: 60px;
    text-align: right;
    padding-right: 19px;
}
.icon-td{
    width: 96px;
    padding-right: 20px;
    vertical-align: initial;
}
/* video play button */

.video-thumbnail{
    width:420px;
    height: 216px;
    position: relative;
    margin-bottom: 13px;
}
.container-right-2-col .video-thumbnail{
    width: 480px;
    height: 267.75px;
}

.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: 121px;
  cursor: pointer;
  height: 119px;
  position: absolute;
  top: 50%;
  left: 50%;
  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;
}

.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%);
}
/* BG_IMAGE *********************/
.stat_container{
  display: inline-block;
  width: 350px;
  height: 270px;
  vertical-align: top;
}
.container2{
  width: 100%;
  height: 50%;
}
#img_container {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    height: 100%;
    width: 120px;
    background-image: url(../assets/images/wheel.svg);
    background-size: 81%;
    background-position: 18px 25px;
    padding: 54px 0px 0px 41px;
}
#img_container2 {
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    height: 100%;
    width: 120px;
    background-image: url(../assets/images/wheel2.svg);
    background-size: 81%;
    background-position: 18px 25px;
    padding: 54px 0px 0px 41px;
}

/* 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:#00758f;
    font-size:14px;
}

.footnote.bottom{
    bottom: 43px;
}


/*--------------------------------------------------------------
# COMPONENTS
--------------------------------------------------------------*/

/* NAV BAR */
.nav-bar {
    width: 100%;
    height: 57px;
    position: absolute;
    top: 0;
    z-index: 1;
    transition-delay: 5s;
    transition: .25s all ease-in-out;
    background-color: rgba(255, 255, 255, 0.8);
}

.nav-left{
    width:33.3%;
    position:relative;
}

.nav-right{
    width:33.3%;
    position:relative;
    float:right;
    height: 56px
}
.icon-wrap {
  display: block;
  opacity: 1;
  height: 100%;
}

.company-logo{
    opacity: 1;
}

.nav-bar a {
  text-decoration: none;
    letter-spacing: -.04em;
}

/* LOGO */
.company-logo {
	background-image: url(../assets/graphics/icons/oracle-logo.svg);
  background-repeat: no-repeat;
  height: 57px;
  width: 155px;
  float: left;
  display: none;
  margin-left: 69px;
  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-text{
    position: absolute;
    top: 474px;
    left: 100px;
}

.cover-title{
    font-size: 62px;
    color:#003b4d;
    font-family: "Univers-Bold", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin-bottom: -2px;
    letter-spacing: -0.015em;
    margin-left: -1px;
}
.cover-subtitle{
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
    font-size: 32px;
    color:#003b4d;
    letter-spacing: .097em;
    margin-left: -2px;
}
.cover-arrow{
		cursor: pointer;
    right: -121px;
    top: 21px;
    position: absolute;
    border-radius: 50%;
    background-image: url("../assets/images/arrow-cover.svg");
    background-repeat: no-repeat;
    width:84px;
    height: 84px;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition:aopacity .25s ease-in-out;
    -o-transition:opacity .25s ease-in-out;
}
.cover-arrow:hover{
    opacity: .8;
}

.popTitle {
    color: white;
    font-size: 21px;
    font-family: 'UniversLTStd', Arial, Helvetica, sans-serif;
    margin-left: 37px;
    width: 81%;
    padding-top: 30px;
}
.close-holder{
    width:100%;
}

/* ICON NAV */

.icon-wrap {
  float: right;
}

.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: -1px;
    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: 0%;
    padding-top: 45px;
    padding-bottom: 20px;
}
.icon-wrap .hamburger_icon > ul.social-dd {
    padding-bottom: 0px;
    padding-top: 25px;

}

.icon-wrap.hoverish  ul {
    transform: translateX(-93%);
  opacity: 1;
  visibility: visible;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
}

.icon-wrap > * > ul > li {
  list-style: none;
}

.icon-wrap > * > ul > li a, .icon-wrap > * > ul > li span {
    padding: 12px 20px 2px 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  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/hamburger.svg");
  width: 40px;
  height: 28px;
    background-position: top left;
  cursor: pointer;
}
.hamburger_icon.lighter{
    background-image: url("../assets/graphics/icons/hamburger-light.svg");
}


.hamburger_icon > ul {
    width: 585px;
}

.icon-download {
    background-image: url('../assets/graphics/icons/download-arrow.png');
    background-repeat: no-repeat;
    background-size: 28px 39px;
    padding-left: 50px;
    min-height: 39px;
    margin-bottom: 20px;
    background-position-y: 9px; 
    background-position-x: 4px;
    padding-top: 7px;
}

.icon-download > ul {
  text-align: center;
}

.icon-download > ul .pdf-link {
  font-size: 16px;
  padding: 15px 5px;
  width: 200px;
}

/* FOOTER *********************/
/******************************
FOOTER
******************************/
.footer {
  width: 100%;
  height: 42px;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);;
  font-family: "Univers", Arial, Helvetica, sans-serif;
  font-size: 12px;
    letter-spacing: -.05em;
    color:#003b4d;
    pointer-events: none;
}
.footer.txt-white{
    color:#FFFFFF;
}

.footer-book-title {
    float: right;
    margin-top: 10px;
    font-size: 13.5px;
    margin-right: 32px;
}
.footer-chap-title {
    margin-top: 12px;
    margin-left: 74px;
    display: inline-block;
}


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-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;
}

/**chapter number**/

.content-holder{
    position: relative;
    z-index: 5;
}
/*.chapter-number {
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 443px;
    margin-left: 394px;
    margin-top: -168px;
    z-index: -1;
    position: absolute;
}*/
.chapter-number{
  width: 100%;
  height: 600px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 9.1%;
  margin-left: 446px;
  position: absolute;
  z-index: -1;
}


/******************************
LISTS
******************************/
ul.no-dots-ul{
    list-style: none;
}

.arrow-text.indent {
    padding-left: 30px;
    margin-left: 30px;
}

/******************************
POPUPS
******************************/
.overlay-fill {
  width: 100%;
  height: 100%;
  background-color: black;
  display: block;
  position: absolute;
  top: 21px;
  opacity: 1;
}

/* modify to fit size of the popup image */

.popupContainer {
    width: auto;
    height: auto;
  background-color: transparent;
}

/******************************
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;

}

.container-1-col{
    height: 800px;
    padding: 99px 53px 0 69px;
    width: 100%;
    float: left;
}

.container-left-3-col{
    padding: 92px 45px 0 44px;
    float: left;
    width: 34%;
    height: 800px;

}

.container-mid-3-col{
    padding: 92px 25px 0 32px;
    float: left;
    width: 32%;
    height: 800px;
}

.container-right-3-col{
    padding: 92px 53px 0 36px;
    float: left;
    width: 34%;
    height: 800px;
}

.container-right-2-col{
    height: 800px;
    padding: 99px 53px 0 69px;
    width: 50%;
    float: left;
}
.container-right-2-col.flush{
    padding-left: 16px;
    padding-right: 0px;
}

.container-left-2-col{
    height: 800px;
    width: 50%;
    float: left;
    padding: 99px 53px 0 69px;
}

.contents_header{
    border-bottom: 1px solid white;
    font-size: 24px;

}
.auto-height{
    height:auto;
}

.menu-dd{
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #d2e8c5;
}

.menu-dd.social-dd{
    margin-top: 2px;
    padding-left: 30px;
    padding-top: 22px;
    padding-bottom: 7px;
}

.social-dd li{
    display: inline;
}
.chap-name{
    line-height: 1em;
}
.chap-desc{
    letter-spacing: -.04em;
}
.social-icons-holder{
    float: right;
    width: 209px;
    padding-right: 8px;
 }
.icon_smedia .icon {
 display: none;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    float: left;

}
.icon-smedia .icon a{
    background-color: transparent;
}

.social-icons-holder a:hover{
    opacity: 0.8;
}

article {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 7px;
    font-size: 13px;
}
article.indent{
    margin-bottom: 2px;
    font-size: 11px;
}
article.indent-more{
    margin-bottom: 0px;
    margin-top: -4px;
    font-size: 11px;
}
article:last-of-type{
    margin-bottom: 0px;
}
.container-left-2-col .TOC-wrap{
    margin-top: 11px;
}
.container-left-2-col .TOC-wrap table{

}
.container-right-2-col .TOC-wrap{
    margin-top: 78px;
    margin-left: -26px;
}
.container-right-2-col .TOC-wrap table{
    margin-bottom: -1px;
}
.TOC-table tr,.TOC-table td{
    vertical-align: top;
}
.TOC-chapter-title{
    display: inline-block;
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    font-weight:400;
    line-height: normal;
    color:#003b4d;
    font-size: 21px;
    width:96%;
    float:left;
    margin-bottom: 1px;
    padding-right: 170px;
    padding-top: 8px;
}
.page_num{
  font-size: 18px;
  color: #003b4d;
  font-family: Univers, Arial, Helvetica, sans-serif;
}
.TOC-desc{
    color: #4e5052;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.9px;
    display: inline-block;
    padding-right: 21px;
    padding-bottom: 29px;
}
#p2 a{
	text-decoration: none;
}
.chap_header:hover{
    text-decoration: underline;
}

.TOC-chap-num {
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    font-weight: 400;
    width: 55px;
    float: left;
    text-align: right;
    font-size: 90px;
    margin-right: 12px;
    line-height: 92px;
    padding-bottom: 33px;
    padding-left: 5px;
}
.container-right-2-col .TOC-chap-num{
  width: 59px;
  margin-right: 16px;
 	padding-top: 8px;
 	padding-left: 0px;
  padding-right: 8px; 
}

.h_container_left{
  width: 49%;
  height: 84%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding-top: 12px;
  padding-left: 52px;
  padding-right: 47px; 
}

.h_container_left p, 
.h_container_right p {
  font-size: 24px;
  line-height: 33px;
  margin-right: 0px;
}

.h_container_left p{
  margin-bottom: 37px;
  width: 101%;
}

.h_container_left p > img,
.h_container_right p > img {
  margin-right: 17px;
}

.h_container_left p > img{
  max-width: 36%;
}

.h_container_right p > img{
  max-width: 1.5%;
}

.h_container_right {
  width: 49%;
  height: 84%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding: 14px 102px 0px 4px;
}

.page {
  position: relative;
  width: 1400px;
  height: 800px;
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover !important;
}
/* dropcap */
.drop-cap{
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    font-weight: 400;
    float: left;
    font-size: 49px;
    padding: 0px;
    margin-right: 5px;
    margin-top: 15px;
    line-height: 29px;
    color:#3a913f;
}
.drop-cap.txt-green-lt{
    color: #d2e8c5;
}
.background-holder{
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
    position:absolute;
    z-index: 2;
    top: 97px;
}

.indent{
    padding-left: 18px;
}
.indent-more{
    padding-left: 32px;
}
p.indent{
    padding-left: 30px;
}
.inset{
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    display: table;
    margin-left: 66px;
    margin-top: 91px;
    width: 92%;
}

.inset .container-left-2-col {
    height: 600px;
    padding: 48px 84px 0 36px;


}
.inset .container-right-2-col {
    height: 600px;
    padding: 48px 53px 0 50px;
}

.bg-item{
    padding-top: 21px;
    padding-bottom: 33px;
    padding-left: 9px;
    padding-right: 30px;
    width: 96%;
    margin-top: 18px;
    height: 51.5%;
}
.bg-item table td {
    vertical-align: top;
    line-height: normal;
    padding-bottom: 8px;
}
.bg-item p{
    line-height: normal;
    margin-bottom: 13px;
}
.bg-item h3{
  margin-left: 16px;
}
.lines-holder{
    width:110%;
    margin-bottom: 32px;
}

.bttn{
    top: -12px;
    display: block;
    left: -38px;
    background-color: #00758f;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    height: 36px;
    letter-spacing: .315px;
    width: max-content;
    width:-moz-max-content;
    width: intrinsic;
    position: relative;
    -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-txt{
    line-height: 36px;
    display: inline-block;
    padding-bottom: 10px;
    vertical-align: 13px;
    padding-left: 18px;
    padding-right: 24px;
}

.bttn-arrrow{
    display: inline-block;
    background-image: url("../assets/images/arrow-btn-white.svg");
    background-repeat: no-repeat;
    background-size: 25px;
    height: 36px;
    background-position: center left;
    width: 34px;
    padding-right: 10px;
    -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-arrrow-blue{
    display: inline-block;
    background-image: url("../assets/images/arrow-btn-blue.svg");
    background-repeat: no-repeat;
    background-size: 25px;
    height: 36px;
    background-position: center left;
    width: 34px;
    padding-right: 10px;
    -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.bigger{
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
    height: 50px;
}
.bigger .bttn-arrrow{
    padding-right: 51px;
    background-size: 30px;
}
.bigger .bttn-txt{
    padding-left: 40px;
    padding-right: 20px;
    line-height: 39px;

}
.bttn:hover{
    color:#00758f ;
    background-color: #ffffff;
}

.bttn:hover .bttn-arrrow{
    background-image: url("../assets/images/arrow-btn-blue.svg");
    background-position: center 50%;
}

.img-right img, .img-responsive img{
    width: 100%;
}


.close-bttn-holder{
    width: 100%;
    height: 40px;
    text-align: right;
    padding-top: 20px;
    line-height: 30px;

}
.b-close{
    background-image: url("../assets/graphics/icons/close-bttn.svg");
    float:right;
    height: 30px;
    width:30px;
    position: relative;
    top: -5px;
    background-size: contain;
    cursor: pointer;
}
.b-close.pop-close{
    margin-right: 7px;
    margin-top: 9px;
}
.close-bttn:hover{
    opacity: .9;
}

.copyright {
 		font-family: Univers, Arial, Helvetica, sans-serif;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    color:#003b4d;
    padding-top: 11px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 50%;
}



/* cheats and fixes*/

#cheat_text1{
  padding-top: 18px;
  font-weight: normal;
  font-family: Univers, Arial, Helvetica, sans-serif;
  padding-left: 7px;
  line-height: 31px;
}
#cheat_text2{
  padding-top: 18px;
  font-weight: normal;
  font-family: Univers, Arial, Helvetica, sans-serif;
  padding-left: 7px;
  line-height: 31px;
}

.pad-top-0{
    padding-top: 0px;
}
.width_97{
	width: 97%;
}
.display_none{
  display: none;
}
.width_111{
  width: 111%;
}
@media screen and (max-width: 1400px) , screen and (max-height: 799px) {
    body, #pop1  {
        transform: scale(0.75);
        transform-origin: top center;
    }
}

.container-right-2-col  .TOC-chapter-title{
	padding-right: 32px;
  letter-spacing: .225px;
  margin-bottom: 0px;
  padding-top: 15px;
}

.pad_top_15 {
	padding-top: 15px;
}

.container-right-2-col .TOC-desc{
	letter-spacing: 0.2px;
}

.pad_right_10{
  padding-right: 10px;
}

#header_title_fix {
	padding-top: 93px;
}

.t_content_title {
	margin-left: 3px;
	font-size: 299%;
  color: #FFFFFF;
}

.pad_bot_17 {
	padding-bottom: 17px;
}

.pad_bot_10 {
	padding-bottom: 100px;
}

.pad_right_169 {
	padding-right: 169px;
}

.line_height_21 {
	line-height: 21px;
}
.height_space_24-115 {
	line-height: 24px;
  letter-spacing: 0.115px;
}

.letter_spc_115 {
	letter-spacing: .115px;
}
.letter_spc_0{
  letter-spacing: 0px;
}
.pad_right_0 {
	padding-right: 0px;
}

.pad_left_2 {
	padding-left: 2px;
}

.toc_desc2_fix {
	letter-spacing: .315px;
  line-height: 21px;
}

.toc_num3_fix {
	padding-top: 9px;
	margin-right: 17px;
}

.toc_desc4_fix {
	letter-spacing: .175px;
  padding-right: 0px;
  line-height: 21.5px;	
}

.cheat-seven-up {
	margin-top: -7px;
}

.cheat-twelve-up {
  margin-top: -12px;
}

.letter_space_0{
  letter-spacing: 0px;
}
.inline{
  display: inline-block;
}

/*BG-DEV*/

#p18{
  background-image: url('../assets/images/desktop/cover-back.png');
}
#p17{
    background-image: url('../assets/images/desktop/bg-ch05.png');
}
#p16{
    background-image: url('../assets/images/desktop/bg-ch05.png');
}
#p15{
    background-image: url('../assets/images/desktop/bg-ch04.png');
}
#p14{
    background-image: url('../assets/images/desktop/bg-ch04.png');
}
#p13 {
    background-image: url('../assets/images/desktop/bg-ch04.png')
}

#p12 {
    background-image: url('../assets/images/desktop/bg-ch04-pg11.png')
}

#p11 {
    background-image: url('../assets/images/desktop/bg-ch03.png')
}
#p10 {
    background-image: url('../assets/images/desktop/bg-ch03.png')
}

#p9 {
    background-image: url('../assets/images/desktop/bg-ch02.png')
}

#p7 {
    background-image: url('../assets/images/desktop/bg-ch02.png')
}

#p6 {
    background-image: url('../assets/images/desktop/bg-ch01.png')
}

#p5 {
    background-image: url('../assets/images/desktop/bg-ch01.png')
}
#p4 {
    background-image: url('../assets/images/desktop/bg-ch00.png');
  }
#p3{
    background-image: url('../assets/images/desktop/bg-ch00.png');
  }  
#p2{
    background-image: url('../assets/images/desktop/bg-ch00.png');
  }  

#p1{
    background-image: url('../assets/images/desktop/cover.png');
  }

.oracle_icon {
  width: 15%;
  margin-left: 97px;
}

#footNum {
    float: right;
    margin-top: 12px;
    padding-right: 16px;
}

.intro_fix {
  font-size: 42px;
  margin-bottom: 12px;
  letter-spacing: 0.1px;
  position: relative;
  top: -7px;
  color: #003b4d;
  margin-left: -4px
}

.bg_img_container {
  background-image: url(../assets/images/ch00-img01.svg);
  background-repeat: no-repeat;
  height: 100%;
  width: 74%; 
  position: absolute;
  top: 279px;
  z-index: -1;
  right: 53px;
  background-size: 86%
}

.slide_pg{
  background-color: rgba(0,59,77,.8);
  position: absolute;
  top: 56px;
  margin-left: 1350px;
  height: 703px;
  width: 1378px;
  z-index: 10;
  color: #FFFFFF;
  padding-top: -5px;
  visibility: hidden;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -o-transition:all .25s ease-in-out; 
}
.slide_pg1{
  background-color: rgba(0,59,77,.8);
    background-repeat: no-repeat;
    position: absolute;
    top: 56px;
    margin-left: 1306px;
    height: 703px;
    width: 1331px;
    z-index: 10;
    color: #FFFFFF;
  padding-top: -5px;
  visibility: hidden;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -o-transition:all .25s ease-in-out; 
}
.slide_pg2{
  background-color: rgba(0,59,77,.8);
  position: absolute;
  top: 56px;
  margin-left: 1350px;
  height: 703px;
  width: 1377px;
  z-index: 10;
  color: #FFFFFF;
  padding-top: -5px;
  visibility: hidden;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -o-transition:all .25s ease-in-out; 
}
.slide_pg3{
  background-color: rgba(0,59,77,.8);
  position: absolute;
  top: 56px;
  margin-left: 1350px;
  height: 703px;
  width: 1377px;
  z-index: 10;
  color: #FFFFFF;
  padding-top: -5px;
  visibility: hidden;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -o-transition:all .25s ease-in-out;  
}
.slide_pg4{
  background-color: rgba(0,59,77,.8);
  position: absolute;
  top: 56px;
  margin-left: 1352px;
  height: 707px;
  width: 670px;
  z-index: 10;
  color: #FFFFFF;
  padding-top: -5px;
  visibility: hidden;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -o-transition:all .25s ease-in-out;  
}
.hoverish_div {
  transform: translateX(-93%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition:all .25s ease-in-out;
  -o-transition:all .25s ease-in-out;  
}

.h_title {
/*  font-size: 241.5%;*/
  padding-top: 44px;
  padding-left: 54px;
  display: inline-block;
}

.h_close{
  display: inline-block;
  width: 91px;
  height: 24px;
  top: 15px;
  position: absolute;
  right: 48px;
  cursor: pointer;
  font-size: 18px;
}

.h_close img{
  display: inline-block;
  width: 28.5%;
  margin-left: 6px;
  position: absolute;
  top: 4px;
}

.bullets {
  margin-left: 12px;
  font-size: 24px;
  display: inline-block;
  margin-bottom: 28.5px;
  width: 92%;
}

.bullets span{
  display: block;
}

.arrow_1{
  position: relative;
  max-width: 4%;
  display: inline-block;
  vertical-align: top;
}

/*#arrow_2{
  max-width: 1.5%;
  position: absolute;
  left: 686px;
  top: 306px;
}

#arrow_3{
  max-width: 1.5%;
  position: absolute;
  left: 686px;
  top: 468px;
}*/
.white_arrow{
    max-width: 4%;
    margin-right: 6px;
    margin-top: -7px;
    vertical-align: top;
    display: inline-block;
}
#p3 .h_container_right a{
  top: -15px;
  left: 2px;
  width: 44%;
  margin-left: 0px;
  margin-top: 0px;
}

.read_link {
  background-color: #FFFFFF;
  color: #00758f;
}
/**********Desktop Specifics***************/
#p2 .container-left-2-col{
  padding-left:64px;
}
#p2 .container-right-2-col{
  padding-right: 60px;
}

#p3 p {
  width: 101%;
  margin-left: -1px;
}

#p3 .quote_container::before{
  margin-left: 68px;
}
#p3 .container-right-2-col {
  padding-top:  154px;
}

#p3 .quote_container::before{
  height: 226px;
}

#p3 .pull_quote{
    width: 64%;
    letter-spacing: 0px;
    margin-right: -14px;
    margin-bottom: 0px;
    font-size: 30px;
    padding-bottom: 0px;
    line-height: 39px;  
}
#p3 .pull_quote span{
  letter-spacing: 1px;
  font-weight: 700;
}
#p3 .pull_quote .bttn-txt{
	font-weight: 400;	
}
#p3 .bullets span {
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
}

#p3 .container-right-2-col p {
  width: 96%;
}
#p3 h3{
    margin-top: -1px;
    width: 60%;
    display: inline-block;
    font-weight: 400;
}
#p3 #cheat_text1,
#p3 #cheat_text2{
	color: #00758f;
}
#p3 .width-100{
    width: 100%;
    margin-bottom: 0px;
    padding-left: 22px;
    margin-top: 15px;
}
#p3 .container-left-2-col,
#p3 .container-right-2-col{
  height: 374px;
}
#p3 .h_container_left p{
  width: 97%;
}
#p3 .h_container_right .bttn-arrrow{
  background-image: url("../assets/images/arrow-btn-blue.svg");
}
#p3 a{
  top: 0px;
  left: 0px;
  margin-left: 69px;
  margin-top: 2px;
}
#p4 .container-1-col{
  padding-top: 203px;
}

#p4 .container-left-2-col {
  height: 800px;
  width: 50%;
  float: left;
  padding: 0px;
}

#p4 .container-right-2-col{
    height: 800px;
    padding: 8px 6px 0px 25px;
    width: 50%;
    float: left;
}

#p4 .quote_container::before{
  margin-left: 0px;
  height: 375px;
  vertical-align: top;
  margin-top: 8px;
  margin-right: 22px;  
}

#p4 h2 {
    display: inline-block;
    width: 82%;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 48px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 14px;
    font-family: Univers, Arial, Helvetica, sans-serif;
    color: #00758f;
}

#p4 span {
  font-weight: bold; 
  font-family: Univers Bold, Arial, Helvetica, sans-serif;
}
#p4 .container-right-2-col span{
   font-weight: 400;
}
#p4 .author {
  top: 10px;
  position: relative;  
}

#p4 .bttn {
  margin-top: 27px;
  margin-left: 38px;
} 

#p4 .video-play-bttn {
    position: absolute;
    top: 367px;
    left: 1012px;
    width: 7%;
}

.f-break {
  visibility: hidden;
}
#p5 .chapter-number{
  background-image: url(../assets/images/one.svg);
}

#p5 h1 {
    color: #003b4d; 
    line-height: 46px;
    font-family: Univers-Bold, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-top: -6px;
}

#p5 img {
  width: 39%;
  margin-left: 6px;
}

.annotator span {
  font-weight: bold;
  color: #f29111;  
}
/*#p5 .container-right-2-col {
  padding: 85px 53px 0 49px;
}*/

#p5 p {
    width: 99%;
    margin-bottom: 24px;
} 
#p5 .quote_container{
	margin-top: -12px;
}
#p5 .quote_container::before{
  height: 240px;
  margin-top: 13px;
  margin-left: 7px;
}

#p5 .pull_quote{
  line-height: 36px;
  margin-left: 14px;
  padding-top: 4px;
  height: 275px;
  width: 94%;
  font-size: 25px;
  letter-spacing: 1px;
  color: #00758f;
  margin-bottom: 50px;
  padding-right: 0px;
}
#p5 .pull_quote span{
  letter-spacing: 2px;
}
#p5 .pull_quote a{
  margin-top: 33px;
  margin-left: 38px;  
}

#p5 .footnote{
  margin-left: 6px;
  color: #00758f;
  width: 82%;
}

#p5 b{
  color: #f29111;
}

#p5 h3{
	font-weight: 400;
}

#tbnail-02{
  cursor: pointer;
}
.link_2{
  margin-left: 45px;
  margin-bottom: 43px;
}

/*#p6 .container-left-2-col{
  padding: 99px 49px 0px 76px;
}*/

#p6 .container-left-2-col p{
  margin-bottom: 19.5px;
  width: 101%;
}
#p6 h3 {
  margin-top: -10px;
  font-weight: 400;
}
#p6 .container-right-2-col{
  padding-top: 209px;
  padding-right: 36px;
  padding-left: 72px;
}
#p6 .pull_quote{
  font-size: 28px;
  margin-left: 20px;
  width: 94%;
  padding-right: 0px;
  line-height: 36px;
}
#p6 .quote_container::before,
#p6 .mob_quote_2::before{
  margin-left: 5px;
  margin-top: 23px;
  height: 355px;
}
 
#p6 .author{
  font-weight: bold;
  font-size: 21px;
  color: #00758f;
  position: relative;
  left: 29px;
  top: -93px;
  font-family: Univers Bold, Arial, Helvetica, sans-serif;
}
#p6 .bttn{
  margin-left: 5%;
  margin-top: 39px;
  top: -107px;
  left: 0px;
}
#p7 .chapter-number{
  background-image: url(../assets/images/two.svg);
  background-size: 17%;
  margin-left: 349px;
}

#p7 .quote_container::before{
  margin-left: 2px;
  height: 325px;
}

#p7 p{
  margin-bottom: 58.5px;
}
#p7 .pull_quote{
  font-size: 30px;
  letter-spacing: .6px;
  line-height: 37px;
  width: 93%;
  padding-right: 0px;
  height: 42%;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#p7 span{
  font-family: Univers Bold, Arial, Helvetica, sans-serif;
  color: #00758f;
}
#p7 .author{
    font-size: 24px;
    position: relative;
    font-weight: bold;
    left: 38px;
    line-height: 31px;
    top: -56px;  
}
#p7 .container-left-2-col{
   padding: 91px 53px 0 69px;
 }
#p7 .container-right-2-col{
  padding-left: 32px;
  padding-top: 213px;
}
#p7 .video-play-bttn{
  left: 72.5%;
  top: 361px;
  width: 104px;
}
#p7 img{
  margin-bottom: 28px;
}
#p7 a{
  margin-left: 37px;
}
#p7 .bttn-txt{
  color: #FFFFFF;
}
#p7 .bttn-txt:hover{
  color: #00758f;
}
#p7 .bttn:hover .bttn-arrrow{
    background-image: url("../assets/images/arrow-btn-blue.svg");
    background-position: center 50%;
}
#p9 h3{
  margin-top: -7px;
  font-weight: 400;
}
td b {
  font-size: 18px;
  color: #003b4d;
}
#p9 .footnote1{
  color: #00758f;
  font-size: 18px;
  padding-left: 57px;
  padding-top: 8px;
}
#p9 a{
  margin-left: 95px;
}
#p9 .container-right-2-col{
  padding-left: 17px;
  padding-top: 108px;
  padding-right: 0px;
}
#p9 .container-right-2-col .table-num{
  margin-left: 16px;
}
#p9 .container-right-2-col .bg-item{
  margin-left: 13px;
}
#p9 .slide_pg1 p{
  font-size: 18px;
  margin-bottom: 16.5px;
  margin-right: 0px;
  margin-bottom: 16.5px;
  line-height: 1.46em;
}
#p9 .h_container_left{
  padding-right: 29px;  
}
#p9 .description{
  width: 94%;
  display: inline-block;
  margin-top: -11px;
}
#p9 .h_container_right{
  padding: 28px 47px 0px 28px;
}
#p9 .h_close{
  right: 1px;
}
#p9 .t_content{
	 margin-bottom: 4px
}
#p9 .container-left-2-col{
	padding: 95px 53px 0 69px;
}
#p9 .h_container_right .bttn{
  margin-left: 73px;
    margin-top: 6px;
    color: #00758f;
    background-color: #FFFFFF;
}
#p9 .h_container_right .bttn-arrrow{
  background-image: url(../assets/images/arrow-btn-blue.svg);
}
#p9 .slide_pg1 .marg-bot-28{
  margin-bottom: 28px;
}
#p10 .container-left-2-col,
#p10 .container-right-2-col{
height: 492px;
}
#p10 .container-left-2-col{
  padding-top: 90px;
}
#p10 .chapter-number{
  background-image: url(../assets/images/three.svg);
  background-size: 17%;
  margin-left: 24%;
}

#p10 h1{
  width: 90%;
}
#p10 .container-right-2-col{
  padding: 94px 53px 15px 34px;  
}
#p10 img{
  margin-bottom: 29px;
}
#p10 .bttn{
  left: 0px;
}
#p10 .video-play-bttn{
  width: 102px;
  height: 119px;
  position: absolute;
  top: 254px;
  left: 72.5%;
}
#p10 img{
  height: 315px;
}
#p10 .quote_container{
  height: 195px;
  padding: 16px 98px 0px 70px;
}
#p10 .quote_container::before{
  margin-left: 0px;
  margin-top: 11px;
  height: 166px;
}
#p10 .pull_quote{
    padding-top: 0px;
    margin-left: 18px;
    width: 98%;
    height: 111%;
    padding-right: 0px;
    line-height: 46px;
    letter-spacing: -.1px;
}
#p10 .author{
  font-size: 24px;
  color: #00758f;
  top: -66px;
  position: relative;
  left: 27px;  
}
#p11 .container-left-2-col{
  padding: 91px 23px 0 71px;  
}
#p11 .container-right-2-col{
  padding: 75px 58px 0px 52px;
}
#p11 h3{
  margin-top: -4px;
  letter-spacing: 0px;
  font-family: Univers Bold, Arial, Helvetica, sans-serif;
}
#p11 p{
  margin-bottom: 21.5px;
  line-height: 22.5px;
}
#p11 .white_arrow{
  margin-top: 15px;
}
#p11 .description{
  display: inline-block;
  margin-top: -2px;
}
#p11 .description_last{
  width: 148%;
}

#p11 h5{
    font-family: Univers Bold, Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #003b4d;
    margin-top: 15px;
    width: 89%;
    line-height: 26px;
}
#p11 .inline{
  width: 93%;
}
#p11 .bttn{
  top: -30px;
  left: 0px;
}
#p11 .bttn2{
  top: -50px;
}
#p11 .cheat-3-up{
  margin-top: -3px;
}
#p11 .width-63{
  width: 65%;

}
#graph{
  float: right;
  max-width: 33%;
}
#graph2{
  float: left;
  margin-right: 13px;
  max-width: 36%;
}
#p11 .h_container_left{
  padding-top: 19px;
  padding-bottom: 169px;
  padding-right: 52px;
}
#p11 .h_container_left p, #p11 .h_container_right p{
    font-size: 18px;
    line-height: 25px;
    font-weight: 400
}

#p11 .h_container_right{
  padding: 19px 103px 0px 0px;
}
#p11 .h_container_right .white_arrow{
  margin-top: 0px;
  margin-right: 12px;
}
#p11 .h_container_right p{
  margin-bottom: 14.6px;
}
#p11 .h_container_right .width-93{
  width: 93%;
}
#p11 .cheat-40-bot{
  margin-bottom: 40px;
}
#p11 .h_video{
  top: 13px;
  background-color: #FFFFFF;
  color: #00758f;
}
#p11 .h_container_right .bttn-arrrow{
  background-image: url(../assets/images/arrow-btn-blue.svg);
}

#p11 .h_container_right span{
  color:#1f4f82;
}
#p11 .h_container_right p{
  padding-left: 7px;
  width: 101%;
}
#p11 .h_container_right span b{
	color: #f29111;
}
#p12 .chapter-number{
  background-image: url(../assets/images/four.svg);
  background-size: 19%;
  margin-left: 21%;
}
#p12 .container-left-2-col{
  padding-top: 91px;
}
#p12 .container-right-2-col{
  padding: 130px 56px 0 34px;
}
#p13 .container-1-col{
    background-color: rgba(0,117,143,.8);
    padding: 85px 37px 47px 35px;
    background-clip: content-box;
}

#zero{
    float: left;
    max-width: 23%;
    width: 100%;
    height: 193px;
    margin-right: 14px;
    position: relative;
    display: block;
}
#zero::after{
  content: "";
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;  
  background-image: url(../assets/images/zero.svg);
  background-repeat: no-repeat;
}

#graph3{
    position: inherit;
    max-width: 65%;
    margin-top: 49px;
    margin-left: 24px;
}
#p13 .container-left-2-col{
  padding: 18px 48px 0 47px;
}
#p13 p{
    color: #FFFFFF;
    width: 99%;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 400;
}
#p13 .container-right-2-col{
  padding: 19px 77px 0 14px;
}
#p13 a{
  left: 0px;
  top: 0px;
  padding-right: 19px;
  float: left;
  margin-right: 15px;
}
#p13 .bttn-arrrow{
  background-image: url("../assets/images/arrow-btn-blue.svg");
}
#p14 .container-left-2-col{
  padding: 88px 44px 0 71px;
}
#p14 h3{
	font-weight: 400;
  margin-top: 0px;
  margin-bottom: 15px;
}
#p14 p{
  margin-bottom: 14.5px;
  line-height: 22px;
  letter-spacing: 0px;
}
#p14 .letter-spc-3{
  letter-spacing: -0.3px;
}
#p14 .annotator {
  width: 43%;
  color: #00758f;
  display: inline-block;
}
#p14 .container-left-2-col a{
  top: -22px;
  left: 22px;
}
#p14 .container-right-2-col{
  padding: 92px 53px 0 57px; 
}

#p14 .container-right-2-col .annotator{
  width: 100%;
  margin-right: -4px;  
}
.marg-right-33{
  margin-right: 33px;
}
.annotate-container{
  width: 48%;
  display: inline-block;
}
.width-41{
  width: 41%;
}
#p14 .container-right-2-col .bttn{
  top: 0px;
  left: 0px;
  margin-right: 31px;
}
.big_stat{
  margin-top: -21px;
  letter-spacing: -13px;
} 
#p14 h5{
  font-size: 200px;  
  color: #f29111;
}
#p14 h5 span{
  font-size: 160px;
}
#p14 h6{
  font-size: 36px;
  margin-top: -50px;
  line-height: 39px;
  width: 95%;
  color:#003b4d;
}
#p14 h6 span{
color: #f29111;
}
#p15 .container-left-2-col{
  padding: 89px 59px 0 70px;
}
#p15 h3{
	font-weight: 400;
  margin-top: 0px;
}
#p15 p{	
  margin-bottom: 15.5px;
}
#p15 img{
  max-width: 73%;
  margin-left: 68px;
}
#p15 .container-right-2-col{
  padding: 93px 51px 0 55px;
}
#p15 .bttn{
  top: 0;
  left: 0;
  margin-bottom: 61px;
}
#p16 .container-left-2-col{
  padding: 90px 12px 0 71px;
}
#p16 .chapter-number{
  background-image: url(../assets/images/five.svg);
  background-size: 18%;
  margin-left: 26%;
}
#p16 p{
  margin-bottom: 56.5px;
  width: 102%;
}
#p16 .quote_container::before{
  margin-left: 0px;
  height: 348px;
} 
#p16 .pull_quote{
    color: #00758f;
    mix-blend-mode: multiply;
    font-size: 28px;
    display: inline-block;
    line-height: 36px;
    margin-left: 24px;
    padding-top: 19px;
    padding-bottom: 17px;
    margin-bottom: 17px;
    height: 46%;
    width: 95%;
    letter-spacing: .85px;
    padding-right: 1px;
}
#p16 span{
  color: #00758f;
}
#p16 .author{
  font-size: 21px;
  top: -62px;
  left: 27px;
  position: relative;
  letter-spacing: 0px;
}
#p16 .container-right-2-col{
  padding: 212px 70px 0 64px;
}
#p16 .video-play-bttn{
  width: 7%;
  top: 367px;
  left: 1051px;  
}
#p16 img {
    margin-bottom: 10px;
}
#p16 .bttn{
  top: 0px;
  left: 0px;;
}
#p16 .container-right-2-col span{
  color: #FFFFFF;
}
#p16 .container-right-2-col span:hover{
  color: #00758f;
}
#p17 .container-left-2-col{
  padding: 94px 24px 0 73px;
}
#p17 h3{
  line-height: 24px;
  margin-bottom: 24px;
  margin-top: 0px;
  font-weight: 400;
}
#p17 .white_arrow{
  max-width: 3%;
  margin-right: 13px;
  margin-top: 0px; 
}

#p17 .inline{
  font-size: 18px;
  margin-bottom: 5.5px;
  color: #1f4f82;
}
#p17 .txt-16{
  font-size: 16px;
}
#p17 .container-left-2-col .bttn{
  top: -6px;
  left: 0px;
  margin-bottom: 16px;
}

#p17 .txt-18{
  font-weight: 700;
  letter-spacing: .7px;
  margin-bottom: 12px;
}
#p17 .width-{
  width: 94%;
}
#p17 .margin_14_top{
  margin-top: 14px;
}
#p17 .marg-bot-16{
  margin-bottom: 14.5px;
}
#p17 .container-right-2-col{ 
  padding: 88px 69px 0 50px;
}
#p17 img{
  margin-right: 7px;
  max-width: 4.9%;
  float: left;
}
#p17 .container-right-2-col p{
  font-size: 16px;
  vertical-align: top;
  color: #4e5052;
  margin-bottom: 39px;
}
#p17 .container-right-2-col .marg-bot{
  margin-bottom: 5px;
}
#p17 .container-right-2-col .pad-left{
  padding-left: 52px;
}
#p17 .rem_inherit{
  color: #1f4f82;
}
#p17 .container-right-2-col .marg-bot2{
  margin-bottom: 75px;
}
#p17 .quote_container::before{
  margin-left: 5px;
  height: 187px;
  margin-top: 9px;
} 

#p17 .pull_quote{
  margin-left: 19px;
  font-size: 28px;
  padding-top: 0px;
  width: 94%;
  padding-right: 0px;
  letter-spacing: 1.1px;
  line-height: 37px;
}
#p17 .author{
    font-size: 21px;
    color: #00758F;
    top: -34px;
    position: relative;
    left: 31px;
}
#p17 .h_close{
	right: 0px;
}
#p17 .h_close img{
	max-width: 28.5%;
}
#p17 .h_title{
	padding-bottom: 15px;
  padding-top: 45px;
  padding-left: 0px;
}
#p17 .slide_pg4 p{
	font-size: 18px;
	margin-bottom: 19px;	
	width: 90%;
}
.slide_pg4 .pad-left-46{
	padding-left: 46px;
}
#p17 .marg-left-31{
	margin-left: 31px;
}
#p17 .bttn{
	top: 0px;
	left: 0px;
  margin-bottom: 51px;	
}
#p17 .slide_pg4 .bttn-arrrow{
  background-image: url("../assets/images/arrow-btn-blue.svg"); 
}
#p17 .slide_pg4 .marg-bot-8{
	margin-bottom: 8px;
}
#mobile-page-11{
	vertical-align: top;
}
/**********Tablet Landscape***************/
@media only screen and (max-width: 1024px){
    #p1{
      background-image: url('../assets/images/_mob-horiz/cover-mob-horiz.png');
    }
    #p2,
    #p3{
      background-image: url('../assets/images/_mob-horiz/bg-ch00-mob-horiz.png'); 
    }
    #p5{
      background-image: url('../assets/images/_mob-horiz/bg-ch01-mob-horiz.png'); 
    }
    #p7{
      background-image: url('../assets/images/_mob-horiz/bg-ch02-mob-horiz.png');  
    }
    #p10{
      background-image: url('../assets/images/_mob-horiz/bg-ch03-mob-horiz.png'); 
    }
    #p12{
    	background-image: url('../assets/images/_mob-horiz/bg-ch04-mob-horiz.png');
    }
    #p16{
			background-image: url('../assets/images/_mob-horiz/bg-ch05-mob-horiz.png');
    }
    #p17{
     	background-image: url('../assets/images/_mob-horiz/bg-ch05-mob-horiz.png');
    }
    #p18{
      background-image: url('../assets/images/_mob-horiz/bg-cover-mob-horiz.png'); 
    }                                    
    html{
        overflow: hidden;
    }
    body{
        height:100vh;
        position: relative;
    }
    .TOC-chap-num{
    	position: relative;
    	top: 8px;
    }
    span.desktop_invis{
        display: inline;
    }

    .book-slider, .main_container, .page {
        width: 100vw;
        max-height: 100vh;
        height: 100vh;
    }
    .background-holder{

         }
    #preloader{
        height: 100vh;
    }
    .oracle_icon{
      width: 23%;
      margin-left: 188px;
    }
    .main_container{
        position:fixed;
        bottom:0px;
        overflow: hidden;
        top:0px;
    }
    #header_title_fix{
    	padding-top: 	26px;
    }
    #p1{
    	padding-top: 0px;
    }
    #p5 .chapter-number{
      background-size: 14%;
      margin-left: 92%;
    }
    .hide_show{
      display: inherit;
    }
    .mob-inline-block{
      display: inline-block;
    }
    .page{
        -webkit-overflow-scrolling: touch;
    }
    .content-holder{
        display: inline-block;
        width: 100%;
        margin-left: -34px;
    }
    .mob-margin-bot-28{
      margin-bottom: 28.5px;
    }
    .bg-orange-10, .bg-orange-20, .bg-orange-30, .bg-orange-04{
        background-color: transparent;
    }
    #img_container2, #img_container{
    	padding-top: 	59px;
    }
    .nav-left{
        width: 40%;
    }
    .nav-right{
        width: 50%;
    }
    .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;

    }
    .mob-margin-top-5{
      margin-top: -5%;
    }
    .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;
    }
    .copyright {
        top: unset;
        width: 100%;
        padding-right: 10%;
        padding-left: 24px;
        height: auto;
        display: table;
        padding-bottom: 40px;
        left: 0px;
    }
    .page{
        padding-top: 57px;
        position: relative;
    }
    .row:after{
        display: inline-block;
    }
    .slick-slide > .container{
        padding: 40px 0px 100px 0px;
        width: 85%;
        margin: auto;
        min-height: calc(100vh - 80px);
        height: unset;
    }
    article{
        width: 85%;
        display: block;
        padding-bottom: 20px;
        font-size: 16px;

    }
    article.indent{
        margin-bottom: 20px;
        font-size: 16px;
    }
    article.indent-more{
        margin-bottom: 20px;
        font-size: 16px;
    }
    article a{
        height: auto;
        display: flow-root;
    }
    .contents_header{
        width:85%;
        margin: auto;
        padding-top: 30px;
        margin-bottom: 20px;

    }
    .footer-chap-title {
        margin-left: 44px;
    }
    .footer {
        height: 29px;
    }
    .footer-phone{
        display: block;
        height: 100px;
        background-color: rgba(255,255,255, 0.4);
        z-index: 10;
        left: 0px;
        width: 100%;
        color:#003b4d;
        font-size: 18px;
        position: absolute;
        bottom: -100px;
        transition: .5s bottom ease-in-out;
    }
    .footer-phone.up{
        bottom: 0px;
    }
    .footer-phone a {
        color:#003b4d;
        margin-left: 0;
        font-size: 18px;
    }

    .footer-phone a.tab-previous{
        margin-left: -40px;
        margin-right: 56px;
    }

    .footer-phone a.tab-next{
        margin-left: 0;
    }
    .tab-backToTop{
        margin-left: 0 !important;
    }
    .footer-phone .tab-backToTop{
        background-image: url('../assets/images/_phone/phone-up.svg');
        background-repeat: no-repeat;
        background-size: 30px 30px;
        background-position: center center;
        text-align: center;
        padding-left: 0;
        margin-left: 0;
        padding-top: 70px;
    }

    .mobile-footer-section{
        height: 100px;
        width: 33.3%;
        float:left;
        position: relative;
    }
    .slick-next-mobile{
        width: 100%;
        background-image: url('../assets/images/_phone/phone-next.svg');
        background-position: right center;
        background-size: 30px 30px;
        background-repeat: no-repeat;
        margin-left: -20px;
        padding-right: 40px;
        height: 38px;
        line-height: 38px;
        text-align: right;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .slick-prev-mobile{
        width: 100%;
        background-image: url('../assets/images/_phone/phone-prev.svg');
        background-size: 30px 30px;
        background-repeat: no-repeat;
        background-position: left center;
        height: 38px;
        line-height: 38px;
        margin-left: 20px;
        padding-left: 40px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .company-logo {
        margin-left: 45px;
    }
    .icon-wrap {
        margin-right: 19px;
    }
    .slick-prev,
    .slick-next {
        width: 22px;
        height: 38px;
        background-size: contain;
    }
    .row.toc {
        margin-top: 0px;
    }
    .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, #p7 .container-left-2-col,#p7 .container-right-2-col, #p10 .container-left-2-col, #p10 .container-right-2-col, #p10 .quote_container, #p12 .container-left-2-col, #p12 .container-right-2-col, #p16 .container-left-2-col,#p16 .container-right-2-col, #p17 .container-left-2-col,#p17 .container-right-2-col{
        width: 100%;
        height: auto;
        padding: 0;
    }
    #p12 .container-1-col {
       background-color: rgba(0,117,143,.8);
       padding: 0px 44px 44px 44px;
       width: 106%;
       margin-top: 28.5px;
    }
    .h_container_left, .h_container_right{
    	height: unset;
    }
    .TOC-article-wrap{
        border-left:none;
        margin-left: 0px;
        margin-top: 0px;
        padding-left: 0px;
        padding-bottom: 60px;
    }
    .cheat-margin-up{
        margin-top: -24px;
    }
    .mob-cheat-margin-up-2{
      margin-top: -1.5%;
    }
    #p2 .container-left-2-col{
      padding-left: 0px;
    }
    .icon-wrap .hamburger_icon > ul{
        padding-top: 20px;
    }
    .inset {
        margin-left: 50px;
        margin-top: 40px;
    }

    .pull_quote{
        display: inline-block;
        margin-bottom: 40px;
        height: 50%;
        width: 109%;
        background-blend-mode: darken;
    }

    .pull_quote.left-flush{
        margin-left: 0px;
    }
    .circle-icon-table{
        width: 80%;
    }
    .lines-holder {
        width: 100%;
    }

    .container-left-2-col .lines-table, .stat_container,.container-left-2-col .lines-table, .container-right-2-col .lines-table, .h_container_left, .h_container_right{
        width: 100%;
    }
    .h_container_left, .h_container_right{
      display: block;
    }
    .h_container_right{
      vertical-align: top;
      padding-top: 12px;
      padding-left: 52px;
      padding-right: 47px; 
    }
    .container-right-2-col.flush{
        padding-left: 0px;
    }
    .cover-text {
        top: 403px;
        left: 189px;
        width: 90%;
    }
    .cover-arrow {
      top: 42px;
      width: 81px;
      height: 81px;
      right: 140px;
    }
    .inset .container-left-2-col {
        height: auto;
        border-left:4px #3a913f solid;
        background-color: rgba(210,232,197,.6);
    }
    .inset .container-right-2-col{
        height: auto;
    }
    .center-vert{
        position: relative;
        top:0px;
        transform:translate(0%, 0%);
    }
    .container-1-col {
        height: auto;
        padding: 99px 2px 0 0px;
    }
    .cover-title{
        font-size: 42px;
        margin-bottom: 10px;
    }
    .cover-subtitle{
        font-size: 24px;
    }
    .bg-item table td{
        padding-bottom: 25px;
    }
    .arrow-text.fat-arrow {
        margin-bottom: 18px;
    }
    #p3 .container-right-2-col{
      margin-top: -34.5%; 
    }

    #p3 .quote_container::before{
      height: 279px;
      margin-top: -27px;
      margin-left: 0px;
    }
    #p3 .pull_quote{
      width: 94%;
      margin-bottom: 73px;
    }
    #p3 h3{
      width: 204px;
    }
    #p3 #cheat_text2{
      width: 245px;
    }

    .container2{
      width: 330px;
      height: 50%;
      display: inline-block;
      vertical-align: top;
    }

    div .width-399{
      width: 399px;
    }
    #p3 a{
    	position: absolute;
    	top: 69%;
      margin-left: 0px
    }
    #p3 .h_container_right a{
			width: max-content;
	    padding-left: 0px;
	    top: 153vh;
	    left: 5vw;
    }
    .mob-cheat-left-2{
    	margin-left: -2vw;
    }
    #p3 .width-100{
    	padding-left: 0px;
    }    
    .slide_pg, .slide_pg1, .slide_pg2, .slide_pg3{
      width: 99.5%;
      height: 174%;
      margin-left: 97%;
    }
    #p5 .quote_container::before{
			height: 171px;
	    margin-top: 13px;
	    margin-left: 0px;
    }
    #p5 .pull_quote{
    	height: 203px;
    }
    #p5 .mob_quote_2{
    	margin-top: 0px;
    }
    #p5 .footnote{
    	margin-left: 0px;
    }

    #p5 .mob_width_84{
    	width: 84%;
    	margin-left: 0px;
    }
    #p5 .mob_top_13{
    	margin-top: 13px;
    }
    #p5 .mob_quote_2::before{
    	height: 229px;
    	margin-bottom: 95px;
      margin-left: 0px;
    }
    #p5 .author{
    	font-size: 21px;
    	color: #00758f;
    	font-weight: 700;
    }
    #p5 .author{
    	position: absolute;
    	left: 19px;
    	bottom: 87px;
    }
    #p5 .footnote{
    	position: absolute;
    	bottom: 11px;
    }
    .bg-item h3{
      margin-left: 0px;
    }    
    #p7 .chapter-number{
      background-size: 24%;
      margin-left: 82%;
    }
    #p7 p{
    	margin-bottom: 24px;
    }
    #p7 .quote_container::before{
    	height: 38vh;
    }
    #p7 .video-play-bttn{
    	left: 31.5%;
    	top: 654px;
    }
    .slide_pg1 p{
      width: 93%;
    }
    #p7 .description{
      display: inline-block;
      width: 90%;
    }
    #p7 .h_container_right .bttn {
      color: #00758f;
      background-color: #FFFFFF;
    }
    #p7 .h_container_right .bttn-txt{
      color: #00758f;
      background-color: #FFFFFF;
      padding-bottom: 0px;
    }
    #p7 .h_container_right .bttn-arrrow {
      background-image: url(../assets/images/arrow-btn-blue.svg);
    }
    #graph{
    	position: relative;
    	top: -83px;
    }    
    #p7 h3{
    	margin-top: 0px;
    }
    .white_arrow{
      max-width: 3%;
      margin-top: 2px;
    }
    .slide_pg1{
      height: 200%;
    }
    .slide_pg2,
    .slide_pg3{
      height: 260%;
    }
    #p10 .pull_quote{
      width: 96%;
    }
    #p10 .quote_container::before{
      height: 291px;
    }
    #p10 .author{
      top: -25px;
    }
    #p10 .white_arrow{
      height: 26.1px;
    }
    #p10 .inline{
      width: 95%;
    }
    #p10 h5{
      font-family: Univers Bold, Arial, Helvetica, sans-serif;
      font-size: 21px;
      font-weight: bold;
      color: #003b4d;
      width: 89%;
      line-height: 26px;
    }
    #p10 .video-play-bttn{
      top: 18%;
      left: 31.5%;
    }
    #p10 .chapter-number{
      background-size: 25%;
      margin-left: 81%;      
    }
    #p10 .h_title{
      width: 59%;
    }
    #p10 .slide_pg2 img,
    #p10 .slide_pg3 img{
      height: unset;
    }
    .slide_pg2,
    .slide_pg3{
      padding-right: 5%
    }
    #p10 .h_container_right span b {
      color: #f29111;
    }
    #p10 .h_video {
        top: 13px;
        background-color: #FFFFFF;
        color: #00758f;
    }
    #p10 .h_container_right .bttn-arrrow {
      background-image: url(../assets/images/arrow-btn-blue.svg);
    }
    .h_title{
      padding-left: 49px;
    }
    #p12 .container-1-col p{
      color: #FFFFFF;
    }
    #p12 .annotator{
      color: #00758f;
    }
    #p12 h5{
      font-size: 200px;  
      color: #f29111;
    }
    #p12 .h_title{
      padding-left: 0px;
    }
    #p12 h6{
    font-size: 36px;
    margin-top: -50px;
    line-height: 39px;
    width: 62%;
    color:#003b4d;
    margin: 0 auto;
    margin-top: -8vh;
    }
    #p12 h6 span{
    color: #f29111;
    }
    #p12 h5{
      text-align: center;
    }
    #p12 .bttn-arrrow2{
      background-image: url(../assets/images/arrow-btn-blue.svg);
    }
    #p12 h3 .fix1{
      margin-top: -1px;
    }
    .img1{
      max-width: 55%;
      display: block;
      margin: 0 auto;
      margin-bottom: 28.5px;
    }
    #p12 .bttn{
      left: 0px;
    }
    #p12 .chapter-number{
      background-size: 27%;
      margin-left: 79%;
    }
    #zero{  
      max-width: 17%;
      min-width: 17%;
    }
    #graph3 {
      max-width: 65%;
    }
    #p16 .chapter-number{
      background-size: 24%;
      margin-left: 82%;
    }
    #p16 p{
      margin-bottom: 28.5px
    }
    #p16 .quote_container::before{
      height: 280px;
    }
    #p16 .video-play-bttn{
      width: 11%;
      top: 43em;
      left: 18em;
    }
    #p17 .mob-margin-bot-28,
    #p17 .container-right-2-col .marg-bot2{
      margin-bottom: 28.5px;
    }
    #p17 .quote_container::before{
      height: 154px;
    }
    .slide_pg4{
      margin-left: 977px;
      background-color: rgba(0,59,77,1);
    }    
    .copyright{
      background-color: rgba(255,255,255,.6);
    }
}
/**********Tablet Portrtait*******/

@media only screen and (max-width: 910px) {
    #p1{
      background-image: url('../assets/images/_mob-vert/cover-mob-vert.png');
    }
    #p2,
    #p3{
      background-image: url('../assets/images/_mob-vert/bg-ch00-mob.png');
    }
    #p5{
      background-image: url('../assets/images/_mob-vert/bg-ch01-mob.png');
    }
    #p7{
      background-image: url('../assets/images/_mob-vert/bg-ch02-mob.png');
    }
    #p10{
      background-image: url('../assets/images/_mob-vert/bg-ch03-mob.png');
    }
    #p12{
      background-image: url('../assets/images/_mob-vert/bg-ch04-mob.png');
    }
    #p16{
      background-image: url('../assets/images/_mob-vert/bg-ch05-mob.png');
    }
    #p17{
      background-image: url('../assets/images/_mob-vert/bg-ch05-mob.png');
    }
    #p18{
      background-image: url('../assets/images/_mob-vert/bg-cover-mob.png');
    }       
    .display_tab{
      display: initial;
    }
    .cover-text {
        top: 35em;
        left: 97px;
    }
    .cover-arrow {
        top: 1em;
        right: 5em;
    }
    .content-holder{
        padding-right: 40px;
    }
    .oracle_icon{
      width: 30%;
      margin-left: 96px;
    }
    #header_title_fix{
    	padding-top: 54px;
    }
    .slick-slide > .container {
        margin: 0px;
        padding: 40px 19px 120px 45px;
        width: 100%;
    }
    .inset {
        margin-left: 0px;
    }
    article {
        margin-bottom: 22px;
    }
    span.desktop_invis{
        display: inline;
    }
    .nav-left {
        width: 50%;
    }
    .slide_pg{
    	height: 1432px;
    	width: 98%;
    }
    #p1{
    	padding-top: 	0px;
    }
    #p3 .h_container_right a{
    	top: 83%;
    	left: 8%;
    }
    .search-box{
        width:295px ;
        background-position: 257px;
    }
    .stat_container{
    	width: 101%;
    }
    #p3 #cheat_text2{
    	width: 207px;
    }
    div .width-399{
    	width: 332px;
    }
    #p3 .quote_container::before{
      height: 344px;
      margin-top: -13px;
    }

    .stat_container{
      margin-bottom: 91px;
    }
    .content-holder{
    	margin-left: 0px;
    }

    #p5 .quote_container::before{
    	height: 211px;
    }
    #p5 .mob_quote_2::before{
    	height: 312px;
      margin-left: 0px;
      margin-top: 0px;
    }
    #p5 .author{
    	bottom: 90px;
    }
    #p5 .footnote{
    	margin-left: 0px;
    	bottom: -13px;
    }
    #p5 .chapter-number{
      background-size: 21%;
      margin-left: 73.5%;
    }
    #p7 .quote_container::before{
    	height: 35vh;
    }

    #p7 .chapter-number{
      background-size: 36%;
      margin-left: 59%;
    }
		#p7 .video-play-bttn {
	    left: 42.5%;
	    top: 764px;
		}
		#graph{
			top: -108px;
		}
    .slide_pg1,
    .slide_pg2,
    .slide_pg3{
      margin-left: 98.4%
    }
    .slide_pg1{
      height: 180%;
    }    
    .slide_pg2{
      height: 186%;
    }
    .slide_pg3{
      height: 196%;
    }    
    .h_title{
      width: 99%;
    }
    #p10 .chapter-number{
      background-size: 38%;
      margin-left: 57%;
    }
    #p10 .video-play-bttn{
      left: 39.5%;
      top: 20%;
    }
    #p10 .quote_container::before{
      height: 374px;
    }    
    #p12 .chapter-number{
      background-size: 41%;
      margin-left: 54%;
    }
    #zero{  
      max-width: 23%;
      min-width: 23%;
    }    
    #p16 .chapter-number{
      background-size: 37%;
      margin-left: 58%;
    }
    #p16 .quote_container::before{
      height: 350px;
    }
    #p16 .video-play-bttn{
      top: 51em;
    }
    #p17 .quote_container::before{
      height: 197px;
    }
    .slide_pg4{
      margin-left: 722px;
    }
    .copyright{
      background-color: rgba(255,255,255,.6);
    }
}

/**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);
    }
    .container-left-2-col{
      position: relative;
    }
    .icon-wrap > * > ul > li span, 
    .icon-wrap > * > ul > li a{
      padding-top: 4px;
    }
    .icon-wrap .hamburger_icon > ul{
      padding: 10px;
    }
    #p1{
      background-image: url(../assets/images/_phone/cover-bg-phone.png);
    }
    #p3 .container-left-2-col ,#p3 .container-right-2-col, #p3 .pull_quote, .chapter-number, .h_container_left, .h_container_right{
    	margin: 0;
    	padding: 0;
    	height: unset;
    }
    .tablet-only{
    	display: none;
    }
    .remove_phone{
      display: none;
    }
    .thumb-container{
        max-width:  Calc(100vw - 30px);
    }
    .img-responsive img,
    #p3 .h_container_left p,
    #p3 .h_container_right p{
        width: 100%;
    }
    .oracle-icon{
      margin-top: -1em;
    }
    .oracle_icon{
      margin-top: -1em;
      width: 30%;
      margin-left: 15px;
    }
    .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;
    }
    .trial-holder{
        position: relative;
        margin-bottom: 25px;
        height: 30px;
        width: 100%;
    }
    .center{
      position: inherit;
      display: block;
    }
    .trail-bttn.phone-only{
        position: absolute;
        float: none;
        transform: translateX(-50%);
        left: 50%;
    }
    .margin-top_3{
      margin-top: -3%;
    }
    .icon-wrap{
        margin-top: -3px;
    }
    .search-box{
        top:3px;
    }
    .search-hotspot {
        width: 40px;
        right: 46px;
        top: 3px;
    }
    .slick-list{
        min-height: 100vh;
    }

    .footer-phone{
        display: block;
    }
    .tablet-only{
        display: none;
    }
    .phone_only{
    	display: initial;
    }
    .unrow{
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    h1{
        font-size: 36px;
        line-height: normal;
    }

    h2{
        font-size: 20px;
        line-height: 0em;
    }
    h3{
        font-size: 22px;
    }
    .content-holder, .TOC-chapter-title{
        width: 100%;
        padding-right: 0px;
        padding-top: 15px
    }

    .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;
    }
    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{
      font-size: 1em;
      top: 10em;
      position: relative;
      left: 0;
      width: 100%;
      background-color: rgba(255,255,255, .8);
      padding: 6.4%;
    }
    .cover-arrow {
        top: 446px;
    		right: 51px;
    }

    .cover-title{
        letter-spacing: normal;
        font-size: 25px;
        margin-bottom: 4%;
    }
    .cover-subtitle{
        font-size: 16px;
    }
    .cover-arrow{
      transform: translate(-50%, -50%);
      height: 2em;
      width: 2em;
      position: absolute;
      top: 74%;
      left: 88%;
    }
    .nav-bar{
        height: 32px;
        background-color: rgba(255,255,255, .5);
    }
    .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;
    }

    .icon-wrap {
        margin-right: 15px;
    }
    .hamburger_icon{
        height: 17px!important;
        width: 24px;
        background-size: contain;
        margin-top: 7px;
    }

    .footer-phone,  .footer-phone a {
        font-size: 14px;
    }

    .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: 95vw;
    }
    .copyright {
        width: 100%;
        left: 0px;
        padding-bottom: 100px;
    }
    .footer-phone{
        height: 50px;
    }
    .mobile-footer-section{
        height: 50px;
    }
    .footer-phone .tab-backToTop{
        padding-top: 0px;
    }
    .inset .container-left-2-col, .inset .container-right-2-col {
        padding: 21px 8px 20px 8px;
    }
    .video-thumbnail,.container-right-2-col .video-thumbnail {
        width: 100%;
        height: auto;
    }
    .video-play-bttn{
        width: 80px;
        height: 80px;
    }
    .pull_quote {
        padding-left: 8px;
        padding-right: 8px;
    }
  
    .chapter-number{
        margin-right: -30px;
    }
    .pull_quote.left-flush{
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .bttn.bigger{
        margin-left: -8px;
    }
    .arrow-text.fat-arrow-large{
        background-size: 24px 24px;
        padding-left: 35px;
        font-size: 18px;
    }
    .circle-icon-table{
        width: 100%;
    }
    .pad_bot_17{
      padding-bottom: 0px
    }
    #p3 a{
    	top: 1310px;
    }
    #p3 .quote_container::before{
    	height: 100%;
    }
		#p3 .quote_container::before,
		#p3 .pull_quote{
			margin-top: 0px;
    }
    #p3 .pull_quote{
    	margin-left: 2%;
      line-height: unset;
      font-size: 18px;
    }
    #p3 .slider_pg{
    	position: inherit;
    }

    .stat_container{
    	margin-top: 0px;
      margin-bottom: 28px;
    }
    .container2{
    	width: 100%;
    }
    div .width-399{
      width: 100%;
    }
    .mob-cheat-left-2{
    	margin-left: 0px;
    }
    #p3 .stat_container h3,
    #p3 #cheat_text2,
    #p3 #cheat_text1{
    	width: 55%;
    }
    #p3 #cheat_text1, #p3 #cheat_text2 {
      font-size: 18px;
    }
    #p3 .stat_container .stat_title{
      width: 100%;
      position: relative;
      top: 17px;      
    }
    #p3 .bullets span{
      display: inline-block;
    }
    #cheat_text1,
    #cheat_text2{
      line-height: inherit;
    }
    #p5 .chapter-number{
      margin: 0;
      width: 100%;
      left: 79%;
      height: 299px;
      top: 0px;
    }
    #p5 .pull_quote{
    	height: unset;
    	width: 92%;
    }
    .slide_pg{
	    height: unset;
	    visibility: inherit;
	    margin: 0;
      margin-top: 67px;
	    position: inherit;
	    width: 100%;
	    padding: 15px;
    }
    .h_title{
    	line-height: 1.3em;
	    width: 100%;
	    padding: 0;
	    font-size: 22px;
    }
    .h_container_left p, 
    .h_container_right p {
      font-size: 15px;
      margin-right: 0px;
      line-height: inherit;
    }
    .bullets{
      font-size: 15px;
    }
    #img_container,
    #img_container2{
      padding-top: 58px;
      padding-left: 46px;
    }
    #p3 a{
    	position: inherit;
    }
    .arrow_1{
	    position: relative;
	    max-width: 9%;
	    float: left;
	    top: 2px;
      width: 13px;
      margin-bottom: 32px;
    }
    .bullets{
    	width: 86%;
    }
    #p5 .pull_quote {
	    height: unset;
	    width: 92%;
      line-height: inherit;
	    margin-bottom: 0px;
      font-size: 18px;
	    padding-bottom: 0px;
	    padding-top: 0px;
		}

		#p5 .quote_container::before{
			height: 100%;
			margin-top: 0px;
			margin-bottom: 24px;
		}

		#p5 img,
		#p5 .bttn{
			display: block;
		}
    .link_2{
      margin-left: 0px;
    }

		#p5 .bttn{
			position: inherit;
    	margin-top: 7px;
		}		

		#p5 .mob_width_84{
			width: 100%;
		}
		#mobile-page-13{
			width: 100%;
    	margin-left: 22px;
		}
		#p5 .author{
			position: inherit;
      font-size: 20px;
		}
		#p5 .mob_quote_2::before{
  		height: 100%;
      margin-left: 0px;
      margin-top: 0px;
    }
    #p5 .mob_quote_2{
      margin-bottom: 110px;
    }
    #p5 .footnote{
      top: calc(96% + 11px);
    }
    #mobile-page-13{
      margin-left: 0px;
      margin-top: 17px;
      line-height: 26px;
    }
    #p7 .chapter-number{
      margin-top: -232px;
      margin-left: 78px;
      font-size: 20px;
    }
    #p7 .pull_quote{
      margin-left: 14px;
      padding-top: 0px;
      margin-bottom: 0px;
      height: auto;
      line-height: inherit;
      font-size: 18px;
    }    
    #p7 .quote_container{
      margin-bottom: 38px;
    }
    #p7 .quote_container::before{
      margin-left: 0px;
      float: left;
      height: 102%;
      margin-top: 0px;
    }
    #p7 .author{
      top: 11px;
      position: relative;
      left: 0px;
      font-size: 20px;
    }
    #mobile-page-14{
      margin-left: 22px;
    }
    #p7 .video-play-bttn,
    #p10 .video-play-bttn{
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
    }
    #p7 .white_arrow{
      max-width: 7%;
      width: 13px;
      padding-top: 2px;
      margin-top: 0px;
    }
    #p7 .description {
      width: 86%;
    }
    .slide_pg1,
    .slide_pg2,
    .slide_pg3{
      visibility: inherit;
      margin: 0;
      position: inherit;
      padding: 15px;
    }
    .slide_pg2{
      height: unset;
      margin-top: -30%;
    }
    .slide_pg1,
    .slide_pg3{
      margin-bottom: 60px;
    }
    #p7 a{

    }    
    #p7 .bttn3{
      margin: 0;
      position: inherit;
      margin-bottom: 28px;
    }
    #p7 .slide_pg1 .bttn{
      position: inherit;
      margin: 0 auto;
      display: block;
    }
    .vid_container{
      position: relative;
    }
    #p7 img{
      margin-bottom: 0px;
      width: 100%;
    }
    #p7 .chapter-number,
    #p10 .chapter-number,
    #p12 .chapter-number,
    #p16 .chapter-number{
      margin: 0;
      position: absolute;
      top: 0;
      left: 64%;
      height: 100%;
    }
    #p10 .chapter-number{
      left: 63%;
    }
    #p12 .chapter-number{
      left: 59%;
    }
    #p10 img{
      height: inherit;
      margin-bottom: 3%;
    }
    #p10 .pull_quote{
      width: 91%;
      padding-left: 4px;
      height: unset;
      font-size: 18px;
      line-height: unset;
    }
    #p10 .bttn{
      margin-bottom: 28px;
    }
    #p10 .h_video{
      margin-top: -30px;
    }
    #p10 .quote_container::before{
      height: 100%;
      float: left;
      margin-top: 0px;
    }
    #p10 .author{
      font-size: 20px;
      position: inherit;
    }
    #mobile-page-15{
      padding-top: 4%;
    }
    #p10 .h_title{
      width: 100%;
    }
    #p10 .white_arrow{
      max-width: 9%;
      width: 13px;
      margin-top: 0px;
    }
    #p10 .slide_pg2 .white_arrow{
      margin-top: 5px;
    }
    #p10 .inline{
      width: 87%;
    }
    #p10 h5{
      font-size: 20px;
    }
    #p12 .container-1-col{
      padding: 15px;
      width: 100%;
    }
    #zero{
      height: unset;
    }
    #graph3{
      top: -25px;
      left: -10px
    }
    .annotate-container{
      display: block;
      margin: 0;
      width: 100%;
    }
    #p12 h5{
      font-size: 8em;
    }
    #p12 h6{
      font-size: 1.5em;
      margin-top: 0 auto;
      width: 95%;
      line-height: 1.3em;
      margin-top: -36px;
    }
    .txt-21{
      font-size: 18px;
    }
    #p16 .chapter-number{
      margin: 0;
    }
    #p16 .quote_container::before{
      float: left;
      margin-top: 0px;
      height: 100%;
    }
    #p16 .pull_quote{
      margin-left: 22px;
      padding-top: 0px;
      padding-left: 0px;
      height: unset;
      line-height: unset;
      width: 90%;
      font-size: 18px;
    }
    #p16 .author{
      position: relative;
      top: 0px;
      left: 22px;
      font-size: 18px;
    }
    #p16 .quote_container{
      margin-bottom: 28px;
    }

    #p16 .video-play-bttn{
      width: 104px;
      position: absolute;
      top: 50%;
      left: 50%;
    }
    #p17 .white_arrow{
      max-width: 7%;
      width: 13px;
      margin-top: 5px;
    }
    #p17 .inline{
      width: 87%;
    }
    #p17 .quote_container::before{
      margin-left: 0px;
      height: 100%;
      float: left;
      margin-top: 0px;
    }
    #p17 .pull_quote{
      margin-left: 14px;
      width: 92%;
      margin-bottom: 0px;
      height: unset;
      font-size: 18px;
      line-height: unset;
    }
    #p17 .author{
      position: relative;
      left: 22px;
      top: 0px;
      font-size: 20px;
    }
    .slide_pg4 .pad-left-46{
      padding: 15px;
    }
    #p17 .h_title{
      padding: 0;
    }
    .slide_pg4{
      visibility: inherit;
      position: inherit;
      margin: 0;
      display: block;
      padding: 0;
      float: left;
      width: 100%;
      height: unset;
      margin-bottom: 15px;
    }
    #p17 .slide_pg4 p {
      font-size: 15px;
    }
}


@media only screen and (max-width:375px) {
  #p17 .bttn{
    width: 100%;
    height: 3.5em;
  }
  #p17 .bttn-txt{
    position: relative;
    width: 85%;
    top: .8em;
    line-height: 1em;
  }
}

@media only screen and (max-width:320px) {
  .tiny_only{
    display: initial;
  }
}