/*****************************************************/
/* Project : Digibook Base Template */
/* Author : Jogen */
/* Description : Main stylesheet linking all the sub stylesheets. */
/*****************************************************/
/***************************/
/* Imports */
/***************************/
/*****************************************************/
/* Project : Oracle iPaper Digibook  */
/* Author : Azmy/ Thilini */
/* Description : Contains all the mixins used.  */
/*****************************************************/
/***************************/
/* Mixin to add fonts */
/***************************/
/***************************/
/* Mixin for rem + px  sizing */
/***************************/
/***************************/
/* Crossbrowser transforms */
/***************************/
/***************************/
/* Center Block */
/***************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/***************************/
/* Variables */
/***************************/
/*****************************************************/
/* Project : Oracle iPaper Digibook  */
/* Author : Azmy/ Thilini */
/* Description : Contains all the responsive styles. Please note that custom break points for elements are
   written inline itself.  */
/*****************************************************/
/***************************/
/* Custom Desktop Screen */
/***************************/
@media (max-width: 1080px) {
  h1 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 48px;
    /* 9 */
    font-size: 4.8rem;
    /* 9 */ }
  section.intro .row p {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 30px;
    /* 9 */
    font-size: 3rem;
    /* 9 */
    padding-right: 0; }
  section.low-effort .row .text {
    width: 60%; }
  section.low-effort .row .image {
    width: 40%;
    height: auto; }
  section.reduce-effort .image {
    max-width: 80%; } }

/***************************/
/* Small Desktop Screens */
/***************************/
@media (max-width: 1024px) {
  h1 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 40px;
    /* 9 */
    font-size: 4rem;
    /* 9 */ }
  section.intro h1 br {
    display: none; }
  section.intro .row p {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 28px;
    /* 9 */
    font-size: 2.8rem;
    /* 9 */
    padding-right: 0; }
  section.intro .row .image {
    margin-bottom: -90px;
    top: -90px; }
  section.low-effort .row .text p:last-child {
    position: relative;
    width: calc(200% - 33%); }
  section.reduce-effort h2 br {
    display: none; }
  section.customer-effort .row {
    text-align: right; }
    section.customer-effort .row .text {
      width: 100%;
      text-align: left; }
      section.customer-effort .row .text p:last-child {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        margin-bottom: 32px;
        /* 9 */
        margin-bottom: 3.2rem;
        /* 9 */ }
    section.customer-effort .row .image {
      margin-top: 0; }
  section.customer-effort h2 br {
    display: none; } }

/***************************/
/* Phablets */
/***************************/
@media (max-width: 975px) {
  .mob_only {
    display: inline-block; }
  .mob_hide {
    display: none; }
  h3 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 28px;
    /* 9 */
    line-height: 2.8rem;
    /* 9 */ }
  section.low-effort .row .text h2 {
    width: calc(200% - 33%);
    position: relative; }
  section.low-effort .row .image {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    padding-top: 115px;
    /* 9 */
    padding-top: 11.5rem;
    /* 9 */ }
    section.low-effort .row .image img {
      max-width: 80%; }
  section.customer-effort .container.second-part {
    width: 100%; }
    section.customer-effort .container.second-part .text {
      width: 90%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      margin: auto;
      padding-right: 0; }
    section.customer-effort .container.second-part .text.dark {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      margin-bottom: 32px;
      /* 9 */
      margin-bottom: 3.2rem;
      /* 9 */
      /* 3 */
      /* 3 */
      /* 4 */
      /* 5 */
      /* 8 */
      margin-top: 0;
      /* 9 */
      padding: 5rem 5%; }
  section.contact-center .container .text {
    width: 100%; }
    section.contact-center .container .text header {
      width: 100%; }
    section.contact-center .container .text .image {
      position: relative;
      height: 60vw;
      width: 100%;
      left: -5%;
      text-align: center;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      margin-top: 30px;
      /* 9 */
      margin-top: 3rem;
      /* 9 */ }
    section.contact-center .container .text .image svg, section.contact-center .container .text .image img {
      position: static;
      margin: auto; }
    section.contact-center .container .text.dark {
      width: 111.114%;
      left: -5.5%;
      margin-right: 0;
      padding: 5rem 5.5%; }
  section.contact-center .ruler {
    display: none; } }

/***************************/
/* Tablets */
/***************************/
@media (max-width: 768px) {
  h1 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 38px;
    /* 9 */
    font-size: 3.8rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-bottom: 20px;
    /* 9 */
    margin-bottom: 2rem;
    /* 9 */ }
  p.bold {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 20px;
    /* 9 */
    font-size: 2rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 26px;
    /* 9 */
    line-height: 2.6rem;
    /* 9 */ }
  h2 br {
    display: none; }
  section.intro nav .mobile-button {
    display: block; }
  section.intro .navigation {
    background-color: #eff4f5; }
  section.intro .row p {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 28px;
    /* 9 */
    font-size: 2.8rem;
    /* 9 */
    padding-right: 0;
    width: 100%; }
  section.intro .row .image {
    width: 100%; }
  section.intro .ruler {
    height: 50px; }
  section.intro .drop-down {
    display: block; }
  section.low-effort {
    padding-bottom: 0; }
    section.low-effort .row .text {
      width: 100%; }
      section.low-effort .row .text h2, section.low-effort .row .text p:last-child {
        width: 100%; }
    section.low-effort .row .image {
      padding: 0;
      height: auto;
      width: 100%; }
      section.low-effort .row .image img {
        max-height: 250px; }
    section.low-effort blockquote {
      width: 111.114%;
      position: relative;
      left: -5.5%;
      padding: 10% 5.5%;
      margin-top: -30px; }
  section.effort-equations header {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-bottom: 60px;
    /* 9 */
    margin-bottom: 6rem;
    /* 9 */ }
    section.effort-equations header h2 {
      margin-bottom: 0; }
  section.effort-equations .row {
    display: block; }
  section.effort-equations .row .text {
    width: 100%; }
  section.effort-equations .row .text.dark {
    position: relative;
    width: 111.114%;
    left: -5.5%;
    margin-right: 0;
    padding: 5rem 5.5%;
    margin-bottom: 32px;
    margin-bottom: 3.2rem;
    margin-top: 0; }
    section.effort-equations .row .text.dark li:last-child {
      margin-bottom: 0; }
  section.take-action .shade .text.first {
    width: 100%;
    padding-right: 0; }
    section.take-action .shade .text.first p, section.take-action .shade .text.first h2, section.take-action .shade .text.first ol li {
      width: 100% !important; }
  section.take-action .container .shade .full-width {
    height: calc(100% + 18rem); }
  section.take-action .container .image {
    position: static;
    padding-top: 0;
    width: 100%;
    height: 70vw;
    margin-top: -4rem; }
  section.take-action .container .text.last {
    width: 100%;
    padding-right: 0; }
    section.take-action .container .text.last > p {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      /* 4 */
      /* 5 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      /* 4 */
      /* 5 */
      padding: 80px 0 20px 0;
      /* 9 */
      padding: 8rem 0 2rem 0;
      /* 9 */ } }

