/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  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.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

ul, ol, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

img {
  max-width: 100%; }

/**
 * Basic typography style for copy text
 */
html {
  font-size: 62.5%; }

body {
  color: #404040;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.25; }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.15; }

h1 {
  font-size: 2.8em;
  margin-bottom: 0.3em;
  text-transform: uppercase; }
  @media (min-width: 640px) {
    h1 {
      font-size: 3.8em; } }
  @media (min-width: 800px) {
    h1 {
      font-size: 4.4em; } }

h2 {
  font-size: 2.4em;
  margin-bottom: 0.5em;
  text-transform: uppercase; }
  @media (min-width: 640px) {
    h2 {
      font-size: 3em; } }
  h2#section-heading {
    position: relative;
    font-size: 4.5em;
    line-height: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.25em;
    font-weight: normal; }
    @media (min-width: 800px) {
      h2#section-heading {
        font-size: 7em;
        margin-top: 0.75em;
        margin-bottom: 0.75em; } }
    @media (min-width: 1440px) {
      h2#section-heading {
        font-size: 10em; } }
    h2#section-heading:before {
      content: "";
      display: inline-block;
      height: 0.9em;
      background-color: #8AADBF;
      position: absolute;
      bottom: 0;
      left: 2%;
      right: 0; }
      @media (min-width: 640px) {
        h2#section-heading:before {
          bottom: 0.05em; } }
      #overview h2#section-heading:before {
        background-color: #8AADBF; }
      #finance h2#section-heading:before {
        background-color: #324B5C; }
      #hr h2#section-heading:before {
        background-color: #CAD9DE; }
      #marketing h2#section-heading:before {
        background-color: #8AADBF; }
      #sales h2#section-heading:before {
        background-color: #324B5C; }
      #service h2#section-heading:before {
        background-color: #CAD9DE; }
      #supply-chain h2#section-heading:before {
        background-color: #8AADBF; }
    h2#section-heading .wrap {
      display: inline-block;
      padding: 0 0 0 2%;
      position: relative;
      color: #8AADBF;
      vertical-align: middle;
      overflow: hidden;
      white-space: nowrap; }
      #overview h2#section-heading .wrap {
        color: #8AADBF; }
      #finance h2#section-heading .wrap {
        color: #324B5C; }
      #hr h2#section-heading .wrap {
        color: #CAD9DE; }
      #marketing h2#section-heading .wrap {
        color: #8AADBF; }
      #sales h2#section-heading .wrap {
        color: #324B5C; }
      #service h2#section-heading .wrap {
        color: #CAD9DE; }
      #supply-chain h2#section-heading .wrap {
        color: #8AADBF; }
      h2#section-heading .wrap span {
        background-color: #ffffff; }

h3 {
  font-size: 2.4em;
  padding-left: 0.75em;
  margin-bottom: 0.75em;
  position: relative; }
  @media (min-width: 640px) {
    h3 {
      font-size: 3em; } }
  @media (min-width: 1024px) {
    h3 {
      margin-left: -0.75em; } }
  h3 .line {
    display: block;
    width: 2px;
    height: 100%;
    background-color: #8AADBF;
    position: absolute;
    left: 0;
    top: 0; }

h4 {
  color: #8AADBF;
  font-size: 1.6em;
  margin-bottom: 0.5em; }
  @media (min-width: 640px) {
    h4 {
      font-size: 1.8em; } }

p {
  font-size: 1.6em;
  margin-bottom: 1em; }
  @media (min-width: 640px) {
    p {
      font-size: 1.8em; } }

ul, ol {
  margin: 0 0 1em 2.5em; }

ul {
  list-style: disc; }

li {
  font-size: 1.6em; }
  @media (min-width: 640px) {
    li {
      font-size: 1.8em; } }

a {
  color: #404040;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
  word-wrap: break-word; }
  a:hover {
    text-decoration: none; }

hr {
  background-color: #a6a6a6;
  height: 1px;
  border: 0;
  margin-bottom: 1.5em; }

blockquote {
  padding: 0;
  margin: 0 0 1.5em 0;
  font-size: 1.6em;
  position: relative;
  line-height: 1.4; }
  @media (min-width: 640px) {
    blockquote {
      font-size: 1.8em; } }
  blockquote:before {
    content: open-quote;
    font-size: 6em;
    position: absolute;
    left: 0;
    top: -0.3em;
    height: 0.5em;
    font-style: normal; }
  blockquote p {
    font-size: 1em;
    padding: 0 2.3em;
    position: relative; }
    @media (min-width: 480px) {
      blockquote p {
        padding: 0 3em; } }
  blockquote p:after {
    content: close-quote;
    font-size: 6em;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0.5em;
    font-style: normal; }
  blockquote cite {
    font-size: 0.9em;
    display: block; }
    blockquote cite span {
      color: #404040;
      font-weight: bold; }

.emphasise {
  font-size: 2.2em;
  line-height: 1.15;
  margin-bottom: 0.75em; }
  @media (min-width: 640px) {
    .emphasise {
      font-size: 3em; } }
  .emphasise .highlight {
    color: #942645;
    font-weight: bold; }

.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; }

@media (max-width: 479px) {
  .hidden-s {
    display: none; } }
html {
  min-height: 100%; }

body {
  background: #dadee0; }

#main-wrapper {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background: #fff; }

#header {
  background: url("../images/banner.jpg") no-repeat 50% 50%;
  color: #fff; }
  #header .section-wrap {
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 800px) {
      #header .section-wrap {
        height: 520px;
        display: table;
        width: 100%; } }
  #header #logo {
    background: #c90000;
    background: -moz-linear-gradient(top, #c90000 0, #f80000 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c90000), color-stop(70%, #f80000));
    background: -webkit-linear-gradient(top, #c90000 0, #f80000 70%);
    background: -o-linear-gradient(top, #c90000 0, #f80000 70%);
    background: -ms-linear-gradient(top, #c90000 0, #f80000 70%);
    background: linear-gradient(to bottom, #c90000 0, #f80000 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90000', endColorstr='#f80000',GradientType=0 );
    margin: 0 -2%; }
    #header #logo:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    @media (min-width: 640px) {
      #header #logo {
        margin: 0 -2em; } }
    @media (min-width: 800px) {
      #header #logo {
        display: table-row;
        height: 1px;
        background: none;
        margin: 0; } }
    #header #logo a {
      display: block;
      background: url("../images/logo.png") no-repeat 50% 0/contain;
      max-width: 200px;
      width: 100%;
      float: right; }
      @media (max-width: 799px) {
        #header #logo a {
          max-height: 6em;
          background: url("../images/logo.png") no-repeat 115% 0/contain; } }
      #header #logo a span {
        display: block;
        width: 100%;
        padding-top: 31%;
        text-indent: -9999px; }
  #header #intro {
    padding: 2em 0;
    clear: both; }
    @media (min-width: 800px) {
      #header #intro {
        padding: 0;
        display: table-row; } }
    @media (min-width: 800px) {
      #header #intro .wrap {
        display: table-cell;
        vertical-align: middle; } }
  #header .sub-head {
    font-size: 1.6em; }
    @media (min-width: 640px) {
      #header .sub-head {
        font-size: 2.4em; } }
    @media (min-width: 800px) {
      #header .sub-head {
        font-size: 3em; } }
    @media (max-width: 979px) {
      #header .sub-head br {
        display: none; } }
  #header .edition {
    text-transform: uppercase; }

section.content.section-alt {
  background-color: #f1f2f2; }

#footer p {
  font-size: 1.1em;
  text-align: center; }

.tag {
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
  margin-bottom: 1em; }
  .tag:before {
    content: "";
    background: url("../images/tag_arrow.svg") no-repeat 100% 50%/auto 100%;
    display: block;
    width: 14px;
    height: 100%;
    position: absolute; }
  .tag span {
    background: #324B5C;
    color: #ffffff;
    display: inline-block;
    padding: 0.25em 0.75em;
    margin-left: 14px; }

#back-top {
  width: 4em;
  height: 4em;
  display: block;
  position: fixed;
  bottom: 1em;
  right: 1em;
  background: rgba(64, 64, 64, 0.7); }
  @media (min-width: 800px) {
    #back-top {
      display: none !important; } }
  #back-top a {
    display: block;
    height: 100%; }
    #back-top a:before {
      display: block;
      content: "";
      color: #ffffff;
      text-align: center;
      height: 100%;
      background: url("../images/arrow_up.svg") no-repeat 50% 50%; }

.teaser-cta {
  margin-top: 2em;
  margin-bottom: 0; }

