@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap");
/* Colors */
.news-article, .footer-wrap {
  padding: 3rem 2rem;
}

@media (min-width: 48em) {
  .news-article, .footer-wrap {
    padding: 4rem 2rem;
  }
}

@media (min-width: 81.25em) {
  .news-article, .footer-wrap {
    padding: 6rem 1rem;
  }
}

@media (min-width: 112.5em) {
  .news-article, .footer-wrap {
    padding: 8rem 1rem;
  }
}

.footer-menu {
  padding: 2rem 2rem;
}

@media (min-width: 48em) {
  .footer-menu {
    padding: 3rem 2rem;
  }
}

@media (min-width: 81.25em) {
  .footer-menu {
    padding: 4rem 1rem;
  }
}

@media (min-width: 112.5em) {
  .footer-menu {
    padding: 6rem 1rem;
  }
}

.page-content > p, .page-content > ul, .page-content > ol {
  line-height: 1.8;
  font-size: 1rem;
  text-align: left;
  line-height: 1.5;
  font-weight: 300;
}

.page-content > p p, .page-content > ul p, .page-content > ol p {
  margin-bottom: 1rem;
}

.page-content > p p:last-of-type, .page-content > ul p:last-of-type, .page-content > ol p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .page-content > p p, .page-content > ul p, .page-content > ol p {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 81.25em) {
  .page-content > p, .page-content > ul, .page-content > ol {
    font-size: 1.2rem;
  }
  .page-content > p p, .page-content > ul p, .page-content > ol p {
    margin-bottom: 1.4rem;
  }
}

