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



/*--------------------------------------------------------------
# SETTINGS
--------------------------------------------------------------*/
/* MEDIA QUERIES *********************/
/* COLORS *********************/


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

}

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

}

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

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

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

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

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

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

/* line 53, ../sass/generic/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/* line 62, ../sass/generic/_normalize.scss */
dfn {
  font-style: italic;
}

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

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

h3{

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 9, ../sass/generic/_skeleton.scss */
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

/* line 21, ../sass/elements/_base.scss */
a {
  color: #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;
}
.sendToPdfFiller,.sendToPdfFillerEmpty{
    display: none!important;
}
/* line 24, ../sass/elements/_base.scss */
.align-left {
  text-align: left;
}

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

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

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

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

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

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

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

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

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


/*****TABLES*****/
.summary-graphic-holder{
    margin-top: 61px;
    padding-right: 40px;
}
.summary-graphic{
    text-align: right;
    height: 110px;
    padding-top: 24px;
}
.graphic-headline{
    line-height: 83px;
}
.icon-pad{
    padding-right: 99px;
}
.round-numbers-table{
    border-collapse: separate;
    border-spacing: 0px 2px;
    margin-top: 0px;

}
@-moz-document url-prefix() {
    .round-numbers-table td.td-right{
        padding-top: 14px;
    }
}
.round-numbers-table tr{
    margin-bottom: 2px;
    height: 131px;
}

.round-numbers-table.left_flush{
    margin-left: -63px;
    width: 946px;
}
tr.bg-med{
   background-color: rgba(255, 255, 255, 0.75);
}
tr.bg-light{
    background-color: rgba(255, 255, 255, 0.5);
}
td.td-left{
    padding-left: 62px;
}
td.td-right{
    padding-left: 22px;
    padding-top: 21px;
    padding-right: 40px;
}

.td-right p{
    margin-bottom: 0px;
}

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

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


/* line 20, ../sass/elements/_typography.scss */


/* line 77, ../sass/elements/_typography.scss */
p {
    -webkit-margin-before:0px;
    display: block;
  letter-spacing: -.1px;
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quote .right-side{
    margin-top: 10px;
    position: relative;
    line-height: 1.75em;
}
#p8 .quote .right-side{
    line-height: 1.3em;
    letter-spacing: -.01em;
    margin-top: 18px;
}
#p8 table .quote-end{
    bottom: -3px;
}
.quote-text{
    letter-spacing: -.01em;
    line-height: 1.35em;
}
.quote-caller{
    font-family: "Univers-Bold", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 26px;
    margin-left: 44px;
    margin-top: 17px;
    line-height: normal;
}


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

.trad-asset{
    color:#1f4f82;
    background-repeat: no-repeat;
}
.brightcove-info-holder.gradient-bg{
    padding-top: 23px;
    float: right;
    display: inline-block;
    /* width: 92%; */
    height: 90px;
    padding-bottom: 15px;
}
.gradient-bg{
    background-image:url("../assets/images/video-gradient-bg.png") ;
    background-size: cover;

}
.gradient-bg .trad-asset-text{
    width: 508px;
    padding-left: 77px;
    padding-right: 67px;
    cursor: pointer;
}
.gradient-bg .trad-asset-text:hover{
    text-decoration: underline;
}
.gradient-bg .video-asset{
    background-image: url('../assets/graphics/icons/icon-video-large.png');
    padding-left: 35px;
    background-size: 69px 47px;
    background-repeat: no-repeat;
    min-height: 48px;
    background-position: 30px;
}

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

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

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



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

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

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

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

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

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

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

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

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

/**footnotes**/

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

}
.footnote{
    color: #00758f;
    font-size:14px;
}

.footnote.bottom{
    bottom: 43px;
}


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

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

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

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

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

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

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

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

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

}
.cover-subtitle{
    font-size: 32px;
    color: #00758f;
}

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

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

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

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

}

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

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

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

}

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

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


/* line 129, ../sass/components/_nav.scss */
.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;
}
/* line 135, ../sass/components/_nav.scss */
.icon-wrap > * > ul > li span, .icon-wrap > * > ul > li a {
  transition: background-color .25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 16, ../sass/components/_footer.scss */
.footer-book-title {
  float: right;
  margin-top: 8px;
  margin-right: 5px;
}

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


/* line 27, ../sass/components/_footer.scss */
#footNum {
  float: right;
  margin-right: 34px;
  margin-top: 8px;
}

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

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


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

