@charset "UTF-8";
/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300i,400,400i,700,700i|Roboto+Slab:300,400,700|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent; }

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 4.375rem; }

h2, .h2 {
  font-size: 3.125rem; }

h3, .h3 {
  font-size: 2.5rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.dialog-overlay {
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

.dialog {
  z-index: 102; }

.dialog-overlay[aria-hidden="true"],
.dialog[aria-hidden="true"] {
  display: none; }

.dialog-overlay:not([aria-hidden="true"]),
.dialog:not([aria-hidden="true"]) {
  display: grid; }

.sr-only {
  opacity: 0;
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

header {
  width: 100%;
  top: 0; }

.home .main {
  margin-top: -122px; }

#main-nav {
  height: 122px;
  transition: height 0.25s;
  background: #001e44;
  /* Old browsers */
  background: -moz-linear-gradient(left, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e44', endColorstr='#000321', GradientType=1);
  /* IE6-9 */ }
  #main-nav .brand {
    display: grid;
    grid-template-columns: 166px auto;
    grid-gap: 10px;
    max-width: 1440px;
    padding: 0 36px; }
    @media (min-width: 768px) {
      #main-nav .brand {
        align-items: center;
        padding: 0 40px;
        grid-template-columns: 210px auto; } }
    @media (min-width: 1080px) {
      #main-nav .brand {
        padding: 0 52px;
        align-items: inherit; } }
    @media (min-width: 1440px) {
      #main-nav .brand {
        padding: 0 62px;
        align-items: center; } }
    #main-nav .brand ul {
      justify-self: end;
      display: flex;
      grid-column: 2;
      grid-row: 2; }
      #main-nav .brand ul li {
        list-style-type: none;
        color: #ffffff;
        position: relative;
        top: 18px; }

@media screen and (max-width: 375px) {
  #main-nav .brand {
    padding: 0 20px; } }

#main-nav a:focus, #main-nav button:focus {
  border: 1px dotted #ffffff; }

.home #main-nav {
  background: none;
  filter: none; }

.home #main-nav.min {
  background: #001e44;
  /* Old browsers */
  background: -moz-linear-gradient(left, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e44', endColorstr='#000321', GradientType=1);
  /* IE6-9 */ }

#main-nav .header-wrap {
  align-content: center;
  height: 100%;
  display: grid;
  margin: 0 auto;
  max-width: 1440px; }

#main-nav .header-logo {
  grid-column: 1;
  grid-row: 1 / span 2; }
  @media (min-width: 1080px) {
    #main-nav .header-logo {
      margin-top: 24px; } }
  @media (min-width: 1440px) {
    #main-nav .header-logo {
      margin-top: 0; } }

#main-nav #header-logo {
  width: 160px; }
  @media (min-width: 768px) {
    #main-nav #header-logo {
      width: 157px; } }
  @media (min-width: 1080px) {
    #main-nav #header-logo {
      width: 163px; } }
  @media (min-width: 1440px) {
    #main-nav #header-logo {
      width: 200px; } }

#main-nav .brand ul {
  justify-self: end;
  display: none;
  grid-column: 2;
  grid-row: 2; }
  @media (min-width: 1080px) {
    #main-nav .brand ul {
      display: flex; } }

#main-nav .brand li {
  list-style-type: none;
  color: #ffffff; }

#main-nav .brand ul li a {
  text-decoration: none;
  padding: 0.75rem 0.5rem 1.75rem 0.75rem;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.125rem; }
  @media (min-width: 1080px) {
    #main-nav .brand ul li a {
      padding: 12px 0 20px 8px; } }
  @media (min-width: 1440px) {
    #main-nav .brand ul li a {
      padding: 0.75rem 0.5rem 1.75rem 1rem; } }
  #main-nav .brand ul li a.current {
    color: #ccf0ff;
    text-shadow: -0.25px -0.25px 0 #ccf0ff, 0.25px 0.25px #ccf0ff; }
  #main-nav .brand ul li a:hover {
    color: #ccf0ff;
    text-shadow: -0.25px -0.25px 0 #ccf0ff, 0.25px 0.25px #ccf0ff; }

@media (min-width: 1080px) {
  #main-nav .brand ul li:first-child a {
    padding: 12px 0 20px; } }

@media (min-width: 1440px) {
  #main-nav .brand ul li:first-child a {
    padding: 0.75rem 0.25rem 1.75rem 0; } }

#main-nav .brand ul.dropdown {
  padding-left: 0; }
  @media (min-width: 1080px) {
    #main-nav .brand ul.dropdown {
      position: relative;
      top: 3px;
      right: -7px; } }
  @media (min-width: 1440px) {
    #main-nav .brand ul.dropdown {
      top: 0;
      right: -14px; } }

#main-nav .brand ul li.nobtn {
  padding-right: 18px; }

#main-nav .brand ul li.dropbtn:before {
  display: none; }

#main-nav .brand ul li.dropbtn.open:hover::before {
  display: inline-block;
  left: 45%;
  content: "";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='29' height='10' fill='white' stroke='none'><path d='M00,40 L60,40 L18,0 L0,20 Z'></path></svg>") no-repeat;
  height: 10px; }
  @media (min-width: 1080px) {
    #main-nav .brand ul li.dropbtn.open:hover::before {
      width: 41px;
      position: absolute;
      top: 33px; } }
  @media (min-width: 1440px) {
    #main-nav .brand ul li.dropbtn.open:hover::before {
      width: 34px;
      position: absolute;
      top: 36px; } }

#main-nav .brand ul li.dropbtn:first-child::after {
  position: relative;
  left: -3px; }

.brand ul li.open .dropdown-content {
  display: flex;
  justify-content: space-between; }

.brand ul li.has-submenu button {
  border: none;
  background-color: transparent; }
  @media (min-width: 1080px) {
    .brand ul li.has-submenu button {
      padding: 0 6px;
      position: relative;
      left: -4px; } }
  @media (min-width: 1440px) {
    .brand ul li.has-submenu button {
      padding: 0 10px;
      position: relative;
      left: -12px; } }

@media (min-width: 1080px) {
  .brand ul li:last-child.has-submenu button {
    padding: 0 0 0 6px; } }

@media (min-width: 1440px) {
  .brand ul li:last-child.has-submenu button {
    padding: 0 0 0 10px; } }

.brand ul li.has-submenu button > span:after {
  display: inline-block;
  width: .8em;
  height: .8em;
  content: "+";
  color: #ffffff;
  padding-bottom: 31px;
  margin: 0; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  border-radius: 0.625rem;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
  @media (min-width: 1080px) {
    .dropdown-content {
      margin-top: -3px; } }
  @media (min-width: 1440px) {
    .dropdown-content {
      margin-top: 0px; } }

#main-nav .brand ul li:nth-last-child(-n+5) .dropdown-content {
  position: absolute;
  right: 0; }

.dropdown-content .submenu {
  margin: 1.75rem 2rem 3rem; }

#main-nav .brand .submenu.links ul {
  display: block;
  padding-left: 0; }

.submenu.links {
  width: 200px; }

#main-nav .brand ul li .submenu.links a {
  font-family: 'Roboto', sans-serif;
  color: #001e44;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-weight: 500;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.5); }
  #main-nav .brand ul li .submenu.links a:hover {
    color: #005fa9;
    font-style: italic; }

.submenu.card {
  width: 300px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  border-radius: 0.625rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }

.submenu.card img {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  max-width: 100%; }

.submenu.card .card-body {
  padding: 0 1rem 1rem; }

#main-nav .brand .submenu.card .card-body h3 {
  padding: 0;
  line-height: 1.25rem;
  margin-top: 1.4375rem; }

#main-nav .brand .submenu.card .card-body p {
  color: #314d64;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0; }
  @media (min-width: 1080px) {
    #main-nav .brand .submenu.card .card-body p {
      margin: 1rem 0 0 0; } }

#main-nav .brand .submenu.card .card-body a {
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  color: #005fa9;
  padding: 0; }
  #main-nav .brand .submenu.card .card-body a:hover {
    color: #1e407c; }

.header-buttons {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-buttons {
    display: none; } }

.nav-button {
  height: 60px;
  margin-left: auto;
  margin-right: 1rem;
  margin-top: 2rem; }
  @media (min-width: 768px) {
    .nav-button {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0; } }

.story .header-buttons {
  position: relative;
  top: 0; }
  .story .header-buttons .btn-wrap {
    margin-top: 0; }

.brand .header-buttons .hotline-button {
  display: none; }
  @media (min-width: 768px) {
    .brand .header-buttons .hotline-button {
      display: inline-block; } }

.more-menu-buttons {
  margin-top: 4px; }
  @media (min-width: 768px) {
    .more-menu-buttons {
      margin-top: 0; } }

@media (max-width: 524px) {
  .header-buttons {
    top: 30%; }
  .more-menu-buttons {
    position: relative;
    top: 0; } }
  @media (max-width: 524px) and (min-width: 768px) {
    .more-menu-buttons {
      top: 0; } }

@media (max-width: 524px) {
    .more-menu-buttons .icon-search-1::before {
      margin-right: 0; } }

.toggle-search {
  display: inline-block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  top: -4px;
  left: -6px;
  color: #ffffff; }
  @media (min-width: 768px) {
    .toggle-search {
      margin-left: 0;
      left: 0; } }
  .toggle-search:hover {
    opacity: 0.7; }
  .toggle-search i {
    font-size: 1.5rem;
    position: relative;
    top: 3px; }

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: #001e44;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  top: -3px;
  left: -5px;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .hamburger {
      left: 0; } }

.story .hamburger {
  color: #ffffff;
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 1.125rem 1.75rem 1.35rem; }
  .story .hamburger:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3); }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: 6px;
  padding-right: 8px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #001e44;
  border-radius: 3px;
  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: -8px; }

.hamburger-inner::after {
  bottom: -8px; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 24px; }

.story .hamburger-inner, .story .hamburger-inner::before, .story .hamburger-inner::after {
  background-color: #ffffff; }

#main-nav.min {
  height: 71px;
  transition: height 0.25s; }
  @media (min-width: 1080px) {
    #main-nav.min {
      height: 87px; } }
  @media (min-width: 1440px) {
    #main-nav.min {
      height: 71px; } }

#main-nav.min .brand {
  grid-template-columns: 80px auto;
  grid-row-gap: 0;
  padding: 0 36px; }
  @media (min-width: 768px) {
    #main-nav.min .brand {
      padding: 0 40px; } }
  @media (min-width: 1080px) {
    #main-nav.min .brand {
      grid-template-columns: 210px auto;
      padding: 0 52px; } }
  @media (min-width: 1440px) {
    #main-nav.min .brand {
      grid-template-columns: 60px auto;
      padding: 0 62px; } }

@media (min-width: 1080px) {
  #main-nav.min .header-logo {
    margin-top: 16px; } }

@media (min-width: 1440px) {
  #main-nav.min .header-logo {
    margin-top: 0; } }

#main-nav.min img#header-logo {
  grid-row: 1 / span 1;
  width: auto;
  padding: 12px 0; }
  @media (min-width: 1080px) {
    #main-nav.min img#header-logo {
      grid-row: 1 / span 2; } }
  @media (min-width: 1440px) {
    #main-nav.min img#header-logo {
      grid-row: 1 / span 1; } }

#main-nav.min ul.dropdown {
  grid-column: 2;
  grid-row: 1;
  justify-self: start; }
  @media (min-width: 1080px) {
    #main-nav.min ul.dropdown {
      grid-column: 2;
      grid-row: 2;
      justify-self: end;
      position: relative;
      top: 12px;
      right: -6px; } }
  @media (min-width: 1440px) {
    #main-nav.min ul.dropdown {
      grid-column: 2;
      grid-row: 1;
      justify-self: start;
      position: relative;
      top: 6px;
      right: 0; } }

#main-nav.min .brand ul li {
  position: relative;
  top: 6px; }
  #main-nav.min .brand ul li .dropdown-content {
    margin-top: 14px; }
    @media (min-width: 1080px) {
      #main-nav.min .brand ul li .dropdown-content {
        margin-top: -11.5px; } }
    @media (min-width: 1440px) {
      #main-nav.min .brand ul li .dropdown-content {
        margin-top: 0.5px; } }
  #main-nav.min .brand ul li .header-buttons {
    grid-column: 2;
    grid-row: 1; }

@media (min-width: 1080px) {
  #main-nav.min .brand ul li:nth-last-child(5) .dropdown-content {
    position: absolute;
    left: auto;
    right: 0; } }

@media (min-width: 1440px) {
  #main-nav.min .brand ul li:nth-last-child(5) .dropdown-content {
    position: absolute;
    left: 0;
    right: auto; } }

#main-nav.min .brand ul li.dropbtn:before {
  display: none; }

#main-nav.min .brand ul li.dropbtn.open:hover::before {
  display: inline-block;
  left: 2rem;
  content: "";
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='27' height='11' fill='white' stroke='none'><path d='M00,40 L60,40 L18,0 L0,20 Z'></path></svg>") no-repeat;
  height: 10px;
  width: 32px; }
  @media (min-width: 1080px) {
    #main-nav.min .brand ul li.dropbtn.open:hover::before {
      position: absolute;
      top: 25px; } }
  @media (min-width: 1440px) {
    #main-nav.min .brand ul li.dropbtn.open:hover::before {
      position: absolute;
      top: 37px; } }

