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

/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
<<<<<<< HEAD
 * updated: Fri Sep 09 2022 11:52:33 GMT+1000 (AEST)
=======
 * updated: Fri Sep 09 2022 11:59:10 GMT+1000 (AEST)
>>>>>>> dev
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    S
 */
/* Font face
@mixin font-face($name, $path, $weight: null, $style: null, $exts: eot woff2 woff ttf svg) {
    $src: null;

    $extmods: (
        eot: "?",
        svg: "#" + str-replace($name, " ", "_")
    );

    $formats: (
        otf: "opentype",
        ttf: "truetype"
    );

    @each $ext in $exts {
        $extmod: if(map-has-key($extmods, $ext), $ext + map-get($extmods, $ext), $ext);
        $format: if(map-has-key($formats, $ext), map-get($formats, $ext), $ext);
        $src: append($src, url(quote($path + "." + $extmod)) format(quote($format)), comma);
    }

    @font-face {
        font-family: quote($name);
        font-style: $style;
        font-weight: $weight;
        src: $src;
    }
}*/
.visuallyhidden, .sr-only {
  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 {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

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

.clearfix {
  *zoom: 1;
}

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

.clearfix: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 {
  -webkit-box-sizing: inherit;
  -moz-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 {
  overflow-y: scroll;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 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: 0.5cm;
}

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

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

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

td {
  border: 1px 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;
  color: #dddddd;
  display: inline-block;
  border: 0;
  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 {
  position: relative;
  padding-left: 3em;
  margin: 2em 0;
}

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

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

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

/* IE fix */
/*
--------------------
Modules
--------------------
*/
/* IE Fix for tab links */
@supports (-ms-ime-align: auto) {
  .c-accordion.js-is-tabs .c-accordion__item.is-current {
    z-index: auto !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-accordion.js-is-tabs .c-accordion__item.is-current {
    z-index: auto !important;
  }
}

/* Module: S */
.o-col, .o-layout {
  -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: 49.45055%;
    float: left;
    margin-right: 1.0989%;
  }
}

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

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

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

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

@media screen and (min-width: 37.5em) {
  .o-col--2.o-col--right .o-col__item:nth-child(2n + 2) {
    width: 24.17582%;
    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: 32.60073%;
    float: left;
    margin-right: 1.0989%;
  }
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 37.5em) {
  .o-col--5 .o-col__item:nth-child(5n + 5) {
    width: 19.12088%;
    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-layout {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.o-layout--2col-right .o-content {
  width: 74.79452%;
  float: left;
  margin-right: 0.82192%;
  padding-right: 1.25rem;
}

.o-layout--2col-right .o-aside {
  width: 24.38356%;
  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 {
  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: #393939;
}

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

.t-bg--azure {
  background-color: #009ee0;
}

.t-bg--azure-two {
  background-color: #09a2e2;
}

.t-bg--azure-three {
  background-color: #03a0e1;
}

.t-bg--baby-blue {
  background-color: #a8e4ff;
}

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

.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--light-blue {
  background-color: #7ed5f9;
}

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

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

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

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

.t-bg--ugly-blue {
  background-color: #32657c;
}

.t-bg--blue-67 {
  background-color: rgba(80, 206, 249, 0.67);
}

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

.t-bg--turtle-green {
  background-color: #354422;
}

.t-bg--green-67 {
  background-color: rgba(211, 249, 80, 0.67);
}

.t-bg--boulder {
  background-color: #7b7b7b;
}

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

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

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

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

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

.t-bg--orange-67 {
  background-color: rgba(249, 159, 80, 0.67);
}

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

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

.t-bg--boston-university-red {
  background-color: #c00;
}

.t-bg--scarlet {
  background-color: #d10003;
}

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

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

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

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

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

.t-bg--fluorescent-orange {
  background-color: #ffbe00;
}

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

.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--orange {
  background-color: rgba(249, 159, 80, 0.67);
}

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

.t-bg--red {
  background-color: #d10003;
}

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

.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: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
.e-h1,
h2,
.e-h2,
h3,
.e-h3,
h4,
.e-h4,
h5,
.e-h5,
h6,
.e-h6 {
  font-weight: 400;
  margin: 1.875rem 0 0.875rem;
}

h1,
.e-h1 {
  font-size: 58px;
  font-size: 3.625rem;
}

h2,
.e-h2 {
  font-size: 45px;
  font-size: 2.8125rem;
}

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

h4,
.e-h4 {
  font-size: 22px;
  font-size: 1.375rem;
}

h5,
.e-h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6,
.e-h6 {
  font-size: 14px;
  font-size: 0.875rem;
}

p {
  margin: 0.875rem 0;
}

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

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

strong {
  font-weight: 600;
}

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

/* 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--small {
  font-size: 1.25rem;
}

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

/* 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.1s cubic-bezier(0.77, 0, 0.175, 1), transform 0.1s cubic-bezier(0.77, 0, 0.175, 1), right 0.1s cubic-bezier(0.77, 0, 0.175, 1), top 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 0.1s cubic-bezier(0.77, 0, 0.175, 1), transform 0.1s cubic-bezier(0.77, 0, 0.175, 1), right 0.1s cubic-bezier(0.77, 0, 0.175, 1), top 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.1s cubic-bezier(0.77, 0, 0.175, 1), transform 0.1s cubic-bezier(0.77, 0, 0.175, 1), right 0.1s cubic-bezier(0.77, 0, 0.175, 1), top 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  color: #001b50;
  content: '\232A';
  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(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #f4f4f4;
  right: 1.125rem;
  top: 0.3125rem;
}

.c-accordion__title {
  -webkit-transition: background-color 0.1s cubic-bezier(0.77, 0, 0.175, 1), color 0.1s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 0.1s cubic-bezier(0.77, 0, 0.175, 1), color 0.1s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.1s cubic-bezier(0.77, 0, 0.175, 1), color 0.1s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s 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 {
  background-color: #001b50;
  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);
  background-color: #f4f4f4;
  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 {
  justify-content: flex-start;
  align-items: flex-start;
  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.1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.1s 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 */
.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: #a7a7a7 !important;
  border-color: #a7a7a7;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #a7a7a7 !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: #a7a7a7 !important;
  border-color: #a7a7a7;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--primary.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #a7a7a7 !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: #a7a7a7 !important;
  border-color: #a7a7a7;
  color: #f4f4f4 !important;
  top: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-btn--ter.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: #a7a7a7 !important;
  border-color: #a7a7a7;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--warning.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #a7a7a7 !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: #a7a7a7 !important;
  border-color: #a7a7a7;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--danger.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #a7a7a7 !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: #a7a7a7 !important;
  border-color: #a7a7a7;
  color: #f4f4f4 !important;
  top: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-btn--disabled.c-btn--3d:hover {
  background-color: #a7a7a7;
  border-color: #a7a7a7;
  box-shadow: 0 0.125rem #8a8787;
  color: #f4f4f4;
  top: 0.125rem;
}

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

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

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

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

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

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

.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 */
.p-hero--home__slide, .p-hero--home__pattern-overlay {
  height: 30.4375rem;
}

@media screen and (min-width: 60em) {
  .p-hero--home__slide, .p-hero--home__pattern-overlay {
    height: 39.375rem;
  }
}

.p-hero--home {
  background-color: #001b50;
  position: relative;
}

.p-hero--home__slider.slick-slider {
  margin: 0;
}

.p-hero--home__slider.slick-slider .c-slider__dots {
  bottom: 1.25rem;
}

@media screen and (min-width: 60em) {
  .p-hero--home__slider.slick-slider .c-slider__dots {
    bottom: 3.125rem;
  }
}

.p-hero--home__slider.slick-slider .c-slider__arrow {
  color: #f4f4f4;
}

.p-hero--home__slider.slick-slider .c-slider__arrow--next {
  right: 1.25rem;
}

.p-hero--home__slide {
  background-size: cover;
  background-position: center center;
}

.p-hero--home__slide::before {
  background: rgba(0, 0, 0, 0.3);
  content: '';
  height: 100%;
  position: absolute;
  transition: all .3s ease;
  width: 100%;
}

.p-hero--home__slide.is-hero-image-loaded::before {
  opacity: 1;
}

.p-hero--home__slide__inner {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  color: #f4f4f4;
  -webkit-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
}

.p-hero--home__slide__inner p {
  text-transform: uppercase;
}

@media screen and (min-width: 37.5em) {
  .p-hero--home__slide__inner {
    max-width: inherit;
  }
}

@media screen and (min-width: 60em) {
  .p-hero--home__slide__inner {
    max-width: 90%;
    font-size: 20px;
    font-size: 1.25rem;
    max-width: 51.5625rem;
  }
}

.p-hero--home__heading {
  color: #f4f4f4;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.011rem;
  line-height: 1.24;
  margin: 0;
  padding: 0;
}

.p-hero--home__heading span:first-child {
  display: block;
}

@media screen and (min-width: 60em) {
  .p-hero--home__heading {
    font-size: 1.375rem;
    letter-spacing: -0.06875rem;
    text-align: center;
    margin-bottom: 0;
  }
}

.p-hero--home__topic {
  font-weight: 700;
  font-size: 0.875rem;
}

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

.p-hero--home__btn.c-btn {
  margin: 0.3rem 0.0625rem;
  padding: 0.57rem 0.7rem;
  font-size: 0.875rem;
  letter-spacing: 0.3px;
  background-color: transparent;
  font-weight: 500;
  border-color: #f4f4f4;
  color: #f4f4f4;
}

@media screen and (min-width: 60em) {
  .p-hero--home__btn.c-btn {
    font-size: 1.125rem;
    display: inline-block;
    margin: 1.75rem 0.3125rem 0 0.3125rem;
  }
}

@media screen and (min-width: 37.5em) {
  .p-hero--home__btn.c-btn {
    margin: 1.75rem 0.3125rem 0 0.3125rem;
    padding: 0.57rem 1rem;
  }
}

.p-hero--home__btn.c-btn:hover {
  background-color: #f4f4f4;
  color: #001b50;
}

.p-hero--home__pattern-overlay {
  background-repeat: no-repeat;
  display: none;
  left: 0;
  position: absolute;
  top: 5.9375rem;
  width: 17.5rem;
  z-index: 99;
}

@media screen and (min-width: 60em) {
  .p-hero--home__pattern-overlay {
    background-image: url(mysource_files/circles-bg.png);
    display: block;
  }
}

/* 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;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.e-link--underline {
  color: #f4f4f4;
  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: #f4f4f4;
  bottom: 0;
  content: '';
  height: 0.0625rem;
  position: absolute;
  width: .0001%;
}

a.e-link--underline:hover::before {
  background-color: #f4f4f4;
  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.svg");
  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: -0.9375rem;
  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: #f4f4f4;
  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: #f4f4f4;
  bottom: 0;
  content: '';
  height: 0.0625rem;
  position: absolute;
  width: .0001%;
}

.header-example a:hover::before {
  background-color: #f4f4f4;
  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%;
}

/* 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;
  pointer-events: none;
  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-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

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

/* Module: S */
.o-col--2-not-responsive .o-col__item {
  width: 49.45055%;
  float: left;
  margin-right: 1.0989%;
}

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

.o-layout--right-aside {
  padding: 1.875rem 0;
}

.o-layout--right-aside .o-aside,
.o-layout--right-aside .o-content {
  width: 100%;
}

.o-layout--right-aside .o-aside:after,
.o-layout--right-aside .o-content:after {
  content: " ";
  display: block;
  clear: both;
}

.t-bg--primary-color {
  background-color: #002664;
}

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

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

/*
    Copyright (C) Hoefler & Co.
    This software is the property of Hoefler & Co. (H&Co).
    Your right to access and use this software is subject to the
    applicable License Agreement, or Terms of Service, that exists
    between you and H&Co. If no such agreement exists, you may not
    access or use this software for any purpose.
    This software may only be hosted at the locations specified in
    the applicable License Agreement or Terms of Service, and only
    for the purposes expressly set forth therein. You may not copy,
    modify, convert, create derivative works from or distribute this
    software in any way, or make it accessible to any third party,
    without first obtaining the written permission of H&Co.
    For more information, please visit us at http://typography.com.
*/
@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("./mysource_files/GothamSSm-XLight_Web.woff2") format("woff2"), url("./mysource_files/GothamSSm-XLight_Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("./mysource_files/GothamSSm-XLightItalic_Web.woff2") format("woff2"), url("./mysource_files/GothamSSm-XLightItalic_Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("./mysource_files/GothamSSm-Light_Web.woff2") format("woff2"), url("./mysource_files/GothamSSm-Light_Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("./mysource_files/GothamSSm-LightItalic_Web.woff2") format("woff2"), url("./mysource_files/GothamSSm-LightItalic_Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("./mysource_files/GothamSSm-Book_Web.woff2") format("woff2"), url("./mysource_files/GothamSSm-Book_Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("./mysource_files/GothamSSm-BookItalic_Web.woff2") format("woff2"), url("./mysource_files/GothamSSm-BookItalic_Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("./mysource_files/GothamSSm-Medium_Web.woff2") format("woff2"), url("./mysource_files/GothamSSm-Medium_Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("./mysource_files/GothamSSm-MediumItalic_Web.woff2") format("woff2"), url("./mysource_files/GothamSSm-MediumItalic_Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("./mysource_files/GothamSSm-Bold_Web.woff2") format("woff2"), url("./mysource_files/GothamSSm-Bold_Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("./mysource_files/GothamSSm-BoldItalic_Web.woff2") format("woff2"), url("./mysource_files/GothamSSm-BoldItalic_Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("./mysource_files/GothamSSm-Black_Web.woff2") format("woff2"), url("./mysource_files/GothamSSm-Black_Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("./mysource_files/GothamSSm-BlackItalic_Web.woff2") format("woff2"), url("./mysource_files/GothamSSm-BlackItalic_Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

body {
  font-family: "HCo Gotham SSm", "Open Sans", sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1.63;
}

p {
  margin: 0.75rem 0;
}

h1,
.e-h1,
h2,
.e-h2,
h3,
.e-h3,
h4,
.e-h4,
h5,
.e-h5,
h6,
.e-h6,
.e-intro {
  margin-bottom: 0.75rem;
}

h1,
.e-h1 {
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
  color: #002664;
  line-height: 1.33;
}

h2,
.e-h2 {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  color: #002664;
  line-height: 1.36;
}

h3,
.e-h3 {
  font-weight: 500;
  font-size: 22px;
  font-size: 1.375rem;
  color: #6e6e6e;
  line-height: 1.36;
  margin-bottom: 1.75rem;
  position: relative;
}

h3::after,
.e-h3::after {
  background-color: #d7d6d6;
  bottom: -0.875rem;
  content: "";
  height: 0.1875rem;
  left: 0;
  position: absolute;
  width: 1.875rem;
}

h4,
.e-h4 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #002664;
  line-height: 1.22;
}

h5,
.e-h5 {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

h6,
.e-h6 {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}

.e-sub-h {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #979797;
  line-height: 1.86;
}

.e-intro {
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  color: #002664;
  line-height: 1.5;
  margin: 0.75rem 0;
}

.e-note-and-date {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.86;
}

strong {
  font-weight: 700;
  font-weight: 500;
}

img:not([class]) {
  display: block;
  margin: 1.875rem 0;
}

ol:not([class]),
ul:not([class]) {
  list-style-type: none;
}

ol:not([class]) li:not([class]),
ul:not([class]) li:not([class]) {
  position: relative;
}

ol:not([class]) li:not([class])::before,
ul:not([class]) li:not([class])::before {
  content: "";
  position: absolute;
}

ol:not([class]) > li:not([class]),
ul:not([class]) > li:not([class]) {
  line-height: 1.63;
  margin-bottom: 1rem;
}

ol:not([class]) ol,
ul:not([class]) ol {
  padding-left: 1.625rem;
}

ol:not([class]) ul,
ul:not([class]) ul {
  padding-left: 1.0625rem;
}

ol:not([class]) ol,
ol:not([class]) ul,
ul:not([class]) ol,
ul:not([class]) ul {
  color: #002664;
  margin-top: 1rem;
}

ol:not([class]) ol > li:not([class]),
ol:not([class]) ul > li:not([class]),
ul:not([class]) ol > li:not([class]),
ul:not([class]) ul > li:not([class]) {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.43;
}

ol:not([class]) ol ol,
ol:not([class]) ul ol,
ul:not([class]) ol ol,
ul:not([class]) ul ol {
  padding-left: 2.3125rem;
}

ol:not([class]) ol ul,
ol:not([class]) ul ul,
ul:not([class]) ol ul,
ul:not([class]) ul ul {
  padding-left: 1.3125rem;
}

ol:not([class]) ol ol,
ol:not([class]) ol ul,
ol:not([class]) ul ol,
ol:not([class]) ul ul,
ul:not([class]) ol ol,
ul:not([class]) ol ul,
ul:not([class]) ul ol,
ul:not([class]) ul ul {
  color: #4a4a4a;
  margin-top: 1.25rem;
}

ul:not([class]) > li:not([class])::before {
  background-color: #002664;
  border-radius: 50%;
  height: 0.375rem;
  left: -0.9375rem;
  top: 0.625rem;
  width: 0.375rem;
}

ul:not([class]) ul > li:not([class])::before {
  background-color: #fa612a;
  top: 0.4375rem;
}

ul:not([class]) ul ul > li:not([class])::before {
  background-color: #002664;
  border-radius: 0;
  height: 0.125rem;
  left: -1rem;
  top: 0.5625rem;
}

ol:not([class]) {
  counter-reset: orderlist;
}

ol:not([class]) > li:not([class])::before {
  counter-increment: orderlist;
  content: counters(orderlist, ".") " ";
  font-weight: 700;
}

ol:not([class]) > li:not([class])::before {
  color: #fa612a;
  right: calc(100% + 0.75rem);
}

ol:not([class]) ol > li:not([class])::before {
  color: currentColor;
}

ol:not([class]) ol ol > li:not([class])::before {
  color: #fa612a;
  right: calc(100% + 0.9375rem);
}

.c-accordion {
  background-color: #ececec;
  border: none;
  box-shadow: 0 0 15px 5px #ececec;
}

.c-accordion__item:not(:last-child) {
  border: none;
  margin-bottom: 0.625rem;
}

.c-accordion:not(.js-is-tabs) .c-accordion__item::after {
  content: url("mysource_files/sprite.svg#angle-down");
}

.c-accordion__title {
  font-size: 16px;
  font-size: 1rem;
  -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);
  color: #002664;
  height: auto;
  line-height: 1.25;
  margin: 0;
  padding: 1.5625rem 1.25rem 1.5rem;
  position: relative;
}

.c-accordion__item.is-active .c-accordion__title,
.c-accordion__item .c-accordion__title {
  background-color: #ffffff;
}

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

.c-accordion__title h1,
.c-accordion__title h2,
.c-accordion__title h3,
.c-accordion__title h4,
.c-accordion__title h5,
.c-accordion__title h6 {
  -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);
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
}

.c-accordion__title h3 {
  padding: 0;
  word-break: break-word;
  padding-right: 1.5625rem;
}

.c-accordion__title h3::after {
  content: none;
}

.c-accordion__angle {
  -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);
  position: absolute;
  right: 0.875rem;
  top: 1.625rem;
}

.c-accordion__angle .c-icon {
  font-size: 13px;
  font-size: 0.8125rem;
}

.c-accordion__item.is-current .c-accordion__angle .c-icon {
  fill: #0076c2;
}

.c-accordion__item.is-active .c-accordion__angle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

.c-accordion__panel {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #fafafa;
  color: #002664;
  line-height: 1.86;
  visibility: hidden;
}

.is-active > .c-accordion__panel,
.is-current > .c-accordion__panel {
  visibility: visible;
}

.c-accordion__panel__inner {
  padding: 1.25rem;
}

.c-accordion.js-is-tabs .c-accordion__item {
  width: 100%;
}

.js-tabs-enabled:not(.js-is-tabs) .c-accordion__item:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 0.0625rem solid #fafafa;
}

.c-accordion.js-is-tabs .c-accordion__item,
.c-accordion.js-is-tabs .c-accordion__item:not(:first-child) {
  border-left: none;
}

.js-is-tabs .c-accordion__title {
  padding: 1.5625rem 1.25rem 1.1875rem;
}

.c-accordion.js-is-tabs .c-accordion__title {
  background-color: #ffffff;
  border-color: transparent;
  border-left-color: rgba(215, 214, 214, 0.4);
  border-radius: 0;
  color: #002664;
}

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

.js-tabs-enabled .is-active .c-accordion__title {
  background-color: #002664;
}

.c-accordion.js-is-tabs .c-accordion__item:first-of-type .c-accordion__title,
.c-accordion.js-is-tabs .c-accordion__item.is-current + .c-accordion__item .c-accordion__title {
  border-left-color: transparent;
}

.c-accordion.js-is-tabs .c-accordion__item.is-current .c-accordion__title {
  background-color: #002664;
  border-color: transparent;
  color: #ffffff;
}

.js-tabs-enabled .is-active .c-accordion__title {
  color: #ffffff;
}

.js-is-tabs .c-accordion__item:hover .c-accordion__title {
  color: #0076c2;
}

.js-is-tabs .c-accordion__item.is-current .c-accordion__title {
  color: #ffffff;
}

.c-accordion.js-is-tabs .c-accordion__panel {
  border-color: transparent;
  border-top-color: rgba(215, 214, 214, 0.4);
  z-index: 1;
}

.js-is-tabs .c-accordion__angle {
  display: none;
}

.js-tabs-enabled .is-active .c-accordion__angle {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.js-tabs-enabled .is-active .c-accordion__angle .c-icon {
  fill: #ffffff;
}

.c-btn {
  font-weight: 700;
  line-height: 1.5;
  padding: 0.75rem 1rem 0.625rem;
  border-width: 0.125rem;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-banner {
  background-position: center;
  padding: 3.375rem 0;
  position: relative;
}

.p-banner::before {
  background-color: #0076c2;
  content: '';
  opacity: 1;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-banner__heading {
  color: #ffffff;
  margin: 0;
  position: relative;
}

.s-banner-premium .p-banner {
  background-size: cover;
  padding: 5rem 0 6.875rem;
}

.s-banner-premium .p-banner::before {
  opacity: .4;
}

.s-banner-premium .p-banner__heading {
  text-align: center;
}

.p-banner__desc {
  /* landing page */
}

.s-landing .p-banner__desc {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0;
}

.s-no-banner .p-banner {
  display: none;
}

.s-landing .p-banner {
  height: 17.75rem;
}

@media screen and (min-width: 37.5em) {
  .s-landing .p-banner {
    height: 25rem;
  }
}

.s-landing .p-banner__heading {
  font-size: 1.875rem;
}

.s-landing .p-banner__heading::after {
  background-color: #d7d6d6;
  bottom: -0.875rem;
  content: '';
  height: 0.1875rem;
  left: 0;
  position: absolute;
  width: 1.875rem;
}

@media screen and (min-width: 37.5em) {
  .s-landing .p-banner__heading {
    font-size: 4rem;
    line-height: 1.25;
    letter-spacing: 0;
  }
}

.s-landing .p-banner__heading:after {
  left: 44%;
  background-color: #000000;
  opacity: .6;
}

@media screen and (min-width: 37.5em) {
  .s-landing .p-banner__heading:after {
    left: 48%;
  }
}

.s-landing .p-banner__desc {
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
  margin-top: 2.8125rem;
}

@media screen and (min-width: 37.5em) {
  .s-landing .p-banner__desc {
    margin-top: 2.8125rem;
    font-size: 1.375rem;
  }
}

.p-bottom-links {
  margin: 2.125rem 0;
}

.p-bottom-links__list {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.no-js .p-bottom-links__list,
.no-flexbox .p-bottom-links__list {
  display: table;
}

.flexbox .p-bottom-links__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.p-bottom-links__item {
  margin-top: 2.125rem;
}

.p-bottom-links__item:first-of-type {
  margin-top: 0;
}

.p-bottom-links__link {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  -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);
  color: #fafafa;
  line-height: 1;
}

.p-bottom-links__link:hover {
  text-decoration: none;
  color: #0979bf;
}

.c-breadcrumbs {
  background-color: #002664;
  list-style: none;
  padding: 0.875rem 0 0.625rem;
  position: relative;
}

.c-breadcrumbs__link {
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  display: none;
  line-height: 1.43;
  padding-right: 1rem;
  position: relative;
}

.c-breadcrumbs__link:nth-last-of-type(2) {
  display: inline-block;
}

.is-top-level .c-breadcrumbs__link {
  display: inline-block;
}

.c-breadcrumbs__svg,
.c-breadcrumbs__svg-mobile {
  position: absolute;
}

.c-breadcrumbs__svg .c-icon,
.c-breadcrumbs__svg-mobile .c-icon {
  font-size: 9px;
  font-size: 0.5625rem;
  fill: #ffffff;
}

.c-breadcrumbs__svg {
  display: none;
  position: absolute;
  right: 0.125rem;
  top: 0;
}

.c-breadcrumbs__link:last-of-type .c-breadcrumbs__svg {
  display: none;
}

.c-breadcrumbs__svg-mobile {
  left: -0.9375rem;
  top: 0.8125rem;
}

.is-top-level .c-breadcrumbs__svg-mobile {
  display: none;
}

.p-card--home {
  position: relative;
  margin-top: -3.5rem;
}

@media screen and (min-width: 60em) {
  .p-card--home .o-container {
    max-width: none;
    width: 95.5%;
  }
}

@media screen and (min-width: 37.5em) {
  .p-card--home {
    margin-bottom: 1.8125rem;
  }
}

@media screen and (min-width: 60em) {
  .p-card--home {
    margin-bottom: 4.325rem;
  }
}

.p-card--landing {
  width: 100%;
  margin: 3.8125rem auto 3.75rem auto;
}

@media screen and (min-width: 37.5em) {
  .p-card--landing {
    margin: 4.25rem auto 4.875rem auto;
  }
}

@media screen and (min-width: 60em) {
  .p-card--landing .p-card__item {
    padding: 3.375rem 1.5625rem 1.375rem 1.5625rem;
    margin: 0.625rem 0.3125rem;
    max-width: 23.75rem;
    min-height: 17.5rem;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: calc(33% - 5px);
    -ms-flex-preferred-size: calc(33% - 5px);
    flex-basis: calc(33% - 5px);
  }
  .p-card--landing .p-card__item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .p-card--landing .p-card__item:nth-child(3n + 3) {
    margin-right: 0;
  }
}

.p-card--landing .p-card__item .p-card__content {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.62;
  letter-spacing: 0;
  word-break: break-word;
}

.p-card--landing .p-card__thumbnail {
  overflow: hidden;
  margin: -2.375rem -1.125rem 1.6875rem -1.125rem;
}

@media screen and (min-width: 37.5em) {
  .p-card--landing .p-card__thumbnail {
    margin: -2.375rem -1.125rem 1.6875rem -1.125rem;
    max-width: inherit;
    height: 15.5rem;
  }
}

@media screen and (min-width: 60em) {
  .p-card--landing .p-card__thumbnail {
    max-width: 380px;
    margin: -3.375rem -1.5625rem 1.6875rem -1.5625rem;
  }
}

.p-card--landing .p-card__thumbnail img {
  width: 100%;
}

@media screen and (min-width: 37.5em) {
  .p-card__list {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .no-js .p-card__list,
  .no-flexbox .p-card__list {
    display: table;
  }
  .flexbox .p-card__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (min-width: 60em) {
  .p-card__list {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.p-card--landing .p-card__list {
  width: 100%;
}

@media screen and (min-width: 37.5em) {
  .p-card--landing .p-card__list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media screen and (min-width: 60em) {
  .p-card--landing .p-card__list {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

/********************
  card with icon style
********************/
.p-card__item {
  display: block;
  background: #fff;
  padding: 2.375rem 1.125rem 1.25rem;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 20px 0 rgba(0, 0, 0, 0.1);
  transition: 0.4s ease;
  position: relative;
}

@media screen and (min-width: 37.5em) {
  .p-card__item {
    width: calc(48% - 10px);
    margin: 0.625rem;
    min-height: 15.375rem;
  }
}

@media screen and (min-width: 60em) {
  .p-card__item {
    margin: 0 0.625rem;
    padding: 2.375rem 2.5rem 1.875rem 2.5rem;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
}

.p-card__item:hover, .p-card__item:focus {
  text-decoration: none;
  background: #002664;
  color: #fff;
  cursor: pointer;
}

.p-card__item:hover .p-card__title,
.p-card__item:hover .p-card__content, .p-card__item:focus .p-card__title,
.p-card__item:focus .p-card__content {
  color: #fff;
}

.p-card__item:hover .e-link--more-svg-icon, .p-card__item:focus .e-link--more-svg-icon {
  transform: translateX(5px);
}

.p-card__item:hover .p-card__icon .c-icon, .p-card__item:focus .p-card__icon .c-icon {
  color: #ffffff;
}

.p-card__item .e-link--more-svg-icon {
  position: absolute;
  bottom: 1.5625rem;
  margin-left: 0;
  transition: transform 0.3s;
}

.p-card__item .e-link--more-svg-icon .s-home {
  left: 2.5rem;
}

@media screen and (min-width: 37.5em) {
  .p-card__item .e-link--more-svg-icon {
    top: inherit;
  }
}

@media screen and (min-width: 60em) {
  .p-card__item .e-link--more-svg-icon {
    bottom: 2.1875rem;
  }
  .p-card__item .e-link--more-svg-icon .s-home {
    left: 2.5rem;
  }
}

.p-card__item .c-icon {
  height: 1.0625rem;
  color: #fa612a;
}

.p-card__title {
  font-size: 1.375rem;
  margin: 0;
}

@media screen and (min-width: 37.5em) {
  .p-card__title {
    font-size: 1.625rem;
  }
}

.p-card__content {
  color: #000000;
  font-weight: 400;
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
}

@media screen and (min-width: 37.5em) {
  .p-card__content {
    font-size: 1.125rem;
  }
}

/* card with header image */
@media screen and (min-width: 37.5em) {
  .p-card__image--home {
    margin-bottom: 3.75rem;
  }
}

@media screen and (min-width: 60em) {
  .p-card__image--home {
    margin-bottom: 4.75rem;
  }
}

/* card with icon style */
.p-card__icons .p-card__icon__svg .c-icon {
  color: #002664;
  height: 4rem;
  margin-bottom: 2.25rem;
}

.p-card__icons .p-card__icon--resources .c-icon {
  width: 3.0625rem;
  height: 3.9375rem;
}

.p-card__icons .p-card__icon--fees .c-icon {
  width: 3.6875rem;
  height: 3.125rem;
}

.p-card__icons .p-card__icon--tools .c-icon {
  width: 4.6875rem;
  height: 3.375rem;
}

.p-card__icons .p-card__icon--disabilities .c-icon {
  width: 3.5rem;
  height: 4.625rem;
}

.p-card__icons .p-card__icon--aboriginal .c-icon {
  width: 4.6875rem;
  height: 4.25rem;
}

.p-card__icons .p-card__icon--contact .c-icon {
  width: 3.875rem;
  height: 3.875rem;
}

.p-card__icons .p-card__icon--trumpet .c-icon {
  width: 4.375rem;
  height: 4.375rem;
}

.p-card__icons .p-card__icon--submission .c-icon {
  width: 4.375rem;
  height: 4.375rem;
}

.p-card__icons .p-card__icon--progress .c-icon {
  width: 4.375rem;
  height: 4.375rem;
}

.p-card__icons .p-card__icon--write .c-icon {
  width: 4.375rem;
  height: 4.375rem;
}

.p-card__icons .p-card__icon--people .c-icon {
  width: 4.375rem;
  height: 4.375rem;
}

.p-card__icons .p-card__icon--car .c-icon {
  width: 4.375rem;
  height: 4.375rem;
}

.p-card__icons .p-card__icon--alert .c-icon {
  width: 4.375rem;
  height: 4.375rem;
}

.p-card__icons .p-card__icon--handshake .c-icon {
  width: 4.375rem;
  height: 4.375rem;
}

.p-card__icons .p-card__icon--house .c-icon {
  width: 4.375rem;
  height: 4.375rem;
}

.p-card__icons .p-card__icon--strate .c-icon {
  width: 4.375rem;
  height: 4.375rem;
}

.p-card__icons .p-card__icon--money .c-icon {
  width: 4.375rem;
  height: 4.375rem;
}

.p-card__icons .p-card__icon--handtools .c-icon {
  width: 4.375rem;
  height: 4.375rem;
}

.p-card__icons .p-card__icon--license .c-icon {
  width: 4.375rem;
  height: 4.375rem;
}

.p-card__icons .p-card__title {
  font-size: 1.375rem;
  line-height: 0.91;
  letter-spacing: 0;
  text-transform: none;
}

.p-card__icons .p-card__content {
  font-size: 1rem;
  line-height: 1.62;
  letter-spacing: 0;
}

/* card with image style */
@media screen and (min-width: 37.5em) {
  .p-card__image .p-card__list {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.p-card__image .p-card__item {
  padding: 0rem 0rem 1.25rem 0rem;
}

@media screen and (min-width: 60em) {
  .p-card__image .p-card__item:first-child {
    margin-left: 0;
  }
  .p-card__image .p-card__item:last-child {
    margin-right: 0;
  }
}

.p-card__image .p-card__item > .e-link--more-svg-icon {
  display: none;
}

@media screen and (min-width: 60em) {
  .p-card__image .p-card__item > .e-link--more-svg-icon {
    display: block;
  }
}

.p-card__image .p-card__title {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  text-transform: unset;
}

.p-card__image .p-card__inner {
  padding: 1.4375rem 1.25rem 1.4375rem;
}

.p-card__image .p-card__img img {
  width: 100%;
}

.p-card__image .p-card__content p {
  margin: 0;
  font-weight: 400;
  font-size: 0.875rem;
}

.p-card__image .p-card .e-link--more-svg-icon {
  bottom: 1.25rem;
  left: 1.25rem;
}

@media screen and (min-width: 60em) {
  .p-card__image .p-card__item .e-link--more-svg-icon {
    left: 1.5625rem;
  }
  .p-card__image .p-card__inner {
    padding: 1.4375rem 1.5625rem 2.1875rem;
  }
}

/*
.s-home .p-card__list .p-card__item > .e-link--more-svg-icon {
    display: none;
    @media screen and (min-width: 60em) {
        display: block;
    }
}

.inside .p-card__list .p-card__item > .e-link--more-svg-icon {
    display: none;
    @media screen and (min-width: 60em) {
        display: block;
    }
}*/
.c-chatbot {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: #ffffff;
  display: none;
}

.c-chatbot__container {
  position: fixed;
  display: block;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.4) inset;
}

.c-chatbot__content {
  width: 100%;
  height: 31.25rem;
  border: none;
}

.c-btn__container .c-news__more {
  margin: 0;
  border-radius: 0;
  background: #0076c2;
  border: none;
  width: 100%;
}

.c-btn__container .c-news__more .c-icon {
  font-size: 1rem;
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-btn__container .active .c-icon {
  transform: rotate(0deg);
}

.js-dropdown-body {
  -webkit-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  -moz-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  overflow: hidden;
  max-height: 0;
  visibility: hidden;
}

.js-dropdown-disabled .js-dropdown-body {
  max-height: none;
}

.is-active > .js-dropdown-body {
  -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);
  visibility: visible;
}

.ui-autocomplete {
  background-color: #f8f8f8;
  border: 0.0625rem solid #f4f4f4;
  color: #002664;
  list-style: none;
  margin: 0;
  padding: 0 1.25rem;
  position: absolute;
  text-align: left;
  text-transform: none;
  z-index: 1;
}

.ui-autocomplete p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}

.p-main-nav__search .ui-autocomplete {
  background-color: #ffffff;
}

.ui-menu-item {
  border-top: 0.0625rem solid rgba(216, 216, 216, 0.4);
  padding: 1rem 0 0.875rem;
}

.ui-menu-item:first-of-type {
  border-top: none;
}

.ui-menu-item-wrapper {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
}

.autocomplete-keyword-selected a {
  color: #0076c2;
}

.s-home .ui-menu-item {
  padding: 1.125rem 0 1rem;
}

.slick-dots {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  bottom: 0;
  list-style: none;
  padding: 0 2.5rem;
  position: absolute;
  width: 100%;
}

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

.flexbox .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.slick-dots > * {
  margin: 0 0.25rem;
}

.slick-dots button {
  -webkit-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  border: 0.0625rem solid #002664;
  border-radius: 50%;
  height: 0.5rem;
  overflow: hidden;
  padding: 0;
  text-indent: -62.4375rem;
  width: 0.5rem;
}

.slick-dots button:hover {
  border-color: #fa612a;
}

.slick-dots .slick-active button {
  background-color: #fa612a;
  border-color: #fa612a;
}

.slick-arrow {
  background-color: inherit;
  border: 0;
  bottom: 1.5rem;
  color: #fa612a;
  height: auto;
  padding: 0;
  position: absolute;
  width: auto;
  z-index: 1;
}

.slick-arrow .c-icon {
  font-size: 19px;
  font-size: 1.1875rem;
  -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);
}

.slick-prev {
  left: 1.25rem;
}

.slick-prev:hover .c-icon {
  -webkit-transform: translateX(-0.3125rem);
  -ms-transform: translateX(-0.3125rem);
  transform: translateX(-0.3125rem);
}

.slick-next {
  right: 1.25rem;
}

.slick-next:hover .c-icon {
  -webkit-transform: translateX(0.3125rem);
  -ms-transform: translateX(0.3125rem);
  transform: translateX(0.3125rem);
}

.c-gallery__bottom-banner {
  background-color: #fafafa;
  height: 4.75rem;
  width: 100%;
}

#sq-google-translate-element {
  background-color: #ffffff;
  border-top: 0.0625rem solid rgba(236, 236, 236, 0.4);
  padding: 2.3125rem 1.25rem;
}

#sq-google-translate-element .goog-te-gadget, #sq-google-translate-element .goog-logo-link {
  font-size: 10px;
  font-size: 0.625rem;
}

#sq-google-translate-element .goog-te-gadget > div {
  border: 0.1rem solid #ececec;
  margin-bottom: 0.375rem;
  padding: 0.375rem 0.6875rem;
  width: 55%;
}

#sq-google-translate-element .goog-te-combo {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: inherit;
  border: none;
  color: #4b4b4b;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 60em) {
  #sq-google-translate-element .goog-te-combo {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 7px) calc(1em - 5px), calc(100% - 3px) calc(1em - 5px);
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
  }
}

#sq-google-translate-element .goog-logo-link img {
  display: inline-block;
  height: 1.1875rem;
  margin: 0;
  width: auto;
}

#sq-google-translate-element .google-translate__svg-down-arrow {
  width: 15px;
  position: relative;
  top: 2px;
  right: 16px;
}

.c-image-text-link::after {
  background-color: #c7c7c7;
  content: '';
  display: block;
  height: 0.0625rem;
  margin-top: 1.8125rem;
  opacity: .4;
  width: 90%;
}

.c-image-text-link__image {
  margin: 1.4375rem 0 0.1875rem;
}

.c-image-text-link__cta {
  margin-top: -0.25rem;
}

.c-image-text-link__cta .e-link {
  font-size: 20px;
  font-size: 1.25rem;
}

.js-enabled-nav-trigger #page-wrapper {
  -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);
}

.js-enabled-nav-trigger #page-wrapper::before {
  content: "";
}

.p-main-nav__mobile-trigger {
  background-color: #f4f4f4;
  color: #002664;
  height: 5rem;
  left: 0;
  margin: 0;
  padding: 1.1875rem 1.0625rem;
  position: absolute;
  top: 0;
  width: 5rem;
}

.p-main-nav__mobile-trigger:hover {
  background-color: #f4f4f4;
  border-color: transparent;
  color: #0076c2;
}

.p-main-nav__mobile-svg--active {
  display: none;
}

.p-main-nav__mobile-svg--active .c-icon {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0.625rem;
}

.p-main-nav__list-wrap {
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  -webkit-transform: translateX(-100%) translateX(-1.25rem);
  -moz-transform: translateX(-100%) translateX(-1.25rem);
  -ms-transform: translateX(-100%) translateX(-1.25rem);
  transform: translateX(-100%) translateX(-1.25rem);
  background-color: #ffffff;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: calc(100% - 2.9375rem);
}

.p-main-nav__contents {
  -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);
}

.p-main-nav__list {
  list-style: none;
}

.p-main-nav__list,
.p-main-nav__sub-list {
  margin: 0;
  padding: 0;
}

.p-main-nav__list {
  position: relative;
}

.p-main-nav__sub-list,
.p-main-nav__link-back {
  -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);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 100%;
  width: 100%;
}

.is-current > .p-main-nav__sub-list, .is-current >
.p-main-nav__link-back {
  opacity: 1;
  visibility: visible;
}

.p-main-nav__sub-list {
  top: 3.75rem;
}

.p-main-nav__link-back {
  color: #6e6e6e;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
}

.p-main-nav__item {
  border-top: 0.0625rem solid rgba(199, 199, 199, 0.4);
}

.p-main-nav__item:first-of-type {
  border-top: none;
}

.p-main-nav__link {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  -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);
  background-color: #f8f8f8;
  display: block;
  line-height: 1.57;
  padding: 1.3125rem 1.875rem 1.125rem 1.25rem;
  position: relative;
}

.p-main-nav__link:hover {
  color: #0076c2;
  text-decoration: none;
}

.p-main-nav__link.p-main-nav__link-back {
  padding-left: 3.125rem;
  position: absolute;
}

.p-main-nav__text:hover {
  text-decoration: underline;
}

.p-main-nav__svg {
  position: absolute;
  right: 1.3125rem;
  top: 1.25rem;
}

.p-main-nav__svg .c-icon {
  font-size: 8px;
  font-size: 0.5rem;
}

.p-main-nav__link-back .p-main-nav__svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 1.25rem;
  right: auto;
}

.p-main-nav__search {
  background-color: #ffffff;
  height: 5rem;
  padding: 1rem 0.875rem;
}

.p-main-nav__sub-list {
  background-color: #002664;
  padding-top: 0.75rem;
}

.p-main-nav__sub-link {
  background-color: inherit;
  box-shadow: none;
  color: #ffffff;
  line-height: 1.43;
  margin-bottom: 0;
  min-height: 0;
  padding: 1.0625rem 3.125rem 1.125rem 1.25rem;
  position: relative;
}

.p-main-nav__sub-link.p-card__item .p-card__title {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: initial;
}

.p-main-nav__sub-link .p-card__title {
  color: inherit;
  font-weight: 500;
}

.p-main-nav__sub-link .p-card__content {
  color: inherit;
  display: none;
}

.p-main-nav__sub-link.p-card__item .e-link--more-svg-icon {
  bottom: auto;
  left: auto;
  right: 1.4375rem;
  top: 1rem;
}

.p-main-nav__sub-link .c-icon {
  font-size: 19px;
  font-size: 1.1875rem;
}

.is-nav-open {
  overflow: hidden;
}

.is-nav-open #page-wrapper {
  -webkit-transform: translateX(100%) translateX(-2.9375rem);
  -moz-transform: translateX(100%) translateX(-2.9375rem);
  -ms-transform: translateX(100%) translateX(-2.9375rem);
  transform: translateX(100%) translateX(-2.9375rem);
}

.is-nav-open #page-wrapper::before {
  background-color: #0076c2;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.is-nav-open #page-wrapper .p-main-nav__mobile-trigger {
  z-index: 4;
}

.is-nav-open .p-main-nav__mobile-trigger {
  background-color: #002664;
  color: #ffffff;
}

.is-nav-open .p-main-nav__list-wrap {
  -webkit-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: visible;
}

.is-nav-open .p-main-nav__mobile-svg {
  display: none;
}

.is-nav-open .p-main-nav__mobile-svg--active {
  display: block;
}

.is-nav-open .p-main-nav__contents {
  height: calc(100vh - 5rem);
  overflow: auto;
}

.is-nav-open .s-home .p-main-nav__contents {
  height: 100vh;
}

.is-nav-open .p-main-nav__list {
  overflow: hidden;
}

.is-showing-level-2.p-main-nav__list-wrap {
  background-color: #002664;
}

.is-showing-level-2 .p-main-nav__contents {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.is-nav-open .is-showing-level-2 .p-main-nav__contents,
.is-nav-open .is-showing-level-2 .p-main-nav__list {
  overflow: visible;
}

.is-showing-level-2 .p-main-nav__sub-list {
  height: calc(100vh - 8.75rem);
  overflow: auto;
}

@media screen and (min-width: 60em) {
  .c-news__container {
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
}

@media screen and (min-width: 60em) {
  .s-home .c-news__inner {
    width: 66%;
  }
}

.s-home .c-news__list {
  padding: 0.5625rem 1.25rem;
}

@media screen and (min-width: 37.5em) {
  .s-home .c-news__list {
    padding: 0.5625rem 2.5rem;
  }
}

/***  news item itself style ***/
.c-news__item {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 60em) {
  .c-news__item:last-child {
    border-bottom: none;
  }
}

.c-news__category {
  margin-top: 0.75rem;
}

.c-news__title {
  margin-top: 1.25rem;
  margin-bottom: 0.3125rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.c-news__date {
  display: inline-block;
  font-size: 0.875rem;
}

.c-news__content {
  font-size: 1rem;
}

.c-news__content p {
  word-wrap: break-word;
}

.c-news__button-more {
  display: inline-block;
  margin: 0.5625rem 0 1.1875rem 0;
}

.c-news__button-more.e-link {
  font-size: 1.25rem;
}

.c-news__more {
  text-align: center;
  margin: 1.25rem 0 0.75rem 0;
}

.c-news__more .c-btn {
  background: #ffffff;
}

@media screen and (min-width: 37.5em) {
  .c-news__more {
    margin: 1.25rem 0 2.1875rem 0;
  }
}

.c-pagination {
  min-width: 16.25rem;
  padding: 1.875rem 0;
}

.c-pagination__inner {
  position: relative;
}

.c-pagination__list {
  list-style: none;
  margin: 0;
  padding: 0 2.5rem;
  position: relative;
  text-align: center;
}

.c-pagination__item {
  display: none;
  margin-left: 0.25rem;
}

.c-pagination__item:first-of-type {
  margin-left: 0;
}

.c-pagination__item.is-active::before, .c-pagination__item:nth-last-of-type(2)::before {
  content: '...';
  display: inline-block;
  margin-right: 0.25rem;
}

.c-pagination__item:first-of-type::before, .c-pagination__item:nth-of-type(2)::before, .c-pagination__item:last-of-type::before {
  content: none;
}

.c-pagination__item:first-of-type, .c-pagination__item:nth-of-type(2), .c-pagination__item:last-of-type, .c-pagination__item:nth-last-of-type(2), .c-pagination__item.is-active {
  display: inline-block;
}

.c-pagination__btn-link,
.c-pagination__link {
  font-size: 16px;
  font-size: 1rem;
}

.c-pagination__btn-link {
  font-weight: 700;
  -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);
  color: #fa612a;
  line-height: 1.25;
}

.c-pagination__btn-link:hover {
  color: #002664;
  text-decoration: none;
}

.c-pagination__link {
  color: #4a4a4a;
  display: inline-block;
  line-height: 1;
  padding: 0.1875rem;
}

.c-pagination__item.is-active .c-pagination__link {
  font-weight: 700;
  border-bottom: 0.0625rem solid currentColor;
  color: #002664;
}

.c-pagination__btn {
  -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);
  position: absolute;
  top: 0.1875rem;
  z-index: 1;
}

.c-pagination__btn--prev {
  left: 0;
}

.c-pagination__btn--prev:hover {
  -webkit-transform: translateX(-0.3125rem);
  -ms-transform: translateX(-0.3125rem);
  transform: translateX(-0.3125rem);
}

.c-pagination__btn--next {
  right: 0;
}

.c-pagination__btn--next:hover {
  -webkit-transform: translateX(0.3125rem);
  -ms-transform: translateX(0.3125rem);
  transform: translateX(0.3125rem);
}

.c-pagination__btn-title {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4a4a4a;
  display: none;
  line-height: 1.43;
}

.c-pagination--page {
  border-top: 1px solid #d8d8d8;
  margin-top: 1.875rem;
  padding: 1.5625rem 0 0.625rem;
}

.c-pagination--page:after {
  content: " ";
  display: block;
  clear: both;
}

.c-pagination--page .c-pagination__btn {
  float: left;
  position: static;
  width: 50%;
}

.c-pagination--page .c-pagination__btn:hover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.c-pagination--page .c-pagination__btn-title {
  display: none;
}

.c-pagination--page .c-pagination__btn--next {
  direction: rtl;
}

.c-popup .c-popup__box {
  display: none;
}

.mfp-content .c-popup__box {
  display: block;
}

.c-popup__box {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}

.c-popup__box .c-popup__box-title {
  background-color: #002664;
  color: #ffffff;
  height: 3.75rem;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.75rem;
  letter-spacing: normal;
  padding-left: 1.5rem;
}

.c-popup__box .mfp-close {
  color: #fa612a;
  margin-top: 0.25rem;
  font-family: sans-serif;
  font-size: 1.875rem;
  font-weight: 100;
  opacity: 1;
}

.c-popup__box .c-popup__box-content {
  padding: 2.5rem 1.875rem;
  border-bottom: solid 1px #979797;
}

.c-popup__box .c-popup__box-control {
  height: 6.25rem;
}

.c-popup__box .c-panel {
  text-align: center;
}

@media screen and (min-width: 60em) {
  .p-lists--home {
    margin-bottom: 4.5625rem;
    border-bottom: 1px solid rgba(215, 214, 214, 0.5);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
  }
  .no-js .p-lists--home,
  .no-flexbox .p-lists--home {
    display: table;
  }
  .flexbox .p-lists--home {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.s-home .p-links__list {
  padding: 0.5625rem 1.25rem;
}

@media screen and (min-width: 37.5em) {
  .s-home .p-links__list {
    padding: 0.5625rem 2.5rem;
  }
}

@media screen and (min-width: 60em) {
  .s-home .p-links__list {
    max-width: 25.5rem;
    float: right;
    padding: 0.5625rem 1rem;
  }
}

.p-links__header > h3 {
  color: #6e6e6e;
  margin-bottom: 0.5625rem;
}

.p-links__item-detail {
  display: inline-block;
  width: 73%;
  vertical-align: middle;
  margin: 0 0.5rem 0.3125rem 0.9375rem;
}

@media screen and (max-width: 20em) {
  .p-links__item-detail {
    width: 68%;
  }
}

@media screen and (min-width: 37.5em) {
  .p-links__item-detail {
    width: 85%;
    max-width: inherit;
    margin-bottom: 1.5625rem;
  }
}

@media screen and (min-width: 60em) {
  .p-links__item-detail {
    width: 75%;
  }
}

.p-links__container {
  background: #f4f4f4;
}

@media screen and (min-width: 60em) {
  .p-links__container {
    -webkit-flex-basis: 60.4%;
    -ms-flex-preferred-size: 60.4%;
    flex-basis: 60.4%;
  }
}

.p-links__item {
  display: block;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
}

.p-links__item:hover {
  text-decoration: none;
}

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

.p-links__item:last-child {
  border-bottom: none;
}

.p-links__item .e-link--more-svg-icon {
  position: absolute;
  top: 43%;
  transition: transform .3s;
}

.p-links__item .c-icon {
  display: inline-block;
  height: 1.0625rem;
  color: #fa612a;
  vertical-align: text-top;
}

.p-links__title > h5 {
  color: #002664;
  margin-bottom: 0;
}

@media screen and (min-width: 37.5em) {
  .p-links__title > h5 {
    font-size: 1.125rem;
  }
}

.p-links__content p {
  margin-top: 0;
  color: #4a4a4a;
}

.p-links__icon {
  width: 1.8125rem;
  height: 1.8125rem;
  display: inline-block;
  vertical-align: text-top;
  margin-top: -0.625rem;
}

.p-links__icon-form {
  background: url(../mysource_files/form-icon.svg);
}

.p-links__icon-consumer {
  background: url(../mysource_files/consumer-icon.svg);
  height: 1.5rem;
}

.p-links__icon-scam {
  background: url(../mysource_files/scam-icon.svg);
  height: 2.1875rem;
}

.p-links__icon-bond {
  background: url(../mysource_files/bond-icon.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.p-links__icon-home {
  background: url(../mysource_files/home-icon.svg);
  background-repeat: no-repeat;
}

.p-links__icon-online {
  background: url(../mysource_files/online-icon.svg);
  background-repeat: no-repeat;
}

.p-links__icon-help {
  background: url(../mysource_files/help-icon.svg);
  width: 1.75rem;
  height: 1.75rem;
}

.c-video__cover {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible;
}

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

.flexbox .c-video__cover {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-video__caption {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #002664;
  color: #ffffff;
  line-height: 1.86;
  padding: 0 1.4375rem;
}

.c-video__play-btn {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  border: none;
  color: #ffffff;
  align-items: center;
  position: relative;
}

.no-js .c-video__play-btn,
.no-flexbox .c-video__play-btn {
  display: table;
}

.flexbox .c-video__play-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-video__play-btn::before {
  -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: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.c-video__play-btn:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.c-video__text {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

.c-video__text,
.c-video__play-btn-svg {
  position: relative;
}

.js-video-played .c-video__text,
.js-video-played .c-video__play-btn-svg {
  display: none;
}

.js-video-played.c-video__cover {
  -webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s ease 0.8s;
  -moz-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s ease 0.8s;
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), visibility 0s ease 0.8s;
  opacity: 0;
  visibility: hidden;
}

.c-result-summary {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0076c2;
  line-height: 1.43;
  padding: 1rem 0;
}

.c-results__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.c-results__tags {
  margin: 0.5625rem 0 1.125rem;
}

.c-results__item {
  border-bottom: 0.0625rem solid #d8d8d8;
  padding: 1.625rem 0 1.875rem;
}

.c-results__item:first-of-type {
  border-top: 0.0625rem solid #d8d8d8;
}

.c-results__title {
  line-height: 1.14;
  margin: 1.25rem 0;
}

.c-results__description {
  color: #4a4a4a;
  line-height: 1.63;
  margin: 1.5625rem 0 0.625rem;
}

.c-results__description p {
  word-wrap: break-word;
}

.c-results__cta {
  margin: 0.625rem 0;
}

.c-results__cta .e-link {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

.c-results .c-breadcrumbs {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: inherit;
  line-height: 1.43;
}

.c-results .c-breadcrumbs__link, .c-results .c-breadcrumbs__svg {
  color: #002664;
  display: inline-block;
}

.c-results .c-breadcrumbs__link {
  font-weight: 500;
}

.c-results .c-breadcrumbs__svg .c-icon {
  fill: #002664;
}

.c-results__tools {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 1.875rem 0 -1.875rem;
}

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

.flexbox .c-results__tools {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-results__tools-list {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background-color: #fafafa;
  list-style: none;
  padding: 1.1875rem 0;
}

.no-js .c-results__tools-list,
.no-flexbox .c-results__tools-list {
  display: table;
}

.flexbox .c-results__tools-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-results__tools-item {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border-left: 0.0625rem solid rgba(199, 199, 199, 0.4);
  padding: 0 1.5625rem;
  text-align: center;
}

.c-results__tools-item:first-of-type {
  border-left: none;
}

.c-results__tools-link {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  -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);
  line-height: 1.25;
}

.c-results__tools-link:hover {
  color: #0076c2;
  text-decoration: none;
}

.c-results__tools-link.c-tools__link--copy {
  background-color: inherit;
  color: #002664;
  border: none;
  padding: 0;
}

.c-results__tools-link.c-tools__link--copy:hover {
  color: #0076c2;
}

.c-search__wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}

.c-search__input {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 3.125rem;
  -moz-border-radius: 3.125rem;
  border-radius: 3.125rem;
  box-shadow: 0 0 0.1875rem 0.125rem #ececec;
  box-sizing: border-box;
  border: none;
  display: block;
  line-height: normal;
  outline: none;
  overflow: hidden;
  padding: 1.0625rem 4.5625rem 1.0625rem 1.25rem;
  white-space: nowrap;
  width: 100%;
  text-indent: 0;
  text-overflow: ellipsis;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}

.c-search__input:focus::-webkit-input-placeholder {
  color: transparent;
}

.c-search__input:focus:-moz-placeholder {
  color: transparent;
}

.c-search__input:focus::-moz-placeholder {
  color: transparent;
}

.c-search__input:focus:-ms-input-placeholder {
  color: transparent;
}

.c-search__input:focus {
  box-shadow: 0 0 0.6875rem 0.125rem #ececec inset;
}

input.c-search__input {
  box-sizing: border-box;
}

.c-search__btn {
  -webkit-border-bottom-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  -webkit-border-top-right-radius: 3.125rem;
  border-top-right-radius: 3.125rem;
  background-clip: padding-box;
  font-weight: 700;
  -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: #fa612a;
  border: none;
  color: #ffffff;
  height: 100%;
  min-width: 3.3125rem;
  padding: 0.875rem 1rem;
  position: absolute;
  right: -0.0625rem;
  top: 0;
}

.c-search__btn:hover {
  background-color: #eb4206;
}

.c-search__btn-text {
  display: none;
}

.c-search__svg .c-icon,
.c-search__icon .c-icon {
  font-size: 1.25rem;
}

.c-search__icon {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}

.c-search__icon .c-icon {
  fill: #4a4a4a;
}

.p-home-search {
  margin: 1rem 0 2.3125rem 0;
}

.p-home-search .c-search__input {
  box-shadow: none;
  padding: 1.375rem 4.5625rem 1.375rem 1.25rem;
}

.p-home-search .c-search__svg {
  display: block;
  margin-left: -0.3125rem;
  margin-top: 0.25rem;
}

.c-side-links__list {
  list-style: none;
  padding-left: 0;
}

.c-side-links__item {
  border-top: 0.0625rem solid rgba(199, 199, 199, 0.4);
}

.c-side-links__item:first-of-type {
  border-top: none;
}

.c-side-links__link {
  -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);
  display: block;
  line-height: 1.43;
  padding: 1.0625rem 0 1.125rem;
  position: relative;
}

.c-side-links__link:hover,
.c-side-links__item.is-active .c-side-links__link {
  color: #6e6e6e;
}

.c-side-links__link:hover {
  text-decoration: none;
}

.e-link--more-svg-icon {
  margin-left: 0.625rem;
  position: absolute;
}

.c-side-links__link .e-link--more-svg-icon {
  top: auto;
}

.c-side-nav {
  margin-bottom: 0.625rem;
}

.c-side-nav__heading {
  background-color: #002664;
  color: #ffffff;
  display: block;
  line-height: 1.56;
  padding: 1.125rem 2.1875rem 1.0625rem 1.375rem;
  position: relative;
}

.c-side-nav__heading:hover {
  text-decoration: none;
}

.c-side-nav__heading h1,
.c-side-nav__heading h2,
.c-side-nav__heading h3,
.c-side-nav__heading h4,
.c-side-nav__heading h5,
.c-side-nav__heading h6 {
  color: inherit;
  margin: 0;
}

.c-side-nav__trigger-svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -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);
  display: none;
  height: 1.1875rem;
  position: absolute;
  right: 1.25rem;
  top: 1.125rem;
  width: 1.1875rem;
}

.c-side-nav__trigger-svg .c-icon {
  font-size: 19px;
  font-size: 1.1875rem;
  fill: #fa612a;
}

.c-side-nav__heading.js-dropdown-trigger .c-side-nav__trigger-svg {
  display: block;
}

.is-active .c-side-nav__heading .c-side-nav__trigger-svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.js-dropdown-disabled .c-side-nav__trigger-svg {
  display: none !important;
}

.c-side-nav__body {
  background-color: #ffffff;
  box-shadow: 0 0.3125rem 0.9375rem 0.3125rem #ececec;
  overflow: hidden;
}

.c-side-nav__list {
  list-style: none;
  padding: 1.25rem 1.4375rem;
  margin: 0;
}

.c-side-nav__item {
  border-top: 0.0625rem solid rgba(199, 199, 199, 0.4);
  padding: 1rem 0;
}

.c-side-nav__item:first-of-type {
  border-top: none;
}

.c-side-nav__link {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  -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);
  line-height: 1.25;
}

.c-side-nav__link:hover {
  color: #0076c2;
  text-decoration: none;
}

.c-side-nav__item.is-active > .c-side-nav__link {
  color: #0076c2;
}

.c-side-nav .c-accordion__item {
  margin-bottom: 0;
}

.c-side-nav .c-accordion__title {
  padding: 0 1.25rem;
}

.c-side-nav .c-accordion__title-inner {
  border-top: 0.0625rem solid rgba(199, 199, 199, 0.4);
  padding: 1.5625rem 0 1.5rem;
}

.c-side-nav .c-accordion__angle {
  right: 1.25rem;
}

.c-side-nav .c-accordion__panel__inner {
  padding-bottom: 0;
  padding-top: 0;
}

.c-side-nav .e-link--more-svg {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: inherit;
  border-top: 0.0625rem solid #c7c7c7;
  color: #002664;
  padding: 1.125rem 0;
  padding-right: 1rem;
}

.c-side-nav .e-link--more-svg:first-of-type {
  border-top: none;
}

.c-side-nav .e-link--more-svg .e-link--more-svg-icon {
  right: 0;
  top: 1.125rem;
}

.c-side-nav .e-link--more-svg:hover {
  background-color: inherit;
  color: #0076c2;
}

.c-accordion__item:first-of-type .c-accordion__title-inner,
.c-accordion__item.is-active + .c-accordion__item .c-accordion__title-inner {
  border-top: none;
}

.c-side-nav__body .c-accordion {
  background-color: inherit;
  box-shadow: none;
  padding: 0.5625rem 0 0.5625rem;
}

.c-side-nav__level-1-text {
  -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);
}

.c-side-nav__level-1-text:hover {
  color: #0076c2;
}

.header-logo {
  display: inline-block;
  position: relative;
}

.logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 7px;
}

@media screen and (max-width: 959px) {
  .logo-wrapper {
    max-width: 3rem;
    margin-top: -0.875rem;
  }
}

.nsw-header__waratah {
  display: flex;
  justify-content: center;
}

@media (min-width: 62rem) {
  .nsw-header__waratah {
    padding: 0;
  }
}

.nsw-header__waratah svg {
  height: 3rem;
  display: block;
}

@media (min-width: 62rem) {
  .nsw-header__waratah svg {
    height: 4.75rem;
  }
}

.nsw-header__waratah a {
  display: flex;
  text-decoration: none;
  align-items: center;
  width: 72px;
  height: 76px;
}

@media (max-width: 62rem) {
  .nsw-header__waratah a {
    width: 3.5rem;
  }
}

.nsw-header__waratah a:hover {
  background: transparent;
  outline-width: 0;
}

.nsw-header__waratah a:focus {
  outline-width: 3px;
}

@media (min-width: 62rem) {
  .nsw-header__waratah a:focus {
    outline: none;
  }
}

@media (min-width: 62rem) {
  .nsw-header__waratah a:after {
    z-index: 100;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.nsw-header__waratah a svg:not(:first-child) {
  margin-left: 1.5rem;
}

@media (min-width: 62rem) {
  .nsw-header__waratah a svg:not(:first-child) {
    margin-left: 3rem;
  }
}

.nsw-header__name {
  padding: .75rem 0;
}

.nsw-header__name {
  display: none;
}

@media (min-width: 62rem) {
  .nsw-header__name {
    padding: 0;
    padding: 0;
    margin-left: 6.85rem;
    margin-top: -3rem;
    display: inline-block;
  }
}

.nsw-header__title {
  /* font-size:var(--nsw-font-size-lg-mobile);
    line-height:var(--nsw-line-height-lg-mobile);
    font-weight:var(--nsw-font-bold);
    color:var(--nsw-brand-dark); */
  font-size: 1.625rem;
  display: flex;
  align-items: center;
}

@media (min-width: 62rem) {
  .nsw-header__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #002664;
  }
}

.nsw-header__title .nsw-tag {
  margin-left: 1.5rem;
}

.nsw-header__description {
  /* font-size:var(--nsw-font-size-xs-mobile);
    line-height:var(--nsw-line-height-xs-mobile); */
  color: var(--nsw-brand-dark);
}

@media (min-width: 62rem) {
  .nsw-header__description {
    /* font-size:var(--nsw-font-size-xs-desktop);
        line-height:var(--nsw-line-height-xs-desktop) */
  }
}

.nsw-header__logo {
  display: flex;
  justify-content: center;
}

@media (min-width: 62rem) {
  .nsw-header__logo {
    padding-left: 1rem;
    justify-content: flex-start;
  }
}

.nsw-header__logo svg {
  height: 3rem;
  display: block;
}

@media (min-width: 62rem) {
  .nsw-header__logo svg {
    height: 4.75rem;
  }
}

.p-skip-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-social-links {
  margin: 2.1875rem 0;
}

.c-social-links__link {
  color: #fafafa;
  margin-left: 1rem;
}

.c-social-links__link:first-of-type {
  margin-left: 0;
}

.c-social-links__link .c-icon {
  -webkit-transition: fill 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: fill 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: fill 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.c-social-links__link:hover .c-icon {
  fill: #0076c2;
}

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

.p-social__container {
  background: #0979bf;
}

.p-social__inner {
  padding: 3rem 0 4.0625rem 0;
}

@media screen and (min-width: 37.5em) {
  .p-social__inner {
    padding: 3.875rem 0 5.1875rem 0;
  }
}

.p-social__inner-box {
  display: none;
}

.p-social__inner-box.is-tab-active {
  display: block;
}

.p-social__header {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  position: relative;
}

.p-social__header p:after {
  background-color: #0768ac;
  bottom: -0.875rem;
  content: '';
  height: 0.1875rem;
  left: 43%;
  position: absolute;
  width: 1.875rem;
  opacity: .6;
}

@media screen and (min-width: 37.5em) {
  .p-social__header p:after {
    left: 46%;
  }
}

@media screen and (min-width: 60em) {
  .p-social__header p:after {
    left: 48%;
  }
}

.p-social__icons {
  margin: 2.5rem 0;
}

.p-social__list {
  text-align: center;
}

.p-social__icon-item {
  display: inline-block;
  margin: 0 0.4rem;
}

.p-social__icon-item .js-social__link {
  display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  border: 2px solid #0979bf;
  border-radius: 50%;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
}

.p-social__icon-item.is-tab-active .js-social__link {
  border-color: #ffffff;
}

@media screen and (min-width: 60em) {
  .no-js .p-social__content,
  .no-flexbox .p-social__content {
    display: table;
  }
  .flexbox .p-social__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.p-social__item {
  background: #ffffff;
  margin: 0 0.3125rem;
  padding: 2.5rem 1.875rem;
  height: 19.4375rem;
  overflow: hidden;
  position: relative;
}

.p-social__item__social-img {
  margin-top: 29%;
}

.p-social__item.slick-current {
  height: auto;
}

@media screen and (min-width: 60em) {
  .p-social__item {
    margin: 0 0.625rem;
    height: inherit;
    min-height: 23.75rem;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
  .p-social__item:first-child {
    margin-left: 0;
  }
  .p-social__item:last-child {
    margin-right: 0;
  }
}

.p-social__item.youtube {
  height: inherit;
}

.p-social__item .c-icon {
  color: #0979bf;
  font-size: 2.5rem;
}

.p-social__item__title {
  margin-top: 0.625rem;
  font-size: 1.125rem;
}

.p-social__item__header {
  display: inline-block;
  margin-bottom: 0.625rem;
}

.p-social__item__header:hover, .p-social__item__header:focus {
  text-decoration: none;
  cursor: pointer;
}

.p-social__item__header img {
  display: inline-block !important;
}

.no-js .p-social__item__header.youtube,
.no-flexbox .p-social__item__header.youtube {
  display: table;
}

.flexbox .p-social__item__header.youtube {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.p-social__profile {
  background-color: #0979bf;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  vertical-align: bottom;
}

.p-social__profile.facebook {
  padding: 0.4375rem 0.75rem;
}

.p-social__profile.twitter {
  padding: 0.5rem 0.375rem;
}

.p-social__date {
  margin-left: 0.3125rem;
  font-weight: bold;
  display: inline-block;
  color: #0979bf;
  font-weight: 700;
  font-size: 1.125rem;
}

.p-social__date.youtube {
  margin-top: 0.5625rem;
  margin-left: 0.9375rem;
}

.p-social__content__link {
  font-size: 1rem;
  font-weight: 500;
}

.p-social__video iframe {
  display: inline-block;
  width: 100%;
  height: 10.625rem;
}

.p-social_media--home .o-container {
  padding-left: 0;
  padding-right: 0;
  max-width: inherit;
}

@media screen and (min-width: 60em) {
  .p-social_media--home .o-container {
    max-width: 75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-social_media--home .slick-track {
  display: block;
  box-sizing: border-box;
}

.p-social_media--home .slick-dots {
  bottom: -4.5rem;
}

.p-social_media--home .slick-dots button {
  border: none;
  background-color: #c7c7c7;
}

.p-social_media--home .slick-dots .slick-active button {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.p-social_media--home .slick-slide {
  width: 17.5rem;
}

@media screen and (min-width: 37.5em) {
  .p-social_media--home .slick-slide {
    width: 23.75rem;
  }
}

.c-tools {
  list-style: none;
  margin: 3.4375rem 0;
}

.c-tools__list {
  background-color: #fafafa;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.c-tools__body .c-tools__list {
  background-color: #ffffff;
}

.c-tools__item {
  padding: 0 0.9375rem 0 1.25rem;
}

.c-tools__link {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  -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);
  border-top: 0.0625rem solid rgba(199, 199, 199, 0.4);
  color: #002664;
  display: block;
  line-height: 1.25;
  padding: 1.375rem 0 1.4375rem 2.5rem;
  position: relative;
}

.c-tools__item:first-of-type > .c-tools__link {
  border-top: none;
}

.c-tools__item.is-active > .c-tools__link {
  color: #fa612a;
}

.c-tools__link:focus {
  color: #6e6e6e;
}

.c-tools__link:hover {
  color: #6e6e6e;
  text-decoration: none;
}

.c-tools__item.is-selected > .c-tools__link {
  color: #6e6e6e;
}

.c-tools__svg {
  left: 0;
  position: absolute;
  top: 1.375rem;
}

.c-tools__svg .c-icon {
  font-size: 16px;
  font-size: 1rem;
  fill: #fa612a;
}

.c-tools__body .c-tools__svg .c-icon {
  fill: currentColor;
}

.c-tools__link--copy {
  position: relative;
}

.c-tools__link--copy::after {
  -webkit-transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  content: '';
  display: inline-block;
  left: calc(100% + .25rem);
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}

.c-tools__link--copy.u-copied {
  color: #00b246;
}

.c-tools__link--copy.u-copied::after {
  content: '\2714';
  opacity: 1;
  visibility: visible;
}

.c-tools__link--copy.u-error {
  color: #ed0036;
}

.c-tools__link--copy.u-error::after {
  content: '\2716';
  opacity: 1;
  visibility: visible;
}

.c-tools .js-dropdown {
  position: relative;
}

.c-tools .js-dropdown-trigger::after {
  -webkit-transition: visibility 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  -moz-transition: visibility 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  transition: visibility 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
  border-bottom: 0.75rem solid #ffffff;
  border-left: 0.875rem solid transparent;
  border-right: 0.875rem solid transparent;
  content: '';
  height: 0;
  left: -0.5rem;
  position: absolute;
  top: calc(100% - .6rem);
  width: 0;
  visibility: hidden;
  z-index: 1;
}

.c-tools .js-dropdown-body {
  -webkit-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  -moz-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.1s cubic-bezier(0.77, 0, 0.175, 1) 0.4s;
  left: 0;
  position: absolute;
  width: 100%;
}

.c-tools .is-active .js-dropdown-body {
  -webkit-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: max-height 0.4s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.1s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 0 0 0.3125rem 0.1875rem #ececec;
}

.c-tools .is-active .js-dropdown-trigger::after {
  -webkit-transition: visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: visible;
}

.p-header__box .p-top-links {
  display: none;
}

.p-top-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-top-links__item {
  border-top: 0.0625rem solid rgba(199, 199, 199, 0.4);
}

.p-top-links__item:first-of-type {
  border-top: none;
}

.p-top-links__link {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  -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);
  background-color: #ffffff;
  color: #4b4b4b;
  display: block;
  line-height: 1.57;
  padding: 1.3125rem 1.875rem 1.125rem 1.25rem;
  position: relative;
}

.p-top-links__link:hover {
  color: #0076c2;
  text-decoration: none;
}

.p-top-links__link.p-main-nav__link-back {
  padding-left: 3.125rem;
  position: absolute;
}

.p-top-links__svg {
  color: #949494;
}

.p-header__box .p-top-links {
  float: right;
  width: calc(100% - 6.625rem);
}

.p-header__box .p-top-links__list {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-js .p-header__box .p-top-links__list,
.no-flexbox .p-header__box .p-top-links__list {
  display: table;
}

.flexbox .p-header__box .p-top-links__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.p-header__box .p-top-links__item {
  border: none;
  margin-left: 1.4375rem;
}

.p-header__box .p-top-links__link {
  display: inline;
  line-height: 1;
  padding: 0;
}

#progress-bar {
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 0.3125rem;
  margin-bottom: 4.375rem;
}

#progress-bar #myBar {
  width: 2%;
  height: 0.625rem;
  background-color: #ee5f30;
  border-radius: 0.3125rem;
  position: relative;
}

#progress-bar #myBar:before {
  content: " ";
  position: absolute;
  border-radius: 0.125rem;
  right: -0.3125rem;
  top: 0.9375rem;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #002167;
  transform: rotate(-45deg);
}

#progress-bar #myBar #bar-indicator {
  position: absolute;
  right: -1.875rem;
  top: 1.125rem;
  padding: 0.3125rem 0.9375rem;
  border-radius: 1.25rem;
  background-color: #002167;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
}

#progress-bar #myBar #bar-indicator p {
  margin: 0;
}

#progress-bar.complete #myBar {
  width: 100% !important;
}

#progress-bar.complete #myBar:before {
  right: 0.875rem;
}

#progress-bar.complete #myBar #bar-indicator {
  right: -0.8125rem;
}

.decision-form {
  position: relative;
  margin-bottom: 5rem !important;
  counter-reset: section;
}

.decision-form__hr {
  opacity: 0.5;
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
  display: none;
  border: none;
  border-top: 0.0625rem solid #d7d6d6;
}

.decision-form__submit {
  display: none;
  border: none;
  font-size: 1.25rem;
  font-weight: 700;
  -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);
  color: #fa612a;
  line-height: 1.25;
  right: 0;
  background: white;
  margin-bottom: 3.75rem;
  position: absolute;
}

.decision-form__submit:hover {
  transform: translateX(5px);
  transition: transform 0.3s;
}

.decision-form__submit .c-icon {
  font-size: 1.5rem;
  margin-left: 1.25rem;
}

.decision-question h3:before {
  counter-increment: section;
  content: counter(section) ". ";
}

.decision-question__content {
  background-color: #f4f4f4;
  padding: 1.875rem 1.25rem;
}

.decision-question__content p {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  margin-top: 0rem;
}

.decision-question__content hr {
  border: 0.0625rem solid white;
}

.decision-question__content .c-btn.c-btn--border-inverse {
  margin: auto;
  display: block;
  margin-top: 1.25rem;
}

.decision-question__content .question-heading {
  display: block;
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: #002664;
  font-size: 1.375rem;
  line-height: 1.43;
  font-weight: 700;
}

.decision-question__content .question-label__icon-help {
  background: url(../mysource_files/help-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: text-top;
  margin-top: -0.3125rem;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}

.decision-question__content .question-label__description {
  display: none;
  position: relative;
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #dadcde;
}

.decision-question__content .question-label__description button {
  position: absolute;
  top: -2.8125rem;
  right: 0;
  border: none;
  background: transparent;
  color: #002664;
  font-weight: 800;
}

.decision-question__content .question-label__description button span {
  border-radius: 50%;
  background-color: #002664;
  color: #f4f4f4;
  padding: 0rem 0.25rem;
}

.decision-question__content .question-label__description p {
  font-size: 0.875rem;
}

.decision-question__content .question-label__description__link {
  font-weight: 800;
  font-size: 0.875rem;
  position: relative;
}

.decision-question__content .question-label__description__link span {
  transform: rotate(-45deg);
  position: absolute;
  right: -1.5625rem;
}

.decision-question__content .question-label__description__link span .c-icon {
  font-size: 1.125rem;
  color: #fa612a;
}

.decision-question__content .radio-label {
  display: block;
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 1.25rem;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
  color: #002664;
}

.decision-question__content .radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
}

.decision-question__content .radio-label input:focus + .checkmark {
  outline: -webkit-focus-ring-color auto 5px;
}

.decision-question__content .radio-label .checkmark {
  position: absolute;
  top: 0rem;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  background-color: white;
  border-radius: 50%;
  border: 0.125rem solid #002664;
}

.decision-question__content .radio-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 0.25rem;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #fa612a;
}

.decision-question__content .radio-label input:checked ~ .checkmark {
  background-color: white;
  border: 0.125rem solid #fa612a;
}

.decision-question__content .radio-label input:checked ~ .checkmark:after {
  display: block;
}

.decision-question__content .radio-bollean {
  display: inline-block;
  margin-right: 1.25rem;
}

.decision-question__content .error {
  margin: auto;
  display: none;
  width: auto;
  max-width: 100%;
  margin-top: 1.25rem;
  text-align: center;
  color: red;
  font-weight: 700;
}

.decision-question__content.question_number input {
  margin: 0 1.25rem 0 0;
  width: 9.375rem;
  color: #002664;
  border: none;
  border-radius: 3.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.75rem 1rem 0.625rem;
  text-align: right;
  padding-left: 2.1875rem;
  font-size: 1.125rem;
}

.decision-question__content.question_number input[type=number]::-webkit-inner-spin-button,
.decision-question__content.question_number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.decision-question__content.question_number input[type=number] {
  -moz-appearance: textfield;
}

.decision-question__content.question_number .next-question {
  display: inline-block;
}

.decision-question__content.question_number .js-next-question {
  display: inline-block;
}

.decision-question__content.question_number span {
  position: relative;
  display: inline-block;
}

.decision-question__content.question_number span:before {
  content: "$";
  position: absolute;
  top: 0.6875rem;
  left: 1.25rem;
  font-weight: 700;
  font-size: 1.125rem;
}

.decision-question__content.question_number button.c-btn.c-btn--border-inverse {
  margin-top: 0rem;
}

.decision-question__content.question_number .error {
  text-align: left;
}

.decision-question__content.question_number.sans-symbol input {
  padding-left: 1rem;
}

.decision-question__content.question_number.sans-symbol span:before {
  content: none;
}

.decision-question__answer {
  display: none;
  padding: 1.25rem;
  padding-right: 3rem;
  font-size: 1rem;
  font-weight: 700;
  color: #002664;
  box-shadow: 0.125rem 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.1);
  transition: 0.4s ease;
  position: relative;
}

.decision-question__answer button {
  position: absolute;
  top: 2.1875rem;
  right: 1.25rem;
  color: #6e6e6e;
  cursor: pointer;
  border: none;
  font-weight: 700;
  background: transparent;
}

.decision-question__answer button .edit-icon {
  font-size: 0.875rem;
  fill: #002664;
  height: 1rem;
  overflow: hidden;
  vertical-align: -0.1875rem;
  width: 1rem;
  margin-left: 0.625rem;
}

.decision-message {
  position: relative;
  margin-top: 6.25rem;
}

.decision-message__back {
  border: none;
  font-size: 1.25rem;
  font-weight: 700;
  -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);
  color: #fa612a;
  line-height: 1.25;
  background: white;
  margin: 0 0 1.875rem 0;
  position: absolute;
  top: -3.125rem;
}

