@charset "UTF-8";
/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: <date removed for GIT cleanliness>
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    S
 */
.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

ol,
ul, .c-carousel__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-default, .p-tbl-box__content ul {
  list-style: disc;
  margin-bottom: 0;
  padding-left: 1.0625rem;
}

.list-default li, .p-tbl-box__content ul li {
  color: #666;
  margin-bottom: 1.25rem;
}

.list-default li::before, .p-tbl-box__content ul li::before {
  content: none;
}

.list-default li:last-of-type, .p-tbl-box__content ul li:last-of-type {
  margin-bottom: 0;
}

.highlight {
  display: inline-block;
  zoom: 1;
}

.clearfix, .c-case-study__main {
  *zoom: 1;
}

.clearfix::after, .c-case-study__main::after, .clearfix::before, .c-case-study__main::before {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix::after, .c-case-study__main::after {
  clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2rem;
  margin: .67rem 0;
}

abbr[title] {
  border-bottom: 0.0625rem dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1rem;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5rem;
}

sub {
  bottom: -.25rem;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 0.0625rem solid #c0c0c0;
  margin: 0 0.125rem;
  padding: .35rem .625rem .75rem;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::after,
*::before {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1rem;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1rem;
}

.video-container {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 1.875rem;
  position: relative;
}

.video-container embed,
.video-container iframe,
.video-container object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gutter2020 {
  padding: 0 0.8125rem;
}

.carousel_control-wrapper {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.carousel_control--next, .carousel_control--prev {
  height: 3.75rem;
  width: 3.75rem;
  position: relative;
  background-color: #fff;
  border: none;
}

.carousel_arrow {
  height: 0.75rem;
  width: 0.75rem;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
}

.carousel_arrow--end {
  position: unset;
}

.carousel_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 5;
  height: 3.75rem;
  width: calc(100% - 120px);
  padding: 0 0.8125rem;
}

.carousel_caption-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel_caption-text span {
  padding-right: 1rem;
}

.button2020 {
  padding: 1rem 2.9375rem;
  color: #24407e;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  background-size: 200% 200%;
  background-image: linear-gradient(to top, #24407e 50%, transparent 50%);
  -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.button2020:hover, .button2020:focus {
  color: #fff;
  border-color: #24407e;
  background-image: linear-gradient(to top, #24407e 51%, transparent 50%);
  background-position: 0 100%;
  -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.button2020_link-flex {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.button2020_border-blue {
  border: 1px solid #24407e;
}

.button2020_border-blue--bottom-white {
  border-width: 0.0625rem;
  border-style: solid;
  border-left-color: #24407e;
  border-top-color: #24407e;
  border-bottom-color: #fff;
}

.button2020_border-blue--bottom-white:hover {
  border-color: #24407e;
  border-bottom: none;
}

.blue_lid--thin::before {
  content: '';
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #24407e;
}

.blue_lid--thick::before {
  content: '';
  width: 100%;
  height: 0.25rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0095da;
}

@media screen and (min-width: 37.5rem) {
  .gutter2020 {
    padding: 0 1.25rem;
  }
  .gutter2020_main-title {
    padding-right: 3.0625rem;
  }
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

body,
html {
  height: 100%;
}

body {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  overflow-y: scroll;
  padding: 0;
}

img {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: .5cm;
}

.is-mobile-menu-opened #page-wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

/*
--------------------
Content
--------------------
*/
/* Tables */
table {
  border-collapse: collapse;
  margin: .5rem 0;
  width: 100%;
}

caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

th {
  background: #606060;
  color: #9f9f9f;
}

td {
  border: 0.0625rem solid #606060;
}

/* Buttons */
.button {
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #606060;
  border: 0;
  color: #9f9f9f;
  display: inline-block;
  padding: .5rem 1rem;
}

.button, .button:visited {
  text-decoration: none;
}

.button:focus, .button:hover {
  background-color: #2d2d2d;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* Quotes */
blockquote {
  margin: 2rem 0;
  padding-left: 3rem;
  position: relative;
}

blockquote::before {
  font-size: 80px;
  font-size: 5rem;
  color: #606060;
  content: '\201C';
  left: 0;
  line-height: 1rem;
  position: absolute;
  top: 0;
}

.pull-quote {
  border-top: 0.0625rem solid #606060;
  margin: 1rem;
  padding: 1rem .5rem 0;
}

/* Highlight */
.highlight {
  background: #ccc;
  padding: .1rem .5rem;
}

/*
--------------------
Modules
--------------------
*/
/*
--------------------
Site Styles
--------------------
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  background: #0b0b0b;
  height: 100%;
  left: 0;
  opacity: .8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5042;
}

.mfp-wrap {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5043;
}

.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 0.5rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.mfp-container::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 5045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  left: 0.5rem;
  margin-top: -.8em;
  position: absolute;
  right: 0.5rem;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 5044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #f4f4f4;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  touch-action: manipulation;
  z-index: 5046;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mfp-close {
  color: #f4f4f4;
  font-family: 'Arial, Baskerville, monospace';
  font-size: 1.75rem;
  font-style: normal;
  height: 2.75rem;
  line-height: 2.75rem;
  opacity: .65;
  padding: 0 0 1.125rem 0.625rem;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 2.75rem;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 0.0625rem;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #f4f4f4;
  padding-right: 0.375rem;
  right: -0.375rem;
  text-align: right;
  width: 100%;
}

.mfp-counter {
  color: #ccc;
  font-size: 0.75rem;
  line-height: 1.125rem;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}

.mfp-arrow {
  height: 6.875rem;
  margin: 0;
  margin-top: -3.4375rem;
  opacity: .65;
  padding: 0;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 50%;
  width: 5.625rem;
}

.mfp-arrow:active {
  margin-top: -3.375rem;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow::before,
.mfp-arrow::after {
  border: medium inset transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin-left: 2.1875rem;
  margin-top: 2.1875rem;
  position: absolute;
  top: 0;
  width: 0;
}

.mfp-arrow::after {
  border-bottom-width: 0.8125rem;
  border-top-width: 0.8125rem;
  top: 0.5rem;
}

.mfp-arrow::before {
  border-bottom-width: 1.3125rem;
  border-top-width: 1.3125rem;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left::after {
  border-right: 1.0625rem solid #f4f4f4;
  margin-left: 1.9375rem;
}

.mfp-arrow-left::before {
  border-right: 1.6875rem solid #3f3f3f;
  margin-left: 1.5625rem;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right::after {
  border-left: 1.0625rem solid #f4f4f4;
  margin-left: 2.4375rem;
}

.mfp-arrow-right::before {
  border-left: 1.6875rem solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 56.25rem;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -2.5rem;
}

.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%;
}

.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Main image in popup */
img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
  padding: 2.5rem 0 2.5rem;
  width: auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure::after {
  background: #444;
  bottom: 2.5rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 2.5rem;
  width: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -2.25rem;
  position: absolute;
  top: 100%;
  width: 100%;
}

.mfp-title {
  color: #f3f3f3;
  line-height: 1.125rem;
  padding-right: 2.25rem;
  text-align: left;
  word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 50rem) and (orientation: landscape), screen and (max-height: 18.75rem) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure::after {
    bottom: 0;
    top: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 0.3125rem;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0.1875rem 0.3125rem;
    position: fixed;
    top: auto;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 0.3125rem;
    top: 0.1875rem;
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    height: 2.1875rem;
    line-height: 2.1875rem;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 2.1875rem;
  }
}

@media all and (max-width: 56.25rem) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}

.mfp-zoom-out-cur {
  height: auto !important;
}

.mfp-img + figcaption {
  display: none;
}

.o-layout__wrapper {
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  display: flex;
  -ms-flex-align: stretch;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: stretch;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.o-layout__inner-item {
  -webkit-align-self: auto;
  align-self: auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}

.o-layout__wrapper.o-layout__wrapper--wrap {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.o-layout__inner-item {
  margin-bottom: 0.875rem;
  width: 100%;
  z-index: 1;
}

.col-2 > .o-layout__inner-item {
  width: 50%;
}

.col-2 > .o-layout__inner-item.has-gutter {
  width: 49.57983%;
}

.col-2 > .o-layout__inner-item.has-gutter:nth-child(odd) {
  margin-right: 0.84034%;
}

@media screen and (min-width: 56.25rem) {
  .col-2-right > .o-layout__inner-item:nth-child(1) {
    width: 57.98319%;
  }
}

@media screen and (min-width: 56.25rem) {
  .col-2-right > .o-layout__inner-item:nth-child(2) {
    margin-left: 8.40336%;
    width: 32.77311%;
  }
}

.col-3 > .o-layout__inner-item {
  width: 33.33%;
}

.col-3 > .o-layout__inner-item.has-gutter {
  width: 32.77311%;
}

.col-3 > .o-layout__inner-item.has-gutter:not(:nth-child(3n + 3)) {
  margin-right: 0.84034%;
}

.col-4 > .o-layout__inner-item {
  width: 25%;
}

.col-4 > .o-layout__inner-item.has-gutter {
  width: 24.36975%;
}

.col-4 > .o-layout__inner-item.has-gutter:not(:nth-child(4n + 4)) {
  margin-right: 0.84034%;
}

.col-6 > .o-layout__inner-item {
  width: 16.66%;
}

.col-6 > .o-layout__inner-item.has-gutter {
  width: 15.96639%;
}

.col-6 > .o-layout__inner-item.has-gutter:not(:nth-child(6n + 6)) {
  margin-right: 0.84034%;
}

@media screen and (min-width: 56.25rem) and (max-width: 74.938rem) {
  .col-w-4 > .o-layout__inner-item {
    margin-bottom: 1.5rem;
    width: 25%;
  }
  .col-w-4 > .o-layout__inner-item.has-gutter {
    width: 24.36975%;
  }
  .col-w-4 > .o-layout__inner-item.has-gutter:nth-child(odd), .col-w-4 > .o-layout__inner-item.has-gutter:not(:nth-child(3n + 3)), .col-w-4 > .o-layout__inner-item.has-gutter:not(:nth-child(6n + 6)) {
    margin-right: 0.84034%;
  }
  .col-w-4 > .o-layout__inner-item.has-gutter:nth-child(4n + 4) {
    margin-right: 0;
  }
}

@media screen and (min-width: 37.5rem) and (max-width: 56.188rem) {
  .col-m-3 > .o-layout__inner-item {
    margin-bottom: 1.5rem;
    width: 33.3%;
  }
  .col-m-3 > .o-layout__inner-item.has-gutter {
    width: 32.77311%;
  }
  .col-m-3 > .o-layout__inner-item.has-gutter:nth-child(odd), .col-m-3 > .o-layout__inner-item.has-gutter:not(:nth-child(4n + 4)), .col-m-3 > .o-layout__inner-item.has-gutter:not(:nth-child(6n + 6)) {
    margin-right: 0.84034%;
  }
  .col-m-3 > .o-layout__inner-item.has-gutter:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 37.438rem) {
  .col-xs-1 > .o-layout__inner-item {
    width: 100%;
  }
  .col-xs-1 > .o-layout__inner-item.has-gutter {
    margin-right: 0;
    width: 100%;
  }
  .col-xs-1 > .o-layout__inner-item.has-gutter:nth-child(odd), .col-xs-1 > .o-layout__inner-item.has-gutter:not(:nth-child(3n + 3)), .col-xs-1 > .o-layout__inner-item.has-gutter:not(:nth-child(4n + 4)), .col-xs-1 > .o-layout__inner-item.has-gutter:not(:nth-child(6n + 6)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 56.1875rem) {
  .col-m-1 > .o-layout__inner-item {
    width: 100%;
  }
  .col-m-1 > .o-layout__inner-item.has-gutter {
    margin-right: 0;
    width: 100%;
  }
  .col-m-1 > .o-layout__inner-item.has-gutter:nth-child(odd), .col-m-1 > .o-layout__inner-item.has-gutter:not(:nth-child(3n + 3)), .col-m-1 > .o-layout__inner-item.has-gutter:not(:nth-child(4n + 4)), .col-m-1 > .o-layout__inner-item.has-gutter:not(:nth-child(6n + 6)) {
    margin-right: 0;
  }
}

@media screen and (min-width: 37.5rem) {
  .col-xs-1.col-4 > .o-layout__inner-item {
    width: 50%;
  }
  .col-xs-1.col-4 > .o-layout__inner-item.has-gutter {
    width: 49.57983%;
  }
  .col-xs-1.col-4 > .o-layout__inner-item.has-gutter:not(:nth-child(4n + 4)) {
    margin-right: 0;
  }
  .col-xs-1.col-4 > .o-layout__inner-item.has-gutter:not(:nth-child(odd)) {
    margin-right: 0.84034%;
  }
}

@media screen and (min-width: 56.25rem) {
  .col-xs-1.col-4 > .o-layout__inner-item {
    width: 25%;
  }
  .col-xs-1.col-4 > .o-layout__inner-item.has-gutter {
    width: 24.36975%;
  }
  .col-xs-1.col-4 > .o-layout__inner-item.has-gutter:not(:nth-child(odd)) {
    margin-right: 0;
  }
  .col-xs-1.col-4 > .o-layout__inner-item.has-gutter:not(:nth-child(4n + 4)) {
    margin-right: 0.84034%;
  }
}

.o-layout__inner-item.s-presentations, .o-layout__inner-item.s-events {
  width: 100% !important;
}

@media screen and (min-width: 56.25rem) {
  .o-layout__inner-item.s-presentations, .o-layout__inner-item.s-events {
    width: 49.57983% !important;
  }
}

.main-top-padding {
  padding-top: 3.4375rem;
}

@media screen and (min-width: 56.25rem) {
  .main-top-padding {
    padding-top: 7.8125rem;
  }
}

.section {
  background-color: #fff;
}

.section:after {
  content: '';
  display: block;
  clear: both;
}

.section--grey {
  background-color: #f1f1f1;
}

.section--blue {
  background-color: #002847;
}

.section--blue .content * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section--blue .content *:not(a) {
  color: #fff;
}

.section--dark-blue {
  background-color: #0f1f28;
}

.section--dark-blue .content * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section--dark-blue .content *:not(a) {
  color: #fff;
}

.section--top:before {
  content: '';
  width: 100%;
  height: 4.125rem;
  background-color: #0f1f28;
  display: block;
}

@media screen and (min-width: 75rem) {
  .section--top:before {
    height: 6.6875rem;
  }
}

.section--bg-texture {
  background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/bg-texture.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section__inner {
  width: 100%;
  max-width: 76.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: auto;
}

.section__inner--grey {
  background-color: #e4e4e4;
}

body::after {
  content: 'mq-small';
  display: none;
}

@media screen and (min-width: 37.5rem) {
  body::after {
    content: 'mq-medium';
  }
}

@media screen and (min-width: 56.25rem) {
  body::after {
    content: 'mq-wide';
  }
}

@media screen and (min-width: 75rem) {
  body::after {
    content: 'mq-extra-wide';
  }
}

.o-page-container {
  overflow: hidden;
  position: relative;
}

.main {
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.o-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 76.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  .o-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .o-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 75rem) {
  .o-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.o-no-margin-btm {
  margin-bottom: 0 !important;
}

.o-has-margin-top {
  margin-top: 5rem;
}

.s-home__hero-wrapper {
  display: block;
}

.s-landing__hero-wrapper {
  display: block;
}

.s-pdf-view .o-layout__wrapper {
  -js-display: flex;
}

.s-pdf-view .u-pdf-view-hide {
  display: none !important;
}

.s-pdf-view .col-2 > .o-layout__inner-item {
  width: 100%;
}

.s-pdf-view .col-2 > .o-layout__inner-item.has-gutter {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.s-pdf-view .e-img__widget-wrapper {
  text-align: center;
}

.s-pdf-view .e-img__widget-wrapper img {
  max-width: 60%;
}

.s-pdf-view .c-panel--azure * ,
.s-pdf-view .c-panel--green * {
  color: #606060;
}

.s-pdf-view .c-panel--azure h1,
.s-pdf-view .c-panel--azure h2,
.s-pdf-view .c-panel--azure h3,
.s-pdf-view .c-panel--azure h4,
.s-pdf-view .c-panel--azure h5,
.s-pdf-view .c-panel--azure h6,
.s-pdf-view .c-panel--green h1,
.s-pdf-view .c-panel--green h2,
.s-pdf-view .c-panel--green h3,
.s-pdf-view .c-panel--green h4,
.s-pdf-view .c-panel--green h5,
.s-pdf-view .c-panel--green h6 {
  color: #02345b;
}

body {
  font-family: "canada-type-gibson", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
.e-h1,
h2,
.e-h2,
h3,
.e-h3,
h4,
.e-h4,
.p-card__contact-item h3,
h5,
.e-h5,
h6,
.e-h6 {
  color: #00335c;
  font-weight: 400;
}

h1:not([class]),
.e-h1 {
  font-size: 2.8125rem;
  line-height: 1.22;
  margin: 3.3125rem 0 0.875rem;
}

@media screen and (min-width: 56.25rem) {
  h1:not([class]),
  .e-h1 {
    font-size: 3.625rem;
    margin: 4rem 0 0.875rem;
  }
}

h2:not([class]),
.e-h2 {
  font-size: 2rem;
  line-height: 1.38;
  margin: 2.1875rem 0 0.875rem;
}

@media screen and (min-width: 56.25rem) {
  h2:not([class]),
  .e-h2 {
    font-size: 2.8125rem;
    margin: 2rem 0 0.875rem;
  }
}

h3:not([class]),
.e-h3 {
  font-size: 1.625rem;
  line-height: 1.27;
  margin: 2.1875rem 0 0.875rem;
}

@media screen and (min-width: 56.25rem) {
  h3:not([class]),
  .e-h3 {
    font-size: 2rem;
    margin: 1.8125rem 0 0.875rem;
  }
}

h4:not([class]),
.e-h4,
.p-card__contact-item h3 {
  font-size: 1.125rem;
  line-height: 1.28;
  margin: 2.1875rem 0 0.875rem;
}

@media screen and (min-width: 56.25rem) {
  h4:not([class]),
  .e-h4,
  .p-card__contact-item h3 {
    font-size: 1.375rem;
    margin: 1.875rem 0 0.875rem;
  }
}

h5:not([class]),
.e-h5 {
  color: #00335c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.38;
  margin: 2.3125rem 0 0.875rem;
}

@media screen and (min-width: 56.25rem) {
  h5:not([class]),
  .e-h5 {
    font-size: 1rem;
  }
}

h6:not([class]),
.e-h6 {
  color: #00335c;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.38;
  margin: 1.875rem 0 0.875rem;
}

@media screen and (min-width: 56.25rem) {
  h6:not([class]),
  .e-h6 {
    font-size: 0.875rem;
  }
}

p {
  color: #606060;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

p:not([class]) {
  line-height: 1.38;
  margin: 1.3125rem 0 0.875rem;
}

p:not([class]) + p:not([class]) {
  margin: 0.875rem 0;
}

@media screen and (min-width: 56.25rem) {
  p:not([class]) {
    margin: 0.875rem 0;
  }
}

blockquote {
  color: #393939;
  line-height: 1.38;
  margin-left: 0;
  padding-left: 1.75rem;
  position: relative;
}

@media screen and (min-width: 56.25rem) {
  blockquote {
    margin-left: 2.5rem;
  }
}

blockquote::before {
  background-color: #09a2e2;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.5rem;
}

blockquote * {
  color: #393939;
}

blockquote p:not([class]) {
  line-height: 1.38;
}

strong {
  font-weight: 600;
}

u {
  text-decoration: underline;
}

.main u {
  text-decoration: none;
}

.highlight {
  background-color: #09a2e2;
  color: #fff;
}

.e-txt--white {
  color: #f4f4f4 !important;
}

.e-txt--grey {
  color: #606060 !important;
}

.e-txt--blue {
  color: #009ee0 !important;
}

.e-txt--marine-blue {
  color: #00335c !important;
}

.e-txt--navy {
  color: #00345d !important;
}

.e-txt--pink {
  color: #f10082 !important;
}

.e-txt--green {
  color: #78a243 !important;
}

@media screen and (min-width: 56.25rem) {
  .e-txt--18 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.e-txt--22 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 56.25rem) {
  .e-txt--22 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.e-txt--22-fix {
  font-size: 22px;
  font-size: 1.375rem;
}

.e-txt--32 {
  font-size: 32px;
  font-size: 2rem;
}

.e-txt--45 {
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (min-width: 56.25rem) {
  .e-txt--45 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

.e-txt--light {
  font-weight: 300 !important;
}

.e-txt--semi-bold {
  font-weight: 600 !important;
}

.e-txt--op-7 {
  opacity: .7;
}

.p-heading-extra {
  margin: 2.8125rem 0 1.25rem;
}

@media screen and (min-width: 56.25rem) {
  .p-heading-extra {
    align-content: flex-start;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 3.4375rem 0 2.1875rem;
  }
}

.s-investor-centre .p-heading-extra {
  margin-bottom: 0;
}

.p-heading {
  font-size: 32px;
  font-size: 2rem;
  margin: 2.8125rem 0 1.25rem;
}

@media screen and (min-width: 56.25rem) {
  .p-heading {
    font-size: 45px;
    font-size: 2.8125rem;
    margin: 3.4375rem 0 1.625rem;
  }
}

.p-heading-extra .p-heading {
  margin: 0;
}

.s-investor-centre .p-heading {
  font-size: 32px;
  font-size: 2rem;
}

.content {
  padding: 2.5rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 75rem) {
  .content {
    padding: 3.75rem 0;
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

.content:after {
  content: '';
  display: block;
  clear: both;
}

.content img {
  -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}

.content p,
.content a,
.content li {
  color: #404040;
  margin: 0 0 1.25rem 0;
  font-size: 1rem;
  line-height: 1.75rem;
}

@media screen and (min-width: 75rem) {
  .content p,
  .content a,
  .content li {
    font-size: 1.125rem;
    line-height: 1.87875rem;
  }
}

.content p:last-child {
  margin: 0;
}

@media screen and (min-width: 37.5rem) {
  .content p:first-child img.pull-right, .content p:first-child img.pull-left {
    margin-top: 1.875rem;
  }
}

.content a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  color: #009ee0;
  font-weight: 600;
  text-decoration: none;
}

.content a:before {
  -moz-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  content: '';
  background-color: currentColor;
  height: 0.0625rem;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 0.0001%;
}

.content a:hover:before, .content a:focus:before {
  width: 100%;
}

.content a:hover, .content a:focus {
  color: #00335c;
}

.section--dark-blue .content a:hover, .section--dark-blue .content a:focus {
  color: #f4f4f4;
}

.content ul,
.content ol {
  margin: 0 0 1.25rem 0;
  padding: 0 0 0 1.25rem;
}

@media screen and (min-width: 56.25rem) {
  .content ul,
  .content ol {
    margin-bottom: 1.875rem;
  }
}

.content ul li,
.content ol li {
  padding: 0 0 0 0.625rem;
  margin: 0 0 1rem 0;
}

.content ul li:last-child,
.content ol li:last-child {
  margin: 0;
}

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

@media screen and (min-width: 56.25rem) {
  .content ul ul,
  .content ul ol,
  .content ol ul,
  .content ol ol {
    margin-bottom: 1rem;
  }
}

.content ul:last-child,
.content ol:last-child {
  margin-bottom: 0;
}

.content strong {
  color: #171717;
  font-weight: 600;
}

.content .table {
  min-width: 53.75rem;
  margin-bottom: 0;
}

@media print {
  .content .table {
    min-width: 0;
  }
}

.content .table__wrapper {
  position: relative;
  margin-bottom: 1.875rem;
}

.content .table__wrapper:last-child {
  margin-bottom: 0;
}

.content .table__wrapper.scrolling:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, rgba(244, 244, 244, 0) 0%, #f4f4f4 100%);
  width: 6.25rem;
}

.section--blue .content .table__wrapper.scrolling:after {
  background: linear-gradient(to right, rgba(0, 40, 71, 0) 0%, #002847 100%);
}

.section--dark-blue .content .table__wrapper.scrolling:after {
  background: linear-gradient(to right, rgba(15, 31, 40, 0) 0%, #0f1f28 100%);
}

.section--grey .content .table__wrapper.scrolling:after {
  background: linear-gradient(to right, rgba(228, 228, 228, 0) 0%, #e4e4e4 100%);
}

@media print {
  .content .table__wrapper.scrolling:after {
    display: none;
  }
}

.content .table__inner {
  overflow-x: scroll;
  position: relative;
}

@media screen and (min-width: 56.25rem) {
  .content .table__inner {
    overflow-x: auto;
  }
}

.content table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.875rem;
}

.content table:last-child {
  margin-bottom: 0;
}

.section--blue .content table li,
.section--dark-blue .content table li, .section--blue
.content table p,
.section--dark-blue
.content table p, .section--blue
.content table strong,
.section--dark-blue
.content table strong, .section--blue
.content table th,
.section--dark-blue
.content table th, .section--blue
.content table td,
.section--dark-blue
.content table td {
  color: #404040;
}

.content table th,
.content table td {
  border: 1px solid #e3e3e3;
  font-size: 0.875rem;
  line-height: 1.43;
  color: #404040;
  padding: 1.25rem 1.125rem;
  background-color: #f4f4f4;
}

.content table td {
  vertical-align: top;
}

.content table th {
  font-weight: 600;
  background-color: #f1f1f1;
  text-align: left;
}

.content table ul li,
.content table ol li {
  font-size: 0.875rem;
  line-height: 1.43;
  color: #404040;
}

.content table p {
  font-size: 0.875rem;
  line-height: 1.43;
  color: #404040;
}

.content table a {
  font-size: 0.875rem;
  line-height: 1.43;
}

.content table a:before {
  display: none;
}

.content table a:hover, .content table a:focus {
  text-decoration: underline;
}

.content table thead tr:first-child th {
  background-color: #24407e;
  color: #f4f4f4;
  padding: 0.5rem 1.125rem;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1.6px;
}

.content table tbody th {
  background-color: #e4e4e4;
  vertical-align: top;
}

.content table.phases thead tr:first-child th {
  padding: 1.125rem 1.125rem;
  text-align: center;
}

.content table.phases thead tr:first-child th:nth-child(3n) {
  background-color: #192c55;
}

.content table.phases thead tr:first-child th:nth-child(3n+1) {
  background-color: #0f1f28;
}

.content table.phases thead tr:first-child th:nth-child(3n+2) {
  background-color: #24407e;
}

.content table.phases thead tr:first-child th:nth-child(1) {
  background-color: transparent;
  border-top: transparent;
  border-left: transparent;
}

.content table.icons ul li,
.content table.icons ol li {
  font-size: 1rem;
  line-height: 1.5;
}

.content table.icons p,
.content table.icons a {
  font-size: 1rem;
  line-height: 1.5;
}

.content table.icons img {
  float: left;
  margin: 0.125rem;
  width: 3.25rem;
  height: auto;
}

.content table.icons thead tr:first-child th {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: #171717;
  padding: 1.25rem 1.125rem;
}

.content table.icons tbody td,
.content table.icons tbody th {
  background-color: #e4e4e4;
  border-left: none;
  border-right: none;
  font-size: 1rem;
  line-height: 1.5;
}

.content table.icons tbody tr:last-child th,
.content table.icons tbody tr:last-child td {
  border-bottom: none;
}

.content table.clean {
  margin-top: 1.875rem;
}

.content table.clean td,
.content table.clean th {
  border: none;
  padding: 1.25rem 1.125rem;
  font-size: 1rem;
  line-height: 1.5;
}

.content table.clean td:first-child,
.content table.clean th:first-child {
  padding-left: 0;
}

.content table.clean td:last-child,
.content table.clean th:last-child {
  padding-right: 0;
}

.content table.clean p,
.content table.clean a {
  font-size: 1rem;
  line-height: 1.5;
}

.content table.clean tr {
  border-bottom: 1px solid #e3e3e3;
}

.content table.clean img {
  margin-bottom: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.content .content--small {
  font-size: 0.875rem;
  line-height: 1.625rem;
}

@media screen and (min-width: 75rem) {
  .content .content--small {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

h2.block {
  font-size: 1.875rem;
  letter-spacing: 0.25rem;
  line-height: 2.5rem;
  font-weight: normal;
  margin: 0 0 1.25rem 0;
  text-transform: uppercase;
}

@media screen and (min-width: 75rem) {
  h2.block {
    font-size: 2.375rem;
    letter-spacing: 0.3125rem;
    line-height: 2.875rem;
    margin: 0 0 1.875rem 0;
  }
}

/* Variables */
/* Styles */
table {
  margin: 1.25rem 0 2.5rem;
  border: none;
  min-width: 31.25rem;
}

@media screen and (min-width: 56.25rem) {
  table {
    table-layout: fixed;
  }
}

caption {
  color: #666;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

tbody tr {
  border-bottom: 0.0625rem solid #e4e4e4;
}

td,
th {
  border: none;
  font-size: 0.6875rem;
  padding: 0.3125rem 0.625rem;
  text-align: left;
  vertical-align: top;
}

td.text-center,
th.text-center {
  text-align: center;
}

table.vertically-center td, table.vertically-center
th {
  vertical-align: middle;
}

td a,
th a {
  font-size: 0.6875rem;
}

td h1:not([class]),
td h2:not([class]),
td h3:not([class]),
td h4:not([class]),
td h5:not([class]),
td h6:not([class]),
td p:not([class]),
th h1:not([class]),
th h2:not([class]),
th h3:not([class]),
th h4:not([class]),
th h5:not([class]),
th h6:not([class]),
th p:not([class]) {
  margin: 0;
}

th,
td.u-table-heading {
  background-color: #f4f4f4;
  color: #00335c;
  font-weight: 600;
  text-transform: uppercase;
}

td {
  background-color: #fff;
  border: none;
  color: #666;
}

.table__wrapper {
  margin: 1.25rem 0 2.5rem;
  position: relative;
  width: 100%;
}

.table__wrapper::after {
  -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  content: '';
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1);
  height: 100%;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
}

.table__wrapper.is-end::after {
  opacity: 0;
}

.table__wrapper > caption {
  display: block;
}

.table__inner {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  position: relative;
}

.table__inner > table {
  margin: 0;
}

.e-tbl--large td,
.e-tbl--large th {
  font-size: 1rem;
  padding: 1.3125rem 1.25rem 1.25rem;
}

.e-tbl--large a {
  font-size: 1rem;
}

.e-tbl--large h5:not([class]) {
  font-size: 1rem;
}

.e-tbl--auto-layout {
  table-layout: auto;
}

.e-tbl--fixed-layout {
  table-layout: fixed;
}

img {
  object-fit: cover;
  object-position: center;
}

tbody img {
  object-fit: contain;
}

figure:not([class]), figure.full-width, figure.pull-centre, figure.pull-left, figure.pull-right {
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  figure:not([class]), figure.full-width, figure.pull-centre, figure.pull-left, figure.pull-right {
    width: auto;
  }
}

figure:not([class]) > img, figure.full-width > img, figure.pull-centre > img, figure.pull-left > img, figure.pull-right > img {
  min-height: 12.5rem;
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  figure:not([class]) > img, figure.full-width > img, figure.pull-centre > img, figure.pull-left > img, figure.pull-right > img {
    width: auto;
  }
}

@media screen and (min-width: 37.5rem) {
  figure.pull-centre > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  figure.pull-centre > figcaption {
    margin: 0.8125rem 0 1rem;
  }
}

@media screen and (min-width: 37.5rem) and (min-width: 37.5rem) {
  figure.pull-centre > figcaption {
    text-align: center;
  }
}

@media screen and (min-width: 37.5rem) {
  figure.pull-left {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 37.5rem) {
  figure.pull-right {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 37.5rem) {
  figure.full-width {
    width: 100%;
  }
}

@media screen and (min-width: 37.5rem) {
  figure.full-width > img {
    width: 100%;
  }
}

figure > figcaption {
  color: #606060;
  font-size: 1rem;
  margin: 0.375rem 0 1rem;
}

.e-img-video-thumb::after {
  background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/ico-play.svg");
  content: '';
  height: 6.0625rem;
  left: 50%;
  margin-left: -2.875rem;
  margin-top: -2.875rem;
  position: absolute;
  top: 50%;
  width: 6.0625rem;
}

.e-img__widget-wrapper {
  margin-bottom: 2.1875rem;
}

.e-img__widget-wrapper:last-child {
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 56.25rem) {
  .e-img__widget-wrapper:last-child {
    margin-bottom: 1.75rem;
  }
}

.img-corner {
  box-shadow: 0 0.9375rem 1.25rem -0.625rem rgba(0, 0, 0, 0.45);
  position: relative;
}

@media screen and (min-width: 56.25rem) {
  .img-corner {
    margin-top: 1.0625rem;
  }
}

.img-corner::before, .img-corner::after {
  border-style: solid;
  border-width: 0 1.5rem 1.5rem 0;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}

@media screen and (min-width: 37.5rem) {
  .img-corner::before, .img-corner::after {
    border-width: 0 1.875rem 1.875rem 0;
  }
}

@media screen and (min-width: 56.25rem) {
  .img-corner::before, .img-corner::after {
    border-width: 0 2.1875rem 2.1875rem 0;
  }
}

.img-corner::before {
  border-color: transparent #fff transparent;
  right: 0;
  width: 0;
}

.img-corner::after {
  border-color: transparent #009ee0 transparent;
  right: -0.25rem;
  top: -0.25rem;
}

@media screen and (min-width: 56.25rem) {
  .img-corner::after {
    right: -0.625rem;
    top: -0.625rem;
  }
}

.img-corner__src {
  display: block;
  max-height: 20.3125rem;
  min-width: 100%;
}

.e-img--zoom {
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.e-img--zoom:focus, .e-img--zoom:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

a {
  position: relative;
  text-decoration: none;
}

a::before {
  -moz-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: currentColor;
  bottom: 0;
  content: '';
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: .0001%;
}

a:hover::before, a:focus::before {
  background-color: currentColor;
  content: '';
  width: 100%;
}

.link-reset::before {
  display: none;
}

a {
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  color: #009ee0;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 1.5em;
  position: relative;
}

a:hover {
  color: #00335c;
}

a[href^='tel'], a.e-link--phone {
  margin-right: 0;
}

a.e-txt--grey:hover {
  color: #00345d !important;
}

.o-content a::before {
  display: none;
}

.o-content a:focus, .o-content a:hover {
  text-decoration: underline;
}

.main a {
  margin-right: 0;
}

.main a.has-icon {
  margin-right: 1.5em;
}

.c-link::before {
  content: none !important;
}

.c-link span {
  margin-right: 0.3125rem;
}

.c-link svg {
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.c-link--arrow-opps svg {
  left: 0;
  right: 0;
  transform: rotate(180deg);
}

.c-link--arrow-opps span {
  margin-left: 1rem;
}

ol,
ul {
  margin-bottom: 1.5625rem;
  padding-left: 2.1875rem;
}

@media screen and (min-width: 75rem) {
  ol,
  ul {
    margin-bottom: 1.5625rem;
    padding-left: 2.375rem;
  }
}

ol li,
ul li {
  color: #606060;
  position: relative;
}

@media screen and (min-width: 75rem) {
  ol li,
  ul li {
    margin-bottom: 0.625rem;
  }
  ol li:last-child,
  ul li:last-child {
    margin-bottom: 0;
  }
}

ol li::before,
ul li::before {
  content: '';
  display: block;
  left: -2.1875rem;
  position: absolute;
}

@media screen and (min-width: 75rem) {
  ol li::before,
  ul li::before {
    left: -2.375rem;
  }
}

ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin-bottom: 0;
  margin-top: 0.625rem;
  padding-left: 2.1875rem;
}

@media screen and (min-width: 75rem) {
  ol li ol,
  ol li ul,
  ul li ol,
  ul li ul {
    padding-left: 2.1875rem;
  }
}

@media screen and (min-width: 75rem) {
  ol li ol ol,
  ol li ol ul,
  ol li ul ol,
  ol li ul ul,
  ul li ol ol,
  ul li ol ul,
  ul li ul ol,
  ul li ul ul {
    padding-left: 2.3125rem;
  }
}

ol li li::before,
ul li li::before {
  left: -2.0625rem;
}

@media screen and (min-width: 75rem) {
  ol li li::before,
  ul li li::before {
    left: -2.0625rem;
  }
}

ul li {
  position: relative;
}

ul li::before {
  background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/ico-bullet.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 0.375rem;
  top: 0.375rem;
  width: 0.375rem;
}

ul ol > li::before {
  background-image: none;
  top: 0;
}

ol {
  counter-reset: ol-lev-1;
}

ol > li::before {
  content: counter(ol-lev-1) ".";
  counter-increment: ol-lev-1;
}

/* Mixins */
/* Placeholders */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0.125rem solid transparent;
  border-radius: 0.0625rem;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  text-align: center;
  text-decoration: none;
}

select::-ms-expand {
  display: none;
}

/* Styles */
form {
  display: block;
}

@media screen and (min-width: 75rem) {
  form {
    width: 50%;
  }
}

abbr[title] {
  border: none;
  text-decoration: none;
}

input[type='email'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
select,
textarea {
  -moz-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: transparent;
  border: none;
  color: #404040;
  display: block;
  padding: 0.3125rem 0;
  position: relative;
  width: 100%;
}

input[type='email']:not(:disabled):focus, input[type='email']:not(:disabled):hover,
input[type='password']:not(:disabled):focus,
input[type='password']:not(:disabled):hover,
input[type='search']:not(:disabled):focus,
input[type='search']:not(:disabled):hover,
input[type='tel']:not(:disabled):focus,
input[type='tel']:not(:disabled):hover,
input[type='text']:not(:disabled):focus,
input[type='text']:not(:disabled):hover,
select:not(:disabled):focus,
select:not(:disabled):hover,
textarea:not(:disabled):focus,
textarea:not(:disabled):hover {
  border-color: #33a5df;
}

input[type='email']:not(:disabled):focus,
input[type='password']:not(:disabled):focus,
input[type='search']:not(:disabled):focus,
input[type='tel']:not(:disabled):focus,
input[type='text']:not(:disabled):focus,
select:not(:disabled):focus,
textarea:not(:disabled):focus {
  outline: none;
}

input[type='email'].error:not(:disabled),
input[type='password'].error:not(:disabled),
input[type='search'].error:not(:disabled),
input[type='tel'].error:not(:disabled),
input[type='text'].error:not(:disabled),
select.error:not(:disabled),
textarea.error:not(:disabled) {
  border-color: #d10003;
}

.rgba input[type='email'], .rgba
input[type='password'], .rgba
input[type='search'], .rgba
input[type='tel'], .rgba
input[type='text'], .rgba
select, .rgba
textarea {
  border-color: rgba(0, 0, 0, 0.12);
}

select {
  -moz-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/ico-arrow-down.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  color: #a5a5a5;
  text-align: left;
}

select[multiple="multiple"] {
  background-image: none;
}

select:focus, select:hover {
  color: #33a5df;
}

.rgba select {
  color: rgba(0, 0, 0, 0.38);
}

.rgba select:focus, .rgba select:hover {
  color: #33a5df;
}

select.error {
  color: #d10003;
}

textarea {
  border-color: #e4e4e4;
  border-style: solid;
  border-width: 0.0625rem;
  min-height: 2.25rem;
  padding: 0.625rem;
  resize: vertical;
}

textarea::after {
  display: none;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  color: #606060;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 1rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: top;
  width: 49%;
}

@media screen and (min-width: 37.5rem) {
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    margin-right: 3.125rem;
    width: auto;
  }
}

input[type='checkbox'] + label::before, input[type='checkbox'] + label::after,
input[type='radio'] + label::before,
input[type='radio'] + label::after {
  background-color: transparent;
  border-style: solid;
  content: '';
  display: inline-block;
  position: absolute;
  top: 0.125rem;
}

input[type='checkbox'] + label::before,
input[type='radio'] + label::before {
  border-color: #a5a5a5;
}

input[type='checkbox'] + label:focus, input[type='checkbox'] + label:hover,
input[type='radio'] + label:focus,
input[type='radio'] + label:hover {
  color: #33a5df;
}

input[type='checkbox'] + label:focus::before, input[type='checkbox'] + label:hover::before,
input[type='radio'] + label:focus::before,
input[type='radio'] + label:hover::before {
  border-color: #33a5df;
}

input[type='checkbox']:focus + label::before,
input[type='radio']:focus + label::before {
  border-color: #33a5df;
}

input[type='checkbox'] + label::before {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  border-radius: 0.1875rem;
  border-width: 0.125rem;
  height: 1.125rem;
  left: 0;
  width: 1.125rem;
}

input[type='checkbox'] + label::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  border-color: transparent;
  border-width: 0 0.125rem 0.125rem 0;
  height: 0.75rem;
  left: 0.375rem;
  top: 0.25rem;
  width: 0.375rem;
}

input[type='checkbox']:checked + label::before {
  background-color: #33a5df;
  border-color: #33a5df;
}

input[type='checkbox']:checked + label::after {
  border-color: #fff;
}

input[type='radio'] + label::before {
  -moz-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: transparent;
  border-radius: 50%;
  border-width: 0.125rem;
  height: 1.125rem;
  left: 0;
  width: 1.125rem;
}

input[type='radio'] + label::after {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: transparent;
  border-color: transparent;
  border-radius: 50%;
  height: 0.5rem;
  left: 0.3125rem;
  top: 0.4375rem;
  width: 0.5rem;
}

input[type='radio']:checked + label::before {
  border-color: #33a5df;
}

input[type='radio']:checked + label::after {
  background-color: #33a5df;
}

input[type='submit'] {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.6875rem 1.125rem;
  text-transform: uppercase;
}

.s-search__form input[type='search'] {
  font-size: 1.125rem;
}

.s-search__form input[type='search']::-webkit-input-placeholder {
  font-size: 1.125rem;
}

.s-search__form input[type='search']::-moz-placeholder {
  font-size: 1.125rem;
}

.s-search__form input[type='search']:-ms-input-placeholder {
  font-size: 1.125rem;
}

.s-search__form input[type='search']:-moz-placeholder {
  font-size: 1.125rem;
}

@media screen and (min-width: 56.25rem) {
  .s-search__form input[type='search'] {
    font-size: 2rem;
  }
  .s-search__form input[type='search']::-webkit-input-placeholder {
    font-size: 2rem;
  }
  .s-search__form input[type='search']::-moz-placeholder {
    font-size: 2rem;
  }
  .s-search__form input[type='search']:-ms-input-placeholder {
    font-size: 2rem;
  }
  .s-search__form input[type='search']:-moz-placeholder {
    font-size: 2rem;
  }
}

.sq-form-question {
  margin: 3.3125rem 0;
  position: relative;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question {
    margin: 3.5rem 0;
  }
}

.sq-form-question:not(.sq-form-question-file-upload)::before {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #dadada;
  bottom: 0;
  content: '';
  display: block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.sq-form-question:not(.sq-form-question-file-upload)::after {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #33a5df;
  bottom: 0;
  content: '';
  display: block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: .0001%;
}

.sq-form-question.is-active::after {
  width: 100%;
}

.sq-form-question.error:not(.sq-form-question-file-upload)::after {
  background-color: #d10003;
  width: 100%;
}

.sq-form-question .sq-form-field {
  color: #00335c;
}

.sq-form-question-checkbox::before, .sq-form-question-checkbox::after,
.sq-form-question-radio::before,
.sq-form-question-radio::after,
.sq-form-question-textarea::before,
.sq-form-question-textarea::after {
  display: none;
}

.sq-form-question-checkbox ul,
.sq-form-question-radio ul {
  margin-bottom: 0;
  padding-left: 0;
}

.sq-form-question-checkbox li::before,
.sq-form-question-radio li::before {
  display: none;
}

.no-js .e-frm-upload label.c-btn,
.no-js .e-frm-upload span {
  display: none;
}

.js .e-frm-upload input[type='file'] {
  opacity: 0;
  width: 0.0625rem;
}

.js .e-frm-upload span {
  margin-left: 0.625rem;
}

.sq-form-question-title {
  -ms-transform: translateY(-50%) scale(0.75);
  -webkit-transform: translateY(-50%) scale(0.75);
  transform: translateY(-50%) scale(0.75);
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), z-index 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), z-index 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), z-index 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  color: #a5a5a5;
  font-size: 1rem;
  left: 0;
  position: absolute;
  top: -30%;
  transform-origin: left 50% 0;
  z-index: -1;
}

.js .sq-form-question-title {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.js .sq-form-question.is-active .sq-form-question-title {
  -ms-transform: scale(0.75) translateY(-200%);
  -webkit-transform: scale(0.75) translateY(-200%);
  transform: scale(0.75) translateY(-200%);
  color: #33a5df;
}

.sq-form-question-checkbox .sq-form-question-title,
.sq-form-question-radio .sq-form-question-title,
.sq-form-question-select .sq-form-question-title {
  display: none;
}

.sq-form-question-textarea .sq-form-question-title {
  top: -10%;
}

.js .sq-form-question-textarea .sq-form-question-title {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  left: 0.625rem;
  top: 0.625rem;
}

.sq-form-question-textarea.is-active .sq-form-question-title {
  -ms-transform: scale(0.75) translate(-0.625rem, -200%);
  -webkit-transform: scale(0.75) translate(-0.625rem, -200%);
  transform: scale(0.75) translate(-0.625rem, -200%);
}

.sq-form-question.error .sq-form-question-title {
  color: #d10003;
}

.js .sq-form-question-file-upload .sq-form-question-title {
  top: -30%;
}

.js .sq-form-question-select-multiple .sq-form-question-title {
  top: -20%;
}

.sq-form-required-field {
  border: none !important;
}

label.error {
  color: #d10003;
  font-size: 0.75rem;
  margin: 0;
  position: absolute;
}

@media screen and (min-width: 75rem) {
  label.error {
    margin-top: 0.25rem;
  }
}

.sq-form-control {
  text-align: right;
}

.e-form__contact {
  margin-top: 4.6875rem;
  padding: 0 1.625rem 0.75rem;
  position: relative;
}

@media screen and (min-width: 37.5rem) {
  .e-form__contact {
    margin-bottom: 5rem;
    margin-top: 1.5rem;
    padding: 0 1.625rem 1.25rem;
  }
}

.e-form__contact form {
  width: 100%;
}

.e-form__contact .sq-form-required-field-note {
  color: #606060;
  left: 0;
  position: absolute;
  top: -3.25rem;
}

@media screen and (min-width: 37.5rem) {
  .e-form__contact .sq-form-required-field-note {
    left: auto;
    right: 0;
    top: -2.75rem;
  }
}

.e-form__contact .sq-form-question,
.e-form__contact .sq-form-control {
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  .e-form__contact .sq-form-question,
  .e-form__contact .sq-form-control {
    width: 85%;
  }
}

.e-form__contact .sq-form-question {
  margin: 1.875rem 0 0;
}

@media screen and (min-width: 37.5rem) {
  .e-form__contact .sq-form-question {
    margin: 2.25rem 0 0;
  }
}

.e-form__contact .sq-form-question.sq-form-question-textarea {
  margin: 2.5rem 0 0;
}

.e-form__contact .sq-form-control {
  margin: 1.625rem 0 0;
  text-align: left;
}

@media screen and (min-width: 37.5rem) {
  .e-form__contact .sq-form-control {
    text-align: right;
  }
}

.e-form__contact input[type='email'],
.e-form__contact input[type='password'],
.e-form__contact input[type='search'],
.e-form__contact input[type='tel'],
.e-form__contact input[type='text'],
.e-form__contact select,
.e-form__contact textarea {
  padding: 0.5rem 0;
  text-align: left;
}

@media screen and (min-width: 37.5rem) {
  .e-form__contact input[type='email'],
  .e-form__contact input[type='password'],
  .e-form__contact input[type='search'],
  .e-form__contact input[type='tel'],
  .e-form__contact input[type='text'],
  .e-form__contact select,
  .e-form__contact textarea {
    padding: 0.3125rem 0;
  }
}

.e-form__contact select {
  color: #404040;
}

.e-form__contact select.error {
  color: #d10003;
}

.e-form__contact textarea {
  border-width: 0 0 0.0625rem;
  padding: 0;
}

.e-form__contact .sq-form-question-textarea .sq-form-question-title {
  left: 0;
}

.e-form__contact .sq-form-question-textarea.is-active .sq-form-question-title {
  -ms-transform: scale(0.75) translate(0, -200%);
  -webkit-transform: scale(0.75) translate(0, -200%);
  transform: scale(0.75) translate(0, -200%);
}

.e-form__contact .sq-form-question-title {
  color: #8a8a8a;
  z-index: 0;
}

/* Mixins */
/* Placeholders */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0.125rem solid transparent;
  border-radius: 0.0625rem;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  text-align: center;
  text-decoration: none;
}

select::-ms-expand {
  display: none;
}

/* Styles */
form {
  display: block;
}

@media screen and (min-width: 75rem) {
  form {
    width: 50%;
  }
}

abbr[title] {
  border: none;
  text-decoration: none;
}

input[type='email'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
select,
textarea {
  -moz-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: transparent;
  border: none;
  color: #404040;
  display: block;
  padding: 0.3125rem 0;
  position: relative;
  width: 100%;
}

input[type='email']:not(:disabled):focus, input[type='email']:not(:disabled):hover,
input[type='password']:not(:disabled):focus,
input[type='password']:not(:disabled):hover,
input[type='search']:not(:disabled):focus,
input[type='search']:not(:disabled):hover,
input[type='tel']:not(:disabled):focus,
input[type='tel']:not(:disabled):hover,
input[type='text']:not(:disabled):focus,
input[type='text']:not(:disabled):hover,
select:not(:disabled):focus,
select:not(:disabled):hover,
textarea:not(:disabled):focus,
textarea:not(:disabled):hover {
  border-color: #33a5df;
}

input[type='email']:not(:disabled):focus,
input[type='password']:not(:disabled):focus,
input[type='search']:not(:disabled):focus,
input[type='tel']:not(:disabled):focus,
input[type='text']:not(:disabled):focus,
select:not(:disabled):focus,
textarea:not(:disabled):focus {
  outline: none;
}

input[type='email'].error:not(:disabled),
input[type='password'].error:not(:disabled),
input[type='search'].error:not(:disabled),
input[type='tel'].error:not(:disabled),
input[type='text'].error:not(:disabled),
select.error:not(:disabled),
textarea.error:not(:disabled) {
  border-color: #d10003;
}

.rgba input[type='email'], .rgba
input[type='password'], .rgba
input[type='search'], .rgba
input[type='tel'], .rgba
input[type='text'], .rgba
select, .rgba
textarea {
  border-color: rgba(0, 0, 0, 0.12);
}

select {
  -moz-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/ico-arrow-down.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  color: #a5a5a5;
  text-align: left;
}

select[multiple="multiple"] {
  background-image: none;
}

select:focus, select:hover {
  color: #33a5df;
}

.rgba select {
  color: rgba(0, 0, 0, 0.38);
}

.rgba select:focus, .rgba select:hover {
  color: #33a5df;
}

select.error {
  color: #d10003;
}

textarea {
  border-color: #e4e4e4;
  border-style: solid;
  border-width: 0.0625rem;
  min-height: 2.25rem;
  padding: 0.625rem;
  resize: vertical;
}

textarea::after {
  display: none;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  color: #606060;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 1rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: top;
  width: 49%;
}

@media screen and (min-width: 37.5rem) {
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    margin-right: 3.125rem;
    width: auto;
  }
}

input[type='checkbox'] + label::before, input[type='checkbox'] + label::after,
input[type='radio'] + label::before,
input[type='radio'] + label::after {
  background-color: transparent;
  border-style: solid;
  content: '';
  display: inline-block;
  position: absolute;
  top: 0.125rem;
}

input[type='checkbox'] + label::before,
input[type='radio'] + label::before {
  border-color: #a5a5a5;
}

input[type='checkbox'] + label:focus, input[type='checkbox'] + label:hover,
input[type='radio'] + label:focus,
input[type='radio'] + label:hover {
  color: #33a5df;
}

input[type='checkbox'] + label:focus::before, input[type='checkbox'] + label:hover::before,
input[type='radio'] + label:focus::before,
input[type='radio'] + label:hover::before {
  border-color: #33a5df;
}

input[type='checkbox']:focus + label::before,
input[type='radio']:focus + label::before {
  border-color: #33a5df;
}

input[type='checkbox'] + label::before {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  border-radius: 0.1875rem;
  border-width: 0.125rem;
  height: 1.125rem;
  left: 0;
  width: 1.125rem;
}

input[type='checkbox'] + label::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  border-color: transparent;
  border-width: 0 0.125rem 0.125rem 0;
  height: 0.75rem;
  left: 0.375rem;
  top: 0.25rem;
  width: 0.375rem;
}

input[type='checkbox']:checked + label::before {
  background-color: #33a5df;
  border-color: #33a5df;
}

input[type='checkbox']:checked + label::after {
  border-color: #fff;
}

input[type='radio'] + label::before {
  -moz-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: transparent;
  border-radius: 50%;
  border-width: 0.125rem;
  height: 1.125rem;
  left: 0;
  width: 1.125rem;
}

input[type='radio'] + label::after {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: transparent;
  border-color: transparent;
  border-radius: 50%;
  height: 0.5rem;
  left: 0.3125rem;
  top: 0.4375rem;
  width: 0.5rem;
}

input[type='radio']:checked + label::before {
  border-color: #33a5df;
}

input[type='radio']:checked + label::after {
  background-color: #33a5df;
}

input[type='submit'] {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.6875rem 1.125rem;
  text-transform: uppercase;
}

.s-search__form input[type='search'] {
  font-size: 1.125rem;
}

.s-search__form input[type='search']::-webkit-input-placeholder {
  font-size: 1.125rem;
}

.s-search__form input[type='search']::-moz-placeholder {
  font-size: 1.125rem;
}

.s-search__form input[type='search']:-ms-input-placeholder {
  font-size: 1.125rem;
}

.s-search__form input[type='search']:-moz-placeholder {
  font-size: 1.125rem;
}

@media screen and (min-width: 56.25rem) {
  .s-search__form input[type='search'] {
    font-size: 2rem;
  }
  .s-search__form input[type='search']::-webkit-input-placeholder {
    font-size: 2rem;
  }
  .s-search__form input[type='search']::-moz-placeholder {
    font-size: 2rem;
  }
  .s-search__form input[type='search']:-ms-input-placeholder {
    font-size: 2rem;
  }
  .s-search__form input[type='search']:-moz-placeholder {
    font-size: 2rem;
  }
}

.sq-form-question {
  margin: 3.3125rem 0;
  position: relative;
}

@media screen and (min-width: 56.25rem) {
  .sq-form-question {
    margin: 3.5rem 0;
  }
}

.sq-form-question:not(.sq-form-question-file-upload)::before {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #dadada;
  bottom: 0;
  content: '';
  display: block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.sq-form-question:not(.sq-form-question-file-upload)::after {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #33a5df;
  bottom: 0;
  content: '';
  display: block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: .0001%;
}

.sq-form-question.is-active::after {
  width: 100%;
}

.sq-form-question.error:not(.sq-form-question-file-upload)::after {
  background-color: #d10003;
  width: 100%;
}

.sq-form-question .sq-form-field {
  color: #00335c;
}

.sq-form-question-checkbox::before, .sq-form-question-checkbox::after,
.sq-form-question-radio::before,
.sq-form-question-radio::after,
.sq-form-question-textarea::before,
.sq-form-question-textarea::after {
  display: none;
}

.sq-form-question-checkbox ul,
.sq-form-question-radio ul {
  margin-bottom: 0;
  padding-left: 0;
}

.sq-form-question-checkbox li::before,
.sq-form-question-radio li::before {
  display: none;
}

.no-js .e-frm-upload label.c-btn,
.no-js .e-frm-upload span {
  display: none;
}

.js .e-frm-upload input[type='file'] {
  opacity: 0;
  width: 0.0625rem;
}

.js .e-frm-upload span {
  margin-left: 0.625rem;
}

.sq-form-question-title {
  -ms-transform: translateY(-50%) scale(0.75);
  -webkit-transform: translateY(-50%) scale(0.75);
  transform: translateY(-50%) scale(0.75);
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), z-index 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), z-index 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), z-index 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  color: #a5a5a5;
  font-size: 1rem;
  left: 0;
  position: absolute;
  top: -30%;
  transform-origin: left 50% 0;
  z-index: -1;
}

.js .sq-form-question-title {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.js .sq-form-question.is-active .sq-form-question-title {
  -ms-transform: scale(0.75) translateY(-200%);
  -webkit-transform: scale(0.75) translateY(-200%);
  transform: scale(0.75) translateY(-200%);
  color: #33a5df;
}

.sq-form-question-checkbox .sq-form-question-title,
.sq-form-question-radio .sq-form-question-title,
.sq-form-question-select .sq-form-question-title {
  display: none;
}

.sq-form-question-textarea .sq-form-question-title {
  top: -10%;
}

.js .sq-form-question-textarea .sq-form-question-title {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  left: 0.625rem;
  top: 0.625rem;
}

.sq-form-question-textarea.is-active .sq-form-question-title {
  -ms-transform: scale(0.75) translate(-0.625rem, -200%);
  -webkit-transform: scale(0.75) translate(-0.625rem, -200%);
  transform: scale(0.75) translate(-0.625rem, -200%);
}

.sq-form-question.error .sq-form-question-title {
  color: #d10003;
}

.js .sq-form-question-file-upload .sq-form-question-title {
  top: -30%;
}

.js .sq-form-question-select-multiple .sq-form-question-title {
  top: -20%;
}

.sq-form-required-field {
  border: none !important;
}

label.error {
  color: #d10003;
  font-size: 0.75rem;
  margin: 0;
  position: absolute;
}

@media screen and (min-width: 75rem) {
  label.error {
    margin-top: 0.25rem;
  }
}

.sq-form-control {
  text-align: right;
}

.e-form__contact {
  margin-top: 4.6875rem;
  padding: 0 1.625rem 0.75rem;
  position: relative;
}

@media screen and (min-width: 37.5rem) {
  .e-form__contact {
    margin-bottom: 5rem;
    margin-top: 1.5rem;
    padding: 0 1.625rem 1.25rem;
  }
}

.e-form__contact form {
  width: 100%;
}

.e-form__contact .sq-form-required-field-note {
  color: #606060;
  left: 0;
  position: absolute;
  top: -3.25rem;
}

@media screen and (min-width: 37.5rem) {
  .e-form__contact .sq-form-required-field-note {
    left: auto;
    right: 0;
    top: -2.75rem;
  }
}

.e-form__contact .sq-form-question,
.e-form__contact .sq-form-control {
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  .e-form__contact .sq-form-question,
  .e-form__contact .sq-form-control {
    width: 85%;
  }
}

.e-form__contact .sq-form-question {
  margin: 1.875rem 0 0;
}

@media screen and (min-width: 37.5rem) {
  .e-form__contact .sq-form-question {
    margin: 2.25rem 0 0;
  }
}

.e-form__contact .sq-form-question.sq-form-question-textarea {
  margin: 2.5rem 0 0;
}

.e-form__contact .sq-form-control {
  margin: 1.625rem 0 0;
  text-align: left;
}

@media screen and (min-width: 37.5rem) {
  .e-form__contact .sq-form-control {
    text-align: right;
  }
}

.e-form__contact input[type='email'],
.e-form__contact input[type='password'],
.e-form__contact input[type='search'],
.e-form__contact input[type='tel'],
.e-form__contact input[type='text'],
.e-form__contact select,
.e-form__contact textarea {
  padding: 0.5rem 0;
  text-align: left;
}

@media screen and (min-width: 37.5rem) {
  .e-form__contact input[type='email'],
  .e-form__contact input[type='password'],
  .e-form__contact input[type='search'],
  .e-form__contact input[type='tel'],
  .e-form__contact input[type='text'],
  .e-form__contact select,
  .e-form__contact textarea {
    padding: 0.3125rem 0;
  }
}

.e-form__contact select {
  color: #404040;
}

.e-form__contact select.error {
  color: #d10003;
}

.e-form__contact textarea {
  border-width: 0 0 0.0625rem;
  padding: 0;
}

.e-form__contact .sq-form-question-textarea .sq-form-question-title {
  left: 0;
}

.e-form__contact .sq-form-question-textarea.is-active .sq-form-question-title {
  -ms-transform: scale(0.75) translate(0, -200%);
  -webkit-transform: scale(0.75) translate(0, -200%);
  transform: scale(0.75) translate(0, -200%);
}

.e-form__contact .sq-form-question-title {
  color: #8a8a8a;
  z-index: 0;
}

#sq_security_key {
  min-height: 5rem;
  width: unset;
}

.e-iframe-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 1.5625rem;
  position: relative;
}

.e-iframe-responsive iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-breadcrumbs__wrapper {
  margin-bottom: 0.875rem;
  margin-top: 0.875rem;
}

.c-breadcrumbs__list {
  margin: 0;
  padding-left: 0;
}

.c-breadcrumbs__item {
  color: #606060;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
}

.c-breadcrumbs__item::before {
  display: none;
}

.c-breadcrumbs__item:not(:last-child)::after {
  color: #cecece;
  content: '»';
  display: inline-block;
  margin: 0 0.1875rem;
}

.c-breadcrumbs__link {
  margin-right: 0;
}

.c-breadcrumbs__name {
  font-size: 0.875rem;
  font-weight: 400;
}

/* Styles */
.c-icon {
  fill: currentColor;
  /* use em to scale icons by font-size */
  height: 1em;
  overflow: hidden;
  vertical-align: -.15em;
  width: 1em;
}

a > .c-icon {
  bottom: 10%;
  position: absolute;
  right: -1.125em;
}

.c-icon--logo {
  height: 2.625em;
  width: 13.0625em;
}

.c-icon--small {
  font-size: 12px;
  font-size: 0.75rem;
}

.c-icon--normal {
  font-size: 16px;
  font-size: 1rem;
}

.c-icon--blue {
  color: #009ee0;
}

.c-icon--navy {
  color: #00335c;
}

.c-icon__wrapper {
  display: inline-block;
  line-height: 0;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  vertical-align: middle;
}

.c-link:hover .c-icon__wrapper {
  transform: translateX(0.3125rem);
}

.e-txt--22-fix + .c-icon__wrapper {
  position: relative;
  top: -0.125rem;
}

.c-icon__status {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 0.3125rem;
}

/* Variables */
/* Placeholders */
.c-btn, .slick-dots button, .p-header__btn-search, .p-header__btn-menu, .p-header__btn-search-close,
.p-header__btn-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0.125rem solid transparent;
  border-radius: 0.0625rem;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  text-align: center;
  text-decoration: none;
}

.c-btn {
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  /* temp size settings, may need change after applied correct font */
  padding: 0.625rem 0.9375rem 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
  /* disable customised inks' hover underline */
}

.c-btn::before {
  display: none;
}

.c-btn:hover {
  text-decoration: none;
}

.c-btn:hover::before {
  display: none;
}

.c-btn--primary-color, input[type='submit'] {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #009ee0;
  border-color: transparent;
  color: #fff;
}

.c-btn--primary-color:hover, input:hover[type='submit'] {
  background-color: #00335c;
  border-color: transparent;
  color: #fff;
}

.c-btn--secondary-color {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #00335c;
  border-color: transparent;
  color: #fff;
}

.c-btn--secondary-color:hover {
  background-color: #009ee0;
  border-color: transparent;
  color: #fff;
}

.c-btn--grey {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #b7b7b7;
  border-color: transparent;
  color: #f4f4f4;
}

.c-btn--grey:hover {
  background-color: #00335c;
  border-color: transparent;
  color: #f4f4f4;
}

.c-btn--border-only {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: transparent;
  border-color: #009ee0;
  color: #009ee0;
}

.c-btn--border-only:hover {
  background-color: transparent;
  border-color: #00335c;
  color: #00335c;
}

.c-btn--border-only-white {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: transparent;
  border-color: #f4f4f4;
  color: #f4f4f4;
}

.c-btn--border-only-white:hover {
  background-color: #009ee0;
  border-color: #009ee0;
  color: #f4f4f4;
}

.c-btn--large {
  font-size: 1.5rem;
  padding: 1.25rem 1.25rem 0.9375rem;
}

.c-btn--small {
  font-size: 0.625rem;
  padding: 0.3125rem 0.625rem 0.25rem;
}

.c-btn--flat {
  border-radius: 0;
}

.c-btn--rounded, .s-search__results-tag {
  border-radius: 1.5rem;
}

.c-btn--disabled {
  background-color: #00335c;
}

.c-btn--disabled:hover, .c-btn--disabled:focus {
  background-color: #00335c;
}

input[type='submit'] {
  border-radius: 0.0625rem;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.6875rem 1.125rem;
  text-transform: uppercase;
}

.btn {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  color: #f4f4f4;
  background-color: #24407e;
  display: inline-block;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
}

.btn:hover, .btn:focus {
  background-color: #00335c;
  color: #f4f4f4;
}

.btn:before {
  display: none;
}

.btn span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
}

.btn .icon {
  vertical-align: middle;
}

.btn--less-padding {
  padding: 0.625rem;
}

.btn--arrow-right {
  position: relative;
  padding-right: 2.5rem;
}

.btn--arrow-right:after {
  content: url("../../../../0005/4856/matrix-files/styles/mysource_files/icon-arrow-down-azure.svg");
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  width: 0.875rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-top: -0.25rem;
}

/* Carousel styles */
.c-carousel__item::before {
  display: none;
}

.c-carousel__image {
  height: 11.875rem;
  width: 100%;
}

@media screen and (min-width: 56.25rem) {
  .c-carousel__image {
    height: 31.25rem;
  }
}

.object-fit .c-carousel__image {
  object-fit: cover;
  object-position: center;
}

/* Overwrite Slickslider styles */
.slick-prev,
.slick-next {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
}

@media screen and (min-width: 37.5rem) {
  .slick-prev,
  .slick-next {
    font-size: 3.4375rem;
  }
}

.slick-prev > .visuallyhidden, .slick-prev > .sr-only,
.slick-next > .visuallyhidden,
.slick-next > .sr-only {
  width: 0;
}

.slick-prev {
  left: 0.3125rem;
}

.slick-prev > .c-icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  float: left;
}

.slick-next {
  right: 0.3125rem;
}

.slick-next > .c-icon {
  float: right;
}

.slick-dots {
  bottom: 0;
  font-size: 0;
  left: 0;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li::before {
  display: none;
}

.slick-dots li:not(:last-child) {
  margin-right: 0.3125rem;
}

.slick-dots button {
  background-color: #d2d2d2;
  border-radius: 50%;
  border-width: 0;
  color: transparent;
  height: 0.5rem;
  padding: 0;
  width: 0.5rem;
}

.t-bg--navy .slick-dots button {
  background-color: #fff;
}

.slick-dots .slick-active button {
  background-color: #03a0e1;
}

.slick-slide {
  margin-bottom: 0;
}

.c-filelist__item {
  border-top: 0.0625rem solid #e4e4e4;
}

.c-filelist__item:last-child {
  border-bottom: 0.0625rem solid #e4e4e4;
}

.c-filelist__link {
  color: #2aa4e0;
  display: block;
  margin-right: 0;
  padding: 0.625rem 0 0.9375rem;
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  .c-filelist__link {
    padding: 0.625rem 0;
  }
}

.c-filelist__link::before {
  display: none;
}

.c-filelist__link:focus, .c-filelist__link:hover {
  color: #00335c;
}

.c-filelist__content {
  display: block;
}

@media screen and (min-width: 37.5rem) {
  .c-filelist__content {
    display: inline-block;
  }
}

@media screen and (min-width: 37.5rem) {
  .c-filelist__content.right {
    float: right;
    margin-top: 1.5625rem;
  }
}

.c-filelist__date {
  color: #a5a5a5;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}

@media screen and (min-width: 37.5rem) {
  .c-filelist__date {
    font-size: 0.875rem;
  }
}

.c-filelist__title {
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  color: #2aa4e0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0.125rem 0 0.375rem;
}

@media screen and (min-width: 37.5rem) {
  .c-filelist__title {
    font-size: 1rem;
    line-height: 1.1;
    margin: 0.375rem 0 0;
  }
}

.c-filelist__link:focus .c-filelist__title,
.c-filelist__link:hover .c-filelist__title {
  color: #00335c;
}

.c-filelist__icon {
  -ms-transform: translateY(0.0625rem);
  -webkit-transform: translateY(0.0625rem);
  transform: translateY(0.0625rem);
  font-size: 1.25rem;
  margin-right: 0.625rem;
}

@media screen and (min-width: 37.5rem) {
  .c-filelist__icon {
    margin-right: 0.3125rem;
  }
}

.c-filelist__file {
  color: #a5a5a5;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}

.c-accordion {
  display: block;
}

.c-accordion--widget {
  background: #f4f4f4;
  margin-top: 1.875rem;
}

.c-accordion--widget ul {
  margin-bottom: 1.25rem;
}

.c-accordion--widget li {
  margin-bottom: 0.625rem;
}

.c-accordion__wrapper {
  margin-bottom: 2.5rem;
}

.c-accordion__box {
  border-bottom: 0.0625rem solid #e4e4e4;
  overflow: hidden;
}

.c-accordion--widget .c-accordion__box,
.s-pdf-view .c-accordion__box {
  border-bottom: 0;
}

.c-accordion__heading {
  margin: 0;
  position: relative;
  z-index: 1;
}

.c-accordion__heading-btn {
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background: none;
  border: none;
  color: #02345b;
  font-weight: 600;
  margin: 0.0625rem 0;
  padding: 1.5rem 0;
  text-align: left;
  width: 100%;
}

.c-accordion__heading-btn:focus {
  outline: thin dotted;
}

.c-accordion__heading-btn.is-active {
  color: #2aa4e0;
  padding: 1.5rem 0 0.625rem;
}

@media screen and (min-width: 37.5rem) {
  .c-accordion__heading-btn.is-active {
    padding: 1.5rem 0;
  }
}

.c-accordion__heading-btn.is-active + .c-accordion__icon {
  -ms-transform: translateY(-25%);
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}

.c-accordion__heading-btn.is-active + .c-accordion__icon::before {
  -ms-transform: scaleY(0.9) rotate(-135deg);
  -webkit-transform: scaleY(0.9) rotate(-135deg);
  transform: scaleY(0.9) rotate(-135deg);
  border-color: #2aa4e0;
}

.c-accordion__heading-btn > span {
  display: inline-block;
  max-width: 85%;
}

.c-accordion--widget .c-accordion__heading-btn {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  padding: 0.9375rem 1.25rem;
}

.c-accordion__icon {
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.5rem;
  z-index: -1;
}

.c-accordion--widget .c-accordion__icon {
  font-size: 16px;
  font-size: 1rem;
  height: 1em;
  margin-right: 0.625rem;
  margin-top: -0.375rem;
  transform: rotate(90deg);
  z-index: 1;
}

@media screen and (min-width: 56.25rem) {
  .c-accordion--widget .c-accordion__icon {
    display: none;
  }
}

.c-accordion--widget .is-active .c-accordion__icon {
  color: #009ee0;
  transform: rotate(270deg);
}

.c-accordion__icon::before {
  -moz-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform: scaleY(0.9) rotate(45deg);
  -webkit-transform: scaleY(0.9) rotate(45deg);
  transform: scaleY(0.9) rotate(45deg);
  border-color: #02345b;
  border-style: solid;
  border-width: 0 0.125rem 0.125rem 0;
  content: '';
  display: block;
  height: 0.625rem;
  left: 0.5rem;
  position: absolute;
  top: 0.25rem;
  width: 0.625rem;
}

.section--dark-blue .c-accordion__icon::before,
.section--blue .c-accordion__icon::before {
  border-color: #2aa4e0;
}

.c-accordion__content {
  padding: 0 0 1rem;
}

.c-accordion--widget .c-accordion__content {
  padding: 0 1.25rem;
}

@media screen and (min-width: 56.25rem) {
  .c-accordion--widget .c-accordion__content {
    display: block !important;
  }
}

.c-accordion__content a {
  margin-right: 0;
}

.c-accordion__content p {
  margin-top: 0;
}

.js .c-accordion__content {
  display: none;
}

.c-info-panel {
  min-height: 5.4375rem;
  padding-right: 1.25rem;
}

.s-investor-centre .c-info-panel {
  min-height: auto;
}

.c-info-panel__link-box > a:hover .e-txt--grey, .c-info-panel__link-box > a:focus .e-txt--grey {
  color: #00335c !important;
}

.c-info-panel__img-wrapper {
  background-color: #d8d8d8;
  display: block;
  height: 12.5rem;
  margin-right: 0;
}

@media screen and (min-width: 37.5rem) {
  .c-info-panel__img-wrapper {
    height: 14.375rem;
  }
}

@media screen and (min-width: 37.5rem) {
  .c-info-panel--featured .c-info-panel__img-wrapper {
    height: 25rem;
  }
}

.c-info-panel__img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-info-panel__cate {
  font-size: 14px;
  font-size: 0.875rem;
  color: #00335c;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel__cate {
    margin-bottom: 0.9375rem;
  }
}

.c-info-pabel__heading {
  font-size: 32px;
  font-size: 2rem;
  margin: 0.625rem 0;
}

@media screen and (min-width: 56.25rem) {
  .c-info-pabel__heading {
    font-size: 45px;
    font-size: 2.8125rem;
    margin: 0 0 0.9375rem;
  }
}

.c-info-panel__date {
  font-size: 12px;
  font-size: 0.75rem;
  color: #a5a5a5;
  display: block;
  margin: 1.25rem 0 0.4375rem;
  text-transform: uppercase;
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-info-panel__desc {
  line-height: 1.4;
  margin: 0.4375rem 0;
}

.c-info-panel__desc a {
  color: #00335c;
  font-weight: 400;
  font-size: 1.125rem;
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel__desc a {
    font-size: 1.375rem;
  }
}

.c-info-panel__link-box {
  margin: 0.375rem 0 0;
}

@media screen and (min-width: 56.25rem) {
  .c-info-panel__link-box {
    margin: 0.9375rem 0;
  }
}

.c-info-panel__link {
  color: #009ee0;
  font-weight: 400;
  margin-top: 0.375rem;
}

@media screen and (min-width: 56.25rem) {
  .p-heading + .c-info-panel__link {
    margin-right: 0;
  }
}

.c-info-panel__author {
  font-size: 22px;
  font-size: 1.375rem;
  color: #00335c;
  margin-top: 1.5625rem;
}

.c-info-panel--featured .c-info-panel__author {
  font-size: 32px;
  font-size: 2rem;
}

.c-info-panel__title {
  color: #a5a5a5;
  margin: 0.6875rem 0 0.9375rem;
}

.c-info-pabel__tag {
  display: inline-block;
  margin-top: 0.625rem;
}

.c-info-panel__graphic {
  align-content: flex-start;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media screen and (min-width: 75rem) {
  .c-info-panel__graphic {
    flex-direction: row;
  }
}

.c-info-panel__graphic > div:nth-child(1) {
  padding-bottom: 0;
}

.c-info-panel__image {
  background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/annual-report-small.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-bottom: 10rem !important;
}

.c-info-panel__image.image2, .c-info-panel__image.image3 {
  background-image: none;
}

@media screen and (min-width: 75rem) {
  .c-info-panel__image {
    background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/annual-report-big.png");
    background-position: right center;
    padding-bottom: 2.5rem !important;
    padding-right: 17.5rem !important;
    margin-top: 3.125rem;
    height: 22rem;
    background-size: cover;
  }
  .c-info-panel__image.image2 {
    background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/book-strong-performance-big.png");
  }
  .c-info-panel__image.image3 {
    background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/book-power-of-partnership-basket-big.png");
  }
  .c-info-panel__image.image4 {
    background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/Social_Responsibility_cover_2016.png");
  }
  .c-info-panel__image.image5 {
    background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/ar-tile.png");
  }
  .c-info-panel__image.image6 {
    background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/sr-tile.png");
  }
  .c-info-panel__image.image7 {
    background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/ar-tile-2018.png");
  }
  .c-info-panel__image.image8 {
    background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/sr-tile-2018.png");
  }
  .c-info-panel__image.image9 {
    background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/2019-AR-Cover.png");
  }
  .c-info-panel__image.image10 {
    background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/2019-SRR-Cover.png");
  }
  .c-info-panel__image.image11 {
    background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/2020-AR-Cover.png");
  }
  .c-info-panel__image.image12 {
    background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/2020-SRR-Cover.png");
  }
}

.c-footer-bg__wrapper {
  z-index: -1;
}

.c-footer-bg__bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 16.4375rem;
  margin-top: -1.5625rem;
  width: 100%;
}

@media screen and (min-width: 56.25rem) {
  .c-footer-bg__bg {
    height: 18.75rem;
    margin-top: -6.25rem;
  }
}

.rgba .c-footer-bg__bg::before {
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  content: '';
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 );
  height: 70%;
}

section.section + .c-footer-bg__wrapper .c-footer-bg__bg {
  margin-top: 0;
}

.c-pagination {
  margin: 0 auto;
  max-width: 14.6875rem;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  .c-pagination {
    width: 80%;
  }
}

@media screen and (min-width: 37.5rem) {
  .c-pagination {
    width: 60%;
  }
}

@media screen and (min-width: 75rem) {
  .c-pagination {
    width: 40%;
  }
}

.c-pagination__prev,
.c-pagination__next {
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
}

.c-pagination__prev::before,
.c-pagination__next::before {
  display: none;
}

.c-pagination__prev .c-icon,
.c-pagination__next .c-icon {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  bottom: 0;
  position: relative;
  right: 0;
}

.c-pagination__prev.is-disabled,
.c-pagination__next.is-disabled {
  color: #ccc;
  cursor: default;
  pointer-events: none;
}

.c-pagination__prev {
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  left: 0;
}

.c-pagination__next {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.c-pagination__list {
  -webkit-align-content: stretch;
  align-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: start;
  -ms-flex-pack: distribute;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin: 0;
  padding: 0 3.125rem;
}

.c-pagination__item {
  -webkit-align-self: auto;
  align-self: auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  -ms-flex-order: 0;
  margin-bottom: 0;
  -webkit-order: 0;
}

.c-pagination__item::before {
  display: none;
}

.c-pagination__link {
  display: block;
  margin: 0;
  padding: 0.625rem 0.25rem;
  position: relative;
  text-align: center;
}

.c-pagination__link::before {
  height: 0.125rem;
  left: 0;
}

.c-pagination__link:focus::before, .c-pagination__link:hover::before {
  width: 100%;
}

.c-pagination__link.current {
  color: #606060;
  font-weight: 400;
}

.c-pagination__link.current::before {
  width: 100%;
}

.c-pagination__link.current:focus, .c-pagination__link.current:hover {
  color: #00335c;
}

.pagination {
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
  padding-top: 7.8125rem;
}

.no-flexbox .pagination,
.no-js .pagination {
  display: table;
}

.flexbox .pagination {
  display: flex;
}

.pagination__left, .pagination__right {
  width: 50%;
  flex-flow: row wrap;
  justify-content: stretch;
  align-content: flex-start;
  align-items: flex-start;
}

.no-flexbox .pagination__left,
.no-js .pagination__left, .no-flexbox .pagination__right,
.no-js .pagination__right {
  display: table;
}

.flexbox .pagination__left, .flexbox .pagination__right {
  display: flex;
}

.pagination__left span, .pagination__right span {
  display: block;
  width: 100%;
}

.pagination__left a, .pagination__right a {
  margin: 0;
  width: 100%;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pagination__left a::before, .pagination__right a::before {
  display: none;
}

.pagination__left {
  padding-right: 1.25rem;
}

.pagination__right {
  text-align: right;
  padding-left: 1.25rem;
}

.pagination__title {
  color: #24407e;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.0875rem;
}

.pagination__page {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0.4375rem 0 0 0;
}

.pagination__centre {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 1.25rem 0;
  justify-content: center;
}

.no-flexbox .pagination__centre,
.no-js .pagination__centre {
  display: table;
}

.flexbox .pagination__centre {
  display: flex;
}

.pagination__back-top {
  color: #24407e;
  font-weight: 600;
  text-transform: uppercase;
  justify-content: center;
  flex-flow: row wrap;
}

.no-flexbox .pagination__back-top,
.no-js .pagination__back-top {
  display: table;
}

.flexbox .pagination__back-top {
  display: flex;
}

.pagination__back-top a {
  display: block;
  color: #24407e;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: center;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pagination__back-top a:before {
  display: none;
}

.pagination__back-top a:hover, .pagination__back-top a:focus {
  color: #009ee0;
}

.pagination__back-top span {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 0.8125rem;
}

.pagination__back-top svg {
  width: 1.8125rem;
  height: 1.8125rem;
}

@media screen and (min-width: 75rem) {
  .pagination {
    border-top: 1px solid #e3e3e3;
    padding: 1.8125rem 0 0 0;
    margin: 3.75rem 0 0 0;
  }
  .pagination__left, .pagination__right {
    width: 30%;
    max-width: 100%;
  }
  .pagination__centre {
    position: relative;
    width: 30%;
    border: none;
    padding: 0;
  }
  .pagination__title {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
  .pagination__page {
    font-size: 1.125rem;
    margin: 0.8125rem 0 0 0;
  }
  .pagination__back-top {
    margin-top: 0.3125rem;
  }
}

@media print {
  .pagination {
    display: none;
  }
}

.builder-trigger-container {
  display: none;
  height: 0;
  overflow: visible;
  position: relative;
}

@media screen and (min-width: 64.0625rem) {
  .builder-trigger-container {
    display: block;
  }
}

.c-builder-trigger {
  bottom: 4.5rem;
  color: #fff;
  display: none;
  float: right;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 1.0625rem;
  padding-right: 0.75rem;
  position: absolute;
  right: 1.5625rem;
  text-transform: uppercase;
  z-index: 1;
}

@media screen and (min-width: 56.25rem) {
  .c-builder-trigger {
    display: block;
  }
}

@media screen and (min-width: 75rem) {
  .c-builder-trigger {
    margin-right: 1.5rem;
  }
}

.c-builder-trigger:hover, .c-builder-trigger:focus {
  color: #fff;
}

.s-home .c-builder-trigger {
  bottom: 1.5625rem;
}

.s-microsite .c-builder-trigger {
  bottom: -13.375rem;
}

.white-popup {
  margin: auto;
  max-width: 37.5rem;
  position: relative;
  width: auto;
}

.report-builder .mfp-close {
  color: #f4f4f4;
  right: -0.9375rem;
  top: 0.25rem;
}

.report-builder__heading {
  color: #f4f4f4;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.28;
  margin: 0 0 1.5625rem;
}

.report-builder__form {
  background-color: #fff;
  flex-flow: row nowrap;
  justify-content: flex-end;
  width: 100%;
}

.no-flexbox .report-builder__form,
.no-js .report-builder__form {
  display: table;
}

.flexbox .report-builder__form {
  display: flex;
}

.report-builder__col {
  width: 50%;
}

.report-builder__col.col-has-btn {
  background-color: #efefef;
  position: relative;
}

.report-builder__fieldset {
  border: none;
  margin: 0;
  padding: 6.0625rem 0 5rem 2.5rem;
  position: relative;
}

.report-builder__legend {
  color: #00335c;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
  position: absolute;
  top: 2.8125rem;
}

.report-builder__label {
  color: #606060;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.38;
}

input[type='checkbox']:checked + .report-builder__label {
  color: #2aa4e0;
}

.report-builder__action {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.report-builder__submit {
  font-size: 0.875rem;
  font-weight: 600;
  height: 5rem;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
}

.report-builder__submit .c-icon {
  margin-left: 0.9375rem;
}

.mfp-wrap {
  width: 56.25rem;
  height: 37.5rem;
  left: 50%;
  top: 50%;
  margin-top: -18.75rem;
  margin-left: -28.125rem;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.add-to-report__list {
  float: right;
  margin: -2.5rem 0 0;
  padding-left: 0;
}

.add-to-report__item {
  display: inline-block;
  margin-left: 2.6875rem;
}

.add-to-report__item::before {
  display: none;
}

.add-to-report__add {
  font-size: 0.875rem;
  font-weight: 600;
  margin-left: 1.6875rem;
  margin-right: 0;
  position: relative;
}

.add-to-report__add.added {
  color: #78a243;
}

.add-to-report__add .c-icon {
  bottom: 0;
  left: -1.6875rem;
  position: absolute;
  right: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}

.add-to-report__add.added .c-icon {
  font-size: 16px;
  font-size: 1rem;
}

.c-intro-block__wrapper {
  max-width: 76.25rem;
  margin: auto;
  padding: 1.25rem 0 3.125rem;
}

.c-intro-block__wrapper:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 56.25rem) {
  .c-intro-block__wrapper {
    padding: 3.75rem 0 4.375rem;
  }
}

@media screen and (min-width: 75rem) {
  .c-intro-block__wrapper {
    padding: 6.25rem 0 3.9375rem;
  }
}

.c-intro-block h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #393939;
  border-top: 0.0625rem solid #cfcfcf;
  border-bottom: 0.0625rem solid #cfcfcf;
  font-size: 1.375rem;
  font-weight: normal;
  letter-spacing: 2.9px;
  line-height: 1.36;
  margin: 1.25rem 0;
  padding: 1.25rem 0;
  text-transform: uppercase;
  clear: none;
}

.section--blue .c-intro-block h2,
.section--dark-blue .c-intro-block h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f4f4f4;
}

@media screen and (min-width: 37.5rem) {
  .c-intro-block h2 {
    margin: 0 0 1rem 0;
    max-width: 40%;
  }
}

@media screen and (min-width: 56.25rem) {
  .c-intro-block h2 {
    font-size: 1.625rem;
    letter-spacing: 0.21875rem;
    line-height: 2.125rem;
    margin: 0 0 1.375rem 0;
    padding: 1.8125rem 0;
  }
}

@media screen and (min-width: 75rem) {
  .c-intro-block h2 {
    font-size: 1.875rem;
    letter-spacing: 0.25rem;
    line-height: 1.27;
    margin: 0 0 1.75rem 0;
    max-width: 25rem;
    padding: 2.375rem 0;
  }
}

@media print {
  .c-intro-block h2 {
    margin: 0 0 1.75rem 0;
    padding: 1.25rem 0;
    max-width: 60%;
  }
}

.c-intro-block__content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #404040;
  font-weight: normal;
  margin: 0 0 1.375rem 0;
}

.c-intro-block__content p, .c-intro-block__content a {
  font-size: 1rem;
  line-height: 1.75rem;
}

.section--blue .c-intro-block__content,
.section--dark-blue .c-intro-block__content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f4f4f4;
}

@media screen and (min-width: 56.25rem) {
  .c-intro-block__content p, .c-intro-block__content a {
    font-size: 1.0625rem;
    line-height: 1.8125rem;
  }
}

@media screen and (min-width: 75rem) {
  .c-intro-block__content {
    margin: 0 0 2.5rem 0;
  }
  .c-intro-block__content p, .c-intro-block__content a {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

@media print {
  .c-intro-block__content {
    margin: 0 0 1.25rem 0;
  }
}

.c-intro-block__image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 37.5rem) {
  .c-intro-block__image {
    float: right;
    max-width: 60%;
    padding-left: 5%;
    padding-bottom: 1.25rem;
  }
}

@media screen and (min-width: 75rem) {
  .c-intro-block__image {
    max-width: 48.75rem;
    padding-left: 5.625rem;
    padding-bottom: 1.875rem;
  }
}

@media print {
  .c-intro-block__image {
    float: right;
    max-width: 40%;
    padding-left: 5%;
    padding-bottom: 1.25rem;
  }
}

@media screen and (min-width: 75rem) {
  .c-intro-block .btn {
    margin-bottom: 1.875rem;
  }
}

.c-back-to-top {
  position: relative;
  display: none;
}

@media screen and (min-width: 75rem) {
  .c-back-to-top {
    display: block;
  }
}

@media print {
  .c-back-to-top {
    display: none;
  }
}

.c-back-to-top__wrapper {
  position: absolute;
  top: 3.75rem;
  right: 0;
}

.c-back-to-top button {
  display: block;
  color: #24407e;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.625rem;
  margin: 0;
  padding: 0.4375rem 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  border: none;
  display: flex;
  cursor: pointer;
  outline: none;
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.section--blue .c-back-to-top button,
.section--dark-blue .c-back-to-top button {
  color: #f4f4f4;
}

.c-back-to-top button:hover, .c-back-to-top button:focus {
  color: #009ee0;
}

.c-back-to-top span {
  padding-left: 0.625rem;
  display: block;
}

.c-back-to-top svg {
  width: 1.625rem;
  height: 1.625rem;
}

@media screen and (min-width: 75rem) {
  .c-back-to-top + .content > h2:first-child,
  .c-back-to-top + .content > h3:first-child {
    padding-right: 9.375rem;
  }
}

@media screen and (min-width: 75rem) {
  .c-back-to-top + .content > p:first-child {
    padding-top: 2.5rem;
  }
}

@media screen and (min-width: 75rem) {
  .c-back-to-top + .content .c-video-block h2:first-child,
  .c-back-to-top + .content .c-video-block h3:first-child {
    padding-right: 0;
  }
}

@media screen and (min-width: 75rem) {
  .c-back-to-top + .content .c-tables-box:first-child {
    padding-top: 3.125rem;
  }
}

@media screen and (min-width: 75rem) {
  .c-back-to-top + .content .c-accordion:first-child {
    padding-top: 2.5rem;
  }
}

@media screen and (min-width: 75rem) {
  .c-back-to-top + .c-summary-tiles h2 {
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }
}

.c-case-study {
  padding: 2.875rem 0;
}

.c-case-study.no-padding-top {
  padding-top: 0;
}

.c-case-study.no-padding-bottom {
  padding-bottom: 0;
}

.c-case-study.small-padding-top {
  padding-top: 0.9375rem;
}

.c-case-study.small-padding-bottom {
  padding-bottom: 0.9375rem;
}

@media screen and (min-width: 75rem) {
  .c-case-study {
    padding: 4.125rem 0 2.875rem 0;
  }
}

.c-case-study__title {
  font-size: 1rem;
  line-height: 1.63;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding-bottom: 0.625rem;
  color: #171717;
}

@media screen and (min-width: 75rem) {
  .c-case-study__title {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 2px;
    padding-bottom: 1.25rem;
  }
}

.section--blue .c-case-study__title,
.section--dark-blue .c-case-study__title {
  color: #f4f4f4;
}

.c-case-study__image {
  padding: 0.75rem 0 1.875rem 0;
}

@media screen and (min-width: 75rem) {
  .c-case-study__image {
    padding: 0;
  }
}

@media print {
  .c-case-study__image {
    padding: 0;
  }
}

.c-case-study__image img {
  display: block;
  width: 100%;
  height: auto;
  -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 75rem) {
  .c-case-study__image {
    float: right;
    width: 50%;
    margin-left: 3.75rem;
    margin-bottom: 1.25rem;
  }
}

@media print {
  .c-case-study__image {
    float: right;
    width: 50%;
    margin-left: 3.75rem;
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 75rem) {
  .c-case-study__image + .case-study__text {
    max-height: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    padding-right: 3.75rem;
  }
}

@media print {
  .c-case-study__image + .case-study__text {
    position: static;
    display: inline;
    padding-right: 0;
  }
}

.c-case-study__image + .case-study__text.active {
  position: static;
  display: inline;
  padding-right: 0;
}

.c-case-study__image + .case-study__text .case-study__more {
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 75rem) {
  .c-case-study__image + .case-study__text .case-study__more {
    right: 3.75rem;
  }
}

.c-case-study__image + .case-study__text .case-study__more:before {
  bottom: 5rem;
}

.c-case-study__image + .case-study__text .case-study__more:after {
  height: 5rem;
}

@media screen and (min-width: 75rem) {
  .c-case-study__image + .case-study__text .content {
    padding-bottom: 1.25rem;
  }
}

@media print {
  .c-case-study__image + .case-study__text .content {
    padding-bottom: 1.25rem;
  }
}

.c-case-study__main {
  position: relative;
  overflow: hidden;
}

.c-case-study__text {
  max-height: 31.25rem;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 75rem) {
  .c-case-study__text {
    max-height: 18.75rem;
  }
}

.c-case-study__text.active {
  max-height: none;
}

@media print {
  .c-case-study__text {
    max-height: none;
  }
}

.c-case-study__more {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: right;
}

@media print {
  .c-case-study__more {
    display: none;
  }
}

.c-case-study__more:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.75rem;
  height: 3.75rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.section--blue .c-case-study__more:before {
  background-image: linear-gradient(to bottom, rgba(0, 40, 71, 0), #002847);
}

.section--dark-blue .c-case-study__more:before {
  background-image: linear-gradient(to bottom, rgba(15, 31, 40, 0), #0f1f28);
}

.section--grey .c-case-study__more:before {
  background-image: linear-gradient(to bottom, rgba(241, 241, 241, 0), #f1f1f1);
}

.c-case-study__more:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.75rem;
  background-color: #fff;
}

.section--blue .c-case-study__more:after {
  background-color: #002847;
}

.section--dark-blue .c-case-study__more:after {
  background-color: #0f1f28;
}

.section--grey .c-case-study__more:after {
  background-color: #f1f1f1;
}

.c-case-study__more button {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.46;
  color: #f4f4f4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.625rem 2.25rem 0.625rem 1.25rem;
  background-color: #24407e;
  border: none;
  position: relative;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.c-case-study__more button:after {
  content: url("../../../../0005/4856/matrix-files/styles/mysource_files/icon-arrow-down-azure.svg");
  width: 0.875rem;
  height: 0.5rem;
  line-height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -0.25rem;
  right: 0.8125rem;
}

.c-case-study__more button:hover, .c-case-study__more button:focus {
  background-color: #043053;
}

.c-case-study__more.inactive {
  display: none;
}

.c-case-study h2 {
  clear: none;
}

.c-case-study h3 {
  margin-bottom: 1.25rem;
}

.section--blue .c-case-study h3,
.section--dark-blue .c-case-study h3 {
  color: #f4f4f4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-case-study p {
  font-size: 1.125rem;
  line-height: 1.67;
  color: #393939;
}

.c-case-study p:last-child {
  margin-bottom: 0;
}

.section--blue .c-case-study p,
.section--dark-blue .c-case-study p {
  color: #f4f4f4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-case-study__columns {
  padding-top: 2.5rem;
}

@media screen and (min-width: 56.25rem) {
  .c-case-study__columns {
    display: flex;
    margin: 0 -0.625rem;
    padding-bottom: 1.25rem;
  }
}

@media print {
  .c-case-study__columns {
    display: flex;
    margin: 0 -0.625rem;
    padding-bottom: 1.25rem;
  }
}

.c-case-study__column {
  padding-top: 1.25rem;
}

@media screen and (min-width: 56.25rem) {
  .c-case-study__column {
    padding: 0 0.625rem;
    width: 50%;
  }
}

@media print {
  .c-case-study__column {
    padding: 0 0.625rem;
    width: 50%;
  }
}

.c-case-study__column:first-child {
  padding-top: 0;
}

.c-case-study__column img {
  display: block;
  width: 100%;
  height: auto;
  -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}

.c-case-study .content {
  padding: 0;
}

.c-image-tiles {
  padding: 1.875rem 0 2.8125rem;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .c-image-tiles__wrapper {
    margin: 0 0 3.6875rem;
  }
  .c-image-tiles__wrapper:last-child {
    margin: 0;
  }
}

.c-image-tiles__heading h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #171717;
  margin: 0 0 1.4375rem 0;
}

.section--blue .c-image-tiles__heading h2,
.section--dark-blue .c-image-tiles__heading h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f4f4f4;
}

.c-image-tiles__subheading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #044d7f;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 3.125rem;
  letter-spacing: 0.16875rem;
  margin: 0 0 0.3125rem 0;
  text-transform: uppercase;
}

.section--blue .c-image-tiles__subheading,
.section--dark-blue .c-image-tiles__subheading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f4f4f4;
}

.c-image-tiles__tile {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  color: #f4f4f4;
  display: block;
  position: relative;
  width: 100%;
  height: 25.5rem;
  z-index: 10;
  background-color: #393939;
  background-position: center;
  background-size: cover;
}

.c-image-tiles__tile:before {
  content: '';
  opacity: 0.8;
  background-image: linear-gradient(0deg, #0c1921, rgba(57, 57, 57, 0.1));
  background-color: transparent;
  position: absolute;
  height: 100%;
  width: 100%;
}

.c-image-tiles__tile:hover, .c-image-tiles__tile:focus {
  color: #f4f4f4;
}

.c-image-tiles__tile:hover .c-image-tiles__continue, .c-image-tiles__tile:focus .c-image-tiles__continue {
  opacity: 1;
}

.c-image-tiles__tile:hover:before, .c-image-tiles__tile:focus:before {
  background-color: transparent;
}

@media screen and (min-width: 56.25rem) {
  .c-image-tiles__tile {
    max-width: 18.75rem;
  }
}

@media screen and (min-width: 75rem) {
  .c-image-tiles__tile {
    -moz-transition: top linear 0.2s, left linear 0.2s, right linear 0.2s, bottom linear 0.2s;
    -webkit-transition: top linear 0.2s, left linear 0.2s, right linear 0.2s, bottom linear 0.2s;
    transition: top linear 0.2s, left linear 0.2s, right linear 0.2s, bottom linear 0.2s;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
    width: auto;
    max-width: none;
    height: auto;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .c-image-tiles__tile:hover, .c-image-tiles__tile:focus {
    -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    top: -0.625rem;
    left: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
  }
  .c-image-tiles__tile:hover:before, .c-image-tiles__tile:focus:before {
    opacity: 0.9;
    background-image: linear-gradient(0deg, #0c1921, rgba(57, 57, 57, 0.2));
  }
  .c-image-tiles__tile:hover .c-image-tiles__content, .c-image-tiles__tile:focus .c-image-tiles__content {
    padding: 2.5rem 3.125rem;
  }
  .c-image-tiles__tile:hover .btn, .c-image-tiles__tile:focus .btn {
    opacity: 1;
  }
}

@media print {
  .c-image-tiles__tile {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }
}

.c-image-tiles__tile .btn {
  background-color: #023053;
}

@media screen and (min-width: 75rem) {
  .c-image-tiles__tile .btn {
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
}

.c-image-tiles__title {
  font-size: 1.5rem;
  font-family: "OpenSans", sans-serif;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 0.1625rem;
  text-transform: uppercase;
  margin: 0 0 0.9375rem 0;
}

@media screen and (min-width: 37.5rem) {
  .c-image-tiles__title {
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 75rem) {
  .c-image-tiles__title {
    line-height: 1.33;
    letter-spacing: 3px;
    margin-bottom: 1.25rem;
    padding: 0 0.625rem;
  }
}

@media print {
  .c-image-tiles__title {
    padding: 0 0.625rem;
    font-size: 1.375rem;
  }
}

.c-image-tiles__text {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5625rem;
  margin: 0 0 1.875rem 0;
}

@media screen and (min-width: 75rem) {
  .c-image-tiles__text {
    font-size: 1.125rem;
    line-height: 1.56;
  }
}

@media print {
  .c-image-tiles__text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0 0 1.25rem 0;
  }
}

.c-image-tiles__content {
  padding: 0.5rem 0.9375rem;
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: auto;
}

@media screen and (min-width: 75rem) {
  .c-image-tiles__content {
    -moz-transition: padding linear 0.2s;
    -webkit-transition: padding linear 0.2s;
    transition: padding linear 0.2s;
    padding: 1.875rem 2.5rem;
  }
}

@media print {
  .c-image-tiles__content {
    position: relative;
  }
}

.c-image-tiles__continue {
  -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 75rem) {
  .c-image-tiles__continue {
    opacity: 0;
  }
}

.c-image-tiles__link {
  color: #044d7f;
  display: inline-block;
  margin: 0 0 2.375rem 0;
  text-decoration: none;
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  padding-right: 1.25rem;
}

.section--blue .c-image-tiles__link,
.section--dark-blue .c-image-tiles__link {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f4f4f4;
}

@media screen and (min-width: 75rem) {
  .c-image-tiles__link {
    margin: 0 0 4.3125rem 0;
  }
}

.c-image-tiles__link:after {
  content: url("../../../../0005/4856/matrix-files/styles/mysource_files/icon-arrow-down-blue.svg");
  width: 0.875rem;
  height: 0.4375rem;
  line-height: 7px;
  position: absolute;
  top: 50%;
  margin-top: -0.1875rem;
  right: 0;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.section--blue .c-image-tiles__link:after,
.section--dark-blue .c-image-tiles__link:after {
  content: url("../../../../0005/4856/matrix-files/styles/mysource_files/icon-arrow-down.svg");
}

.c-image-tiles ul {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media print {
  .c-image-tiles ul {
    page-break-inside: avoid;
  }
}

.c-image-tiles ul li {
  width: 100%;
  position: relative;
  margin: 0 0 1.25rem 0;
}

.c-image-tiles ul li:last-child {
  margin: 0;
}

.c-image-tiles ul li:nth-child(3n+3) {
  margin-right: 0;
}

.c-image-tiles ul li:before {
  display: none;
}

@media screen and (min-width: 56.25rem) {
  .c-image-tiles ul li {
    margin: 0 0.5rem 0.9375rem 0;
    width: 32%;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 75rem) {
  .c-image-tiles ul li {
    margin: 0 1.25rem 1.25rem 0;
    height: 31.25rem;
  }
}

@media print {
  .c-image-tiles ul li {
    padding: 0 0.625rem;
    height: auto;
    width: 33.333%;
    display: flex;
    margin: 0;
  }
}

@media screen and (min-width: 56.25rem) {
  .c-image-tiles ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .no-flexbox .c-image-tiles ul,
  .no-js .c-image-tiles ul {
    display: table;
  }
  .flexbox .c-image-tiles ul {
    display: flex;
  }
}

@media print {
  .c-image-tiles ul {
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 -0.625rem;
  }
  .no-flexbox .c-image-tiles ul,
  .no-js .c-image-tiles ul {
    display: table;
  }
  .flexbox .c-image-tiles ul {
    display: flex;
  }
}

.c-image-tiles .content {
  padding: 1.5625rem 0 0 0;
}

.c-image-tiles .content a {
  color: #044d7f;
}

.c-image-tiles .content a:hover, .c-image-tiles .content a:focus {
  color: #009ee0;
}

@media screen and (min-width: 75rem) {
  .c-image-tiles .content {
    padding: 0 1.25rem;
  }
}

@media screen and (min-width: 75rem) {
  .c-image-tiles {
    padding: 3.6875rem 0 3.9375rem;
  }
}

@media print {
  .c-image-tiles {
    display: none;
  }
}

.c-statement {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-statement p, .c-statement a, .c-statement span {
  color: #f4f4f4;
  font-size: 1.125rem;
  line-height: 1.87875rem;
}

.c-statement__wrapper {
  background-color: #02345b;
  padding: 2rem 1.25rem;
}

@media screen and (min-width: 75rem) {
  .c-statement__wrapper {
    padding: 2rem 6.25rem;
    max-width: 61.25rem;
    margin: auto;
  }
}

.c-statement:before, .c-statement:after {
  content: '';
  display: block;
  width: 100%;
}

.c-statement:before {
  border-top: 0.0625rem solid #e3e3e3;
  margin-bottom: 3.5625rem;
}

.c-statement:after {
  border-bottom: 0.0625rem solid #e3e3e3;
  margin-top: 3.5625rem;
}

@media print {
  .c-summary-tiles {
    page-break-inside: avoid;
  }
}

.c-summary-tiles__wrapper {
  padding: 2.5rem 0 3.5rem 0;
}

.c-summary-tiles__wrapper.no-padding-top {
  padding-top: 0;
}

.c-summary-tiles__wrapper.no-padding-bottom {
  padding-bottom: 0;
}

.c-summary-tiles__wrapper.small-padding-top {
  padding-top: 0.9375rem;
}

.c-summary-tiles__wrapper.small-padding-bottom {
  padding-bottom: 0.9375rem;
}

@media screen and (min-width: 56.25rem) {
  .c-summary-tiles__wrapper {
    padding: 3.75rem 0 6rem 0;
  }
}

.c-summary-tiles__sub-heading {
  font-size: 1.25rem;
  line-height: 2.5;
  letter-spacing: 2.7px;
  text-align: center;
  color: #009ee0;
  text-transform: uppercase;
  padding-bottom: 0.3125rem;
}

@media screen and (min-width: 56.25rem) {
  .c-summary-tiles__sub-heading {
    padding-bottom: 0.75rem;
  }
}

@media print {
  .c-summary-tiles__sub-heading {
    font-size: 1.125rem;
    line-height: 2;
    letter-spacing: 2px;
  }
}

.c-summary-tiles__heading {
  text-align: center;
}

.c-summary-tiles__heading h2 {
  color: #222222;
  padding-bottom: 3.4375rem;
  margin: 0;
}

.section--blue .c-summary-tiles__heading h2,
.section--dark-blue .c-summary-tiles__heading h2 {
  color: #f4f4f4;
}

@media screen and (min-width: 56.25rem) {
  .c-summary-tiles__heading h2 {
    padding-bottom: 4.25rem;
  }
}

.c-summary-tiles__title {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 1.6px;
  color: #009ee0;
  text-transform: uppercase;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (min-width: 37.5rem) {
  .c-summary-tiles__title {
    padding-top: 0.9375rem;
  }
}

@media print {
  .c-summary-tiles__title {
    font-size: 1.5rem;
  }
}

.c-summary-tiles__sub-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  padding-top: 0.4375rem;
  color: #02345b;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.section--blue .c-summary-tiles__sub-title,
.section--dark-blue .c-summary-tiles__sub-title {
  color: #f4f4f4;
}

@media screen and (min-width: 37.5rem) {
  .c-summary-tiles__sub-title {
    padding-top: 0.5625rem;
  }
}

@media print {
  .c-summary-tiles__sub-title {
    font-size: 1rem;
  }
}

.c-summary-tiles__text {
  font-size: 1.125rem;
  line-height: 1.67;
  color: #404040;
  padding-top: 1.0625rem;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.section--blue .c-summary-tiles__text,
.section--dark-blue .c-summary-tiles__text {
  color: #f4f4f4;
}

@media print {
  .c-summary-tiles__text {
    font-size: 0.875rem;
    padding-top: 0.75rem;
  }
}

.c-summary-tiles__icon {
  color: #02345b;
}

@media screen and (min-width: 37.5rem) {
  .c-summary-tiles__icon {
    margin-bottom: -1.0625rem;
  }
}

.section--blue .c-summary-tiles__icon,
.section--dark-blue .c-summary-tiles__icon {
  color: #f4f4f4;
}

.c-summary-tiles__icon svg {
  max-height: 6.1875rem;
  max-width: 6.1875rem;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media print {
  .c-summary-tiles__icon svg {
    max-height: 4.5rem;
    max-width: 4.5rem;
  }
}

.c-summary-tiles__list {
  margin: -1.5rem 0;
  display: flex;
  flex-wrap: wrap;
}

.c-summary-tiles__item {
  width: 100%;
  display: flex;
}

@media screen and (min-width: 37.5rem) {
  .c-summary-tiles__item {
    width: 50%;
  }
}

@media screen and (min-width: 56.25rem) {
  .c-summary-tiles__item {
    width: 33.333%;
  }
}

@media screen and (min-width: 75rem) {
  .c-summary-tiles__item {
    width: 25%;
  }
}

@media print {
  .c-summary-tiles__item {
    width: 25%;
    page-break-inside: avoid;
    display: block;
  }
}

.c-summary-tiles__item a {
  text-decoration: none;
  color: #f4f4f4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding: 1.5rem 1.375rem;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  .c-summary-tiles__item a {
    padding: 1.5rem 1.875rem;
    min-height: 15.1875rem;
  }
}

@media print {
  .c-summary-tiles__item a {
    height: auto;
    min-height: 0;
    page-break-inside: avoid;
    padding: 0.625rem;
  }
}

.c-summary-tiles__item a:before {
  display: none;
}

.c-summary-tiles__item a:hover, .c-summary-tiles__item a:focus {
  background-color: #f4f4f4;
  color: #02345b;
  box-shadow: 0 0.625rem 1.25rem 0.125rem rgba(57, 57, 57, 0.15);
}

.c-summary-tiles__item a:hover .c-summary-tiles__title, .c-summary-tiles__item a:focus .c-summary-tiles__title {
  color: #02345b;
}

.c-summary-tiles__item a:hover .c-summary-tiles__sub-title, .c-summary-tiles__item a:focus .c-summary-tiles__sub-title {
  color: #02345b;
}

.c-summary-tiles__item a:hover .c-summary-tiles__text, .c-summary-tiles__item a:focus .c-summary-tiles__text {
  color: #404040;
}

.c-summary-tiles__item a:hover .c-summary-tiles__icon, .c-summary-tiles__item a:focus .c-summary-tiles__icon {
  color: #02345b;
}

@media print {
  .c-tables-box {
    page-break-inside: avoid;
  }
}

.c-tables-box__header {
  padding: 2rem 1.25rem 2rem 1.25rem;
  text-align: center;
  background: #192c55;
  width: 100%;
}

.c-tables-box__title, .c-tables-box__sub-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  color: #f4f4f4;
}

.c-tables-box__title {
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  padding: 0 1.25rem;
}

.c-tables-box__sub-title {
  line-height: 1.375rem;
  font-weight: 400;
  margin: 1rem 0 0 0;
}

.c-tables-box__item {
  margin: 0 0 1.25rem 0;
}

.c-tables-box__item:first-child .c-tables-box__header {
  background: #24407e;
}

.c-tables-box__item:last-child {
  margin-bottom: 0;
}

.c-tables-box__item:last-child .c-tables-box__header {
  background: #0f1f28;
}

.c-tables-box__content {
  background: #f1f1f1;
  padding: 1.25rem 1.875rem 1.6875rem 1.25rem;
  width: 100%;
}

.c-tables-box__content p, .c-tables-box__content ul li, .c-tables-box__content ol li, .c-tables-box__content a {
  color: #404040;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
}

.section--blue .c-tables-box__content p,
.section--dark-blue .c-tables-box__content p, .section--blue .c-tables-box__content ul li,
.section--dark-blue .c-tables-box__content ul li, .section--blue .c-tables-box__content ol li,
.section--dark-blue .c-tables-box__content ol li, .section--blue .c-tables-box__content a,
.section--dark-blue .c-tables-box__content a {
  color: #404040;
}

.c-tables-box__content a {
  font-weight: 600;
  color: #009ee0;
}

.c-tables-box__content p {
  padding-left: 1.375rem;
}

.c-tables-box__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-tables-box__content ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 0 0 0.9375rem 1.375rem;
}

.c-tables-box__content ul li:last-child {
  padding-bottom: 0;
}

.c-tables-box__content ul li:before {
  content: url("../../../../0005/4856/matrix-files/styles/mysource_files/icon-arrow-down-azure.svg");
  background-image: none;
  display: block;
  width: 0.8125rem;
  height: 0.625rem;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: -0.5625rem;
  top: 0.375rem;
}

.c-tables-box__content p, .c-tables-box__content ul, .c-tables-box__content ol {
  margin: 0 0 0.9375rem 0;
}

@media screen and (min-width: 75rem) {
  .c-tables-box {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .no-flexbox .c-tables-box,
  .no-js .c-tables-box {
    display: table;
  }
  .flexbox .c-tables-box {
    display: flex;
  }
  .c-tables-box__header {
    padding: 1.875rem 2.125rem 3.75rem 2.125rem;
  }
  .c-tables-box__title, .c-tables-box__sub-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .c-tables-box__title {
    letter-spacing: 0.1rem;
  }
  .c-tables-box__content {
    margin-top: -1.875rem;
    padding: 1.875rem 2.125rem 3.75rem 2.125rem;
  }
  .c-tables-box__content p, .c-tables-box__content ul li, .c-tables-box__content ol li, .c-tables-box__content a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .c-tables-box__content ul li {
    padding: 0 0 0.9375rem 2.0625rem;
  }
  .c-tables-box__content p {
    padding-left: 2.0625rem;
  }
  .c-tables-box__item {
    width: 50%;
  }
  .c-tables-box__item:first-child {
    border-right: 1px solid #f4f4f4;
  }
  .c-tables-box__item:last-child {
    margin: -3.125rem auto 0 auto;
    width: 100%;
  }
  .c-tables-box__item:last-child .c-tables-box__inner {
    padding: 0 4.875rem;
  }
  .c-tables-box__item:last-child .c-tables-box__content {
    padding-bottom: 1.875rem;
  }
}

/*
 * Mobile layout
 */
.c-video-block__inside {
  max-width: 43.125rem;
  margin: 0 auto;
}

.c-video-block__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.c-video-block__intro, .c-video-block__text {
  max-width: 55.25rem;
  margin: 0 auto;
  text-align: center;
}

.section--dark-blue .c-video-block__intro, .section--dark-blue .c-video-block__text {
  color: #f4f4f4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section--dark-blue .c-video-block__intro h2,
.section--dark-blue .c-video-block__intro h3, .section--dark-blue .c-video-block__text h2,
.section--dark-blue .c-video-block__text h3 {
  color: #f4f4f4;
}

.c-video-block__intro {
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 75rem) {
  .c-video-block__intro {
    padding-bottom: 2.5rem;
  }
}

.c-video-block__text {
  padding-top: 1.5rem;
}

@media screen and (min-width: 75rem) {
  .c-video-block__text {
    padding-top: 2.5rem;
  }
}

.c-video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Mixin */
/* Styles */
.header {
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 5000;
}

.p-header__wrapper {
  z-index: 50;
  position: relative;
}

.rgba .p-header__wrapper.t-bg--marine {
  background-color: rgba(2, 52, 91, 0.9);
}

@media screen and (min-width: 75rem) {
  .p-header__wrapper {
    border-bottom: 0.25rem solid #0095da;
  }
}

.p-header__inner {
  -webkit-align-content: stretch;
  align-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 1.5rem 0.75rem;
  border-bottom: 0.25rem solid #0095da;
}

@media screen and (min-width: 37.5rem) {
  .p-header__inner {
    padding: 2rem 1.25rem;
  }
}

@media screen and (min-width: 75rem) {
  .p-header__inner {
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: none;
  }
}

.p-header__box {
  -webkit-align-self: auto;
  align-self: auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  -ms-flex-order: 0;
  margin-bottom: 0;
  -webkit-order: 0;
  vertical-align: middle;
}

.p-header__search,
.p-header__nav {
  -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  height: 100vh;
  left: 100vw;
  max-width: 100vw;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  .p-header__search,
  .p-header__nav {
    left: 70vw;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-header__search,
  .p-header__nav {
    left: 50vw;
  }
}

@media screen and (min-width: 75rem) {
  .p-header__search,
  .p-header__nav {
    display: block;
    height: auto;
    left: auto;
    max-width: 100vw;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: auto;
    visibility: visible;
    width: auto;
  }
}

@media screen and (min-width: 75rem) {
  .p-header__search.t-bg--marine-blue-two,
  .p-header__nav.t-bg--marine-blue-two {
    background-color: transparent;
  }
}

@media screen and (min-width: 75rem) {
  .p-header__search {
    width: 5%;
  }
}

.is-mobile-search-opened .p-header__search {
  opacity: 1;
  visibility: visible;
  height: 9.375rem;
}

@media screen and (min-width: 37.5rem) {
  .is-mobile-search-opened .p-header__search {
    height: 11.25rem;
  }
}

@media screen and (min-width: 75rem) {
  .is-sitesearch-active .p-header__search {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 2rem 0;
  }
}

@media screen and (min-width: 75rem) {
  .is-sitesearch-active .p-header__search .p-header__mobile-topbar {
    width: 25%;
  }
}

@media screen and (min-width: 75rem) {
  .is-sitesearch-active .p-header__search .mobile-only {
    display: block;
    padding: 0;
  }
}

.is-sitesearch-active .p-header__search .p-header__btn .p-header__btn-menu {
  display: none;
}

@media screen and (min-width: 75rem) {
  .is-sitesearch-active .p-header__search .sq-form-question {
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100%;
  }
}

.p-header__search form {
  position: relative;
  text-align: right;
}

@media screen and (min-width: 75rem) {
  .p-header__search form {
    white-space: nowrap;
  }
}

@media screen and (min-width: 75rem) {
  .is-sitesearch-active .p-header__search form {
    width: 75%;
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

.p-header__search .sq-form-question,
.p-header__search .sq-form-control {
  display: inline-block;
  position: absolute;
}

@media screen and (min-width: 75rem) {
  .p-header__search .sq-form-question,
  .p-header__search .sq-form-control {
    position: relative;
  }
}

.p-header__search .sq-form-question {
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.p-header__search .sq-form-question::before {
  content: none;
}

@media screen and (min-width: 75rem) {
  .p-header__search .sq-form-question {
    -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
    padding: 0.1875rem 0;
    position: absolute;
    right: 1rem;
    visibility: hidden;
    width: 60vw;
    top: -0.75rem;
  }
}

.p-header__search .sq-form-control {
  left: 1.25rem;
  top: 1rem;
}

@media screen and (min-width: 37.5rem) {
  .p-header__search .sq-form-control {
    top: 1.5rem;
  }
}

@media screen and (min-width: 75rem) {
  .p-header__search .sq-form-control {
    top: 0;
    right: 0;
  }
}

@media screen and (min-width: 75rem) {
  .is-sitesearch-active .p-header__search .sq-form-control {
    top: -0.25rem;
  }
}

.p-header__search input[type='search'] {
  -webkit-appearance: none;
  background-color: transparent;
  color: #24407e;
  font-size: 1.3125rem;
  font-weight: normal;
  letter-spacing: normal;
  padding: 1rem 0.75rem 1rem 3.25rem;
  width: calc(100% - 4rem);
  border: none;
}

.p-header__search input[type='search']::-webkit-input-placeholder {
  color: #4a4a4a;
}

.p-header__search input[type='search']:-moz-placeholder {
  color: #4a4a4a;
}

.p-header__search input[type='search']::-moz-placeholder {
  color: #4a4a4a;
}

.p-header__search input[type='search']:-ms-input-placeholder {
  color: #4a4a4a;
}

@media screen and (min-width: 37.5rem) {
  .p-header__search input[type='search'] {
    padding: 1.5rem 1.25rem 1.5rem 3.875rem;
    width: calc(100% - 5.2rem);
  }
}

@media screen and (min-width: 75rem) {
  .p-header__search input[type='search'] {
    border-width: 0;
    padding: 0.1875rem 2.5rem 0.1875rem 0;
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0.03125rem;
  }
  .p-header__search input[type='search']::-webkit-input-placeholder {
    color: #4a4a4a;
  }
  .p-header__search input[type='search']:-moz-placeholder {
    color: #4a4a4a;
  }
  .p-header__search input[type='search']::-moz-placeholder {
    color: #4a4a4a;
  }
  .p-header__search input[type='search']:-ms-input-placeholder {
    color: #4a4a4a;
  }
}

.is-sitesearch-active .p-header__search input[type='search'] {
  padding: 0;
}

.rgba .p-header__search input[type='search'] {
  border-color: rgba(0, 52, 93, 0.81);
}

@media screen and (min-width: 75rem) {
  .rgba .p-header__search input[type='search'] {
    border-color: #fff;
  }
}

.p-header__search input[type='submit']:focus + .p-header__btn-search {
  outline: -webkit-focus-ring-color auto 0.3125rem;
}

.p-header__nav {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

@media screen and (min-width: 75rem) {
  .p-header__nav {
    -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1), width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1), width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1), width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 1;
    width: 70%;
  }
}

.is-mobile-menu-opened .p-header__nav {
  opacity: 1;
  overflow-y: scroll;
  visibility: visible;
  padding-bottom: 120px;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 75rem) {
  .is-sitesearch-active .p-header__nav {
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    display: none;
  }
}

@media screen and (min-width: 75rem) {
  .p-header__nav .nav {
    -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 1;
    visibility: visible;
  }
}

.p-header__btn {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: -0.375rem;
  text-align: right;
}

@media screen and (min-width: 75rem) {
  .p-header__btn {
    display: none;
  }
}

.p-header__logo-link {
  margin-right: 0;
}

@media screen and (min-width: 75rem) {
  .p-header__logo-link {
    display: inline-block;
  }
}

.p-header__logo-link::before {
  display: none;
}

.p-header__logo {
  max-height: 1.875rem;
}

@media screen and (min-width: 75rem) {
  .p-header__logo {
    width: 25%;
  }
}

@media screen and (min-width: 75rem) {
  .is-sitesearch-active .p-header__logo {
    width: 100%;
  }
}

.p-header__logo img {
  width: 100%;
}

.p-header__search-form input[type='submit']:focus + .p-header__btn-search, .p-header__search-form input[type='submit']:hover + .p-header__btn-search {
  color: #0095da;
}

.p-header__btn-search {
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  vertical-align: middle;
}

@media screen and (min-width: 75rem) {
  .p-header__btn-search {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 75rem) {
  .is-sitesearch-active .p-header__btn-search {
    -ms-transform: translateX(-2rem);
    -webkit-transform: translateX(-2rem);
    transform: translateX(-2rem);
  }
}

.p-header__btn-menu {
  padding: 0 0.25rem;
  vertical-align: middle;
}

@media screen and (min-width: 37.5rem) {
  .p-header__btn-menu {
    margin-left: 1.875rem;
  }
}

.p-header__btn-menu > span:not([class]) {
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #24407e;
  display: block;
  height: 0.125rem;
  width: 1.25rem;
}

.p-header__btn-menu > span:not([class]):not(:nth-child(3)) {
  margin-bottom: 0.25rem;
}

.p-header__btn-menu:focus > span:not([class]):first-child, .p-header__btn-menu:hover > span:not([class]):first-child {
  -ms-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.p-header__btn-menu:focus > span:not([class]):nth-child(3), .p-header__btn-menu:hover > span:not([class]):nth-child(3) {
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.c-icon--search,
.c-icon--menu {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}

.c-icon--logo {
  width: 10.625rem;
  height: 2.3125rem;
  vertical-align: middle;
}

.p-header__btn-search-close,
.p-header__btn-close {
  padding: 0;
}

.p-header__btn-search-close > span:not([class])::before, .p-header__btn-search-close > span:not([class])::after,
.p-header__btn-close > span:not([class])::before,
.p-header__btn-close > span:not([class])::after {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #24407e;
  border-radius: 15%;
  content: '';
  display: block;
  height: 0.125rem;
  width: 100%;
}

.p-header__btn-search-close > span:not([class])::before,
.p-header__btn-close > span:not([class])::before {
  -ms-transform: translateY(50%) rotate(-45deg);
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
}

.p-header__btn-search-close > span:not([class])::after,
.p-header__btn-close > span:not([class])::after {
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.p-header__btn-search-close:focus > span:not([class])::before, .p-header__btn-search-close:focus > span:not([class])::after, .p-header__btn-search-close:hover > span:not([class])::before, .p-header__btn-search-close:hover > span:not([class])::after,
.p-header__btn-close:focus > span:not([class])::before,
.p-header__btn-close:focus > span:not([class])::after,
.p-header__btn-close:hover > span:not([class])::before,
.p-header__btn-close:hover > span:not([class])::after {
  background-color: #0095da;
}

.p-header__btn-search-close {
  -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1), z-index 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1), z-index 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1), z-index 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  height: 1.875rem;
  display: none;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 1rem;
  visibility: hidden;
  width: 1.875rem;
  right: 0.625rem;
}

.is-opened .p-header__btn-search-close {
  opacity: 1;
  visibility: visible;
  display: block;
}

@media screen and (min-width: 37.5rem) {
  .p-header__btn-search-close {
    top: 1.5rem;
    right: 1.125rem;
  }
}

@media screen and (min-width: 75rem) {
  .p-header__btn-search-close {
    display: none;
  }
}

@media screen and (min-width: 75rem) {
  .is-sitesearch-active .p-header__btn-search-close {
    display: block;
    opacity: 1;
    visibility: visible;
    position: unset;
  }
}

.p-header__btn-close {
  height: 1.875rem;
  width: 1.875rem;
}

@media screen and (min-width: 37.5rem) {
  .p-header__btn-close {
    margin-left: 1.875rem;
  }
}

.p-header__mobile-topbar {
  padding: 1.5rem 0.75rem;
  border-bottom: 0.25rem solid #0095da;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 37.5rem) {
  .p-header__mobile-topbar {
    padding: 2rem 1.25rem;
  }
}

.is-sitesearch-active .p-header__mobile-topbar {
  border-bottom: none;
}

.mobile-only {
  display: flex;
}

@media screen and (min-width: 75rem) {
  .mobile-only {
    display: none;
  }
}

.mobile-custom {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.small-only {
  display: block;
}

@media screen and (min-width: 37.5rem) {
  .small-only {
    display: none;
  }
}

.extra-wide-only {
  display: none;
}

@media screen and (min-width: 75rem) {
  .extra-wide-only {
    display: block;
  }
}

body .header,
body .main,
body .p-footer {
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.is-mobile-menu-opened,
.is-mobile-search-opened {
  overflow: hidden;
}

.is-mobile-menu-opened .header,
.is-mobile-menu-opened .main,
.is-mobile-menu-opened .p-footer,
.is-mobile-search-opened .header,
.is-mobile-search-opened .main,
.is-mobile-search-opened .p-footer {
  left: -100vw;
  animation: fadeIn ease 1s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  .is-mobile-menu-opened .header from,
  .is-mobile-menu-opened .main from,
  .is-mobile-menu-opened .p-footer from,
  .is-mobile-search-opened .header from,
  .is-mobile-search-opened .main from,
  .is-mobile-search-opened .p-footer from {
    opacity: 0;
  }
  .is-mobile-menu-opened .header to,
  .is-mobile-menu-opened .main to,
  .is-mobile-menu-opened .p-footer to,
  .is-mobile-search-opened .header to,
  .is-mobile-search-opened .main to,
  .is-mobile-search-opened .p-footer to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (min-width: 37.5rem) {
  .is-mobile-menu-opened .header,
  .is-mobile-menu-opened .main,
  .is-mobile-menu-opened .p-footer,
  .is-mobile-search-opened .header,
  .is-mobile-search-opened .main,
  .is-mobile-search-opened .p-footer {
    left: -70vw;
  }
}

@media screen and (min-width: 56.25rem) {
  .is-mobile-menu-opened .header,
  .is-mobile-menu-opened .main,
  .is-mobile-menu-opened .p-footer,
  .is-mobile-search-opened .header,
  .is-mobile-search-opened .main,
  .is-mobile-search-opened .p-footer {
    left: -50vw;
  }
}

@media screen and (min-width: 75rem) {
  .is-mobile-menu-opened .header,
  .is-mobile-menu-opened .main,
  .is-mobile-menu-opened .p-footer,
  .is-mobile-search-opened .header,
  .is-mobile-search-opened .main,
  .is-mobile-search-opened .p-footer {
    -ms-transform: translateX(-30vw);
    -webkit-transform: translateX(-30vw);
    transform: translateX(-30vw);
  }
}

/* Typeahead */
.twitter-typeahead {
  width: 100%;
}

@media screen and (min-width: 75rem) {
  .twitter-typeahead {
    padding-right: 2.5rem;
  }
  .is-sitesearch-active .twitter-typeahead {
    position: static !important;
  }
}

@media screen and (min-width: 75rem) {
  .is-sitesearch-active .twitter-typeahead input.tt-hint {
    opacity: 0 !important;
  }
}

.tt-menu {
  background-color: #fff;
  color: #24407e;
  padding: 1rem 0.75rem 1.5rem 0.75rem;
  text-align: left;
  width: 100%;
  border-top: 0.0625rem solid #f4f4f4;
}

@media screen and (min-width: 37.5rem) {
  .tt-menu {
    padding: 1.5rem 1.25rem 2rem 1.25rem;
  }
}

@media screen and (min-width: 75rem) {
  .tt-menu {
    padding: 2rem 0 4rem 0;
  }
}

@media screen and (min-width: 75rem) {
  .tt-menu__wrapper {
    max-width: 76.25rem;
    margin: 0 auto;
  }
}

.tt-menu__heading {
  font-size: 1.3125rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.04125rem;
  color: #24407e;
}

@media screen and (min-width: 37.5rem) {
  .tt-menu__heading {
    padding-bottom: 0.5rem;
  }
}

@media screen and (min-width: 75rem) {
  .tt-menu__heading {
    padding-left: 1.25rem;
  }
}

.rgba .tt-menu {
  background-color: #fff;
}

@media screen and (min-width: 75rem) {
  .is-opened .tt-menu {
    margin-top: 0.25rem;
  }
}

@media screen and (min-width: 75rem) {
  .tt-dataset {
    padding: 0 1.25rem;
  }
}

.tt-selectable {
  -moz-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: 0.01562rem;
  font-size: 1.3125rem;
  padding: 0.5rem 0;
}

@media screen and (min-width: 37.5rem) {
  .tt-selectable {
    padding: 1rem 0;
  }
}

@media screen and (min-width: 75rem) {
  .tt-selectable {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0.03125rem;
  }
}

.tt-selectable:not(:last-child) {
  border-color: rgba(36, 64, 126, 0.75);
  border-style: solid;
  border-width: 0 0 0.0625rem;
}

.rgba .tt-selectable:not(:last-child) {
  border-color: rgba(36, 64, 126, 0.75);
}

.tt-selectable:last-child {
  padding-bottom: 0;
}

.tt-selectable:focus, .tt-selectable:hover, .tt-selectable.tt-cursor {
  color: #0095da;
}

.tt-selectable:focus:not(:last-child), .tt-selectable:hover:not(:last-child), .tt-selectable.tt-cursor:not(:last-child) {
  border-color: #0095da;
}

.rgba .tt-selectable:focus:not(:last-child), .rgba .tt-selectable:hover:not(:last-child), .rgba .tt-selectable.tt-cursor:not(:last-child) {
  border-color: #0095da;
}

.overlay {
  -moz-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #4a4a4a;
  opacity: 0.75;
  z-index: 101;
}

.p-hero {
  background-position: center;
  background-size: cover;
  position: relative;
}

.p-hero::before {
  background-color: #edf5f8;
  content: none;
  height: 100%;
  opacity: 1;
  position: absolute;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: visible;
  width: 100%;
  z-index: 1000;
}

.js .p-hero::before {
  content: '';
}

.p-hero.is-hero-loaded::before {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

@media screen and (min-width: 56.25rem) {
  .p-hero {
    margin-bottom: 0;
  }
}

.p-hero__container {
  height: 30.1875rem;
  position: relative;
}

.s-home .p-hero__container {
  align-content: flex-start;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__container {
    height: 29.875rem;
  }
  .s-home .p-hero__container {
    height: 48.125rem;
  }
}

.s-microsite .p-hero__container {
  height: 26.875rem;
}

@media screen and (min-width: 56.25rem) {
  .s-microsite .p-hero__container {
    height: 48.875rem;
  }
}

.s-microsite:not(.s-home) .p-hero__container {
  height: 30.1875rem;
}

@media screen and (min-width: 56.25rem) {
  .s-microsite:not(.s-home) .p-hero__container {
    height: 29.875rem;
  }
}

.s-microsite .p-hero__heading-wrapper {
  align-content: flex-start;
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding-bottom: 4.375rem;
}

@media screen and (min-width: 56.25rem) {
  .s-microsite .p-hero__heading-wrapper {
    padding-bottom: 0;
  }
}

.p-hero__heading-box-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-hero__heading-box {
  bottom: 1.5625rem;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 76.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 1;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__heading-box {
    bottom: 3.125rem;
    left: auto;
    padding-left: 0;
    padding-right: 0;
    right: auto;
    max-width: 76.25rem;
    padding-right: 14rem;
  }
}

.s-home .p-hero__heading-box {
  flex: 0 1 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 0 0;
  position: relative;
  text-align: center;
  width: 80%;
}

@media screen and (min-width: 37.5rem) {
  .s-home .p-hero__heading-box {
    width: 80%;
  }
}

.s-microsite:not(.s-home) .p-hero__heading-box {
  bottom: 5.1875rem;
  padding-top: 0;
}

@media screen and (min-width: 56.25rem) {
  .s-microsite:not(.s-home) .p-hero__heading-box {
    bottom: 9rem;
  }
}

.p-hero__heading {
  font-size: 32px;
  font-size: 2rem;
  color: #f4f4f4;
  line-height: 1;
  text-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 56.25rem) {
  .p-hero__heading {
    font-size: 62px;
    font-size: 3.875rem;
  }
}

.p-hero__heading i,
.p-hero__heading strong {
  display: block !important;
}

.js .p-hero__heading i, .js
.p-hero__heading strong {
  opacity: 0;
  transform: translateY(0.625rem);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.6s;
  visibility: hidden;
}

.is-hero-heading-loaded .p-hero__heading i, .is-hero-heading-loaded
.p-hero__heading strong {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.s-home .p-hero__heading i, .s-home
.p-hero__heading strong {
  display: inline-block !important;
}

.p-hero__heading i {
  font-size: 26px;
  font-size: 1.625rem;
  display: block;
  font-family: "adobe-caslon-pro", serif;
  font-style: italic;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__heading i {
    margin-bottom: 0.9375rem;
  }
}

.s-home .p-hero__heading i {
  font-size: 32px;
  font-size: 2rem;
  display: inline-block !important;
  margin-bottom: 0;
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  .s-home .p-hero__heading i {
    margin-bottom: 0.25rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .s-home .p-hero__heading i {
    font-size: 58px;
    font-size: 3.625rem;
    margin-bottom: 0.625rem;
  }
}

.s-microsite.s-home .p-hero__heading i {
  font-size: 46.4px;
  font-size: 2.9rem;
  font-weight: 600;
}

@media screen and (min-width: 56.25rem) {
  .s-microsite.s-home .p-hero__heading i {
    font-size: 64px;
    font-size: 4rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-microsite.s-home .p-hero__heading i {
    font-size: 76px;
    font-size: 4.75rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .s-home .p-hero__heading strong {
    font-size: 58px;
    font-size: 3.625rem;
  }
}

.s-home .p-hero__heading .p-hero__sub-heading {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.11875rem;
  line-height: 1.32;
  text-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 56.25rem) {
  .s-home .p-hero__heading .p-hero__sub-heading {
    letter-spacing: 0.18125rem;
    line-height: 2.79;
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.js .p-hero__sub-heading {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 1.5s;
}

.is-hero-heading-loaded .p-hero__sub-heading {
  opacity: 1;
  visibility: visible;
}

.p-hero__button-wrapper {
  display: inline-block;
}

.js .p-hero__button-wrapper {
  opacity: 0;
  transform: translateY(0.625rem);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 1s;
  visibility: hidden;
}

.is-hero-heading-loaded .p-hero__button-wrapper {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.p-hero__button {
  font-size: 10px;
  font-size: 0.625rem;
  margin-right: 0;
  margin-top: 0.625rem;
  padding: 0.625rem 0.9375rem;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__button {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 1.5625rem;
    padding: 0.9375rem 1.25rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-hero__info-item {
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 75rem) {
  .js .p-hero__info-item:nth-child(1) {
    opacity: 0;
    transform: translateY(0.625rem);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: 1.4s;
    visibility: hidden;
  }
  .is-hero-heading-loaded .p-hero__info-item:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

@media screen and (min-width: 75rem) {
  .js .p-hero__info-item:nth-child(2) {
    opacity: 0;
    transform: translateY(0.625rem);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: 1.6s;
    visibility: hidden;
  }
  .is-hero-heading-loaded .p-hero__info-item:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

@media screen and (min-width: 75rem) {
  .js .p-hero__info-item:nth-child(3) {
    opacity: 0;
    transform: translateY(0.625rem);
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: 1.8s;
    visibility: hidden;
  }
  .is-hero-heading-loaded .p-hero__info-item:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

.p-hero__info-slider-wrapper {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: transparent;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

@media screen and (min-width: 75rem) {
  .p-hero__info-slider-wrapper {
    padding-bottom: 1.25rem;
    padding-top: 0;
  }
}

@media screen and (min-width: 75rem) {
  .p-hero__info-slider-wrapper.t-bg--navy {
    background-color: transparent;
  }
}

.p-hero__info-slider-inner {
  height: 100%;
  padding-bottom: 1.875rem;
  padding-top: 1.75rem;
  position: relative;
}

.p-hero__bg-txt {
  -ms-transform: translateY(-54%);
  -webkit-transform: translateY(-54%);
  transform: translateY(-54%);
  color: #f4f4f4;
  font-size: 40vw;
  font-weight: 600;
  line-height: 1;
  opacity: .25;
  position: absolute;
  text-align: center;
  top: 54%;
}

@media screen and (min-width: 37.5rem) {
  .p-hero__bg-txt {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
}

@media screen and (min-width: 75rem) {
  .p-hero__bg-txt {
    -ms-transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
    font-size: 33.75rem;
    top: 35%;
  }
}

.p-hero__overlay::before, .p-hero__overlay::after {
  content: '';
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1921', endColorstr='#0c1921',GradientType=0 );
  left: 0;
  position: absolute;
  width: 100%;
}

.p-hero__overlay::before {
  -moz-transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background: linear-gradient(to bottom, rgba(12, 25, 33, 0.7) 0%, rgba(12, 25, 33, 0) 100%);
  height: 6.25rem;
  top: 0;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__overlay::before {
    height: 8.75rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-hero__overlay::before {
    height: 12.5rem;
  }
}

.p-hero__overlay::after {
  -moz-transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background: linear-gradient(to top, rgba(12, 25, 33, 0.7) 0%, rgba(12, 25, 33, 0) 100%);
  bottom: 0;
  height: 6.25rem;
}

@media screen and (min-width: 56.25rem) {
  .p-hero__overlay::after {
    height: 8.75rem;
  }
}

@media screen and (min-width: 75rem) {
  .p-hero__overlay::after {
    height: 12.5rem;
  }
}

.p-footer {
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  clear: both;
}

.p-footer__top-inner {
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 0.0625rem;
  padding-bottom: 1.5625rem;
  padding-top: 2.25rem;
}

@media screen and (min-width: 56.25rem) {
  .p-footer__top-inner {
    padding-bottom: 2.25rem;
    padding-top: 2.75rem;
  }
}

.rgba .p-footer__top-inner {
  border-color: rgba(255, 255, 255, 0.2);
}

.p-footer__top-inner .p-footer__box {
  margin-bottom: 0;
}

.p-footer__logo {
  display: inline-block;
  font-size: 1rem;
  height: 100%;
  margin: 0;
  max-height: 1.5625rem;
  max-width: 6.5625rem;
  min-width: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 37.5rem) {
  .p-footer__logo {
    max-height: 2.5rem;
    max-width: 10.9375rem;
  }
}

.p-footer__logo > img {
  display: inline-block;
  height: 100%;
  max-width: 12.5rem;
  vertical-align: middle;
}

.p-footer__social {
  margin-right: -0.375rem;
  text-align: right;
}

@media screen and (min-width: 37.5rem) {
  .p-footer__social {
    margin-right: -0.625rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-footer__social {
    margin-right: -1.0625rem;
    padding-top: 0.125rem;
  }
}

@media screen and (min-width: 75rem) {
  .p-footer__social {
    margin-right: -1.3125rem;
  }
}

.p-footer__social-title,
.p-footer__social-list-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.p-footer__social-title {
  color: #7ed5f9;
  display: none;
}

@media screen and (min-width: 37.5rem) {
  .p-footer__social-title {
    display: inline-block;
    margin-right: 1.5625rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-footer__social-title {
    margin-right: 0;
  }
}

.p-footer__social-title > h2 {
  color: #7ed5f9;
  font-size: 1rem;
  margin: 0;
}

.p-footer__social-list {
  margin: 0;
  padding: 0;
  text-align: left;
}

.p-footer__social-item {
  display: inline-block;
  margin-bottom: 0;
}

@media screen and (min-width: 37.5rem) {
  .p-footer__social-item {
    padding: 0 0.125rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-footer__social-item {
    padding: 0 0.625rem;
  }
}

.p-footer__social-item::before {
  display: none;
}

.p-footer__social-link {
  color: #fff;
  font-size: 1.125rem;
}

@media screen and (min-width: 37.5rem) {
  .p-footer__social-link {
    font-size: 1.375rem;
  }
}

.p-footer__social-link:focus, .p-footer__social-link:hover {
  color: #7ed5f9;
}

.p-footer__social-link .c-icon {
  -ms-transform: translateY(-0.188rem);
  -webkit-transform: translateY(-0.188rem);
  transform: translateY(-0.188rem);
  bottom: 0;
}

.p-footer__main-inner {
  padding: 1.5rem 0 1.4375rem;
}

@media screen and (min-width: 37.5rem) {
  .p-footer__main-inner {
    padding: 2.0625rem 0 1.6875rem;
  }
}

.p-footer__nav-list-lv1,
.p-footer__nav-list-lv2 {
  margin-bottom: 0;
  padding-left: 0;
}

.p-footer__nav-list-lv2 {
  display: none;
}

@media screen and (min-width: 37.5rem) {
  .p-footer__nav-list-lv2 {
    display: block;
  }
}

.p-footer__nav-item {
  margin-bottom: 0.9375rem;
}

.p-footer__nav-item::before {
  display: none;
}

.p-footer__nav-list-lv2 .p-footer__nav-item {
  margin-bottom: 0;
}

.p-footer__nav-link {
  margin-right: 0;
}

.p-footer__nav-list-lv1 .p-footer__nav-link {
  color: #7ed5f9;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 37.5rem) {
  .p-footer__nav-list-lv1 .p-footer__nav-link {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
  }
}

.p-footer__nav-list-lv1 .p-footer__nav-link::before {
  background-color: currentColor;
}

.p-footer__nav-list-lv1 .p-footer__nav-link:focus, .p-footer__nav-list-lv1 .p-footer__nav-link:hover {
  color: #dff5fe;
}

.p-footer__nav-list-lv1 .p-footer__nav-link > h2 {
  color: currentColor;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

@media screen and (min-width: 37.5rem) {
  .p-footer__nav-list-lv1 .p-footer__nav-link > h2 {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
  }
}

.p-footer__nav-list-lv2 .p-footer__nav-link {
  color: #7ed5f9;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.125rem;
  text-transform: capitalize;
}

.p-footer__nav-list-lv2 .p-footer__nav-link:focus, .p-footer__nav-list-lv2 .p-footer__nav-link:hover {
  color: #dff5fe;
}

.p-footer__bottom-inner {
  padding-bottom: 5.25rem;
}

@media screen and (min-width: 37.5rem) {
  .p-footer__bottom-inner {
    padding-bottom: 3.9375rem;
  }
}

.p-footer__bottom-inner .p-footer__box {
  margin-bottom: 0;
  position: relative;
}

.p-footer__bottom-inner .p-footer__box:first-child {
  padding-bottom: 2.25rem;
}

@media screen and (min-width: 37.5rem) {
  .p-footer__bottom-inner .p-footer__box:first-child {
    padding-bottom: 0;
  }
}

.p-footer__quicklinks-list {
  margin-bottom: 0;
  padding-left: 0;
}

.p-footer__quicklinks-item {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

@media screen and (min-width: 56.25rem) {
  .p-footer__quicklinks-item {
    width: auto;
  }
  .p-footer__quicklinks-item:not(:last-child) {
    margin-right: 1.25rem;
  }
}

.p-footer__quicklinks-item::before {
  display: none;
}

.p-footer__quicklinks-item:not(:last-child) {
  margin-bottom: 0.6875rem;
}

@media screen and (min-width: 37.5rem) {
  .p-footer__quicklinks-item:not(:last-child) {
    margin-bottom: 0;
  }
}

.p-footer__quicklinks-link {
  color: #7ed5f9;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.64;
  margin-right: 0;
}

.p-footer__quicklinks-link::before {
  color: #7ed5f9;
}

.p-footer__quicklinks-link:focus, .p-footer__quicklinks-link:hover {
  color: #dff5fe;
}

.p-footer__quicklinks-link:focus::before, .p-footer__quicklinks-link:hover::before {
  background-color: #dff5fe;
}

.p-footer__legal {
  color: #fff;
  font-size: 0.875rem;
  left: 0;
  line-height: 1.64;
  margin: 0;
  position: absolute;
  right: auto;
  text-align: left;
  top: 0;
}

@media screen and (min-width: 37.5rem) {
  .p-footer__legal {
    bottom: 0;
    left: auto;
    right: 0;
    text-align: right;
    top: auto;
  }
}

@media screen and (min-width: 75rem) {
  .p-footer__legal > br {
    display: none;
  }
}

.p-footer__social-contact {
  color: #7ed5f9;
  font-weight: 400;
}

.p-footer__social-contact:hover {
  color: #7ed5f9;
}

/* Placeholders */
.nav-section__list-lv1,
.nav-section__list-lv2 {
  -webkit-align-content: stretch;
  align-content: stretch;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: stretch;
  -ms-flex-pack: start;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.nav-section__item-lv1,
.nav-section__item-lv2 {
  -webkit-align-self: auto;
  align-self: auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}

/* Styles */
.nav {
  clear: both;
  display: block;
}

.nav__list {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 75rem) {
  .nav__list {
    -webkit-align-content: stretch;
    align-content: stretch;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: stretch;
    -ms-flex-pack: end;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 1.25rem;
  }
}

.nav__list > li:first-child {
  padding-top: 0.5rem;
}

@media screen and (min-width: 75rem) {
  .nav__list > li:first-child {
    padding-top: 0;
  }
}

.nav__list > li:not(:last-child) {
  border-bottom: 0.0625rem solid #ebebeb;
}

@media screen and (min-width: 75rem) {
  .nav__list > li:not(:last-child) {
    border-bottom: none;
    padding: 0 2.5rem 0 0;
  }
}

@media screen and (min-width: 75rem) {
  .nav__list > li {
    -webkit-align-self: auto;
    align-self: auto;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    -ms-flex-order: 0;
    margin-bottom: 0;
    -webkit-order: 0;
    order: 0;
  }
}

.nav__list > li::before {
  display: none;
}

a.nav__link {
  color: #24407e;
  display: block;
  font-size: 1.3125rem;
  letter-spacing: 0.04125rem;
  font-weight: normal;
  margin-right: 0;
  padding: 1rem 1.25rem;
  position: relative;
}

@media screen and (min-width: 75rem) {
  a.nav__link {
    border-bottom: 0;
    font-size: 1rem;
    letter-spacing: 0.03125rem;
    padding: 2.5rem 0 2rem 0;
    height: 100%;
  }
}

a.nav__link:focus, a.nav__link:hover {
  color: #0095da;
}

.is-opened a.nav__link::before {
  bottom: -0.0625rem;
}

.nav__txt {
  font-size: 14px;
  font-size: 0.875rem;
}

.nav-section__wrapper {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  margin-bottom: 2.75rem;
}

@media screen and (min-width: 75rem) {
  .nav-section__wrapper {
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch.js .nav-section__wrapper {
    background-color: transparent;
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch.js .nav-section__wrapper.no-subnav {
    background-color: transparent;
    margin-bottom: 0rem;
  }
}

.is-section-nav-expanded .nav-section__wrapper {
  background-color: #00335c;
}

@media screen and (min-width: 75rem) {
  .no-touch .is-section-nav-expanded .nav-section__wrapper {
    background-color: transparent;
  }
}

.s-microsite .nav-section__wrapper {
  background-color: transparent;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.3);
  left: 0;
  margin-bottom: 0;
  position: absolute;
  top: calc(100% - 4.375rem);
  width: 100vw;
  z-index: 100;
}

@media screen and (min-width: 75rem) {
  .s-microsite .nav-section__wrapper {
    margin-bottom: 0 !important;
    position: relative;
    top: 0;
  }
}

.is-section-nav-expanded .s-microsite .nav-section__wrapper {
  background-color: #00335c;
}

.s-microsite:not(.s-home) .nav-section__wrapper {
  position: absolute;
  top: 25.9375rem;
}

@media screen and (min-width: 75rem) {
  .s-microsite:not(.s-home) .nav-section__wrapper {
    bottom: 0;
    top: auto;
  }
}

.nav-section__inner {
  -moz-transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

@media screen and (min-width: 75rem) {
  .nav-section__inner {
    padding: 0;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch .nav-section__inner {
    padding: 0 0.4375rem;
  }
}

.s-microsite .nav-section__inner {
  padding: 0.625rem 1.25rem;
}

@media screen and (min-width: 75rem) {
  .s-microsite .nav-section__inner {
    padding: 0;
  }
}

.nav-section__list-lv1,
.nav-section__list-lv2 {
  margin: 0;
}

@media screen and (min-width: 75rem) {
  .no-touch .nav-section__list-lv1, .no-touch
  .nav-section__list-lv2 {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}

.nav-section__list-lv1 {
  padding: 0;
}

.nav-section__list-lv2 {
  padding: 0 0 0 1.875rem;
}

@media screen and (min-width: 75rem) {
  .no-touch .nav-section__list-lv2 {
    padding: 0 0.25rem;
  }
}

.nav-section__item-lv1,
.nav-section__item-lv2 {
  margin: 0;
}

.nav-section__item-lv1::before,
.nav-section__item-lv2::before {
  display: none;
}

.nav-section__item-lv1 {
  -moz-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  max-height: 100rem;
  overflow: hidden;
  position: relative;
  transition-delay: .1s;
  visibility: visible;
}

@media screen and (min-width: 75rem) {
  .nav-section__item-lv1 {
    max-height: none !important;
    visibility: visible !important;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch .nav-section__item-lv1 {
    position: inherit;
  }
}

.js .nav-section__item-lv1 {
  max-height: 0;
  visibility: hidden;
}

.js .nav-section__item-lv1.is-active,
.js .is-section-nav-expanded .nav-section__item-lv1 {
  max-height: 100rem;
  visibility: visible;
}

@media screen and (min-width: 75rem) {
  .no-touch .nav-section__item-lv2 {
    margin: 0 0.625rem;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch .nav-section__item-lv2 {
    margin: 0 1.0625rem;
  }
}

.nav-section__link {
  -moz-transition: color 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: transparent;
  color: #00335c;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0.0625rem;
  padding: 0.625rem 0;
  text-align: left;
}

@media screen and (min-width: 75rem) {
  .no-touch .nav-section__link {
    color: #00335c;
    margin: 0;
    padding: 0.625rem;
  }
}

.nav-section__link::before {
  display: none !important;
}

@media screen and (min-width: 75rem) {
  .nav-section__link::before {
    display: block !important;
  }
}

.nav-section__link:focus, .nav-section__link:hover {
  color: #0095da;
}

.nav-section__link:focus::before, .nav-section__link:hover::before {
  content: none;
}

@media screen and (min-width: 75rem) {
  .nav-section__link[aria-haspopup='false']::after {
    -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: #dadada;
    bottom: 0;
    content: '';
    display: block;
    height: 0.0625rem;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
  }
}

.s-microsite .nav-section__link {
  color: #f4f4f4;
}

@media screen and (min-width: 75rem) {
  .no-touch .is-active > .nav-section__link {
    background-color: #f4f4f4;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch .s-microsite .is-active > .nav-section__link {
    background-color: transparent;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch .s-microsite .nav-section__link::before {
    background-color: #1ea3e1;
    bottom: 0.0625rem;
    content: '';
    display: block;
    height: 0.3125rem;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    visibility: hidden;
    width: 100%;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch .s-microsite .current > .nav-section__link::before,
  .no-touch .s-microsite .nav-section__item-lv1:hover .nav-section__link::before {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch .is-active.is-temp > .nav-section__link {
    background-color: #0095da;
  }
  .no-touch .is-active.is-temp > .nav-section__link:hover {
    background-color: #0095da;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch .is-active > .nav-section__link::after,
  .no-touch .is-current > .nav-section__link::after {
    opacity: 1;
  }
}

.is-section-nav-expanded .nav-section__link {
  color: #fff;
  width: 80%;
}

.is-section-nav-expanded .nav-section__link:focus, .is-section-nav-expanded .nav-section__link:hover {
  color: #0095da;
}

@media screen and (min-width: 75rem) {
  .s-microsite .nav-section__link {
    color: #f4f4f4 !important;
    padding-bottom: 1.875rem !important;
    padding-top: 1.875rem !important;
  }
  .s-microsite .nav-section__link:hover {
    color: #0095da !important;
  }
}

@media screen and (min-width: 75rem) {
  .s-microsite .is-active .nav-section__link {
    color: #1ea3e1 !important;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch .is-section-nav-expanded .nav-section__link {
    color: #00335c;
    width: 100%;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch .is-section-nav-expanded .s-microsite .nav-section__link {
    color: #f4f4f4;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch .is-section-nav-expanded .s-microsite .nav-section__item-lv2 .nav-section__link {
    color: #00335c;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch .is-section-nav-expanded .s-microsite .nav-section__item-lv2 .nav-section__link:focus, .no-touch .is-section-nav-expanded .s-microsite .nav-section__item-lv2 .nav-section__link:hover {
    color: #0095da;
  }
}

.is-section-nav-expanded .is-active > .nav-section__link,
.is-section-nav-expanded .current > .nav-section__link {
  color: #0095da;
}

.s-microsite .current > .nav-section__link {
  color: #0095da;
}

@media screen and (min-width: 75rem) {
  .no-touch .is-section-nav-expanded .is-active > .nav-section__link,
  .no-touch .current > .nav-section__link {
    color: #00335c;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch .is-section-nav-expanded .s-microsite .is-active > .nav-section__link {
    color: #1ea3e1;
  }
}

.nav-section__item-lv1 > .nav-section__link {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), font-size 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), font-size 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), font-size 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  display: block;
  font-size: 1.125rem;
  z-index: 1;
}

.nav-section__item-lv1 > .nav-section__link:focus, .nav-section__item-lv1 > .nav-section__link:hover {
  color: #0095da;
}

@media screen and (min-width: 75rem) {
  .nav-section__item-lv1.current > .nav-section__link::before {
    -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: #1ea3e1;
    bottom: 0.0625rem;
    content: '';
    display: block;
    height: 0.3125rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 75rem) {
  .nav-section__item-lv1.current.is-active > .nav-section__link::before {
    width: 100%;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch .nav-section__item-lv1 > .nav-section__link {
    font-size: 0.90625rem;
    height: 100%;
    padding: 1.25rem 0.8125rem;
  }
}

.no-touch .nav-section__item-lv1 > .nav-section__link:focus, .no-touch .nav-section__item-lv1 > .nav-section__link:hover {
  color: #0095da;
}

.no-touch .nav-section__item-lv1 > .nav-section__link:focus + .nav-section__btn, .no-touch .nav-section__item-lv1 > .nav-section__link:hover + .nav-section__btn {
  color: #0095da;
}

.nav-section__item-lv2 > .nav-section__link {
  -moz-transition: font-size 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: font-size 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: font-size 0.4s cubic-bezier(0.77, 0, 0.175, 1), padding 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  font-size: 1rem;
  padding: 0.5rem 0;
  text-align: left;
}

@media screen and (min-width: 75rem) {
  .no-touch .nav-section__item-lv2 > .nav-section__link {
    border-bottom: 0.3125rem solid transparent;
    font-size: 0.75rem;
    padding: 1.0625rem 0 0.75rem;
    text-align: left;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch .nav-section__item-lv2 > .nav-section__link {
    font-size: 0.875rem;
  }
}

.no-touch .nav-section__item-lv2 > .nav-section__link:focus, .no-touch .nav-section__item-lv2 > .nav-section__link:hover {
  color: #0095da;
}

@media screen and (min-width: 75rem) {
  .no-touch .nav-section__item-lv2.current > .nav-section__link {
    border-color: #1ea3e1;
  }
}

.nav-section__btn {
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  color: #00335c;
  display: block;
  height: 1.875rem;
  padding: 0.3125rem;
  position: absolute;
  right: 0;
  top: 0.5625rem;
  width: 1.875rem;
  z-index: 0;
}

.nav-section__btn::before {
  background-color: currentColor;
  content: '';
  display: block;
  height: 100%;
  left: -0.625rem;
  opacity: .5;
  position: absolute;
  top: 0.125rem;
  visibility: visible;
  width: 0.0625rem;
}

body:not(.is-section-nav-expanded) .nav-section__btn::before {
  visibility: hidden;
}

@media screen and (min-width: 75rem) {
  .no-touch .nav-section__btn {
    display: none;
  }
}

.js .nav-section__btn {
  color: #fff;
}

.is-section-nav-expanded .nav-section__btn {
  z-index: 2;
}

.s-microsite .nav-section__btn {
  color: #393939;
}

.nav-section__btn:focus {
  outline: 0;
}

.nav-section__btn:focus .c-icon {
  outline: dotted thin;
}

.nav-section__btn:focus, .nav-section__btn:hover,
.is-active .nav-section__btn {
  color: #0095da;
}

.nav-section__btn:focus::before, .nav-section__btn:hover::before,
.is-active .nav-section__btn::before {
  display: block;
}

.s-microsite .is-active .nav-section__btn {
  color: #0095da;
}

.s-microsite .is-active .nav-section__btn:focus, .s-microsite .is-active .nav-section__btn:hover {
  color: #0095da;
}

.nav-section__btn .c-icon {
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.is-section-nav-expanded .is-active .nav-section__btn .c-icon {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nav-section__ctrl-box {
  -moz-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  left: 0;
  max-height: 100rem;
  opacity: 1;
  overflow: hidden;
  position: relative;
  visibility: visible;
  width: 100%;
}

@media screen and (min-width: 75rem) {
  .nav-section__ctrl-box {
    display: block;
  }
}

@media screen and (min-width: 75rem) {
  .nav-section__item-lv1:not(.is-active) .nav-section__ctrl-box {
    border-top: 0.0625rem solid #dadada !important;
    min-height: 0.0625rem;
    opacity: 1;
    visibility: visible;
  }
}

.nav-section__ctrl-box .o-container {
  padding: 0;
}

@media screen and (min-width: 75rem) {
  .nav-section__ctrl-box .o-container {
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 75rem) {
  .no-touch .nav-section__ctrl-box {
    background-color: #f4f4f4;
    border-top: 0.0625rem solid #dadada;
    margin-top: -0.0625rem;
    opacity: 0;
    position: absolute;
    visibility: hidden;
  }
}

.js .nav-section__ctrl-box {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}

.js .nav-section__ctrl-box .o-container {
  margin-left: auto;
  margin-right: auto;
}

.touch.js .nav-section__ctrl-box .o-container {
  margin-left: 0;
  margin-right: 0;
}

.is-section-nav-expanded .is-active .nav-section__ctrl-box {
  max-height: 100rem;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 75rem) {
  .is-active .nav-section__ctrl-box {
    max-height: 100rem !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

.nav-section__txt {
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}

@media screen and (min-width: 75rem) {
  .nav-section__txt {
    text-overflow: clip;
    white-space: normal;
    width: 100%;
  }
}

.is-section-nav-expanded .nav-section__txt {
  text-overflow: clip;
  white-space: normal;
  width: 100%;
}

.p-info-boxes {
  margin-top: 2.8125rem;
}

@media screen and (min-width: 56.25rem) {
  .p-info-boxes {
    margin-top: 4.375rem;
  }
}

.s-latest-news + .p-info-boxes {
  margin-top: 3.4375rem;
}

.p-info-boxes + .p-info-boxes {
  margin-top: 0;
}

.p-info-box {
  margin-bottom: 1.875rem;
  overflow: hidden;
}

@media screen and (min-width: 56.25rem) {
  .p-info-box {
    align-content: flex-start;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.p-info-box.s-investor-centre {
  margin-top: 3.125rem;
}

.p-info-box--centered {
  justify-content: center;
}

.p-info-box__item {
  margin: 0 !important;
  position: relative;
}

.p-info-box__item .p-heading--white {
  color: #f4f4f4;
  margin-bottom: 0.625rem;
  margin-top: -1.125rem;
}

.p-info-box__item .c-info-panel__link--white {
  margin-top: 0.9375rem;
}

.p-info-box__item .c-info-panel__link--white > span {
  color: #f4f4f4;
}

@media screen and (min-width: 56.25rem) {
  .p-info-box__item {
    width: 50% !important;
  }
}

.p-info-box__item::before {
  background-color: #edf5f8;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.p-info-box__item:nth-child(1) {
  z-index: 2;
}

.is-loading-finish .p-info-box__item {
  z-index: 100 !important;
}

.p-info-box__inner {
  padding: 1.5625rem;
}

@media screen and (min-width: 56.25rem) {
  .p-info-box__inner {
    padding: 2.5rem;
  }
}

.p-info-box__inner--full {
  padding: 0 !important;
}

.p-info-box__inner .o-layout__inner-item {
  margin-bottom: 0 !important;
}

.p-info-box__inner .compat-object-fit-wrapper {
  height: 100%;
  position: absolute;
  width: 100%;
}

.js .p-info-box__item:nth-child(1) {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 100;
}

.js .p-info-box__item:nth-child(2) {
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.js .is-loading-process .p-info-box__item:nth-child(2) {
  transform: translateY(0);
}

@media screen and (min-width: 56.25rem) {
  .js .p-info-box__item:nth-child(2) {
    transform: translateY(0);
  }
  .js .p-info-box--left .p-info-box__item:nth-child(1)::before {
    right: -100%;
    width: 0;
  }
  .js .p-info-box--right .p-info-box__item:nth-child(2)::before {
    left: -100%;
    width: 0;
  }
  .js .p-info-box__inner {
    opacity: 0;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  }
}

.p-info-box--left .p-info-box__item:nth-child(1)::before {
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: -1;
}

.p-info-box--left .p-info-box__item:nth-child(2) {
  z-index: -2;
}

@media screen and (min-width: 56.25rem) {
  .p-info-box--left .p-info-box__item:nth-child(2)::before {
    opacity: 0;
  }
}

.p-info-box--left .p-info-box__item:nth-child(2) .p-info-box__inner {
  min-height: 14.0625rem;
}

.p-info-box--left.p-info-box--blue .p-info-box__item:nth-child(1)::before {
  background-color: #09a2e2;
}

.p-info-box--left.p-info-box--navy .p-info-box__item:nth-child(1)::before {
  background-color: #00335c;
}

.p-info-box--left.p-info-box--green .p-info-box__item:nth-child(1)::before {
  background-color: #78a243;
}

.p-info-box--left.p-info-box--pink .p-info-box__item:nth-child(1)::before {
  background-color: #f20e89;
}

.p-info-box--left.is-loading-complete.p-info-box--blue .p-info-box__item {
  background-color: #09a2e2;
}

.p-info-box--left.is-loading-complete.p-info-box--navy .p-info-box__item {
  background-color: #00335c;
}

.p-info-box--left.is-loading-complete.p-info-box--green .p-info-box__item {
  background-color: #78a243;
}

.p-info-box--left.is-loading-complete.p-info-box--pink .p-info-box__item {
  background-color: #f20e89;
}

.p-info-box--left.is-loading-begin .p-info-box__item:nth-child(1) {
  opacity: 1;
}

.p-info-box--left.is-loading-begin .p-info-box__item:nth-child(2) {
  opacity: 0;
}

@media screen and (min-width: 56.25rem) {
  .p-info-box--left.is-loading-begin .p-info-box__item {
    opacity: 1;
  }
}

.p-info-box--left.is-loading-begin .p-info-box__item:nth-child(1)::before {
  width: 200%;
}

.p-info-box--left.is-loading-process .p-info-box__item {
  opacity: 1;
}

.p-info-box--left.is-loading-process .p-info-box__item:nth-child(2) {
  opacity: 1;
}

.p-info-box--left.is-loading-process .p-info-box__item:nth-child(2) .p-info-box__inner {
  opacity: 1;
}

.p-info-box--left.is-loading-complete .p-info-box__item:nth-child(1)::before {
  transform: translateX(-50%);
}

.p-info-box--left.is-loading-complete .p-info-box__item:nth-child(1) .p-info-box__inner {
  opacity: 1;
}

.p-info-box--left.is-loading-complete .p-info-box__item:nth-child(2)::before {
  opacity: 1;
}

.p-info-box--right .p-info-box__item:nth-child(2)::before {
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: -1;
}

.p-info-box--right .p-info-box__item:nth-child(1) {
  z-index: 1;
}

@media screen and (min-width: 56.25rem) {
  .p-info-box--right .p-info-box__item:nth-child(1) {
    z-index: -2 !important;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-info-box--right .p-info-box__item:nth-child(1)::before {
    opacity: 0;
  }
}

.p-info-box--right .p-info-box__item:nth-child(1) .p-info-box__inner {
  min-height: 14.0625rem;
}

.p-info-box--right.p-info-box--blue .p-info-box__item:nth-child(2)::before {
  background-color: #09a2e2;
}

.p-info-box--right.p-info-box--navy .p-info-box__item:nth-child(2)::before {
  background-color: #00335c;
}

.p-info-box--right.p-info-box--green .p-info-box__item:nth-child(2)::before {
  background-color: #78a243;
}

.p-info-box--right.p-info-box--pink .p-info-box__item:nth-child(2)::before {
  background-color: #f20e89;
}

.p-info-box--right.is-loading-complete.p-info-box--blue .p-info-box__item {
  background-color: #09a2e2;
}

.p-info-box--right.is-loading-complete.p-info-box--navy .p-info-box__item {
  background-color: #00335c;
}

.p-info-box--right.is-loading-complete.p-info-box--green .p-info-box__item {
  background-color: #78a243;
}

.p-info-box--right.is-loading-complete.p-info-box--pink .p-info-box__item {
  background-color: #f20e89;
}

.p-info-box--right.is-loading-begin .p-info-box__item:nth-child(1) {
  opacity: 1;
}

@media screen and (min-width: 56.25rem) {
  .p-info-box--right.is-loading-begin .p-info-box__item:nth-child(1) {
    opacity: 0;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-info-box--right.is-loading-begin .p-info-box__item {
    opacity: 1;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-info-box--right.is-loading-begin .p-info-box__item:nth-child(2)::before {
    width: 200%;
  }
}

.p-info-box--right.is-loading-process .p-info-box__item {
  opacity: 1;
}

@media screen and (min-width: 56.25rem) {
  .p-info-box--right.is-loading-process .p-info-box__item:nth-child(1) {
    opacity: 1;
  }
}

.p-info-box--right.is-loading-process .p-info-box__item:nth-child(1) .p-info-box__inner {
  opacity: 1;
}

@media screen and (min-width: 56.25rem) {
  .p-info-box--right.is-loading-complete .p-info-box__item:nth-child(2)::before {
    transform: translateX(50%);
  }
}

.p-info-box--right.is-loading-complete .p-info-box__item:nth-child(2) .p-info-box__inner {
  opacity: 1;
}

.p-info-box--right.is-loading-complete .p-info-box__item:nth-child(1)::before {
  opacity: 1;
}

.p-info-box--right.is-loading-finish .p-info-box__item:nth-child(1) {
  z-index: 1 !important;
}

.p-info-box__img-wrapper {
  display: block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.p-info-box__img {
  display: block;
  height: 100%;
  position: absolute;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
}

.p-info-box__img-wrapper:hover .p-info-box__img {
  transform: scale(1.2);
}

.p-info-box__item__modified {
  opacity: 1;
}

.p-info-box__item__modified .p-info-box__inner {
  opacity: 1;
}

.p-share-price {
  color: #f4f4f4;
}

.p-info-box--navy .p-info-box__inner.p-share-price {
  padding-top: 2.875rem;
}

.p-info-box--navy .p-info-box__inner--extra-padd {
  padding-top: 2.875rem !important;
}

@media screen and (min-width: 75rem) {
  .p-share-price__inner {
    align-content: flex-start;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 75rem) {
  .p-share-price__grid {
    padding-right: 0.625rem;
    width: 50%;
  }
  .p-share-price__grid:nth-child(2) {
    padding-left: 0.625rem;
    padding-right: 0;
  }
}

.p-share-price__heading {
  font-size: 54px;
  font-size: 3.375rem;
  color: #009ee0;
  font-weight: 400;
  margin: 0;
}

@media screen and (min-width: 37.5rem) {
  .p-share-price__heading {
    font-size: 74px;
    font-size: 4.625rem;
  }
}

.p-share-price__heading span {
  font-size: 25px;
  font-size: 1.5625rem;
  display: block;
}

.p-share-price__subheading {
  font-size: 31px;
  font-size: 1.9375rem;
  color: #f4f4f4;
  font-weight: 300;
  margin: 0;
}

.p-share-price__subheading strong {
  font-weight: 400;
}

.p-share-price__date {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 0.3125rem;
}

.p-share-price__list {
  margin-bottom: 0;
  margin-top: 1.5625rem;
  padding-left: 1.5625rem;
}

@media screen and (min-width: 75rem) {
  .p-share-price__list {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0rem;
  }
}

.p-share-price__list {
  margin-bottom: 1.5625rem;
}

.p-share-price__item {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.4375rem;
}

@media screen and (min-width: 37.5rem) {
  .p-share-price__item {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 75rem) {
  .p-share-price__item {
    margin-bottom: 0.3125rem;
    margin-top: 0.6875rem;
    width: 50%;
  }
  .p-share-price__item:nth-child(odd) {
    padding-right: 2.5rem;
  }
  .p-share-price__item:nth-child(-2) {
    margin-bottom: 0;
  }
}

.p-share-price__item:last-of-type {
  margin-bottom: 0;
}

.p-share-price__item::before {
  left: -1.25rem;
  top: 0.6875rem;
  transform: scale(2);
}

.p-share-price__link {
  font-size: 18px;
  font-size: 1.125rem;
  color: #f4f4f4;
  font-weight: normal;
  margin-right: 0;
}

@media screen and (min-width: 37.5rem) {
  .p-share-price__link {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-share-price__link:hover {
  color: #f4f4f4;
}

.p-share-price__tbl {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-top: 2.1875rem;
  min-width: 100%;
}

@media screen and (min-width: 56.25rem) {
  .p-share-price__tbl {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-share-price__tbl tr {
  border-bottom: 0.0625rem solid #32657c;
}

.p-share-price__tbl th,
.p-share-price__tbl td {
  padding: 0.9375rem 0.9375rem 0.9375rem 0;
  text-transform: none;
  width: 50%;
}

.p-share-price__tbl th {
  background-color: transparent;
  color: #f4f4f4;
  font-weight: 600;
}

.p-share-price__tbl td {
  background-color: transparent;
  color: #1ea3e1;
  padding-left: 0.9375rem;
}

@media screen and (min-width: 56.25rem) {
  .p-careers__wrapper {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-careers {
    margin-top: 3.625rem;
  }
}

.p-careers__grid {
  color: #606060;
}

@media screen and (min-width: 56.25rem) {
  .p-careers__grid {
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-careers__grid:nth-child(1) {
    min-width: 25%;
    padding-right: 3%;
  }
}

@media screen and (min-width: 75rem) {
  .p-careers__grid:nth-child(1) {
    margin-right: 5.4375rem;
    min-width: 22%;
    padding-right: 5%;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-careers__grid:nth-child(2) {
    padding-top: 0.3125rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-careers__grid:nth-child(3) {
    margin-top: 0.8125rem;
    min-width: 40%;
    padding-right: 0;
  }
}

@media screen and (min-width: 75rem) {
  .p-careers__grid:nth-child(3) div:nth-child(1) {
    padding-left: 0;
  }
  .p-careers__grid:nth-child(3) div:nth-child(2) {
    padding-left: 0;
  }
}

.p-careers__grid-inner {
  padding: 0 1.25rem;
}

.p-careers__heading {
  font-size: 32px;
  font-size: 2rem;
  margin: 0.9375rem 0;
}

@media screen and (min-width: 56.25rem) {
  .p-careers__heading {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1.25;
  }
}

.p-careers__icons {
  margin-top: 2.6875rem;
  text-align: center;
}

.p-careers__icon {
  font-size: 57px;
  font-size: 3.5625rem;
}

.p-careers__icon + div {
  margin-top: 1.4375rem;
}

@media screen and (min-width: 56.25rem) {
  .p-careers__icon + div {
    line-height: 1;
    margin-top: 1.125rem;
  }
}

.p-careers__num {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #009ee0;
  display: block;
  font-weight: 600;
  margin-top: 2rem;
}

@media screen and (min-width: 56.25rem) {
  .p-careers__num {
    margin-bottom: 0.5rem;
  }
}

div + .p-careers__num {
  margin-top: 0;
}

.p-latest-news {
  flex-wrap: nowrap;
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 75rem) {
  .p-latest-news {
    padding-bottom: 0;
  }
}

.p-card__container {
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: flex;
  -ms-flex-align: start;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: stretch;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 2.5rem;
  width: 100%;
}

@media screen and (min-width: 56.25rem) {
  .p-card__container {
    margin-top: 4rem;
  }
}

.p-card__item {
  -webkit-align-self: auto;
  align-self: auto;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: auto;
  -ms-flex-order: 0;
  margin-bottom: 0.5rem;
  -webkit-order: 0;
  order: 0;
  width: calc((100% - .625rem) / 2);
}

.p-card__item:nth-child(2n + 1) {
  margin-right: 0.625rem;
}

@media screen and (min-width: 37.5rem) {
  .p-card--grid-3-col .p-card__item,
  .p-card--grid-4-col .p-card__item,
  .p-card--grid-6-col .p-card__item,
  .p-card--grid-8-col .p-card__item {
    margin-right: 0.625rem;
    width: calc((100% - 1.25rem) / 3);
  }
  .p-card--grid-3-col .p-card__item:nth-child(3n + 3),
  .p-card--grid-4-col .p-card__item:nth-child(3n + 3),
  .p-card--grid-6-col .p-card__item:nth-child(3n + 3),
  .p-card--grid-8-col .p-card__item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-card--grid-6-col .p-card__item {
    margin-right: 0.9375rem;
    width: calc((100% - 2.813rem) / 4);
  }
  .p-card--grid-6-col .p-card__item:nth-child(3n + 3) {
    margin-right: 0.9375rem;
  }
  .p-card--grid-6-col .p-card__item:nth-child(4n + 4) {
    margin-right: 0;
  }
}

@media screen and (min-width: 75rem) {
  .p-card--grid-6-col .p-card__item {
    margin-right: 1.25rem;
    width: calc((100% - 6.25rem) / 6);
  }
  .p-card--grid-6-col .p-card__item:nth-child(3n + 3), .p-card--grid-6-col .p-card__item:nth-child(4n + 4) {
    margin-right: 1.25rem;
  }
  .p-card--grid-6-col .p-card__item:nth-child(6n + 6) {
    margin-right: 0;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-card--grid-4-col .p-card__item,
  .p-card--grid-8-col .p-card__item {
    margin-right: 0.9375rem;
    width: calc((100% - 2.813rem) / 4);
  }
  .p-card--grid-4-col .p-card__item:nth-child(3n + 3),
  .p-card--grid-8-col .p-card__item:nth-child(3n + 3) {
    margin-right: 0.9375rem;
  }
  .p-card--grid-4-col .p-card__item:nth-child(4n + 4),
  .p-card--grid-8-col .p-card__item:nth-child(4n + 4) {
    margin-right: 0;
  }
}

@media screen and (min-width: 75rem) {
  .p-card--grid-8-col .p-card__item {
    margin-right: 1.25rem;
    width: calc((100% - 8.75rem) / 8);
  }
  .p-card--grid-8-col .p-card__item:nth-child(3n + 3), .p-card--grid-8-col .p-card__item:nth-child(4n + 4) {
    margin-right: 1.25rem;
  }
  .p-card--grid-8-col .p-card__item:nth-child(8n + 8) {
    margin-right: 0;
  }
}

.p-card__link {
  display: block;
  margin-right: 0;
  padding-bottom: 0.75rem;
}

.p-card__link:focus .p-card__img.compat-object-fit, .p-card__link:hover .p-card__img.compat-object-fit {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.p-card__link:focus .p-card__img:not(.compat-object-fit) > img, .p-card__link:hover .p-card__img:not(.compat-object-fit) > img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.p-card__link:focus .p-card__description, .p-card__link:hover .p-card__description {
  color: #009ee0;
}

.p-card__link::before {
  display: none;
}

.p-card__link.e-img-video-thumb:after {
  -webkit-background-size: 100%;
  background-size: 100%;
  bottom: 0;
  height: 3.0325rem;
  left: 0;
  margin: auto;
  right: 0;
  top: -2.5rem;
  width: 3.0325rem;
}

.p-card__img-container {
  margin-bottom: 0.5rem;
  overflow: hidden;
}

@media screen and (min-width: 56.25rem) {
  .p-card__img-container {
    margin-bottom: 0.875rem;
  }
}

.p-card__img {
  display: block;
  line-height: 0;
}

.p-card__img,
.p-card__img img {
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  height: 7rem;
  -moz-transform: scale(1.00001);
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  .p-card__img,
  .p-card__img img {
    height: 9.1875rem;
  }
}

.compat-object-fit-wrapper .p-card__img-inner {
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.p-card__link:focus .compat-object-fit-wrapper .p-card__img-inner,
.p-card__link:hover .compat-object-fit-wrapper .p-card__img-inner {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.p-card__heading,
.p-card__description {
  line-height: 1.33;
}

.p-card__heading {
  font-size: 0.875rem;
}

.p-card__description {
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  color: #606060;
  display: inline-block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  vertical-align: top;
}

.p-card__contact-wrapper {
  margin-top: 1.6875rem;
}

.p-card__contact-item {
  margin: 0;
}

@media screen and (min-width: 37.5rem) {
  .p-card__contact-item {
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 37.5rem) {
  .p-card__contact-item.col-2 .o-layout__inner-item.has-gutter:nth-child(odd) {
    padding-right: 3.125rem;
  }
}

.p-card__contact-item h3 {
  font-size: 1.375rem;
  margin: 0;
}

.p-card__contact-item p,
.p-card__contact-item p:not([class]) + p:not([class]) {
  line-height: 1.5;
  margin-bottom: 1.5625rem;
}

@media screen and (min-width: 37.5rem) {
  .p-card__contact-item p {
    margin-bottom: 1.25rem;
    margin-top: 1.9375rem;
  }
}

@media screen and (min-width: 37.5rem) {
  .p-card__contact-item p:not([class]) + p:not([class]) {
    margin-bottom: 2rem;
  }
}

.p-card__contact-item .c-icon {
  font-size: 1.25rem;
}

.p-card__contact-item .e-link--phone {
  color: #606060;
  display: block;
  margin: 0 0 1.625rem;
  padding-left: 2rem;
  position: relative;
}

@media screen and (min-width: 37.5rem) {
  .p-card__contact-item .e-link--phone {
    margin-bottom: 1.25rem;
    padding-left: 1.875rem;
  }
}

.p-card__contact-item .e-link--phone.col-2 {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 37.5rem) {
  .p-card__contact-item .e-link--phone.col-2 {
    width: 49.57983%;
  }
}

.p-card__contact-item .e-link--phone .c-icon {
  bottom: auto;
  color: #3ba6de;
  left: 0;
  position: absolute;
  right: auto;
  top: 0.0625rem;
}

.p-card__contact-item .e-link--mail,
.p-card__contact-item .e-link--web {
  color: #3ba6de;
  display: inline-block;
  font-weight: 400;
  margin: 0 0 1.25rem 1.875rem;
}

.p-card__contact-item .e-link--mail .c-icon,
.p-card__contact-item .e-link--web .c-icon {
  bottom: auto;
  color: #3ba6de;
  left: -1.875rem;
  right: auto;
  top: 0;
}

.p-key-criteria {
  color: #606060;
}

@media screen and (min-width: 56.25rem) {
  .p-key-criteria li {
    margin-bottom: 1.5625rem;
  }
}

.msg-panel {
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 56.25rem) {
  .msg-panel {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 56.25rem) {
  .msg-panel__item:first-of-type {
    max-width: 33.75rem;
    min-width: 28.125rem;
    width: 40%;
  }
}

@media screen and (min-width: 56.25rem) {
  .msg-panel__item:last-of-type {
    padding-left: 1.875rem;
  }
}

@media screen and (min-width: 75rem) {
  .msg-panel__item:last-of-type {
    padding-left: 3.75rem;
  }
}

.msg-panel__heading {
  font-size: 32px;
  font-size: 2rem;
}

@media screen and (min-width: 56.25rem) {
  .msg-panel__heading {
    margin-top: 0;
  }
}

.msg-panel__link {
  display: block;
  margin-top: 1.875rem;
}

.intrinsic-panel {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 2.5rem;
  position: relative;
}

.intrinsic-panel[style*='background-image']::before {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.intrinsic-panel__container {
  position: relative;
}

@media screen and (min-width: 56.25rem) {
  .intrinsic-panel__container {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 56.25rem) {
  .intrinsic-panel__item:first-of-type {
    max-width: 40%;
  }
}

.intrinsic-panel__item:last-of-type {
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .intrinsic-panel__item:last-of-type {
    padding-top: 13.75rem;
    width: 50%;
  }
}

.t-bg--azure-two .intrinsic-panel__item:last-of-type {
  color: #fff;
}

.intrinsic-panel__item:last-of-type h3 {
  font-size: 38px;
  font-size: 2.375rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.t-bg--white .intrinsic-panel__item:last-of-type h3 {
  color: #00335c;
}

@media screen and (min-width: 56.25rem) {
  .intrinsic-panel__item:last-of-type h3 {
    font-size: 46px;
    font-size: 2.875rem;
    margin: 0;
  }
}

.intrinsic-panel__item:last-of-type h3 span,
.intrinsic-panel__item:last-of-type h3 strong {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  letter-spacing: 0.125rem;
  margin-top: 0.625rem;
}

.intrinsic-panel__item:last-of-type h3 strong {
  font-weight: 400;
}

.intrinsic-panel__item:last-of-type h3 img {
  display: block;
  margin: 0 auto;
}

.intrinsic-panel__item .o-layout__wrapper {
  display: block;
}

@media screen and (min-width: 56.25rem) {
  .intrinsic-panel__item .o-layout__wrapper {
    align-items: center;
    display: flex;
    margin-bottom: 5.625rem;
  }
}

.intrinsic-panel__item .o-layout__inner-item {
  width: 100% !important;
}

@media screen and (min-width: 56.25rem) {
  .intrinsic-panel__item .o-layout__inner-item {
    margin: 0;
    width: 49.57983% !important;
  }
}

.instrinsic-panel__heading {
  padding-top: 2.5rem;
  text-align: center;
}

@media screen and (min-width: 56.25rem) {
  .instrinsic-panel__heading {
    padding-top: 15rem;
    text-align: left;
  }
}

.instrinsic-panel__heading > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 56.25rem) {
  .is-instrinsic-fix .instrinsic-panel__heading {
    position: fixed;
    top: 0;
  }
}

@media screen and (min-width: 56.25rem) {
  .is-instrinsic-abs .instrinsic-panel__heading {
    bottom: 0;
    position: absolute;
    top: auto;
  }
}

.instrinsic-panel__heading h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 56.25rem) {
  .instrinsic-panel__heading h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 75rem) {
  .instrinsic-panel__heading h2 {
    font-size: 79px;
    font-size: 4.9375rem;
  }
}

.instrinsic-panel__heading i {
  font-size: 20px;
  font-size: 1.25rem;
  color: #f4f4f4;
  display: block;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  text-transform: none;
}

@media screen and (min-width: 56.25rem) {
  .instrinsic-panel__heading i {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.t-bg--white .instrinsic-panel__heading i {
  color: #009ee0;
}

.t-bg--img .instrinsic-panel__heading i {
  color: #a8e4ff;
}

.instrinsic-panel__title {
  color: #000;
  opacity: .6;
}

.t-bg--white .instrinsic-panel__title {
  color: #00335c;
  opacity: 1;
}

.t-bg--img .instrinsic-panel__title {
  color: #f4f4f4;
  opacity: 1;
}

@media screen and (min-width: 56.25rem) {
  .instrinsic-panel__title {
    display: block;
    line-height: 1;
    margin: 0.9375rem 0 1.875rem;
  }
}

.intrinsic-panel__readmore {
  font-size: 22px;
  font-size: 1.375rem;
  margin-right: 0;
}

.instrinsic-panel__heading .intrinsic-panel__readmore {
  font-size: 16px;
  font-size: 1rem;
  color: #f4f4f4;
  font-weight: 600;
}

@media screen and (min-width: 56.25rem) {
  .instrinsic-panel__heading .intrinsic-panel__readmore {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.t-bg--white .intrinsic-panel__readmore {
  color: #009ee0;
}

.t-bg--img .intrinsic-panel__readmore {
  color: #a8e4ff;
}

.intrinsic-panel__description {
  display: none;
  color: #fff;
  line-height: 1.38;
}

@media screen and (min-width: 37.5rem) {
  .intrinsic-panel__description {
    display: block;
    margin-top: 3.75rem;
  }
}

.intrinsic-panel.t-bg--white .intrinsic-panel__description {
  color: #00335c;
}

.instrinsic-panel__content {
  color: #fff;
  line-height: 1.38;
  margin: 0;
}

.t-bg--white .instrinsic-panel__content {
  color: #00335c;
}

.instrinsic-panel__icon {
  font-size: 90px;
  font-size: 5.625rem;
}

.instrinsic-panel__icon.t-eiti {
  height: 2.6875rem;
  width: 7.9375rem;
}

.instrinsic-ovals {
  margin-bottom: -4.75rem;
  margin-top: 2.5rem;
}

@media screen and (min-width: 56.25rem) {
  .instrinsic-ovals {
    margin-bottom: 11.25rem;
    margin-top: 0;
    padding: 12.8125rem 0 12rem 0;
    position: relative;
  }
}

.instrinsic-oval {
  -moz-transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  align-items: center;
  border-radius: 50%;
  flex-flow: column nowrap;
  height: 21.875rem;
  justify-content: center;
  margin: auto;
  padding: 1.75rem;
  width: 21.875rem;
}

.no-flexbox .instrinsic-oval,
.no-js .instrinsic-oval {
  display: table;
}

.flexbox .instrinsic-oval {
  display: flex;
}

.instrinsic-oval.larger {
  height: 27.9375rem;
  padding: 5rem;
  width: 27.9375rem;
}

@media screen and (min-width: 56.25rem) {
  .instrinsic-oval.larger {
    height: 21.875rem !important;
    padding: 2.5625rem;
    width: 21.875rem !important;
  }
}

.instrinsic-oval.first, .instrinsic-oval.second, .instrinsic-oval.third {
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  position: relative;
}

@media screen and (min-width: 56.25rem) {
  .instrinsic-oval.first, .instrinsic-oval.second, .instrinsic-oval.third {
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 100%;
    top: 0;
    z-index: 0;
  }
}

@media screen and (min-width: 56.25rem) {
  .instrinsic-oval.first {
    position: absolute;
    right: -8.75rem;
    top: 1.4375rem;
    z-index: 1;
  }
}

.instrinsic-oval.second {
  top: -3rem;
}

@media screen and (min-width: 56.25rem) {
  .instrinsic-oval.second {
    position: absolute;
    right: -25.0625rem;
    top: 10.625rem;
    z-index: 1;
  }
}

.instrinsic-oval.third {
  top: -5.375rem;
}

@media screen and (min-width: 56.25rem) {
  .instrinsic-oval.third {
    left: -14.375rem;
    top: 7.5rem;
  }
}

.instrinsic-oval::before {
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  border-radius: 50%;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.instrinsic-oval.green-67::before {
  background-color: rgba(211, 249, 80, 0.67);
}

.instrinsic-oval.orange-67::before {
  background-color: rgba(249, 159, 80, 0.67);
}

.instrinsic-oval.blue-67::before {
  background-color: rgba(80, 206, 249, 0.67);
}

.instrinsic-oval:hover::before, .instrinsic-oval:focus::before {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.instrinsic-oval__heading {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: normal;
  padding: 0 1.625rem;
  text-transform: uppercase;
}

.instrinsic-oval__heading.larger {
  font-size: 2.125rem;
}

@media screen and (min-width: 56.25rem) {
  .instrinsic-oval__heading.larger {
    width: 90%;
  }
}

.instrinsic-oval__para {
  color: #fff;
  font-weight: normal;
  line-height: 1.38;
  font-size: 16px;
  font-size: 1rem;
}

.instrinsic-oval__read-more-link {
  color: #354422;
  font-weight: 600;
  line-height: 1.38;
  font-size: 16px;
  font-size: 1rem;
}

a.instrinsic-oval__read-more-link:hover, a.instrinsic-oval__read-more-link:focus {
  color: #354422;
}

a.instrinsic-oval__read-more-link:hover .c-icon, a.instrinsic-oval__read-more-link:focus .c-icon {
  -ms-transform: translateX(0.3125rem);
  -webkit-transform: translateX(0.3125rem);
  transform: translateX(0.3125rem);
}

a.instrinsic-oval__read-more-link::before {
  display: none;
}

a.instrinsic-oval__read-more-link .c-icon {
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.instrinsic-oval__heading,
.instrinsic-oval__para,
.instrinsic-oval__read-more {
  margin: 0.4375rem 0;
  width: 100%;
}

.p-tbl-box {
  border-bottom: 0.0625rem solid #e4e4e4;
  margin-top: 1.5625rem;
  padding-bottom: 0.625rem;
}

.p-tbl-box__inner {
  margin-bottom: 0;
}

.p-tbl-box__header {
  background-color: #f4f4f4;
  margin-top: 0;
  padding: 1.25rem;
}

.p-tbl-box__heading {
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
}

.p-tbl-box__heading-txt {
  margin-bottom: 0;
}

.p-tbl-box__content {
  padding: 1.5625rem 1.25rem;
}

.p-news-panel .o-layout__inner-item {
  margin-right: 0;
}

.p-news-panel .o-layout__inner-item:nth-child(odd) {
  padding-right: 0.625rem;
}

.p-news-panel .o-layout__inner-item:nth-child(even) {
  padding-left: 0.625rem;
}

@media screen and (max-width: 37.438rem) {
  .p-news-panel .o-layout__inner-item:nth-child(odd), .p-news-panel .o-layout__inner-item:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-news-panel__top-heading {
  font-size: 2rem;
  line-height: 1.38;
  margin: 2.1875rem 0 .875rem;
}

@media screen and (min-width: 56.25rem) {
  .p-news-panel__top-heading {
    font-size: 2.8125rem;
    margin: 4.0625rem 0 5.625rem;
  }
}

.c-panel--green .p-news-panel__top-heading {
  color: #354422;
}

.c-panel--azure .p-news-panel__top-heading {
  color: #00335c;
}

.p-news-panel__heading {
  font-size: 46px;
  font-size: 2.875rem;
  color: #009ee0;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.25rem;
  margin-top: 0.9375rem;
}

.p-news-panel__heading strong,
.p-news-panel__heading span {
  color: #7b7b7b;
  letter-spacing: 0.1875rem;
  line-height: 1.5;
}

.c-panel--green .p-news-panel__heading strong,
.c-panel--green .p-news-panel__heading span,
.c-panel--azure .p-news-panel__heading span,
.c-panel--azure .p-news-panel__heading strong {
  color: #fff;
}

.p-news-panel__heading strong {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  font-weight: 400;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

.p-news-panel__heading span {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  margin-top: 0.625rem;
  text-transform: uppercase;
}

.p-news-panel__heading .t-eiti * {
  color: #009ee0;
}

.c-panel--green .p-news-panel__heading,
.c-panel--green .p-news-panel__heading .t-eiti * {
  color: #354422;
}

.c-panel--azure .p-news-panel__heading,
.c-panel--azure .p-news-panel__heading .t-eiti * {
  color: #00335c;
}

.p-news-panel__content {
  line-height: 1.4;
}

@media screen and (min-width: 56.25rem) {
  .p-news-panel__hr {
    margin: 3.75rem 0;
  }
}

.p-article-nav {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6.25rem;
}

@media screen and (min-width: 56.25rem) {
  .p-article-nav {
    border-top: 0.0625rem solid #e4e4e4;
    flex-wrap: nowrap;
    margin-top: 6.875rem;
    padding-top: 1.875rem;
  }
}

.p-article-nav__link {
  display: inline-block;
  margin-right: 0;
  text-decoration: none !important;
}

.p-article-nav__link:before, .p-article-nav__link:hover:before {
  content: none;
}

.p-article-nav__item:first-of-type, .p-article-nav__item:last-of-type {
  order: 1;
  width: 50%;
}

@media screen and (min-width: 56.25rem) {
  .p-article-nav__item:first-of-type, .p-article-nav__item:last-of-type {
    order: 0;
    width: 33.3333%;
  }
}

.p-article-nav__item:first-of-type {
  padding-right: 1.5625rem;
}

.p-article-nav__item:last-of-type {
  padding-left: 1.5625rem;
  text-align: right;
}

.p-article-nav__item:nth-child(2) {
  padding-bottom: 3.4375rem;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 56.25rem) {
  .p-article-nav__item:nth-child(2) {
    width: 33.3333%;
  }
}

.p-article-nav__heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0;
  text-transform: uppercase;
}

.p-article-nav__txt {
  font-weight: 400;
}

@media screen and (min-width: 56.25rem) {
  .p-article-nav__txt {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-article-nav__link:hover .p-article-nav__txt {
  text-decoration: underline !important;
}

.p-article-nav__icon {
  align-content: flex-start;
  align-items: center;
  border: 0.125rem solid #009ee0;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 2.5rem;
  justify-content: center;
  margin: 0 auto;
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  width: 2.5rem;
}

.p-article-nav__link:hover .p-article-nav__icon {
  background-color: #009ee0;
}

.p-article-nav__icon svg {
  font-size: 20px;
  font-size: 1.25rem;
  color: #009ee0;
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.p-article-nav__link:hover .p-article-nav__icon svg {
  color: #fff;
}

.p-article-nav__backtotop {
  font-size: 12px;
  font-size: 0.75rem;
  color: #009ee0;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (min-width: 56.25rem) {
  .p-article-nav__backtotop {
    margin-top: 0;
  }
}

.p-asx-releases__list {
  margin-bottom: 0;
  margin-top: 1.5625rem;
  padding-left: 1.5625rem;
}

@media screen and (min-width: 75rem) {
  .p-asx-releases__list {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-asx-releases__list {
    margin-top: 0;
  }
}

.p-asx-releases__item {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.4375rem;
}

@media screen and (min-width: 37.5rem) {
  .p-asx-releases__item {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 75rem) {
  .p-asx-releases__item {
    margin-bottom: 0.3125rem;
    margin-top: 0.6875rem;
    width: 50%;
  }
  .p-asx-releases__item:nth-child(odd) {
    padding-right: 2.5rem;
  }
  .p-asx-releases__item:nth-child(-2) {
    margin-bottom: 0;
  }
}

.p-asx-releases__item:last-of-type {
  margin-bottom: 0;
}

.p-asx-releases__item::before {
  left: -1.25rem;
  top: 0.6875rem;
  transform: scale(2);
}

@media screen and (min-width: 75rem) {
  .p-asx-releases__item {
    margin-top: 0;
  }
}

.p-asx-releases__link {
  font-size: 18px;
  font-size: 1.125rem;
  color: #009ee0;
  font-weight: normal;
  margin-right: 0;
}

@media screen and (min-width: 37.5rem) {
  .p-asx-releases__link {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-asx-releases__link:hover {
  color: #00345d;
}

.p-panel-box__container {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.p-panel-box__item:nth-child(1) {
  padding-right: 1.25rem;
  padding-top: 1.25rem;
}

.p-panel-box__item:nth-child(1) svg {
  font-size: 27.008px;
  font-size: 1.688rem;
  width: 2.0625rem;
}

.footer {
  background-color: #fff;
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  clear: both;
  border-top: 0.25rem solid #0095da;
}

.footer__wrapper {
  color: #24407e;
}

.footer__wrapper a {
  color: #24407e;
  margin: 0;
  letter-spacing: 0.03125rem;
  font-weight: normal;
}

.footer__wrapper a:focus, .footer__wrapper a:hover {
  color: #0095da;
}

.footer__wrapper a:focus::before, .footer__wrapper a:hover::before {
  content: none;
}

.footer__wrapper ul {
  text-align: left;
  list-style: none;
  padding: 0;
}

.footer__wrapper li::before {
  content: none;
}

.footer__top {
  padding: 1.5rem 0.75rem;
}

@media screen and (min-width: 37.5rem) {
  .footer__top {
    padding: 1.5rem 1.25rem 2rem 1.25rem;
  }
}

.footer__top img {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.footer__main {
  padding: 0 0.75rem 5rem 0.75rem;
}

@media screen and (min-width: 37.5rem) {
  .footer__main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 1.25rem 5rem 1.25rem;
  }
}

@media screen and (min-width: 75rem) {
  .footer__main {
    padding: 0 1.25rem 6.25rem 1.25rem;
  }
}

.footer__main-list {
  margin: 0 0 2rem 0;
}

@media screen and (min-width: 37.5rem) {
  .footer__main-list {
    margin: 0;
  }
}

.footer__main-item {
  margin: 0 0 1rem 0;
}

.footer__social-title {
  padding-bottom: 1rem;
}

.footer__social-list {
  margin: 0;
}

.footer__social-item {
  display: inline-block;
  margin-right: 1.875rem;
}

.footer__social-icon {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}

.footer__social a {
  display: inline-block;
}

.footer__bottom {
  background-color: rgba(199, 199, 199, 0.3);
  position: relative;
}

.footer__bottom::before {
  position: absolute;
  display: block;
  content: '';
  height: 2.75rem;
  width: 100%;
  bottom: 100%;
  left: 0;
  background-image: linear-gradient(to top, rgba(199, 199, 199, 0.2) 55%, rgba(199, 199, 199, 0.1) 55% 100%);
}

@media screen and (min-width: 75rem) {
  .footer__bottom::before {
    height: 3.75rem;
    background-image: linear-gradient(to top, rgba(199, 199, 199, 0.2) 65%, rgba(199, 199, 199, 0.1) 65% 100%);
  }
}

.footer__bottom-wrapper {
  padding: 1rem 0.75rem;
}

@media screen and (min-width: 75rem) {
  .footer__bottom-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.375rem 1.25rem;
  }
}

.footer__quicklinks a {
  font-size: 0.875rem;
  letter-spacing: normal;
  font-weight: 300;
}

.footer__quicklinks-list {
  margin: 0;
}

.footer__quicklinks-item {
  margin: 0 0 0.5rem 0;
}

@media screen and (min-width: 37.5rem) {
  .footer__quicklinks-item {
    display: inline-block;
    margin: 0 1.875rem 0 0;
  }
}

.footer__legal p {
  color: #4a4a4a;
  margin: 0.5rem 0 0 0;
  font-size: 0.875rem;
  font-weight: 300;
}

.s-latest-news > .o-layout__inner-item.has-gutter:not(:nth-child(4n + 4)) {
  margin-right: 2.5rem !important;
}

.s-content__heading {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 0.625rem;
}

.s-content__heading span {
  font-size: 22px;
  font-size: 1.375rem;
  display: block;
}

.s-content__wrapper h4 {
  margin-top: 2.1875rem;
}

.s-content__btn {
  margin-top: 1.25rem;
}

.s-board .c-info-panel {
  margin-bottom: 2.5rem;
}

.s-board__heading {
  padding-bottom: 2.5rem;
}

.s-search__form-inner {
  padding-bottom: 3.4375rem;
  padding-top: 2.75rem;
}

@media screen and (min-width: 56.25rem) {
  .s-search__form-inner {
    padding-bottom: 5.8125rem;
    padding-top: 4.5625rem;
  }
}

.s-search__form {
  position: relative;
  width: 100%;
}

.s-search__form .sq-form-question,
.s-search__form .sq-form-control {
  display: block;
}

.s-search__form .sq-form-control {
  position: absolute;
  right: 0;
  top: 0.625rem;
}

.s-search__form .sq-form-question {
  left: 0;
  margin: 0;
  width: 100%;
}

.s-search__form input[type='search'] {
  padding: 0.75rem 0 0.9375rem;
}

@media screen and (min-width: 56.25rem) {
  .s-search__form input[type='search'] {
    padding: 0.75rem 0 1.375rem;
  }
}

.s-search__form .tt-menu {
  margin-top: 0;
}

.s-search__btn-search {
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  color: #00335c;
  cursor: pointer;
  font-size: 1.3125rem;
}

@media screen and (min-width: 56.25rem) {
  .s-search__btn-search {
    font-size: 2rem;
  }
}

.s-search__btn-search:hover {
  color: #1ea3e1;
}

.s-search__form-wrapper {
  position: relative;
}

.s-search__category-wrapper {
  margin: 2rem 0 2.5rem;
}

@media screen and (min-width: 56.25rem) {
  .s-search__category-wrapper {
    margin: 2.1875rem 0 3.5625rem;
  }
}

.s-search__category-inner {
  border-bottom: 0.0625rem solid #dadada;
  margin: 0;
  padding: 0 0 0 1.25rem;
}

@media screen and (min-width: 37.5rem) {
  .s-search__category-inner {
    border-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 76.25rem;
    padding: 0 1.25rem;
    width: 100%;
  }
}

@media screen and (min-width: 56.25rem) {
  .s-search__category-inner {
    padding: 0 1.25rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-search__category-inner {
    padding: 0 1.25rem;
  }
}

.s-search__category-list {
  border-bottom: 0;
  display: block;
  margin: 0;
  -ms-overflow-style: none;
  overflow-x: scroll;
  padding: 0;
  white-space: nowrap;
}

@media screen and (min-width: 37.5rem) {
  .s-search__category-list {
    border-bottom: 0.0625rem solid #dadada;
  }
}

@media screen and (min-width: 75rem) {
  .s-search__category-list {
    overflow-x: hidden;
  }
}

.s-search__category-item {
  display: inline-block;
  margin-bottom: 0;
}

.s-search__category-item::before {
  display: none;
}

.s-search__category-link {
  color: #606060;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 1.3125rem 0.625rem 1.1875rem;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 37.5rem) {
  .s-search__category-link {
    padding: 1.3125rem 1.875rem 1.1875rem;
  }
}

@media screen and (min-width: 56.25rem) {
  .s-search__category-link {
    font-size: 1.375rem;
  }
}

.s-search__category-link::before {
  height: 0.25rem;
  left: 0;
}

.s-search__category-link:focus, .s-search__category-link:hover,
.current .s-search__category-link {
  color: #1ea3e1;
}

.s-search__category-link:focus::before, .s-search__category-link:hover::before,
.current .s-search__category-link::before {
  width: 100%;
}

.current .s-search__category-link {
  font-weight: 600;
}

.s-search__results-top {
  border-bottom: 0.0625rem solid #dadada;
  padding-bottom: 1.125rem;
}

.s-search__results-summary {
  color: #606060;
}

@media screen and (min-width: 37.5rem) {
  .s-search__results-summary {
    float: left;
  }
}

.s-search__results-sort {
  margin-top: 1.25rem;
}

@media screen and (min-width: 37.5rem) {
  .s-search__results-sort {
    float: right;
    margin-top: 0;
  }
}

.s-search__sort-form {
  width: 100%;
}

.s-search__sort-form select,
.s-search__sort-form .sq-form-question-title {
  display: inline-block;
  position: relative;
}

.s-search__sort-form select {
  color: #00335c;
  padding-right: 1rem;
  width: auto;
}

.s-search__sort-form .sq-form-question-title {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #606060;
  margin-right: 0.3125rem;
}

.s-search__results-list-wrapper {
  margin-bottom: 2rem;
  margin-top: 0.875rem;
}

@media screen and (min-width: 37.5rem) {
  .s-search__results-list-wrapper {
    margin-bottom: 2.3125rem;
  }
}

.s-search__results-list {
  margin: 0;
  padding: 0;
}

.s-search__results-item {
  border-bottom: 0.0625rem dotted #dadada;
  padding: 1.5625rem 0;
}

@media screen and (min-width: 56.25rem) {
  .s-search__results-item {
    padding: 1.0625rem 0 1.5625rem;
  }
}

.s-search__results-item::before {
  display: none;
}

.s-search__results-tag {
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #b7b7b7;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 600;
  margin: 0;
  padding: 0.3125rem 0.875rem;
  text-transform: uppercase;
}

.s-search__results-tag::before {
  display: none;
}

.s-search__results-tag:focus, .s-search__results-tag:hover {
  background-color: #00335c;
  color: #fff;
}

.s-search__results-title {
  margin-top: 0.625rem;
}

.s-search__results-link {
  display: inline-block;
  margin-right: 0;
}

.s-search__results-link::before {
  display: none;
}

.s-search__results-content {
  margin-top: 0.625rem;
}

.s-search__results-content p {
  margin: 0;
}

.compat-object-fit {
  background-position: center center;
  background-size: cover;
}

.compat-object-fit img {
  opacity: 0;
}

.compat-object-fit-wrapper {
  overflow: hidden;
}

/* Variables */
/* Styles */
.t-bg--azure {
  background-color: #009ee0;
}

.t-bg--azure-two {
  background-color: #09a2e2;
}

.t-bg--black {
  background-color: #393939;
}

.t-bg--brownish-grey {
  background-color: #666;
}

.t-bg--brownish-grey-two {
  background-color: #606060;
}

.t-bg--dark-sky-blue {
  background-color: #1ea3e1;
}

.t-bg--dark-sky-blue-two {
  background-color: #3ba6de;
}

.t-bg--dark-sky-blue-three {
  background-color: #2aa4e0;
}

.t-bg--greyish {
  background-color: #a5a5a5;
}

.t-bg--greyish-brown {
  background-color: #404040;
}

.t-bg--hot-pink {
  background-color: #f10082;
}

.t-bg--light-blue {
  background-color: #7ed5f9;
}

.t-bg--marine {
  background-color: #02345b;
}

.t-bg--marine-blue {
  background-color: #00335c;
}

.t-bg--marine-blue-two {
  background-color: #00345d;
}

.t-bg--nasty-green {
  background-color: #78a243;
}

.t-bg--strong-pink {
  background-color: #f20e89;
}

.t-bg--warm-grey {
  background-color: #9e9e9e;
}

.t-bg--white {
  background-color: #fff;
}

.t-bg--white-two {
  background-color: #e4e4e4;
}

.t-bg--white-three {
  background-color: #fff;
}

.t-bg--white-five {
  background-color: #d8d8d8;
}

.t-bg--white-new {
  background-color: #fbfbfb;
}

.t-bg--blue {
  background-color: #009ee0;
}

.t-bg--green {
  background-color: #78a243;
}

.t-bg--light-grey {
  background-color: #f4f4f4;
}

.t-bg--navy {
  background-color: #00345d;
}

.t-bg--pink {
  background-color: #f20e89;
}

.t-bg--transparent {
  opacity: 0;
}

.t-bg--opacity-0 {
  opacity: 0;
}

.t-bg--opacity-1 {
  opacity: 0.1;
}

.t-bg--opacity-18 {
  opacity: 0.18;
}

.t-bg--opacity-2 {
  opacity: 0.2;
}

.t-bg--opacity-3 {
  opacity: 0.3;
}

.t-bg--opacity-4 {
  opacity: 0.4;
}

.t-bg--opacity-5 {
  opacity: 0.5;
}

.t-bg--opacity-6 {
  opacity: 0.6;
}

.t-bg--opacity-7 {
  opacity: 0.7;
}

.t-bg--opacity-8 {
  opacity: 0.8;
}

.t-bg--opacity-9 {
  opacity: 0.9;
}

.t-bg--opacity-10 {
  opacity: 1;
}

.t-bg--solid {
  opacity: 1;
}

/* Variables */
.p-panel {
  margin-top: 2.5rem;
}

@media screen and (min-width: 56.25rem) {
  .p-panel {
    margin-top: 6.25rem;
  }
}

.p-panel + .p-panel {
  margin-top: 0;
}

*:not(.p-panel) + .p-panel {
  margin-top: 2.1875rem;
}

@media screen and (min-width: 37.5rem) {
  *:not(.p-panel) + .p-panel {
    margin-top: 3.25rem;
  }
}

.p-panel + *:not(.p-panel) {
  margin-top: 2.1875rem;
}

@media screen and (min-width: 37.5rem) {
  .p-panel + *:not(.p-panel) {
    margin-top: 3.25rem;
  }
}

.c-panel--azure {
  padding-bottom: 1.875rem;
  padding-top: 0.00625rem;
  position: relative;
  color: #fff;
}

@media screen and (min-width: 37.5rem) {
  .c-panel--azure {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}

.c-panel--azure * {
  color: #fff;
}

.c-panel--azure ul li::before {
  background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/ico-bullet-white.svg");
}

@media screen and (min-width: 56.25rem) {
  .c-panel--azure {
    padding-bottom: 4.0625rem;
    padding-top: 3.125rem;
  }
}

.c-panel--azure::before {
  background-color: #009ee0;
  content: '';
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: absolute;
  right: 50%;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.c-panel--green {
  padding-bottom: 1.875rem;
  padding-top: 0.00625rem;
  position: relative;
  color: #fff;
}

@media screen and (min-width: 37.5rem) {
  .c-panel--green {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}

.c-panel--green * {
  color: #fff;
}

.c-panel--green ul li::before {
  background-image: url("../../../../0005/4856/matrix-files/styles/mysource_files/ico-bullet-white.svg");
}

@media screen and (min-width: 56.25rem) {
  .c-panel--green {
    padding-bottom: 4.0625rem;
    padding-top: 3.125rem;
  }
}

.c-panel--green::before {
  background-color: #78a243;
  content: '';
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: absolute;
  right: 50%;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.c-panel--azure-12 {
  padding-bottom: 1.875rem;
  padding-top: 0.00625rem;
  position: relative;
  color: #606060;
}

@media screen and (min-width: 37.5rem) {
  .c-panel--azure-12 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}

.c-panel--azure-12 * {
  color: #606060;
}

@media screen and (min-width: 56.25rem) {
  .c-panel--azure-12 {
    padding-bottom: 4.0625rem;
    padding-top: 3.125rem;
  }
}

.c-panel--azure-12::before {
  background-color: rgba(0, 158, 224, 0.12);
  content: '';
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: absolute;
  right: 50%;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.c-panel--white-five-18 {
  padding-bottom: 1.875rem;
  padding-top: 0.00625rem;
  position: relative;
  color: #606060;
}

@media screen and (min-width: 37.5rem) {
  .c-panel--white-five-18 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}

.c-panel--white-five-18 * {
  color: #606060;
}

@media screen and (min-width: 56.25rem) {
  .c-panel--white-five-18 {
    padding-bottom: 4.0625rem;
    padding-top: 3.125rem;
  }
}

.c-panel--white-five-18::before {
  background-color: rgba(216, 216, 216, 0.18);
  content: '';
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: absolute;
  right: 50%;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.c-panel--white {
  padding-bottom: 1.875rem;
  padding-top: 0.00625rem;
  position: relative;
  color: #606060;
}

@media screen and (min-width: 37.5rem) {
  .c-panel--white {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}

.c-panel--white * {
  color: #606060;
}

@media screen and (min-width: 56.25rem) {
  .c-panel--white {
    padding-bottom: 4.0625rem;
    padding-top: 3.125rem;
  }
}

.c-panel--white::before {
  background-color: white;
  content: '';
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: absolute;
  right: 50%;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.u-pos--relative {
  position: relative;
}

/* Module: S */
.homepage2020 {
  background-color: #eeeeee;
  color: #24407e;
}

.banner2020 .slick-slider {
  position: absolute;
}

.banner2020-wrapper {
  position: relative;
  background-color: #fff;
  padding-top: 2rem;
}

.banner2020_title {
  margin-bottom: 2.5rem;
}

.banner2020_title--text {
  color: #24407e;
  font-size: 1.75rem;
  font-weight: 100;
  line-height: 1.21;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

.banner2020_cta {
  margin-top: 2rem;
}

.banner2020-carousel_wrapper {
  position: relative;
}

.banner2020-carousel_image-wrapper {
  position: relative;
}

.banner2020-carousel_image-wrapper:not(.slick-active) {
  height: 0;
}

.banner2020-carousel_image {
  height: 17.25rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner2020_controls {
  background-color: #fff;
  color: #24407e;
  border: none;
  height: 3.125rem;
  width: 3.125rem;
  padding: 0.9375rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 12.25rem;
  right: 0;
  margin: 0.9375rem;
  background-size: 200% 200%;
  -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.banner2020_controls:hover, .banner2020_controls:focus {
  color: #fff;
  border-color: #24407e;
  background-image: linear-gradient(to top, #24407e 51%, transparent 50%);
  background-position: 0 100%;
  -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.banner2020_shade {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner2020_shade--large {
  height: 7.5rem;
  opacity: 0.25;
  background: linear-gradient(254deg, #24407e, #24407e 50%, #009ee0, #009ee0);
}

.banner2020_shade--medium {
  height: 6.25rem;
  opacity: 0.5;
  background: linear-gradient(256deg, #24407e, #24407e 50%, #009ee0, #009ee0);
}

.banner2020_shade--small {
  height: 3.75rem;
  opacity: 0.5;
  background: linear-gradient(262deg, #24407e, #24407e 50%, #009ee0, #009ee0);
}

.banner2020_shade--bottom-border {
  height: 0.25rem;
  background-color: #19486a;
}

.banner2020_next {
  border-right: none;
}

.gutter2020 {
  padding: 0 0.8125rem;
}

.carousel_control-wrapper {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.carousel_control--next, .carousel_control--prev {
  height: 3.75rem;
  width: 3.75rem;
  position: relative;
  background-color: #fff;
  color: #24407e;
  background-size: 200% 200%;
  background-image: linear-gradient(to top, #24407e 50%, transparent 50%);
  -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.carousel_control--next:hover, .carousel_control--next:focus, .carousel_control--prev:hover, .carousel_control--prev:focus {
  color: #fff;
  background-image: linear-gradient(to top, #24407e 51%, transparent 50%);
  background-position: 0 100%;
  -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.carousel_control--next svg, .carousel_control--prev svg {
  height: 0.75rem;
  width: 0.75rem;
}

.carousel_arrow {
  height: 0.75rem;
  width: 0.75rem;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
}

.carousel_arrow--end {
  position: unset;
}

.carousel_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 5;
  height: 3.75rem;
  width: calc(100% - 120px);
  padding: 0 0.8125rem;
}

.carousel_caption-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel_caption-text span {
  padding-right: 1rem;
}

.slick-arrow {
  border-radius: 0.125rem;
}

@media screen and (min-width: 37.5rem) {
  .banner2020_title {
    margin-bottom: 3.5rem;
  }
  .banner2020_title--text {
    font-size: 3rem;
    line-height: 3.375rem;
    letter-spacing: 0.03125rem;
  }
  .banner2020_cta {
    margin-top: 2.5rem;
  }
  .banner2020-carousel_image {
    height: 26.25rem;
  }
  .banner2020_controls {
    bottom: 21.25rem;
  }
  .carousel_caption {
    padding: 0 1.25rem;
  }
  .carousel_caption-text span {
    padding-right: 2rem;
  }
  .gutter2020 {
    padding: 0 1.25rem;
  }
  .gutter2020_main-title {
    padding-right: 3.0625rem;
  }
}

@media screen and (min-width: 75rem) {
  .gutter2020 {
    padding: 0 8.125rem;
  }
  .banner2020-wrapper {
    padding-top: 0;
  }
  .banner2020_title {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8.125rem;
    z-index: 12;
  }
  .banner2020_title--text {
    color: #fff;
    line-height: 1.14;
    font-size: 3.5rem;
    font-weight: 100;
    max-width: 68rem;
  }
  .banner2020_title--text-blue {
    color: #24407e;
  }
  .banner2020_title .button2020 {
    color: #fff;
    border-color: #fff;
  }
  .banner2020_title .button2020--blue {
    color: #24407e;
    border-color: #24407e;
    background-image: linear-gradient(to top, #fff 50%, transparent 50%);
    -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  }
  .banner2020_title .button2020--blue:hover, .banner2020_title .button2020--blue:focus {
    color: #24407e;
    background-image: linear-gradient(to top, #fff 51%, transparent 50%);
    background-position: 0 100%;
    -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  }
  .banner2020-carousel_image {
    height: 46.6875rem;
  }
  .banner2020-carousel_image-wrapper:not(.slick-active) {
    height: auto;
  }
  .banner2020_controls {
    top: 0;
    bottom: auto;
  }
  .carousel_caption {
    padding: 0 2.5rem;
  }
  .carousel_caption-text span {
    padding-right: 3.875rem;
  }
}

/* Module: S */
/* Module: S */
.blue-shade {
  width: 100%;
  background-color: #24407e;
  position: absolute;
  left: 0;
  z-index: -1;
}

.blue-shade--main {
  top: 0;
  height: 50%;
}

.blue-shade--group {
  position: relative;
  height: 100%;
}

.blue-shade--small {
  background-color: #0c1a47;
  height: 3.75rem;
  bottom: 0;
  z-index: -1;
}

.blue-shade--med {
  background-color: #162a60;
  height: 6.25rem;
  bottom: 0;
  z-index: -2;
}

.blue-shade--large {
  background-color: #1c346e;
  height: 7.5rem;
  bottom: 0;
  z-index: -3;
}

.business2020 {
  position: relative;
  z-index: 1;
}

.business2020_buffer {
  background-color: #24407e;
  width: 100%;
  height: 3rem;
}

.business2020_main {
  margin-top: 0;
  z-index: 5;
  margin-left: 0.8125rem;
  margin-right: 0.8125rem;
}

.business2020_main .news2020_featured-details {
  padding-bottom: 1.5rem;
}

.business2020_main .news2020_featured-details-wrapper {
  min-height: 13.625rem;
}

.business2020_cards {
  padding-bottom: 3rem;
}

.card2020 {
  background-color: #fff;
  position: relative;
  color: #24407e;
  font-weight: normal;
  display: block;
}

.card2020_item--business {
  margin-top: 1.5rem;
}

.card2020_item--business:hover .card2020_more {
  color: #fff;
  background-image: linear-gradient(to top, #24407e 51%, transparent 50%);
  background-position: 0 100%;
  -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.card2020_item--business:not(:first-child) {
  margin-top: 1rem;
}

.card2020_info {
  padding: 1rem 1rem 1.5rem 1rem;
}

.card2020_title {
  color: #24407e;
  font-size: 1.3125rem;
  line-height: 1.29;
}

.card2020_summary {
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.01562rem;
}

.card2020_summary-gap--8 {
  padding-top: 0.5rem;
}

.card2020_more {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.card2020_more--padding {
  padding: 1rem;
}

.card2020 .feature20_summary {
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: 0.01562rem;
  color: #4a4a4a;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 37.5rem) {
  .feature20_summary {
    font-size: 1.3125rem;
    line-height: 1.57;
    letter-spacing: 0.03125rem;
    color: #4a4a4a;
    padding-top: 1rem;
    padding-bottom: 5.3125rem;
  }
  .card2020_item--business {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
  }
  .card2020_item--business .news2020_featured--image {
    min-height: inherit;
  }
  .card2020_info-wrapper {
    flex: 526;
    position: relative;
  }
  .card2020_image--square {
    flex: 202;
    position: relative;
  }
  .card2020_image--square::before {
    display: block;
    content: '';
    padding-top: 100%;
  }
  .card2020_image--square .news2020_featured--image {
    height: inherit;
  }
  .card2020_more {
    width: 100%;
    position: absolute;
    bottom: 0;
    align-items: center;
  }
  .card2020_more--padding {
    padding: 1rem 1.5rem;
  }
  .business2020_buffer {
    height: 4.0625rem;
  }
  .business2020_main {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .business2020_item--image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .business2020_cards {
    padding-bottom: 4rem;
  }
  .business2020 .news2020_featured-details-wrapper {
    min-height: 19.5rem;
  }
}

@media screen and (min-width: 75rem) {
  .business2020_main {
    margin-left: 8.125rem;
    margin-right: 0;
    display: flex;
    flex-direction: row-reverse;
  }
  .business2020_featured-title {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: normal;
  }
  .business2020_item--image {
    flex: 202;
  }
  .business2020 .news2020_featured--title-secondary {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .business2020 .feature20_summary {
    font-size: 1.3125rem;
    line-height: 1.57;
    letter-spacing: 0.03125rem;
  }
  .card2020_title {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0.03125rem;
  }
  .card2020_summary {
    font-size: 1.125rem;
    line-height: 1.44;
    letter-spacing: 0.03125rem;
  }
  .card2020_items {
    display: flex;
    justify-content: space-between;
    margin-left: -2rem;
    padding-bottom: 4rem;
  }
  .card2020_item--business {
    margin-left: 2rem;
    flex: 1;
  }
  .card2020_item--business:not(:first-child) {
    margin-top: 2rem;
  }
  .card2020_info-wrapper {
    flex: 372;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .card2020_more {
    position: relative;
  }
}

/* Module: S */
.feature2020 {
  margin-top: 3rem;
  position: relative;
}

.feature2020_carousel {
  z-index: 3;
}

.feature2020_image {
  height: 13.625rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.feature2020_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 0.875rem;
  padding: 1.375rem 1rem;
  line-height: normal;
  letter-spacing: normal;
}

.feature2020 .carousel_controls {
  position: absolute;
  right: 0;
  bottom: 0;
}

.feature2020 .carousel_control {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #fff;
  background-size: 200% 200%;
  background-image: linear-gradient(to top, #24407e 50%, transparent 50%);
  -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.feature2020 .carousel_control:hover, .feature2020 .carousel_control:focus {
  color: #fff;
  border-color: #24407e;
  background-image: linear-gradient(to top, #24407e 51%, transparent 50%);
  background-position: 0 100%;
  -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}

.feature2020 .slick-disabled {
  opacity: 0.5;
}

.feature2020-prev {
  color: #24407e;
  opacity: 0.5;
  border: unset;
}

.feature2020-next {
  background-color: #fff;
  border: unset;
}

.feature2020_content {
  padding: 1rem 1rem 1.5rem;
  background-color: #fff;
}

.feature2020_group {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  line-height: normal;
  font-weight: 600;
}

.feature2020_title {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
  padding-top: 0.5rem;
}

.feature2020_description {
  color: #4a4a4a;
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: 0.01562rem;
  padding-top: 0.5rem;
  font-weight: normal;
  line-height: 1.625rem;
}

.feature2020_more {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  letter-spacing: 0.125rem;
  background-color: #fff;
  padding: 1rem;
}

.feature2020_more svg {
  height: 0.75rem;
}

.feature2020_more:hover svg {
  color: #fff;
}

.feature2020_blue-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #24407e;
  z-index: 2;
}

.feature2020 .slick-slide {
  outline: none;
}

@media screen and (min-width: 37.5rem) {
  .feature2020 {
    margin-top: 3.375rem;
  }
  .feature2020_image {
    height: 19.5rem;
  }
  .feature2020_content {
    padding: 1.5rem 1.5rem 3.1875rem;
  }
  .feature2020_title {
    padding-top: 1rem;
    line-height: 2.375rem;
    letter-spacing: 0.03125rem;
    font-size: 2rem;
  }
  .feature2020_description {
    padding-top: 1rem;
    font-size: 1.3125rem;
    line-height: 2.0625rem;
    letter-spacing: 0.03125rem;
    font-weight: normal;
  }
}

@media screen and (min-width: 75rem) {
  .feature2020 {
    margin-top: 4rem;
  }
  .feature2020 .gutter2020 {
    padding-left: 0;
    padding-right: 8.125rem;
  }
  .feature2020_flex-container {
    display: flex;
    padding-bottom: 3.75rem;
  }
  .feature2020_image {
    flex: 72;
    height: auto;
    min-height: 25.3125rem;
  }
  .feature2020_content {
    min-height: 25.3125rem;
  }
  .feature2020_content-wrapper {
    flex: 59;
  }
  .feature2020_title {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: normal;
  }
  .feature2020_description {
    font-weight: normal;
  }
  .feature2020 .carousel_controls {
    margin-bottom: -60px;
  }
}

/* Module: S */
.investor2020 {
  background-color: #24407e;
  padding-top: 3rem;
  color: #fff;
}

.investor2020_title {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.15625rem;
}

.investor2020_stock-wrapper {
  position: relative;
  background-color: #1b336c;
  padding: 1rem 1rem 0 1rem;
  margin-top: 1rem;
}

.investor2020_price-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.125rem;
}

.investor2020_price {
  padding-top: 0.9375rem;
  font-size: 6rem;
  font-weight: 100;
  line-height: 1;
  display: inline-block;
}

.investor2020_price--currency {
  font-size: 3rem;
}

.investor2020_price-details {
  padding-top: 0.9375rem;
  display: flex;
  justify-content: space-between;
}

.investor2020_price-detail {
  flex-grow: 1;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  margin-bottom: 2.5rem;
  font-weight: 400;
}

.investor2020_price--date {
  border-right: 0.0625rem solid #fff;
}

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

.investor2020_more {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: -5px;
}

.investor2020_more svg {
  height: 0.75rem;
}

.investor2020_more:hover svg,
.investor2020_more:focus svg {
  color: #fff;
}

.investor2020_links-wrapper {
  padding-top: 2.1875rem;
}

.investor2020_link-title {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  font-weight: 600;
}

.investor2020_link {
  color: #fff;
  text-transform: unset;
  padding: 1rem 1rem 1rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1.3125rem;
  line-height: 1.29;
  font-weight: 500;
}

.investor2020_link::before {
  height: 0;
}

.investor2020_link:hover, .investor2020_link:focus {
  background-color: #1b336c;
  color: #fff;
}

.investor2020_link:not(:last-child) {
  border-bottom: 0.0625rem solid #fff;
}

.investor2020_link svg {
  color: #fff;
  height: 0.75rem;
}

.investor2020 iframe {
  height: 14.375rem;
}

@media screen and (min-width: 37.5rem) {
  .investor2020 {
    padding-top: 4rem;
  }
  .investor2020_stock-wrapper {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
  .investor2020_price {
    padding-top: 1.875rem;
  }
  .investor2020_price-detail {
    margin-bottom: 3.6875rem;
  }
  .investor2020_links-wrapper {
    padding-top: 2rem;
  }
  .investor2020_links {
    padding-top: 1.375rem;
  }
  .investor2020_link {
    padding: 1rem 1.5rem 1.0625rem 0;
    letter-spacing: 0.01562rem;
  }
  .investor2020 iframe {
    height: 16.875rem;
  }
}

@media screen and (min-width: 75rem) {
  .investor2020 {
    padding-top: 4rem;
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }
  .investor2020_content-wrapper {
    display: flex;
    justify-content: space-between;
    margin-left: -2rem;
    padding-top: 1rem;
  }
  .investor2020_stock-wrapper {
    margin-top: 0;
  }
  .investor2020_price {
    font-size: 10rem;
    line-height: 1;
    font-weight: 100;
    padding-top: 2rem;
  }
  .investor2020_price--currency {
    font-size: 5rem;
  }
  .investor2020_price-details {
    width: 60%;
  }
  .investor2020_price-detail {
    margin-bottom: 3.8125rem;
  }
  .investor2020_links-wrapper {
    padding-top: 1.5rem;
  }
  .investor2020_links {
    padding-top: 1rem;
  }
  .investor2020_link {
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: 0.03125rem;
    padding: 1.5rem 1.75rem 1rem 0;
  }
  .investor2020_content, .investor2020_links-wrapper {
    flex-grow: 1;
    flex: 1;
    margin-left: 2rem;
  }
  .investor2020 iframe {
    height: 18.375rem;
  }
}

/* Module: S */
.news2020-wrapper {
  padding-top: 2rem;
}

.news2020_heading {
  color: #24407e;
  letter-spacing: 0.15625rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
}

.news2020_featured {
  margin-top: 1rem;
}

.news2020_featured--image {
  height: 13.625rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.news2020_featured--image::before {
  display: block;
  height: 0.25rem;
  content: "";
  background-color: #0095da;
}

.news2020_featured-details {
  padding: 0 1rem;
  background-color: #fff;
}

.news2020_featured--title {
  color: #24407e;
  font-size: 1rem;
  letter-spacing: 0.125rem;
  font-weight: 500;
  padding-top: 1rem;
  text-transform: uppercase;
}

.news2020_featured--title-secondary {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
  padding-top: 0.5rem;
  color: #24407e;
  width: 80%;
}

.news2020_featured--text {
  color: #4a4a4a;
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: 0.01562rem;
  padding: 0.5rem 0 1.5rem;
}

.news2020_featured--more {
  display: flex;
  justify-content: space-between;
  padding: 1.125rem 1rem;
  background-color: #fbfbfb;
}

.news2020_featured--arrow {
  height: 0.75rem;
  width: 0.75rem;
}

.news2020_featured--arrow > div {
  height: 100%;
}

.news2020_minor {
  background-color: #fff;
  margin-top: 1rem;
  position: relative;
  padding: 1rem;
  color: #24407e;
  font-weight: normal;
  display: block;
}

.news2020_minor:hover::before {
  background-color: #0095da;
}

.news2020_minor-date {
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.news2020_minor-title {
  font-size: 1.3125rem;
  line-height: 1.29;
  font-stretch: normal;
  letter-spacing: normal;
  padding-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.news2020_minor-title .news2020_featured--arrow {
  margin-top: 0.5rem;
}

.news2020_minor-text {
  width: 100%;
}

.news2020_minor--more {
  display: none;
}

@media screen and (min-width: 37.5rem) {
  .news2020-wrapper {
    padding-top: 2.25rem;
  }
  .news2020_featured--image {
    height: 19.5rem;
  }
  .news2020_featured-details {
    padding: 0 1.5rem;
  }
  .news2020_featured--title {
    padding-top: 1.5rem;
  }
  .news2020_featured--title-secondary {
    font-size: 2rem;
  }
  .news2020_featured--text {
    padding-top: 1.375rem;
    line-height: 1.57;
    letter-spacing: 0.03125rem;
    font-size: 1.3125rem;
  }
  .news2020_minor {
    padding: 1.5rem;
  }
  .news2020_minor-title {
    padding-top: 1rem;
  }
}

@media screen and (min-width: 75rem) {
  .news2020_featured {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
  }
  .news2020_featured--image {
    background-size: cover;
    flex: 72;
    min-height: 25.9375rem;
    height: auto;
  }
  .news2020_featured-details-wrapper {
    flex: 59;
    position: relative;
  }
  .news2020_featured-details-wrapper::before {
    content: '';
    width: 100%;
    height: 0.25rem;
    background-color: #0095da;
    position: absolute;
    top: 0;
    left: 0;
  }
  .news2020_featured-details {
    height: 100%;
    padding-right: 2.5rem;
    padding-bottom: 5.5rem;
  }
  .news2020_featured--title {
    padding-top: 2rem;
  }
  .news2020_featured--title-secondary {
    padding-top: 1.5rem;
  }
  .news2020_featured--text {
    padding-top: 1.875rem;
    font-size: 1.3125rem;
    line-height: 1.57;
    letter-spacing: 0.03125rem;
  }
  .news2020_featured--more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 1.5rem;
  }
  .news2020_minor {
    min-height: 15.5rem;
    flex: 1;
    margin-left: 2rem;
    margin-top: 0;
    position: relative;
    padding: 2rem 1.5rem 5.5rem;
    -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  }
  .news2020_minor:hover > .news2020_minor--more {
    color: #fff;
    background-image: linear-gradient(to top, #24407e 51%, transparent 50%);
    background-position: 0 100%;
    -moz-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
    transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  }
  .news2020_minor-date {
    line-height: 1.57;
  }
  .news2020_minor-title {
    padding-top: 1rem;
  }
  .news2020_minor-text {
    font-size: 1.5rem;
  }
  .news2020_minor-wrapper {
    display: flex;
    justify-content: space-between;
    margin-left: -2rem;
    padding-right: 8.125rem;
    padding-top: 2rem;
  }
  .news2020_minor .news2020_minor-title-arrow {
    display: none;
  }
  .news2020_minor--more {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-top: 1px solid #24407e;
  }
  .gutter2020.news2020-wrapper {
    padding-left: 8.125rem;
    padding-right: 0;
  }
}

/* Module: S */
.banner-carousel {
  height: 30.3125rem;
  width: 100%;
  position: relative;
  z-index: 0;
  background: #02345b;
}

.banner-carousel .slick-list,
.banner-carousel .slick-track {
  height: 30.3125rem;
}

.banner-carousel__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.banner-carousel__slide {
  height: 100%;
  width: 100%;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.banner-carousel__slide .banner-carousel__img--desktop {
  display: none;
}

.banner-carousel__slide .banner-carousel__img--desktop:only-child {
  display: block;
}

.banner-carousel__slide .banner-carousel__img--mobile {
  display: block;
}

.banner-carousel__slide:focus {
  outline: 0;
}

.banner-carousel__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.banner-carousel__img--desktop {
  display: none;
}

.banner-carousel--abs {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.banner-carousel--abs .slick-list,
.banner-carousel--abs .slick-track {
  height: 100%;
}

@media screen and (min-width: 75rem) {
  .banner-carousel {
    height: 48.125rem;
  }
  .banner-carousel .slick-list,
  .banner-carousel .slick-track {
    height: 48.125rem;
  }
  .banner-carousel__slide .banner-carousel__img--desktop {
    display: block;
  }
  .banner-carousel__slide .banner-carousel__img--mobile {
    display: none;
  }
}

/* Module: S */
.hero-banner {
  height: 30.3125rem;
  width: 100%;
  position: relative;
  z-index: 0;
  background: #02345b;
}

.hero-banner .slick-list,
.hero-banner .slick-track {
  height: 30.3125rem;
}

.hero-banner__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.hero-banner__img--desktop {
  display: none;
}

.hero-banner__img--desktop:only-child {
  display: block;
}

.hero-banner__img--mobile {
  display: block;
}

.hero-banner--abs {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.hero-banner--abs .slick-list,
.hero-banner--abs .slick-track {
  height: 100%;
}

@media screen and (min-width: 75rem) {
  .hero-banner {
    height: 29.875rem;
  }
  .hero-banner .slick-list,
  .hero-banner .slick-track {
    height: 29.875rem;
  }
  .hero-banner__img--desktop {
    display: block;
  }
  .hero-banner__img--mobile {
    display: none;
  }
}

/* Module: S */
.p-info-box--navy .p-info-box__inner,
.o-content .p-info-box--navy .p-info-box__inner {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.p-info-box--navy .p-info-box__heading,
.o-content .p-info-box--navy .p-info-box__heading {
  color: #f4f4f4;
  margin: 0 0 0.625rem 0;
  padding: 0;
  font-size: 2.1875rem;
  line-height: 2.3125rem;
}

.p-info-box--navy .p-info-box__link,
.o-content .p-info-box--navy .p-info-box__link {
  margin: 2.3125rem 0 0 0;
}

.p-info-box--navy .p-info-box__link a,
.o-content .p-info-box--navy .p-info-box__link a {
  color: #f4f4f4;
}

.p-info-box--navy .p-info-box__link a svg,
.o-content .p-info-box--navy .p-info-box__link a svg {
  color: #f4f4f4;
}

.p-info-box--info-graphic .p-info-box__content,
.o-content .p-info-box--info-graphic .p-info-box__content {
  width: 100%;
}

.p-info-box--info-graphic .p-info-box__content p:first-child,
.o-content .p-info-box--info-graphic .p-info-box__content p:first-child {
  margin-top: 0;
}

.p-info-box--info-graphic .p-info-box__content p:last-child,
.o-content .p-info-box--info-graphic .p-info-box__content p:last-child {
  margin-bottom: 0;
}

.p-info-box--info-graphic .p-info-box__item,
.o-content .p-info-box--info-graphic .p-info-box__item {
  padding: 1.875rem 1.25rem;
}

.p-info-box--info-graphic .p-info-box__item:before,
.o-content .p-info-box--info-graphic .p-info-box__item:before {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.p-info-box--info-graphic .p-info-box__item:after,
.o-content .p-info-box--info-graphic .p-info-box__item:after {
  content: '';
  position: absolute;
  left: 1.25rem;
  bottom: 0;
  right: 1.25rem;
  height: 1px;
  background-color: rgba(0, 51, 92, 0.3);
}

.p-info-box--info-graphic .p-info-box__item:last-child:after,
.o-content .p-info-box--info-graphic .p-info-box__item:last-child:after {
  display: none;
}

.p-info-box--info-graphic .p-info-box__item .c-info-panel__cate,
.o-content .p-info-box--info-graphic .p-info-box__item .c-info-panel__cate {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  position: relative;
}

.p-info-box--info-graphic .p-info-box__item .c-info-panel__cate:before,
.o-content .p-info-box--info-graphic .p-info-box__item .c-info-panel__cate:before {
  display: block;
}

.p-info-box--info-graphic .p-info-box__item .c-info-panel__cate:hover, .p-info-box--info-graphic .p-info-box__item .c-info-panel__cate:focus,
.o-content .p-info-box--info-graphic .p-info-box__item .c-info-panel__cate:hover,
.o-content .p-info-box--info-graphic .p-info-box__item .c-info-panel__cate:focus {
  text-decoration: none;
}

.p-info-box--info-graphic .p-info-box__title,
.o-content .p-info-box--info-graphic .p-info-box__title {
  padding: 0;
}

.p-info-box--info-graphic .p-info-box__title > a,
.o-content .p-info-box--info-graphic .p-info-box__title > a {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  position: relative;
}

.p-info-box--info-graphic .p-info-box__title > a:before,
.o-content .p-info-box--info-graphic .p-info-box__title > a:before {
  display: block;
}

.p-info-box--info-graphic .p-info-box__title > a:hover, .p-info-box--info-graphic .p-info-box__title > a:focus,
.o-content .p-info-box--info-graphic .p-info-box__title > a:hover,
.o-content .p-info-box--info-graphic .p-info-box__title > a:focus {
  text-decoration: none;
}

.p-info-box--info-graphic .p-info-box__inner,
.o-content .p-info-box--info-graphic .p-info-box__inner {
  padding: 0.625rem 0 0 0;
}

.p-info-box--info-graphic .p-info-box__link,
.o-content .p-info-box--info-graphic .p-info-box__link {
  width: 100%;
  margin: 0.625rem 0 0 0;
}

.p-info-box--info-graphic .c-info-panel__image,
.o-content .p-info-box--info-graphic .c-info-panel__image {
  background-position: center;
  background-size: contain;
  padding: 0 !important;
  height: 10rem;
  margin-top: 1.25rem;
}

.p-info-box--info-graphic .c-info-panel__link,
.o-content .p-info-box--info-graphic .c-info-panel__link {
  font-size: 1rem;
  line-height: 1.125rem;
}

.p-info-box--info-graphic .c-info-panel__link:hover, .p-info-box--info-graphic .c-info-panel__link:focus,
.o-content .p-info-box--info-graphic .c-info-panel__link:hover,
.o-content .p-info-box--info-graphic .c-info-panel__link:focus {
  text-decoration: none;
}

@media screen and (min-width: 37.5rem) {
  .p-info-box--info-graphic .p-info-box__item,
  .o-content .p-info-box--info-graphic .p-info-box__item {
    padding: 2.5rem 2.25rem 0.625rem 2.25rem;
  }
  .p-info-box--info-graphic .p-info-box__item:after,
  .o-content .p-info-box--info-graphic .p-info-box__item:after {
    left: 1.25rem;
    right: 1.25rem;
  }
  .p-info-box--info-graphic .p-info-box__content,
  .o-content .p-info-box--info-graphic .p-info-box__content {
    padding-bottom: 1.875rem;
    padding-right: 1.25rem;
    width: 60%;
  }
  .p-info-box--info-graphic .c-info-panel__image,
  .o-content .p-info-box--info-graphic .c-info-panel__image {
    margin-top: 0;
    height: 100%;
    min-height: 15.125rem;
  }
  .p-info-box .c-info-panel__graphic.report,
  .o-content .p-info-box .c-info-panel__graphic.report {
    padding-left: 2.5rem;
  }
  .p-info-box .c-info-panel__graphic.report > .p-info-box__inner,
  .o-content .p-info-box .c-info-panel__graphic.report > .p-info-box__inner {
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
  }
  .p-info-box .c-info-panel__graphic.report > .p-info-box__inner > .p-info-box__content,
  .o-content .p-info-box .c-info-panel__graphic.report > .p-info-box__inner > .p-info-box__content {
    width: 45%;
  }
  .p-info-box .c-info-panel__graphic.report > .p-info-box__inner > .u-pos--relative,
  .o-content .p-info-box .c-info-panel__graphic.report > .p-info-box__inner > .u-pos--relative {
    width: 55%;
  }
}

@media screen and (min-width: 56.25rem) {
  .p-info-box--navy .p-info-box__heading,
  .o-content .p-info-box--navy .p-info-box__heading {
    font-size: 2.8125rem;
    line-height: 2.9375rem;
  }
  .p-info-box--info-graphic,
  .o-content .p-info-box--info-graphic {
    margin: 0 0 2.5rem 0;
  }
  .p-info-box--info-graphic .p-info-box__item,
  .o-content .p-info-box--info-graphic .p-info-box__item {
    flex-direction: column;
    justify-content: flex-start;
  }
  .p-info-box--info-graphic .p-info-box__item:after,
  .o-content .p-info-box--info-graphic .p-info-box__item:after {
    display: none;
  }
  .p-info-box--info-graphic .p-info-box__inner,
  .o-content .p-info-box--info-graphic .p-info-box__inner {
    flex-grow: 1;
    padding-top: 1.6875rem;
  }
  .p-info-box--info-graphic .p-info-box__link,
  .o-content .p-info-box--info-graphic .p-info-box__link {
    margin-top: 1.6875rem;
  }
}

/* Module: S */
.p-panel-box__item .c-info-panel__link {
  font-size: 1.375rem;
  line-height: 1.75rem;
}

.p-panel-box__item .c-info-panel__link-box {
  margin-top: 0;
}

/* Module: S */
.nav__sub-wrapper {
  background-color: #f4f4f4;
}

.nav__sub-side {
  display: none;
}

.nav__sub-nav-links li:before {
  display: none;
}

.nav__toggle {
  width: 1rem;
  height: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  position: relative;
}

.nav__toggle:before, .nav__toggle:after {
  content: "";
  background-color: #24407e;
  position: absolute;
  width: 0.625rem;
  height: 0.125rem;
  top: 50%;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav__toggle:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}

.nav__toggle:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
}

.nav__toggle.active:before, .nav__toggle.active:after {
  background-color: #0095da;
}

.nav__toggle.active:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav__toggle.active:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav__level-1-link {
  position: relative;
}

.nav__level-1-link button {
  position: absolute;
  right: 1.25rem;
  top: 1.5rem;
}

.nav__level-1-link button:focus {
  outline: 0;
}

.nav__level-1-link .nav__link {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav__level-1-link .nav__link:focus, .nav__level-1-link .nav__link:active {
  outline: 0;
}

.nav__level-1-link .nav__txt {
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.nav__sub-wrapper {
  display: none;
  position: relative;
  padding: 0 1.25rem;
}

.nav__sub-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.nav__sub-title {
  position: relative;
  width: 100%;
}

.nav__sub-title a {
  padding: 0.5rem 0;
  width: 100%;
  display: block;
  font-weight: normal;
  color: #24407e;
  font-size: 1.3125rem;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 0.0625rem solid #ebebeb;
}

.nav__sub-title a:focus, .nav__sub-title a:active {
  outline: 0;
  color: #0095da;
}

.nav__sub-title a:before {
  content: none;
}

.nav__sub-title button {
  position: absolute;
  right: 0;
  top: 0.6875rem;
}

.nav__sub-title button:focus {
  outline: 0;
}

.nav__sub-nav-links {
  padding: 1rem 0 1.5rem 0;
  margin: 0;
  display: none;
}

.nav__sub-nav-links li {
  padding: 0.5rem 0;
  margin: 0 0 0 1rem;
}

.nav__sub-nav-links li:not(:last-child) {
  border-bottom: 0.0625rem solid #ebebeb;
}

.nav__sub-nav-links li:last-child {
  padding-bottom: 0;
}

.nav__sub-nav-links li a {
  display: inline-block;
  margin: 0;
  font-weight: normal;
  font-size: 1.3125rem;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fixed .p-header__wrapper {
  background-color: rgba(0, 51, 92, 0.95);
  position: fixed;
  top: -6.1875rem;
  left: 0;
  right: 0;
  transition: top 0.5s;
}

.transition .p-header__wrapper {
  top: 0;
}

@media screen and (min-width: 75rem) {
  .nav {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    background-color: transparent;
    z-index: 99;
  }
  .nav__toggle {
    display: none;
  }
  .nav__level-1-link button {
    display: none;
  }
  .nav__sub-wrapper {
    border-top: 0.25rem solid #f4f4f4;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    bottom: auto;
    z-index: 500;
    display: flex !important;
    justify-content: center;
    background-color: #fff;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .nav__sub-inner {
    width: 100%;
    max-width: 76.25rem;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
  }
  .nav__sub-side {
    display: block;
    width: 25%;
    z-index: 1;
    position: relative;
    padding: 2rem 2rem 2rem 1.25rem;
  }
  .nav__sub-side::before {
    content: '';
    display: block;
    position: absolute;
    width: 500%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fbfbfb;
    z-index: -1;
  }
  .nav__sub-side-heading {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.15625rem;
    padding-bottom: 1.5rem;
    color: #24407e;
  }
  .nav__sub-side-description {
    font-size: 1.125rem;
    line-height: 1.44;
    letter-spacing: 0.03125rem;
    color: #4a4a4a;
    padding-bottom: 2rem;
  }
  .nav__sub-side-link a {
    display: block;
    margin: 0;
  }
  .nav__sub-side-link a div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.125rem;
    color: #24407e;
    margin: 0;
    border-top: 0.0625rem solid rgba(36, 64, 126, 0.5);
    padding: 1rem 1.5rem;
  }
  .nav__sub-side-link a:hover::before, .nav__sub-side-link a:focus::before {
    content: none;
  }
  .nav__sub-side-link a:hover span, .nav__sub-side-link a:focus span {
    text-decoration: underline;
    text-decoration-color: currentColor;
  }
  .nav__sub-side-link span {
    display: inline-block;
  }
  .nav__sub-side-icon {
    vertical-align: middle;
    width: 0.75rem;
    height: 0.75rem;
  }
  .nav__sub-main {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 0%;
    padding: 2rem;
  }
  .nav__list > li {
    position: static;
    padding-bottom: 0;
  }
  .nav__list > li.active .nav__link, .nav__list > li.current .nav__link {
    color: #0095da;
  }
  .nav__list > li.active .nav__link:before, .nav__list > li.current .nav__link:before {
    width: 100%;
  }
  .nav__list > li:hover .nav__link, .nav__list > li:focus .nav__link {
    color: #0095da;
  }
  .nav__list > li:hover .nav__link:before, .nav__list > li:focus .nav__link:before {
    width: 100%;
  }
  .nav__list > li:hover .nav__sub-wrapper, .nav__list > li:focus .nav__sub-wrapper {
    opacity: 1;
    visibility: visible;
    padding: 0;
  }
  .nav__level-1-link {
    position: initial;
    height: 100%;
  }
  .nav__level-1-link .nav__link:before {
    height: 0.25rem;
    background-color: #0095da;
    top: 100%;
    z-index: 505;
  }
  .nav__level-1-link .nav__txt {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
  .nav__sub-wrapper {
    padding: 2rem 0 1rem 0;
  }
  .nav__sub-title a {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    position: relative;
    letter-spacing: 0.03125rem;
    display: inline-block;
    width: auto;
    border-bottom: none;
  }
  .nav__sub-title a::before {
    -moz-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: currentColor;
    bottom: 0;
    content: '';
    height: 0.0625rem;
    left: 0;
    position: absolute;
    width: .0001%;
  }
  .nav__sub-title a:hover::before, .nav__sub-title a:focus::before, .nav__sub-title a:active::before {
    background-color: currentColor;
    content: '';
    width: 100%;
  }
  .nav__sub-item {
    flex: 0 1 33%;
    padding-bottom: 1.5rem;
  }
  .nav__sub-item:first-child {
    margin-top: 0;
  }
  .nav__sub-nav-links {
    display: block;
    border-bottom: none;
    padding: 0;
    width: 100%;
  }
  .nav__sub-nav-links li {
    margin: 0;
    padding: 0;
  }
  .nav__sub-nav-links li:first-child {
    padding-top: 1rem;
  }
  .nav__sub-nav-links li:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0.5rem;
  }
  .nav__sub-nav-links li a {
    font-size: 1rem;
  }
}

/* IE11 Styles for mobile nav */
body.ie11-class .p-header__nav {
  position: fixed;
  left: auto !important;
  right: 100vw !important;
}

.is-mobile-menu-opened.ie11-class .p-header__nav,
.is-mobile-search-opened.ie11-class .p-header__nav {
  right: 0 !important;
}

@media screen and (min-width: 75rem) {
  body.ie11-class .p-header__nav {
    position: static;
    left: auto !important;
    right: 0 !important;
  }
  .is-mobile-menu-opened.ie11-class .p-header__nav,
  .is-mobile-search-opened.ie11-class .p-header__nav {
    right: 0 !important;
  }
}

/* Module: S */
.notice {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b336c;
  color: #fff;
  position: relative;
  justify-content: space-between;
}

.notice div {
  margin-right: 2.1875rem;
}

.notice a {
  color: #fff;
  text-decoration: underline;
  margin-left: 0.625rem;
}

.notice a:hover, .notice a:focus {
  color: #fff;
  text-decoration: underline;
}

.notice-close {
  color: #fff;
  background-color: #1b336c;
  border-style: none;
  position: absolute;
  right: 0.5rem;
  top: 0.875rem;
}

@media screen and (min-width: 37.5rem) {
  .notice div {
    text-align: center;
  }
  .notice a {
    margin-left: 1.25rem;
  }
}

@media (min-width: 37.5rem) {
  /*
--------------------
Modules
--------------------
*/
}

@media (min-width: 60rem) {
  /*
--------------------
Modules
--------------------
*/
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !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^='#']::after,
  a[href^='javascript:']::after {
    content: '';
  }
  blockquote,
  pre {
    border: 0.0625rem solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=main.css.map */
