﻿/* E.g.
@include breakpoint($medium-2) {
	width: 30%;
}
*/
/*! 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: 2rem;
  margin: 0.67rem 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.5rem; }

sub {
  bottom: -0.25rem; }

/* 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: 1rem 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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: 1rem; }

/* 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"] {
  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 */
  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.35rem 0.625rem 0.75rem; }

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

body, html {
  background: #ece9e6; }

* {
  box-sizing: initial; }

ul, ol, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

img {
  width: 100%; }

figure {
  margin: 4rem 0;
  padding: 2.5rem 0;
  border-top: 1px solid #d9d9d6;
  border-bottom: 1px solid #d9d9d6; }

.u10w3 ul {
  margin: 0; }

.u10-links {
  margin: 0; }

/**
 * Basic typography style for copy text
 */
/*
  Font face declaration 
*/
@font-face {
  font-family: oraclesans-regular;
  src: url("../fonts/OracleSans_W_Rg.woff2") format("woff2"), url("../fonts/OracleSans_W_Rg.woff") format("woff"); }

@font-face {
  font-family: oraclesans-semibold;
  src: url("../fonts/OracleSans_W_SBd.woff2") format("woff2"), url("../fonts/OracleSans_W_SBd.woff") format("woff"); }

@font-face {
  font-family: oraclesans-bold;
  src: url("../fonts/OracleSans_W_Bd.woff2") format("woff2"), url("../fonts/OracleSans_W_Bd.woff") format("woff"); }

@font-face {
  font-family: georgia;
  src: url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff"); }

@media (max-width: 799px) {
  html {
    font-size: 52%; } }

body {
  color: #324b5c;
  font-family: "oraclesans-regular", Helvetica, sans-serif;
  line-height: 1.3; }

h1, h2, h3, h4, h5, h6 {
  font-family: "oraclesans-regular", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1; }

h1 {
  font-size: 5rem;
  line-height: 5rem;
  color: #2c5967; }
  h1 ~ p {
    font-size: 2rem;
    line-height: 2rem;
    color: #2c5967;
    padding-top: 2rem; }
    @media (min-width: 800px) {
      h1 ~ p {
        font-size: 1.8rem;
        line-height: 1.8rem; } }
    @media (min-width: 1400px) {
      h1 ~ p {
        font-size: 2rem;
        line-height: 2rem; } }
  @media (min-width: 800px) {
    h1 {
      font-size: 4rem;
      line-height: 4rem; } }
  @media (min-width: 1400px) {
    h1 {
      font-size: 5rem;
      line-height: 5rem; } }

.section--heading {
  font-size: 2.5rem;
  color: #ffffff;
  margin-bottom: 0; }
  @media (min-width: 980px) {
    .section--heading {
      font-size: 5rem; } }
  @media (min-width: 1200px) {
    .section--heading {
      font-size: 6rem; } }
  .section--heading span {
    font-size: 2rem;
    display: inherit;
    margin-top: 1.5rem; }
  .section--heading .sub-head:after {
    content: "";
    display: block;
    width: 4rem;
    height: 0.5rem;
    background: #759c6c;
    margin: 1.5rem 0; }

#section-intro-1 .section--heading {
  font-size: 4.5rem;
  color: #ffffff; }
  @media (min-width: 800px) {
    #section-intro-1 .section--heading {
      margin-top: 30%;
      margin-left: 4rem; } }
  @media (min-width: 1200px) {
    #section-intro-1 .section--heading {
      margin-top: 40%;
      font-size: 6rem;
      margin-left: 3rem; } }

h2 {
  font-size: 3.4rem;
  margin-bottom: 2rem;
  margin-left: 0.5rem;
  color: #2c5967; }
  @media (min-width: 1024px) {
    h2 {
      margin-bottom: 3rem; } }
  @media (min-width: 1200px) {
    h2 {
      margin-bottom: 4rem; } }

h3 {
  font-size: 2rem;
  padding-top: 2rem;
  margin-bottom: 2rem;
  font-family: "oraclesans-semibold", Helvetica, sans-serif;
  color: #324b5c;
  position: relative; }
  @media (min-width: 1024px) {
    h3 {
      display: inline-block; } }
  h3:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -15px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #759c6c; }
    @media (min-width: 1024px) {
      h3:after {
        padding-right: 2.5rem; } }

.heading--alt {
  text-transform: uppercase; }

.sub-head {
  font-size: 2rem;
  display: block;
  color: #d9d9d6; }
  @media (min-width: 1024px) {
    .sub-head {
      font-size: 2.6rem; } }

br.visible-lg {
  display: none; }
  @media (min-width: 1280px) {
    br.visible-lg {
      display: inline; } }

p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: inherit; }
  @media (min-width: 1024px) {
    p {
      line-height: 2.3rem;
      margin-bottom: 2rem; } }
  @media (min-width: 1200px) {
    p {
      line-height: 2.7rem;
      margin-bottom: 2rem; } }
  p strong {
    font-family: "oraclesans-semibold", Helvetica, sans-serif;
    font-size: 2.3rem;
    color: #00758f; }
    @media (min-width: 1024px) {
      p strong {
        line-height: 2.6rem; } }
    @media (min-width: 1200px) {
      p strong {
        line-height: 3.2rem; } }

figcaption {
  font-size: 1.8rem;
  font-style: italic;
  color: #939699;
  margin-top: 0.5rem; }

.text--large {
  font-size: 2.2rem; }

ul, ol {
  margin: 0 0 1rem 2.5rem; }

ul {
  list-style: disc; }

li {
  font-size: 1.8rem;
  line-height: 2.3rem; }

a {
  color: #324b5c;
  text-decoration: underline;
  cursor: pointer;
  outline: none; }
  a:hover {
    text-decoration: none; }

hr {
  background-color: #759c6c;
  height: 1px;
  border: 0;
  margin: 0;
  margin-bottom: 1.5rem; }

.list--basic {
  margin: 0 0 2.6em 1em;
  font-size: 1.8rem;
  margin-bottom: 4rem; }
  .list--basic li {
    margin-bottom: 0.3em;
    color: inherit;
    padding-left: 1rem;
    position: relative; }
    .list--basic li:before {
      content: "\2022";
      width: 2.5rem;
      margin-left: -1em;
      position: absolute;
      left: 0; }
    .list--basic li:last-child {
      margin-bottom: 0; }
  .list--basic.bullet--red li:before {
    color: #759c6c; }
  .list--basic.left {
    margin-left: 1em; }
  .list--basic.bullet--icon {
    margin-left: 0;
    font-size: 2rem; }
    .list--basic.bullet--icon.mb-40 {
      margin-bottom: 4rem; }
    .list--basic.bullet--icon li {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAaCAYAAAGlab6UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1Y2MwYWIzNC1mNTA0LTQ5NzMtYjY1MC05MDg2NjY0YjU0YzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzU2MDlBN0ZCRDhCMTFFODhENkNFNTUyMkU5RjRGNEUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzU2MDlBN0VCRDhCMTFFODhENkNFNTUyMkU5RjRGNEUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2Y2UyM2YwZS0xNTAwLTRlNmYtYjgyOS0yMTUzZWUzNWI1MGIiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmMTk3Y2RmNC02NTk1LTM5NDktOGM2NC0xYzdmM2I2ZjQ2OTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6v/sQxAAACoklEQVR42mJgIAQ+ThT8j8JBEcAGAAIIXftDJiDxFsksOUZkM/jz3zNi2AQQQIx4zPsFpFjBitCNwWYsIzaPwO2EAoAAIuSFZyyEggfkR00gVsYRdqeYgMQ1IL4DFDRHk9wPdI85SIEqVOAEkuQyoKQT2Aog4w6QlkWyYQZQLBqbo/iBuAFdHCCAiPczjhAHgt8sJGr+C3I6mvBNUFQZARlnkQT1gH65jDPpIcARoDpbEAPkku9okpeAmkC0DUghFs2bgZr9sIYJUKMMkHqMxzfLsIY2toAFGiYKpF4hCXUCNVfgCyuAACI3duyB1AEg9gJasJ2RDANA4bERSciHkUQDgoHUGjTh/0wkGBCNxQAQEGeCKtgPxLvwGJAJpJZgkRIAhslrUGL7COTwQQXfAAVF0QwoBVJdOAz4yABNwnxIEiJQQ2EGVOAwgBtmAKzEAqUJUTRFn4B4OhCXYzGAHWjAL4x0AjToCZCSJiJ8MQyAeQdUDIKS/F0CBrBgM4ABOVsDFahAyzes6oDyf4lO9kCvgYoBHbIKazSDTpJSWwEEGHm2kOcwZ1BZBMScSMK/gTgE6NtNjHRwgB80y7HiUfaEhYYOAOX5RVjqBmzgMiMNHJAMpGYR6YBLQOwCLkugmnWB1D5QMYCk6DUQO6NXYgQKrWlEuvcUELuhFyUo2QQLeAN19UUcDgCVWe1EOmA/qGIAmvUNo3QA4p8ENINC6QLQwk9QX5yEOgBkeQWRDtgGxKHYHIBeLqpA60NiykZQqcRMpAM2Q7PnL5LKEaiD9gCxPIVpdhkQx+ErSokq0KDtHFAIKZPogBlAnAV0wH9SXc5IICeIQnOTDgFzpgBxHjkOIKmIhzpoCxCboUkRbMTRpK4BteeBFKgBtB7ogA5qFoQAIGYL4UOlDa0AAAAASUVORK5CYII=");
      background-repeat: no-repeat;
      background-position: 0 5px;
      list-style: none;
      padding-left: 3.5rem;
      background-size: 15px; }
      @media (min-width: 980px) {
        .list--basic.bullet--icon li {
          background-size: inherit;
          padding-left: 6rem; } }
      .list--basic.bullet--icon li:before {
        display: none; }

blockquote {
  background-color: #312d2a;
  color: #d9d9d6; }
  blockquote a {
    text-decoration: none; }
  blockquote label {
    font-family: "oraclesans-bold", Helvetica, sans-serif;
    font-size: 1.8rem;
    padding-top: 2rem;
    display: block; }
  blockquote p {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 0;
    position: relative;
    color: #d9d9d6;
    padding: 4rem; }
    @media (min-width: 1024px) {
      blockquote p {
        padding: 4rem 2rem; } }
    @media (min-width: 1200px) {
      blockquote p {
        font-size: 2.2rem;
        line-height: 3.2rem;
        padding: 7rem 5rem; } }
    blockquote p:before {
      content: '';
      position: absolute;
      width: 11.7rem;
      height: 9.4rem;
      background-image: url("../images/quote-start.png");
      background-repeat: no-repeat;
      background-size: 70%;
      top: -5.5rem;
      left: 4rem; }
      @media (min-width: 1024px) {
        blockquote p:before {
          left: auto; } }
      @media (min-width: 1200px) {
        blockquote p:before {
          top: -6.5rem;
          background-size: cover; } }
    blockquote p:after {
      content: '';
      position: absolute;
      right: 0;
      width: 11.7rem;
      height: 9.4rem;
      background-image: url("../images/quote-end.png");
      background-repeat: no-repeat;
      background-size: 70%;
      margin-top: 2rem; }
      @media (min-width: 1024px) {
        blockquote p:after {
          right: 3rem; } }
      @media (min-width: 1200px) {
        blockquote p:after {
          background-size: cover;
          margin-top: 4.5rem; } }
  blockquote .name--designation {
    position: relative;
    margin-top: 2rem;
    padding-top: 2rem; }
    blockquote .name--designation:before {
      content: '';
      position: absolute;
      width: 100px;
      height: 2px;
      background: #759c6c;
      left: 0;
      top: 0; }
    blockquote .name--designation p {
      font-size: 1.8rem;
      line-height: 2.5rem;
      margin-bottom: 0;
      color: #2c5967; }
      blockquote .name--designation p:before, blockquote .name--designation p:after {
        display: none; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.text-hidden {
  display: inline-block;
  text-indent: -9999px; }

.vertical-fix-table {
  display: table;
  width: 100%;
  height: 100%; }
  .vertical-fix-table .vertical-fix-row {
    display: table-row; }
  .vertical-fix-table .vertical-fix-cell {
    display: table-cell;
    vertical-align: middle; }

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

@media (min-width: 480px) {
  .hidden-s {
    display: none; } }

@media (max-width: 639px) {
  .hidden-m-max {
    display: none; } }

@media (min-width: 640px) {
  .hidden-m {
    display: none; } }

@media (max-width: 799px) {
  .hidden-m2-max {
    display: none; } }

@media (min-width: 800px) {
  .hidden-m2 {
    display: none; } }

@media (max-width: 979px) {
  .hidden-m3-max {
    display: none; } }

body,
html {
  height: 100%;
  /*&.no-overflow {
        overflow:hidden;
    }*/ }

body {
  opacity: 1;
  transition: 0.5s opacity; }
  body.fade-out {
    opacity: 0;
    transition: none; }

#header--main {
  padding-bottom: 3rem;
  padding-left: 3vw;
  padding-right: 3vw; }
  @media (min-width: 800px) {
    #header--main {
      padding-bottom: 2vw; } }
  #header--main .logo {
    width: 131px;
    height: 48px;
    position: relative;
    text-align: center;
    background: #f80000; }
    @media (min-width: 800px) {
      #header--main .logo {
        width: 180px;
        height: 65px; } }
  #header--main .logo a {
    width: 72.85%;
    display: inline-block;
    margin-top: 13%; }
  #header--main .logo a:focus {
    outline: 0; }

/*! GENERIC - LOGO */
.o_icon {
  display: block;
  width: 100%; }
  .o_icon:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 13%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjMiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjY3IDAgMTYzIDIxIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5he2ZpbGw6I0ZGRn08L3N0eWxlPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTM2LjYsMTMuMWgxMC4ybC01LjQtOC43bC05LjksMTUuN0gxMjdsMTItMTguOWMwLjUtMC44LDEuNC0xLjIsMi40LTEuMmMwLjksMCwxLjgsMC40LDIuMywxLjJsMTIuMSwxOC45IGgtNC41bC0yLjEtMy41aC0xMC4zTDEzNi42LDEzLjEiLz48cGF0aCBjbGFzcz0iYSIgZD0iTTE4My40LDE2LjVWMC4yaC0zLjh2MThjMCwwLjUsMC4yLDEsMC42LDEuM2MwLjQsMC40LDAuOSwwLjYsMS40LDAuNmgxNy40bDIuMy0zLjVMMTgzLjQsMTYuNSIvPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTIwLjIsMTMuNmMzLjcsMCw2LjctMyw2LjctNi43YzAtMy43LTMtNi43LTYuNy02LjdoLTE2Ljd2MTkuOWgzLjhWMy43aDEyLjZjMS44LDAsMy4yLDEuNCwzLjIsMy4yIGMwLDEuOC0xLjQsMy4yLTMuMiwzLjJsLTEwLjgsMGwxMS40LDEwaDUuNWwtNy43LTYuNEwxMjAuMiwxMy42Ii8+PHBhdGggY2xhc3M9ImEiIGQ9Ik03OS45LDIwLjFjLTUuNSwwLTkuOS00LjQtOS45LTkuOWMwLTUuNSw0LjQtOS45LDkuOS05LjloMTEuNWM1LjUsMCw5LjksNC40LDkuOSw5LjljMCw1LjUtNC40LDkuOS05LjksOS45SDc5LjkgTTkxLjIsMTYuNmMzLjYsMCw2LjQtMi45LDYuNC02LjRjMC0zLjYtMi45LTYuNC02LjQtNi40aC0xMWMtMy41LDAtNi40LDIuOS02LjQsNi40czIuOSw2LjQsNi40LDYuNEg5MS4yIi8+PHBhdGggY2xhc3M9ImEiIGQ9Ik0xNjMuOCwyMC4xYy01LjUsMC0xMC00LjQtMTAtOS45YzAtNS41LDQuNS05LjksMTAtOS45aDEzLjdsLTIuMywzLjVIMTY0Yy0zLjYsMC02LjUsMi45LTYuNSw2LjRjMCwzLjUsMi45LDYuNCw2LjUsNi40aDEzLjhsLTIuMiwzLjVIMTYzLjgiLz48cGF0aCBjbGFzcz0iYSIgZD0iTTIxMC41LDE2LjZjLTIuOSwwLTUuNC0yLTYuMi00LjdoMTYuNGwyLjItMy41aC0xOC42YzAuOC0yLjcsMy4zLTQuNyw2LjItNC43aDExLjJsMi4yLTMuNWgtMTMuN2MtNS41LDAtOS45LDQuNC05LjksOS45YzAsNS41LDQuNCw5LjksOS45LDkuOUgyMjJsMi4yLTMuNUgyMTAuNSIvPjxwYXRoIGNsYXNzPSJhIiBkPSJNMjI2LDIuM2MwLTEsMC44LTEuOCwxLjgtMS44YzEsMCwxLjgsMC44LDEuOCwxLjhjMCwxLTAuOCwxLjgtMS44LDEuOEMyMjYuOCw0LjEsMjI2LDMuMywyMjYsMi4zIE0yMjcuOCw0LjZjMS4yLDAsMi4yLTEsMi4yLTIuMmMwLTEuMi0xLTIuMi0yLjItMi4yYy0xLjIsMC0yLjIsMS0yLjIsMi4yUzIyNi41LDQuNiwyMjcuOCw0LjYgTTIyNy42LDFjMC4zLDAsMC41LDAsMC42LDAuMWMwLjUsMC4xLDAuNSwwLjYsMC41LDAuN2MwLDAsMCwwLjEsMCwwLjJjMCwwLjEtMC4xLDAuMy0wLjMsMC40YzAsMCwwLDAtMC4xLDAuMWwwLjYsMWgtMC42bC0wLjUtMWgtMC4zdjFIMjI3VjFIMjI3LjYgTTIyNy43LDIuMWMwLjIsMCwwLjMsMCwwLjQtMC4yYzAuMSwwLDAuMS0wLjEsMC4xLTAuMmMwLTAuMS0wLjEtMC4yLTAuMi0wLjNjLTAuMS0wLjEtMC4yLTAuMS0wLjUtMC4xaC0wLjF2MC43SDIyNy43Ii8+PC9zdmc+");
    opacity: 1; }
  .o_icon span {
    text-indent: -9999px;
    display: block;
    height: 0; }

.f11v0 .f11w1 {
  overflow: hidden;
  position: relative; }
  @media (min-width: 800px) {
    .f11v0 .f11w1 {
      height: calc(100% - 502px);
      min-height: 100%; } }
  @media (min-width: 1024px) {
    .f11v0 .f11w1 {
      height: calc(100% - 342px); } }

@media (min-width: 800px) {
  .u10 {
    margin-top: 4rem; } }

.nano > .nano-content {
  height: 98%; }

.oracle-logo {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0; }
  .oracle-logo .u02logo {
    display: block;
    margin: auto;
    float: none; }
  .oracle-logo:after {
    display: none; }

.mobile-oracle-logo {
  z-index: 0;
  display: none; }
  @media (max-width: 799px) {
    .mobile-oracle-logo {
      display: block; } }
  .mobile-oracle-logo:after {
    display: none; }
  .mobile-oracle-logo .logo {
    background: url("../images/logo.png") no-repeat 0 0;
    width: 100%;
    height: 2.5rem;
    display: block; }
    .mobile-oracle-logo .logo span {
      display: block;
      height: 0;
      overflow: hidden;
      text-indent: -9999px; }

@media (min-width: 1400px) {
  .u02w1 {
    max-width: 1300px; } }

@media (min-width: 1500px) {
  .u02w1 {
    max-width: 1400px; } }

.section--col {
  width: 100%;
  position: relative; }
  @media (min-width: 800px) {
    .section--col {
      float: left;
      height: 100%;
      overflow: hidden; } }
  .section--col.vw-height {
    height: 100%; }
    @media (min-width: 800px) {
      .section--col.vw-height {
        height: -webkit-calc(100% - 0px);
        height: -moz-calc(100% - 0px);
        height: calc(100% - 0px); } }
  .section--col .section {
    box-sizing: border-box;
    background: #ffffff;
    border-bottom: 1px solid #ffffff; }
    @media (min-width: 800px) {
      .section--col .section {
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        border-bottom: 0; } }
    .section--col .section .section--wrapper,
    .section--col .section .section--intro--sub-content {
      box-sizing: border-box;
      /*Social Icons*/ }
      .section--col .section .section--wrapper .scl-icons,
      .section--col .section .section--intro--sub-content .scl-icons {
        list-style: none;
        display: inline-block;
        margin: 0; }
        .section--col .section .section--wrapper .scl-icons li,
        .section--col .section .section--intro--sub-content .scl-icons li {
          list-style: none;
          float: left;
          -webkit-transition: background .25s;
          -moz-transition: background .25s;
          transition: background .25s;
          background: #aaaaaa;
          display: block;
          padding: 0;
          margin: 8px;
          border-radius: 2px; }
          .section--col .section .section--wrapper .scl-icons li:hover,
          .section--col .section .section--intro--sub-content .scl-icons li:hover {
            background: #fff; }
          .section--col .section .section--wrapper .scl-icons li a,
          .section--col .section .section--intro--sub-content .scl-icons li a {
            width: 34px;
            height: 33px;
            background: url(https://www.oracle.com/asset/web/i/u10-sprite.svg) 0 0 no-repeat;
            background-size: auto 100%;
            outline: 0;
            -moz-outline: 0;
            display: block;
            overflow: hidden;
            text-indent: -4000px; }
          .section--col .section .section--wrapper .scl-icons li.scl-facebook a,
          .section--col .section .section--intro--sub-content .scl-icons li.scl-facebook a {
            background-position: 0px 0px; }
          .section--col .section .section--wrapper .scl-icons li.scl-twitter a,
          .section--col .section .section--intro--sub-content .scl-icons li.scl-twitter a {
            background-position: -42px 0px; }
          .section--col .section .section--wrapper .scl-icons li.scl-linkedin a,
          .section--col .section .section--intro--sub-content .scl-icons li.scl-linkedin a {
            background-position: -85px 0px; }
          .section--col .section .section--wrapper .scl-icons li.scl-googleplus a,
          .section--col .section .section--intro--sub-content .scl-icons li.scl-googleplus a {
            background-position: -127px 0px; }
          .section--col .section .section--wrapper .scl-icons li.scl-youtube a,
          .section--col .section .section--intro--sub-content .scl-icons li.scl-youtube a {
            background-position: -168px 0px; }
          .section--col .section .section--wrapper .scl-icons li.scl-feed a,
          .section--col .section .section--intro--sub-content .scl-icons li.scl-feed a {
            background-position: -214px 0px; }
    .section--col .section .section--wrapper {
      height: 100%; }
      .section--col .section .section--wrapper .nano {
        width: 98%;
        height: calc(100% - 11rem);
        margin-top: 1rem; }
        @media (min-width: 1024px) {
          .section--col .section .section--wrapper .nano {
            height: calc(100% - 12rem); } }
        @media (min-width: 1500px) {
          .section--col .section .section--wrapper .nano {
            height: calc(100% - 22rem);
            margin-top: 5rem; } }
  .section--col .section--intro {
    background: url("../images/main-left-img.png") repeat-y 0 0; }
    .section--col .section--intro .section--wrapper {
      position: relative; }
    .section--col .section--intro .content--wrapper {
      display: block;
      padding: 4rem 2vw; }
      @media (min-width: 800px) {
        .section--col .section--intro .content--wrapper {
          padding-bottom: 2vw;
          padding-top: calc(6rem + 2vw); } }
      @media (max-width: 799px) {
        .section--col .section--intro .content--wrapper {
          padding: 6rem 2vw; } }
    @media (max-width: 799px) {
      .section--col .section--intro#section-intro-1 {
        pointer-events: none; } }
    .section--col .section--intro#section-intro-1 .content--wrapper {
      padding-top: 0; }
    .section--col .section--intro:not(#section-intro-1) {
      cursor: pointer; }
      @media (min-width: 800px) {
        .section--col .section--intro:not(#section-intro-1) {
          cursor: default; } }
      .section--col .section--intro:not(#section-intro-1) .content--wrapper {
        display: block; }
        @media (min-width: 800px) {
          .section--col .section--intro:not(#section-intro-1) .content--wrapper {
            display: none; } }
        @media (min-width: 800px) {
          .section--col .section--intro:not(#section-intro-1) .content--wrapper {
            background-color: rgba(2, 2, 3, 0.65); } }
        @media (max-width: 799px) {
          .section--col .section--intro:not(#section-intro-1) .content--wrapper:before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: -moz-linear-gradient(left, black 15%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 100%);
            background: -webkit-linear-gradient(left, black 15%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 100%);
            background: linear-gradient(to right, black 15%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 100%); } }
      .section--col .section--intro:not(#section-intro-1) .section--wrapper:after {
        content: "";
        display: block;
        height: 2.8rem;
        width: 3.2rem;
        background: url("../images/icon-arrow-white.svg") no-repeat 50% 50%;
        position: absolute;
        right: 3vw;
        top: calc(50% - 0.5rem);
        transform: translateY(-50%); }
        @media (min-width: 800px) {
          .section--col .section--intro:not(#section-intro-1) .section--wrapper:after {
            content: none; } }
      .section--col .section--intro:not(#section-intro-1) .section--wrapper .section--heading {
        position: relative; }
        @media (max-width: 799px) {
          .section--col .section--intro:not(#section-intro-1) .section--wrapper .section--heading {
            margin-right: 5rem;
            margin-bottom: 0;
            padding-left: 4rem;
            line-height: 3.2rem; } }
        @media (max-width: 799px) {
          .section--col .section--intro:not(#section-intro-1) .section--wrapper .section--heading .sub-head {
            color: #d9d9d6;
            margin-bottom: 1rem;
            position: absolute;
            font-size: 3rem;
            top: 0;
            left: 0;
            margin: 0; } }
        @media (max-width: 799px) {
          .section--col .section--intro:not(#section-intro-1) .section--wrapper .section--heading .sub-head:after {
            content: none; } }
  .section--col .section--content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 6rem;
    padding-top: 0;
    box-sizing: border-box; }
    @media (max-width: 799px) {
      .section--col .section--content {
        position: fixed; } }
    .section--col .section--content.active {
      z-index: 10001 !important; }
    @media (min-width: 800px) {
      .section--col .section--content {
        padding-top: 0; } }
    .section--col .section--content .section--scroll {
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      height: 100%;
      box-sizing: border-box;
      padding: 4vw;
      padding-bottom: 0; }
      @media (max-width: 799px) {
        .section--col .section--content .section--scroll {
          padding-right: 6vw; } }
      @media (min-width: 800px) {
        .section--col .section--content .section--scroll {
          padding: 2rem 3rem;
          padding-bottom: 0; } }
      @media (min-width: 1200px) {
        .section--col .section--content .section--scroll {
          padding: 2rem 5rem;
          padding-bottom: 0; } }
      @media (min-width: 1400px) {
        .section--col .section--content .section--scroll {
          padding: 2rem 9rem;
          padding-bottom: 0; } }
  .section--col#intro {
    overflow: visible; }
    @media (min-width: 800px) {
      .section--col#intro {
        width: 33.3%; } }
    @media (min-width: 1200px) {
      .section--col#intro {
        width: 420px; } }
    @media (min-width: 1600px) {
      .section--col#intro {
        width: 460px; } }
  .section--col#main-content {
    left: 100%;
    z-index: 10;
    position: absolute;
    top: 0; }
    @media (min-width: 800px) {
      .section--col#main-content {
        width: 66.7%;
        left: auto;
        right: 0;
        top: inherit;
        height: 100%; } }
    @media (min-width: 1200px) {
      .section--col#main-content {
        width: calc(100% - 420px);
        position: relative; } }
    @media (min-width: 1600px) {
      .section--col#main-content {
        width: calc(100% - 460px); } }
    .section--col#main-content article {
      max-width: 100%;
      margin: 0 auto; }