.decision-message__back:hover {
  transform: translateX(-5px);
  transition: transform 0.3s;
}

.decision-message__back .c-icon {
  font-size: 1.5rem;
  margin-right: 1.25rem;
}

.decision-message__content {
  background-color: #f4f4f4;
  padding: 1.25rem;
  padding-bottom: 0.625rem;
  clear: both;
}

.decision-message__content .apply-now-button {
  position: relative;
  padding-right: 2.5rem;
}

.decision-message__content .apply-now-button span {
  transform: rotate(-45deg);
  position: absolute;
  right: 0.625rem;
  top: 0.8125rem;
}

.decision-message__content .apply-now-button span .c-icon {
  font-size: 1.125rem;
  color: #fa612a;
}

.decision-message__content p {
  margin: 1.25rem 0;
}

.decision-message__content button {
  margin-bottom: 0.625rem;
}

.decision-message__content ol:not([class]) {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 0rem;
  margin-top: 1.875rem;
}

.decision-message__content ol:not([class]) li {
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid white;
}

.decision-message__content ol:not([class]) li:before {
  content: "";
}

.decision-message__content ol:not([class]) li span {
  display: block;
}

.decision-message__content ol:not([class]) li span + span {
  color: #002664;
  font-weight: 700;
}

.decision-message__content ol:not([class]) li:last-child {
  border: none;
}