@media (min-width: 1080px) {
  #main-nav.min .brand ul li.has-submenu button {
    padding: 0 6px;
    position: relative;
    left: -4px; } }

@media (min-width: 1440px) {
  #main-nav.min .brand ul li.has-submenu button {
    padding: 0 10px;
    position: relative;
    left: -8px; } }

@media (min-width: 1080px) {
  #main-nav.min .brand ul li:last-child.has-submenu button {
    padding: 0 0 0 6px; } }

@media (min-width: 1440px) {
  #main-nav.min .brand ul li:last-child.has-submenu button {
    padding: 0 0 0 10px; } }

#main-nav.min .brand ul li a {
  padding: 10px 0.5rem 20px 0.75rem; }
  @media (min-width: 1080px) {
    #main-nav.min .brand ul li a {
      padding: 0.75rem 0 12px 0.5rem; } }
  @media (min-width: 1440px) {
    #main-nav.min .brand ul li a {
      padding: 0.75rem 0 1.75rem 0.5rem; } }

@media (min-width: 1080px) {
  #main-nav.min .brand ul li:first-child > a {
    padding: 28px 0.5rem 12px 0; } }

@media (min-width: 1440px) {
  #main-nav.min .brand ul li:first-child > a {
    padding: 28px 0 28px; } }

#main-nav.min .brand .dropdown-content ul li:first-child > a {
  padding: 8px 16px; }

#main-nav.min .header-buttons a.btn.dark {
  display: none; }
  @media (min-width: 768px) {
    #main-nav.min .header-buttons a.btn.dark {
      display: inline-block; } }

#main-nav.min .brand ul li.dropbtn:after {
  left: -6px; }
  @media (min-width: 1440px) {
    #main-nav.min .brand ul li.dropbtn:after {
      left: -7px; } }

@media (min-width: 768px) {
  #main-nav.min .header-buttons {
    position: relative;
    top: 18px; } }

@media (min-width: 1080px) {
  #main-nav.min .header-buttons {
    display: flex;
    position: relative;
    top: 26px; } }

@media (min-width: 1440px) {
  #main-nav.min .header-buttons {
    position: relative;
    top: 0; } }

#main-nav.min .header-buttons .hotline-button {
  display: none; }
  @media (min-width: 768px) {
    #main-nav.min .header-buttons .hotline-button {
      display: inline-block; } }
  @media (min-width: 1080px) {
    #main-nav.min .header-buttons .hotline-button {
      padding: 4px 28px; } }
  @media (min-width: 1440px) {
    #main-nav.min .header-buttons .hotline-button {
      padding: 6px 24px; } }

@media (min-width: 1080px) {
  #main-nav.min .header-buttons .cta-button {
    padding: 2.5px 26px; }
    #main-nav.min .header-buttons .cta-button:hover {
      padding: 4px 28px; } }

@media (min-width: 1440px) {
  #main-nav.min .header-buttons .cta-button {
    padding: 4px 22px; }
    #main-nav.min .header-buttons .cta-button:hover {
      padding: 6px 24px; } }

#main-nav.min .more-menu-buttons {
  position: relative;
  top: 7px; }
  @media (min-width: 768px) {
    #main-nav.min .more-menu-buttons {
      top: 0; } }

@media screen and (max-width: 524px) {
  #main-nav.min .more-menu-buttons {
    position: relative;
    top: 17px; } }

#main-nav.min .hamburger {
  padding: 0; }

.full-menu button {
  font-size: 100%; }

.full-menu .full-menu-mark {
  grid-column: 1 / 3;
  grid-row: 1; }
  @media (min-width: 768px) {
    .full-menu .full-menu-mark {
      grid-column: 1 / 2;
      margin: 2rem 0 0 0; } }
  @media (min-width: 1080px) {
    .full-menu .full-menu-mark {
      display: none; } }

.full-menu a {
  text-decoration: none; }

.full-menu .cta-container {
  grid-column: 1 / 5;
  margin: 1rem 0 0 2rem; }
  @media (min-width: 768px) {
    .full-menu .cta-container {
      grid-column: 3 / 7;
      grid-row: 1;
      margin: 2rem 0 0 0; } }
  @media (min-width: 1080px) {
    .full-menu .cta-container {
      grid-column: 1 / 5;
      margin: 0; } }

.full-menu .cta-button {
  padding: 4px 20px; }
  @media (min-width: 768px) {
    .full-menu .cta-button {
      padding: 4px 24px; } }
  @media (min-width: 1080px) {
    .full-menu .cta-button {
      padding: 4px 28px; } }

.full-menu .cta-button:hover {
  padding: 6px 22px; }
  @media (min-width: 768px) {
    .full-menu .cta-button:hover {
      padding: 6px 26px; } }
  @media (min-width: 1080px) {
    .full-menu .cta-button:hover {
      padding: 6px 30px; } }

.full-menu .hotline-button {
  padding: 4px 16px; }
  @media (min-width: 768px) {
    .full-menu .hotline-button {
      padding: 0.25rem 1rem; } }

.full-menu .close-menu {
  text-transform: uppercase;
  grid-column: 3 / 5;
  height: 2rem;
  position: relative;
  top: -17px;
  font-family: Roboto,"Franklin Gothic Medium",Tahoma,sans-serif; }
  @media (min-width: 768px) {
    .full-menu .close-menu {
      grid-column: 7 / 9;
      grid-row: 1;
      top: 0; } }
  @media (min-width: 1080px) {
    .full-menu .close-menu {
      grid-column: 5 / 7;
      margin: 0; } }

.full-menu .close-menu [class^="icon-"]::before {
  width: 0.75rem; }

.full-menu .search-form {
  grid-column: 1 / 5;
  margin: 1.5rem 2rem 1.5rem 2rem; }
  @media (min-width: 768px) {
    .full-menu .search-form {
      grid-column: 3 / 9;
      margin: 2rem 2rem 0 0; } }
  @media (min-width: 1080px) {
    .full-menu .search-form {
      grid-column: 1 / 7;
      margin: 3rem 0 0.25rem 0; } }
  @media (min-width: 1440px) {
    .full-menu .search-form {
      grid-column: 1 / 7;
      margin: 3rem 0; } }

.full-menu select {
  border: 1px solid #444444;
  border-radius: 22px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/header/dropdown.png.html");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  background-color: #f8f8f8;
  height: 41px;
  width: 9rem;
  padding: 0 28px 0 14px;
  font-weight: 600; }

.full-menu select option {
  font-weight: 400; }

.full-menu input[type="search"] {
  border: 1px solid #444444;
  color: #444444;
  flex: 1 1 auto;
  background-color: #f8f8f8;
  padding: 0 0 0 16px;
  width: 100px; }
  @media (min-width: 768px) {
    .full-menu input[type="search"] {
      padding: 0 16px; } }
  @media (min-width: 1080px) {
    .full-menu input[type="search"] {
      font-size: 1.375rem;
      font-weight: 700;
      font-style: italic; } }

.full-menu input[type="search"]::placeholder {
  color: #737373;
  content: 'Search'; }

.full-menu .search-form button {
  background-color: #f8f8f8;
  border: 1px solid #444444;
  border-radius: 22px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  cursor: pointer;
  padding: 0 0.5rem 0 0; }
  @media (min-width: 768px) {
    .full-menu .search-form button {
      padding: 0 1rem 0 0; } }

.full-menu.show-menu {
  transform: translateX(0); }

.close-menu {
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: right; }

.icon-cancel::before {
  font-size: 2rem;
  float: none; }

.full-menu h4 {
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 1rem;
  margin-top: 0.85rem; }

.full-menu ul, .full-menu li {
  padding: 0;
  margin: 0;
  list-style: none; }

.full-menu .audience-menu {
  grid-column: 1 / 5;
  margin: 2rem; }
  @media (min-width: 1080px) {
    .full-menu .audience-menu {
      grid-column: 1 / 4; } }