/* SLICK *********************/
/* Slider */
/* line 4, ../sass/components/_slick.scss */


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

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

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

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

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

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

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

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

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

/* Dots */
/* line 90, ../sass/components/_slick.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 95, ../sass/components/_slick.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

/* line 110, ../sass/components/_slick.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 123, ../sass/components/_slick.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 142, ../sass/components/_slick.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/* line 147, ../sass/components/_slick.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/* line 151, ../sass/components/_slick.scss */
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\0xA2";
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 172, ../sass/components/_slick.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

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

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

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

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

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

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

}

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


/* line 98, ../sass/components/_popups.scss */
.circle-num {
  border-radius: 50%;
  background-color: #ff7701;
  color: white;
  width:48px;
  height:48px;
  font-family: "UniversLTStd-Bold", Arial, Helvetica, sans-serif;
  font-size: 38px;
  text-align: center;
   line-height: 57px;
    margin-top: -20px;
    opacity: 0;

}


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

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

.row.toc{
    margin-top: 7px;
}
.five_col.columns {
    width: 20%;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 156, ../sass/components/_scrollbar.scss */
#search_results .scrollbar_setup .scrollbar_wrap {
  width: 94%;
  margin-left: 37px;
}

/* line 157, ../sass/components/_scrollbar.scss */
#search_results .scroll-wrapper > .scroll-content {
  height: 395px !important;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

/* line 83, ../sass/components/_pages.scss */
#p17 {
    background-image: url("../assets/images/desktop/bg-pg17.png");
}
#p18 {
    background-image: url("../assets/images/desktop/cover-back.png");
}


/* cheats and fixes*/

.copyright{
    color:#003b4d;
    position: absolute;
    top:348px;
    width: 53%;
}

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


/**********Tablet Landscape***************/
@media only screen and (max-width: 1024px){
    .tablet-only {
        display: inherit;
    }
    body {
        transform: scale(1);
        transform-origin: top center;
    }
    article {
        padding-top: 0px;
        margin-bottom: 16px;
    }
    h1{
        margin-bottom: 21px;
        letter-spacing: normal;

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

    .book-slider, .main_container, .page {
        width: 1024px;
       max-height: 704px;
    }
    .row:after{
        display: inline-block;
    }
    .slick-slide > .container{
        padding: 0px;
        margin: 94px 19px 0 43px;
        height: 604px;
    }
    .slick-slide > .container.new-chap {
        margin-top: 80px;
        height: 624px;
    }
    .new-chap header{
        margin-bottom: 7px;
    }
    .footer-chap-title {
        margin-left: 44px;
    }
    .footer {
        height: 29px;
    }
    #footNum {
        margin-right: 17px;
    }
    .cover-text {
        top: unset;
        left: 46px;
        bottom: 221px;
    }
    .cover-title{
        width: 100%;
        margin-bottom: 12px;
        letter-spacing: -.03em;
    }
    .TOC-wrap {
        padding-top: 20px;
        padding-left: 28px;
        margin-top: 0px;
    }
    .five_col.columns {
        width: 100%;
        float: none;
    }

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

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

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

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

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

    #p1 {
        background-image: url("../assets/images/_tablet-land/cover-land.png");
        background-position: bottom center;
    }
    #p2 {
        background-image: url("../assets/images/_tablet-land/bg-pg02-land.png");
    }
    #p3 {
        background-image: url("../assets/images/_tablet-land/bg-pg03-land.png");
    }
    #p4 {
        background-image: url("../assets/images/_tablet-land/bg-pg04-land.png");
    }
    #p5 {
        background-image: url("../assets/images/_tablet-land/bg-pg05-land.png");
    }
    #p5 .txt-block-1 {
        left: 17px;
        top: 25px;
    }
    #p5 .txt-block-2 {
        left: 409px;
        top: 142px;
    }

    #p6 {
        background-image: url("../assets/images/_tablet-land/bg-pg06-land.png");
    }
    #p6 .pull_quote{
        width: 88%;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0.18px;
        padding-left: 23px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-width: 10px;
    }
    #p7 {
        background-image: url("../assets/images/_tablet-land/bg-pg07-land.png");
    }
    #p7 .arrow-text{
        background-image: none;
        font-size : 21px;
        width: 30%;
        float: left;
        background-size: 33px 33px;
        margin-left: 0px;
        padding-left: 52px;
        margin-top: 10px;
        background-position: 0px -3px;
        margin-right: 5%;

    }
    #p7 .arrow-text:last-of-type{
        margin-right: 0px;
        width: 28%;
    }
    #p8 {
        background-image: url("../assets/images/_tablet-land/bg-pg08-land.png");
    }
    #p9 {
        background-image: url("../assets/images/_tablet-land/bg-pg09-land.png");
    }
    #p10 {
        background-image: url("../assets/images/_tablet-land/bg-pg10-land.png");
    }
    #p10 .footnote.bottom {
        bottom: 30px;
        left: 484px;
    }
    #p11 {
        background-image: url("../assets/images/_tablet-land/bg-pg11-land.png");
    }
    #p12 {
        background-image: url("../assets/images/_tablet-land/bg-pg12-land.png");
    }
    #p12 h2{
        line-height: normal;
        margin-bottom: 6px;
    }
    #p13 {
        background-image: url("../assets/images/_tablet-land/bg-pg13-land.png");
    }
    #p13 .pull_quote.left_flush {
        margin-left: auto;
        margin-right: auto;
        margin-top: 55px;
        padding-top: 20px;
        font-size: 24px;
        width: 63%;
        background-color: rgba(255, 255, 255, 0.7);
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 7px;
        padding-bottom: 10px;
    }
    #p13b {
        background-image: url("../assets/images/_tablet-land/bg-pg14-land.png");
    }
    #p13b-text{
        margin-top: -16px;
    }

    #p14 {
        background-image: url("../assets/images/_tablet-land/bg-pg15-land.png");
    }
    #p15 {
        background-image: url("../assets/images/_tablet-land/bg-pg16-land.png");
    }
    #p16 {
        background-image: url("../assets/images/_tablet-land/bg-pg17-land.png");
    }
    #p17 {
        background-image: url("../assets/images/_tablet-land/bg-pg18-land.png");
    }
    #p18 {
        background-image: url("../assets/images/_tablet-land/cover-back-land.png");
    }
    .footer .txt-blue-lt {
        color:#00758f;
    }






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