.button {
  display: inline-block;
  padding: 0.75em 1.25em;
  background-color: #f00;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color; }
  .button:after {
    content: "\203A";
    display: inline-block;
    margin-left: 0.5em;
    font-size: 2em;
    line-height: 20px;
    vertical-align: top; }
  .button:hover {
    background-color: #c10000; }
  .button span {
    display: inline-block;
    vertical-align: middle; }

@media (min-width: 800px) {
  .row {
    margin: 0 -2em; }
    .row:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; } }

@media (min-width: 800px) {
  .col {
    float: left;
    box-sizing: border-box;
    padding: 0 2em; }
    .col.cols-1 {
      width: 100%;
      float: none; }
    .col.cols-2-1 {
      width: 50%; }
    .col.cols-3-1 {
      width: 33.33%; }
    .col.cols-3-2 {
      width: 66.6%; }
    .col.cols-4-1 {
      width: 25%; }
    .col.cols-4-2 {
      width: 50%; }
    .col.cols-4-3 {
      width: 75%; } }

.section-wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 2em 2%;
  box-sizing: border-box; }
  @media (min-width: 640px) {
    .section-wrap {
      padding: 4em 2em; } }
  @media (min-width: 1440px) {
    .section-wrap {
      padding: 4em 0; } }
  .section-wrap .logo {
    margin-bottom: 3em; }
    @media (max-width: 479px) {
      .section-wrap .logo img {
        width: 25%; } }
    @media (max-width: 799px) {
      .section-wrap .logo img {
        width: 30%; } }

#final-cta {
  text-align: center; }
  #final-cta h2 {
    font-weight: normal;
    text-transform: none; }
    @media (min-width: 980px) {
      #final-cta h2 {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; } }

.type-1 .section-wrap {
  max-width: none; }
  @media (min-width: 800px) {
    .type-1 .section-wrap {
      padding-bottom: 0;
      padding-top: 0; } }
.type-1 .row {
  position: relative; }
  @media (min-width: 1440px) {
    .type-1 .row {
      margin: 0; } }
.type-1 .quote-img {
  margin-top: 2em; }
  @media (min-width: 800px) {
    .type-1 .quote-img {
      position: absolute;
      height: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 45%;
      padding: 0;
      margin: 0; } }
  .type-1 .quote-img .quote-wrap {
    padding: 2em;
    background-image: url("../images/blockquote_1.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    @media (min-width: 800px) {
      .type-1 .quote-img .quote-wrap {
        position: absolute;
        min-height: 50%;
        bottom: 0;
        padding: 3em; } }
    @media (min-width: 1440px) {
      .type-1 .quote-img .quote-wrap {
        padding: 6em; } }
    .type-1 .quote-img .quote-wrap:before {
      content: "";
      background-color: rgba(138, 173, 191, 0.93);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .type-1 .quote-img blockquote {
    margin-bottom: 0; }
  .type-1 .quote-img blockquote, .type-1 .quote-img p {
    color: #ffffff;
    position: relative; }
  .type-1 .quote-img a {
    color: #ffffff; }
  .type-1 .quote-img cite {
    margin-left: 2.5em; }
    @media (min-width: 480px) {
      .type-1 .quote-img cite {
        margin-left: 3.2em; } }
  .type-1 .quote-img .cta {
    margin: 1.5em 0 0;
    margin-left: 2.5em; }
    @media (min-width: 480px) {
      .type-1 .quote-img .cta {
        margin-left: 3em; } }
@media (min-width: 800px) {
  .type-1 .col-wrap {
    max-width: 446px;
    padding-top: 4em;
    padding-bottom: 4em; } }

@media (min-width: 800px) {
  .type-1.variant-a .col {
    float: right; } }
@media (min-width: 1440px) {
  .type-1.variant-a .col:last-child {
    padding-right: 0; } }

@media (min-width: 800px) {
  .type-1.variant-b .col-wrap {
    float: right; } }
@media (min-width: 800px) {
  .type-1.variant-b .quote-img {
    right: 0; } }

.type-2 .quote {
  padding: 2em; }
  @media (min-width: 800px) {
    .type-2 .quote {
      padding: 4em; } }
  @media (min-width: 1440px) {
    .type-2 .quote {
      padding: 6em; } }
  .type-2 .quote .quote-wrap {
    max-width: 980px;
    margin: 0 auto;
    text-align: center; }
  .type-2 .quote blockquote {
    margin: 0; }
  .type-2 .quote .cta {
    margin: 1.5em 0 0; }
.type-2 blockquote {
  text-align: center;
  margin-top: 2em;
  color: #324B5C; }
  @media (min-width: 800px) {
    .type-2 blockquote {
      margin-top: 4em; } }
  .type-2 blockquote cite span {
    color: #404040; }

.type-2.variant-b .parallax-banner {
  overflow: hidden; }
  @media (min-width: 800px) {
    .type-2.variant-b .parallax-banner {
      height: 400px; } }
.type-2.variant-b .banner {
  background-position: 50% 0;
  background-repeat: no-repeat; }
  @media (max-width: 639px) {
    .type-2.variant-b .banner {
      background-size: cover; } }
  @media (min-width: 800px) {
    .type-2.variant-b .banner {
      width: 100%;
      height: 400px; } }
  .type-2.variant-b .banner .wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 2em 2%;
    box-sizing: border-box; }
    @media (min-width: 640px) {
      .type-2.variant-b .banner .wrap {
        padding: 4em 2em; } }
    @media (min-width: 800px) {
      .type-2.variant-b .banner .wrap {
        display: table;
        width: 100%;
        height: 100%; } }
    @media (min-width: 1440px) {
      .type-2.variant-b .banner .wrap {
        padding: 4em 0; } }
    @media (min-width: 800px) {
      .type-2.variant-b .banner .wrap .content {
        display: table-cell;
        vertical-align: middle; } }
    @media (min-width: 1024px) {
      .type-2.variant-b .banner .wrap .content {
        padding: 0 2em; } }
    @media (max-width: 479px) {
      .type-2.variant-b .banner .wrap .content img {
        width: 25%; } }
    @media (max-width: 799px) {
      .type-2.variant-b .banner .wrap .content img {
        width: 30%; } }
    .type-2.variant-b .banner .wrap .content .tag {
      margin-top: 3em; }
  .type-2.variant-b .banner h3 {
    color: #ffffff; }
    @media (max-width: 479px) {
      .type-2.variant-b .banner h3 br {
        display: none; } }
.type-2.variant-b .quote {
  margin: 0; }
  .type-2.variant-b .quote.quote-img-bg {
    background-image: url("../images/blockquote_2.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .type-2.variant-b .quote.quote-img-bg:before {
      content: "";
      background-color: rgba(218, 222, 224, 0.95);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .type-2.variant-b .quote.quote-img-bg p {
      position: relative; }

.type-3 .section-wrap {
  max-width: none; }
  @media (min-width: 800px) {
    .type-3 .section-wrap {
      padding-bottom: 0;
      padding-top: 0; } }
.type-3 .row {
  position: relative; }
  @media (min-width: 1440px) {
    .type-3 .row {
      margin: 0; } }
@media (min-width: 800px) {
  .type-3 .img-only {
    position: absolute;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 45%;
    padding: 0; } }
.type-3 .quote {
  padding: 2em;
  background-image: url("../images/blockquote_2.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0; }
  @media (min-width: 800px) {
    .type-3 .quote {
      padding: 4em; } }
  @media (min-width: 1440px) {
    .type-3 .quote {
      padding: 6em; } }
  .type-3 .quote:before {
    content: "";
    background-color: rgba(218, 222, 224, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .type-3 .quote .quote-wrap {
    max-width: 980px;
    margin: 0 auto; }
@media (min-width: 800px) {
  .type-3 .col-wrap {
    max-width: 446px;
    padding-top: 4em;
    padding-bottom: 4em; } }
.type-3 blockquote {
  text-align: center;
  margin: 0;
  color: #324B5C; }
  .type-3 blockquote cite span {
    color: #404040; }

@media (min-width: 800px) {
  .type-3.variant-a .multi .col {
    float: right; } }
@media (min-width: 1440px) {
  .type-3.variant-a .multi .col:last-child {
    padding-right: 0; } }

@media (min-width: 800px) {
  .type-3.variant-b .col-wrap {
    float: right; } }
@media (min-width: 800px) {
  .type-3.variant-b .img-only {
    right: 0; } }

.business-lines {
  padding: 0;
  margin: 0 auto; }
  .business-lines li {
    list-style: none;
    font-size: 1.4em;
    vertical-align: middle;
    -webkit-transition: 0.3s background-color ease;
    transition: 0.3s background-color ease; }
    @media (min-width: 1024px) {
      .business-lines li {
        font-size: 1.6em; } }
    .business-lines li:nth-child(3n+1) {
      background-color: #8AADBF; }
      .business-lines li:nth-child(3n+1):hover {
        background-color: rgba(50, 75, 92, 0.3); }
    .business-lines li:nth-child(3n+2) {
      background-color: #324B5C; }
      .business-lines li:nth-child(3n+2):hover {
        background-color: rgba(50, 75, 92, 0.8); }
    .business-lines li:nth-child(3n+3) {
      background-color: #CAD9DE; }
      .business-lines li:nth-child(3n+3):hover {
        background-color: #b4c7d0; }
    .business-lines li.overview a:before {
      background-position: 0 0; }
    .business-lines li.finance a:before {
      background-position: -38px 0; }
    .business-lines li.hr a:before {
      background-position: -76px 0; }
    .business-lines li.marketing a:before {
      background-position: -114px 0; }
    .business-lines li.sales a:before {
      background-position: -152px 0; }
    .business-lines li.service a:before {
      background-position: -190px 0; }
    .business-lines li.supply a:before {
      background-position: -228px 0; }
    .business-lines li a {
      display: block;
      color: #fff;
      padding: 1em 2em;
      text-transform: uppercase;
      text-decoration: none;
      vertical-align: middle;
      text-align: center; }
      @media (max-width: 799px) {
        .business-lines li a:after {
          content: ".";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden; } }
      @media (min-width: 800px) {
        .business-lines li a {
          padding: 0.5em; } }
      @media (min-width: 1024px) {
        .business-lines li a {
          padding: 1em 0.5em; } }
      .business-lines li a:before {
        content: "";
        display: block;
        width: 38px;
        height: 34px;
        margin: 0 auto 0.5em;
        background-image: url("../images/nav_icons.png");
        background-repeat: no-repeat; }
      .business-lines li a:hover {
        text-decoration: underline; }

#nav-btn {
  display: inline-block;
  background: url("../images/menu_icon.svg") no-repeat 50% 50%;
  width: 4.4em;
  height: 4.4em;
  text-indent: -9999px;
  margin-left: 1.5em; }
  @media (min-width: 800px) {
    #nav-btn {
      display: none; } }
  #nav-btn.open {
    background: url("../images/menu_icon_close.svg") no-repeat 50% 50%; }

#main-nav {
  z-index: 100; }
  @media (max-width: 799px) {
    #main-nav {
      position: absolute;
      width: 100%;
      top: 1em; } }
  @media (min-width: 800px) {
    #main-nav {
      background-color: #8AADBF;
      left: auto !important; } }
  @media (max-width: 799px) {
    #main-nav ol {
      overflow: hidden;
      max-height: 0;
      margin-top: 0.6em;
      background-color: #8AADBF; } }
  @media (min-width: 800px) {
    #main-nav ol {
      display: table;
      table-layout: fixed; } }
  @media (min-width: 800px) {
    #main-nav li {
      display: table-cell;
      width: 14.28%;
      vertical-align: middle; } }
  #main-nav li a {
    vertical-align: middle;
    text-align: left; }
    @media (min-width: 800px) {
      #main-nav li a {
        display: block;
        text-align: center; } }
    @media (max-width: 799px) {
      #main-nav li a:before {
        display: inline-block;
        margin: 0 2em 0 0;
        vertical-align: middle; } }

#sub-nav {
  margin-bottom: 1em; }
  @media (min-width: 640px) {
    #sub-nav {
      margin-bottom: 2em; } }
  #sub-nav ul {
    list-style: none; }
  #sub-nav li {
    padding: 0 4.5% 0 0;
    box-sizing: border-box; }
    @media (min-width: 480px) {
      #sub-nav li {
        width: 50%;
        float: left; } }
    @media (min-width: 640px) {
      #sub-nav li {
        width: 33.3%; } }
    #sub-nav li a {
      color: #324B5C;
      border-bottom: 1px solid #ccc;
      display: block;
      position: relative;
      padding: .7em 10% .7em 0; }
      #sub-nav li a:after {
        display: block;
        content: "";
        width: .7778em;
        height: .7778em;
        background: url(//www.oracleimg.com/us/assets/cn07-caret-v1r1.png) no-repeat 100% 100%;
        background-size: 100% auto;
        position: absolute;
        bottom: 1.2em;
        right: .5em;
        opacity: 0; }
      #sub-nav li a:hover {
        text-decoration: none;
        color: #324B5C !important;
        border-bottom: 1px solid #324B5C;
        -webkit-transition: border-color 250ms ease-in 100ms;
        -moz-transition: border-color 250ms ease-in 100ms;
        transition: border-color 250ms ease-in 100ms; }
        #sub-nav li a:hover:after {
          opacity: 1;
          bottom: .7em;
          -webkit-transition: opacity 300ms ease-in,bottom 250ms ease-in;
          -moz-transition: opacity 300ms ease-in,bottom 250ms ease-in;
          transition: opacity 300ms ease-in,bottom 250ms ease-in; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video iframe,
  .video object,
  .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.image {
  margin-bottom: 1em;
  text-align: center; }

