@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;1,700&display=swap");
/* Colors */
.latest-video, .latest, .locals-wrap, .footer-wrap {
  padding: 3rem 2rem;
}

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

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

@media (min-width: 112.5em) {
  .latest-video, .latest, .locals-wrap, .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;
  }
}

.locals-maps {
  margin: 1rem auto;
}

@media (min-width: 48em) {
  .locals-maps {
    margin: 2rem auto;
  }
}

@media (min-width: 81.25em) {
  .locals-maps {
    margin: 3rem auto;
  }
}

@media (min-width: 100em) {
  .locals-maps {
    margin: 4rem auto;
  }
}

.search-input, .header-eyebrow-link {
  color: #fff;
  font-size: .9rem;
}

@media (min-width: 81.25em) {
  .search-input, .header-eyebrow-link {
    font-size: .8rem;
  }
}

.news-card-headline, .join-headline {
  font-family: "Mulish", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

@media (min-width: 48em) {
  .news-card-headline, .join-headline {
    font-size: 1.1rem;
  }
}

@media (min-width: 81.25em) {
  .news-card-headline, .join-headline {
    font-size: 1.35rem;
  }
}

@media (min-width: 100em) {
  .news-card-headline, .join-headline {
    font-size: 1.4rem;
  }
}

@media (min-width: 112.5em) {
  .news-card-headline, .join-headline {
    font-size: 1.5rem;
  }
}

.members-item-label {
  font-family: "Mulish", sans-serif;
  font-size: 1.2rem;
}

@media (min-width: 48em) {
  .members-item-label {
    font-size: 1.25rem;
  }
}

@media (min-width: 81.25em) {
  .members-item-label {
    font-size: 1.3rem;
  }
}

@media (min-width: 100em) {
  .members-item-label {
    font-size: 1.35rem;
  }
}

@media (min-width: 112.5em) {
  .members-item-label {
    font-size: 1.4rem;
  }
}

.ui-helper-clearfix::before, .ui-helper-clearfix::after {
  display: table;
  content: '';
}

.ui-helper-clearfix::after {
  clear: both;
}

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

html {
  position: relative;
  scroll-behavior: smooth;
}

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

body.mobile-menu-active {
  overflow: hidden;
}

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

.screen-reader, .fill-svg {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader:focus, .fill-svg:focus {
  background: #8D0C11;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: .5rem;
  width: auto;
}

.skip-to-main {
  background: #000;
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000000;
  padding: 1rem;
  color: #fff;
  text-transform: uppercase;
  display: block;
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transform: translateY(calc(-100% - .5rem));
  border-radius: 2rem;
}

.skip-to-main:focus, .skip-to-main:focus-within {
  transform: translateY(0);
  outline: 2px solid #978275;
}

#main_content {
  position: relative;
  overflow-y: hidden;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.header.no-hero {
  background: #115778;
  box-shadow: 0 0.3rem 1.5rem 0 rgba(0, 0, 0, 0.2);
}

.header.scroll-up {
  top: -80%;
}

.header-wrap {
  background: linear-gradient(0deg, rgba(8, 46, 67, 0) 0%, rgba(8, 46, 67, 0.9) 100%);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  padding: .5rem;
}

@media (min-width: 81.25em) {
  .header-wrap {
    background: linear-gradient(0deg, rgba(8, 46, 67, 0) 0%, rgba(8, 46, 67, 0.9) 40%);
    align-items: flex-start;
    padding: 0;
  }
}

.header-menu {
  background: linear-gradient(0deg, #115778 0%, #082E43 100%);
  position: fixed;
  top: 0;
  left: -100%;
  width: 82vw;
  height: 100vh;
  min-height: 100vh;
  transition: 0.5s left cubic-bezier(0.57, 0.2, 0.21, 0.89);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  overflow-y: scroll;
}

@media (min-width: 81.25em) {
  .header-menu {
    width: 100%;
    justify-content: center;
    background: transparent;
    height: auto;
    min-height: auto;
    position: static;
    overflow-y: unset;
    padding: 0 0 .5rem;
    margin: 0 auto;
  }
}

.header-menu-expand {
  width: 2rem;
  height: 2rem;
  background: #fff;
  padding: .5rem;
  margin: 0 .5rem;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  cursor: pointer;
}

@media (min-width: 81.25em) {
  .header-menu-expand {
    display: none;
  }
}

.header-menu-expand:hover {
  background: #B3B3B3;
}

.header-menu-expand:hover:before, .header-menu-expand:hover:after {
  background: #fff !important;
}

.header-menu-expand:after, .header-menu-expand:before {
  width: 1rem;
  height: 2px;
  background: #082E43;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.header-menu-expand:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.header-eyebrow {
  width: 100%;
  order: 2;
  list-style: none;
  margin: 0;
  padding: 0 1rem 1rem;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 81.25em) {
  .header-eyebrow {
    background: linear-gradient(90deg, #115778 0%, #051e2c 50%, #115778 100%);
    order: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    padding: .25rem;
  }
}

.header-eyebrow-item {
  margin: .25rem auto;
  padding: 0;
  position: relative;
  transition: 1s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  opacity: 0;
  transform: translateY(1.5rem);
  width: 100%;
  transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  opacity: 0;
  transform: translateY(1.5rem);
}

@media (min-width: 81.25em) {
  .header-eyebrow-item {
    width: auto;
    margin: 0;
    opacity: 1;
    transform: none;
  }
}

.header-eyebrow-item.search-container {
  margin-left: auto;
}

@media (max-width: 64em) {
  .header-eyebrow-item {
    width: 100%;
  }
  .header-eyebrow-item:nth-child(1) {
    order: 2;
  }
  .header-eyebrow-item:nth-child(2) {
    order: 3;
  }
  .header-eyebrow-item:nth-child(3) {
    order: 3;
  }
  .header-eyebrow-item:nth-child(4) {
    order: 1;
  }
  .header-eyebrow-item:nth-child(5) {
    order: 5;
  }
}

.header-eyebrow-item-social {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

@media (min-width: 81.25em) {
  .header-eyebrow-item-social {
    padding: 0 .5rem;
    margin-top: 0;
  }
}

.header-eyebrow-link {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: .75rem 1rem;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}

@media (min-width: 81.25em) {
  .header-eyebrow-link {
    padding: .55rem 1rem;
  }
}

.header-eyebrow-link:hover {
  background: #B3B3B3;
  color: #082E43;
}

.header-main-menu {
  width: 100%;
  list-style: none;
  padding: 1rem 1rem 0;
  margin: 0;
  order: 1;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 48em) {
  .header-main-menu {
    order: 2;
    padding: 0;
  }
}

@media (min-width: 81.25em) {
  .header-main-menu {
    max-width: 81.25em;
    position: relative;
    width: auto;
    margin: 0;
    transform: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    top: -.5rem;
  }
}

.header-main-menu-item {
  width: 100%;
  display: block;
  text-align: left;
  transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  opacity: 0;
  transform: translateY(1.5rem);
  border-bottom: 1px solid rgba(17, 87, 120, 0.2);
  padding: .35rem 0;
}

@media (min-width: 48em) {
  .header-main-menu-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 81.25em) {
  .header-main-menu-item {
    width: auto;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    opacity: 1;
    border: none;
    transform: none;
    transition-delay: 0;
    position: relative;
    top: .75rem;
  }
}

.header-main-menu-item-logo {
  width: 60%;
  max-width: 18rem;
  margin-bottom: 2rem;
  padding: 1rem 0 0 1rem;
  border: none;
}

@media (min-width: 81.25em) {
  .header-main-menu-item-logo {
    margin-bottom: 0;
    top: 0;
    width: 19rem;
    padding: 0 2rem;
    position: relative;
    transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  }
}

.header-main-menu-item.active .header-main-menu-link {
  background: #115778;
}

.header-main-menu-item.expanded .header-main-menu-link {
  background: #082E43;
}

@media (min-width: 81.25em) {
  .header-main-menu-item.expanded .header-main-menu-link {
    background: transparent;
  }
}

.header-main-menu-item.expanded .header-main-menu-submenu {
  max-height: 100rem;
  opacity: 1;
}

@media (min-width: 81.25em) {
  .header-main-menu-item.expanded .header-main-menu-submenu {
    margin-bottom: 0;
    max-height: none;
  }
}

.header-main-menu-item.expanded .header-menu-expand:after {
  transform: translate(-50%, -50%) rotate(0deg) !important;
}

.header-main-menu-item-grid {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}

.header-main-menu-item:hover .header-main-menu-link {
  background: #082E43;
  color: #fff;
}

.header-main-menu-item:hover .header-main-menu-item-arrow {
  transform: rotate(180deg);
}

.header-main-menu-item:hover .header-main-menu-submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-main-menu-item:hover .header-main-menu-submenu:after {
  bottom: 100%;
}

@media (min-width: 81.25em) {
  .header-main-menu-item:nth-child(1) {
    order: 3;
  }
  .header-main-menu-item:nth-child(2) {
    order: 1;
  }
  .header-main-menu-item:nth-child(3) {
    order: 2;
  }
  .header-main-menu-item:nth-child(4) {
    order: 4;
  }
  .header-main-menu-item:nth-child(5) {
    order: 5;
  }
}

.header-main-menu-link {
  font-size: 1.1rem;
  display: block;
  overflow: hidden;
  font-family: "Mulish", sans-serif;
  color: #fff;
  font-weight: 500;
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 2rem;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  white-space: nowrap;
  flex: 1;
}

@media (min-width: 81.25em) {
  .header-main-menu-link {
    padding: 1rem 1.25rem;
    margin-left: 0;
    font-size: 1.2rem;
    border-bottom: none;
  }
}

.header-main-menu-link:focus-within {
  box-shadow: inset 0 0 0 1px #B3B3B3;
}

.header-main-menu-submenu {
  list-style: none;
  text-align: left;
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin: 0 auto;
  padding: 0;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.75s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .header-main-menu-submenu {
    background-color: #B3B3B3;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.35);
    width: 100%;
    min-width: 17rem;
    border-radius: 1.5rem;
    display: block;
    visibility: hidden;
    padding: .5rem;
    margin: 0 auto;
    opacity: 0;
    overflow: visible;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    transition: cubic-bezier(0.5, 1.65, 0.4, 0.8);
    z-index: 1000;
    max-height: none;
    transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  }
  .header-main-menu-submenu:after {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 95%;
    left: 50%;
    border: solid transparent;
    content: "";
    pointer-events: none;
    border-color: rgba(179, 179, 179, 0);
    border-bottom-color: #B3B3B3;
    border-width: .65rem;
    margin-left: -.65rem;
    transition: 0.5s bottom cubic-bezier(0.57, 0.2, 0.21, 0.89);
  }
}

@media (max-width: 64em) {
  .header-main-menu-submenu-item {
    margin: .25rem auto;
  }
}

@media (max-width: 64em) {
  .header-main-menu-submenu-item:first-of-type {
    margin-top: 1rem;
  }
}

@media (max-width: 64em) {
  .header-main-menu-submenu-item:last-of-type {
    margin-bottom: 1rem;
  }
}

.header-main-menu-submenu-item-link {
  display: block;
  padding: .75rem 1rem .75rem 1.5rem;
  font-size: .9rem;
  font-family: "Mulish", sans-serif;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: "Mulish", sans-serif;
}

@media (min-width: 81.25em) {
  .header-main-menu-submenu-item-link {
    color: #082E43;
  }
}

.header-main-menu-submenu-item-link:hover {
  background: #082E43;
  color: #fff;
}

.header-main-menu-submenu-item-link:focus-within {
  box-shadow: inset 0 0 0 1px #B3B3B3;
}

.fixed .header {
  background: #115778;
  box-shadow: 0 0.3rem 1.5rem 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 81.25em) {
  .fixed .header-main-menu {
    padding-bottom: .25rem;
  }
}

@media (min-width: 81.25em) {
  .fixed .header-main-menu-list {
    top: -.6rem;
  }
}

@media (min-width: 81.25em) {
  .fixed .header-main-menu-item-logo {
    width: 15rem;
  }
}

.mobile-menu-close {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #030f15;
  display: block;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

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

.expanded-menu {
  overflow: hidden;
}

@media (min-width: 81.25em) {
  .expanded-menu {
    overflow: visible;
  }
}

.expanded-menu .header-menu {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
}

@media (min-width: 81.25em) {
  .expanded-menu .header-menu {
    position: relative;
    top: auto;
    left: auto;
  }
}

.expanded-menu .header-main-menu-item {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.expanded-menu .header-main-menu-item:nth-of-type(1) {
  transition-delay: 0.15s;
}

.expanded-menu .header-main-menu-item:nth-of-type(2) {
  transition-delay: 0.25s;
}

.expanded-menu .header-main-menu-item:nth-of-type(3) {
  transition-delay: 0.35s;
}

.expanded-menu .header-main-menu-item:nth-of-type(4) {
  transition-delay: 0.45s;
}

.expanded-menu .header-main-menu-item:nth-of-type(5) {
  transition-delay: 0.55s;
}

.expanded-menu .header-main-menu-item:nth-of-type(6) {
  transition-delay: 0.65s;
}

.expanded-menu .header-main-menu-item:nth-of-type(7) {
  transition-delay: 0.75s;
}

.expanded-menu .header-main-menu-item:nth-of-type(8) {
  transition-delay: 0.85s;
}

.expanded-menu .header-main-menu-item:nth-of-type(9) {
  transition-delay: 0.95s;
}

.expanded-menu .header-eyebrow-item {
  opacity: 1;
  transform: none;
  visibility: visible;
}

@media (max-width: 64em) {
  .expanded-menu .header-eyebrow-item:nth-of-type(4) {
    transition-delay: .5s;
  }
  .expanded-menu .header-eyebrow-item:nth-of-type(1) {
    transition-delay: .6s;
  }
  .expanded-menu .header-eyebrow-item:nth-of-type(2) {
    transition-delay: .7s;
  }
  .expanded-menu .header-eyebrow-item:nth-of-type(3) {
    transition-delay: .8s;
  }
  .expanded-menu .header-eyebrow-item:nth-of-type(5) {
    transition-delay: .9s;
  }
}

.expanded-menu .mobile-menu-close {
  opacity: .9;
  visibility: visible;
}

.search-container {
  position: relative;
  width: 100%;
  padding: 0 .25rem;
}

@media (min-width: 81.25em) {
  .search-container {
    width: 6.5rem;
    padding: 0;
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  }
}

.search-container:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  z-index: 1;
  opacity: 0;
  transition: 0.3s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.search-container.search-active {
  width: 100%;
}

@media (min-width: 81.25em) {
  .search-container.search-active {
    width: 25rem;
  }
}

.search-container.search-active .search-form {
  background: #978275;
}

.search-container.search-active:after {
  opacity: 1;
}

.search-container.search-active .search-input {
  color: #fff;
}

.search-container.search-active .search-input.placeholder {
  color: #fff;
}

.search-container.search-active .search-input:-moz-placeholder {
  color: #fff;
}

.search-container.search-active .search-input::-moz-placeholder {
  color: #fff;
}

.search-container.search-active .search-input:-ms-input-placeholder {
  color: #fff;
}

.search-container.search-active .search-input::-webkit-input-placeholder {
  color: #fff;
}

.search-container.search-active .search-button-icon {
  fill: #fff;
}

.search-container.search-active .search-button:hover .search-button-icon {
  color: #fff;
}

.search-form {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: stretch;
  align-items: center;
  position: relative;
  z-index: 10;
  transition: 0.6s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border-radius: 2rem;
}

@media (max-width: 64em) {
  .search-form {
    padding: .25rem;
  }
}

.search-form:hover {
  background: #978275;
}

.search-form:hover .search-input {
  color: #082E43;
}

.search-form:hover .search-input.placeholder {
  color: #082E43;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.search-form:hover .search-input:-moz-placeholder {
  color: #082E43;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.search-form:hover .search-input::-moz-placeholder {
  color: #082E43;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.search-form:hover .search-input:-ms-input-placeholder {
  color: #082E43;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.search-form:hover .search-input::-webkit-input-placeholder {
  color: #082E43;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.search-form:hover .search-button-icon {
  fill: #082E43;
}

.search-input {
  background: transparent;
  width: 100%;
  flex: 1;
  border: none;
  color: #000;
  padding: .5rem .5rem .5rem .25rem;
  cursor: pointer;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.search-input.placeholder {
  opacity: 1;
  color: #fff;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .search-input.placeholder {
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}

.search-input:-moz-placeholder {
  opacity: 1;
  color: #fff;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .search-input:-moz-placeholder {
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}

.search-input::-moz-placeholder {
  opacity: 1;
  color: #fff;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .search-input::-moz-placeholder {
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}

.search-input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .search-input:-ms-input-placeholder {
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}

.search-input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 81.25em) {
  .search-input::-webkit-input-placeholder {
    letter-spacing: 2px;
    text-transform: uppercase;
  }
}

.search-input:focus {
  outline: none;
}

.search-button {
  background: transparent;
  outline: none;
  border: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  padding: .15rem;
  cursor: pointer;
  margin-left: .5rem;
}

@media (min-width: 81.25em) {
  .search-button {
    margin-left: .15rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}

.search-button-icon {
  width: 80%;
  height: auto;
  fill: #fff;
  margin-top: .1rem;
  position: relative;
  z-index: 200;
  transition: 0.3s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

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

.join {
  background: #B3B3B3;
  padding: 2rem;
  margin: 0 auto;
  position: relative;
  z-index: 200;
  border-radius: 1rem;
  max-width: 90%;
}

@media (min-width: 81.25em) {
  .join {
    max-width: 81.25em;
    padding: 3rem;
  }
}

.join.gray {
  background: #B3B3B3;
}

.join.blue {
  background: #082E43;
}

.join.darkblue {
  background: #082E43;
}

.join.blue .join-headline, .join.darkblue .join-headline {
  color: #fff !important;
}

.join.blue .join-button, .join.darkblue .join-button {
  background: #115778;
}

.join.full-width {
  max-width: none !important;
  border-radius: 0;
}

.join-wrap {
  max-width: 64em;
  margin: 0 auto;
}

.join-headline {
  color: #082E43;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
  margin-bottom: 1rem;
}

@media (min-width: 48em) {
  .join-headline {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

.join-label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.join-label:focus {
  background: #8D0C11;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: .5rem;
  width: auto;
}

.join-field {
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  outline: none;
  border: none;
  letter-spacing: 2px;
  border-radius: 2rem !important;
  font-weight: 300;
  color: #082E43;
}

.join-field.placeholder {
  color: #082E43;
  opacity: 1;
}

.join-field:-moz-placeholder {
  color: #082E43;
  opacity: 1;
}

.join-field::-moz-placeholder {
  color: #082E43;
  opacity: 1;
}

.join-field:-ms-input-placeholder {
  color: #082E43;
  opacity: 1;
}

.join-field::-webkit-input-placeholder {
  color: #082E43;
  opacity: 1;
}

.join-field.error {
  box-shadow: 0 0 0 2px #8D0C11;
}

@media (min-width: 48em) {
  .join-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
  }
}

.join-form-col {
  padding: 0 0 .75rem;
  position: relative;
}

@media (min-width: 48em) {
  .join-form-col {
    padding: 0 .5rem 0 0;
  }
  .join-form-col:last-of-type {
    width: 13rem;
  }
}

.join-form-col div.error {
  background: #8D0C11;
  color: #fff;
  font-size: .75rem;
  padding: .5rem .75rem;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: .75rem;
  white-space: nowrap;
}

.join-form-col div.error:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
  pointer-events: none;
  border-color: rgba(236, 28, 36, 0);
  border-bottom-color: #8D0C11;
  border-width: .5rem;
  margin-left: -.5rem;
}

.join-button {
  text-transform: uppercase;
  background-color: #082E43;
  border-radius: 2rem;
  padding: 1rem 2rem;
  outline: none;
  border: none;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  cursor: pointer;
}

.join-button:hover {
  background-color: #978275 !important;
  color: #082E43;
}

.hero ~ .join {
  margin-top: -1rem;
}

@media (min-width: 81.25em) {
  .hero ~ .join {
    margin-top: -2rem;
  }
}

@media (min-width: 81.25em) {
  .footer-join {
    margin-top: 0rem;
    padding: 3rem;
  }
}

.menu-trigger {
  background: transparent;
  width: 3.5rem;
  height: 3.5rem;
  border: 0;
  font-family: "Mulish", sans-serif;
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: block;
  cursor: pointer;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin: 0 0 0 auto;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

@media (max-width: 64em) {
  .menu-trigger {
    z-index: 2000;
  }
}

@media (min-width: 48em) {
  .menu-trigger {
    margin-right: .75rem;
    z-index: 2000000;
  }
}

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

.menu-trigger:after {
  background: #B3B3B3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  content: "";
  display: block;
  border-radius: 50%;
  transition: 0.5s opacity cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.menu-trigger-label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.menu-trigger-label:focus {
  background: #8D0C11;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: .5rem;
  width: auto;
}

.menu-trigger:hover .hamburger-inner, .menu-trigger:hover .hamburger-inner:before, .menu-trigger:hover .hamburger-inner:after {
  background-color: #082E43;
}

.menu-trigger:focus {
  outline: 0;
}

.hamburger {
  padding: .15rem .15rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  position: relative;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  z-index: 300;
}

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

.hamburger-inner {
  display: block;
  top: 55%;
  width: 24px;
  margin-top: -1px;
  transition-property: opacity;
  transition-duration: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  height: 2px;
  border-radius: .25rem;
  background-color: #082E43;
  border-radius: 0;
  position: absolute;
  transition-property: transform, width, background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

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

.hamburger-inner:before {
  top: -8px;
  transition: top .1s .25s ease-in, opacity .1s ease-in, width .1s .12s ease-out;
}

.hamburger-inner:after {
  bottom: -8px;
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s 0.12s ease-out;
}

.expanded-menu .menu-trigger {
  box-shadow: none;
}

@media (max-width: 64em) {
  .expanded-menu .menu-trigger:hover .hamburger-inner, .expanded-menu .menu-trigger:hover .hamburger-inner:before, .expanded-menu .menu-trigger:hover .hamburger-inner:after, .expanded-menu .menu-trigger:focus .hamburger-inner, .expanded-menu .menu-trigger:focus .hamburger-inner:before, .expanded-menu .menu-trigger:focus .hamburger-inner:after {
    transition: 0.5s transform cubic-bezier(0.57, 0.2, 0.21, 0.89), 0.5s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
    background-color: #082E43;
  }
}

.expanded-menu .menu-trigger:after {
  background: #B3B3B3;
}

.expanded-menu .menu-trigger .hamburger-inner, .expanded-menu .menu-trigger .hamburger-inner:before, .expanded-menu .menu-trigger .hamburger-inner:after {
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background-color: #082E43;
}

@media (min-width: 48em) {
  .expanded-menu .menu-trigger .hamburger-inner, .expanded-menu .menu-trigger .hamburger-inner:before, .expanded-menu .menu-trigger .hamburger-inner:after {
    background-color: #082E43;
  }
}

@media (min-width: 48em) {
  .expanded-menu .menu-trigger:hover .hamburger-inner, .expanded-menu .menu-trigger:hover .hamburger-inner:before, .expanded-menu .menu-trigger:hover .hamburger-inner:after {
    background-color: #082E43;
  }
}

.expanded-menu .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 12px;
}

.expanded-menu .hamburger-inner, .expanded-menu .hamburger-inner:before, .expanded-menu .hamburger-inner:after {
  width: 25px !important;
}

.expanded-menu .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out, opacity .1s .12s ease-out;
}

.expanded-menu .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fixed .hamburger-inner, .fixed .hamburger-inner:before, .fixed .hamburger-inner:after {
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  background-color: #082E43;
}

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

.social-link {
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  margin-right: .5rem;
  display: block;
  position: relative;
}

@media (min-width: 81.25em) {
  .social-link {
    width: 2rem;
    height: 2rem;
    padding: .35rem;
    margin: 0 .25rem;
  }
}

.social-link:last-child {
  margin-right: 0;
}

.social-link:before {
  display: none;
  background: #978275;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: 1;
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s box-shadow cubic-bezier(0.5, 1.65, 0.4, 0.8);
  overflow: hidden;
  transform: scale(0);
}

.social-link-svg {
  fill: #fff;
  width: 100%;
  position: relative;
  z-index: 10;
  transition: 0.5s fill cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.social-link:hover:before {
  transform: scale(1);
}

.social-link:hover .social-link-svg {
  fill: #fff;
  transform: scale(0.8);
}

@media (min-width: 48em) {
  .news-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
  }
}

.news-card {
  background: #082E43;
  border: 1px solid #fff;
  transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  opacity: 0;
  transform: translateY(1rem);
  flex: 1 1 auto;
}

@media (min-width: 48em) {
  .news-card {
    width: 50%;
    transform: translateY(1rem);
  }
  .news-card:nth-of-type(1) {
    transition-delay: 0.15s;
  }
  .news-card:nth-of-type(2) {
    transition-delay: 0.25s;
  }
  .news-card:nth-of-type(3) {
    transition-delay: 0.35s;
  }
  .news-card:nth-of-type(4) {
    transition-delay: 0.45s;
  }
  .news-card:nth-of-type(5) {
    transition-delay: 0.55s;
  }
  .news-card:nth-of-type(6) {
    transition-delay: 0.65s;
  }
  .news-card:nth-of-type(7) {
    transition-delay: 0.75s;
  }
  .news-card:nth-of-type(8) {
    transition-delay: 0.85s;
  }
  .news-card:nth-of-type(9) {
    transition-delay: 0.95s;
  }
}

@media (min-width: 81.25em) {
  .news-card {
    width: 25%;
  }
}

.news-card.reveal {
  opacity: 1;
  transform: translateY(0);
}

.news-card.reveal .news-card-image {
  transition-delay: .2s;
  width: 105%;
  height: 105%;
  opacity: .8;
}

.news-card-sizer {
  padding-top: 70%;
  position: relative;
}

.news-card-external {
  fill: transparent;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  stroke: #B3B3B3;
  stroke-width: 3rem;
  z-index: 500;
}

.news-card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-end;
  overflow: hidden;
  transition-delay: 0s;
}

.news-card-link:hover .news-card-meta {
  background: #b3b3b3;
}

.news-card-link:hover .news-card-image {
  opacity: .35;
  width: 100%;
  height: 100%;
  transition: 0.5s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition-delay: 0s;
}

.news-card-text {
  width: 100%;
  position: relative;
  z-index: 300;
  text-align: left;
}

.news-card-video {
  background: #fff;
  display: block;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1rem;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 48em) {
  .news-card-video {
    width: 5rem;
    height: 5rem;
    margin-bottom: 2rem;
  }
}

.news-card-video-svg {
  fill: #8D0C11;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-35%) translateY(-50%);
}

.news-card-meta {
  padding: .5rem;
  font-size: .85rem;
  background: rgba(179, 179, 179, 0.8);
  color: #082E43;
  display: inline-block;
  border-radius: 0 .5rem .5rem 0;
  transition: 0.5s background-color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  position: relative;
  z-index: 101;
}

.news-card-headline {
  color: #fff;
  padding: 1rem;
  font-weight: 600;
  position: relative;
  z-index: 101;
}

.news-card-headline-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 115%;
  height: 115%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  z-index: 100;
}

.news-card-image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(0deg, rgba(8, 46, 67, 0.8) 30%, rgba(8, 46, 67, 0) 100%);
  z-index: 120;
  content: "";
  display: block;
}

.news-card-play {
  background: #fff;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
}

@media (min-width: 48em) {
  .news-card-play {
    width: 4rem;
    height: 4rem;
  }
}

.news-card-play:hover {
  transition: fill .3s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.news-card-play-svg {
  width: 50%;
  display: inline-block;
  fill: #115778;
  margin-left: 1rem;
}

.news-card-photo {
  background: #fff;
  border-radius: .5rem;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.5, 1.65, 0.4, 0.8);
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
}

@media (min-width: 48em) {
  .news-card-photo {
    width: 6rem;
    height: 6rem;
  }
}

.news-card-photo-svg {
  width: 80%;
  display: inline-block;
  fill: #115778;
  border-radius: .25rem;
}

.locals {
  background: #fff;
}

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

.locals-maps {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
}

.locals-us, .locals-canada, .locals-dropdown-container {
  width: 100%;
  padding: 1rem;
  transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  opacity: 0;
  transform: translateY(1rem);
}

@media (min-width: 48em) {
  .locals-us, .locals-canada, .locals-dropdown-container {
    width: 50%;
    padding: 2rem 1rem;
  }
}

@media (min-width: 81.25em) {
  .locals-us, .locals-canada, .locals-dropdown-container {
    padding: 3rem;
  }
}

.locals-us.reveal, .locals-canada.reveal, .locals-dropdown-container.reveal {
  opacity: 1;
  transform: translateY(0);
}

.locals-safety {
  width: 100%;
}

.locals-safety .local-map-state {
  fill: #978275;
}

.locals-safety .local-map-state:hover {
  fill: #082E43;
}

@media (min-width: 48em) {
  .locals-us {
    border-right: 2px solid #B3B3B3;
    padding-bottom: 0;
    transition-delay: .2s;
  }
}

.locals-canada {
  padding-top: 3rem;
  order: 3;
}

@media (min-width: 48em) {
  .locals-canada {
    padding-top: 0;
    padding-bottom: 0;
    order: unset;
    transition-delay: .4s;
  }
}

.locals-canada .local-map-svg {
  width: 90%;
}

.locals-dropdown {
  border-radius: 2rem;
  background-color: #E0E0E0;
  text-align: center;
  border: none;
  color: #115778;
  padding: .75rem 2rem .75rem .75rem;
  font-size: .8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  max-width: 18rem;
  -webkit-appearance: none;
}

.locals-dropdown:hover {
  background: #115778;
  color: #fff;
}

.locals-dropdown-container {
  padding-bottom: 0;
}

.locals-dropdown-container:nth-of-type(3) {
  order: 2;
}

@media (min-width: 48em) {
  .locals-dropdown-container:nth-of-type(3) {
    order: unset;
    transition-delay: .5s;
  }
}

.locals-dropdown-container:last-of-type {
  order: 4;
}

@media (min-width: 48em) {
  .locals-dropdown-container:last-of-type {
    order: unset;
    transition-delay: .7s;
  }
}

.local-map {
  margin: 0 auto;
  width: 100%;
}

.local-map-svg {
  max-width: 100%;
  min-height: 10rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .local-map-svg {
    min-height: 40rem;
  }
}

.local-map-svg a:focus .local-map-state {
  fill: #978275;
}

.local-map-state {
  fill: #115778;
  transition: 0.5s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.local-map-state:hover {
  fill: #082E43;
  cursor: pointer;
}

.local-map-mainland, .local-map-island {
  stroke: #fff;
  stroke-width: .03rem;
}

.local-map-text {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: .7rem;
  fill: #fff;
}

.ui-helper-hidden {
  display: none;
}

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-front {
  z-index: 100;
}

.ui-tooltip {
  background: #8D0C11;
  color: #fff;
  padding: .5rem 1rem .55rem;
  box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 999999;
  max-width: 300px;
  border-radius: 1em;
  border-width: 2px;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.interior .locals {
  background: #F1F1F1;
}

.latest {
  background-color: #115778;
  background-image: url(/theme/svg/mesh2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 48em) {
  .latest.right .latest-grid {
    flex-direction: row-reverse;
  }
}

.latest-grid {
  max-width: 81.25em;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .latest-grid {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}

.latest .news-card {
  width: 100%;
  border: none;
}

@media (min-width: 48em) {
  .latest .news-card {
    width: 50%;
    height: 85%;
  }
}

.latest .news-card-sizer {
  height: 100%;
  padding-top: 87.5%;
}

@media (min-width: 48em) {
  .latest-video .video-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}

@media (max-width: 64em) {
  .latest .layer-cta {
    margin-top: 1rem;
  }
}

.interior .news-list {
  background-color: transparent;
}

.interior .news-list-item-meta {
  color: #B3B3B3;
}

.interior .news-list-item-headline {
  color: #115778;
}

.members {
  background: #F1F1F1;
}

.members-grid {
  max-width: 48em;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}

@media (min-width: 48em) {
  .members-grid {
    width: 80%;
    margin-bottom: 1rem;
  }
}

@media (min-width: 81.25em) {
  .members-grid {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.members-item {
  width: 50%;
  padding: 1rem 2rem;
  transition: 1s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  opacity: 0;
  transform: scale(0.9);
}

@media (min-width: 48em) {
  .members-item {
    width: 25%;
    padding: 2rem;
  }
  .members-item:nth-of-type(1) {
    transition-delay: 0.15s;
  }
  .members-item:nth-of-type(2) {
    transition-delay: 0.25s;
  }
  .members-item:nth-of-type(3) {
    transition-delay: 0.35s;
  }
  .members-item:nth-of-type(4) {
    transition-delay: 0.45s;
  }
  .members-item:nth-of-type(5) {
    transition-delay: 0.55s;
  }
  .members-item:nth-of-type(6) {
    transition-delay: 0.65s;
  }
  .members-item:nth-of-type(7) {
    transition-delay: 0.75s;
  }
  .members-item:nth-of-type(8) {
    transition-delay: 0.85s;
  }
  .members-item:nth-of-type(9) {
    transition-delay: 0.95s;
  }
}

.members-item.reveal {
  opacity: 1;
  transform: scale(1);
}

.members-item-link:hover .members-item-label {
  color: #978275;
}

.members-item-link:hover .members-item-icon {
  transform: scale(1.05);
}

.members-item-link:hover .members-item-icon-aspect:before {
  width: 100%;
  height: 100%;
}

.members-item-link:hover .members-item-icon-svg {
  transform: scale(0.8);
}

.members-item-icon {
  padding-top: 100%;
  position: relative;
  margin: 0 0 .5rem;
  transition: 0.4s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  width: 100%;
}

.members-item-icon-aspect {
  background: #115778;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow: hidden;
}

.members-item-icon-aspect:before {
  background: #082E43;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  display: block;
  content: "";
  z-index: 1;
  transition: 0.6s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  overflow: hidden;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center bottom;
}

.members-item-icon-svg {
  fill: #E0E0E0;
  width: 50%;
  transition: 0.4s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  z-index: 1;
  position: relative;
}

.members-item-icon-svg-fill-blue {
  fill: #082E43;
}

.members-item-label {
  color: #978275;
  margin-top: 1rem;
  font-weight: 600;
  transition: 0.4s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.pagination {
  margin-top: 1rem;
  text-align: center;
}

@media (min-width: 81.25em) {
  .pagination {
    margin-top: 2rem;
  }
}

.pagination-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.pagination-list-item {
  padding: 0 .25rem;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
}

.pagination-list-link {
  display: block;
  color: #B3B3B3;
  transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
}

.pagination-list-link:hover {
  background: #8D0C11;
  color: #fff;
}

.pagination-list-link:hover .pagination-arrow {
  fill: #115778;
}

.pagination-list-link.active {
  background: #115778;
  color: #fff;
}

.pagination-arrow {
  display: inline-block;
}

.pagination-arrow-link {
  color: #B3B3B3;
  display: block;
}

.pagination-arrow-link:hover .pagination-arrow-svg {
  fill: #115778;
}

.pagination-arrow-svg {
  display: inline;
  width: .5rem;
  position: relative;
  top: .1rem;
  fill: #B3B3B3;
  margin: 0 .2rem;
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@keyframes anchorPulse {
  0%,
20%,
60% {
    transform: scale(1);
  }
  10%,
30% {
    transform: scale(1.1);
  }
}

@keyframes anchorPulseAbsolute {
  0%,
20%,
60% {
    transform: translate(-50%, -50%) scale(1);
  }
  10%,
30% {
    transform: translate(-50%, -50%) scale(1.1);
  }
}

.anchor-down {
  background-color: #082E43;
  width: 3rem;
  height: 3rem;
  transform: scale(1);
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  animation-name: anchorPulse;
  animation-duration: 1.6s;
  animation-delay: 5s;
  transform-origin: center;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media (min-width: 81.25em) {
  .anchor-down {
    width: 4rem;
    height: 4rem;
  }
}

.anchor-down:hover {
  background-color: #8D0C11 !important;
  box-shadow: 0px 1rem 3rem 0 rgba(0, 0, 0, 0.2);
}

.anchor-down-svg {
  width: 45%;
  height: 45%;
  fill: transparent;
  stroke: #fff;
  stroke-width: .3rem;
  stroke-linecap: round;
}

.anchor-down-container {
  display: block;
  position: relative;
  z-index: 200;
  opacity: 0;
  margin: 0 auto;
  transform: scale(0.7);
  transition: 0.5s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

@media (min-width: 81.25em) {
  .anchor-down-container {
    width: 4rem;
    height: 4rem;
  }
}

@media (max-width: 64em) {
  .anchor-down-container-absolute {
    height: 4rem;
  }
}

.anchor-down-container-absolute .anchor-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: anchorPulseAbsolute;
}

.anchor-down-container.reveal {
  opacity: 1;
  transform: scale(1);
}

.anchor-down-home {
  background-color: #fff;
}

.anchor-down-home .anchor-down-svg {
  stroke: #082E43;
}

.anchor-down-home:hover .anchor-down-svg {
  stroke: #fff;
}

.gsc-control-cse {
  max-width: 64em;
  padding: 2rem 2rem !important;
  text-align: left;
  margin: 0 auto !important;
}

@media (min-width: 48em) {
  .gsc-control-cse {
    padding: 2rem 2rem !important;
  }
}

@media (min-width: 81.25em) {
  .gsc-control-cse {
    padding: 2rem 1rem !important;
  }
}

@media (min-width: 112.5em) {
  .gsc-control-cse {
    padding: 3rem 1rem !important;
  }
}

.gsc-url-top {
  display: none !important;
}

.gsc-table-result {
  font-size: 1rem !important;
  text-align: left !important;
  line-height: 1.3 !important;
  font-weight: 300 !important;
}

.gsc-cursor-page {
  padding: .5rem;
  color: #115778 !important;
  font-size: 1.2rem !important;
}

.gsc-cursor-page:hover {
  color: #8D0C11 !important;
  text-decoration: none !important;
}

.gsc-cursor-box {
  margin: 2rem auto !important;
  text-align: center !important;
}

.gs-image, .gs-fileFormat {
  display: none;
}

.gs-bidi-start-align {
  clear: both !important;
}

.gs-title {
  font-family: "Mulish", sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  text-align: left;
  color: #115778 !important;
}

@media (min-width: 48em) {
  .gs-title {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 81.25em) {
  .gs-title {
    font-size: 1.35rem !important;
  }
}

@media (min-width: 100em) {
  .gs-title {
    font-size: 1.4rem !important;
  }
}

@media (min-width: 112.5em) {
  .gs-title {
    font-size: 1.5rem !important;
  }
}

.gs-title b {
  color: #8D0C11 !important;
  font-size: 1.25rem !important;
}

@media (min-width: 48em) {
  .gs-title b {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 81.25em) {
  .gs-title b {
    font-size: 1.35rem !important;
  }
}

@media (min-width: 100em) {
  .gs-title b {
    font-size: 1.4rem !important;
  }
}

@media (min-width: 112.5em) {
  .gs-title b {
    font-size: 1.5rem !important;
  }
}

.gcsc-find-more-on-google {
  color: #115778 !important;
}

.gcsc-find-more-on-google-magnifier {
  fill: #115778 !important;
}

div.gsc-webResult:nth-child(3) > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div:nth-child(2) {
  display: none !important;
}
