@font-face {
  font-family: 'oracleiconsregular';
  src: url("../fonts/oracleicons-v27-webfont.eot");
  src: url("../fonts/oracleicons-v27-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oracleicons-v27-webfont.woff2") format("woff2"), url("../fonts/oracleicons-v27-webfont.woff") format("woff"), url("../fonts/oracleicons-v27-webfont.ttf") format("truetype"), url("../fonts/oracleicons-v27-webfont.svg#oracleiconsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ''; }

.clearfix:after {
  clear: both; }

html {
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: background 0.5s linear;
  font-size: 10px; }

html:after {
  content: '';
  background: url(../img/bg.jpg) top left;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover; }

html.chapter-one:after {
  background-image: url(../img/bg1.jpg); }

html.chapter-two:after {
  background: url(../img/bg2.jpg) top right; }

html.chapter-three:after {
  background: url(../img/bg3.jpg) top right; }

html.chapter-four:after {
  background: url(../img/bg4.jpg) top right; }

html.chapter-five:after {
  background: url(../img/bg5.jpg) top right; }

html.chapter-six:after {
  background: url(../img/bg6.jpg) top right; }

html.chapter-seven:after {
  background-image: url(../img/bg7.jpg); }

html.chapter-eight:after {
  background: url(../img/bg8.jpg) top right; }

html.home:after {
  background-image: url(../img/bg.jpg); }

body {
  background: transparent;
  color: #4E5052;
  margin: 0;
  font-weight: 400;
  font-size: 10px;
  position: relative;
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.container {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-md-6 {
  width: 50%;
  float: left; }

.col-md-6, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

p {
  font-size: 18px;
  line-height: 1.7; }

ul {
  margin-left: -22px; }
  ul li {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px; }

img {
  vertical-align: middle; }

::after, ::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.green {
  color: #3A913F; }

.red {
  color: #942645; }

.blue {
  color: #003B4D; }

.slate {
  color: #324B5C; }

.bold {
  font-weight: bold; }

.margin-bottom {
  margin-bottom: 30px; }

.margin-30 {
  margin: 30px auto; }

.margin-top-20 {
  margin-top: 20px; }

.v-center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: 20px auto; }

.topNav.active {
  background-color: #fff;
  height: 67px; }
  .topNav.active .logotext {
    color: #4E5052; }

.navbar {
  min-height: 67px; }
  .navbar a:hover,
  .navbar a:visited,
  .navbar a:active,
  .navbar a:link {
    text-decoration: none; }

.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  border-radius: 0; }

.navbar-default.active {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }

.navbar-default {
  background: none;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .navbar-default.active {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
    .navbar-default.active .logotext {
      color: #4E5052; }
    .navbar-default.active .hamburger.active span {
      color: #fff; }
    .navbar-default.active .hamburger span {
      color: #4E5052;
      margin-top: 3px !important; }
    .navbar-default.active .hamburger__icon, .navbar-default.active .hamburger__icon:before, .navbar-default.active .hamburger__icon:after {
      background: #4E5052; }

.float-panel {
  margin-left: 0px; }
  .float-panel h4 {
    margin: 0px 0px 20px 0px; }

.side-nav, .side-nav0 {
  width: 225px;
  margin-left: 21px; }
  .side-nav ul, .side-nav0 ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .side-nav ul li, .side-nav0 ul li {
      margin-bottom: 20px; }
      .side-nav ul li a, .side-nav0 ul li a {
        color: #00758F; }
      .side-nav ul li.active:before, .side-nav0 ul li.active:before {
        content: '';
        height: 30px;
        width: 6px;
        position: absolute;
        margin-left: -20px;
        background-color: #00758F; }
      .side-nav ul li:hover, .side-nav0 ul li:hover {
        text-decoration: underline; }

.bottom-nav {
  display: block;
  width: 100%;
  border: 2px solid #fff;
  margin: 0;
  min-height: 180px;
  padding: 20px;
  font-size: 1.8rem; }
  .bottom-nav a {
    width: 50%;
    line-height: 1.2;
    color: #fff; }
    .bottom-nav a:hover {
      cursor: pointer;
      color: #fff;
      text-decoration: underline; }
    .bottom-nav a.inactive {
      opacity: 0;
      cursor: not-allowed;
      pointer-events: none; }
  .bottom-nav a:first-of-type {
    float: left;
    text-align: left; }
  .bottom-nav a:last-of-type {
    float: right;
    text-align: right; }

.chevron::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.7em;
  left: 0.15em;
  transform: rotate(-45deg);
  width: 0.7em; }
.chevron.right::before {
  top: 20px;
  left: 0;
  transform: rotate(45deg); }
.chevron.left::before {
  top: 20px;
  left: 0.15em;
  transform: rotate(-135deg); }

/* helper class when showing content */
.noscroll {
  overflow: hidden; }

.top {
  position: fixed;
  z-index: 99; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 {
  font-size: 44px;
  color: #fff; }
  h1.front {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    padding-top: 40px; }

h2 {
  font-size: 28px;
  color: #fff;
  line-height: 1.2; }

h3 {
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
  line-height: 1.3; }

h4 {
  font-size: 28px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; }

p {
  margin: 0 0 10px; }

a {
  outline: none;
  color: #00758F;
  text-decoration: none; }
  a:hover, a:focus {
    outline: none;
    text-decoration: underline; }
  a.cta {
    font-size: 18px; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 26px;
  border-left: 5px solid #8AADBF; }
  blockquote span {
    font-size: 18px;
    display: block;
    margin-top: 20px; }

.two-column-txt {
  column-count: 2;
  column-gap: 20px; }

.content__top {
  width: 810px; }
  .content__top span {
    display: block;
    font-weight: bold;
    margin-bottom: 10px; }

.perc20 {
  width: 20%;
  display: inline-block;
  vertical-align: top; }

.quote {
  padding: 30px 30px; }
  .quote p {
    padding: 0px 0px 0px 20px;
    font-size: 24px;
    line-height: 1.6;
    border-left: 3px solid #324B5C;
    margin: 1em 0; }
    .quote p span {
      font-size: 16px;
      display: block;
      margin-top: 35px; }
      .quote p span a {
        color: #fff !important;
        font-weight: bold; }
    .quote p a {
      color: #fff !important;
      font-weight: bold; }
  .quote.green p {
    border-left: 3px solid #3A913F; }
  .quote.red p {
    border-left: 3px solid #942645; }
  .quote.blue p {
    border-left: 3px solid #003B4D; }
  .quote.slate p {
    border-left: 3px solid #324B5C; }

button:focus {
  outline: none; }

.button {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  /* Vertical line */
  /* horizontal line */ }
  .button:before, .button:after {
    content: "";
    position: absolute;
    background-color: white;
    transition: transform 0.25s ease-out; }
  .button:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -2px; }
  .button:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -2px; }
  .button:hover {
    cursor: pointer; }
    .button:hover:before {
      transform: rotate(90deg); }
    .button:hover:after {
      transform: rotate(180deg); }

#logo {
  display: inline-block !important; }

.logotext {
  color: #fff;
  font-size: 20px;
  margin: 20px;
  vertical-align: middle;
  cursor: pointer; }

/* Main content */
.main {
  position: relative;
  z-index: 50;
  margin-top: 100px; }

/* Grid container */
.grid {
  position: relative;
  margin-top: 110px;
  margin-left: -15px;
  margin-right: -15px;
  /* Overlay */ }
  .grid::after {
    content: '';
    background: transparent;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

.one .grid {
  max-height: 400px;
  overflow: hidden; }

.view-single .grid::after {
  opacity: 1; }

/* Grid item */
.grid__item {
  width: 50%;
  margin-bottom: 70px; }
  .grid__item .grid__content, .grid__item .grid__content2 {
    padding: 45px 20px 30px;
    position: relative;
    color: inherit;
    border: 2px solid #fff;
    margin: 0 15px 0px 15px;
    min-height: 271px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .grid__item .grid__content .grid__item__img, .grid__item .grid__content2 .grid__item__img {
      display: block;
      position: absolute;
      top: -30px;
      right: 30px;
      width: 150px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .grid__item .grid__content:hover, .grid__item .grid__content2:hover {
      background-color: #fff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .grid__item .grid__content:hover img, .grid__item .grid__content2:hover img {
        margin-top: -10px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .grid__item .grid__content:hover .title--preview, .grid__item .grid__content2:hover .title--preview {
        color: #4E5052; }
  .grid__item * {
    z-index: 10; }

.placeholder.trans {
  background: transparent;
  color: #fff; }

/* grid item element and full content element styles */
.title {
  margin: 0;
  font-size: 2.4rem;
  font-family: Arial, sans-serif;
  font-weight: bold; }
  .title span {
    font-size: 5.5rem; }

.title--preview {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 160px;
  margin-left: 40px;
  display: inline-block;
  vertical-align: bottom; }
  .title--preview span {
    margin-left: -40px; }

.fat-nav__wrapper {
  padding-top: 100px;
  padding-bottom: 100px; }
  .fat-nav__wrapper .row {
    clear: both; }
    .fat-nav__wrapper .row .col-md-6 {
      margin-top: 40px; }
  .fat-nav__wrapper .title--menu {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    display: inline-block;
    vertical-align: bottom;
    font-size: 32px;
    font-weight: normal; }
  .fat-nav__wrapper a {
    color: #fff;
    margin-left: 40px;
    line-height: 1.7;
    display: block;
    font-size: 18px; }
  .fat-nav__wrapper span {
    margin-left: -37px; }

.loader {
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: none; }
  .loader::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #f80000;
    left: 0;
    top: -1px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%; }

.grid__item--loading .loader::before {
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.category {
  margin: 0;
  position: relative;
  font-size: 0.95em;
  font-style: italic;
  font-family: Arial, sans-serif;
  text-align: center;
  display: block; }

.title--preview,
.loader,
.category {
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

/* closing (delays) */
.title--preview {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.loader {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.grid__item .content .category {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

/* opening */
.grid__item--animate .title--preview {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0); }

.grid__item--animate .loader {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0); }

.grid__item--animate .category {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  opacity: 0;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0); }

.article-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.article-nav button:hover {
  color: #333; }

.grid__item--loading .grid__item__img {
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  opacity: 0; }

/* Grid footer */
.page-meta {
  width: 100%;
  background: #fff;
  width: 100%;
  padding: 15px 15px 10px;
  text-align: center;
  font-size: 0.75em;
  font-weight: bold;
  cursor: default; }

/* Placeholder element (dummy that gets animated when we click on an item) */
.placeholder {
  pointer-events: none;
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }
  .placeholder.placeholder--trans-in {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .placeholder.placeholder--trans-out {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }

.break-out {
  width: 100vw !important;
  position: relative !important;
  left: calc(-1 * (100vw - 100%) / 2) !important; }

/* main content */
.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 0;
  /* Avoid second scroll bar in Chrome! */
  visibility: hidden;
  z-index: 400;
  overflow: hidden; }
  .content.content--show {
    height: 100%;
    pointer-events: auto;
    visibility: visible;
    overflow: visible; }
  .content section:first-child img {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 100%; }

/* scroll helper wrap */
.scroll-wrap {
  position: relative;
  width: 100%;
  height: auto;
  padding: 80px 50px 180px;
  left: 0;
  z-index: 1;
  margin-top: 40px;
  margin-bottom: 60px;
  background-color: #fff;
  display: inline-block; }
  .scroll-wrap .col-md-9 {
    margin-top: 40px; }
  .scroll-wrap .col-md-3 {
    margin-top: 75px; }
  .scroll-wrap h2 {
    color: #4E5052;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 40px; }
  .scroll-wrap .container {
    z-index: 10; }
  .scroll-wrap .col-md-12 {
    z-index: 5; }
  .scroll-wrap.article1 {
    background-color: transparent;
    background-image: none;
    padding: 40px 50px 0;
    margin-top: 0px; }

/* single content item */
.content__item {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 0;
  opacity: 0;
  pointer-events: none;
  font-size: 0.85em; }
  .content__item.content__item--show {
    height: auto;
    position: relative;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s; }

/* content elements */
.title--full {
  font-size: 3.8rem;
  color: #4E5052;
  margin: 30px auto 15px auto; }

.category--full,
.title--full {
  opacity: 0; }

.content__item p {
  opacity: 0; }

.category--full,
.title--full {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0); }

.content__item--show .category--full,
.content__item--show .title--full,
.content__item--show .grid__item__img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.content__item--show .category--full,
.content__item--show .title--full {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.content__item--show .title--full {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s; }

.content__item--show .grid__item__img {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  top: 0; }

.content__item--show {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s; }

.content__item--show {
  -webkit-transition-delay: 0.34s;
  transition-delay: 0.34s; }

.content__item--show.content__item p {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.25s;
  transition: opacity 0.5s 0.25s; }

.content #one {
  color: #fff; }
  .content #one .content__top {
    height: auto; }

/* tabs */
.tab-nav {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .tab-nav li {
    float: left;
    width: calc( 100% / 5);
    height: 76px;
    text-align: center;
    border-left: 1px solid #979797; }
  .tab-nav li:last-child {
    border-right: 1px solid #979797; }
  .tab-nav li a {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative; }
  .tab-nav li a:hover {
    cursor: pointer; }
  .tab-nav img {
    -webkit-filter: gray;
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .75; }
    .tab-nav img.colored {
      display: none; }
    .tab-nav img.grayscale {
      display: inline; }
  .tab-nav .selected::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 25px solid transparent;
    border-bottom-color: #F4F4F4;
    display: block;
    width: 0;
    bottom: -50px; }
  .tab-nav .selected img {
    -webkit-filter: none;
    filter: none;
    opacity: 1; }
    .tab-nav .selected img.colored {
      display: inline; }
    .tab-nav .selected img.grayscale {
      display: none; }

.tab-nav::after {
  content: "";
  clear: both;
  display: block; }

.tab-container {
  background: #F4F4F4;
  clear: both;
  padding: 60px 40px;
  min-height: 500px;
  margin-top: 40px; }
  .tab-container h3 {
    color: #4E5052;
    margin-top: 0; }
  .tab-container article {
    display: none;
    position: relative; }
  .tab-container article.selected {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .tab-container article.selected .tab-rgt {
      margin-left: auto;
      min-height: 326px; }
      .tab-container article.selected .tab-rgt img {
        max-width: 100%; }
  .tab-container strong {
    font-size: 18px;
    line-height: 1; }
  .tab-container .tab-rgt {
    width: 580px !important;
    order: 1; }
  .tab-container .tab-lft {
    width: 360px; }

.video-js .vjs-tech {
  min-height: 326px; }

#two .tab-container strong {
  color: #3A913F; }

#three .tab-container strong {
  color: #942645; }

#four .tab-container strong {
  color: #592439; }

#five .tab-container blockquote {
  border-left: 3px solid #8AADBF; }

#five .tab-container strong {
  color: #8AADBF; }

#six .tab-container strong {
  color: #8AADBF; }

#seven .tab-container strong {
  color: #00758F; }

/* close button (for content and sidebar) */
.close-button {
  position: absolute;
  border: none;
  background: none;
  margin: 0;
  z-index: 100;
  margin-left: -50px;
  top: 25px;
  padding-left: 45px;
  font-size: 18px;
  color: #00758F;
  cursor: pointer;
  pointer-events: all;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .close-button:before {
    position: absolute;
    left: 15px;
    top: -5px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #00758F;
    pointer-events: all; }
  .close-button:before {
    transform: rotate(90deg); }
  .close-button:hover {
    text-decoration: underline; }
  .close-button.active {
    position: fixed;
    top: 90px; }
    .close-button.active span {
      opacity: 0; }
  .close-button.front {
    margin-left: 0;
    left: 0;
    color: #fff; }
    .close-button.front::before {
      background-color: #fff; }
  .close-button.front.active {
    position: relative; }
  .close-button.article1-close {
    top: 0; }

#one .content__top h1 {
  margin-bottom: 4rem; }

/* show class for content close button */
.close-button--show {
  opacity: 1;
  pointer-events: auto; }

.cta-1 {
  background: #eee;
  padding: 13px 20px;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  line-height: 1.3 !important;
  margin: 10px 0 10px; }

.cta-2 {
  font-weight: bold;
  font-size: 28px;
  color: #324B5C;
  margin-top: 20px;
  line-height: 1.2; }

.bc-player-SyGHte2Ul_default .vjs-big-play-button:active,
.bc-player-SyGHte2Ul_default .vjs-big-play-button:focus,
.bc-player-SyGHte2Ul_default:active .vjs-big-play-button,
.bc-player-SyGHte2Ul_default:hover .vjs-big-play-button {
  background-color: #00758f; }

.vjs-poster {
  background-color: #fff !important; }

.height {
  height: 0px;
  overflow: hidden; }

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .grid__item--loading.grid__item::before {
    opacity: 0; } }
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .container {
    width: 970px; }

  h1 {
    font-size: 36px; }
    h1.front {
      font-size: 42px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 20px; }

  .title {
    font-size: 2rem; }
    .title span {
      font-size: 4.5rem; }

  .title--preview {
    top: 160px; }
    .title--preview span {
      margin-left: -40px; }

  .side-nav, .side-nav0 {
    width: 185px; }

  .grid {
    margin-top: 50px; }

  .bottom-nav {
    font-size: 1.6rem; }

  .tab-container .tab-lft {
    width: 420px; }
  .tab-container .tab-rgt {
    width: 510px !important;
    min-height: 234px !important; }
  .tab-container .video-js .vjs-tech {
    min-height: 234px; }

  .close-button.front {
    top: 0px; } }
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .hide-small {
    display: none; }

  .container {
    width: 750px; }

  .grid__item {
    width: 100%; }

  h1 {
    font-size: 30px; }
    h1.front {
      font-size: 38px; }

  h2 {
    font-size: 20px; }

  h3 {
    font-size: 20px; }

  #five .tab-container blockquote {
    font-size: 18px; }

  .two-column-txt {
    column-count: 1; }

  .grid {
    margin-top: 80px; }

  .tab-container .tab-lft {
    width: 250px; }
  .tab-container .tab-rgt {
    width: 290px !important;
    min-height: 163px !important; }
  .tab-container .video-js .vjs-tech {
    min-height: 163px; }

  .close-button.front {
    top: 0px; }

  .scroll-wrap {
    margin-top: 20px; }

  .first-chapter .grid {
    max-height: 500px; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /*html.chapter-one:after{ background-image: url(../img/bg1-mobile.jpg); }
  html.chapter-two:after { background-image: url(../img/bg2-mobile.jpg); }
  html.chapter-three:after { background-image: url(../img/bg3-mobile.jpg); }
  html.chapter-four:after { background-image: url(../img/bg4-mobile.jpg); }
  html.chapter-five:after { background-image: url(../img/bg5-mobile.jpg); }
  html.chapter-six:after { background-image: url(../img/bg6-mobile.jpg); }
  html.chapter-seven:after { background-image: url(../img/bg7-mobile.jpg); }
  html.chapter-eight:after { background-image: url(../img/bg8-mobile.jpg); }
  html.home:after { background-image: url(../img/bg-mobile.jpg); }
  */
  .container {
    width: 100%; }

  .logotext {
    margin: 5px; }

  .container {
    padding: 0 40px; }

  h1.front {
    font-size: 32px; }

  .fat-nav__wrapper .title--menu {
    font-size: 20px;
    font-weight: bold; }

  .grid {
    margin-top: 100px; }

  .content__top {
    width: 100%; }

  .close-button {
    padding-left: 40px;
    margin-left: -15px; }
    .close-button:before {
      left: 10px;
      position: inherit; }

  #five .tab-container blockquote {
    font-size: 18px;
    border-left: 0;
    padding: 0; }

  .tab-nav {
    text-align: center; }
    .tab-nav li {
      width: calc( 100% / 2);
      border-left: 0;
      padding: 5px; }
    .tab-nav img {
      width: 100%;
      max-width: 100px; }
    .tab-nav li:last-child img {
      width: auto; }
    .tab-nav li:last-child {
      border-right: 0;
      width: 100%; }
    .tab-nav .selected::after {
      border: 0; }

  .tab-container {
    height: auto;
    margin-top: 20px; }
    .tab-container .tab-lft {
      width: 100%;
      margin-top: 20px; }
    .tab-container .tab-rgt {
      width: 100% !important; }
    .tab-container article.selected {
      display: block; }

  .scroll-wrap {
    background-image: none !important;
    padding: 80px 20px 50px; }

  .fat-nav .col-md-6 {
    width: 100%; }

  .close-button.front {
    top: 0px; }

  .first-chapter .grid {
    max-height: 1000px; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #logo {
    height: 60px; }

  .navbar {
    min-height: 60px; }
    .navbar .hamburger {
      width: auto; }
      .navbar .hamburger span {
        display: none !important; }

  h1 {
    font-size: 28px; }

  h3 {
    font-size: 18px;
    line-height: 1.3; }

  p {
    font-size: 16px;
    line-height: 1.5; }

  .grid {
    margin-top: 120px; }

  .grid__item .grid__content {
    min-height: 200px; }

  .title--preview {
    top: 130px;
    font-size: 1.8rem;
    margin-left: 28px;
    line-height: 1;
    display: block; }
    .title--preview span {
      margin-left: -28px; }

  .title span {
    font-size: 4rem; }

  .main {
    margin-top: 80px; }

  .fat-nav__wrapper span {
    margin-left: -28px; }

  .quote {
    padding: 0; }
    .quote p {
      font-size: 20px;
      line-height: 1.6; }
      .quote p span {
        margin-top: 25px; }

  .perc20 {
    width: 50%; }
    .perc20:last-of-type {
      width: 100%; }

  img {
    display: block;
    margin-right: auto;
    margin-left: auto; }

  .bottom-nav a {
    width: 100%;
    margin-bottom: 20px; }
    .bottom-nav a:first-of-type, .bottom-nav a:last-of-type {
      text-align: center; }

  .v-center {
    display: block;
    text-align: center; }

  .tab-container {
    height: auto;
    padding: 20px; }
    .tab-container .tab-lft {
      width: 100%;
      margin-bottom: 30px; }
    .tab-container .tab-rgt {
      width: 100% !important; }
    .tab-container article.selected {
      display: block; }

  .scroll-wrap {
    padding: 80px 20px 50px; }

  .cta-1 {
    font-size: 15px;
    width: 100%; }

  .cta-2 {
    font-size: 15px; }

  .close-button.front {
    top: 0px; }

  .tab-nav li {
    width: 100%; } }
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  #logo {
    height: 40px; }

  .navbar {
    min-height: 40px; }
    .navbar .hamburger {
      width: auto; }

  h1 {
    font-size: 21px; }
    h1.front {
      font-size: 30px; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 22px; }

  p {
    font-size: 16px;
    line-height: 1.5; }

  ul li {
    font-size: 16px;
    line-height: 1.5; }

  a .cta {
    font-size: 16px; }

  .grid {
    margin-top: 95px; }

  .grid__item .grid__content {
    min-height: 110px; }
    .grid__item .grid__content .grid__item__img {
      width: 100px; }

  .title--preview {
    top: 80px;
    font-size: 1.6rem;
    line-height: 1;
    margin-left: 20px; }
    .title--preview span {
      margin-left: -28px; }

  .title span {
    font-size: 4rem; }

  .main {
    margin-top: 70px; }

  .scroll-wrap {
    padding: 80px 20px 50px; }

  .fat-nav__wrapper span {
    margin-left: -28px; }

  .quote {
    padding: 0; }
    .quote p {
      font-size: 18px;
      line-height: 1.4; }
      .quote p span {
        margin-top: 25px; }

  .perc20 {
    width: 50%; }
    .perc20:last-of-type {
      width: 100%; }

  img {
    display: block;
    margin-right: auto;
    margin-left: auto; }

  .bottom-nav {
    font-size: 1.5rem; }
    .bottom-nav a {
      width: 100%;
      margin-bottom: 20px; } }