.cta.cta-1 {
  background-color: #8AADBF;
  color: #ffffff;
  padding: 1em;
  text-align: center; }
  @media (min-width: 640px) {
    .cta.cta-1 {
      padding: 2em; } }
  .cta.cta-1 p:last-child {
    margin-bottom: 0; }
  .cta.cta-1 a {
    color: #ffffff; }

.bar {
  background-color: #CAD9DE;
  height: 3em;
  margin-bottom: 1.8em;
  max-width: 500px; }
  .bar span {
    display: block;
    height: 100%;
    background-color: #942645;
    position: relative; }
    .bar span:after {
      content: "";
      display: block;
      position: absolute;
      background: #942645;
      top: 0;
      right: -0.75em;
      bottom: 0;
      width: 1.5em;
      -webkit-transform: skew(-20deg);
      -moz-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
      transform: skew(-20deg); }

.pie {
  position: relative;
  max-width: 150px;
  width: 45%; }
  @media (min-width: 800px) {
    .pie {
      max-width: none; } }
  .pie svg {
    max-height: 200px; }
  .pie .pie-bg {
    stroke: #8AADBF;
    stroke-width: 16px; }
  .pie .pie-fg {
    stroke: #942645;
    stroke-width: 16px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: center;
    transform-origin: center; }
  .pie .label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #942645;
    font-weight: bold;
    font-size: 3em; }
    @media (min-width: 640px) {
      .pie .label {
        font-size: 4.8em; } }

.pie-text:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
.pie-text .emphasise {
  width: 50%;
  float: left;
  padding-right: 5%; }
.pie-text .pie {
  float: left; }

@media (min-width: 480px) {
  #overview #introduction {
    text-align: center; } }
@media (max-width: 479px) {
  #overview #introduction h2 br {
    display: none; } }
#overview #business-lines .business-lines li {
  float: left;
  margin: 0 0.5em 1em;
  width: calc(50% - 1em);
  font-size: 1.2em; }
  @media (min-width: 480px) {
    #overview #business-lines .business-lines li {
      width: calc(33.3% - 1em);
      font-size: 1.2em; } }
  @media (min-width: 1024px) {
    #overview #business-lines .business-lines li {
      font-size: 1.6em; } }
  #overview #business-lines .business-lines li a {
    padding: 1em 0.5em; }
    @media (max-width: 799px) {
      #overview #business-lines .business-lines li a:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; } }
    @media (min-width: 480px) {
      #overview #business-lines .business-lines li a {
        text-align: center;
        padding: 0.5em; } }
    @media (min-width: 480px) {
      #overview #business-lines .business-lines li a:before {
        margin: 0 auto 0.5em;
        display: block; } }
#overview #final-cta {
  text-align: center; }

@media (min-width: 800px) {
  #finance #kbbo .quote-img {
    background-image: url("../images/finance/kbbo_image_1.jpg"); } }
#finance #kbbo .quote-wrap {
  background-image: url("../images/blockquote_1.jpg"); }
@media (min-width: 800px) {
  #finance #kaust .quote-img {
    background-image: url("../images/finance/kaust_image.jpg");
    background-position: right top; } }
#finance #kaust .quote-wrap {
  background-image: url("../images/blockquote_1.jpg"); }
  @media (min-width: 800px) {
    #finance #kaust .quote-wrap {
      min-height: 57%; } }
@media (min-width: 800px) {
  #finance #camaieu .quote-img {
    background-image: url("../images/finance/camaieu_image_1.jpg"); } }
#finance #camaieu .quote-wrap {
  background-image: url("../images/blockquote_1.jpg"); }
  @media (min-width: 800px) {
    #finance #camaieu .quote-wrap {
      min-height: 63%; } }
  @media (min-width: 1024px) {
    #finance #camaieu .quote-wrap {
      min-height: 57%; } }

