/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
body {
  letter-spacing: -.4px;
  line-height: 1.616; }

small {
  font-size: .85em; }

.main__header > .row {
  background-color: inherit; }

.main__header .columns.medium-section--thickest {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem; }

.main__header h1 {
  margin-bottom: 0; }

.footer-top {
  margin: auto;
  max-width: 78.125rem; }
  .footer-top section {
    padding: 3em 1.5em 2em; }
    .footer-top section + section {
      border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .footer-top h2 {
    font-size: 1.125em;
    margin-bottom: 1.25rem; }
  .footer-top dl {
    margin-bottom: 2em; }
    .footer-top dl div {
      display: flex;
      margin-bottom: 1em; }
      .footer-top dl div:last-of-type {
        margin-bottom: 0; }
    .footer-top dl i {
      display: inline-block;
      padding-top: .25em;
      text-align: center;
      width: 1.25em; }
    .footer-top dl a {
      font-weight: normal;
      opacity: 1; }
  .footer-top dd {
    margin-left: 1.5em;
    opacity: .8;
    transition: opacity .3s ease-out; }
    .footer-top dd:focus, .footer-top dd:hover {
      opacity: 1; }
  .footer-top ul {
    list-style: none;
    margin-bottom: 2em; }
    .footer-top ul a {
      display: inline-block;
      font-weight: bold; }
  .footer-top li + li {
    margin-top: .75em; }
  .footer-top a {
    opacity: .65;
    padding: .125em 0;
    text-decoration: none;
    transition: opacity .3s ease-out; }
    .footer-top a:focus, .footer-top a:hover {
      opacity: 1;
      text-decoration: underline; }
  .footer-top svg {
    opacity: .9; }

.footer-top__department-section {
  display: grid;
  grid-gap: 0 4em;
  justify-content: start; }
  .footer-top__department-section h2,
  .footer-top__department-section dl {
    grid-column: 1 / 3; }

@media print, screen and (min-width: 40em) {
  @supports (display: grid) {
    .footer-top {
      display: grid;
      grid-template-columns: repeat(2, 1fr); }
      .footer-top section {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        padding-left: 3em;
        padding-right: 3em; }
        .footer-top section:last-of-type {
          border-right: none; }
    section.footer-top__department-section {
      border-right: none; }
    .footer-top__department-section {
      grid-column: 1 / 3; }
      .footer-top__department-section h2 {
        grid-column: 1 / 4; }
      .footer-top__department-section dl {
        grid-column: initial; } } }

@media screen and (min-width: 80.625em) {
  .footer-top {
    display: flex;
    justify-content: space-between;
    padding: 0 3em; }
    .footer-top section {
      flex: 1;
      padding: 3em 2em 0.5em; }
      .footer-top section:first-of-type {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        flex: 2;
        padding-right: 4em; }
      .footer-top section:last-of-type {
        border-right: 1px solid rgba(255, 255, 255, 0.3); }
      .footer-top section + section {
        border-top: none;
        border-left: 1px solid rgba(255, 255, 255, 0.3); } }

@media screen and (min-width: 83.125em) {
  .footer-top {
    padding: 0; } }

.footer-social {
  background-color: #00205B;
  text-align: center; }

.footer-social__image-links {
  display: flex; }

.footer-social__image-link {
  display: inline-block;
  flex: 1;
  line-height: 1;
  position: relative; }
  .footer-social__image-link img {
    display: block;
    width: 100%;
    height: 100%; }
  .footer-social__image-link:nth-child(2) {
    border-left: 1px solid;
    border-right: 1px solid; }
  @supports (display: flex) {
    .footer-social__image-link span {
      background-color: rgba(37, 37, 37, 0.7);
      display: flex;
      justify-content: center;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: opacity .3s ease-out; }
    .footer-social__image-link:focus span, .footer-social__image-link:hover span {
      opacity: 1; } }

.footer-social__section {
  padding: 3em 1.5em; }
  .footer-social__section h2 {
    font-size: 1.5em;
    margin-bottom: 1rem;
    opacity: .7;
    transition: opacity .3s ease-out; }
  .footer-social__section a {
    text-decoration: none; }
  .footer-social__section h2:hover {
    opacity: 1; }
    .footer-social__section h2:hover a {
      text-decoration: underline; }
  .footer-social__section ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: .5em; }
  .footer-social__section li + li {
    margin-left: .5em; }

.footer-social__icon-link {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 3em;
  line-height: 3em;
  margin-bottom: .5em;
  position: relative;
  transition-delay: 0.1s;
  width: 3em; }
  .footer-social__icon-link svg {
    position: relative;
    z-index: 2; }
  .footer-social__icon-link:after {
    background-color: #ffffff;
    border-radius: 50%;
    content: "\0a0";
    height: 3em;
    position: absolute;
    top: -3px;
    left: -3px;
    transform: scale(0);
    transition: transform 0.25s ease-out;
    width: 3em;
    z-index: 1; }
  .footer-social__icon-link:focus, .footer-social__icon-link:hover {
    color: #00205B; }
    .footer-social__icon-link:focus:after, .footer-social__icon-link:hover:after {
      transform: scale(1); }

@media print, screen and (min-width: 64em) {
  @supports (display: flex) {
    .footer-social {
      display: flex;
      align-items: center; }
      .footer-social .footer-social__image-links:first-of-type {
        border-right: 1px solid; }
      .footer-social .footer-social__image-links:last-of-type {
        border-left: 1px solid; }
    .footer-social__section {
      padding: .5em 1.25em 0; } } }

@media screen and (min-width: 80.625em) {
  @supports (display: flex) {
    .footer-social__section {
      padding: .5em 5em; } } }

@media screen and (min-width: 83.125em) {
  @supports (display: flex) {
    .footer-social__section {
      padding: .5em 8em; } } }

.footer-bottom {
  max-width: 78.125rem;
  margin: auto;
  padding: 3em 1.5em 1em; }
  .footer-bottom > section {
    max-width: max-content;
    margin: auto; }
  .footer-bottom svg {
    max-width: 100%; }
  .footer-bottom > p:last-of-type {
    text-align: center; }

.footer-bottom__shield {
  display: block;
  line-height: 1;
  text-align: center; }

.footer-bottom__contact-button-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 1.5em 0 3em; }
  .footer-bottom__contact-button-list > li:last-of-type a {
    margin-right: 0; }

