/*
		0-767px:      Phone
		768-910px:    Tablet portrait
		910-1024:     Tablet landscape
		1025- x:      Desktop
*/
/*
$Breakpoint argument choices:
-phone
-port
-land
-desk
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

*:focus {
  outline: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow: hidden;
  font-size: 125%;
  box-sizing: border-box;
  transform-origin: top center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 1400px), screen and (max-height: 799px) {
    html {
      font-size: 94%; } }
  @media only screen and (max-width: 1053px) {
    html {
      font-size: 125%;
      overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    html {
      font-size: 112%; } }

body {
  transform-origin: top center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 1053px) {
    body {
      height: 100vh;
      position: relative; } }

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

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

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

section.slick-slide {
  overflow: hidden; }

@font-face {
  font-family: "Univers-Bold";
  src: url("../fonts/UniversNextPro-Bold.ttf");
  font-weight: normal; }

@font-face {
  /*55 Roman*/
  font-family: "Univers";
  src: url("../fonts/UniversLTStd.otf");
  font-weight: normal; }

@font-face {
  /*45 Light*/
  font-family: "Univers-lt";
  src: url("../fonts/UniversLTStd-Light.otf");
  font-weight: normal; }

html {
  font-family: sans-serif;
  font-weight: 400; }

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

p {
  -webkit-margin-before: 0px;
  display: block;
  line-height: 1.333333333333em; }

a {
  background-color: transparent;
  cursor: pointer;
  color: #00758f;
  text-decoration: none; }
  a:active {
    outline: 0; }
  a:hover {
    outline: 0;
    text-decoration: underline; }

b,
strong {
  font-weight: 700; }

h1 {
  color: #00758f;
  line-height: normal;
  font-family: Univers, Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400; }

h2 {
  line-height: 1.2em;
  color: #00758f;
  font-weight: normal;
  font-family: Univers-Bold, Arial, Helvetica, sans-serif; }

h3 {
  color: #003b4d;
  font-family: Univers, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.555555555555556em; }

h4 {
  color: #00758f;
  font-family: Univers-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400; }

h6 {
  color: #00758f;
  font-weight: normal; }

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

