/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Tue Aug 20 2019 16:04:25 GMT+1000 (AEST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Accordion
    Slick
    S
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,600");
.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;
}

.tabs__tab-list, .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.clearfix, .section__inner, .banner-home, .breadcrumbs, .filter, .filter__title, .filter__wrapper, .filter fieldset, .filter legend, .filter__clear-btn > a, .footer, .form, .form__wrapper, .form form, .header__wrapper, .list-docs, .list-docs a, .list-docs__item, .list-docs__title, .list-docs__details, .list-sort, .list-sort__count, .list-sort__wrapper, .list-sort__title, .list-sort__options, .navigation__level-1, .navigation__secondary > ul, .page-controls, .select__controls {
  *zoom: 1;
}

.clearfix:before, .section__inner:before, .banner-home:before, .breadcrumbs:before, .filter:before, .filter__title:before, .filter__wrapper:before, .filter fieldset:before, .filter legend:before, .filter__clear-btn > a:before, .footer:before, .form:before, .form__wrapper:before, .form form:before, .header__wrapper:before, .list-docs:before, .list-docs a:before, .list-docs__item:before, .list-docs__title:before, .list-docs__details:before, .list-sort:before, .list-sort__count:before, .list-sort__wrapper:before, .list-sort__title:before, .list-sort__options:before, .navigation__level-1:before, .navigation__secondary > ul:before, .page-controls:before, .select__controls:before, .clearfix:after, .section__inner:after, .banner-home:after, .breadcrumbs:after, .filter:after, .filter__title:after, .filter__wrapper:after, .filter fieldset:after, .filter legend:after, .filter__clear-btn > a:after, .footer:after, .form:after, .form__wrapper:after, .form form:after, .header__wrapper:after, .list-docs:after, .list-docs a:after, .list-docs__item:after, .list-docs__title:after, .list-docs__details:after, .list-sort:after, .list-sort__count:after, .list-sort__wrapper:after, .list-sort__title:after, .list-sort__options:after, .navigation__level-1:after, .navigation__secondary > ul:after, .page-controls:after, .select__controls:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after, .section__inner:after, .banner-home:after, .breadcrumbs:after, .filter:after, .filter__title:after, .filter__wrapper:after, .filter fieldset:after, .filter legend:after, .filter__clear-btn > a:after, .footer:after, .form:after, .form__wrapper:after, .form form:after, .header__wrapper:after, .list-docs:after, .list-docs a:after, .list-docs__item:after, .list-docs__title:after, .list-docs__details:after, .list-sort:after, .list-sort__count:after, .list-sort__wrapper:after, .list-sort__title:after, .list-sort__options:after, .navigation__level-1:after, .navigation__secondary > ul:after, .page-controls:after, .select__controls: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;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  background-color: #002034;
}

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
--------------------
*/
/* 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;
  padding-right: 3em;
  margin: 2em 0;
}

blockquote:before, blockquote:after {
  font-size: 80px;
  font-size: 5rem;
  color: #222;
  position: absolute;
  line-height: 1em;
  height: 1.875rem;
}

blockquote:before {
  content: "\201C";
  top: 0;
  left: 0;
}

blockquote:after {
  content: "\201D";
  bottom: 0;
  right: 0;
}

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

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

.page-wrapper {
  min-width: 320px;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background-color: #ffffff;
}

.page-wrapper a[target="_blank"]:not(.download):after {
  content: url("../mysource_files/icon-external.svg");
  width: 0.625rem;
  height: 0.625rem;
  display: inline-block;
  margin-left: 0.3125rem;
  margin-right: 0.5rem;
}

.bg-white {
  background-color: #ffffff;
}

.overflow-hide {
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
}

h1 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin: 0 0 1.125rem 0;
}

h2 {
  font-size: 1.375rem;
  line-height: 1.6875rem;
  margin: 0 0 0.9375rem 0;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin: 0 0 0.9375rem 0;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin: 0 0 0.9375rem 0;
}

h5 {
  font-size: 1rem;
  line-height: 1.58;
  margin: 0 0 0.9375rem 0;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.6875rem;
  margin: 0 0 0.9375rem 0;
  font-weight: 600;
}

.content p.indent {
  padding-left: 2.1875rem;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #282d3a;
}

.content__bold {
  font-weight: 600;
  font-size: 1.125rem;
}

.content p.highlighted {
  font-weight: normal;
  margin-bottom: 2rem;
}

.content ul, .content ol {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 1.875rem;
  margin: 0 0 1.5625rem 0;
}

.content ul li, .content ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  margin-bottom: 1.0625rem;
  padding-left: 0.3125rem;
}

.content li span.quote {
  font-size: 0.875rem;
}

.content li span.indent {
  padding-left: 2.1875rem;
}

.content li p.indent {
  padding-left: 2.1875rem;
}

.content li span.extra-margin {
  display: block;
  margin-bottom: 5.625rem;
}

.content li p.extra-margin {
  display: block;
  margin-bottom: 5.625rem;
}

.content li br {
  line-height: 2.3125rem;
}

.content ul li:before {
  content: "";
  position: absolute;
  left: -14px;
  top: 0.6875rem;
  width: 0.125rem;
  height: 0.125rem;
  background: #0e7ac3;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}

.content ol li {
  list-style-type: decimal;
}

.content ol ol {
  counter-reset: list;
  margin: 0;
  padding-top: 1.0625rem;
  padding-left: 3.75rem;
}

.content ol ol li {
  list-style: none;
  position: relative;
  padding-left: 1.25rem;
}

.content ol ol li:before {
  counter-increment: list;
  content: "(" counter(list, lower-alpha) ") ";
  position: absolute;
  left: -1.4em;
}

.content ol ol ol {
  padding-left: 1.5rem;
  counter-reset: list;
  margin: 0;
}

.content ol ol ol li {
  list-style: none;
  position: relative;
}

.content ol ol ol li:before {
  counter-increment: list;
  content: "(" counter(list, lower-roman) ") ";
  position: absolute;
  left: -1.4em;
}

.content ol ul {
  padding-top: 1.0625rem;
}

.content ol ul li {
  list-style: none;
}

a {
  font-weight: 600;
  color: #0a66a2;
  text-decoration: none;
}

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

/*
--------------------
Modules
--------------------
*/
.section--neg-input {
  position: relative;
  padding-top: 5.375rem;
}

.section--blue {
  background-color: #0e7ac3;
  color: #ffffff;
}

.section--navy {
  background-color: #002034;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section--gradient {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.section__inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.section__inner--margin {
  margin-top: 1.4375rem;
}

.section__column {
  width: 100%;
}

/* Module: Accordion */
.accordion__link:after {
  content: '+';
  border: 1px solid;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 1em;
  width: 1em;
  text-align: center;
}

.accordion__link.uber-accordion__button-active:after {
  content: '-';
}

.js-enabled .accordion__target {
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.js-enabled .accordion__target.uber-accordion__target-active {
  max-height: 1000em;
}

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

.tabs__link {
  padding: .5em;
  border: 1px solid;
  border-bottom: 0;
  background: #eee;
}

.tabs__link.uber-accordion__button-active {
  background: #fff;
}

.js-enabled .tabs__target {
  display: none;
}

.js-enabled .tabs__target.uber-accordion__target-active {
  display: block;
}

.no-js .uber-accordion__target {
  display: none;
}

.no-js .uber-accordion__target:target {
  display: block;
}

/* Module: Slick */
.slick-list {
  position: relative;
  overflow: hidden;
}

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

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

.slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -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;
  zoom: 1;
}

.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-slideshow__slide img {
  margin: 0 auto;
}

.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
}

.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
}

.slick-dots {
  margin-top: 1em;
  text-align: center;
}

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

.slick-dots li + li {
  margin-left: 1em;
}

/* Module: S */
.accordion {
  margin: 0 0 2.5rem 0;
}

.accordion__item {
  margin-bottom: 0.75rem;
}

.accordion__item:first-child {
  border-top: none;
}

.accordion__item:last-child {
  margin-bottom: 0;
}

.accordion__title {
  background-color: #0a66a2;
  border-radius: 5px;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  transition: background-color 0.5s ease;
}

.accordion__title:focus, .accordion__title:hover {
  background-color: #00436f;
}

.accordion__title:before, .accordion__title:after {
  content: "";
  position: absolute;
  right: 1.34375rem;
  top: 1.28125rem;
  width: 1.125rem;
  height: 1.125rem;
  background: #ffffff;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
}

.accordion__title a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem 3.5rem 1rem 1.25rem;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  z-index: 20;
  text-decoration: none;
}

.accordion__title a:before, .accordion__title a:after {
  content: '';
  position: absolute;
  top: 1.875rem;
  right: 2.625rem;
  background: #0a66a2;
  -webkit-transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
  z-index: 10;
}

.accordion__title a:before {
  width: 0.1rem;
  height: 0.625rem;
  margin-right: -0.78125rem;
  margin-top: -0.3125rem;
}

.accordion__title a:after {
  width: 0.625rem;
  height: 0.125rem;
  margin-right: -1.04rem;
  margin-top: -0.0625rem;
  color: #0a66a2;
}

.accordion__title.active a:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion__title.active a:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.accordion__text {
  margin-top: 0.625rem;
  font-size: 1rem;
  padding: 0 1.25rem 1.625rem 1.25rem;
  display: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accordion__text.active {
  display: block;
}

.accordion__text p {
  margin: 0;
  padding-bottom: 0.9375rem;
}

.accordion__text p:last-child {
  padding-bottom: 0;
}

.accordion__text a[target="_blank"]:not(.download):after {
  content: url("../mysource_files/icon-external-white.svg");
}

/* Module: S */
.back-to-top__wrapper {
  display: none;
  width: 100%;
  text-align: right;
}

/* Module: S */
.banner-home {
  width: 100%;
}

.banner-home__image {
  background-repeat: no-repeat;
  background-size: 210%;
  background-position: 90% 25%;
  height: 10.375rem;
  width: 100%;
  float: left;
  display: none;
}

.banner-home__inner {
  width: 100%;
  float: left;
}

.banner-home__inner-wrap {
  position: relative;
  z-index: 50;
}

.banner-home__inner-wrap:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 135px 260px 0;
  border-color: transparent #0e7ac3 transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.banner-home__left {
  width: 100%;
  float: left;
  background-color: #0a66a2;
  padding: 1.25rem 1.25rem 0 1.25rem;
}

.banner-home__left-inner {
  width: 100%;
  float: left;
}

.banner-home__sub-title, .banner-home__title, .banner-home__content, .banner-home__link {
  position: relative;
  z-index: 50;
  float: left;
}

.banner-home__sub-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.375rem 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner-home__title {
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  max-width: 60%;
  margin: 0 0 0.875rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner-home__content {
  width: 80%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  margin: 0 0 0.9375rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner-home__link {
  width: 100%;
  margin: 0 0 1.5625rem 0;
}

.banner-home__link a {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
  border: 1px solid #ffffff;
  padding: 0.4375rem 0.875rem 0.4375rem 0.875rem;
  width: auto;
  float: left;
  position: relative;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.banner-home__link a:after {
  content: url("../mysource_files/icon-arrow-right-gold.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75rem;
  width: 0.375rem;
}

.banner-home__link a:hover, .banner-home__link a:focus {
  background-color: #ffffff;
  color: #0a66a2;
  text-decoration: none;
}

.banner-home__search {
  width: 100%;
  margin: 0 0 1.875rem 0;
  background: #ffffff;
  flex-flow: row nowrap;
  justify-content: stretch;
  height: 3.75rem;
  float: left;
  position: relative;
  z-index: 150;
}

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

.flexbox .banner-home__search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.banner-home__search:after {
  content: "";
  right: 0;
  top: 0;
}

.banner-home__search form {
  display: block;
  float: left;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: stretch;
}

.no-js .banner-home__search form,
.no-flexbox .banner-home__search form {
  display: table;
}

.flexbox .banner-home__search form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.banner-home__search .sq-form-question {
  width: 100%;
}

.banner-home__search .sq-form-question-answer {
  width: 100%;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 3.75rem;
  position: relative;
  z-index: 50;
}

.no-js .banner-home__search .sq-form-question-answer,
.no-flexbox .banner-home__search .sq-form-question-answer {
  display: table;
}

.flexbox .banner-home__search .sq-form-question-answer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.banner-home__search input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  font-weight: 300;
  color: #282d3a;
  display: block;
  font-size: 1rem;
  line-height: 1.125rem;
  width: 80%;
  padding: 1.25rem 0.9375rem;
}

.banner-home__search input[type="text"]::-webkit-input-placeholder {
  color: #282d3a;
  font-weight: 400;
}

.banner-home__search input[type="text"]::-moz-placeholder {
  color: #282d3a;
  font-weight: 400;
}

.banner-home__search input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #282d3a !important;
  font-weight: 400;
}

.banner-home__search input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #282d3a;
  font-weight: 400;
}

.banner-home__search input[type="text"]::-webkit-input-placeholder {
  font-weight: 300;
  color: #282d3a;
}

.banner-home__search input[type="text"]::-moz-placeholder {
  font-weight: 300;
  color: #282d3a;
}

.banner-home__search input[type="text"]:-ms-input-placeholder {
  font-weight: 300;
  color: #282d3a;
}

.banner-home__search input[type="text"]:-moz-placeholder {
  font-weight: 300;
  color: #282d3a;
}

.banner-home__search input[type="text"]::-ms-clear {
  display: none;
}

.banner-home__search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  width: 4.0625rem;
  height: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-flow: row wrap;
}