.full-menu a {
  color: #001e44; }
  .full-menu a:hover {
    text-decoration: none;
    color: #005fa9;
    font-style: italic; }

.full-menu ul.dropdown {
  grid-column: 1 / -1;
  margin: 1rem 2rem; }
  @media (min-width: 768px) {
    .full-menu ul.dropdown {
      grid-column: 1 / 5;
      grid-row: 3 / 5;
      margin: 1.5rem 2rem; } }
  @media (min-width: 1080px) {
    .full-menu ul.dropdown {
      display: none; } }

.full-menu .dropdown button {
  display: inline-block;
  float: right;
  position: relative;
  top: 0;
  border: none;
  background-color: transparent;
  cursor: pointer; }

.full-menu ul li.has-submenu button > span::after {
  display: inline-block;
  width: .8em;
  height: .8em;
  content: "+";
  color: #001e44;
  margin: 0;
  font-size: 1.5rem; }

.full-menu ul li.has-submenu button:hover > span::after {
  color: #005fa9; }

.full-menu .dropdown .open button {
  position: relative;
  top: -9px; }

.full-menu ul li.has-submenu.open button > span::after {
  content: "_";
  font-size: 1.5rem; }

.full-menu > ul > li {
  display: block;
  justify-content: space-between; }

.full-menu ul li.open .dropdown-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  box-shadow: none; }

.full-menu ul li.open .dropdown-content ul li {
  display: flex;
  justify-content: space-between; }

.full-menu ul.dropdown > li > a {
  font-size: 1.5625rem;
  font-weight: 500;
  padding: 0.5rem 0 0.5rem 0;
  display: inline-block; }

.full-menu ul.dropdown > li > a:first-child {
  padding: 0 0 0.5rem 0; }

.full-menu ul.dropdown li .dropdown-content li a {
  font-size: 1rem;
  border-bottom: 1px dashed #707070;
  width: 100%;
  padding: 5px 0; }

.full-menu .dropdown-content .submenu {
  margin: 1.75rem 0 3rem 2rem; }

.full-menu > ul > li:last-child .dropdown-content .submenu {
  margin: 1.75rem 0 1rem 2rem; }

.full-menu .submenu.links {
  width: 100%;
  font-weight: 500; }

.full-menu .audience-menu {
  margin: 0.5rem 2rem; }
  @media (min-width: 768px) {
    .full-menu .audience-menu {
      grid-column: 6 / 9;
      margin: 1rem 2rem 1.5rem 0; } }
  @media (min-width: 1080px) {
    .full-menu .audience-menu {
      margin: 0;
      grid-column: 1 / 4; } }

.full-menu .audience-menu h4, .full-menu .helpful-links-menu h4, .full-menu .social-menu h4 {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .full-menu .audience-menu h4, .full-menu .helpful-links-menu h4, .full-menu .social-menu h4 {
      margin-bottom: 0.25rem; } }
  @media (min-width: 1080px) {
    .full-menu .audience-menu h4, .full-menu .helpful-links-menu h4, .full-menu .social-menu h4 {
      margin-bottom: 0; } }

.full-menu .audience-menu a {
  font-weight: 500;
  padding: 0.25rem 0;
  display: block;
  font-size: 1.375rem; }
  @media (min-width: 768px) {
    .full-menu .audience-menu a {
      font-size: 1.375rem; } }
  @media (min-width: 1080px) {
    .full-menu .audience-menu a {
      font-size: 1.5625rem; } }
  .full-menu .audience-menu a:hover {
    font-weight: 600; }

.full-menu .helpful-links-menu {
  grid-column: 1 / 5;
  font-weight: 600;
  margin: 1rem 2rem; }
  @media (min-width: 768px) {
    .full-menu .helpful-links-menu {
      grid-column: 6 / 9;
      margin: 1.5rem 2rem 1rem 0; } }
  @media (min-width: 1080px) {
    .full-menu .helpful-links-menu {
      grid-column: 5 / 7;
      margin: 0; } }

.full-menu .helpful-links-menu ul {
  margin-left: 2rem; }
  @media (min-width: 768px) {
    .full-menu .helpful-links-menu ul {
      margin-left: 0; } }

.helpful-links-menu li {
  border-bottom: 1px dashed #707070; }

.helpful-links-menu a {
  padding: 10px 0 7px 0;
  display: block;
  text-transform: uppercase; }

.full-menu .social-menu {
  grid-column: 1 / -1;
  text-align: left;
  display: block; }
  @media (min-width: 768px) {
    .full-menu .social-menu {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      text-align: right;
      margin: 1rem 2rem 0 0; } }
  @media (min-width: 1080px) {
    .full-menu .social-menu {
      margin: 0;
      position: absolute;
      bottom: 4rem;
      right: 0; } }

.full-menu .social-heading {
  display: inline-block;
  font-weight: 500; }
  .full-menu .social-heading:after {
    content: '//';
    padding: 0 1rem 0 0.5rem; }

.full-menu .social-menu ul {
  list-style: none;
  display: flex;
  margin-bottom: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .full-menu .social-menu ul {
      justify-content: flex-end;
      margin-bottom: 0; } }

.full-menu .social-menu ul li {
  margin-left: 0.5rem; }
  @media (min-width: 768px) {
    .full-menu .social-menu ul li {
      margin-left: 1rem; } }
  .full-menu .social-menu ul li a i {
    font-size: 1.75rem;
    color: #005fa9; }
    .full-menu .social-menu ul li a i:hover {
      color: rgba(0, 95, 169, 0.8); }

.full-menu .social-menu ul li:first-child {
  margin-left: 0; }
  @media (min-width: 768px) {
    .full-menu .social-menu ul li:first-child {
      margin-left: 1rem; } }
  .full-menu .social-menu ul li:first-child i::before {
    margin-left: 0; }

.full-menu .main-nav {
  grid-column: 1 / -1; }
  @media (min-width: 1080px) {
    .full-menu .main-nav {
      display: none; } }

.full-menu .news-menu {
  grid-column: 1 / -1; }
  @media (min-width: 1080px) {
    .full-menu .news-menu {
      display: none; } }

.full-menu[aria-hidden="true"] {
  display: none; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.align-baseline {
  vertical-align: baseline !important; }

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

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #0066CC; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

.box-it {
  border: 1px inset red; }

.hide {
  display: none;
  visibility: hidden; }

.hamburger {
  color: #001e44; }

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  background-color: #001e44; }

a:focus {
  outline: 3px solid #009CDE; }

a img {
  text-decoration: none;
  border: 0; }

.header-mark {
  position: relative;
  height: 80px;
  z-index: 10; }
  .header-mark img {
    margin-top: 2rem;
    max-width: 195px;
    margin-bottom: 2rem; }

.story .home-button {
  display: inline-block; }

@media (max-width: 767.98px) {
  .story .home-button {
    display: none; } }

.home-button {
  background-color: rgba(0, 0, 0, 0.2);
  padding-top: 1rem;
  height: 60px;
  position: relative;
  z-index: 10;
  margin-top: 0;
  top: 0;
  right: 0;
  text-align: center; }
  .home-button a:link, .home-button a:visited {
    color: white;
    text-decoration: none; }
  .home-button a:hover {
    border-width: thin;
    color: white; }
  .home-button img {
    width: 14px; }
  .home-button span {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-transform: lowercase;
    font-size: 1.125rem !important;
    margin-left: .25rem;
    color: white;
    vertical-align: middle;
    font-style: italic; }

.search-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.2); }
  .search-icon img {
    padding: 1.25rem 0;
    width: 20px; }

.home-button:hover, .search-icon:hover {
  background-color: rgba(0, 0, 0, 0.3); }

@media (max-width: 991.98px) {
  .search-icon {
    padding-left: 0;
    padding-right: 0; }
    .search-icon img {
      padding: 1.25rem 0; } }

@media (max-width: 767.98px) {
  .search-icon {
    display: none; } }

@media (max-width: 575.98px) {
  .home-button {
    background-color: rgba(0, 0, 0, 0.2);
    padding-top: 1rem;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center; }
    .home-button span {
      max-height: 0px;
      padding: 0;
      margin: 0;
      position: absolute;
      text-indent: -1800px; }
  .search-icon {
    position: absolute;
    right: 0;
    top: 3.15rem; } }

.story {
  position: relative;
  border: 15px solid white;
  background-color: transparent;
  overflow: hidden;
  height: 100vh; }
  .story .row {
    height: 100vh; }
  .story .hero-text-wrap {
    width: 100%; }
    .story .hero-text-wrap .to-bottom {
      bottom: 0;
      margin-bottom: 3rem; }

.hero {
  position: relative;
  height: 100vh;
  background-color: transparent;
  background-size: cover;
  background-repeat: none;
  background-position: center; }
  .hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(3, 3, 3, 0.5) 1%, rgba(82, 82, 82, 0) 15%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(3, 3, 3, 0.5) 1%, rgba(82, 82, 82, 0) 15%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(3, 3, 3, 0.5) 1%, rgba(82, 82, 82, 0) 15%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00ffffff',GradientType=0 ); }
  .hero video {
    height: 100vh;
    width: 100vw;
    margin: 0 auto;
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    overflow: hidden;
    background-color: transparent; }
    .hero video:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(3, 3, 3, 0.5) 1%, rgba(82, 82, 82, 0) 15%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(3, 3, 3, 0.5) 1%, rgba(82, 82, 82, 0) 15%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(3, 3, 3, 0.5) 1%, rgba(82, 82, 82, 0) 15%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00ffffff',GradientType=0 ); }
  .hero .container {
    position: relative;
    padding: 0; }
  .hero .large-header {
    position: relative;
    bottom: 0;
    margin: 0 auto 0;
    padding-bottom: 0;
    text-align: center; }
    .hero .large-header h1 {
      position: relative;
      z-index: 12;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-size: 4.375rem !important;
      line-height: 4.5rem !important;
      font-weight: 400;
      margin: 0 11% 1%;
      padding: 1.95rem 2rem;
      color: white;
      letter-spacing: 0.015rem;
      width: auto;
      background-color: rgba(0, 0, 0, 0.2);
      border: 4px solid white; }
  .hero p {
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.9rem;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    color: #001E44;
    z-index: 12; }
    .hero p span {
      display: inline;
      background-color: white;
      padding: 0.15rem 0.8rem;
      box-decoration-break: clone;
      -webkit-box-decoration-break: clone; }
  .hero .down-arrow {
    position: absolute;
    bottom: 0;
    margin: 0 auto 3rem;
    text-align: center;
    z-index: 11;
    opacity: .84; }

@media (max-width: 1199.98px) {
  .hero .large-header h1 {
    font-size: 3.75rem !important;
    line-height: 4.0625rem !important;
    margin: .5% 11%;
    padding: 1.5rem 1.5rem; } }

@media (max-width: 991.98px) {
  .hero .large-header h1 {
    font-size: 3.4375rem !important;
    line-height: 3.625rem !important;
    margin: 1% 7%;
    padding: 1.25rem 1.5rem; } }

@media (max-width: 767.98px) {
  .story {
    border: 10px solid white;
    background-color: transparent; }
  img.header-mark {
    margin-bottom: 2rem; }
  .hero .large-header h1 {
    font-size: 2.125rem !important;
    line-height: 2.4375rem !important;
    margin: 1% 3%;
    padding: 1.25rem .75rem;
    font-weight: 500; }
  p {
    margin-top: 0;
    padding: 0.15rem 0.8rem 0.15rem 0;
    font-size: 1.4375rem !important;
    line-height: 1.75rem !important; }
    p span {
      padding: 0.25rem 0.8rem; }
  .down-arrow {
    text-align: center; }
  .home-button {
    height: 50px; }
    .home-button span {
      max-height: 0px;
      padding: 0;
      margin: 0;
      position: absolute;
      text-indent: -1800px; } }

@media (max-width: 575.98px) {
  .hero {
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: transparent;
    overflow: visible; }
  .story {
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    overflow: hidden; }
  .hero .large-header h1 {
    font-size: 2rem !important;
    line-height: 2.375rem !important;
    margin: 1% 2.5%;
    padding: 1.1rem .65rem; } }

.home {
  background-color: #e9ecef;
  margin-bottom: 1rem; }
  .home img.img-fluid:first-child {
    margin-top: 2rem; }

.home-link {
  background-color: #1E407C;
  padding: 1rem; }
  .home-link .fa-home {
    color: white;
    font-size: 1.5rem; }

.header-buttons .btn-wrap {
  margin-top: 3rem; }

.one-community-wrap {
  padding-top: 1rem;
  padding-bottom: 1rem; }

:-ms-fullscreen {
  top: 0;
  transform: translate(0); }

@supports (-ms-ime-align: auto) {
  .hero video {
    transform: translate(0);
    margin: 0 auto;
    height: 100%;
    min-height: 100vh;
    min-width: 100vw;
    width: 100%;
    opacity: 1;
    position: absolute;
    top: -80px;
    left: 0;
    visibility: visible; } }

.story-pillar {
  font-family: "Roboto Condensed", sans-serif;
  color: #001E44;
  padding-top: 4.8rem; }
  .story-pillar span {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: right;
    display: block;
    margin: 42px 0; }
  .story-pillar p {
    line-height: 2.625rem;
    font-size: 1.875rem;
    font-weight: 400;
    letter-spacing: 0.005; }
    .story-pillar p:last-child {
      margin-bottom: 12rem; }

@media (min-width: 992px) {
  .story-pillar {
    padding-bottom: 10%; } }

@media (max-width: 767.98px) {
  .story-pillar {
    padding-top: 2.8rem; }
    .story-pillar span {
      font-size: 1.525rem;
      text-align: left;
      margin: 1.5rem 0 1rem; }
    .story-pillar p {
      line-height: 2.075rem;
      font-size: 1.425rem;
      font-weight: 400;
      letter-spacing: 0.005; }
      .story-pillar p:last-child {
        margin-bottom: 12rem; } }

.principle-section {
  color: black;
  font-weight: 400;
  padding-bottom: 2rem; }
  .principle-section .principle-card-wrap {
    position: relative;
    top: -100px; }
  .principle-section .principle-card {
    border-radius: 12px;
    box-shadow: 0 0 33px rgba(0, 0, 0, 0.35);
    font-family: "Roboto Condensed", sans-serif;
    padding-bottom: 1rem;
    overflow: hidden;
    position: relative;
    background-color: white; }
    .principle-section .principle-card .principle-img {
      position: relative;
      top: 0;
      height: 410px; }
      .principle-section .principle-card .principle-img img {
        right: 9%;
        position: absolute;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0); }
    .principle-section .principle-card .principle p {
      margin: 1.5rem 2rem;
      line-height: 1.375rem !important;
      font-size: 1.125rem !important;
      font-weight: 400;
      letter-spacing: 0.0125rem; }
      .principle-section .principle-card .principle p span {
        font-size: 1.375rem !important;
        font-weight: bolder;
        padding-left: 0 !important;
        padding-right: 0 !important; }
    .principle-section .principle-card .impact {
      border-top: 1px solid #6c757d;
      font-family: "Roboto Condensed", sans-serif;
      padding-top: 2rem; }
      .principle-section .principle-card .impact h2 {
        font-size: 1rem !important;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1.25rem !important;
        margin: 0 2rem 0;
        letter-spacing: 0.075rem; }
      .principle-section .principle-card .impact p {
        margin: 0 2rem 1.5rem;
        font-size: 1.125rem !important;
        line-height: 1.375rem !important;
        font-weight: 400;
        letter-spacing: 0.0125rem; }

.small-video-wrap {
  margin-top: 3rem;
  position: relative; }

.video-container {
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  width: 60%; }
  .video-container ::before {
    position: absolute;
    top: 50%;
    left: 31%;
    display: block;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: url("../images/common/playbutton-sm.png");
    z-index: 120;
    opacity: .9;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5); }
  .video-container :hover:before {
    opacity: 1; }
  .video-container img {
    position: relative;
    width: 100%;
    border: 4px solid #0066CC; }

.video-title-background {
  position: relative;
  background-color: rgba(30, 64, 124, 0.14);
  border: 1px solid #adb5bd;
  margin-left: 15px;
  margin-right: 15px;
  z-index: 0;
  width: 100%;
  min-height: auto;
  color: #343a40;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding-bottom: 1rem; }
  .video-title-background .video-title {
    position: relative;
    display: block;
    float: none; }
    .video-title-background .video-title p {
      font-size: 1.125rem !important;
      font-weight: bolder;
      margin-left: 15px; }
    .video-title-background .video-title span {
      font-weight: 500;
      margin-left: 15px; }

@media (min-width: 992px) {
  .video-container {
    display: block;
    padding-right: 0;
    width: 55% !important;
    z-index: 1; }
  .video-title-background {
    position: absolute;
    top: 1.5rem;
    right: 0;
    z-index: 0;
    width: 87%;
    min-height: 155px;
    margin-right: 15px; }
    .video-title-background .video-title {
      position: relative;
      float: right;
      right: 0;
      width: 33%;
      display: block;
      margin-right: 15px; }
      .video-title-background .video-title p, .video-title-background .video-title span {
        margin-left: 0; } }

@media (max-width: 991.98px) {
  .video-container {
    margin-right: 15px;
    width: 100%; }
    .video-container ::before {
      top: 35%;
      left: 50%;
      content: url("../images/common/playbutton-md.png"); } }

html[data-useragent*='MSIE 10.0'] .principle-section .col-xl-6 {
  width: 45%;
  max-width: 45%;
  float: left; }

html[data-useragent*='MSIE 10.0'] .principle-section .offsest-xl-1 {
  margin-left: 0; }

html[data-useragent*='MSIE 10.0'] .col-lg-5 {
  width: 45%;
  max-width: 45%;
  float: left; }

.article {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #1E407C; }
  .article p {
    font-size: 1.375rem !important;
    line-height: 2rem !important;
    line-height: 2rem;
    font-weight: 400;
    font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
    margin-bottom: 2rem; }
  .article h2 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 3.125rem !important;
    line-height: 3.4375rem !important;
    display: block; }
    .article h2 + p:first-of-type {
      font-size: 1.625rem !important;
      line-height: 2.25rem !important; }
  .article h3 {
    text-transform: uppercase;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.5rem !important;
    line-height: 2.375rem !important;
    font-weight: bolder;
    padding-top: 1rem;
    margin-bottom: 0;
    padding-bottom: 0; }
    .article h3 + p {
      margin-top: 0;
      padding-top: 0; }

.more-impact-stories h1 a:link, .more-impact-stories h1 a:visited, .more-impact-stories h2 a:link, .more-impact-stories h2 a:visited, .more-impact-stories h3 a:link, .more-impact-stories h3 a:visited, .more-impact-stories p a:link, .more-impact-stories p a:visited, .more-impact-stories li a:link, .more-impact-stories li a:visited, .more-impact-stories span a:link, .more-impact-stories span a:visited, .article h1 a:link, .article h1 a:visited, .article h2 a:link, .article h2 a:visited, .article h3 a:link, .article h3 a:visited, .article p a:link, .article p a:visited, .article li a:link, .article li a:visited, .article span a:link, .article span a:visited, .super-list h1 a:link, .super-list h1 a:visited, .super-list h2 a:link, .super-list h2 a:visited, .super-list h3 a:link, .super-list h3 a:visited, .super-list p a:link, .super-list p a:visited, .super-list li a:link, .super-list li a:visited, .super-list span a:link, .super-list span a:visited, .story-pillar h1 a:link, .story-pillar h1 a:visited, .story-pillar h2 a:link, .story-pillar h2 a:visited, .story-pillar h3 a:link, .story-pillar h3 a:visited, .story-pillar p a:link, .story-pillar p a:visited, .story-pillar li a:link, .story-pillar li a:visited, .story-pillar span a:link, .story-pillar span a:visited {
  color: #0066CC;
  border-bottom: 1px solid #0066CC;
  text-decoration: none; }

.more-impact-stories a#related-links {
  text-decoration: none; }

@media (max-width: 1199.98px) {
  .article p {
    font-size: 1.25rem !important;
    line-height: 1.875rem !important; }
  .article h2 {
    font-size: 2.125rem !important;
    line-height: 2.4375rem !important; }
    .article h2 + p:first-of-type {
      font-size: 1.4375rem !important;
      line-height: 2.0625rem !important; } }

.blockquote {
  margin-left: 1.5rem;
  margin-right: 0;
  padding-top: 4rem; }
  .blockquote p {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 2.375rem !important;
    line-height: 3.125rem !important;
    font-style: italic;
    letter-spacing: 0.005em;
    color: #1E407C;
    margin-left: 0;
    margin-right: 0; }

@media (max-width: 1199.98px) {
  .blockquote p {
    font-size: 2.125rem !important;
    line-height: 2.875rem !important; } }

@media (max-width: 991.98px) {
  .principle-section {
    padding-bottom: 0; }
  .blockquote {
    margin-left: 0;
    padding-top: 0; }
    .blockquote p {
      font-size: 1.875rem !important;
      line-height: 2.625rem !important; } }

@media (max-width: 767.98px) {
  .blockquote p {
    font-size: 1.875rem !important;
    line-height: 2.625rem !important; } }

.half-pullquote {
  padding-bottom: 2rem; }

@media (max-width: 767.98px) {
  .half-pullquote {
    padding-bottom: 1rem; } }

.half-pullquote .blockquote {
  margin: 0;
  padding: 0; }
  .half-pullquote .blockquote p {
    margin: 0;
    padding-top: 0;
    vertical-align: text-top; }

p.caption {
  font-size: 1.125rem !important;
  line-height: 1.375rem !important;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: black;
  margin: .5rem 0 1.5rem; }

@media (max-width: 991.98px) {
  p.caption {
    font-size: 1rem !important;
    line-height: 1.25rem !important; } }

.pullquote-left {
  padding-bottom: 2.5rem;
  position: relative; }
  .pullquote-left .blockquote {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0; }
    .pullquote-left .blockquote p {
      margin: 0;
      padding-top: 0;
      left: 0;
      z-index: 20;
      top: 0rem;
      line-height: 2.8125rem !important;
      display: inline;
      vertical-align: text-top;
      color: white; }
      .pullquote-left .blockquote p span {
        display: inline;
        padding: 0.03rem 1.2rem;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone; }

@-moz-document url-prefix() {
  .pullquote-left .blockquote p span {
    padding: .06rem 1.2rem; } }
  .pullquote-left .pullquote-left-img {
    position: relative; }

#education .pullquote-left .blockquote p span {
  background-color: #3EA39E; }

#economy .pullquote-left .blockquote p span {
  background-color: #1E407C; }

#universal .pullquote-left .blockquote p span {
  background-color: #001E44; }

#community .pullquote-left .blockquote p span {
  background-color: #009CDE; }

@media (max-width: 1199.98px) {
  .pullquote-left .blockquote {
    padding-top: 3rem; }
    .pullquote-left .blockquote p {
      padding-top: 0;
      line-height: 2.5625rem !important; }
  @-moz-document url-prefix() {
    .pullquote-left .blockquote p span {
      padding: .06rem 1.2rem; } } }

@media (max-width: 991.98px) {
  .pullquote-left .blockquote p {
    padding-top: 0;
    font-size: 1.8125rem !important;
    line-height: 2.1875rem !important; }
    .pullquote-left .blockquote p span {
      padding: 0.035rem 1.2rem; }
  @-moz-document url-prefix() {
    .pullquote-left .blockquote p span {
      padding: .065rem .5rem; } } }

@media (max-width: 767.98px) {
  .pullquote-left {
    margin-top: -2rem; }
    .pullquote-left .blockquote {
      padding-top: 0;
      position: relative;
      top: 2.5rem;
      left: -15px; }
      .pullquote-left .blockquote p {
        line-height: 2.1875rem !important; } }

.wide-quote {
  color: white;
  background-repeat: none;
  max-width: 1600px;
  height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto auto; }
  .wide-quote .blockquote {
    padding: 0; }
    .wide-quote .blockquote p {
      color: white;
      text-shadow: -2px 2px 14px rgba(0, 0, 0, 0.7); }

@media (max-width: 991.98px) {
  .wide-quote {
    max-width: 1600px;
    height: 400px; }
    .wide-quote .blockquote p {
      font-size: 1.75rem !important;
      line-height: 2.25rem !important; } }

@media (max-width: 575.98px) {
  .wide-quote {
    max-width: 1600px;
    height: 450px; }
    .wide-quote .blockquote p {
      font-size: 1.5625rem !important;
      line-height: 2.125rem !important; } }

img {
  vertical-align: middle; }

.video-mod {
  position: relative; }
  .video-mod .row .inline-video-container {
    width: 100%;
    position: relative;
    display: block; }
    .video-mod .row .inline-video-container ::before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      content: url("../images/common/playbutton-lg.png");
      z-index: 120;
      opacity: 0.9;
      text-shadow: 0 0 30px rgba(0, 0, 0, 0.5); }
    .video-mod .row .inline-video-container :hover:before {
      opacity: 1; }
  .video-mod .row div:last-child {
    background-color: rgba(30, 64, 124, 0.14);
    color: #212529;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
    .video-mod .row div:last-child * {
      margin-left: 1.5rem;
      margin-right: 1.5rem; }
    .video-mod .row div:last-child span:first-child {
      font-size: 1.125rem !important;
      font-weight: bolder;
      text-transform: uppercase;
      margin-top: 4rem;
      display: block; }
    .video-mod .row div:last-child p {
      font-weight: bolder;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      margin-top: 1rem;
      margin-bottom: 4rem;
      font-size: 1.875rem !important;
      line-height: 2rem !important;
      font-weight: 400; }
    .video-mod .row div:last-child span:last-child {
      color: black;
      display: block;
      font-weight: 500;
      font-size: 1.125rem !important;
      padding-bottom: 2.5rem; }

@media (max-width: 1199.98px) {
  .video-mod .row div:last-child span:first-child {
    font-size: 1rem !important;
    margin-top: 2rem; }
  .video-mod .row div:last-child p {
    margin-top: 0.8rem;
    margin-bottom: 2rem;
    font-size: 1.625rem !important;
    line-height: 1.875rem !important;
    font-weight: 400; }
  .video-mod .row div:last-child span:last-child {
    font-size: 1rem !important;
    padding-bottom: 1.5rem; } }

@media (max-width: 991.98px) {
  .video-mod .row .inline-video-container ::before {
    content: url("../images/common/playbutton-lg.png"); }
  .video-mod .row div:last-child span:first-child {
    font-size: 1.125rem !important;
    margin-top: 2rem; }
  .video-mod .row div:last-child p {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    font-size: 2rem !important;
    line-height: 2.25rem !important; }
  .video-mod .row div:last-child span:last-child {
    font-size: 1.125rem !important;
    padding-bottom: 2.5rem; } }

@media (max-width: 767.98px) {
  .video-mod .row .inline-video-container ::before {
    content: url("../images/common/playbutton-md.png"); }
  .video-mod .row div:last-child p {
    margin-top: 0.6rem;
    margin-bottom: 2rem;
    font-size: 1.625rem !important;
    line-height: 1.875rem !important; } }

html[data-useragent*='MSIE 10.0'] .video-mod .inline-video-container {
  float: left;
  margin-bottom: 40px; }

html[data-useragent*='MSIE 10.0'] .video-mod .col-xl-4 {
  float: left;
  height: 416px; }

#pause-video {
  width: 36px;
  height: 36px;
  background-size: 36px 36px !important;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 900;
  border: none; }

.super-list {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .super-list .row .row {
    border-top: 2px solid black;
    padding: 2.5rem 0 2.45rem; }
    @media (min-width: 768px) {
      .super-list .row .row div {
        padding: 0; } }
  .super-list .row .row:last-child {
    border-bottom: 2px solid black; }
  .super-list p {
    font-size: 1.125rem;
    font-family: "Roboto Condensed", sans-serif;
    color: black;
    line-height: 1.375rem;
    letter-spacing: .025rem;
    vertical-align: text-top;
    margin: 0 0 0 1.8rem; }
    .super-list p a {
      font-weight: 700; }
  @media (max-width: 767.98px) {
    .super-list p {
      margin: 1rem 0; } }

.more-impact-stories {
  margin-top: 3rem;
  min-height: 900px;
  position: relative; }
  .more-impact-stories .half-bk {
    display: block;
    min-height: 900px;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(42, 61, 92, 0) 75%, #0c2145 75%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(42, 61, 92, 0) 75%, #0c2145 75%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 67%, rgba(42, 61, 92, 0) 75%, #0c2145 75%);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0c2145',GradientType=0 );
    /* IE6-9 */ }
  .more-impact-stories .container {
    height: 900px; }
    .more-impact-stories .container .row {
      position: relative;
      top: 100%;
      transform: translateY(-100%);
      background-color: white;
      box-shadow: 0 0 33px rgba(0, 0, 0, 0.35);
      padding-bottom: 2.5rem; }
    .more-impact-stories .container .more-stories-intro {
      font-family: "Roboto Condensed", sans-serif; }
      .more-impact-stories .container .more-stories-intro h2, .more-impact-stories .container .more-stories-intro p {
        margin-left: 1.5rem; }
      .more-impact-stories .container .more-stories-intro h2 {
        color: #001E44;
        margin-top: 6rem;
        margin-bottom: 2rem;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.375rem; }
      .more-impact-stories .container .more-stories-intro p {
        font-size: 1.125rem;
        color: #001E44; }
    .more-impact-stories .container .card {
      margin: 0 auto;
      text-align: center;
      margin-top: 2.5rem; }
    .more-impact-stories .container span {
      text-transform: uppercase;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      color: white;
      position: relative;
      top: 4px;
      padding: 4px 10px;
      background-color: #001E44;
      font-weight: 500; }
  .more-impact-stories .lg-card .card-body {
    left: 1.5rem; }
  @media (max-width: 767.98px) {
    .more-impact-stories .container {
      height: 100%; }
      .more-impact-stories .container .row {
        position: relative;
        top: auto;
        transform: none;
        background-color: white;
        box-shadow: 0 0 33px rgba(0, 0, 0, 0.35);
        padding-bottom: 2.5rem; } }

html[data-useragent*='MSIE 10.0'] .half-bk .col-xl-3 {
  display: inline-block;
  width: 24%;
  padding-right: 8px;
  padding-left: 8px; }

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom; }

.centered-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.hidden {
  display: none;
  visibility: hidden; }

.off-canvas {
  max-height: 0px;
  padding: 0;
  margin: 0;
  text-indent: -4800px; }

@media (max-width: 991.98px) {
  .one-community-wrap {
    margin-top: 0rem; } }

@media (max-width: 767.98px) {
  .one-community-wrap {
    margin-bottom: 2rem; } }

.home-intro {
  font-size: 1.96875rem !important;
  line-height: 2.25rem !important;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #818181; }
  .home-intro em {
    font-weight: 700; }

@media (max-width: 575.98px) {
  .home-intro {
    font-size: 1.6875rem !important;
    line-height: 1.9375rem !important;
    margin-bottom: 0; } }

.message-404 {
  margin-top: 3rem;
  margin-bottom: 1rem; }
  .message-404 h2 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 3.125rem !important;
    color: #1E407C;
    letter-spacing: -.15rem;
    display: inline-block;
    margin-top: 0;
    margin-right: 2rem;
    text-transform: capitalize; }
  .message-404 p {
    font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
    font-weight: 500; }
    .message-404 p:first-of-type {
      margin-top: 0;
      font-size: 1.25rem !important;
      font-style: italic;
      color: #1E407C;
      vertical-align: middle; }
      .message-404 p:first-of-type a:link, .message-404 p:first-of-type a:visited {
        color: #1E407C !important;
        border-bottom: 1px solid #1E407C !important;
        border-width: thin; }
      .message-404 p:first-of-type a:hover {
        font-weight: 700; }

.shuffle-wrap {
  padding-top: 0rem;
  margin-top: 3.5rem;
  margin-bottom: 10rem; }
  .shuffle-wrap .row > [class*="col-"] {
    padding-left: .1rem;
    padding-right: .1rem; }
  @media (max-width: 575.98px) {
    .shuffle-wrap .row > [class*="col-"] {
      padding-left: 15px;
      padding-right: 15px; } }
  .shuffle-wrap a {
    text-decoration: none; }

.card {
  border-radius: 12px;
  margin-top: .25rem; }

@media (max-width: 575.98px) {
  .card {
    margin-top: 1rem; } }

.sm-card {
  min-height: 247px;
  border-radius: 12px; }

.md-card {
  min-height: 341px;
  border-radius: 12px; }

.lg-card {
  min-height: 389px;
  border-radius: 12px; }

.card-body {
  position: absolute;
  bottom: .5rem;
  text-align: center;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #fff;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.58); }

.lg-card .card-body {
  width: 195px;
  left: .6rem;
  font-size: 1.5rem !important;
  line-height: 1.875rem !important; }

.md-card .card-body {
  width: 195px;
  left: .6rem;
  font-weight: 500;
  font-size: 1.5rem !important;
  line-height: 1.625rem !important; }

.sm-card .sm-card-title-wrap {
  position: relative;
  text-align: center;
  margin-top: 2.5rem;
  vertical-align: middle; }

.sm-card .card-body {
  width: 202px;
  margin: 0 auto;
  position: relative;
  font-size: 1.5rem !important;
  line-height: 1.625rem !important;
  font-weight: 500; }

span.pillar {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem !important;
  font-weight: 700;
  letter-spacing: .02rem;
  margin: 0 1rem;
  padding-top: .6rem;
  display: block;
  text-transform: uppercase; }

.card-body p {
  padding: 0;
  margin: 20px 10px; }

p.story-title {
  position: absolute;
  margin: 0;
  padding-left: .1rem;
  left: 0;
  z-index: 20;
  bottom: 2rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-right: 2rem;
  font-size: 1.625rem !important;
  line-height: 2rem !important;
  display: inline;
  vertical-align: text-top;
  color: white; }
  p.story-title span {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    margin-left: 0;
    padding: 0.15rem 0.8rem; }
    p.story-title span.education {
      background-color: #3EA39E; }
    p.story-title span.economy {
      background-color: #1E407C; }
    p.story-title span.universal {
      background-color: #001E44; }
    p.story-title span.community {
      background-color: #009CDE; }

@media (max-width: 575.98px) {
  p.story-title {
    padding-left: .95rem; }
  .md-card .card-body {
    left: 1.5rem; } }

footer {
  background: #0c2145;
  background: -moz-linear-gradient(top, #0c2145 0%, #163771 100%);
  background: -webkit-linear-gradient(top, #0c2145 0%, #163771 100%);
  background: linear-gradient(to bottom, #0c2145 0%, #163771 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2145', endColorstr='#163771',GradientType=0 );
  padding-top: 5rem;
  position: relative; }
  footer img.footer-mark {
    margin-top: 2rem; }
  footer .row:nth-child(2) {
    margin-top: 2.5rem !important; }
    footer .row:nth-child(2) p {
      border-top: 1px dotted white;
      border-bottom: 1px dotted white;
      padding: 3rem 0;
      font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
      color: #D6E3E8;
      font-size: 1.25rem; }
    footer .row:nth-child(2) ul {
      list-style: none;
      color: white;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.125rem;
      display: inline-block;
      vertical-align: top;
      margin-right: 2rem; }
      footer .row:nth-child(2) ul li {
        margin: 0 0 1.3rem;
        color: #D3E9FF; }
        footer .row:nth-child(2) ul li a:link,
        footer .row:nth-child(2) ul li a:visited {
          color: #D3E9FF;
          text-decoration: none;
          border-bottom: 1px inset transparent; }
        footer .row:nth-child(2) ul li a.cta {
          color: #FFD100; }
        footer .row:nth-child(2) ul li a:hover {
          border-bottom: 1px dotted #D3E9FF; }
        footer .row:nth-child(2) ul li a.cta:hover {
          border-bottom: 1px dotted #FFD100; }
  footer .row:last-child img {
    padding-bottom: 1.5rem; }
  footer .row:last-child p {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #D6E3E8;
    font-size: 1.125rem !important;
    margin: 0.25rem 0 1.8rem; }
    footer .row:last-child p a:link,
    footer .row:last-child p a:visited {
      color: #D3E9FF;
      text-decoration: none;
      border-bottom: 1px inset transparent; }
    footer .row:last-child p a:hover {
      border-bottom: 1px dotted #D3E9FF; }
  footer .row:last-child ul {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.125rem !important;
    font-weight: bolder;
    color: #D3E9FF;
    list-style-position: inside;
    padding: 0;
    margin-bottom: 0; }
    footer .row:last-child ul li {
      display: inline-block;
      padding: 0 0.5rem;
      margin: 0;
      border-right: 2px solid #D3E9FF;
      line-height: 0.90625rem !important; }
      footer .row:last-child ul li a:link,
      footer .row:last-child ul li a:visited {
        color: #D3E9FF;
        text-decoration: none;
        border-bottom: 1px inset transparent; }
      footer .row:last-child ul li a:hover {
        border-bottom: 1px dotted #D3E9FF; }
    footer .row:last-child ul li:first-child {
      padding-left: 0; }
  @media (max-width: 1199.98px) {
    footer .row:last-child p {
      font-size: 0.875rem !important; }
    footer .row:last-child ul {
      font-size: 0.875rem !important; } }
  @media (max-width: 991.98px) {
    footer .row:first-child {
      margin: 0 auto;
      text-align: center; }
      footer .row:first-child img {
        width: 225px; }
    footer .row:last-child {
      margin: 0 auto;
      text-align: center; }
      footer .row:last-child img {
        padding-top: 2.5rem;
        padding-bottom: 1.5rem; }
      footer .row:last-child p {
        font-size: 1rem !important; }
      footer .row:last-child ul {
        font-size: 1rem !important; }
        footer .row:last-child ul li {
          line-height: 0.90625rem !important; }
      footer .row:last-child ul:first-of-type {
        margin-top: 2rem; } }
  footer .legal {
    background-color: #001E44; }

html[data-useragent*='MSIE 10.0'] .col-xl-7.legal {
  width: 55%;
  display: inline-block; }

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.65);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .lity.lity-opened {
    opacity: 1; }
  .lity.lity-closed {
    opacity: 0; }
  .lity * {
    box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }
  .lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease; }
  .lity-loading .lity-loader {
    opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease; }
  .lity-loading .lity-content,
  .lity-closed .lity-content {
    transform: scale(0.8); }
  .lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }
  .lity-close::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    box-shadow: none; }
  .lity-close:active {
    top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }
  .lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

.lity-hide {
  display: none; }

.visibility-hidden {
  position: absolute;
  left: -9000px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0; }

a.access-hidden {
  color: #ffffff;
  background-color: #001e44; }

.button {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.025rem;
  color: #ccf0ff;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px; }

.cta-button {
  border: 2px solid #ccf0ff;
  margin: 0 4px;
  padding: 4px 28px; }
  .cta-button:hover {
    border: none;
    padding: 6px 30px; }

.hotline-button {
  margin: 0 4px;
  padding: 6px 30px;
  background-color: #000321; }
  .hotline-button:hover, .hotline-button:focus {
    background-color: #ffd100;
    color: #001e44; }

.button-light-bkg {
  border: 2px solid #005fa9;
  color: #005fa9;
  padding: 12px 16px 12px 24px; }
  .button-light-bkg:hover, .button-light-bkg:focus {
    background-color: #005fa9;
    color: #ffffff; }

.button-dark-bkg {
  padding: 12px 16px 12px 24px;
  border: 2px solid #ffffff; }
  .button-dark-bkg:hover, .button-dark-bkg:focus {
    border: 2px solid #ccf0ff;
    background-color: #ccf0ff;
    color: #005fa9; }

.button-news {
  border: 2px solid #005fa9;
  color: #005fa9;
  padding: 16px 44px 16px 52px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700; }
  @media (min-width: 1080px) {
    .button-news {
      font-size: 1.375rem;
      line-height: 1.625rem; } }
  .button-news:hover, .button-news:focus {
    background-color: #005fa9;
    color: #ffffff; }

.gradient-button-hover:hover, .gradient-button-hover:focus {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#009cde+1,1b5c99+66,1e407c+100 */
  background: #009cde;
  /* Old browsers */
  background: -moz-linear-gradient(top, #009cde 1%, #1b5c99 66%, #1e407c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #009cde 1%, #1b5c99 66%, #1e407c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #009cde 1%, #1b5c99 66%, #1e407c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cde', endColorstr='#1e407c',GradientType=0 );
  /* IE6-9 */ }

.title-mega {
  font-size: 2.5rem;
  line-height: 2.8125rem;
  font-weight: 900;
  letter-spacing: -.010rem; }
  @media (min-width: 768px) {
    .title-mega {
      font-size: 3.125rem;
      line-height: 3.25rem;
      letter-spacing: 0.005rem; } }
  @media (min-width: 1080px) {
    .title-mega {
      font-size: 4.625rem;
      line-height: 4.75rem; } }

.title-xx-large {
  font-size: 2.125rem;
  line-height: 2.375rem;
  font-weight: 700;
  letter-spacing: -.010rem; }
  @media (min-width: 768px) {
    .title-xx-large {
      font-size: 3rem;
      line-height: 3.3125rem; } }
  @media (min-width: 1080px) {
    .title-xx-large {
      font-size: 4.375rem;
      line-height: 4.5rem;
      letter-spacing: 0.005rem; } }

.title-x-large {
  font-size: 1.875rem;
  line-height: 2.125rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    .title-x-large {
      font-size: 2.25rem;
      line-height: 2.375rem; } }
  @media (min-width: 1080px) {
    .title-x-large {
      font-size: 3.4375rem;
      line-height: 3.6875rem;
      letter-spacing: 0.005rem; } }

.title-large {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 700; }
  @media (min-width: 768px) {
    .title-large {
      font-size: 1.875rem; } }
  @media (min-width: 1080px) {
    .title-large {
      font-size: 2.625rem;
      line-height: 2.75rem; } }

.title-medium {
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.015rem; }
  @media (min-width: 768px) {
    .title-medium {
      font-size: 1.5rem;
      letter-spacing: normal; } }
  @media (min-width: 1080px) {
    .title-medium {
      font-size: 1.875rem;
      line-height: 2.0625rem; } }

.title-small {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700; }
  @media (min-width: 1080px) {
    .title-small {
      font-size: 1.375rem;
      line-height: 1.625rem; } }

.title-x-small {
  font-size: 1.0625rem;
  line-height: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.03rem; }
  @media (min-width: 1080px) {
    .title-x-small {
      font-size: 1.125rem;
      line-height: 1.25rem; } }

.title-xx-small {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03rem; }

.body-xx-large {
  font-size: 1.5625rem;
  line-height: 1.8125rem;
  font-weight: 700;
  letter-spacing: -.015rem; }
  @media (min-width: 768px) {
    .body-xx-large {
      font-size: 1.75rem;
      line-height: 2.25rem;
      letter-spacing: -.010rem; } }
  @media (min-width: 1080px) {
    .body-xx-large {
      font-size: 2.625rem;
      line-height: 3.125rem;
      letter-spacing: normal; } }

.body-x-large {
  font-size: 1.4375rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: -.010rem; }
  @media (min-width: 768px) {
    .body-x-large {
      font-size: 1.5625rem;
      line-height: 1.8125rem;
      letter-spacing: -.005rem; } }
  @media (min-width: 1080px) {
    .body-x-large {
      font-size: 2.0625rem;
      line-height: 2.4375rem;
      letter-spacing: normal; } }

.body-large {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: -.010rem; }
  @media (min-width: 768px) {
    .body-large {
      font-size: 1.375rem;
      letter-spacing: -.005rem; } }
  @media (min-width: 1080px) {
    .body-large {
      font-size: 1.875rem;
      line-height: 2.375rem;
      letter-spacing: normal; } }

.body-medium {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400;
  letter-spacing: -.015rem; }
  @media (min-width: 768px) {
    .body-medium {
      font-size: 1.1875rem;
      line-height: 1.75rem;
      letter-spacing: -.005rem; } }
  @media (min-width: 1080px) {
    .body-medium {
      font-size: 1.4375rem;
      line-height: 2.0625rem;
      letter-spacing: normal; } }

.body-small {
  font-size: 1.0625rem;
  line-height: 1.375rem;
  font-weight: 400;
  letter-spacing: -.005rem; }
  @media (min-width: 768px) {
    .body-small {
      font-size: 1.125rem;
      line-height: 1.5rem; } }
  @media (min-width: 1080px) {
    .body-small {
      font-size: 1.25rem;
      line-height: 1.6875rem;
      letter-spacing: normal; } }

.body-x-small {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: -.005rem; }
  @media (min-width: 768px) {
    .body-x-small {
      font-size: 1.0625rem; } }
  @media (min-width: 1080px) {
    .body-x-small {
      font-size: 1.125rem;
      line-height: 1.5rem;
      letter-spacing: normal; } }

.body-xx-small {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: -.005rem; }
  @media (min-width: 1080px) {
    .body-xx-small {
      letter-spacing: 0.01rem; } }

.body-tiny {
  font-size: 0.87rem;
  line-height: 1.125rem;
  font-weight: 400; }

.uppercase {
  text-transform: uppercase; }

.double-slash::after {
  content: " //"; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot");
  src: url("../font/fontello.eot") format("embedded-opentype"), url("../font/fontello.woff") format("woff2"), url("../font/fontello.woff") format("woff"), url("../font/fontello.ttf") format("truetype"), url("../font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before,
[class^="icon-"]:after, [class*=" icon-"]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-play-circled2:before {
  content: '\e800'; }

/* '' */
.icon-pause:before {
  content: '\e801'; }

/* '' */
.icon-search-1:before {
  content: '\e802'; }

/* '' */
.icon-left-circle:before {
  content: '\e803'; }

/* '' */
.icon-play:before {
  content: '\e804'; }

/* '' */
.icon-cancel:before {
  content: '\e805'; }

/* '' */
.icon-right-circle:before {
  content: '\e806'; }

/* '' */
.icon-facebook-circled:before {
  content: '\f051'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-angle-left:before {
  content: '\f104'; }

/* '' */
.icon-angle-right:after {
  content: '\f105';
  font-weight: 900; }

/* '' */
.icon-angle-up:before {
  content: '\f106'; }

/* '' */
.icon-angle-down:before {
  content: '\f107'; }

/* '' */
.icon-circle:before {
  content: '\f111'; }

/* '' */
.icon-attention-alt:before {
  content: '\f12a'; }

/* '' */
.icon-rss-squared:after {
  content: '\f143'; }

/* '' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.icon-instagram-1:before {
  content: '\f16d'; }

/* '' */
.icon-linkedin-squared:before {
  content: '\f30c'; }

/* '' */
/** Navigation **/
.header-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  height: auto;
  display: block;
  background-color: #001e44; }

#navigation {
  position: absolute;
  width: 100%;
  height: 86px;
  transition: height 0.4s ease-out;
  background-color: #001e44;
  /* Old browsers */
  background-image: -moz-linear-gradient(left, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(left, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to right, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e44', endColorstr='#000321', GradientType=1);
  /* IE6-9 */ }
  @media (min-width: 768px) {
    #navigation {
      height: 90px; } }
  @media (min-width: 1080px) {
    #navigation {
      height: 115px; } }
  @media (min-width: 1440px) {
    #navigation {
      height: 122px; } }

#navigation.min-height {
  width: 100%;
  height: 57px;
  transition: height 0.4s ease-in;
  background-color: #001e44;
  /* Old browsers */
  background-image: -moz-linear-gradient(left, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(left, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to right, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e44', endColorstr='#000321', GradientType=1);
  /* IE6-9 */ }
  @media (min-width: 768px) {
    #navigation.min-height {
      height: 62px; } }
  @media (min-width: 1080px) {
    #navigation.min-height {
      height: 87px; } }
  @media (min-width: 1440px) {
    #navigation.min-height {
      height: 71px; } }

.home #navigation {
  background: none;
  filter: none; }

.home #navigation.min-height {
  background-color: #001e44;
  /* Old browsers */
  background-image: -moz-linear-gradient(left, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(left, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to right, #001e44 0%, #001e44 31%, #1b3c76 76%, #000321 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e44', endColorstr='#000321', GradientType=1);
  /* IE6-9 */ }

.brand {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 1440px;
  position: relative;
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (min-width: 376px) {
    .brand {
      margin-left: 36px;
      margin-right: 36px; } }
  @media (min-width: 768px) {
    .brand {
      height: 90px;
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1080px) {
    .brand {
      height: 115px;
      margin-left: 52px;
      margin-right: 52px; } }
  @media (min-width: 1440px) {
    .brand {
      height: 122px;
      margin-left: 62px;
      margin-right: 62px; } }

.min-nav {
  height: 57px;
  transition: height 200ms ease-in; }
  @media (min-width: 768px) {
    .min-nav {
      height: 62px; } }
  @media (min-width: 1080px) {
    .min-nav {
      height: 87px; } }
  @media (min-width: 1440px) {
    .min-nav {
      height: 71px; } }

.brand .header-logo {
  flex: 0 0 100%;
  order: 1;
  width: 147px; }
  @media (min-width: 768px) {
    .brand .header-logo {
      width: 158px; } }
  @media (min-width: 1080px) {
    .brand .header-logo {
      width: 163px; } }
  @media (min-width: 1440px) {
    .brand .header-logo {
      width: 200px; } }

.brand .header-logo img {
  width: 100%;
  margin-top: 0.75rem; }
  @media (min-width: 768px) {
    .brand .header-logo img {
      margin-top: 1rem; } }
  @media (min-width: 1080px) {
    .brand .header-logo img {
      margin-top: 2rem; } }

.min-nav .header-logo {
  width: 38px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .min-nav .header-logo {
      width: 43px; } }
  @media (min-width: 1080px) {
    .min-nav .header-logo {
      width: 43px; } }
  @media (min-width: 1440px) {
    .min-nav .header-logo {
      width: 43px; } }
  .min-nav .header-logo img {
    position: fixed;
    left: -999999px; }

.min-nav .header-logo {
  background: url("../../components/img/header/psu-shield.svg") center center no-repeat; }

#navigation .brand > ul {
  display: none;
  flex: 0 0 50%;
  width: auto;
  order: 3;
  margin: 0;
  padding: 0;
  text-align: right; }
  @media (min-width: 1080px) {
    #navigation .brand > ul {
      display: block; } }

@media (min-width: 1080px) {
  #navigation .min-nav > ul {
    flex: 0 0 50%;
    margin-top: 0;
    order: 3; } }

@media (min-width: 1440px) {
  #navigation .min-nav > ul {
    flex: 0 0 100%;
    width: 60%;
    margin-top: 1rem;
    margin-left: -0.75rem;
    order: 2; } }

#navigation .brand li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding-right: 0; }
  @media (min-width: 1080px) {
    #navigation .brand li {
      padding-top: 0;
      padding-bottom: 0.25rem; } }
  @media (min-width: 1440px) {
    #navigation .brand li {
      padding-top: 0.25rem; } }

@media (min-width: 1080px) {
  #navigation .min-nav li {
    padding-top: 0.15rem; } }

@media (min-width: 1440px) {
  #navigation .min-nav li {
    padding-top: 0.125rem; } }

#navigation .brand > ul > li > a,
#navigation .brand .current {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem; }
  @media (min-width: 1080px) {
    #navigation .brand > ul > li > a,
    #navigation .brand .current {
      padding: 0.5rem 0 0 0; } }
  @media (min-width: 1440px) {
    #navigation .brand > ul > li > a,
    #navigation .brand .current {
      padding: 0.5rem 0 1.5rem 0; } }
  #navigation .brand > ul > li > a:hover, #navigation .brand > ul > li > a:focus,
  #navigation .brand .current:hover,
  #navigation .brand .current:focus {
    color: #ccf0ff;
    text-shadow: -0.25px -0.25px 0 #ccf0ff, 0.25px 0.25px #ccf0ff; }

@media (min-width: 1080px) {
  .brand > ul > li:first-child > a {
    padding: 0.5rem 0 1rem; } }

#navigation .brand > ul > li {
  margin-left: 1.875rem; }

@media (min-width: 1440px) {
  #navigation .min-nav > ul > li {
    margin-left: 1.1rem; } }

#navigation .brand > ul > li > .dropdown-content {
  display: none;
  visibility: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  border-radius: 0.625rem;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
  @media (min-width: 1080px) {
    #navigation .brand > ul > li > .dropdown-content {
      margin-top: 1rem; } }
  @media (min-width: 1440px) {
    #navigation .brand > ul > li > .dropdown-content {
      margin-top: 0.125rem; } }

@media (min-width: 1080px) {
  #navigation .min-nav > ul > li > .dropdown-content {
    margin-top: 0.75rem; } }

@media (min-width: 1440px) {
  #navigation .min-nav > ul > li > .dropdown-content {
    margin-top: 0rem; } }

#navigation .brand > ul > li.open > .dropdown-content {
  display: flex;
  width: 502px;
  padding: 28px 36px 47px; }

#navigation .brand > ul > li.open > .dropdown-content:after {
  display: block;
  margin: 0 auto;
  content: " ";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xNiAxNiBMNDggMTYgTDMyIDAgWiI+PC9wYXRoPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: top left;
  height: 20px;
  width: 98%; }
  @media (min-width: 1080px) {
    #navigation .brand > ul > li.open > .dropdown-content:after {
      position: absolute;
      top: -0.75rem;
      left: 1rem; } }
  @media (min-width: 1440px) {
    #navigation .brand > ul > li.open > .dropdown-content:after {
      top: -0.85rem; } }

@media (min-width: 1080px) {
  #navigation .min-nav > ul > li.open > .dropdown-content:after {
    position: absolute;
    top: -0.75rem;
    left: 1rem; } }

@media (min-width: 1440px) {
  #navigation .min-nav > ul > li.open > .dropdown-content:after {
    top: -0.9rem; } }

#navigation .brand > ul li:last-child > .dropdown-content {
  position: absolute;
  right: 0; }

#navigation .brand > ul li:nth-child(3) > .dropdown-content {
  position: absolute;
  left: -110px; }

