@charset "UTF-8";
/*****************************************************/
/* 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 : Contains all the fonts used in the document  */
/*****************************************************/
/* CSS Document */
@font-face {
  font-family: 'UniversLTStd';
  src: url("../fonts/UniversLTStd.eot");
  src: url("../fonts/UniversLTStd.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversLTStd.woff2") format("woff2"), url("../fonts/UniversLTStd.woff") format("woff"), url("../fonts/UniversLTStd.ttf") format("truetype"), url("../fonts/UniversLTStd.svg#UniversLTStd") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'UniversLTStd-BoldCn';
  src: url("../fonts/UniversLTStd-BoldCn.eot");
  src: url("../fonts/UniversLTStd-BoldCn.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversLTStd-BoldCn.woff2") format("woff2"), url("../fonts/UniversLTStd-BoldCn.woff") format("woff"), url("../fonts/UniversLTStd-BoldCn.ttf") format("truetype"), url("../fonts/UniversLTStd-BoldCn.svg#UniversLTStd-BoldCn") format("svg");
  font-style: normal; }

@font-face {
  font-family: 'UniversLTStd-LightCn';
  src: url("../fonts/UniversLTStd-LightCn.eot");
  src: url("../fonts/UniversLTStd-LightCn.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversLTStd-LightCn.woff2") format("woff2"), url("../fonts/UniversLTStd-LightCn.woff") format("woff"), url("../fonts/UniversLTStd-LightCn.ttf") format("truetype"), url("../fonts/UniversLTStd-LightCn.svg#UniversLTStd-LightCn") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'UniversLTStd-Light';
  src: url("../fonts/UniversLTStd-Light.eot");
  src: url("../fonts/UniversLTStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversLTStd-Light.woff2") format("woff2"), url("../fonts/UniversLTStd-Light.woff") format("woff"), url("../fonts/UniversLTStd-Light.ttf") format("truetype"), url("../fonts/UniversLTStd-Light.svg#UniversLTStd-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'UniversLTStd-Bold';
  src: url("../fonts/UniversLTStd-Bold.eot");
  src: url("../fonts/UniversLTStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversLTStd-Bold.woff2") format("woff2"), url("../fonts/UniversLTStd-Bold.woff") format("woff"), url("../fonts/UniversLTStd-Bold.ttf") format("truetype"), url("../fonts/UniversLTStd-Bold.svg#UniversLTStd-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

/*****************************************************/
/* 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: #fff !important;
  background-color: #fff !important; }

body {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff !important;
  background-color: #fff !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: 17px;
  /* 9 */
  font-size: 1.7rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 23px;
  /* 9 */
  line-height: 2.3rem;
  /* 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; }

.main-wrapper {
  overflow-x: hidden; }

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

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

/*base styles for headers*/
header {
  position: relative;
  overflow: hidden;
  min-height: 55rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eef3f4+0,cad9de+69 */
  background: #eef3f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eef3f4 0%, #cad9de 69%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eef3f4 0%, #cad9de 69%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#eef3f4), color-stop(69%, #cad9de));
  background: -o-linear-gradient(top, #eef3f4 0%, #cad9de 69%);
  background: linear-gradient(to bottom, #eef3f4 0%, #cad9de 69%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef3f4', endColorstr='#cad9de',GradientType=0 );
  /* IE6-9 */ }
  @media (max-width: 540px) {
    header {
      min-height: 52rem !important; } }
  header .outer-wrap .inner-wrap {
    max-width: 1440px;
    min-height: 30em;
    margin: 0 auto; }
    @media (max-width: 540px) {
      header .outer-wrap .inner-wrap {
        min-height: 25em; } }
    header .outer-wrap .inner-wrap .content-container {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 5 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      padding: 0 50px 10px;
      /* 9 */
      padding: 0 5rem 1rem;
      /* 9 */
      background-color: transparent !important; }
      @media (max-width: 975px) {
        header .outer-wrap .inner-wrap .content-container {
          padding: 0; } }
      header .outer-wrap .inner-wrap .content-container .logo {
        background: none;
        width: 18rem;
        cursor: pointer;
        padding-left: 0;
        display: block;
        position: relative;
        z-index: 10; }
        header .outer-wrap .inner-wrap .content-container .logo img {
          width: auto; }
        @media (max-width: 975px) {
          header .outer-wrap .inner-wrap .content-container .logo {
            width: 100%;
            padding-left: 50px; } }
        @media (max-width: 540px) {
          header .outer-wrap .inner-wrap .content-container .logo {
            padding-left: 25px; } }
      @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 */ } }
      @media (max-width: 540px) {
        header .outer-wrap .inner-wrap .content-container .content-wrap {
          padding-left: 25px; } }

/*base styles for section blocks*/
section {
  display: inline-block;
  width: 100%;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding-top: 50px;
  /* 9 */
  padding-top: 5rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding-bottom: 50px;
  /* 9 */
  padding-bottom: 5rem;
  /* 9 */ }
  section .outer-wrap .inner-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px; }
    section .outer-wrap .inner-wrap .content-container {
      background-color: #ffffff;
      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 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        padding: 25px 50px;
        /* 9 */
        padding: 2.5rem 5rem;
        /* 9 */
        width: calc(100% / 2);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left; }
        @media (max-width: 975px) {
          section .outer-wrap .inner-wrap .content-container .content-block {
            width: 100%; } }
        section .outer-wrap .inner-wrap .content-container .content-block h1 {
          margin: 0 !important; }
        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.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-weight: 700;
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 35px;
          /* 9 */
          font-size: 3.5rem;
          /* 9 */
          padding-left: 0; }
        section .outer-wrap .inner-wrap .content-container .content-block h3 {
          font-size: 2rem;
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          line-height: 33px;
          /* 9 */
          line-height: 3.3rem;
          /* 9 */ }
          section .outer-wrap .inner-wrap .content-container .content-block h3 span {
            color: #4e5052;
            font-weight: 700; }
        section .outer-wrap .inner-wrap .content-container .content-block p span {
          color: #4e5052;
          font-weight: 700; }
      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 .anim-block {
      position: relative;
      min-height: 22rem; }
      @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 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%; }