.no-js .banner-home__search button,
.no-flexbox .banner-home__search button {
  display: table;
}

.flexbox .banner-home__search button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.banner-home__search button:hover svg, .banner-home__search button:focus svg {
  color: #002034;
}

.banner-home__search button svg {
  color: #0e7ac3;
  height: 1.9375rem;
  width: 1.9375rem;
}

.banner-home__keyword-results {
  position: absolute;
  left: 0;
  top: 3.75rem;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px 0 rgba(101, 106, 127, 0.42);
  -moz-box-shadow: 0 0 4px 0 rgba(101, 106, 127, 0.42);
  box-shadow: 0 0 4px 0 rgba(101, 106, 127, 0.42);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 0.9375rem 0 0.9375rem;
  z-index: 500;
}

.banner-home__keyword-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 1.125rem 0 1.6875rem 0;
  margin: 0;
}

.banner-home__keyword-results ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 0 1.25rem 0;
}

.banner-home__keyword-results ul li:last-child {
  padding-bottom: 0;
}

.banner-home__keyword-results ul li a {
  color: #282d3a;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.banner-home__keyword-results ul li a span {
  font-weight: 600;
}

.banner-home__keyword-results ul li:before {
  display: none;
}

.banner-home__right {
  padding: 1.25rem 1.25rem 0.625rem 1.25rem;
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}

.banner-home__right a {
  display: block;
  float: left;
  width: 100%;
  background-color: #f5a623;
  padding: 0.9375rem 2.625rem 0.9375rem 1.25rem;
  color: #00436f;
  text-decoration: none;
  line-height: 1.875rem;
  font-size: 1.25rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.banner-home__right a span {
  width: 100%;
  max-width: 180px;
  display: inline-block;
  position: relative;
}

.banner-home__right a span:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../mysource_files/icon-arrow-right-dark-pink.svg");
  display: inline-block;
  vertical-align: middle;
  width: 0.4375rem;
  height: 0.8125rem;
  margin: 0 0 0 0.5rem;
}

/* Module: S */
.block {
  padding: 0.9375rem 0 2.75rem 0;
}

.block__more {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  height: 12.5rem;
  background-image: linear-gradient(to bottom, rgba(0, 32, 52, 0), #002034);
  display: none;
}

.block__more button {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -4.0625rem;
  border-radius: 1.5625rem;
  border: none;
  background-color: #f5a623;
  color: #212121;
  font-size: 1em;
  font-weight: 600;
  padding: 0.875rem 2.125rem 0.875rem 1.0625rem;
  min-width: 8.125rem;
  text-align: left;
}

.block__more button:hover, .block__more button:focus {
  background-color: #d4901e;
}

.block__more button:before, .block__more button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.4375rem;
  background-color: #212121;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.block__more button:before {
  width: 0.125rem;
  height: 0.75rem;
  margin-right: -0.0625rem;
  margin-top: -0.375rem;
}

.block__more button:after {
  width: 0.75rem;
  height: 0.125rem;
  margin-right: -0.375rem;
  margin-top: -0.0625rem;
}

.block.collapsed {
  position: relative;
}

.block.collapsed .block__wrapper {
  max-height: 31.25rem;
  overflow: hidden;
}

.block.collapsed .block__more {
  display: block;
}

.block h1,
.block h2,
.block h3,
.block h4 {
  color: #ffffff;
}

.block a {
  color: #ffffff;
}

/* Module: S */
.breadcrumbs {
  width: 100%;
  background: #0a66a2;
}

.breadcrumbs__wrapper {
  max-width: 75rem;
  padding: 0.625rem 1.25rem 1.875rem;
  margin: 0 auto;
}

.breadcrumbs__wrapper a {
  font-size: 0.875rem;
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
}

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

.breadcrumbs__wrapper span {
  font-size: 0.875rem;
  color: #ffffff;
}

.breadcrumbs__wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs__wrapper li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  padding-left: 0.5rem;
  float: left;
  display: none;
  font-size: 0.75rem;
}

.breadcrumbs__wrapper li:nth-last-child(2):not(:last-child) {
  display: block;
}

.breadcrumbs__wrapper li:nth-last-child(2):not(:last-child):before {
  content: "<";
  position: absolute;
  left: 0.9rem;
  top: 4.75rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3125rem;
  color: #ffffff;
}

/* Module: S */
.buttons {
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 3.5625rem;
}

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

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

.buttons__button {
  background-color: #f5a623;
  padding: 1rem 1.4375rem;
  position: relative;
  min-width: 8.125rem;
  margin: 0 1.25rem 0 0;
  border-radius: 0.125rem;
  color: #212121;
  font-size: 1rem;
}

.buttons__button:last-child {
  margin-right: 0;
}

.buttons__button--email, .buttons__button--print {
  padding-left: 3.375rem;
}

.buttons__button--email {
  display: inline-block;
}

.buttons__button--email:before {
  position: absolute;
  content: url("../mysource_files/icon-envelope.svg");
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  left: 1.5rem;
}

.buttons__button--print {
  display: inline-block;
}

.buttons__button--print:before {
  position: absolute;
  content: url("../mysource_files/icon-print.svg");
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  left: 1.875rem;
}

.buttons__button--blue {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #0a66a2;
  color: #ffffff;
  text-align: center;
}

/* Module: S */
.e-bulletin {
  width: 100%;
  background-color: #f9f9f9;
}

.e-bulletin__wrapper {
  flex-direction: column;
  padding-top: 1.6875rem;
  margin: 0 1.1875rem;
}

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

.flexbox .e-bulletin__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.e-bulletin__text {
  margin-bottom: 1.25rem;
  color: #00436f;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: left;
}

.e-bulletin__button {
  background-color: #f5a623;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 1.6875rem;
}

.e-bulletin__button > a {
  color: #212121;
  font-weight: 600;
  display: block;
  padding: 0.9375rem 0;
}

/* Module: S */
.filter {
  width: 100%;
  margin: 1rem 0 0.625rem 0;
}

.filter.active .filter__title span:after {
  display: none;
}

.filter.active .filter__wrapper {
  display: block;
}

.filter a {
  display: inline-block;
  color: #ffffff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  margin-top: 0.625rem;
}

.filter a.is-selected {
  border-bottom: 1px solid #ffffff;
}

.filter__title {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #0a66a2;
  width: 100%;
  color: #ffffff;
  padding: 0.9375rem 1.25rem 0.8125rem 1.25rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}

.filter__title:before {
  content: url("../mysource_files/icon-filter.svg");
  width: 0.875rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3125rem;
}

.filter__title span.filter__icon {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background: #ffffff;
  float: right;
  -webkit-border-radius: 220px;
  -moz-border-radius: 220px;
  border-radius: 220px;
  position: relative;
}

.filter__title span.filter__icon:before {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.125rem;
  background: #0a66a2;
}

.filter__title span.filter__icon:after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.3125rem;
  width: 0.125rem;
  height: 0.5rem;
  background: #0a66a2;
}

.filter__title a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
}

.filter__wrapper {
  width: 100%;
  background: #002034;
  padding: 0.6875rem 1.25rem 1.6875rem 1.25rem;
  display: none;
}

.filter fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  display: block;
}

.filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.filter ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.filter ul li:before {
  display: none;
}

.filter legend {
  display: block;
  color: #f1f5f9;
  font-weight: 800;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0.375rem 0;
  width: 100%;
}

.filter__clear-btn > a {
  display: none;
  font-weight: 600 !important;
  float: right;
  margin-bottom: 0.3125rem;
  clear: both;
  width: 100%;
  text-align: right;
}

.filter__clear-btn > a.active {
  display: block;
}

.filter input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.filter input[type="checkbox"]:focus + label:before {
  outline: auto 5px -webkit-focus-ring-color;
}

.filter input[type="checkbox"]:checked + label:before {
  border: 2px solid #ffffff;
  background: #82cdff;
  border-color: #82cdff;
}

.filter input[type="checkbox"]:checked + label:after {
  content: url("../mysource_files/icon-tick-checked.svg");
  position: absolute;
  left: 0.0625rem;
  top: 0.3125rem;
  width: 0.8125rem;
  height: 0.8125rem;
}

.filter input[type="checkbox"]:disabled + label:before {
  opacity: 0.5;
}

.filter input[type="checkbox"]:disabled + label:after {
  opacity: 0.5;
}

.filter input[type="checkbox"] + label {
  position: relative;
  padding: 0.375rem 0 0.3125rem 1.6875rem;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.filter input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #ffffff;
}

.filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url("../mysource_files/icon-chevron.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 0.75rem;
  background-color: #f1f5f9;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: #3f3f3f;
  display: block;
  font-weight: 300;
  margin: 0.5625rem 0 0 0;
  cursor: pointer;
}

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

.filter__date {
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 0 0 1.125rem 0;
}

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

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

.filter__date label {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-weight: 300;
  width: 2.9375rem;
  margin-right: 1.1875rem;
}

.filter__date .sq-form-question-answer {
  width: 60%;
  max-width: 8.75rem;
}

.filter__date .sq-form-question-answer.error {
  background-image: url("../mysource_files/icon-error.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.25rem;
}

.filter__date .sq-form-question-answer.error input[type="text"] {
  border-color: #ff5b84;
  color: #ff5b84;
}

.filter__date .sq-form-question-answer.valid {
  background-image: url("../mysource_files/icon-valid-tick.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem;
}

.filter__date .sq-form-question-answer.valid input[type="text"] {
  border-color: #82cdff;
  color: #82cdff;
}

.filter__date input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding: 0;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  max-width: 7rem;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.filter__date input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}

.filter__date input[type="text"]::-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
}

.filter__date input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}

.filter__date input[type="text"]:-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
}

.filter__date input[type="text"]::-ms-clear {
  display: none;
}

.filter__date input[type="text"]:hover, .filter__date input[type="text"]:focus {
  font-weight: 600;
}

.filter input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: block;
  background: #f5a623;
  color: #212121;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
  padding: 0.875rem 0;
  width: 100%;
}

.filter input[type="submit"]:disabled {
  opacity: 0.2;
  background: #c2c2c2;
}

.filter__select {
  margin: 0 0 1.375rem 0;
}

.filter__select label {
  width: 100%;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.filter__row--last {
  margin-bottom: 2.0625rem;
}

/* Module: S */
.footer {
  clear: both;
  background-color: #002034;
}

.footer__wrapper {
  padding: 1rem 1.25rem 1.5rem 1.25rem;
}

.footer__wrapper ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
}

.footer__wrapper ul li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__wrapper ul li:before {
  display: none;
}

.footer__wrapper ul a {
  font-weight: 300;
  font-size: 0.875rem;
  color: #ffffff;
}

.footer__wrapper ul a[target="_blank"]:after {
  content: url("../mysource_files/icon-external-orange.svg");
  width: 0.625rem;
  height: 0.625rem;
  display: inline-block;
  margin-left: 0.3125rem;
  margin-right: 0.5rem;
}

.footer__top ul {
  margin-bottom: 0;
}

.footer__top ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 0.625rem;
  margin-bottom: 0;
}

.footer__top ul li:last-child {
  padding-bottom: 0;
  padding-right: 0;
}

.footer__top ul li span {
  color: #f5a623;
  font-weight: 600;
  font-size: 1rem;
}

.footer__bottom ul {
  border-top: 1px solid #656a7f;
  padding-top: 1.375rem;
  margin: 1.25rem 0 0 0;
}

