/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: <date removed for GIT cleanliness>
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Breadcrumbs
    Skip links
    Timeago
    S
 */
.visuallyhidden, .sr-only, .skip-links__link, .c-carousel--default-theme .slick-arrow__txt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.breadcrumbs__list, .skip-links__list, .sq-form-question-answer ul, .p-decision-tree__list-container ul, ol,
ul, .c-carousel__list, .p-social__list, .p-social__ctrl-list, .c-carousel--default-theme .slick-dots, .p-socialmedia__list, .p-card ul, .p-photo-grid__list, .p-share__list, .p-nav__menu-list, .p-nav__submenu ul, .p-footer__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs__list li, .skip-links__list li, .sq-form-question-answer ul li, .p-decision-tree__list-container ul li, ol li, ul li, .c-carousel__list li, .p-social__list li, .p-social__ctrl-list li, .c-carousel--default-theme .slick-dots li, .p-socialmedia__list li, .p-card ul li, .p-photo-grid__list li, .p-share__list li, .p-nav__menu-list li, .p-nav__submenu ul li, .p-footer__menu-list li {
  list-style: none;
}

.breadcrumbs__list li::before, .skip-links__list li::before, .sq-form-question-answer ul li::before, .p-decision-tree__list-container ul li::before, ol li::before, ul li::before, .c-carousel__list li::before, .p-social__list li::before, .p-social__ctrl-list li::before, .c-carousel--default-theme .slick-dots li::before, .p-socialmedia__list li::before, .p-card ul li::before, .p-photo-grid__list li::before, .p-share__list li::before, .p-nav__menu-list li::before, .p-nav__submenu ul li::before, .p-footer__menu-list li::before {
  content: none;
}

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

.clearfix, .p-decision-tree__inner, .p-decision-tree__list-top-bar, .c-carousel--default-theme .slick-dots {
  *zoom: 1;
}

.clearfix:before, .p-decision-tree__inner:before, .p-decision-tree__list-top-bar:before, .c-carousel--default-theme .slick-dots:before, .clearfix:after, .p-decision-tree__inner:after, .p-decision-tree__list-top-bar:after, .c-carousel--default-theme .slick-dots:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after, .p-decision-tree__inner:after, .p-decision-tree__list-top-bar:after, .c-carousel--default-theme .slick-dots: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;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px 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: 1em;
}

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: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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;
}

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

html {
  -webkit-box-sizing: border-box;
  -moz-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: 1em;
}

.pull-right {
  float: right;
}

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

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

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

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

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

html,
body {
  height: 100%;
}

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

img {
  max-width: 100%;
}

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

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

@page {
  margin: .5cm;
}

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

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

th {
  background: #222;
  color: #dddddd;
}

td {
  border: 0.0625rem solid #222;
}

/* Buttons */
.button {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #222;
  border: 0;
  color: #dddddd;
  display: inline-block;
  padding: .5em 1em;
}

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

.button:focus, .button:hover {
  background-color: black;
}

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

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

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

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

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

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

/*Google translate bar*/
div.goog-te-gadget {
  display: none;
}

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

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

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

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

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

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

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

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

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

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

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

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

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

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

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

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

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

.mfp-close:active {
  top: 1px;
}

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

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

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

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

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

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

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

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

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

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

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

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

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

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

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

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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 {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .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: 6px;
    padding-right: 6px;
  }
}

/* Module: Breadcrumbs */
.breadcrumbs {
  color: #ffbc00;
  font-size: 0.875rem;
}

.has-subnav .breadcrumbs {
  margin-top: 2.25rem;
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__link {
  text-decoration: underline;
}

.breadcrumbs__link:hover {
  text-decoration: none;
}

.breadcrumbs__divider {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #f4f4f4;
}

/* Module: Skip links */
.skip-links {
  display: none;
}

/* Module: Timeago */
abbr.timeago {
  text-decoration: none;
  border-bottom: 0;
}

/* Module: S */
.o-col {
  -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-col__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-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}

.o-col {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.o-col:after {
  content: " ";
  display: block;
  clear: both;
}

.o-col__item {
  margin-bottom: 0.875rem;
}

.o-col--1 .o-col__item {
  width: 100%;
}

.o-col--2 .o-col__item {
  width: 100%;
}

@media screen and (min-width: 37.5em) {
  .o-col--2 .o-col__item {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2 .o-col__item:nth-child(2n + 2) {
    width: 48.57143%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2.o-col--left .o-col__item {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2.o-col--left .o-col__item:nth-child(2n + 2) {
    width: 74.28571%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2.o-col--right .o-col__item {
    width: 74.28571%;
    float: left;
    margin-right: 2.85714%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2.o-col--right .o-col__item:nth-child(2n + 2) {
    width: 22.85714%;
    float: right;
    margin-right: 0;
  }
}

.o-col--3 .o-col__item {
  width: 100%;
}

@media screen and (min-width: 37.5em) {
  .o-col--3 .o-col__item {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
    margin-right: 11px;
    width: 32%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--3 .o-col__item:nth-child(3n + 3) {
    width: 31.42857%;
    float: right;
    margin-right: 0;
  }
}

.o-col--4 .o-col__item {
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
}

@media screen and (min-width: 37.5em) {
  .o-col--4 .o-col__item {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
  }
}

.o-col--4 .o-col__item:nth-child(2n + 2) {
  width: 48.57143%;
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--4 .o-col__item:nth-child(2n + 2) {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--4 .o-col__item:nth-child(4n + 4) {
    width: 22.85714%;
    float: right;
    margin-right: 0;
  }
}

.o-col--5 .o-col__item {
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
}

@media screen and (min-width: 37.5em) {
  .o-col--5 .o-col__item {
    width: 17.71429%;
    float: left;
    margin-right: 2.85714%;
  }
}

.o-col--5 .o-col__item:nth-child(2n + 2) {
  width: 48.57143%;
  float: right;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--5 .o-col__item:nth-child(2n + 2) {
    width: 17.71429%;
    float: left;
    margin-right: 2.85714%;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--5 .o-col__item:nth-child(5n + 5) {
    width: 17.71429%;
    float: right;
    margin-right: 0;
  }
}

.no-gutters .o-col__item {
  margin-bottom: 0;
}

.o-col--2.no-gutters .o-col__item {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--2.no-gutters .o-col__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--2.no-gutters .o-col__item:nth-child(2n + 2) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
  }
}

.o-col--3.no-gutters .o-col__item {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--3.no-gutters .o-col__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--3.no-gutters .o-col__item:nth-child(3n + 3) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: right;
  }
}

.o-col--4.no-gutters .o-col__item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--4.no-gutters .o-col__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
}

.o-col--4.no-gutters .o-col__item:nth-child(2n + 2) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: right;
}

@media screen and (min-width: 37.5em) {
  .o-col--4.no-gutters .o-col__item:nth-child(2n + 2) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--4.no-gutters .o-col__item:nth-child(4n + 4) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: right;
  }
}

.o-col--5.no-gutters .o-col__item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 37.5em) {
  .o-col--5.no-gutters .o-col__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
  }
}

.o-col--5.no-gutters .o-col__item:nth-child(2n + 2) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: right;
}

@media screen and (min-width: 37.5em) {
  .o-col--5.no-gutters .o-col__item:nth-child(2n + 2) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
  }
}

@media screen and (min-width: 37.5em) {
  .o-col--5.no-gutters .o-col__item:nth-child(5n + 5) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: right;
  }
}

.o-col__item p:not([class]):first-child {
  margin-top: 0;
}

.o-layout {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 60em) {
  .o-layout {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
  }
  .o-layout:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.o-content {
  width: 100%;
}

.o-layout--2col-right .o-content {
  order: 1;
}

@media screen and (min-width: 60em) {
  .o-layout--2col-right .o-content {
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%;
    order: 0;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 60em) {
  .o-layout--2col-right .o-aside {
    width: 23.40426%;
    float: right;
    margin-right: 0;
  }
}

.o-col--debug .o-col__item {
  background-color: #6c6a99;
  color: white;
}

/* Module: S */
/*profill object-fit style*/
.compat-object-fit {
  background-position: center center;
  background-size: cover;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.compat-object-fit img {
  opacity: 0;
}

a:hover .compat-object-fit {
  transform: scale(1.2);
}

.compat-object-fit-wrapper {
  max-width: 100%;
  overflow: hidden;
}

.c-objectfit {
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

a:hover .c-objectfit {
  transform: scale(1.2);
}

a.c-objectfit__wrapper {
  overflow: hidden;
  display: inline-block;
}

/* Module: S */
.t-bg--pure-black {
  background-color: #000;
}

.t-bg--black {
  background-color: #393939;
}

.t-bg--almost-black {
  background-color: #0c1921;
}

.t-bg--black-12 {
  background-color: rgba(0, 0, 0, 0.12);
}

.t-bg--brownish-grey {
  background-color: #606060;
}

.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: #a7a7a7;
}

.t-bg--greyish-brown {
  background-color: #494949;
}

.t-bg--hot-pink {
  background-color: #f10082;
}

.t-bg--light-blue {
  background-color: #7ed5f9;
}

.t-bg--marigold {
  background-color: #ffbc00;
}

.t-bg--marine {
  background-color: #02345b;
}

.t-bg--marine-blue {
  background-color: #00335c;
}

.t-bg--marine-blue-two {
  background-color: #00345d;
}

.t-bg--navy-blue {
  background-color: #001b50;
}

.t-bg--nasty-green {
  background-color: #78a243;
}

.t-bg--pinkish-grey {
  background-color: #cacaca;
}

.t-bg--strong-pink {
  background-color: #f20e89;
}

.t-bg--warm-grey {
  background-color: #7a7a7a;
}

.t-bg--white {
  background-color: #f4f4f4;
}

.t-bg--white-two {
  background-color: #e4e4e4;
}

.t-bg--white-pure {
  background-color: #fff;
}

.t-bg--white-five {
  background-color: #eee;
}

.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--primary-color {
  background-color: #001b50;
}

.t-bg--secondary-color {
  background-color: #ffbc00;
}

.t-bg--tertiary-color {
  background-color: #a7a7a7;
}

/* Module: S */
body {
  font-family: "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5rem;
}

h1,
.e-h1,
h2,
.e-h2,
h3,
.e-h3,
h4,
.e-h4,
h5,
.e-h5,
h6,
.e-h6 {
  color: #001b50;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  margin: 1.875rem 0 0.875rem;
}

h1,
.e-h1 {
  font-size: 3rem;
  line-height: 4.375rem;
}

@media screen and (min-width: 60em) {
  h1,
  .e-h1 {
    font-size: 3.875rem;
    line-height: 4.375rem;
  }
}

h2,
.e-h2 {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
}

@media screen and (min-width: 60em) {
  h2,
  .e-h2 {
    font-size: 3.375rem;
    line-height: 3.625rem;
  }
}

h3,
.e-h3 {
  font-size: 1.75rem;
  line-height: 2.5rem;
}

@media screen and (min-width: 60em) {
  h3,
  .e-h3 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}

h4,
.e-h4 {
  font-size: 1.375rem;
  line-height: 1.75rem;
}

@media screen and (min-width: 60em) {
  h4,
  .e-h4 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

h5,
.e-h5 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

@media screen and (min-width: 60em) {
  h5,
  .e-h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

h6,
.e-h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 60em) {
  h6,
  .e-h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

p {
  margin: 0.875rem 0;
}

blockquote {
  margin: 1.875rem 0 1.875rem 0;
  padding-left: 1.75rem;
}

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

strong {
  font-weight: 600;
}

.highlight {
  background-color: #001b50;
  color: #f4f4f4;
  display: inline;
}

a[href^="tel:"] {
  cursor: default;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

/* Module: S */
.c-icon {
  fill: currentColor;
  font-size: 2.5rem;
  height: 1em;
  overflow: hidden;
  vertical-align: -.15em;
  width: 1em;
}

.c-icon--primary {
  color: #001b50;
}

.c-icon--secondary {
  color: #ffbc00;
}

.c-icon--tertiary {
  color: #a7a7a7;
}

.c-icon--warm-grey {
  color: #7a7a7a;
}

.c-icon--small {
  font-size: 1.25rem;
}

.c-icon--large {
  font-size: 3.75rem;
}

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

.c-icon--18 {
  font-size: 1.125rem;
}

.c-icon--22 {
  font-size: 1.375rem;
}

.c-icon--25 {
  font-size: 1.5625rem;
}

.c-icon--28 {
  font-size: 1.75rem;
}

.c-icon--45 {
  font-size: 2.8125rem;
}

/* Module: S */
.c-accordion {
  -webkit-transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  border-left: none;
  border-right: none;
  border-bottom: 0.0625rem solid #ccc;
  border-top: 0.0625rem solid #ccc;
}

.no-js .c-accordion {
  height: auto;
}

.c-accordion__item:not(:last-child) {
  border-bottom: 0.0625rem solid #ccc;
}

.c-accordion:not(.js-is-tabs) .c-accordion__item {
  position: relative;
}

.c-accordion:not(.js-is-tabs) .c-accordion__item::after {
  -webkit-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1), transform 0.25s cubic-bezier(0.77, 0, 0.175, 1), right 0.25s cubic-bezier(0.77, 0, 0.175, 1), top 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1), transform 0.25s cubic-bezier(0.77, 0, 0.175, 1), right 0.25s cubic-bezier(0.77, 0, 0.175, 1), top 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.25s cubic-bezier(0.77, 0, 0.175, 1), transform 0.25s cubic-bezier(0.77, 0, 0.175, 1), right 0.25s cubic-bezier(0.77, 0, 0.175, 1), top 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  color: #001b50;
  content: '';
  display: block;
  line-height: 3.125rem;
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 0;
}

.c-accordion:not(.js-is-tabs) .c-accordion__item.is-active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #f4f4f4;
  top: 0.3125rem;
}

.c-accordion__title {
  -webkit-transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1), color 0.25s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1), color 0.25s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1), color 0.25s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #f4f4f4;
  border: 0.0625rem solid transparent;
  color: #001b50;
  display: block;
  height: 3.125rem;
  line-height: 3.125rem;
  outline: none;
  padding: 0;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.c-accordion__item.is-active .c-accordion__title {
  color: #f4f4f4;
}

.c-accordion__title:hover {
  background-color: #e7e7e7;
}

.c-accordion__title h3 {
  font-size: 17.6px;
  font-size: 1.1rem;
  margin: 0;
  padding: 0 0.9375rem;
}

.c-accordion__panel {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-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);
  border-bottom: none;
  overflow: hidden;
}

