@charset "UTF-8";
/**
 * GNL UI ICONS
 *
 * https://icomoon.io/app/
 */
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
@font-face {
  font-family: 'gnl-ui-icons';
  src: url("../vendor/fonts/gnl-ui-icons.ttf?40hoac") format("truetype"), url("../vendor/fonts/gnl-ui-icons.woff?40hoac") format("woff"), url("../vendor/fonts/gnl-ui-icons.svg?40hoac#gnl-ui-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gnl-ui-icons' !important;
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-home:before {
  content: ""; }

.icon-ext:before {
  content: ""; }

.icon-pdf:before {
  content: ""; }

.icon-picture:before {
  content: ""; }

.icon-video:before {
  content: ""; }

.icon-audio:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-telephone:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-up-down:before {
  content: ""; }

.icon-up:before {
  content: ""; }

.icon-down:before {
  content: ""; }

.icon-left:before {
  content: ""; }

.icon-right:before {
  content: ""; }

.icon-home-2:before {
  content: ""; }

.icon-checkmark:before {
  content: ""; }

.icon-profile:before {
  content: ""; }

.icon-computer:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-you-tube:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-facebook-2:before {
  content: ""; }

.icon-twitter-2:before {
  content: ""; }

.icon-you-tube-2:before {
  content: ""; }

.icon-folder:before {
  content: ""; }

.icon-lifesaver:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-scales:before {
  content: ""; }

.icon-bullet-list:before {
  content: ""; }

.icon-close:before {
  content: ""; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=120em&fixedwidth=120.0625em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #3c3c3c;
  -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 {
  box-sizing: border-box;
  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;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

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

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

.text-left {
  text-align: left; }

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

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

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

address {
  font-style: normal; }

address, article, blockquote, dd, dl, dt, figcaption, figure, hr, img, li, ol, p, pre, table, ul, video {
  padding: 0;
  margin: 0 0 1.5rem; }

blockquote {
  font-style: italic;
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

big {
  font-size: 140%; }

body, button, input, select, optgroup, textarea {
  background: #fff;
  color: #3c3c3c;
  font-family: Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0;
  margin: 0; }

input, optgroup, select, textarea {
  border: 1px solid #D9D9D6;
  padding: 0.4375rem 1rem 0.5rem; }

cite, dfn, em, i {
  font-style: italic; }

code {
  background: #eff0f1;
  border-radius: 0;
  padding: 0.125rem 0.25rem; }

code, kbd, tt, var {
  color: #000;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

dd {
  margin-left: 2rem; }

dl, ol, ul {
  padding-left: 2rem; }

dt {
  font-weight: bold; }

.display-1 {
  font-size: 3.875rem;
  line-height: 4rem;
  letter-spacing: -0.03125rem;
  margin-bottom: 0.5rem; }

.display-2 {
  font-size: 2.625rem;
  line-height: 3rem;
  letter-spacing: -0.03125rem;
  margin-bottom: 1.375rem; }

.display-3 {
  font-size: 1.6875rem;
  line-height: 1.5;
  letter-spacing: -0.03125rem;
  padding: 0;
  margin-bottom: 1.5rem; }

.display-4 {
  font-size: 1.3125rem;
  line-height: 1.5;
  padding-top: 0;
  margin: -0.125rem 0 1.625rem; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #3c3c3c;
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  letter-spacing: 0;
  padding: 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: inherit; }

h1, .h1 {
  font-size: 1.3125rem;
  line-height: 1.15;
  letter-spacing: -0.03125rem;
  padding: 0;
  margin: -0.125rem 0 1.625rem; }

h2, .h2 {
  font-size: 1.3125rem;
  line-height: 1.5;
  letter-spacing: -0.03125rem;
  padding-top: 0;
  margin: -0.125rem 0 1.625rem; }

h3, .h3 {
  text-transform: uppercase; }

h4, .h4 {
  font-size: inherit; }

h5, .h5 {
  font-weight: 500; }

h6, .h6 {
  font-weight: 500;
  font-style: italic; }

hr {
  background-color: #D9D9D6;
  border: 0;
  height: 1px; }

html {
  box-sizing: border-box; }

img {
  height: auto;
  max-width: 100%; }

ins, mark {
  background: #fff9c0;
  text-decoration: none; }

li {
  margin: 0; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 2rem; }

ol {
  list-style: decimal; }

pre {
  background: #eff0f1;
  line-height: 1.6;
  max-width: 100%;
  overflow: auto;
  border: none;
  border-radius: 0;
  padding: 0.4375rem 0.75rem 0.375rem;
  margin: -0.375rem 0 1.0625rem;
  tab-size: 2; }

small {
  font-size: 66.667%; }

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

sup {
  top: -0.5rem; }

sub {
  bottom: -0.1875rem; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

th {
  text-align: left; }

ul {
  list-style: disc; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  display: block; }
  @media print, screen and (min-width: 40em) {
    .alignleft {
      float: left;
      margin-right: 2rem; } }

.alignright {
  display: block; }
  @media print, screen and (min-width: 40em) {
    .alignright {
      float: right;
      margin-left: 2rem; } }

.lead {
  font-size: 1.3125rem;
  line-height: 1.5;
  margin: -0.125rem 0 1.625rem; }

ol.no-bullets,
ul.no-bullets {
  list-style-type: none;
  padding-left: 0; }

input[type="button"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="reset"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #D9D9D6;
  padding: 0.4375rem 1rem 0.5rem;
  margin: 0 0 0.5rem 0;
  vertical-align: bottom; }

input[type="button"],
input[type="submit"] {
  width: auto;
  background: #004B87;
  color: #fff;
  border: 1px solid #004B87;
  cursor: pointer; }

input[type="reset"] {
  width: auto;
  background: #fff;
  color: #004B87;
  border: 1px solid #004B87;
  cursor: pointer;
  margin-left: 1rem; }

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  background: #004073;
  border-color: #004073; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

input[type="checkbox"] {
  margin-right: 0.8125rem; }

input[type="file"] {
  padding: 0.25rem; }

input[type="radio"] {
  margin-right: 1rem; }

label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.5rem; }

select {
  height: 2.625rem; }

textarea {
  height: 6rem; }

.post-password-form label {
  display: block; }

.post-password-form input[type=password] {
  width: auto;
  margin-right: 0.5rem; }

.skip-link,
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.skip-link:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none;
  list-style-type: decimal;
  padding-left: 2rem; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 2rem 1.25rem 3rem;
  border: 1px solid #D9D9D6;
  border-bottom: 0;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  border-left: 0;
  border-right: 0;
  margin-left: -2rem; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #D9D9D6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: transparent; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"; }
  .is-active > .accordion-title::before {
    content: "–"; }
  .accordion-title h2 {
    margin: 0; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #D9D9D6;
  border-bottom: 0;
  background-color: #fff;
  color: inherit;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px;
  padding-top: 0;
  padding-left: 3rem;
  margin-left: -2rem; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #D9D9D6; }

ul.accordion-menu,
ul.accordion-menu ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem; }
  [data-whatinput='mouse'] ul.accordion-menu li, [data-whatinput='mouse']
  ul.accordion-menu ul.sub-menu li {
    outline: 0; }
  ul.accordion-menu a,
  ul.accordion-menu .button,
  ul.accordion-menu ul.sub-menu a,
  ul.accordion-menu ul.sub-menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  ul.accordion-menu input,
  ul.accordion-menu select,
  ul.accordion-menu a,
  ul.accordion-menu button,
  ul.accordion-menu ul.sub-menu input,
  ul.accordion-menu ul.sub-menu select,
  ul.accordion-menu ul.sub-menu a,
  ul.accordion-menu ul.sub-menu button {
    margin-bottom: 0; }
  ul.accordion-menu input,
  ul.accordion-menu ul.sub-menu input {
    display: inline-block; }
  ul.accordion-menu > li,
  ul.accordion-menu ul.sub-menu > li {
    border-top: 1px solid #D9D9D6;
    margin: 0; }
    ul.accordion-menu > li:last-child,
    ul.accordion-menu ul.sub-menu > li:last-child {
      border-bottom: 1px solid #D9D9D6; }
    ul.accordion-menu > li.current-menu-item > a,
    ul.accordion-menu ul.sub-menu > li.current-menu-item > a {
      background-color: #f2f2f2; }
  ul.accordion-menu > li > a,
  ul.accordion-menu ul.sub-menu > li > a {
    color: #3c3c3c;
    text-decoration: none;
    padding: 0.4375rem 1rem 0.5rem;
    line-height: 1.6; }
    ul.accordion-menu > li > a:hover, ul.accordion-menu > li > a.hover, ul.accordion-menu > li > a.open,
    ul.accordion-menu ul.sub-menu > li > a:hover,
    ul.accordion-menu ul.sub-menu > li > a.hover,
    ul.accordion-menu ul.sub-menu > li > a.open {
      background-color: #f2f2f2;
      text-decoration: none; }
    ul.accordion-menu > li > a.back-to-department,
    ul.accordion-menu ul.sub-menu > li > a.back-to-department {
      padding-left: 0.625rem; }
      ul.accordion-menu > li > a.back-to-department:before,
      ul.accordion-menu ul.sub-menu > li > a.back-to-department:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'gnl-ui-icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: relative;
        top: 2px;
        left: -2px;
        font-size: 1rem; }
  ul.accordion-menu > li.menu-item-has-children > a,
  ul.accordion-menu ul.sub-menu > li.menu-item-has-children > a {
    position: relative; }
    ul.accordion-menu > li.menu-item-has-children > a::after,
    ul.accordion-menu ul.sub-menu > li.menu-item-has-children > a::after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'gnl-ui-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      margin-right: calc(1rem - 5px); }
  ul.accordion-menu > li.menu-item-has-children[aria-expanded='true'] > a::after,
  ul.accordion-menu ul.sub-menu > li.menu-item-has-children[aria-expanded='true'] > a::after {
    content: ""; }

ul.accordion-menu ul.sub-menu > li:last-child {
  border-bottom: none; }

ul.accordion-menu ul.sub-menu > li > a {
  padding-left: 1.5rem; }

ul.accordion-menu ul.sub-menu > li ul.sub-menu > li > a {
  padding-left: 2.25rem; }

ul.accordion-menu ul.sub-menu > li ul.sub-menu > li ul.sub-menu > li > a {
  padding-left: 3rem; }

article {
  position: relative; }

.post-edit-link {
  font-size: 0.8125rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.25rem;
  font-style: italic; }

html.has-admin-bar {
  height: calc(100% - 32px); }

.banner {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1.375rem;
  /* Reset margin and padding on typography elements */ }
  @media print, screen and (min-width: 40em) {
    .banner {
      justify-content: space-between;
      padding-top: 1.625rem; } }
  @media screen and (min-width: 120.0625em) {
    .banner {
      padding-right: 0;
      padding-left: 0;
      max-width: 90rem;
      margin-left: auto;
      margin-right: auto; } }
  .banner h1, .banner .h1, .banner h2, .banner .h2, .banner h3, .banner .h3, .banner p, .banner img {
    margin: 0;
    padding: 0; }

/* Site Logo and Title */
.site-logo-container {
  display: block;
  flex: 0 0 auto;
  width: auto;
  margin-left: 1rem;
  margin-right: 1rem; }

.site-logo a {
  display: block; }

.site-title-container {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .site-title-container {
      flex: 1 1 0px;
      width: auto;
      margin-left: 1rem;
      margin-right: 1rem;
      text-align: left; } }

h1.site-title {
  color: #75787B;
  font-size: 1.3125rem;
  line-height: 1;
  letter-spacing: -0.03125rem;
  font-weight: 700;
  margin-bottom: 0.125rem; }

.site-tagline,
.site-tagline-2 {
  line-height: 1.3125rem; }

.site-logo-container + .site-title-container {
  padding-top: 0.8125rem; }
  @media print, screen and (min-width: 40em) {
    .site-logo-container + .site-title-container {
      border-left: 1px solid #D9D9D6;
      padding-left: 2rem;
      padding-top: 1.25rem;
      padding-bottom: 1.4375rem; } }

/* Additional components, typically to the far right of the banner. */
.more-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  width: auto;
  margin-left: 1rem;
  align-items: center;
  justify-content: flex-end; }
  @media print, screen and (min-width: 64em) {
    .more-container {
      position: relative;
      flex: 0 0 auto;
      width: calc(33.33333% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem; } }

/* Banner Menu */
.banner-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end; }
  [data-whatinput='mouse'] .banner-menu li {
    outline: 0; }
  .banner-menu a,
  .banner-menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .banner-menu input,
  .banner-menu select,
  .banner-menu a,
  .banner-menu button {
    margin-bottom: 0; }
  .banner-menu input {
    display: inline-block; }
  .banner-menu li + li {
    margin-left: 1rem; }
  .banner-menu a {
    padding: 0; }
  .banner-menu > li.button {
    padding: 0; }
    .banner-menu > li.button > a {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 1rem 0;
      padding: 0.85em 1em;
      border: 1px solid transparent;
      border-radius: 0;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      font-family: inherit;
      font-size: 0.9rem;
      -webkit-appearance: none;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      font-size: inherit;
      padding: 0.3125rem 1rem 0.5rem;
      margin: 0;
      text-decoration: none; }
      [data-whatinput='mouse'] .banner-menu > li.button > a {
        outline: 0; }

@media print, screen and (min-width: 40em) {
  .banner-menu-1 {
    margin-top: -1rem; } }

@media print, screen and (min-width: 40em) {
  .banner-menu-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem; } }

/* Menu Button */
@media print, screen and (min-width: 64em) {
  .mobile-navigation-button {
    display: none; } }

/* Search */
.search-container {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .search-container {
      display: block;
      width: 100%;
      padding-top: 0.8125rem;
      padding-bottom: 1.0625rem; } }

.search-form {
  flex: 1 1 0px;
  width: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #D9D9D6;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  color: #D9D9D6; }

.search-dropdown-toggle {
  flex: 0 0 auto;
  padding: 0.5rem 0.9375rem 0.4375rem 0.9375rem;
  color: #3c3c3c; }
  .search-dropdown-toggle + .search-label .search-field {
    padding-left: 0; }
  .search-dropdown-toggle:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gnl-ui-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    cursor: pointer; }

.search-title {
  text-transform: none;
  padding-left: 1rem;
  margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 64em) {
    .search-title {
      padding-left: 0;
      margin-top: -2rem; } }

.search-label {
  flex: 1 1 0px;
  margin: 0; }

.search-field {
  box-sizing: border-box;
  border: none;
  width: 100%;
  padding: 0.4375rem 0.9375rem 0.5rem 0.9375rem; }
  [data-whatinput='mouse'] .search-field {
    outline: 0; }

.search-submit {
  flex: 0 0 auto;
  padding: 0.4375rem 1rem;
  font-size: 1rem;
  color: #004B87;
  cursor: pointer; }
  .search-submit:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gnl-ui-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 1px; }
  .search-submit > span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }

.search-dropdown {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #75787B;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem;
  width: 24rem;
  padding: 0;
  background: transparent;
  border: 0; }
  .search-dropdown.is-opening {
    display: block; }
  .search-dropdown.is-open {
    display: block;
    visibility: visible; }
  .search-dropdown button {
    width: 100%;
    display: block;
    text-align: left;
    color: #757575;
    background: #fff;
    cursor: pointer;
    border: 1px solid #D9D9D6;
    border-top: 0;
    padding: 0.4375rem 1rem 0.5rem 2.5rem;
    margin: 0.0625rem -0.0625rem 0; }
    .search-dropdown button:last-child {
      margin-top: 0; }
    .search-dropdown button:hover {
      background: #f2f2f2; }

/* Accessibility Features */
.skip-link {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }
  .skip-link:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important; }

.show-for-sr, .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

html {
  height: 100%; }

body {
  display: flex;
  flex-direction: column;
  height: 100%; }

#page {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto; }

#colophon {
  flex: none; }

.breadcrumbs {
  font-size: 0.75rem;
  margin: -0.125rem 0 1.5625rem; }
  .breadcrumbs a {
    color: inherit; }

.button button,
.button a,
button.button,
a.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.625rem 0.75rem 0.6875rem 0.875rem;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9375rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  margin: 0;
  margin-bottom: 1.25rem; }
  [data-whatinput='mouse'] .button button, [data-whatinput='mouse']
  .button a, [data-whatinput='mouse']
  button.button, [data-whatinput='mouse']
  a.button {
    outline: 0; }
  .button button:hover, .button button:focus, .button button:active,
  .button a:hover,
  .button a:focus,
  .button a:active,
  button.button:hover,
  button.button:focus,
  button.button:active,
  a.button:hover,
  a.button:focus,
  a.button:active {
    text-decoration: none; }
  .button button.clear:hover,
  .button a.clear:hover,
  button.button.clear:hover,
  a.button.clear:hover {
    background-color: #f2f2f2; }
  .button button:not(.clear), .button button:not(.clear).disabled, .button button:not(.clear)[disabled], .button button:not(.clear).disabled:hover, .button button:not(.clear)[disabled]:hover, .button button:not(.clear).disabled:focus, .button button:not(.clear)[disabled]:focus,
  .button a:not(.clear),
  .button a:not(.clear).disabled,
  .button a:not(.clear)[disabled],
  .button a:not(.clear).disabled:hover,
  .button a:not(.clear)[disabled]:hover,
  .button a:not(.clear).disabled:focus,
  .button a:not(.clear)[disabled]:focus,
  button.button:not(.clear),
  button.button:not(.clear).disabled,
  button.button:not(.clear)[disabled],
  button.button:not(.clear).disabled:hover,
  button.button:not(.clear)[disabled]:hover,
  button.button:not(.clear).disabled:focus,
  button.button:not(.clear)[disabled]:focus,
  a.button:not(.clear),
  a.button:not(.clear).disabled,
  a.button:not(.clear)[disabled],
  a.button:not(.clear).disabled:hover,
  a.button:not(.clear)[disabled]:hover,
  a.button:not(.clear).disabled:focus,
  a.button:not(.clear)[disabled]:focus {
    background-color: #004B87;
    color: #fff; }
  .button button:not(.clear):hover, .button button:not(.clear):focus,
  .button a:not(.clear):hover,
  .button a:not(.clear):focus,
  button.button:not(.clear):hover,
  button.button:not(.clear):focus,
  a.button:not(.clear):hover,
  a.button:not(.clear):focus {
    background-color: #004073;
    color: #fff; }
  .button button:not(.clear) + .clear,
  .button a:not(.clear) + .clear,
  button.button:not(.clear) + .clear,
  a.button:not(.clear) + .clear {
    margin-left: 1rem; }
  .button button:after,
  .button a:after,
  button.button:after,
  a.button:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gnl-ui-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 0.125rem;
    left: 0.125rem; }

.button-previous a {
  padding-left: 0.75rem;
  padding-right: 0.875rem;
  margin-right: 1rem; }
  .button-previous a:after {
    content: none; }
  .button-previous a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gnl-ui-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    top: 0.3125rem; }

.content-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  flex: 1 0 auto;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem; }
  @media screen and (min-width: 120.0625em) {
    .content-container {
      padding-right: 0;
      padding-left: 0;
      max-width: 90rem;
      margin-left: auto;
      margin-right: auto; } }

.content-area {
  flex: 1 1 0px;
  width: auto;
  margin-left: 1rem;
  margin-right: 1rem; }
  [data-whatinput='mouse'] .content-area {
    outline: 0; }


/*CSS for Social Media Icons in Footer       */
.social-media-links{
  list-style: none;
  padding: 0;
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.social-img{
  width: 24px;
  height: 24px; 
  margin-bottom: 0px;
}

.social-media-links li a:not([class^='a2a']):not(.button):not([href$='.pdf'])[target='_blank']::after {
  display: none;
}

footer .government-brand a {
  margin-top: 0px !important;
  margin-bottom: 0px !important; 
  width: 197px !important;
}

footer .government-brand a img {
  margin-top: 0px;
  margin-bottom: 0px; 
  width: 197px !important;
  height: auto !important;
}

@media print, screen and (max-width: 510px) {
  footer .government-brand a {
    width: 100% !important;
    max-width: 197px;
  }
  footer .government-brand a img {
    width: 100% !important;
    max-width: 197px;
  }
}

footer {
  background-color: #727579;
  color: #fff;
  font-size: 0.9375rem;
  line-height: inherit;
  padding-top: 1.9375rem; }
  footer a, footer a:hover, footer a:focus, footer .widget-title {
    text-decoration: none;
    color: inherit; }
  footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6, footer .widget-title {
    color: #fff; }
  footer h2, footer .widget-title {
    font-size: inherit; }
  footer .icon {
    color: #fff;
    font-family: 'gnl-ui-icons' !important;
    font-size: 1.5rem;
    margin-right: 0.375rem; }
    footer .icon:after {
      content: none !important; }
    footer .icon:hover {
      color: #fff;
      text-decoration: none; }
  footer .icon-twitter {
    margin-right: 1rem; }
    footer .icon-twitter:before {
      content: "\e985"; }
  footer .icon-you_tube {
    margin-right: 0.375rem; }
    footer .icon-you_tube:before {
      content: "\e986"; }
  footer .icon-facebook {
    margin-right: 0.375rem; }
    footer .icon-facebook:before {
      content: "\e983"; }
  footer .icon-instagram {
    margin-right: 0.375rem; }
    footer .icon-instagram:before {
      content: "\e984"; }

.footer-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap; }
  @media screen and (min-width: 120.0625em) {
    .footer-container {
      padding-right: 0;
      padding-left: 0;
      max-width: 90rem;
      margin-left: auto;
      margin-right: auto; } }

.footer-content,
.footer-widgets {
  padding-right: 0;
  padding-left: 0;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  width: 100%; }
  .footer-content .footer-content-col,
  .footer-content .widget,
  .footer-widgets .footer-content-col,
  .footer-widgets .widget {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem; }
    @media print, screen and (min-width: 64em) {
      .footer-content .footer-content-col,
      .footer-content .widget,
      .footer-widgets .footer-content-col,
      .footer-widgets .widget {
        flex: 1 1 0px;
        width: auto;
        margin-left: 1rem;
        margin-right: 1rem; }
        .footer-content .footer-content-col:first-child,
        .footer-content .widget:first-child,
        .footer-widgets .footer-content-col:first-child,
        .footer-widgets .widget:first-child {
          flex: 0 0 auto;
          width: calc(25% - 2rem);
          margin-left: 1rem;
          margin-right: 1rem; } }
    .footer-content .footer-content-col ul,
    .footer-content .widget ul,
    .footer-widgets .footer-content-col ul,
    .footer-widgets .widget ul {
      list-style: none;
      padding: 0; }
      .footer-content .footer-content-col ul .sub-menu,
      .footer-content .widget ul .sub-menu,
      .footer-widgets .footer-content-col ul .sub-menu,
      .footer-widgets .widget ul .sub-menu {
        display: none; }

.footer-separator {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
  background-color: #D9D9D6; }

.footer-copyright {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem; }
  @media print, screen and (min-width: 64em) {
    .footer-copyright {
      flex: 0 0 auto;
      width: calc(66.66667% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem; } }

.footer-disclaimer {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem; }
  @media print, screen and (min-width: 64em) {
    .footer-disclaimer {
      flex: 0 0 auto;
      width: calc(33.33333% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem;
      text-align: right; } }

.footer-notifications {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }
  .footer-notifications .footer-notification {
    display: flex;
    flex-flow: row wrap;
    color: #fff;
    background-color: #004B87;
    padding-top: 2rem;
    padding-bottom: 0.5rem; }
    @media print, screen and (min-width: 40em) {
      .footer-notifications .footer-notification {
        padding-left: 1rem;
        padding-right: 1rem; } }
    .footer-notifications .footer-notification .footer-notification-icon {
      flex: 0 0 auto;
      min-height: 0px;
      min-width: 0px;
      width: calc(100% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem;
      text-align: center; }
      @media print, screen and (min-width: 40em) {
        .footer-notifications .footer-notification .footer-notification-icon {
          flex: 0 0 auto;
          width: auto;
          margin-left: 1rem;
          margin-right: 1rem; } }
    .footer-notifications .footer-notification .footer-notification-text {
      flex: 0 0 auto;
      min-height: 0px;
      min-width: 0px;
      width: calc(100% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem;
      padding-top: 0.3125rem; }
      @media print, screen and (min-width: 40em) {
        .footer-notifications .footer-notification .footer-notification-text {
          flex: 1 1 0px;
          width: auto;
          margin-left: 1rem;
          margin-right: 1rem; } }
    .footer-notifications .footer-notification .footer-notification-buttons {
      flex: 0 0 auto;
      min-height: 0px;
      min-width: 0px;
      width: calc(100% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem;
      text-align: center; }
      @media print, screen and (min-width: 40em) {
        .footer-notifications .footer-notification .footer-notification-buttons {
          flex: 0 0 auto;
          width: auto;
          margin-left: 1rem;
          margin-right: 1rem; } }
      .footer-notifications .footer-notification .footer-notification-buttons .footer-notification-more-button,
      .footer-notifications .footer-notification .footer-notification-buttons .footer-notification-close-button {
        color: #004B87;
        background-color: #fff;
        border: 1px solid #fff;
        padding: 0.625rem 0.875rem 0.6875rem;
        margin-left: 1rem; }
        .footer-notifications .footer-notification .footer-notification-buttons .footer-notification-more-button:after,
        .footer-notifications .footer-notification .footer-notification-buttons .footer-notification-close-button:after {
          content: none !important; }
        .footer-notifications .footer-notification .footer-notification-buttons .footer-notification-more-button:hover,
        .footer-notifications .footer-notification .footer-notification-buttons .footer-notification-close-button:hover {
          text-decoration: none; }
      .footer-notifications .footer-notification .footer-notification-buttons .footer-notification-more-button {
        color: #fff;
        background-color: transparent; }

/* Gravity Forms */
.gform_wrapper input[type="button"],
.gform_wrapper input[type="color"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="file"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="reset"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="submit"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="week"],
.gform_wrapper select,
.gform_wrapper textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #D9D9D6;
  padding: 0.4375rem 1rem 0.5rem;
  margin: 0 0 0 0;
  vertical-align: bottom; }

.gform_wrapper input[type="button"],
.gform_wrapper input[type="submit"] {
  width: auto;
  background: #004B87;
  color: #fff;
  border: 1px solid #004B87;
  cursor: pointer; }

.gform_wrapper input[type="reset"] {
  width: auto;
  background: #fff;
  color: #004B87;
  border: 1px solid #004B87;
  cursor: pointer;
  margin-left: 1rem; }

.gform_wrapper input[type="button"]:hover,
.gform_wrapper input[type="submit"]:hover {
  background: #004073;
  border-color: #004073; }

.gform_wrapper input[type="checkbox"],
.gform_wrapper input[type="image"],
.gform_wrapper input[type="radio"] {
  width: auto; }

.gform_wrapper input[type="checkbox"] {
  margin-right: 0.8125rem; }

.gform_wrapper input[type="file"] {
  padding: 0.25rem; }

.gform_wrapper input[type="radio"] {
  margin-right: 1rem; }

.gform_wrapper label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.5rem; }

.gform_wrapper select {
  height: 2.625rem; }

.gform_wrapper textarea {
  height: 6rem; }

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

.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3,
.gform_wrapper h4,
.gform_wrapper h5,
.gform_wrapper h6 {
  margin-bottom: 0; }

.gform_wrapper .gfield_required {
  color: #BA0C2F;
  margin-left: 0.5rem; }

.gform_wrapper .gfield_list thead {
  color: inherit;
  background-color: #fff; }

.gform_wrapper .gfield_list tbody tr {
  background-color: transparent;
  border: none; }

.gform_wrapper .gfield_list tbody tr td {
  padding: 0; }

.gform_wrapper .gfield_list thead th {
  padding: 0; }

.gform_wrapper .gfield_list .gfield_list_cell {
  padding-right: 1rem; }

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
  font-weight: normal; }

.gform_wrapper .gsection_title {
  border-bottom: 2px solid #004B87;
  padding-bottom: 0.5rem; }

.gform_wrapper .gfield_visibility_hidden {
  visibility: hidden;
  position: absolute;
  left: -9999px; }

/* Chosen https://harvesthq.github.io/chosen/ */
.chosen-container {
  width: 100% !important;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-top: 0;
  background: #fff;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.4375rem 0.9375rem 0.5rem 1.125rem;
  height: 42px;
  border: 1px solid #d9d9d9;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-single :after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #3c3c3c;
  position: absolute;
  top: 17px;
  right: 6px;
  content: "";
  z-index: 1; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  padding: 0.4375rem 3rem 0.5rem 1.1875rem;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-right: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 7px 0 8px 18px;
  list-style: none;
  line-height: inherit;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #1e90ff;
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  display: list-item; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  overflow: hidden;
  padding: 0;
  border: 1px solid #d9d9d9; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: auto; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  padding: 0.5rem 1rem 0.5625rem;
  outline: 0;
  border: 0 !important;
  width: 100% !important; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  border: 1px solid #D9D9D6;
  background-color: #f7f7f7;
  padding: 0.4375rem 0.9375rem 0.5rem;
  margin: 0.25rem 0 0.25rem 0.25rem; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: relative; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  position: absolute;
  font-family: 'gnl-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  top: 0.125rem;
  left: 0.125rem;
  color: #3c3c3c; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  text-decoration: none; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #d9d9d9; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb; }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl; }

.chosen-container-single .chosen-search:before {
  font-family: 'gnl-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 13px;
  right: 16px; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

.left-navigation-container {
  display: none;
  margin-bottom: 2.5rem; }
  .left-navigation-container .menu > li.menu-separator {
    border-top: 2px solid #004B87; }
  @media print, screen and (min-width: 64em) {
    .left-navigation-container {
      display: block;
      flex: 0 0 auto;
      width: calc(25% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem; } }

a {
  color: #004B87;
  text-decoration: none; }

[data-whatintent='mouse'] a:hover {
  text-decoration: underline; }

a.underline {
  text-decoration: underline; }

a[class*='lightcase-icon-']:hover {
  text-decoration: none; }

a.ext:not(.pdf):not(.mp3):not(.wmv)::after,
a > .ext:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gnl-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 0.25rem;
  padding-right: 0.0625rem;
  display: inline-block;
  color: inherit; }

.pdf::after,
a > .pdf:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gnl-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 0.1875rem;
  color: #ea2d27 !important;
  display: inline-block; }

.mp3::after,
a > .pdf:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gnl-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 0.1875rem;
  color: #004B87;
  display: inline-block; }

.wmv::after,
a > .wmv:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gnl-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-left: 0.1875rem;
  color: #004B87;
  display: inline-block; }

.no-icon::after {
  display: none !important; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #004B87; }

.hamburger-box {
  width: 18px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 18px;
    height: 2px;
    background-color: #004B87;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -12px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger {
  padding: 1rem;
  line-height: 0; }
  @media print, screen and (min-width: 64em) {
    .hamburger {
      display: none; } }
  .hamburger:hover {
    opacity: 1; }

.mobile-navigation-panel {
  display: block; }
  @media print, screen and (min-width: 64em) {
    .mobile-navigation-panel {
      display: none; } }
  .mobile-navigation-panel .menu-panel {
    background: #fff; }
    .mobile-navigation-panel .menu-panel .search-form {
      border-left: 0;
      border-right: 0; }
    .mobile-navigation-panel .menu-panel ul {
      margin-top: -1px; }
    .mobile-navigation-panel .menu-panel .left-navigation-container {
      display: block;
      margin-bottom: 0; }

.search-results article {
  border-bottom: 1px solid #D9D9D6;
  margin-bottom: 1.5rem; }
  .search-results article:last-child {
    border-bottom: 0; }

.content-area .search-form {
  margin-bottom: 1.5rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #3c3c3c; }
  tfoot {
    background: #f2f2f2;
    color: #3c3c3c; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }

table {
  margin: 0 0 1.5rem; }

thead {
  background: #3c3c3c;
  color: #fff; }

thead tr {
  border: none; }

thead th, thead td, tfoot th, tfoot td {
  padding: 0.4375rem 1rem 0.5rem;
  font-weight: 700; }

thead, tbody, tfoot {
  border: none; }

tbody th, tbody td {
  padding: 0.4375rem 1rem 0.5rem;
  vertical-align: baseline; }

tbody tr, tbody tr:nth-child(even) {
  border-bottom: 1px solid #D9D9D6; }

tbody tr:nth-child(even) {
  background-color: #f2f2f2; }

.dataTables_wrapper::before, .dataTables_wrapper::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.dataTables_wrapper::after {
  clear: both; }

.dataTables_wrapper .dataTables_filter {
  float: none; }
  @media print, screen and (min-width: 40em) {
    .dataTables_wrapper .dataTables_filter {
      float: left; } }
  .dataTables_wrapper .dataTables_filter input {
    margin-left: 1rem; }

.dataTables_wrapper .dataTables_select {
  float: none; }
  @media print, screen and (min-width: 40em) {
    .dataTables_wrapper .dataTables_select {
      float: left; } }
  .dataTables_wrapper .dataTables_select select {
    width: auto;
    vertical-align: inherit;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0; }

.dataTables_wrapper .dataTables_length {
  float: none;
  margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .dataTables_wrapper .dataTables_length {
      float: right; } }
  .dataTables_wrapper .dataTables_length label {
    float: none;
    font-size: inherit; }
    @media print, screen and (min-width: 40em) {
      .dataTables_wrapper .dataTables_length label {
        float: right; } }
    .dataTables_wrapper .dataTables_length label select {
      vertical-align: inherit;
      padding: 0.5625rem 1rem 0.625rem;
      margin-bottom: 0;
      margin: 0 1rem;
      width: auto; }

.dataTables_wrapper .dataTable span.highlight {
  background-color: #FFFF88; }

.dataTables_wrapper .dataTable th.sorting, .dataTables_wrapper .dataTable th.sorting_desc, .dataTables_wrapper .dataTable th.sorting_asc {
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  padding-right: 2rem; }
  .dataTables_wrapper .dataTable th.sorting:after, .dataTables_wrapper .dataTable th.sorting_desc:after, .dataTables_wrapper .dataTable th.sorting_asc:after {
    font-family: 'gnl-ui-icons' !important;
    content: '';
    font-weight: normal;
    position: absolute;
    display: block;
    right: 1rem;
    top: 0;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2.5;
    cursor: pointer; }

.dataTables_wrapper .dataTable th.sorting_asc:after {
  content: '';
  color: #fff; }

.dataTables_wrapper .dataTable th.sorting_desc:after {
  content: '';
  color: #fff; }

.dataTables_wrapper .dataTables_info {
  margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .dataTables_wrapper .dataTables_info {
      float: right; } }

.dataTables_wrapper .dataTables_paginate {
  float: left; }
  .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .ellipsis {
    margin-right: 1rem;
    cursor: pointer; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .ellipsis.disabled {
      color: #4D4E4E;
      cursor: unset; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .ellipsis.disabled:hover {
        text-decoration: none; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .ellipsis.current {
      color: #4D4E4E;
      cursor: unset; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .ellipsis.current:hover {
        text-decoration: none; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .ellipsis.previous {
      margin-right: 1rem; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .ellipsis.next {
      margin-right: 0; }

.top-navigation-container {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .top-navigation-container {
      display: block;
      background-color: #004B87;
      color: #fff; } }
  @media print, screen and (min-width: 64em) {
    .top-navigation-container .top-navigation {
      padding-right: 0;
      padding-left: 0;
      max-width: 78rem;
      margin-left: auto;
      margin-right: auto; }
      .top-navigation-container .top-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0; }
      .top-navigation-container .top-navigation a {
        color: inherit;
        text-decoration: none; } }

[data-whatintent='mouse'] .top-navigation-container .top-navigation > ul > li.menu-item-has-children > a.open,
[data-whatintent='mouse'] .top-navigation-container .top-navigation > ul > li.menu-item-has-children > a:focus {
  outline: none; }

.top-navigation-container .top-navigation ul.dropdown-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .top-navigation-container .top-navigation ul.dropdown-menu li {
    outline: 0; }
  .top-navigation-container .top-navigation ul.dropdown-menu a,
  .top-navigation-container .top-navigation ul.dropdown-menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .top-navigation-container .top-navigation ul.dropdown-menu input,
  .top-navigation-container .top-navigation ul.dropdown-menu select,
  .top-navigation-container .top-navigation ul.dropdown-menu a,
  .top-navigation-container .top-navigation ul.dropdown-menu button {
    margin-bottom: 0; }
  .top-navigation-container .top-navigation ul.dropdown-menu input {
    display: inline-block; }
  .top-navigation-container .top-navigation ul.dropdown-menu > li {
    position: relative;
    margin-right: -0.0625rem; }
    .top-navigation-container .top-navigation ul.dropdown-menu > li > a {
      color: #fff;
      background: transparent;
      line-height: inherit;
      padding: 0.5rem 1rem 0.625rem; }
      .top-navigation-container .top-navigation ul.dropdown-menu > li > a:hover, .top-navigation-container .top-navigation ul.dropdown-menu > li > a.open {
        background-color: #12588f; }
    .top-navigation-container .top-navigation ul.dropdown-menu > li.menu-item-has-children > a:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'gnl-ui-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: relative;
      top: 0.125rem;
      padding-left: 0.1875rem; }
  .top-navigation-container .top-navigation ul.dropdown-menu ul.sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    display: none;
    background-color: #fff;
    color: #3c3c3c;
    position: absolute;
    z-index: 100;
    min-width: 17.5rem;
    top: 2.6875rem;
    left: 0;
    border: 1px solid #D9D9D6; }
    [data-whatinput='mouse'] .top-navigation-container .top-navigation ul.dropdown-menu ul.sub-menu li {
      outline: 0; }
    .top-navigation-container .top-navigation ul.dropdown-menu ul.sub-menu a,
    .top-navigation-container .top-navigation ul.dropdown-menu ul.sub-menu .button {
      line-height: 1;
      text-decoration: none;
      display: block;
      padding: 0.7rem 1rem; }
    .top-navigation-container .top-navigation ul.dropdown-menu ul.sub-menu input,
    .top-navigation-container .top-navigation ul.dropdown-menu ul.sub-menu select,
    .top-navigation-container .top-navigation ul.dropdown-menu ul.sub-menu a,
    .top-navigation-container .top-navigation ul.dropdown-menu ul.sub-menu button {
      margin-bottom: 0; }
    .top-navigation-container .top-navigation ul.dropdown-menu ul.sub-menu input {
      display: inline-block; }
    .top-navigation-container .top-navigation ul.dropdown-menu ul.sub-menu.open {
      display: block; }
    .top-navigation-container .top-navigation ul.dropdown-menu ul.sub-menu li {
      border-bottom: 1px solid #D9D9D6;
      margin-right: 0; }
      .top-navigation-container .top-navigation ul.dropdown-menu ul.sub-menu li a {
        color: inherit;
        background-color: #fff;
        padding-left: 1rem; }
        .top-navigation-container .top-navigation ul.dropdown-menu ul.sub-menu li a:hover {
          background-color: #f2f2f2; }
      .top-navigation-container .top-navigation ul.dropdown-menu ul.sub-menu li:last-child {
        border-bottom: none; }

.top-navigation-container .top-navigation ul.mega-menu {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .top-navigation-container .top-navigation ul.mega-menu > li > a {
    display: block;
    padding: 0.5rem 1rem 0.625rem; }
    .top-navigation-container .top-navigation ul.mega-menu > li > a:hover, .top-navigation-container .top-navigation ul.mega-menu > li > a.open {
      background-color: #004073; }
  .top-navigation-container .top-navigation ul.mega-menu > li.menu-item-has-children > a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'gnl-ui-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 0.125rem;
    padding-left: 0.1875rem; }
  .top-navigation-container .top-navigation ul.mega-menu div.sub-menu-panel {
    display: flex;
    flex-flow: row wrap;
    background-color: #004073;
    position: absolute;
    z-index: 100;
    width: 100%;
    padding-top: 2rem;
    top: 2.6875rem;
    left: 0;
    max-width: 1024px;
    visibility: hidden; }
    .top-navigation-container .top-navigation ul.mega-menu div.sub-menu-panel.open {
      visibility: visible; }
    .top-navigation-container .top-navigation ul.mega-menu div.sub-menu-panel > p {
      flex: 0 0 auto;
      width: calc(33.33333% - 4rem);
      margin-left: 2rem;
      margin-right: 2rem; }
    .top-navigation-container .top-navigation ul.mega-menu div.sub-menu-panel > ul {
      flex: 0 0 auto;
      width: calc(66.66667% - 4rem);
      margin-left: 2rem;
      margin-right: 2rem;
      columns: 2;
      column-gap: 4rem;
      padding-bottom: 1rem; }
      .top-navigation-container .top-navigation ul.mega-menu div.sub-menu-panel > ul > li {
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
        border-bottom: 1px solid #12588f;
        break-inside: avoid; }
        .top-navigation-container .top-navigation ul.mega-menu div.sub-menu-panel > ul > li a:hover {
          text-decoration: underline; }
        .top-navigation-container .top-navigation ul.mega-menu div.sub-menu-panel > ul > li > ul {
          margin-left: 0.75rem; }

.gallery {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1rem;
  margin-right: -1rem; }
  .gallery figure {
    margin-bottom: 0; }
  .gallery .gallery-item {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem; }
  .gallery.gallery-columns-1 .gallery-item, .gallery.gallery-columns-2 .gallery-item, .gallery.gallery-columns-3 .gallery-item, .gallery.gallery-columns-4 .gallery-item, .gallery.gallery-columns-5 .gallery-item, .gallery.gallery-columns-6 .gallery-item, .gallery.gallery-columns-7 .gallery-item, .gallery.gallery-columns-8 .gallery-item, .gallery.gallery-columns-9 .gallery-item {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 .gallery-item {
      flex: 0 0 auto;
      width: calc(100% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem; } }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 .gallery-item {
      flex: 0 0 auto;
      width: calc(50% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem; } }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 .gallery-item {
      flex: 0 0 auto;
      width: calc(33.33333% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem; } }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 .gallery-item {
      flex: 0 0 auto;
      width: calc(25% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem; } }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 .gallery-item {
      width: calc(20% - 2rem); } }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 .gallery-item {
      flex: 0 0 auto;
      width: calc(16.66667% - 2rem);
      margin-left: 1rem;
      margin-right: 1rem; } }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 .gallery-item {
      width: calc(14.286% - 2rem); } }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 .gallery-item {
      width: calc(12.5% - 2rem); } }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-9 .gallery-item {
      width: calc(11.111% - 2rem); } }

.header-image {
  background-repeat: no-repeat;
  background-position: center; }
  .header-image > img {
    margin: 0; }

.header-carousel {
  position: relative; }
  .header-carousel .slick-prev,
  .header-carousel .slick-next {
    opacity: 0.63;
    width: 1.125rem;
    height: 2rem;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 2;
    cursor: pointer;
    text-indent: -624.9375rem; }
    .header-carousel .slick-prev:hover,
    .header-carousel .slick-next:hover {
      opacity: 1; }
    .header-carousel .slick-prev:before,
    .header-carousel .slick-next:before {
      content: none; }
    @media print, screen and (max-width: 63.99875em) {
      .header-carousel .slick-prev,
      .header-carousel .slick-next {
        display: none !important; } }
  .header-carousel .slick-prev {
    left: 2rem;
    -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjMyODJEO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyLjEsMTMuOSAxNS45LDAuMSAxOCwyLjIgNC4yLDE2IDE4LDI5LjggMTUuOSwzMS45IDIuMSwxOC4xIDAsMTYgIi8+Cjwvc3ZnPgo=);
    -webkit-mask-repeat: no-repeat;
    mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjMyODJEO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyLjEsMTMuOSAxNS45LDAuMSAxOCwyLjIgNC4yLDE2IDE4LDI5LjggMTUuOSwzMS45IDIuMSwxOC4xIDAsMTYgIi8+Cjwvc3ZnPgo=);
    mask-repeat: no-repeat;
    background-color: #fff; }
  .header-carousel .slick-next {
    right: 2rem;
    -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTggMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4IDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzIzMjgyRDt9PC9zdHlsZT48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4LDE2IDE1LjksMTguMSAyLjEsMzEuOSAwLDI5LjggMTMuOCwxNiAwLDIuMiAyLjEsMC4xIDE1LjksMTMuOSAiLz48L3N2Zz4=);
    -webkit-mask-repeat: no-repeat;
    mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTggMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4IDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzIzMjgyRDt9PC9zdHlsZT48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4LDE2IDE1LjksMTguMSAyLjEsMzEuOSAwLDI5LjggMTMuOCwxNiAwLDIuMiAyLjEsMC4xIDE1LjksMTMuOSAiLz48L3N2Zz4=);
    mask-repeat: no-repeat;
    background-color: #fff; }
  .header-carousel .slick-slide img {
    width: 100%;
    padding: 0;
    margin: 0; }
  .header-carousel.slick-dotted {
    margin-bottom: 2.5rem; }
    .header-carousel.slick-dotted:before, .header-carousel.slick-dotted:after {
      content: '';
      width: 6rem;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 1; }
      @media print, screen and (max-width: 63.99875em) {
        .header-carousel.slick-dotted:before, .header-carousel.slick-dotted:after {
          display: none; } }
    .header-carousel.slick-dotted:before {
      background: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
      left: 0; }
    .header-carousel.slick-dotted:after {
      background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
      right: 0; }
    .header-carousel.slick-dotted .slick-dots {
      position: absolute;
      bottom: -3rem;
      width: 100%;
      text-align: center;
      list-style: none;
      line-height: 0;
      padding: 0;
      margin: 0; }
      .header-carousel.slick-dotted .slick-dots li {
        position: relative;
        display: inline-block; }
        .header-carousel.slick-dotted .slick-dots li button {
          display: block;
          height: 1.5rem;
          width: 1.5rem;
          color: transparent;
          background: transparent;
          font-size: 0;
          line-height: 0;
          border: 0;
          outline: none;
          cursor: pointer; }
          .header-carousel.slick-dotted .slick-dots li button:before {
            content: '';
            position: absolute;
            top: 0.5rem;
            left: 0.5rem;
            right: 0.5rem;
            bottom: 0.5rem;
            width: 0.5rem;
            height: 0.5rem;
            background-color: #000;
            opacity: 0.2;
            border-radius: 50%; }
          .header-carousel.slick-dotted .slick-dots li button:hover:before, .header-carousel.slick-dotted .slick-dots li button:focus:before {
            opacity: 0.63; }
        .header-carousel.slick-dotted .slick-dots li.slick-active button:before {
          opacity: 0.63; }
.page-template-multi-column .multi-column-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1rem;
  margin-right: -1rem; }
  .page-template-multi-column .multi-column-row .multi-column-col {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem; }
    @media print, screen and (min-width: 64em) {
      .page-template-multi-column .multi-column-row .multi-column-col {
        flex: 1 1 0px;
        width: auto;
        margin-left: 1rem;
        margin-right: 1rem; } }

.page-template-multi-column-bottom .multi-column-bottom-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: -1rem;
  margin-right: -1rem; }
  .page-template-multi-column-bottom .multi-column-bottom-row .multi-column-bottom-col {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem; }
    @media print, screen and (min-width: 64em) {
      .page-template-multi-column-bottom .multi-column-bottom-row .multi-column-bottom-col {
        flex: 1 1 0px;
        width: auto;
        margin-left: 1rem;
        margin-right: 1rem; } }

.page-template-sidebar .content-area {
  padding-right: 0;
  padding-left: 0;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  height: fit-content;
  margin: 0; }
  .page-template-sidebar .content-area .breadcrumbs {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem; }
  .page-template-sidebar .content-area #main {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem; }
    @media print, screen and (min-width: 64em) {
      .page-template-sidebar .content-area #main {
        flex: 0 0 auto;
        width: calc(66.66667% - 2rem);
        margin-left: 1rem;
        margin-right: 1rem; } }
  .page-template-sidebar .content-area .sidebar {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem; }
    @media print, screen and (min-width: 64em) {
      .page-template-sidebar .content-area .sidebar {
        flex: 0 0 auto;
        width: calc(33.33333% - 2rem);
        margin-left: 1rem;
        margin-right: 1rem; } }