.footer__bottom ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 0.625rem;
  margin-bottom: 0;
}

.footer__bottom ul li:last-child {
  padding-bottom: 0;
}

/* Module: S */
.form {
  justify-content: center;
  flex-flow: row wrap;
  padding: 0 0 2rem 0;
}

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

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

.form--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
}

.form--blue {
  background-color: #0e7ac3;
}

.form__wrapper {
  width: 100%;
  padding: 0 20px;
}

.form form {
  display: block;
  width: 100%;
}

.form .sq-form-question-answer {
  display: block;
  width: 100%;
  position: relative;
}

.form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  display: block;
  width: 2.375rem;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  background-image: url("../mysource_files/icon-search-blue.png");
  background-repeat: no-repeat;
  background-size: 1.1875rem;
  background-position: right center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.form input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  display: block;
  width: 100%;
  height: 3.125rem;
  color: #282d3a;
  font-weight: 300;
  font-size: 1rem;
  margin: 0;
  padding: 0.875rem 1.25rem 0.875rem 2.8125rem;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.form input[type="text"]::-webkit-input-placeholder {
  color: #282d3a;
}

.form input[type="text"]::-moz-placeholder {
  color: #282d3a;
}

.form input[type="text"]:-ms-input-placeholder {
  color: #282d3a;
}

.form input[type="text"]:-moz-placeholder {
  color: #282d3a;
}

.form__keyword-results {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/* Module: S */
.header {
  min-height: 4rem;
  position: relative;
  z-index: 5000;
  background: white;
  padding: 0 20px;
}

.header__top-bar {
  position: relative;
  z-index: 500000;
  float: left;
  background-color: white;
  width: 100%;
}

.header__accessibility {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  width: 18.75rem;
  height: 1.1875rem;
  margin-left: -9.375rem;
}

.header__accessibility div {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  color: black;
}

.header__accessibility div a {
  opacity: 0;
  -webkit-transition: opacity 0.3s, top 0.3s;
  -moz-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
  text-decoration: none;
  position: absolute;
  top: -1.1875rem;
  margin-left: -5rem;
  min-width: 10rem;
  color: black;
}

.header__accessibility div a:focus {
  opacity: 1;
  top: 0;
}

.header__accessibility div span {
  opacity: 0;
  -webkit-transition: visibility 0.3s;
  -moz-transition: visibility 0.3s;
  transition: visibility 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background-color: white;
}

.header__accessibility div span.active {
  opacity: 1;
}

.header__search-close {
  display: none;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  cursor: pointer;
}

.header__search-close span {
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  background-color: #00436f;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header__mobile-search {
  float: left;
  padding: 0.625rem 0 0 0;
}

.header__mobile-search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.8125rem 0 0 0;
}

.header__mobile-search svg {
  width: 100%;
  height: 100%;
  color: #00436f;
}

.header__mobile-search.active svg {
  display: none;
}

.header__mobile-search.active .header__search-close {
  display: block;
}

.header__mobile-search.active .header__search-close span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.5625rem;
}

.header__mobile-search.active .header__search-close span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0.5625rem;
}

.header__toggle {
  float: left;
  padding: 0.625rem 0 0 0;
}

.header__toggle button {
  padding: 0.8125rem 0.625rem;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  display: block;
}

.header__toggle button.active .icon span:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.header__toggle button.active .icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.5625rem;
}

.header__toggle button.active .icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0.5625rem;
}

.header__toggle .icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.header__toggle .icon span {
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  background-color: #00436f;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header__toggle .icon span:nth-child(1) {
  top: 0.25rem;
}

.header__toggle .icon span:nth-child(2) {
  top: 0.5625rem;
}

.header__toggle .icon span:nth-child(3) {
  top: 0.875rem;
}

.header__logo {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  margin-left: -2.9375rem;
  width: 4.5625rem;
}

.header__logo a {
  display: block;
}

.header__logo img {
  display: block;
  width: 100%;
}

/* Module: S */
.image-block__wrapper {
  width: 100%;
  margin-bottom: 2.5rem;
}

.image-block__inner {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block__heading {
  font-size: 0.875rem;
  font-weight: 600;
}

.image-block__heading > p {
  margin-bottom: 0;
}

.image-block__description {
  font-size: 0.875rem;
}

/* Module: S */
.intro {
  padding: 1.4375rem 0 1.25rem 0;
}

.intro--input {
  padding-bottom: 1.5rem;
}

.intro h1,
.intro h2 {
  margin: 0;
  color: #ffffff;
}

.intro__text {
  font-size: 1.000em;
  font-weight: normal;
  line-height: 1.5;
  padding-top: 0.625rem;
}

.intro__text p {
  margin: 0;
  padding: 0.3125rem 0;
}

.intro__text p:first-child {
  padding-top: 0;
}

.intro__text p:last-child {
  padding-bottom: 0;
}

/* Module: S */
.landing-tiles {
  max-width: 55rem;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.landing-tiles__wrapper {
  margin: -0.3125rem 0;
  padding: 0 0 2.1875rem 0;
}

.landing-tiles__item {
  padding: 0.3125rem 0;
}

.landing-tiles__item a {
  display: block;
  text-decoration: none;
  border-radius: 0.25rem;
  background-color: #fcfcfc;
  background-image: linear-gradient(161deg, #fcfcfc, #eaeaea);
  padding: 1.125rem 1.25rem 1.5rem 1.25rem;
}

.landing-tiles__item a:hover, .landing-tiles__item a:focus {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.26);
  background-color: #002034;
  background-image: none;
}

.landing-tiles__item a:hover .landing-tiles__title, .landing-tiles__item a:focus .landing-tiles__title {
  color: #ffffff;
}

.landing-tiles__item a:hover .landing-tiles__title svg, .landing-tiles__item a:focus .landing-tiles__title svg {
  color: #f5a623;
}

.landing-tiles__item a:hover .landing-tiles__text, .landing-tiles__item a:focus .landing-tiles__text {
  color: #f9f9f9;
}

.landing-tiles__title {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.4;
  color: #0a66a2;
}

.landing-tiles__title svg {
  color: #ca3d60;
  width: 0.4375rem;
  height: 0.75rem;
  margin-left: 0.375rem;
}

.landing-tiles__text {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.38;
  color: #3f3f3f;
  padding-top: 0.625rem;
}

/* Module: S */
.link-description__link {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  flex-flow: row wrap;
  justify-content: stretch;
  margin-bottom: 2.5rem;
}

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

.flexbox .link-description__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.link-description__link > a {
  position: relative;
  display: block;
  padding-right: 1.125rem;
}

.link-description__link > a:after {
  display: none !important;
}

.link-description__link h5 {
  color: #0e7ac3;
  margin-bottom: 0.5rem;
}

.link-description__link p {
  margin-top: 0;
  color: #282d3a;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 1.4375rem;
  line-height: 1.5;
}

.link-description__link svg {
  position: absolute;
  right: 0;
  top: 44%;
  height: 0.9375rem;
  width: 0.625rem;
  color: #ca3d60;
  stroke-width: 0.2px;
}

.link-description__link:after {
  content: '';
  width: 100%;
  height: 0.0625rem;
  margin: 0 auto;
  display: block;
  clear: both;
  background-color: #656a7f;
}

/* Module: S */
.list-docs {
  width: 100%;
}

.list-docs a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 1.0625rem 0 1.4375rem 0;
  margin: 0;
  border-bottom: 1px solid #007686;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.list-docs a:hover .list-docs__title, .list-docs a:focus .list-docs__title {
  text-decoration: underline;
}

.list-docs--simple {
  margin: 0 0 3.875rem 0;
}

.list-docs__title {
  width: 100%;
  margin: 0 0 0.6875rem 0;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #0a66a2;
  background-image: url("../mysource_files/icon-pdf.png");
  background-position: left 1px;
  background-repeat: no-repeat;
  background-size: 0.9375rem;
  padding: 0 0 0 1.5625rem;
}

.list-docs__title--no-icon {
  background: none;
  padding: 0;
}

.list-docs__sub-title {
  color: #656a7f;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 600;
  margin: 0 0 0.3125rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.list-docs__date {
  font-weight: 300;
  color: #224789;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin: 0 0 0.6875rem 0;
}

.list-docs__content {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  font-weight: 300;
  color: #282d3a;
  margin: 0 0 0.625rem 0;
}

.list-docs__details {
  color: #656a7f;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 300;
}

.list-docs__left {
  margin: 0 0 0.3125rem 0;
}

/* Module: S */
.list-sort {
  flex-flow: row wrap;
  width: 100%;
}

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

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

.list-sort__count {
  order: 2;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
  margin: 1.0625rem 0 1.0625rem 0;
  padding: 0 0 0.5rem 0;
  color: #656a7f;
  border-bottom: 2px solid #0e7ac3;
}

.list-sort__wrapper {
  background: #00436f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.14);
  order: 1;
  width: 100%;
}

.list-sort.active .list-sort__indicator:after {
  display: none;
}

.list-sort.active .list-sort__options {
  display: block;
}

.list-sort__title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 1rem 1.25rem;
  padding: 0.9375rem 1.25rem 0.9375rem 2.5625rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: left;
  background-image: url("../mysource_files/icon-sort.svg");
  background-position: 1.25rem center;
  background-repeat: no-repeat;
  background-size: 0.75rem;
  position: relative;
}

.list-sort__title button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.list-sort__indicator {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background: #ffffff;
  float: right;
  -webkit-border-radius: 220px;
  -moz-border-radius: 220px;
  border-radius: 220px;
  position: relative;
}

.list-sort__indicator:before {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.125rem;
  background: #0a66a2;
}

.list-sort__indicator:after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.3125rem;
  width: 0.125rem;
  height: 0.5rem;
  background: #0a66a2;
}

.list-sort__options {
  display: none;
}

.list-sort__options ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-sort__options ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-sort__options ul li a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  padding: 0.8125rem 1.25rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  display: block;
  width: 100%;
}

.list-sort__options ul li a.active, .list-sort__options ul li a:focus, .list-sort__options ul li a:hover {
  background: #002034;
  text-decoration: none;
  font-weight: 600;
}

.list-sort__options ul li:before {
  display: none;
}

.list-docs .highlighted,
.list-sort .highlighted {
  font-weight: bold;
}

/* Module: S */
body[data-nav-position="right"] {
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
  right: 0;
  position: relative;
}

body[data-nav-position="right"] .header {
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}

body[data-nav-position="right"]:before {
  content: "";
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

body[data-nav-position="right"].navigation-open {
  overflow: hidden;
}

body[data-nav-position="right"].navigation-open:before {
  opacity: 1;
  visibility: visible;
}

body[data-nav-position="right"].navigation-open .header {
  right: 0;
  -webkit-transform: none;
}

body[data-nav-position="right"].navigation-open .header__toggle {
  position: relative;
  z-index: 150;
}

body[data-nav-position="right"].navigation-open .navigation {
  right: 0;
  visibility: visible;
  opacity: 1;
}

body[data-nav-position="right"] .header__toggle {
  float: right;
}

body[data-nav-position="right"].navigation-fixed .header {
  -webkit-transform: none;
}

body[data-nav-position="right"] .navigation {
  right: -31.25rem;
  -webkit-transition: right 0.4s ease, opacity 0.4s ease;
  -moz-transition: right 0.4s ease, opacity 0.4s ease;
  transition: right 0.4s ease, opacity 0.4s ease;
  position: fixed;
  top: 4rem;
  width: 80vw;
  bottom: 0;
  z-index: 99;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
}

body[data-nav-position="right"] .navigation.active {
  right: 0;
  visibility: visible;
}

.navigation {
  background: #00436f;
  z-index: 1000;
}

.navigation__wrapper {
  width: 100%;
  min-height: 100%;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
}

.navigation__toggle {
  position: absolute;
  top: 0;
  right: -0.625rem;
  width: 2.5rem;
  height: 3.375rem;
  padding: 1.25rem 0.625rem;
  color: black;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

.navigation__toggle:before, .navigation__toggle:after {
  content: '';
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.navigation__toggle:before {
  width: 0.125rem;
  height: 0.625rem;
  margin-left: -0.0625rem;
  margin-top: -0.3125rem;
}

.navigation__toggle:after {
  width: 0.625rem;
  height: 0.125rem;
  margin-left: -0.3125rem;
  margin-top: -0.0625rem;
}

.navigation__toggle.active:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navigation__toggle.active:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.navigation__google-translate {
  margin: 0.625rem 0 0 0;
  max-width: 10.9375rem;
  width: 100%;
}

.navigation__google-translate .goog-te-menu-value:focus, .navigation__google-translate .goog-te-menu-value:hover {
  text-decoration: none;
}

.navigation__info {
  display: none;
}

.navigation ul li:before {
  display: none;
}

.navigation__mobile-home {
  display: block;
}

.navigation__level-1 {
  padding: 0 1.25rem 0 1.25rem;
  margin: 0;
  background: #002034;
}

.navigation__level-1 > li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  border-bottom: 1px solid #00436f;
}

.navigation__level-1 > li:last-child {
  border-bottom: none;
}

.navigation__level-1 > li a {
  display: block;
  font-size: 1rem;
  text-decoration: none;
  padding: 1.125rem 1.25rem 0.875rem 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
}

.navigation__level-1 > li a.has-children:after {
  content: url("../mysource_files/icon-arrow-right-gold.svg");
  position: absolute;
  right: 0;
  top: 1.0625rem;
  z-index: 50;
  width: 0.375rem;
  height: 0.6875rem;
}

.navigation__level-1 > li.current {
  position: relative;
}

.navigation__level-1 > li.current:after {
  content: '';
  position: absolute;
  top: 0;
  left: -1.25rem;
  bottom: 0;
  width: 0.25rem;
}

.navigation__secondary {
  padding: 0 1.25rem 2.0625rem 1.25rem;
}

.navigation__secondary > ul {
  padding: 0;
  margin: 0;
}

.navigation__secondary > ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-weight: 300;
  border-bottom: 1px solid #0e7ac3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navigation__secondary > ul li:last-child {
  border-bottom: none;
}

.navigation__secondary > ul li.current a {
  background: none;
  font-weight: 300;
}

.navigation__secondary > ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
  padding: 0.625rem 0;
  font-size: 0.875rem;
  line-height: 1rem;
}