@media print {
  #progress-bar,
  .message__back,
  .decision-form button,
  .decision-form .error,
  .decision-form .loading-container,
  .decision-message__content button {
    display: none;
  }
  .decision-message__content li span {
    margin-left: 1rem;
  }
}

.loading-container {
  display: none;
  margin: 1.875rem auto;
  text-align: center;
}

.loading-container.is-active {
  display: block;
}

.sk-chase {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #002664;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}

a {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #002664;
}

a[class="is-active"] {
  text-decoration: underline;
}

a.e-link {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  color: #fa612a;
}

a.e-link.is-active, a.e-link:hover {
  color: #002664;
  text-decoration: none;
}

a.e-link--more-svg {
  color: #002664;
}

a.e-link--more-svg.is-active, a.e-link--more-svg:hover {
  color: #f1f1f1;
}

a.e-link--more-svg.is-active::before, a.e-link--more-svg:hover::before {
  content: none;
}

a.e-link--more-svg .e-link--more-svg-icon {
  right: 1.25rem;
  top: 1.75rem;
}

.e-link--more-svg {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  background-color: #f1f1f1;
  color: #002664;
  display: block;
  line-height: 1.25;
  padding: 1.875rem 2.8125rem 1.6875rem 1.1875rem;
  width: 100%;
}

.e-link--more-svg.is-active, .e-link--more-svg:hover {
  -webkit-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.4s cubic-bezier(0.77, 0, 0.175, 1), background-color 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #002664;
}

.e-link--more-svg-icon {
  -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);
}