.clear-both {
  clear: both; }

section {
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  section .border-yellow {
    border: 4px solid #f19111;
    background-color: #ffffff;
    -webkit-box-shadow: -6px 7px 19px 2px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: -6px 7px 19px 2px rgba(0, 0, 0, 0.44);
    box-shadow: -6px 7px 19px 2px rgba(0, 0, 0, 0.44);
    background-color: #ffffff !important; }
    @media (max-width: 975px) {
      section .border-yellow .text-block {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        padding: 50px;
        /* 9 */
        padding: 5rem;
        /* 9 */
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    @media (max-width: 975px) {
      section .border-yellow .content-block {
        padding: 2.5rem !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    section .border-yellow .content-block.image {
      padding: 0 !important;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      min-height: 320px;
      /* 9 */
      min-height: 32rem;
      /* 9 */
      position: relative; }
      section .border-yellow .content-block.image .layer {
        position: absolute;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: 90%; }
        @media (max-width: 975px) {
          section .border-yellow .content-block.image .layer {
            background-position: 50% 50%; } }
        section .border-yellow .content-block.image .layer.layer-1 {
          background-image: url(../images/box1-img1.svg); }
        section .border-yellow .content-block.image .layer.layer-2 {
          background-image: url(../images/box1-img2.svg); }
        section .border-yellow .content-block.image .layer.layer-3 {
          background-image: url(../images/box1-img3.svg); }
    @media (max-width: 540px) {
      section .border-yellow .content-block h2 {
        line-height: 3rem !important;
        font-size: 2.5rem !important; } }
    @media (max-width: 975px) {
      section .border-yellow .content-block ul {
        margin-left: 0 !important;
        padding-left: 0 !important; } }
    section .border-yellow .content-block ul li {
      font-size: 100%;
      color: inherit;
      list-style: none;
      line-height: inherit; }
      section .border-yellow .content-block ul li p {
        font-size: 100%;
        color: inherit; }
  section#one {
    background-color: #fff;
    background-image: url(../images/main-bg.gif);
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: top center; }
    section#one .outer-wrap .inner-wrap {
      padding-left: 0;
      padding-right: 0; }
      section#one .outer-wrap .inner-wrap .content-container {
        background-color: transparent; }
        @media (max-width: 1080px) {
          section#one .outer-wrap .inner-wrap .content-container.border-yellow {
            width: 90% !important; } }
        section#one .outer-wrap .inner-wrap .content-container .content-block.block-one {
          min-height: 760px;
          padding: 0;
          display: table; }
          @media (max-width: 540px) {
            section#one .outer-wrap .inner-wrap .content-container .content-block.block-one {
              min-height: inherit; } }
          section#one .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box {
            width: 100%;
            height: 100%;
            background-size: 70%;
            display: table; }
            section#one .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .exploder {
              position: absolute;
              width: 100%;
              height: 100%;
              left: 0;
              top: 0;
              background-image: url(../images/block1-bg.svg);
              background-repeat: no-repeat;
              background-position: 50% 50%;
              background-size: 80%; }
            section#one .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .grey-holder {
              width: 100%;
              height: 650px;
              display: table-cell;
              text-align: center;
              vertical-align: middle;
              background-image: url(../images/diamond.png);
              background-repeat: no-repeat;
              background-position: 50% 50%;
              background-size: contain;
              position: relative;
              -webkit-transform: scale(0.5);
              -ms-transform: scale(0.5);
              transform: scale(0.5); }
              @media (max-width: 670px) {
                section#one .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .grey-holder {
                  background-size: cover; } }
              section#one .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .grey-holder .grey-inner {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                background-color: #4e5052;
                width: 100%;
                margin: 0 auto 50px 0;
                position: relative; }
              section#one .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .grey-holder .text-layer {
                text-align: center;
                vertical-align: middle;
                display: inline-block;
                position: absolute;
                width: 100%;
                left: 0;
                top: 50%;
                opacity: 0; }
                section#one .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .grey-holder .text-layer .inner {
                  width: 45%;
                  margin: 0 auto;
                  position: relative;
                  -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
                  @media (max-width: 670px) {
                    section#one .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .grey-holder .text-layer .inner {
                      width: 75%; } }
                  section#one .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .grey-holder .text-layer .inner .layer {
                    position: absolute;
                    background-repeat: no-repeat; }
                    section#one .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .grey-holder .text-layer .inner .layer.layer-1 {
                      background-image: url(../images/block1-play.png);
                      width: 50px;
                      height: 50px;
                      left: 25px;
                      bottom: -100px; }
                    section#one .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .grey-holder .text-layer .inner .layer.layer-2 {
                      background-image: url(../images/block1-p1.png);
                      width: 40px;
                      height: 83px;
                      right: 50px;
                      bottom: -125px; }
                    section#one .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .grey-holder .text-layer .inner .layer.layer-3 {
                      background-image: url(../images/block1-p2.png);
                      width: 50px;
                      height: 50px;
                      width: 65px;
                      height: 50px;
                      bottom: 0;
                      left: -90px; }
                  section#one .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .grey-holder .text-layer .inner h2 {
                    color: #ffffff;
                    font-weight: bold; }
                    @media (max-width: 540px) {
                      section#one .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .grey-holder .text-layer .inner h2 {
                        font-size: 2rem;
                        padding-left: 0;
                        line-height: 2.2rem !important; } }
                  section#one .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .grey-holder .text-layer .inner h3 {
                    color: #ffffff;
                    font-weight: normal;
                    /* 3 */
                    /* 3 */
                    /* 4 */
                    /* 6 */
                    /* 6 */
                    /* 7 */
                    font-size: 23px;
                    /* 9 */
                    font-size: 2.3rem;
                    /* 9 */
                    /* 3 */
                    /* 3 */
                    /* 4 */
                    /* 6 */
                    /* 6 */
                    /* 7 */
                    line-height: 30px;
                    /* 9 */
                    line-height: 3rem;
                    /* 9 */
                    width: 100%; }
                    @media (max-width: 540px) {
                      section#one .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .grey-holder .text-layer .inner h3 {
                        font-size: 2rem;
                        padding-left: 0;
                        line-height: 2.2rem !important; } }
  section.section-grey {
    background-color: #cad9de; }
    section.section-grey .content-container {
      background-color: transparent !important;
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
      section.section-grey .content-container .content-block {
        background-color: transparent !important;
        padding: 0 5rem !important; }
        @media (max-width: 975px) {
          section.section-grey .content-container .content-block {
            padding: 0 !important; } }
        section.section-grey .content-container .content-block i {
          display: block;
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          margin-bottom: 20px;
          /* 9 */
          margin-bottom: 2rem;
          /* 9 */
          opacity: 0; }
        section.section-grey .content-container .content-block ul {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          margin-bottom: 20px;
          /* 9 */
          margin-bottom: 2rem;
          /* 9 */
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          margin-left: 20px;
          /* 9 */
          margin-left: 2rem;
          /* 9 */ }
          @media (max-width: 975px) {
            section.section-grey .content-container .content-block ul {
              margin-left: 0 !important; } }
          section.section-grey .content-container .content-block ul li {
            font-size: 100%;
            color: inherit;
            opacity: 0;
            line-height: inherit; }
            @media (max-width: 975px) {
              section.section-grey .content-container .content-block ul li {
                margin-left: 0 !important; } }
        section.section-grey .content-container .content-block h3 {
          margin-bottom: 0 !important;
          width: 100% !important; }
          section.section-grey .content-container .content-block h3 em {
            font-style: normal;
            opacity: 0; }
        section.section-grey .content-container .content-block h2 {
          opacity: 0;
          display: block;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,7db9e8+99&1+1,0+99 */
          background: -moz-linear-gradient(left, white 1%, rgba(125, 185, 232, 0) 99%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(left, white 1%, rgba(125, 185, 232, 0) 99%);
          /* Chrome10-25,Safari5.1-6 */
          background: -webkit-gradient(linear, left top, right top, color-stop(1%, white), color-stop(99%, rgba(125, 185, 232, 0)));
          background: -o-linear-gradient(left, white 1%, rgba(125, 185, 232, 0) 99%);
          background: linear-gradient(to right, white 1%, rgba(125, 185, 232, 0) 99%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8',GradientType=1 );
          /* IE6-9 */
          position: relative;
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          padding: 10px;
          /* 9 */
          padding: 1rem;
          /* 9 */ }
          @media (max-width: 540px) {
            section.section-grey .content-container .content-block h2 {
              font-size: 2.5rem !important;
              line-height: 3rem !important; } }
          section.section-grey .content-container .content-block h2 .bg {
            height: 100%;
            width: 100%;
            display: block;
            position: absolute;
            background-color: #ffffff;
            left: -100%;
            top: 0; }
    section.section-grey#four {
      background-position: 110% 5%;
      background-size: 25%;
      background-image: url(../images/sec4-cloud.png); }
      section.section-grey#four ul.text {
        margin-left: 0;
        padding-left: 0;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        margin-bottom: 10px;
        /* 9 */
        margin-bottom: 1rem;
        /* 9 */ }
        section.section-grey#four ul.text li {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          margin-bottom: 20px;
          /* 9 */
          margin-bottom: 2rem;
          /* 9 */
          list-style: none; }
          @media (max-width: 975px) {
            section.section-grey#four ul.text li {
              padding-left: 0 !important; } }
          section.section-grey#four ul.text li:nth-child(2) {
            /* 3 */
            /* 3 */
            /* 4 */
            /* 6 */
            /* 6 */
            /* 7 */
            padding-left: 50px;
            /* 9 */
            padding-left: 5rem;
            /* 9 */ }
          section.section-grey#four ul.text li:nth-child(3) {
            /* 3 */
            /* 3 */
            /* 4 */
            /* 6 */
            /* 6 */
            /* 7 */
            padding-left: 100px;
            /* 9 */
            padding-left: 10rem;
            /* 9 */ }
      section.section-grey#four .icons {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        margin-top: 30px;
        /* 9 */
        margin-top: 3rem;
        /* 9 */
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        min-height: 125px;
        position: relative; }
        section.section-grey#four .icons .layer {
          position: absolute;
          background-repeat: no-repeat;
          width: 100%;
          height: 100%;
          background-size: contain;
          background-position: 50% 50%; }
          section.section-grey#four .icons .layer.layer-1 {
            background-image: url(../images/sec4-icon1.svg); }
          section.section-grey#four .icons .layer.layer-2 {
            background-image: url(../images/sec4-icon2.svg); }
          section.section-grey#four .icons .layer.layer-3 {
            background-image: url(../images/sec4-icon3.svg); }
          section.section-grey#four .icons .layer.layer-4 {
            background-image: url(../images/sec4-icon4.svg); }
  section#three {
    background-image: url(../images/main-bg.gif);
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: top center;
    background-color: #fff;
    position: relative; }
    section#three .content-container.one {
      background-repeat: no-repeat;
      background-position: 110% bottom;
      background-size: 25%;
      background-image: url(../images/sec3-cloud.png); }
      @media (max-width: 768px) {
        section#three .content-container.one {
          padding-bottom: 20rem;
          background-size: 50%; } }
      @media (max-width: 540px) {
        section#three .content-container.one {
          padding-bottom: 15rem;
          background-size: 75%; } }
      section#three .content-container.one ul li {
        list-style: none;
        display: inline-block;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        padding-right: 50px;
        /* 9 */
        padding-right: 5rem;
        /* 9 */
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        margin-bottom: 30px;
        /* 9 */
        margin-bottom: 3rem;
        /* 9 */ }
        @media (max-width: 975px) {
          section#three .content-container.one ul li {
            padding-left: 0 !important;
            padding-right: 7rem !important; } }
        @media (max-width: 540px) {
          section#three .content-container.one ul li {
            background-size: 10% !important;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-bottom: 0; } }
        section#three .content-container.one ul li:nth-child(1) {
          background-image: url(../images/sec3-icon1.png); }
        section#three .content-container.one ul li:nth-child(2) {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          padding-left: 50px;
          /* 9 */
          padding-left: 5rem;
          /* 9 */
          background-image: url(../images/sec3-icon2.png); }
        section#three .content-container.one ul li:nth-child(3) {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          padding-left: 75px;
          /* 9 */
          padding-left: 7.5rem;
          /* 9 */
          margin-bottom: 0;
          background-image: url(../images/sec3-icon3.png); }
  section#five {
    background-image: url(../images/main-bg.gif);
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: top center;
    background-color: #fff; }
    section#five .content-container {
      background-position: 100% 0%;
      background-size: contain;
      background-image: url(../images/sec5-foot.png);
      background-repeat: no-repeat; }
      section#five .content-container aside ul {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        /* 4 */
        /* 5 */
        /* 4 */
        /* 5 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        margin: 30px 0 0 30px;
        /* 9 */
        margin: 3rem 0 0 3rem;
        /* 9 */ }
  section#six {
    position: relative; }
    section#six .layer {
      position: absolute;
      background-repeat: no-repeat;
      background-size: contain; }
      section#six .layer.layer-1 {
        background-image: url(../images/sec6-icon1.png);
        width: 150px;
        height: 150px;
        right: -25px;
        top: 25px; }
        @media (max-width: 1280px) {
          section#six .layer.layer-1 {
            right: 0;
            width: 70px;
            height: 70px; } }
      section#six .layer.layer-2 {
        background-image: url(../images/sec6-icon2.png);
        width: 75px;
        height: 75px;
        right: 150px;
        top: 200px; }
        @media (max-width: 1280px) {
          section#six .layer.layer-2 {
            width: 40px;
            height: 40px;
            right: 110px; } }
        @media (max-width: 670px) {
          section#six .layer.layer-2 {
            display: none; } }
      section#six .layer.layer-3 {
        background-image: url(../images/sec6-icon1.png);
        width: 40px;
        height: 40px;
        top: 250px;
        right: -5px; }
        @media (max-width: 1280px) {
          section#six .layer.layer-3 {
            right: 0;
            width: 20px;
            height: 20px; } }
      section#six .layer.layer-4 {
        background-image: url(../images/sec6-icon1.png);
        width: 100px;
        height: 100px;
        top: 310px;
        right: 15px; }
        @media (max-width: 1280px) {
          section#six .layer.layer-4 {
            width: 50px;
            height: 50px; } }
      section#six .layer.layer-5 {
        background-image: url(../images/sec6-icon2.png);
        width: 65px;
        height: 65px;
        right: 50px;
        bottom: 10px; }
        @media (max-width: 1280px) {
          section#six .layer.layer-5 {
            width: 30px;
            height: 30px; } }
    @media (max-width: 1280px) {
      section#six aside {
        width: 90%; } }
    section#six aside h3 {
      margin-bottom: 3rem !important; }
      section#six aside h3.last {
        margin-bottom: 0 !important; }
    section#six aside ul {
      margin-left: 3rem !important; }
      @media (max-width: 975px) {
        section#six aside ul {
          margin-left: 0 !important; } }
  section#seven {
    background-color: #fff;
    background-image: url(../images/main-bg.gif);
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: top center; }
    section#seven .yellow-stripe {
      background-color: rgba(242, 145, 17, 0.8);
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      padding: 30px 10px;
      /* 9 */
      padding: 3rem 1rem;
      /* 9 */
      display: inline-block;
      width: 100%;
      position: relative;
      margin-top: -200px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 670px) {
        section#seven .yellow-stripe {
          margin-top: -150px; } }
      section#seven .yellow-stripe .inner-wrap {
        max-width: none;
        width: 100%;
        text-align: center; }
        section#seven .yellow-stripe .inner-wrap .content-container {
          margin: 0 auto !important;
          text-align: left; }
          section#seven .yellow-stripe .inner-wrap .content-container .content-block {
            position: relative;
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 75px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            @media (max-width: 670px) {
              section#seven .yellow-stripe .inner-wrap .content-container .content-block {
                padding-left: 50px; } }
            section#seven .yellow-stripe .inner-wrap .content-container .content-block h2 {
              color: #ffffff;
              font-size: 2.5rem;
              line-height: 3rem;
              padding-bottom: 1.5rem; }
            section#seven .yellow-stripe .inner-wrap .content-container .content-block .cursor {
              width: 75px;
              height: 75px;
              background-image: url(../images/cursor.png);
              background-repeat: no-repeat;
              background-size: contain;
              position: absolute;
              left: 0;
              top: 25px; }
    section#seven .outer-wrap .inner-wrap {
      padding-left: 0;
      padding-right: 0; }
      section#seven .outer-wrap .inner-wrap .content-container {
        background-color: transparent; }
        @media (max-width: 975px) {
          section#seven .outer-wrap .inner-wrap .content-container.border-yellow {
            width: 85% !important; } }
        section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one {
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: 80%;
          min-height: 760px;
          display: table;
          padding: 0; }
          @media (max-width: 540px) {
            section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one {
              min-height: inherit; } }
          section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box {
            width: 100%;
            height: 980px;
            display: table-cell;
            text-align: center;
            vertical-align: middle;
            background-image: url(../images/diamond.png);
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: contain; }
            @media (max-width: 975px) {
              section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box {
                height: 1030px;
                background-size: cover; } }
            @media (max-width: 670px) {
              section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box {
                height: 960px; } }
            @media (max-width: 540px) {
              section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box {
                height: 750px !important; } }
            section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .grey-inner {
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              background-color: #4e5052;
              width: 100%;
              margin: 0 auto 50px 0;
              position: relative; }
            section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .text-layer {
              text-align: center;
              vertical-align: middle;
              display: inline-block;
              position: absolute;
              width: 100%;
              left: 0;
              top: 50%; }
              section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .text-layer .inner {
                width: 45%;
                margin: 0 auto;
                position: relative;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                text-align: left; }
                @media (max-width: 975px) {
                  section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .text-layer .inner {
                    width: 60%; } }
                @media (max-width: 670px) {
                  section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .text-layer .inner {
                    width: 65%; } }
                @media (max-width: 540px) {
                  section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .text-layer .inner {
                    width: 75%; } }
                section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .text-layer .inner h2 {
                  color: #ffffff;
                  font-weight: bold; }
                  @media (max-width: 540px) {
                    section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .text-layer .inner h2 {
                      font-size: 2rem;
                      padding-left: 0;
                      line-height: 2.2rem !important; } }
                section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .text-layer .inner h3 {
                  color: #ffffff;
                  font-weight: normal;
                  /* 3 */
                  /* 3 */
                  /* 4 */
                  /* 6 */
                  /* 6 */
                  /* 7 */
                  font-size: 23px;
                  /* 9 */
                  font-size: 2.3rem;
                  /* 9 */
                  /* 3 */
                  /* 3 */
                  /* 4 */
                  /* 6 */
                  /* 6 */
                  /* 7 */
                  line-height: 30px;
                  /* 9 */
                  line-height: 3rem;
                  /* 9 */
                  width: 100%; }
                  @media (max-width: 540px) {
                    section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .text-layer .inner h3 {
                      font-size: 2rem;
                      padding-left: 0;
                      line-height: 2.2rem !important; } }
                section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .text-layer .inner ul {
                  /* 3 */
                  /* 3 */
                  /* 4 */
                  /* 6 */
                  /* 6 */
                  /* 7 */
                  margin-top: 30px;
                  /* 9 */
                  margin-top: 3rem;
                  /* 9 */ }
                  section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .text-layer .inner ul li {
                    list-style: none;
                    text-align: left;
                    padding-left: 20px;
                    position: relative; }
                    section#seven .outer-wrap .inner-wrap .content-container .content-block.block-one .grey-box .text-layer .inner ul li:before {
                      content: "•";
                      color: #ffffff;
                      position: absolute;
                      top: 15px;
                      left: 0; }
  section#footer {
    background-color: #cad9de;
    padding-top: 0;
    padding-bottom: 0; }
    section#footer .content-container {
      background-color: transparent; }
      @media (max-width: 670px) {
        section#footer .content-container .content-block {
          padding-left: 0;
          padding-right: 0; } }
      section#footer .content-container .content-block aside {
        text-align: center; }
        section#footer .content-container .content-block aside h3 {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 30px;
          /* 9 */
          font-size: 3rem;
          /* 9 */
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          line-height: 44px;
          /* 9 */
          line-height: 4.4rem;
          /* 9 */
          width: 60%;
          margin: 0 auto; }
          @media (max-width: 975px) {
            section#footer .content-container .content-block aside h3 {
              /* 3 */
              /* 3 */
              /* 4 */
              /* 6 */
              /* 6 */
              /* 7 */
              font-size: 20px;
              /* 9 */
              font-size: 2rem;
              /* 9 */
              /* 3 */
              /* 3 */
              /* 4 */
              /* 6 */
              /* 6 */
              /* 7 */
              line-height: 28px;
              /* 9 */
              line-height: 2.8rem;
              /* 9 */
              padding: 0;
              margin: 0 auto;
              width: 88%; } }
          @media (max-width: 540px) {
            section#footer .content-container .content-block aside h3 {
              /* 3 */
              /* 3 */
              /* 4 */
              /* 6 */
              /* 6 */
              /* 7 */
              font-size: 18px;
              /* 9 */
              font-size: 1.8rem;
              /* 9 */
              /* 3 */
              /* 3 */
              /* 4 */
              /* 6 */
              /* 6 */
              /* 7 */
              line-height: 22px;
              /* 9 */
              line-height: 2.2rem;
              /* 9 */
              padding: 0;
              margin: 0 auto;
              width: 100%; } }
          @media (max-width: 380px) {
            section#footer .content-container .content-block aside h3 {
              /* 3 */
              /* 3 */
              /* 4 */
              /* 6 */
              /* 6 */
              /* 7 */
              font-size: 16px;
              /* 9 */
              font-size: 1.6rem;
              /* 9 */
              /* 3 */
              /* 3 */
              /* 4 */
              /* 6 */
              /* 6 */
              /* 7 */
              line-height: 20px;
              /* 9 */
              line-height: 2rem;
              /* 9 */
              padding: 0;
              margin: 0 auto;
              width: 100%; } }
        section#footer .content-container .content-block aside a {
          color: #4e5052;
          text-decoration: underline; }
        section#footer .content-container .content-block aside p {
          color: #4e5052;
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 15px;
          /* 9 */
          font-size: 1.5rem;
          /* 9 */
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          line-height: 25px;
          /* 9 */
          line-height: 2.5rem;
          /* 9 */
          margin-bottom: 0;
          text-align: left; }
        section#footer .content-container .content-block aside ul {
          display: inline-block;
          margin-bottom: 30px;
          padding-left: 0; }
          section#footer .content-container .content-block aside ul li {
            text-align: left;
            list-style: none; }
  section .word_break {
    display: inline-block; }