.navigation__secondary > ul li a:hover, .navigation__secondary > ul li a:focus {
  background: none;
  font-weight: 300;
}

.navigation__search {
  display: none;
}

/* Module: S */
.news-page {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news-page__header {
  margin-bottom: 0.40625rem;
  font-size: 1.75rem;
  font-weight: 600;
  color: #282d3a;
}

.news-page__date {
  font-weight: 300;
  font-size: 1rem;
  color: #224789;
  margin-bottom: 0.75rem;
}

/* Module: S */
.latest-news {
  display: none;
}

/* Module: S */
.text-panel {
  margin: 1rem auto;
  border: 0.0625rem solid #b6b6b6;
  background-color: #f7f7f7;
  padding: 0.8125rem;
}

.text-panel p {
  margin: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.text-panel p:last-of-type {
  margin-bottom: 0;
}

p.text-panel {
  margin: 1rem auto;
  border: 0.0625rem solid #b6b6b6;
  background-color: #f7f7f7;
  padding: 0.8125rem;
  line-height: 1.5;
}

/* Module: S */
.page-controls {
  padding: 1.125rem 0 2.5rem;
}

.page-controls__item {
  float: left;
}

.page-controls__item:last-child {
  float: right;
}

.page-controls__item:last-child a svg {
  left: auto;
  right: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.page-controls a {
  display: block;
  font-size: 1em;
  font-weight: 600;
  color: #002034;
  padding-top: 2.125rem;
  position: relative;
}

.page-controls a:hover, .page-controls a:focus {
  text-decoration: none;
}

.page-controls a:hover svg, .page-controls a:focus svg {
  color: #002034;
}

.page-controls a.disabled {
  display: none;
}

.page-controls a svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8125rem;
  height: 1.5rem;
  color: #0e7ac3;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Module: S */
.pagination {
  flex-flow: row nowrap;
  width: 100%;
  justify-content: center;
  margin: 3rem 0 3.3125rem 0;
}

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

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

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background: #282d3a;
  width: auto;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 0.5rem 1.0625rem;
  align-content: center;
  align-items: center;
  min-width: 18.75rem;
}

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

.flexbox .pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.pagination ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  flex-flow: row nowrap;
  justify-content: stretch;
  align-content: center;
  align-items: center;
  text-transform: uppercase;
}

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

.flexbox .pagination ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.pagination ul li.pagination__disabled a {
  pointer-events: none;
}

.pagination ul li.pagination__disabled a svg {
  color: #656a7f;
}

.pagination ul li.pagination__skip--prev a {
  padding-left: 0;
}

.pagination ul li.pagination__skip--next a {
  padding-right: 0;
  border-right: none;
}

.pagination ul li.pagination__current {
  color: #ffffff;
  padding: 0 1.0625rem;
  text-align: center;
}

.pagination ul li.pagination__next {
  border-left: 1px solid #656a7f;
}

.pagination ul li a {
  flex-flow: row nowrap;
  justify-content: stretch;
  align-content: center;
  align-items: center;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  border-right: 1px solid #656a7f;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.flexbox .pagination ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.pagination ul li a:hover svg, .pagination ul li a:focus svg {
  color: #f5a623;
}

.pagination ul li svg {
  width: 0.75rem;
  height: 1.0625rem;
  color: #82cdff;
}

.pagination ul li:before {
  display: none;
}

/* Module: S */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.81);
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: none;
  z-index: 99;
}

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

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

.popup__wrapper {
  padding: 1.25rem;
}

.popup__content {
  max-width: 48.75rem;
  margin: 0 auto;
  position: relative;
}

.popup__close {
  position: absolute;
  top: -2.625rem;
  right: 0;
}

.popup__close button {
  width: 2.1875rem;
  height: 2.1875rem;
  border: none;
  border-radius: 100%;
  background-color: #0a66a2;
  display: block;
  padding: 0;
}

.popup__close button:hover, .popup__close button:focus {
  background-color: #00436f;
}

.popup__close button:after {
  content: url(../mysource_files/icon-close.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.popup__video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.popup__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup__title {
  font-size: 1.250em;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 0.5rem;
}

/* Module: S */
.resource-tiles {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.resource-tiles__wrapper {
  margin: -0.3125rem 0;
  padding: 1.25rem 0 2.5rem 0;
}

.resource-tiles__item {
  padding: 0.3125rem 0;
}

.resource-tiles__item a {
  text-decoration: none;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.1875rem 0 rgba(101, 106, 127, 0.42);
  background-color: #002034;
  height: 12.5rem;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 8rem 1rem 1rem 1rem;
  overflow: hidden;
  position: relative;
}

.no-js .resource-tiles__item a,
.no-flexbox .resource-tiles__item a {
  display: table;
}

.flexbox .resource-tiles__item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.resource-tiles__item a:hover, .resource-tiles__item a:focus {
  background-color: #0a66a2;
}

.resource-tiles__item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7rem;
  display: block;
  background-color: #00436f;
}

.resource-tiles__item a:after {
  content: url(../mysource_files/icon-download.svg);
  position: absolute;
  top: 1.75rem;
  left: 50%;
  width: 2.9375rem;
  height: 3.625rem;
  margin-left: -1.4375rem;
  display: block;
}

.resource-tiles__item a.video:after {
  content: url(../mysource_files/icon-play.svg);
  width: 3.5rem;
  height: 3.5rem;
  margin-left: -1.75rem;
}

.resource-tiles__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 7rem;
  display: block;
  background-position: center;
  background-size: cover;
}

.resource-tiles__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: linear-gradient(178deg, rgba(0, 0, 0, 0), #000);
}

.resource-tiles__title {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
}

.resource-tiles__title svg {
  color: #f5a623;
  width: 0.4375rem;
  height: 0.75rem;
  margin-left: 0.375rem;
}

.resource-tiles__description {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 300;
}

/* Module: S */
.search-overlay {
  position: fixed;
  top: 4rem;
  background: #002034;
  width: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding: 2.5rem 1.25rem 5rem 1.25rem;
  right: -31.25rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.search-overlay .sq-form-question-answer {
  position: relative;
}

.search-overlay.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.search-overlay input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  width: 100%;
  background-image: url("../mysource_files/icon-search-blue.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: left top;
  border-bottom: 1px solid #0e7ac3;
  color: #ffffff;
  line-height: 1.125rem;
  padding: 0 0 1rem 1.9375rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.search-overlay input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 400;
}

.search-overlay input[type="text"]::-moz-placeholder {
  color: #ffffff;
  font-weight: 400;
}

.search-overlay input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff !important;
  font-weight: 400;
}

.search-overlay input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  font-weight: 400;
}

.search-overlay input[type="text"]:focus {
  outline: 0;
  border-color: #ffffff;
}

.search-overlay input[type="text"]::-ms-clear {
  display: none;
}

.search-overlay input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  text-indent: -9999px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.625rem;
  height: 1.625rem;
  z-index: 50;
}

.search-overlay__keywords {
  display: block;
}

.search-overlay__keyword-results {
  padding-top: 2.1875rem;
}

.search-overlay__keyword-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-overlay__keyword-results ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 0 1.9375rem 0;
  margin: 0;
}

.search-overlay__keyword-results ul li a {
  color: #ffffff;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-overlay__keyword-results ul li a span {
  font-weight: 600;
}

.search-overlay__keyword-results ul li:before {
  display: none;
}

/* Module: S */
.select {
  padding-top: 0.625rem;
}

.select h3 {
  color: #00436f;
  margin: 0;
}

.select__controls {
  overflow: hidden;
}

.select__item {
  position: relative;
  margin-top: 1.25rem;
  max-width: 17.5rem;
}

.select__item:before {
  content: url(../mysource_files/icon-language.svg);
  width: 1.125rem;
  height: 1.25rem;
  line-height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.625rem;
  left: 1rem;
}

.select__item:after {
  content: url(../mysource_files/icon-chevron-down.svg);
  width: 1rem;
  height: 0.625rem;
  line-height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.3125rem;
  right: 0.625rem;
}

.select__item-wrapper:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3.125rem;
  width: 1px;
  right: 2.125rem;
  background-color: #0e7ac3;
}

.select label {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  color: #3f3f3f;
  padding-top: 0.625rem;
  display: block;
}

.select select {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3;
  color: #00436f;
  padding: 0.875rem 2.75rem;
  width: 100%;
  border: 1px solid #0e7ac3;
  border-radius: 0.125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */
}

.select__content {
  display: none;
}

.select__content.active {
  display: block;
}

.select.select__results-per-page {
  padding: 0;
}

.select.select__results-per-page .select__controls label {
  display: inline-block;
  margin-top: 0;
  margin-right: 0.625rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.select.select__results-per-page .select__item {
  display: inline-block;
  width: auto;
}

.select.select__results-per-page .select__item:before {
  display: none;
  content: none;
}

.select.select__results-per-page .select__item-wrapper:before {
  height: 1.375rem;
}

.select.select__results-per-page select {
  padding: 0rem 2.75rem 0rem 0.9375rem;
}

/* Module: S */
.sub-nav,
#btn-show-hde-toc {
  display: none;
}

/* Module: S */
.suggestions {
  background: #f1f5f9;
  padding: 1rem 0 0.625rem 0;
}

.suggestions--side-col {
  margin: 0 -20px;
}

.suggestions__wrapper {
  padding: 0 1.875rem 1.6875rem 1.875rem;
  width: 100%;
  max-width: 23.75rem;
}

.suggestions__title {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #282d3a;
  font-weight: 600;
  margin: 0 0 1.125rem 0;
}

.suggestions__content {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #282d3a;
}

.suggestions__links {
  margin: 1.625rem 0 0 0;
}

.suggestions__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 16.25rem;
}

.suggestions__links ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 0 1.0625rem 0;
}

.suggestions__links ul li:last-child {
  padding-bottom: 0;
}

.suggestions__links ul li:before {
  display: none;
}

/* Module: S */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-content__wrapper {
  max-width: 61.25rem;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}

.tab-content__item {
  border-bottom: 1px solid #656a7f;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.flexbox .tab-content__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.tab-content__title {
  position: relative;
  padding: 1.25rem 4rem 1.25rem 0;
  min-height: 5.75rem;
  height: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.flexbox .tab-content__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.tab-content__title button {
  width: 2.75rem;
  height: 3.125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  border-radius: 0.125rem;
  background-color: #0a66a2;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.5625rem;
}

.tab-content__title button:hover, .tab-content__title button:focus {
  background-color: #002034;
}

.tab-content__title button:before, .tab-content__title button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  background: #ffffff;
  -webkit-transition: opacity 0.3s, transform 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 10;
}