@media (max-width: 479px) {
  #hr #section-heading {
    font-size: 4em; } }
@media (max-width: 479px) {
  #hr #section-heading .wrap {
    white-space: normal; } }
@media (min-width: 800px) {
  #hr #sgs .quote-img {
    background-image: url("../images/hr/sgs_image.jpg"); } }
@media (min-width: 800px) {
  #hr #sgs .quote-wrap {
    min-height: 52%; } }
@media (min-width: 800px) {
  #hr #adnoc .quote-img {
    background-image: url("../images/hr/adnoc_image.jpg"); } }
@media (min-width: 800px) {
  #hr #adnoc .quote-wrap {
    min-height: 58%; } }
@media (min-width: 1024px) {
  #hr #adnoc .quote-wrap {
    min-height: 55%; } }
#hr #closure .video {
  margin-bottom: 3rem; }
#hr #closure em {
  font-weight: bold;
  font-style: normal; }

@media (min-width: 800px) {
  #sales #nico .quote-img {
    background-image: url("../images/sales/nico_image.jpg");
    background-position: 100% 0; } }
@media (min-width: 800px) {
  #sales #nico .quote-wrap {
    min-height: 60%; } }
@media (min-width: 1024px) {
  #sales #nico .quote-wrap {
    min-height: 56%; } }
@media (min-width: 800px) {
  #sales #tamer .quote-img {
    background-image: url("../images/sales/tamer_image.jpg"); } }
#sales #gdp .banner {
  background-image: url("../images/sales/gdp_image.jpg"); }
@media (min-width: 800px) {
  #sales #dubai .quote-img {
    background-image: url("../images/sales/dubai_image.jpg"); } }

@media (min-width: 800px) {
  #service #acer .quote-img {
    background-image: url("../images/service/acer_image.jpg");
    background-position: 100% 0; } }
#service #kent .banner {
  background-image: url("../images/service/kent_image.jpg"); }
  @media (min-width: 800px) {
    #service #kent .banner {
      height: 435px; } }
  #service #kent .banner h3 {
    color: #404040; }
@media (min-width: 800px) {
  #service #specialt .quote-img {
    background-image: url("../images/service/specialt_image.jpg"); } }
@media (min-width: 800px) {
  #service #specialt .quote-wrap {
    min-height: 32%; } }

@media (max-width: 479px) {
  #supply-chain #section-heading {
    font-size: 4em; } }
@media (max-width: 479px) {
  #supply-chain #section-heading .wrap {
    white-space: normal; } }
@media (min-width: 800px) {
  #supply-chain #lumentum .quote-img {
    background-image: url("../images/supply-chain/lumentum_image_1.jpg"); } }
#supply-chain #panduit .banner {
  background-image: url("../images/supply-chain/panduit_image_1.jpg"); }

@media (min-width: 800px) {
  #marketing #mothercare .img-only {
    background-image: url("../images/marketing/mothercare_image.jpg"); } }
@media (min-width: 800px) {
  #marketing #ge-healthcare .quote-img {
    background-image: url("../images/marketing/ge_image.jpg"); } }
#marketing #lenovo .banner {
  background-image: url("../images/marketing/lenovo_banner.jpg"); }
@media (min-width: 800px) {
  #marketing #rs-components .quote-img {
    background-image: url("../images/marketing/rs_image.jpg"); } }
@media (min-width: 800px) {
  #marketing #rs-components .quote-wrap {
    min-height: 59%; } }
@media (min-width: 1024px) {
  #marketing #rs-components .quote-wrap {
    min-height: 55%; } }
#marketing #ruukki .banner {
  background-image: url("../images/marketing/ruukki_image.jpg"); }
@media (min-width: 800px) {
  #marketing #samsung .quote-img {
    background-image: url("../images/marketing/samsung_image.jpg"); } }
@media (min-width: 800px) {
  #marketing #samsung .quote-wrap {
    min-height: 65%; } }
@media (min-width: 1024px) {
  #marketing #samsung .quote-wrap {
    min-height: 57%; } }
@media (min-width: 1440px) {
  #marketing #samsung .quote-wrap {
    min-height: 52%; } }
@media (min-width: 800px) {
  #marketing #vodafone .img-only {
    background-image: url("../images/marketing/vodafone_image.jpg"); } }
@media (min-width: 800px) {
  #marketing #yorkshire .quote-img {
    background-image: url("../images/marketing/yorkshire_image.jpg");
    background-position: 50% 0; } }
@media (min-width: 1024px) {
  #marketing #yorkshire .quote-wrap {
    min-height: 45%; } }
@media (min-width: 800px) {
  #marketing #newfield .quote-img {
    background-image: url("../images/marketing/newfield_image.jpg"); } }
#marketing #faststaff .video {
  margin-bottom: 1.8em; }
@media (min-width: 800px) {
  #marketing #matalan .quote-img {
    background-image: url("../images/marketing/matalan_image.jpg"); } }

.cw21hidden {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 19; }

.cw21,
.cw21 * {
  font-size: 16px;
  line-height: 1.1em; }

.cw21 a:hover {
  text-decoration: underline; }

.cw21 .cw21navigation a {
  font-size: 13px;
  text-decoration: none; }