*:hover > .e-link--more-svg-icon {
  -webkit-transform: translateX(0.3125rem);
  -ms-transform: translateX(0.3125rem);
  transform: translateX(0.3125rem);
}

.e-link--more-svg-icon .c-icon {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #fa612a;
}

.e-link-tag {
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #ededed;
  color: #002664;
  display: inline-block;
  line-height: 1.43;
  margin-left: 0.3125rem;
  padding: 0.3125rem 0.5625rem;
}

.e-link-tag:first-of-type {
  margin-left: 0;
}

a.e-link-tag {
  -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);
}

a.e-link-tag:hover {
  color: #0076c2;
  text-decoration: none;
}

@media (max-width: 60em) {
  .o-long-doc .toc {
    order: 1;
  }
  .o-long-doc #btn-show-hde-toc {
    display: none;
  }
}

table {
  table-layout: fixed;
}

th,
td {
  border: 0;
  border-left: 0.0625rem solid #ffffff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
}

th:first-of-type,
td:first-of-type {
  border-left-color: transparent;
}

th {
  font-size: 16px;
  font-size: 1rem;
  background-color: #002664;
  color: #ffffff;
  padding-bottom: 1.1875rem;
  padding-top: 1.4375rem;
}

th,
td:first-of-type {
  font-weight: 700;
  line-height: 1.25;
}