@media only screen and (max-width: 910px) {
    .book-slider, .main_container, .page {
        width: 768px;
     max-height: 966px;
    }
    .slick-slide > .container {
        padding: 0px;
        margin: 94px 19px 0 43px;
        height: 871px;
    }
    .slick-slide > .container.new-chap {
        height: 886px;
    }
    .slick-slide > .container.intro {
        margin-top: 84px;
    }
    .cover-text {
        bottom: 409px;

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

    }

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

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


    #p1 {
        background-image: url("../assets/images/_tablet-port/cover-port.png");
    }
    #p2 {
        background-image: url("../assets/images/_tablet-port/bg-pg02-port.png");
    }
    #p3 {
        background-image: url("../assets/images/_tablet-port/bg-pg03-port.png");
    }
    #p4 {
        background-image: url("../assets/images/_tablet-port/bg-pg04-port.png");
    }
    #p4 .pull_quote{
        width: 115%;
        margin-left: -53px;
    }
    #p5 {
        background-image: url("../assets/images/_tablet-port/bg-pg05-port.png");
    }
    #p5 .footnote.bottom{
        bottom: -225px;
    }
    #p5 .txt-block-1 {
        left: 29px;
        top: 7px;
    }
    #p5 .txt-block-2 {
        left: 506px;
        top: 106px;
    }

    #p6 {
        background-image: url("../assets/images/_tablet-port/bg-pg06-port.png");
    }
    #p6 .pull_quote {
        width: 94%;
    }
    #p7 {
        background-image: url("../assets/images/_tablet-port/bg-pg07-port.png");
    }
    #p7 .container.new-chap{
        margin-top: 68px;
    }
    #p7 .arrow-text, #p7 .arrow-text:last-of-type{
        width: 100%;
        margin-left: 45px;
        margin-bottom: 20px;
    }

    #p8 {
        background-image: url("../assets/images/_tablet-port/bg-pg08-port.png");
    }
    #p9 {
        background-image: url("../assets/images/_tablet-port/bg-pg09-port.png");
    }
    #p9 .container.new-chap {
        height: 869px;
    }
    #p10 {
        background-image: url("../assets/images/_tablet-port/bg-pg10-port.png");
    }
    #p10 .footnote.bottom {
        bottom: 75px;
        left: 354px;
    }

    #p11 {
        background-image: url("../assets/images/_tablet-port/bg-pg11-port.png");
    }
    #p12 {
        background-image: url("../assets/images/_tablet-port/bg-pg12-port.png");
    }
    #p13 {
        background-image: url("../assets/images/_tablet-port/bg-pg13-port.png");
    }
    #p13 .pull_quote.left_flush{
        width: 85%;
        margin-top: 120px;
    }


    #p13b {
        background-image: url("../assets/images/_tablet-port/bg-pg14-port.png");
    }
    #p13b-text {
        margin-top: -0px;
    }
    #p14 {
        background-image: url("../assets/images/_tablet-port/bg-pg15-port.png");
    }
    #p14 .tablet-tabbed-20.tablet-cheat-20-up{
        margin-left: 0px;
        margin-top: 0px;
    }
    #p15 {
        background-image: url("../assets/images/_tablet-port/bg-pg16-port.png");
    }
    #p15 .container.new-chap{
        margin-top: 98px;
    }
    #p16 {
        background-image: url("../assets/images/_tablet-port/bg-pg17-port.png");
    }
    #p17 {
        background-image: url("../assets/images/_tablet-port/bg-pg18-port.png");
    }
    #p17 .quote {
        margin-left: 89px;
        margin-top: 102px;
        width: 81%;
    }
    #p18 {
        background-image: url("../assets/images/_tablet-port/cover-back-port.png");
    }
    .copyright {
        top: 589px;
        width: 66%;
        left: 20px;
    }
    .round-numbers-table.left_flush {
        width: 746px;
    }
    .round-numbers-table tr {
        height: 178px;
    }
    td.td-right {
        padding-top: 0px;
    }
    .td-right p {
        margin-top: -10px;
    }
    .td-right p.portrait-cheat {
        margin-top: -20px;
    }
    .summary-graphic-holder {
        top: 572px;
        right: 210px;
    }
    .graphic-headline {
        padding-top: 4px;
    }


}