@media (min-width: 1080px) {
  #navigation .brand > ul > li.open:last-child > .dropdown-content:after {
    background-position: right top;
    position: absolute;
    right: 0;
    left: 0; } }

@media (min-width: 1080px) {
  #navigation .brand > ul > li.open:nth-child(3) > .dropdown-content:after {
    background-position: 110px top;
    position: absolute;
    left: 0; } }

#navigation .has-submenu > a:after {
  line-height: 14px;
  content: ""; }

#navigation .brand .has-submenu:hover > a:hover:after,
#navigation .has-submenu > a:focus:after {
  content: ""; }

#navigation .brand .has-submenu button {
  border: none;
  background-color: transparent; }
  @media (min-width: 1080px) {
    #navigation .brand .has-submenu button {
      padding: 0 0 0 0.375rem;
      position: relative; } }
  @media (min-width: 1440px) {
    #navigation .brand .has-submenu button {
      position: relative;
      left: 0; } }

#navigation .brand .has-submenu button > span {
  display: block;
  right: 0;
  width: 10px;
  height: 10px;
  vertical-align: middle; }

#navigation .brand .has-submenu button > span:before,
#navigation .brand .has-submenu button > span:after {
  display: block;
  position: absolute;
  left: 15px;
  content: " ";
  height: 10px;
  width: 2px;
  background-color: #ffffff; }