td {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #ffffff;
  color: #002664;
  padding-bottom: 1.0625rem;
  padding-top: 1.125rem;
}

td:nth-of-type(2n + 1) {
  background-color: #fafafa;
}

tr {
  border-top: 0.0625rem solid #ececec;
}

tr:first-of-type {
  border-top-color: transparent;
}

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

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

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

.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--azure th {
  background-color: #009ee0;
}

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

.e-tbl--azure-two th {
  background-color: #09a2e2;
}

.e-tbl--azure-two tbody tr {
  border-bottom: 0.0625rem solid #09a2e2;
}

.e-tbl--azure-three th {
  background-color: #03a0e1;
}

.e-tbl--azure-three tbody tr {
  border-bottom: 0.0625rem solid #03a0e1;
}

.e-tbl--baby-blue th {
  background-color: #a8e4ff;
}

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

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

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

.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--light-blue th {
  background-color: #7ed5f9;
}

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

.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--ugly-blue th {
  background-color: #32657c;
}

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

.e-tbl--blue-67 th {
  background-color: rgba(80, 206, 249, 0.67);
}

.e-tbl--blue-67 tbody tr {
  border-bottom: 0.0625rem solid rgba(80, 206, 249, 0.67);
}

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

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

.e-tbl--turtle-green th {
  background-color: #354422;
}

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