/***************************/
/* 680px */
/***************************/
@media (max-width: 670px) {
  section.reduce-effort .image {
    max-width: 100%; }
  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

/***************************/
/* Phones */
/***************************/
@media (max-width: 540px) {
  html {
    font-size: 50%; }
  p, ul li {
    font-size: 15px;
    line-height: 20px; }
  ul li {
    line-height: 18px;
    margin-bottom: 10px; }
  section.intro .row p {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 22px;
    /* 9 */
    font-size: 2.2rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 28px;
    /* 9 */
    line-height: 2.8rem;
    /* 9 */ }
  section.intro .row .image {
    margin-bottom: -60px;
    top: -60px; }
  section.intro nav ul.mobile-menu {
    top: 96px; } }

/***************************/
/* Small Mobile Phones */
/***************************/
@media (max-width: 380px) {
  h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 30px;
    /* 9 */
    font-size: 3rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 34px;
    /* 9 */
    line-height: 3.4rem;
    /* 9 */ }
  h3 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 26px;
    /* 9 */
    font-size: 2.6rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 30px;
    /* 9 */
    line-height: 3rem;
    /* 9 */ }
  .mobile-button {
    width: 40px !important; }
  section.intro .navigation {
    height: 70px; }
    section.intro .navigation nav, section.intro .navigation nav .logo {
      height: 100%; }
    section.intro .navigation .mobile-menu {
      top: 70px; }
  section.reduce-effort .image {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-top: 30px;
    /* 9 */
    margin-top: 3rem;
    /* 9 */ } }

.cls-1 {
  isolation: isolate; }