.row {
  margin: 0 -1.5% 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .row:last-child {
    margin-bottom: 0; }
  .row.row--reverse {
    flex-direction: row-reverse; }

.col {
  box-sizing: border-box;
  padding: 0 1.5%;
  width: 100%;
  margin-bottom: 1rem; }
  @media (min-width: 980px) {
    .col {
      margin-bottom: 0; } }
  @media (min-width: 980px) {
    .col.centre--vertical {
      align-self: center; } }
  .col.centre--vertical.align--right {
    right: 0; }
  .col.fluid-box {
    display: flex;
    padding: 2rem;
    position: relative; }
    .col.fluid-box .red--line {
      content: '';
      width: 50%;
      height: 1rem;
      position: absolute;
      top: -5px;
      left: 0;
      background: #759c6c; }
    @media (min-width: 640px) {
      .col.fluid-box {
        margin-left: 0;
        padding: 2rem 2rem;
        margin-left: 1rem;
        margin-right: 1rem; } }
    @media (min-width: 980px) {
      .col.fluid-box {
        margin-left: 2rem;
        margin-right: 2rem; } }
    @media (min-width: 1280px) {
      .col.fluid-box {
        margin-left: calc(1.5% - 10rem);
        padding: 3rem 3rem 3rem 11rem;
        width: calc(100% + 10rem); } }
    .col.fluid-box.lg-padding {
      padding-top: 3rem;
      padding-bottom: 3rem; }
      @media (min-width: 1200px) {
        .col.fluid-box.lg-padding {
          padding-top: 4rem;
          padding-bottom: 4rem; } }
    @media (max-width: 1279px) {
      .col.fluid-box.fluid-box--80 {
        width: 100%; } }
    @media (min-width: 1280px) {
      .col.fluid-box.fluid-box--80 {
        width: calc(80% + 10rem); } }
    @media (max-width: 1279px) {
      .col.fluid-box.fluid-box--90 {
        width: 100%; } }
    @media (min-width: 1280px) {
      .col.fluid-box.fluid-box--90 {
        width: calc(90% + 8rem);
        padding-top: 6rem;
        padding-bottom: 6rem;
        padding-right: 8rem; } }
    .col.fluid-box p {
      color: inherit;
      margin-bottom: 0; }

.mt--70 {
  margin-top: 7rem; }

.mb--120 {
  margin-bottom: 12rem; }

.mb--70 {
  margin-bottom: 7rem; }

.mb--30 {
  margin-bottom: 3rem; }

@media (min-width: 980px) {
  .w--90 {
    width: 90%; } }

@media (min-width: 980px) {
  .w--80 {
    width: 80%; } }

@media (min-width: 980px) {
  .w--75 {
    width: 75%; } }

@media (min-width: 980px) {
  .w--70 {
    width: 70%; } }

@media (min-width: 980px) {
  .w--66 {
    width: 66.7%; } }

@media (min-width: 980px) {
  .w--60 {
    width: 60%; } }

@media (min-width: 980px) {
  .w--50 {
    width: 50%; } }

@media (min-width: 980px) {
  .w--40 {
    width: 40%; } }

@media (min-width: 980px) {
  .w--33 {
    width: 33.3%; } }

@media (min-width: 980px) {
  .w--25 {
    width: 25%; } }

@media (max-width: 1279px) {
  .md-w--100 {
    width: 100%; } }

.col {
  box-sizing: border-box; }
  @media (min-width: 980px) {
    .col {
      float: left;
      padding: 0 2rem; } }

.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.image {
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 980px) {
    .image {
      max-width: none; } }

#section-main-1 {
  padding: 0 !important; }

#section-intro-1 {
  display: none; }
  @media (min-width: 800px) {
    #section-intro-1 {
      display: block; } }
  @media (min-width: 800px) {
    #section-intro-1 .section--wrapper {
      min-height: 80%;
      height: auto;
      /* Maximum aspect ratio */ } }
  #section-intro-1 .intro-upper {
    background: url("../images/intro.jpg") no-repeat right bottom;
    background-color: #ffffff;
    width: 100%;
    height: 55%; }
    #section-intro-1 .intro-upper .logo {
      background: url("../images/logo.png") no-repeat 0 0;
      height: 2rem;
      display: block; }
      #section-intro-1 .intro-upper .logo span {
        display: block;
        height: 0;
        overflow: hidden;
        text-indent: -9999px; }
      @media (min-width: 800px) {
        #section-intro-1 .intro-upper .logo {
          background-size: 40%;
          height: 2.5rem; } }
      @media (min-width: 1600px) {
        #section-intro-1 .intro-upper .logo {
          background-size: auto; } }
    #section-intro-1 .intro-upper .content--wrapper {
      padding-top: 2rem !important; }
      #section-intro-1 .intro-upper .content--wrapper h1 {
        padding-top: 4rem;
        width: 90%; }
        #section-intro-1 .intro-upper .content--wrapper h1 ~ p {
          width: 75%;
          line-height: 2.2rem; }