@media (min-width: 100em) {
  .page-content > p p, .page-content > ul p, .page-content > ol p {
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 112.5em) {
  .page-content > p p, .page-content > ul p, .page-content > ol p {
    margin-bottom: 1.8rem;
  }
}

.page-content > p a, .page-content > ul a, .page-content > ol a {
  color: #115778;
  font-weight: 600;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.page-content > p a:hover, .page-content > ul a:hover, .page-content > ol a:hover {
  color: #8D0C11;
}

.page-content > h2 {
  font-family: "Mulish", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
}

@media (min-width: 48em) {
  .page-content > h2 {
    font-size: 2.4rem;
  }
}

@media (min-width: 81.25em) {
  .page-content > h2 {
    font-size: 2.6rem;
  }
}

@media (min-width: 100em) {
  .page-content > h2 {
    font-size: 2.8rem;
  }
}

@media (min-width: 112.5em) {
  .page-content > h2 {
    font-size: 3rem;
  }
}

.page-content > h3, .news-meta-title {
  font-family: "Mulish", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

@media (min-width: 48em) {
  .page-content > h3, .news-meta-title {
    font-size: 1.6rem;
  }
}

@media (min-width: 81.25em) {
  .page-content > h3, .news-meta-title {
    font-size: 1.7rem;
  }
}

@media (min-width: 100em) {
  .page-content > h3, .news-meta-title {
    font-size: 1.9rem;
  }
}

@media (min-width: 112.5em) {
  .page-content > h3, .news-meta-title {
    font-size: 2.3rem;
  }
}

html {
  box-sizing: border-box;
}

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

input[type=text], textarea, input[type=tel], input[type=email], input[type=password], input[type=number], input[type=url], input[type=submit], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

address, dl {
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre, figure {
  margin: 0;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  padding: 0;
}

main {
  display: block;
}

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

a {
  background-color: transparent;
  text-decoration: none;
}

a:focus {
  outline: none;
}

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

b,
strong {
  font-weight: 700;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

[hidden] {
  display: none;
}

.logo {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.logo-svg {
  width: 100%;
  height: auto !important;
}

.logo-fill-white {
  fill: #fff;
}

.logo-fill-blue {
  fill: #115778;
}

.logo-fill-red {
  fill: #EC1C24;
}

.logo-fill-gray {
  fill: #B3B3B3;
}

.logo-mobile {
  width: 40%;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  max-width: 15rem;
}

@media (min-width: 48em) {
  .logo-mobile {
    width: 30%;
  }
}

@media (min-width: 81.25em) {
  .logo-mobile {
    display: none;
  }
}

.fixed .logo-mobile {
  width: 30%;
}

@media (min-width: 48em) {
  .fixed .logo-mobile {
    width: 25%;
  }
}

.footer {
  color: #4A4A4A;
  text-align: center;
}

.footer-wrap {
  max-width: 81.25em;
  margin: 0 auto;
}

@media (max-width: 64em) {
  .footer-wrap {
    padding: 2rem 1rem;
  }
}

.footer-logo {
  max-width: 12rem;
  display: block;
  margin: 0 auto;
}

.footer-menu {
  padding-bottom: 2rem;
}

@media (max-width: 64em) {
  .footer-menu {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-menu-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}

@media (max-width: 64em) {
  .footer-menu-list-utility {
    width: 100%;
    display: flex;
    align-content: stretch;
    margin: 2rem 0;
  }
}

.footer-menu-item {
  padding: 0;
}

@media (min-width: 48em) {
  .footer-menu-item {
    margin: 0 .25rem;
  }
}

.footer-menu-link {
  text-transform: uppercase;
  color: #115778;
  font-weight: 700;
  padding: .75rem 1rem;
  margin: .25rem;
  font-size: 1rem;
  display: block;
  white-space: nowrap;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border-radius: 2rem;
}

@media (min-width: 81.25em) {
  .footer-menu-link {
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 1rem 1.5rem;
  }
}

.footer-menu-link:hover {
  background: #115778;
  color: #fff;
}

.footer-menu-link-utility {
  color: #115778;
  padding: .65rem;
  font-size: .8rem;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: inline-block;
}

@media (min-width: 48em) {
  .footer-menu-link-utility {
    display: block;
    padding: .75rem;
    font-size: .9rem;
  }
}

.footer-menu-link-utility:hover {
  color: #8D0C11;
}

.footer-social {
  margin: 1rem auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}

@media (min-width: 48em) {
  .footer-social {
    margin-top: 1rem;
  }
}

.footer-social .social-link {
  width: 3rem;
  height: 3rem;
}

.footer-social .social-link-svg {
  fill: #978275;
}

.footer-badge {
  max-width: 8rem;
  margin: 0 auto;
}

@media (min-width: 81.25em) {
  .footer-badge {
    max-width: 14rem;
  }
}

.footer-badge-svg {
  width: 100%;
}

.footer-utility {
  font-size: .85rem;
  margin: 1rem auto;
}

@media (min-width: 48em) {
  .footer-utility {
    font-size: .75rem;
  }
}

@media (min-width: 81.25em) {
  .footer-utility {
    font-size: .9rem;
    margin: 2rem auto;
  }
}

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

.footer-utility a {
  color: #978275;
  margin: 0 .5rem;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48em) {
  .footer-utility a {
    margin: 0 1rem;
  }
}

.footer-utility a:hover {
  color: #978275;
}

.footer-utility p {
  margin-bottom: .75rem;
}

.news-article {
  max-width: 64em;
  margin: 0 auto;
}

.news-breadcrumbs {
  display: block;
  margin-bottom: 1rem;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}

.news-breadcrumbs-item {
  border-radius: 2rem;
  color: #082E43;
  letter-spacing: 1px;
  padding: .55rem 1rem .5rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .85rem;
  margin: 0 auto;
  display: inline-block;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.news-breadcrumbs-item:hover {
  background: #115778;
  color: #fff !important;
}

.news-breadcrumbs-spacer {
  padding: 0 .25rem;
  color: #B3B3B3;
}

.news-meta {
  padding-bottom: 1rem;
  margin: 0 auto 1rem;
  max-width: 64em;
}

@media (min-width: 81.25em) {
  .news-meta {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}

.news-meta-date {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 1rem;
  display: block;
  font-size: .85rem;
}

.news-meta-title {
  color: #115778;
  font-weight: 600;
}

.news-body {
  text-align: left;
  max-width: 48em;
  margin: 0 auto;
}

html {
  position: relative;
}

body {
  font-family: "Mulish", sans-serif;
  color: #4A4A4A;
  text-align: center;
}

.skip-to-main,
.join,
.footer-menu,
.header-main-menu-item.has-submenu,
.header-eyebrow,
.mobile-menu-close,
.menu-trigger,
.logo-mobile {
  display: none;
}

.header {
  display: block;
  padding: 2rem;
  height: 1.75in;
}

.header-main-menu {
  margin: 0 auto;
  padding: 0 auto;
  list-style: none;
}

.header-main-menu-item {
  margin: 0 auto;
  padding: 0 auto;
}

.header .logo {
  width: 3in;
}

.header .logo-fill-white {
  fill: #115778;
}

#main_content {
  padding-top: 0 !important;
}

.page-content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-content > p, .page-content > ul, .page-content > ol {
  margin: 0 auto;
  text-align: left;
  margin-bottom: 1rem;
}

.page-content > ul, .page-content > ol {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 64em) {
  .page-content > ul, .page-content > ol {
    margin-left: 1.5rem;
  }
}

.page-content > ul li, .page-content > ol li {
  margin-bottom: .35rem;
}

.page-content > h1, .page-content > h2, .page-content > h3, .page-content > h4, .page-content > h5, .page-content > h6 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 64em) {
  .page-content > h1, .page-content > h2, .page-content > h3, .page-content > h4, .page-content > h5, .page-content > h6 {
    max-width: none;
  }
}

.page-content > h2 {
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: .5em;
}

.page-content > h3 {
  color: #115778;
  margin-bottom: .5em;
}

.page-content a {
  color: #115778;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.page-content a:hover {
  color: #8D0C11;
}

.news-meta {
  max-width: none;
}

.news-article {
  padding: .5in 0;
  max-width: none;
}

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

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

.img-float {
  background-color: #082E43;
  width: 100%;
  margin: 0 0 1rem 0;
  border-radius: 2rem;
}

@media (min-width: 48em) {
  .img-float-left {
    float: left;
    width: 50%;
    margin: 0 1rem 1rem 0;
  }
}

@media (min-width: 81.25em) {
  .img-float-left {
    width: 30%;
    margin: 0 1.5rem 1.5rem 0;
  }
}

@media (min-width: 48em) {
  .img-float-right {
    float: right;
    width: 50%;
    margin: 0 0 1rem 1rem;
  }
}

@media (min-width: 81.25em) {
  .img-float-right {
    width: 30%;
    margin: 0 0 1.5rem 1.5rem;
  }
}