.tab-content__title button:before {
  width: 0.125rem;
  height: 0.75rem;
  margin-right: -0.0625rem;
  margin-top: -0.375rem;
}

.tab-content__title button:after {
  width: 0.75rem;
  height: 0.125rem;
  margin-right: -0.375rem;
  margin-top: -0.0625rem;
}

.tab-content__title h3 {
  color: #00436f;
  margin: 0;
}

.tab-content__title.active button:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tab-content__title.active button:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.tab-content__text {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  display: none;
  color: #282d3a;
  padding-bottom: 1.875rem;
}

.tab-content__text.active {
  display: block;
}

.tab-content__text p {
  margin: 0;
  padding-top: 0.625rem;
}

.tab-content .intro {
  padding: 2.1875rem 0;
  position: relative;
}

.tab-content .intro:after {
  content: '';
  background-color: #0e7ac3;
  height: 0.125rem;
  width: 11.25rem;
  position: absolute;
  left: 0;
  bottom: 0.75rem;
}

.tab-content .intro h1,
.tab-content .intro h2 {
  color: #282d3a;
}

.tab-content .intro__text {
  font-size: 1.063em;
  font-weight: 300;
  line-height: 1.4;
  color: #3f3f3f;
  padding-top: 0.75rem;
}

.tab-content .buttons {
  margin-bottom: 1.25rem;
}

.tab-content .page-controls {
  padding-bottom: 0;
}

.tab-content .page-controls:last-child {
  padding-bottom: 2.5rem;
}

.tab-content hr {
  border: none;
  border-top: 1px solid #0e7ac3;
  margin: 1.875rem 0;
}

/* Module: S */
.tab-controls {
  padding: 1.75rem 0 0 0;
  margin: 0 -0.625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tab-controls__heading {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.28;
  color: #ffffff;
  padding-bottom: 1.25rem;
}

.tab-controls__wrapper {
  position: relative;
  margin: 0 auto;
  width: 12.5rem;
}

.tab-controls__wrapper[data-slides="1"] {
  max-width: 12.5rem;
}

.tab-controls__wrapper[data-slides="2"] {
  max-width: 25rem;
}

.tab-controls__wrapper[data-slides="3"] {
  max-width: 37.5rem;
}

.tab-controls__wrapper[data-slides="4"] {
  max-width: 50rem;
}

.tab-controls__item {
  padding: 0.9375rem 0.625rem 2.1875rem 0.625rem;
}

.tab-controls__item button {
  display: block;
  border: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 11.25rem;
  min-height: 5.625rem;
  height: 5.625rem;
  background-color: #0a66a2;
  box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.49);
  position: relative;
  margin: 0 auto;
  border-radius: 0.25rem;
  padding: 1.25rem 1.25rem 0.625rem 1.25rem;
  outline: none;
  overflow: visible;
}

.no-js .tab-controls__item button,
.no-flexbox .tab-controls__item button {
  display: table;
}

.flexbox .tab-controls__item button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.tab-controls__item button:hover, .tab-controls__item button:focus {
  background-color: #002034;
}

.tab-controls__item.active:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.625rem 1.25rem 1.625rem;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: -0.0625rem;
  left: 50%;
  margin-left: -1.625rem;
}

.tab-controls__item.active button {
  background-color: #002034;
}

.tab-controls__title {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.06;
  color: #ffffff;
  text-align: center;
  width: 8.75rem;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.flexbox .tab-controls__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.tab-controls__number {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.875rem;
  text-align: center;
  background-color: #0a66a2;
  text-align: center;
  width: 1.875rem;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -0.9375rem;
  margin-left: -0.9375rem;
  color: #88bfef;
}

.active .tab-controls__number {
  color: #f5a623;
}

.tab-controls .slick-arrow {
  top: 50%;
  margin: -2.1875rem 0 0 0;
  padding: 0;
  z-index: 9;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  text-indent: -9999px;
  border: none;
}

.tab-controls .slick-arrow:after {
  content: url(../mysource_files/icon-arrow-right-gold.svg);
  width: 0.9375rem;
  height: 1.75rem;
  line-height: 1.75rem;
  margin-top: -0.875rem;
  display: block;
  position: absolute;
  top: 50%;
  text-indent: 0;
}

.tab-controls .slick-prev {
  left: -3.4375rem;
  right: auto;
}

.tab-controls .slick-prev:after {
  left: 0.625rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tab-controls .slick-next {
  right: -3.4375rem;
  left: auto;
}

.tab-controls .slick-next:after {
  right: 0.625rem;
}

.tab-controls .slick-disabled {
  opacity: 0.5;
}

/* Module: S */
table {
  width: 100%;
  font-size: 1rem;
}

table th {
  border-bottom: 2px solid #0a66a2;
  color: #282d3a;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 0.5625rem;
  padding-left: 1.375rem;
  line-height: 1.93;
  text-align: left;
}

table td {
  line-height: 1.93;
}

table th,
table td {
  vertical-align: top;
}

.table {
  min-width: 37.5rem;
}

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

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

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

/* Module: S */
.tiles {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tiles__wrapper {
  margin: -0.625rem 0;
  padding: 0.9375rem 0 1.5625rem 0;
}

.tiles__item {
  padding: 0.625rem 0;
}

.tiles__item a {
  display: block;
  text-decoration: none;
  border-radius: 0.125rem;
  padding: 1.25rem 1.25rem 1.625rem 1.25rem;
  background-color: #00436f;
}

.tiles__item a:hover, .tiles__item a:focus {
  background-color: #002034;
}

.tiles__item--light a {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.07);
  background-color: #f9f9f9;
}

.tiles__item--light a:hover .tiles__title, .tiles__item--light a:focus .tiles__title {
  color: #ffffff;
}

.tiles__item--light a:hover .tiles__title svg, .tiles__item--light a:focus .tiles__title svg {
  color: #f5a623;
}

.tiles__item--light a:hover .tiles__text, .tiles__item--light a:focus .tiles__text {
  color: #ffffff;
}

.tiles__item--light a:hover .tiles__date, .tiles__item--light a:focus .tiles__date {
  color: #ffffff;
}

.tiles__item--light a .tiles__title {
  font-size: 1.250em;
  line-height: 1.4;
  color: #00436f;
}

.tiles__item--light a .tiles__title svg {
  color: #ca3d60;
  width: 0.4375rem;
  height: 0.75rem;
}

.tiles__item--light a .tiles__text {
  color: #282d3a;
}

.tiles__title {
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}

.tiles__title svg {
  color: #f5a623;
  width: 0.5625rem;
  height: 1rem;
  margin-left: 0.375rem;
}

.tiles__date {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  color: #00436f;
  padding: 0.5625rem 0 0.1875rem 0;
}

.tiles__text {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
  padding-top: 0.75rem;
}

.tiles .e-bulletin {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.07);
  background-color: #f9f9f9;
  border-radius: 0.125rem;
  padding: 1.25rem 1.25rem 1.625rem 1.25rem;
}

.tiles .e-bulletin__wrapper {
  padding: 0;
  margin: 0;
}

.tiles .e-bulletin__text {
  font-size: 1.250em;
  line-height: 1.4;
  color: #00436f;
}

.tiles .e-bulletin__button {
  margin: 0;
}

.tiles .e-bulletin a {
  box-shadow: none;
  background-color: transparent;
  padding: 0.9375rem 0;
  font-weight: 600;
}

.tiles .e-bulletin a:after {
  display: none !important;
}

/* Module: S */
.video-block {
  margin-bottom: 2.5rem;
  width: 100%;
}

.video-block__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
}

.video-block__description {
  font-size: 0.875rem;
}

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