@media screen and (max-width: 1279px) and (min-height: 550px) and (max-height: 900px) {
  #section-intro-1 .intro-upper .content--wrapper h1 ~ p {
    width: auto; } }

@media screen and (min-width: 1280px) and (min-height: 550px) and (max-height: 900px) {
  #section-intro-1 .intro-upper .content--wrapper h1 ~ p {
    width: 56%; } }
          @media (min-width: 1400px) {
            #section-intro-1 .intro-upper .content--wrapper h1 ~ p {
              width: 55%; } }
          @media (min-width: 1600px) {
            #section-intro-1 .intro-upper .content--wrapper h1 ~ p {
              width: 75%; } }

@media screen and (max-width: 1279px) and (min-height: 550px) and (max-height: 900px) {
  #section-intro-1 .intro-upper .content--wrapper h1 {
    width: auto;
    padding-top: 2rem; } }
        @media (min-width: 1280px) {
          #section-intro-1 .intro-upper .content--wrapper h1 {
            padding-top: 2rem; } }
  @media screen and (min-width: 1280px) and (min-height: 550px) and (max-height: 900px) {
    #section-intro-1 .intro-upper .content--wrapper h1 {
      padding-top: 2rem;
      width: auto; } }
        @media (min-width: 1600px) {
          #section-intro-1 .intro-upper .content--wrapper h1 {
            padding-top: 4rem; } }
  @media screen and (min-width: 1600px) and (min-height: 550px) and (max-height: 1100px) {
    #section-intro-1 .intro-upper .content--wrapper h1 {
      padding-top: 2rem; } }