.e-tbl--green-67 th {
  background-color: rgba(211, 249, 80, 0.67);
}

.e-tbl--green-67 tbody tr {
  border-bottom: 0.0625rem solid rgba(211, 249, 80, 0.67);
}

.e-tbl--boulder th {
  background-color: #7b7b7b;
}

.e-tbl--boulder tbody tr {
  border-bottom: 0.0625rem solid #7b7b7b;
}

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

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

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

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

.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--warm-grey th {
  background-color: #7a7a7a;
}

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

.e-tbl--orange-67 th {
  background-color: rgba(249, 159, 80, 0.67);
}

.e-tbl--orange-67 tbody tr {
  border-bottom: 0.0625rem solid rgba(249, 159, 80, 0.67);
}

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

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

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

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

.e-tbl--boston-university-red th {
  background-color: #c00;
}

.e-tbl--boston-university-red tbody tr {
  border-bottom: 0.0625rem solid #c00;
}

.e-tbl--scarlet th {
  background-color: #d10003;
}

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

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

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

.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-three th {
  background-color: #fff;
}

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

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

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

.e-tbl--fluorescent-orange th {
  background-color: #ffbe00;
}

.e-tbl--fluorescent-orange tbody tr {
  border-bottom: 0.0625rem solid #ffbe00;
}

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

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