@media only screen and (min-width: 37.5em) {
  h1, h2, h3, h4, h5 {
    margin: 0 0 1.4375rem 0;
  }
  h1 {
    font-size: 2.4375rem;
    line-height: 2.625rem;
  }
  h2 {
    font-size: 1.9375rem;
    line-height: 2.0625rem;
  }
  h3 {
    font-size: 1.5625rem;
    line-height: 1.75rem;
  }
  h4 {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
  h5 {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
  h6 {
    margin: 0 0 0.625rem 0;
  }
  .content ul, .content ol {
    margin: 0 0 1.5625rem 0;
  }
  .content p.highlighted {
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 1.5625rem;
  }
  /*
--------------------
Modules
--------------------
*/
  #page-wrapper {
    min-width: 100%;
  }
  /* Module: S */
  .accordion__controls {
    text-align: right;
    margin-bottom: 5px;
  }
  .accordion__controls button {
    border: none;
    background: none;
    text-decoration: underline;
  }
  .accordion__item {
    margin-bottom: 1.25rem;
  }
  .accordion__title:before, .accordion__title:after {
    right: 2.0625rem;
    top: 1.28125rem;
  }
  .accordion__title a {
    padding: 1.25rem 4rem 1.25rem 1.875rem;
  }
  .accordion__title a:before, .accordion__title a:after {
    top: 1.84375rem;
    right: 2.625rem;
  }
  .accordion__title a:before {
    margin-right: -0.0625rem;
    margin-top: -0.3125rem;
  }
  .accordion__title a:after {
    margin-right: -0.3125rem;
    margin-top: -0.0625rem;
  }
  .accordion__text p {
    padding-left: 0.625rem;
  }
  /* Module: S */
  /* Module: S */
  .banner-home__image {
    height: 22.875rem;
  }
  .banner-home__search input[type="text"] {
    width: 90%;
  }
  .banner-home__search input[type="submit"] {
    width: 10%;
  }
  .banner-home__right a {
    max-width: 49%;
  }
  /* Module: S */
  .breadcrumbs a {
    font-size: 0.875rem;
  }
  .breadcrumbs a:before {
    display: none;
  }
  .breadcrumbs span {
    font-size: 0.875rem;
  }
  .breadcrumbs li {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: relative;
    padding-right: 1.25rem;
    padding-left: 0;
  }
  .breadcrumbs li:nth-last-child(2):not(:last-child):before {
    display: none;
  }
  .breadcrumbs li:after {
    content: ">";
    position: absolute;
    top: -0.1875rem;
    bottom: 0;
    right: -0.0625rem;
    margin-top: 0.1875rem;
    width: 0.9375rem;
    height: 0.75rem;
    display: inline-block;
    color: #ffffff;
    font-size: 0.90625rem;
  }
  .breadcrumbs li:last-child:after {
    display: none;
  }
  /* Module: S */
  .e-bulletin__wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .no-js .e-bulletin__wrapper,
  .no-flexbox .e-bulletin__wrapper {
    display: table;
  }
  .flexbox .e-bulletin__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .e-bulletin__text {
    margin-right: 1.6875rem;
  }
  .e-bulletin__button > a {
    padding: 0.9375rem 2rem;
  }
  /* Module: S */
  .filter select {
    background-position: 98.5% center;
  }
  /* Module: S */
  .intro {
    padding: 2.625rem 0;
    max-width: 36.25rem;
    margin: 0 auto;
  }
  .intro h1,
  .intro h2 {
    text-align: center;
  }
  .intro__text {
    font-size: 1.125em;
    padding-top: 1rem;
    text-align: center;
  }
  /* Module: S */
  .landing-tiles__wrapper {
    margin: -0.625rem;
    padding: 0.625rem 0 4.375rem 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .no-js .landing-tiles__wrapper,
  .no-flexbox .landing-tiles__wrapper {
    display: table;
  }
  .flexbox .landing-tiles__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .landing-tiles__item {
    padding: 0.625rem;
    width: 50%;
  }
  .landing-tiles__item a {
    min-height: 18.125rem;
    height: 100%;
    padding: 1.5rem 1.875rem;
  }
  .landing-tiles__title {
    font-size: 1.563em;
    font-weight: 600;
    line-height: 1.3;
  }
  .landing-tiles__title svg {
    width: 0.5625rem;
    height: 0.9375rem;
  }
  .landing-tiles__text {
    padding-top: 0.9375rem;
  }
  /* Module: S */
  .link-description__link > a {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 0.3125rem;
    text-decoration: none;
  }
  .no-js .link-description__link > a,
  .no-flexbox .link-description__link > a {
    display: table;
  }
  .flexbox .link-description__link > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .link-description__link h5 {
    display: block;
    width: 28%;
    font-size: 1rem;
    margin: 0;
  }
  .link-description__link p {
    display: block;
    width: 68%;
    margin: 1.375rem 0 1.375rem 0;
    font-size: 1rem;
    padding-right: 0.625rem;
  }
  .link-description__link svg {
    display: block;
    width: 10%;
    position: relative;
    top: 0;
    padding: 0;
  }
  .link-description__link:hover, .link-description__link:focus {
    background-color: #0e7ac3;
  }
  .link-description__link:hover h5, .link-description__link:focus h5 {
    color: #ffffff;
  }
  .link-description__link:hover p, .link-description__link:focus p {
    color: #ffffff;
  }
  .link-description__link:hover svg, .link-description__link:focus svg {
    color: #f5a623;
    position: relative;
  }
  /* Module: S */
  .news-page__header {
    margin-bottom: 0.4375rem;
    font-size: 2.4375rem;
  }
  .news-page__date {
    margin-bottom: 1.0625rem;
  }
  .news-page p:last-child {
    margin-bottom: 2.375rem;
  }
  .section__inner--news {
    width: 80%;
  }
  /* Module: S */
  /* Module: S */
  .page-controls {
    padding: 2.5rem 0 5rem;
  }
  .page-controls__item:last-child a {
    padding-left: 0;
    padding-right: 2.8125rem;
  }
  .page-controls a {
    line-height: 1.5rem;
    padding-top: 0;
    padding-left: 2.8125rem;
  }
  /* Module: S */
  .popup__close {
    top: -3.1875rem;
  }
  .popup__close button {
    width: 2.6875rem;
    height: 2.6875rem;
  }
  .popup__title {
    font-size: 1.563em;
    line-height: 1.3;
    padding-top: 1.0625rem;
  }
  /* Module: S */
  .resource-tiles__wrapper {
    margin: -0.375rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.5rem 0 5rem 0;
  }
  .no-js .resource-tiles__wrapper,
  .no-flexbox .resource-tiles__wrapper {
    display: table;
  }
  .flexbox .resource-tiles__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .resource-tiles__item {
    padding: 0.375rem;
    width: 50%;
  }
  .resource-tiles__item a {
    min-height: 13.75rem;
    height: 100%;
    padding: 9.0625rem 1.875rem 1.25rem 1.875rem;
  }
  .resource-tiles__item a:before {
    height: 7.8125rem;
  }
  .resource-tiles__item a:after {
    top: 1.9375rem;
    width: 3.25rem;
    height: 4rem;
    margin-left: -1.625rem;
  }
  .resource-tiles__item a.video:after {
    width: 3.875rem;
    height: 3.9375rem;
    margin-left: -1.9375rem;
  }
  .resource-tiles__title {
    font-size: 1.250em;
    font-weight: 600;
    line-height: 1.4;
  }
  .resource-tiles__title svg {
    width: 0.5625rem;
    height: 0.9375rem;
  }
  .resource-tiles__image {
    height: 7.8125rem;
  }
  /* Module: S */
  .select {
    padding-top: 1.375rem;
  }
  .select label {
    padding: 0.8125rem 1.75rem 0.8125rem 0;
    margin-top: 0.875rem;
    float: left;
  }
  .select__item {
    margin-top: 0.875rem;
    float: left;
    width: 17.5rem;
  }
  .select.select__results-per-page {
    display: inline-block;
    float: right;
    padding-top: 0;
  }
  .select.select__results-per-page .select__item {
    margin-top: 0;
  }
  /* Module: S */
  .tab-content__title {
    padding: 1.625rem 8.25rem 1.625rem 0;
    min-height: 6.375rem;
  }
  .tab-content__title button {
    width: 7rem;
  }
  .tab-content__title button:before, .tab-content__title button:after {
    right: 1.25rem;
  }
  .tab-content__title button i:before {
    content: 'Details';
    position: absolute;
    top: 0;
    left: 0;
    right: 1.25rem;
    text-align: center;
    color: #ffffff;
    font-style: normal;
    font-size: 1em;
    font-weight: 600;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .tab-content__title.active button i:before {
    content: 'Hide';
  }
  .tab-content__text {
    padding-bottom: 2.5rem;
  }
  .tab-content .intro {
    padding: 2.625rem 0 4.75rem 0;
    position: relative;
  }
  .tab-content .intro:after {
    left: 50%;
    margin-left: -5.625rem;
    bottom: 3.125rem;
  }
  .tab-content .intro__text {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
    padding-top: 1rem;
  }
  .tab-content .page-controls {
    padding-bottom: 0;
  }
  .tab-content .page-controls:last-child {
    padding-bottom: 5rem;
  }
  .tab-content .buttons {
    margin-top: 1.25rem;
    margin-bottom: 0;
    justify-content: center;
  }
  /* Module: S */
  .tab-controls {
    padding-top: 2.0625rem;
  }
  .tab-controls__heading {
    font-size: 1.563em;
    line-height: 1.3;
    padding-bottom: 1.5625rem;
    text-align: center;
  }
  .tab-controls__wrapper {
    width: 25rem;
  }
  .tab-controls__item {
    padding-bottom: 3.375rem;
  }
  /* Module: S */
  /* Module: S */
  .tiles__wrapper {
    margin: -1.75rem -0.625rem;
    padding: 2.5rem 0 6.25rem 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .no-js .tiles__wrapper,
  .no-flexbox .tiles__wrapper {
    display: table;
  }
  .flexbox .tiles__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .tiles__item {
    padding: 1.75rem 0.625rem;
    width: 50%;
  }
  .tiles__item a {
    min-height: 13.25rem;
    height: 100%;
    padding: 1.75rem 1.875rem;
  }
  .tiles__title {
    font-size: 1.938em;
    font-weight: 600;
    line-height: 1.4;
  }
  .tiles__title svg {
    width: 0.6875rem;
    height: 1.0625rem;
  }
  .tiles__text {
    padding-top: 1.125rem;
  }
  .tiles .e-bulletin {
    min-height: 13.25rem;
    height: 100%;
    padding: 1.75rem 1.875rem;
  }
  .tiles .e-bulletin__wrapper {
    flex-direction: column;
    height: 100%;
  }
  .tiles .e-bulletin__text {
    margin-right: 0;
  }
  .tiles .e-bulletin a {
    height: auto;
    min-height: 0;
    padding: 0.9375rem 2rem;
  }
  .tiles .e-bulletin a:hover, .tiles .e-bulletin a:focus {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 73.75em) {
  .overflow-hide {
    overflow: auto;
  }
  /*
--------------------
Modules
--------------------
*/
  body.decision-landing .section__column--left {
    max-width: 18.75rem;
  }
  .section--neg-input {
    margin-bottom: 3.125rem;
    padding-top: 5.9375rem;
  }
  .section__column {
    float: left;
  }
  .section__column--left {
    width: 30%;
    max-width: 17.5rem;
  }
  .section__column--left:last-child {
    clear: left;
  }
  .section__column--right {
    width: 70%;
    float: right;
    max-width: 48.75rem;
    padding-right: 6.25rem;
  }
  .section__inner--margin {
    margin-top: 2.75rem;
  }
  /* Module: S */
  .banner-home {
    padding-top: 0;
    height: 41.25rem;
    position: relative;
  }
  .banner-home__image, .banner-home__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .banner-home__image {
    z-index: 0;
    width: 80%;
    right: 0;
    left: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    display: block;
  }
  .banner-home__inner {
    justify-content: center;
    flex-flow: row nowrap;
  }
  .no-js .banner-home__inner,
  .no-flexbox .banner-home__inner {
    display: table;
  }
  .flexbox .banner-home__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .banner-home__inner-wrap {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    z-index: inherit;
    position: relative;
  }
  .banner-home__inner-wrap:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.1875rem 5.25rem 0 5.125rem;
    border-color: #0e7ac3 transparent transparent transparent;
    right: auto;
    left: 30rem;
    z-index: 0;
  }
  .banner-home__left {
    position: absolute;
    height: 100%;
    left: 1.25rem;
    top: 0;
    align-content: stretch;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
    width: 28.75rem;
    padding: 0;
  }
  .no-js .banner-home__left,
  .no-flexbox .banner-home__left {
    display: table;
  }
  .flexbox .banner-home__left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .banner-home__left:before {
    content: "";
    width: 562.5rem;
    height: 100%;
    position: absolute;
    background-color: #0a66a2;
    z-index: 0;
    top: 0;
    right: 20%;
  }
  .banner-home__left:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 41.25rem 0 0 17.5rem;
    border-color: transparent transparent transparent #0a66a2;
    position: absolute;
    right: -17.5rem;
    top: 0;
  }
  .banner-home__sub-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 4.0625rem 0 1.25rem 0;
  }
  .banner-home__title {
    font-size: 2.4375rem;
    line-height: 2.9375rem;
    max-width: 56.25rem;
    width: 30.625rem;
    margin: 0 0 1.875rem 0;
  }
  .banner-home__content {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    margin: 0 0 1.5625rem 0;
    width: 30.625rem;
  }
  .banner-home__link {
    margin: 0 0 4.75rem 0;
    float: left;
    width: 100%;
  }
  .banner-home__keyword-results {
    width: 36.5625rem;
    top: 3.9375rem;
    z-index: 100;
    padding: 0 1.875rem 0 1.875rem;
  }
  .banner-home__keyword-results ul li a {
    font-size: 1.3125rem;
    line-height: 2rem;
  }
  .banner-home__search {
    padding: 0;
    width: 34.6875rem;
    height: 3.9375rem;
  }
  .banner-home__search:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 63px 0 0 30px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 50;
  }
  .banner-home__search form {
    background: #ffffff;
  }
  .banner-home__search input[type="text"] {
    padding: 1.25rem 1.875rem;
    font-size: 1.3125rem;
    line-height: 1.4375rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .banner-home__search button {
    height: auto;
    width: 4.6875rem;
    padding-right: 0;
    z-index: 50;
  }
  .banner-home__search button svg {
    color: #0e7ac3;
    height: 1.9375rem;
    width: 1.9375rem;
  }
  .banner-home__search .sq-form-question-answer {
    height: auto;
    height: 3.9375rem;
  }
  .banner-home__right {
    position: absolute;
    height: 100%;
    right: 1.25rem;
    top: 0;
    width: 23.75rem;
    padding: 0;
  }
  .banner-home__right a {
    position: absolute;
    bottom: 9.1875rem;
    font-size: 1.5625rem;
    line-height: 2rem;
    font-weight: 600;
    padding: 1.5625rem 4rem 1.5625rem 1.875rem;
    max-width: 100%;
  }
  .banner-home__right a:hover span:after, .banner-home__right a:focus span:after {
    content: "";
    margin: 0 0 0 1.25rem;
  }
  .banner-home__right a span {
    max-width: 80%;
  }
  .banner-home__right a span:after {
    -webkit-transition: margin 0.4s ease;
    -moz-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
    margin: 0 0 0 0.8125rem;
  }
  /* Module: S */
  .block {
    padding: 2.75rem 0 5rem 0;
  }
  .block__more {
    bottom: 5rem;
  }
  .block__more button {
    right: 0;
    margin-right: 0;
  }
  /* Module: S */
  .filter {
    margin: 2.25rem 0 0 0;
  }
  .filter__wrapper {
    display: block;
    padding: 1rem 1.875rem 2.5rem 1.875rem;
  }
  .filter__title {
    pointer-events: none;
    font-size: 1.25rem;
    padding: 1.1875rem 0.9375rem 0.9375rem 1.875rem;
  }
  .filter__title:before {
    content: "";
    background-image: url("../mysource_files/icon-filter.svg");
    background-repeat: no-repeat;
    background-size: 1.3125rem;
    background-position: left center;
    height: 0.875rem;
    width: 1.3125rem;
    margin: -0.125rem 0.5rem 0 0;
  }
  .filter__title:focus {
    outline: 0;
  }
  .filter__title span.filter__icon {
    display: none;
  }
  .filter__title a {
    display: none;
  }
  .filter__date {
    margin: 0 0 0.9375rem 0;
  }
  .filter__select-wrap {
    margin: 2.6875rem 0 0 0;
  }
  .filter select {
    background-position: 94% center;
  }
  .filter input[type="submit"] {
    margin-top: 2.3125rem;
  }
  .filter__row--last {
    margin-bottom: 1.5625rem;
  }
  /* Module: S */
  .footer__wrapper {
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
  }
  .footer__wrapper ul {
    flex-direction: row;
  }
  .footer__top {
    padding: 1.625rem 0 0 1.25rem;
  }
  .footer__top ul li {
    padding-right: 2.25rem;
    padding-bottom: 1.125rem;
  }
  .footer__top ul li:last-child {
    padding-right: 0;
  }
  .footer__top:after {
    content: '';
    width: 85%;
    height: 0.09375rem;
    margin: 0 auto;
    display: block;
    clear: both;
    background-color: #656a7f;
  }
  .footer__bottom {
    background-color: #002034;
    padding: 1.625rem 0 1.5rem 1.25rem;
  }
  .footer__bottom ul {
    margin: 0;
    border: none;
    padding: 0;
  }
  .footer__bottom ul li {
    padding-bottom: 0;
  }
  .footer__bottom ul li:after {
    content: "|";
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    color: #ffffff;
  }
  .footer__bottom ul li:last-child:after {
    display: none;
  }
  /* Module: S */
  .form {
    justify-content: center;
    padding: 0 0 3.6875rem 0;
  }
  .form--absolute {
    top: -1.5625rem;
  }
  .form__wrapper {
    max-width: 45rem;
  }
  .form input[type="text"] {
    font-size: 1.125rem;
    line-height: 1.45;
    height: 4rem;
    padding: 1.1875rem 1.25rem 1.1875rem 2.875rem;
  }
  .form__keyword-results {
    opacity: 1;
    visibility: visible;
    height: auto;
    width: 42.5rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0 4px 0 rgba(101, 106, 127, 0.42);
    -moz-box-shadow: 0 0 4px 0 rgba(101, 106, 127, 0.42);
    box-shadow: 0 0 4px 0 rgba(101, 106, 127, 0.42);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 0.9375rem 0 2.8125rem;
    position: absolute;
  }
  .form__keyword-results ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 1.125rem 0 1.6875rem 0;
    margin: 0;
  }
  .form__keyword-results ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 0 1.25rem 0;
  }
  .form__keyword-results ul li:last-child {
    padding-bottom: 0;
  }
  .form__keyword-results ul li a {
    color: #282d3a;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 300;
  }
  .form__keyword-results ul li a span {
    font-weight: 600;
  }
  .form__keyword-results ul li:before {
    display: none;
  }
  /* Module: S */
  .header {
    position: relative;
    padding: 0;
  }
  .header__top-bar {
    z-index: 0;
    float: left;
    background-color: transparent;
    max-width: 9.5625rem;
    width: 13%;
  }
  .header__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .no-js .header__wrapper,
  .no-flexbox .header__wrapper {
    display: table;
  }
  .flexbox .header__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .header__accessibility {
    display: block;
  }
  .header__mobile-search, .header__toggle {
    display: none;
  }
  .header__navigation {
    float: right;
    width: 85%;
  }
  .header__logo {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    float: left;
    padding: 1.5625rem 0;
    width: 100%;
  }
  .header__logo img {
    display: block;
    width: 100%;
  }
  /* Module: S */
  .image-blocks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .no-js .image-blocks,
  .no-flexbox .image-blocks {
    display: table;
  }
  .flexbox .image-blocks {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .image-blocks .image-block {
    width: 33.333%;
    padding: 0.375rem;
  }
  .image-blocks .image-block .image-block__description {
    max-height: 5.625rem;
    overflow: hidden;
  }
  .image-blocks.single-children .image-block {
    width: 100%;
  }
  .image-blocks.even-children .image-block {
    width: 50%;
  }
  /* Module: S */
  .intro--input {
    padding-bottom: 4.875rem;
  }
  /* Module: S */
  .landing-tiles__item {
    width: 33.333%;
  }
  .landing-tiles__item a {
    height: 18.125rem;
  }
  /* Module: S */
  .list-docs a {
    padding: 1rem 0 1.75rem 0;
  }
  .list-docs--simple {
    margin: 0 0 6.375rem 0;
  }
  .list-docs--simple a {
    padding: 1.4375rem 0 0.5rem 0;
  }
  .list-docs--fixed {
    padding-bottom: 2.5rem;
  }
  .list-docs--fixed a {
    display: flex;
    padding: 1.25rem 3.75rem 1.25rem 1.25rem;
    position: relative;
  }
  .list-docs--fixed a:after {
    content: url("../mysource_files/icon-arrow-right-dark-pink.svg");
    width: 0.375rem;
    height: 0.6875rem;
    line-height: 11px;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    margin-top: -0.3125rem;
  }
  .list-docs--fixed .list-docs__title {
    width: 15rem;
    min-width: 15rem;
    padding-right: 2.5rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .list-docs--fixed .list-docs__content {
    margin: 0;
  }
  .list-docs--fixed .list-docs__item:last-child a {
    border-bottom: 0;
  }
  .list-docs__title {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 0.4375rem 0;
  }
  .list-docs__title a {
    background-size: 1.0625rem;
    padding: 0 0 0 1.75rem;
  }
  .list-docs__sub-title {
    margin: 0 0 0.5625rem 0;
  }
  .list-docs__left {
    float: left;
    width: auto;
  }
  .list-docs__content {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .list-docs__right {
    float: left;
    margin-left: 1.3125rem;
  }
  /* Module: S */
  .list-sort {
    margin: 2.25rem 0 0 0;
  }
  .list-sort__count {
    order: 1;
    margin: 0 0 0.9375rem 0;
    border: none;
  }
  .list-sort__wrapper {
    order: 2;
    margin: 0 0 1.1875rem 0;
    padding: 0 0 0.875rem 0;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid #0e7ac3;
  }
  .list-sort__title {
    float: left;
    width: auto;
    background: none;
    float: left;
    color: #656a7f;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    padding: 0;
  }
  .list-sort__title button {
    display: none;
  }
  .list-sort__options {
    display: block;
    float: right;
    width: auto;
  }
  .list-sort__options ul {
    width: 100%;
    float: left;
  }
  .list-sort__options ul li {
    width: auto;
    float: left;
    margin: 0 0 0 2.75rem;
  }
  .list-sort__options ul li:first-child {
    margin-left: 0;
  }
  .list-sort__options ul li a {
    background: none;
    color: #656a7f;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    text-transform: uppercase;
    padding: 0;
  }
  .list-sort__options ul li a.active, .list-sort__options ul li a:hover, .list-sort__options ul li a:focus {
    background: none;
    color: #0a66a2;
  }
  .list-sort__indicator, .list-sort__selected-value {
    display: none;
  }
  /* Module: S */
  body[data-nav-position="right"] {
    right: auto;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  body[data-nav-position="right"].navigation-open {
    right: auto;
    overflow: auto;
  }
  body[data-nav-position="right"].navigation-open:before {
    display: none;
  }
  body[data-nav-position="right"].navigation-open .header {
    right: auto;
    -webkit-transform: translateZ(0);
  }
  body[data-nav-position="right"] .header {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  body[data-nav-position="right"] .header__navigation .navigation {
    display: block;
    position: static;
    left: auto;
    background: transparent;
    width: 100%;
    right: auto;
    overflow: visible;
    visibility: visible;
    opacity: 1;
  }
  body.home .navigation__search {
    display: none;
  }
  body.home .navigation__level-1 {
    display: none;
  }
  body.home .navigation__secondary {
    padding-right: 10.8125rem;
  }
  body.home .navigation__secondary:before {
    display: none;
  }
  body.home .navigation__secondary .navigation__google-translate {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navigation {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    visibility: visible;
    bottom: auto;
    background: transparent;
    z-index: 99;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    overflow: visible;
    opacity: 1;
    width: 100%;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: initial;
    opacity: 1;
  }
  .navigation.active {
    left: auto;
    right: auto;
    visibility: visible;
  }
  .navigation__wrapper {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    padding: 0;
    flex-flow: row wrap;
    justify-content: flex-end;
    background: none;
  }
  .no-js .navigation__wrapper,
  .no-flexbox .navigation__wrapper {
    display: table;
  }
  .flexbox .navigation__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .navigation__toggle {
    display: none;
  }
  .navigation__google-translate {
    order: 2;
    margin: 0 0 0 0.625rem;
    width: auto;
  }
  .navigation__info {
    display: block;
    float: left;
    width: 25%;
    padding-right: 3.75rem;
  }
  .navigation__title a {
    display: block;
    font-size: 1.375rem;
    color: black;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .navigation__text {
    font-size: 0.875rem;
    font-weight: 300;
    padding-top: 0.875rem;
  }
  .navigation__mobile-home {
    display: none;
  }
  .navigation__level-1 {
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 1;
    visibility: visible;
    order: 2;
    position: relative;
    background: none;
    padding: 0;
  }
  .navigation__level-1:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.4;
    background: #656a7f;
    position: absolute;
  }
  .navigation__level-1.search-active {
    opacity: 0;
    visibility: hidden;
  }
  .navigation__level-1 > li {
    border-bottom: none;
    float: left;
    padding: 0 4.5625rem 0 0;
  }
  .navigation__level-1 > li:first-child {
    padding-left: 1.25rem;
  }
  .navigation__level-1 > li:last-child {
    padding-right: 0;
  }
  .navigation__level-1 > li.current a {
    color: #00436f;
  }
  .navigation__level-1 > li.current a.has-children:after, .navigation__level-1 > li.current a:after {
    opacity: 1;
  }
  .navigation__level-1 > li a {
    padding: 1.6875rem 0.5rem 2rem 0.5rem;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.125rem;
    color: #656a7f;
  }
  .navigation__level-1 > li a.has-children:focus, .navigation__level-1 > li a.has-children:hover, .navigation__level-1 > li a:focus, .navigation__level-1 > li a:hover {
    color: #00436f;
  }
  .navigation__level-1 > li a.has-children:focus:after, .navigation__level-1 > li a.has-children:hover:after, .navigation__level-1 > li a:focus:after, .navigation__level-1 > li a:hover:after {
    opacity: 1;
  }
  .navigation__level-1 > li a.has-children:after, .navigation__level-1 > li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0.3125rem;
    height: 0.5rem;
    opacity: 0;
    background: #00436f;
    width: 100%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .navigation__secondary {
    position: relative;
    padding: 0;
    order: 1;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    padding: 0 13.125rem 1.625rem 0;
    margin: 1.625rem 0 0 0;
  }
  .no-js .navigation__secondary,
  .no-flexbox .navigation__secondary {
    display: table;
  }
  .flexbox .navigation__secondary {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .navigation__secondary .navigation__google-translate {
    position: absolute;
    right: 2.5rem;
    top: 0;
  }
  .navigation__secondary.active > ul {
    opacity: 0;
    visibility: hidden;
  }
  .navigation__secondary > ul {
    display: block;
    width: auto;
    order: 1;
    padding: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .navigation__secondary > ul li {
    padding: 0 0.75rem 0 0;
    margin: 0;
    list-style-type: none;
    float: left;
    border-bottom: none;
  }
  .navigation__secondary > ul li:last-child {
    padding-right: 0;
  }
  .navigation__secondary > ul li.current a {
    text-decoration: none;
    background: #0a66a2;
    color: white;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navigation__secondary > ul li.current a:hover, .navigation__secondary > ul li.current a:focus {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    background-color: #002034;
  }
  .navigation__secondary > ul li a {
    color: #656a7f;
    padding: 0.3125rem;
    background: transparent;
    font-weight: 400;
    padding: 0.1875rem 0.5625rem;
    text-decoration: none;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: initial;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
  .navigation__secondary > ul li a:hover, .navigation__secondary > ul li a:focus {
    color: #656a7f;
    text-decoration: underline;
    font-weight: 400;
  }
  .navigation__search {
    display: block;
    width: 1.25rem;
    height: 2.1875rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
  }
  .navigation__search.active {
    width: 46.25rem;
    background: #ffffff;
  }
  .navigation__search.active .navigation__search-toggle {
    position: relative;
    margin-right: 0.9375rem;
  }
  .navigation__search.active .navigation__search-toggle:focus:before, .navigation__search.active .navigation__search-toggle:focus:after, .navigation__search.active .navigation__search-toggle:hover:before, .navigation__search.active .navigation__search-toggle:hover:after {
    background: #002034;
  }
  .navigation__search.active .navigation__search-toggle svg {
    display: none;
  }
  .navigation__search.active .navigation__search-toggle:before {
    content: "";
    left: -0.0625rem;
    top: 0.4375rem;
    height: 0.125rem;
    width: 1.125rem;
    background: #656a7f;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navigation__search.active .navigation__search-toggle:after {
    content: "";
    left: -0.0625rem;
    top: 0.4375rem;
    height: 0.125rem;
    width: 1.125rem;
    background: #656a7f;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navigation__search.active form {
    opacity: 1;
    visibility: visible;
  }
  .navigation__search form {
    display: block;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0.1875rem;
    border-bottom: 1px solid #0e7ac3;
  }
  .navigation__search form input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    padding: 0;
    width: 100%;
    padding: 0 2.5rem 0.4375rem 2.5rem;
    color: #282d3a;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .navigation__search form input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #282d3a;
  }
  .navigation__search form input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #282d3a;
  }
  .navigation__search form input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #282d3a !important;
  }
  .navigation__search form input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #282d3a;
  }
  .navigation__search form input[type="text"]:focus {
    outline: 0;
  }
  .navigation__search form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    position: absolute;
    display: block;
    width: 1.125rem;
    height: 1.0625rem;
    left: 0.875rem;
    top: -0.125rem;
    text-indent: -9999px;
  }
  .navigation__search form button:hover svg, .navigation__search form button:focus svg {
    color: #002034;
  }
  .navigation__search form button svg {
    width: 100%;
    height: 100%;
    float: left;
    color: #656a7f;
  }
  .navigation__search button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    padding: 0;
    width: 1.0625rem;
    height: 1.0625rem;
    float: right;
    margin: 0.3125rem 0 0 0;
    z-index: 50000;
    position: relative;
  }
  .navigation__search button:hover, .navigation__search button:focus {
    outline: 0;
  }
  .navigation__search button:hover .navigation__search-icon, .navigation__search button:focus .navigation__search-icon {
    color: #002034;
  }
  .navigation__search-icon {
    width: 100%;
    height: 100%;
    color: #656a7f;
  }
  /* Module: S */
  .section__inner--news {
    width: 100%;
  }
  /* Module: S */
  .latest-news {
    display: block;
    float: left;
    max-width: 100%;
    background-color: #002034;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .latest-news__title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #ffffff;
    max-width: 100%;
    padding: 1.25rem 0 1.25rem 1.8125rem;
    margin: 0;
    background-color: #0a66a2;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
  }
  .latest-news ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: block;
  }
  .latest-news ul a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    float: left;
    width: 100%;
  }
  .latest-news ul a:after {
    content: '';
    width: 85%;
    height: 0.0625rem;
    margin: 0 auto;
    display: block;
    clear: both;
    background-color: #00436f;
  }
  .latest-news ul a:last-child {
    border-bottom: none;
  }
  .latest-news ul a:hover p, .latest-news ul a:focus p {
    text-decoration: underline;
  }
  .latest-news ul li {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 1.0625rem 1.25rem 1rem 1.8125rem;
  }
  .latest-news ul li > p {
    margin: 0;
  }
  .latest-news ul li > p:first-child {
    color: #ffffff;
    font-weight: 600;
  }
  .latest-news ul li > p:last-child {
    color: #82cdff;
    font-size: 0.875rem;
    font-weight: 300;
  }
  .latest-news ul li:before {
    display: none;
  }
  .latest-news ul .current {
    background-color: #00436f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.5);
  }
  .latest-news ul .current li > p:first-child {
    font-weight: 600;
    color: #f5a623;
  }
  .latest-news ul .current li > p:last-child {
    color: #82cdff;
  }
  .latest-news .link__show-more {
    display: inline-block;
    padding: 1.0625rem 1.25rem 1rem 1.8125rem;
    font-weight: 600;
    color: #f5a623;
  }
  /* Module: S */
  .long-document .section__column--right.expanded {
    width: 100%;
    max-width: 100%;
    padding-left: 3.75rem;
  }
  .text-panel,
  p.text-panel {
    padding: 0.8125rem 1.4375rem;
  }
  /* Module: S */
  .pagination {
    margin: 4.375rem 0 3.3125rem 0;
  }
  .pagination ul {
    min-width: 0;
  }
  /* Module: S */
  .resource-tiles__item {
    width: 33.333%;
  }
  .resource-tiles.even-children .resource-tiles__item {
    width: 50%;
  }
  /* Module: S */
  .search-overlay {
    display: none;
  }
  .search-overlay__keyword-results {
    padding: 0;
    position: absolute;
    top: 1.6875rem;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(101, 106, 127, 0.42);
  }
  .search-overlay__keyword-results ul {
    padding-bottom: 0.625rem;
  }
  .search-overlay__keyword-results ul li {
    padding: 0.3125rem 1.25rem 0.3125rem 2.5rem;
  }
  .search-overlay__keyword-results ul li a {
    color: #282d3a;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1rem;
  }
  /* Module: S */
  .sub-nav {
    display: block;
    background-color: #002034;
    font-weight: 800;
    float: left;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .sub-nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: block;
  }
  .sub-nav > ul li {
    display: block;
    width: 100%;
    float: left;
    padding: 0 1.8125rem;
    margin: 0;
  }
  .sub-nav > ul li:before {
    display: none;
  }
  .sub-nav > ul li a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #00436f;
    padding: 1.25rem 0;
    color: #ffffff;
  }
  .sub-nav > ul li a:hover, .sub-nav > ul li a:focus {
    color: #f5a623;
  }
  .sub-nav > ul li.current {
    padding: 0;
  }
  .sub-nav > ul li.current a {
    padding: 1.25rem 1.8125rem;
    background: #00436f;
    color: #f5a623;
    border-bottom: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sub-nav > ul li.current ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    padding: 1.125rem 1.875rem 0 1.875rem;
  }
  .sub-nav > ul li.current ul li {
    padding: 0 1.5625rem;
  }
  .sub-nav > ul li.current ul li.current > a {
    color: #f5a623;
  }
  .sub-nav > ul li.current ul li:first-child a {
    padding-top: 0;
  }
  .sub-nav > ul li.current ul li a {
    background: transparent;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 1.25rem 0 0 0;
  }
  .sub-nav > ul li.current ul li a:hover, .sub-nav > ul li.current ul li a:focus {
    color: #f5a623;
  }
  .sub-nav > ul li.current ul li > ul {
    padding: 0;
    margin: 0.9375rem 0 0 0;
    border-bottom: 1px solid #00436f;
    border-top: 1px solid #00436f;
    padding-bottom: 0.9375rem;
  }
  .sub-nav > ul li.current ul li > ul li {
    padding: 0 0.9375rem;
  }
  .sub-nav > ul li.current ul li > ul li:first-child a {
    padding-top: 0.9375rem;
  }
  .sub-nav > ul li.current ul li > ul li a {
    padding-top: 0.9375rem;
  }
  .sub-nav > ul li.current ul li > ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .sub-nav > ul li.current ul li:last-child {
    border-bottom: 1px solid #00436f;
    padding-bottom: 1.25rem;
  }
  .sub-nav > ul li ul {
    display: none;
  }
  .sub-nav .toc-main-heading, .sub-nav__title {
    color: #ffffff;
    background-color: #0a66a2;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 1.25rem 1.8125rem;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
  }
  .sub-nav--transparent {
    background-color: transparent;
    border-radius: 0;
    padding: 1.5rem 0 5rem 0;
  }
  .sub-nav--transparent > ul li {
    padding: 0;
  }
  .sub-nav--transparent > ul li a {
    font-weight: 300;
    border-color: #0a66a2;
  }
  .sub-nav--transparent > ul li.current a {
    padding: 1.25rem 0;
    background-color: transparent;
    font-weight: 600;
    border-bottom: 1px solid #0a66a2;
  }
  .sub-nav--transparent .sub-nav__title {
    background-color: transparent;
    border-bottom: 0.125rem solid #0a66a2;
    padding: 1.25rem 0;
  }
  .sub-nav #toc-list li a.current {
    color: #f5a623;
  }
  .sub-nav #toc-list li ul {
    display: block;
    padding-left: 0;
  }
  .long-document .sub-nav {
    position: relative;
  }
  .long-document .sub-nav.collapsed {
    height: 0 !important;
  }
  .long-document .sub-nav.collapsed .toc-main-heading,
  .long-document .sub-nav.collapsed .toc-list {
    overflow: hidden;
    width: 0 !important;
    padding: 0;
  }
  .long-document .sub-nav.collapsed #btn-show-hde-toc {
    left: 0 !important;
  }
  .long-document .sub-nav.collapsed #btn-show-hde-toc svg {
    transform: rotate(0deg) translate(15px) translateY(11px);
  }
  .long-document .sub-nav .toc-main-heading,
  .long-document .sub-nav #toc-list {
    width: 17.5rem;
  }
  .long-document .sub-nav .toc-main-heading {
    padding-left: 0;
    padding-right: 0;
  }
  .long-document .sub-nav .toc-main-heading strong {
    display: block;
    padding-left: 1.8125rem;
    padding-right: 1.8125rem;
  }
  .long-document .sub-nav #toc-list {
    background-color: #002034;
  }
  .long-document #btn-show-hde-toc {
    position: fixed;
    top: 50%;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #002034;
  }
  .long-document #btn-show-hde-toc img {
    display: none;
  }
  .long-document #btn-show-hde-toc svg {
    color: #f5a623;
    width: 0.6875rem;
    height: 1.0625rem;
    transform: rotate(180deg) translate(-15px) translateY(-11px);
  }
  .long-document #btn-show-hde-toc:hover {
    cursor: pointer;
  }
  /* Module: S */
  .suggestions {
    padding: 1.3125rem 0 0.9375rem 0;
  }
  .suggestions--side-col {
    max-width: 18.75rem;
    margin: 1.5rem 0 0 0;
    float: left;
  }
  .suggestions__wrapper {
    max-width: 100%;
  }
  .suggestions__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .suggestions__links {
    margin: 1.25rem 0 0 0;
  }
  .suggestions__links ul {
    max-width: 100%;
  }
  /* Module: S */
  /* Module: S */
  .tab-controls__wrapper {
    width: 62.5rem;
  }
  /* Module: S */
  .tiles {
    margin-top: -10rem;
    position: relative;
    z-index: 50;
  }
  .tiles__item {
    width: 33.333%;
  }
  .tiles__item a {
    height: 13.25rem;
  }
}