@media screen and (max-width: 1279px) and (min-height: 550px) and (max-height: 900px) {
  #section-intro-1 .intro-upper {
    height: 68%;
    background-size: contain; } }

@media screen and (min-width: 1280px) and (min-height: 550px) and (max-height: 900px) {
  #section-intro-1 .intro-upper {
    height: 67%;
    background-size: contain; } }
    @media (min-width: 1600px) {
      #section-intro-1 .intro-upper {
        height: 50%;
        background-size: contain; } }
  @media screen and (min-width: 1600px) and (min-height: 550px) and (max-height: 1100px) {
    #section-intro-1 .intro-upper {
      height: 72%; } }
  #section-intro-1 .intro-lower {
    height: 45%; }
    #section-intro-1 .intro-lower .content--wrapper {
      padding-top: 4rem !important;
      padding-bottom: 0; }
      #section-intro-1 .intro-lower .content--wrapper p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        color: #ffffff; }
        #section-intro-1 .intro-lower .content--wrapper p strong {
          font-family: "oraclesans-semibold", Helvetica, sans-serif;
          color: #ffffff;
          font-size: 1.6rem;
          line-height: 2.4rem; }
      @media (max-width: 1279px) {
        #section-intro-1 .intro-lower .content--wrapper {
          padding-top: 2rem !important; } }

