/**
 * CSS naming methodology: BEMIT
 * https://csswizardry.com/2015/08/bemit-taking-the-bem-naming-convention-a-step-further/
 */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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; }

*,
*:before,
*:after {
  box-sizing: border-box; }

*:focus {
  outline: 1px dotted #f1f1f1; }

::selection {
  color: white;
  background: #589098; }

::-moz-selection {
  color: white;
  background: #589098; }

html,
body {
  -moz-osx-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  color: #494949;
  font-family: "myriad-pro", Arial, sans-serif, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  min-width: 320px;
  position: relative;
  text-rendering: optimizeLegibility !important;
  width: 100%;
  z-index: 0; }

body {
  font-size: 1rem; }

a[href*="mailto:"] {
  word-wrap: break-word; }

button {
  background-color: transparent;
  border: none;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: "proxima-nova", Arial, sans-serif; }

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

figure {
  margin: 0; }

img {
  display: block;
  height: auto;
  max-width: 100%; }

a {
  color: #494949;
  text-decoration: none; }

p {
  margin-top: 0;
  margin-bottom: 1.875rem; }
  p b,
  p strong {
    font-weight: 600; }
  p i,
  p em {
    font-style: italic; }

a,
input[type="text"],
textarea,
button,
[class^="c-btn"] {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  transition-duration: 0.5s;
  transition-property: background-color, color, opacity, border, border-color, background-position, outline, box-shadow, border-bottom, text-decoration, left, top, transform;
  transition-timing-function: ease-in-out;
  transform-origin: center center; }

img {
  display: block;
  height: auto;
  max-width: 100%; }

figure {
  margin: 0; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
.o-section {
  display: block;
  padding: 0;
  padding: 2.5rem 0; }
  @media screen and (min-width: 600px) {
    .o-section {
      padding: 3.75rem 0; } }
  @media screen and (min-width: 992px) {
    .o-section {
      padding: 5rem 0; } }
  @media screen and (min-width: 1200px) {
    .o-section {
      padding: 5rem 0; } }
  .o-section--no-padding {
    padding: 0; }

.o-grid,
.c-hero__inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 0 1.875rem; }
  @media screen and (max-width: 600px) {
    .o-grid--no-padding\@medium {
      padding: 0; } }

.o-split-content {
  display: table;
  width: 100%; }
  .o-split-content__item {
    width: 100%; }
    .o-split-content__item:first-child {
      padding-top: 0; }
    @media screen and (min-width: 600px) {
      .o-split-content__item {
        border-bottom: none;
        display: table-cell;
        width: 50%;
        vertical-align: top; } }
    .o-split-content__item:nth-child(odd) {
      padding-bottom: 1.875rem; }
      @media screen and (min-width: 600px) {
        .o-split-content__item:nth-child(odd) {
          padding: 0 1.875rem 1.875rem 0; } }
      @media screen and (min-width: 992px) {
        .o-split-content__item:nth-child(odd) {
          padding: 0 3.125rem 1.875rem 0; } }
    @media screen and (min-width: 600px) {
      .o-split-content__item:nth-child(even) {
        padding: 0 0 1.875rem 1.875rem; } }
    @media screen and (min-width: 992px) {
      .o-split-content__item:nth-child(even) {
        padding: 0 0 1.875rem 3.125rem; } }

.o-split-content-accordion {
  display: table;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 600px) {
    .o-split-content-accordion {
      border-bottom: solid 1px #589098; } }
  .o-split-content-accordion:after {
    position: absolute;
    left: 50%;
    width: 1px;
    top: 468px;
    bottom: 0;
    background: #589098;
    content: "";
    display: none; }
    @media screen and (min-width: 600px) {
      .o-split-content-accordion:after {
        display: block; } }
    @media screen and (min-width: 992px) {
      .o-split-content-accordion:after {
        top: 490px; } }
  .o-split-content-accordion__item {
    width: 100%; }
    .o-split-content-accordion__item:first-child {
      padding-top: 0; }
    @media screen and (min-width: 600px) {
      .o-split-content-accordion__item:nth-child(odd) {
        padding: 0 1.875rem 1.875rem 0; } }
    @media screen and (min-width: 992px) {
      .o-split-content-accordion__item:nth-child(odd) {
        padding: 0 3.125rem 1.875rem 0; } }
    @media screen and (min-width: 600px) {
      .o-split-content-accordion__item:nth-child(even) {
        padding: 0 0 1.875rem 1.875rem; } }
    @media screen and (min-width: 992px) {
      .o-split-content-accordion__item:nth-child(even) {
        padding: 0 0 1.875rem 3.125rem; } }
    @media screen and (max-width: 600px) {
      .o-split-content-accordion__item {
        padding: 3.125rem 1.875rem;
        border-bottom: solid 1px #004165; } }
    @media screen and (min-width: 600px) {
      .o-split-content-accordion__item {
        border-bottom: none;
        display: table-cell;
        width: 50%;
        vertical-align: top; } }

.c-topbar {
  background-color: #004165; }
  .c-topbar__container {
    max-width: 1440px;
    padding: 0 1.875rem;
    max-width: 1440px;
    margin: 0 auto; }
    @media screen and (min-width: 600px) {
      .c-topbar__container {
        padding: 0.3125rem; } }
    @media screen and (min-width: 1200px) {
      .c-topbar__container {
        padding-left: 0;
        padding-right: 0; } }
  .c-topbar__logo {
    display: block;
    margin-left: -15px;
    width: 7.5rem; }
    @media screen and (min-width: 600px) {
      .c-topbar__logo {
        margin-left: 0;
        width: 13.75rem; } }

.c-hero {
  background-color: #b9ccc3;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 1200px) {
    .c-hero:before {
      background-color: #c7d6cf;
      right: 0;
      content: "";
      bottom: 0;
      position: absolute;
      top: 0;
      width: 200px;
      z-index: 1000; } }
  @media screen and (min-width: 600px) {
    .c-hero {
      height: 31.25rem; } }
  @media screen and (min-width: 992px) {
    .c-hero {
      height: 40.625rem; } }
  .c-hero__inner {
    height: 100%;
    padding: 0;
    position: relative; }
  .c-hero__title {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1.875rem;
    line-height: 1;
    color: #004165;
    margin-bottom: 0;
    padding: 2.1875rem 1.875rem 2.5rem;
    position: relative;
    text-transform: uppercase;
    z-index: 1200; }
    @media screen and (min-width: 600px) {
      .c-hero__title {
        font-size: 2.5rem; } }
    @media screen and (min-width: 992px) {
      .c-hero__title {
        font-size: 3.75rem; } }
    @media screen and (min-width: 600px) {
      .c-hero__title {
        padding-bottom: 6.25rem;
        padding-top: 6.25rem;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 70%; }
        .c-hero__title:after {
          background-color: white;
          content: "";
          height: 0.0625rem;
          position: absolute;
          width: 12.5rem; } }
  .c-hero__subtitle {
    color: white;
    display: block; }
    @media screen and (min-width: 600px) {
      .c-hero__subtitle {
        margin-bottom: 3.125rem; } }
  .c-hero__image {
    display: block;
    margin: 0 auto;
    padding-top: 0.9375rem;
    position: relative;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 600px) {
      .c-hero__image {
        height: 100%;
        margin-right: 1.875rem;
        padding-top: 0;
        position: absolute;
        right: 0;
        width: 25%; } }
    .c-hero__image img {
      margin: 0 auto;
      position: relative;
      width: 10.9375rem;
      z-index: 1100; }
      @media screen and (min-width: 600px) {
        .c-hero__image img {
          width: 20.625rem;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          top: 48%; } }
    .c-hero__image:after {
      background-color: #c7d6cf;
      border-radius: 50%;
      bottom: 0;
      content: "";
      height: 42.1875rem;
      margin-top: -3.125rem;
      position: absolute;
      top: 100%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateX(-50%);
      width: 42.1875rem;
      z-index: 1000; }
      @media screen and (min-width: 600px) {
        .c-hero__image:after {
          margin-top: 0;
          width: 62.5rem;
          height: 141%;
          left: -89px;
          top: 49%;
          transform: translateY(-50%); } }

.c-cta-block {
  font-family: "myriad-pro", Arial, sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  line-height: 1.27;
  color: #004165;
  text-align: center;
  padding: 1.875rem 0; }
  @media screen and (min-width: 600px) {
    .c-cta-block {
      font-size: 1.5625rem; } }
  @media screen and (min-width: 992px) {
    .c-cta-block {
      font-size: 2.5rem; } }
  @media screen and (min-width: 600px) {
    .c-cta-block {
      padding: 3.75rem 1.875rem; } }
  @media screen and (min-width: 992px) {
    .c-cta-block {
      padding: 5rem 1.875rem; } }
  @media screen and (min-width: 1200px) {
    .c-cta-block {
      padding: 5rem 0; } }
  .c-cta-block p:last-child:last-of-type {
    margin-bottom: 0; }
  .c-cta-block--grey {
    color: #494949; }
  .c-cta-block--no-padding-bottom {
    padding-bottom: 0; }
  @media bp-medium-max {
    .c-cta-block--sub p {
      font-size: 1.125rem;
      line-height: 1.4; } }

.c-section-title {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2.125rem;
  padding-bottom: 2.125rem;
  position: relative;
  text-transform: uppercase;
  color: #004165;
  text-align: center; }
  @media screen and (min-width: 600px) {
    .c-section-title {
      font-size: 1.875rem; } }
  @media screen and (min-width: 992px) {
    .c-section-title {
      font-size: 2.5rem; } }
  @media screen and (min-width: 992px) {
    .c-section-title {
      margin-bottom: 4rem;
      padding-bottom: 4rem; } }
  .c-section-title:after {
    background: #004165;
    content: "";
    height: 0.0625rem;
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 5.875rem; }
  @media screen and (max-width: 600px) {
    .c-section-title--border\@medium {
      margin-bottom: 1.875rem;
      padding-bottom: 0; } }
  @media screen and (max-width: 600px) {
    .c-section-title--border\@medium:after {
      display: none; } }

.c-content-area {
  text-align: center; }
  .c-content-area__title-mobile {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #004165;
    text-transform: uppercase; }
    @media screen and (min-width: 600px) {
      .c-content-area__title-mobile {
        font-size: 1.875rem; } }
    @media screen and (min-width: 992px) {
      .c-content-area__title-mobile {
        font-size: 2.5rem; } }
    @media screen and (min-width: 600px) {
      .c-content-area__title-mobile {
        display: none; } }
  .c-content-area__title-desktop {
    display: none; }
    @media screen and (min-width: 600px) {
      .c-content-area__title-desktop {
        font-family: "proxima-nova", Arial, sans-serif;
        font-size: 1.5625rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 2.125rem;
        padding-bottom: 2.125rem;
        position: relative;
        text-transform: uppercase;
        color: #004165;
        display: block; } }
  @media screen and (min-width: 600px) and (min-width: 600px) {
    .c-content-area__title-desktop {
      font-size: 1.875rem; } }
  @media screen and (min-width: 600px) and (min-width: 992px) {
    .c-content-area__title-desktop {
      font-size: 2.5rem; } }
  @media screen and (min-width: 600px) and (min-width: 992px) {
    .c-content-area__title-desktop {
      margin-bottom: 4rem;
      padding-bottom: 4rem; } }
    @media screen and (min-width: 600px) {
        .c-content-area__title-desktop:after {
          background: #004165;
          content: "";
          height: 0.0625rem;
          left: 50%;
          bottom: 0;
          position: absolute;
          transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          width: 5.875rem; } }
  .c-content-area__main {
    font-family: "myriad-pro", Arial, sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.44; }
    @media screen and (min-width: 600px) {
      .c-content-area__main {
        font-size: 1.375rem;
        line-height: 1.5; } }
    @media screen and (min-width: 992px) {
      .c-content-area__main {
        font-size: 1.875rem;
        line-height: 1.5; } }
  .c-content-area__body {
    font-family: "myriad-pro", Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.38;
    margin-bottom: 3.125rem; }
    @media screen and (min-width: 600px) {
      .c-content-area__body {
        font-size: 1.375rem;
        line-height: 1.4; } }
    @media screen and (min-width: 992px) {
      .c-content-area__body {
        font-size: 1.5625rem;
        line-height: 1.4; } }
    .c-content-area__body:last-child {
      margin-bottom: 0; }
  .c-content-area__sub-heading {
    font-family: "myriad-pro", Arial, sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.44;
    font-weight: 700;
    color: #394a58;
    margin: 0; }
    @media screen and (min-width: 600px) {
      .c-content-area__sub-heading {
        font-size: 1.375rem;
        line-height: 1.5; } }
    @media screen and (min-width: 992px) {
      .c-content-area__sub-heading {
        font-size: 1.875rem;
        line-height: 1.5; } }

.c-btn {
  background-color: transparent;
  border-radius: 4px;
  border: solid 2px #004165;
  color: #004165;
  display: inline-block;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1;
  min-width: 12.5rem;
  padding: 1.25rem;
  text-decoration: none;
  text-transform: uppercase; }
  @media screen and (min-width: 600px) {
    .c-btn {
      padding: 1.875rem;
      font-size: 1.875rem;
      min-width: 23.125rem; } }
  .c-btn:hover, .c-btnfocus {
    background-color: #004165;
    color: white; }

.c-link {
  color: inherit;
  font-style: italic;
  text-decoration: underline; }
  .c-link:hover {
    text-decoration: none; }
  .c-link--bold {
    text-decoration: none;
    display: inline-block;
    font-style: normal;
    font-weight: 700; }
    .c-link--bold:hover {
      text-decoration: underline; }

.c-icon {
  max-width: 15.625rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  position: relative; }
  @media screen and (min-width: 600px) {
    .c-icon {
      max-width: 21.875rem;
      margin-bottom: 5rem; } }
  .c-icon img {
    width: 15.625rem;
    max-width: 100%; }
    @media screen and (min-width: 600px) {
      .c-icon img {
        width: 21.875rem; } }
  .c-icon--border {
    margin-bottom: 5rem; }
    .c-icon--border:after {
      background: #004165;
      content: "";
      height: 0.0625rem;
      left: 50%;
      margin-top: 2.5rem;
      position: absolute;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      width: 5.875rem; }
      @media screen and (min-width: 600px) {
        .c-icon--border:after {
          content: none;
          margin-bottom: 2.5rem; } }
  .c-icon--top-margin {
    margin-top: 6.25rem; }

.c-footer {
  color: white;
  text-align: center;
  padding: 1.875rem 0; }
  @media screen and (min-width: 992px) {
    .c-footer {
      padding: 8.75rem 0; } }
  @media screen and (min-width: 600px) {
    .c-footer {
      text-align: left; } }
  .c-footer__title {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase; }
    @media screen and (min-width: 600px) {
      .c-footer__title {
        font-size: 1.875rem; } }
    @media screen and (min-width: 992px) {
      .c-footer__title {
        font-size: 2.5rem; } }
  .c-footer__content {
    font-family: "myriad-pro", Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.38; }
    @media screen and (min-width: 600px) {
      .c-footer__content {
        font-size: 1.375rem;
        line-height: 1.4; } }
    @media screen and (min-width: 992px) {
      .c-footer__content {
        font-size: 1.5625rem;
        line-height: 1.4; } }
    .c-footer__content p:last-child {
      margin-bottom: 0; }
    .c-footer__content a {
      color: white; }

.c-check-list {
  text-align: center; }
  .c-check-list__number {
    background: #589098;
    border-radius: 50%;
    color: white;
    display: block;
    font-size: 3.75rem;
    height: 6.25rem;
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 1.875rem;
    padding: 0.3125rem;
    position: relative;
    text-align: center;
    width: 6.25rem; }
    @media screen and (min-width: 600px) {
      .c-check-list__number {
        height: 7.5rem;
        line-height: 1.8;
        margin-bottom: 3.125rem;
        width: 7.5rem; } }
    .c-check-list__number:after {
      border: dashed 0.125rem #b9ccc3;
      content: "";
      height: 1.875rem;
      left: 50%;
      position: absolute;
      top: 100%;
      transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      width: 0; }
      @media screen and (min-width: 600px) {
        .c-check-list__number:after {
          height: 3.125rem; } }
  .c-check-list__body {
    font-family: "myriad-pro", Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.38;
    background-color: #dbe3e4;
    padding: 0.9375rem 1.25rem; }
    @media screen and (min-width: 600px) {
      .c-check-list__body {
        font-size: 1.375rem;
        line-height: 1.4; } }
    @media screen and (min-width: 992px) {
      .c-check-list__body {
        font-size: 1.5625rem;
        line-height: 1.4; } }
    @media screen and (min-width: 600px) {
      .c-check-list__body {
        padding: 3.125rem; } }
  .c-check-list ul > li {
    margin-bottom: 1.125rem;
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem;
    position: relative; }
    @media screen and (min-width: 600px) {
      .c-check-list ul > li {
        margin-bottom: 3.75rem;
        padding-bottom: 2.5rem; } }
    .c-check-list ul > li:after {
      background-image: url("https://image.super-retirement.com.au/lib/fe9213727665017477/m/1/208548-arrow-down.png");
      background-position: bottom center;
      background-repeat: no-repeat;
      content: "";
      height: 1.125rem;
      left: 50%;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      position: absolute;
      top: 100%;
      width: 0.875rem; }
      @media screen and (min-width: 600px) {
        .c-check-list ul > li:after {
          height: 34px;
          width: 24px; } }
    .c-check-list ul > li:first-child {
      padding-top: 0; }
    .c-check-list ul > li:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
      .c-check-list ul > li:last-child:after {
        content: none; }
    .c-check-list ul > li p:last-child:last-of-type {
      margin-bottom: 0; }
  .c-check-list__intro {
    font-family: "myriad-pro", Arial, sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.44; }
    @media screen and (min-width: 600px) {
      .c-check-list__intro {
        font-size: 1.375rem;
        line-height: 1.5; } }
    @media screen and (min-width: 992px) {
      .c-check-list__intro {
        font-size: 1.875rem;
        line-height: 1.5; } }
  .c-check-list--light .c-check-list__number {
    background: #b9ccc3; }
  .c-check-list--light .c-check-list__body {
    background: #e2e9e6; }

.c-accordion-button {
  display: none;
  cursor: pointer; }
  @media screen and (max-width: 600px) {
    .c-accordion-button {
      display: block; } }
  .c-accordion-button__text {
    font-weight: 700;
    display: block;
    margin-bottom: 0.9375rem;
    transition: all 400ms ease-in-out; }
  .c-accordion-button__icon {
    margin: 0 auto;
    transition: transform 300ms ease-in-out;
    transform-origin: 50% 50%; }
    .c-accordion-button__icon svg path, .c-accordion-button__icon svg polygon {
      transition: all 300ms ease-in-out; }
    .c-accordion-button__icon:hover svg path, .c-accordion-button__icon:hover svg polygon {
      fill: #494949; }

@media screen and (max-width: 600px) {
  .js .js-accordion-content {
    max-height: 0;
    overflow: hidden;
    -ms-transition: max-height 600ms ease-in-out, opacity 400ms ease-in-out;
    -webkit-transition: max-height 600ms ease-in-out, opacity 400ms ease-in-out;
    transition: max-height 600ms ease-in-out, opacity 400ms ease-in-out;
    opacity: 0; } }
@media screen and (max-width: 600px) {
  .js-accordion.is-open .js-accordion-content {
    overflow: visible;
    max-height: 1500px;
    opacity: 1; } }
.js-accordion.is-open .c-accordion-button__icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
.js-accordion.is-open .c-accordion-button__text {
  opacity: 0;
  margin-top: -10px; }

.c-browser-upgrade {
  margin: 0;
  background: black;
  color: white;
  padding: 1em 0;
  text-align: center; }
  .c-browser-upgrade a {
    color: white;
    text-decoration: underline; }

.u-bg-green-light {
  background-color: #b9ccc3; }

.u-bg-grey-light {
  background-color: #f2f2f2; }

.u-bg-blue-dark {
  background-color: #394a58; }

@media screen and (min-width: 600px) {
  .u-order-swap-on-desktop {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .u-order-swap-on-desktop__top {
      display: table-header-group;
      margin: 0 auto;
      text-align: center;
      width: 100%; }
    .u-order-swap-on-desktop__bottom {
      display: table-footer-group;
      margin: 0 auto;
      width: 100%; } }

@media screen and (min-width: 600px) {
  .u-padding-top-medium {
    padding-top: 1.875rem; } }

@media screen and (min-width: 600px) {
  .u-spacing-vertical-large {
    padding: 2.5rem; } }

@media screen and (min-width: 600px) {
  .u-spacing-top-large {
    padding-top: 1.875rem; } }

.u-hide\@small {
  display: none; }
  @media screen and (min-width: 540px) {
    .u-hide\@small {
      display: block; } }

@media screen and (min-width: 600px) {
  .u-hide\@medium {
    display: none; } }

.u-show\@medium {
  display: none; }
  @media screen and (min-width: 600px) {
    .u-show\@medium {
      display: block; } }