@media print {
  * {
    /* background: transparent !important;
    color: #000 !important; // Black prints faster: h5bp.com/s*/
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /*
a,
a:visited {
    text-decoration: underline;
}

a[href]:after {
    content: " (" attr(href) ")";
}

abbr[title]:after {
    content: " (" attr(title) ")";
}

// Don't show links for images, or javascript/internal links

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
}*/
  body {
    background-color: transparent;
  }
  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;
  }
  /* Module: S */
  .accordion__text {
    display: block;
  }
  .accordion__title:before, .accordion__title:after {
    display: none;
  }
  .accordion__title button:before, .accordion__title button:after {
    display: none;
  }
  /* Module: S */
  .block.collapsed:after {
    display: none;
  }
  .block.collapsed .block__wrapper {
    max-height: initial;
  }
  .block.collapsed .block__more {
    display: none;
  }
  /* Module: S */
  .breadcrumbs {
    display: none;
  }
  /* Module: S */
  .buttons {
    display: none !important;
  }
  /* Module: S */
  .filter {
    display: none !important;
  }
  /* Module: S */
  .footer {
    display: none;
  }
  /* Module: S */
  /* Module: S */
  .header {
    height: 7.125rem;
  }
  .header__logo {
    margin-left: -4.6875rem;
    width: 9.375rem;
  }
  .header__toggle, .header__mobile-search, .header__accessibility {
    display: none;
  }
  /* Module: S */
  /* Module: S */
  .landing-tiles__item {
    page-break-inside: avoid;
  }
  /* Module: S */
  .list-sort {
    margin-top: 1.25rem;
  }
  .list-sort__indicator {
    display: none;
  }
  /* Module: S */
  .page-controls {
    display: none;
  }
  /* Module: S */
  .pagination {
    display: none;
  }
  /* Module: S */
  .popup {
    display: none;
  }
  /* Module: S */
  /* Module: S */
  .sub-nav {
    display: none;
  }
  /* Module: S */
  .suggestions {
    display: none;
  }
  /* Module: S */
  .tab-content__text {
    display: block;
  }
  .tab-content__title button {
    display: none;
  }
  /* Module: S */
  .tab-controls .slick-arrow {
    display: none !important;
  }
  /* Module: S */
  .tiles__item {
    page-break-inside: avoid;
  }
  /* Module: S */
  .video-block__wrapper {
    display: none;
  }
  .video-block__description:before {
    content: '[Video]';
    display: block;
  }
}

/*# sourceMappingURL=main.css.map */