sup {
  top: -0.3em;
  color: #003b4d; }
  .header--3 sup,
  .header--4 sup {
    top: -0.65rem; }
  .quote--3 sup {
    top: -.6em; }
  .citation__item sup {
    color: #003b4d; }

sub {
  bottom: -0.25em; }

textarea {
  overflow: auto; }

.cover__title {
  font-weight: 400;
  line-height: normal;
  letter-spacing: .01em;
  color: #fff;
  font-family: Univers-lt, Arial, Helvetica, sans-serif; }
  .cover__title--main {
    font-size: 4.05rem;
    display: block;
    width: 90%; }
    @media only screen and (max-width: 1053px) {
      .cover__title--main {
        font-size: 3.6rem; } }
    @media only screen and (max-width: 700px) {
      .cover__title--main {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 650px) {
      .cover__title--main {
        font-size: 3.4rem; } }
    @media only screen and (max-width: 600px) {
      .cover__title--main {
        font-size: 2.9rem; } }
    @media only screen and (max-width: 550px) {
      .cover__title--main {
        width: 95%;
        font-size: 2.8rem; } }
    @media only screen and (max-width: 500px) {
      .cover__title--main {
        font-size: 2.5rem; } }
    @media only screen and (max-width: 450px) {
      .cover__title--main {
        font-size: 2.2rem; } }
    @media only screen and (max-width: 400px) {
      .cover__title--main {
        font-size: 1.9rem; } }
    @media only screen and (max-width: 320px) {
      .cover__title--main {
        font-size: 1.8rem; } }
  .cover__title--sub {
    display: block;
    font-size: 0.9rem; }
    .cover__title--sub-1 {
      font-size: 2.4rem; }
      @media only screen and (max-width: 1053px) {
        .cover__title--sub-1 {
          font-size: 1.8rem; } }
      @media only screen and (max-width: 600px) {
        .cover__title--sub-1 {
          font-size: 1.7rem; } }
      @media only screen and (max-width: 500px) {
        .cover__title--sub-1 {
          font-size: 1.6rem; } }
      @media only screen and (max-width: 450px) {
        .cover__title--sub-1 {
          font-size: 1.52rem; } }
      @media only screen and (max-width: 400px) {
        .cover__title--sub-1 {
          font-size: 1.3rem; } }
      @media only screen and (max-width: 320px) {
        .cover__title--sub-1 {
          font-size: 1.2rem; } }
    .cover__title--sub-2 {
      font-size: 1.45rem; }
      @media only screen and (max-width: 1053px) {
        .cover__title--sub-2 {
          font-size: 1.3rem; } }
      @media only screen and (max-width: 767px) {
        .cover__title--sub-2 {
          display: block;
          transform: translateY(-2px); } }
      @media only screen and (max-width: 500px) {
        .cover__title--sub-2 {
          font-size: 1rem; } }
      @media only screen and (max-width: 450px) {
        .cover__title--sub-2 {
          font-size: .95rem; } }
      @media only screen and (max-width: 400px) {
        .cover__title--sub-2 {
          font-size: .75rem; } }
  @media only screen and (max-width: 1053px) {
    .cover__title {
      margin-bottom: 0; } }

.header {
  color: #00758f;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  margin-top: -0.35rem; }
  .header--1 {
    margin-top: -0.40rem; }
  .header--2 {
    transform: translateY(-0.4rem); }
  .header--3 {
    color: #942745;
    font-size: 1.8rem;
    letter-spacing: -.015em;
    line-height: 1.95rem;
    margin-top: -1.30rem; }
    @media only screen and (max-width: 1053px) {
      .header--3 {
        padding-top: 45px;
        margin: 0 auto;
        text-align: center; } }
  .header--4 {
    font-size: 1.8rem;
    color: #003b4d;
    line-height: 2.10rem; }
    @media only screen and (max-width: 400px) {
      .header--4 {
        font-size: 1.56rem;
        line-height: 1.85rem; } }
    @media only screen and (max-width: 350px) {
      .header--4 {
        font-size: 1.46rem;
        line-height: 1.74rem; } }
  .header--5 {
    margin-top: -0.85rem; }
    @media only screen and (max-width: 1053px) {
      .header--5 {
        width: 85%; } }
    @media only screen and (max-width: 600px) {
      .header--5 {
        width: 100%; } }
  .header--6 {
    margin-top: -2.35rem; }
    @media only screen and (max-width: 1053px) {
      .header--6 {
        width: 100%; } }
  .header--7 {
    font-size: 1.50rem;
    line-height: 1.80rem; }
  @media only screen and (max-width: 1053px) {
    .header {
      margin-top: 0; } }
  @media only screen and (max-width: 1053px) {
    .page--4 .header {
      width: 89%; } }
  @media only screen and (max-width: 600px) {
    .page--4 .header {
      width: 100%; } }
  @media only screen and (max-width: 550px) {
    .page--4 .header {
      width: 83%; } }
  @media only screen and (max-width: 450px) {
    .page--4 .header {
      width: 100%; } }
  @media only screen and (max-width: 400px) {
    .page--4 .header {
      width: 81%; } }
  @media only screen and (max-width: 350px) {
    .page--4 .header {
      width: 100%; } }
  @media only screen and (max-width: 1053px) {
    .header--1 {
      margin-top: 2.75rem; } }
  @media only screen and (max-width: 767px) {
    .m_container__order--5 .header--1 {
      margin-top: 1.64rem; } }
  @media only screen and (max-width: 1053px) {
    .header--4 {
      margin-top: 1.05rem; } }
  @media only screen and (max-width: 320px) {
    .header {
      font-size: 1.9rem; } }
  @media only screen and (max-width: 350px) {
    .header--4 {
      font-size: 1.46rem;
      line-height: 1.74rem; } }

.pg {
  font-size: 0.9rem;
  color: #4e5052;
  line-height: 1.40rem;
  margin-top: 1.05rem; }
  .pg--1 {
    margin-top: 1.40rem; }
  .pg__link {
    color: #00758f;
    text-decoration: underline; }

.vid_text {
  color: #00758f;
  font-size: 0.9rem;
  font-family: Arial, Helvetica, sans-serif; }
  .vid_text--1 {
    margin-top: 0.25rem;
    margin-bottom: .5rem;
    letter-spacing: -.01em; }
    @media only screen and (max-width: 1053px) {
      .vid_text--1 {
        margin: 0 auto;
        width: 28.80rem;
        margin-top: .25rem; } }
    @media only screen and (max-width: 551px) {
      .vid_text--1 {
        width: 100%; } }

.btn-txt {
  margin-right: auto;
  font-size: 0.8rem;
  font-family: Arial, Helvetica, sans-serif; }
  .btn-txt--1 {
    color: #fff; }
  .btn-txt--2 {
    color: #fff;
    letter-spacing: 0.03em; }
    @media only screen and (max-width: 767px) {
      .btn-txt--2 {
        font-size: 0.75rem; } }
    @media only screen and (max-width: 451px) {
      .btn-txt--2 {
        letter-spacing: 0em; } }
    @media only screen and (max-width: 400px) {
      .btn-txt--2 {
        font-size: .6rem;
        letter-spacing: -.01em; } }
    @media only screen and (max-width: 350px) {
      .btn-txt--2 {
        font-size: .5rem;
        letter-spacing: -.02em; } }

.box__txt {
  color: #01758f;
  font-size: 0.6rem;
  margin-top: -0.30rem; }
  .box__txt--1 {
    font-size: 0.8rem;
    color: #942745; }

.box__num {
  color: #01758f;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: -0.45rem; }
  .box__num--1 {
    font-size: 1.8rem;
    color: #942745;
    margin-top: -0.20rem; }

.box__header {
  font-weight: 700; }
  .box__header--1 {
    font-size: 0.9rem;
    color: #003b4d;
    line-height: 1.05rem;
    margin-top: -0.10rem;
    flex: 0 0 22.35rem; }
    @media only screen and (max-width: 600px) {
      .box__header--1 {
        flex: 0 0 90%; } }

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

.txt-color--blue-2 {
  color: #003b4d; }

.txt-color--green-1 {
  color: #3a913f; }

.txt-color--orange-1 {
  color: #f29111; }

.txt-color--brown-1 {
  color: #942745; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

.underline {
  text-decoration: underline; }

.left-flush {
  margin-left: -3.55rem; }

.right-flush {
  margin-right: -3.55rem; }

.phone_only,
.tablet_only,
.tablet_only_span,
.tablet-only, .tablet-only--1 {
  display: none; }

img.tablet-only {
  display: none; }

.desktop_only {
  display: inline-block; }

.cursor {
  cursor: pointer; }

.auto-height {
  height: auto; }

.float-l {
  float: left; }

img.inline {
  display: inline-block; }

.float-r {
  float: right; }

.float-reset {
  float: unset; }

.relative {
  position: relative; }

.block {
  display: block; }

.inline {
  display: inline-block; }

.absolute {
  position: absolute; }

.float-r {
  float: right; }

.vert-top {
  vertical-align: top; }

.bot-none {
  margin-bottom: 0px; }

@media only screen and (max-width: 1053px) {
  .t-inline {
    display: inline-block; } }

@media only screen and (max-width: 750px) {
  .phone_only {
    display: initial; } }

@media only screen and (max-width: 767px) {
  .phone-block {
    display: block; } }

.width-1 {
  width: 91%; }
  @media only screen and (max-width: 400px) {
    .width-1 {
      width: 100%; } }

.width-2 {
  width: 97%; }

.width-3 {
  width: 90%; }

.width-4 {
  width: 70%; }
  @media only screen and (max-width: 800px) {
    .width-4 {
      width: 100%; } }
  @media only screen and (max-width: 600px) {
    .width-4 {
      width: 75%; } }
  @media only screen and (max-width: 450px) {
    .width-4 {
      width: 100%; } }

.marg-top-1 {
  margin-top: 0.6rem; }

.marg-top-2 {
  margin-top: 1.65rem; }

.marg-top-3 {
  margin-top: 1.95rem; }

.marg-top-4 {
  margin-top: 1.45rem; }

.marg-top-5 {
  margin-top: 2.10rem; }

.marg-top-6 {
  margin-top: 0.50rem; }

.marg-c-top-1 {
  margin-top: -0.45rem; }

.marg-c-top-6 {
  margin-top: -0.50rem; }

.marg-bot-1 {
  margin-bottom: 0.60rem; }

@media only screen and (max-width: 500px) {
  .marg-bot-2 {
    margin-bottom: 5.56rem; } }

@media only screen and (max-width: 350px) {
  .letter-space--1 {
    letter-spacing: -0.04em; } }

@media only screen and (max-width: 350px) {
  .letter-space--2 {
    letter-spacing: -.05em; } }

@media only screen and (max-width: 350px) {
  .letter-space--3 {
    letter-spacing: -.07em; } }

.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: 1.00rem;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev,
.slick-next {
  width: 2.2rem;
  height: 3.8rem;
  background-size: contain; }

.slick-prev {
  width: 1.60rem;
  height: 2.80rem;
  background-image: url("../assets/graphics/icons/arrow-prev.svg");
  left: 0.00rem;
  z-index: 2000; }
  @media only screen and (max-width: 767px) {
    .slick-prev {
      width: 1rem;
      height: 1.80rem; } }

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

.slick-next {
  width: 1.60rem;
  height: 2.80rem;
  background-image: url("../assets/graphics/icons/arrow-next.svg");
  right: 0.00rem;
  z-index: 2000; }
  @media only screen and (max-width: 767px) {
    .slick-next {
      width: 1rem;
      height: 1.80rem; } }

[dir='rtl'] .slick-next {
  right: auto; }

.arrow--1 {
  height: 0.90rem;
  width: 1.05rem;
  background-image: url("../assets/graphics/icons/arrow-btn-white.svg");
  background-size: cover;
  transition: transform 500ms; }

.arrow--2 {
  height: 0.90rem;
  width: 1.05rem;
  background-image: url("../assets/graphics/icons/arrow-btn-white.svg");
  background-size: cover;
  transition: transform 500ms; }
  @media only screen and (max-width: 767px) {
    .arrow--2 {
      height: 0.72rem;
      width: 0.86rem; } }

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

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

button {
  overflow: visible; }

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

.btn {
  display: flex;
  background-color: orangered;
  cursor: pointer;
  align-items: center;
  transition: all 500ms; }
  .btn--1 {
    width: 11.30rem;
    height: 1.80rem;
    margin-left: auto;
    background-color: #00758f;
    padding-right: 0.55rem;
    padding-left: 0.55rem;
    border: 1px solid transparent; }
    .btn--1:hover {
      background-color: #fff;
      border: 1px solid #00758f; }
      .btn--1:hover > * {
        color: #00758f; }
      .btn--1:hover > .arrow--2 {
        background-image: url("../assets/graphics/icons/arrow_blue_lt.svg");
        transform: translateX(0.2rem); }
    @media only screen and (max-width: 1053px) {
      .btn--1 {
        order: 2;
        margin-right: 1.45rem; } }
    @media only screen and (max-width: 767px) {
      .btn--1 {
        height: 1.40rem;
        width: 10.40rem; } }
    @media only screen and (max-width: 400px) {
      .btn--1 {
        margin-right: 0;
        width: 8.40rem;
        margin-left: 0; } }
    @media only screen and (max-width: 350px) {
      .btn--1 {
        margin: 0;
        width: 7.1rem; } }
  .btn--2 {
    border: 1px solid #00758f;
    background-color: #00758f;
    width: 9.86rem;
    height: 1.83rem;
    padding-right: 0.55rem;
    padding-left: 0.55rem; }
    .btn--2:hover {
      background-color: #00758f; }
      .btn--2:hover > * {
        color: #fff; }
      .btn--2:hover > .arrow--1 {
        background-image: url("../assets/graphics/icons/arrow-btn-white.svg");
        transform: translateX(0.2rem); }
    @media only screen and (max-width: 1053px) {
      .btn--2 {
        margin: 0 auto;
        transform: translateX(-9.45rem); } }
    @media only screen and (max-width: 767px) {
      .btn--2 {
        margin-top: 0.56rem; } }
    @media only screen and (max-width: 600px) {
      .btn--2 {
        margin: 0;
        margin-top: 0.56rem;
        transform: translateX(0); } }

.citation__container {
  display: flex;
  flex-direction: column;
  position: relative; }

.citation__item {
  font-size: 0.70rem;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1rem;
  color: #003b4d; }
  .citation__item:nth-child(1) {
    margin-top: 0.40rem; }
  .citation__item:not(:last-child) {
    margin-bottom: .6rem; }

.composition__container {
  width: 100%;
  display: flex;
  flex-direction: column; }
  .composition__container--1, .composition__container--3 {
    margin-top: -2.00rem; }
  .composition__container--5:not(:last-of-type) {
    margin-bottom: 6.00rem; }
  @media only screen and (max-width: 1053px) {
    .composition__container--1 {
      width: 28.80rem;
      margin: 0 auto;
      margin-top: 1.05rem; } }
  @media only screen and (max-width: 600px) {
    .composition__container--1 {
      width: 100%; } }
  @media only screen and (max-width: 1053px) {
    .composition__container--2 {
      width: 28.80rem;
      margin: 0 auto;
      margin-top: 1.65rem; } }
  @media only screen and (max-width: 600px) {
    .composition__container--2 {
      width: 100%; } }
  .composition__container--3 {
    width: 28.80rem;
    margin: 0 auto; }
    @media only screen and (max-width: 1053px) {
      .composition__container--3 {
        margin-top: 1.85rem; } }
    @media only screen and (max-width: 600px) {
      .composition__container--3 {
        width: 100%; } }
  @media only screen and (max-width: 1053px) {
    .composition__container--4 {
      width: 30.65rem;
      margin: 0 auto;
      margin-top: 1.45rem; }
      .container-right-2-col--2 .composition__container--4 {
        margin-top: 0.45rem; } }
  @media only screen and (max-width: 600px) {
    .composition__container--4 {
      width: 100%; } }
  @media only screen and (max-width: 500px) {
    .composition__container--4.marg-bot-2 {
      margin-bottom: 5.56rem; } }

.composition__content:not(:last-of-type) {
  margin-bottom: 0.35rem; }
  .composition__container--3 .composition__content:not(:last-of-type) {
    margin-bottom: 0.25rem; }
  .composition__container--4 .composition__content:not(:last-of-type) {
    margin-bottom: 0.45rem; }

.composition__content--1 {
  background-color: rgba(0, 117, 143, 0.4);
  height: 2.60rem;
  padding-left: 0.70rem;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 500px) {
    .composition__content--1 {
      height: auto;
      padding-top: 0.56rem;
      padding-bottom: 0.56rem; } }

.composition__content--2 {
  height: 2.60rem;
  display: flex;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #003b4d; }
  @media only screen and (max-width: 500px) {
    .composition__container--1 .composition__content--2:nth-child(3) {
      height: 4.3rem; } }
  @media only screen and (max-width: 350px) {
    .composition__container--1 .composition__content--2:nth-child(3) {
      height: 6.3rem; } }

.composition__content--2-1 {
  height: 4.22rem; }

.composition__content--3 {
  background-color: rgba(0, 117, 143, 0.4);
  height: 3.80rem;
  padding-left: 0.70rem;
  display: flex;
  align-items: center; }
  .composition__content--3 > * {
    width: 67%; }
  @media only screen and (max-width: 500px) {
    .composition__content--3 {
      height: auto;
      padding-top: 0.56rem;
      padding-bottom: 0.56rem; } }

.composition__content--4 {
  background-color: rgba(1, 117, 143, 0.4);
  height: 4.50rem;
  padding: 1.00rem 3.00rem 0.00rem 1.00rem; }
  @media only screen and (max-width: 450px) {
    .composition__content--4 {
      height: auto;
      padding-bottom: 1.00rem; } }

.composition__content--5 {
  background-color: rgba(255, 255, 255, 0.6);
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .25rem;
  padding-left: 1.05rem;
  display: flex; }

.composition__content--6 {
  flex: 0 0 4rem;
  width: 100%;
  display: flex; }

.composition__content--box {
  height: 100%;
  background-color: rgba(189, 230, 238, 0.6);
  display: flex;
  align-items: center;
  padding-left: 0.70rem; }
  .composition__content--box-1 > * {
    width: 75%; }
    @media only screen and (max-width: 400px) {
      .composition__content--box-1 > * {
        width: 90%; } }
    @media only screen and (max-width: 350px) {
      .composition__content--box-1 > * {
        width: 70%; } }
  .composition__content--box-1, .composition__content--box-3 {
    margin-right: auto;
    flex: 0 0 22.35rem; }
    .ie .composition__content--box-1, .ie .composition__content--box-3 {
      flex: 0 0 21.65rem; }
    @media only screen and (max-width: 600px) {
      .composition__content--box-1, .composition__content--box-3 {
        flex-basis: calc(100% - 6.45rem); } }
  .composition__content--box-2, .composition__content--box-4 {
    flex: 0 0 6.10rem; }
    .ie .composition__content--box-2, .ie .composition__content--box-4 {
      flex: 0 0 5.4rem; }
  .composition__content--box-3, .composition__content--box-4 {
    background-color: rgba(0, 117, 143, 0.4);
    padding-top: 0.80rem;
    align-items: flex-start; }
    .composition__content--box-3 > *, .composition__content--box-4 > * {
      transform: translateY(-0.15rem);
      font-weight: 700;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 0.9rem;
      color: #fff; }
    .composition__content--box-3 > .content__subtext--1, .composition__content--box-4 > .content__subtext--1 {
      display: block;
      font-weight: normal; }
  .composition__content--box-4 {
    display: flex;
    flex-direction: column; }
  .composition__container--2 .composition__content--box > *,
  .composition__container--1 .composition__content--box > * {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.90rem;
    line-height: 1.08rem; }
    .ie .composition__container--2 .composition__content--box > *, .ie
    .composition__container--1 .composition__content--box > * {
      width: 100%; }
  .composition__content--box-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    background-color: transparent; }
  .composition__content--box-6 {
    font-size: 0.80rem;
    line-height: 1.05rem;
    color: #003b4d;
    background-color: transparent;
    padding-left: 0.70rem;
    letter-spacing: .01em; }
  .composition__content--box-7 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    padding: 0;
    margin-right: 0.50rem;
    flex: 0 0 4.00rem;
    background-color: #fff; }
  .composition__content--box-8 {
    flex: 0 0 25.45rem;
    align-self: stretch;
    height: auto;
    padding-top: 0.60rem;
    padding-left: 0.85rem;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 77%, rgba(194, 255, 241, 0) 100%);
    background: -webkit-linear-linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 77%, rgba(194, 255, 241, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 77%, rgba(194, 255, 241, 0) 100%); }
    @media only screen and (max-width: 600px) {
      .composition__content--box-8 {
        flex: 100%;
        position: relative; } }

.composition__header {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.44rem;
  font-size: 1.2rem; }
  @media only screen and (max-width: 450px) {
    .composition__container--1 .composition__header {
      width: 73%; } }
  @media only screen and (max-width: 350px) {
    .composition__container--1 .composition__header {
      width: 90%; } }

.composition__interactive {
  height: 100%;
  flex: 100%;
  background-image: url("../assets/graphics/icons/blue_plus.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  .composition__interactive--label {
    cursor: pointer;
    height: 0.93rem;
    flex: 0 0 0.93rem; }
  .composition__interactive--input {
    display: none; }
    .composition__interactive--input:checked ~ .composition__drop {
      height: 6.85rem;
      padding: 0.42rem 0.65rem 0 1.025rem; }
      @media only screen and (max-width: 400px) {
        .composition__interactive--input:checked ~ .composition__drop--2 {
          height: 11.3rem; } }
      .composition__interactive--input:checked ~ .composition__drop--3, .composition__interactive--input:checked ~ .composition__drop--5 {
        padding-left: 0.85rem;
        height: 11.30rem; }
      @media only screen and (max-width: 450px) {
        .composition__interactive--input:checked ~ .composition__drop--3 {
          height: 15.7rem; } }
      .composition__interactive--input:checked ~ .composition__drop--5 {
        height: 11.22rem; }
        @media only screen and (max-width: 400px) {
          .composition__interactive--input:checked ~ .composition__drop--5 {
            height: 15.7rem; } }
      @media only screen and (max-width: 550px) {
        .composition__interactive--input:checked ~ .composition__drop--6 {
          height: 11.30rem; } }
      .composition__interactive--input:checked ~ .composition__drop--7 {
        height: 11.30rem; }
      .composition__interactive--input:checked ~ .composition__drop--8 {
        height: 14.75rem; }
      @media only screen and (max-width: 600px) {
        .composition__interactive--input:checked ~ .composition__drop--9 {
          height: 7.31rem;
          padding-bottom: .42rem; } }
      @media only screen and (max-width: 500px) {
        .composition__interactive--input:checked ~ .composition__drop--9 {
          height: 8.51rem; } }
      @media only screen and (max-width: 400px) {
        .composition__interactive--input:checked ~ .composition__drop--9 {
          height: 11.51rem; } }
      .composition__interactive--input:checked ~ .composition__drop--10 {
        height: 7.85rem; }
    .composition__interactive--input:checked ~ .composition__drop .composition__drop--arrow {
      display: block; }
    .composition__interactive--input:checked ~ .composition__drop .composition__drop--txt {
      display: block; }
    .composition__interactive--input:checked ~ .composition__drop .composition__drop--item {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); }
    .composition__interactive--input:checked ~ .composition__interactive--label .composition__line--2 {
      transform: rotate(0deg); }

.composition__line {
  width: 0.40rem;
  height: 0.1rem;
  background-color: #bee6ee;
  position: absolute;
  margin-left: -0.05rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .ie .composition__line {
    margin-left: -0.20rem; }
  .composition__line--2 {
    transition: all 500ms;
    transform: rotate(90deg);
    transform-origin: center center; }

.composition__drop {
  position: absolute;
  background-color: #fff;
  width: 25.45rem;
  height: 0;
  z-index: 1;
  margin-left: -0.85rem;
  margin-top: 1.00rem;
  padding: 0;
  transition: height 500ms; }
  @media only screen and (max-width: 600px) {
    .composition__drop {
      width: 100%; } }
  .ie .composition__drop {
    margin-left: -26.30rem; }
  .composition__drop--item {
    display: flex;
    align-items: baseline;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-0.2rem);
    transition: all 100ms linear 500ms; }
    .composition__drop--item:not(:last-of-type) {
      margin-bottom: 0.74rem; }
    .composition__drop--3 .composition__drop--item:not(:first-of-type) {
      padding-left: 0.18rem; }
    .composition__drop--group .composition__drop--item {
      flex: 0 0 50%; }
    .composition__drop--group .composition__drop--item:nth-child(1) {
      order: 1;
      margin-top: 0px; }
    .composition__drop--group .composition__drop--item:nth-child(3) {
      order: 5;
      margin-top: -0.45rem; }
      @media only screen and (max-width: 350px) {
        .composition__drop--group .composition__drop--item:nth-child(3) {
          margin-top: 0;
          padding-left: 0; } }
    .composition__drop--group .composition__drop--item:nth-child(2) {
      order: 3;
      margin-top: -0.45rem; }
      @media only screen and (max-width: 350px) {
        .composition__drop--group .composition__drop--item:nth-child(2) {
          margin-top: 0;
          padding-left: 0; } }
    .composition__drop--group .composition__drop--item:nth-child(4) {
      order: 2;
      padding-left: 0.75rem; }
      @media only screen and (max-width: 350px) {
        .composition__drop--group .composition__drop--item:nth-child(4) {
          padding-left: 0; } }
    .composition__drop--group .composition__drop--item:nth-child(5) {
      order: 4;
      margin-top: -0.45rem;
      padding-left: 0.75rem; }
      @media only screen and (max-width: 350px) {
        .composition__drop--group .composition__drop--item:nth-child(5) {
          margin-top: 0;
          padding-left: 0;
          margin-bottom: 0.74rem; } }
  .composition__drop--arrow {
    height: 0.70rem;
    display: none;
    flex: 0 0 0.80rem;
    background-repeat: no-repeat;
    background-image: url(../assets/graphics/icons/arrow-brown.svg);
    background-size: cover;
    margin-right: 0.35rem; }
  .composition__drop--txt {
    font-size: 0.80rem;
    line-height: 1.05rem;
    display: none; }
    .composition__drop--txt--2 {
      line-height: 1.40rem;
      color: #606161;
      font-weight: 700;
      margin-top: -0.30rem; }
  .composition__drop--group {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 350px) {
      .composition__drop--group {
        flex-wrap: nowrap;
        flex-direction: column; } }

.copyright {
  padding: 0;
  position: relative;
  bottom: auto;
  font-size: 0.60rem;
  display: flex;
  justify-content: center;
  margin-top: 0.50rem; }
  @media only screen and (max-width: 1053px) {
    .copyright {
      margin-bottom: .5rem; } }
  @media only screen and (max-width: 1053px) {
    .copyright p {
      font-size: 0.80rem;
      color: #4e5052; } }
  @media only screen and (max-width: 500px) {
    .copyright p {
      font-size: .6rem; } }
  @media only screen and (max-width: 450px) {
    .copyright p {
      font-size: .5rem; } }

.menu-dd {
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #bde6ee; }
  .menu-dd.social-dd {
    margin-top: 0.1 0rem;
    padding-left: 1.50rem;
    padding-top: 1.10rem;
    padding-bottom: 0.3 0.5rem; }

.social-dd li {
  display: inline; }

.toc-link:hover {
  text-decoration: underline; }

.footr {
  color: #003b4d;
  line-height: 0.80rem;
  font-size: 0.60rem; }
  .footr--1 {
    font-size: 0.70rem;
    line-height: 0.84rem;
    margin-top: 1.55rem;
    display: block;
    margin-left: -2.95rem; }
  .footr sup {
    color: #003b4d; }
  .page--6 .footr {
    text-align: center;
    transform: translateX(-9.95rem); }
    @media only screen and (max-width: 600px) {
      .page--6 .footr {
        text-align: left;
        transform: translateX(0); } }

.footer-phone {
  display: block;
  background-color: rgba(189, 230, 238, 0.6);
  z-index: 10;
  left: 0px;
  width: 100%;
  color: #324b5c;
  font-size: 1.8rem;
  position: absolute;
  bottom: -11.50rem;
  transition: .5s bottom ease-in-out; }
  @media only screen and (max-width: 1053px) {
    .footer-phone {
      flex-direction: column; } }

@media only screen and (max-width: 1053px) {
  .footer-phone.up {
    bottom: 0px; } }

@media only screen and (max-width: 1053px) {
  .footer-phone a {
    color: #0D8099;
    margin-left: 0;
    font-size: 0.80rem; } }

@media only screen and (max-width: 500px) {
  .footer-phone a {
    font-size: .6rem; } }

@media only screen and (max-width: 450px) {
  .footer-phone a {
    font-size: .5rem; } }

@media only screen and (max-width: 1053px) {
  img {
    margin: 0 auto; } }

@media only screen and (max-width: 1053px) {
  .footer-phone a.tab-previous {
    margin-left: -4rem;
    margin-right: 5.6rem; } }

@media only screen and (max-width: 1053px) {
  .footer-phone a.tab-next {
    margin-left: 0; } }

@media only screen and (max-width: 1053px) {
  .tab-backToTop {
    margin-left: 0 !important; } }

@media only screen and (max-width: 1053px) {
  .footer-phone .tab-backToTop {
    background-image: url("../assets/images/_mob-horiz/slick_top.svg");
    background-repeat: no-repeat;
    background-size: 2.1rem 2.1rem;
    height: 3rem;
    background-position: center center;
    text-align: center;
    padding-left: 0;
    margin-left: 0; } }

@media only screen and (max-width: 1053px) {
  .mobile-footer-section {
    width: 33.3%;
    float: left;
    position: relative; } }

@media only screen and (max-width: 1053px) {
  .slick-next-mobile {
    width: 100%;
    background-image: url("../assets/images/_mob-horiz/slick_next.svg");
    background-position: right center;
    background-size: 2.1rem 2.1rem;
    height: 3rem;
    background-repeat: no-repeat;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); } }

@media only screen and (max-width: 1053px) {
  .slick-prev-mobile {
    width: 100%;
    background-image: url("../assets/images/_mob-horiz/slick_prev.svg");
    background-size: 2.1rem 2.1rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 3.8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); } }

.footer-nav {
  display: flex;
  padding-left: 1.95vw;
  padding-right: 1.95vw; }
  .footer-nav > * {
    flex: 3; }

@media only screen and (max-width: 1053px) {
  .footer-copyright {
    padding-left: 1.00rem;
    padding-right: 1.00rem; } }

img {
  border: 0;
  max-width: 100%;
  max-height: 100%; }

svg:not(:root) {
  overflow: hidden; }

.img-right img, .img-responsive img {
  width: 100%; }

.imgContainer--1 {
  width: 38.75rem;
  height: 24.60rem;
  margin-left: -4.05rem;
  margin-top: 4.75rem;
  background-image: url("../assets/images/desktop/img--1.svg");
  padding: 5.40rem 5.75rem 8.20rem 5.60rem; }
  @media only screen and (max-width: 1053px) {
    .imgContainer--1 {
      margin: 0 auto;
      margin-top: 1.10rem;
      width: 35.50rem;
      height: 24.60rem;
      background-repeat: no-repeat;
      padding-top: 3.75rem; } }
  @media only screen and (max-width: 850px) {
    .imgContainer--1 {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .imgContainer--1 {
      padding-bottom: 75px;
      padding-top: 89px;
      padding-right: 0;
      padding-left: 0; } }
  @media only screen and (max-width: 750px) {
    .imgContainer--1 {
      padding-top: 4.50rem; } }
  @media only screen and (max-width: 650px) {
    .imgContainer--1 {
      padding-top: 3.39rem;
      height: 19.6rem; } }
  @media only screen and (max-width: 600px) {
    .imgContainer--1 {
      padding-top: 5.39rem; } }
  @media only screen and (max-width: 550px) {
    .imgContainer--1 {
      padding-bottom: 0; } }
  @media only screen and (max-width: 400px) {
    .imgContainer--1 {
      width: 104%; } }
  @media only screen and (max-width: 350px) {
    .imgContainer--1 {
      width: 109%;
      margin-left: -0.61rem; } }

.imgContainer--2 {
  width: 30.85rem;
  height: 23.00rem;
  background-image: url("../assets/images/desktop/img--2.svg");
  padding: 3.50rem 1.90rem 0.40rem 3.95rem;
  margin-left: -2.05rem; }
  @media only screen and (max-width: 1052px) {
    .imgContainer--2 {
      margin: 0 auto;
      margin-top: 1.05rem;
      width: 30.85rem;
      height: 23.00rem; } }
  @media only screen and (max-width: 800px) {
    .imgContainer--2 {
      padding: 0;
      display: flex;
      align-items: center;
      height: 23rem;
      background-repeat: no-repeat; } }
  @media only screen and (max-width: 650px) {
    .imgContainer--2 {
      width: 100%; } }
  @media only screen and (max-width: 600px) {
    .imgContainer--2 {
      padding: 0;
      height: 20.61rem; } }
  @media only screen and (max-width: 550px) {
    .imgContainer--2 {
      height: 18.7rem; } }
  @media only screen and (max-width: 500px) {
    .imgContainer--2 {
      height: 17rem; } }
  @media only screen and (max-width: 450px) {
    .imgContainer--2 {
      height: 15rem; } }
  @media only screen and (max-width: 400px) {
    .imgContainer--2 {
      height: 13rem; } }
  @media only screen and (max-width: 350px) {
    .imgContainer--2 {
      height: 12rem; } }

.imgContainer--3 {
  width: 28.76rem;
  height: 27.60rem;
  background-color: red; }

.imgContainer--4 {
  background-image: url("../assets/images/desktop/quadrant.png");
  width: 70.00rem;
  height: 26.70rem;
  position: absolute;
  margin-left: -3.60rem;
  z-index: 0;
  background-size: cover; }
  @media only screen and (max-width: 1053px) {
    .imgContainer--4 {
      background-image: url("../assets/images/_mob-horiz/t-img--1.svg");
      background-repeat: no-repeat;
      width: 28.80rem;
      height: 26.70rem;
      position: relative;
      z-index: 1;
      margin: 0 auto; } }

.imgContainer--5 {
  display: none; }
  @media only screen and (max-width: 1053px) {
    .imgContainer--5 {
      display: block;
      background-image: url("../assets/images/_mob-horiz/t-img--2.svg");
      background-repeat: no-repeat;
      width: 28.80rem;
      margin: 0 auto;
      margin-top: 1.05rem;
      height: 27.60rem;
      position: relative; } }
  @media only screen and (max-width: 600px) {
    .imgContainer--5 {
      width: 100%; } }

ul.no-dots-ul {
  list-style: none; }

.icon-chevron-right.slick-arrow {
  width: 1.00rem;
  height: 2.00rem;
  background-color: hotpink; }

.b-modal {
  mix-blend-mode: multiply; }

.popupContainer .arrow-text {
  color: #ffffff; }

.lister {
  font-size: 1.05rem;
  line-height: 1.80rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  padding-left: 1.75rem;
  margin-top: 0.25rem; }
  .lister__num {
    color: #942645; }
  .lister__desc {
    color: #4e5052; }
  .lister__txt--1 {
    font-size: 1.05rem;
    line-height: 1.80rem;
    padding-left: 1.70rem; }

.nav-bar {
  width: 100%;
  height: 2.90rem;
  position: absolute;
  top: 0;
  z-index: 1;
  transition-delay: 5s;
  transition: .25s all ease-in-out;
  padding-left: 3.60rem;
  display: none;
  padding-right: 2.80rem;
  align-items: center; }
  .nav-bar a {
    text-decoration: none;
    letter-spacing: -.04em; }
  .nav-bar.nav-flex {
    display: flex; }
  @media only screen and (max-width: 1053px) {
    .nav-bar {
      padding-left: 2.20rem;
      padding-right: 1.25rem;
      background-color: rgba(189, 230, 238, 0.6); } }
  @media only screen and (max-width: 767px) {
    .nav-bar {
      height: 2.07rem;
      padding-left: 5vw;
      padding-right: 5vw; } }
  @media only screen and (max-width: 400px) {
    .nav-bar {
      justify-content: space-between; } }

.company-logo {
  opacity: 1;
  background-image: url("../assets/graphics/icons/oracle-logo.svg");
  background-repeat: no-repeat;
  height: 2.90rem;
  width: 7.80rem;
  float: left;
  background-size: cover;
  display: inline-block;
  transition-delay: background 0s;
  position: relative;
  margin-right: 2.00rem; }
  .company-logo a {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0; }
  @media only screen and (max-width: 1053px) {
    .company-logo {
      height: 2.80rem;
      width: 7.70rem;
      order: 1; } }
  @media only screen and (max-width: 767px) {
    .company-logo {
      height: 2.07rem;
      width: 6.07rem; } }
  @media only screen and (max-width: 400px) {
    .company-logo {
      margin-right: 0; } }
  @media only screen and (max-width: 320px) {
    .company-logo {
      margin-right: 0; } }

.icon-wrap {
  display: block;
  opacity: 1;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer; }
  @media only screen and (max-width: 1053px) {
    .icon-wrap {
      order: 3; } }
  .icon-wrap__desc {
    font-size: 0.95rem;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; }
  .icon-wrap > * {
    display: inline-block;
    position: relative;
    /*  height: 100% !important;*/
    background-repeat: no-repeat;
    background-position: center center; }
    .icon-wrap > * > ul {
      transform: translateY(1.15rem);
      visibility: hidden;
      opacity: 0;
      top: 100%;
      left: 50%;
      z-index: 2;
      padding-left: 0.50rem;
      border-radius: 0;
      padding: 0;
      margin-top: 1.55rem;
      margin-left: -2.00rem;
      margin-bottom: 0.1 0rem;
      -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:not(:last-of-type) {
          margin-bottom: 1rem; }
          @media only screen and (max-width: 1053px) {
            .icon-wrap > * > ul > li:not(:last-of-type) {
              margin-bottom: .5rem; } }
        .icon-wrap > * > ul > li a,
        .icon-wrap > * > ul > li span {
          padding: 1.1rem 1rem 0.1 0rem 1.5rem;
          display: block;
          transition: all .25s ease-in-out;
          cursor: pointer; }
    .icon-wrap > * > .social-dd {
      margin-top: 0.15rem; }
  .icon-wrap > .icon-smedia > ul {
    left: auto;
    right: 0;
    transform: translateX(0); }
  .icon-wrap .hamburger_icon > ul {
    left: 0%;
    padding-top: 1.45rem;
    padding-bottom: 1.45rem;
    padding-left: 1.50rem;
    padding-right: 1rem; }
    @media only screen and (max-width: 1053px) {
      .icon-wrap .hamburger_icon > ul {
        margin-left: -20.65rem;
        width: 22.50rem;
        padding-top: 1.10rem;
        padding-bottom: 1.10rem;
        padding-left: 1.14rem;
        padding-right: 0.76rem; } }
    .icon-wrap .hamburger_icon > ul.social-dd {
      padding-bottom: 1.25rem;
      padding-top: 1.25rem; }
      @media only screen and (max-width: 1053px) {
        .icon-wrap .hamburger_icon > ul.social-dd {
          padding-bottom: 0.95rem;
          padding-top: 0.95rem; } }
    @media only screen and (max-width: 450px) {
      .icon-wrap .hamburger_icon > ul {
        margin-left: -18.06rem;
        width: 20rem; } }
    @media only screen and (max-width: 400px) {
      .icon-wrap .hamburger_icon > ul {
        margin-left: -15.61rem;
        width: 17.5rem; } }
  .icon-wrap.hoverish ul {
    transform: translateY(0.4rem);
    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 .icon-download a {
  padding: 0.6rem 1rem 0.1 0rem 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; }

.toc-link {
  color: #0D8099;
  font-size: 0.90rem;
  line-height: 1.30rem; }

.hamburger_icon {
  background-image: url("../assets/graphics/icons/ddownicon.svg");
  width: 1.80rem;
  height: 1.00rem;
  background-position: center;
  cursor: pointer;
  margin-right: 0.28rem; }
  @media only screen and (max-width: 1053px) {
    .hamburger_icon {
      margin-right: 0; } }

.hamburger_icon.lighter {
  background-image: url("../assets/graphics/icons/hamburger-light.svg"); }

.hamburger_icon > ul {
  width: 29.25rem; }

.icon-download {
  background-image: url("../assets/graphics/icons/download-arrow.svg");
  background-repeat: no-repeat;
  background-size: 1.40rem 1.95rem;
  padding-left: 2.50rem;
  /*    margin-bottom: 20px;*/
  min-height: 1.95rem;
  background-position-x: 0.2 0rem;
  padding-top: 0.3 0.5rem;
  display: flex;
  align-items: center; }

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

.icon-download > ul .pdf-link {
  font-size: 0.80rem;
  padding: 0.75rem 0.2 0.5rem;
  width: 10.00rem; }

.social-dd {
  margin-top: 1rem;
  display: table; }

.social-icon {
  border-radius: 0.10rem;
  background-size: 1.60rem 1.60rem;
  background-repeat: no-repeat;
  width: 1.60rem;
  height: 1.60rem;
  float: left;
  margin-right: 1.25rem; }

.social-icon:hover {
  opacity: .8; }

.icon-faceboook {
  background-image: url("../assets/graphics/icons/social_icons/icon-fb.svg"); }

.icon-twitter {
  background-image: url("../assets/graphics/icons/social_icons/icon-twitter.svg"); }

.icon-linkedin {
  background-image: url("../assets/graphics/icons/social_icons/icon-linkedin.svg"); }

.icon-youtube {
  background-image: url("../assets/graphics/icons/social_icons/icon-youtube.svg"); }

.icon-blog {
  background-image: url("../assets/graphics/icons/social_icons/icon-blog.svg"); }

.close-bttn-holder {
  width: 100%;
  height: 2.00rem;
  text-align: right;
  padding-top: 1.00rem;
  line-height: 1.50rem; }

.b-close {
  background-image: url(../assets/graphics/icons/btn-close-video.svg);
  float: right;
  height: 0.95rem;
  width: 3.60rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  margin-left: 0.50rem;
  color: #ffffff;
  font-size: 0.80rem;
  padding-right: 1.85rem;
  line-height: 1.50rem;
  margin-top: 0.70rem;
  cursor: pointer;
  position: relative;
  top: -0.1 0.5rem; }

.b-close.pop-close {
  margin-right: 0.3 0.5rem;
  margin-top: 0.4 0.5rem; }

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

.quote {
  font-family: Arial, Helvetica, sans-serif;
  color: #003b4d; }
  .quote b {
    font-weight: 700;
    color: #942645; }
  .quote--1 {
    font-size: 1.60rem;
    line-height: 2.10rem; }
    @media only screen and (max-width: 750px) {
      .quote--1 {
        width: 75%;
        margin: 0 auto; } }
    @media only screen and (max-width: 600px) {
      .quote--1 {
        transform: translateY(-2.06rem);
        font-size: 1.5rem; } }
    @media only screen and (max-width: 550px) {
      .quote--1 {
        transform: translateY(-3.89rem);
        font-size: 1.45rem;
        width: 80%; } }
    @media only screen and (max-width: 500px) {
      .quote--1 {
        font-size: 1.44rem;
        line-height: 1.89rem;
        width: 85%; } }
    @media only screen and (max-width: 450px) {
      .quote--1 {
        font-size: 1.30rem;
        line-height: 1.70rem; } }
    @media only screen and (max-width: 450px) {
      .quote--1 > span:first-child {
        letter-spacing: -.01em; } }
    @media only screen and (max-width: 400px) {
      .quote--1 > span:first-child {
        letter-spacing: -.02em; } }
    @media only screen and (max-width: 400px) {
      .quote--1 {
        font-size: 1.17rem;
        line-height: 1.53rem; } }
    @media only screen and (max-width: 350px) {
      .quote--1 {
        margin-top: -0.50rem;
        font-size: 1.11rem;
        line-height: 1.45rem; } }
  .quote--2 {
    font-size: 1.80rem;
    line-height: 2.40rem;
    width: 99%;
    letter-spacing: -0.02em;
    margin-top: -0.50rem; }
    @media only screen and (max-width: 800px) {
      .quote--2 {
        width: 75%;
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) {
      .quote--2 {
        line-height: 1.80rem;
        font-size: 1.35rem; } }
    @media only screen and (max-width: 650px) {
      .quote--2 {
        width: 80%; } }
    @media only screen and (max-width: 500px) {
      .quote--2 {
        width: 84%; } }
    @media only screen and (max-width: 450px) {
      .quote--2 {
        line-height: 1.62rem;
        font-size: 1.22rem; } }
    @media only screen and (max-width: 400px) {
      .quote--2 {
        line-height: 1.46rem;
        font-size: 1.10rem; } }
    @media only screen and (max-width: 320px) {
      .quote--2 {
        width: 90%; } }
  .quote--3 {
    font-size: 2.10rem;
    line-height: 2.80rem;
    width: 28.00rem;
    height: 10.90rem;
    margin-top: 7.95rem; }
    @media only screen and (max-width: 1053px) {
      .quote--3 {
        margin: 0 auto;
        margin-top: 2.50rem; } }
    @media only screen and (max-width: 600px) {
      .quote--3 {
        width: 100%;
        margin-bottom: 5.56rem; } }
  .quote--4 {
    font-size: 1.80rem;
    line-height: 2.40rem;
    margin-top: 9.55rem; }
    @media only screen and (max-width: 1053px) {
      .quote--4 {
        width: 28.80rem;
        transform: translateY(-0.35rem);
        margin: 0 auto;
        margin-top: 2.50rem; } }
    @media only screen and (max-width: 600px) {
      .quote--4 {
        width: 100%; } }
  .quote__bolden {
    color: #942645; }
  .quote__author {
    display: block;
    font-size: 0.80rem;
    line-height: 1.05rem; }
    .quote--3 .quote__author {
      margin-top: 0.50rem; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table td {
    padding: 0; }
    table td.td_chap_num:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
  table th {
    padding: 0; }

.terms__content {
  font-size: 0.60rem;
  display: flex;
  align-self: flex-end;
  position: absolute;
  bottom: 0; }
  .terms__content > * {
    color: #00758f; }

.toc__container {
  display: flex;
  margin-top: 0.65rem;
  padding: 2.70rem 1.10rem 2.05rem 1.18rem;
  background-color: rgba(255, 255, 255, 0.4); }
  .toc__container--left, .toc__container--right {
    display: flex;
    flex-direction: column;
    flex: 0 0 30.22rem; }
    @media only screen and (max-width: 1053px) {
      .toc__container--left, .toc__container--right {
        flex: 0; } }
  .toc__container--left {
    margin-right: auto; }
  @media only screen and (max-width: 1053px) {
    .toc__container {
      padding: 0;
      margin-top: -0.55rem;
      flex-direction: column;
      background-color: transparent; } }

.toc__item {
  font-size: 1.05rem;
  line-height: 1.80rem;
  font-weight: 700;
  color: #003b4d;
  display: flex; }
  .toc__item:not(:last-of-type) {
    margin-bottom: 1.80rem; }
  .toc__item:first-of-type {
    margin-top: -0.45rem; }
  .toc__item--1 {
    line-height: normal; }
    .toc__item--1:nth-child(1) {
      margin-top: -0.15rem;
      margin-bottom: 1.85rem; }
      @media only screen and (max-width: 1053px) {
        .toc__item--1:nth-child(1) {
          margin-bottom: 1.8rem; } }
  @media only screen and (max-width: 1053px) {
    .toc__container--right .toc__item:nth-child(1) {
      margin-top: 1.80rem; } }
  @media only screen and (max-width: 600px) {
    .toc__item {
      line-height: normal; } }

.video-thumbnail {
  cursor: pointer;
  position: relative;
  background-size: cover; }
  .video-thumbnail--1 {
    width: 100%;
    height: 16.20rem;
    margin-top: 0.10rem;
    background-image: url("../assets/images/thumbnails/tbnail-01.png"); }
    @media only screen and (max-width: 1053px) {
      .video-thumbnail--1 {
        margin: 0 auto;
        margin-top: 1.05rem;
        width: 28.80rem;
        height: 16.20rem; } }
    @media only screen and (max-width: 600px) {
      .video-thumbnail--1 {
        width: 100%;
        height: 15.2rem; } }
    @media only screen and (max-width: 550px) {
      .video-thumbnail--1 {
        height: 14.10rem; } }
    @media only screen and (max-width: 450px) {
      .video-thumbnail--1 {
        height: 12.1rem; } }
    @media only screen and (max-width: 400px) {
      .video-thumbnail--1 {
        height: 10.1rem; } }
  .video-thumbnail--2 {
    width: 100%;
    height: 16.20rem;
    margin-top: 5.95rem;
    background-image: url("../assets/images/thumbnails/tbnail-02.png"); }
    @media only screen and (max-width: 1053px) {
      .video-thumbnail--2 {
        margin: 0 auto;
        margin-top: 1.05rem;
        width: 28.80rem;
        height: 16.20rem; } }
    @media only screen and (max-width: 600px) {
      .video-thumbnail--2 {
        width: 100%;
        height: 15.2rem; } }
    @media only screen and (max-width: 550px) {
      .video-thumbnail--2 {
        height: 14.10rem; } }
    @media only screen and (max-width: 450px) {
      .video-thumbnail--2 {
        height: 12.1rem; } }
    @media only screen and (max-width: 400px) {
      .video-thumbnail--2 {
        height: 10.1rem; } }
  .video-thumbnail img {
    width: 100%; }
  .video-thumbnail .video-play-bttn {
    content: '';
    background: url("../assets/graphics/icons/video-play-btn.png") no-repeat center center;
    background-size: contain;
    height: 100%;
    cursor: pointer;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s 1s ease-in-out;
    -o-transition: opacity .5s 1s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .video-thumbnail .video-play-bttn--1 {
      width: 20%; }
    .video-thumbnail .video-play-bttn:hover {
      opacity: .75; }
  .video-thumbnail:hover .video-play-bttn {
    opacity: .75; }

.modal.video {
  background: rgba(0, 0, 0, 0.7); }
  .modal.video .modal__inner {
    position: absolute;
    right: initial;
    bottom: initial;
    left: 50%;
    top: 50% !important;
    width: 15.00rem;
    margin: auto;
    overflow: visible;
    background: transparent;
    border-radius: 0;
    padding: 0;
    height: auto;
    transform: translate(-50%, -50%); }

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

.b-modal {
  mix-blend-mode: multiply; }

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0rem;
  box-sizing: border-box; }
  .container::after {
    content: '';
    display: table;
    clear: both; }
  .container-1-col {
    height: 40.00rem;
    float: left;
    width: 100%;
    background-color: rgba(23, 24, 55, 0.1); }
    @media only screen and (max-width: 1053px) {
      .container-1-col {
        background-color: transparent; } }
    .container-1-col--1 {
      padding-top: 2.95rem;
      padding-left: 0rem; }
    .container-1-col--2 {
      padding: 5.8rem 2.8rem 0 3.55rem; }
    .container-1-col--3 {
      padding: 4.30rem 2.80rem 0 3.60rem; }
    .container-1-col--4 {
      padding: 0;
      margin-top: 1.35rem;
      height: auto;
      display: flex;
      width: 64.65rem;
      background-color: transparent; }
  .container-left-3-col {
    padding: 4.60rem 2.25rem 0 2.20rem;
    float: left;
    width: 34%;
    height: 40.00rem; }
  .container-mid-3-col {
    padding: 4.60rem 1.25rem 0 1.60rem;
    float: left;
    width: 32%;
    height: 40.00rem; }
  .container-right-3-col {
    padding: 4.60rem 2.65rem 0 1.80rem;
    float: left;
    width: 34%;
    height: 40.00rem; }
  .container-right-2-col {
    height: 40.00rem;
    padding: 7.30rem 2.65rem  0 3.55rem;
    width: 50%;
    float: left; }
    .container-right-2-col--1 {
      padding-top: 8.30rem; }
    .container-right-2-col--2 {
      padding-left: 2.40rem; }
    .container-right-2-col--3 {
      padding: 0;
      width: 28.80rem;
      height: auto;
      z-index: 1;
      margin-right: auto;
      padding-top: 2.10rem; }
      @media only screen and (max-width: 1053px) {
        .container-right-2-col--3 {
          display: none; } }
  .container-left-2-col {
    height: 40.00rem;
    padding: 7.30rem 2.65rem 0 3.55rem;
    width: 50%;
    float: left; }
    .container-left-2-col--1 {
      padding-top: 6.30rem; }
    .container-left-2-col--2 {
      padding-right: 1.50rem; }
    .container-left-2-col--3 {
      padding: 0;
      padding-top: 2.10rem;
      width: 28.80rem;
      height: auto;
      z-index: 1; }
      @media only screen and (max-width: 1053px) {
        .container-left-2-col--3 {
          display: none; } }
    .container-left-2-col--4 {
      padding-top: 5.30rem; }
    @media only screen and (max-width: 1053px) {
      .page--5 .container-left-2-col {
        order: 2; } }

@media only screen and (max-width: 1053px) {
  .m_container__order--1 {
    order: 1; }
  .m_container__order--2 {
    order: 2; }
  .m_container__order--3 {
    order: 3; }
  .m_container__order--4 {
    order: 4; }
  .m_container__order--5 {
    order: 5; } }

@media only screen and (max-width: 1053px) {
  .container-right-3-col, .container-right-2-col, .container-left-2-col, .container-left-3-col, .container-mid-3-col, .container-left-2-col, .container-left-3-col, .container-left-2-col, .container-mid-3-col, .TOC-left, .TOC-right, .container-1-col {
    width: 100%;
    height: auto;
    padding: 0;
    float: unset;
    margin: 0 auto; } }

.cover__text-box {
  padding-bottom: 5rem;
  padding-left: 3.60rem;
  padding-right: 5.10rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 1053px) {
    .cover__text-box {
      padding-left: 5.46vw;
      padding-right: 5.46vw;
      padding-bottom: 6.45rem; } }
  @media only screen and (max-width: 767px) {
    .cover__text-box {
      padding-left: 5vw;
      padding-right: 5vw; } }

.cover-logo-oracle {
  display: block;
  position: absolute;
  top: 0px;
  left: 3.60rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../assets/images/desktop/badge-cover.svg);
  width: 10.35rem;
  height: 3.80rem; }
  @media only screen and (max-width: 1053px) {
    .cover-logo-oracle {
      height: 3.60rem;
      width: 10.28rem;
      left: 0;
      margin-left: 5.46vw;
      margin-top: -2.90rem; } }
  @media only screen and (max-width: 767px) {
    .cover-logo-oracle {
      margin-left: 5vw;
      margin-top: -2.06rem; } }
  @media only screen and (max-width: 500px) {
    .cover-logo-oracle {
      height: 3.24rem;
      width: 9.25rem; } }
  @media only screen and (max-width: 450px) {
    .cover-logo-oracle {
      height: 3.08rem;
      width: 8.79rem; } }
  @media only screen and (max-width: 400px) {
    .cover-logo-oracle {
      height: 2.77rem;
      width: 7.91rem; } }
  @media only screen and (max-width: 351px) {
    .cover-logo-oracle {
      height: 2.63rem;
      width: 7.51rem; } }

.cover__arrow {
  flex: 0 0 1.44rem;
  height: 2.62rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../assets/graphics/icons/cover-arrow.svg");
  cursor: pointer; }

.footer {
  width: 100%;
  height: 2.50rem;
  position: absolute;
  bottom: 0;
  background-color: rgba(189, 230, 238, 0.6);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.80rem;
  letter-spacing: -.05em;
  color: #fff;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .footer-book-title {
    float: right;
    margin-top: 0.75rem;
    margin-right: 0.75rem; }
  .footer-chap-title {
    margin-left: 3.45rem;
    display: inline-block;
    margin-right: 1.50rem;
    font-size: 0.70rem;
    color: #003b4d; }

#footNum {
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .7rem;
  color: #003b4d; }

.row {
  max-width: 70rem;
  background-color: "";
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 0.5rem; }
  .row::after {
    content: '';
    display: table;
    clear: both; }
  .row [class^='col-'] {
    background-color: "";
    float: left; }
    .row [class^='col-']:not(:last-child) {
      margin-right: 0.5rem; }
  .row .col-1-of-2 {
    width: calc((100% - 0.5rem)/2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 0.5rem)/3); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 0.5rem)/4); }
  .row .col-2-of-3 {
    width: calc(2 * (100% - 2 * 0.5rem)/3 + 0.5rem); }
  .row .col-2-of-4 {
    width: calc(2*(100% - 3 * 0.5rem)/4 + 0.5rem); }
  .row .col-3-of-4 {
    width: calc(100% - (100% - 3 * 0.5rem)/4 - 0.5rem); }

.page--1 {
  background-image: url("../assets/images/desktop/bg/bg-cover.png"); }
  @media only screen and (max-width: 1053px) {
    .page--1 {
      background-image: url("../assets/images/_mob-horiz/bg/bg-cover-landscape.png"); } }
  @media only screen and (max-width: 910px) {
    .page--1 {
      background-image: url("../assets/images/_mob-vert/bg/bg-cover-portrait.png"); } }

.page--2,
.page--17 {
  background-image: url("../assets/images/desktop/bg/bg-toc.png"); }

.page--3 {
  background-image: url("../assets/images/desktop/bg/bg-pg03.png"); }
  @media only screen and (max-width: 1053px) {
    .page--3 {
      background-image: url("../assets/images/_mob-horiz/bg/bg-content-02-land.png"); } }
  @media only screen and (max-width: 910px) {
    .page--3 {
      background-image: url("../assets/images/_mob-vert/bg/bg-content-02-port.png"); } }

.page--4,
.page--6,
.page--7,
.page--11 {
  background-image: url("../assets/images/desktop/bg/bg-general01.png"); }

.page--5 {
  background-image: url("../assets/images/desktop/bg/bg-pg05.png"); }
  @media only screen and (max-width: 1053px) {
    .page--5 {
      background-image: url("../assets/images/_mob-horiz/bg/bg-content-01-land.png"); } }
  @media only screen and (max-width: 910px) {
    .page--5 {
      background-image: url("../assets/images/_mob-vert/bg/bg-content-01-port.png"); } }

.page--15 {
  background-image: url("../assets/images/desktop/bg/bg-general02b.png"); }

.page--14,
.page--16 {
  background-image: url("../assets/images/desktop/bg/bg-general02.png"); }

.page--8 {
  background-image: url("../assets/images/desktop/bg/bg-pg08.png"); }
  @media only screen and (max-width: 1053px) {
    .page--8 {
      background-image: url("../assets/images/_mob-horiz/bg/bg-content-01-land.png"); } }
  @media only screen and (max-width: 910px) {
    .page--8 {
      background-image: url("../assets/images/_mob-vert/bg/bg-content-01-port.png"); } }

.page--9 {
  background-image: url("../assets/images/desktop/bg/bg-pg09.png"); }
  @media only screen and (max-width: 1053px) {
    .page--9 {
      background-image: url("../assets/images/_mob-horiz/bg/bg-content-02-land.png"); } }
  @media only screen and (max-width: 910px) {
    .page--9 {
      background-image: url("../assets/images/_mob-vert/bg/bg-content-02-port.png"); } }

.page--10 {
  background-image: url("../assets/images/desktop/bg/bg-pg10.png"); }

.page--12 {
  background-image: url("../assets/images/desktop/bg/bg-pg12.png"); }

.page--13 {
  background-image: url("../assets/images/desktop/bg/bg-pg13.png"); }

@media only screen and (max-width: 1053px) {
  .page--2 {
    background-image: url("../assets/images/_mob-horiz/bg/bg-content-01-land.png"); } }

@media only screen and (max-width: 910px) {
  .page--2 {
    background-image: url("../assets/images/_mob-vert/bg/bg-content-01-port.png"); } }

@media only screen and (max-width: 1053px) {
  .page--4 {
    background-image: url("../assets/images/_mob-horiz/bg/bg-content-03-land.png"); } }

@media only screen and (max-width: 910px) {
  .page--4 {
    background-image: url("../assets/images/_mob-vert/bg/bg-content-03-port.png"); } }

@media only screen and (max-width: 1053px) {
  .page--6 {
    background-image: url("../assets/images/_mob-horiz/bg/bg-content-03-land.png"); } }

@media only screen and (max-width: 1053px) {
  .page--6 {
    background-image: url("../assets/images/_mob-vert/bg/bg-content-03-port.png"); } }

@media only screen and (max-width: 1053px) {
  .page--11 {
    background-image: url("../assets/images/_mob-horiz/bg/bg-content-03-land.png"); } }

@media only screen and (max-width: 910px) {
  .page--11 {
    background-image: url("../assets/images/_mob-vert/bg/bg-content-03-port.png"); } }

@media only screen and (max-width: 1053px) {
  .page--12 {
    background-image: url("../assets/images/_mob-horiz/bg/bg-content-03-land.png"); } }

@media only screen and (max-width: 910px) {
  .page--12 {
    background-image: url("../assets/images/_mob-vert/bg/bg-content-03-port.png"); } }

@media only screen and (max-width: 1053px) {
  .page--13 {
    background-image: url("../assets/images/_mob-horiz/bg/bg-content-01-land.png"); } }

@media only screen and (max-width: 910px) {
  .page--13 {
    background-image: url("../assets/images/_mob-vert/bg/bg-content-01-port.png"); } }

@media only screen and (max-width: 1053px) {
  .page--14 {
    background-image: url("../assets/images/_mob-horiz/bg/bg-content-02-land.png"); } }

@media only screen and (max-width: 910px) {
  .page--14 {
    background-image: url("../assets/images/_mob-vert/bg/bg-content-02-port.png"); } }

@media only screen and (max-width: 1053px) {
  .page--15 {
    background-image: url("../assets/images/_mob-horiz/bg/bg-content-03-land.png"); } }

@media only screen and (max-width: 910px) {
  .page--15 {
    background-image: url("../assets/images/_mob-vert/bg/bg-content-03-port.png"); } }

.main_container {
  width: 70.00rem;
  height: 40.00rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  overflow: hidden; }
  @media only screen and (max-width: 1053px) {
    .main_container {
      position: fixed;
      bottom: 0px;
      overflow: hidden;
      top: 0px;
      width: 100vw;
      max-height: 100vh;
      height: 100vh; } }
  @media only screen and (max-width: 767px) {
    .main_container {
      height: 100vh;
      width: 100vw;
      max-height: 100vh;
      max-width: 100vw; } }
  .main_container .book-slider {
    width: 100%;
    height: 40.00rem; }
    @media only screen and (max-width: 1053px) {
      .main_container .book-slider {
        width: 100vw;
        max-height: 100vh;
        height: 100vh; } }
    @media only screen and (max-width: 767px) {
      .main_container .book-slider {
        height: 100vh;
        width: 100vw;
        max-height: 100vh;
        max-width: 100vw; } }

.page {
  position: relative;
  width: 70.00rem;
  height: 40.00rem;
  background-repeat: no-repeat;
  background-size: cover !important; }
  @media only screen and (max-width: 1053px) {
    .page {
      width: 100vw;
      max-height: 100vh;
      height: 100vh;
      padding-top: 2.90rem; } }
  @media only screen and (max-width: 800px) {
    .page {
      padding-top: 2.07rem; } }
  @media only screen and (max-width: 767px) {
    .page {
      height: 100vh;
      width: 100vw;
      max-height: 100vh;
      max-width: 100vw; } }

.chap-name {
  line-height: 1em; }

.chap-desc {
  letter-spacing: -.04em;
  line-height: 1.3em; }

.TOC-right .TOC-wrap {
  padding-left: 2.00rem;
  padding-top: 1.40rem;
  mix-blend-mode: multiply;
  margin-bottom: 0 0.5rem; }

.TOC-left .TOC-title {
  margin-bottom: 0.90rem;
  margin-top: 1.10rem; }

a.TOC-chap:hover,
a.TOC-chap:hover .TOC-chapter-title {
  text-decoration: none; }

.TOC-chapter-head {
  font-size: 0.90rem;
  color: #ffffff;
  /*    margin-bottom: 3px;*/ }

.TOC-chapter-title {
  /*    display: inline-block;*/
  font-family: Univers-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF;
  letter-spacing: .01em;
  font-size: 1.60rem;
  /*    float:left;*/
  margin-top: -2.50rem;
  margin-bottom: 2.00rem; }

.TOC-chapter-title:hover {
  text-decoration: underline; }

.content-holder {
  display: inline-block;
  width: 100%; }
  @media only screen and (max-width: 1053px) {
    .content-holder {
      display: flex;
      flex-direction: column; } }

.slick-slide > .container {
  /*  padding: 119px 33px 0 64px;*/
  width: auto;
  z-index: 0; }
  @media only screen and (max-width: 1053px) {
    .slick-slide > .container {
      padding: 2.00rem 4.50rem 5.00rem 2.20rem;
      width: auto;
      margin: 0;
      min-height: calc(100% - 80rem);
      height: unset; } }
  @media only screen and (max-width: 800px) {
    .slick-slide > .container {
      padding: 2.00rem 4.50rem 5.00rem 5vw;
      padding-right: calc(5vw + 3.25rem); } }
  @media only screen and (max-width: 767px) {
    .slick-slide > .container {
      padding-bottom: 15rem; } }
  @media only screen and (max-width: 700px) {
    .slick-slide > .container {
      padding-right: 5vw; } }
  @media only screen and (max-width: 400px) {
    .slick-slide > .container {
      padding-right: 5vw; } }

@media only screen and (max-width: 1053px) {
  .slick-slide > .container--1 {
    padding: 0;
    height: calc(100vh - 2.9rem); } }

@media only screen and (max-width: 1053px) {
  .slick-slide > .container--2 {
    padding-bottom: 15rem; } }

.slide-page {
  position: absolute;
  width: 70.00rem;
  height: 40.00rem;
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover !important;
  left: 100%;
  -webkit-transition: left 500ms;
  /* Safari */
  transition: left 500ms; }

.slide-page.active {
  left: 0%; }

#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 3000;
  width: 70.00rem;
  height: 40.00rem;
  left: 50%;
  transform: translateX(-50%); }

#status {
  width: 16.00rem;
  height: 4.00rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../assets/images/preloader.gif");
  background-repeat: no-repeat;
  background-size: 16.00rem 4.00rem;
  /* is width and height divided by two */ }

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

/**********Tablet Landscape***************/
@media only screen and (max-width: 1024px) {
  span.desktop_invis {
    display: inline; }
  .tablet-relative {
    position: relative; }
  .TOC-right {
    margin-top: 3.7rem; }
  #preloader {
    height: 100vh; }
  .main_container {
    position: fixed;
    bottom: 0rem;
    overflow: hidden;
    top: 0rem; }
  .TOC-chap-num {
    top: 0px; }
  .page {
    -webkit-overflow-scrolling: touch; }
  #search_results .popupContainer {
    background-color: #dee0e0; }
  .bg-orange-10, .bg-orange-20, .bg-orange-30, .bg-orange-04 {
    background-color: transparent; }
  .nav-left {
    width: unset; }
  .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; }
  .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; }
  .tablet-only--1 {
    display: flex; }
  body {
    transform: scale(1);
    transform-origin: top center; }
  article {
    padding-top: 0px;
    margin-bottom: 16px; }
  h1 {
    margin-bottom: 21px;
    letter-spacing: normal; }
  .row:after {
    display: inline-block; }
  .contents_header {
    width: 85%;
    margin: auto;
    padding-top: 3rem;
    margin-bottom: 2rem; }
  .footer-chap-title {
    margin-left: 4.4rem; }
  .footer {
    height: 2.9rem; }
  .row.toc {
    margin-top: 0px; }
  #p2 .background-holder, #p3 .background-holder, #p5 .background-holder::before, #p9 .background-holder {
    background-image: none; }
  .TOC-article-wrap {
    border-left: none;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding-bottom: 60px; }
  .icon-wrap .hamburger_icon > ul {
    padding-top: 2rem; } }

/**********Tablet Portrtait*******/
/**PHONE**/
@media only screen and (max-width: 767px) {
  .thumb-container {
    max-width: Calc(100vw - 30px); }
  .img-responsive img {
    width: 100%; }
  .search-box {
    width: 150px;
    background-position: 120px;
    left: unset;
    right: 45px; }
  article {
    width: 100%;
    padding-left: 0px; }
  .content-holder {
    padding-bottom: 0px; }
  .trail-bttn.phone-only {
    position: absolute;
    float: none;
    transform: translateX(-50%);
    left: 50%; }
  .icon-wrap {
    margin-top: -3px; }
  .slick-list {
    min-height: 100vh; }
  .footer-phone {
    display: block; }
  .unrow {
    width: calc(100% + 30px);
    margin-left: -15px; } }

@media only screen and (max-width: 767px) {
  button:active {
    background-color: unset; } }
