/* === Cross-browser Flexbox mixins === */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  color: #fff;
  outline: none;
  font-family: 'Roboto', sans-serif; }

main {
  display: block; }

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

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

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

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  border: 0; }

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

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

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

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

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

legend {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

h1.seo {
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 1px; }

video {
  display: inline-block;
  vertical-align: baseline; }

header {
  display: none; }

button, input[type="button"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }

.root {
  color: #000;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Roboto', sans-serif; }

.font__color-blue {
  color: #1f448b;
  font-weight: bold; }

.font__color-white {
  color: #fff; }

.font__color-black {
  color: #000; }

.font__color-black-white {
  color: #000; }

.font__family-facit {
  font-family: jaf-facitweb, "Roboto Condensed", sans-serif; }

.font__color-gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff; }
  .font__color-gradient--bhm {
    background-image: linear-gradient(to right, #d02329 0%, #ffbf30 50%, #087f45 100%); }
  .font__color-gradient--hhm {
    background-image: linear-gradient(to right, #df06d9 0%, #07a3fc 100%); }
  .font__color-gradient--whm {
    background-image: linear-gradient(to left, #03dcae, #c5681d); }
  .font__color-gradient--fnc {
    background-image: linear-gradient(to right, #b91f30 25%, #22468b 50%, #b91f30 75%, #22468b 100%); }
  .font__color-gradient--aanhpi {
    background-image: linear-gradient(to left, #164645 25%, #865e0d 50%, #ce4c02 75%, #e51c1f 100%); }
  .font__color-gradient--aanhpi2 {
    background-image: linear-gradient(to right, #164645 25%, #865e0d 50%, #ce4c02 75%, #e51c1f 100%); }
  .font__color-gradient--lgbtq {
    background-image: linear-gradient(90deg, #e52101 0%, #ff8d01 20%, #ffed00 40%, #038121 60%, #014bff 80%, #751c88 100%); }
  .font__color-gradient--white {
    background-color: #ffffff; }

.font__weight-bold {
  font-weight: 800; }

.font__transform-uppercase {
  text-transform: uppercase; }

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

.header-font-size {
  max-width: none;
  margin: 0; }
  @media under320 {
    .header-font-size {
      font-size: 28px; } }
  .header-font-size {
    font-size: 32px; }
    @media screen and (min-width: 320px) {
      .header-font-size {
        font-size: calc(32px + 38 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .header-font-size {
        font-size: 70px; } }

.header-font-size--p {
  width: 100%; }
  .header-font-size--p {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .header-font-size--p {
        font-size: calc(16px + 12 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .header-font-size--p {
        font-size: 28px; } }

.hero-block__image-with-text__text-wrapper {
  text-align: center; }
  @media (min-width: 768px) {
    .hero-block__image-with-text__text-wrapper {
      margin-top: 1rem; } }
  .hero-block__image-with-text__text-wrapper .font-size {
    padding-bottom: 0.5rem;
    margin: auto; }
    .hero-block__image-with-text__text-wrapper .font-size {
      font-size: 26px; }
      @media screen and (min-width: 320px) {
        .hero-block__image-with-text__text-wrapper .font-size {
          font-size: calc(26px + 22 * ((100vw - 320px) / 1120)); } }
      @media screen and (min-width: 1440px) {
        .hero-block__image-with-text__text-wrapper .font-size {
          font-size: 48px; } }
    @media (min-width: 1679px) {
      .hero-block__image-with-text__text-wrapper .font-size {
        font-size: 3vw; } }

.border-top__color-white {
  border-top: 2px solid #fff; }

.border-all__color-grey {
  border: 2px solid #1d1d1f; }

@media (min-width: 768px) {
  .border-all__color-white {
    border: 2px solid #ffffff; } }

.section-block__image-with-text__cta, .hero-block__image-with-text__cta {
  line-height: 2.8rem;
  padding: 0 15px;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold; }
  .section-block__image-with-text__cta, .hero-block__image-with-text__cta {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .section-block__image-with-text__cta, .hero-block__image-with-text__cta {
        font-size: calc(16px + 8 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .section-block__image-with-text__cta, .hero-block__image-with-text__cta {
        font-size: 24px; } }
  @media (min-width: 768px) {
    .section-block__image-with-text__cta, .hero-block__image-with-text__cta {
      line-height: 50px; } }
  @media (min-width: 992px) {
    .section-block__image-with-text__cta, .hero-block__image-with-text__cta {
      line-height: 70px; } }

.hero-block__image-with-text__cta {
  margin: 1rem auto; }

.hero-block__image-with-text__cta-border-outer,
.section-block__image-with-text__cta-border-outer,
.hero-block__image-with-text__cta-border-outer--bhm,
.section-block__image-with-text__cta-border-outer--bhm,
.hero-block__image-with-text__cta-border-outer--hhm,
.section-block__image-with-text__cta-border-outer--hhm,
.hero-block__image-with-text__cta-border-outer--whm,
.section-block__image-with-text__cta-border-outer--whm,
.hero-block__image-with-text__cta-border-outer--lgbtq,
.section-block__image-with-text__cta-border-outer--lgbtq,
.hero-block__image-with-text__cta-border-outer--aanhpi,
.section-block__image-with-text__cta-border-outer--aanhpi {
  cursor: pointer;
  width: 100%;
  padding: 0;
  position: relative;
  background: linear-gradient(to right, #22468b, #b91f30);
  padding: 3px;
  border-radius: 5px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25); }
  .hero-block__image-with-text__cta-border-outer--bhm,
  .section-block__image-with-text__cta-border-outer--bhm {
    background: linear-gradient(to right, #d02329 0%, #ffbf30 50%, #087f45 100%); }
  .hero-block__image-with-text__cta-border-outer--hhm,
  .section-block__image-with-text__cta-border-outer--hhm {
    background: linear-gradient(to right, #df06d9 0%, #07a3fc 100%); }
  .hero-block__image-with-text__cta-border-outer--whm,
  .section-block__image-with-text__cta-border-outer--whm {
    background: linear-gradient(to left, #03dcae, #c5681d); }
  .hero-block__image-with-text__cta-border-outer--lgbtq,
  .section-block__image-with-text__cta-border-outer--lgbtq {
    background: linear-gradient(90deg, #e52101 0%, #ff8d01 20%, #ffed00 40%, #038121 60%, #014bff 80%, #751c88 100%); }
  .hero-block__image-with-text__cta-border-outer--aanhpi,
  .section-block__image-with-text__cta-border-outer--aanhpi {
    background: linear-gradient(to left, #164645 25%, #865e0d 50%, #ce4c02 75%, #e51c1f 100%); }

.hero-block__image-with-text__cta-border-inner,
.section-block__image-with-text__cta-border-inner {
  background: #fff;
  padding: 0 45px; }

.block__button-container {
  margin: 0 auto 1rem auto; }
  @media (min-width: 768px) {
    .block__button-container {
      margin: 1rem auto; } }

/*hamburger menu*/
body.overflow-hidden {
  overflow: hidden; }

body.lock .navigation-button,
body.lock .navigation-menu-submenus {
  opacity: 0;
  pointer-events: none; }

.navigation-button {
  z-index: 9999;
  position: absolute;
  top: -1%;
  left: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  pointer-events: auto; }
  @media (min-width: 768px) {
    .navigation-button {
      width: 70px;
      height: 70px; } }
  .navigation-button::before {
    content: 'Close';
    position: absolute;
    top: 35%;
    left: 85%;
    opacity: 0;
    transition: opacity 200ms ease-in-out; }
    @media (min-width: 768px) {
      .navigation-button::before {
        font-size: 26px; } }

.navigation-button-icon,
.navigation-button-icon:after,
.navigation-button-icon:before {
  width: 30px;
  height: 5px;
  border-radius: 5px; }
  @media (min-width: 768px) {
    .navigation-button-icon,
    .navigation-button-icon:after,
    .navigation-button-icon:before {
      width: 40px; } }

.navigation-button-icon {
  position: relative;
  background: #1f448b;
  transition: all 0 100ms;
  margin: 50% auto; }
  .navigation-button-icon:after, .navigation-button-icon:before {
    content: "";
    position: absolute;
    left: 0;
    background: #1f448b; }
  .navigation-button-icon:before {
    transition: all 100ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 100ms cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(-10px); }
  .navigation-button-icon:after {
    transform: translateY(10px);
    transition: all 100ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 100ms cubic-bezier(0.23, 1, 0.32, 1); }
  .navigation-button-icon.animate {
    background: rgba(255, 255, 255, 0); }
    .navigation-button-icon.animate:before {
      background: #000000;
      bottom: 0;
      transform: rotate(-45deg) translate(0px, 0px);
      transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 100ms 100ms cubic-bezier(0.23, 1, 0.32, 1); }
    .navigation-button-icon.animate:after {
      background: #000000;
      top: 0;
      transform: rotate(45deg) translate(0px, 0px);
      transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 100ms 100ms cubic-bezier(0.23, 1, 0.32, 1); }

.is-visible {
  opacity: 1; }

.hide {
  opacity: 0; }

.navigation-menu-submenus {
  z-index: -1;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  text-align: center; }

.navigation-menu-submenus ul {
  font-family: jaf-facitweb, "Roboto Condensed", sans-serif;
  font-size: 16px;
  position: relative;
  list-style: none;
  padding: 0;
  height: 100%;
  color: #4e4b4b;
  margin-top: 4rem;
  margin-left: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  transition: opacity 200ms ease-in-out; }
  @media (min-width: 768px) {
    .navigation-menu-submenus ul {
      font-size: 20px;
      margin-top: 5rem;
      margin-left: 1.5rem; } }
  @media (min-width: 1200px) {
    .navigation-menu-submenus ul {
      font-size: 24px; } }

.navigation-menu-submenus li {
  margin: 1rem 0;
  text-align: left; }

.navigation-menu-submenus a {
  color: #000000;
  opacity: 0;
  transition: opacity 200ms ease-in-out; }
  .navigation-menu-submenus a {
    font-size: 21px; }
    @media screen and (min-width: 320px) {
      .navigation-menu-submenus a {
        font-size: calc(21px + 27 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .navigation-menu-submenus a {
        font-size: 48px; } }

.navigation-menu-submenus.is-visible {
  z-index: 999;
  opacity: 1; }

.navigation-menu-submenus.is-visible ~ .navigation-button::before {
  content: 'Close';
  position: absolute;
  top: 35%;
  left: 85%;
  color: #000000;
  opacity: 1;
  font-size: 16px;
  transition: opacity 200ms ease-in-out; }
  @media (min-width: 768px) {
    .navigation-menu-submenus.is-visible ~ .navigation-button::before {
      font-size: 26px; } }

.navigation-menu-submenus.is-visible ul {
  opacity: 1;
  transition: opacity 200ms ease-in-out; }

.navigation-menu-submenus.is-visible a {
  color: #000000;
  opacity: 1; }
  .navigation-menu-submenus.is-visible a {
    font-size: 21px; }
    @media screen and (min-width: 320px) {
      .navigation-menu-submenus.is-visible a {
        font-size: calc(21px + 29 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .navigation-menu-submenus.is-visible a {
        font-size: 50px; } }

.navigation-menu-submenu {
  max-width: 80%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .navigation-menu-submenu {
      max-width: 500px; } }
  @media (min-width: 992px) {
    .navigation-menu-submenu {
      max-width: 755px; } }

.menu-page, .menu-page--aanhpi, .menu-page--hhm, .menu-page--lgbtq, .menu-page--whm, .menu-page--bhm, .menu-page--at {
  font-weight: normal;
  color: #000000;
  margin: 0.5rem 0 0;
  text-decoration: none;
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: bottom;
  text-decoration: none;
  font-weight: 900; }
  .menu-page, .menu-page--aanhpi, .menu-page--hhm, .menu-page--lgbtq, .menu-page--whm, .menu-page--bhm, .menu-page--at {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      .menu-page, .menu-page--aanhpi, .menu-page--hhm, .menu-page--lgbtq, .menu-page--whm, .menu-page--bhm, .menu-page--at {
        font-size: calc(16px + 8 * ((100vw - 320px) / 1120)); } }
    @media screen and (min-width: 1440px) {
      .menu-page, .menu-page--aanhpi, .menu-page--hhm, .menu-page--lgbtq, .menu-page--whm, .menu-page--bhm, .menu-page--at {
        font-size: 24px; } }
  .menu-page--aanhpi {
    background-image: linear-gradient(to left, #164645 25%, #865e0d 50%, #ce4c02 75%, #e51c1f 100%);
    line-height: 1.3; }
  .menu-page--hhm {
    background-image: linear-gradient(to right, #df06d9 0%, #07a3fc 100%); }
  .menu-page--lgbtq {
    background-image: linear-gradient(90deg, #e52101 0%, #ff8d01 20%, #ffed00 40%, #038121 60%, #014bff 80%, #751c88 100%); }
  .menu-page--whm {
    background-image: linear-gradient(to left, #03dcae, #c5681d); }
  .menu-page--bhm {
    background-image: linear-gradient(to right, #d02329 0%, #ffbf30 50%, #087f45 100%); }
  .menu-page--at {
    background-image: linear-gradient(to right, #22468b, #b91f30); }
  .menu-page a, .menu-page--aanhpi a, .menu-page--hhm a, .menu-page--lgbtq a, .menu-page--whm a, .menu-page--bhm a, .menu-page--at a {
    text-decoration: none; }

.navigation-menu-submenus a:hover {
  color: #4e4b4b; }

.block__text-container {
  margin: 0.5rem auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-content: center;
  width: 90%; }
  @media (min-width: 768px) {
    .block__text-container {
      margin: 1rem auto; } }

h2.block__header span {
  display: block; }

.block__description,
.block__header {
  display: inline-block;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .block__description span,
    .block__header span {
      display: block; } }

.block__description {
  width: 80%;
  line-height: 1.3; }
  @media (min-width: 992px) {
    .block__description {
      width: 66%;
      max-width: 750px; } }

.block__image-with-text {
  padding: 40px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.block__image-with-text__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: nowrap;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1440px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto; }

.image-with-text-layout-left {
  text-align: left; }

.image-with-text-layout-left div.block__image-with-text__image {
  margin-right: 10px; }

div.block__image-with-text__image {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    div.block__image-with-text__image {
      width: calc(50% - 12px); } }

.block__image-with-text__image {
  width: 100%; }
  .block__image-with-text__image img {
    display: block; }

.block__image-with-text__text-wrapper {
  padding: 0;
  width: 90%;
  max-width: 1100px; }
  @media (min-width: 768px) {
    .block__image-with-text__text-wrapper {
      width: calc(100% / 1.3); } }
  @media (min-width: 1440px) {
    .block__image-with-text__text-wrapper {
      width: calc(100% / 1.5); } }
  @media only screen and (min-width: 768px) {
    .block__image-with-text__text-wrapper {
      width: 80%; } }

.hero-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  justify-content: center;
  position: relative;
  overflow: hidden; }

.block__section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  padding: 20px 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .block__section {
      padding: 80px 0; } }
  @media (min-width: 2000px) {
    .block__section {
      min-height: calc((100vw) / 3); } }
  .block__section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0;
    left: 0; }

.block {
  background-color: #ffffff; }

.block__mask {
  display: none;
  visibility: hidden;
  opacity: 0; }

.block__slick-container {
  position: relative;
  max-width: 1900px;
  margin: 0.5rem 0; }
  @media (min-width: 768px) {
    .block__slick-container {
      margin: 1rem 0; } }
  @media (min-width: 1900px) {
    .block__slick-container {
      margin: 0 auto; } }

.block__section-with-shape::after, .block__section-with-shape--wave::after, .block__section-with-shape.backwards--wave::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  transform: scaleX(-1);
  pointer-events: none; }
  @media (min-width: 768px) {
    .block__section-with-shape::after, .block__section-with-shape--wave::after, .block__section-with-shape.backwards--wave::after {
      bottom: -18%; } }
  @media (min-width: 992px) {
    .block__section-with-shape::after, .block__section-with-shape--wave::after, .block__section-with-shape.backwards--wave::after {
      bottom: -20%; } }

.block__section-with-shape--wave::after {
  background-image: url("../../img/curve1-americatogether.svg"); }

.block__section-with-shape.backwards, .backwards.block__section-with-shape--wave {
  border-top: 2px solid white; }
  .block__section-with-shape.backwards::after, .backwards.block__section-with-shape--wave::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    transform: scaleY(-1); }
  .backwards--wave.block__section-with-shape--wave::after, .backwards--wave.block__section-with-shape::after {
    background-image: url("../../img/curve1-americatogether.svg"); }

.block__video-with-text {
  cursor: pointer;
  position: relative;
  margin: 0 5px;
  transform: scale(0.9);
  transition: 0.5s ease-in-out;
  filter: brightness(0.6);
  border: none;
  width: 230px;
  height: 41%;
  aspect-ratio: 16 / 9; }
  @media (max-width: 320px) {
    .block__video-with-text {
      width: 210px; } }
  @media (min-width: 744px) {
    .block__video-with-text {
      width: 300px; } }
  @media (min-width: 768px) {
    .block__video-with-text {
      width: 420px; } }
  @media (min-width: 992px) {
    .block__video-with-text {
      width: 500px; } }
  @media (min-width: 1200px) {
    .block__video-with-text {
      height: 360px;
      width: 640px; } }
  .block__video-with-text img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.block__video-with-text__video-poster--hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 12px;
  transition: opacity 300ms ease-in; }
  @media (max-width: 767px) {
    .block__video-with-text__video-poster--hover {
      background-image: url("../../img/play-button--white.svg"); } }

.block__video-with-text--li:hover .block__video-with-text__video-poster--hover {
  opacity: 1;
  transition: opacity 300ms ease-out; }

.block__video-with-text__video-text-wrapper {
  filter: brightness(0.6);
  transform: scale(0.9);
  width: auto;
  margin: 0.5rem auto; }

.block__video-with-text__video-desc {
  font-size: 14px;
  display: block;
  padding: 1% 2%;
  width: 70%;
  opacity: 0;
  transition: opacity 350ms ease-out; }
  @media (min-width: 768px) {
    .block__video-with-text__video-desc {
      font-size: 1.2rem; } }

.block__video-with-text--wrapper {
  height: 100%;
  position: relative;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media (min-width: 1440px) {
    .block__video-with-text--wrapper {
      margin: 0 auto; } }

@media (max-width: 767px) {
  .block__slick-container .block__video-with-text--wrapper {
    padding-top: 1rem;
    padding-bottom: 2rem; } }

.block__video-with-text:nth-child(1).single {
  filter: brightness(1); }
  .block__video-with-text:nth-child(1).single.coming-soon {
    pointer-events: none; }

.block__video-with-text:nth-child(n+2) {
  display: none; }
  .block__video-with-text:nth-child(n+2).coming-soon {
    pointer-events: none; }

.block__video-with-text__video-poster {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.block__video-with-text__cta {
  position: absolute;
  bottom: 15px;
  right: 15px;
  transition: opacity 500ms ease-out;
  box-shadow: 0 2px 6px rgba(33, 33, 38, 0.4); }
  @media (max-width: 767px) {
    .block__video-with-text__cta .icon {
      display: none; } }

.custom-button.small {
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: none;
  transform: none;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  min-width: 26px;
  border-radius: 22px;
  font-size: 1rem;
  line-height: 1.42859;
  font-weight: 700; }
  @media (min-width: 768px) {
    .custom-button.small {
      background-color: #ffffff;
      padding: 6px 12px; } }
  @media (min-width: 992px) {
    .custom-button.small {
      padding: 12px 22px;
      font-size: 1.5rem;
      border-radius: 50px; } }

.icon {
  width: 40px;
  height: 40px; }
  @media (min-width: 768px) {
    .icon {
      margin-left: 5px;
      width: 32px;
      height: 32px;
      font-size: 1.5rem;
      border-radius: 50px; } }

.background__color--white {
  background-color: #fff;
  color: #1d1d1f; }
  .background__color--white:hover {
    color: #1d1d1f;
    border: none;
    background-color: #fff;
    opacity: 0.9; }

.background__color--gradient {
  background: linear-gradient(90deg, #e52101 0%, #ff8d01 20%, #ffed00 40%, #038121 60%, #014bff 80%, #751c88 100%);
  color: #ffffff; }
  .background__color--gradient:hover {
    background: linear-gradient(-90deg, #e52101 0%, #ff8d01 20%, #ffed00 40%, #038121 60%, #014bff 80%, #751c88 100%);
    opacity: 0.9; }

.slick-initialized .custom-button.small {
  font-size: 16px; }
  @media screen and (min-width: 320px) {
    .slick-initialized .custom-button.small {
      font-size: calc(16px + 8 * ((100vw - 320px) / 1120)); } }
  @media screen and (min-width: 1440px) {
    .slick-initialized .custom-button.small {
      font-size: 24px; } }

.block__video-with-text__video-title, .block__video-with-text__video-title--bhm, .block__video-with-text__video-title--hhm, .block__video-with-text__video-title--whm, .block__video-with-text__video-title--lgbtq, .block__video-with-text__video-title--aanhpi {
  pointer-events: auto;
  cursor: pointer;
  font-weight: normal;
  color: #000000;
  font-size: 17px;
  text-decoration: none;
  font-weight: 900;
  opacity: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  word-wrap: break-word;
  text-align: center; }
  @media (max-width: 320px) {
    .block__video-with-text__video-title, .block__video-with-text__video-title--bhm, .block__video-with-text__video-title--hhm, .block__video-with-text__video-title--whm, .block__video-with-text__video-title--lgbtq, .block__video-with-text__video-title--aanhpi {
      max-width: 180px; } }
  @media (min-width: 744px) {
    .block__video-with-text__video-title, .block__video-with-text__video-title--bhm, .block__video-with-text__video-title--hhm, .block__video-with-text__video-title--whm, .block__video-with-text__video-title--lgbtq, .block__video-with-text__video-title--aanhpi {
      font-size: 23px;
      max-width: 280px; } }
  @media (min-width: 768px) {
    .block__video-with-text__video-title, .block__video-with-text__video-title--bhm, .block__video-with-text__video-title--hhm, .block__video-with-text__video-title--whm, .block__video-with-text__video-title--lgbtq, .block__video-with-text__video-title--aanhpi {
      max-width: 400px; } }
  @media (min-width: 992px) {
    .block__video-with-text__video-title, .block__video-with-text__video-title--bhm, .block__video-with-text__video-title--hhm, .block__video-with-text__video-title--whm, .block__video-with-text__video-title--lgbtq, .block__video-with-text__video-title--aanhpi {
      max-width: 480px; } }
  @media (min-width: 1200px) {
    .block__video-with-text__video-title, .block__video-with-text__video-title--bhm, .block__video-with-text__video-title--hhm, .block__video-with-text__video-title--whm, .block__video-with-text__video-title--lgbtq, .block__video-with-text__video-title--aanhpi {
      font-size: 32px;
      max-width: 620px; } }

.block__video-with-text__video-text-wrapper + .coming-soon {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  overflow: hidden;
  bottom: 5%;
  text-align: right; }

.block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title, .block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title--bhm, .block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title--hhm, .block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title--whm, .block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title--lgbtq, .block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title--aanhpi {
  box-sizing: border-box;
  font-size: 2rem; }
  @media (min-width: 768px) {
    .block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title, .block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title--bhm, .block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title--hhm, .block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title--whm, .block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title--lgbtq, .block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title--aanhpi {
      font-size: 2.5rem; } }
  @media (min-width: 1200px) {
    .block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title, .block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title--bhm, .block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title--hhm, .block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title--whm, .block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title--lgbtq, .block__video-with-text__video-text-wrapper + .coming-soon > .block__video-with-text__video-title--aanhpi {
      font-size: 4.5rem; } }

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

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* === CSS Video Fullscreen Start === */
body.lock {
  overflow: hidden;
  height: 100%;
  width: 100%; }
  body.lock .header-signin {
    display: none; }
  @media (max-width: 1023px) {
    body.lock .vid-cover {
      position: fixed;
      z-index: 100;
      background: rgba(255, 255, 255, 0.95);
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      zoom: 1;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      outline: none;
      visibility: visible;
      line-height: 1;
      box-shadow: none;
      display: block; }
    body.lock .heros {
      position: relative; } }
  @media (max-width: 767px) {
    body.lock .feature-still-photos {
      overflow-x: hidden; } }

.video-modal {
  transform: translateZ(10px);
  visibility: hidden;
  height: 0;
  opacity: 0;
  width: 0;
  position: fixed;
  top: 0;
  left: 0; }
  .video-modal #video-full {
    visibility: hidden;
    height: 0;
    opacity: 0; }
  .video-modal.appear {
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    display: block;
    z-index: 102;
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition: visibility 0.3s linear, opacity 0.3s linear; }
    @media (max-width: 1023px) {
      .video-modal.appear {
        background: none; } }
    .video-modal.appear #video-full {
      visibility: visible;
      height: auto;
      opacity: 1;
      display: block;
      width: 100%;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      position: relative;
      max-height: 80%;
      max-width: calc(80vh * 1.778);
      outline: none; }
    .video-modal.appear .close-wrap {
      position: absolute;
      top: 15px;
      right: 5px;
      cursor: pointer;
      padding: 0 15px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .video-modal.appear .close {
      margin-right: 2%;
      font-size: 1.2rem;
      text-transform: uppercase; }
    .video-modal.appear .close-icon {
      color: #000;
      font-size: 60px; }
    .video-modal.appear .text {
      position: absolute;
      top: 20px;
      left: 40px;
      color: #000;
      font-family: 'Roboto', sans-serif;
      font-size: 30px; }
    .video-modal.appear .loading-container {
      display: none;
      pointer-events: none;
      z-index: 0; }
      .video-modal.appear .loading-container.appear {
        display: flex;
        align-items: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        margin: auto;
        text-align: center;
        vertical-align: middle;
        pointer-events: none; }
        .video-modal.appear .loading-container.appear #loading {
          width: 50px;
          height: 50px;
          display: block;
          margin: 0 auto;
          border: 4px solid rgba(32, 70, 139, 0.8);
          border-radius: 50%;
          border-left-color: red;
          animation: spin 2s linear infinite; }
    @media (max-width: 1023px) {
      .video-modal.appear {
        z-index: 101;
        top: 50%;
        transform: translateY(-50%);
        height: auto; }
        .video-modal.appear #video-full {
          transform: none;
          top: 0;
          left: 0; }
        .video-modal.appear.rotated #video-full {
          transform: none;
          left: initial;
          top: initial;
          margin: 0 auto;
          max-height: 75%;
          max-width: calc(75vh * 1.778); }
        .video-modal.appear.rotated .text {
          top: 5px; }
        .video-modal.appear.rotated .close-wrap {
          top: -30px; }
        .video-modal.appear .text {
          font-size: 18px;
          text-align: center;
          display: block;
          width: 100%;
          position: relative;
          left: initial;
          top: 20px; }
          .video-modal.appear .text a {
            display: inline-block; }
        .video-modal.appear .close-wrap {
          top: -40px; }
        .video-modal.appear .close {
          display: inline-block;
          font-family: "Roboto Condensed", sans-serif;
          text-transform: uppercase;
          vertical-align: middle;
          font-size: 20px;
          margin-right: 15px;
          color: #000; }
        .video-modal.appear .close-icon {
          display: inline-block;
          vertical-align: middle;
          font-size: 30px; } }
    @media (max-width: 767px) {
      .video-modal.appear .close-icon {
        line-height: 1; }
      .video-modal.appear .close {
        font-size: 15px;
        margin-right: 12px;
        margin-top: 3px; } }
    @media (max-width: 320px) {
      .video-modal.appear .text {
        font-size: 16px; } }

.play-anim {
  cursor: pointer;
  width: 30%;
  height: 30%; }
  .play-anim svg {
    width: 1%;
    height: 100%; }

/* === CSS Video Fullscreen End === */
.vjs-dock-text {
  display: none; }

.heros-block__section-height {
  height: 100%;
  min-height: calc((100vw)/1); }
  @media (min-width: 744px) {
    .heros-block__section-height {
      min-height: calc((100vw)/2); } }
  @media (min-width: 992px) {
    .heros-block__section-height {
      min-height: calc((100vw)/3); } }

.hero-block__section-image-cover {
  height: 100%;
  position: relative;
  overflow: hidden; }
  .hero-block__section-image-cover img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    display: block; }
    @media (min-width: 992px) {
      .hero-block__section-image-cover img {
        position: relative; } }
  .hero-block__section-image-cover.backwards {
    height: 100%;
    position: relative;
    min-height: calc((100vw)/1);
    overflow: hidden; }
    @media (min-width: 744px) {
      .hero-block__section-image-cover.backwards {
        min-height: calc((100vw)/2); } }
    @media (min-width: 992px) {
      .hero-block__section-image-cover.backwards {
        min-height: calc((100vw)/3); } }
    .hero-block__section-image-cover.backwards img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      position: absolute;
      display: block;
      border-bottom: 2px solid white; }
      @media (min-width: 992px) {
        .hero-block__section-image-cover.backwards img {
          position: relative; } }
    @media (min-width: 744px) {
      .hero-block__section-image-cover.backwards .hero-block__image-with-text__wrapper {
        top: 15%; } }
    .hero-block__section-image-cover.backwards .hero-block__image-with-text__wrapper img {
      width: 100%;
      position: relative;
      display: block;
      border: 0; }
    .hero-block__section-image-cover.backwards img {
      width: 100%;
      position: absolute;
      display: block;
      border-top: 2px solid white;
      border-bottom: 0px; }
      @media (min-width: 992px) {
        .hero-block__section-image-cover.backwards img {
          position: relative; } }

.hero-block__image-with-text__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (min-width: 744px) {
    .hero-block__image-with-text__wrapper {
      top: 0;
      left: 0;
      transform: translateY(0%); } }
  .hero-block__image-with-text__wrapper img {
    display: block;
    position: relative; }

.hero-block__image-with-text__image {
  width: 70%;
  display: block;
  margin: 0 auto;
  padding-left: 1rem; }
  @media (min-width: 700px) {
    .hero-block__image-with-text__image {
      width: 45%; } }
  @media (min-width: 992px) {
    .hero-block__image-with-text__image {
      width: 35%;
      padding-left: 2.4rem; } }
  .hero-block__image-with-text__image img {
    border: none; }

.hero-block__image-with-text__inner {
  margin-top: .5rem; }

#block--about {
  padding: 0; }

.block-section__image-with-text__cta-border-outer {
  width: 100%;
  padding: 0;
  position: relative;
  padding: 3px;
  border-radius: 5px; }

.heros-block__section-height {
  height: calc((100vw)/2.59); }

.hero-block__section-image-cover {
  height: 100%;
  position: relative;
  height: calc((75vw)/1);
  overflow: hidden; }
  @media (min-width: 744px) {
    .hero-block__section-image-cover {
      height: calc((100vw)/3.49); } }
  .hero-block__section-image-cover img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    display: block; }
  .hero-block__section-image-cover.backwards {
    height: 100%;
    position: relative;
    height: calc((75vw)/1);
    overflow: hidden; }
    @media (min-width: 744px) {
      .hero-block__section-image-cover.backwards {
        height: calc((100vw)/3.49); } }
    .hero-block__section-image-cover.backwards img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      position: absolute;
      display: block;
      border-bottom: 2px solid white; }
      @media (min-width: 992px) {
        .hero-block__section-image-cover.backwards img {
          position: relative; } }
    @media (min-width: 744px) {
      .hero-block__section-image-cover.backwards .hero-block__image-with-text__wrapper {
        top: 65%; } }
    @media (min-width: 768px) {
      .hero-block__section-image-cover.backwards .hero-block__image-with-text__wrapper {
        top: 25%; } }
    .hero-block__section-image-cover.backwards .hero-block__image-with-text__wrapper img {
      width: 100%;
      position: relative;
      display: block;
      border: 0; }
    .hero-block__section-image-cover.backwards img {
      width: 100%;
      position: absolute;
      display: block;
      border-top: 2px solid white;
      border-bottom: 0px; }
      @media (min-width: 992px) {
        .hero-block__section-image-cover.backwards img {
          position: relative; } }

.hero-block__image-with-text__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .hero-block__image-with-text__wrapper {
      top: 0;
      left: 0;
      transform: translateY(0%); } }
  .hero-block__image-with-text__wrapper img {
    display: block;
    position: relative; }

.hero-block__image-with-text__inner {
  margin-top: .5rem; }

#block-00 {
  padding: 0; }

.program-list {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style-type: none;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  justify-items: center;
  min-height: 0;
  min-width: 0;
  grid-template-columns: repeat(2, auto);
  grid-auto-rows: minmax(min-content, max-content);
  gap: 1.5rem;
  padding: 0; }
  @media (min-width: 744px) {
    .program-list {
      max-width: 80%;
      grid-template-columns: repeat(3, auto);
      grid-gap: 0; } }
  @media (min-width: 1024px) {
    .program-list {
      max-width: 900px; } }
  @media (min-width: 1200px) {
    .program-list {
      grid-template-columns: repeat(3, auto);
      max-width: 1200px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .program-list {
      width: 100%;
      margin: 0 auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: wrap; } }

.program-li.hide-load {
  opacity: 0;
  display: none;
  visibility: hidden;
  height: 0;
  margin: 0; }

.program-li {
  list-style-type: none;
  display: flex;
  visibility: visible;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: visible;
  min-width: 0;
  padding: 5%;
  cursor: pointer;
  z-index: 99;
  aspect-ratio: auto; }
  @media (max-width: 743px) {
    .program-li {
      padding: 5% 1px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .program-li {
      display: inline-block;
      width: 45%;
      margin-bottom: 50px;
      padding-left: 16px; } }
  @media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
    .program-li {
      width: 31%; } }

.program-figure {
  position: relative;
  width: 100%;
  margin: 0;
  text-decoration: none; }

.program-video, .program-video--aanhpi, .program-video--hhm, .program-video--whm, .program-video--lgbtq, .program-video--bhm {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1;
  overflow: hidden;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  background-clip: padding-box;
  padding: 2px; }
  @media (max-width: 767px) {
    .program-video, .program-video--aanhpi, .program-video--hhm, .program-video--whm, .program-video--lgbtq, .program-video--bhm {
      width: auto; } }
  .program-video::after, .program-video--aanhpi::after, .program-video--hhm::after, .program-video--whm::after, .program-video--lgbtq::after, .program-video--bhm::after {
    content: "";
    background-image: url("../../img/play-button--white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .program-video:before, .program-video--aanhpi:before, .program-video--hhm:before, .program-video--whm:before, .program-video--lgbtq:before, .program-video--bhm:before {
    content: '';
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    z-index: -1;
    border-radius: 6px; }
  .program-video--aanhpi {
    background: linear-gradient(to left, #164645 25%, #865e0d 50%, #ce4c02 75%, #e51c1f 100%); }
  .program-video--hhm {
    background: linear-gradient(to right, #df06d9 0%, #07a3fc 100%); }
  .program-video--whm {
    background: linear-gradient(to left, #03dcae, #c5681d); }
  .program-video--lgbtq {
    background: linear-gradient(90deg, #e52101 0%, #ff8d01 20%, #ffed00 40%, #038121 60%, #014bff 80%, #751c88 100%); }
  .program-video--bhm {
    background: linear-gradient(to right, #d02329 0%, #ffbf30 50%, #087f45 100%); }

.program-video:hover, .program-video--aanhpi:hover, .program-video--hhm:hover, .program-video--whm:hover, .program-video--lgbtq:hover, .program-video--bhm:hover {
  opacity: 0.9;
  transition: opacity 300ms ease-out; }

.program-video:hover:after, .program-video--aanhpi:hover:after, .program-video--hhm:hover:after, .program-video--whm:hover:after, .program-video--lgbtq:hover:after, .program-video--bhm:hover:after {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 300ms ease-out; }

img.program-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px; }

.program-title--container {
  width: 100%;
  margin: 0.5rem 0 0 0.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

img.program-title--icon {
  width: 20px; }
  @media (min-width: 768px) {
    img.program-title--icon {
      width: 25px; } }

.program-title {
  pointer-events: auto;
  cursor: pointer;
  font-weight: normal;
  word-wrap: break-word;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  font-weight: 900;
  margin-left: 0.25rem; }
  @media (min-width: 1000px) and (max-width: 1229px) {
    .program-title {
      font-size: 19px; } }
  @media (min-width: 1230px) {
    .program-title {
      font-size: 16px; } }
  @media screen and (min-width: 1230px) and (min-width: 320px) {
    .program-title {
      font-size: calc(16px + 8 * ((100vw - 320px) / 1120)); } }
  @media screen and (min-width: 1230px) and (min-width: 1440px) {
    .program-title {
      font-size: 24px; } }

p.program-description {
  display: none;
  visibility: hidden; }
  @media (min-width: 768px) {
    p.program-description {
      margin-top: 0.5rem;
      color: #000000;
      display: block;
      visibility: visible; } }

#block--about {
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 0; }
  @media (min-width: 992px) {
    #block--about {
      padding-top: 6.1rem; } }
  @media (min-width: 2000px) {
    #block--about {
      min-height: calc((100vw) / 5); } }
  @media (min-width: 768px) {
    #block--about .block__image-with-text {
      padding-top: 1rem; }
      #block--about .block__image-with-text p {
        padding-bottom: 1rem; } }
  #block--about .block__description {
    margin-bottom: 0.5rem; }

#block--closing {
  padding: 0; }
  @media (min-width: 744px) {
    #block--closing {
      margin-top: 0px; } }

/* === CSS Footer Starts === */
.footerContainer {
  font-family: 'Roboto', sans-serif;
  padding: 20px 21px 20px 21px;
  background-color: #fff;
  border-top: 2px solid #1f448b;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .footerContainer {
      display: block; } }

@media (min-width: 768px) {
  .footerContainer {
    padding: 30px 1em; } }

.footerContainer .footerBreakLine {
  max-width: 640px; }

@media (min-width: 1024px) {
  .footerContainer .footerBreakLine {
    max-width: 1130px; } }

a.footerLogoLink {
  margin: 25px auto 30px auto;
  display: inline-block; }
  @media (min-width: 769px) {
    a.footerLogoLink {
      margin: 20px auto 20px auto; } }

.footerLogo {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .footerLogo {
      width: 75px;
      height: 75px; } }

.footerLinksContainer, .footerSocialContainer, .footerTrademarkContainer {
  margin: 0 auto;
  max-width: 640px; }
  @media (min-width: 1024px) {
    .footerLinksContainer, .footerSocialContainer, .footerTrademarkContainer {
      max-width: 1130px;
      align-items: center; } }

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

.footerLinksContainer {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.footerTrademarkText {
  color: #606060;
  font-size: 11.5px;
  margin: 0 auto;
  line-height: 1.3;
  text-align: center; }
  @media (min-width: 768px) {
    .footerTrademarkText {
      font-size: 14px; } }

.footerTrademark2 {
  display: inline; }

.footerTrademarkLink {
  text-decoration: underline;
  color: #606060; }

/* === CSS Footer Ends === */
#videos {
  overflow: hidden; }

body.lgbtqa h2.font__color-gradient--white {
  background-image: linear-gradient(90deg, #e52101 0%, #ff8d01 20%, #ffed00 40%, #038121 60%, #014bff 80%, #751c88 100%); }

body.lgbtqa .block__description {
  color: #000000; }

@media (max-width: 767px) {
  main.sub {
    margin: 0 auto; } }

main.sub .block__section {
  padding-top: 20px; }
  @media (max-width: 767px) {
    main.sub .block__section {
      width: 100%;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    main.sub .block__section {
      padding-top: 0; } }
  main.sub .block__section::before {
    content: none; }

@media (max-width: 767px) {
  main.sub .program-list.block__section {
    padding-top: 0;
    width: 90%; } }

.block__section-with-shape::after, .block__section-with-shape--wave::after, .block__section-with-shape.backwards--wave::after {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  transform: scaleX(-1);
  pointer-events: none; }
  @media (min-width: 768px) {
    .block__section-with-shape::after, .block__section-with-shape--wave::after, .block__section-with-shape.backwards--wave::after {
      bottom: -18%; } }
  @media (min-width: 992px) {
    .block__section-with-shape::after, .block__section-with-shape--wave::after, .block__section-with-shape.backwards--wave::after {
      bottom: -20%; } }

.block__section-with-shape--wave::after {
  background-image: url(../../img/curve1-americatogether.svg); }

.block__section-with-shape.backwards, .backwards.block__section-with-shape--wave {
  border-top: 2px solid white; }
  .block__section-with-shape.backwards::after, .backwards.block__section-with-shape--wave::after {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    transform: scaleY(-1); }
    @media (min-width: 992px) {
      .block__section-with-shape.backwards::after, .backwards.block__section-with-shape--wave::after {
        top: -20%; } }
  .backwards--wave.block__section-with-shape--wave::after, .backwards--wave.block__section-with-shape::after {
    background-image: url(../../img/curve1-americatogether.svg); }

@media (min-width: 768px) {
  .hero-block__section-image-cover img {
    top: -15%;
    object-position: bottom; } }

.hero-block__section-image-logo {
  top: 0 !important; }

@media (min-width: 744px) {
  .hero-block__image-with-text__wrapper.sm {
    height: 80%; } }

@media (min-width: 992px) {
  .hero-block__image-with-text__wrapper.sm {
    height: 70%; } }

.hero-block__image-with-text__cta {
  margin: 1rem auto; }

.hero-block__image-with-text__cta-border-outer {
  padding: 0;
  position: relative;
  background: linear-gradient(to right, #22468b, #b91f30);
  padding: 3px;
  border-radius: 5px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25); }

.hero-block__image-with-text__cta-border-inner,
.section-block__image-with-text__cta-border-inner {
  background: #fff;
  text-align: center; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .block__section-with-shape--wave::after {
    content: '';
    background-image: url("../../img/curve1-americatogether.svg");
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    transform: scaleX(-1);
    pointer-events: none; } }
  @media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
    .block__section-with-shape--wave::after {
      bottom: -50%; } }
  @media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
    .block__section-with-shape--wave::after {
      bottom: -50%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .block__section-with-shape--wave.backwards {
    border-top: 2px solid white; }
  .backwards.block__section-with-shape--wave::after {
    content: '';
    background-image: url("../../img/curve1-americatogether.svg");
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    transform: scaleY(-1);
    display: none;
    opacity: 0; }
  .hero-block__section-image-cover.backwards .hero-block__image-with-text__wrapper {
    top: 0; }
  .block__header {
    display: none; }
  .block__mask {
    display: block;
    visibility: visible;
    opacity: 1;
    background-image: linear-gradient(to right, #d02329 0%, #ffbf30 50%, #087f45 100%);
    font-family: jaf-facitweb, "Roboto Condensed", sans-serif;
    font-weight: 800;
    height: 150px;
    text-transform: uppercase;
    width: 100%;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff; }
  .block__mask--bhm {
    background-image: linear-gradient(to right, #d02329 0%, #ffbf30 50%, #087f45 100%); }
  .block__mask--hhm {
    background-image: linear-gradient(to right, #df06d9 0%, #07a3fc 100%); }
  .block__mask--whm {
    background-image: linear-gradient(to left, #03dcae, #c5681d); }
  .block__mask--fnc {
    background-image: linear-gradient(to right, #b91f30 25%, #22468b 50%, #b91f30 75%, #22468b 100%); }
  .block__mask--aanhpi {
    background-image: linear-gradient(to left, #164645 25%, #865e0d 50%, #ce4c02 75%, #e51c1f 100%); }
  .block__mask--white {
    background-image: #ffffff; }
  text {
    font-size: 60px; } }