.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--orange th {
  background-color: rgba(249, 159, 80, 0.67);
}

.e-tbl--orange tbody tr {
  border-bottom: 0.0625rem solid rgba(249, 159, 80, 0.67);
}

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

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

.e-tbl--red th {
  background-color: #d10003;
}

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

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

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

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

.c-video {
  background-color: #000000;
}

/*
 * #page-wrapper's class for layout
 */
.s-float-sidebar .o-aside {
  margin-top: -2.8125rem;
}

.s-sidebar-bottom-mobile .o-layout--right-aside {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.s-sidebar-split-mobile .o-content .c-side-nav {
  margin: -2.8125rem 0 2.5rem;
}

.s-sidebar-split-mobile .o-aside .c-side-nav {
  display: none;
}

.s-sidebar-split-mobile .o-layout--right-aside {
  padding-bottom: 0.625rem;
}

.s-sidebar-split-mobile .main > .p-card__container {
  margin-bottom: 3.125rem;
}

/*
 * #page-wrapper's class for pages
 */
.s-home .p-main-nav__search {
  display: none;
}

.s-search .c-result-summary {
  padding: 1.75rem 0 0.6875rem;
}

.s-search .c-pagination {
  margin: 0.5625rem 0 3rem;
}

.s-search .o-content .c-search {
  margin-top: 2.1875rem;
}

.s-news .o-content .c-search {
  margin-top: 2.1875rem;
}

.s-news .c-result-summary {
  border-bottom: 0.0625rem solid #d8d8d8;
  padding: 1.75rem 0 0.6875rem;
}

.s-news .c-pagination {
  margin: 0.5625rem 0 3rem;
}

.s-news .c-news__item:last-of-type {
  border-bottom: none;
}

.s-news .c-news__header {
  display: none;
}

.s-news .c-news__more {
  display: none;
}

/*
 * Page patterns
 */
.p-header__inner {
  height: 5rem;
}

.p-header__logo {
  padding-left: 4.4375rem;
  padding-top: 1.0625rem;
}

.p-header__logo-img {
  height: 2.9375rem;
  width: 6.625rem;
}

.footer {
  background-color: #002664;
  padding: 0.00625rem 0;
}

/*
 * Components
 */
.c-divider {
  display: table;
  clear: both;
  margin: 1.875rem 0;
}

.c-panel {
  padding: 1.75rem 0;
}

/*
 * Elements
 */
.e-tags {
  margin: 1rem 0;
}

/*
 * Utilities
 */
.u-spread-contents {
  align-content: center;
  justify-content: space-around;
}

.no-js .u-spread-contents,
.no-flexbox .u-spread-contents {
  display: table;
}

.flexbox .u-spread-contents {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.u-no-margin {
  margin: 0;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-highlight {
  color: #fa612a;
}

.u-visuallyhidden {
  visibility: hidden !important;
}

@media (min-width: 37.5em) {
  /*
--------------------
Modules
--------------------
*/
  .p-header__logo {
    padding: 1.0625rem 0 0 5rem;
  }
  .no-js .p-footer__inner,
  .no-flexbox .p-footer__inner {
    display: table;
  }
  .flexbox .p-footer__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  /* Module: S */
  /* Module: S */
  /* Module: S */
  .footer .p-bottom-links {
    display: inline-block;
    width: 50%;
  }
  .p-bottom-links__list {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-bottom-links__item {
    margin-top: 0;
    width: calc(50% - 1.25rem);
    margin-bottom: 1.25rem;
    margin-right: 1.25rem;
  }
  .p-bottom-links__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* Module: S */
  /* Module: S */
  .c-pagination--page .c-pagination__btn-title {
    display: block;
  }
  /* Module: S */
  .p-home-search {
    margin: 3.4375rem auto 2.8125rem;
    width: calc(100% - 2.5rem);
  }
  .p-home-search .c-search__input {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    padding: 2.0625rem 11rem 1.75rem 3.9375rem;
  }
  .p-home-search .c-search__btn {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    padding: 1.75rem 2.375rem;
  }
  .p-home-search .c-search__btn-text {
    display: inline;
  }
  .p-home-search .c-search__svg {
    display: none;
  }
  .p-home-search .c-search__icon {
    display: block;
    left: 1.5625rem;
    top: 1.5625rem;
  }
  .p-home-search .c-search__icon .c-icon {
    font-size: 1.9375rem;
  }
  /* Module: S */
  .footer .c-social-links {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: inline-flex;
  }
  /* Module: S */
}

@media (min-width: 60em) {
  /*
 * #page-wrapper's class for layout
 */
  .s-float-sidebar .o-aside {
    margin-top: -6.875rem;
  }
  .s-sidebar-bottom-mobile .o-layout--right-aside {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .s-sidebar-split-mobile .o-content .c-side-nav {
    display: none;
  }
  .s-sidebar-split-mobile .o-aside .c-side-nav {
    display: block;
  }
  .s-sidebar-split-mobile .o-layout--right-aside {
    padding-bottom: 3.75rem;
  }
  .s-sidebar-split-mobile .main > .p-card__container {
    margin-bottom: 5rem;
  }
  /*
 * #page-wrapper's class for pages
 */
  .s-search .c-result-summary {
    padding: 2.375rem 0 0.6875rem;
  }
  .s-search .o-content .c-search {
    margin-top: 0;
  }
  .s-news .o-content .c-search {
    margin-top: 0;
  }
  .s-news .c-result-summary {
    border-bottom: 0.0625rem solid #d8d8d8;
    padding-top: 2.6875rem;
  }
  .s-news .c-news__item {
    padding-top: 1.1875rem;
  }
  /*
 * Page patterns
 */
  .p-header__inner {
    height: auto;
  }
  .p-header__logo-img {
    height: 5.4375rem;
    width: 12.25rem;
  }
  .p-header__logo {
    padding: 2.1875rem 0 2.34375rem;
  }
  /*
 * Element
 */
  .e-tags {
    margin: 1.375rem 0;
  }
  /*
 * Utilities
 */
  .u-mobile-only {
    display: none;
  }
  #page-wrapper {
    overflow-x: hidden;
  }
  /* Module: S */
  .o-layout--right-aside {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 4.6875rem 0;
  }
  .no-js .o-layout--right-aside,
  .no-flexbox .o-layout--right-aside {
    display: table;
  }
  .flexbox .o-layout--right-aside {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .o-layout--right-aside .o-aside {
    -webkit-flex-basis: 18.8125rem;
    -ms-flex-preferred-size: 18.8125rem;
    flex-basis: 18.8125rem;
    flex-shrink: 0;
  }
  .o-layout--right-aside .o-content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    flex-shrink: 1;
    padding-right: 4.625rem;
    max-width: calc(100% - 18.8125rem);
  }
  /* Module: S */
  body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.63;
  }
  h1,
  .e-h1 {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.25;
  }
  h2,
  .e-h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.43;
  }
  .e-intro {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.45;
  }
  ol:not([class]),
  ul:not([class]) {
    padding-left: 3.875rem;
  }
  ol:not([class]) ol,
  ol:not([class]) ul,
  ul:not([class]) ol,
  ul:not([class]) ul {
    margin-top: 1.625rem;
  }
  ol:not([class]) ol ol,
  ol:not([class]) ol ul,
  ol:not([class]) ul ol,
  ol:not([class]) ul ul,
  ul:not([class]) ol ol,
  ul:not([class]) ol ul,
  ul:not([class]) ul ol,
  ul:not([class]) ul ul {
    margin-top: 0.875rem;
  }
  ol:not([class]) ol ol,
  ol:not([class]) ul ol,
  ul:not([class]) ol ol,
  ul:not([class]) ul ol {
    padding-left: 2.1875rem;
  }
  ol:not([class]) ol ul,
  ol:not([class]) ul ul,
  ul:not([class]) ol ul,
  ul:not([class]) ul ul {
    padding-left: 1.875rem;
  }
  ol:not([class]) > li:not([class]),
  ul:not([class]) > li:not([class]) {
    margin-bottom: 1.25rem;
  }
  ol:not([class]) ol,
  ul:not([class]) ol {
    padding-left: 2.1875rem;
  }
  ol:not([class]) ul,
  ul:not([class]) ul {
    padding-left: 1.9375rem;
  }
  ul:not([class]) > li:not([class])::before {
    left: -1.5625rem;
  }
  ul:not([class]) ul > li:not([class])::before {
    left: -1.8125rem;
  }
  ul:not([class]) ul ul > li:not([class])::before {
    left: -1.6875rem;
  }
  /* Module: S */
  .c-accordion__title {
    padding: 2.25rem 1.25rem 2rem;
  }
  .c-accordion__angle {
    right: 1.25rem;
    top: 2.1875rem;
  }
  .c-accordion__angle .c-icon {
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* Module: S */
  .p-banner {
    padding: 4.3125rem 0 5.6875rem;
  }
  .s-banner-premium .p-banner {
    padding: 6.875rem 0;
  }
  /* Module: S */
  .footer .p-bottom-links {
    width: 100%;
  }
  .p-bottom-links__item {
    margin-bottom: 0;
    width: auto;
  }
  /* Module: S */
  .c-breadcrumbs__svg-mobile {
    display: none;
  }
  .c-breadcrumbs__svg {
    display: block;
  }
  .c-breadcrumbs__link {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    line-height: 1.5;
  }
  /* Module: S */
  .c-chatbot__container {
    right: 10%;
    width: auto;
    left: auto;
  }
  .c-btn__container .c-news__more {
    width: 22.8125rem;
  }
  /* Module: S */
  .js-dropdown-body:not(.js-dropdown-mobile-only) {
    visibility: visible;
  }
  /* Module: S */
  .ui-autocomplete {
    padding: 0 1.25rem;
  }
  .ui-menu-item {
    padding: 1.125rem 0 1rem;
  }
  .ui-menu-item-wrapper {
    font-size: 16px;
    font-size: 1rem;
  }
  /* Module: S */
  .slick-dots > * {
    margin: 0 0.3125rem;
  }
  .slick-dots button {
    height: 0.625rem;
    width: 0.625rem;
  }
  /* Module: S */
  #sq-google-translate-element {
    box-sizing: content-box;
    padding: 0;
    position: absolute;
    right: 0;
    top: calc(-85% - 2.5rem);
    width: 9rem;
  }
  #sq-google-translate-element .goog-te-gadget {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #sq-google-translate-element .goog-te-combo,
  #sq-google-translate-element .goog-logo-link {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #sq-google-translate-element .goog-te-gadget > div {
    border-width: 0.0625rem;
    margin-bottom: 0.375rem;
    padding: 0.25rem 0.4375rem;
    width: 100%;
  }
  #sq-google-translate-element .goog-logo-link img {
    width: auto;
    height: 0.625rem;
  }
  #sq-google-translate-element .google-translate__svg-down-arrow {
    display: none;
  }
  /* Module: S */
  .p-main-nav {
    background-color: #f1f1f1;
    position: relative;
    z-index: 2;
  }
  .p-main-nav__mobile-trigger {
    display: none;
  }
  .p-main-nav__search {
    background-color: transparent;
    display: block;
    padding: 0;
    position: absolute;
    right: 0;
    top: calc(-100% + 1.5rem);
    width: 17.125rem;
  }
  .p-main-nav__list-wrap {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background-color: inherit;
    overflow: visible;
    position: static;
    visibility: visible;
    width: 100%;
  }
  .p-main-nav__list {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .no-js .p-main-nav__list,
  .no-flexbox .p-main-nav__list {
    display: table;
  }
  .flexbox .p-main-nav__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .p-main-nav__svg {
    display: none;
  }
  .p-main-nav__item {
    border-top: none;
    margin: 0 0 0 2.5rem;
  }
  .p-main-nav__item:first-of-type {
    margin-left: 0;
  }
  .p-main-nav__link {
    font-size: 15px;
    font-size: 0.9375rem;
    background-color: inherit;
    margin: 1.5625rem 0 1.875rem;
    padding: 0;
    position: static;
  }
  .p-main-nav__link:hover {
    color: #6a6a6a;
  }
  .p-main-nav__link-back {
    display: none;
  }
  .p-main-nav__text:hover {
    text-decoration: none;
  }
  .p-main-nav__sub-list {
    -webkit-transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.1s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.1s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.1s cubic-bezier(0.77, 0, 0.175, 1);
    left: 0;
    top: 100%;
  }
  .p-main-nav__sub-list::before {
    background-color: #002664;
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: absolute;
    right: 50%;
    top: 0;
    width: 100vw;
  }
  .p-main-nav__item:hover .p-main-nav__sub-list {
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
    -moz-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, visibility 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s;
    opacity: 1;
    visibility: visible;
  }
  .p-main-nav__sub-list .p-card__list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .p-main-nav__sub-link {
    max-width: 25%;
    padding-bottom: 3.125rem;
    padding-right: 1.1875rem;
  }
  .p-main-nav__sub-link.p-card__item {
    flex-basis: 25%;
    margin: 0;
  }
  .p-main-nav__sub-link.p-card__item .p-card__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.11;
  }
  .p-main-nav__sub-link .p-card__content {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 0;
  }
  .p-main-nav__sub-link.p-card__item .e-link--more-svg-icon {
    bottom: auto;
    left: 1.25rem;
    position: absolute;
    right: auto;
    top: auto;
  }
  /* Module: S */
  .c-pagination__btn-link,
  .c-pagination__link {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-pagination--page {
    margin-top: 3.125rem;
  }
  /* Module: S */
  .c-results__item {
    padding: 1.375rem 0 1.125rem;
  }
  .c-results__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .c-results__description {
    margin: 0.875rem 0 0.5625rem;
  }
  .c-results .c-breadcrumbs__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-results__tools {
    margin-top: 1.25rem;
    margin-bottom: -1.125rem;
  }
  .c-results__tools-list {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .c-results__tools-item {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* Module: S */
  .p-home-search {
    width: 100%;
  }
  .p-home-search .c-search__icon {
    left: 1.875rem;
  }
  .p-home-search .c-search__input {
    padding: 2.0625rem 11rem 1.75rem 4.875rem;
  }
  /* Module: S */
  .c-side-nav {
    margin-bottom: 3.125rem;
  }
  .c-side-nav__heading {
    line-height: 1.14;
    padding-bottom: 2.125rem;
    padding-top: 1.875rem;
  }
  .c-side-nav__heading h1,
  .c-side-nav__heading h2,
  .c-side-nav__heading h3,
  .c-side-nav__heading h4,
  .c-side-nav__heading h5,
  .c-side-nav__heading h6 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .c-side-nav__trigger-svg {
    top: 2rem;
  }
  .c-side-nav__list {
    padding: 1.75rem 1.4375rem 1.125rem;
  }
  .c-side-nav__item {
    padding: 1.125rem 0;
  }
  .c-side-nav__link {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-side-nav .c-accordion__title-inner {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-side-nav .c-accordion__angle {
    top: 1.5rem;
  }
  .c-side-nav .e-link--more-svg {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-side-nav .e-link--more-svg .e-link--more-svg-icon {
    top: 1rem;
  }
  /* Module: S */
  .c-tools {
    margin: 3.75rem 0;
  }
  .c-tools__item {
    padding: 0 1.125rem 0 1.25rem;
  }
  /* Module: S */
  .p-top-links {
    display: none;
  }
  .p-header__box .p-top-links {
    display: block;
    padding-right: 10.625rem;
    width: calc(90% - 12.25rem);
  }
  /* Module: S */
  .decision-form {
    margin-bottom: 0;
  }
  .decision-question__content .question-heading {
    font-size: 1.75rem;
  }
  .decision-question__content .question-label__description button:before {
    content: "Close";
    margin-right: 0.625rem;
  }
  .decision-question__answer {
    padding-right: 6.25rem;
  }
  .decision-question__answer button:before {
    content: "Edit";
  }
  .decision-message__content ol:not([class]) {
    list-style-type: none;
  }
  .decision-message__content ol:not([class]) li {
    padding-left: 1.25rem;
    overflow: hidden;
  }
  .decision-message__content ol:not([class]) li:before {
    content: counter(orderlist) ". ";
    left: 0px;
    top: 0px;
    font-weight: 400;
    color: #4a4a4a;
  }
  .decision-message__content ol:not([class]) li span {
    display: block;
    float: left;
    width: 50%;
  }
  .decision-message__content ol:not([class]) li span + span {
    padding-left: 2%;
  }
  /* Module: S */
  a.e-link--more-svg {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
  }
  .e-link--more-svg-icon {
    top: 2.25rem;
  }
  /* Module: S */
  .o-long-doc #toc-main-heading {
    padding-left: 3.875rem;
    top: 1.5625rem;
  }
  .o-long-doc #toc-list {
    overflow-y: scroll;
    top: 3.125rem;
    width: 20rem;
    padding-right: 1.5625rem;
    margin-left: -1.5625rem;
  }
  .o-long-doc .current {
    font-weight: bold;
    text-decoration: underline;
    color: #0979bf;
  }
  .o-long-doc #btn-show-hde-toc {
    cursor: pointer;
  }
  .o-long-doc #btn-show-hde-toc img {
    width: 20px;
    height: 20px;
    position: fixed;
  }
  /* Module: S */
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=main.css.map */