#navigation .brand .has-submenu button > span:before {
  display: block;
  transform: rotate(90deg); }

#navigation .brand .has-submenu button > span:after {
  display: block;
  transform: rotate(180deg); }

#navigation .brand .has-submenu:hover button > span:after,
#navigation .brand .has-submenu button:focus > span:after {
  height: 0; }

#navigation .brand .has-submenu:hover button > span:before,
#navigation .brand .has-submenu button:focus > span:before {
  background-color: #ccf0ff; }

#navigation .brand .has-submenu button,
#navigation .brand .has-submenu a:focus + button {
  background-color: transparent; }

#navigation .brand .has-submenu:hover button,
#navigation .brand .has-submenu button:hover,
#navigation .brand .has-submenu button:focus {
  background: transparent; }

.brand .submenu-links {
  width: 210px;
  position: relative; }

.brand .submenu-links > ul,
.min-nav .submenu-links > ul {
  padding-left: 0;
  padding-top: 0;
  list-style: none;
  width: 100%; }
  .brand .submenu-links > ul > li,
  .min-nav .submenu-links > ul > li {
    display: block !important;
    top: 0;
    padding: 0.5rem 0.625rem 0.5rem !important;
    border-bottom: 1px dashed rgba(112, 112, 112, 0.5); }
  .brand .submenu-links > ul > li:first-of-type,
  .min-nav .submenu-links > ul > li:first-of-type {
    padding: 0 0.625rem 0.5rem; }

