/* 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.
 */
/**
 * 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 {
  -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: 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"] {
  -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.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.nav-active {
  overflow: hidden; }

.display-table {
  display: table;
  width: 100%;
  height: 100%; }

.display-table-cell {
  display: table-cell;
  vertical-align: middle; }

.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

/*Oracle Footer*/
@media (max-width: 1279px) {
  .u10w1 {
    padding-left: 6.8rem;
    padding-right: 6.8rem; } }

@media (max-width: 1024px) {
  .u10w1 {
    padding-left: 8.8rem; } }

@media (max-width: 768px) {
  .u10w1 {
    padding-left: 2.8rem;
    padding-right: 2.8rem; } }

/**
 * Basic typography style for copy text
 */
@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: oraclesans-light;
  src: url("../fonts/OracleSans_Light.woff2") format("woff2"), url("../fonts/OracleSans_Light.woff") format("woff"); }

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

p, li {
  color: #312d2a;
  font-family: oraclesans-light;
  line-height: 2.5rem;
  font-size: 1.8rem; }

/*Bootstrap COLUMNS*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

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

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

/*PAGE SECTIONS*/
section.site-section {
  padding: 2.25em 1.5% 2.25em;
  clear: both;
  overflow: hidden; }
  @media (min-width: 769px) {
    section.site-section {
      padding: 3.55em 6% 3.55em; } }
  section.site-section h2 {
    padding-bottom: 3.5rem; }
  section.site-section p a {
    font-family: oraclesans-semibold;
    color: #00758f;
    text-decoration: underline; }
    @media (min-width: 1600px) {
      section.site-section p a {
        white-space: nowrap; } }

/*PAGE WRAPPER*/
.wrapper {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
  clear: both;
  position: relative; }

br.lg-br {
  display: none; }
  @media (min-width: 1200px) {
    br.lg-br {
      display: block; } }