@media screen and (min-width: 1280px) and (min-height: 550px) and (max-height: 900px) {
  #section-intro-1 .intro-lower .content--wrapper {
    padding-top: 2rem !important; } }
      @media (min-width: 1400px) {
        #section-intro-1 .intro-lower .content--wrapper {
          padding-top: 4rem !important; } }
  @media screen and (min-width: 1400px) and (min-height: 550px) and (max-height: 1100px) {
    #section-intro-1 .intro-lower .content--wrapper {
      padding-top: 2rem !important; } }

@media screen and (max-width: 1279px) and (min-height: 550px) and (max-height: 900px) {
  #section-intro-1 .intro-lower {
    height: 32%; } }

@media screen and (min-width: 1280px) and (min-height: 550px) and (max-height: 900px) {
  #section-intro-1 .intro-lower {
    height: 33%; } }
    @media (min-width: 1600px) {
      #section-intro-1 .intro-lower {
        height: 50%; } }
  @media screen and (min-width: 1600px) and (min-height: 550px) and (max-height: 1100px) {
    #section-intro-1 .intro-lower {
      height: 28%; } }

@media (max-width: 799px) {
  #section-intro-2 {
    margin-top: 5rem;
    margin-top: 0rem; } }

#section-intro-2 .section--wrapper {
  background: url("../images/page1-img.jpg") no-repeat 50% 15%/cover; }
  @media (min-width: 640px) {
    #section-intro-2 .section--wrapper {
      background: url("../images/page1-img.jpg") no-repeat 100% 0/cover; } }

#section-intro-3 .section--wrapper {
  background: url("../images/page2-img.jpg") no-repeat 50% 55%/cover; }
  @media (min-width: 640px) {
    #section-intro-3 .section--wrapper {
      background: url("../images/page2-img.jpg") no-repeat 100% 0/cover; } }

#section-intro-4 .section--wrapper {
  background: url("../images/page3-img.jpg") no-repeat 50% 42%/cover; }
  @media (min-width: 800px) {
    #section-intro-4 .section--wrapper {
      background: url("../images/page3-img.jpg") no-repeat 100% 0/cover; } }

#section-intro-5 .section--wrapper {
  background: url("../images/page4-img.jpg") no-repeat 50% 25%/cover; }
  @media (min-width: 800px) {
    #section-intro-5 .section--wrapper {
      background: url("../images/page4-img.jpg") no-repeat 100% 0/cover; } }

#section-intro-6 .section--wrapper {
  background: url("../images/page5-img.jpg") no-repeat 50% 16%/cover; }
  @media (min-width: 800px) {
    #section-intro-6 .section--wrapper {
      background: url("../images/page5-img.jpg") no-repeat 100% 0/cover; } }

#section-intro-7 .section--wrapper {
  background: url("../images/page6-img.jpg") no-repeat 50% 20%/cover; }
  @media (min-width: 800px) {
    #section-intro-7 .section--wrapper {
      background: url("../images/page6-img.jpg") no-repeat 100% 0/cover; } }

#section-intro-8 .section--wrapper {
  background: url("../images/page7-img.jpg") no-repeat 50% 20%/cover; }
  @media (min-width: 800px) {
    #section-intro-8 .section--wrapper {
      background: url("../images/page7-img.jpg") no-repeat 100% 0/cover; } }

@media screen and (max-width: 1023px) {
  #section-main-3 .title-block.upper ul li .client-logo {
    width: 9rem; } }

@media screen and (max-width: 1023px) {
  #section-main-4 .title-block.upper ul li:first-child {
    width: 16rem; } }

#section-main-6 blockquote {
  float: none;
  width: auto;
  margin: 7rem 0 6rem; }
  @media (min-width: 1024px) {
    #section-main-6 blockquote {
      float: right;
      width: 55%;
      margin: 0 0 10rem 2rem; } }
  @media (min-width: 1200px) {
    #section-main-6 blockquote {
      margin: 0 0 2rem 4rem; } }

#section-main-6 .blockquote-para {
  margin: 6rem 0 2rem; }

@media screen and (max-width: 1023px) {
  #section-main-7 .title-block.upper ul li .client-logo {
    width: 9rem; } }

#section-main-8 .wrap-text-img {
  width: auto;
  margin: 2rem 0; }
  @media (min-width: 1024px) {
    #section-main-8 .wrap-text-img {
      float: right;
      margin: 0 0 2rem 2rem; } }

@media (min-width: 1024px) {
  #section-main-8 p {
    padding-right: 20rem; } }

#section-main-8 .cta.light-arrow-btn {
  margin-top: 4rem; }

#reference {
  padding: 2rem 0;
  margin-top: 5rem; }
  #reference ul.ref-links {
    padding: 0;
    margin: 0; }
    #reference ul.ref-links li {
      line-height: 1.4rem;
      position: relative;
      padding-left: 1rem; }
      #reference ul.ref-links li sup {
        position: absolute;
        top: 5px;
        left: 0; }
      #reference ul.ref-links li a {
        font-size: 1.1rem;
        color: #4e5052; }

@media (max-width: 799px) {
  .u02nav {
    position: fixed;
    width: 100%;
    top: 0; } }

.nano .nano-pane {
  background: #e8e8e6 !important;
  width: 8px !important;
  margin: 5px 2px; }

.nano .nano-slider {
  background: #e6ac58 !important; }

.section--intro .nano .nano-pane {
  background: rgba(0, 0, 0, 0.25) !important; }

.section--intro .nano .nano-slider {
  background: rgba(0, 0, 0, 0.5) !important; }

.nav--global {
  position: relative;
  display: none;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 0;
  height: 6rem; }
  .nav--global .nav--sections {
    background: #312d2a;
    margin: 0;
    padding: 0 3vw;
    list-style: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: none; }
    .nav--global .nav--sections:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    @media (min-width: 800px) {
      .nav--global .nav--sections {
        width: 66.7%;
        float: right; } }
    @media (min-width: 1200px) {
      .nav--global .nav--sections {
        width: calc(100% - 420px); } }
    @media (min-width: 1500px) {
      .nav--global .nav--sections {
        width: calc(100% - 460px); } }
    .nav--global .nav--sections ul {
      max-width: 100%;
      margin: 0 auto;
      height: 100%; }
  .nav--global .nav--item {
    font-size: 1.4rem;
    height: 100%;
    list-style: none; }
    @media (min-width: 640px) {
      .nav--global .nav--item {
        font-size: 1.6rem; } }
    .nav--global .nav--item:first-child {
      float: left; }
    .nav--global .nav--item:last-child {
      float: right; }
    .nav--global .nav--item a {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #ffffff;
      height: 100%;
      position: relative; }
      .nav--global .nav--item a:before {
        content: "";
        display: block;
        width: 9px;
        height: 16px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(0, -50%);
        transform: translate(0, -50%);
        transition: 0.3s all; }
        @media (min-width: 640px) {
          .nav--global .nav--item a:before {
            width: 13px;
            height: 21px; } }
      .nav--global .nav--item a.disabled {
        pointer-events: none;
        opacity: 0.5; }
      .nav--global .nav--item a#btn--previous-section {
        padding-left: 2.5rem; }
        .nav--global .nav--item a#btn--previous-section:before {
          left: 0;
          background: url("../images/icon-arrow-simple-left-white.svg") no-repeat 0 0; }
        .nav--global .nav--item a#btn--previous-section:hover:before {
          -webkit-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%); }
      .nav--global .nav--item a#btn--next-section {
        padding-right: 2.5rem; }
        .nav--global .nav--item a#btn--next-section:before {
          right: 0;
          background: url("../images/icon-arrow-simple-right-white.svg") no-repeat 0 0; }
        .nav--global .nav--item a#btn--next-section:hover:before {
          -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%); }
  .nav--global .nav--home {
    position: absolute;
    z-index: 11;
    display: block;
    top: 1.5rem;
    left: 50%;
    width: 3rem;
    height: 3rem;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    box-sizing: border-box; }
    @media (min-width: 800px) {
      .nav--global .nav--home {
        width: 33.3%;
        height: 100%;
        -webkit-transform: none;
        transform: none;
        left: 0;
        padding-left: 3vw;
        top: 0;
        display: flex;
        align-items: center;
        background-color: rgba(49, 45, 42, 0.9); } }
    @media (min-width: 1200px) {
      .nav--global .nav--home {
        width: 420px; } }
    @media (min-width: 1600px) {
      .nav--global .nav--home {
        width: 460px; } }
  .nav--global #close-section {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/home.png") no-repeat 0 50%/100%; }
    @media (max-width: 799px) {
      .nav--global #close-section {
        display: none; } }
    @media (min-width: 800px) {
      .nav--global #close-section {
        width: 6rem;
        height: 3rem; } }