.cw21slideout h4 {
  font-size: 18px;
  line-height: 1.1em;
  font-weight: bold;
  color: #4e4e4e; }

.cw21 h4,
.cw21 p {
  margin: 0 0 .6em; }

.cw21 li {
  line-height: 19px;
  list-style: none; }

.cw21 {
  position: fixed;
  margin: 0;
  right: -262px;
  top: 50%;
  z-index: 101; }

.cw21w1 {
  padding: 20px; }

.cw21slideout {
  width: 260px;
  margin: 0 -2px 0 4px;
  z-index: 10;
  padding: 0;
  box-shadow: 0 0 3px 0 rgba(20, 20, 20, 0.6);
  -webkit-box-shadow: 0 0 3px 0 rgba(20, 20, 20, 0.6);
  -moz-box-shadow: 0 0 3px 0 rgba(20, 20, 20, 0.6);
  background-color: #fff;
  background: -moz-linear-gradient(left, #fff 0, #fff 51%, #eee 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(51%, #fff), color-stop(100%, #eee));
  background: -webkit-linear-gradient(left, #fff 0, #fff 51%, #eee 100%);
  background: -o-linear-gradient(left, #fff 0, #fff 51%, #eee 100%);
  background: -ms-linear-gradient(left, #fff 0, #fff 51%, #eee 100%);
  background: linear-gradient(to right, #fff 0, #fff 51%, #eee 100%); }

.cw21slideout ul {
  margin: 0;
  padding: 0; }

.cw21w2 {
  display: none; }

.cw21:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0; }

.cw21handle,
.cw21opened .cw21handle:hover {
  left: -59px;
  position: absolute; }

.cw21handle:hover {
  left: -62px; }

.cw21navigation {
  padding: 0;
  margin: 0;
  float: left;
  width: 62px;
  box-shadow: 0 0 3px 0 rgba(20, 20, 20, 0.6);
  -webkit-box-shadow: 0 0 3px 0 rgba(20, 20, 20, 0.6);
  -moz-box-shadow: 0 0 3px 0 rgba(20, 20, 20, 0.6);
  background: #d7d7d7; }

.cw21navigation li {
  clear: left;
  width: 100%;
  margin: 0;
  background-color: #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  background: -moz-linear-gradient(left, #ddd 0, #fff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ddd), color-stop(100%, #fff));
  background: -webkit-linear-gradient(left, #ddd 0, #fff 100%);
  background: -o-linear-gradient(left, #ddd 0, #fff 100%);
  background: -ms-linear-gradient(left, #ddd 0, #fff 100%);
  background: linear-gradient(to right, #ddd 0, #fff 100%); }

.cw21navigation li a {
  display: block;
  color: #4e4e4e;
  overflow: hidden;
  text-align: center;
  position: relative;
  border: 1px solid #FFF;
  padding: 35px 0 6px;
  width: 60px; }

.cw21navigation li.cw21selected {
  border-right: 3px solid #fff;
  background: #fff; }

.cw21navigation li:hover {
  background: #fff; }

.cw21navigation > li.cw21firstli {
  border-top-width: 0; }

.cw21help a b,
.cw21chat a b,
.cw21try a b,
.cw21signup a b,
.cw21demo a b,
.cw21social a b {
  background: url("//www.oracleimg.com/us/assets/cw21-sprite.png") 0 0 no-repeat;
  display: block;
  height: 26px;
  width: 28px;
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -14px; }

.cw21chat a b {
  background-position: 0 -30px; }

.cw21try a b {
  background-position: 1px -59px; }

.cw21signup a b {
  background-position: 0 -370px; }

.cw21demo a b {
  background-position: 0 -89px;
  margin-left: -15px; }

.cw21social a b {
  background-position: 0 -216px;
  margin-left: -15px; }

.cw21 *:focus {
  outline: 0; }

.cw21w1 li a {
  color: #000;
  text-decoration: none; }

.cw21w1 li {
  background: url("//www.oracleimg.com/us/assets/cw21-sprite.png") -57px -29px no-repeat;
  padding: 5px 0 5px 25px;
  margin: 10px 0;
  font-weight: bold; }

.cw21w1 li.cw21phone {
  background-position: -81px 4px; }

.cw21w1 li.cw21global {
  background-position: -32px -60px; }

.cw21w1 li.cw21email {
  background-position: -81px -280px; }

.cw21w1 li.cw21exp {
  background-position: -79px -121px; }

.cw21w1 li.cw21demoitem {
  background-position: -52px -147px; }

.cw21w1 li.cw21tour {
  background-position: -23px -175px; }

.cw21w1 li.cw21support {
  background-position: -53px -309px; }

.cw21w1 li.cw21partners {
  background-position: -24px -337px; }

ul.cw21-iconfont {
  clear: both;
  overflow: hidden;
  margin: 0 0 10px 0; }

ul.cw21-iconfont li {
  background: 0;
  padding: 0;
  margin: 0 5px 10px 0;
  font-weight: normal;
  float: left; }

ul.cw21-iconfont li a {
  text-decoration: none; }

ul.cw21-sicons a {
  font-size: 38px;
  position: relative;
  display: block;
  float: left; }

ul.cw21-sicons a div.icn-sicons {
  font-size: 1em;
  position: relative;
  width: auto;
  height: 1em; }

ul.cw21-sicons div.icn-sicons:before {
  font-size: 1em;
  left: 0;
  position: relative;
  left: 0;
  width: 1em;
  height: 1em;
  top: 0;
  color: #284c85; }

ul.cw21-sicons a:hover {
  text-decoration: none; }

ul.cw21-sicons a:hover div.icn-sicons:before {
  color: #7f7f7f;
  -webkit-transition: color 200ms ease-in;
  -moz-transition: color 200ms ease-in;
  transition: color 200ms ease-in; }

ul.cw21-sicons li {
  margin: -0.3em 0 0 -0.35em !important; }

.cw21w3 {
  display: none;
  z-index: 0;
  width: 38px;
  height: 38px;
  position: fixed;
  bottom: 10px;
  right: 10px; }

#cw21scrollto {
  display: block;
  overflow: hidden;
  background: url("//www.oracleimg.com/us/assets/cw21-sprite.png") -61px -236px no-repeat;
  display: block;
  width: 38px;
  height: 38px; }

@media (max-width: 770px) {
  .cw21 {
    right: -222px;
    top: 30%; }

  .cw21slideout {
    width: 220px; }

  .cw21handle {
    left: -47px !important;
    width: 50px !important; }

  .cw21navigation {
    width: 50px; }

  .cw21navigation li a {
    width: 48px;
    height: 0;
    text-indent: -2000px; }

  .cw21,
  .cw21 * {
    font-size: 13px; }

  .cw21slideout h4 {
    font-size: 15px; }

  .cw21 li {
    line-height: 16px; } }
@media only screen and (min-width: 771px) and (max-width: 1300px) {
  .f11v3 .cw21w3 {
    bottom: 46px; } }
@media (max-width: 600px), (max-height: 600px) {
  .cw21demo a b {
    margin-left: -14px; }

  .f11w1 {
    padding-bottom: 80px; }

  .f11v3 .f11w1 {
    padding-bottom: 0; }

  .f11v3.hascw21 .f11w1 {
    padding-bottom: 44px; }

  .f11w1 + #Wrapper_FixedWidth_Footer {
    margin-top: -80px;
    padding-bottom: 80px; }

  .cw21 {
    bottom: 0;
    width: 100%;
    left: 0;
    right: auto;
    top: auto; }

  .cw21handle {
    left: 0 !important;
    width: 100% !important;
    height: 43px; }

  .cw21navigation li a {
    width: 48px;
    height: 0;
    text-indent: -2000px; }

  .cw21navigation li {
    float: left;
    clear: none;
    width: auto; }

  .cw21,
  .cw21 * {
    font-size: 13px; }

  .cw21slideout h4 {
    font-size: 15px; }

  .cw21 li {
    line-height: 16px; }

  .cw21slideout {
    width: 100% !important;
    margin: 0;
    height: 43px; }

  .cw21navigation {
    width: 100% !important;
    height: 43px;
    background: #d1d1d1;
    background: -moz-linear-gradient(top, #d1d1d1 0, #a6a6a6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1d1d1), color-stop(100%, #a6a6a6));
    background: -webkit-linear-gradient(top, #d1d1d1 0, #a6a6a6 100%);
    background: -o-linear-gradient(top, #d1d1d1 0, #a6a6a6 100%);
    background: -ms-linear-gradient(top, #d1d1d1 0, #a6a6a6 100%);
    background: linear-gradient(to bottom, #d1d1d1 0, #a6a6a6 100%); }

  .cw21opened .cw21slideout {
    height: auto; }

  .cw21opened .cw21handle {
    margin-top: -30px; }

  .cw21navigation li.cw21selected {
    border-right: 0;
    border-bottom: 3px #fff solid !important; }

  .cw21navigation > li.cw21firstli {
    border-top-width: 1px; }

  .cw21w1 {
    padding-top: 30px; }

  .cw21w3,
  .j1 .cw21w3 {
    z-index: 11;
    width: 52px;
    height: 42px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    bottom: 0 !important;
    right: 0;
    box-shadow: 0 0 3px 0 rgba(20, 20, 20, 0.6);
    -webkit-box-shadow: 0 0 3px 0 rgba(20, 20, 20, 0.6);
    -moz-box-shadow: 0 0 3px 0 rgba(20, 20, 20, 0.6);
    background-color: #d7d7d7;
    background: -moz-linear-gradient(left, #ddd 0, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ddd), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, #ddd 0, #fff 100%);
    background: -o-linear-gradient(left, #ddd 0, #fff 100%);
    background: -ms-linear-gradient(left, #ddd 0, #fff 100%);
    background: linear-gradient(to right, #ddd 0, #fff 100%); }

  .cw21w3:hover {
    background: #fff; }

  #cw21scrollto {
    background: 0;
    width: auto;
    height: auto; }

  a#cw21scrollto.icn-img:before,
  a#cw21scrollto.icn-img i.ie-icn {
    background: url("//www.oracleimg.com/us/assets/cw21-sprite.png") 0 -260px no-repeat;
    display: block;
    content: '';
    width: 22px;
    height: 14px;
    margin: 14px auto; } }
.cw21 .screen-reader {
  position: absolute;
  top: -9999px;
  left: -9999px; }

/*! U10V1 */
#u10v1 {
  background: #3e3e3e;
  width: 100%;
  clear: both;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  line-height: 1.5em; }

.u10w3v1 ul li {
  font-size: 16px; }

#u10v1 h5 {
  font-size: 20px; }

#u10v1 h3 {
  font-size: 20px; }

ul.u10-linksv1 li a {
  font-size: 16px; }

.f11 .u10w3v1 ul li {
  font-size: 16px;
  font-size: 1.6rem; }

.f11 #u10v1 h5 {
  font-size: 20px;
  font-size: 2rem; }

.f11 #u10v1 h3 {
  font-size: 20px;
  font-size: 2rem; }

.f11 ul.u10-linksv1 li a {
  font-size: 16px;
  font-size: 1.6rem; }

#u10v1, #u10v1 h5, #u10v1 a {
  color: #fff; }

#u10v1 h5 {
  margin: 0 0 .6em 0; }

#u10v1 h3 {
  margin: 0 0 .6em 0;
  background: url("//www.oracleimg.com/us/assets/u01-u06-f01-min-sprite.png?v=2") 0 -345px no-repeat;
  text-indent: -30000px;
  width: 412px;
  height: 19px; }

#u10v1 h3 a, #u10v1 h3 span {
  display: block; }

ul.u10-linksv1 li {
  margin: 0;
  padding: 0 .575em 0 0;
  float: left;
  background: url("//www.oracleimg.com/us/assets/u01-u06-f01-min-sprite.png?v=2") no-repeat 100% -266px; }

ul.u10-linksv1 li:first-child a {
  padding-left: 0; }

ul.u10-linksv1 li.u10last {
  padding: 0;
  background: transparent; }

ul.u10-linksv1 li a {
  padding: 0 0 0 .5em; }

.u10w4v1 {
  clear: both;
  overflow: hidden; }

#u10 ul.scl-iconsv1 {
  float: left;
  position: absolute;
  top: -17px;
  right: 0; }

#u10v1 hr {
  background: #4a4a4a;
  height: 1px;
  margin: 1.75em 0 3.5em 0;
  clear: both;
  background: -moz-linear-gradient(left, rgba(74, 74, 74, 0.1) 0, rgba(74, 74, 74, 0.56) 8%, #4a4a4a 20%, #4a4a4a 50%, #4a4a4a 80%, rgba(74, 74, 74, 0.56) 92%, rgba(74, 74, 74, 0.1) 100%);
  background: -webkit-linear-gradient(left, rgba(74, 74, 74, 0.1) 0, rgba(74, 74, 74, 0.56) 8%, #4a4a4a 20%, #4a4a4a 50%, #4a4a4a 80%, rgba(74, 74, 74, 0.56) 92%, rgba(74, 74, 74, 0.1) 100%);
  background: linear-gradient(to right, rgba(74, 74, 74, 0.1) 0, rgba(74, 74, 74, 0.56) 8%, #4a4a4a 20%, #4a4a4a 50%, #4a4a4a 80%, rgba(74, 74, 74, 0.56) 92%, rgba(74, 74, 74, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4a4a4a',endColorstr='#1a4a4a4a',GradientType=1); }

.u10w5v1 {
  position: relative; }

.u10-ologov1 {
  position: absolute;
  left: auto;
  top: auto;
  margin-bottom: 1em; }

.u10-ologov1 a, .u10-ologov1 span {
  display: block;
  width: 134px;
  height: 16px;
  padding: 0 !important;
  background: url("//www.oracleimg.com/us/assets/u01-u06-f01-min-sprite.png?v=2") 0 0 no-repeat;
  text-indent: -30000px;
  -moz-outline: 0;
  margin-left: auto;
  margin-right: auto; }

#u10v1 .scl-iconsv1 li {
  margin: 0 0 0 .25em;
  background: transparent;
  display: block;
  padding: 6px; }

#u10v1 .scl-iconsv1 li:hover {
  opacity: .7; }

#u10v1 .scl-iconsv1 li a {
  padding: 2px;
  width: 28px;
  height: 30px;
  background: url("//www.oracleimg.com/us/assets/u10r1-sprite.png") 0 0 no-repeat;
  background-size: 116% auto;
  display: block;
  overflow: hidden;
  text-indent: -4000px; }

#u10v1 .scl-iconsv1 li:first-child {
  margin: 0; }

#u10v1 .scl-iconsv1 li.scl-facebook a {
  background-position: 0 1%; }

#u10v1 .scl-iconsv1 li.scl-twitter a {
  background-position: 0 12%; }

#u10v1 .scl-iconsv1 li.scl-linkedin a {
  background-position: 0 23%; }

#u10v1 .scl-iconsv1 li.scl-googleplus a {
  background-position: 0 34%; }

#u10v1 .scl-iconsv1 li.scl-youtube a {
  background-position: 0 45%; }

#u10v1 .scl-iconsv1 li.scl-instagram a {
  background-position: 0 56%; }

#u10v1 .scl-iconsv1 li.scl-feed a {
  background-position: 0 67%; }

.f11 ul.u10-linksv1 {
  text-align: center; }

.f11 ul.u10-linksv1 li {
  float: none;
  text-align: center;
  display: inline-block; }

.f11 #u10v1 ul.scl-iconsv1 {
  bottom: 0;
  right: auto;
  position: relative;
  margin-top: 10px;
  text-align: center;
  float: none;
  width: 100%;
  top: 0; }

.f11 #u10v1 ul.scl-iconsv1 li {
  float: none;
  display: inline-block; }

.f11 .u10-ologov1 {
  position: relative;
  left: auto;
  top: auto;
  margin-bottom: 1em;
  margin-top: 1em; }

.f11 #u10v1 h3 {
  width: 369px;
  height: 16px;
  background-position: 0 -365px;
  margin-left: auto;
  margin-right: auto; }

.f11 .u10w1v1 {
  margin: 4em auto 4em;
  width: 100%; }

@media only screen and (min-width: 975px) and (max-width: 1040px) {
  .f11 .u10w1v1 {
    margin-left: 2.4414062%;
    margin-right: 2.4414062%;
    width: 95.1171876%; } }
@media only screen and (min-width: 0) and (max-width: 974px) {
  .u10btnv1 {
    position: absolute;
    right: 12px;
    top: 16px;
    width: 21px;
    height: 21px;
    background: purple;
    display: none;
    background: url("//www.oracleimg.com/us/assets/u01-u06-f01-min-sprite.png?v=2") no-repeat -1029px -304px; }

  .f11 #u10v1 ul.scl-icons {
    float: none;
    overflow: hidden;
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    margin-bottom: 1em; }

  .f11 .u10-ologov1 {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 1em; }

  .f11 .u10w3v1 h5, .u10btnv1 {
    cursor: pointer; }

  .f11 .u10w1v1 {
    margin: 3em 0 3em 0; }

  .f11 .u10w2v1 {
    float: none;
    margin-left: 0;
    width: 100%; }

  .f11 .u10w3v1 {
    margin: 0;
    border-top: 1px solid #626262;
    border-bottom: 1px solid #1f1f1f; }

  .f11 #u10v1 h5 {
    margin: 0 2.2587269%;
    font-weight: normal;
    padding: .675em 0;
    line-height: 1.5em; }

  .f11 .u10w3v1 ul {
    display: none;
    background: #eaeaea; }

  .f11 .u10w3v1.u10active ul {
    display: block; }

  .f11 .u10w3v1 ul li {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
    padding: .525em 2.2587269%;
    margin: -1px 0;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #fff; }

  .f11 .u10w3v1 ul li a, .u10w3 ul li {
    color: #3e3e3e !important; }

  .f11 .u10w3v1 ul li a {
    padding: .6em 0;
    display: block;
    margin: -0.6em 0; }

  .f11 .u10w4v1 {
    border-top: 1px solid #626262;
    height: 1px;
    margin-bottom: 2.5em; }

  .f11 .u10w4v1 hr {
    background: transparent !important; }

  .f11 .u10btnv1 {
    display: block; }

  .f11 .u10wv13v1.u10active .u10btn {
    background: url("//www.oracleimg.com/us/assets/u01-u06-f01-min-sprite.png?v=2") no-repeat -1008px -304px; }

  .f11 .u10w5v1 {
    margin: 0 2.2587269%;
    width: 95.4825462%; }

  .f11v2r2v1 .u10w5v1 {
    margin: 0;
    width: 100%; }

  .f11 #u10v1 h3 {
    width: 369px;
    height: 16px;
    background-position: 0 -365px;
    margin-left: auto;
    margin-right: auto; }

  .f11 ul.u10-linksv1 {
    text-align: center; }

  .f11 ul.u10-linksv1 li {
    float: none;
    text-align: center;
    display: inline-block; }

  .f11 #u10v1 ul.scl-iconsv1 {
    bottom: 0;
    right: auto;
    position: relative;
    margin-top: 10px;
    text-align: center;
    float: none;
    width: 100%;
    top: 0; }

  .f11 #u10v1 ul.scl-iconsv1 li {
    float: none;
    display: inline-block; } }
@media only screen and (min-width: 771px) and (max-width: 974px) {
  .f11 #u10v1 ul.scl-iconv1s li:first-child {
    margin-left: -11px; } }
@media only screen and (min-width: 0) and (max-width: 770px) {
  .u10btnv1 {
    top: 12px !important; }

  .f11 .u10-ologov1 {
    margin-bottom: .6em; }

  .f11 .u10-ologov1 a, .f11 .u10-ologov1 span {
    margin: 0 auto;
    width: 117px;
    height: 15px;
    background-position: -930px -345px; }

  .f11 #u10v1 ul.scl-iconsv1 {
    bottom: 0;
    right: auto;
    position: relative;
    margin-top: 10px;
    text-align: center;
    float: none;
    width: 100%;
    top: 0; }

  .f11 #u10v1 ul.scl-iconsv1 li {
    float: none;
    display: inline-block;
    padding: 2px; }

  .f11 #u10v1 h3 {
    margin: 0 auto;
    width: 299px;
    height: 15px;
    background-position: 0 -385px; }

  .f11 ul.u10-linksv1 {
    text-align: center; }

  .f11 ul.u10-linksv1 li {
    float: none;
    text-align: center;
    display: inline-block; }

  #u10 .scl-iconsv1 li {
    margin: 0 0 0 .25em;
    background: transparent;
    display: block;
    padding: 1px; } }