/*Banner header text*/
header {
  min-height: 54rem; }
  header .outer-wrap .inner-wrap .content-container .content-wrap {
    width: 75%; }
    @media (max-width: 975px) {
      header .outer-wrap .inner-wrap .content-container .content-wrap {
        width: 75%; } }
    @media (max-width: 540px) {
      header .outer-wrap .inner-wrap .content-container .content-wrap {
        width: 77%; } }
    header .outer-wrap .inner-wrap .content-container .content-wrap h1 {
      color: #4e5052;
      margin-top: 15rem;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 60px;
      /* 9 */
      font-size: 6rem;
      /* 9 */
      z-index: 100;
      position: relative; }
      @media (max-width: 975px) {
        header .outer-wrap .inner-wrap .content-container .content-wrap h1 {
          margin-top: 3rem;
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 50px;
          /* 9 */
          font-size: 5rem;
          /* 9 */ } }
      @media (max-width: 540px) {
        header .outer-wrap .inner-wrap .content-container .content-wrap h1 {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 31px;
          /* 9 */
          font-size: 3.1rem;
          /* 9 */ } }
      header .outer-wrap .inner-wrap .content-container .content-wrap h1 span {
        color: #00758f; }
  header .outer-wrap .inner-wrap .content-container .layer {
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 70%; }
    @media (max-width: 975px) {
      header .outer-wrap .inner-wrap .content-container .layer {
        display: none; } }
    header .outer-wrap .inner-wrap .content-container .layer.layer-1 {
      background-image: url(../images/header-sq1.svg); }
    header .outer-wrap .inner-wrap .content-container .layer.layer-2 {
      background-image: url(../images/header-sq2.svg); }
    header .outer-wrap .inner-wrap .content-container .layer.layer-3 {
      background-image: url(../images/header-sq3.svg); }
    header .outer-wrap .inner-wrap .content-container .layer.layer-4 {
      background-image: url(../images/header-img1.png);
      background-repeat: no-repeat;
      background-position: 110% 100%;
      background-size: 39%;
      background-size: 25%;
      right: 0;
      left: auto;
      top: auto;
      bottom: 5%; }
  header .outer-wrap .inner-wrap .content-container .mobile-layer {
    display: none;
    width: 100%;
    min-height: 40rem;
    max-height: 40rem;
    background-repeat: no-repeat;
    background-image: url(../images/m-header-layer.png);
    background-size: contain;
    background-position: right; }
    @media (max-width: 975px) {
      header .outer-wrap .inner-wrap .content-container .mobile-layer {
        display: block; } }
    @media (max-width: 540px) {
      header .outer-wrap .inner-wrap .content-container .mobile-layer {
        min-height: 25rem; } }
  @media (max-width: 975px) {
    header .outer-wrap {
      min-height: inherit; } }

/*social widget*/
.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 */
/***************************/
