@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* CSS compiled from SCSS */
/* --------------------------------------- */
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on March 8, 2017 */
@font-face {
  font-family: 'faldore-black';
  src: url("../fonts/faldore/faldore-black.eot");
  src: url("../fonts/faldore/faldore-black.eot?#iefix") format("embedded-opentype"), url("../fonts/faldore/faldore-black.woff2") format("woff2"), url("../fonts/faldore/faldore-black.woff") format("woff"), url("../fonts/faldore/faldore-black.ttf") format("truetype"), url("../fonts/faldore/faldore-black.svg#faldoreblack") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'faldore-bold';
  src: url("../fonts/faldore/faldore-bold.eot");
  src: url("../fonts/faldore/faldore-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/faldore/faldore-bold.woff2") format("woff2"), url("../fonts/faldore/faldore-bold.woff") format("woff"), url("../fonts/faldore/faldore-bold.ttf") format("truetype"), url("../fonts/faldore/faldore-bold.svg#faldorebold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'faldore-book';
  src: url("../fonts/faldore/faldore-book.eot");
  src: url("../fonts/faldore/faldore-book.eot?#iefix") format("embedded-opentype"), url("../fonts/faldore/faldore-book.woff2") format("woff2"), url("../fonts/faldore/faldore-book.woff") format("woff"), url("../fonts/faldore/faldore-book.ttf") format("truetype"), url("../fonts/faldore/faldore-book.svg#faldorebook") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'faldore-light';
  src: url("../fonts/faldore/faldore-light.eot");
  src: url("../fonts/faldore/faldore-light.eot?#iefix") format("embedded-opentype"), url("../fonts/faldore/faldore-light.woff2") format("woff2"), url("../fonts/faldore/faldore-light.woff") format("woff"), url("../fonts/faldore/faldore-light.ttf") format("truetype"), url("../fonts/faldore/faldore-light.svg#faldorelight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'faldore-medium';
  src: url("../fonts/faldore/faldore-medium.eot");
  src: url("../fonts/faldore/faldore-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/faldore/faldore-medium.woff2") format("woff2"), url("../fonts/faldore/faldore-medium.woff") format("woff"), url("../fonts/faldore/faldore-medium.ttf") format("truetype"), url("../fonts/faldore/faldore-medium.svg#faldoremedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'faldore-regular';
  src: url("../fonts/faldore/faldore-regular.eot");
  src: url("../fonts/faldore/faldore-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/faldore/faldore-regular.woff2") format("woff2"), url("../fonts/faldore/faldore-regular.woff") format("woff"), url("../fonts/faldore/faldore-regular.ttf") format("truetype"), url("../fonts/faldore/faldore-regular.svg#faldoreregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'faldore-semibold';
  src: url("../fonts/faldore/faldore-semibold.eot");
  src: url("../fonts/faldore/faldore-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/faldore/faldore-semibold.woff2") format("woff2"), url("../fonts/faldore/faldore-semibold.woff") format("woff"), url("../fonts/faldore/faldore-semibold.ttf") format("truetype"), url("../fonts/faldore/faldore-semibold.svg#faldoresemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

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

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=36.25em&large=52.5em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 75%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  max-width: 100%;
}

body {
  line-height: 2rem;
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #0b1f32;
  background-color: transparent;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
label:focus,
button:focus {
  z-index: 1;
}

button {
  cursor: pointer;
}

.media-object-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.orbit {
  position: relative;
}

.accordion a,
.tabs a {
  background-image: none;
}

.tabs {
  padding-bottom: 0;
}

.tabs li {
  top: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  top: 0;
}

.badge {
  line-height: 1.5;
}

.skip-to-content {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  font-size: 1.3333333rem;
  padding: 0.5rem 1rem;
  margin-top: 0.75rem;
  margin-left: 0.75rem;
}

.skip-to-content:active, .skip-to-content:focus, .skip-to-content:hover {
  z-index: 999;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  background-color: rgba(11, 31, 50, 0.9);
  outline: none;
  color: #fff;
}

.sticky {
  overflow: hidden;
  background-color: #fff;
}

.sticky nav {
  max-height: 100vh;
  overflow: auto;
  margin-right: -2rem;
  padding-right: 2rem;
}

.accordion {
  padding-bottom: 0;
}

.accordion-item {
  margin-bottom: 0;
  top: 0;
}

.job-item {
  background-color: #D9DFE4;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media (min-width: 30em) {
  .job-item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 36.25em) {
  .job-item {
    padding: 2rem;
    max-width: 840px;
  }
}

@media (min-width: 52.5em) {
  .job-item {
    padding: 3rem;
  }
}

.job-item + div {
  margin-top: 0.5rem;
}

@media (min-width: 36.25em) {
  .job-item + div {
    margin-top: 2rem;
  }
}

.job-item__button {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.job-item__button, .job-item__button.button {
  margin-bottom: 0;
}

@media (min-width: 36.25em) {
  .job-item__button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.job-item__meta-list {
  max-width: none;
  list-style: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
}

@media (min-width: 36.25em) {
  .job-item__meta-list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2.4rem;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: -2rem;
    box-shadow: 0 -1px 0 #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 52.5em) {
  .job-item__meta-list {
    margin-left: -3rem;
    margin-right: -3rem;
    margin-bottom: -3rem;
  }
}

.job-item__meta-item {
  -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
  margin-bottom: 0;
  padding: 0.25rem 0;
}

@media (min-width: 36.25em) {
  .job-item__meta-item {
    padding: 1.25rem 2rem;
  }
}

@media (min-width: 36.25em) {
  .job-item__meta-item:nth-child(1) {
    padding-left: 2rem;
  }
}

@media (min-width: 52.5em) {
  .job-item__meta-item:nth-child(1) {
    padding-left: 3rem;
  }
}

@media (min-width: 36.25em) {
  .job-item__meta-item:nth-child(2) {
    box-shadow: 1px 0 0 #fff, -1px 0 0 #fff;
  }
}

.job-item__title {
  margin-top: 0.2em;
}

.job-item__title:first-child {
  margin-bottom: 0.5rem;
}

@media (min-width: 36.25em) {
  .job-item__title:first-child {
    margin-bottom: 0.75rem;
  }
}

.job-item__class {
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
  margin-left: 0.5em;
}

.no-keyboard-navigation-in-use * {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, label, legend, caption, figcaption {
  margin: 0;
  padding: 0;
}

html {
  font-size: 75%;
}

@media (min-width: 75em) {
  html {
    font-size: 81.25%;
  }
}

@media (min-width: 90em) {
  html {
    font-size: 87.5%;
  }
}

@media (max-width: 52.4375em) {
  html {
    font-size: 75%;
  }
}

@media (max-width: 36.1875em) {
  html {
    font-size: 75%;
  }
}

p, dd, dt, figcaption, h5,
h6, label, cite, .toc__title, .related__title, #embed-html #mc_embed_signup #mce-error-response,
#embed-html #mc_embed_signup #mce-success-response, .gsc-content .gsc-control-cse,
.gsc-content .gsc-control-cse .gsc-table-result, table th, table td {
  font-size: 1.5rem;
  line-height: 1.3333333;
  position: relative;
  top: -0.43625rem;
  margin-bottom: 2rem;
}

h1 {
  font-size: 2.3333333rem;
  line-height: 1.0714286;
  position: relative;
  top: 0.0308333rem;
  margin-bottom: 3rem;
}

@media (min-width: 52.5em) {
  h1 {
    font-size: 3.5rem;
    line-height: 1.1428571;
    position: relative;
    top: -0.11rem;
    margin-bottom: 2rem;
  }
}

h1:last-child {
  font-size: 2.3333333rem;
  line-height: 1.2857143;
  position: relative;
  top: -0.2833333rem;
  margin-bottom: -1rem;
}

@media (min-width: 36.25em) {
  h1:last-child {
    font-size: 2.6666667rem;
    line-height: 1.125;
    position: relative;
    top: -0.4041667rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 52.5em) {
  h1:last-child {
    font-size: 3.5rem;
    line-height: 1.1428571;
    position: relative;
    top: -0.20625rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 90em) {
  h1:last-child {
    font-size: 3.2857143rem;
    line-height: 1.2173913;
    position: relative;
    top: -0.1375rem;
    margin-bottom: -1rem;
  }
}

h2 {
  font-size: 2.0833333rem;
  line-height: 1.2;
  position: relative;
  top: 0.1145833rem;
  margin-bottom: 2rem;
}

@media (min-width: 36.25em) {
  h2 {
    font-size: 2.1666667rem;
    line-height: 1.1538462;
    position: relative;
    top: 0.0866667rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 52.5em) {
  h2 {
    font-size: 2.25rem;
    line-height: 1.1111111;
    position: relative;
    top: 0.05875rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 90em) {
  h2 {
    font-size: 2.1428571rem;
    line-height: 1.1666667;
    position: relative;
    top: 0.0857143rem;
    margin-bottom: 2rem;
  }
}

h2:last-child {
  font-size: 2.0833333rem;
  line-height: 1.2;
  position: relative;
  top: 0.1145833rem;
  margin-bottom: -1rem;
}

@media (min-width: 36.25em) {
  h2:last-child {
    font-size: 2.1666667rem;
    line-height: 1.1538462;
    position: relative;
    top: 0.0866667rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 52.5em) {
  h2:last-child {
    font-size: 2.25rem;
    line-height: 1.1111111;
    position: relative;
    top: 0.05875rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 90em) {
  h2:last-child {
    font-size: 2.1428571rem;
    line-height: 1.1666667;
    position: relative;
    top: 0.0857143rem;
    margin-bottom: -1rem;
  }
}

h3, legend, .gsc-content .gs-webResult.gs-result a.gs-title, .gsc-content .gs-webResult.gs-result a.gs-title:visited, .gsc-content .gs-webResult.gs-result a.gs-title:link {
  font-size: 1.75rem;
  line-height: 1.1428571;
  position: relative;
  top: -0.52375rem;
  margin-bottom: 1rem;
}

@media (min-width: 52.5em) {
  h3, legend, .gsc-content .gs-webResult.gs-result a.gs-title, .gsc-content .gs-webResult.gs-result a.gs-title:visited, .gsc-content .gs-webResult.gs-result a.gs-title:link {
    font-size: 1.6666667rem;
    line-height: 1.5;
    position: relative;
    top: -0.7458333rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 90em) {
  h3, legend, .gsc-content .gs-webResult.gs-result a.gs-title, .gsc-content .gs-webResult.gs-result a.gs-title:visited, .gsc-content .gs-webResult.gs-result a.gs-title:link {
    font-size: 1.7142857rem;
    line-height: 1.1666667;
    position: relative;
    top: -0.5207143rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 52.5em) {
  h3, legend, .gsc-content .gs-webResult.gs-result a.gs-title, .gsc-content .gs-webResult.gs-result a.gs-title:visited, .gsc-content .gs-webResult.gs-result a.gs-title:link {
    font-size: 1.6666667rem;
    line-height: 1.5;
    position: relative;
    top: -0.7458333rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 52.5em) and (min-width: 52.5em) {
  h3, legend, .gsc-content .gs-webResult.gs-result a.gs-title, .gsc-content .gs-webResult.gs-result a.gs-title:visited, .gsc-content .gs-webResult.gs-result a.gs-title:link {
    font-size: 1.6666667rem;
    line-height: 1.5;
    position: relative;
    top: -0.7458333rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 52.5em) and (min-width: 90em) {
  h3, legend, .gsc-content .gs-webResult.gs-result a.gs-title, .gsc-content .gs-webResult.gs-result a.gs-title:visited, .gsc-content .gs-webResult.gs-result a.gs-title:link {
    font-size: 1.7142857rem;
    line-height: 1.1666667;
    position: relative;
    top: -0.5207143rem;
    margin-bottom: 1rem;
  }
}

h3:last-child, legend:last-child, .gsc-content .gs-webResult.gs-result a.gs-title:last-child {
  font-size: 1.75rem;
  line-height: 1.1428571;
  position: relative;
  top: -0.52375rem;
  margin-bottom: -1rem;
}

@media (min-width: 52.5em) {
  h3:last-child, legend:last-child, .gsc-content .gs-webResult.gs-result a.gs-title:last-child {
    font-size: 1.6666667rem;
    line-height: 1.5;
    position: relative;
    top: -0.7458333rem;
    margin-bottom: -2rem;
  }
}

@media (min-width: 90em) {
  h3:last-child, legend:last-child, .gsc-content .gs-webResult.gs-result a.gs-title:last-child {
    font-size: 1.7142857rem;
    line-height: 1.1666667;
    position: relative;
    top: -0.5207143rem;
    margin-bottom: -1rem;
  }
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.3333333;
  position: relative;
  top: -0.44rem;
  margin-bottom: 1rem;
}

h4:last-child, .h4:last-child {
  font-size: 1.5rem;
  line-height: 1.3333333;
  position: relative;
  top: -0.44rem;
  margin-bottom: -1rem;
}

.nav-menu__text {
  font-size: 1.75rem;
  line-height: 1.1428571;
  position: relative;
  top: -0.52375rem;
  margin-bottom: -1rem;
  color: #0b1f32;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, transparent 50%, #b3bfca 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #b3bfca 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 0.075em);
  cursor: pointer;
}

@media (min-width: 36.25em) {
  .nav-menu__text {
    font-size: 2.1666667rem;
    line-height: 1.3846154;
    position: relative;
    top: -0.1633333rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 36.25em) and (min-width: 36.25em) {
  .nav-menu__text {
    font-size: 2.1666667rem;
    line-height: 1.3846154;
    position: relative;
    top: -0.1633333rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 36.25em) and (min-width: 52.5em) {
  .nav-menu__text {
    font-size: 2.25rem;
    line-height: 1.3333333;
    position: relative;
    top: -0.19125rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 36.25em) and (min-width: 90em) {
  .nav-menu__text {
    font-size: 2.1428571rem;
    line-height: 1.4;
    position: relative;
    top: -0.1642857rem;
    margin-bottom: -1rem;
  }
}

.nav-menu__text:hover {
  color: #0b1f32;
}

.no-cssgradients .nav-menu__text {
  text-decoration: underline;
}

.footer .nav-menu__text {
  font-size: 1.75rem;
  line-height: 1.1428571;
  position: relative;
  top: -0.52375rem;
  margin-bottom: -1rem;
  color: #0b1f32;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, transparent 50%, #b3bfca 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #b3bfca 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 0.075em);
  cursor: pointer;
}

@media (min-width: 52.5em) {
  .footer .nav-menu__text {
    font-size: 1.8333333rem;
    line-height: 1.0909091;
    position: relative;
    top: -0.5516667rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 90em) {
  .footer .nav-menu__text {
    font-size: 1.7142857rem;
    line-height: 1.1666667;
    position: relative;
    top: -0.5207143rem;
    margin-bottom: -1rem;
  }
}

.footer .nav-menu__text:hover {
  color: #0b1f32;
}

.no-cssgradients .footer .nav-menu__text, .footer .no-cssgradients .nav-menu__text {
  text-decoration: underline;
}

.mini, figcaption, .category-filter__link, .featured-news__link a, .hint, .wizard-casenumber {
  font-size: 1.3333333rem;
  line-height: 1.3125;
  position: relative;
  top: -0.2958333rem;
  margin-bottom: -1rem;
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
}

li {
  font-size: 1.5rem;
  line-height: 1.3333333;
  position: relative;
  top: -0.43625rem;
  margin-bottom: 1rem;
}

.lead, .tagline__description {
  font-size: 1.5rem;
  line-height: 1.3333333;
  position: relative;
  top: -0.43625rem;
  margin-bottom: -1rem;
}

.job-item__title, .content-nav__title, .content-block__title, .featured-content__title {
  font-size: 1.8333333rem;
  line-height: 1.2727273;
  position: relative;
  top: -0.7183333rem;
  margin-bottom: -1rem;
}

@media (min-width: 36.25em) {
  .job-item__title, .content-nav__title, .content-block__title, .featured-content__title {
    font-size: 1.8333333rem;
    line-height: 1.000273;
    position: relative;
    top: -0.4685836rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 52.5em) {
  .job-item__title, .content-nav__title, .content-block__title, .featured-content__title {
    font-size: 1.9166667rem;
    line-height: 1.1306959;
    position: relative;
    top: -0.6631669rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 90em) {
  .job-item__title, .content-nav__title, .content-block__title, .featured-content__title {
    font-size: 2rem;
    line-height: 1.0715716;
    position: relative;
    top: -0.6880001rem;
    margin-bottom: -1rem;
  }
}

.content-block__metadata, .featured-content__metadata {
  font-size: 1.5rem;
  line-height: 1.3333333;
  position: relative;
  top: -0.44rem;
  margin-bottom: -1rem;
}

@media (min-width: 36.25em) {
  .content-block__metadata, .featured-content__metadata {
    font-size: 1.4166667rem;
    line-height: 1.4117647;
    position: relative;
    top: -0.4120833rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 90em) {
  .content-block__metadata, .featured-content__metadata {
    font-size: 1.2857143rem;
    line-height: 1.5555556;
    position: relative;
    top: -0.3771429rem;
    margin-bottom: -1rem;
  }
}

.breadcrumbs__item, .breadcrumbs__link, .tabs__link, .form-group .errors {
  font-size: 1.1666667rem;
  line-height: 1.1428571;
  position: relative;
  top: -0.0270833rem;
  margin-bottom: 0;
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
}

@media (min-width: 52.5em) {
  .breadcrumbs__item, .breadcrumbs__link, .tabs__link, .form-group .errors {
    font-size: 1.25rem;
    line-height: 1.0666667;
    position: relative;
    top: -0.0572917rem;
    margin-bottom: 0;
  }
}

@media (min-width: 75em) {
  .breadcrumbs__item, .breadcrumbs__link, .tabs__link, .form-group .errors {
    font-size: 1.2307692rem;
    line-height: 1.2500626;
    position: relative;
    top: -0.1577308rem;
    margin-bottom: -1rem;
  }
}

.content-block__excerpt, .featured-content__excerpt {
  font-size: 1.3333333rem;
  line-height: 1.125;
  position: relative;
  top: -0.1708333rem;
  margin-bottom: -1rem;
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
}

@media (min-width: 36.25em) {
  .content-block__excerpt, .featured-content__excerpt {
    font-size: 1.25rem;
    line-height: 1.2;
    position: relative;
    top: -0.140625rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 52.5em) {
  .content-block__excerpt, .featured-content__excerpt {
    font-size: 1.3333333rem;
    line-height: 1.125;
    position: relative;
    top: -0.1708333rem;
    margin-bottom: -1rem;
  }
}

p, dd, dt, figcaption, h5,
h6, label, cite, .toc__title, .related__title, #embed-html #mc_embed_signup #mce-error-response,
#embed-html #mc_embed_signup #mce-success-response, .gsc-content .gsc-control-cse,
.gsc-content .gsc-control-cse .gsc-table-result, table th, table td, li, .lead, .tagline__description, .radio-list label,
.listbox label, input + label {
  -webkit-font-feature-settings: "kern" 1, "onum" 1, "liga" 1;
          font-feature-settings: "kern" 1, "onum" 1, "liga" 1;
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
  text-align: left;
  max-width: 48rem;
}

p strong, dd strong, dt strong, figcaption strong, h5 strong,
h6 strong, label strong, cite strong, .toc__title strong, .related__title strong, #embed-html #mc_embed_signup #mce-error-response strong,
#embed-html #mc_embed_signup #mce-success-response strong, .gsc-content .gsc-control-cse strong,
.gsc-content .gsc-control-cse .gsc-table-result strong, table th strong, table td strong, li strong, .lead strong, .tagline__description strong, .radio-list label strong,
.listbox label strong, p b, dd b, dt b, figcaption b, h5 b,
h6 b, label b, cite b, .toc__title b, .related__title b, #embed-html #mc_embed_signup #mce-error-response b,
#embed-html #mc_embed_signup #mce-success-response b, .gsc-content .gsc-control-cse b,
.gsc-content .gsc-control-cse .gsc-table-result b, table th b, table td b, li b, .lead b, .tagline__description b, .radio-list label b,
.listbox label b {
  font-weight: bold;
}

h1, h2, h3, legend, .gsc-content .gs-webResult.gs-result a.gs-title, .gsc-content .gs-webResult.gs-result a.gs-title:visited, .gsc-content .gs-webResult.gs-result a.gs-title:link, h4, .h4, .nav-menu__text, .footer .nav-menu__text, .job-item__title, .content-nav__title, .content-block__title, .featured-content__title, .content-block__metadata, .featured-content__metadata, .large-link-list__link, label {
  -webkit-font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
          font-feature-settings: "dlig" 1, "liga" 1, "lnum" 1, "kern" 1;
  font-family: faldore-semibold, Helvetica, Arial, sans-serif;
  max-width: 48rem;
  font-weight: normal;
}

a, .file-list__remove {
  color: #0b1f32;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, transparent 50%, #0b1f32 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #0b1f32 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 0.075em);
  cursor: pointer;
}

a:hover, .file-list__remove:hover {
  color: #0b1f32;
}

a:hover, .file-list__remove:hover {
  background-image: -webkit-linear-gradient(top, transparent 50%, #4d4d4f 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #4d4d4f 50%);
  color: #4d4d4f;
}

.no-cssgradients a, .no-cssgradients .file-list__remove {
  text-decoration: underline;
}

.accordion-title, a[class*="logo"], img[class*="logo"], .nav-menu__link, .nav-submenu__link, .social__link, .button,
input[type="submit"], .category-filter__link, .tabs__link, .content-nav__link, .content-block, .featured-content__link, .accordion-title:hover, a[class*="logo"]:hover, img[class*="logo"]:hover, .nav-menu__link:hover, .nav-submenu__link:hover, .social__link:hover, .button:hover,
input[type="submit"]:hover, .category-filter__link:hover, .tabs__link:hover, .content-nav__link:hover, .content-block:hover, .featured-content__link:hover, .accordion-title:focus, a[class*="logo"]:focus, img[class*="logo"]:focus, .nav-menu__link:focus, .nav-submenu__link:focus, .social__link:focus, .button:focus,
input[type="submit"]:focus, .category-filter__link:focus, .tabs__link:focus, .content-nav__link:focus, .content-block:focus, .featured-content__link:focus {
  background-image: none;
}

.job-item__meta-item, .navigation li, .nav-menu__text, .nav-menu__text:last-child, .footer-links, .acknowledgement p, .toc__title, .toc__item, .large-link-list__item, .breadcrumbs__item, .breadcrumbs__link, .tabs__item, .tabs__link, .content-nav__item, .content-nav__title, .banner__content, .content-block__title, .content-block__excerpt, .content-block__metadata, .featured-content__title, .featured-content__excerpt, .featured-content__metadata, .wizard-summary-row h4,
.wizard-summary-row p, .wizard-title, .gsc-content .gsc-control-cse,
.gsc-content .gsc-control-cse .gsc-table-result, .gsc-content .gs-webResult div.gs-visibleUrl, .gsc-content .gs-webResult.gs-result a.gs-title, .gsc-content .gs-webResult.gs-result a.gs-title:visited, .gsc-content .gs-webResult.gs-result a.gs-title:link {
  top: auto;
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 0px) {
  h2 {
    margin-top: 4.5rem;
  }
}

@media (min-width: 580px) {
  h2 {
    margin-top: 3.75rem;
  }
}

@media (min-width: 840px) {
  h2 {
    margin-top: 4.5rem;
  }
}

@media (min-width: 0px) {
  h3 {
    margin-top: 4.5rem;
  }
}

@media (min-width: 580px) {
  h3 {
    margin-top: 3.75rem;
  }
}

@media (min-width: 840px) {
  h3 {
    margin-top: 4.5rem;
  }
}

h4, .h4 {
  margin-bottom: .5rem;
}

@media (min-width: 0px) {
  h4, .h4 {
    margin-top: 4.5rem;
  }
}

@media (min-width: 580px) {
  h4, .h4 {
    margin-top: 3.75rem;
  }
}

@media (min-width: 840px) {
  h4, .h4 {
    margin-top: 4.5rem;
  }
}

label {
  display: block;
}

ol, ul {
  margin-bottom: 2.5rem;
  max-width: 48rem;
  margin-left: 1.7em;
}

p + ol, p + ul {
  margin-top: -.5rem;
}

ol ol, ol ul, ul ol, ul ul {
  padding-top: 0.35rem;
  padding-bottom: 0.65rem;
}

@media (min-width: 52.5em) {
  ol ol, ol ul, ul ol, ul ul {
    padding-top: 0.3rem;
    padding-bottom: 0.7rem;
  }
}

.decimal-list {
  list-style-type: none;
  counter-reset: number decimal;
  margin-left: 0;
}

.decimal-list > li {
  list-style-type: none;
}

.decimal-list > li:before {
  counter-increment: decimal;
  content: counter(number) "." counter(decimal) " ";
}

a {
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
}

p a {
  line-height: 0;
}

b, strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

small {
  line-height: 1;
  font-size: 0.875em;
}

img {
  -ms-interpolation-mode: bicubic;
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

figure {
  position: relative;
  margin-bottom: 1rem;
}

figure > img {
  width: 100%;
}

figcaption {
  margin-top: 0;
  background-color: #000;
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

blockquote {
  clear: both;
  border: 0 none;
  position: relative;
  margin: 0;
}

blockquote p {
  font-style: italic;
  margin-left: 1.875rem;
}

cite {
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
  display: block;
  font-style: normal;
  margin-top: 1rem;
}

hr {
  background-image: -webkit-linear-gradient(top, transparent 50%, #000 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #000 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 50%;
  border: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
  height: 0;
}

code {
  background-color: #333333;
  color: #fff;
  font-family: Menlo, Courier, monospace;
  line-height: 1rem;
  padding: 0.5rem 0.5rem 0.25rem;
  border-radius: 0.3rem;
  font-size: 0.625rem;
}

pre code {
  display: inline-block;
  padding: 1.25rem 1rem 0.75rem;
}

pre {
  border-radius: 0.3rem;
  display: block;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 4rem;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.1666667rem;
  margin: 0 0 1.3333333rem;
  padding: 0.6666667rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: none;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: normal;
  color: #0a0a0a;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: none;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1.3333333rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.6666667rem;
  margin-right: 1.3333333rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.6666667rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 1.1666667rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1.3333333rem;
  padding: 0.75rem 0;
}

.help-text {
  margin-top: -0.6666667rem;
  font-size: 1.0833333rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.3333333rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 3.25rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 3.25rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.25rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.6666667rem;
}

.fieldset {
  margin: 1.5rem 0;
  padding: 1.6666667rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.25rem;
  padding: 0 0.25rem;
  background: #fefefe;
}

select {
  height: 3.1666667rem;
  margin: 0 0 1.3333333rem;
  padding: 0.6666667rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1.25rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.3333333rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 2rem;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: none;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

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

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: red;
  background-color: #fee5e5;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: red;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: red;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: red;
}

.is-invalid-input:not(:focus)::placeholder {
  color: red;
}

.is-invalid-label {
  color: red;
}

.form-error {
  display: none;
  margin-top: -0.6666667rem;
  margin-bottom: 1.3333333rem;
  font-size: 1rem;
  font-weight: bold;
  color: red;
}

.form-error.is-visible {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(11, 31, 50, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-overlap {
  z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 360px;
  height: 100%;
  -webkit-transform: translateX(-360px);
      -ms-transform: translateX(-360px);
          transform: translateX(-360px);
  overflow-y: auto;
}

.position-left.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(360px);
      -ms-transform: translateX(360px);
          transform: translateX(360px);
}

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 360px;
  height: 100%;
  -webkit-transform: translateX(360px);
      -ms-transform: translateX(360px);
          transform: translateX(360px);
  overflow-y: auto;
}

.position-right.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(-360px);
      -ms-transform: translateX(-360px);
          transform: translateX(-360px);
}

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto;
}

.position-top.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto;
}

.position-bottom.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
}

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 36.25em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
    position: absolute;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 360px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
    position: absolute;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 360px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
    position: absolute;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 360px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
    position: absolute;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 360px;
  }
}

@media print, screen and (min-width: 52.5em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
    position: absolute;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 360px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
    position: absolute;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 360px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
    position: absolute;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 360px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1;
    position: absolute;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 360px;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 36.1875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 36.25em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 36.25em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 36.1875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 36.25em) and (max-width: 52.4375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 36.1875em), screen and (min-width: 52.5em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 52.5em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 52.4375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 52.5em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 52.4375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1.5em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #00c393;
  color: #0b1f32;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #00a67d;
  color: #0b1f32;
}

.button.tiny {
  font-size: 0.625rem;
}

.button.small {
  font-size: 0.875rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #00c393;
  color: #0a0a0a;
}

.button.primary:hover, .button.primary:focus {
  background-color: #009c76;
  color: #0a0a0a;
}

.button.secondary {
  background-color: #b7b8c7;
  color: #0a0a0a;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #8c8ea6;
  color: #0a0a0a;
}

.button.success {
  background-color: green;
  color: #0a0a0a;
}

.button.success:hover, .button.success:focus {
  background-color: #006600;
  color: #0a0a0a;
}

.button.warning {
  background-color: darkorange;
  color: #0a0a0a;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc7000;
  color: #0a0a0a;
}

.button.alert {
  background-color: red;
  color: #0a0a0a;
}

.button.alert:hover, .button.alert:focus {
  background-color: #cc0000;
  color: #0a0a0a;
}

.button.hollow {
  border: 1px solid #00c393;
  color: #00c393;
}

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

.button.hollow:hover, .button.hollow:focus {
  border-color: #00624a;
  color: #00624a;
}

.button.hollow.primary {
  border: 1px solid #00c393;
  color: #00c393;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #00624a;
  color: #00624a;
}

.button.hollow.secondary {
  border: 1px solid #b7b8c7;
  color: #b7b8c7;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #54556b;
  color: #54556b;
}

.button.hollow.success {
  border: 1px solid green;
  color: green;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #004000;
  color: #004000;
}

.button.hollow.warning {
  border: 1px solid darkorange;
  color: darkorange;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #804600;
  color: #804600;
}

.button.hollow.alert {
  border: 1px solid red;
  color: red;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: maroon;
  color: maroon;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #00c393;
  color: #0b1f32;
}

.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #00c393;
  color: #0b1f32;
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b7b8c7;
  color: #0b1f32;
}

.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: green;
  color: #0b1f32;
}

.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: darkorange;
  color: #0b1f32;
}

.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: red;
  color: #0b1f32;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1.5em;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 1rem;
  line-height: 1;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li, .menu.horizontal > li {
  display: table-cell;
}

.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.vertical > li {
  display: block;
}

@media print, screen and (min-width: 36.25em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}

@media print, screen and (min-width: 52.5em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical > li {
    display: block;
  }
}

.menu.simple li {
  display: inline-block;
  margin-right: 1rem;
  line-height: 1;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: ' ';
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right > li {
  float: right;
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.icon-top.vertical a > span {
  margin: auto;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  background: #00c393;
  color: #fefefe;
}

.menu.menu-bordered li {
  border: 1px solid #fefefe;
}

.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}

.menu.menu-hover li:hover {
  background-color: #fefefe;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered {
  text-align: center;
}

.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.row {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: ' ';
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row .row {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

@media print, screen and (min-width: 36.25em) {
  .row .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}

@media print, screen and (min-width: 52.5em) {
  .row .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666667%;
}

.small-offset-1 {
  margin-left: 8.3333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666667%;
}

.small-4 {
  width: 33.3333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666667%;
}

.small-offset-4 {
  margin-left: 33.3333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666667%;
}

.small-7 {
  width: 58.3333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666667%;
}

.small-offset-7 {
  margin-left: 58.3333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666667%;
}

.small-10 {
  width: 83.3333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666667%;
}

.small-offset-10 {
  margin-left: 83.3333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857143%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 36.25em) {
  .medium-1 {
    width: 8.3333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666667%;
  }
  .medium-4 {
    width: 33.3333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666667%;
  }
  .medium-7 {
    width: 58.3333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666667%;
  }
  .medium-10 {
    width: 83.3333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857143%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 52.5em) {
  .large-1 {
    width: 8.3333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666667%;
  }
  .large-4 {
    width: 33.3333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666667%;
  }
  .large-7 {
    width: 58.3333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666667%;
  }
  .large-10 {
    width: 83.3333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857143%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

.column-block {
  margin-bottom: 1.5rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

.content-block_6-6.bg-grey .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-grey .featured-content__item:hover:before, .content-block_6-6.bg-grey .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-grey .featured-content__item:focus:before,
.bg-grey:hover,
.bg-grey:focus {
  color: #0b1f32;
}

.content-block_6-6.bg-grey .content-block__item:before, .featured-content__link.featured-content_6-6.bg-grey .featured-content__item:before, .content-block_6-6.bg-grey .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-grey .featured-content__item:focus:before,
.bg-grey,
.bg-grey:focus {
  background-color: #eff2f4;
}

.content-block_6-6.bg-grey .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-grey .featured-content__item:hover:before,
.bg-grey:hover {
  background-color: #e3e8ec;
}

.section-color-blue .tabs:first-of-type:hover:before, .section-color-blue .navigation_desktop .nav-menu__item--current:hover, .navigation_desktop .section-color-blue .nav-menu__item--current:hover, .section-color-blue .tabs__item_active:hover, .section-color-blue .tagline:hover, .is-landingpage.section-color-blue .content:hover,
.is-collectionpage.section-color-blue .content:hover, .content-block_6-6.bg-blue .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-blue .featured-content__item:hover:before, .section-color-blue .tabs:first-of-type:focus:before, .section-color-blue .navigation_desktop .nav-menu__item--current:focus, .navigation_desktop .section-color-blue .nav-menu__item--current:focus, .section-color-blue .tabs__item_active:focus, .section-color-blue .tagline:focus, .is-landingpage.section-color-blue .content:focus,
.is-collectionpage.section-color-blue .content:focus, .content-block_6-6.bg-blue .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-blue .featured-content__item:focus:before,
.bg-blue:hover,
.bg-blue:focus {
  color: #0b1f32;
}

.section-color-blue .tabs:first-of-type:before, .section-color-blue .navigation_desktop .nav-menu__item--current, .navigation_desktop .section-color-blue .nav-menu__item--current, .section-color-blue .tabs__item_active, .section-color-blue .tagline, .is-landingpage.section-color-blue .content,
.is-collectionpage.section-color-blue .content, .content-block_6-6.bg-blue .content-block__item:before, .featured-content__link.featured-content_6-6.bg-blue .featured-content__item:before, .section-color-blue .tabs:first-of-type:focus:before, .section-color-blue .navigation_desktop .nav-menu__item--current:focus, .navigation_desktop .section-color-blue .nav-menu__item--current:focus, .section-color-blue .tabs__item_active:focus, .section-color-blue .tagline:focus, .is-landingpage.section-color-blue .content:focus,
.is-collectionpage.section-color-blue .content:focus, .content-block_6-6.bg-blue .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-blue .featured-content__item:focus:before,
.bg-blue,
.bg-blue:focus {
  background-color: #4595ce;
}

.content-block_6-6.bg-blue .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-blue .featured-content__item:hover:before,
.bg-blue:hover {
  background-color: #358cca;
}

.section-color-navy .tabs:first-of-type:hover:before, .section-color-navy .navigation_desktop .nav-menu__item--current:hover, .navigation_desktop .section-color-navy .nav-menu__item--current:hover, .section-color-navy .tabs__item_active:hover, .section-color-navy .tagline:hover, .is-landingpage.section-color-navy .content:hover,
.is-collectionpage.section-color-navy .content:hover, .content-block_6-6.bg-navy .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-navy .featured-content__item:hover:before, .section-color-navy .tabs:first-of-type:focus:before, .section-color-navy .navigation_desktop .nav-menu__item--current:focus, .navigation_desktop .section-color-navy .nav-menu__item--current:focus, .section-color-navy .tabs__item_active:focus, .section-color-navy .tagline:focus, .is-landingpage.section-color-navy .content:focus,
.is-collectionpage.section-color-navy .content:focus, .content-block_6-6.bg-navy .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-navy .featured-content__item:focus:before,
.bg-navy:hover,
.bg-navy:focus {
  color: #0b1f32;
}

.section-color-navy .tabs:first-of-type:before, .section-color-navy .navigation_desktop .nav-menu__item--current, .navigation_desktop .section-color-navy .nav-menu__item--current, .section-color-navy .tabs__item_active, .section-color-navy .tagline, .is-landingpage.section-color-navy .content,
.is-collectionpage.section-color-navy .content, .content-block_6-6.bg-navy .content-block__item:before, .featured-content__link.featured-content_6-6.bg-navy .featured-content__item:before, .section-color-navy .tabs:first-of-type:hover:before, .section-color-navy .navigation_desktop .nav-menu__item--current:hover, .navigation_desktop .section-color-navy .nav-menu__item--current:hover, .section-color-navy .tabs__item_active:hover, .section-color-navy .tagline:hover, .is-landingpage.section-color-navy .content:hover,
.is-collectionpage.section-color-navy .content:hover, .content-block_6-6.bg-navy .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-navy .featured-content__item:hover:before, .section-color-navy .tabs:first-of-type:focus:before, .section-color-navy .navigation_desktop .nav-menu__item--current:focus, .navigation_desktop .section-color-navy .nav-menu__item--current:focus, .section-color-navy .tabs__item_active:focus, .section-color-navy .tagline:focus, .is-landingpage.section-color-navy .content:focus,
.is-collectionpage.section-color-navy .content:focus, .content-block_6-6.bg-navy .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-navy .featured-content__item:focus:before,
.bg-navy,
.bg-navy:hover,
.bg-navy:focus {
  color: #fff;
}

.section-color-navy .tabs:first-of-type:before, .section-color-navy .navigation_desktop .nav-menu__item--current, .navigation_desktop .section-color-navy .nav-menu__item--current, .section-color-navy .tabs__item_active, .section-color-navy .tagline, .is-landingpage.section-color-navy .content,
.is-collectionpage.section-color-navy .content, .content-block_6-6.bg-navy .content-block__item:before, .featured-content__link.featured-content_6-6.bg-navy .featured-content__item:before, .section-color-navy .tabs:first-of-type:focus:before, .section-color-navy .navigation_desktop .nav-menu__item--current:focus, .navigation_desktop .section-color-navy .nav-menu__item--current:focus, .section-color-navy .tabs__item_active:focus, .section-color-navy .tagline:focus, .is-landingpage.section-color-navy .content:focus,
.is-collectionpage.section-color-navy .content:focus, .content-block_6-6.bg-navy .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-navy .featured-content__item:focus:before,
.bg-navy,
.bg-navy:focus {
  background-color: #0b1f32;
}

.content-block_6-6.bg-navy .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-navy .featured-content__item:hover:before,
.bg-navy:hover {
  background-color: #071521;
}

.tabs:first-of-type:hover:before, .navigation_desktop .nav-menu__item--current:hover, .tabs__item_active:hover, .tagline:hover, .content-block_6-6.bg-green .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-green .featured-content__item:hover:before, .tabs:first-of-type:focus:before, .navigation_desktop .nav-menu__item--current:focus, .tabs__item_active:focus, .tagline:focus, .content-block_6-6.bg-green .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-green .featured-content__item:focus:before,
.bg-green:hover,
.bg-green:focus {
  color: #0b1f32;
}

.tabs:first-of-type:before, .navigation_desktop .nav-menu__item--current, .tabs__item_active, .tagline, .section-color-green .tabs:first-of-type:before, .section-color-green .tabs__item_active, .section-color-green .tagline, .content-block_6-6.bg-green .content-block__item:before, .featured-content__link.featured-content_6-6.bg-green .featured-content__item:before, .tabs:first-of-type:focus:before, .navigation_desktop .nav-menu__item--current:focus, .tabs__item_active:focus, .tagline:focus, .content-block_6-6.bg-green .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-green .featured-content__item:focus:before,
.bg-green,
.bg-green:focus {
  background-color: #00c393;
}

.content-block_6-6.bg-green .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-green .featured-content__item:hover:before,
.bg-green:hover {
  background-color: #00af84;
}

.section-color-red .tabs:first-of-type:hover:before, .section-color-red .navigation_desktop .nav-menu__item--current:hover, .navigation_desktop .section-color-red .nav-menu__item--current:hover, .section-color-red .tabs__item_active:hover, .section-color-red .tagline:hover, .is-landingpage.section-color-red .content:hover,
.is-collectionpage.section-color-red .content:hover, .content-block_6-6.bg-red .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-red .featured-content__item:hover:before, .section-color-red .tabs:first-of-type:focus:before, .section-color-red .navigation_desktop .nav-menu__item--current:focus, .navigation_desktop .section-color-red .nav-menu__item--current:focus, .section-color-red .tabs__item_active:focus, .section-color-red .tagline:focus, .is-landingpage.section-color-red .content:focus,
.is-collectionpage.section-color-red .content:focus, .content-block_6-6.bg-red .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-red .featured-content__item:focus:before,
.bg-red:hover,
.bg-red:focus {
  color: #0b1f32;
}

.section-color-red .tabs:first-of-type:before, .section-color-red .navigation_desktop .nav-menu__item--current, .navigation_desktop .section-color-red .nav-menu__item--current, .section-color-red .tabs__item_active, .section-color-red .tagline, .is-landingpage.section-color-red .content,
.is-collectionpage.section-color-red .content, .content-block_6-6.bg-red .content-block__item:before, .featured-content__link.featured-content_6-6.bg-red .featured-content__item:before, .section-color-red .tabs:first-of-type:focus:before, .section-color-red .navigation_desktop .nav-menu__item--current:focus, .navigation_desktop .section-color-red .nav-menu__item--current:focus, .section-color-red .tabs__item_active:focus, .section-color-red .tagline:focus, .is-landingpage.section-color-red .content:focus,
.is-collectionpage.section-color-red .content:focus, .content-block_6-6.bg-red .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-red .featured-content__item:focus:before,
.bg-red,
.bg-red:focus {
  background-color: #ed4e42;
}

.content-block_6-6.bg-red .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-red .featured-content__item:hover:before,
.bg-red:hover {
  background-color: #eb3d2f;
}

.section-color-yellow .tabs:first-of-type:hover:before, .section-color-yellow .navigation_desktop .nav-menu__item--current:hover, .navigation_desktop .section-color-yellow .nav-menu__item--current:hover, .section-color-yellow .tabs__item_active:hover, .section-color-yellow .tagline:hover, .is-landingpage.section-color-yellow .content:hover,
.is-collectionpage.section-color-yellow .content:hover, .content-block_6-6.bg-yellow .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-yellow .featured-content__item:hover:before, .section-color-yellow .tabs:first-of-type:focus:before, .section-color-yellow .navigation_desktop .nav-menu__item--current:focus, .navigation_desktop .section-color-yellow .nav-menu__item--current:focus, .section-color-yellow .tabs__item_active:focus, .section-color-yellow .tagline:focus, .is-landingpage.section-color-yellow .content:focus,
.is-collectionpage.section-color-yellow .content:focus, .content-block_6-6.bg-yellow .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-yellow .featured-content__item:focus:before,
.bg-yellow:hover,
.bg-yellow:focus {
  color: #0b1f32;
}

.section-color-yellow .tabs:first-of-type:before, .section-color-yellow .navigation_desktop .nav-menu__item--current, .navigation_desktop .section-color-yellow .nav-menu__item--current, .section-color-yellow .tabs__item_active, .section-color-yellow .tagline, .is-landingpage.section-color-yellow .content,
.is-collectionpage.section-color-yellow .content, .content-block_6-6.bg-yellow .content-block__item:before, .featured-content__link.featured-content_6-6.bg-yellow .featured-content__item:before, .section-color-yellow .tabs:first-of-type:focus:before, .section-color-yellow .navigation_desktop .nav-menu__item--current:focus, .navigation_desktop .section-color-yellow .nav-menu__item--current:focus, .section-color-yellow .tabs__item_active:focus, .section-color-yellow .tagline:focus, .is-landingpage.section-color-yellow .content:focus,
.is-collectionpage.section-color-yellow .content:focus, .content-block_6-6.bg-yellow .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-yellow .featured-content__item:focus:before,
.bg-yellow,
.bg-yellow:focus {
  background-color: #fac000;
}

.content-block_6-6.bg-yellow .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-yellow .featured-content__item:hover:before,
.bg-yellow:hover {
  background-color: #e6b000;
}

.content-nav__link:hover, .content-block_6-6.bg-white .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-white .featured-content__item:hover:before, .content-nav__link:focus, .content-block_6-6.bg-white .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-white .featured-content__item:focus:before,
.bg-white:hover,
.bg-white:focus {
  color: #0b1f32;
}

.content-nav__link, .content-block_6-6.bg-white .content-block__item:before, .featured-content__link.featured-content_6-6.bg-white .featured-content__item:before, .content-nav__link:focus, .content-block_6-6.bg-white .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-white .featured-content__item:focus:before,
.bg-white,
.bg-white:focus {
  background-color: #fff;
}

.content-nav__link:hover, .content-block_6-6.bg-white .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-white .featured-content__item:hover:before,
.bg-white:hover {
  background-color: whitesmoke;
}

.content-block_6-6.bg-navy-outline .content-block__item:before, .featured-content__link.featured-content_6-6.bg-navy-outline .featured-content__item:before,
.bg-navy-outline {
  box-shadow: inset 0px 0px 0px 3px #0b1f32;
}

.content-block_6-6.bg-navy-outline .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-navy-outline .featured-content__item:hover:before, .content-block_6-6.bg-navy-outline .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-navy-outline .featured-content__item:focus:before,
.bg-navy-outline:hover,
.bg-navy-outline:focus {
  color: #0b1f32;
}

.content-block_6-6.bg-navy-outline .content-block__item:before, .featured-content__link.featured-content_6-6.bg-navy-outline .featured-content__item:before, .content-block_6-6.bg-navy-outline .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-navy-outline .featured-content__item:focus:before,
.bg-navy-outline,
.bg-navy-outline:focus {
  background-color: #0b1f32;
}

.content-block_6-6.bg-navy-outline .content-block__item:before, .featured-content__link.featured-content_6-6.bg-navy-outline .featured-content__item:before, .content-block_6-6.bg-navy-outline .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-navy-outline .featured-content__item:focus:before,
.bg-navy-outline,
.bg-navy-outline:focus {
  background-color: #fff;
}

.content-block_6-6.bg-navy-outline .content-block__item:before, .featured-content__link.featured-content_6-6.bg-navy-outline .featured-content__item:before,
.bg-navy-outline {
  box-shadow: inset 0px 0px 0px 3px #0b1f32;
}

.content-block_6-6.bg-navy-outline .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-navy-outline .featured-content__item:hover:before,
.bg-navy-outline:hover {
  background-color: #071521;
}

.content-block_6-6.bg-navy-outline .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-navy-outline .featured-content__item:hover:before,
.bg-navy-outline:hover {
  background-color: whitesmoke;
  box-shadow: inset 0px 0px 0px 3px black;
}

.content-block_6-6.bg-blue-outline .content-block__item:before, .featured-content__link.featured-content_6-6.bg-blue-outline .featured-content__item:before,
.bg-blue-outline {
  box-shadow: inset 0px 0px 0px 3px #4595ce;
}

.content-block_6-6.bg-blue-outline .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-blue-outline .featured-content__item:hover:before, .content-block_6-6.bg-blue-outline .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-blue-outline .featured-content__item:focus:before,
.bg-blue-outline:hover,
.bg-blue-outline:focus {
  color: #0b1f32;
}

.content-block_6-6.bg-blue-outline .content-block__item:before, .featured-content__link.featured-content_6-6.bg-blue-outline .featured-content__item:before, .content-block_6-6.bg-blue-outline .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-blue-outline .featured-content__item:focus:before,
.bg-blue-outline,
.bg-blue-outline:focus {
  background-color: #4595ce;
}

.content-block_6-6.bg-blue-outline .content-block__item:before, .featured-content__link.featured-content_6-6.bg-blue-outline .featured-content__item:before, .content-block_6-6.bg-blue-outline .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-blue-outline .featured-content__item:focus:before,
.bg-blue-outline,
.bg-blue-outline:focus {
  background-color: #fff;
}

.content-block_6-6.bg-blue-outline .content-block__item:before, .featured-content__link.featured-content_6-6.bg-blue-outline .featured-content__item:before,
.bg-blue-outline {
  box-shadow: inset 0px 0px 0px 3px #4595ce;
}

.content-block_6-6.bg-blue-outline .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-blue-outline .featured-content__item:hover:before,
.bg-blue-outline:hover {
  background-color: #358cca;
}

.content-block_6-6.bg-blue-outline .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-blue-outline .featured-content__item:hover:before,
.bg-blue-outline:hover {
  background-color: whitesmoke;
  box-shadow: inset 0px 0px 0px 3px #296d9d;
}

.content-stream_inline .content-block, .content-block_6-6.bg-green-outline .content-block__item:before, .featured-content__link.featured-content_6-6.bg-green-outline .featured-content__item:before,
.bg-green-outline {
  box-shadow: inset 0px 0px 0px 3px #00c393;
}

.content-stream_inline .content-block:hover, .content-block_6-6.bg-green-outline .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-green-outline .featured-content__item:hover:before, .content-stream_inline .content-block:focus, .content-block_6-6.bg-green-outline .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-green-outline .featured-content__item:focus:before,
.bg-green-outline:hover,
.bg-green-outline:focus {
  color: #0b1f32;
}

.content-stream_inline .content-block, .content-block_6-6.bg-green-outline .content-block__item:before, .featured-content__link.featured-content_6-6.bg-green-outline .featured-content__item:before, .content-stream_inline .content-block:focus, .content-block_6-6.bg-green-outline .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-green-outline .featured-content__item:focus:before,
.bg-green-outline,
.bg-green-outline:focus {
  background-color: #00c393;
}

.content-stream_inline .content-block, .content-block_6-6.bg-green-outline .content-block__item:before, .featured-content__link.featured-content_6-6.bg-green-outline .featured-content__item:before, .content-stream_inline .content-block:focus, .content-block_6-6.bg-green-outline .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-green-outline .featured-content__item:focus:before,
.bg-green-outline,
.bg-green-outline:focus {
  background-color: #fff;
}

.content-stream_inline .content-block, .content-block_6-6.bg-green-outline .content-block__item:before, .featured-content__link.featured-content_6-6.bg-green-outline .featured-content__item:before,
.bg-green-outline {
  box-shadow: inset 0px 0px 0px 3px #00c393;
}

.content-stream_inline .content-block:hover, .content-block_6-6.bg-green-outline .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-green-outline .featured-content__item:hover:before,
.bg-green-outline:hover {
  background-color: #00af84;
}

.content-stream_inline .content-block:hover, .content-block_6-6.bg-green-outline .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-green-outline .featured-content__item:hover:before,
.bg-green-outline:hover {
  background-color: whitesmoke;
  box-shadow: inset 0px 0px 0px 3px #007759;
}

.content-block_6-6.bg-yellow-outline .content-block__item:before, .featured-content__link.featured-content_6-6.bg-yellow-outline .featured-content__item:before,
.bg-yellow-outline {
  box-shadow: inset 0px 0px 0px 3px #fac000;
}

.content-block_6-6.bg-yellow-outline .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-yellow-outline .featured-content__item:hover:before, .content-block_6-6.bg-yellow-outline .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-yellow-outline .featured-content__item:focus:before,
.bg-yellow-outline:hover,
.bg-yellow-outline:focus {
  color: #0b1f32;
}

.content-block_6-6.bg-yellow-outline .content-block__item:before, .featured-content__link.featured-content_6-6.bg-yellow-outline .featured-content__item:before, .content-block_6-6.bg-yellow-outline .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-yellow-outline .featured-content__item:focus:before,
.bg-yellow-outline,
.bg-yellow-outline:focus {
  background-color: #fac000;
}

.content-block_6-6.bg-yellow-outline .content-block__item:before, .featured-content__link.featured-content_6-6.bg-yellow-outline .featured-content__item:before, .content-block_6-6.bg-yellow-outline .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-yellow-outline .featured-content__item:focus:before,
.bg-yellow-outline,
.bg-yellow-outline:focus {
  background-color: #fff;
}

.content-block_6-6.bg-yellow-outline .content-block__item:before, .featured-content__link.featured-content_6-6.bg-yellow-outline .featured-content__item:before,
.bg-yellow-outline {
  box-shadow: inset 0px 0px 0px 3px #fac000;
}

.content-block_6-6.bg-yellow-outline .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-yellow-outline .featured-content__item:hover:before,
.bg-yellow-outline:hover {
  background-color: #e6b000;
}

.content-block_6-6.bg-yellow-outline .content-block__item:hover:before, .featured-content__link.featured-content_6-6.bg-yellow-outline .featured-content__item:hover:before,
.bg-yellow-outline:hover {
  background-color: whitesmoke;
  box-shadow: inset 0px 0px 0px 3px #ae8500;
}

.tabs:first-of-type:before {
  content: '';
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #00c393;
  display: block;
}

.nav-menu > ul, .nav-menu__wrap, .nav-submenu, .footer-links, .social, .toc__wrap, .large-link-list, .category-filter__wrap, .breadcrumbs__wrap, .tabs__wrap, .wizard-nav, .drill-down__list {
  padding-bottom: 0;
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
  max-width: none;
}

.nav-menu > ul li:last-child, .nav-menu__wrap li:last-child, .nav-submenu li:last-child, .footer-links li:last-child, .social li:last-child, .toc__wrap li:last-child, .large-link-list li:last-child, .category-filter__wrap li:last-child, .breadcrumbs__wrap li:last-child, .tabs__wrap li:last-child, .wizard-nav li:last-child, .drill-down__list li:last-child {
  margin-bottom: 0;
}

.nav-menu__item:last-child, .social__item:last-child {
  margin-bottom: 0;
}

.navigation_desktop, .nav-submenu, .footer__inner, .content__inner, .toc, .related, .main-image, .featured-news, .breadcrumbs, .tabs, .alert-inner, .header-inner, .tagline__inner, .content-nav, .content-stream, .featured-content {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 480px;
  /* overwrite megatype setting container width at tablet breakpoint */
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 36.25em) {
  .navigation_desktop, .nav-submenu, .footer__inner, .content__inner, .toc, .related, .main-image, .featured-news, .breadcrumbs, .tabs, .alert-inner, .header-inner, .tagline__inner, .content-nav, .content-stream, .featured-content {
    max-width: 100%;
  }
}

@media (min-width: 52.5em) {
  .navigation_desktop, .nav-submenu, .footer__inner, .content__inner, .toc, .related, .main-image, .featured-news, .breadcrumbs, .tabs, .alert-inner, .header-inner, .tagline__inner, .content-nav, .content-stream, .featured-content {
    max-width: 840px;
  }
}

@media (min-width: 75em) {
  .navigation_desktop, .nav-submenu, .footer__inner, .content__inner, .toc, .related, .main-image, .featured-news, .breadcrumbs, .tabs, .alert-inner, .header-inner, .tagline__inner, .content-nav, .content-stream, .featured-content {
    max-width: 1200px;
  }
}

@media (min-width: 90em) {
  .navigation_desktop, .nav-submenu, .footer__inner, .content__inner, .toc, .related, .main-image, .featured-news, .breadcrumbs, .tabs, .alert-inner, .header-inner, .tagline__inner, .content-nav, .content-stream, .featured-content {
    max-width: 1440px;
  }
}

@media (max-width: 74.9375em) {
  .navigation_desktop, .nav-submenu, .footer__inner, .content__inner, .toc, .related, .main-image, .featured-news, .breadcrumbs, .tabs, .alert-inner, .header-inner, .tagline__inner, .content-nav, .content-stream, .featured-content {
    max-width: 100%;
  }
}

@media (min-width: 36.25em) {
  .navigation_desktop, .nav-submenu, .footer__inner, .content__inner, .toc, .related, .main-image, .featured-news, .breadcrumbs, .tabs, .alert-inner, .header-inner, .tagline__inner, .content-nav, .content-stream, .featured-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 52.5em) {
  .navigation_desktop, .nav-submenu, .footer__inner, .content__inner, .toc, .related, .main-image, .featured-news, .breadcrumbs, .tabs, .alert-inner, .header-inner, .tagline__inner, .content-nav, .content-stream, .featured-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 75em) {
  .navigation_desktop, .nav-submenu, .footer__inner, .content__inner, .toc, .related, .main-image, .featured-news, .breadcrumbs, .tabs, .alert-inner, .header-inner, .tagline__inner, .content-nav, .content-stream, .featured-content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 0px) {
  .is-contentpage .content-stream_inline {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

@media (min-width: 580px) {
  .is-contentpage .content-stream_inline {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 840px) {
  .is-contentpage .content-stream_inline {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

@media (min-width: 0px) {
  .toc, .main-image {
    margin-bottom: 6rem;
  }
}

@media (min-width: 580px) {
  .toc, .main-image {
    margin-bottom: 5rem;
  }
}

@media (min-width: 840px) {
  .toc, .main-image {
    margin-bottom: 6rem;
  }
}

@media (min-width: 0px) {
  .related {
    margin-top: 6rem;
  }
}

@media (min-width: 580px) {
  .related {
    margin-top: 5rem;
  }
}

@media (min-width: 840px) {
  .related {
    margin-top: 6rem;
  }
}

a:focus,
input:focus,
select:focus,
textarea:focus,
label:focus,
button:focus, .related .large-link-list__item a:focus, .section-color-navy .breadcrumbs__link:focus {
  outline: 3px solid #4595ce;
}

.content-block_6-6.bg-grey .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-grey .featured-content__item:focus:before,
.bg-grey:focus, .content-block_6-6.bg-blue .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-blue .featured-content__item:focus:before,
.bg-blue:focus, .content-block_6-6.bg-navy .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-navy .featured-content__item:focus:before,
.bg-navy:focus, .content-block_6-6.bg-green .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-green .featured-content__item:focus:before,
.bg-green:focus, .content-block_6-6.bg-red .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-red .featured-content__item:focus:before,
.bg-red:focus, .content-block_6-6.bg-yellow .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-yellow .featured-content__item:focus:before,
.bg-yellow:focus, .content-nav__link:focus, .content-block_6-6.bg-white .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-white .featured-content__item:focus:before,
.bg-white:focus, .content-block_6-6.bg-navy-outline .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-navy-outline .featured-content__item:focus:before,
.bg-navy-outline:focus, .content-block_6-6.bg-blue-outline .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-blue-outline .featured-content__item:focus:before,
.bg-blue-outline:focus, .content-stream_inline .content-block:focus, .content-block_6-6.bg-green-outline .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-green-outline .featured-content__item:focus:before,
.bg-green-outline:focus, .content-block_6-6.bg-yellow-outline .content-block__item:focus:before, .featured-content__link.featured-content_6-6.bg-yellow-outline .featured-content__item:focus:before,
.bg-yellow-outline:focus, .large-link-list__link:focus, .breadcrumbs__link:focus, .tabs__link:focus {
  outline-color: rgba(11, 31, 50, 0.75);
}

.menu-toggle:focus, .wizard-nav li a {
  outline: none;
  background-color: transparent;
}

.content-stream_inline .content-block_6-6 .content-block__image {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.ccyp-logo {
  display: block;
}

.ccyp-logo img {
  height: 4rem;
}

@media (min-width: 52.5em) {
  .ccyp-logo img {
    height: auto;
  }
}

@media (min-width: 36.25em) {
  .vic-logo {
    float: right;
  }
}

.vic-logo img {
  width: 77px;
  display: inline-block;
}

.menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0b1f32;
  position: relative;
  z-index: 1;
  padding: 1rem;
  margin: -1rem;
}

@media (min-width: 52.5em) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle__label {
  font-size: 1.25rem;
}

.menu-toggle__icon {
  margin-left: .75rem;
}

.menu-toggle__icon .icon {
  margin: 0;
}

.menu-toggle_search {
  float: right;
}

.close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: static;
  color: #000;
  width: auto;
  color: #0b1f32;
  padding: 0 2rem;
  height: 4rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

.close-button::before, .close-button::after {
  display: table;
  content: ' ';
}

.close-button::after {
  clear: both;
}

.close-button__label {
  font-size: 1.25rem;
  margin-bottom: .25rem;
}

.close-button__icon {
  margin-left: .75rem;
}

.close-button__icon .icon {
  margin: 0;
}

.close-button_right {
  text-align: right;
}

.navigation_desktop {
  position: static;
}

@media (max-width: 52.4375em) {
  .navigation_desktop {
    display: none;
  }
}

.navigation_mobile {
  border-top: 1px solid #D9DFE4;
}

.navigation li {
  position: static;
}

.nav-menu::before, .nav-menu::after {
  display: table;
  content: ' ';
}

.nav-menu::after {
  clear: both;
}

.navigation_desktop .nav-menu {
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (max-width: 52.4375em) {
  .nav-menu .vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.nav-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu > ul > li {
  display: block;
}

.nav-menu > ul > li > a {
  height: 100%;
}

.navigation_desktop .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .nav-menu {
  margin-bottom: 5rem;
}

@media (min-width: 36.25em) {
  .footer .nav-menu {
    margin-bottom: 4rem;
  }
}

.nav-menu__wrap {
  width: 100%;
}

.footer .nav-menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .nav-menu__col {
  margin-bottom: 2rem;
}

@media (min-width: 36.25em) {
  .footer .nav-menu__col {
    width: 50%;
  }
}

.footer .nav-menu__col > .nav-menu__wrap {
  display: block;
}

.nav-menu__item {
  vertical-align: top !important;
}

.navigation_desktop .nav-menu__item.is-active {
  background: #eff2f4;
}

.navigation_desktop .nav-menu__item.is-active .nav-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .nav-menu__item {
  margin-bottom: 2rem;
}

.nav-menu__link {
  display: inline-block;
}

.navigation_desktop .nav-menu__link {
  padding: 1rem;
  font-size: 1.25rem;
}

.navigation_desktop .nav-menu__link:hover, .navigation_desktop .nav-menu__link:focus {
  color: #0b1f32;
  background: #eff2f4;
}

.navigation_desktop .nav-menu__link:focus {
  outline-color: #3b5998;
}

.navigation_mobile .nav-menu__link {
  padding: 2rem;
  font-size: 1.5rem;
  border-bottom: 1px solid #D9DFE4;
}

.navigation_mobile .nav-menu__link .icon {
  float: right;
  width: 1.25rem;
  margin-top: .15rem;
}

.section-color-navy .nav-menu__item--current .nav-menu__link {
  color: white;
}

.section-color-navy .nav-menu__item--current .nav-menu__link:hover, .section-color-navy .nav-menu__item--current .nav-menu__link:focus {
  color: #0b1f32;
}

.nav-submenu {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  background: #eff2f4;
}

@media (min-width: 52.5em) {
  .nav-submenu {
    padding: 3rem;
  }
}

.nav-submenu:before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50vw);
      -ms-transform: translateX(-50vw);
          transform: translateX(-50vw);
  background: #eff2f4;
}

.nav-submenu:after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 150vh;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50vw);
      -ms-transform: translateX(-50vw);
          transform: translateX(-50vw);
  background: -webkit-linear-gradient(top, rgba(11, 31, 50, 0.25) 50%, rgba(11, 31, 50, 0) 100%);
  background: linear-gradient(180deg, rgba(11, 31, 50, 0.25) 50%, rgba(11, 31, 50, 0) 100%);
  z-index: -1;
  pointer-events: none;
}

.nav-submenu__item {
  width: calc(100% / 3);
  padding: 0;
  padding-bottom: 1rem;
  z-index: 1;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
  }
}

.nav-submenu__item > a {
  padding: 1rem 2rem;
  padding-left: 0;
}

.nav-submenu__link {
  padding: 0;
}

.nav-submenu__link:focus {
  outline-color: #3b5998;
}

.nav-submenu__title {
  font-size: 1.85rem;
  line-height: 1.25;
  top: auto;
  margin-top: 0;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(11, 31, 50, 0.3);
          text-decoration-color: rgba(11, 31, 50, 0.3);
}

.nav-submenu__description {
  top: auto;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.off-canvas {
  position: absolute;
  background-color: #fff;
  max-width: 100%;
}

.off-canvas-content {
  overflow-x: hidden;
}

.menu-actions {
  padding: 2rem;
}

.position-left,
.position-right {
  overflow: visible;
  display: none;
}

.position-left::after,
.position-right::after {
  display: none;
}

.position-left.is-open,
.position-right.is-open {
  display: block;
}

@media (min-width: 36.25em) {
  .position-left {
    -webkit-transform: translate(-36rem, 0);
        -ms-transform: translate(-36rem, 0);
            transform: translate(-36rem, 0);
    width: 36rem;
  }
}

@media (min-width: 36.25em) {
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translate(36rem, 0);
        -ms-transform: translate(36rem, 0);
            transform: translate(36rem, 0);
  }
}

.footer {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}

@media (min-width: 36.25em) {
  .footer {
    margin-top: 5rem;
  }
}

.footer__inner {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 9rem;
}

.footer__inner:before {
  content: '';
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #fff;
  display: block;
}

@media (min-width: 36.25em) {
  .footer__inner {
    padding-top: 9rem;
    padding-bottom: 10rem;
  }
}

.footer__inner a:focus {
  outline-color: #3b5998;
}

@media (max-width: 52.4375em) {
  .footer__bg {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}

.footer__bg:before {
  background-color: #eff2f4;
}

.footer-links {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

@media (min-width: 36.25em) {
  .footer-links {
    margin: 0;
  }
}

.footer-links__item {
  margin-bottom: 1rem;
}

@media (min-width: 36.25em) {
  .footer-links__item {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 2rem;
  }
}

.footer-links__link {
  color: #4d4d4f;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, transparent 50%, #4d4d4f 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #4d4d4f 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 0.075em);
  cursor: pointer;
}

.footer-links__link:hover {
  color: #4d4d4f;
}

.footer-links__link:hover {
  background-image: -webkit-linear-gradient(top, transparent 50%, #0b1f32 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #0b1f32 50%);
  color: #0b1f32;
}

.no-cssgradients .footer-links__link {
  text-decoration: underline;
}

.footer-links__link:focus {
  outline-color: #3b5998;
}

.acknowledgement {
  margin-bottom: 4rem;
}

@media (max-width: 36.1875em) {
  .acknowledgement {
    padding-bottom: 2rem;
  }
}

.social {
  max-width: 100%;
}

.social__item {
  margin-bottom: 2rem;
}

@media (min-width: 52.5em) {
  .social__item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 2rem;
  }
}

.social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social__icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
}

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

.social__text {
  color: #0b1f32;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, transparent 50%, #b3bfca 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #b3bfca 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 0.075em);
  cursor: pointer;
}

.social__text:hover {
  color: #0b1f32;
}

.no-cssgradients .social__text {
  text-decoration: underline;
}

.flag {
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: 45px;
}

@media (min-width: 36.25em) {
  .flag {
    margin-bottom: 2rem;
  }
}

.button,
input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1.5em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #00c393;
  color: #0b1f32;
}

[data-whatinput='mouse'] .button, [data-whatinput='mouse']
input[type="submit"] {
  outline: 0;
}

.button:hover,
input[type="submit"]:hover, .button:focus,
input[type="submit"]:focus {
  background-color: #00a67d;
  color: #0b1f32;
}

p .button, p
input[type="submit"] {
  margin-bottom: 0.25rem;
}

.button:not(.button_header):not(.button_link):not(.button_secondary):focus {
  background-color: #00c393;
  outline-color: #0b1f32;
}

.button_edit-page, .button_edit-page:hover {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 999;
  height: auto;
  font-size: 1.25rem;
}

.button_full-width {
  display: block;
  text-align: left;
  padding: 2rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 2rem) 50%;
  padding-right: 5rem;
  background-size: .65rem;
  line-height: 1.35;
  max-width: 500px;
}

.button_full-width, .button_full-width:hover {
  background-image: url("../images/caret.svg");
}

.button_label {
  font-weight: normal;
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
}

.button_add-allegation {
  margin-top: 2rem;
}

.button_back {
  background-color: #9c9c9c;
}

.button_back:focus, .button_back:hover {
  background-color: #8a8a8a;
}

.button_header {
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0;
  border-color: #0b1f32;
  color: white;
  background-color: #0b1f32;
  margin-bottom: 1rem;
}

.button_header:focus, .button_header:hover {
  color: white;
  border-color: #031526;
  background-color: #031526;
}

.button_header_secondary {
  color: #0b1f32;
  background-color: white;
}

.button_header_secondary:focus, .button_header_secondary:hover {
  color: #031526;
  background-color: white;
}

.header .button_header {
  width: auto;
  padding: 0.5rem 1.25rem;
  margin-left: 1rem;
  margin-bottom: 0;
}

@media (max-width: 52.4375em) {
  .header .button_header {
    display: none;
  }
}

.button_link {
  padding-left: 0;
  padding-right: 0;
  margin-right: 1em;
}

.button_link, .button_link:focus, .button_link:hover {
  background-color: transparent;
}

.button_link .button__text {
  color: #0b1f32;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, transparent 50%, #0b1f32 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #0b1f32 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 0.075em);
  cursor: pointer;
}

.button_link .button__text:hover {
  color: #0b1f32;
}

.no-cssgradients .button_link .button__text {
  text-decoration: underline;
}

.button_print {
  margin-top: 3rem;
}

.debugging {
  display: none;
}

.aside {
  margin-bottom: 4rem;
  max-width: 30rem;
}

@media (min-width: 52.5em) {
  .aside {
    display: block;
    float: right;
    width: 20%;
    margin-left: 2rem;
    padding-right: 1rem;
  }
}

.content__inner {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

@media (min-width: 36.25em) {
  .content__inner {
    padding-top: 5rem;
  }
}

@media (min-width: 75em) {
  .content__inner {
    padding-top: 6rem;
  }
}

.content__inner > :last-child {
  margin-bottom: 0;
}

.content__inner > h2:first-child, .content__inner > h3:first-child, .content__inner > p:first-child, .content__inner > ul:first-child, .content__inner > blockquote:first-child {
  margin-top: 0;
}

.content__inner .row {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

@media print, screen and (min-width: 36.25em) {
  .content__inner .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}

@media print, screen and (min-width: 52.5em) {
  .content__inner .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}

.is-collectionpage .content__inner {
  padding-bottom: 10rem;
}

.is-landingpage .content,
.is-collectionpage .content {
  background-color: #00c393;
}

.is-resolveformpage .content h2:last-child {
  margin-bottom: 2rem;
}

.toc {
  border: 2px solid #00c393;
  padding: 2rem;
  max-width: 52rem;
  margin-top: -3rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

@media (min-width: 30em) {
  .toc {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 36.25em) {
  .toc {
    margin-top: -3rem;
    margin-right: 0;
    margin-left: 0;
    padding: 2.5rem 3rem;
  }
}

@media (min-width: 52.5em) {
  .toc {
    margin-bottom: 6rem;
    margin-top: 0;
  }
}

.toc__title {
  font-family: faldore-semibold, Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
  margin-top: 0;
}

.toc__item {
  margin-bottom: 1rem;
}

.large-link-list__link {
  color: #0b1f32;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, transparent 50%, #0b1f32 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #0b1f32 50%);
  background-repeat: repeat-x;
  background-size: 2px 0;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 0.075em);
  cursor: pointer;
  font-size: 2.0833333rem;
  line-height: 1.2;
  position: relative;
  top: 0.1145833rem;
  margin-bottom: -1rem;
  top: 0;
  margin-bottom: 0;
}

.large-link-list__link:hover {
  color: #0b1f32;
}

.no-cssgradients .large-link-list__link {
  text-decoration: underline;
}

@media (min-width: 36.25em) {
  .large-link-list__link {
    font-size: 2.1666667rem;
    line-height: 1.1538462;
    position: relative;
    top: 0.0866667rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 52.5em) {
  .large-link-list__link {
    font-size: 2.25rem;
    line-height: 1.1111111;
    position: relative;
    top: 0.05875rem;
    margin-bottom: -1rem;
  }
}

@media (min-width: 90em) {
  .large-link-list__link {
    font-size: 2.1428571rem;
    line-height: 1.1666667;
    position: relative;
    top: 0.0857143rem;
    margin-bottom: -1rem;
  }
}

.large-link-list__link:focus {
  background-color: transparent;
}

.related .large-link-list__link {
  color: #fff;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, transparent 50%, #b3bfca 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #b3bfca 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 0.075em);
  cursor: pointer;
  color: #fff;
}

.related .large-link-list__link:hover {
  color: #fff;
}

.related .large-link-list__link:hover {
  background-image: -webkit-linear-gradient(top, transparent 50%, #4d4d4f 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #4d4d4f 50%);
  color: false;
}

.no-cssgradients .related .large-link-list__link {
  text-decoration: underline;
}

.large-link-list__text {
  color: #0b1f32;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, transparent 50%, #0b1f32 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #0b1f32 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 0.075em);
  cursor: pointer;
}

.large-link-list__text:hover {
  color: #0b1f32;
}

.no-cssgradients .large-link-list__text {
  text-decoration: underline;
}

.large-link-list__item {
  margin-bottom: 2rem;
}

@media (min-width: 52.5em) {
  .large-link-list__item {
    margin-bottom: 3rem;
  }
}

.related {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 580px) {
  .related {
    margin-top: 5rem;
  }
}

.related:before {
  content: '';
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #0b1f32;
  display: block;
}

.related__title {
  font-family: faldore-semibold, Helvetica, Arial, sans-serif;
  color: #fff;
  margin-bottom: 2rem;
  margin-top: 0;
}

.main-image {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 36.25em) {
  .main-image {
    margin-bottom: 8rem;
  }
}

@media (min-width: 52.5em) {
  .main-image {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    width: 100%;
  }
}

.toc + .main-image {
  margin-top: 0;
}

.main-image img {
  width: auto;
}

@media (min-width: 52.5em) {
  .main-image img {
    max-width: 52rem;
  }
}

.media {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}

@media (min-width: 0px) {
  .media {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}

@media (min-width: 580px) {
  .media {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 840px) {
  .media {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
}

@media (min-width: 52.5em) {
  .media {
    padding-top: 45%;
  }
}

@media (min-width: 75em) {
  .media {
    padding-top: 33.75%;
  }
}

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

@media (min-width: 52.5em) {
  .media iframe {
    max-width: 80%;
  }
}

@media (min-width: 75em) {
  .media iframe {
    max-width: 60%;
  }
}

.category-filter {
  margin-bottom: 2rem;
}

.category-filter__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 36.1875em) {
  .category-filter__wrap {
    display: none;
  }
}

.category-filter__item {
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.category-filter__link {
  text-decoration: underline;
}

.category-filter__link--active {
  font-weight: bold;
  text-decoration: none;
}

@media (min-width: 36.25em) {
  .category-filter__dropdown {
    display: none;
  }
}

.category-filter__dropdown select {
  max-width: none;
}

.featured-news {
  position: relative;
}

@media (max-width: 36.1875em) {
  .featured-news__inner {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.featured-news__title {
  margin-bottom: 1rem;
}

.featured-news__link {
  margin-top: 2rem;
}

.breadcrumbs {
  padding-top: 4rem;
  margin-bottom: -5rem;
  z-index: 1;
}

@media (min-width: 36.25em) {
  .breadcrumbs {
    padding-top: 5rem;
  }
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__item:not(:last-child):after {
  content: '/';
  margin-left: .4rem;
  margin-right: .1rem;
  font-size: 1.15em;
  vertical-align: -.1em;
  display: inline-block;
}

.breadcrumbs__item--current::after {
  content: none;
}

.breadcrumbs__item--current a {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  left: -9999px;
  width: 1px;
}

.breadcrumbs__item--current a:active, .breadcrumbs__item--current a:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.breadcrumbs__link:focus {
  background-color: transparent;
}

.section-color-navy .breadcrumbs__link {
  color: white;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, transparent 50%, white 50%);
  background-image: linear-gradient(to bottom, transparent 50%, white 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 0.075em);
  cursor: pointer;
}

.section-color-navy .breadcrumbs__link:hover {
  color: white;
}

.no-cssgradients .section-color-navy .breadcrumbs__link {
  text-decoration: underline;
}

.is-homepage .breadcrumbs {
  display: none;
}

.tabs {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  display: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
}

.tabs::after {
  clear: both;
}

@media (min-width: 52.5em) and (max-width: 90em) {
  .tabs {
    max-width: none;
  }
}

@media (min-width: 36.25em) {
  .tabs {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}

@media (min-width: 90em) {
  .tabs {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 36.25em) {
  .tabs__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 90em) {
  .tabs__wrap {
    margin-left: -1.6rem;
  }
}

@media (min-width: 36.25em) {
  .tabs__item {
    width: 33.333333%;
  }
}

.tabs__link {
  display: block;
  height: 100%;
}

.tabs__link:focus {
  background-color: transparent;
}

@media (min-width: 36.25em) {
  .tabs__link {
    padding: 1rem;
  }
}

@media (min-width: 52.5em) {
  .tabs__link {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 75em) {
  .tabs__link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 90em) {
  .tabs__link {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.tabs__item_active .tabs__link {
  font-family: faldore-semibold, Helvetica, Arial, sans-serif;
}

.tabs:first-of-type:first-of-type:before {
  background-color: #fff;
}

.alert {
  background: #fac000;
}

.alert-inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}

@media (min-width: 52.5em) {
  .alert-inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 52.5em) {
  .header-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tagline {
  position: relative;
}

.tagline__image {
  display: none;
}

.tagline__inner {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

@media (min-width: 75em) {
  .tagline__inner {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }
}

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

.is-homepage .tagline__inner {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

@media (min-width: 36.25em) {
  .is-homepage .tagline__inner {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.tagline__description {
  max-width: 50rem;
}

.tagline__title {
  max-width: 64rem;
}

.tagline__link {
  color: #fff;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, transparent 50%, white 50%);
  background-image: linear-gradient(to bottom, transparent 50%, white 50%);
  background-repeat: repeat-x;
  background-size: 2px 2;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 0.075em);
  cursor: pointer;
}

.tagline__link:hover {
  color: #fff;
}

.tagline__link:hover {
  background-image: -webkit-linear-gradient(top, transparent 50%, rgba(11, 31, 50, 0.5) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(11, 31, 50, 0.5) 50%);
  color: #0b1f32;
}

.no-cssgradients .tagline__link {
  text-decoration: underline;
}

.is-homepage .tagline {
  background-color: transparent;
}

.content-nav::before, .content-nav::after {
  display: table;
  content: ' ';
}

.content-nav::after {
  clear: both;
}

@media (min-width: 580px) {
  .content-nav {
    padding-bottom: 10rem;
  }
}

@media (max-width: 36.1875em) {
  .content-nav {
    padding-bottom: 5rem;
  }
}

.content-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  max-width: none;
  padding-bottom: 0;
  margin: 0;
}

@media (min-width: 52.5em) {
  .is-landingpage .content-nav__wrap {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }
}

.content-nav__item {
  width: 100%;
  margin-bottom: .5rem;
}

@media (min-width: 36.25em) {
  .content-nav__item {
    margin-bottom: 0;
    width: 50%;
  }
}

@media (min-width: 52.5em) {
  .content-nav__item {
    width: 33.3333333%;
  }
}

@media (min-width: 36.25em) {
  .is-landingpage .content-nav__item {
    padding: 0.15rem;
  }
}

.is-landingpage .content-nav__item:nth-child(1) .content-nav__link {
  background-image: url("../images/pattern.svg");
  background-size: 65%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media (min-width: 36.25em) {
  .is-landingpage .content-nav__item:nth-child(1) .content-nav__link {
    background-size: 100%;
  }
}

.content-nav__title {
  margin-bottom: 1.5rem;
}

.content-nav__description {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

@media (max-width: 36.1875em) {
  .content-nav__metadata .icon {
    display: none;
  }
}

.content-nav__link {
  display: block;
  position: relative;
  min-height: 12.5rem;
  min-height: 8rem;
}

@media (min-width: 36.25em) {
  .content-nav__link {
    min-height: 18.3333333rem;
    padding-top: 87.2611465%;
  }
}

@media (min-width: 36.25em) {
  .content-nav__link {
    min-height: 24rem;
  }
}

@media (min-width: 36.25em) {
  .is-homepage .content-nav {
    margin-top: -7rem;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.banner {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fac000;
}

.banner__content {
  max-width: 100%;
  text-align: center;
}

.icon > svg, .icon > img {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

svg {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  fill: inherit;
  fill: currentColor;
}

svg use {
  fill: inherit;
  fill: currentColor;
}

svg .fill, svg * {
  fill: inherit;
}

.icon {
  width: 1em;
  margin-right: 0.75em;
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 1.1em;
  display: inline-block;
  margin-right: 0.2em;
  fill: inherit;
  vertical-align: -0.15em;
}

.icon:before {
  content: "";
  display: block;
  height: 0;
  padding-top: 100%;
}

.icon_printer {
  font-size: .8em;
}

.icon_caret {
  width: .6em;
  vertical-align: .04em;
}

.icon_caret-left {
  width: .6em;
  vertical-align: .04em;
}

.icon_hamburger {
  width: 1.5em;
}

.icon_cross {
  width: 1.35em;
}

.icon_arrow {
  width: 1.85rem;
}

.large-link-list .icon_arrow {
  width: .75em;
  vertical-align: -0.09em;
  margin-left: .1em;
}

.icon_twitter {
  width: 1.25em;
}

.icon_search {
  width: 1.6em;
  margin-left: .5em;
  margin-right: 0;
}

.search-form_header .icon_search {
  color: #707c87;
  width: 1.25em;
}

.content-stream {
  position: relative;
}

@media (min-width: 52.5em) {
  .is-newslistingpage .content-stream,
  .featured-news .content-stream {
    max-width: none;
  }
}

.content-stream_inline .content-stream__inner {
  width: auto;
}

@media (min-width: 36.25em) {
  .content-stream_inline .content-stream__inner {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 52.5em) {
  .is-newslistingpage .content-stream__inner,
  .featured-news .content-stream__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -1rem;
  }
}

.content-stream__row {
  position: relative;
}

.content-stream__row::before, .content-stream__row::after {
  display: table;
  content: ' ';
}

.content-stream__row::after {
  clear: both;
}

.content-stream_inline .content-stream__row + .content-stream__row {
  margin-top: 1rem;
}

@media (min-width: 36.25em) {
  .content-stream_inline .content-stream__row + .content-stream__row {
    margin-top: 3rem;
  }
}

.is-landingpage .content-stream__row:nth-child(1):before {
  content: '';
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #fff;
  display: block;
}

.is-landingpage .content-stream__row:nth-child(1):before {
  top: 100%;
  height: 200%;
  z-index: 0;
}

@media (min-width: 52.5em) {
  .is-newslistingpage .content-stream__row,
  .featured-news .content-stream__row {
    width: 50%;
    padding: 1rem;
  }
  .is-newslistingpage .content-stream__row + .content-stream__row,
  .featured-news .content-stream__row + .content-stream__row {
    margin: 0;
  }
}

.content-stream_inline {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 36.25em) {
  .content-stream_inline {
    max-width: 48rem;
  }
}

@media (min-width: 580px) {
  .is-contentpage .content-stream_inline {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}

.is-contentpage .content-stream_inline:last-child {
  margin-bottom: 0;
}

.stretch-content {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 36.1875em) {
  .stretch-content {
    padding-right: 5rem;
  }
}

@media (min-width: 36.25em) {
  .stretch-content {
    position: absolute;
    padding: 2rem;
  }
}

.stretch-content:before {
  content: '';
  height: 18px;
  width: 18px;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 2rem;
  margin-top: .25em;
}

@media (min-width: 36.25em) {
  .stretch-content:before {
    display: none;
  }
}

.stretch-content_image {
  padding: 0;
  opacity: .1;
}

.stretch-content_image:before {
  display: none;
}

.stretch-content_image img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 100%;
}

@media (min-width: 36.25em) {
  .content-block_6-6 .stretch-content_image {
    opacity: 1;
  }
}

.content-stream_inline .stretch-content_image {
  opacity: .1;
}

@media (max-width: 36.1875em) {
  .content-block__item .stretch-content {
    min-height: 12.5rem;
  }
}

@media (min-width: 52.5em) {
  .content-block_3-6 .content-block__item .stretch-content,
  .content-block_6-6 .content-block__item .stretch-content {
    padding: 2.5rem 3rem;
  }
}

@media (max-width: 36.1875em) {
  .content-block_6-6 .content-block__item .stretch-content {
    position: absolute;
  }
}

.content-block {
  display: block;
  position: relative;
  min-height: 12.5rem;
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 36.25em) {
  .content-block {
    min-height: 18.3333333rem;
    padding-top: 87.2611465%;
  }
}

@media (min-width: 36.25em) {
  .content-block {
    display: block;
    position: relative;
    min-height: 12.5rem;
    width: 33.3333333%;
  }
}

@media (min-width: 36.25em) and (min-width: 36.25em) {
  .content-block {
    min-height: 18.3333333rem;
    padding-top: 29.0870488%;
  }
}

.content-stream_inline .content-block {
  min-height: 0;
}

@media (min-width: 52.5em) {
  .content-block__excerpt {
    display: block;
  }
}

@media (max-width: 52.4375em) {
  .content-block_3-6 .content-block__excerpt {
    display: none;
  }
}

@media (max-width: 36.1875em) {
  .content-block__image {
    position: absolute;
  }
}

.content-block__title, .content-block__excerpt {
  max-width: 30rem;
}

.content-stream_inline .content-block__title, .content-stream_inline .content-block__excerpt {
  max-width: none;
}

.content-block__title {
  margin-bottom: 1rem;
}

.content-block__metadata {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: faldore-semibold, Helvetica, Arial, sans-serif;
  margin-top: 1rem;
}

@media (max-width: 36.1875em) {
  .content-block__metadata .icon {
    display: none;
  }
}

.content-block_3-6 {
  display: block;
  position: relative;
  min-height: 12.5rem;
}

@media (min-width: 36.25em) {
  .content-block_3-6 {
    min-height: 18.3333333rem;
    padding-top: 87.2611465%;
  }
}

@media (min-width: 36.25em) {
  .content-block_3-6 {
    display: block;
    position: relative;
    min-height: 12.5rem;
    width: 50%;
  }
}

@media (min-width: 36.25em) and (min-width: 36.25em) {
  .content-block_3-6 {
    min-height: 18.3333333rem;
    padding-top: 43.6305732%;
  }
}

.content-block_4-6 {
  display: block;
  position: relative;
  min-height: 12.5rem;
}

@media (min-width: 36.25em) {
  .content-block_4-6 {
    min-height: 18.3333333rem;
    padding-top: 87.2611465%;
  }
}

@media (min-width: 36.25em) {
  .content-block_4-6 {
    display: block;
    position: relative;
    min-height: 12.5rem;
    width: 66.6666667%;
  }
}

@media (min-width: 36.25em) and (min-width: 36.25em) {
  .content-block_4-6 {
    min-height: 18.3333333rem;
    padding-top: 29.0870488%;
  }
}

.content-block_6-6 {
  padding: 0;
}

.content-block_6-6::before, .content-block_6-6::after {
  display: table;
  content: ' ';
}

.content-block_6-6::after {
  clear: both;
}

@media (min-width: 36.25em) {
  .content-block_6-6 {
    float: none;
    width: 100%;
  }
}

.content-block_6-6 .content-block__item,
.content-block_6-6 .content-block__image {
  padding-top: 87.2611465%;
  display: block;
  position: relative;
  min-height: 22.5rem;
}

@media (min-width: 36.25em) {
  .content-block_6-6 .content-block__item,
  .content-block_6-6 .content-block__image {
    padding-top: 43.6305732%;
    float: left;
    width: 50%;
  }
}

.content-stream_inline .content-block_6-6 .content-block__item, .content-stream_inline
.content-block_6-6 .content-block__image {
  width: 100%;
  float: none;
}

@media (min-width: 52.5em) {
  .is-newslistingpage .content-block_6-6 .content-block__item,
  .featured-news .content-block_6-6 .content-block__item, .is-newslistingpage
  .content-block_6-6 .content-block__image,
  .featured-news
  .content-block_6-6 .content-block__image {
    padding-top: 50%;
    min-height: 22rem;
  }
}

@media (max-width: 36.1875em) {
  .content-block_6-6 .content-block__item {
    padding-top: get-ratio-value;
  }
}

@media (max-width: 36.1875em) {
  .content-stream_inline .content-block_6-6 .content-block__item {
    padding-top: 44.4089457%;
  }
}

@media (min-width: 36.25em) {
  .content-stream_inline .content-block_6-6 .content-block__item {
    min-height: 0;
  }
}

.content-block_6-6 .content-block__image {
  overflow: hidden;
}

@media (max-width: 36.1875em) {
  .content-block_6-6 .content-block__image {
    padding-top: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 36.25em) {
  .content-stream:not(.content-stream_inline) .content-block_6-6.bg-navy-outline .content-block__item {
    border-left: 3px solid #0b1f32;
  }
}

@media (min-width: 36.25em) {
  .content-block_image-right .content-block__image {
    right: -50%;
  }
}

@media (min-width: 36.25em) {
  .content-block_image-right .content-block__item {
    right: 50%;
  }
}

.featured-content {
  position: relative;
}

@media (max-width: 36.1875em) {
  .featured-content__inner {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.featured-content__row {
  position: relative;
}

.featured-content__row::before, .featured-content__row::after {
  display: table;
  content: ' ';
}

.featured-content__row::after {
  clear: both;
}

.featured-content__row:last-child .featured-content__item {
  background-image: url("../images/pattern-white.svg");
  background-size: 45%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media (min-width: 36.25em) {
  .featured-content__row:last-child .featured-content__item {
    background-size: 100%;
  }
}

.featured-content__link {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 36.25em) {
  .featured-content__link {
    display: block;
    position: relative;
    min-height: 12.5rem;
    width: 33.3333333%;
  }
}

@media (min-width: 36.25em) and (min-width: 36.25em) {
  .featured-content__link {
    min-height: 18.3333333rem;
    padding-top: 29.0870488%;
  }
}

.featured-content__link:hover .featured-content__image:after {
  content: '';
  background: rgba(0, 0, 0, 0.04);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 36.25em) {
  .featured-content__link.featured-content_3-6 {
    display: block;
    position: relative;
    min-height: 12.5rem;
    width: 50%;
  }
}

@media (min-width: 36.25em) and (min-width: 36.25em) {
  .featured-content__link.featured-content_3-6 {
    min-height: 18.3333333rem;
    padding-top: 43.6305732%;
  }
}

@media (min-width: 36.25em) {
  .featured-content__link.featured-content_4-6 {
    display: block;
    position: relative;
    min-height: 12.5rem;
    width: 66.6666667%;
  }
}

@media (min-width: 36.25em) and (min-width: 36.25em) {
  .featured-content__link.featured-content_4-6 {
    min-height: 18.3333333rem;
    padding-top: 29.0870488%;
  }
}

.featured-content__link.featured-content_6-6 {
  padding: 0;
}

.featured-content__link.featured-content_6-6::before, .featured-content__link.featured-content_6-6::after {
  display: table;
  content: ' ';
}

.featured-content__link.featured-content_6-6::after {
  clear: both;
}

@media (min-width: 36.25em) {
  .featured-content__link.featured-content_6-6 {
    float: none;
    width: 100%;
  }
}

.featured-content__link.featured-content_6-6 .featured-content__item {
  position: relative;
}

@media (min-width: 36.25em) {
  .featured-content__link.featured-content_6-6 .featured-content__item {
    padding-top: 43.6305732%;
    float: left;
    width: 50%;
    right: 50%;
  }
}

.featured-content__link.featured-content_6-6 .featured-content__image {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

@media (min-width: 36.25em) {
  .featured-content__link.featured-content_6-6 .featured-content__image {
    padding-top: 43.6305732%;
    float: left;
    width: 50%;
    right: -50%;
  }
}

@media (min-width: 36.25em) {
  .featured-content__link.featured-content_6-6.bg-navy-outline .featured-content__item {
    border-left: 3px solid #0b1f32;
  }
}

@media (max-width: 52.4375em) {
  .featured-content__excerpt {
    display: none;
  }
}

@media (max-width: 36.1875em) {
  .featured-content__image {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
  }
}

.featured-content__title, .featured-content__excerpt {
  max-width: 30rem;
}

.featured-content__title {
  margin-bottom: 1rem;
}

.featured-content__metadata {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: faldore-semibold, Helvetica, Arial, sans-serif;
  margin-top: 1rem;
}

@media (max-width: 36.1875em) {
  .featured-content__metadata {
    display: none;
  }
}

.featured-content .stretch-content_image {
  opacity: 1;
}

@media (max-width: 36.1875em) {
  .featured-content .stretch-content_image {
    position: absolute;
  }
}

@media (max-width: 36.1875em) {
  .featured-content__item .stretch-content {
    min-height: 10rem;
  }
}

@media (min-width: 52.5em) {
  .featured-content_3-6 .featured-content__item .stretch-content,
  .featured-content_6-6 .featured-content__item .stretch-content {
    padding: 2.5rem 3rem;
  }
}

::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
          appearance: none;
}

[type="date"],
[type="number"],
[type="tel"],
[type="text"],
[type="password"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="search"],
[type="time"],
[type="url"],
[type="color"],
select,
textarea, #embed-html #mc_embed_signup input {
  font-size: 1.5rem;
  line-height: 1.3333333;
  position: relative;
  top: -0.43625rem;
  margin-bottom: -1rem;
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  top: 0;
  height: 47px;
  padding-left: 1rem;
  border-color: #0b1f32;
  max-width: 26rem;
  border-radius: 0;
  top: 0;
  margin-bottom: 0;
  line-height: normal;
}

@media (min-width: 75em) {
  [type="date"],
  [type="number"],
  [type="tel"],
  [type="text"],
  [type="password"],
  [type="datetime"],
  [type="datetime-local"],
  [type="month"],
  [type="week"],
  [type="email"],
  [type="search"],
  [type="time"],
  [type="url"],
  [type="color"],
  select,
  textarea, #embed-html #mc_embed_signup input {
    font-size: 1.3846154rem;
    line-height: 1.4444444;
    position: relative;
    top: -0.4026923rem;
    margin-bottom: -1rem;
    top: 0;
    margin-bottom: 0;
  }
}

[type="number"] {
  max-width: 10rem;
}

[type="tel"],
[type="date"] {
  max-width: 16rem;
}

[type="date"]:focus,
[type="number"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="password"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="search"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
select:focus,
textarea:focus {
  outline-width: 2px;
  outline-style: solid;
  background-color: inherit;
  outline-color: #0b1f32;
  border-color: #0b1f32;
}

[type="date"][readonly], [type="date"][readonly]:hover, [type="date"][readonly]:focus,
[type="number"][readonly],
[type="number"][readonly]:hover,
[type="number"][readonly]:focus,
[type="tel"][readonly],
[type="tel"][readonly]:hover,
[type="tel"][readonly]:focus,
[type="text"][readonly],
[type="text"][readonly]:hover,
[type="text"][readonly]:focus,
[type="password"][readonly],
[type="password"][readonly]:hover,
[type="password"][readonly]:focus,
[type="datetime"][readonly],
[type="datetime"][readonly]:hover,
[type="datetime"][readonly]:focus,
[type="datetime-local"][readonly],
[type="datetime-local"][readonly]:hover,
[type="datetime-local"][readonly]:focus,
[type="month"][readonly],
[type="month"][readonly]:hover,
[type="month"][readonly]:focus,
[type="week"][readonly],
[type="week"][readonly]:hover,
[type="week"][readonly]:focus,
[type="email"][readonly],
[type="email"][readonly]:hover,
[type="email"][readonly]:focus,
[type="search"][readonly],
[type="search"][readonly]:hover,
[type="search"][readonly]:focus,
[type="time"][readonly],
[type="time"][readonly]:hover,
[type="time"][readonly]:focus,
[type="url"][readonly],
[type="url"][readonly]:hover,
[type="url"][readonly]:focus,
[type="color"][readonly],
[type="color"][readonly]:hover,
[type="color"][readonly]:focus,
select[readonly],
select[readonly]:hover,
select[readonly]:focus,
textarea[readonly],
textarea[readonly]:hover,
textarea[readonly]:focus {
  background-color: #fff;
  outline: none;
}

textarea {
  max-width: 40rem;
}

label + input[type="file"] {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

input[type]:not(input[type="submit"])::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  outline-color: #707c87;
  height: inherit;
  line-height: normal;
}

input[type]:not(input[type="submit"])::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  outline-color: #707c87;
  height: inherit;
  line-height: normal;
}

input[type]:not(input[type="submit"]):-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  outline-color: #707c87;
  height: inherit;
  line-height: normal;
}

input[type]:not(input[type="submit"])::placeholder,
select::placeholder,
textarea::placeholder {
  outline-color: #707c87;
  height: inherit;
  line-height: normal;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  background-color: #0b1f32;
}

.radio-list input[type="radio"],
.listbox input[type="radio"], .radio-list
input[type="checkbox"],
.listbox
input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0.25em;
}

@media (min-width: 52.5em) {
  .radio-list input[type="radio"],
  .listbox input[type="radio"], .radio-list
  input[type="checkbox"],
  .listbox
  input[type="checkbox"] {
    top: 0.3em;
  }
}

input[type="checkbox"]:after, input[type="checkbox"]:checked:before {
  border-radius: 0;
}

::-ms-clear {
  display: none;
}

input[type="date"] {
  text-transform: uppercase;
}

label {
  font-size: 1.5rem;
  line-height: 1.3333333;
  position: relative;
  top: -0.43625rem;
  margin-bottom: -1rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.radio-list label,
.listbox label {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0;
}

.radio-list label + label,
.listbox label + label {
  margin-top: 0.75rem;
}

@media (min-width: 52.5em) {
  .radio-list label + label,
  .listbox label + label {
    margin-top: 0.25rem;
  }
}

.list-row + div {
  margin-top: 0.75rem;
}

@media (min-width: 52.5em) {
  .list-row + div {
    margin-top: 0.25rem;
  }
}

.middleColumn {
  margin-bottom: 1.5rem;
}

.Actions {
  margin-top: 1.5rem;
}

.newsletter-signup__title {
  margin-bottom: 1rem;
  margin-top: 0;
}

.newsletter-signup__form {
  padding-bottom: 6rem;
}

@media (min-width: 36.25em) {
  .newsletter-signup__form {
    padding-bottom: 4rem;
  }
}

.newsletter-signup__email {
  margin-bottom: 1rem;
  height: 3.9166667rem;
}

@media (min-width: 36.25em) {
  .newsletter-signup__email {
    margin-bottom: 0;
    width: 97.5%;
  }
}

.hint {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-bottom: 1.5rem;
  max-width: 48rem;
}

.field-wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.help-text {
  font-size: 1.3333333rem;
  line-height: 1.5;
  position: relative;
  top: -0.3808333rem;
  margin-bottom: -1rem;
  margin-top: 0;
  font-style: normal;
  margin-top: 0.25em;
  top: 0;
  margin-bottom: 0;
}

@media (min-width: 36.25em) {
  .help-text {
    top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 52.5em) {
  .help-text {
    top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 75em) {
  .help-text {
    top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 90em) {
  .help-text {
    top: 0;
    margin-bottom: 0;
  }
}

textarea {
  min-height: 10rem;
}

select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='7 10 12 8'> <path fill='none' stroke='#0B1F32' stroke-width='1.5' d='M8 11.02L12.986 16l5.084-5'/></svg>");
  background-size: 14px;
  background-position: right 0rem center;
}

/* Mailchimp form
 use id for specificity */
#embed-html #mc_embed_signup form {
  padding: 0;
  margin-top: 3rem;
}

#embed-html #mc_embed_signup input {
  text-indent: 0;
}

#embed-html #mc_embed_signup .indicates-required {
  display: none;
}

#embed-html #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

#embed-html #mc_embed_signup .mc-field-group {
  margin-bottom: 1.5rem;
}

@media (min-width: 52.5em) {
  #embed-html #mc_embed_signup .mc-field-group {
    margin-bottom: 0.5rem;
  }
}

#embed-html #mc_embed_signup .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1.5em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #00c393;
  color: #0b1f32;
  height: auto;
  margin-top: 4rem;
}

[data-whatinput='mouse'] #embed-html #mc_embed_signup .button {
  outline: 0;
}

#embed-html #mc_embed_signup .button:hover, #embed-html #mc_embed_signup .button:focus {
  background-color: #00a67d;
  color: #0b1f32;
}

#embed-html #mc_embed_signup div.response {
  margin: 0 0 3rem;
  width: 100%;
  max-width: 48rem;
}

#embed-html #mc_embed_signup div#mce-responses {
  top: 0;
  margin: 0;
  width: auto;
  padding: 0;
}

#embed-html #mc_embed_signup #mce-error-response,
#embed-html #mc_embed_signup #mce-success-response {
  margin-bottom: 0;
  top: 0;
}

#embed-html #mc_embed_signup #mce-success-response {
  color: #0b1f32;
  font-weight: normal;
}

.search-form {
  position: relative;
}

.search-form__button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 10px;
  padding-right: 15px;
  z-index: 3;
}

.search-form__button .icon_search {
  width: 1.25em;
}

.search-form__text {
  padding-right: 3.25rem;
  font-size: 1.25rem;
  border-color: #b3bfca;
  max-width: none;
}

.search-form--header .search-form__text {
  height: 3rem;
  line-height: 0;
}

.search-form--header {
  display: none;
  max-width: 16rem;
}

@media (min-width: 52.5em) {
  .search-form--header {
    display: block;
  }
}

.wizard-fields {
  margin-top: 5rem;
}

.wizard-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 48rem;
}

.wizard-nav li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.wizard-nav li a {
  font-size: 1.1666667rem;
  line-height: 0.8571429;
  position: relative;
  top: 0.1745833rem;
  margin-bottom: 0;
  background-image: none;
}

.wizard-nav li a, .wizard-nav li a:hover {
  color: #0b1f32;
}

.wizard-nav li a:before {
  background-color: #4595ce;
  height: 28px;
  content: "";
  display: block;
  box-shadow: 0 0 0 2px #fff;
  margin-bottom: 1em;
}

.wizard-nav li a .wizard-icon-circle i {
  display: none;
}

.wizard-nav li a .wizard-icon-circle:before {
  content: '\2713';
  display: inline-block;
  color: currentColor;
  padding: 0 6px 0 0;
}

.wizard-nav li.active a {
  font-family: faldore-semibold, Helvetica, Arial, sans-serif;
  pointer-events: none;
  cursor: default;
  color: #fff;
}

.wizard-nav li.active a:before {
  background-color: #0b1f32;
}

.wizard-nav li.active a .wizard-icon-circle i {
  display: block;
}

.wizard-nav li.active a .wizard-icon-circle:before {
  content: none;
}

.wizard-nav li.active ~ li a {
  cursor: default;
  pointer-events: none;
  color: #666;
}

.wizard-nav li.active ~ li a:before {
  background-color: #eee;
}

.wizard-nav li.active ~ li .wizard-icon-circle i {
  display: block;
}

.wizard-nav li.active ~ li .wizard-icon-circle:before {
  content: none;
}

.wizard .stepTitle {
  display: inline-block;
  line-height: 1.2;
  vertical-align: top;
  padding-left: 0.25em;
  padding-right: 0.25em;
  display: none;
}

.wizard-icon-circle {
  position: absolute;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 8px;
  font-size: 14px;
  font-weight: bold;
}

.wizard-icon {
  font-style: normal;
}

.wizard-summary-row + div {
  margin-top: 1.5rem;
}

.wizard-card-footer {
  margin-top: 5rem;
}

.wizard-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 48rem;
}

.wizard-footer-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wizard-footer-left + span {
  margin-left: 5rem;
}

.wizard-footer-recaptcha {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  /* Let it fill the entire space horizontally */
  display: block;
}

.wizard-footer-actions {
  display: block;
}

.wizard-title {
  color: #666;
}

.wizard-casenumber {
  margin-top: 1.25rem;
}

.wizard fieldset + fieldset {
  margin-top: 3rem;
}

@media (min-width: 52.5em) {
  .wizard fieldset + fieldset {
    margin-top: 3.5rem;
  }
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 48rem;
}

.form-group + div {
  margin-top: 4.5rem;
}

.form-group.required > label:after {
  content: "Required";
  margin-left: 0.5em;
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  color: #666;
}

.form-group .errors {
  color: #e52315;
  font-family: faldore-semibold, Helvetica, Arial, sans-serif;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 0.25em;
}

.recaptcha-error {
  color: #e52315;
  font-family: faldore-semibold, Helvetica, Arial, sans-serif;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 0.25em;
}

.field-error {
  color: #e52315;
}

.listbox label {
  padding: 2rem;
  padding-left: 4.5rem;
  border: 2px solid #00c393;
  cursor: pointer;
  top: 0;
}

.listbox input[type="checkbox"] {
  top: 2.5rem;
  left: 2rem;
}

.file-list {
  margin-bottom: 2rem;
}

.file-list__item {
  margin: 0;
}

.file-list__item + p {
  margin-top: 1rem;
}

.code-output {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  z-index: 999;
  max-width: 500px;
  padding: 1rem;
}

@media (max-width: 52.4375em) {
  .code-output {
    display: none;
  }
}

[v-cloak] {
  display: none;
}

.drill-down__item .button_full-width {
  width: 100%;
}

.drill-down__item .button_full-width:focus {
  background-image: url("../images/caret.svg");
}

.drill-down--disabled {
  pointer-events: none;
  opacity: 0.4;
}

.store-data-title {
  margin-top: 4rem;
}

.wizard-summary-row.wizard-summary-row .summary-item-first-name {
  margin-top: 4rem;
}

h3 + .wizard-summary-row.wizard-summary-row .summary-item-first-name {
  margin-top: 0;
}

.button-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-info-container button {
  margin-right: 1rem;
}

.allegation-victims-wrapper {
  margin-top: 3.5rem;
  margin-bottom: 5rem;
}

.allegation-victims-wrapper .vue-form-generator.wizard-fields {
  margin-top: 2rem;
}

.gsc-adBlock {
  display: none !important;
}

.gsc-content {
  min-height: 10rem;
}

.gsc-content__loader {
  font-size: 10px;
  margin: 3rem 0 0 -3em;
  text-indent: -9999em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background: #0b1f32;
  background: -webkit-linear-gradient(left, #0b1f32 10%, rgba(11, 31, 50, 0) 42%);
  background: linear-gradient(to right, #0b1f32 10%, rgba(11, 31, 50, 0) 42%);
  position: absolute;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: loader 0.5s infinite linear;
          animation: loader 0.5s infinite linear;
  left: 50%;
  z-index: 0;
}

.gsc-content__loader:before {
  width: 50%;
  height: 50%;
  background: #0b1f32;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.gsc-content__loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.gsc-content__loader ~ div {
  z-index: 4;
  position: relative;
  background-color: #fff;
}

.gsc-content .gsc-control-cse {
  padding: 0;
}

.gsc-content .gsc-control-cse,
.gsc-content .gsc-control-cse .gsc-table-result {
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
  margin-top: 0;
  max-width: 48rem;
  padding: 0;
}

.gsc-content .gsc-control-cse b,
.gsc-content .gsc-control-cse .gsc-table-result b {
  font-weight: normal;
}

.gsc-content .gsc-control-cse .gsc-option-menu {
  top: 100% !important;
  margin-top: -2px;
  background-color: #fff;
  color: #0b1f32;
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
  box-shadow: #000;
  border: 1px solid #000;
  font-size: 1rem;
  border-radius: 0;
  padding: 0;
}

.gsc-content .gsc-option-menu-item {
  padding: 0.625em 0.75em;
  color: #0b1f32;
}

.gsc-content .gsc-option-menu-item-highlighted {
  background-color: #0b1f32;
}

.gsc-content .gsc-option-menu-item:hover, .gsc-content .gsc-option-menu-item:focus, .gsc-content .gsc-option-menu-item-highlighted:hover, .gsc-content .gsc-option-menu-item-highlighted:focus {
  background-color: #0b1f32;
  color: #fff;
}

.gsc-content .gsc-orderby-label {
  margin-bottom: 0;
  padding-top: 0;
}

.gsc-content .gsc-result-info {
  padding-top: 0;
  font-size: 1rem;
}

@media (min-width: 36.25em) {
  .gsc-content .gsc-result-info {
    padding-top: 0.575em;
  }
}

@media (min-width: 75em) {
  .gsc-content .gsc-result-info {
    padding-top: 0.6em;
  }
}

.gsc-content .gsc-result-info-container, .gsc-content .gsc-orderby-container {
  padding-top: 0;
  vertical-align: top;
}

.gsc-content .gsc-orderby-container {
  display: none;
}

.gsc-content .gsc-result-info-container, .gsc-content .gsc-thumbnail-inside, .gsc-content .gsc-url-top, .gsc-content .gsc-result-info {
  padding-left: 0;
}

.gsc-content .gsc-table-cell-thumbnail, .gsc-content .gsc-resultsHeader, .gsc-content .gsc-adBlock {
  display: none;
}

.gsc-content .gsc-table-result, .gsc-content .gsc-above-wrapper-area-container {
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
}

.gsc-content .gsc-table-result tbody, .gsc-content .gsc-above-wrapper-area-container tbody {
  border: 0 none;
}

.gsc-content .gsc-above-wrapper-area {
  border-bottom: 0 none;
}

.gsc-content .gsc-selected-option-container {
  height: auto;
  padding: 0.45em 1.75em 0.425em 0.7em;
  top: 0;
  margin-bottom: 0;
  font-weight: normal;
  background-color: #fff;
  color: #0b1f32;
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
  box-shadow: #000;
  border: 1px solid #000;
  font-size: 1rem;
  border-radius: 0;
}

.gsc-content .gsc-control-cse .gsc-option-selector {
  background: none;
}

.gsc-content .gsc-results .gsc-cursor-box {
  margin-left: 0;
  margin-top: 4rem;
}

.gsc-content .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #0b1f32;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, transparent 50%, #0b1f32 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #0b1f32 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 3px);
  cursor: pointer;
  border: 0 none;
  margin-right: .75rem;
}

.gsc-content .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #0b1f32;
}

.no-cssgradients .gsc-content .gsc-results .gsc-cursor-box .gsc-cursor-page {
  text-decoration: underline;
}

.gsc-content .gsc-results .gsc-cursor-box .gsc-cursor-page, .gsc-content .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .gsc-content .gsc-results .gsc-cursor-box .gsc-cursor-page:focus {
  text-decoration: none;
}

.gsc-content .gs-snippet b {
  background-color: rgba(250, 192, 0, 0.2);
  font-weight: normal;
  padding-left: .25em;
  padding-right: .25em;
}

.gsc-content span.gs-fileFormat,
.gsc-content span.gs-fileFormatType {
  font-size: 1rem;
  color: #0b1f32;
}

.gsc-content .gs-webResult div.gs-visibleUrl {
  color: #00c393;
  font-size: 1.25rem;
  display: none;
}

.gsc-content .gs-webResult.gs-result a.gs-title, .gsc-content .gs-webResult.gs-result a.gs-title:visited, .gsc-content .gs-webResult.gs-result a.gs-title:link {
  color: #0b1f32;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, transparent 50%, #0b1f32 50%);
  background-image: linear-gradient(to bottom, transparent 50%, #0b1f32 50%);
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1.05em;
  background-position: 0 calc(43% + 0.44em + 0.075em);
  cursor: pointer;
  text-decoration: none;
  color: #0b1f32;
}

.gsc-content .gs-webResult.gs-result a.gs-title:hover, .gsc-content .gs-webResult.gs-result a.gs-title:visited:hover, .gsc-content .gs-webResult.gs-result a.gs-title:link:hover {
  color: #0b1f32;
}

.no-cssgradients .gsc-content .gs-webResult.gs-result a.gs-title, .no-cssgradients .gsc-content .gs-webResult.gs-result a.gs-title:visited, .no-cssgradients .gsc-content .gs-webResult.gs-result a.gs-title:link {
  text-decoration: underline;
}

.gsc-content .gs-webResult.gs-result a.gs-title b, .gsc-content .gs-webResult.gs-result a.gs-title:visited b, .gsc-content .gs-webResult.gs-result a.gs-title:link b {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

.gsc-content .gs-result {
  padding: 0;
  margin-bottom: 2rem;
}

.gsc-content .gs-result .gs-title {
  text-decoration: none;
  height: auto;
  margin-bottom: .15em;
}

.gsc-content .gs-result .gs-title:last-child {
  top: -0.375rem;
}

.gsc-content a.gs-title {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}

.gsc-content .gcsc-branding {
  display: none;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.pagination {
  margin-top: 8rem;
}

.pagination__link {
  margin-right: .35rem;
  display: inline;
}

.pagination__link_current {
  font-family: faldore-semibold, Helvetica, Arial, sans-serif;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #0b1f32;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: faldore-regular, Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}

.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #0b1f32;
  background-color: #fff;
  position: relative;
  padding-right: 1rem;
  margin-right: 1rem;
}

.pika-label:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #0b1f32;
  right: 0;
  top: 42%;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #0b1f32;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
  text-align: center;
}

.is-today .pika-button {
  color: #0b1f32;
  font-family: faldore-semibold, Helvetica, Arial, sans-serif;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #00c393;
  border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover {
  color: #fff;
  background: #4595ce;
  box-shadow: none;
  border-radius: 3px;
}

.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
  margin-bottom: 3rem;
  max-width: 52rem;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: white;
}

thead, tbody, tfoot {
  border: 1px solid #e5e5e5;
  background-color: #f1f1f1;
}

caption {
  padding: 0.6666667rem 0.8333333rem 0.8333333rem;
  font-weight: bold;
}

thead {
  background: #e5e5e5;
  color: #0a0a0a;
}

tfoot {
  background: #e5e5e5;
  color: #0a0a0a;
}

thead tr, tfoot tr {
  background: transparent;
}

thead th, thead td, tfoot th, tfoot td {
  padding: 0.6666667rem 0.8333333rem 0.8333333rem;
  font-weight: bold;
  text-align: left;
}

tbody th, tbody td {
  padding: 0.6666667rem 0.8333333rem 0.8333333rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #e5e5e5;
}

table.unstriped tbody {
  background-color: #f1f1f1;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f1f1f1;
}

table th, table td {
  top: 0;
  margin-bottom: 0;
}

table thead td, table thead th {
  font-weight: bold;
}

@media (max-width: 36.1875em) {
  table thead {
    display: none;
  }
  table tfoot {
    display: none;
  }
  table tr,
  table th,
  table td {
    display: block;
  }
  table td {
    border-top: 0;
  }
  table td + td {
    padding-top: 0;
  }
  table tr {
    border: 1px solid white;
  }
}

.mt-0 {
  margin-top: 0px;
}

.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden;
  white-space: nowrap;
}

.resolve__group {
  padding: 1em;
  border: 1px solid grey;
  margin-top: 1em;
}

.resolve__help {
  font-size: 0.8em;
  margin-top: 1em;
}