/*CASE STUDY SECTION*/
.inner-page section.case-study {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
  background-image: url("../images/section-bg-twist.jpg");
  background-repeat: repeat-x;
  background-size: 150%; }
  @media (min-width: 769px) {
    .inner-page section.case-study {
      background-size: 100%;
      padding-top: 3.55em; } }
  .inner-page section.case-study.success-stories {
    padding-top: 0; }
  .inner-page section.case-study .scrollmagic-pin-spacer {
    width: 100%; }
  .inner-page section.case-study .cs-tab-content {
    display: none; }
    .inner-page section.case-study .cs-tab-content.show {
      display: block; }
  .inner-page section.case-study .inner-section {
    clear: both;
    overflow: hidden;
    /*heading*/
    /* case study logo tab section*/ }
    .inner-page section.case-study .inner-section.add-padding {
      padding: 2.25em 1.5% 2.25em;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (min-width: 769px) {
        .inner-page section.case-study .inner-section.add-padding {
          padding: 3.25em 6% 3.25em; } }
    @media (min-width: 769px) {
      .inner-page section.case-study .inner-section.cs-header {
        position: relative !important; } }
    @media (max-width: 768px) {
      .inner-page section.case-study .inner-section.cs-header.active {
        width: 100% !important;
        background-image: url("../images/section-bg-twist.jpg");
        background-repeat: repeat-x;
        background-size: 150%;
        top: 6rem !important;
        z-index: 20;
        -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.36);
        -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.36);
        box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.36);
        cursor: pointer; }
        .inner-page section.case-study .inner-section.cs-header.active h2:after {
          position: absolute;
          content: "";
          width: 0.5rem;
          height: 0.5rem;
          right: 0;
          top: calc(0.5rem);
          border: solid black;
          border-width: 0 4px 4px 0;
          display: inline-block;
          padding: 4px;
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); } }
    .inner-page section.case-study .inner-section.cs-header.active.show .cs-menu {
      opacity: 1;
      height: 100%; }
    .inner-page section.case-study .inner-section.cs-header.active.show h2:after {
      top: calc(1rem);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg); }
    .inner-page section.case-study .inner-section.cs-header .cs-menu {
      opacity: 0;
      height: 0;
      -webkit-transition: height 0.1s 0.2s ease-out;
      -o-transition: height 0.1s 0.2s ease-out;
      transition: height 0.1s 0.2s ease-out;
      -webkit-transition: opacity 0.1s 0.1s ease-out;
      -o-transition: opacity 0.1s 0.1s ease-out;
      transition: opacity 0.1s 0.1s ease-out; }
      .inner-page section.case-study .inner-section.cs-header .cs-menu ul {
        overflow-y: auto;
        overflow-x: hidden;
        margin-right: -2.5rem;
        margin-left: -2.5rem;
        background-image: url("../images/section-bg-twist.jpg");
        background-repeat: repeat-x;
        background-size: 150%; }
        .inner-page section.case-study .inner-section.cs-header .cs-menu ul li {
          border-bottom: 1px solid #ccc; }
          .inner-page section.case-study .inner-section.cs-header .cs-menu ul li:last-child {
            border: 0; }
          .inner-page section.case-study .inner-section.cs-header .cs-menu ul li.selected, .inner-page section.case-study .inner-section.cs-header .cs-menu ul li:hover {
            background-color: #00758f; }
            .inner-page section.case-study .inner-section.cs-header .cs-menu ul li.selected a, .inner-page section.case-study .inner-section.cs-header .cs-menu ul li:hover a {
              color: #ffffff; }
          .inner-page section.case-study .inner-section.cs-header .cs-menu ul li a {
            text-align: center;
            font-family: oraclesans-regular;
            font-size: 2.2rem;
            color: #312d2a;
            padding: 2rem 1rem;
            display: block;
            text-decoration: none; }
    .inner-page section.case-study .inner-section.cs-header .casestudy-header {
      text-align: center;
      padding-top: 1.25em; }
      @media (min-width: 769px) {
        .inner-page section.case-study .inner-section.cs-header .casestudy-header {
          padding-top: 0; } }
      .inner-page section.case-study .inner-section.cs-header .casestudy-header h2 {
        font-family: oraclesans-bold;
        font-size: 2.8rem;
        text-align: center;
        padding-bottom: 1.5rem;
        position: relative;
        padding-right: 5rem;
        display: inline-block; }
        @media (min-width: 769px) {
          .inner-page section.case-study .inner-section.cs-header .casestudy-header h2 {
            padding-bottom: 3.5rem;
            padding-right: 0; } }
        @media (min-width: 769px) {
          .inner-page section.case-study .inner-section.cs-header .casestudy-header h2:after {
            display: none; } }
    .inner-page section.case-study .inner-section.cs-tabs {
      padding: 0.15em 3% 0.15em;
      z-index: 15; }
      @media (min-width: 769px) {
        .inner-page section.case-study .inner-section.cs-tabs {
          padding: 0.15em 6% 0.15em;
          padding-right: 0;
          padding-left: 6rem; } }
      .inner-page section.case-study .inner-section.cs-tabs.active {
        top: 0 !important;
        background-image: url("../images/section-bg-twist.jpg");
        background-repeat: repeat-x;
        background-size: 150%;
        -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.36);
        -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.36);
        box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.36); }
      .inner-page section.case-study .inner-section.cs-tabs .wrapper {
        width: 100%;
        max-width: 100%; }
        .inner-page section.case-study .inner-section.cs-tabs .wrapper .casestudy-tabs {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          max-height: 1024px;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .inner-page section.case-study .inner-section.cs-tabs .wrapper .casestudy-tabs .cs-logo {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 12rem;
            padding: 1rem;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            background-color: #ffffff;
            border: 5px solid #f1efed;
            cursor: pointer; }
            @media (min-width: 769px) {
              .inner-page section.case-study .inner-section.cs-tabs .wrapper .casestudy-tabs .cs-logo {
                margin-bottom: 1rem; } }
            .inner-page section.case-study .inner-section.cs-tabs .wrapper .casestudy-tabs .cs-logo.selected {
              border-color: #41817e; }
            .inner-page section.case-study .inner-section.cs-tabs .wrapper .casestudy-tabs .cs-logo img {
              width: auto;
              max-width: 10rem;
              height: auto;
              max-height: 8rem; }
              @media (min-width: 769px) {
                .inner-page section.case-study .inner-section.cs-tabs .wrapper .casestudy-tabs .cs-logo img {
                  max-width: 15rem; } }
    .inner-page section.case-study .inner-section.cs-banner {
      padding-top: 5rem;
      padding-bottom: 5rem;
      min-height: 20rem;
      background-color: rgba(0, 0, 0, 0.7);
      position: relative;
      background-position: 0 100%;
      background-size: cover;
      display: table;
      width: 100%; }
      @media (min-width: 1400px) {
        .inner-page section.case-study .inner-section.cs-banner {
          min-height: 30rem; } }
      .inner-page section.case-study .inner-section.cs-banner .wrapper-outer {
        display: table-cell;
        vertical-align: middle; }
        .inner-page section.case-study .inner-section.cs-banner .wrapper-outer .wrapper {
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          .inner-page section.case-study .inner-section.cs-banner .wrapper-outer .wrapper .banner-content {
            display: block; }
            @media (min-width: 769px) {
              .inner-page section.case-study .inner-section.cs-banner .wrapper-outer .wrapper .banner-content {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; } }
            .inner-page section.case-study .inner-section.cs-banner .wrapper-outer .wrapper .banner-content .left {
              width: 100%;
              height: 100%; }
              @media (min-width: 769px) {
                .inner-page section.case-study .inner-section.cs-banner .wrapper-outer .wrapper .banner-content .left {
                  width: 30%; } }
              .inner-page section.case-study .inner-section.cs-banner .wrapper-outer .wrapper .banner-content .left img {
                z-index: 10;
                position: relative;
                margin-bottom: 5rem;
                max-height: 15rem;
                width: auto; }
                @media (min-width: 769px) {
                  .inner-page section.case-study .inner-section.cs-banner .wrapper-outer .wrapper .banner-content .left img {
                    max-width: 22rem;
                    margin-bottom: 0;
                    max-height: 18rem; } }
            .inner-page section.case-study .inner-section.cs-banner .wrapper-outer .wrapper .banner-content .right {
              width: 100%;
              height: 100%;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
              @media (min-width: 769px) {
                .inner-page section.case-study .inner-section.cs-banner .wrapper-outer .wrapper .banner-content .right {
                  padding-left: 5%;
                  width: 70%; } }
              .inner-page section.case-study .inner-section.cs-banner .wrapper-outer .wrapper .banner-content .right h2 {
                font-size: 4rem;
                color: #ffffff;
                z-index: 10;
                position: relative;
                margin-bottom: 0;
                padding-bottom: 0; }
    .inner-page section.case-study .inner-section.cs-copy {
      background-color: #ffffff; }
    .inner-page section.case-study .inner-section.cs-quote {
      min-height: 30rem;
      background-image: url("../images/blue-matt.jpg");
      background-repeat: repeat-x;
      background-size: cover;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .inner-page section.case-study .inner-section.cs-quote quote {
        position: relative;
        padding-left: 10%;
        display: block;
        text-align: right; }
        @media (min-width: 1025px) {
          .inner-page section.case-study .inner-section.cs-quote quote {
            padding-left: 24%; } }
        .inner-page section.case-study .inner-section.cs-quote quote h2 {
          color: #ffffff;
          font-size: 2.8rem;
          line-height: 4rem; }
        .inner-page section.case-study .inner-section.cs-quote quote h3 {
          font-size: 1.6rem;
          font-family: oraclesans-bold;
          color: #ffffff; }
        .inner-page section.case-study .inner-section.cs-quote quote:after {
          position: absolute;
          content: ",,";
          right: 0;
          bottom: 0;
          font-size: 12.8rem;
          font-family: oraclesans-bold;
          color: #ffffff;
          display: none; }
    .inner-page section.case-study .inner-section.cs-video {
      height: 50rem;
      min-height: 50rem;
      display: table;
      width: 100%;
      background-position: 50%;
      background-size: cover;
      position: relative; }
      .inner-page section.case-study .inner-section.cs-video .wrapper-outer {
        display: table-cell;
        vertical-align: middle; }
        .inner-page section.case-study .inner-section.cs-video .wrapper-outer .watch-video {
          margin: 0 auto;
          position: relative;
          z-index: 10; }
          .inner-page section.case-study .inner-section.cs-video .wrapper-outer .watch-video a span {
            display: inline-block;
            background: url("../images/play-icon.png") 100% no-repeat;
            padding-right: 4rem; }
    .inner-page section.case-study .inner-section.cs-story {
      background-color: #facd62;
      padding: 3rem;
      display: table;
      width: 100%; }
      .inner-page section.case-study .inner-section.cs-story.mid-blue {
        background-color: #00758f;
        display: table !important; }
        .inner-page section.case-study .inner-section.cs-story.mid-blue .wrapper-outer .col {
          text-align: center !important; }
        .inner-page section.case-study .inner-section.cs-story.mid-blue .wrapper-outer a.btn-cta.type-2 {
          background-color: #00758f;
          color: #ffffff !important;
          border: 2px solid #ffffff;
          padding: 1.25rem 3rem;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
      .inner-page section.case-study .inner-section.cs-story .wrapper-outer {
        display: table-cell;
        vertical-align: middle;
        width: 100%; }
        .inner-page section.case-study .inner-section.cs-story .wrapper-outer h3 {
          font-family: oraclesans-semibold;
          font-size: 2.7rem;
          text-align: center;
          margin-top: 1rem; }
          @media (min-width: 769px) {
            .inner-page section.case-study .inner-section.cs-story .wrapper-outer h3 {
              text-align: right; } }
        .inner-page section.case-study .inner-section.cs-story .wrapper-outer a.btn-cta {
          background-color: #312d2a;
          color: #ffffff !important;
          font-size: 1.5rem;
          padding: 1.5rem 3rem;
          display: inline-block; }
        .inner-page section.case-study .inner-section.cs-story .wrapper-outer .col:nth-child(2) {
          text-align: center;
          margin-top: 2rem; }
          @media (min-width: 769px) {
            .inner-page section.case-study .inner-section.cs-story .wrapper-outer .col:nth-child(2) {
              text-align: left;
              margin-top: 0; } }

nav {
  background-color: #312d2a;
  width: 100%;
  -webkit-transition: width 0.3s linear !important;
  -o-transition: width 0.3s linear !important;
  transition: width 0.3s linear !important;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 25; }
  @media (max-width: 768px) {
    nav {
      height: 5rem; } }
  @media (min-width: 769px) {
    nav {
      width: 6rem;
      display: block;
      overflow: hidden;
      -o-transition: width 0.3s linear !important;
      transition: width 0.3s linear !important;
      -webkit-transition: width 0.3s linear !important; }
      nav:hover {
        width: 30rem;
        -o-transition: width 0.3s linear !important;
        transition: width 0.3s linear !important;
        -webkit-transition: width 0.3s linear !important; } }
  nav .u28s1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5rem 2.5rem;
    width: 100%;
    position: relative;
    z-index: 10;
    background-color: #3A3631; }
    @media (min-width: 480px) {
      nav .u28s1 {
        padding: 0.5rem 3.5rem; } }
    @media (min-width: 769px) {
      nav .u28s1 {
        display: none; } }
    nav .u28s1 .u28ham {
      right: 2.5rem;
      left: auto;
      float: right;
      position: absolute; }
  @media (max-width: 768px) {
    nav.show ul {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      background-color: #312d2a;
      opacity: 1;
      -webkit-transition: -webkit-transform 0.5s ease-out;
      transition: -webkit-transform 0.5s ease-out;
      -o-transition: transform 0.5s ease-out;
      transition: transform 0.5s ease-out;
      transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out; } }
  nav.show .u28ham {
    background-color: #312d2a; }
  @media (min-width: 769px) {
    nav ul {
      height: 100vh;
      display: block; } }
  @media (max-width: 768px) {
    nav ul {
      overflow-y: auto;
      overflow-x: hidden;
      height: calc(100vh - 60px);
      padding-bottom: 48px;
      padding-top: 30px;
      padding-left: 2rem;
      padding-right: 2.5rem;
      margin-right: -2.5rem;
      -webkit-transform: translate(0, -110%);
      -ms-transform: translate(0, -110%);
      transform: translate(0, -110%);
      opacity: 0.9; } }
  nav ul li {
    color: #ffffff;
    position: relative;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear; }
    @media (min-width: 769px) {
      nav ul li {
        height: calc(100% / 11); } }
    @media (min-width: 1500px) {
      nav ul li {
        height: calc(100% / 12); } }
    nav ul li a {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      padding: 1rem;
      padding-left: 6rem;
      color: #ffffff; }
      nav ul li a:hover {
        text-decoration: none; }
        nav ul li a:hover P {
          text-decoration: underline; }
      nav ul li a:before {
        position: absolute;
        content: "";
        top: 0.5rem;
        left: 0;
        width: 6rem;
        height: 6rem;
        text-align: center;
        z-index: 10;
        color: #ffffff; }
        @media (min-width: 769px) {
          nav ul li a:before {
            top: 0.8rem; } }
      nav ul li a P {
        font-size: 2rem;
        line-height: 2.2rem;
        position: relative; }
        @media (min-width: 769px) {
          nav ul li a P {
            font-size: 1.8rem;
            line-height: 2rem; } }
        @media (min-width: 1500px) {
          nav ul li a P {
            font-size: 2rem;
            line-height: 2.5rem; } }
        nav ul li a P br {
          display: none; }
          @media (min-width: 769px) {
            nav ul li a P br {
              display: block; } }
    nav ul li p {
      color: #ffffff;
      font-size: 2rem;
      min-width: 30rem; }
    nav ul li.selected a p:after {
      position: absolute;
      content: "";
      left: -4rem;
      bottom: -0.8rem;
      height: 0.2rem;
      width: 100%;
      background-color: #facd62; }
      @media (min-width: 769px) {
        nav ul li.selected a p:after {
          display: none; } }
    nav ul li.selected a:after {
      position: absolute;
      content: "";
      left: 1rem;
      top: 7rem;
      height: 0.4rem;
      width: 100%;
      background-color: #facd62;
      display: none; }
      @media (min-width: 769px) {
        nav ul li.selected a:after {
          width: 4rem;
          top: 5rem;
          display: block; } }
    nav ul li:nth-child(1) {
      display: none; }
      @media (min-width: 1500px) {
        nav ul li:nth-child(1) {
          display: block; } }
    @media (min-width: 769px) {
      nav ul li:nth-child(2) p {
        text-indent: -999999px; } }
    nav ul li:nth-child(2) a {
      height: 60%; }
      nav ul li:nth-child(2) a:before {
        background-image: url("../images/home-icon.png");
        background-position: 50% 0;
        background-size: 50%;
        background-repeat: no-repeat;
        top: 0; }
        @media (min-width: 769px) {
          nav ul li:nth-child(2) a:before {
            top: 2rem; } }
        @media (min-width: 1500px) {
          nav ul li:nth-child(2) a:before {
            top: 0; } }
      nav ul li:nth-child(2) a:after {
        top: 7rem; }
        @media (min-width: 769px) {
          nav ul li:nth-child(2) a:after {
            top: 5.5rem; } }
        @media (min-width: 1025px) {
          nav ul li:nth-child(2) a:after {
            top: 5.3rem; } }
        @media (min-width: 1500px) {
          nav ul li:nth-child(2) a:after {
            top: 4rem; } }
    nav ul li:nth-child(2) a:hover {
      background-color: transparent; }
    nav ul li:nth-child(3) a:before {
      content: "1"; }
    nav ul li:nth-child(4) a:before {
      content: "2"; }
    nav ul li:nth-child(5) a:before {
      content: "3"; }
    nav ul li:nth-child(6) a:before {
      content: "4"; }
    nav ul li:nth-child(7) a:before {
      content: "5"; }
    nav ul li:nth-child(8) a:before {
      content: "6"; }
    nav ul li:nth-child(9) a:before {
      content: "7"; }
    nav ul li:nth-child(10) a:before {
      content: "8"; }
    nav ul li:nth-child(11) a:before {
      content: "9"; }
    nav ul li:nth-child(12) {
      background-color: #00758f;
      padding-top: 0; }
      @media (min-width: 1500px) {
        nav ul li:nth-child(12) {
          padding-top: 1rem; } }
      nav ul li:nth-child(12) a:before {
        background-image: url("../images/download-icon.png");
        background-position: 50% 0;
        background-size: 50%;
        background-repeat: no-repeat; }
      nav ul li:nth-child(12) a p {
        padding-top: 0.5rem;
        margin-bottom: 0; }
        @media (min-width: 769px) {
          nav ul li:nth-child(12) a p {
            padding-top: 0; } }
      nav ul li:nth-child(12) a:hover {
        background-color: transparent; }

section.u28 {
  display: none; }

.header-main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10;
  display: none; }
  @media (min-width: 769px) {
    .header-main {
      display: block; } }
  .header-main .wrapper .o_icon {
    display: block;
    padding: 4rem 0; }
    .header-main .wrapper .o_icon img {
      width: 11rem; }
      @media (min-width: 769px) {
        .header-main .wrapper .o_icon img {
          width: 18rem; } }

.intro .pghero {
  height: 70vh;
  padding-top: 10rem; }
  @media (min-width: 769px) {
    .intro .pghero {
      height: 90vh;
      margin-top: -8rem; } }
  @media (min-height: 900px) {
    .intro .pghero {
      height: 80vh; } }
  .intro .pghero:before, .intro .pghero:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 50%; }
  .intro .pghero:before {
    background-image: url("../images/blue-matt.jpg");
    background-repeat: repeat-x;
    background-size: cover;
    width: 100%; }
  .intro .pghero:after {
    left: auto;
    right: 0;
    background-color: #8fd1bd;
    background-image: url("../images/intro/banner-img.jpg");
    background-repeat: no-repeat;
    background-position: 50% 100px;
    background-size: contain;
    display: none; }
    @media (min-width: 980px) {
      .intro .pghero:after {
        display: block; } }
  .intro .pghero .hero-title {
    display: table-cell;
    vertical-align: middle; }
    .intro .pghero .hero-title h2 {
      font-size: 4rem;
      position: relative;
      padding-bottom: 3.5rem;
      width: 90%; }
      @media (min-width: 980px) {
        .intro .pghero .hero-title h2 {
          width: 50%;
          margin-right: 10%; } }
      .intro .pghero .hero-title h2:after {
        position: absolute;
        content: "";
        width: 4rem;
        height: 0.4rem;
        left: 0;
        bottom: 0;
        background-color: #facd62; }
  .intro .pghero img {
    display: none;
    width: 80%;
    height: auto;
    position: absolute;
    left: auto;
    -webkit-transform: translateY(-28%);
    -ms-transform: translateY(-28%);
    transform: translateY(-28%);
    z-index: 10; }

.pghero .wrapper {
  display: table;
  height: 100%;
  position: relative; }
  .pghero .wrapper a.oracle-o-logo {
    z-index: 11 !important; }
  .pghero .wrapper:after, .pghero .wrapper a.oracle-o-logo {
    position: absolute;
    content: "";
    right: 0;
    bottom: -6.6rem;
    height: 6rem;
    width: 6rem;
    background-image: url("../images/oracle-logo.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    z-index: 10;
    display: none; }
    @media (min-width: 768px) {
      .pghero .wrapper:after, .pghero .wrapper a.oracle-o-logo {
        display: block; } }
    @media (min-width: 1025px) {
      .pghero .wrapper:after, .pghero .wrapper a.oracle-o-logo {
        bottom: -6rem; } }
    @media (min-width: 1200px) {
      .pghero .wrapper:after, .pghero .wrapper a.oracle-o-logo {
        bottom: -5.7rem; } }

/*All other page hero banner*/
.inner-page .pghero {
  height: 60vh;
  min-height: 470px;
  padding-top: 16rem;
  margin-top: -1rem; }
  @media (min-width: 769px) {
    .inner-page .pghero {
      height: 48rem;
      margin-top: -8rem; } }
  @media (min-width: 1200px) {
    .inner-page .pghero {
      height: 55rem; } }
  @media (min-width: 1600px) {
    .inner-page .pghero {
      height: 60rem; } }
  .inner-page .pghero:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-size: auto;
    background-position: inherit; }
  .inner-page .pghero:before {
    background-position: 0 30%; }
  .inner-page .pghero .wrapper {
    display: table;
    height: 100%; }
  .inner-page .pghero .hero-title {
    display: table-cell;
    z-index: 10;
    position: relative;
    padding-top: 10rem; }
    @media (min-width: 1600px) {
      .inner-page .pghero .hero-title {
        padding-top: 7rem; } }
    .inner-page .pghero .hero-title h2 {
      font-family: oraclesans-semibold;
      font-size: 2.1rem;
      position: relative;
      padding-bottom: 2.5rem; }
      .inner-page .pghero .hero-title h2:after {
        position: absolute;
        content: "";
        width: 4rem;
        height: 0.4rem;
        left: 0;
        bottom: 0;
        background-color: #facd62; }
    .inner-page .pghero .hero-title h3 {
      font-size: 4.8rem;
      position: relative;
      padding-bottom: 3.5rem;
      width: 90%;
      margin-top: 3.5rem;
      padding-left: 5rem; }
      @media (min-width: 1025px) {
        .inner-page .pghero .hero-title h3 {
          padding-left: 0;
          margin-left: 5rem; } }
      @media (min-width: 980px) {
        .inner-page .pghero .hero-title h3 {
          width: 50%;
          margin-right: 10%; } }
      .inner-page .pghero .hero-title h3 br {
        display: none; }
        @media (min-width: 769px) {
          .inner-page .pghero .hero-title h3 br {
            display: block; } }
      .inner-page .pghero .hero-title h3:before {
        position: absolute;
        content: "1.";
        width: 6.5rem;
        height: 0.5rem;
        left: 0;
        top: 0.5rem;
        font-family: oraclesans-regular;
        font-size: 4rem; }
        @media (min-width: 1025px) {
          .inner-page .pghero .hero-title h3:before {
            left: -5rem; } }
  .inner-page .pghero img {
    display: none;
    width: 80%;
    height: auto;
    position: absolute;
    left: auto;
    -webkit-transform: translateY(-28%);
    -ms-transform: translateY(-28%);
    transform: translateY(-28%);
    z-index: 10; }

/*Button*/
.btn-cta {
  font-family: oraclesans-semibold;
  color: #312d2a !important;
  font-size: 1.8rem;
  padding: 1.8rem 7rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3rem;
  text-decoration: none;
  position: relative; }
  .btn-cta:hover {
    text-decoration: none; }

#u22 {
  left: initial;
  right: 20px; }

.section--main {
  clear: both;
  position: relative; }
  @media (min-width: 769px) {
    .section--main {
      display: none; } }

.layout--next-prev {
  background: url("../images/footer-nav-bg.png") repeat-x;
  background-size: auto 100%; }
  .layout--next-prev .component--wrap {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 3rem 3.34746%;
    display: table;
    width: 100%; }
  .layout--next-prev .cta {
    font-size: 1.5rem;
    color: #ffffff;
    display: inline-block; }
    .layout--next-prev .cta.cta--previous, .layout--next-prev .cta.cta--next {
      position: relative;
      vertical-align: top; }
      .layout--next-prev .cta.cta--previous:before, .layout--next-prev .cta.cta--next:before {
        content: "";
        position: absolute;
        top: 50%;
        display: block;
        height: 2rem;
        margin-top: -1rem;
        width: 2.8rem;
        background: url(../images/arrow-white.svg) no-repeat 0 0;
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: -webkit-transform 0.2s ease;
        -o-transition: transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
    .layout--next-prev .cta.cta--previous {
      padding-left: 4rem; }
      .layout--next-prev .cta.cta--previous:before {
        left: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .layout--next-prev .cta.cta--next {
      padding-right: 4rem;
      float: right;
      text-align: right; }
      .layout--next-prev .cta.cta--next:before {
        right: 0; }

section.intro-copy.copy-1 ul {
  padding-left: 3%;
  margin-bottom: 1.1rem; }
  section.intro-copy.copy-1 ul li {
    list-style: disc;
    padding-bottom: 1rem;
    font-family: oraclesans-semibold; }

section.intro-copy.copy-2 {
  background-image: url("../images/blue-matt.jpg");
  background-repeat: repeat-x;
  background-size: cover;
  width: 100%;
  position: relative; }
  section.intro-copy.copy-2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background-image: url("../images/intro/copy-2-img.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    display: none; }
    @media (min-width: 980px) {
      section.intro-copy.copy-2:before {
        display: block; } }
  @media (min-width: 980px) {
    section.intro-copy.copy-2 .col {
      padding-left: 45%; } }
  section.intro-copy.copy-2 h2, section.intro-copy.copy-2 h4, section.intro-copy.copy-2 h5, section.intro-copy.copy-2 p {
    color: #ffffff; }
  section.intro-copy.copy-2 h2 {
    padding-bottom: 0; }
  section.intro-copy.copy-2 h4 {
    font-family: oraclesans-bold;
    font-size: 2.1rem;
    padding-bottom: 3rem; }
  section.intro-copy.copy-2 h5 {
    font-family: oraclesans-semibold;
    font-size: 2rem; }

section.intro-copy.copy-3 {
  background-image: url("../images/section-bg-twist.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  section.intro-copy.copy-3 .col .topic-box {
    border-radius: 5px;
    height: 30rem;
    margin-bottom: 3rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-box-shadow: -1px 8px 21px -16px black;
    -moz-box-shadow: -1px 8px 21px -16px black;
    box-shadow: -1px 8px 21px -16px black; }
    @media (min-width: 1200px) {
      section.intro-copy.copy-3 .col .topic-box {
        height: 42rem; } }
    @media (min-width: 1600px) {
      section.intro-copy.copy-3 .col .topic-box {
        height: 37.4rem; } }
    section.intro-copy.copy-3 .col .topic-box:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      border-radius: 0 0 5px 5px;
      background: rgba(0, 0, 0, 0.6); }
    section.intro-copy.copy-3 .col .topic-box a {
      cursor: pointer;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute; }
      section.intro-copy.copy-3 .col .topic-box a P {
        position: absolute;
        bottom: 0;
        padding: 1rem;
        color: #ffffff;
        font-family: oraclesans-bold;
        font-size: 1.9rem;
        margin-bottom: 0;
        -webkit-transition: all 0.4s ease-out !important;
        -o-transition: all 0.4s ease-out !important;
        transition: all 0.4s ease-out !important; }
        @media (min-width: 769px) {
          section.intro-copy.copy-3 .col .topic-box a P {
            font-size: 2.1rem;
            line-height: 2.5rem; } }
        section.intro-copy.copy-3 .col .topic-box a P i {
          font-style: normal;
          font-family: oraclesans-regular;
          padding-right: 1rem;
          display: inline-block; }
  section.intro-copy.copy-3 .col:nth-child(1) .topic-box {
    background-image: url("../images/intro/copy-3-img1.jpg"); }
  section.intro-copy.copy-3 .col:nth-child(2) .topic-box {
    background-image: url("../images/intro/copy-3-img2.jpg"); }
  section.intro-copy.copy-3 .col:nth-child(3) .topic-box {
    background-image: url("../images/intro/copy-3-img3.jpg"); }
  section.intro-copy.copy-3 .col:nth-child(4) .topic-box {
    background-image: url("../images/intro/copy-3-img4.jpg"); }
  section.intro-copy.copy-3 .col:nth-child(5) .topic-box {
    background-image: url("../images/intro/copy-3-img5.jpg"); }
  section.intro-copy.copy-3 .col:nth-child(6) .topic-box {
    background-image: url("../images/intro/copy-3-img6.jpg"); }
  section.intro-copy.copy-3 .col:nth-child(7) .topic-box {
    background-image: url("../images/intro/copy-3-img7.jpg"); }
  section.intro-copy.copy-3 .col:nth-child(8) .topic-box {
    background-image: url("../images/intro/copy-3-img8.jpg"); }
  section.intro-copy.copy-3 .col:nth-child(9) .topic-box {
    background-image: url("../images/intro/copy-3-img9.jpg"); }

/*Finance Page*/
.inner-page {
  /* Healthcare -----*/
  /* Education */
  /* Industrial -----*/
  /* Retail -----*/
  /* Logistics -----*/ }
  .inner-page.finance .pghero:before {
    background-image: url("../images/finance/hero-banner.jpg?v=1");
    background-repeat: repeat;
    background-size: auto;
    background-position: inherit; }
  .inner-page.finance section.case-study .casestudy-tabs .cs-logo {
    width: calc(100%/3); }
    @media (min-width: 769px) {
      .inner-page.finance section.case-study .casestudy-tabs .cs-logo {
        width: calc(100%/5); } }
  .inner-page.finance section.case-study .cs-tab-content.forth .cs-banner {
    background-image: url("../images/finance/case-study/banners/cs-banner-forth-header.jpg"); }
  .inner-page.finance section.case-study .cs-tab-content.forth .cs-video {
    background-image: url("../images/finance/case-study/banners/cs-banner-forth.jpg"); }
  .inner-page.finance section.case-study .cs-tab-content.kingold .cs-banner {
    background-image: url("../images/finance/case-study/banners/cs-banner-kingold-header.jpg"); }
  .inner-page.finance section.case-study .cs-tab-content.kingold .cs-video {
    background-image: url("../images/finance/case-study/banners/cs-banner-kingold.jpg"); }
  .inner-page.finance section.case-study .cs-tab-content.aubank .cs-banner {
    background-image: url("../images/finance/case-study/banners/cs-banner-aubank-header.jpg");
    background-position: 50% 80%; }
  .inner-page.finance section.case-study .cs-tab-content.aubank .cs-video {
    background-image: url("../images/finance/case-study/banners/cs-banner-aubank.jpg"); }
  .inner-page.finance section.case-study .cs-tab-content.asiapay .cs-banner {
    background-image: url("../images/finance/case-study/banners/cs-banner-asiapay-header.jpg"); }
  .inner-page.finance section.case-study .cs-tab-content.asiapay .cs-video {
    background-image: url("../images/finance/case-study/banners/cs-banner-asiapay.jpg"); }
    .inner-page.finance section.case-study .cs-tab-content.asiapay .cs-video .watch-video a {
      display: none; }
  .inner-page.finance section.case-study .cs-tab-content.fedbank .cs-banner {
    background-image: url("../images/finance/case-study/banners/cs-banner-fedbank-header.jpg"); }
  .inner-page.finance section.case-study .cs-tab-content.fedbank .cs-video {
    background-image: url("../images/finance/case-study/banners/cs-banner-fedbank.jpg"); }
    .inner-page.finance section.case-study .cs-tab-content.fedbank .cs-video .watch-video a {
      display: none; }
  .inner-page.technology .pghero:before {
    background-image: url("../images/technology/hero-banner.jpg?v=1");
    background-repeat: repeat;
    background-size: auto;
    background-position: inherit; }
  .inner-page.technology .pghero h3:before {
    content: "2."; }
  .inner-page.technology section.case-study .casestudy-tabs .cs-logo {
    width: calc(100%/2); }
    @media (min-width: 769px) {
      .inner-page.technology section.case-study .casestudy-tabs .cs-logo {
        width: calc(100%/3); } }
    .inner-page.technology section.case-study .casestudy-tabs .cs-logo:nth-child(1) img, .inner-page.technology section.case-study .casestudy-tabs .cs-logo:nth-child(3) img {
      max-width: 20rem !important; }
      @media (min-width: 769px) {
        .inner-page.technology section.case-study .casestudy-tabs .cs-logo:nth-child(1) img, .inner-page.technology section.case-study .casestudy-tabs .cs-logo:nth-child(3) img {
          max-width: 25rem !important; } }
  .inner-page.technology section.case-study .cs-tab-content.com-11880 .cs-banner {
    background-image: url("../images/technology/case-study/banners/cs-banner-com-11880-header.jpg"); }
  .inner-page.technology section.case-study .cs-tab-content.com-11880 .cs-video {
    background-image: url("../images/technology/case-study/banners/cs-banner-com-11880.jpg"); }
  .inner-page.technology section.case-study .cs-tab-content.intive .cs-banner {
    background-image: url("../images/technology/case-study/banners/cs-banner-intive-header.jpg");
    background-position: 0; }
  .inner-page.technology section.case-study .cs-tab-content.intive .cs-video {
    background-image: url("../images/technology/case-study/banners/cs-banner-intive.jpg");
    background-position: 50% 25%; }
  .inner-page.technology section.case-study .cs-tab-content.intive .cs-story {
    display: none; }
  .inner-page.technology section.case-study .cs-tab-content.data-intensity .cs-banner {
    background-image: url("../images/technology/case-study/banners/cs-banner-data-intensity-header.jpg");
    background-position: 0; }
  .inner-page.technology section.case-study .cs-tab-content.data-intensity .cs-video {
    background-image: url("../images/technology/case-study/banners/cs-banner-data-intensity.jpg"); }
  .inner-page.technology section.case-study .cs-tab-content.data-intensity .cs-story {
    display: none; }
  .inner-page.media .pghero:before {
    background-image: url("../images/media/hero-banner.jpg?v=1"); }
  .inner-page.media .pghero h3:before {
    content: "3."; }
  .inner-page.media section.case-study .cs-tabs .wrapper {
    text-align: center; }
    .inner-page.media section.case-study .cs-tabs .wrapper .casestudy-tabs {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; }
      .inner-page.media section.case-study .cs-tabs .wrapper .casestudy-tabs .cs-logo {
        width: calc(100%/2);
        min-width: 20rem; }
        @media (min-width: 769px) {
          .inner-page.media section.case-study .cs-tabs .wrapper .casestudy-tabs .cs-logo {
            min-width: 40rem; } }
        .inner-page.media section.case-study .cs-tabs .wrapper .casestudy-tabs .cs-logo img {
          max-width: 20rem !important; }
          @media (min-width: 769px) {
            .inner-page.media section.case-study .cs-tabs .wrapper .casestudy-tabs .cs-logo img {
              max-width: 25rem !important; } }
  .inner-page.media section.case-study .cs-tab-content.outfront .cs-banner {
    background-image: url("../images/media/case-study/banners/cs-banner-outfront-header.jpg"); }
  .inner-page.media section.case-study .cs-tab-content.outfront .cs-video {
    background-image: url("../images/media/case-study/banners/cs-banner-outfront.jpg"); }
  .inner-page.media section.case-study .cs-tab-content.agea .cs-banner {
    background-image: url("../images/media/case-study/banners/cs-banner-agea-header.jpg"); }
  .inner-page.media section.case-study .cs-tab-content.agea .cs-video {
    background-image: url("../images/media/case-study/banners/cs-banner-agea.jpg");
    background-position: 0 60%; }
  .inner-page.media section.case-study .cs-tab-content.agea .cs-story {
    display: none; }
  .inner-page.media section.case-study .cs-tab-content.data-intensity .cs-banner {
    background-image: url("../images/technology/case-study/banners/cs-banner-data-intensity.jpg"); }
  .inner-page.media section.case-study .cs-tab-content.data-intensity .cs-video {
    background-image: url("../images/technology/case-study/banners/cs-banner-data-intensity.jpg"); }
  .inner-page.media section.case-study .cs-tab-content.data-intensity .cs-story {
    display: none; }
  .inner-page.communications .pghero:before {
    background-image: url("../images/communications/hero-banner.jpg?v=1"); }
  .inner-page.communications .pghero h3:before {
    content: "4."; }
  .inner-page.communications section.case-study .cs-tabs .wrapper .casestudy-tabs .cs-logo {
    width: calc(100%/2); }
    @media (min-width: 769px) {
      .inner-page.communications section.case-study .cs-tabs .wrapper .casestudy-tabs .cs-logo {
        width: calc(100%/3); } }
    .inner-page.communications section.case-study .cs-tabs .wrapper .casestudy-tabs .cs-logo img {
      max-width: 20rem !important; }
      @media (min-width: 769px) {
        .inner-page.communications section.case-study .cs-tabs .wrapper .casestudy-tabs .cs-logo img {
          max-width: 25rem !important; } }
  .inner-page.communications section.case-study .cs-tab-content.sky .cs-banner {
    background-image: url("../images/communications/case-study/video/cs-banner-sky.jpg"); }
  .inner-page.communications section.case-study .cs-tab-content.sky .cs-video {
    background-image: url("../images/communications/case-study/banners/cs-banner-sky.jpg"); }
  .inner-page.communications section.case-study .cs-tab-content.vodafone .cs-banner {
    background-image: url("../images/communications/case-study/video/cs-banner-vodafone.jpg"); }
  .inner-page.communications section.case-study .cs-tab-content.vodafone .cs-video {
    background-image: url("../images/communications/case-study/banners/cs-banner-vodafone.jpg"); }
  .inner-page.communications section.case-study .cs-tab-content.tfl .cs-banner {
    background-image: url("../images/communications/case-study/video/cs-banner-tfl.jpg"); }
  .inner-page.communications section.case-study .cs-tab-content.tfl .cs-video {
    background-image: url("../images/communications/case-study/banners/cs-banner-tfl.jpg"); }
  .inner-page.communications section.case-study .cs-tab-content.tfl .cs-story {
    display: none; }
  .inner-page.healthcare .pghero:before {
    background-image: url("../images/healthcare/hero-banner.jpg?v=1"); }
  .inner-page.healthcare .hero-title h3:before {
    content: "6."; }
  .inner-page.healthcare section.case-study {
    /*aoa*/
    /*dpsp*/
    /*natpharm*/
    /*sejong*/ }
    .inner-page.healthcare section.case-study .casestudy-tabs .cs-logo {
      width: calc(100%/2); }
      @media (min-width: 769px) {
        .inner-page.healthcare section.case-study .casestudy-tabs .cs-logo {
          width: calc(100%/4); } }
    .inner-page.healthcare section.case-study .inner-section.cs-banner:after {
      content: "";
      background-color: rgba(0, 0, 0, 0.7); }
    @media (min-width: 769px) {
      .inner-page.healthcare section.case-study .inner-section.cs-tabs .wrapper .casestudy-tabs .cs-logo img {
        max-width: 20rem; } }
    .inner-page.healthcare section.case-study .cs-tab-content.aoa .cs-banner {
      background-image: url("../images/healthcare/case-study/banners/cs-banner-aoa-header.jpg"); }
    .inner-page.healthcare section.case-study .cs-tab-content.aoa .cs-video {
      background-image: url("../images/healthcare/case-study/banners/cs-banner-aoa.jpg"); }
    .inner-page.healthcare section.case-study .cs-tab-content.dpsp .cs-banner {
      background-image: url("../images/healthcare/case-study/banners/cs-banner-dpsp-header.jpg"); }
    .inner-page.healthcare section.case-study .cs-tab-content.dpsp .cs-video {
      background-image: url("../images/healthcare/case-study/banners/cs-banner-dpsp.jpg"); }
    .inner-page.healthcare section.case-study .cs-tab-content.natpharm .cs-banner {
      background-image: url("../images/healthcare/case-study/banners/cs-banner-natpharm-header.jpg"); }
    .inner-page.healthcare section.case-study .cs-tab-content.natpharm .cs-video {
      background-image: url("../images/healthcare/case-study/banners/cs-banner-natpharm.jpg"); }
    .inner-page.healthcare section.case-study .cs-tab-content.sejong .cs-banner {
      background-image: url("../images/healthcare/case-study/banners/cs-banner-sejong-header.jpg"); }
    .inner-page.healthcare section.case-study .cs-tab-content.sejong .cs-video {
      background-image: url("../images/healthcare/case-study/banners/cs-banner-sejong.jpg"); }
  .inner-page.education .pghero:before {
    background-image: url("../images/education/hero-banner.jpg?v=1"); }
  .inner-page.education .hero-title h3:before {
    content: "5."; }
  .inner-page.education section.case-study {
    /* CERN*/
    /*woolock*/
    /*Sharda*/ }
    .inner-page.education section.case-study .casestudy-tabs .cs-logo {
      width: calc(100%/2); }
      @media (min-width: 769px) {
        .inner-page.education section.case-study .casestudy-tabs .cs-logo {
          width: calc(100%/3); } }
      .inner-page.education section.case-study .casestudy-tabs .cs-logo img {
        max-width: 20rem !important; }
        @media (min-width: 769px) {
          .inner-page.education section.case-study .casestudy-tabs .cs-logo img {
            max-width: 25rem !important; } }
    .inner-page.education section.case-study .inner-section.cs-banner:after {
      content: "";
      background-color: rgba(0, 0, 0, 0.7); }
    @media (min-width: 769px) {
      .inner-page.education section.case-study .inner-section.cs-tabs .wrapper .casestudy-tabs .cs-logo img {
        max-width: 22rem; } }
    .inner-page.education section.case-study .cs-tab-content.cern .cs-banner {
      background-image: url("../images/education/case-study/video/cs-banner-cern.jpg"); }
      @media (min-width: 769px) {
        .inner-page.education section.case-study .cs-tab-content.cern .cs-banner .wrapper-outer .wrapper .banner-content .left img {
          max-width: 25rem; } }
    .inner-page.education section.case-study .cs-tab-content.cern .cs-video {
      background-image: url("../images/education/case-study/banners/cs-banner-cern.jpg"); }
    .inner-page.education section.case-study .cs-tab-content.woolcock .cs-banner {
      background-image: url("../images/education/case-study/banners/cs-banner-woolcock-header.jpg"); }
      @media (min-width: 769px) {
        .inner-page.education section.case-study .cs-tab-content.woolcock .cs-banner .wrapper-outer .wrapper .banner-content .left img {
          max-width: 30rem; } }
    .inner-page.education section.case-study .cs-tab-content.woolcock .cs-video {
      background-image: url("../images/education/case-study/banners/cs-banner-woolcock.jpg"); }
    .inner-page.education section.case-study .cs-tab-content.sharda .cs-banner {
      background-image: url("../images/education/case-study/banners/cs-banner-sharda-header.jpg"); }
      @media (min-width: 769px) {
        .inner-page.education section.case-study .cs-tab-content.sharda .cs-banner .wrapper-outer .wrapper .banner-content .left img {
          max-width: 30rem; } }
    .inner-page.education section.case-study .cs-tab-content.sharda .cs-video {
      background-image: url("../images/education/case-study/banners/cs-banner-sharda.jpg"); }
  .inner-page.industrial .pghero:before {
    background-image: url("../images/industrial/hero-banner.jpg?v=1"); }
  .inner-page.industrial .hero-title h3:before {
    content: "7."; }
  .inner-page.industrial section.case-study {
    /*mestec*/
    /*unior*/
    /*minesense*/ }
    .inner-page.industrial section.case-study .casestudy-tabs .cs-logo {
      width: calc(100%/3); }
    .inner-page.industrial section.case-study .inner-section.cs-banner:after {
      content: "";
      background-color: rgba(0, 0, 0, 0.7); }
    @media (min-width: 769px) {
      .inner-page.industrial section.case-study .inner-section.cs-tabs .wrapper .casestudy-tabs .cs-logo img {
        max-width: 24rem; } }
    .inner-page.industrial section.case-study .cs-tab-content.mestec .cs-banner {
      background-image: url("../images/industrial/case-study/banners/cs-banner-mestec-header.jpg"); }
    .inner-page.industrial section.case-study .cs-tab-content.mestec .cs-video {
      background-image: url("../images/industrial/case-study/banners/cs-banner-mestec.jpg"); }
    .inner-page.industrial section.case-study .cs-tab-content.unior .cs-banner {
      background-image: url("../images/industrial/case-study/banners/cs-banner-unior-header.jpg"); }
    .inner-page.industrial section.case-study .cs-tab-content.unior .cs-video {
      background-image: url("../images/industrial/case-study/banners/cs-banner-unior.jpg"); }
    .inner-page.industrial section.case-study .cs-tab-content.minesense .cs-banner {
      background-image: url("../images/industrial/case-study/banners/cs-banner-minesense-header.jpg"); }
    .inner-page.industrial section.case-study .cs-tab-content.minesense .cs-video {
      background-image: url("../images/industrial/case-study/banners/cs-banner-minesense.jpg"); }
  .inner-page.retail .pghero:before {
    background-image: url("../images/retail/hero-banner.jpg?v=1"); }
  .inner-page.retail .hero-title h3:before {
    content: "8."; }
  .inner-page.retail section.case-study {
    /*ripley*/
    /*droptank*/
    /*taylormade*/
    /*wengfeng*/
    /*dlight*/
    /*hehegu*/ }
    .inner-page.retail section.case-study .casestudy-tabs .cs-logo {
      width: calc(100%/4); }
      @media (min-width: 769px) {
        .inner-page.retail section.case-study .casestudy-tabs .cs-logo {
          width: calc(100%/7); } }
      .inner-page.retail section.case-study .casestudy-tabs .cs-logo img {
        max-width: 9rem !important; }
        @media (min-width: 769px) {
          .inner-page.retail section.case-study .casestudy-tabs .cs-logo img {
            max-width: 13rem !important; } }
    .inner-page.retail section.case-study .inner-section.cs-banner:after {
      content: "";
      background-color: rgba(0, 0, 0, 0.7); }
    .inner-page.retail section.case-study .cs-tab-content.ripley .cs-banner {
      background-image: url("../images/retail/case-study/banners/cs-banner-ripley-header.jpg"); }
      @media (min-width: 769px) {
        .inner-page.retail section.case-study .cs-tab-content.ripley .cs-banner .wrapper-outer .wrapper .banner-content .left img {
          max-width: 25rem; } }
    .inner-page.retail section.case-study .cs-tab-content.ripley .cs-video {
      background-image: url("../images/retail/case-study/banners/cs-banner-ripley.jpg"); }
    .inner-page.retail section.case-study .cs-tab-content.droptank .cs-banner {
      background-image: url("../images/retail/case-study/banners/cs-banner-droptank-header.jpg");
      background-position: 0 50%; }
      @media (min-width: 769px) {
        .inner-page.retail section.case-study .cs-tab-content.droptank .cs-banner .wrapper-outer .wrapper .banner-content .left img {
          max-width: 32rem; } }
    .inner-page.retail section.case-study .cs-tab-content.droptank .cs-video {
      background-image: url("../images/retail/case-study/banners/cs-banner-droptank.jpg"); }
    .inner-page.retail section.case-study .cs-tab-content.taylormade .cs-banner {
      background-image: url("../images/retail/case-study/banners/cs-banner-taylormade-header.jpg"); }
      @media (min-width: 769px) {
        .inner-page.retail section.case-study .cs-tab-content.taylormade .cs-banner .wrapper-outer .wrapper .banner-content .left img {
          max-width: 32rem; } }
    .inner-page.retail section.case-study .cs-tab-content.taylormade .cs-video {
      background-image: url("../images/retail/case-study/banners/cs-banner-taylormade.jpg"); }
    .inner-page.retail section.case-study .cs-tab-content.wengfeng .cs-banner {
      background-image: url("../images/retail/case-study/banners/cs-banner-wengfeng-header.jpg"); }
      @media (min-width: 769px) {
        .inner-page.retail section.case-study .cs-tab-content.wengfeng .cs-banner .wrapper-outer .wrapper .banner-content .left img {
          max-width: 28rem; } }
    .inner-page.retail section.case-study .cs-tab-content.wengfeng .cs-video {
      background-image: url("../images/retail/case-study/banners/cs-banner-wengfeng.jpg"); }
    .inner-page.retail section.case-study .cs-tab-content.dlight .cs-banner {
      background-image: url("../images/retail/case-study/banners/cs-banner-dlight-header.jpg"); }
      @media (min-width: 769px) {
        .inner-page.retail section.case-study .cs-tab-content.dlight .cs-banner .wrapper-outer .wrapper .banner-content .left img {
          max-width: 21rem; } }
    .inner-page.retail section.case-study .cs-tab-content.dlight .cs-video {
      background-image: url("../images/retail/case-study/banners/cs-banner-dlight.jpg"); }
    .inner-page.retail section.case-study .cs-tab-content.hehegu .cs-banner {
      background-image: url("../images/retail/case-study/banners/cs-banner-hehegu-header.jpg");
      background-position: 0 10%; }
      @media (min-width: 769px) {
        .inner-page.retail section.case-study .cs-tab-content.hehegu .cs-banner .wrapper-outer .wrapper .banner-content .left img {
          max-width: 28rem; } }
    .inner-page.retail section.case-study .cs-tab-content.hehegu .cs-video {
      background-image: url("../images/retail/case-study/banners/cs-banner-hehegu.jpg"); }
    .inner-page.retail section.case-study .cs-tab-content.ptg .cs-banner {
      background-image: url("../images/retail/case-study/banners/cs-banner-ptg-header.jpg");
      background-position: 0 50%; }
      @media (min-width: 769px) {
        .inner-page.retail section.case-study .cs-tab-content.ptg .cs-banner .wrapper-outer .wrapper .banner-content .left img {
          max-width: 28rem; } }
    .inner-page.retail section.case-study .cs-tab-content.ptg .cs-video {
      background-image: url("../images/retail/case-study/banners/cs-banner-ptg.jpg"); }
  .inner-page.logistics .pghero:before {
    background-image: url("../images/logistics/hero-banner.jpg?v=1"); }
  .inner-page.logistics .hero-title h3:before {
    content: "9."; }
  .inner-page.logistics section.case-study {
    /*jasci*/
    /*jneexpress*/
    /*kerry*/
    /*johorport*/ }
    .inner-page.logistics section.case-study .casestudy-tabs .cs-logo {
      width: calc(100%/4); }
      @media (min-width: 769px) {
        .inner-page.logistics section.case-study .casestudy-tabs .cs-logo {
          width: calc(100%/5); } }
    .inner-page.logistics section.case-study .inner-section.cs-banner:after {
      content: "";
      background-color: rgba(0, 0, 0, 0.7); }
    @media (min-width: 769px) {
      .inner-page.logistics section.case-study .inner-section.cs-tabs .wrapper .casestudy-tabs .cs-logo img {
        max-width: 20rem; } }
    .inner-page.logistics section.case-study .cs-tab-content.jasci .cs-banner {
      background-image: url("../images/logistics/case-study/banners/cs-banner-jasci-header.jpg"); }
      @media (min-width: 769px) {
        .inner-page.logistics section.case-study .cs-tab-content.jasci .cs-banner .wrapper-outer .wrapper .banner-content .left img {
          max-width: 25rem; } }
    .inner-page.logistics section.case-study .cs-tab-content.jasci .cs-video {
      background-image: url("../images/logistics/case-study/banners/cs-banner-jasci.jpg"); }
    .inner-page.logistics section.case-study .cs-tab-content.jneexpress .cs-banner {
      background-image: url("../images/logistics/case-study/banners/cs-banner-jneexpress-header.jpg"); }
      @media (min-width: 769px) {
        .inner-page.logistics section.case-study .cs-tab-content.jneexpress .cs-banner .wrapper-outer .wrapper .banner-content .left img {
          max-width: 30rem; } }
    .inner-page.logistics section.case-study .cs-tab-content.jneexpress .cs-video {
      background-image: url("../images/logistics/case-study/banners/cs-banner-jneexpress.jpg"); }
    .inner-page.logistics section.case-study .cs-tab-content.kerry .cs-banner {
      background-image: url("../images/logistics/case-study/banners/cs-banner-kerry-header.jpg"); }
      @media (min-width: 769px) {
        .inner-page.logistics section.case-study .cs-tab-content.kerry .cs-banner .wrapper-outer .wrapper .banner-content .left img {
          max-width: 28rem; } }
    .inner-page.logistics section.case-study .cs-tab-content.kerry .cs-video {
      background-image: url("../images/logistics/case-study/banners/cs-banner-kerry.jpg"); }
    .inner-page.logistics section.case-study .cs-tab-content.kerry .inner-section.cs-story .wrapper-outer a.btn-cta.type-2 {
      background-color: #00758f;
      color: #ffffff !important;
      border: 4px solid #ffffff;
      padding: 1rem 3rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .inner-page.logistics section.case-study .cs-tab-content.johor-port .cs-banner {
      background-image: url("../images/logistics/case-study/banners/cs-banner-johor-port-header.jpg"); }
      @media (min-width: 769px) {
        .inner-page.logistics section.case-study .cs-tab-content.johor-port .cs-banner .wrapper-outer .wrapper .banner-content .left img {
          max-width: 30rem; } }
    .inner-page.logistics section.case-study .cs-tab-content.johor-port .cs-video {
      background-image: url("../images/logistics/case-study/banners/cs-banner-johor-port.jpg"); }
  .inner-page.finance .hero-title h2,
  .inner-page.finance .hero-title h3, .inner-page.media .hero-title h2,
  .inner-page.media .hero-title h3 {
    color: #312d2a; }
    .inner-page.finance .hero-title h2:after,
    .inner-page.finance .hero-title h3:after, .inner-page.media .hero-title h2:after,
    .inner-page.media .hero-title h3:after {
      background-color: #c74634; }

.mid-blue {
  background-color: #00758f; }