@media (min-width: 801px) and (max-width: 1240px) {
  .f11v2r2v1 .u10w1v1 {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%; } }
@media (min-width: 0) and (max-width: 800px) {
  .f11v2r2v1 .u10w1v1 {
    margin-left: 2.4%;
    margin-right: 2.4%;
    width: 95.2%; } }
@media \0screen\,screen\9 {
  #u10v1 hr {
    color: #4a4a4a;
    background: url("//www.oracleimg.com/us/assets/u01-u06-f01-min-sprite.png?v=2") no-repeat 50% -295px;
    border: 0;
    height: 2px;
    margin: 1.75em 0 3.5em 0;
    clear: both; }

  #u10v1 ul.scl-iconsv1 {
    float: left;
    position: absolute;
    top: -17px;
    right: 0; }

  #u10v1 .scl-iconsv1 li {
    margin: 0 0 0 .25em;
    background: transparent;
    display: block;
    padding: 0; }

  #u10v1 .scl-iconsv1 li:hover {
    opacity: .7; }

  #u10v1 .scl-iconsv1 li a {
    padding: 11px;
    width: 23px;
    height: 23px;
    background: url("//www.oracleimg.com/us/assets/u10-ie8-icons.png") 0 0 no-repeat; }

  #u10v1 .scl-iconsv1 li:first-child {
    margin: 0; }

  #u10v1 .scl-iconsv1 li.scl-facebook a {
    background-position: 17px 0; }

  #u10v1 .scl-iconsv1 li.scl-twitter a {
    background-position: -20px 0; }

  #u10v1 .scl-iconsv1 li.scl-linkedin a {
    background-position: -64px 0; }

  #u10v1 .scl-iconsv1 li.scl-googleplus a {
    background-position: -110px 0; }

  #u10v1 .scl-iconsv1 li.scl-youtube a {
    background-position: -147px 0; }

  #u10v1 .scl-iconsv1 li.scl-feed a {
    background-position: -185px 0; }

  #u10v1 .scl-iconsv1 li.scl-instagram a {
    background-position: -229px 0; } }