.footer-bottom__contact-button {
  background-color: #283FAF;
  border-radius: 2px;
  display: inline-block;
  margin: 0 .25em .5em 0;
  padding: .5em 1em;
  text-decoration: none;
  will-change: background-color; }
  .footer-bottom__contact-button i, .footer-bottom__contact-button span {
    display: inline-block; }
  .footer-bottom__contact-button i {
    text-align: center;
    transition: transform .2s ease-out;
    width: 1.5em; }
  .footer-bottom__contact-button span {
    line-height: 1.5;
    margin-left: .5em;
    vertical-align: sub; }
  .footer-bottom__contact-button strong {
    font-size: .85rem; }
  @supports (display: inline-flex) {
    .footer-bottom__contact-button {
      align-items: center;
      display: inline-flex; } }
  .footer-bottom__contact-button:hover, .footer-bottom__contact-button:focus {
    background-color: #20399e; }
    .footer-bottom__contact-button:hover i, .footer-bottom__contact-button:focus i {
      transform: translateY(-4px); }

.footer-bottom__search-form {
  margin: 4em auto 2.5em 0;
  max-width: 23.125rem;
  position: relative; }
  .footer-bottom__search-form input[type="text"] {
    opacity: 0.6;
    transition: opacity .25s ease-out; }
    .footer-bottom__search-form input[type="text"]:hover, .footer-bottom__search-form input[type="text"]:focus {
      opacity: 1; }
  .footer-bottom__search-form [type="submit"] {
    background-color: transparent;
    border: none;
    bottom: 0;
    height: 100%;
    padding: .5em 1em;
    position: absolute;
    right: 0; }
  .footer-bottom__search-form:hover input[type="text"], .footer-bottom__search-form:focus input[type="text"] {
    opacity: 1; }

.footer-bottom__bottom-links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 1em; }
  .footer-bottom__bottom-links:last-of-type {
    margin-bottom: 5em; }
  .footer-bottom__bottom-links li:after {
    background-color: currentColor;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 1em;
    opacity: .3;
    transform: translateY(1px);
    width: 1px; }
  .footer-bottom__bottom-links li:last-of-type:after {
    content: none; }
  .footer-bottom__bottom-links a {
    text-decoration: none; }
    .footer-bottom__bottom-links a:focus, .footer-bottom__bottom-links a:hover {
      text-decoration: underline; }

@media print, screen and (min-width: 64em) {
  .footer-bottom {
    overflow: hidden;
    padding: 4em 3em 1em; }
    .footer-bottom > section:first-of-type {
      float: left;
      margin-top: 0;
      margin-left: 0; }
    .footer-bottom > section:last-of-type {
      float: right;
      margin-right: 0; }
    .footer-bottom > p:last-of-type {
      clear: both; }
  .footer-bottom__shield {
    text-align: left; }
  .footer-bottom__search-form {
    margin-top: 2.75em;
    max-width: none;
    width: 30em; }
  .footer-bottom__bottom-links {
    justify-content: flex-end; }
  @supports (display: grid) {
    .footer-bottom {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0 3em; }
      .footer-bottom > section:first-of-type, .footer-bottom > section:last-of-type {
        float: none; }
      .footer-bottom > p:last-of-type {
        grid-column: 1 / 3; } } }

@media screen and (min-width: 83.125em) {
  .footer-bottom {
    padding-left: 0;
    padding-right: 0; } }

.global-footer {
  font-size: 1rem;
  line-height: 1.616;
  /*padding: 0; */
    
}
  .global-footer h2 {
    line-height: inherit; }
  .global-footer a {
    border: none; }
  .global-footer h2, .global-footer button {
    color: inherit; }
  .global-footer svg {
    fill: currentColor; }
  .global-footer ul {
    margin-left: 0; }
  .global-footer ul, .global-footer dl, .global-footer p, .global-footer form, .global-footer input[type="text"] {
    font-size: inherit;
    line-height: inherit; }
  @media print, screen and (min-width: 64em) {
    .global-footer input[type="text"] {
      font-size: 1.125rem; } }

.footer-top dt {
  margin-bottom: 0; }

.footer-social__section h2 {
  line-height: inherit; }

a.footer-social__icon-link {
  border: 3px solid #ffffff; }

.footer-bottom__search-form input[type="text"] {
  background-color: inherit;
  border-radius: 2px;
  color: inherit;
  height: auto;
  margin-bottom: 1em;
  padding: .5em; }
  .footer-bottom__search-form input[type="text"]::placeholder {
    color: inherit; }