.js-enabled .c-accordion__panel {
  max-height: 0;
}

.c-accordion__item:not(.is-active) .c-accordion__panel {
  max-height: 0 !important;
}

.c-accordion__panel__inner {
  padding: 1.25rem 0.9375rem;
}

.c-accordion.js-is-tabs {
  border: none;
  position: relative;
}

.no-js .c-accordion.js-is-tabs,
.no-flexbox .c-accordion.js-is-tabs {
  display: table;
}

.flexbox .c-accordion.js-is-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-accordion.js-is-tabs .c-accordion__item {
  border: none;
  width: auto;
  z-index: 0;
}

.c-accordion.js-is-tabs .c-accordion__item:not(:first-child) {
  border-left: 0.1875rem solid transparent;
}

.c-accordion.js-is-tabs .c-accordion__item.is-current {
  z-index: 2;
}

.c-accordion.js-is-tabs .c-accordion__item.is-current .c-accordion__title {
  background-color: #f4f4f4;
  border: 0.0625rem solid #ccc;
  border-bottom: none;
  color: #222;
  opacity: 1;
  margin-top: 0;
}

.c-accordion.js-is-tabs .c-accordion__item.is-current .c-accordion__panel {
  opacity: 1;
}

.c-accordion.js-is-tabs .c-accordion__title {
  -webkit-transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #001b50;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  color: #f4f4f4;
  opacity: 0.85;
}

.c-accordion.js-is-tabs .c-accordion__title:hover {
  background-color: #000a1d;
}

.c-accordion.js-is-tabs .c-accordion__panel {
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  border: 0.0625rem solid #ccc;
  left: 0;
  max-height: initial;
  opacity: 0;
  position: absolute;
  margin-top: -0.0625rem;
  width: 100%;
  z-index: -1;
}

/* Module: S */
.sq-form-field::-webkit-input-placeholder, .sq-form-field::-moz-placeholder, .sq-form-field:-ms-input-placeholder, .sq-form-field:-moz-input-placeholder {
  color: #a7a7a7;
}

.sq-form-field:disabled::-webkit-input-placeholder, .sq-form-field:disabled::-moz-placeholder, .sq-form-field:disabled:-ms-input-placeholder, .sq-form-field:disabled:-moz-input-placeholder {
  color: #eee;
}

.sq-form-error {
  color: #d10003;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin: 0.4375rem 0 0 0;
}

.sq-form-field {
  background-color: white;
  border: #a7a7a7 0.0625rem solid;
  box-sizing: border-box;
  color: #001b50;
  font-size: 0.875rem;
  height: 2.4375rem;
  outline: none;
  padding: 0.75rem 0.875rem 0.6875rem 0.875rem;
  resize: none;
  width: 100%;
}

@media screen and (min-width: 25.625rem) {
  .sq-form-field {
    width: 23.125rem;
  }
}

.no-object-fit .sq-form-field {
  padding: 0 0.875rem;
}

.sq-form-field[type=search] {
  box-sizing: border-box;
}

.sq-form-field:focus {
  border: #001b50 0.0625rem solid;
}

.sq-form-field:disabled {
  border: #eee 0.0625rem solid;
}

.no-object-fit textarea {
  padding: 0.3125rem 0.875rem !important;
}

textarea {
  height: 100% !important;
}

.sq-form-question {
  margin: 0 0 2.25rem 0;
}

.sq-form-question fieldset {
  padding: 0;
  border: none;
  width: 100%;
}

@media screen and (min-width: 25.625rem) {
  .sq-form-question fieldset {
    width: 23.125rem;
  }
}

.sq-form-question-tickbox-list ul, .sq-form-question-option-list ul {
  padding: 0;
  margin: 0 0 2.25rem 0;
}

.sq-form-question-tickbox-list ul li, .sq-form-question-option-list ul li {
  list-style-type: none;
  color: #606060;
  margin: 0 0 1rem 0;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -350%;
}

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

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: ' ';
  display: inline-block;
  height: 1.125rem;
  margin: 0 0.625rem 0 0;
  vertical-align: middle;
  width: 1.125rem;
}

[type="checkbox"]:not(:checked) + label:before {
  background: transparent url("mysource_files/tickbox-off%402x.png") no-repeat center;
  background-size: 1.125rem 1.125rem;
}

[type="checkbox"]:checked + label:before {
  background: transparent url("mysource_files/tickbox-on%402x.png") no-repeat center;
  background-size: 1.125rem 1.125rem;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: ' ';
  display: inline-block;
  height: 1.25rem;
  margin: 0 0.625rem 0 0;
  vertical-align: middle;
  width: 1.25rem;
}

[type="radio"]:not(:checked) + label:before {
  background: transparent url("mysource_files/radio-off%402x.png") no-repeat center;
  background-size: 1.25rem 1.25rem;
}

[type="radio"]:checked + label:before {
  background: transparent url("mysource_files/radio-on%402x.png") no-repeat center;
  background-size: 1.25rem 1.25rem;
}

.sq-form-question-answer select {
  background: transparent;
  width: 100%;
}

.sq-form-question-select .sq-form-question-answer select, .sq-form-question-country .sq-form-question-answer select {
  background: white url("mysource_files/ico-arrow-blue-copy-2%402x.png") no-repeat right;
  background-size: 0.875rem 0.4375rem;
  border: none;
  height: 100%;
  margin: 0;
  padding: 0 0.6875rem 0 0.4375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.sq-form-question-select .sq-form-question-answer select:focus, .sq-form-question-country .sq-form-question-answer select:focus {
  border: none;
}

.sq-form-question-select .sq-form-question-answer, .sq-form-question-country .sq-form-question-answer {
  border: #a7a7a7 0.0625rem solid;
  height: 2.4375rem;
  padding: 0 0.6875rem 0 0.4375rem;
  width: 100%;
}

@media screen and (min-width: 25.625rem) {
  .sq-form-question-select .sq-form-question-answer, .sq-form-question-country .sq-form-question-answer {
    width: 23.125rem;
  }
}

.sq-form-question-select .sq-form-question-answer:focus, .sq-form-question-country .sq-form-question-answer:focus {
  border: #001b50 0.0625rem solid;
}

.sq-form-question-answer textarea {
  height: 10.0625rem;
  padding: 1.3125rem 1.1875rem 1.3125rem 1.1875rem;
}

.sq-form-question-error .sq-form-field {
  border: #d10003 0.0625rem solid;
}

.sq-form-question-title {
  color: #001b50;
  display: inline-block;
  font-size: 0.875rem;
  margin: 0 0 0.375rem 0;
}

.sq-form-question-title abbr {
  color: #d10003;
  border: none;
}

[type="submit"] {
  background-color: #001b50;
  border: none;
  color: white;
  font-weight: 700;
  height: 3.0625rem;
  width: 6.4375rem;
}

[type="submit"]:hover {
  background-color: #000e2a;
}

/* Module: S */
.c-btn {
  background-color: #001b50;
  border-color: #001b50;
  color: #f4f4f4;
  padding: 0.625rem 0.75rem;
  -webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border-radius: 0.625rem;
  border: 0.1875rem solid transparent;
  display: inline-block;
  margin: 0 1.25rem 1.25rem 0;
  position: relative;
  text-decoration: none;
}

.c-btn:hover {
  background-color: #002979;
  border-color: #002979;
  text-decoration: none !important;
}

.c-btn.c-btn--border:hover {
  color: #001b50;
}

.c-btn.c-btn--border-inverse {
  background-color: #f4f4f4;
  border-color: #001b50;
  color: #001b50;
}

.c-btn.c-btn--border-inverse:hover {
  background-color: #001b50;
  color: #f4f4f4;
}

.c-btn.c-btn--3d {
  box-shadow: 0 0.25rem #000613;
  position: relative;
}

.c-btn.c-btn--3d:hover {
  background-color: #001b50;
  border-color: #001b50;
  box-shadow: 0 0.125rem #000613;
  color: #f4f4f4;
  top: 0.125rem;
}

.c-btn.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #f4f4f4;
  color: #001b50;
}

.c-btn.c-btn--3d:active {
  box-shadow: 0 0 #000613;
  top: 0.25rem;
}

.c-btn.c-btn--disabled {
  cursor: default;
}

.c-btn.c-btn--disabled:hover {
  background-color: #7b7b7b !important;
  border-color: #7b7b7b;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #7b7b7b !important;
}

.c-btn.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #000613;
}

.c-btn--primary {
  background-color: #001b50;
  border-color: #001b50;
  color: #f4f4f4;
  padding: 0.625rem 0.75rem;
}

.c-btn--primary:hover {
  background-color: #002979;
  border-color: #002979;
  text-decoration: none !important;
}

.c-btn--primary.c-btn--border:hover {
  color: #001b50;
}

.c-btn--primary.c-btn--border-inverse {
  background-color: #f4f4f4;
  border-color: #001b50;
  color: #001b50;
}

.c-btn--primary.c-btn--border-inverse:hover {
  background-color: #001b50;
  color: #f4f4f4;
}

.c-btn--primary.c-btn--3d {
  box-shadow: 0 0.25rem #000613;
  position: relative;
}

.c-btn--primary.c-btn--3d:hover {
  background-color: #001b50;
  border-color: #001b50;
  box-shadow: 0 0.125rem #000613;
  color: #f4f4f4;
  top: 0.125rem;
}

.c-btn--primary.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #f4f4f4;
  color: #001b50;
}

.c-btn--primary.c-btn--3d:active {
  box-shadow: 0 0 #000613;
  top: 0.25rem;
}

.c-btn--primary.c-btn--disabled {
  cursor: default;
}

.c-btn--primary.c-btn--disabled:hover {
  background-color: #7b7b7b !important;
  border-color: #7b7b7b;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--primary.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #7b7b7b !important;
}

.c-btn--primary.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #000613;
}

.c-btn--secondary {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #f4f4f4;
  padding: 0.625rem 0.75rem;
}

.c-btn--secondary:hover {
  background-color: #ffc729;
  border-color: #ffc729;
  text-decoration: none !important;
}

.c-btn--secondary.c-btn--border:hover {
  color: #ffbc00;
}

.c-btn--secondary.c-btn--border-inverse {
  background-color: #f4f4f4;
  border-color: #ffbc00;
  color: #ffbc00;
}

.c-btn--secondary.c-btn--border-inverse:hover {
  background-color: #ffbc00;
  color: #f4f4f4;
}

.c-btn--secondary.c-btn--3d {
  box-shadow: 0 0.25rem #c28f00;
  position: relative;
}

.c-btn--secondary.c-btn--3d:hover {
  background-color: #ffbc00;
  border-color: #ffbc00;
  box-shadow: 0 0.125rem #c28f00;
  color: #f4f4f4;
  top: 0.125rem;
}

.c-btn--secondary.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #f4f4f4;
  color: #ffbc00;
}

.c-btn--secondary.c-btn--3d:active {
  box-shadow: 0 0 #c28f00;
  top: 0.25rem;
}

.c-btn--secondary.c-btn--disabled {
  cursor: default;
}

.c-btn--secondary.c-btn--disabled:hover {
  background-color: #7b7b7b !important;
  border-color: #7b7b7b;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--secondary.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #7b7b7b !important;
}

.c-btn--secondary.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #c28f00;
}

.c-btn--warning {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #f4f4f4;
  padding: 0.625rem 0.75rem;
}

.c-btn--warning:hover {
  background-color: #ffc729;
  border-color: #ffc729;
  text-decoration: none !important;
}

.c-btn--warning.c-btn--border:hover {
  color: #ffbc00;
}

.c-btn--warning.c-btn--border-inverse {
  background-color: #f4f4f4;
  border-color: #ffbc00;
  color: #ffbc00;
}

.c-btn--warning.c-btn--border-inverse:hover {
  background-color: #ffbc00;
  color: #f4f4f4;
}

.c-btn--warning.c-btn--3d {
  box-shadow: 0 0.25rem #c28f00;
  position: relative;
}

.c-btn--warning.c-btn--3d:hover {
  background-color: #ffbc00;
  border-color: #ffbc00;
  box-shadow: 0 0.125rem #c28f00;
  color: #f4f4f4;
  top: 0.125rem;
}

.c-btn--warning.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #f4f4f4;
  color: #ffbc00;
}

.c-btn--warning.c-btn--3d:active {
  box-shadow: 0 0 #c28f00;
  top: 0.25rem;
}

.c-btn--warning.c-btn--disabled {
  cursor: default;
}

.c-btn--warning.c-btn--disabled:hover {
  background-color: #7b7b7b !important;
  border-color: #7b7b7b;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--warning.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #7b7b7b !important;
}

.c-btn--warning.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #c28f00;
}

.c-btn--danger {
  background-color: #d10003;
  border-color: #d10003;
  color: #f4f4f4;
  padding: 0.625rem 0.75rem;
}

.c-btn--danger:hover {
  background-color: #fa0004;
  border-color: #fa0004;
  text-decoration: none !important;
}

.c-btn--danger.c-btn--border:hover {
  color: #d10003;
}

.c-btn--danger.c-btn--border-inverse {
  background-color: #f4f4f4;
  border-color: #d10003;
  color: #d10003;
}

.c-btn--danger.c-btn--border-inverse:hover {
  background-color: #d10003;
  color: #f4f4f4;
}

.c-btn--danger.c-btn--3d {
  box-shadow: 0 0.25rem #940002;
  position: relative;
}

.c-btn--danger.c-btn--3d:hover {
  background-color: #d10003;
  border-color: #d10003;
  box-shadow: 0 0.125rem #940002;
  color: #f4f4f4;
  top: 0.125rem;
}

.c-btn--danger.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #f4f4f4;
  color: #d10003;
}

.c-btn--danger.c-btn--3d:active {
  box-shadow: 0 0 #940002;
  top: 0.25rem;
}

.c-btn--danger.c-btn--disabled {
  cursor: default;
}

.c-btn--danger.c-btn--disabled:hover {
  background-color: #7b7b7b !important;
  border-color: #7b7b7b;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--danger.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #7b7b7b !important;
}

.c-btn--danger.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #940002;
}

.c-btn--success {
  background-color: #78a243;
  border-color: #78a243;
  color: #f4f4f4;
  padding: 0.625rem 0.75rem;
}

.c-btn--success:hover {
  background-color: #8dba54;
  border-color: #8dba54;
  text-decoration: none !important;
}