.cls-2 {
  fill: #ffa788; }

.cls-3 {
  fill: #754559;
  opacity: 0.4; }

.cls-22,
.cls-3,
.cls-4,
.cls-43,
.cls-51,
.cls-57 {
  mix-blend-mode: multiply; }

.cls-4 {
  opacity: 0.7; }

.cls-5 {
  fill: #8a829e; }

.cls-6 {
  fill: #574d5e; }

.cls-7 {
  fill: #f70; }

.cls-8 {
  fill: #9e7e6d; }

.cls-9 {
  fill: #46575e; }

.cls-10 {
  fill: #336892; }

.cls-11 {
  fill: #bf5900; }

.cls-12 {
  fill: #00758f; }

.cls-13 {
  fill: #627a82; }

.cls-14 {
  fill: #b59885; }

.cls-15 {
  fill: #433a47; }

.cls-16 {
  fill: #d4bd96; }

.cls-17 {
  fill: #443635; }

.cls-18 {
  fill: #b7bebc; }

.cls-19 {
  fill: #7f8a99; }

.cls-20 {
  fill: #ed5b48; }

.cls-21 {
  fill: #b23936; }

.cls-22 {
  fill: #a89786; }

.cls-22,
.cls-51 {
  opacity: 0.5; }

.cls-23,
.cls-25 {
  fill: none;
  stroke: #443635;
  stroke-linecap: round;
  stroke-linejoin: round; }

.cls-23 {
  stroke-width: 9.01px; }

.cls-24 {
  fill: #56698f; }

.cls-25 {
  stroke-width: 9px; }

.cls-26 {
  fill: #f58d6c; }

.cls-27 {
  fill: #f80000; }

.cls-28 {
  fill: #fff; }

.cls-29 {
  fill: #ba0000; }

.cls-30,
.cls-43 {
  fill: #939699; }

.cls-31 {
  fill: #bde6ee; }

.cls-32 {
  fill: #8aadbf; }

.cls-33 {
  fill: #8a331d; }

.cls-34 {
  fill: #e5785c; }

.cls-35 {
  fill: #8a133b; }

.cls-36 {
  fill: #ffe9cf; }

.cls-37 {
  fill: #264e6e; }

.cls-38 {
  fill: #f2dbbb; }

.cls-39 {
  fill: #f29111; }

.cls-40 {
  fill: #ffcb8b; }

.cls-41 {
  fill: #3a913f; }

.cls-42,
.cls-51 {
  fill: #4b4051; }

.cls-43,
.cls-57 {
  opacity: 0.6; }

.cls-44 {
  fill: #004f35; }

.cls-45 {
  fill: #003b4d; }

.cls-46 {
  fill: #556366; }

.cls-47 {
  fill: #cfe2e5; }

.cls-48 {
  fill: #ffc41f; }

.cls-49 {
  fill: #592439; }

.cls-50 {
  fill: #f4ebd9; }

.cls-52 {
  fill: #675c70; }

.cls-53 {
  fill: #8e4c44; }

.cls-54 {
  fill: #38303d; }

.cls-55 {
  fill: #a34f48; }

.cls-56 {
  fill: #663030; }

.cls-57 {
  fill: #658238; }

.cls-58 {
  fill: #00586b; }

.cls-59 {
  fill: #942645; }

.cls-60 {
  fill: #324b5c; }

.cls-61 {
  fill: #f5b997; }

.cls-62 {
  fill: #57372f; }

/*****************************************************/
/* Project : Oracle iPaper Digibook  */
/* Author : Azmy/ Thilini */
/* Description : General stylesheet with all the global styles. styles here are reused in various places.  */
/*****************************************************/
/***************************/
/* General */
/***************************/
html {
  font-size: 62.5%;
  background: #ffffff !important;
  background-color: #ffffff !important; }

body {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff !important;
  background-color: #ffffff !important;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 8 */
  line-height: 0;
  /* 9 */ }

h1 {
  font-weight: 300;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 52px;
  /* 9 */
  font-size: 5.2rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-bottom: 30px;
  /* 9 */
  margin-bottom: 3rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-top: 60px;
  /* 9 */
  margin-top: 6rem;
  /* 9 */
  color: #4e5052; }

h2 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 38px;
  /* 9 */
  font-size: 3.8rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 44px;
  /* 9 */
  line-height: 4.4rem;
  /* 9 */
  font-weight: 300;
  color: #4e5052; }

h3 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 32px;
  /* 9 */
  font-size: 3.2rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 36px;
  /* 9 */
  line-height: 3.6rem;
  /* 9 */
  font-weight: 200;
  color: #4e5052; }

p {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 20px;
  /* 9 */
  font-size: 2rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 26px;
  /* 9 */
  line-height: 2.6rem;
  /* 9 */
  color: #4e5052;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; }
  p.bold {
    font-weight: 700;
    letter-spacing: .4px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */ }
  p + ul {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-top: -16px;
    /* 9 */
    margin-top: -1.6rem;
    /* 9 */ }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; }

div > img {
  max-height: 100%;
  max-width: 100%; }

i {
  font-style: italic !important; }

ul, ol {
  margin-left: 0;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding-left: 20px;
  /* 9 */
  padding-left: 2rem;
  /* 9 */ }

ul li, ol li {
  list-style: outside disc none;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
  color: #000000; }

ol li {
  list-style: outside decimal none; }

.clear-both {
  clear: both; }

.outer-wrap .inner-wrap .content-container {
  max-width: 1200px;
  margin: 0 auto; }

.full-width .outer-wrap .inner-wrap {
  max-width: none; }

/*base styles for headers*/
header {
  position: relative;
  overflow: hidden;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 55rem;
  background-attachment: fixed;
  background-position: 75% 0;
  height: 100vh; }
  @media (max-width: 1080px) {
    header {
      background-position: 80%;
      background-attachment: scroll; } }
  header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; }
    @media (max-width: 1080px) {
      header video {
        display: none; } }
  header .outer-wrap .inner-wrap {
    max-width: 1440px;
    min-height: 30em;
    margin: 0 auto; }
    header .outer-wrap .inner-wrap .content-container {
      background-color: transparent !important;
      position: relative; }
      @media (max-width: 768px) {
        header .outer-wrap .inner-wrap .content-container {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 5 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          padding: 0 10px 10px;
          /* 9 */
          padding: 0 1rem 1rem;
          /* 9 */ } }
      @media (max-width: 975px) {
        header .outer-wrap .inner-wrap .content-container {
          padding: 0; } }
      header .outer-wrap .inner-wrap .content-container .banner-arrow {
        display: block;
        height: 50px;
        width: 98%;
        background-image: url(../images/banner-arrow.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        position: absolute;
        left: 0;
        bottom: 100px;
        -webkit-animation: MoveUpDown 3s linear infinite;
        animation: MoveUpDown 3s linear infinite; }
        @media (max-width: 1080px) {
          header .outer-wrap .inner-wrap .content-container .banner-arrow {
            -webkit-animation: MoveUpDownMob 3s linear infinite;
            animation: MoveUpDownMob 3s linear infinite; } }
      header .outer-wrap .inner-wrap .content-container .logo {
        background: none;
        width: 18rem;
        cursor: pointer;
        padding-left: 0;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
        display: none; }
        @media (max-width: 975px) {
          header .outer-wrap .inner-wrap .content-container .logo {
            display: block; } }
        header .outer-wrap .inner-wrap .content-container .logo img {
          width: auto; }
        @media (max-width: 975px) {
          header .outer-wrap .inner-wrap .content-container .logo {
            background: #f80000;
            width: 100%;
            padding-left: 75px; } }
      @media (max-width: 975px) {
        header .outer-wrap .inner-wrap .content-container .content-wrap {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 5 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          padding: 0 50px 10px;
          /* 9 */
          padding: 0 5rem 1rem;
          /* 9 */ } }

/*base styles for section blocks*/
section {
  display: inline-block;
  width: 100%;
  position: relative; }
  section .outer-wrap .inner-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px; }
    section .outer-wrap .inner-wrap .content-container {
      display: block;
      margin: 3rem auto 3rem;
      width: 100%;
      position: relative; }
      section .outer-wrap .inner-wrap .content-container .container-header {
        background-color: #404040;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        padding: 10px 20px;
        /* 9 */
        padding: 1rem 2rem;
        /* 9 */
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        section .outer-wrap .inner-wrap .content-container .container-header h2 {
          color: #fff;
          padding: 0;
          margin: 0;
          font-weight: bold;
          font-size: 2.2em; }
      section .outer-wrap .inner-wrap .content-container .content-block {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        padding: 50px;
        /* 9 */
        padding: 5rem;
        /* 9 */
        width: calc(100% / 2);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        min-height: 12em; }
        @media (max-width: 975px) {
          section .outer-wrap .inner-wrap .content-container .content-block {
            width: 100% !important;
            /* 3 */
            /* 3 */
            /* 4 */
            /* 5 */
            /* 8 */
            padding: 0;
            /* 9 */
            min-height: inherit; } }
        section .outer-wrap .inner-wrap .content-container .content-block h1 {
          margin: 0 !important; }
        section .outer-wrap .inner-wrap .content-container .content-block.full-width {
          width: 100%; }
        section .outer-wrap .inner-wrap .content-container .content-block.left h1 {
          color: #ffffff; }
        @media (max-width: 975px) {
          section .outer-wrap .inner-wrap .content-container .content-block.right {
            float: none; } }
        section .outer-wrap .inner-wrap .content-container .content-block .intro-text {
          font-weight: bold;
          color: #00758F; }
        section .outer-wrap .inner-wrap .content-container .content-block.image {
          height: 100%; }
          @media (max-width: 975px) {
            section .outer-wrap .inner-wrap .content-container .content-block.image {
              position: relative;
              float: none; } }
        section .outer-wrap .inner-wrap .content-container .content-block h2 {
          font-size: 6rem;
          /* 3 */
          /* 3 */
          /* 4 */
          /* 5 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          /* 4 */
          /* 5 */
          /* 4 */
          /* 5 */
          padding: 0 20px 0 0;
          /* 9 */
          padding: 0 2rem 0 0;
          /* 9 */
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          margin-bottom: 30px;
          /* 9 */
          margin-bottom: 3rem;
          /* 9 */ }
        section .outer-wrap .inner-wrap .content-container .content-block h3 {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 5 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          /* 4 */
          /* 5 */
          /* 4 */
          /* 5 */
          padding: 0 20px 0 0;
          /* 9 */
          padding: 0 2rem 0 0;
          /* 9 */
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          margin-bottom: 30px;
          /* 9 */
          margin-bottom: 3rem;
          /* 9 */
          position: relative;
          font-size: 3rem; }
          section .outer-wrap .inner-wrap .content-container .content-block h3 .line {
            display: block;
            width: 5px;
            height: 100%;
            background-color: #00758F;
            position: absolute;
            left: -50px;
            top: 0; }
          @media (max-width: 670px) {
            section .outer-wrap .inner-wrap .content-container .content-block h3 br {
              display: none; } }
          section .outer-wrap .inner-wrap .content-container .content-block h3 em {
            font-style: normal; }
        section .outer-wrap .inner-wrap .content-container .content-block p .starter {
          font-size: 6rem;
          font-weight: bold; }
        @media (max-width: 975px) {
          section .outer-wrap .inner-wrap .content-container .content-block.text-block {
            padding-bottom: 0 !important; } }
        section .outer-wrap .inner-wrap .content-container .content-block .content-link {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 17px;
          /* 9 */
          font-size: 1.7rem;
          /* 9 */
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          margin-top: 15px;
          /* 9 */
          margin-top: 1.5rem;
          /* 9 */
          font-weight: bold;
          color: #ffffff;
          text-decoration: none;
          position: relative;
          z-index: 10;
          background-color: #00758F;
          display: inline-block;
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          padding: 10px;
          /* 9 */
          padding: 1rem;
          /* 9 */ }
          section .outer-wrap .inner-wrap .content-container .content-block .content-link p {
            margin: 0;
            padding: 0;
            color: #ffffff;
            /* 3 */
            /* 3 */
            /* 4 */
            /* 6 */
            /* 6 */
            /* 7 */
            font-size: 17px;
            /* 9 */
            font-size: 1.7rem;
            /* 9 */ }
          section .outer-wrap .inner-wrap .content-container .content-block .content-link:hover {
            background-color: #324B5C; }
            section .outer-wrap .inner-wrap .content-container .content-block .content-link:hover p {
              color: #ffffff; }
      section .outer-wrap .inner-wrap .content-container.image-right .content-block.left {
        float: left !important; }
        @media (max-width: 975px) {
          section .outer-wrap .inner-wrap .content-container.image-right .content-block.left {
            float: none !important; } }
        section .outer-wrap .inner-wrap .content-container.image-right .content-block.left.image {
          right: auto !important;
          float: right !important; }
          @media (max-width: 975px) {
            section .outer-wrap .inner-wrap .content-container.image-right .content-block.left.image {
              right: auto !important;
              float: none !important; } }
      section .outer-wrap .inner-wrap .content-container.image-right .content-block.right {
        float: left !important; }
        @media (max-width: 975px) {
          section .outer-wrap .inner-wrap .content-container.image-right .content-block.right {
            float: none !important; } }
        section .outer-wrap .inner-wrap .content-container.image-right .content-block.right.image {
          right: auto !important;
          float: right !important; }
          @media (max-width: 975px) {
            section .outer-wrap .inner-wrap .content-container.image-right .content-block.right.image {
              right: auto !important;
              float: none !important; } }
      section .outer-wrap .inner-wrap .content-container.single-block .content-block {
        width: 100%; }
        section .outer-wrap .inner-wrap .content-container.single-block .content-block h2 {
          color: #fff;
          font-weight: bold; }
        section .outer-wrap .inner-wrap .content-container.single-block .content-block h3 {
          color: #fff;
          font-weight: bold; }
      section .outer-wrap .inner-wrap .content-container .footnote {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14px;
        /* 9 */
        font-size: 1.4rem;
        /* 9 */
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        margin-left: 50px;
        /* 9 */
        margin-left: 5rem;
        /* 9 */ }
    section .outer-wrap .inner-wrap .anim-block {
      position: relative;
      min-height: 21rem; }
      @media (max-width: 975px) {
        section .outer-wrap .inner-wrap .anim-block {
          min-height: 15rem; } }
      section .outer-wrap .inner-wrap .anim-block .layer {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        position: absolute;
        width: 100%;
        height: 100%; }
        @media (max-width: 975px) {
          section .outer-wrap .inner-wrap .anim-block .layer {
            min-height: inherit !important; } }
  section.section-nav .outer-wrap {
    min-height: 1px !important; }
  section.oracle-nav {
    display: none; }
    section.oracle-nav .outer-wrap {
      min-height: 1px !important; }
      section.oracle-nav .outer-wrap .inner-wrap .content-container .u02w1 {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 5 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        padding: 0 50px;
        /* 9 */
        padding: 0 5rem;
        /* 9 */
        max-width: 1440px !important; }
        @media (max-width: 1280px) {
          section.oracle-nav .outer-wrap .inner-wrap .content-container .u02w1 {
            padding: 0; } }
      section.oracle-nav .outer-wrap .inner-wrap .content-container .u02tools {
        right: 5rem !important; }
        @media (max-width: 1280px) {
          section.oracle-nav .outer-wrap .inner-wrap .content-container .u02tools {
            right: 0.5rem !important; } }
        section.oracle-nav .outer-wrap .inner-wrap .content-container .u02tools li {
          list-style: none; }

/*base styles for main navigation section*/
.section-nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  @media (max-width: 975px) {
    .section-nav {
      background-color: transparent; } }
  @media (max-width: 975px) {
    .section-nav {
      position: absolute;
      width: 100%;
      top: 0;
      z-index: 100; } }
  .section-nav.active {
    top: -200px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .section-nav.active #main-nav {
      top: -200px; }
  .section-nav .outer-wrap {
    position: relative; }
    .section-nav .outer-wrap .caption {
      font-size: 0.75em !important;
      color: #8AADBF !important;
      position: absolute;
      right: -120px;
      top: 13px; }
      @media (max-width: 1540px) {
        .section-nav .outer-wrap .caption {
          right: 0;
          top: 5px;
          width: 170px; } }
      @media (max-width: 1280px) {
        .section-nav .outer-wrap .caption {
          text-indent: -99999px; } }
    .section-nav .outer-wrap .inner-wrap {
      padding-left: 0;
      padding-right: 0; }
      .section-nav .outer-wrap .inner-wrap .content-container {
        margin: 0 auto;
        background-color: transparent; }
        @media (max-width: 975px) {
          .section-nav .outer-wrap .inner-wrap .content-container {
            padding: 0; } }
        .section-nav .outer-wrap .inner-wrap .content-container #main-nav {
          z-index: 19;
          left: auto !important;
          top: 0; }
          @media (max-width: 975px) {
            .section-nav .outer-wrap .inner-wrap .content-container #main-nav {
              background-color: transparent !important; } }
          .section-nav .outer-wrap .inner-wrap .content-container #main-nav #nav-btn {
            display: none;
            width: 4.4em;
            height: 4.4em;
            margin-top: 3px; }
            @media (max-width: 975px) {
              .section-nav .outer-wrap .inner-wrap .content-container #main-nav #nav-btn {
                height: 2.8em; } }
            .section-nav .outer-wrap .inner-wrap .content-container #main-nav #nav-btn span {
              width: 100%;
              height: 100%;
              color: #fff;
              background-color: transparent;
              font-size: 2.5em;
              text-align: center;
              vertical-align: middle;
              padding-top: 3.5px;
              display: none; }
              .section-nav .outer-wrap .inner-wrap .content-container #main-nav #nav-btn span.fa-bars {
                display: inline-block; }
              .section-nav .outer-wrap .inner-wrap .content-container #main-nav #nav-btn span.orn-arrow {
                position: absolute;
                right: 10px;
                top: 0;
                width: auto; }
            .section-nav .outer-wrap .inner-wrap .content-container #main-nav #nav-btn i {
              font-style: normal;
              color: #fff;
              display: none;
              width: 100%;
              height: 100%;
              text-align: center;
              line-height: 40px; }
            @media (max-width: 975px) {
              .section-nav .outer-wrap .inner-wrap .content-container #main-nav #nav-btn {
                display: inline-block;
                left: 50px; } }
            .section-nav .outer-wrap .inner-wrap .content-container #main-nav #nav-btn.open span {
              display: none; }
              .section-nav .outer-wrap .inner-wrap .content-container #main-nav #nav-btn.open span.fa-times {
                display: inline-block; }
          .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol {
            display: table;
            table-layout: fixed;
            margin: 0 12em;
            padding: 0;
            margin: 0 auto;
            z-index: 10;
            position: relative;
            width: 100%; }
            @media (max-width: 975px) {
              .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol {
                overflow: hidden;
                display: block;
                max-height: 0;
                margin-top: 0;
                margin-left: 0 !important;
                margin-right: 0 !important;
                margin-bottom: 0 !important;
                background-color: rgba(0, 0, 0, 0.85);
                width: 100%; } }
            .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li {
              float: left;
              width: calc(100% / 7);
              max-width: 145px;
              vertical-align: middle;
              background-color: transparent;
              color: #fff;
              border: 0;
              list-style: none;
              min-height: 55px;
              -webkit-transition: 0.3s background-color ease;
              -o-transition: 0.3s background-color ease;
              transition: 0.3s background-color ease; }
              @media (max-width: 975px) {
                .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li {
                  margin: 0;
                  border-top: 1px solid #eee;
                  display: block;
                  width: 100%;
                  min-height: 40px !important;
                  max-width: none; } }
              .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li:hover, .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li:active, .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li:focus {
                background-color: #324B5C;
                color: #ffffff;
                cursor: pointer; }
                @media (max-width: 975px) {
                  .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li:hover, .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li:active, .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li:focus {
                    background-color: #324B5C;
                    color: #ffffff; } }
              .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li:hover a {
                color: #ffffff; }
              .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.logo {
                max-width: none !important;
                padding-right: 40px; }
                @media (max-width: 975px) {
                  .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.logo {
                    display: none; } }
                .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.logo:hover {
                  background-color: transparent; }
              .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.first {
                position: relative; }
                .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.first:before {
                  width: 1px;
                  height: 50%;
                  background-color: #8AADBF;
                  position: absolute;
                  content: '';
                  top: 30%;
                  left: -5px; }
                  @media (max-width: 1280px) {
                    .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.first:before {
                      display: none; } }
              .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.last {
                position: relative; }
                .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.last:after {
                  width: 1px;
                  height: 50%;
                  background-color: #8AADBF;
                  position: absolute;
                  content: '';
                  top: 30%;
                  right: -5px; }
              .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.selected {
                background-color: #324B5C;
                color: #ffffff; }
              .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.selected a {
                background-color: #00758F;
                color: #ffffff; }
                @media (max-width: 975px) {
                  .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.selected a {
                    color: #ffffff; } }
              .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li a {
                vertical-align: middle;
                color: #fff;
                font-size: 0.8em;
                display: block;
                text-align: center;
                display: block;
                padding: 1em 2em;
                text-transform: none;
                text-decoration: none;
                line-height: 1.5em; }
                @media (max-width: 975px) {
                  .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li a {
                    text-align: left;
                    margin-bottom: 0;
                    padding: 1.5em 2em; }
                    .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li a:before {
                      display: inline-block;
                      margin: 0 2em 0 0;
                      vertical-align: middle; } }
                @media (max-width: 975px) {
                  .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li a br {
                    display: none; } }
                .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li a:hover {
                  text-decoration: none; }
              .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.end {
                border: 0; }
                @media (max-width: 1080px) {
                  .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.end {
                    width: 10%; } }
                @media (max-width: 975px) {
                  .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.end {
                    display: none; } }
                .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.end a {
                  cursor: default; }
                  .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.end a span {
                    display: none; }
                    @media (max-width: 975px) {
                      .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.end a span {
                        display: block; } }
                  @media (max-width: 975px) {
                    .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.end a img {
                      display: none; } }
                  .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.end a:hover {
                    cursor: default;
                    background-color: transparent !important; }
                .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.end:hover {
                  cursor: default;
                  background-color: transparent !important; }
              .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.mobile-only {
                display: none; }
                @media (max-width: 975px) {
                  .section-nav .outer-wrap .inner-wrap .content-container #main-nav ol li.mobile-only {
                    display: block; } }

/*base styles for quote blocks*/
.quote-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .quote-wrap blockquote:after {
    content: close-quote;
    font-size: 6em;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0.5em;
    font-style: normal;
    color: #ffffff !important; }
  .quote-wrap blockquote:before {
    content: open-quote;
    font-size: 6em;
    position: absolute;
    left: 20px;
    top: 50px;
    height: 0.5em;
    font-style: normal;
    color: #ffffff !important; }
  .quote-wrap blockquote p {
    margin-bottom: 0; }
    .quote-wrap blockquote p.quote-text {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      padding: 50px 10px;
      /* 9 */
      padding: 5rem 1rem;
      /* 9 */ }
  .quote-wrap blockquote .cite {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-top: 20px;
    /* 9 */
    margin-top: 2rem;
    /* 9 */
    display: inline-block; }

.nav-trigger {
  width: 100%;
  height: 75px;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 100; }

/*base styles for back to top link*/
#back-top {
  width: 3em;
  height: 3em;
  position: fixed;
  bottom: 3em;
  right: 1em;
  background: rgba(64, 64, 64, 0.7);
  display: none !important; }
  #back-top a {
    display: block;
    height: 100%; }
    #back-top a::before {
      display: block;
      content: "";
      color: #ffffff;
      text-align: center;
      height: 100%;
      background: url("../images/arrow_up.svg") no-repeat 50% 50%; }

/*arrow animation*/
@-webkit-keyframes MoveUpDown {
  0% {
    bottom: 20px; }
  50% {
    bottom: 40px; }
  100% {
    bottom: 20px; } }
@keyframes MoveUpDown {
  0% {
    bottom: 20px; }
  50% {
    bottom: 40px; }
  100% {
    bottom: 20px; } }

@-webkit-keyframes MoveUpDownMob {
  0% {
    bottom: 150px; }
  50% {
    bottom: 170px; }
  100% {
    bottom: 150px; } }

@keyframes MoveUpDownMob {
  0% {
    bottom: 150px; }
  50% {
    bottom: 170px; }
  100% {
    bottom: 150px; } }

.clear-both {
  clear: both; }

section {
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #ffffff; }
  section.do-parallax {
    background-size: 150% !important; }
    @media (max-width: 975px) {
      section.do-parallax {
        background-size: cover !important;
        background-position: 50% !important; } }
  section.content-banner {
    min-height: 600px;
    background-size: 120% !important;
    background-position: 0 0 !important;
    background-attachment: fixed; }
    @media (max-width: 1080px) {
      section.content-banner {
        background-attachment: scroll;
        background-size: cover !important; } }
    @media (max-width: 1024px) {
      section.content-banner {
        min-height: 400px; } }
    @media (max-width: 670px) {
      section.content-banner {
        min-height: 300px; } }
    section.content-banner.video {
      background-attachment: scroll;
      background-size: 100% !important; }
    section.content-banner .content-container {
      background-color: transparent; }
      section.content-banner .content-container .content-block {
        padding: 0 5rem;
        display: table; }
        @media (max-width: 975px) {
          section.content-banner .content-container .content-block {
            /* 3 */
            /* 3 */
            /* 4 */
            /* 5 */
            /* 8 */
            padding: 0;
            /* 9 */ } }
        section.content-banner .content-container .content-block aside {
          display: table-cell;
          vertical-align: middle; }
          section.content-banner .content-container .content-block aside .banner-text {
            background-color: rgba(0, 71, 87, 0.5);
            display: inline-block;
            padding: 50px;
            margin-top: 15%; }
            @media (max-width: 975px) {
              section.content-banner .content-container .content-block aside .banner-text {
                padding: 25px; } }
            section.content-banner .content-container .content-block aside .banner-text h1 {
              color: #ffffff;
              padding-bottom: 5px; }
            section.content-banner .content-container .content-block aside .banner-text p {
              color: #ffffff;
              padding-bottom: 0;
              margin-bottom: 0;
              font-weight: bold; }
    section.content-banner.footer-section {
      min-height: 1000px; }
      section.content-banner.footer-section .content-container {
        max-width: 1400px; }
        @media (max-width: 670px) {
          section.content-banner.footer-section .content-container .banner-text {
            padding: 25px !important; } }
        @media (max-width: 975px) {
          section.content-banner.footer-section .content-container .banner-text h1 br {
            display: none; } }
        @media (max-width: 670px) {
          section.content-banner.footer-section .content-container .banner-text h1 {
            /* 3 */
            /* 3 */
            /* 4 */
            /* 6 */
            /* 6 */
            /* 7 */
            font-size: 42px;
            /* 9 */
            font-size: 4.2rem;
            /* 9 */ } }
        section.content-banner.footer-section .content-container .banner-text .social-links {
          margin-top: 80px;
          display: inline-block; }
          @media (max-width: 975px) {
            section.content-banner.footer-section .content-container .banner-text .social-links {
              margin-top: 80px; } }
          section.content-banner.footer-section .content-container .banner-text .social-links li {
            float: left;
            margin-right: 30px;
            list-style: none; }
            @media (max-width: 975px) {
              section.content-banner.footer-section .content-container .banner-text .social-links li {
                margin-bottom: 20px; } }
            section.content-banner.footer-section .content-container .banner-text .social-links li.last {
              margin-left: 50px;
              margin-right: 0; }
            @media (max-width: 975px) {
              section.content-banner.footer-section .content-container .banner-text .social-links li.register-li {
                width: 100%;
                margin-top: 30px; } }
          section.content-banner.footer-section .content-container .banner-text .social-links .sc {
            width: 65px;
            height: 65px;
            display: block;
            background-repeat: no-repeat; }
            section.content-banner.footer-section .content-container .banner-text .social-links .sc.fb {
              background-image: url(../images/fb.png); }
            section.content-banner.footer-section .content-container .banner-text .social-links .sc.youtube {
              background-image: url(../images/youtube.png); }
            section.content-banner.footer-section .content-container .banner-text .social-links .sc.twitter {
              background-image: url(../images/twitter.png); }
            section.content-banner.footer-section .content-container .banner-text .social-links .sc.linkedin {
              background-image: url(../images/linkedin.png); }
            section.content-banner.footer-section .content-container .banner-text .social-links .sc.blog {
              background-image: url(../images/blogger.png); }
          section.content-banner.footer-section .content-container .banner-text .social-links .register {
            padding: 10px 60px 10px 20px;
            background-color: #F70000;
            height: 65px;
            display: table;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            background-repeat: no-repeat;
            background-image: url(../images/arrow-right.png);
            background-position: 95% 50%;
            text-decoration: none; }
            section.content-banner.footer-section .content-container .banner-text .social-links .register:hover {
              text-decoration: none; }
            section.content-banner.footer-section .content-container .banner-text .social-links .register p {
              text-transform: uppercase;
              display: table-cell;
              vertical-align: middle;
              text-align: center;
              font-weight: normal !important;
              width: 100%;
              /* 3 */
              /* 3 */
              /* 4 */
              /* 6 */
              /* 6 */
              /* 7 */
              font-size: 30px;
              /* 9 */
              font-size: 3rem;
              /* 9 */ }
    section.content-banner.footer-section-sub {
      min-height: 100px !important;
      background-color: #DEE0E0; }
      section.content-banner.footer-section-sub .content-container {
        max-width: 1400px; }
        section.content-banner.footer-section-sub .content-container .content-block {
          padding: 0 !important;
          min-height: 1px !important; }
          section.content-banner.footer-section-sub .content-container .content-block .social-links {
            display: inline-block;
            float: right;
            margin-top: 20px; }
            @media (max-width: 540px) {
              section.content-banner.footer-section-sub .content-container .content-block .social-links {
                display: block;
                width: 200px;
                overflow: hidden;
                margin: 0 auto;
                float: none; } }
            section.content-banner.footer-section-sub .content-container .content-block .social-links li {
              float: left;
              margin-right: 10px;
              list-style: none; }
              section.content-banner.footer-section-sub .content-container .content-block .social-links li.last {
                margin-left: 50px;
                margin-right: 0; }
            section.content-banner.footer-section-sub .content-container .content-block .social-links .sc {
              width: 35px;
              height: 35px;
              display: block;
              background-repeat: no-repeat;
              background-image: url(../images/social-mini.png); }
              section.content-banner.footer-section-sub .content-container .content-block .social-links .sc.twitter {
                background-position: -3px -1px; }
              section.content-banner.footer-section-sub .content-container .content-block .social-links .sc.fb {
                background-position: -48px -1px; }
              section.content-banner.footer-section-sub .content-container .content-block .social-links .sc.youtube {
                background-position: -92px -1px; }
              section.content-banner.footer-section-sub .content-container .content-block .social-links .sc.linkedin {
                background-position: -138px -1px; }
          section.content-banner.footer-section-sub .content-container .content-block .tour-block .tour {
            padding: 5px 40px 5px 10px;
            background-color: #00758F;
            height: 40px;
            display: table;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            background-repeat: no-repeat;
            background-image: url(../images/arrow-right.png);
            background-size: 20%;
            background-position: 95% 50%;
            text-decoration: none;
            float: left;
            margin-top: 10px; }
            @media (max-width: 540px) {
              section.content-banner.footer-section-sub .content-container .content-block .tour-block .tour {
                margin: 0 auto;
                margin-top: 20px;
                float: none; } }
            section.content-banner.footer-section-sub .content-container .content-block .tour-block .tour:hover {
              text-decoration: none; }
            section.content-banner.footer-section-sub .content-container .content-block .tour-block .tour p {
              margin-bottom: 0;
              display: table-cell;
              vertical-align: middle;
              color: #ffffff;
              /* 3 */
              /* 3 */
              /* 4 */
              /* 6 */
              /* 6 */
              /* 7 */
              font-size: 17px;
              /* 9 */
              font-size: 1.7rem;
              /* 9 */ }
          section.content-banner.footer-section-sub .content-container .content-block .tour-block .learn {
            text-align: center;
            font-weight: normal !important;
            float: left;
            margin-left: 20px;
            margin-bottom: 0;
            margin-top: 20px;
            /* 3 */
            /* 3 */
            /* 4 */
            /* 6 */
            /* 6 */
            /* 7 */
            font-size: 20px;
            /* 9 */
            font-size: 2rem;
            /* 9 */ }
  section.content-holder .content-block {
    padding-top: 25px !important;
    padding-bottom: 50px !important;
    max-width: 960px !important;
    position: relative;
    float: none !important;
    margin: 0 auto; }
    section.content-holder .content-block .find-more {
      color: #3A913F;
      padding: 10px 30px 10px 0;
      background-image: url(../images/find-more.png);
      background-position: right 50%;
      background-repeat: no-repeat; }
    section.content-holder .content-block .img-thumb {
      position: absolute;
      top: 25px;
      left: -290px; }
      @media (max-width: 1440px) {
        section.content-holder .content-block .img-thumb {
          position: relative;
          margin-bottom: 30px;
          left: auto;
          top: auto; } }
      section.content-holder .content-block .img-thumb.set-margin {
        margin-top: 50px; }
    section.content-holder .content-block h3 p {
      margin-bottom: 0;
      display: block;
      color: #00758F; }
    section.content-holder .content-block h3 em {
      font-style: normal;
      margin-bottom: 10px;
      display: block; }
    section.content-holder .content-block .content-sp {
      position: relative;
      width: calc(100%/2 - 25px);
      margin-right: 25px; }
      section.content-holder .content-block .content-sp.left {
        float: left; }
      section.content-holder .content-block .content-sp.right {
        float: right;
        margin-right: 0; }
        @media (max-width: 975px) {
          section.content-holder .content-block .content-sp.right {
            margin-top: 30px; } }
      @media (max-width: 975px) {
        section.content-holder .content-block .content-sp {
          width: 100%;
          float: none !important; } }
    section.content-holder .content-block .place-holder {
      position: absolute;
      top: 0;
      width: 100%;
      height: 300px;
      max-height: none;
      max-width: none; }
      @media (max-width: 975px) {
        section.content-holder .content-block .place-holder {
          position: relative;
          margin-bottom: 30px; } }
    section.content-holder .content-block blockquote {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      padding: 20px 10px;
      /* 9 */
      padding: 2rem 1rem;
      /* 9 */
      border-style: solid;
      border-width: 1px 0;
      border-color: #ccc;
      width: 70%;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      margin-bottom: 40px;
      /* 9 */
      margin-bottom: 4rem;
      /* 9 */ }
      section.content-holder .content-block blockquote p {
        color: #00758F; }
        section.content-holder .content-block blockquote p.quote-by {
          margin-bottom: 0 !important; }
  section#one .content-block {
    padding-top: 0 !important; }
    section#one .content-block.full-width {
      padding-top: 50px !important;
      padding-bottom: 0 !important; }
  section#two {
    background-image: url(../images/content-banner-1.jpg); }
  section#three .content-container {
    background-color: transparent; }
  section#four {
    background-image: url(../images/content-banner-2.jpg) !important; }
  @media (max-width: 1080px) {
    section#five .content-block {
      padding-bottom: 0 !important; } }
  section#six {
    overflow: hidden;
    position: relative;
    min-height: 1030px;
    background-image: url(../images/content-banner-3.jpg) !important; }
    @media (max-width: 1700px) {
      section#six {
        min-height: 730px; } }
    @media (max-width: 1540px) {
      section#six {
        min-height: 750px; } }
    @media (max-width: 1440px) {
      section#six {
        min-height: 730px; } }
    @media (max-width: 1080px) {
      section#six {
        min-height: 430px;
        background-size: cover !important; } }
    @media (max-width: 540px) {
      section#six {
        min-height: 300px; } }
    section#six .video-link {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      display: none; }
      @media (max-width: 1080px) {
        section#six .video-link {
          display: block; } }
    section#six .play-button {
      width: 200px;
      height: 200px;
      position: absolute;
      background-image: url(../images/play.png);
      background-repeat: no-repeat;
      background-size: contain;
      top: calc(50% - 100px);
      left: calc(50% - 100px);
      display: none; }
      @media (max-width: 1080px) {
        section#six .play-button {
          display: block; } }
      @media (max-width: 540px) {
        section#six .play-button {
          width: 100px;
          height: 100px;
          top: calc(50% - 50px);
          left: calc(50% - 50px); } }
    section#six video {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      background-size: cover; }
      @media (max-width: 1080px) {
        section#six video {
          display: none; } }
  section#eight {
    background-image: url(../images/content-banner-4.jpg) !important;
    background-position: 0 50% !important; }
  section#nine.content-holder .content-block .content-sp.right .place-holder {
    position: relative; }
  section#nine.content-holder .content-block .content-sp.right blockquote {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-top: 30px;
    /* 9 */
    margin-top: 3rem;
    /* 9 */
    width: 100%; }
  section#ten {
    background-image: url(../images/content-banner-5.jpg) !important;
    background-position: 0 50% !important; }
  section#twelve {
    background-image: url(../images/content-banner-6.jpg) !important;
    background-position: 0 50% !important; }
  section#fourteen {
    background-image: url(../images/content-banner-7.jpg) !important;
    background-position: 0 50% !important; }
  section#sixteen {
    background-image: url(../images/content-banner-8.jpg) !important;
    background-position: 0 100% !important; }
  section#eighteen {
    background-image: url(../images/content-banner-9.jpg) !important;
    background-position: 0 100% !important; }
  section#twenty {
    background-image: url(../images/content-banner-10.jpg) !important;
    background-position: 0 100% !important; }
  section#footer {
    background-color: #293D4A; }
    section#footer .content-container {
      background-color: transparent; }
      section#footer .content-container .content-block {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        /* 4 */
        /* 5 */
        /* 4 */
        /* 5 */
        /* 4 */
        /* 5 */
        padding: 50px 0 0 0;
        /* 9 */
        padding: 5rem 0 0 0;
        /* 9 */
        min-height: inherit; }
        @media (max-width: 975px) {
          section#footer .content-container .content-block {
            /* 3 */
            /* 3 */
            /* 4 */
            /* 6 */
            /* 6 */
            /* 7 */
            /* 4 */
            /* 5 */
            /* 4 */
            /* 5 */
            /* 4 */
            /* 5 */
            padding: 5px 0 0 0;
            /* 9 */
            padding: 0.5rem 0 0 0;
            /* 9 */ } }
        section#footer .content-container .content-block aside {
          text-align: left;
          width: 60%;
          width: 65%; }
          @media (max-width: 975px) {
            section#footer .content-container .content-block aside {
              width: 100%;
              width: 65%; } }
          section#footer .content-container .content-block aside p {
            color: #ffffff;
            /* 3 */
            /* 3 */
            /* 4 */
            /* 6 */
            /* 6 */
            /* 7 */
            font-size: 12px;
            /* 9 */
            font-size: 1.2rem;
            /* 9 */
            /* 3 */
            /* 3 */
            /* 4 */
            /* 6 */
            /* 6 */
            /* 7 */
            line-height: 20px;
            /* 9 */
            line-height: 2rem;
            /* 9 */
            margin: 0 auto; }
            @media (max-width: 975px) {
              section#footer .content-container .content-block aside p {
                /* 3 */
                /* 3 */
                /* 4 */
                /* 6 */
                /* 6 */
                /* 7 */
                font-size: 9px;
                /* 9 */
                font-size: 0.9rem;
                /* 9 */
                /* 3 */
                /* 3 */
                /* 4 */
                /* 6 */
                /* 6 */
                /* 7 */
                line-height: 11px;
                /* 9 */
                line-height: 1.1rem;
                /* 9 */
                width: 100%;
                /* 3 */
                /* 3 */
                /* 4 */
                /* 5 */
                /* 4 */
                /* 5 */
                /* 4 */
                /* 6 */
                /* 6 */
                /* 7 */
                /* 4 */
                /* 5 */
                margin: 0 auto 30px auto;
                /* 9 */
                margin: 0 auto 3rem auto;
                /* 9 */ } }
  section .word_break {
    display: inline-block; }

/*Banner header text*/
header {
  min-height: 54rem; }
  @media (max-width: 975px) {
    header {
      min-height: inherit; } }
  header .outer-wrap .inner-wrap .content-container {
    display: table;
    width: 100%;
    height: 100vh; }
    header .outer-wrap .inner-wrap .content-container .content-wrap {
      width: 100%;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      header .outer-wrap .inner-wrap .content-container .content-wrap h1 {
        color: #ffffff;
        font-weight: normal;
        margin-bottom: 0;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 100px;
        /* 9 */
        font-size: 10rem;
        /* 9 */
        position: relative;
        z-index: 100;
        width: auto;
        text-align: center;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        padding-right: 100px;
        /* 9 */
        padding-right: 10rem;
        /* 9 */
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        padding-bottom: 40px;
        /* 9 */
        padding-bottom: 4rem;
        /* 9 */
        display: inline-block; }
        @media (max-width: 768px) {
          header .outer-wrap .inner-wrap .content-container .content-wrap h1 {
            /* 3 */
            /* 3 */
            /* 4 */
            /* 6 */
            /* 6 */
            /* 7 */
            font-size: 70px;
            /* 9 */
            font-size: 7rem;
            /* 9 */ } }
        @media (max-width: 670px) {
          header .outer-wrap .inner-wrap .content-container .content-wrap h1 {
            /* 3 */
            /* 3 */
            /* 4 */
            /* 6 */
            /* 6 */
            /* 7 */
            font-size: 55px;
            /* 9 */
            font-size: 5.5rem;
            /* 9 */
            padding-right: 0; } }
        @media (max-width: 540px) {
          header .outer-wrap .inner-wrap .content-container .content-wrap h1 {
            /* 3 */
            /* 3 */
            /* 4 */
            /* 6 */
            /* 6 */
            /* 7 */
            font-size: 38px;
            /* 9 */
            font-size: 3.8rem;
            /* 9 */
            /* 3 */
            /* 3 */
            /* 4 */
            /* 6 */
            /* 6 */
            /* 7 */
            padding-bottom: 20px;
            /* 9 */
            padding-bottom: 2rem;
            /* 9 */
            font-weight: bold;
            /* 3 */
            /* 3 */
            /* 4 */
            /* 6 */
            /* 6 */
            /* 7 */
            margin-top: -20px;
            /* 9 */
            margin-top: -2rem;
            /* 9 */ } }
        header .outer-wrap .inner-wrap .content-container .content-wrap h1 sup {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 30px;
          /* 9 */
          font-size: 3rem;
          /* 9 */
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          padding-left: 10px;
          /* 9 */
          padding-left: 1rem;
          /* 9 */
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          margin-top: -1px;
          /* 9 */
          margin-top: -0.1rem;
          /* 9 */
          position: absolute;
          right: 0;
          top: 40px; }
          @media (max-width: 670px) {
            header .outer-wrap .inner-wrap .content-container .content-wrap h1 sup {
              top: -10px;
              right: -30px; } }
          @media (max-width: 540px) {
            header .outer-wrap .inner-wrap .content-container .content-wrap h1 sup {
              /* 3 */
              /* 3 */
              /* 4 */
              /* 6 */
              /* 6 */
              /* 7 */
              font-size: 20px;
              /* 9 */
              font-size: 2rem;
              /* 9 */ } }
        header .outer-wrap .inner-wrap .content-container .content-wrap h1:after {
          width: 250px;
          height: 3px;
          background-color: #8AADBF;
          position: absolute;
          content: '';
          bottom: 0;
          left: calc(50% - 125px); }
      header .outer-wrap .inner-wrap .content-container .content-wrap h3 {
        color: #324b5c;
        position: relative;
        z-index: 100; }
        @media (max-width: 975px) {
          header .outer-wrap .inner-wrap .content-container .content-wrap h3 {
            font-size: 2.2rem; } }
  @media (max-width: 975px) {
    header .outer-wrap .inner-wrap {
      min-height: inherit; } }

.wide-box {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 40px 20px;
  /* 9 */
  padding: 4rem 2rem;
  /* 9 */
  min-height: 300px;
  background-color: #fff;
  border-top: 15px solid #3A913F;
  background-image: url(../images/p2-sec3.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat; }
  @media (max-width: 670px) {
    .wide-box {
      background-image: none !important; } }
  .wide-box .box {
    width: calc((100% / 2) - 25px);
    float: left;
    margin-right: 25px;
    position: relative !important;
    background: none;
    min-height: 300px;
    background: none !important; }
    @media (max-width: 975px) {
      .wide-box .box {
        float: none;
        width: 100%;
        min-height: auto; } }
    .wide-box .box.right {
      margin-right: 0;
      position: relative; }
      .wide-box .box.right iframe {
        position: absolute;
        width: 100%;
        height: 100%; }
        @media (max-width: 1280px) {
          .wide-box .box.right iframe {
            position: relative;
            min-height: 350px;
            margin-top: 50px;
            width: 100% !important; } }
    .wide-box .box blockquote:before, .wide-box .box blockquote:after {
      color: #3A913F !important;
      font-size: 8em; }
      @media (max-width: 1280px) {
        .wide-box .box blockquote:before, .wide-box .box blockquote:after {
          font-size: 6em; } }
    .wide-box .box blockquote:before {
      top: 75px; }
    .wide-box .box blockquote:after {
      right: 75px; }
      @media (max-width: 975px) {
        .wide-box .box blockquote:after {
          right: 0; } }
      @media (max-width: 670px) {
        .wide-box .box blockquote:after {
          top: 55%; } }
    .wide-box .box blockquote .quote-text {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      padding: 10px 75px 10px;
      /* 9 */
      padding: 1rem 7.5rem 1rem;
      /* 9 */ }
    .wide-box .box blockquote .cite {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      padding-left: 75px;
      /* 9 */
      padding-left: 7.5rem;
      /* 9 */ }
      .wide-box .box blockquote .cite strong {
        color: #3A913F; }

@media (max-width: 975px) {
  .page-index section#one .content-block.right h3 {
    display: none; } }

@media (max-width: 975px) {
  .page-index section#one .footnote {
    margin-left: 0;
    margin-top: 30px; } }

@media (max-width: 975px) {
  .page-index section#one .box {
    display: none; } }

.page-index section#three .content-link {
  margin-bottom: 30px; }

@media (max-width: 975px) {
  .page-index section#six .box {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
    padding-bottom: 30px; } }

@media (max-width: 670px) {
  .page-index section#six h4 {
    width: 100%; } }

.page-index section.unq-1, .page-index section.unq-4 {
  background-attachment: fixed !important;
  background-size: 100%; }

@media (max-width: 975px) {
  .page-index section.unq-4 .content-block.right .anim-block {
    text-align: center;
    min-height: 15rem; } }

.page-index section.unq-4 .content-block.right .anim-block img {
  margin-top: 25%; }
  @media (max-width: 975px) {
    .page-index section.unq-4 .content-block.right .anim-block img {
      margin: 0 auto; } }

.cw21 li {
  list-style: none !important; }

.cw21 .cw21w2 ul {
  padding-left: 0;
  padding-left: 5px; }

@media (max-width: 670px) {
  .cw21slideout, .cw21handle, .cw21navigation, .cw21 .cw21w1 .cw21w2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 5 */
    /* 8 */
    margin-bottom: 0;
    /* 9 */ } }

/***************************/
/* Responsive */
/***************************/