.twitter-feed {
  width: 100%;
  border-top: 5px solid #759c6c;
  padding: 2vw 3vw;
  box-sizing: border-box; }
  .twitter-feed h3 {
    color: #e8e8e6;
    margin-bottom: 0;
    font-size: 2.6rem; }
  @media (max-width: 799px) {
    .twitter-feed p {
      margin: 1rem 0; } }
  .twitter-feed p a.cta-box {
    background-color: #f80000;
    padding: 15px 20px;
    margin: 0;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 1.6rem;
    line-height: normal;
    font-weight: bold;
    display: inline-block;
    padding: .6rem 3rem .57rem 1.2rem;
    transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
    border: 2px solid #f80000;
    position: relative; }
    .twitter-feed p a.cta-box:before {
      color: #fff; }
    .twitter-feed p a.cta-box:after {
      content: "";
      display: block;
      height: 2rem;
      width: 3rem;
      background: url(../images/icon-arrow-white.svg) no-repeat 50% 50%;
      position: absolute;
      right: 6%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: color .2s, right .2s .1s, left .2s .1s;
      -moz-transition: color .2s, right .2s .1s, left .2s .1s;
      -webkit-transition: color .2s, right .2s .1s, left .2s .1s;
      color: #fff; }
    .twitter-feed p a.cta-box:hover {
      background: rgba(255, 255, 255, 0);
      color: #f80000;
      border: 2px solid #f80000; }
      .twitter-feed p a.cta-box:hover:after {
        background: url(../images/icon-arrow-red.svg) no-repeat 50% 50%;
        right: 5%; }
  .twitter-feed .sub-head {
    color: #759c6c; }

#twitter-feed {
  display: none; }
  @media (min-width: 800px) {
    #twitter-feed {
      display: block; } }

@media (min-width: 800px) {
  #twitter-feed--mobile {
    display: none; } }

.nav--main {
  height: 100%; }
  .nav--main ul {
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none; }
  .nav--main .nav--item {
    float: left;
    overflow: hidden;
    width: calc(50% - 2px);
    height: calc(33.3% - 2px);
    border: 1px solid white; }
    @media (min-width: 800px) {
      .nav--main .nav--item {
        width: calc(50% - 2px);
        height: calc(28% - 2px); } }
    .nav--main .nav--item:last-child {
      width: 100%;
      height: calc(16% - 2px); }
      .nav--main .nav--item:last-child .nav--item--wrapper label {
        left: 50%;
        transform: translateX(-50%); }
        @media (min-width: 800px) {
          .nav--main .nav--item:last-child .nav--item--wrapper label {
            top: 18% !important; } }
        @media (min-width: 1200px) {
          .nav--main .nav--item:last-child .nav--item--wrapper label {
            top: 30% !important; } }
    .nav--main .nav--item a {
      position: relative;
      display: block;
      height: 100%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      font-size: 2rem;
      color: #ffffff;
      text-decoration: none;
      transition: 0.3s all ease-out; }
      @media (min-width: 800px) {
        .nav--main .nav--item a {
          font-size: 1.6rem;
          line-height: 2.3rem; } }
      @media (min-width: 1200px) {
        .nav--main .nav--item a {
          font-size: 2rem;
          line-height: 2rem; } }
      @media (min-width: 1400px) {
        .nav--main .nav--item a {
          font-size: 2.5rem;
          line-height: 2.5rem; } }
      .nav--main .nav--item a:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        transition: all 1s ease; }
      .nav--main .nav--item a .nav--item--wrapper {
        position: absolute;
        bottom: -1.5rem;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        padding-top: 2rem;
        padding-bottom: 3.5rem;
        padding-left: 10%;
        padding-right: calc(6% + 4rem);
        -webkit-transition: bottom 0.3s;
        transition: bottom 0.3s;
        background: rgba(2, 2, 3, 0.8); }
        @media (min-width: 800px) {
          .nav--main .nav--item a .nav--item--wrapper {
            min-height: 6rem; } }
        @media (min-width: 1200px) {
          .nav--main .nav--item a .nav--item--wrapper {
            min-height: 7rem; } }
        @media (min-width: 1400px) {
          .nav--main .nav--item a .nav--item--wrapper {
            min-height: 8rem; } }
        .nav--main .nav--item a .nav--item--wrapper:before {
          content: "";
          display: block;
          height: 0.5rem;
          width: 0;
          background: #759c6c;
          position: absolute;
          bottom: 0;
          left: 0;
          -webkit-transition: width 0.3s 0.2s;
          transition: width 0.3s 0.2s; }
        .nav--main .nav--item a .nav--item--wrapper:after {
          content: "";
          display: block;
          height: 2.8rem;
          width: 3.2rem;
          background: url("../images/icon-arrow-white.svg") no-repeat 50% 50%;
          position: absolute;
          right: 6%;
          top: calc(50% - 0.5rem);
          transform: translateY(-50%);
          opacity: 0; }
          @media (min-width: 1200px) {
            .nav--main .nav--item a .nav--item--wrapper:after {
              height: 3.6rem;
              width: 4.4rem; } }
        .nav--main .nav--item a .nav--item--wrapper label {
          position: absolute;
          top: 40%;
          transform: translateY(-50%); }
      .nav--main .nav--item a:hover:before {
        background-color: transparent; }
      .nav--main .nav--item a:hover .nav--item--wrapper {
        bottom: 0; }
        .nav--main .nav--item a:hover .nav--item--wrapper:before {
          width: 100%; }
        .nav--main .nav--item a:hover .nav--item--wrapper:after {
          opacity: 1; }
      .nav--main .nav--item a:hover .sub-head div {
        bottom: 1.5rem; }
      .nav--main .nav--item a .sub-head {
        font-family: "georgia", Helvetica, sans-serif;
        color: #243537;
        font-weight: normal;
        opacity: 0.8;
        margin-right: 1rem;
        position: relative;
        display: flex;
        align-items: center; }
        .nav--main .nav--item a .sub-head div {
          position: absolute;
          left: 2rem;
          bottom: 0;
          font-size: 20vh;
          line-height: 20vh;
          transition: bottom 0.3s; }
        @media (min-width: 800px) {
          .nav--main .nav--item a .sub-head {
            height: calc(100% - 4.9rem); } }
        @media (min-width: 1200px) {
          .nav--main .nav--item a .sub-head {
            height: calc(100% - 5.9rem); } }
  @media screen and (min-width: 1200px) and (min-height: 550px) and (max-height: 900px) {
    .nav--main .nav--item a .sub-head {
      height: calc(100% - 5.7rem); } }
        @media (min-width: 1400px) {
          .nav--main .nav--item a .sub-head {
            height: calc(100% - 6.9rem); } }
    .nav--main .nav--item [data-section-id="section-2"] {
      background-image: url("../images/bottom-line.jpg"); }
      .nav--main .nav--item [data-section-id="section-2"] .sub-head {
        font-size: 25vh !important; }
        @media (min-width: 800px) {
          .nav--main .nav--item [data-section-id="section-2"] .sub-head {
            height: calc(100% - 1.2rem); } }
        @media (min-width: 1200px) {
          .nav--main .nav--item [data-section-id="section-2"] .sub-head {
            height: calc(100% - 1.9rem); } }
  @media screen and (min-width: 1200px) and (min-height: 550px) and (max-height: 900px) {
    .nav--main .nav--item [data-section-id="section-2"] .sub-head {
      height: calc(100% - 3.5rem); } }
        @media (min-width: 1400px) {
          .nav--main .nav--item [data-section-id="section-2"] .sub-head {
            height: calc(100% - 2.9rem); } }
        @media (min-width: 1500px) {
          .nav--main .nav--item [data-section-id="section-2"] .sub-head {
            height: calc(100% - 3.3rem); } }
    .nav--main .nav--item [data-section-id="section-3"] {
      background-image: url("../images/productive-powerhouse.jpg"); }
      .nav--main .nav--item [data-section-id="section-3"] .sub-head {
        font-size: 25vh !important; }
        @media (min-width: 800px) {
          .nav--main .nav--item [data-section-id="section-3"] .sub-head {
            height: calc(100% - 1.2rem); } }
        @media (min-width: 1200px) {
          .nav--main .nav--item [data-section-id="section-3"] .sub-head {
            height: calc(100% - 1.9rem); } }
  @media screen and (min-width: 1200px) and (min-height: 550px) and (max-height: 900px) {
    .nav--main .nav--item [data-section-id="section-3"] .sub-head {
      height: calc(100% - 3.5rem); } }
        @media (min-width: 1400px) {
          .nav--main .nav--item [data-section-id="section-3"] .sub-head {
            height: calc(100% - 2.9rem); } }
        @media (min-width: 1500px) {
          .nav--main .nav--item [data-section-id="section-3"] .sub-head {
            height: calc(100% - 3.3rem); } }
    .nav--main .nav--item [data-section-id="section-4"] {
      background-image: url("../images/keep-family.jpg"); }
    .nav--main .nav--item [data-section-id="section-5"] {
      background-image: url("../images/express-lane.jpg"); }
    .nav--main .nav--item [data-section-id="section-6"] {
      background-image: url("../images/mobile-world.jpg"); }
    .nav--main .nav--item [data-section-id="section-7"] {
      background-image: url("../images/knowledge-power.jpg"); }
      @media (min-width: 800px) {
        .nav--main .nav--item [data-section-id="section-7"] .sub-head {
          height: calc(100% - 1.8rem); } }
      @media (min-width: 1200px) {
        .nav--main .nav--item [data-section-id="section-7"] .sub-head {
          height: calc(100% - 2.5rem); } }
  @media screen and (min-width: 1200px) and (min-height: 550px) and (max-height: 900px) {
    .nav--main .nav--item [data-section-id="section-7"] .sub-head {
      height: calc(100% - 3.6rem); } }
      @media (min-width: 1400px) {
        .nav--main .nav--item [data-section-id="section-7"] .sub-head {
          height: calc(100% - 3.6rem); } }
    .nav--main .nav--item [data-section-id="section-8"] {
      background-image: url("../images/share-stories.jpg"); }