@font-face {
  font-family: 'oracleicons';
  src: url("//www.oracle.com/us/assets/oracleicons-v11-7-4.woff2?kkw3ep") format("woff2"), url("//www.oracle.com/us/assets/oracleicons-v11-7-4.ttf?kkw3ep") format("truetype"), url("//www.oracle.com/us/assets/oracleicons-v11-7-4.woff?kkw3ep") format("woff"), url("//www.oracle.com/us/assets/oracleicons-v11-7-4.svg?kkw3ep#oracleicons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icn-"]:before, [class*=" icn-"]:before, [class^="icn-cv-right-after"]:after, [class*=" icn-cv-right-after"]:after {
  font-family: "oracleicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1e5083; }

.icn-gaming:before {
  content: "\e9b0"; }

.icn-periscope:before {
  content: "\e9ae"; }

.icn-tumblr:before {
  content: "\e9af"; }

.icn-discussion:before {
  content: "\e9ad"; }

.icn-tablet-mobile:before {
  content: "\e9ac"; }

.icn-download.icn-lock:before {
  content: "\e91b"; }

.icn-download:before {
  content: "\e91c"; }

.icn-whitepaper.icn-lock:before {
  content: "\e94b"; }

.icn-whitepaper:before {
  content: "\e94c"; }

.icn-wireless-network:before {
  content: "\e9a3"; }

.icn-software:before {
  content: "\e9a4"; }

.icn-development:before {
  content: "\e9a5"; }

.icn-developer-tools:before {
  content: "\e9a6"; }

.icn-developer-ops:before {
  content: "\e9a7"; }

.icn-cloud-solid:before {
  content: "\e9a8"; }

.icn-clock:before {
  content: "\e9a9"; }

.icn-bigdata:before {
  content: "\e9aa"; }

.icn-archivingdata:before {
  content: "\e9ab"; }

.icn-developer-male:before {
  content: "\e99f"; }

.icn-it-professional-female:before {
  content: "\e9a0"; }

.icn-it-professional-male:before {
  content: "\e9a1"; }

.icn-student:before {
  content: "\e9a2"; }

.icn-applications:before {
  content: "\e912"; }

.icn-cloud:before {
  content: "\e917"; }

.icn-cloudconnect:before {
  content: "\e95a"; }

.icn-managed-cloud:before {
  content: "\e97e"; }

.icn-ocloud:before {
  content: "\e997"; }

.icn-officebuilding:before {
  content: "\e99e"; }

.icn-chartfolder:before {
  content: "\e99d"; }

.icn-omn:before {
  content: "\e99c"; }

.icn-padlock:before {
  content: "\e97a"; }

.icn-application:before {
  content: "\e998"; }

.icn-hardware:before {
  content: "\e999"; }

.icn-myaccount:before {
  content: "\e99a"; }

.icn-whyoracle:before {
  content: "\e99b"; }

.icn-hospitality:before {
  content: "\e961"; }

.icn-share-alt:before {
  content: "\e992"; }

.icn-infographic:before {
  content: "\e905"; }

.icn-maintenance:before {
  content: "\e91d"; }

.icn-reporta.icn-lock:before {
  content: "\e91e"; }

.icn-reporta:before {
  content: "\e92a"; }

.icn-clientcustomer:before {
  content: "\e996"; }

.icn-circlearrow:before {
  content: "\e97f"; }

.icn-close:before {
  content: "\e980"; }

.icn-cloud-management:before {
  content: "\e981"; }

.icn-database:before {
  content: "\e982"; }

.icn-engineering-systems:before {
  content: "\e983"; }

.icn-financing:before {
  content: "\e984"; }

.icn-FPVFS:before {
  content: "\e985"; }

.icn-java:before {
  content: "\e986"; }

.icn-management:before {
  content: "\e987"; }

.icn-middleware:before {
  content: "\e988"; }

.icn-networking-data:before {
  content: "\e989"; }

.icn-newwindow:before {
  content: "\e98a"; }

.icn-operating-system:before {
  content: "\e98b"; }

.icn-oracle-logo:before {
  content: "\e98c"; }

.icn-oraclecloud-cx2:before {
  content: "\e98d"; }

.icn-OU:before {
  content: "\e98e"; }

.icn-premier-support:before {
  content: "\e98f"; }

.icn-search:before {
  content: "\e990"; }

.icn-servers:before {
  content: "\e991"; }

.icn-social2:before {
  content: "\e993"; }

.icn-storage:before {
  content: "\e994"; }

.icn-topliners-community-tile:before {
  content: "\e995"; }

.icn-pdf-doc.icn-lock:before {
  content: "\e97b"; }

.icn-pdf-doc:before {
  content: "\e97c"; }

.icn-magnifyingglass:before {
  content: "\e97d"; }

.icn-instagram:before {
  content: "\e900"; }

.icn-getstarted:before {
  content: "\e901"; }

.icn-arrow.icn-lock:before {
  content: "\e902"; }

.icn-oraclecloud-cx:before {
  content: "\e903"; }

.icn-careers:before {
  content: "\e904"; }

.icn-manufacturing:before {
  content: "\e906"; }

.icn-order-mgmt:before {
  content: "\e907"; }

.icn-logistics:before {
  content: "\e908"; }

.icn-procurement:before {
  content: "\e909"; }

.icn-scp:before {
  content: "\e90a"; }

.icn-plm:before {
  content: "\e90b"; }

.icn-innovation:before {
  content: "\e90c"; }

.icn-videoplay:before {
  content: "\e90d"; }

.icn-adv-cust-support:before {
  content: "\e90e"; }

.icn-research:before {
  content: "\e90f"; }

.icn-healthcare:before {
  content: "\e910"; }

.icn-military:before {
  content: "\e911"; }

.icn-strategy-play:before {
  content: "\e913"; }

.icn-reportb:before {
  content: "\e914"; }

.icn-quote-reverse:before {
  content: "\e915"; }

.icn-large-quote:before {
  content: "\e916"; }

.icn-video.icn-lock:before {
  content: "\e918"; }

.icn-video:before {
  content: "\e919"; }

.icn-forum1:before {
  content: "\e91a"; }

.icn-forum2:before {
  content: "\e91f"; }

.icn-levent:before {
  content: "\e920"; }

.icn-ebook.icn-lock:before {
  content: "\e921"; }

.icn-ebook:before {
  content: "\e922"; }

.icn-certification:before {
  content: "\e923"; }

.icn-catalog:before {
  content: "\e924"; }

.icn-calendar:before {
  content: "\e925"; }

.icn-webcast:before {
  content: "\e926"; }

.icn-asessment:before {
  content: "\e927"; }

.icn-roi:before {
  content: "\e928"; }

.icn-demo:before {
  content: "\e929"; }

.icn-bp:before {
  content: "\e92b"; }

.icn-customer:before {
  content: "\e92c"; }

.icn-pdf.icn-lock:before {
  content: "\e92d"; }

.icn-pdf:before {
  content: "\e92e"; }

.icn-podcast:before {
  content: "\e92f"; }

.icn-cv-down:before {
  content: "\e930"; }

.icn-cv-up:before {
  content: "\e931"; }

.icn-cv-right.icn-lock:before {
  content: "\e932"; }

.icn-cv-right:before {
  content: "\e933"; }

.icn-cv-left:before {
  content: "\e934"; }

.icn-health.icn-lock:before {
  content: "\e935"; }

.icn-health:before {
  content: "\e936"; }

.icn-hitech:before {
  content: "\e937"; }

.icn-social:before {
  content: "\e938"; }

.icn-ux:before {
  content: "\e939"; }

.icn-workforce:before {
  content: "\e93a"; }

.icn-blog:before {
  content: "\e93b"; }

.icn-service:before {
  content: "\e93c"; }

.icn-relations:before {
  content: "\e93d"; }

.icn-inventory:before {
  content: "\e93e"; }

.icn-prima:before {
  content: "\e93f"; }

.icn-sales:before {
  content: "\e940"; }

.icn-communications:before {
  content: "\e941"; }

.icn-financial:before {
  content: "\e942"; }

.icn-commerce:before {
  content: "\e943"; }

.icn-marketing:before {
  content: "\e944"; }

.icn-utilities:before {
  content: "\e945"; }

.icn-javacomm:before {
  content: "\e946"; }

.icn-socialmedia:before {
  content: "\e947"; }

.icn-arrow:before {
  content: "\e948"; }

.icn-ace:before {
  content: "\e949"; }

.icn-opn:before {
  content: "\e94a"; }

.icn-workforce-mng:before {
  content: "\e94d"; }

.icn-talent-mng:before {
  content: "\e94e"; }

.icn-present:before {
  content: "\e94f"; }

.icn-globe:before {
  content: "\e950"; }

.icn-medbiz:before {
  content: "\e951"; }

.icn-publicsector:before {
  content: "\e952"; }

.icn-education:before {
  content: "\e953"; }

.icn-allindustry:before {
  content: "\e954"; }

.icn-excel:before {
  content: "\e955"; }

.icn-word:before {
  content: "\e956"; }

.icn-html:before {
  content: "\e957"; }

.icn-zip:before {
  content: "\e958"; }

.icn-perfman:before {
  content: "\e959"; }

.icn-finance-chart:before {
  content: "\e95b"; }

.icn-retail-card:before {
  content: "\e95c"; }

.icn-mobi:before {
  content: "\e95d"; }

.icn-mobicomp:before {
  content: "\e95e"; }

.icn-ecoleaf:before {
  content: "\e95f"; }

.icn-concierge:before {
  content: "\e960"; }

.icn-fpo:before {
  content: "\e962"; }

.icn-cruise:before {
  content: "\e963"; }

.icn-foodbev:before {
  content: "\e964"; }

.icn-market:before {
  content: "\e965"; }

.icn-membership:before {
  content: "\e966"; }

.icn-solutions:before {
  content: "\e967"; }

.icn-differ:before {
  content: "\e968"; }

.icn-chart:before {
  content: "\e969"; }

.icn-insurance:before {
  content: "\e96a"; }

.icn-share:before {
  content: "\e96b"; }

.icn-email:before {
  content: "\e96c"; }

.icn-youku:before {
  content: "\e96d"; }

.icn-pinterest:before {
  content: "\e96e"; }

.icn-weibo:before {
  content: "\e96f"; }

.icn-glassdoor:before {
  content: "\e970"; }

.icn-linkedin:before {
  content: "\e971"; }

.icn-newsletter:before {
  content: "\e972"; }

.icn-pcast:before {
  content: "\e973"; }

.icn-delicious:before {
  content: "\e974"; }

.icn-youtube:before {
  content: "\e975"; }

.icn-googleplus:before {
  content: "\e976"; }

.icn-blogs:before {
  content: "\e977"; }

.icn-twitter:before {
  content: "\e978"; }

.icn-facebook:before {
  content: "\e979"; }

.icn-reportb:before, .icn-report:before {
  content: "\e914"; }

.icn-strategy-play:before, .icn-strategy:before {
  content: "\e913"; }

.icn-social2, .icn-consulting:before {
  content: "\e993"; }

.icn-padlock:before {
  content: "\e97a"; }

.icn-cv-right-after:after {
  content: "\e933"; }

.icn-cv-right {
  position: relative; }

.f12 div.icn-img {
  float: left;
  max-width: 115px; }

div.icn-img {
  margin: 0 auto;
  width: 100%;
  font-size: 110px;
  font-size: 11rem; }

.icn-img.icn-ondark:before {
  color: #fff; }

.icn-img.icn-grey:before {
  color: #7f7f7f; }

div.icn-sicons {
  font-size: 2.6em; }

div.icn-sicons:before {
  padding-top: 0;
  top: -0.14em;
  left: -0.13em;
  font-size: 3.5rem;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease; }

ul.icn-list {
  margin: 0 0 1.6em; }

ul.icn-list li {
  margin: 0 0 1.2em;
  clear: both;
  position: relative;
  padding-left: 2.3em; }

ul.icn-list li:before {
  position: absolute;
  top: -0.15em;
  left: 0;
  display: block;
  width: auto;
  height: 1em;
  font-size: 38px;
  font-size: 3.8rem; }

ul.icn-list.icn-list-sm li {
  min-height: 29px;
  padding-left: 1.6em;
  font-size: 16px;
  font-size: 1.6rem; }

ul.icn-list.icn-list-sm li:before {
  top: -0.03em;
  font-size: 24px;
  font-size: 2.4rem; }

ul.icn-list.icn-list-med li {
  min-height: 38px;
  padding-left: 38px;
  font-size: 18px;
  font-size: 1.8rem; }

ul.icn-list.icn-list-med li:before {
  font-size: 34px;
  font-size: 3.4rem;
  top: -0.17em; }

ul.icn-list.icn-ondark li, ul.icn-list.icn-ondark li:before, ul.icn-list.icn-ondark li a, ul.icn-list.icn-ondark li:visited, .icn-heading.icn-ondark, .icn-link.icn-ondark {
  color: #fff; }

ul.icn-list.icn-grey li:before, div.icn-img.icn-grey:before, .icn-link.icn-grey:before {
  top: -0.13em;
  color: #7f7f7f; }

.icn-heading.icn-grey:before {
  color: #7f7f7f; }

div.icn-heading, h1.icn-heading, h2.icn-heading, h3.icn-heading, h4.icn-heading, h5.icn-heading, h6.icn-heading {
  position: relative;
  clear: both;
  font-weight: bold;
  line-height: 1.114285714286em;
  margin: 0 0 .6em -0.12em; }

div.icn-heading:before, h1.icn-heading:before, h2.icn-heading:before, h3.icn-heading:before, h4.icn-heading:before, h5.icn-heading:before, h6.icn-heading:before {
  position: relative;
  top: 0.12em !important;
  padding-right: 0.15em !important;
  font-size: 1.2em !important; }

div.icn-heading.icn-ondark:before, h1.icn-heading.icn-ondark:before, h2.icn-heading.icn-ondark:before, h3.icn-heading.icn-ondark:before, h4.icn-heading.icn-ondark:before, h5.icn-heading.icn-ondark:before, h6.icn-heading.icn-ondark:before {
  color: #fff; }

@media \0screen\,screen\9 {
  ul.icn-list li:before {
    top: -10px;
    left: 0;
    font-size: 59px;
    font-size: 6.1rem; }

  ul.icn-list.icn-list-sm li:before {
    top: 0; }

  .icn-heading:before {
    top: -6px; } }
.icn-img.icn-circle {
  margin: 0.1em 0.1em !important;
  width: 1em !important;
  font-size: 116px;
  font-size: 11.6rem;
  height: 1em;
  line-height: 1;
  max-width: none !important;
  float: left; }

.icn-img.icn-circle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1e5083;
  position: relative;
  top: 50%;
  text-align: center;
  display: block;
  margin-top: -.5em;
  font-size: .65em; }

.icn-circle {
  border-radius: 50%;
  background: #eee;
  font-size: 86px;
  font-size: 8.6rem; }

/*# sourceMappingURL=main.css.map */