.brand .submenu-links > ul > li > a,
.min-nav .submenu-links > ul > li > a {
  font-family: "Roboto", sans-serif;
  color: #001e44;
  text-decoration: none;
  font-size: 1.125rem;
  display: block;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.045rem;
  text-align: left; }
  .brand .submenu-links > ul > li > a:hover,
  .min-nav .submenu-links > ul > li > a:hover {
    color: #005fa9;
    font-style: italic;
    letter-spacing: 0.05rem; }

.brand .submenu-card,
.min-nav .submenu-card {
  position: relative;
  width: 236px;
  margin-left: 56px;
  border-radius: 0.625rem;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2); }
  .brand .submenu-card > a,
  .min-nav .submenu-card > a {
    display: block;
    padding: 0 0 1.75rem !important;
    width: 236px !important; }
    .brand .submenu-card > a:link, .brand .submenu-card > a:visited,
    .min-nav .submenu-card > a:link,
    .min-nav .submenu-card > a:visited {
      color: #005fa9 !important;
      text-decoration: none; }
      .brand .submenu-card > a:link img, .brand .submenu-card > a:visited img,
      .min-nav .submenu-card > a:link img,
      .min-nav .submenu-card > a:visited img {
        border-top-left-radius: 0.625rem;
        border-top-right-radius: 0.625rem;
        width: 100%; }
      .brand .submenu-card > a:link h3, .brand .submenu-card > a:visited h3,
      .min-nav .submenu-card > a:link h3,
      .min-nav .submenu-card > a:visited h3 {
        margin: 1.4375rem 1rem 0;
        font-family: "Roboto Slab", "Georgia", "Times New Roman", serif;
        font-size: 1.0625rem;
        line-height: 1.1875rem;
        font-weight: 700;
        letter-spacing: 0.03rem;
        text-align: left; }
        @media (min-width: 1080px) {
          .brand .submenu-card > a:link h3, .brand .submenu-card > a:visited h3,
          .min-nav .submenu-card > a:link h3,
          .min-nav .submenu-card > a:visited h3 {
            font-size: 1.125rem;
            line-height: 1.25rem; } }
    .brand .submenu-card > a:hover,
    .min-nav .submenu-card > a:hover {
      text-decoration: underline;
      color: #001e44; }
  .brand .submenu-card p,
  .min-nav .submenu-card p {
    color: #444444;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin: 1rem 1rem 2.8125rem; }

.header-buttons {
  flex-basis: 100%;
  order: 3; }
  @media (min-width: 768px) {
    .header-buttons {
      align-self: flex-end;
      flex-basis: 100%; } }
  @media (min-width: 1080px) {
    .header-buttons {
      order: 2;
      align-self: auto;
      width: auto;
      flex-basis: 50%; } }

.min-nav .header-buttons {
  flex: 0 0 100%;
  position: relative;
  order: 2;
  right: 0; }
  @media (min-width: 1080px) {
    .min-nav .header-buttons {
      flex: 0 0 50%; } }
  @media (min-width: 1440px) {
    .min-nav .header-buttons {
      flex: 0 0 100%;
      width: 35%;
      position: relative;
      order: 2; } }

.brand .header-buttons a {
  display: inline-block; }

.brand .header-buttons .btn-wrap .button {
  padding-top: 0.185rem;
  padding-bottom: 0.185rem; }
  .brand .header-buttons .btn-wrap .button:hover, .brand .header-buttons .btn-wrap .button:focus {
    padding-top: 0.31rem;
    padding-bottom: 0.31rem; }

.brand .header-buttons .btn-wrap .hotline-button {
  display: none;
  padding-top: 0.31rem;
  padding-bottom: 0.31rem; }
  @media (min-width: 768px) {
    .brand .header-buttons .btn-wrap .hotline-button {
      display: inline-block; } }

.header-buttons .btn-wrap .hotline-button {
  display: block; }
  @media (min-width: 768px) {
    .header-buttons .btn-wrap .hotline-button {
      display: inline-block;
      padding: 6px 26px; } }
  @media (min-width: 1080px) {
    .header-buttons .btn-wrap .hotline-button {
      padding: 6px 30px; } }

@media (min-width: 1440px) {
  .min-nav .header-buttons .hotline-button {
    padding: 6px 22px; } }

.header-buttons .btn-wrap .cta-button {
  display: none; }
  .header-buttons .btn-wrap .cta-button:hover, .header-buttons .btn-wrap .cta-button:focus {
    color: #ffffff; }
  @media (min-width: 768px) {
    .header-buttons .btn-wrap .cta-button {
      display: inline-block;
      padding: 4px 26px; }
      .header-buttons .btn-wrap .cta-button:hover, .header-buttons .btn-wrap .cta-button:focus {
        border: none;
        padding: 6px 28px; } }
  @media (min-width: 1080px) {
    .header-buttons .btn-wrap .cta-button {
      padding: 4px 28px; }
      .header-buttons .btn-wrap .cta-button:hover, .header-buttons .btn-wrap .cta-button:focus {
        border: none;
        padding: 6px 30px; } }

@media (min-width: 1440px) {
  .min-nav .header-buttons .cta-button {
    padding: 4px 22px; }
    .min-nav .header-buttons .cta-button:hover, .min-nav .header-buttons .cta-button:focus {
      border: none;
      padding: 6px 24px; } }

.min-nav .header-buttons .btn-wrap .button {
  padding-top: 0.185rem;
  padding-bottom: 0.185rem; }
  .min-nav .header-buttons .btn-wrap .button:hover, .min-nav .header-buttons .btn-wrap .button:focus {
    padding-top: 0.31rem;
    padding-bottom: 0.31rem; }

.min-nav .header-buttons .btn-wrap .hotline-button {
  display: none;
  padding-top: 0.31rem;
  padding-bottom: 0.31rem; }
  @media (min-width: 768px) {
    .min-nav .header-buttons .btn-wrap .hotline-button {
      display: inline-block; } }

.btn-wrap .more-menu-buttons {
  display: inline-block;
  margin-top: 0; }
  @media (min-width: 768px) {
    .btn-wrap .more-menu-buttons {
      margin-top: 0; } }

.toggle-search {
  display: inline-block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  left: -10px;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff; }
  @media (min-width: 768px) {
    .toggle-search {
      margin-left: 0;
      left: 0; } }
  .toggle-search:hover, .toggle-search:focus {
    opacity: 0.7; }
  .toggle-search i {
    font-size: 1.5rem;
    position: relative;
    top: 3px; }

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: #001e44;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  top: 0;
  left: -5px;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .hamburger {
      left: 0; } }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 26px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 3px;
  padding-right: 8px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 3px;
  background-color: #001e44;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -7px; }

.hamburger-inner::after {
  bottom: -7px; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 26px; }

.full-menu-wrap {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  transform: translateX(75rem);
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  transition: transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #ffffff;
  z-index: 1000;
  font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif; }
  @media (min-width: 1080px) {
    .full-menu-wrap {
      width: 720px; } }
  .full-menu-wrap :focus, .full-menu-wrap a:focus, .full-menu-wrap div :focus, .full-menu-wrap div a:focus {
    outline-style: dotted !important;
    outline-width: thin !important; }

.full-menu {
  width: inherit;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 10rem;
  display: -ms-grid;
  display: grid;
  overflow-y: auto;
  -ms-grid-rows: 100px 80px 100px auto auto auto auto;
  -ms-grid-columns: 24px 146px 1fr 120px 24px;
  grid-template: ". s-mark . cl ." 100px ". s-cta s-cta s-cta ." 80px ". ds ds ds ." 100px ". s-nav s-nav s-nav ." ". aud aud aud ." ". lk lk lk ." ". soc soc soc ." auto / 24px 146px 1fr 120px 24px; }
  @media (min-width: 768px) {
    .full-menu {
      -ms-grid-rows: 100px 100px 360px auto auto;
      -ms-grid-columns: 42px 175px 1fr 1fr 1fr 1fr 1fr 120px 42px;
      grid-template: ". s-mark s-cta s-cta s-cta s-cta s-cta cl ." 100px ". . ds ds ds  ds ds ds ." 100px ". s-nav s-nav s-nav  .  aud aud aud ." 360px ". s-nav s-nav s-nav  .  lk lk lk ." ". soc soc soc soc soc soc soc ." auto / 42px 175px 1fr 1fr 1fr 1fr 1fr 120px 42px; } }
  @media (min-width: 1080px) {
    .full-menu {
      -ms-grid-rows: 30px 210px auto auto;
      -ms-grid-columns: 74px 2fr 1fr 1fr 120px 74px;
      grid-template: ". s-cta s-cta s-cta cl ." 30px ". ds ds ds ds ." 210px ". s-nav s-nav aud aud ." ". s-nav s-nav lk lk ." ". soc soc soc soc . " auto / 74px 2fr 1fr 1fr 120px 74px; } }

.full-menu .full-menu-mark {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: s-mark;
  margin-top: 20px;
  display: block; }
  .full-menu .full-menu-mark img {
    width: 100%;
    display: block; }
  @media (min-width: 768px) {
    .full-menu .full-menu-mark {
      margin-top: 22px; } }
  @media (min-width: 1080px) {
    .full-menu .full-menu-mark {
      display: none; } }

.full-menu a {
  text-decoration: none; }

.full-menu .cta-container {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  height: 30px;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  grid-area: s-cta; }
  @media (min-width: 768px) {
    .full-menu .cta-container {
      margin-top: 28px; } }
  @media (min-width: 1080px) {
    .full-menu .cta-container {
      text-align: left;
      margin-left: 0; } }
  .full-menu .cta-container .wrap-cta * {
    text-align: left;
    margin: 0 2px; }

.full-menu .cta-button {
  padding: 0.185rem 1.4rem;
  text-align: center;
  margin-bottom: 8px !important;
  border: 2px solid #005fa9;
  color: #005fa9; }
  @media screen and (min-width: 442px) {
    .full-menu .cta-button {
      padding: 0.185rem 2rem; } }
  @media (min-width: 768px) {
    .full-menu .cta-button {
      padding: 0.185rem 1.75rem;
      margin-bottom: 0; } }

.full-menu .cta-button:hover,
.full-menu .cta-button:focus {
  border: none;
  color: #ffffff;
  padding: 0.31rem 1.525rem; }
  @media screen and (min-width: 442px) {
    .full-menu .cta-button:hover,
    .full-menu .cta-button:focus {
      padding: 0.31rem 2.125rem; } }
  @media (min-width: 768px) {
    .full-menu .cta-button:hover,
    .full-menu .cta-button:focus {
      padding: 0.31rem 1.875rem; } }

.full-menu .hotline-button {
  padding: 0.325rem 1rem;
  color: #ccf0ff; }
  .full-menu .hotline-button:hover, .full-menu .hotline-button:focus {
    color: #001e44; }
  @media (min-width: 768px) {
    .full-menu .hotline-button {
      padding: 0.325rem 1.5rem; } }
  @media (min-width: 1080px) {
    .full-menu .hotline-button {
      padding: 0.325rem 1.75rem; } }

@media (min-width: 768px) {
  .full-menu .all-stories {
    display: none; } }

.full-menu .close-menu {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  text-transform: uppercase;
  height: 30px;
  width: 120px;
  margin-top: 24px;
  top: 0;
  grid-area: cl;
  letter-spacing: 0.1rem;
  line-height: 1.25rem;
  color: #001e44;
  display: inline-block; }
  @media (min-width: 768px) {
    .full-menu .close-menu {
      margin-top: 28px; } }
  .full-menu .close-menu span {
    display: inline-block;
    position: relative;
    right: 0.5rem;
    top: 4px;
    width: 20px;
    height: 20px; }
  .full-menu .close-menu p {
    display: inline-block;
    line-height: 30px; }

.full-menu .close-menu span::before,
.full-menu .close-menu span::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 3px;
  background-color: #001e44; }

.full-menu .close-menu span::before {
  transform: rotate(45deg); }

.full-menu .close-menu span::after {
  transform: rotate(-45deg); }

.close-menu {
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-weight: 700;
  text-align: right; }

.icon-cancel::before {
  font-size: 2rem;
  float: none; }

.full-menu-wrap.show-menu {
  transform: translate(0); }

.full-menu.show-menu-close {
  display: none; }

.full-menu .search-form {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  margin: 1.5rem 0;
  grid-area: ds; }
  @media (min-width: 768px) {
    .full-menu .search-form {
      margin: 2rem 0 0 0; } }
  @media (min-width: 1080px) {
    .full-menu .search-form {
      margin: 5.5rem 0 0; } }

.full-menu .input-group {
  border: 1px solid #444444;
  border-radius: 22px;
  background-color: #f8f8f8;
  width: 100%;
  float: none; }
  @media (min-width: 768px) {
    .full-menu .input-group {
      width: 95%;
      float: right; } }
  @media (min-width: 1080px) {
    .full-menu .input-group {
      width: 100%;
      float: none; } }

.full-menu select::-ms-expand {
  display: none; }

.full-menu select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  appearance: none;
  background-image: url("../img/header/dropdown.png.html");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  height: 41px;
  width: 9rem;
  padding: 0 28px 0 14px;
  font-weight: 700; }

.full-menu select option {
  font-weight: 400; }

.full-menu input[type="search"] {
  border-radius: 0;
  -webkit-appearance: none;
  border: none;
  color: #444444;
  background: transparent;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0 0 16px;
  width: 100px;
  height: 41px;
  font-size: 1.125rem;
  font-weight: 900;
  font-style: italic; }
  @media (min-width: 768px) {
    .full-menu input[type="search"] {
      padding: 0 16px;
      font-size: 1.375rem; } }
  .full-menu input[type="search"]:focus {
    outline-style: none !important; }

.full-menu input[type="search"]::placeholder {
  color: #727272;
  content: "Search"; }

.full-menu .search-form button {
  background: transparent;
  border: none;
  top: 0;
  cursor: pointer;
  padding: 0 0.5rem 0 0; }
  @media (min-width: 768px) {
    .full-menu .search-form button {
      padding: 0 1rem 0 0; } }

.full-menu h4 {
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 1rem;
  margin-top: 0.85rem; }

.full-menu ul, .full-menu li {
  padding: 0;
  margin: 0;
  list-style: none; }

.full-menu .audience-menu {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  margin: 0;
  grid-area: aud; }

.full-menu a {
  color: #001e44; }
  .full-menu a:hover, .full-menu a:focus {
    text-decoration: none;
    color: #005fa9;
    font-style: italic; }

.full-menu ul#modal-main-nav {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: s-nav;
  width: 100%;
  margin: 1rem 0; }
  @media (min-width: 768px) {
    .full-menu ul#modal-main-nav {
      margin: 1.5rem 0; } }
  @media (min-width: 1080px) {
    .full-menu ul#modal-main-nav {
      width: 80%; } }

.full-menu button {
  float: right;
  position: relative;
  display: block;
  top: 1rem;
  right: 0;
  border: none;
  background-color: transparent;
  cursor: pointer; }
  .full-menu button span {
    display: inline-block;
    top: 1rem;
    right: 2.125rem;
    width: 1rem;
    height: 1rem; }

.full-menu ul li.has-submenu button > span::before,
.full-menu ul li.has-submenu button > span::after {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  content: " ";
  height: 1rem;
  width: 0.25rem;
  background-color: #001e44; }

.full-menu ul li.has-submenu button > span::before {
  display: block;
  transform: rotate(90deg); }

.full-menu ul li.has-submenu button > span::after {
  display: block;
  transform: rotate(180deg); }

.full-menu ul li.has-submenu button:hover > span::after {
  display: block;
  color: #005fa9; }

.full-menu .open button {
  display: block;
  position: relative;
  top: 1rem; }

.full-menu ul li.open > a {
  display: block;
  font-style: italic;
  color: #005fa9;
  font-weight: 700 !important; }

.full-menu ul li.open ul li a {
  display: block;
  font-style: normal;
  color: #001e44; }

.full-menu ul li.open ul li a:hover {
  display: block;
  font-style: italic;
  color: #005fa9; }

.full-menu ul li.has-submenu > .dropdown-content {
  display: none; }

.full-menu ul li.has-submenu.open button > span::after {
  display: none; }

.full-menu > ul > li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: block;
  justify-content: space-between;
  margin: 0.5rem 0; }
  .full-menu > ul > li:first-child {
    margin: 0 0 0.5rem; }

.full-menu ul li.open .dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 1.875rem;
  margin-bottom: 3rem; }

.full-menu ul li.open .dropdown-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.full-menu ul#modal-main-nav > li > a {
  font-size: 1.5625rem;
  font-weight: 500;
  padding: 0.75rem 0 0.75rem 0;
  display: inline-block; }

.full-menu ul > li > a:first-child {
  padding: 0 0 0.65rem 0; }

.full-menu ul li .dropdown-content li a {
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.65);
  width: 100%;
  padding: 0.625rem 0; }

.full-menu .dropdown-content .submenu {
  margin: 0.125rem 0 2rem 2rem; }

.full-menu > ul > li:last-child .dropdown-content .submenu {
  margin: 0 0 1rem 1.75rem; }

.full-menu .submenu-links {
  width: 100%;
  font-weight: 500; }

.full-menu .audience-menu {
  margin: 0.5rem 0; }
  @media (min-width: 768px) {
    .full-menu .audience-menu {
      margin: 1rem 2rem 1.5rem 0; } }
  @media (min-width: 1080px) {
    .full-menu .audience-menu {
      margin: 0 0 2rem 0; } }

.full-menu .audience-menu h4, .full-menu .helpful-links-menu h4, .full-menu .social-menu h4 {
  color: #001e44;
  font-weight: 400;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .full-menu .audience-menu h4, .full-menu .helpful-links-menu h4, .full-menu .social-menu h4 {
      margin-bottom: 0.25rem; } }
  @media (min-width: 1080px) {
    .full-menu .audience-menu h4, .full-menu .helpful-links-menu h4, .full-menu .social-menu h4 {
      margin-bottom: 0; } }

.full-menu .social-menu h4 {
  font-weight: 700;
  margin-bottom: 1.125rem; }
  @media (min-width: 768px) {
    .full-menu .social-menu h4 {
      margin-bottom: 3rem; } }

.full-menu .audience-menu a {
  font-weight: 500;
  padding: 0.5rem 0;
  display: block;
  font-size: 1.375rem; }
  @media (min-width: 768px) {
    .full-menu .audience-menu a {
      font-size: 1.375rem; } }
  .full-menu .audience-menu a:hover {
    font-weight: 700; }

.full-menu .helpful-links-menu {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: lk;
  font-weight: 700;
  margin: 1rem 0 4rem;
  font-size: 1rem;
  width: 100%; }
  @media (min-width: 768px) {
    .full-menu .helpful-links-menu {
      margin: 1.5rem 2rem 1rem 0; } }
  @media (min-width: 1080px) {
    .full-menu .helpful-links-menu {
      margin: 0; } }

.full-menu .helpful-links-menu ul {
  margin-top: 0;
  margin-left: 0; }
  @media (min-width: 768px) {
    .full-menu .helpful-links-menu ul {
      margin-left: 0; } }

.full-menu .helpful-links-menu li {
  border-bottom: 1px dashed rgba(112, 112, 112, 0.65);
  font-weight: 700;
  letter-spacing: 0.015rem; }

.full-menu .helpful-links-menu a {
  padding: 0.625rem 0 !important;
  display: block;
  text-transform: uppercase; }

.full-menu .social-menu {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  text-align: left;
  grid-area: soc;
  margin-bottom: 46px;
  bottom: 0;
  right: 0;
  position: relative; }
  @media (min-width: 768px) {
    .full-menu .social-menu {
      display: flex;
      flex-direction: row;
      align-items: flex-end;
      justify-content: flex-end;
      text-align: right;
      width: 100%;
      margin-top: 40px;
      margin-bottom: 36px; } }
  @media (min-width: 1440px) {
    .full-menu .social-menu {
      margin-bottom: 46px; } }

.full-menu .social-heading {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 0;
  letter-spacing: 0.09375rem; }
  .full-menu .social-heading:after {
    content: "//";
    padding: 0 0 0 0.5rem; }
  @media (min-width: 768px) {
    .full-menu .social-heading {
      margin-bottom: 0.125rem; } }

.full-menu .social-menu svg {
  fill: #005fa9; }
  .full-menu .social-menu svg:hover {
    fill: rgba(0, 95, 169, 0.8); }

.full-menu .social-menu ul {
  list-style: none;
  display: flex;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .full-menu .social-menu ul {
      justify-content: flex-end;
      margin-bottom: 0; } }

.full-menu .social-menu ul li {
  margin-left: 0.5rem;
  margin-bottom: -0.1rem; }
  @media (min-width: 768px) {
    .full-menu .social-menu ul li {
      margin-left: 1rem; } }
  .full-menu .social-menu ul li:first-of-type {
    margin-left: 0; }
    @media (min-width: 768px) {
      .full-menu .social-menu ul li:first-of-type {
        margin-left: 1.75rem; } }
  .full-menu .social-menu ul li a i {
    font-size: 1.75rem;
    color: #005fa9; }
    .full-menu .social-menu ul li a i:hover {
      color: rgba(0, 95, 169, 0.8); }
  .full-menu .social-menu ul li a span {
    font-size: 0;
    display: inline-block; }
  .full-menu .social-menu ul li a svg {
    color: #005fa9 !important; }
    .full-menu .social-menu ul li a svg:hover {
      color: rgba(0, 95, 169, 0.8); }

@media (min-width: 768px) {
  .full-menu .full-menu-mark {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
  .full-menu .cta-container {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5; }
  .full-menu .close-menu {
    -ms-grid-row: 1;
    -ms-grid-column: 8; }
  .full-menu .search-form {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 6; }
  .full-menu .audience-menu {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
    -ms-grid-column-span: 3; }
  .full-menu ul#modal-main-nav {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3; }
  .full-menu .helpful-links-menu {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
    -ms-grid-column-span: 3; }
  .full-menu .social-menu {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 7; } }

@media (min-width: 1080px) {
  .full-menu .cta-container {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3; }
  .full-menu .close-menu {
    -ms-grid-row: 1;
    -ms-grid-column: 5; }
  .full-menu .search-form {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 4; }
  .full-menu .audience-menu {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2; }
  .full-menu .helpful-links-menu {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2; }
  .full-menu .social-menu {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 4; } }

@media (min-width: 768px) {
  .full-menu .social-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    width: 100%;
    margin-bottom: 36px; } }

.full-menu[aria-hidden="true"] {
  display: none; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  color: #ffffff; }

.cta-container {
  display: block;
}

.ctaSticky {
  position: sticky;
}

.cta-banner.ctaRelative {
  position: relative;
  bottom: 0;
}

.cta-banner {
  background-color: #3EA39E;
  color: #001E44;
  bottom: 0;
  z-index: 101;
  font-family: "Roboto", sans-serif;
  height: 116px;
}

/* Creek banner, Nittany Navy button */
.cta-banner.creek-navy {
  background-color: #3EA39E;
  color: #001E44;
}

.cta-banner.creek-navy .cta-button {
    background-color: #001E44;
    color: #fff;
}

.cta-banner.creek-navy .cta-button:hover {
  background-color: #FFD100;
  color: #001E44;
}

/* Creek banner, Keystone button */
.cta-banner.creek-keystone {
  background-color: #3EA39E;
  color: #001E44;
}

.cta-banner.creek-keystone .cta-button {
    background-color: #FFD100;
    color: #001E44;
}

.cta-banner.creek-keystone .cta-button:hover {
  background-color: #001E44;
  color: #fff;
}

/* PA Sky banner, Keystone button */
.cta-banner.sky-keystone {
  background-color: #009CDE;
  color: #001E44;
}

.cta-banner.sky-keystone .cta-button {
    background-color: #FFD100;
    color: #001E44;
}

.cta-banner.sky-keystone .cta-button:hover {
  background-color: #001E44;
  color: #fff;
}

/* Nittany Navy banner, PA Link Light button */
.cta-banner.navy-palink {
  background-color: #001E44;
  color: #fff;
}

.cta-banner.navy-palink .cta-button {
    background-color: #CCF0FF;
    color: #001E44;
}

.cta-banner.navy-palink .cta-button:hover {
  background-color: #fff;
  color: #001E44;
}

.cta-banner.navy-palink .close-banner {
  color: #fff;
}

.cta-banner.navy-palink .close-banner span::before,
.cta-banner.navy-palink .close-banner span::after {
  background-color: #fff;
}

.cta-banner h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
  padding-top: 0.25rem;
}

.cta-banner p {
  padding: 5px 0 0 0;
  display: inline-block;
}

.cta-banner div {
  text-align: center;
}

.cta-banner .cta-button {
  text-transform: uppercase;
  font-style: italic;
  margin: 0;
  padding: 8px 18px;
  text-decoration: none;  
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #fff;
}

@media (min-width: 576px) {
  .cta-banner {
    height: 80px;
  }  
  .cta-banner h2 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 1.25rem;
    padding-top: 0.45rem;
  }
  .cta-banner .cta-button {
    margin: 0 0 0 2rem;
  }
}

@media (min-width: 768px) {
  .cta-banner h2 {
    font-size: 22px;
  }
}

.close-banner {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
  text-transform: uppercase;
  height: 30px;
  width: 40px;
  top: 0;
  grid-area: cl;
  letter-spacing: 0.1rem;
  line-height: 1.25rem;
  color: #001e44;
  display: inline-block; 
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
@media (min-width: 768px) {
    .close-banner {
      margin-top: 0; } }
.close-banner span {
    display: inline-block;
    position: relative;
    right: 0.5rem;
    top: 4px;
    width: 20px;
    height: 20px; }
.close-banner p {
    display: inline-block;
    line-height: 30px; }

.close-banner span::before,
.close-banner span::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 3px;
  background-color: #001e44; }

.close-banner span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.close-banner span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.close-banner {
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-weight: 700;
  text-align: right; }

.removeClose {
  display: none;
}