/*! 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;
  font-size: inherit !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.15; }

h1 {
  font-size: 2.4em;
  margin-bottom: 0.5em; }
  @media (min-width: 640px) {
    h1 {
      font-size: 3em;
      margin-bottom: 0.3em; } }
  @media (min-width: 800px) {
    h1 {
      font-size: 3.6em; } }

h2 {
  font-size: 2.4em;
  margin-bottom: 0.5em; }
  @media (min-width: 640px) {
    h2 {
      font-size: 3em; } }

h3 {
  font-size: 2.4em;
  padding-left: 0.75em;
  margin-bottom: 0.75em;
  position: relative;
  font-weight: normal;
  letter-spacing: -1px; }
  @media (min-width: 640px) {
    h3 {
      font-size: 3em; } }
  @media (min-width: 1024px) {
    h3 {
      margin-left: -0.75em; } }
  h3 .line {
    display: block;
    width: 7px;
    height: 100%;
    background-color: #8AADBF;
    position: absolute;
    left: 0;
    top: 0; }
  h3 .sub-head {
    display: block;
    color: #324b5c;
    font-size: 0.75em;
    margin-top: 1rem;
    letter-spacing: 0; }

h4 {
  color: #8AADBF;
  font-size: 1.6em;
  margin-bottom: 0.5em; }
  @media (min-width: 640px) {
    h4 {
      font-size: 1.8em; } }
  .section-alt h4 {
    color: #003b4d; }

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; }
  ul li {
    list-style: disc; }
  ul.arrow-start {
    list-style: none;
    margin-left: 0; }
    ul.arrow-start li {
      position: relative;
      padding-left: 2.6rem;
      list-style: none; }
      ul.arrow-start li:before {
        content: "";
        position: absolute;
        left: 0;
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 16px;
        background: url("../images/arrow_right_dk_blue.svg") no-repeat 50% 50%;
        margin-right: 1rem; }
    ul.arrow-start.text-contrast li:before {
      background: url("../images/arrow_right_white.svg") no-repeat 50% 50%; }

li {
  font-size: 1.6em;
  margin-bottom: 1rem; }
  @media (min-width: 640px) {
    li {
      font-size: 1.8em; } }

a,
a:link,
a:visited {
  color: #003b4d;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  word-wrap: break-word; }

.text-contrast-white{
	color: #ffffff !important;
}
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;
    margin-left: 2.5em;
    font-style: normal; }
    @media (min-width: 480px) {
      blockquote cite {
        margin-left: 3.2em; } }
    blockquote cite span {
      color: #404040;
      font-weight: bold; }
      .bg-7 blockquote cite span {
        color: #ffffff; }
  blockquote.quote-burgundy:before,
  blockquote.quote-burgundy p:after {
    color: #942645; }
  blockquote.quote-orange:before,
  blockquote.quote-orange p:after {
    color: #f29111; }
  blockquote.quote-blue:before,
  blockquote.quote-blue p:after {
    color: #324b5c; }
  blockquote.quote-light-grey:before,
  blockquote.quote-light-grey p:after {
    color: #c7c9cb; }

.emphasise {
  font-size: 2.2em;
  line-height: 1.15;
  margin-bottom: 0.75em; }
  @media (min-width: 640px) {
    .emphasise {
      font-size: 3em; } }
  .emphasise .highlight {
    font-weight: bold; }

.text-burgundy {
  color: #942645; }

.text-orange {
  color: #f29111; }

.text-blue {
  color: #324b5c; }

.text-contrast {
  color: #ffffff; }

.text-intro {
  font-size: 2em; }
  @media (min-width: 640px) {
    .text-intro {
      font-size: 2.3em; } }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.text-hidden {
  display: inline-block;
  text-indent: -9999px; }

.vertical-fix-table {
  display: table;
  width: 100%;
  height: 100%; }
  .vertical-fix-table .vertical-fix-row {
    display: table-row; }
  .vertical-fix-table .vertical-fix-cell {
    display: table-cell;
    vertical-align: middle; }

.align-right {
  text-align: right; }

@media (max-width: 479px) {
  .hidden-s {
    display: none; } }
@media (max-width: 639px) {
  .hidden-m {
    display: none; } }
@media (max-width: 799px) {
  .hidden-m2 {
    display: none; } }
@media (max-width: 1023px) {
  .visible-lge {
    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 (max-width: 639px) {
      #header .section-wrap {
        position: relative;
        z-index: 1; } }
    @media (min-width: 800px) {
      #header .section-wrap {
        height: 400px;
        display: table;
        width: 100%; } }
  #header #logo {
    background: #ffffff;
    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%; }
      @media (max-width: 799px) {
        #header #logo a {
          max-height: 4.8em;
          background: url("../images/logo.png") no-repeat 0 0/contain; } }
      #header #logo a span {
        display: block;
        width: 100%;
        padding-top: 31%;
        text-indent: -9999px; }
  #header #intro {
    padding: 3em 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 h1 {
    max-width: 420px; }
  #header .sub-head {
    font-size: 1.6em;
    margin-bottom: 0;
    color: #ffffff; }
    @media (min-width: 640px) {
      #header .sub-head {
        font-size: 2em; } }
    @media (min-width: 800px) {
      #header .sub-head {
        font-size: 2.4em; } }
  #header .edition {
    text-transform: uppercase; }

section.content.section-alt {
  background-color: #f1f2f2; }

.next-steps ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .next-steps ul li {
    display: inline-block;
    margin-right: 2rem;
    list-style: none; }

@media (min-width: 640px) {
  #footer {
    padding-bottom: 3rem; } }
#footer p {
  font-size: 1.1em;
  text-align: center; }

.bg-1 {
  background-color: #dadee0; }

.bg-2 {
  background-color: #e8eaec; }

.bg-3 {
  background-color: #f6f7f7; }

.bg-4 {
  background-color: #e2e3e3; }

.bg-5 {
  background-color: #ebf7fa; }

.bg-6 {
  background-color: rgba(0, 59, 77, 0.3); }

.bg-7 {
  background-color: #324b5c; }
  .bg-7 * {
    color: #ffffff; }

.stat {
  margin: 0 auto;
  width: 30rem; }
  @media (min-width: 800px) {
    .stat {
      width: 100%; } }
  .stat .stat-row {
    display: table;
    width: 100%;
    table-layout: fixed; }
  .stat .stat-label,
  .stat .stat-img,
  .stat .stat-value,
  .stat .stat-wrapper {
    display: table-cell;
    width: 100%;
    padding: 1rem;
    vertical-align: bottom; }
  .stat .stat-label {
    font-size: 1.8em; }
  .stat .stat-img {
    text-align: center; }
  .stat .stat-value {
    font-size: 5.4rem;
    letter-spacing: -3px;
    font-weight: bold;
    line-height: 1; }
    .stat .stat-value span {
      font-size: 0.8em; }
    @media (min-width: 800px) {
      .stat .stat-value {
        font-size: 4vw; } }
    @media (min-width: 1440px) {
      .stat .stat-value {
        font-size: 5.6rem; } }
  .stat.layout-1 .stat-label {
    padding-top: 0; }
  .stat.layout-3 .stat-value,
  .stat.layout-3 .stat-label {
    display: block;
    padding: 0; }
  .stat.layout-3 .stat-value {
    padding-bottom: 0; }
  .stat.layout-4 .stat-img,
  .stat.layout-4 .stat-value {
    padding-bottom: 0; }

.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: #942645;
    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 (max-width: 600px) {
    #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%; }

.btn {
  padding: 1rem 2rem;
  display: inline-block;
  color: #ffffff !important;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  -webkit-appearance: none; }
  .btn.btn-primary {
    font-size: 1.8rem;
    background-color: #f00; }
    @media (min-width: 1024px) {
      .btn.btn-primary {
        font-size: 2rem; } }
  .btn.btn-arrow:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 16px;
    background: url(../images/arrow_right_simple_white.svg) no-repeat 50% 50%;
    margin-left: 1rem; }

.cta {
  font-weight: bold;
  text-decoration: none;
  display: inline-block; }
  .cta:hover {
    text-decoration: underline; }
  .cta.cta-arrow-start {
    position: relative;
    padding-left: 2.2rem; }
    .cta.cta-arrow-start:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.2em;
      display: inline-block;
      width: 12px;
      height: 16px;
      background: url(../images/arrow_right_dk_blue.svg?v=1) no-repeat 50% 50%; }
  .cta.cta-arrow-end:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 16px;
    background: url(../images/arrow_right_dk_blue.svg) no-repeat 50% 50%;
    margin-left: 1rem; }

@media (min-width: 800px) {
  .row:not(.layout-table) {
    margin: 0 -2em; }
    .row:not(.layout-table):after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; } }
.row + .row .col-wrap > :first-child {
  margin-top: 2em; }
  @media (min-width: 800px) {
    .row + .row .col-wrap > :first-child {
      margin-top: 0; } }
.row.layout-table {
  display: table;
  width: 100%;
  table-layout: fixed; }
  @media (min-width: 800px) {
    .row.layout-table .col {
      display: table-cell;
      float: none; } }

@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%; }
    .col.cols-5-1 {
      width: 20%; } }
.col + .col .col-wrap > :first-child {
  margin-top: 2em; }
  @media (min-width: 800px) {
    .col + .col .col-wrap > :first-child {
      margin-top: 0; } }

.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; }
    .section-wrap .logo img {
      display: block; }
      @media (max-width: 479px) {
        .section-wrap .logo img {
          width: 25%; } }
      @media (max-width: 799px) {
        .section-wrap .logo img {
          width: 30%; } }

.banner-inpage {
  background-position: 50% 0;
  background-repeat: no-repeat; }
  @media (max-width: 639px) {
    .banner-inpage {
      background-size: cover; } }
  @media (min-width: 800px) {
    .banner-inpage {
      width: 100%;
      height: 400px; } }
  .banner-inpage .wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 2em 2%;
    box-sizing: border-box; }
    @media (min-width: 640px) {
      .banner-inpage .wrap {
        padding: 4em 2em; } }
    @media (min-width: 800px) {
      .banner-inpage .wrap {
        display: table;
        width: 100%;
        height: 100%; } }
    @media (min-width: 1440px) {
      .banner-inpage .wrap {
        padding: 4em 0; } }
    .banner-inpage .wrap .content {
      color: #ffffff; }
      @media (min-width: 800px) {
        .banner-inpage .wrap .content {
          display: table-cell;
          vertical-align: middle; } }
      @media (min-width: 1024px) {
        .banner-inpage .wrap .content {
          padding: 0 2em; } }

.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; } }

.row .quote {
  padding: 2em;
  margin-top: 3em; }
  @media (min-width: 800px) {
    .row .quote {
      padding: 0;
      margin-top: 0; } }
@media (min-width: 800px) {
  .row.layout-a .col-wrap, .row.layout-b .col-wrap, .row.layout-c .col-wrap {
    max-width: 446px;
    width: 100%;
    padding-top: 4em;
    padding-bottom: 4em; } }
.row.layout-a .col-wrap *:last-child, .row.layout-b .col-wrap *:last-child, .row.layout-c .col-wrap *:last-child {
  margin-bottom: 0; }
.row.layout-a .banner, .row.layout-b .banner {
  margin: 2em -2% 0; }
  @media (min-width: 640px) {
    .row.layout-a .banner, .row.layout-b .banner {
      margin: 2em -2em 0; } }
  @media (min-width: 800px) {
    .row.layout-a .banner, .row.layout-b .banner {
      position: absolute;
      height: 100%;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 50%;
      padding: 0;
      margin: 0; } }
  @media (max-width: 799px) {
    .row.layout-a .banner.no-quote, .row.layout-b .banner.no-quote {
      display: none; } }
  .row.layout-a .banner .quote, .row.layout-b .banner .quote {
    padding: 2em;
    position: relative;
    width: 100%;
    box-sizing: border-box; }
    @media (min-width: 800px) {
      .row.layout-a .banner .quote, .row.layout-b .banner .quote {
        position: absolute;
        min-height: 55%;
        bottom: 0;
        padding: 3em; } }
    @media (min-width: 1024px) {
      .row.layout-a .banner .quote, .row.layout-b .banner .quote {
        padding: 6em; } }
    .row.layout-a .banner .quote blockquote ~ p, .row.layout-b .banner .quote blockquote ~ p {
      margin: 1.5em 0 0;
      margin-left: 4rem; }
      @media (min-width: 480px) {
        .row.layout-a .banner .quote blockquote ~ p, .row.layout-b .banner .quote blockquote ~ p {
          margin-left: 4.8rem; } }
      @media (min-width: 640px) {
        .row.layout-a .banner .quote blockquote ~ p, .row.layout-b .banner .quote blockquote ~ p {
          margin-left: 5.4rem; } }
  .row.layout-a .banner blockquote, .row.layout-b .banner blockquote {
    margin-bottom: 0; }
  .row.layout-a .banner blockquote, .row.layout-a .banner p, .row.layout-b .banner blockquote, .row.layout-b .banner p {
    position: relative; }
@media (min-width: 800px) {
  .row.layout-a .col {
    float: right; } }
@media (min-width: 800px) {
  .row.layout-a .col:first-child {
    padding-left: 5%; } }
@media (min-width: 1440px) {
  .row.layout-a .col:last-child {
    padding-right: 0; } }
@media (min-width: 800px) {
  .row.layout-b .col:first-child {
    padding-right: 5%; } }
@media (min-width: 800px) {
  .row.layout-b .col-wrap {
    float: right; } }
@media (min-width: 800px) {
  .row.layout-b .banner {
    right: 0; } }
@media (min-width: 800px) {
  .row.layout-c {
    margin: 0 -2em;
    width: calc(100% + 4rem); } }
@media (min-width: 1440px) {
  .row.layout-c {
    margin: 0;
    width: 100%; } }
.row.layout-c .col {
  vertical-align: middle; }
  @media (min-width: 800px) {
    .row.layout-c .col:first-child {
      padding-right: 5%; } }
  @media (min-width: 800px) {
    .row.layout-c .col:first-child .col-wrap {
      float: right; } }
  @media (min-width: 800px) {
    .row.layout-c .col:last-child {
      padding-left: 5%; } }
.row.banner-full-width {
  background-position: 50% 0;
  background-repeat: no-repeat; }
  @media (max-width: 639px) {
    .row.banner-full-width {
      background-size: cover; } }
  @media (min-width: 800px) {
    .row.banner-full-width {
      width: 100%;
      height: 400px; } }
  .row.banner-full-width .wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 2em 2%;
    box-sizing: border-box; }
    @media (min-width: 640px) {
      .row.banner-full-width .wrap {
        padding: 4em 2em; } }
    @media (min-width: 800px) {
      .row.banner-full-width .wrap {
        display: table;
        width: 100%;
        height: 100%; } }
    @media (min-width: 1440px) {
      .row.banner-full-width .wrap {
        padding: 4em 0; } }
    @media (min-width: 800px) {
      .row.banner-full-width .wrap .content {
        display: table-cell;
        vertical-align: middle; } }
    @media (min-width: 1024px) {
      .row.banner-full-width .wrap .content {
        padding: 0 2em; } }
    @media (max-width: 479px) {
      .row.banner-full-width .wrap .content img {
        width: 25%; } }
    @media (max-width: 799px) {
      .row.banner-full-width .wrap .content img {
        width: 30%; } }
    .row.banner-full-width .wrap .content .tag {
      margin-top: 3em; }
  .row.banner-full-width h3 {
    color: #ffffff; }
    @media (max-width: 479px) {
      .row.banner-full-width h3 br {
        display: none; } }
.row.quote {
  padding: 2em; }
  @media (min-width: 800px) {
    .row.quote {
      padding: 4em; } }
  @media (min-width: 1440px) {
    .row.quote {
      padding: 6em; } }
  .row.quote .quote-wrap {
    max-width: 980px;
    margin: 0 auto; }
  .row.quote.no-img {
    padding-bottom: 0; }
    @media (min-width: 800px) {
      .row.quote.no-img {
        padding-bottom: 2em; } }
    @media (min-width: 1440px) {
      .row.quote.no-img {
        padding-bottom: 2em; } }
  .row.quote blockquote {
    margin-bottom: 0; }
  .row.quote blockquote,
  .row.quote .cta {
    text-align: left; }
    @media (min-width: 800px) {
      .row.quote blockquote,
      .row.quote .cta {
        text-align: center; } }
  .row.quote cite {
    margin-left: 2.5em; }
    @media (min-width: 480px) {
      .row.quote cite {
        margin-left: 3.2em; } }
    @media (min-width: 800px) {
      .row.quote cite {
        margin-left: 0; } }
  .row.quote blockquote ~ p {
    margin: 1.5em 0 0;
    margin-left: 4rem; }
    @media (min-width: 480px) {
      .row.quote blockquote ~ p {
        margin-left: 4.8rem; } }
    @media (min-width: 800px) {
      .row.quote blockquote ~ p {
        margin-left: 0; } }

.quote {
  margin: 0; }
  .quote.quote-img-bg {
    background-image: url("../images/blockquote_2.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .quote.quote-img-bg:before {
      content: "";
      background-color: rgba(138, 173, 191, 0.95);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .quote.quote-img-bg blockquote {
      color: #ffffff; }
    .quote.quote-img-bg p {
      position: relative; }
  .quote .quote-wrap.cols-1 {
    max-width: 980px;
    margin: 0 auto;
    text-align: center; }
  .quote p:last-child {
    margin-bottom: 0; }

#nav-btn {
  display: inline-block;
  background: url("../images/menu_icon.svg") no-repeat 50% 50%;
  width: 4.4em;
  height: 4.8em;
  text-indent: -9999px;
  margin-right: 1.5em;
  float: right; }
  @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: 0; } }
  @media (min-width: 800px) {
    #main-nav {
      background-color: #003b4d;
      left: auto !important; } }
  #main-nav ol {
    padding: 0;
    margin: 0 auto;
    max-width: 1200px; }
    @media (max-width: 799px) {
      #main-nav ol {
        overflow: hidden;
        max-height: 0;
        margin-top: 4.8em;
        background-color: #003b4d; } }
    @media (min-width: 800px) {
      #main-nav ol {
        display: table;
        table-layout: fixed; } }
  #main-nav li {
    list-style: none;
    font-size: 1.6em;
    vertical-align: middle;
    -webkit-transition: 0.3s background-color ease;
    transition: 0.3s background-color ease; }
    @media (min-width: 800px) {
      #main-nav li {
        display: table-cell;
        width: 16.67%;
        vertical-align: middle;
        font-size: 1.4em;
        border-right: 1px solid #ffffff; } }
    @media (min-width: 800px) {
      #main-nav li:first-child {
        border-left: 1px solid #ffffff; } }
    #main-nav li:hover {
      background-color: #324b5c; }
    #main-nav li a {
      display: block;
      color: #fff;
      padding: 1em 2em;
      text-decoration: none;
      vertical-align: middle;
      text-align: center; }
      @media (max-width: 799px) {
        #main-nav li a:after {
          content: ".";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden; } }
      @media (min-width: 800px) {
        #main-nav li a {
          padding: 1em 0.5em; } }
      @media (min-width: 1024px) {
        #main-nav li a {
          padding: 2em 1em; } }
    #main-nav li.selected {
      background-color: #324b5c;
      font-weight: bold; }

#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: #003b4d;
      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: #003b4d !important;
        border-bottom: 1px solid #003b4d;
        -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%; }
  .video + p {
    margin-top: 1.8rem; }

.image {
  margin-bottom: 1em;
  text-align: center; }

.cta.cta-1 {
  background-color: #003b4d;
  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: #8AADBF;
  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: 800px) {
  #overview #overview-sec-2 .banner {
    background-image: url("../images/overview/presenting.jpg"); } }
#overview #overview-sec-2 .col-wrap {
  position: relative; }
@media (min-width: 800px) {
  #overview #overview-sec-2 .cta {
    position: absolute;
    bottom: 7rem; } }
#overview #overview-sec-2 .image-inline {
  text-align: center; }
  @media (min-width: 800px) {
    #overview #overview-sec-2 .image-inline {
      text-align: right; } }
@media (min-width: 800px) {
  #overview #overview-sec-4 .layout-table:before, #overview #overview-sec-4 .layout-table:after {
    content: "";
    display: table-cell;
    width: 2em; } }
@media (min-width: 1200px) {
  #overview #overview-sec-4 .layout-table:before, #overview #overview-sec-4 .layout-table:after {
    width: 8%; } }
@media (min-width: 1440px) {
  #overview #overview-sec-4 .layout-table:before, #overview #overview-sec-4 .layout-table:after {
    width: 10%; } }
#overview #overview-sec-4 .layout-table .col {
  vertical-align: bottom;
  padding: 2em;
  border-bottom: 1px solid #dadee0; }
  @media (max-width: 799px) {
    #overview #overview-sec-4 .layout-table .col {
      background-color: #f1f2f2; } }
  @media (min-width: 640px) {
    #overview #overview-sec-4 .layout-table .col {
      display: inline-block;
      width: 49%;
      box-sizing: border-box;
      vertical-align: bottom; } }
  @media (min-width: 800px) {
    #overview #overview-sec-4 .layout-table .col {
      padding: 1rem;
      float: none;
      display: table-cell;
      border-bottom: 0; } }
#overview #overview-sec-4 .section-wrap + .layout-table:before {
  background-color: #dadee0; }
#overview #overview-sec-4 .section-wrap + .layout-table:after {
  background-color: #f6f7f7; }
#overview #overview-sec-4 .section-wrap + .layout-table + .layout-table:before {
  background-color: #f6f7f7; }
#overview #overview-sec-4 .section-wrap + .layout-table + .layout-table:after {
  background-color: #e8eaec; }
#overview #overview-sec-5 {
  background: url("../images/overview/banner_inpage_1.jpg") no-repeat 50% 50%; }
  @media (min-width: 800px) {
    #overview #overview-sec-5 {
      height: 530px; } }

@media (min-width: 800px) {
  #increase #cray .banner {
    background-image: url("../images/increase/cray_banner.jpg"); } }
@media (min-width: 800px) {
  #increase #kronos .banner {
    background-image: url("../images/increase/kronos_banner.jpg"); } }
@media (min-width: 800px) {
  #increase #nec .banner {
    background-image: url("../images/increase/nec_banner.jpg"); } }

@media (max-width: 639px) {
  #invest #schenck .logo img {
    width: 40%; } }
@media (min-width: 800px) {
  #invest #schenck .banner {
    background-image: url("../images/invest/schneck_banner.jpg"); } }
#invest #schenck .banner .quote {
  min-height: 25%; }
@media (min-width: 800px) {
  #invest #redhat .banner {
    background-image: url("../images/invest/redhat_banner.jpg"); } }
#invest #redhat .banner .quote {
  min-height: 25%; }

#reduce .quote {
  min-height: 0; }
@media (min-width: 800px) {
  #reduce #sunquest .banner {
    background-image: url("../images/reduce/sunquest_banner.jpg"); } }
@media (min-width: 800px) {
  #reduce #stepstone .banner {
    background-image: url("../images/reduce/stepstone_banner.jpg"); } }

@media (min-width: 800px) {
  #deliver #trimble .banner {
    background-image: url("../images/deliver/trimble_banner.jpg"); } }
#deliver #trimble .banner .quote {
  min-height: 0; }
@media (min-width: 800px) {
  #deliver #williams .banner {
    background-image: url("../images/deliver/williams_banner.jpg"); } }

@media (min-width: 800px) {
  #automate #fike .banner {
    background-image: url("../images/automate/fike_banner.jpg"); } }
@media (min-width: 800px) {
  #automate #schneider .banner {
    background-image: url("../images/automate/schneider_banner.jpg"); } }
@media (max-width: 639px) {
  #automate #thomson-reuters .logo img {
    width: 60%; } }
@media (min-width: 800px) {
  #automate #thomson-reuters .banner {
    background-image: url("../images/automate/thomson_reuters_banner.jpg"); } }

.cw21 {
  z-index: 101; }
  .cw21 .cw21navigation li {
    list-style: none; }

/*# sourceMappingURL=main.css.map */