/**PHONE**/

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

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

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


    .footer-phone{
        display: block;
    }
    .tablet-only{
        display: none;
    }
    .unrow{
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    h1{
        font-size: 24px;
        line-height: normal;
    }
    #p16 h1{
        line-height: .55em;
    }
    h2{
        font-size: 18px;
        line-height: 0em;
    }
    .new-chap h2 {
        line-height: normal;
        margin-bottom: 4px;
    }
    .main_container{
        width: 100vw;
    }

    .book-slider, .page {
        width: 100%;
        height: auto;
    }
    .page {
      height: calc(100vh - 66px);

        overflow-y: scroll;
        width: 100%;
        background-size: cover;
    }
    section.slick-slide {
        overflow-y: scroll;
    }
    .slick-slide > .container {
        padding: 0px;
        margin: 32px 15px 0 15px;
        height: auto;
    }
    .slick-slide > .container.intro {
        margin-top: 51px;
    }
    .slick-slide > .container.new-chap {
        margin-top: 56px;
    }
    .slick-slide > .container.new-chap {
        height: auto;
    }

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

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

    .TOC-wrap h1{
        margin-left: 0px;
    }
    .TOC-wrap {
        padding-top: 25px;
        padding-left: 0px;
    }
    article{
        padding-left: 0px;
    }
    #p1 {
        background-image: url("../assets/images/_phone/cover-phone.png");
        background-position: top center;
    }
    #p2, #p3, #p4, #p5, #p6, #p7, #p8, #p9, #p10, #p11, #p12, #p13, #p14, #p15, #p16, #p17, #p18{
        background-image: none;
        background-color: rgba(189, 230, 238, .4)
    }


    .intro h1 span{
        line-height: 0em;
    }
    .pull_quote{
        padding-left: 15px;
        padding-right: 15px;
    }
    .text-block-holder{
        background-image: url("../assets/images/_phone/ch01-img01-phone.png");
        background-size: 320px 622px;
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }
    #p5 .txt-block-1 {
        position: initial;
        margin-left: auto;
        margin-right: auto;
        margin-top: 32px;
        left: 0px;
        width: 320px;

    }
    #p5 .txt-block-2 {
        position: initial;
        margin-top: 61px;
        margin-left: 45px;
        padding-bottom: 217px;

    }
    #p5 .no-dots-ul li {
        margin-bottom: 63px;
    }
    .footnote-spacer{
        height: 70px;
    }
    .footer-phone {
        height: 36px;
        width: 100%;
        background: #025E75;
        z-index: 10;
        position: relative;
        left: 0;
        width: 100%;
        color: #bde6ee;
        font-family: "UniversLTStd", Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin-top: 15px;
    }
    .footer-phone a{
        color: white;
    }
    /* line 43, ../sass/components/_footer.scss */
    footer .to-top {
        display: block;
        padding: 6px 0 0 28px;
        text-decoration: none;
        font-size: 14px;
        background: url('../assets/images/_phone/phone-top-arrow.png') no-repeat left center;
        background-size: 20%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #p9 .container.new-chap {
        height: auto;
    }
    #p5 .footnote.bottom,    #p9 .footnote.bottom ,   #p12 .footnote.bottom ,   #p13b-footnotes .footnote.bottom,    #p16 .footnote.bottom {
        display: table;
        position: inherit;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-top: 15px;

    }
    #p9 .footnotes-phone{
        margin-top:20px;
    }
    #p9 .ch02-footnotes .footnote.bottom{
        padding-left: 0px;
        padding-right: 0px;
    }

    #p12 h2 {
        line-height: 1.5em;
        margin-bottom: 20px;
    }
    .pull_quote.left_flush {
        margin-left: 0px;
        margin-bottom: 20px;
        margin-top: 20px;
        padding-top: 20px;
        font-size: 18px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .slick-prev, .slick-next {
        width: 52px;
        height: 100%;
        background: transparent url('../assets/images/_phone/phone-arrow-previous.png') no-repeat center center;
        background-size: 20%;
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
    }
    .slick-prev {
        left: 0px;
        z-index: 2000;
        background-image: url('../assets/images/_phone/phone-arrow-previous.png');
        border-right: 1px solid white;
    }
    .slick-next {
        border-left: 1px solid white;
        background-image: url('../assets/images/_phone/phone-arrow-next.png');
        right: 0px;
        z-index: 2000;
    }
    .pull_quote.right_flush{
        font-size: 18px;
        line-height: normal;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-right: 0px;
    }
    .img-responsive{
        margin-bottom: 20px;
    }
    .pad-right-hamburger {
        padding-right: 0px;
    }
    #p12 .circle-num{
        opacity: 1;
        width: 24px;
        height: 24px;
        font-size: 19px;
        line-height: 27px;
        margin-top: 0px;
    }
    .round-numbers-table.left_flush {
        width: auto;
        margin-left: 0px;
        font-size: 19px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .round-numbers-table tr{
        background-color: rgba(255,255,255,.5);
        margin-bottom: 6px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    td.td-left {
        padding-left: 15px;
        vertical-align: text-top;
        padding-top: 18px;

    }
    td.td-right {
        padding-left: 10px;
        padding-top: 21px;
        padding-right: 0px;
        font-size: 16px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
    .tablet-tabbed-20 {
        margin-left: 0px;
    }
    .td-right p.portrait-cheat{
        margin-top: 0px;
    }
    .td-right p {
        margin-top: 0px;
    }
    .brightcove-info-holder.gradient-bg {
        padding-top: 13px;
        float: none;
    }
    .gradient-bg .video-asset{
        background-position: 0px;
    }
    .gradient-bg .trad-asset-text {
        width: 100%;
        padding-left: 52px;
        padding-right: 0px;
        cursor: pointer;
    }
    .gradient-bg {
        background-image: none;
    }
    .quote .right-side {
        margin-top: 16px;
    }
    table .quote-end{
        line-height: inherit;
        bottom: auto;
    }
    .hamburger_icon > ul {
        width: 95vw;
    }
    .icon-wrap > * > ul > li a, .icon-wrap > * > ul > li span {
        padding: 0px 10px 0px 15px;
    }
    .menu-dd li a{
        line-height: normal;
    }
    .icon-wrap .hamburger_icon > ul{
        padding-top: 20px;
    }
    .icon-wrap > * > ul{
        margin-top: 30px;
    }
    .cover-arrow {
        position: absolute;
        right: 10px;
        top: 55.5%;
    }
    .copyright {
        top: 20px;
        width: 100%;
        left: 0px;
    }



}