.dark-blue-box {
  background: #94afaf; }
  .dark-blue-box p {
    color: #314b5c;
    font-family: "oraclesans-semibold", Helvetica, sans-serif; }
  .dark-blue-box a {
    color: #ffffff; }
  .dark-blue-box ul.list--basic {
    margin-bottom: 0; }
    .dark-blue-box ul.list--basic li {
      color: #ffffff;
      line-height: 2.3rem;
      margin-bottom: 1.5rem; }
      .dark-blue-box ul.list--basic li:last-child {
        margin-bottom: 0; }

.flex-box {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1279px) {
    .flex-box {
      justify-content: left; } }

.title-block {
  margin: 1rem 0 6rem;
  position: relative; }
  .title-block ul {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin: 0; }
    .title-block ul li:first-child {
      width: 12rem; }
      @media (min-width: 1200px) {
        .title-block ul li:first-child {
          width: 15rem; } }
    .title-block ul li:last-child {
      padding-left: 2rem; }
    .title-block ul p {
      margin-bottom: 0; }
      .title-block ul p strong {
        font-size: 1.8rem;
        font-family: "oraclesans-regular", Helvetica, sans-serif;
        color: #324b5c; }
  @media (min-width: 1024px) {
    .title-block {
      display: inline-block;
      min-width: 50rem; } }
  .title-block:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1.2rem;
    border-width: 0 0 1px;
    padding-right: 0;
    border-style: solid;
    border-color: #759c6c; }
    @media (min-width: 1200px) {
      .title-block:after {
        padding-right: 15rem; } }
  .title-block.flex-content-block {
    margin: 4rem 0 5rem; }
    .title-block.flex-content-block ul {
      display: block;
      align-items: center; }
      .title-block.flex-content-block ul li {
        display: flex;
        align-items: center; }
        .title-block.flex-content-block ul li .content-svg {
          width: 90%;
          height: 20rem;
          display: none; }
        .title-block.flex-content-block ul li p {
          padding-left: 4rem;
          width: 60%; }
          @media (min-width: 1024px) {
            .title-block.flex-content-block ul li p {
              padding-left: 1rem; } }
        .title-block.flex-content-block ul li img {
          width: 15%; }
          @media (min-width: 1024px) {
            .title-block.flex-content-block ul li img {
              width: 30%; } }
          @media (min-width: 1200px) {
            .title-block.flex-content-block ul li img {
              width: auto; } }
        .title-block.flex-content-block ul li:first-child {
          width: auto; }
        .title-block.flex-content-block ul li:last-child {
          padding-top: 4rem;
          padding-left: 0; }
          @media (min-width: 1024px) {
            .title-block.flex-content-block ul li:last-child {
              padding-top: 0;
              padding-left: 3rem; } }
      @media (min-width: 1024px) {
        .title-block.flex-content-block ul {
          display: flex; } }
    .title-block.flex-content-block:after {
      content: '';
      border: 0;
      bottom: 0;
      position: static; }
  .title-block .client-logo {
    position: absolute;
    top: 0;
    width: 15%; }
    @media (min-width: 1024px) {
      .title-block .client-logo {
        width: 25%; } }
    @media (min-width: 1200px) {
      .title-block .client-logo {
        width: auto; } }
    .title-block .client-logo.custom {
      width: 13%; }
      @media (min-width: 1024px) {
        .title-block .client-logo.custom {
          width: 20%; } }

.pie-content p {
  font-size: 1.6rem;
  line-height: 2.1rem; }

@media (max-width: 1279px) {
  .img--area svg {
    overflow: hidden;
    width: 250px;
    margin: auto;
    margin-top: 6rem;
    display: block; } }

@media (max-width: 1279px) {
  .img--area {
    margin-bottom: 4rem; } }

.right-divider {
  position: relative; }
  .right-divider:after {
    content: '';
    position: absolute;
    background: #ffffff;
    width: 2px;
    height: 100%;
    right: 0;
    top: 0; }
    @media (max-width: 1279px) {
      .right-divider:after {
        display: none; } }

.breadcrumb {
  color: #e8e8e6;
  border-bottom: 1px solid #e8e8e6;
  font-size: 1.6rem;
  padding-top: 0.3rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  position: relative; }
  .breadcrumb a {
    font-size: 2rem; }
    @media (max-width: 799px) {
      .breadcrumb a:before {
        background: url("../images/arrow-blue.svg") no-repeat 0 0 !important; } }
  @media (min-width: 800px) {
    .breadcrumb {
      display: none; } }

.pie {
  position: relative;
  width: 90px;
  height: 90px;
  margin-right: 2rem; }
  @media (max-width: 1279px) {
    .pie {
      margin-right: 3rem; } }
  .pie svg {
    width: 90px;
    height: 90px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: center;
    transform-origin: center; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .pie svg {
        width: 90px;
        height: 90px; } }
  .pie .pie-bg {
    fill: transparent;
    stroke: #dedfdf;
    stroke-width: 15px;
    opacity: 0; }
  .pie .pie-fg {
    stroke-width: 15px; }
  .pie .label {
    position: absolute;
    top: 43%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 3.8em;
    opacity: 0;
    color: #ffffff;
    line-height: 4rem; }
    .pie .label i {
      color: #ffffff;
      font-style: normal;
      font-size: 2.9rem; }
    .pie .label span {
      display: block;
      font-size: 1.8rem; }

.pie-desc {
  width: calc(100% - 90px); }

.layout--next-prev {
  background: url("../images/footer-stripe.jpg") no-repeat 0 0;
  overflow: hidden;
  padding-top: 1.5rem;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .layout--next-prev .component--wrap {
    padding: 2rem;
    width: 100%;
    overflow: hidden;
    background: #312d2a; }
    @media (min-width: 1500px) {
      .layout--next-prev .component--wrap {
        padding: 4rem; } }
  .layout--next-prev .cta {
    font-size: 1.6rem;
    color: #ffffff; }
    .layout--next-prev .cta .sub-title {
      font-size: 1.4rem;
      display: block;
      margin-top: 0.7rem; }
    .layout--next-prev .cta:hover {
      text-decoration: none; }
    .layout--next-prev .cta.cta--next {
      float: right;
      text-align: right; }
    .layout--next-prev .cta.cta--previous {
      display: inline-block; }
  .layout--next-prev.layout--next-prev--last-pg .cta--previous {
    display: inline-block; }

.cta {
  display: inline-block; }
  .cta.cta--previous {
    position: relative;
    padding-left: 2em; }
    .cta.cta--previous:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      height: 2rem;
      margin-top: -1.1rem;
      width: 2rem;
      background: url("../images/arrow-white.svg") no-repeat 0 0;
      transition: transform 0.2s ease;
      transform: rotate(180deg); }
    .cta.cta--previous:hover:before {
      transform: translateX(-10px) rotate(180deg); }
  .cta.cta--next {
    position: relative;
    padding-right: 2em; }
    .cta.cta--next:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      height: 2rem;
      margin-top: -1rem;
      width: 2rem;
      background: url("../images/arrow-white.svg") no-repeat 0 0;
      transition: transform 0.2s ease; }
    .cta.cta--next.white--arrow:before {
      height: 3.5rem;
      width: 4.2rem;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAlCAYAAAGsUCAmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1Y2MwYWIzNC1mNTA0LTQ5NzMtYjY1MC05MDg2NjY0YjU0YzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0U5MzhGMkZCQ0I4MTFFOEJEOTdCQzM3NEU4NDgzN0MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0U5MzhGMkVCQ0I4MTFFOEJEOTdCQzM3NEU4NDgzN0MiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2Y2UyM2YwZS0xNTAwLTRlNmYtYjgyOS0yMTUzZWUzNWI1MGIiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmMTk3Y2RmNC02NTk1LTM5NDktOGM2NC0xYzdmM2I2ZjQ2OTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6wFyprAAAEOUlEQVR42mL8//8/AzJgZGQE00xogkyfP3+uA3NAOv6jgXv37ukxohsFUssI0oos8vfv3++MUEsAAogRm+VM6EbAVGIYDlLJCMOrV6/mAmrngjmPAaqBH0QABBCKIBr+/+PHj7WoNuJWDJJmBml68+ZNIFwxEMjjwgkJCaZQx7PjM5UJqoiHgRwAEEDYwh5rtGJELZICHlhoowcyBgDa9oWDg0MFQwO+oDMzM9NHjkascYrDaYwsQCwBZHPgUgQ068Hs2bNjCDoDZOvBgwfriXHz/zt37qwg6EFQrL19+/Y0kd7BDgACiJCb0W1k/Pfv39dfv34dRBKjisGgCFeA5euvX79Op4rByPlHVVVVE2bBhw8f0qhiMJIFLJGRkZYwC549e2aLbjDVwNy5cx0pdvG2bdv4YAZu3LgxByWVk2Ogg4MDC8zACxcuTAYaw0VxqkAKz11APh/ZJRF6zgZSokD8C5QY0EsqZAAQQIyUZS/sBjORYsDr1689QSEHrGp4qJKVQY66fv16GyxsGxoa2HD6ksQI47l58+YimME4fUpG7uJ9+PDhZrwGk5lt+V++fHkYau4/DIMpKA8E3r9/fwFs6r9/v6DtBaoUNELANtEdqMFfYAaDCA6g2HcGKgCgwW+ZmZlFmfBVfWQYCjKPnRFqqDi5Bn379m03JyenKqhNx8LCoggUekVRmALrsxNIESUFjyxyDQS27XYgJSkZimMf6OWlSIlfjuJ0+uXLl4lIBipQnKOANWolzEARERE1XHmfiZRC+vDhw09BbH19fV1g0/cuNDwpLv1ByU8EiF8A9f3BV/pTHQAEGEXplJiCHVjo2P/582fnkSNHeHGoGVjHghx56dIlJWBm+47cqAHmme2rVq3iHHSOhRZXspcvX56B3hID5svF0HbPoEoGTNAunSKwh7wS3dHAvN9FUiOElo5FczQfqOwANvZ2ozv606dPRUQ5mh6ORe5WgJoQWlpa2sDy6RSam/8AxWJQyv6BdCxyVwWIBb28vEw+fvx4DdnFwEz57dWrVx7YHA0uZEHjKj9//qwAKqRXiQkGwCKNCehYDmBVLaeoqBiN7EBQ6njy5ImLnJzcGeSRG5BjQV2cjwyDEAA9cpadnd0C5DcWmOCNGzf6gEUKO70dAwwkRl5eXmE1NbUw5JAFhvrXqVOnxhcUFBxCSbPQnMgGLRvphidPniwFTH4XkNMsqBm4fPnyVKC8BHi4i1pNbXIxsBbjAUbvAbSM9Xfnzp2lQCdJQz3DOKClAajTB6xy16GXsydPnuwE1XbQ3vvAFl2gqvXr16+z0B157dq1udCRTu4BrxRADgD2yFrQHfno0aONwByuDOq8Dnh1C4rKs2fPqoAKeGRHgjq/oIEx6JA182BqdYFysuSCBQvigNXoMdAwLqhTDXMkOU1EWtdYjNCqFRTVoG7FX0oMAwClh0/wGjYpagAAAABJRU5ErkJggg==");
      background-size: contain; }
    .cta.cta--next:hover:before {
      transform: translateX(10px); }
    .cta.cta--next.light-arrow-btn {
      padding: 1.5rem 2rem;
      padding-right: 7rem;
      color: #ffffff;
      background: #2c5967;
      font-size: 1.8rem;
      font-weight: 700; }
      .cta.cta--next.light-arrow-btn:before {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAATCAYAAAHjfs0eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1Y2MwYWIzNC1mNTA0LTQ5NzMtYjY1MC05MDg2NjY0YjU0YzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzA5OTlGQjNCRkZGMTFFODkzNEY4OEY4QTA3MjVCMTciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzA5OTlGQjJCRkZGMTFFODkzNEY4OEY4QTA3MjVCMTciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2Y2UyM2YwZS0xNTAwLTRlNmYtYjgyOS0yMTUzZWUzNWI1MGIiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpmMTk3Y2RmNC02NTk1LTM5NDktOGM2NC0xYzdmM2I2ZjQ2OTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7wJe8aAAABZElEQVR42mL8//8/AwywAHEgEOsD8Q9GZBmAAIJxQCr+gIgGqIQUA0gGiK+CaIAAgnGQ8WoQzcSACfRABEAAodgCA+iq78OsbkASXAjE/7Fp34rughMgGiCAsDkNhh8B8RZkMXyKYfgJEC8GsUFuiAHaa8aAG3wB4kogXoPVv0jgChC/AmInnIEDBfxA/BFZACCA8CnmBuKv+EIYBuSgbuVBEcUTClr/IYCD2KAzhGpgBfHR4xQdgDy0GYh/gfwAUiwMFcQF2KE0ByFnKEOdwUPIzfJQhYKEPCgNVSiOLI4vUiSA+AWyAECAEUob6EAAmgt4oNn2E+5wJJyc0bEGEN+FemkDEHNhU0eOwTCsC814ILAciNmoZTAMKwHxFagF84CYGRYh24Ah4slAXZBEDRdLAPEFqIvXw8Kc0iC4DjVwJxDzUxrGckB8EWrgYSAWwaaOhcSwEwXi5aD0D8TSQPwMl0IAhorzSaotz+0AAAAASUVORK5CYII=");
        right: 25px;
        width: 2.5rem; }
        @media (min-width: 800px) {
          .cta.cta--next.light-arrow-btn:before {
            right: 17px; } }
  .cta.cta--download {
    display: none; }
    @media (min-width: 800px) {
      .cta.cta--download {
        display: block;
        position: fixed;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1000; } }
    .cta.cta--download a {
      display: block;
      background-color: #324b5c;
      border: 2px solid #324b5c;
      border-right: 0;
      color: #ffffff;
      padding: 1rem;
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold; }
      .cta.cta--download a:after {
        content: "";
        width: 22px;
        height: 22px;
        display: block;
        margin: 0.5rem auto 0;
        background: url("../images/download-blue.svg") no-repeat 0 0;
        background: url("../images/download-white.svg") no-repeat 0 0; }
      .cta.cta--download a:hover {
        background: #ffffff;
        color: #324b5c;
        text-decoration: none;
        border: 2px solid #324b5c; }
        .cta.cta--download a:hover:after {
          background: url("../images/download-blue.svg") no-repeat 0 0; }

.callout {
  background-repeat: no-repeat;
  background-color: #e0dedf;
  border-left: 5px solid #759c6c;
  margin: 4rem 0; }
  @media (min-width: 800px) {
    .callout {
      background-position: 50% 0; } }
  .callout .callout--wrapper {
    padding: 3vw; }
    @media (min-width: 800px) {
      .callout .callout--wrapper {
        width: 70%; } }
    @media (min-width: 1024px) {
      .callout .callout--wrapper {
        width: 50%; } }
  .callout .callout--text {
    font-size: 2.4rem; }
    @media (min-width: 1024px) {
      .callout .callout--text {
        font-size: 2.7rem; } }
  .callout p:last-child {
    margin-bottom: 0; }
  .callout.callout--quote .callout--text:before {
    content: "\201C";
    display: inline-block;
    width: 0.4rem;
    margin-left: -0.4rem; }
  .callout.callout--quote .callout--text:after {
    content: "\201D";
    display: inline-block; }

#calculator-clouds .st0 {
  fill: #D3EEF4; }

#calculator-clouds .st1 {
  fill: #BDE6EE; }

#calculator-clouds .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #B9BBBD; }

#calculator-clouds .st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #E9EAEA; }

#calculator-clouds .st4 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #939699; }

#calculator-clouds .st5 {
  fill: #F29111; }

#calculator-clouds .st6 {
  fill: #4E5052; }

#calculator-clouds .st7 {
  fill: #939699; }

#calculator-clouds .st8 {
  opacity: 0.43; }