.c-btn--success.c-btn--border:hover {
  color: #78a243;
}

.c-btn--success.c-btn--border-inverse {
  background-color: #f4f4f4;
  border-color: #78a243;
  color: #78a243;
}

.c-btn--success.c-btn--border-inverse:hover {
  background-color: #78a243;
  color: #f4f4f4;
}

.c-btn--success.c-btn--3d {
  box-shadow: 0 0.25rem #587830;
  position: relative;
}

.c-btn--success.c-btn--3d:hover {
  background-color: #78a243;
  border-color: #78a243;
  box-shadow: 0 0.125rem #587830;
  color: #f4f4f4;
  top: 0.125rem;
}

.c-btn--success.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #f4f4f4;
  color: #78a243;
}

.c-btn--success.c-btn--3d:active {
  box-shadow: 0 0 #587830;
  top: 0.25rem;
}

.c-btn--success.c-btn--disabled {
  cursor: default;
}

.c-btn--success.c-btn--disabled:hover {
  background-color: #7b7b7b !important;
  border-color: #7b7b7b;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--success.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #7b7b7b !important;
}

.c-btn--success.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #587830;
}

.c-btn--info {
  background-color: #00335c;
  border-color: #00335c;
  color: #f4f4f4;
  padding: 0.625rem 0.75rem;
}

.c-btn--info:hover {
  background-color: #004a85;
  border-color: #004a85;
  text-decoration: none !important;
}

.c-btn--info.c-btn--border:hover {
  color: #00335c;
}

.c-btn--info.c-btn--border-inverse {
  background-color: #f4f4f4;
  border-color: #00335c;
  color: #00335c;
}

.c-btn--info.c-btn--border-inverse:hover {
  background-color: #00335c;
  color: #f4f4f4;
}

.c-btn--info.c-btn--3d {
  box-shadow: 0 0.25rem #00111f;
  position: relative;
}

.c-btn--info.c-btn--3d:hover {
  background-color: #00335c;
  border-color: #00335c;
  box-shadow: 0 0.125rem #00111f;
  color: #f4f4f4;
  top: 0.125rem;
}

.c-btn--info.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #f4f4f4;
  color: #00335c;
}

.c-btn--info.c-btn--3d:active {
  box-shadow: 0 0 #00111f;
  top: 0.25rem;
}

.c-btn--info.c-btn--disabled {
  cursor: default;
}

.c-btn--info.c-btn--disabled:hover {
  background-color: #7b7b7b !important;
  border-color: #7b7b7b;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--info.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #7b7b7b !important;
}

.c-btn--info.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #00111f;
}

.c-btn--disabled {
  background-color: #7b7b7b;
  border-color: #7b7b7b;
  color: #f4f4f4;
  padding: 0.625rem 0.75rem;
}

.c-btn--disabled:hover {
  background-color: #918e8e;
  border-color: #918e8e;
  text-decoration: none !important;
}

.c-btn--disabled.c-btn--border:hover {
  color: #7b7b7b;
}

.c-btn--disabled.c-btn--border-inverse {
  background-color: #f4f4f4;
  border-color: #7b7b7b;
  color: #7b7b7b;
}

.c-btn--disabled.c-btn--border-inverse:hover {
  background-color: #7b7b7b;
  color: #f4f4f4;
}

.c-btn--disabled.c-btn--3d {
  box-shadow: 0 0.25rem #5d5b5b;
  position: relative;
}

.c-btn--disabled.c-btn--3d:hover {
  background-color: #7b7b7b;
  border-color: #7b7b7b;
  box-shadow: 0 0.125rem #5d5b5b;
  color: #f4f4f4;
  top: 0.125rem;
}

.c-btn--disabled.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #f4f4f4;
  color: #7b7b7b;
}

.c-btn--disabled.c-btn--3d:active {
  box-shadow: 0 0 #5d5b5b;
  top: 0.25rem;
}

.c-btn--disabled.c-btn--disabled {
  cursor: default;
}

.c-btn--disabled.c-btn--disabled:hover {
  background-color: #7b7b7b !important;
  border-color: #7b7b7b;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--disabled.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #7b7b7b !important;
}

.c-btn--disabled.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #5d5b5b;
}

.c-btn--pinkish-grey {
  background-color: #cacaca;
  border-color: #cacaca;
  color: #001b50;
  padding: 0.625rem 0.75rem;
}

.c-btn--pinkish-grey:hover {
  background-color: #dfdede;
  border-color: #dfdede;
  text-decoration: none !important;
}

.c-btn--pinkish-grey.c-btn--border:hover {
  color: #cacaca;
}

.c-btn--pinkish-grey.c-btn--border-inverse {
  background-color: #001b50;
  border-color: #cacaca;
  color: #cacaca;
}

.c-btn--pinkish-grey.c-btn--border-inverse:hover {
  background-color: #cacaca;
  color: #001b50;
}

.c-btn--pinkish-grey.c-btn--3d {
  box-shadow: 0 0.25rem #acabab;
  position: relative;
}

.c-btn--pinkish-grey.c-btn--3d:hover {
  background-color: #cacaca;
  border-color: #cacaca;
  box-shadow: 0 0.125rem #acabab;
  color: #001b50;
  top: 0.125rem;
}

.c-btn--pinkish-grey.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #001b50;
  color: #cacaca;
}

.c-btn--pinkish-grey.c-btn--3d:active {
  box-shadow: 0 0 #acabab;
  top: 0.25rem;
}

.c-btn--pinkish-grey.c-btn--disabled {
  cursor: default;
}

.c-btn--pinkish-grey.c-btn--disabled:hover {
  background-color: #7b7b7b !important;
  border-color: #7b7b7b;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--pinkish-grey.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #7b7b7b !important;
}

.c-btn--pinkish-grey.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #acabab;
}

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

.c-btn--lg {
  padding: 0.75rem 1.25rem;
}

.c-btn--sm {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.5rem 0.625rem;
}

.c-btn--round {
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem;
}

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

/* Module: S */
.c-cssfilter:not(.is-loading) {
  position: relative;
}

.c-cssfilter .c-cssfilter__overlay {
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.c-cssfilter .c-cssfilter__img {
  display: block;
}

.c-cssfilter--dark:not(.is-broken) .c-cssfilter__overlay {
  background: #000;
  opacity: .6;
}

.c-cssfilter--squiz:not(.is-broken) .c-cssfilter__overlay {
  background: linear-gradient(to bottom, transparent 0, #000);
  opacity: .6;
}

.c-cssfilter--1977:not(.is-broken) {
  -webkit-filter: contrast(110%) brightness(110%) saturate(130%);
  filter: contrast(110%) brightness(110%) saturate(130%);
}

.c-cssfilter--1977:not(.is-broken) .c-cssfilter__overlay {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}

.c-cssfilter--aden:not(.is-broken) {
  -webkit-filter: contrast(90%) brightness(120%) saturate(85%) hue-rotate(20deg);
  filter: contrast(90%) brightness(120%) saturate(85%) hue-rotate(20deg);
}

.c-cssfilter--aden:not(.is-broken) .c-cssfilter__overlay {
  background: -webkit-linear-gradient(to right, rgba(66, 10, 14, 0.2) 1, rgba(66, 10, 14, 0));
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2) 1, rgba(66, 10, 14, 0));
}

.c-cssfilter--brooklyn:not(.is-broken) {
  -webkit-filter: contrast(90%) brightness(110%);
  filter: contrast(90%) brightness(110%);
}

.c-cssfilter--brooklyn:not(.is-broken) .c-cssfilter__overlay {
  background: -webkit-radial-gradient(50% 50%, circle closest-corner, rgba(168, 223, 193, 0.4) 1, rgba(183, 196, 200, 0.2));
  background: radial-gradient(50% 50%, circle closest-corner, rgba(168, 223, 193, 0.4) 1, rgba(183, 196, 200, 0.2));
  mix-blend-mode: overlay;
}

.c-cssfilter--earlybird:not(.is-broken) {
  -webkit-filter: contrast(90%) sepia(20%);
  filter: contrast(90%) sepia(20%);
}

.c-cssfilter--earlybird:not(.is-broken) .c-cssfilter__overlay {
  background: -webkit-radial-gradient(50% 50%, circle closest-corner, #d0ba8e 20, rgba(29, 2, 16, 0.2));
  background: radial-gradient(50% 50%, circle closest-corner, #d0ba8e 20, rgba(29, 2, 16, 0.2));
  mix-blend-mode: overlay;
}

.c-cssfilter--gingham:not(.is-broken) {
  -webkit-filter: brightness(105%) hue-rotate(350deg);
  filter: brightness(105%) hue-rotate(350deg);
}

.c-cssfilter--gingham:not(.is-broken) .c-cssfilter__overlay {
  mix-blend-mode: darken;
  background: -webkit-linear-gradient(to right, rgba(66, 10, 14, 0.2) 1, rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2) 1, rgba(0, 0, 0, 0));
}

.c-cssfilter--hudson:not(.is-broken) {
  -webkit-filter: contrast(90%) brightness(120%) saturate(110%);
  filter: contrast(90%) brightness(120%) saturate(110%);
}

.c-cssfilter--hudson:not(.is-broken) .c-cssfilter__overlay {
  opacity: .5;
  background: -webkit-radial-gradient(50% 50%, circle closest-corner, #ffb1a6 50, #342134);
  background: radial-gradient(50% 50%, circle closest-corner, #ffb1a6 50, #342134);
  mix-blend-mode: multiply;
}

.c-cssfilter--inkwell:not(.is-broken) {
  -webkit-filter: contrast(110%) brightness(110%) sepia(30%) grayscale(100%);
  filter: contrast(110%) brightness(110%) sepia(30%) grayscale(100%);
}

.c-cssfilter--inkwell:not(.is-broken) .c-cssfilter__overlay {
  background: rgba(0, 0, 0, 0);
}

.c-cssfilter--lofi:not(.is-broken) {
  -webkit-filter: contrast(150%) saturate(110%);
  filter: contrast(150%) saturate(110%);
}

.c-cssfilter--lofi:not(.is-broken) .c-cssfilter__overlay {
  background: -webkit-radial-gradient(50% 50%, circle closest-corner, rgba(0, 0, 0, 0) 70, #222222);
  background: radial-gradient(50% 50%, circle closest-corner, rgba(0, 0, 0, 0) 70, #222222);
  mix-blend-mode: multiply;
}

.c-cssfilter--perpetua:not(.is-broken) .c-cssfilter__overlay {
  opacity: .5;
  background: -webkit-linear-gradient(to bottom, #005b9a 1, rgba(61, 193, 230, 0));
  background: linear-gradient(to bottom, #005b9a 1, rgba(61, 193, 230, 0));
  mix-blend-mode: soft-light;
}

.c-cssfilter--reyes:not(.is-broken) {
  -webkit-filter: contrast(85%) brightness(110%) saturate(75%) sepia(22%);
  filter: contrast(85%) brightness(110%) saturate(75%) sepia(22%);
}

.c-cssfilter--reyes:not(.is-broken) .c-cssfilter__overlay {
  opacity: .5;
  background: #adcdef;
  mix-blend-mode: soft-light;
}

.c-cssfilter--toaster:not(.is-broken) {
  -webkit-filter: contrast(150%) brightness(90%) saturate(100%);
  filter: contrast(150%) brightness(90%) saturate(100%);
}

.c-cssfilter--toaster:not(.is-broken) .c-cssfilter__overlay {
  opacity: .5;
  background: #adcdef;
  mix-blend-mode: screen;
}

.c-cssfilter--walden:not(.is-broken) {
  -webkit-filter: brightness(110%) saturate(160%) sepia(30%) hue-rotate(350deg);
  filter: brightness(110%) saturate(160%) sepia(30%) hue-rotate(350deg);
}

.c-cssfilter--walden:not(.is-broken) .c-cssfilter__overlay {
  opacity: .3;
  background: #cc4400;
  mix-blend-mode: screen;
}

.c-cssfilter--xpro2:not(.is-broken) {
  -webkit-filter: sepia(30%) brightness(100%) contrast(100%) saturate(100%);
  filter: sepia(30%) brightness(100%) contrast(100%) saturate(100%);
}

.c-cssfilter--xpro2:not(.is-broken) .c-cssfilter__overlay {
  background: #cc4400;
  mix-blend-mode: color-burn;
}

/* Module: S */
.p-decision-tree__btn--back::before, .p-decision-tree__list-container ul > li::after {
  background-image: url(mysource_files/arrow-right-yellow.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  content: '';
  display: block;
  height: 1.25rem;
  margin-top: -0.3125rem;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  width: 0.625rem;
}

.p-decision-tree {
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

.p-decision-tree__btn--back {
  color: #001b50;
  display: block;
  float: left;
  margin-bottom: 0.9375rem;
  padding-left: 1.125rem;
  padding-right: 0.75rem;
  position: relative;
}

.p-decision-tree__btn--back::before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-color: transparent;
  left: 0;
  margin-top: 0;
  right: auto;
  top: -0.125rem;
}

.p-decision-tree__inner {
  white-space: nowrap;
  width: auto;
}

.p-decision-tree__list-container {
  display: inline-block;
  opacity: 1;
  vertical-align: top;
  width: 23.75rem;
}

.p-decision-tree__list-container ul > li {
  background-color: #001b50;
  color: #f4f4f4;
  padding: 0 0.625rem;
  position: relative;
  width: 100%;
}

.p-decision-tree__list-container ul > li a {
  font-size: 12.8px;
  font-size: 0.8rem;
  display: block;
  line-height: 2.625rem;
  width: 100%;
}

.p-decision-tree__list-container ul > li a:hover {
  text-decoration: underline;
}

.p-decision-tree__list-title {
  color: #434343;
  float: left;
  padding-left: 0.75rem;
  position: relative;
}

@media screen and (min-width: 60em) {
  .p-decision-tree__list-title {
    max-width: 16.25rem;
    white-space: normal;
  }
}

.p-decision-tree__list-title:before {
  background-color: #ccc;
  content: '';
  display: block;
  height: 1.875rem;
  position: absolute;
  left: 0;
  top: -0.1875rem;
  width: 0.0625rem;
}

/* Module: S */
.p-hero {
  position: relative;
}

.p-hero .p-info-panel__wrapper .o-col__item {
  margin-bottom: -0.0625rem;
  margin-top: -0.0625rem;
}

.p-hero__inner {
  height: 16.25rem;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 37.5em) {
  .p-hero__inner {
    height: 42.25rem;
  }
}

@media screen and (min-width: 60em) {
  .p-hero__inner {
    height: 41.875rem;
  }
}

.p-hero__img-wrapper {
  z-index: -1;
}

.p-hero__img-wrapper .compat-object-fit-wrapper {
  width: 100% !important;
}

.p-hero__img {
  height: 16.25rem;
  width: 100%;
}

@media screen and (min-width: 37.5em) {
  .s-home .p-hero__img {
    height: 42.25rem;
  }
}

@media screen and (min-width: 60em) {
  .s-home .p-hero__img {
    height: 41.875rem;
  }
}

.parallax .p-hero__img {
  height: 40rem;
}

@media screen and (min-width: 37.5em) {
  .parallax .p-hero__img {
    height: 84.5rem;
  }
}

@media screen and (min-width: 60em) {
  .parallax .p-hero__img {
    height: 83.75rem;
  }
}

.p-hero__content {
  color: #f4f4f4;
  max-width: 43.125rem;
  position: absolute;
  top: 3.75rem;
}

.p-hero__heading {
  color: #f4f4f4;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
}

@media screen and (min-width: 37.5em) {
  .p-hero__heading {
    font-size: 3.875rem;
    font-weight: 500;
    margin-top: 5.125rem;
  }
}

.p-hero--more-svg {
  font-size: 1.125rem;
}

.p-hero--more-svg .e-link--more-svg-icon {
  bottom: 0.1875rem !important;
}

.p-hero__content-bottom {
  margin-top: -1.5625rem;
}

@media screen and (min-width: 37.5em) {
  .p-hero__content-bottom {
    bottom: 4.0625rem;
    margin-top: 0;
    max-width: 75rem;
    position: absolute;
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 60em) {
  .p-hero__content-bottom {
    width: 100%;
  }
}

@media screen and (min-width: 60em) {
  .p-hero__container {
    position: relative;
  }
}

.p-info-panel {
  flex-grow: 1;
}

.p-hero--small .p-hero__inner {
  height: 16.25rem;
}

@media screen and (min-width: 60em) {
  .p-hero--small .p-hero__inner {
    height: 16.25rem;
  }
}

.p-hero--small .p-info-panel--dark {
  background-color: transparent;
}

.p-hero--small .p-info-panel__wrapper .o-col__item {
  margin: 0;
}

.p-hero--small .p-hero__container {
  background-color: #001b50;
  padding: 0;
}

.p-hero--small .p-hero__content {
  bottom: 1.5625rem;
  max-width: none;
  top: auto;
}

.p-hero--small .p-hero__intro {
  color: #ffbc00;
  font-size: 0.875rem;
}

.p-hero--small .p-hero__heading {
  font-size: 1.75rem;
  font-weight: 500;
  margin-top: 0;
}

@media screen and (min-width: 60em) {
  .p-hero--small .p-hero__heading {
    font-size: 3.375rem;
  }
}

.p-hero--small .p-hero__content-bottom {
  margin-top: 0;
  position: static;
}

.p-hero--small .p-info-panel--dark {
  border: 0 !important;
  padding: 0.625rem 0;
}

@media screen and (min-width: 60em) {
  .p-hero--small .p-info-panel--dark {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
}

.p-hero--small .o-col__item:first-of-type .p-info-panel--dark {
  padding-top: 0.9375rem;
}

.p-hero--small .o-col__item:nth-child(2) .p-info-panel--dark {
  padding: 0;
}

@media screen and (min-width: 60em) {
  .p-hero--small .o-col__item:nth-child(2) .p-info-panel--dark {
    padding: 0 1.25rem;
  }
}

.p-hero--small .o-col__item:last-of-type .p-info-panel--dark {
  padding-bottom: 0.9375rem;
}

.p-hero--small .p-info-panel__content {
  align-content: stretch;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}

@media screen and (min-width: 37.5em) {
  .p-hero--small .p-info-panel__content {
    align-items: center;
  }
}

.p-hero--small .p-info-panel__subheading {
  line-height: 1.4;
  margin: 0 0.625rem 0 0;
  width: 40%;
}

@media screen and (min-width: 60em) {
  .p-hero--small .p-info-panel__subheading {
    width: auto;
  }
}

.p-hero--small .p-info-panel__heading {
  font-size: 0.875rem;
  margin: 0;
}

.js .p-hero--animation::before {
  background-color: #4d4d4d;
  content: '';
  height: 100%;
  position: absolute;
  transition: all .3s ease;
  width: 100%;
}

.js .p-hero--animation .p-hero__intro,
.js .p-hero--animation .p-hero__heading,
.js .p-hero--animation .p-hero__more,
.js .p-hero--animation .p-info-panel__wrapper .o-col__item {
  opacity: 0;
  transform: translateY(2.5rem);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
}

.js .p-hero--animation.is-hero-image-loaded::before {
  opacity: 0;
  visibility: hidden;
}

.js .p-hero--animation.is-hero-image-loaded .p-hero__intro,
.js .p-hero--animation.is-hero-image-loaded .p-hero__heading,
.js .p-hero--animation.is-hero-image-loaded .p-hero__more,
.js .p-hero--animation.is-hero-image-loaded .p-info-panel__wrapper .o-col__item {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.js .p-hero--animation.is-hero-image-loaded .p-hero__intro {
  transition-delay: 0;
}

.js .p-hero--animation.is-hero-image-loaded .p-hero__heading {
  transition-delay: 0;
}

.js .p-hero--animation.is-hero-image-loaded.p-hero__small .p-hero__heading {
  transition-delay: .3s;
}

.js .p-hero--animation.is-hero-image-loaded .p-hero__more {
  transition-delay: .3s;
}

.js .p-hero--animation.is-hero-image-loaded .p-info-panel__wrapper .o-col__item:nth-child(1) {
  transition-delay: .8s;
}

.js .p-hero--animation.is-hero-image-loaded .p-info-panel__wrapper .o-col__item:nth-child(2) {
  transition-delay: 1s;
}

.js .p-hero--animation.is-hero-image-loaded .p-info-panel__wrapper .o-col__item:nth-child(3) {
  transition-delay: 1.2s;
}

@media screen and (min-width: 37.5em) {
  .p-hero--small .p-info-panel.p-info-panel--dark {
    padding: 1rem 0 !important;
  }
}

/* Module: S */
hr {
  border: 0;
  border-top: 0.1875rem solid #f4f4f4;
  margin: 2.5rem 0;
}

/* Module: S */
figure {
  max-width: 100%;
}

figure figcaption {
  font-size: 0.875rem;
}

.c-img-caption + figcaption {
  color: #606060;
  font-size: 0.875rem;
}

p > figure:first-child {
  margin-top: 0.3125rem !important;
}

p > img {
  margin-top: 0.3125rem !important;
}

.pull-left {
  margin-right: 3.5rem !important;
}

.pull-right {
  margin-left: 3.5rem !important;
}

/* Module: S */
.p-info-panel__wrapper .o-col__item {
  align-content: stretch;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.p-info-panel {
  align-content: stretch;
  align-items: flex-start;
  color: #001b50;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.p-info-panel h3,
.p-info-panel p {
  margin: 1.125rem 0;
}

.p-info-panel h3:first-child,
.p-info-panel p:first-child {
  margin-top: 0;
}

.p-info-panel h3:last-child,
.p-info-panel p:last-child {
  margin-bottom: 0;
}

.p-info-panel__icon {
  display: none;
}

@media screen and (min-width: 60em) {
  .p-info-panel__icon {
    display: block;
    margin-right: 1.25rem;
  }
}

.p-info-panel__icon {
  padding-top: 0.625rem;
}

.p-info-panel__icon svg {
  font-size: 2.8125rem;
}

.p-info-panel__subheading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.p-info-panel__time {
  background-color: #ffbc00;
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.3125rem;
}

.p-info-panel__time:first-child {
  margin-top: 1.125rem;
}

.p-info-panel__heading {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.03125rem;
  line-height: 1.2;
}

.p-info-panel__heading-link {
  color: #001b50 !important;
  text-decoration: none;
}

.p-info-panel__heading-link .e-link--more-svg-icon {
  bottom: 0.5rem !important;
}

.p-info-panel__heading-link svg {
  color: #001b50 !important;
}

@media screen and (min-width: 60em) {
  .p-hero--more-svg svg {
    padding-bottom: 0 !important;
  }
}

.p-info-panel__label a {
  background-color: #a7a7a7;
  border-radius: 1.25rem;
  color: #f4f4f4;
  display: inline-block;
  font-size: 0.75rem;
  margin-top: 0 !important;
  padding: 0.3125rem 0.9375rem;
  text-decoration: none !important;
  transition: background-color .3s;
}

.p-info-panel__label a:hover {
  background-color: #c1c1c1;
}

.p-info-panel__info {
  font-size: 0.75rem;
}

/* Module: S */
.e-link--no-underline {
  text-decoration: none;
}

.e-link--no-underline::before {
  content: none !important;
}

.header-example {
  background-color: #999;
  padding: 1.875rem 0;
}

.nav-example {
  background-color: #666;
  padding: 0.625rem 0;
}

.footer-example {
  background-color: #ccc;
  padding: 1.25rem 0;
}

a {
  color: #001b50;
}

a:hover {
  text-decoration: underline;
}

a.e-link--underline {
  color: currentColor;
  position: relative;
  text-decoration: none;
}

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

a.e-link--underline:hover::before {
  background-color: currentColor;
  content: '';
  width: 100%;
}

a.e-link--reveal {
  color: #393939;
  font-weight: 700;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
}

a.e-link--reveal::before {
  color: #ffbc00;
  content: attr(data-hover);
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

a.e-link--reveal:hover::before, a.e-link--reveal:focus::before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

a.e-link--more-css {
  color: #a7a7a7;
  position: relative;
  text-decoration: none;
}

a.e-link--more-css::before {
  -webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #a7a7a7;
  bottom: 0;
  content: '';
  height: 0.0625rem;
  position: absolute;
  width: .0001%;
}

a.e-link--more-css:hover::before {
  background-color: #a7a7a7;
  content: '';
  width: 100%;
}

a.e-link--more-css::after {
  background-image: url("mysource_files/arrow-right.html");
  background-repeat: no-repeat;
  background-size: 1.2;
  content: '';
  height: 12px;
  margin-top: -6px;
  position: absolute;
  right: -15px;
  top: 50%;
  transition: transform .3s;
  width: 12px;
}

a.e-link--more-css:hover::after {
  transform: translateX(5px);
}

a.e-link--more-svg {
  color: #a7a7a7;
  position: relative;
  text-decoration: none;
}

a.e-link--more-svg::before {
  -webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #a7a7a7;
  bottom: 0;
  content: '';
  height: 0.0625rem;
  position: absolute;
  width: .0001%;
}

a.e-link--more-svg:hover::before {
  background-color: #a7a7a7;
  content: '';
  width: 100%;
}

a.e-link--more-svg .e-link--more-svg-icon {
  bottom: 0.1875rem;
  display: inline-block;
  line-height: 0;
  position: absolute;
  right: -1.25rem;
  transition: transform .3s;
}

a.e-link--more-svg:hover .e-link--more-svg-icon {
  transform: translateX(5px);
}

a.e-link--more-svg svg {
  color: #a7a7a7;
  font-size: 0.75rem;
}

.header-example a {
  color: currentColor;
  position: relative;
  text-decoration: none;
}

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

.header-example a:hover::before {
  background-color: currentColor;
  content: '';
  width: 100%;
}

.nav-example a {
  color: #393939;
  font-weight: 700;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
}

.nav-example a::before {
  color: #ffbc00;
  content: attr(data-hover);
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.nav-example a:hover::before, .nav-example a:focus::before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

.footer-example a {
  color: #a7a7a7;
  position: relative;
  text-decoration: none;
}

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

.footer-example a:hover::before {
  background-color: #a7a7a7;
  content: '';
  width: 100%;
}

a.p-hero--more-svg {
  color: #ffbc00;
  position: relative;
  text-decoration: none;
}

a.p-hero--more-svg::before {
  -webkit-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #ffbc00;
  bottom: 0;
  content: '';
  height: 0.0625rem;
  position: absolute;
  width: .0001%;
}

a.p-hero--more-svg:hover::before {
  background-color: #ffbc00;
  content: '';
  width: 100%;
}

a.p-hero--more-svg .e-link--more-svg-icon {
  bottom: 0.1875rem;
  display: inline-block;
  line-height: 0;
  position: absolute;
  right: -1.25rem;
  transition: transform .3s;
}

a.p-hero--more-svg:hover .e-link--more-svg-icon {
  transform: translateX(5px);
}

a.p-hero--more-svg svg {
  color: #ffbc00;
  font-size: 0.75rem;
}

/* Module: S */
/**
  * This module doesn't use any extra class to control the style
  * Breakpoint could be reset based on project
  **/
ol,
ul {
  margin-bottom: 3.4375rem;
  padding-left: 1.25rem;
}

ol li,
ul li {
  margin-bottom: 0.625rem;
  position: relative;
}

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

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

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

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: -1.25rem;
}

ul li {
  position: relative;
}

ul li::before {
  background-image: url("mysource_files/ico-bullet.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  height: 0.5625rem;
  top: 0.5rem;
  width: 0.5625rem;
}

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;
}

ol[type="i"] {
  counter-reset: listStyle;
}

ol[type="i"] > li::before {
  content: counter(listStyle, lower-roman) ".";
  counter-increment: listStyle;
}

ol[type="a"] {
  counter-reset: listStyle;
}

ol[type="a"] > li::before {
  content: counter(listStyle, lower-alpha) ".";
  counter-increment: listStyle;
}

/* Module: S */
#feedback-survey-trigger {
  visibility: hidden;
}

#lightbox-feedback-survey {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-color: #f4f4f4;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 31.25rem;
  padding: 1.5625rem;
}

#feedback-survey-data ul li:before {
  background-image: none;
}

#feedback-survey-data ul {
  padding-left: 0;
  padding-bottom: 1.5rem;
}

#feedback-survey-data fieldset {
  border: none;
  padding: 0.75em 0;
}

#feedback-survey-data .sq-form-question-title {
  font-size: 1.25rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

#feedback-survey-data .sq-form-errors-message {
  color: #d10003;
}

#feedback-survey-data ul.tab-control__list li {
  display: inline-block;
  padding-right: 0.625rem;
}

/* Module: S */
table {
  min-width: 31.25rem;
}

.e-tbl__wrapper {
  position: relative;
}

.e-tbl__wrapper::after {
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-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);
  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;
  visibility: visible;
  width: 30%;
}

.e-tbl__wrapper.is-end::after {
  opacity: 0;
  visibility: hidden;
}

.e-tbl__caption {
  text-align: center;
}

.e-tbl__inner {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  position: relative;
}

.e-tbl__inner > table {
  margin: 0 0 1rem;
}

.no-tbl-scrollable {
  min-width: inherit;
}

/* Module: S */
.c-icon {
  fill: currentColor;
  height: 1em;
  overflow: hidden;
  vertical-align: -.15em;
  width: 1em;
}

@media screen and (min-width: 60em) {
  .c-icon {
    padding-bottom: 0.625rem;
  }
}

.c-section-nav {
  background-color: #f4f4f4;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 37.5em) {
  .c-section-nav {
    padding-bottom: 0.0625rem;
  }
}

@media screen and (min-width: 60em) {
  .c-section-nav {
    position: relative;
  }
}

.c-section-nav__title {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #e4e4e4;
  color: #001b50;
  display: block;
  font-weight: 700;
  position: relative;
  transition: background-color .3s ease;
  width: 100%;
}

@media screen and (min-width: 60em) {
  .c-section-nav__title {
    display: block;
  }
}

.c-section-nav__title:hover {
  background-color: #cbcbcb;
  text-decoration: none;
}

.c-section-nav__title a:first-child {
  display: block;
  padding: 1.375rem 1.375rem;
}

.c-section-nav__title a:last-child {
  border: 0.125rem solid #f4f4f4;
  margin-top: -0.75rem;
  padding: 0 0.3125rem;
  position: absolute;
  right: 0rem;
  padding: 20px 25px;
  top: 22%;
  transform: rotate(0deg);
}

@media screen and (min-width: 60em) {
  .c-section-nav__title a:last-child {
    display: none;
  }
}

h2.c-section-nav__title {
  font-family: "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 1.375rem;
  line-height: 1.5rem;
}

.is-windows.is-firefox h2.c-section-nav__title {
  font-family: "Arial", sans-serif;
}

.c-section-nav__heading {
  position: relative;
  margin: 0;
  background-color: #f4f4f4;
}

.c-section-nav__btn {
  background-color: transparent;
  border: 0;
  color: #000;
  display: inline-block;
  text-align: left;
  font-weight: 500;
  transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  padding: 0;
}

.c-section-nav__btn {
  font-size: 16px;
  font-size: 1rem;
  border-left: 0.3125rem #f4f4f4 solid;
  color: #001b50;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0.9375rem 3.375rem 0.9375rem 1.25rem;
  position: relative;
  transition: all .3s ease;
}

.c-section-nav.is-expanded .c-section-nav__btn {
  padding: 0.9375rem 1.25rem;
}

@media screen and (min-width: 60em) {
  .c-section-nav__btn {
    padding: 0.9375rem 1.25rem;
  }
}

.is-current .c-section-nav__btn, .c-section-nav__btn:hover {
  border-left: 0.3125rem solid rgba(1, 21, 73, 0.4);
  color: rgba(1, 21, 73, 0.4);
  text-decoration: none;
}

.c-section-nav__icon-wrapper {
  display: none;
}

@media screen and (min-width: 60em) {
  .c-section-nav__icon-wrapper {
    display: none;
  }
}

.c-section-nav__icon {
  width: 0.875rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -1.125rem;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.is-section-nav-active .c-section-nav__icon {
  transform: rotate(180deg);
}

.c-section-nav__content {
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff;
  color: #222;
  line-height: 1.5rem;
  padding: 0.625rem 1.25rem;
}

.js-close-section-nav {
  opacity: 1;
  transform: rotate(0);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  visibility: visible;
  border: none !important;
}

.c-section-nav.is-expanded .js-close-section-nav {
  transform: rotate(180deg);
}

.c-section-nav__item {
  display: none;
}

.c-section-nav__item.is-current {
  position: relative;
}

.c-section-nav__item.is-current::after {
  background-image: url("mysource_files/arrow-down-blue.svg");
  content: '';
  height: 0.4375rem;
  margin-top: -0.1875rem;
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  transform: scale(1.5);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  width: 0.75rem;
}

.c-section-nav.is-expanded .c-section-nav__item.is-current::after {
  opacity: 0;
  transform: rotate(180deg);
  visibility: hidden;
}

@media screen and (min-width: 60em) {
  .c-section-nav__item.is-current::after {
    display: none;
  }
}

@media screen and (min-width: 60em) {
  .c-section-nav__item {
    display: block;
  }
}

/* Module: S */
/* 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;
}

.c-carousel--default-theme .slick-arrow, .c-carousel--default-theme .slick-dots button {
  -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-carousel {
  position: relative;
  width: 100%;
}

.c-carousel__img-wrapper {
  display: block;
  width: 100%;
}

.slick-slide {
  outline: none;
}

/* Module: S */
.c-media-object__body {
  overflow: hidden;
}

.p-social__list {
  overflow: hidden;
}

.p-social__item {
  position: relative;
}

.p-social__box {
  padding: 1.25rem;
}

.p-social--fixed-height .p-social__box {
  height: 100%;
}

.p-social--has-shadow .p-social__box {
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.3125rem 0 #a7a7a7;
  -moz-box-shadow: 0.0625rem 0.0625rem 0.3125rem 0 #a7a7a7;
  box-shadow: 0.0625rem 0.0625rem 0.3125rem 0 #a7a7a7;
}

.p-social__link {
  vertical-align: middle;
  width: 100%;
}

.p-social__link-profile {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}

.p-social__img {
  display: block;
  height: 12.5rem;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.p-social--img-layout .p-social__img {
  height: 18.75rem;
}

.p-social__title-box {
  padding-left: 0.625rem;
}

.p-social__title {
  color: #001b50;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.1875rem;
}

.p-social__subtitle {
  color: #001b50;
  font-size: 0.875rem;
  line-height: 1.2;
  margin: 0.1875rem 0;
}

.p-social__timestamp {
  color: #a7a7a7;
  display: block;
  font-size: 0.75rem;
  line-height: 1.2;
}

.p-social--img-layout .p-social__ctrl-list {
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  bottom: -1.875rem;
  left: 0;
  margin: 0 auto;
  padding: 0.125rem 0.625rem;
  position: absolute;
  right: 0;
  width: 100%;
}

.p-social--img-layout .p-social__ctrl-list:hover, .p-social--img-layout
.p-social__item:hover .p-social__ctrl-list {
  -webkit-transform: translateY(-1.875rem);
  -ms-transform: translateY(-1.875rem);
  transform: translateY(-1.875rem);
}

.p-social__ctrl-item {
  display: inline-block;
}

.p-social--img-layout .p-social__ctrl-item {
  min-width: 1.5rem;
  width: 10%;
}

.p-social__ctrl-link {
  display: block;
}

.p-social__instagram .p-social__ctrl-link {
  text-align: center;
}

.p-social__icon {
  display: inline-block;
}

.p-social__content {
  color: #a7a7a7;
}

body {
  background-color: #fff;
}

.o-page-wrapper {
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}

.is-menu-open .o-page-wrapper {
  max-height: 100vh;
}

.o-page-container {
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.is-menu-open .o-page-container {
  transform: translateX(-100%);
}

.o-layout {
  padding-bottom: 0rem;
  padding-top: 1.625rem;
}

@media screen and (min-width: 60em) {
  .o-layout {
    padding-top: 3.75rem;
  }
}

.s-home .o-layout {
  padding-top: 0;
}

@media screen and (min-width: 60em) {
  .s-news-details .o-layout {
    padding-top: 2.5rem;
  }
}

.o-content {
  padding-bottom: 3.75rem;
}

@media screen and (min-width: 60em) {
  .o-content {
    padding-bottom: 6.25rem;
  }
}

.o-aside {
  min-height: 5rem;
  position: relative;
}

@media screen and (min-width: 60em) {
  .o-aside {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.o-aside-hidden {
  display: none;
}

.t-bg--primary {
  background-color: #001b50 !important;
}

.t-bg--white-three {
  background-color: #f4f4f4 !important;
}

.t-bg--grey-light {
  background-color: #f5f5f5 !important;
}

.u-align-right {
  text-align: right !important;
}

.u-no-margin-top {
  margin-top: 0 !important;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("mysource_files/helveticaneue.woff") format("woff"), url("mysource_files/helveticaneue.ttf") format("truetype");
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url("mysource_files/helveticaneue.eot") format("eot"), url("mysource_files/helveticaneue.ttf") format("truetype");
}

@font-face {
  font-family: 'Helvetica Neue Bold';
  src: url("mysource_files/helveticaneuebold.woff") format("woff"), url("mysource_files/helveticaneuebold.ttf") format("truetype");
}

@font-face {
  font-family: 'Helvetica Neue Bold';
  src: url("mysource_files/helveticaneuebold.eot") format("eot"), url("mysource_files/helveticaneuebold.ttf") format("truetype");
}

@font-face {
  font-family: 'Helvetica Neue Light';
  src: url("mysource_files/helveticaneuelight.woff") format("woff"), url("mysource_files/helveticaneuelight.ttf") format("truetype");
}

@font-face {
  font-family: 'Helvetica Neue Light';
  src: url("mysource_files/helveticaneuelight.eot") format("eot"), url("mysource_files/helveticaneuelight.ttf") format("truetype");
}

@font-face {
  font-family: 'Helvetica Neue Medium';
  src: url("mysource_files/helveticaneuemedium.woff") format("woff"), url("mysource_files/helveticaneuemedium.ttf") format("truetype");
}

@font-face {
  font-family: 'Helvetica Neue Medium';
  src: url("mysource_files/helveticaneuemedium.eot") format("eot"), url("mysource_files/helveticaneuemedium.ttf") format("truetype");
}

p {
  color: #494949;
}

.u-font-primary {
  color: #001b50 !important;
}

.u-font--pure-white {
  color: #fff;
}

.c-accordion {
  border-left: none;
  border-right: none;
}

.c-accordion__item::after {
  background-image: url("mysource_files/arrow-down-blue.svg");
  content: '';
  height: 0.5625rem;
  top: 1.75rem !important;
  width: 1rem;
}

.c-accordion__title {
  background-color: transparent;
  font-size: 1.125rem;
  height: auto;
  padding: 0.625rem 0;
}

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

[type="checkbox"] + label:hover,
[type="radio"] + label:hover {
  cursor: pointer;
}

.c-btn[role="button"] {
  font-family: "Helvetica Neue Bold", sans-serif;
}

.c-btn--no-margin {
  margin: 0;
}

.c-btn--12 {
  font-size: 0.75rem;
}

.c-btn--viewall {
  padding: 0 0.9375rem;
}

@media screen and (min-width: 60em) {
  .c-btn--viewall {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 0.875rem;
    margin-top: 0.625rem;
    padding: 0.375rem 0.9375rem;
    text-transform: uppercase;
  }
}

.p-hero__content-bottom {
  position: relative;
}

@media screen and (min-width: 37.5em) {
  .p-hero__content-bottom {
    margin-top: -12.1875rem;
  }
}

.p-hero__content-bottom::before, .p-hero__content-bottom::after {
  background-color: #f4f4f4;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 1.5625rem;
  width: 200%;
  z-index: -1;
}

@media screen and (min-width: 37.5em) {
  .p-hero__content-bottom::before, .p-hero__content-bottom::after {
    content: none;
  }
}

.p-hero--small .p-hero__content-bottom::before, .p-hero--small .p-hero__content-bottom::after {
  display: none;
}

.p-hero__content-bottom::after {
  right: -100%;
}

@media screen and (min-width: 37.5em) {
  .p-hero__content-bottom {
    width: 100%;
  }
}

@media screen and (min-width: 37.5em) {
  .p-hero--small .p-info-panel__subheading {
    font-size: 0.875rem !important;
  }
}

@media screen and (min-width: 37.5em) {
  .p-hero--small .p-info-panel__heading {
    font-size: 1rem;
  }
}

@media screen and (min-width: 60em) {
  .p-hero--small .p-info-panel__heading {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 60em) {
  .p-hero--small .p-info-panel.p-info-panel--dark {
    padding: 1.5rem 0 !important;
  }
}

@media screen and (min-width: 60em) {
  .p-hero--small .p-info-panel__content .p-info-panel__subheading {
    width: 60% !important;
  }
}

.p-info-panel--dark {
  background-color: #001b50;
  border-top: 0.0625rem solid #002c83;
  color: #f4f4f4;
  padding: 1.125rem;
}

@media screen and (min-width: 37.5em) {
  .p-info-panel--dark {
    border-left: 0.0625rem solid #002c83;
    border-top: 0;
    padding: 1.5625rem 1.875rem;
  }
}

.o-col__item:first-child .p-info-panel--dark {
  border-left: 0;
  border-top: 0;
}

.p-info-panel--dark .p-info-panel__heading {
  color: #ffbc00 !important;
}

.p-info-panel--dark .p-info-panel__heading-link {
  color: #ffbc00 !important;
}

.p-info-panel--dark .p-info-panel__heading-link svg {
  color: #ffbc00 !important;
}

.p-info-panel--dark .p-info-panel__subheading,
.p-info-panel--dark .p-info-panel__info {
  color: #f4f4f4;
}

@media screen and (min-width: 37.5em) {
  .p-hero .p-info-panel__content {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 60em) {
  .p-hero .p-info-panel__content {
    flex-wrap: nowrap;
  }
}

.p-hero .p-info-panel__content .p-info-panel__subheading,
.p-hero .p-info-panel__content .p-info-panel__heading {
  width: 100%;
}

.p-info-panel__content p,
.p-info-panel__content h3 {
  margin: 10px 0;
}

.p-decision-tree__content-block p a {
  color: #001b50 !important;
}

.p-decision-tree__content-block p a:hover {
  text-decoration: underline;
}

a::before {
  background-color: currentColor;
}

a.e-link--more-svg {
  color: #ffbc00;
  position: relative;
  text-decoration: none;
}

a.e-link--more-svg::before {
  -webkit-transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #ffbc00;
  bottom: 0;
  content: '';
  height: 0.0625rem;
  position: absolute;
  width: .0001%;
}

a.e-link--more-svg:hover::before {
  background-color: #ffbc00;
  content: '';
  width: 100%;
}

a.e-link--more-svg .e-link--more-svg-icon {
  bottom: 0.1875rem;
  display: inline-block;
  line-height: 0;
  position: absolute;
  right: -1.25rem;
  transition: transform .3s;
}

a.e-link--more-svg:hover .e-link--more-svg-icon {
  transform: translateX(5px);
}

a.e-link--more-svg svg {
  color: #ffbc00;
  font-size: 0.75rem;
}

.p-info-panel a,
.p-decision-tree a,
.p-nav__submenu a, a.breadcrumbs__link, a.p-nav__menu-link {
  color: currentColor;
}

a.p-topnav__link, a.p-nav__menu-link, a.p-quicklinks__link, a.p-footer__menu-link, a.p-contact__list-link, a.p-social__link,
.p-info-panel a,
.p-card a,
.u-list-yellow a,
.o-aside a,
.p-decision-tree a,
.p-nav__submenu-outer a {
  text-decoration: none;
}

.u-list-yellow li::before {
  background-image: url("mysource_files/arrow-right-yellow.svg") !important;
}

.u-list-yellow a:hover {
  text-decoration: underline;
}

th,
td {
  padding: 1.5rem 1.25rem;
  text-align: left;
  vertical-align: top;
}

th {
  background-color: transparent;
  color: #001b50;
}

td {
  border: 0;
  color: currentColor;
}

table caption,
.e-tbl__caption {
  font-size: 0.75rem;
  font-style: italic;
}

th {
  background-color: #f4f4f4;
}

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

.e-tbl--pure-black th {
  background-color: #000;
}

.e-tbl--pure-black tbody tr {
  border-bottom: 0.0625rem solid #000;
}

.e-tbl--black th {
  background-color: #393939;
}

.e-tbl--black tbody tr {
  border-bottom: 0.0625rem solid #393939;
}

.e-tbl--almost-black th {
  background-color: #0c1921;
}

.e-tbl--almost-black tbody tr {
  border-bottom: 0.0625rem solid #0c1921;
}

.e-tbl--black-12 th {
  background-color: rgba(0, 0, 0, 0.12);
}

.e-tbl--black-12 tbody tr {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.12);
}

.e-tbl--brownish-grey th {
  background-color: #606060;
}

.e-tbl--brownish-grey tbody tr {
  border-bottom: 0.0625rem solid #606060;
}

.e-tbl--brownish-grey-two th {
  background-color: #606060;
}

.e-tbl--brownish-grey-two tbody tr {
  border-bottom: 0.0625rem solid #606060;
}

.e-tbl--dark-sky-blue th {
  background-color: #1ea3e1;
}

.e-tbl--dark-sky-blue tbody tr {
  border-bottom: 0.0625rem solid #1ea3e1;
}

.e-tbl--dark-sky-blue-two th {
  background-color: #3ba6de;
}

.e-tbl--dark-sky-blue-two tbody tr {
  border-bottom: 0.0625rem solid #3ba6de;
}

.e-tbl--dark-sky-blue-three th {
  background-color: #2aa4e0;
}

.e-tbl--dark-sky-blue-three tbody tr {
  border-bottom: 0.0625rem solid #2aa4e0;
}

.e-tbl--greyish th {
  background-color: #a7a7a7;
}

.e-tbl--greyish tbody tr {
  border-bottom: 0.0625rem solid #a7a7a7;
}

.e-tbl--greyish-brown th {
  background-color: #494949;
}

.e-tbl--greyish-brown tbody tr {
  border-bottom: 0.0625rem solid #494949;
}

.e-tbl--hot-pink th {
  background-color: #f10082;
}

.e-tbl--hot-pink tbody tr {
  border-bottom: 0.0625rem solid #f10082;
}

.e-tbl--light-blue th {
  background-color: #7ed5f9;
}

.e-tbl--light-blue tbody tr {
  border-bottom: 0.0625rem solid #7ed5f9;
}

.e-tbl--marigold th {
  background-color: #ffbc00;
}

.e-tbl--marigold tbody tr {
  border-bottom: 0.0625rem solid #ffbc00;
}

.e-tbl--marine th {
  background-color: #02345b;
}

.e-tbl--marine tbody tr {
  border-bottom: 0.0625rem solid #02345b;
}

.e-tbl--marine-blue th {
  background-color: #00335c;
}

.e-tbl--marine-blue tbody tr {
  border-bottom: 0.0625rem solid #00335c;
}

.e-tbl--marine-blue-two th {
  background-color: #00345d;
}

.e-tbl--marine-blue-two tbody tr {
  border-bottom: 0.0625rem solid #00345d;
}

.e-tbl--navy-blue th {
  background-color: #001b50;
}

.e-tbl--navy-blue tbody tr {
  border-bottom: 0.0625rem solid #001b50;
}

.e-tbl--nasty-green th {
  background-color: #78a243;
}

.e-tbl--nasty-green tbody tr {
  border-bottom: 0.0625rem solid #78a243;
}

.e-tbl--pinkish-grey th {
  background-color: #cacaca;
}

.e-tbl--pinkish-grey tbody tr {
  border-bottom: 0.0625rem solid #cacaca;
}

.e-tbl--strong-pink th {
  background-color: #f20e89;
}

.e-tbl--strong-pink tbody tr {
  border-bottom: 0.0625rem solid #f20e89;
}

.e-tbl--warm-grey th {
  background-color: #7a7a7a;
}

.e-tbl--warm-grey tbody tr {
  border-bottom: 0.0625rem solid #7a7a7a;
}

.e-tbl--white th {
  background-color: #f4f4f4;
}

.e-tbl--white tbody tr {
  border-bottom: 0.0625rem solid #f4f4f4;
}

.e-tbl--white-two th {
  background-color: #e4e4e4;
}

.e-tbl--white-two tbody tr {
  border-bottom: 0.0625rem solid #e4e4e4;
}

.e-tbl--white-pure th {
  background-color: #fff;
}

.e-tbl--white-pure tbody tr {
  border-bottom: 0.0625rem solid #fff;
}

.e-tbl--white-five th {
  background-color: #eee;
}

.e-tbl--white-five tbody tr {
  border-bottom: 0.0625rem solid #eee;
}

.e-tbl--blue th {
  background-color: #009ee0;
}

.e-tbl--blue tbody tr {
  border-bottom: 0.0625rem solid #009ee0;
}

.e-tbl--blue th {
  color: #fff;
}

.e-tbl--green th {
  background-color: #78a243;
}

.e-tbl--green tbody tr {
  border-bottom: 0.0625rem solid #78a243;
}

.e-tbl--green th {
  color: #fff;
}

.e-tbl--light-grey th {
  background-color: #f4f4f4;
}

.e-tbl--light-grey tbody tr {
  border-bottom: 0.0625rem solid #f4f4f4;
}

.e-tbl--navy th {
  background-color: #00345d;
}

.e-tbl--navy tbody tr {
  border-bottom: 0.0625rem solid #00345d;
}

.e-tbl--navy th {
  color: #fff;
}

.e-tbl--pink th {
  background-color: #f20e89;
}

.e-tbl--pink tbody tr {
  border-bottom: 0.0625rem solid #f20e89;
}

.e-tbl--primary-color th {
  background-color: #001b50;
}

.e-tbl--primary-color tbody tr {
  border-bottom: 0.0625rem solid #001b50;
}

.e-tbl--secondary-color th {
  background-color: #ffbc00;
}

.e-tbl--secondary-color tbody tr {
  border-bottom: 0.0625rem solid #ffbc00;
}

.e-tbl--tertiary-color th {
  background-color: #a7a7a7;
}

.e-tbl--tertiary-color tbody tr {
  border-bottom: 0.0625rem solid #a7a7a7;
}

@media screen and (min-width: 60em) {
  .c-section-nav__item:not(.is-current) {
    display: block;
  }
}

.c-section-nav__btn {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .c-section-nav__icon {
    margin-top: -1.1875rem;
  }
}

@media screen and (min-width: 60em) {
  .c-section-nav__icon {
    display: none;
  }
}

.c-carousel--default-theme .c-carousel__box {
  margin: 0.625rem;
  position: relative;
}

.c-carousel--default-theme .c-carousel__box img {
  height: 18.75rem;
  width: 100%;
}

.c-carousel--default-theme .c-carousel__list:not(.js-carousel) .c-carousel__box {
  margin: 0;
}

.c-carousel--default-theme .slick-arrow {
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-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);
  outline: none;
  padding: 0;
  position: absolute;
  top: 10.3125rem;
  z-index: 1;
}

.c-carousel--default-theme .slick-arrow::before {
  background-color: transparent;
  color: #7a7a7a;
  display: block;
  font-size: 3rem;
  height: 1.875rem;
  width: 1.875rem;
  position: absolute;
  border-style: solid;
  border-width: 0.125rem;
  border-color: #7a7a7a;
}

.c-carousel--default-theme .slick-prev,
.c-carousel--default-theme .slick-next {
  background-color: transparent;
  border: 0;
  display: none !important;
}

@media screen and (min-width: 60em) {
  .c-carousel--default-theme .slick-prev,
  .c-carousel--default-theme .slick-next {
    display: block !important;
  }
}

.c-carousel--default-theme .slick-prev::before,
.c-carousel--default-theme .slick-next::before {
  background-image: url("mysource_files/arrow-down-blue.svg");
  border: 0;
  content: '';
  height: 1rem;
  position: absolute;
  width: 1.75rem;
}

.c-carousel--default-theme .slick-prev {
  left: -1.75rem;
  margin-top: -1.25rem;
}

.c-carousel--default-theme .slick-prev::before {
  transform: rotate(90deg);
}

.c-carousel--default-theme .slick-next {
  margin-top: -1.25rem;
  right: 0;
}

.c-carousel--default-theme .slick-next::before {
  transform: rotate(-90deg);
}

.c-carousel--default-theme .slick-dots {
  text-align: center;
}

.c-carousel--default-theme .slick-dots li {
  display: inline-block;
  font-size: 0;
  line-height: 1;
}

.c-carousel--default-theme .slick-dots button {
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-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: #a7a7a7;
  border-radius: 50%;
  border-width: 0;
  font-size: 0rem;
  height: 0.875rem;
  line-height: 1;
  margin: 0.125rem 0.4375rem;
  padding: 0;
  width: 0.875rem;
}

.c-carousel--default-theme .slick-dots .slick-active button {
  background-color: #001b50;
}

.c-carousel--default-theme.c-carousel--txt-inside .c-carousel__content {
  color: #f4f4f4;
}

.c-carousel--default-theme.c-carousel--txt-inside .p-info-panel__time {
  color: #393939;
}

.c-carousel--txt-inside .c-carousel__content {
  left: 0;
  padding: 1rem;
  position: absolute;
  top: 0;
}

.c-carousel--txt-inside .c-cssfilter .c-cssfilter__overlay {
  z-index: 0;
}

.c-carousel--txt-inside .slick-arrow {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.c-carousel__img-wrapper {
  background-color: #001b50;
  height: 16.875rem;
}

.c-carousel__heading {
  bottom: 0;
  color: #f4f4f4;
  font-family: "Helvetica Neue Medium", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin: 1.25rem 1.5625rem;
  position: absolute;
  z-index: 10;
}

.c-carousel__heading span {
  transition: all .3s ease;
}

.c-carousel__heading span::after {
  background-image: url("mysource_files/arrow-right-yellow.svg");
  bottom: 0.5rem;
  content: '';
  height: 0.5625rem;
  margin-left: 0.625rem;
  position: absolute;
  transition: transform .3s ease;
  width: 0.3125rem;
}

.c-carousel__img-wrapper:hover .c-carousel__heading span::after {
  transform: translateX(0.3125rem);
}

.c-carousel--simple-theme .c-carousel__heading {
  font-size: 1.5rem;
  line-height: 2rem;
}

.c-carousel--simple-theme .c-carousel__heading span::after {
  content: none;
}

.c-carousel--simple-theme .c-carousel__heading small {
  display: block;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: 1.0625rem;
}

.c-carousel--simple-theme .c-carousel__img-wrapper:hover .c-carousel__heading span {
  color: #ffbc00;
}

.c-carousel__box .compat-object-fit-wrapper {
  height: 16.875rem !important;
}

.p-social--default-theme .p-social__ctrl-link {
  color: #f4f4f4;
}

.p-social--default-theme .p-social__ctrl-link:focus .p-social__icon--like, .p-social--default-theme .p-social__ctrl-link:hover .p-social__icon--like {
  color: #f10082;
}

.p-social--default-theme .p-social__ctrl-link:focus .p-social__icon--share, .p-social--default-theme .p-social__ctrl-link:hover .p-social__icon--share {
  color: #02345b;
}

.p-social--default-theme .p-social__icon {
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.p-social__ctrl-link:focus .p-social--default-theme .p-social__icon.p-social__icon--like,
.p-social__ctrl-link:hover .p-social--default-theme .p-social__icon.p-social__icon--like {
  color: #f10082;
}

.p-social__ctrl-link:focus .p-social--default-theme .p-social__icon.p-social__icon--share,
.p-social__ctrl-link:hover .p-social--default-theme .p-social__icon.p-social__icon--share {
  color: #02345b;
}

.p-social--img-layout .p-social__img {
  height: 8.125rem;
  margin-bottom: 0.875rem;
  padding-left: 0.4375rem;
}

@media screen and (min-width: 37.5em) {
  .p-social--img-layout .p-social__img {
    height: 11.25rem;
    margin-bottom: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 60em) {
  .p-social--img-layout .p-social__img {
    height: 14.75rem;
  }
}

.p-social--img-layout li:nth-child(odd) .p-social__img {
  padding-left: 0;
  padding-right: 0.4375rem;
}

@media screen and (min-width: 37.5em) {
  .p-social--img-layout li:nth-child(odd) .p-social__img {
    padding-right: 0;
  }
}

@media screen and (min-width: 37.5em) {
  .p-social--img-layout li:last-of-type {
    display: none;
  }
}

@media screen and (min-width: 60em) {
  .p-social--img-layout li:last-of-type {
    display: block;
  }
}

@media screen and (min-width: 37.5em) {
  .p-social__item {
    max-width: 25%;
    min-width: 25%;
  }
}

@media screen and (min-width: 60em) {
  .p-social__item {
    max-width: 20%;
    min-width: 20%;
  }
}

.p-socialmedia {
  margin-top: 3.75rem;
}

@media screen and (min-width: 60em) {
  .p-socialmedia.u-no-margin-top {
    margin-bottom: 3.75rem;
    margin-top: 2.5rem !important;
  }
}

.p-socialmedia__list {
  text-align: center;
}

.p-socialmedia__item {
  display: inline-block;
  margin-bottom: 0;
  margin-right: -0.25rem;
}

.p-socialmedia__link {
  color: #434343;
  display: block;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 1rem;
  padding: 0.9375rem 1.4375rem;
  text-decoration: none;
  transition: all .3s ease;
}

@media screen and (min-width: 37.5em) {
  .p-socialmedia__link {
    font-size: 1.25rem;
    padding: 1.5rem 2.1875rem;
  }
}

.p-socialmedia__link:hover {
  background-color: #eee;
  color: #001b50;
  text-decoration: none;
}

.is-tab-active .p-socialmedia__link {
  background-color: #eee;
  color: #001b50;
}

.p-socialmedia__content {
  background-color: #eee;
}

.p-socialmedia__transparent .p-socialmedia__content {
  background-color: transparent;
}

.p-socialmedia__section {
  display: none;
}

.p-socialmedia__section.is-tab-active {
  display: block;
}

.p-socialmedia__heading {
  text-align: center;
}

.p-socialmedia__inner {
  padding: 2.5rem 0 1.25rem;
}

.p-socialmedia__logo-img {
  width: 1.5rem;
}

@media screen and (min-width: 37.5em) {
  .p-socialmedia__logo-img {
    width: 1.875rem;
  }
}

.p-socialmedia__logo--large .p-socialmedia__logo-img {
  width: 2.5rem;
}

.p-socialmedia__follow {
  color: #001b50;
  font-size: 0.875rem;
  margin-bottom: 1.875rem;
  margin-top: 0rem;
}

.p-socialmedia__follow a {
  font-weight: 600;
}

@media screen and (min-width: 37.5em) {
  .p-socialmedia__follow {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}

.p-socialmedia__btn {
  color: #f4f4f4;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 1.25rem;
  padding: 0.3125rem 0.625rem;
  text-transform: uppercase;
}

@media screen and (min-width: 37.5em) {
  .p-socialmedia__btn {
    margin: 3.125rem 0 1.875rem;
  }
}

.p-social__box-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

.p-social__title-box {
  flex-grow: 1;
  margin-bottom: 1.25rem;
  padding-left: 0.625rem;
}

.p-social__profile-box {
  min-width: 3.125rem;
}

.p-social__title {
  line-height: 1;
}

.p-social__link-read-more {
  color: #001b50;
  font-weight: 600;
}

.p-social__link-read-more:hover {
  text-decoration: underline;
}

@media screen and (min-width: 37.5em) {
  .p-socialmedia--fb .p-social__item,
  .p-socialmedia--twitter .p-social__item {
    max-width: 50%;
    width: 50% !important;
  }
}

@media screen and (min-width: 60em) {
  .p-socialmedia--fb .p-social__item,
  .p-socialmedia--twitter .p-social__item {
    margin-right: 0 !important;
    max-width: 25%;
    width: 25% !important;
  }
}

@media screen and (min-width: 37.5em) {
  .p-socialmedia--fb .p-social__box:nth-child(odd),
  .p-socialmedia--twitter .p-social__box:nth-child(odd) {
    margin-right: 0.625rem;
  }
  .p-socialmedia--fb .p-social__box:nth-child(even),
  .p-socialmedia--twitter .p-social__box:nth-child(even) {
    margin-left: 0.625rem;
  }
}

@media screen and (min-width: 60em) {
  .p-socialmedia--fb .p-social__box,
  .p-socialmedia--twitter .p-social__box {
    margin-left: 0.625rem;
    margin-left: 0.625rem;
  }
}

.p-socialmedia--fb .compat-object-fit-wrapper,
.p-socialmedia--twitter .compat-object-fit-wrapper {
  height: 12.5rem !important;
}

.p-socialmedia__title {
  margin: 0.625rem 0;
}

.p-socialmedia__follow--large {
  font-size: 1.125rem;
}

/*
--------------------
Custom Styles
--------------------
*/
.p-profile {
  border-bottom: 0.125rem solid #f4f4f4;
  margin-bottom: 2.8125rem;
  padding-bottom: 2.8125rem;
}

@media screen and (min-width: 37.5em) {
  .p-profile {
    display: flex;
  }
}

.p-profile__content {
  color: #606060;
}

.p-profile__content ul {
  margin-bottom: 0.875rem;
}

.p-profile__img {
  margin-top: 1.875rem;
  max-width: 13.125rem;
  min-width: 13.125rem;
}

@media screen and (min-width: 37.5em) {
  .p-profile__img {
    margin-left: 1.875rem;
    margin-top: 1.25rem;
  }
}

.p-profile__img img {
  width: 13.125rem;
}

.p-card li {
  margin-bottom: 1.5625rem;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 37.5em) {
  .p-card li {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 60em) {
  .p-card li {
    width: calc(33.3333% - 13px);
  }
}

.p-card a {
  background-color: #fff;
  color: #001b50;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  order: 1;
  padding: 1.25rem;
  transition: all .3s ease;
  width: 100%;
}

@media screen and (min-width: 60em) {
  .p-card a {
    padding: 2.5rem 2.8125rem;
  }
}

.p-card a:hover {
  background-color: #001b50;
  color: #fff;
  text-decoration: none;
}

.p-card a:hover span::after {
  transform: translateX(0.3125rem);
}

.s-home__news .p-card a span {
  font-family: "Helvetica Neue Medium", sans-serif;
}

@media screen and (min-width: 37.5em) {
  .s-home__news .p-card a span {
    font-size: 1.5rem;
  }
}

.p-card.p-card--grey a {
  background-color: #f4f4f4;
}

.p-card.p-card--grey a:hover {
  background-color: #001b50;
  color: #f4f4f4;
}

.p-card span {
  display: block;
  margin-top: 0.3125rem;
  position: relative;
}

.p-card span::after {
  background-image: url("mysource_files/arrow-right-yellow.svg");
  bottom: 0.5rem;
  content: '';
  height: 0.5625rem;
  margin-left: 0.625rem;
  position: absolute;
  transition: transform .3s ease;
  width: 0.3125rem;
}

.is-windows.is-firefox .p-card span {
  font-family: "Arial", sans-serif;
}

@media screen and (min-width: 60em) {
  .p-card.p-card--large span {
    font-family: "Helvetica Neue Medium", sans-serif;
    font-size: 1.5rem;
  }
}

.p-card br {
  display: none;
}

.p-card em {
  background-color: #ffbc00;
  color: #2b416b;
  font-style: normal;
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  padding: 0 0.3125rem;
}

.p-card--img li {
  background-color: #000;
}

.p-card--img a {
  color: #fff;
  font-size: 1.125rem;
}

.p-card__btn-wrapper {
  margin-top: 1.875rem;
  text-align: center;
}

.p-card__btn {
  color: #001b50 !important;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.3125rem 0.75rem;
  text-transform: uppercase;
}

@media screen and (min-width: 60em) {
  .p-card--jumpoff {
    margin-bottom: 2.5rem;
    margin-top: 1.875rem;
  }
}

.p-card--jumpoff ul {
  align-content: flex-start;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (min-width: 37.5em) {
  .p-card--jumpoff li {
    align-content: flex-start;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-right: 0.9375rem;
    width: calc(33.3333% - .9375rem);
  }
}

@media screen and (min-width: 60em) {
  .p-card--jumpoff li {
    width: calc(25% - .9375rem);
  }
}

.p-card--jumpoff a {
  align-items: flex-end;
  display: flex;
  font-size: 1.375rem;
  padding: 4.0625rem 2.1875rem 1.875rem;
}

@media screen and (min-width: 37.5em) {
  .p-card--jumpoff a {
    font-size: 1.125rem;
    padding: 5.3125rem 1.875rem 1.875rem;
  }
}

@media screen and (min-width: 60em) {
  .p-card--jumpoff a {
    font-size: 1.375rem;
    padding: 5rem 2.1875rem 1.875rem;
  }
}

@media screen and (min-width: 60em) {
  .p-card__count {
    font-size: 1.25rem;
    margin: 1.875rem 0;
  }
}

.p-card__btn-icon {
  font-size: 1.125rem;
  margin-left: 0.25rem;
  position: relative;
  top: 0.0625rem;
  padding-bottom: 0;
}

.p-photo-grid__list {
  display: flex;
  flex-wrap: wrap;
}

.p-photo-grid__item {
  width: 100%;
}

@media screen and (min-width: 37.5em) {
  .p-photo-grid__item {
    width: 50%;
  }
}

@media screen and (min-width: 60em) {
  .p-photo-grid__item {
    width: 33.333333%;
  }
}

.p-photo-grid__link {
  display: block;
  padding: 0.625rem;
  text-decoration: none;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.p-photo-grid__link:hover {
  background-color: #cacaca;
  text-decoration: none;
}

.p-photo-grid__box {
  align-items: center;
  display: flex;
}

.p-photo-grid__grid:first-of-type {
  margin-right: 0.9375rem;
}

.p-photo-grid__img {
  display: block;
  max-width: inherit;
}

.p-quicklinks__container {
  color: #f4f4f4;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

@media screen and (min-width: 37.5em) {
  .p-quicklinks__container {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.p-quicklinks__heading {
  color: #fff;
  font-family: "Helvetica Neue Medium", sans-serif;
  margin-top: 0;
}

.p-quicklinks__txt {
  color: #fff;
}

.p-quicklinks__list {
  margin-bottom: 0;
  margin-top: 1.625rem;
}

@media screen and (min-width: 37.5em) {
  .p-quicklinks__list {
    float: left;
    margin-top: 0.8125rem;
    padding-left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 37.5em) {
  .p-quicklinks__item:first-of-type {
    margin-right: 1.25rem;
    width: 45%;
  }
}

@media screen and (min-width: 37.5em) {
  .p-quicklinks__item:last-of-type {
    width: 55%;
  }
}

@media screen and (min-width: 37.5em) {
  .p-quicklinks__list-item {
    float: left;
    padding-right: 1.25rem;
    width: 50%;
  }
}

.p-quicklinks__list-item::before {
  background-image: url("mysource_files/arrow-right-yellow.svg");
}

.p-quicklinks__link {
  color: #94b9ff;
  font-size: 1.125rem;
  font-weight: 600;
}

.p-quicklinks__link:hover {
  text-decoration: underline;
}

@media screen and (min-width: 60em) {
  .p-quicklinks__link {
    font-weight: 500;
  }
}

.is-windows.is-chrome .p-quicklinks__link,
.is-windows.is-firefox .p-quicklinks__link {
  font-family: "Arial", sans-serif;
}

.p-contentslider {
  background-color: #f5f7fa;
  padding: 4.375rem 0 3.75rem;
}

.p-contentslider .compat-object-fit-wrapper {
  height: 16.875rem !important;
}

.o-content .p-share {
  display: block;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 60em) {
  .o-content .p-share {
    display: none;
  }
}

.o-aside .p-share {
  display: none;
}

@media screen and (min-width: 60em) {
  .o-aside .p-share {
    display: block;
    margin-bottom: 5rem;
    margin-top: 1.875rem;
  }
}

.p-share__heading {
  color: #a8a8a8;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.3125rem;
}

.p-share__list {
  overflow: hidden;
}

.p-share__item {
  float: left;
  margin-right: 0.75rem;
  width: 1.9375rem;
}

.p-share__img {
  height: 1.875rem;
}

.p-contact {
  background-color: #f4f4f4;
  display: none;
}

@media screen and (min-width: 60em) {
  .p-contact {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}

@media screen and (min-width: 60em) {
  .p-contact__container {
    align-content: stretch;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 60em) {
  .p-contact__item {
    flex-grow: 1;
    margin-left: 2.8125rem;
  }
}

@media screen and (min-width: 60em) {
  .p-contact__item:first-of-type {
    margin-left: 0;
    max-width: 23.75rem;
    min-width: 23.75rem;
    width: 23.75rem;
  }
}

.p-contact__list-link {
  color: #001b50;
}

.p-contact__list-link:hover {
  text-decoration: underline;
}

.p-contact__section {
  padding-top: 0.0625rem;
}

.p-contact__heading {
  color: #434343;
  line-height: 1.875rem;
  margin-top: 2.8125rem;
}

@media screen and (min-width: 60em) {
  .p-contact__heading {
    margin-bottom: 3.25rem;
  }
}

.p-contact__subheading {
  color: #434343;
}

@media screen and (min-width: 60em) {
  .p-contact__subheading {
    margin-top: 0;
  }
}

@media screen and (min-width: 60em) {
  .p-contact__list {
    overflow: hidden;
    width: 37.5rem;
  }
}

@media screen and (min-width: 60em) {
  .p-contact__list-item {
    float: left;
    width: 18.125rem;
  }
}

.p-contact__list-item::before {
  background-image: url("mysource_files/arrow-right-yellow.svg");
}

.p-contact__panel {
  padding-bottom: 1.625rem;
}

@media screen and (min-width: 60em) {
  .p-contact__panel {
    margin-top: 5rem;
  }
}

.p-contact__panel-item {
  background-color: #fff;
  padding: 1.25rem;
}

.p-contact__panel-item .p-info-panel__subheading {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.p-contact__cloase-wrapper {
  position: relative;
}

.p-contact__close {
  border: 0.125rem solid #434343;
  border-radius: 50%;
  display: block;
  height: 1.875rem;
  position: absolute;
  right: 1.25rem;
  top: 1.125rem;
  transition: transform .3s ease;
  width: 1.875rem;
}

@media screen and (min-width: 60em) {
  .p-contact__close {
    right: 0;
    top: 1.875rem;
  }
}

.p-contact__close:hover {
  transform: rotate(90deg);
}

.p-contact__close::before, .p-contact__close::after {
  background-color: #434343;
  content: '';
  height: 1.125rem;
  left: 50%;
  margin: -0.5625rem 0 0 -0.0625rem;
  position: absolute;
  top: 50%;
  width: 0.125rem;
}

.p-contact__close::before {
  transform: rotate(45deg);
}

.p-contact__close::after {
  transform: rotate(-45deg);
}

.p-topnav {
  background-color: #001b50;
}

.p-topnav .o-container {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 60em) {
  .p-topnav .o-container {
    padding-right: 1.25rem;
  }
}

.p-topnav__container {
  align-content: stretch;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.p-topnav__link {
  color: #f4f4f4;
  display: block;
  font-family: "Helvetica Neue Medium", sans-serif;
  font-size: 0.75rem;
  padding: 0.875rem 1.25rem 0.75rem;
  text-transform: uppercase;
  transition: background-color .3s ease;
}

@media screen and (min-width: 37.5em) {
  .p-topnav__link {
    padding: 1.125rem 1.25rem 0.9375rem;
    position: relative;
  }
  .p-topnav__lang .p-topnav__link:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 27px;
    right: 3px;
  }
}

.p-topnav__link:hover {
  background-color: #002979;
  text-decoration: none;
}

.p-topnav__lang {
  display: none;
}

@media screen and (min-width: 37.5em) {
  .p-topnav__lang {
    display: block;
  }
}

@media screen and (min-width: 37.5em) {
  .p-topnav__report {
    margin-left: auto;
  }
}

.p-topnav__contact {
  background-color: #ffbc00;
}

.p-topnav__contact a {
  color: #001b50;
}

.p-topnav__contact a:hover {
  background-color: #ffc729;
}

.p-nav {
  align-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0.9375rem 0;
}

@media screen and (min-width: 60em) {
  .p-nav {
    padding: 1.5625rem 0 0rem;
    position: relative;
  }
}

.p-logo__img {
  width: 5rem;
}

@media screen and (min-width: 60em) {
  .p-logo__img {
    min-width: 7.8125rem;
    width: 20rem;
  }
}

.p-nav__section {
  background-color: #001b50;
  color: #fff;
  height: 100%;
  left: 100%;
  padding: 1.5rem 1.25rem;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 60em) {
  .p-nav__section {
    background-color: transparent;
    left: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0.625rem;
    position: static;
  }
}

.is-menu-open .p-nav__section {
  max-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.p-nav__close-btn {
  display: block;
  height: 1rem;
  position: absolute;
  right: 1.25rem;
  transition: transform .3s ease;
  width: 1rem;
}

@media screen and (min-width: 60em) {
  .p-nav__close-btn {
    display: none;
  }
}

.p-nav__close-btn:hover {
  transform: rotate(90deg);
}

.p-nav__close-btn::before, .p-nav__close-btn::after {
  background-color: #fff;
  content: '';
  height: 100%;
  left: 50%;
  margin-left: -0.0625rem;
  position: absolute;
  width: 0.125rem;
}

.p-nav__close-btn::before {
  transform: rotate(45deg);
}

.p-nav__close-btn::after {
  transform: rotate(-45deg);
}

.p-nav__mobile-container {
  display: flex;
}

.p-nav__mobile-container a {
  display: block;
}

@media screen and (min-width: 60em) {
  .p-nav__mobile {
    display: none;
  }
}

.p-nav__nav-btn {
  margin-left: 1.625rem;
}

.p-nav__nav-btn svg {
  margin-top: -0.1875rem;
}

.p-nav__search {
  margin-bottom: 0.625rem;
  width: 14.6875rem;
}

@media screen and (min-width: 37.5em) {
  .p-nav__search {
    width: 36.25rem;
  }
}

@media screen and (min-width: 60em) {
  .p-nav__search {
    float: right;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 60em) {
  .p-nav__search .p-footer__search-wrapper {
    border: 0.0625rem solid #d5d5d5;
    width: 23.125rem !important;
  }
}

@media screen and (min-width: 60em) {
  .p-nav__menu-list {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
  }
}

.p-nav__menu-item {
  margin-bottom: 0;
}

@media screen and (min-width: 60em) {
  .p-nav__menu-item {
    position: static;
  }
  .p-nav__menu-item:hover > .p-nav__submenu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}

.p-nav__menu-link {
  border-bottom: 0.0625rem solid #12336c;
  display: block;
  font-size: 1.125rem;
  padding: 1.0625rem 0;
  position: relative;
}

@media screen and (min-width: 60em) {
  .p-nav__menu-link {
    border-bottom: 0.375rem solid transparent;
    color: #001b50 !important;
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 1rem;
    margin-left: 1.875rem;
    padding: 1.875rem 0;
    text-transform: uppercase;
    transition: border .3s ease;
  }
}

.p-nav__menu-link:hover, .p-nav__menu-link.is-submenu-open {
  text-decoration: none;
}

@media screen and (min-width: 60em) {
  .p-nav__menu-link:hover, .p-nav__menu-link.is-submenu-open {
    border-color: #001b50;
  }
}

.is-menu-current .p-nav__menu-link {
  border: 0;
}

@media screen and (min-width: 60em) {
  .is-menu-current .p-nav__menu-link {
    border-bottom: 0.375rem solid #001b50;
  }
}

.is-windows .p-nav__menu-link {
  font-weight: 600;
}

.is-chrome.is-windows .p-nav__menu-link {
  font-family: "Helvetica Neue Medium", sans-serif;
  font-weight: 600;
}

.is-windows.is-firefox .p-nav__menu-link {
  font-family: "Arial", sans-serif;
}

@media screen and (min-width: 60em) {
  .p-nav__submenu-wrapper {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 60em) {
  .p-nav__submenu-outer {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-width: 75%;
  }
  .p-nav__submenu-outer:first-of-type {
    min-width: 25%;
    padding-right: 5.3125rem;
  }
  .p-nav__submenu-outer a:hover {
    text-decoration: underline;
  }
}

.p-nav__submenu-outer li {
  margin-bottom: 0.9375rem;
}

.p-nav__submenu-outer a {
  font-family: "Helvetica Neue Medium", sans-serif;
  font-size: 1.125rem;
  line-height: 2.0625rem;
}

@media screen and (min-width: 60em) {
  .p-nav__submenu-inner {
    margin-bottom: 1.625rem;
    padding-right: 2.5rem;
    width: 33.3333%;
  }
}

.p-nav__submenu-inner ul a {
  color: #9aa3b3;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.p-nav__submenu-heading {
  display: inline-block;
  margin-bottom: 0.625rem;
}

.p-nav__submenu-inner ul a.p-nav__submenu-all {
  display: inline-block;
  font-size: 0.75rem !important;
  color: #ffffff;
}

.p-nav__submenu {
  display: none;
  padding: 3.125rem 0 1.875rem;
}

@media screen and (min-width: 60em) {
  .p-nav__submenu {
    background-color: #001b50;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: translateY(0.625rem);
    transition: all .3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 10;
  }
}

.p-nav__submenu::before, .p-nav__submenu::after {
  background-color: #001b50;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-nav__submenu::before {
  left: 100%;
}

.p-nav__submenu::after {
  right: 100%;
}

.p-nav__submenu:hover, .p-nav__submenu.is-submenu-open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.p-nav__submenu--mobile {
  display: none;
  margin-bottom: 0.625rem;
  padding-left: 1.25rem;
}

@media screen and (min-width: 60em) {
  .p-nav__submenu--mobile {
    display: none !important;
  }
}

.p-nav__submenu--mobile li {
  margin-bottom: 0.9375rem;
}

.p-nav__submenu--mobile a {
  color: #94b9ff;
}

.p-nav__menu-arrow {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 1.0625rem;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 60em) {
  .p-nav__menu-arrow {
    display: none;
  }
}

.is-menu-current .p-nav__menu-arrow {
  transform: rotate(180deg);
}

.p-footer {
  background-color: #001b50;
  padding: 2.1875rem 0;
}

@media screen and (min-width: 37.5em) {
  .p-footer__container {
    align-content: stretch;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-footer__social {
  align-content: stretch;
  align-items: center;
  color: #f4f4f4;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 0.875rem;
  justify-content: space-between;
}

@media screen and (min-width: 37.5em) {
  .p-footer__social {
    justify-content: flex-start;
    align-self: center;
    width: 50%;
  }
}

@media screen and (min-width: 37.5em) {
  .p-footer__social-item {
    margin-right: 0.875rem;
  }
}

.p-footer__social-img {
  display: block;
  width: 1.5rem;
}

.p-footer__search {
  margin-top: 2.125rem;
}

@media screen and (min-width: 37.5em) {
  .p-footer__search {
    margin-top: 0;
    width: 50%;
  }
}

.p-footer__search-wrapper {
  align-items: center;
  background-color: #fff;
  border-radius: 0.1875rem;
  display: flex;
  justify-content: space-between;
  padding: 0.3125rem 0.625rem;
}

@media screen and (min-width: 60em) {
  .p-footer__search-wrapper {
    float: right;
    max-width: 23.125rem;
    width: 16.875rem;
  }
  .p-footer .p-footer__search-wrapper {
    width: 22.8125rem;
  }
}

::-webkit-input-placeholder {
  color: #a7a7a7;
  font-size: 1rem;
}

::-moz-placeholder {
  color: #a7a7a7;
  font-size: 1rem;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #a7a7a7;
  font-size: 1rem;
}

/* ie */
input:-moz-placeholder {
  color: #a7a7a7;
  font-size: 1rem;
}

.p-footer__search-input {
  background-color: transparent;
  border: 0;
  width: calc(100% - 2.125rem);
}

@media screen and (min-width: 60em) {
  .p-footer__search-input {
    width: calc(100% - 1.5625rem);
  }
}

.p-footer__search-btn {
  background-color: transparent;
  background-image: url("mysource_files/ico-search.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1.125rem;
  border: 0;
  height: 1.1875rem;
  width: 1.125rem;
}

@media screen and (min-width: 37.5em) {
  .p-footer__address {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    order: 1;
    width: 66.6666%;
  }
}

@media screen and (min-width: 60em) {
  .p-footer__address {
    justify-content: flex-end;
    margin-top: 2.25rem;
    width: 50%;
  }
}

@media screen and (min-width: 37.5em) {
  .p-footer__address-item {
    width: 50%;
  }
}

@media screen and (min-width: 60em) {
  .p-footer__address-item {
    width: auto;
  }
}

.p-footer__address-item:first-of-type {
  margin-right: 5rem;
}

.p-footer__address-heading {
  color: #f4f4f4;
  font-family: "Helvetica Neue Medium", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 37.5em) {
  .p-footer__address-heading {
    margin-top: 0;
  }
}

.p-footer__address-txt {
  color: #f4f4f4;
  font-size: 0.75rem;
}

.p-footer__menu {
  margin-bottom: 2.25rem;
  margin-top: 1.625rem;
}

@media screen and (min-width: 37.5em) {
  .p-footer__menu {
    width: 100%;
  }
}

@media screen and (min-width: 60em) {
  .p-footer__menu {
    margin-bottom: 0.625rem;
    margin-top: 2.375rem;
    width: 50%;
  }
}

@media screen and (min-width: 37.5em) {
  .p-footer__menu-list {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 60em) {
  .p-footer__menu--small .p-footer__menu-list {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.p-footer__menu-item {
  line-height: 1;
  margin-bottom: 1.375rem;
}

@media screen and (min-width: 37.5em) {
  .p-footer__menu-item {
    width: 33.33333%;
  }
  .p-footer__menu--small .p-footer__menu-item {
    width: 100%;
  }
}

.p-footer__menu--small .p-footer__menu-item {
  line-height: 1;
  margin-bottom: 1.375rem;
}

@media screen and (min-width: 60em) {
  .p-footer__menu--small .p-footer__menu-item {
    float: left;
    margin-right: 1.875rem;
    width: auto;
  }
}

@media screen and (min-width: 37.5em) {
  .p-footer__menu--small {
    width: 33.3333%;
  }
}

@media screen and (min-width: 60em) {
  .p-footer__menu--small {
    order: 2;
    width: 50%;
  }
}

.p-footer__menu-link {
  color: #94b9ff;
  font-family: "Helvetica Neue Medium", sans-serif;
  font-size: 0.875rem;
}

.p-footer__menu-link:hover {
  text-decoration: underline;
}

.p-footer__menu--small .p-footer__menu-link {
  font-size: 0.75rem;
}

.p-footer__copyright {
  color: #f4f4f4;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-top: 1.625rem;
  width: 80%;
}

@media screen and (min-width: 37.5em) {
  .p-footer__copyright {
    order: 2;
    width: 100%;
  }
}

@media screen and (min-width: 60em) {
  .p-footer__copyright {
    margin-top: 0;
    text-align: right;
    width: 50%;
  }
}

.no-object-fit .p-footer .p-footer__search-input {
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
}

.s-home__news {
  padding-top: 2.8125rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 60em) {
  .s-home__news {
    padding: 4.875rem;
  }
}

.s-home__news .o-col {
  flex-wrap: nowrap;
}

.s-home__heading {
  line-height: .8;
  margin-top: 0;
}

@media screen and (min-width: 60em) {
  .s-home__find {
    margin-top: 2.5rem;
  }
}

.s-home__find h3 {
  font-size: 2.1875rem;
}

.s-home__find .p-home__find-search {
  margin: 1.875rem 0;
}

.s-home__find .p-home__find-search .p-footer__search-input {
  padding: 0.625rem 0.3125rem;
}

.s-home__find .p-footer__search-wrapper {
  background-color: #f0f0f0;
}

@media screen and (min-width: 60em) {
  .s-home__find .p-footer__search-wrapper {
    margin-bottom: 1.875rem;
    max-width: 100%;
    width: 100%;
  }
}

.s-home__find ul {
  margin-bottom: 0;
}

@media screen and (min-width: 60em) {
  .s-home__find .p-home__find-list li {
    float: left;
    width: 50%;
  }
}

.s-home__find a {
  color: #001b50;
}

.s-home .o-content {
  padding-bottom: 0;
}

#search_page_464398 input {
  line-height: normal;
}

@media screen and (min-width: 60em) {
  .s-news-details .o-layout {
    padding-bottom: 2.5rem;
  }
}

.s-news-details .o-content ul {
  color: #494949;
}

.s-news-details .o-content h1 {
  font-size: 2.1875rem;
  line-height: 3rem;
}

.s-news-details .o-content h1 + p em {
  border-bottom: 0.1875rem solid #f5f5f5;
  color: #a8a8a8;
  display: block;
  font-size: 0.875rem;
  font-style: normal;
  margin-bottom: 1.5625rem;
  padding-bottom: 1.5625rem;
}

#google-search-input {
  background: none !important;
  text-indent: initial !important;
}

@media (min-width: 37.5em) {
  /*
--------------------
Modules
--------------------
*/
}

@media (min-width: 60em) {
  /*
--------------------
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^='javascript:']::after,
  a[href^='#']::after {
    content: '';
  }
  pre,
  blockquote {
    border: 0.0625rem solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* Module: Breadcrumbs */
  .breadcrumbs {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
