@charset "UTF-8";
@import url("https://use.typekit.net/frp5asu.css");
/* Colors */
.gray {
  background-color: #D9D9D9;
}

.darkgray {
  background-color: #161616;
}

.lightgray {
  background-color: #f4f2f3;
}

.black {
  background-color: #000;
}

.white {
  background-color: #fff;
}

.blue {
  background-color: #182841;
}

.red {
  background-color: #BB2649;
}

.darkred {
  background-color: #560b1d;
}

.lightred {
  background-color: #f11f56;
}

.yellow {
  background-color: #E2B703;
}

.footer-wrap {
  padding: 1.5rem;
}

@media (min-width: 81.25rem) {
  .footer-wrap {
    padding: 2rem 1rem;
  }
}

body {
  font-family: acumin-pro, sans-serif;
  line-height: 1.5;
  font-size: 1.125rem;
  text-align: left;
  font-weight: 300;
}

body p {
  margin-bottom: 1rem;
}

body p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 48rem) {
  body p {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 81.25rem) {
  body {
    font-size: 1.2rem;
  }
  body p {
    margin-bottom: 1.4rem;
  }
}

@media (min-width: 100rem) {
  body p {
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 112.5rem) {
  body p {
    margin-bottom: 1.8rem;
  }
}

h1, .interior .content h1 {
  font-family: "acumin-variable", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
}

@media (min-width: 48rem) {
  h1, .interior .content h1 {
    font-size: 2rem;
  }
}

@media (min-width: 81.25rem) {
  h1, .interior .content h1 {
    font-size: 2.25rem;
  }
}

@media (min-width: 100rem) {
  h1, .interior .content h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 112.5rem) {
  h1, .interior .content h1 {
    font-size: 2.75em;
  }
}

.video-item h2, h2 {
  font-family: "acumin-variable", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
}

@media (min-width: 48rem) {
  .video-item h2, h2 {
    font-size: 1.6rem;
  }
}

@media (min-width: 81.25rem) {
  .video-item h2, h2 {
    font-size: 1.7rem;
  }
}

@media (min-width: 100rem) {
  .video-item h2, h2 {
    font-size: 1.9rem;
  }
}

@media (min-width: 112.5rem) {
  .video-item h2, h2 {
    font-size: 2.3rem;
  }
}

h3 {
  font-family: "acumin-variable", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
}

@media (min-width: 48rem) {
  h3 {
    font-size: 1.35rem;
  }
}

@media (min-width: 81.25rem) {
  h3 {
    font-size: 1.45rem;
  }
}

@media (min-width: 100rem) {
  h3 {
    font-size: 1.55rem;
  }
}

@media (min-width: 112.5rem) {
  h3 {
    font-size: 1.9rem;
  }
}

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;
  color: #182841;
}

a:hover {
  color: #BB2649;
}

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%;
  padding: 0 .2rem;
  font-family: arial,san-serif;
  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;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddcdc+0,f4f2f3+30,f4f2f3+70,dddcdc+100 */
  background: #f4f2f3;
}

body {
  color: #000;
  text-align: center;
}

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

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

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

.screen-reader:focus {
  background: #000;
  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: #182841;
  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 #BB2649;
}

#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);
  background: #fff;
  border-bottom: 5px solid #E2B703;
}

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

.header .logo-spanish img {
  width: 100%;
}

.header .logo-link {
  width: 120px;
  margin: 0 0 0 1.5rem;
  transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transform-origin: left center;
  z-index: 200;
}

@media (min-width: 48rem) {
  .header .logo-link {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    margin: 0;
  }
}

@media (min-width: 64rem) {
  .header .logo-link {
    width: 140px;
  }
}

@media (min-width: 81.25rem) {
  .header .logo-link {
    width: 180px;
  }
}

.header .logo-link svg {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 100%;
}

.header-wrap {
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 1.5rem 0;
  transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

@media (min-width: 48rem) {
  .header-wrap {
    padding: 2.25rem 0;
  }
}

@media (min-width: 64rem) {
  .header-wrap {
    padding: 2.25rem 0;
  }
}

@media (min-width: 81.25rem) {
  .header-wrap {
    padding: 2.5rem 0;
  }
}

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

@media (min-width: 48rem) {
  .header-menu {
    width: 95%;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 81.25rem;
    background: transparent;
    height: auto;
    min-height: auto;
    justify-content: center;
    position: static;
    overflow-y: unset;
    margin: 0 auto;
  }
}

@media (min-width: 64rem) {
  .header-menu {
    width: 95%;
  }
}

.header-menu-list {
  width: 100%;
  list-style: none;
  margin: 150px 0 0 1.5rem;
  padding: 0;
}

@media (min-width: 48rem) {
  .header-menu-list {
    margin: 0;
    display: inline-flex;
  }
}

@media (min-width: 64rem) {
  .header-menu-list {
    margin: 0;
  }
}

.header-menu-list-item {
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: flex;
  margin-bottom: .5rem;
  align-items: center;
}

@media (max-width: 64rem) {
  .header-menu-list-item {
    opacity: 0;
  }
}

@media (min-width: 48rem) {
  .header-menu-list-item {
    opacity: 1;
    width: auto;
    margin: 0 auto;
  }
}

.header-menu-list-item-social-icon {
  width: 24px;
  height: 24px;
}

.header-menu-list-item-social-icon a {
  height: 24px;
}

.header-menu-list-item-social-icon path {
  fill: #094D36;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.header-menu-list-item-social-icon:hover path {
  fill: #E2B703;
}

.header-menu-list-item.social-icon {
  margin: 0 .25rem;
}

@media (min-width: 48rem) {
  .header-menu-list-item:first-child {
    width: 85px;
  }
}

@media (min-width: 48rem) {
  .header-menu-list-item:nth-child(2) {
    width: 150px;
  }
}

@media (min-width: 48rem) {
  .header-menu-list-item:nth-child(3) {
    padding: 0 10em 0 0;
  }
}

.header-menu-list-item-link {
  color: #094D36;
  font-family: acumin-pro-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  display: table;
  padding: .5rem 1rem;
  line-height: 1;
  position: relative;
  text-align: left;
}

@media (min-width: 48rem) {
  .header-menu-list-item-link {
    padding: 1rem;
    width: 100%;
    padding: 1rem 1rem;
    color: #094D36;
    text-align: center;
    font-size: 1.25rem;
    transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  }
}

@media (min-width: 81.25rem) {
  .header-menu-list-item-link {
    font-size: 1.5rem;
  }
}

.header-menu-list-item-link:hover {
  color: #E2B703;
}

.header-menu-list-item-link-txt {
  position: relative;
  z-index: 100;
}

.header-menu-list-item-link.donate {
  background: #094D36;
  color: #E2B703;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.header-menu-list-item-link.donate:hover {
  background: #E2B703;
  color: #fff;
}

@media (max-width: 64rem) {
  .header-menu-list-item-link.donate {
    margin: 0 1rem 0 1rem;
  }
}

.header-menu-list-item-link.active .header-menu-list-item-link-txt {
  color: #fff;
}

@media (min-width: 48rem) {
  .header-menu-list-item-link.active .header-menu-list-item-link-txt {
    color: black;
  }
}

.header-menu-list-item-social {
  transition: 0.5s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  display: flex;
  align-items: center;
}

@media (max-width: 64rem) {
  .header-menu-list-item-social {
    margin: 0 .5rem .25rem;
  }
}

@media (min-width: 48rem) {
  .header-menu-list-item-social {
    width: auto;
    margin: 0 auto;
  }
}

.header-menu-list-item-social:first-child {
  margin-left: 0;
}

.header-menu-list-item-social:last-child {
  margin-right: 0;
}

.header-menu-list-item-social a {
  height: 24px;
  line-height: 1.2;
}

.header-menu-list-logo-spacing {
  display: none;
}

@media (min-width: 48rem) {
  .header-menu-list-logo-spacing {
    width: 180px;
    display: block;
  }
}

@media (min-width: 81.25rem) {
  .header-menu-list-logo-spacing {
    width: 260px;
  }
}

.header-menu-list-social {
  width: 175px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  padding: 0 0 0 .75rem;
}

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

.fixed .header-wrap {
  padding: 1rem 0;
}

@media (min-width: 48rem) {
  .fixed .header-wrap {
    padding: 1rem 0;
  }
}

@media (min-width: 81.25rem) {
  .fixed .header-wrap {
    padding: 1.5rem 0;
  }
}

.fixed .header .logo-link {
  width: 100px;
}

@media (min-width: 48rem) {
  .fixed .header .logo-link {
    width: 100px;
  }
}

@media (min-width: 81.25rem) {
  .fixed .header .logo-link {
    width: 120px;
  }
}

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

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

.mobile-only {
  display: block;
}

@media (min-width: 48rem) {
  .mobile-only {
    display: none;
  }
}

.mobile-menu-close {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  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: 48rem) {
  .mobile-menu-close {
    display: none;
  }
}

.expanded-menu {
  overflow: hidden;
}

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

.expanded-menu .header .logo-link {
  display: block;
}

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

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

.expanded-menu .header-menu-list-item {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

.footer {
  text-align: center;
  color: #fff;
  background: #182841;
  z-index: 100;
  position: relative;
}

@media (max-width: 64rem) {
  .footer {
    padding: 0;
  }
}

.footer-wrap {
  max-width: 100rem;
  margin: 0 auto;
}

.footer-logo {
  padding: 1rem auto;
  width: 225px;
  margin: auto;
}

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

.footer-disclaimer {
  margin: 1rem auto;
  font-size: .9rem;
  padding: .5rem;
  border: 1px solid #fff;
  display: inline-block;
}

.footer-links {
  font-size: .9rem;
}

@media (max-width: 64rem) {
  .footer-links {
    padding: 1rem 0;
  }
}

.footer-links a {
  color: #fff;
  text-decoration: underline;
  margin: 0 .5rem;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.footer-links a:hover {
  color: #E2B703;
}

.hub-survey-form footer {
  margin: 2rem auto 0;
  width: 100%;
}

.content {
  max-width: 81.25rem;
  width: 100%;
  padding: 3.5rem 1.5rem 1.5rem;
  min-height: 55vh;
}

@media (min-width: 48rem) {
  .content {
    margin: 3rem auto;
  }
}

@media (min-width: 64rem) {
  .content {
    margin: 8rem auto;
  }
}

@media (min-width: 81.25rem) {
  .content {
    padding: 8rem auto;
  }
}

@media (min-width: 81.25rem) {
  .content + .content-main {
    padding-left: 1rem;
    padding-right: 2rem;
  }
}

.content-main {
  padding: 0 1rem;
  text-align: left;
}

@media (min-width: 48rem) {
  .content-main {
    padding: 1rem;
    width: 70%;
  }
}

@media (min-width: 81.25rem) {
  .content-main {
    padding-left: 2rem;
  }
}

.content-sidebar {
  padding: 0;
  text-align: left;
}

@media (min-width: 48rem) {
  .content-sidebar {
    width: 30%;
    padding: 1rem;
  }
}

.content-photo {
  display: block;
  float: none;
  margin: 1rem 0;
  width: 100%;
}

@media (min-width: 48rem) {
  .content-photo {
    display: inline-block;
    float: none;
    margin: 0 auto;
    width: 60%;
  }
  .content-photo.right {
    margin: 0 0 2rem 2rem;
    float: right;
  }
  .content-photo.left {
    margin: 0 2rem 2rem 0;
    float: left;
  }
}

.content-photo-img {
  width: 100%;
  height: auto;
}

.interior .content {
  max-width: 64rem;
  text-align: left;
}

.interior .content h1 {
  color: #E2B703;
}

.interior .content p {
  margin-bottom: 1.25rem;
}

.interior .content ul {
  margin-bottom: 1.25rem;
}

.interior .content img {
  max-width: 100% !important;
  height: auto !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "acumin-variable", sans-serif;
  margin: 0 0 .5rem;
  line-height: 1.1;
}

h2 {
  color: #182841;
}

h3 {
  color: #182841;
}

.page-layers {
  padding: 2rem 0;
}

.page-layers-item {
  padding: 1rem 0;
}

table.endorsement-list {
  border: 0;
  width: 100%;
}

table.endorsement-list td {
  display: block;
  width: 100%;
  vertical-align: top;
}

@media (min-width: 48rem) {
  table.endorsement-list td {
    width: 50%;
    display: inline-block;
  }
  table.endorsement-list td:first-child {
    padding-right: 4rem;
  }
}

.coalition-leaders {
  display: block;
  column-gap: 2rem;
  row-gap: 2rem;
  text-align: center;
  width: 100%;
}

@media (min-width: 48rem) {
  .coalition-leaders {
    display: flex;
  }
}

.coalition-leaders-item {
  padding: 1rem;
  background: white;
}

.coalition-leaders-item figure img {
  width: 100% !important;
  height: auto !important;
}

.anchor-link {
  display: block;
  margin-top: -120px;
  position: absolute;
  height: 1px;
  width: 1px;
  z-index: -1;
  background: transparent;
}

body.press-release .press-headline {
  color: #094D36;
}

body.landing-page-form {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body.landing-page-form .content {
  margin: 0 auto;
  padding: 0;
  max-width: none;
}

@media (min-width: 48rem) {
  body.landing-page-form .content {
    padding: 2rem;
  }
}

@media (min-width: 81.25rem) {
  body.landing-page-form .content {
    padding: 3rem;
  }
}

body.landing-page-form .landing-content {
  width: auto;
  margin: 0 auto;
}

@media (min-width: 48rem) {
  body.landing-page-form .landing-content {
    margin: 0 0 0 30%;
  }
}

@media (min-width: 64rem) {
  body.landing-page-form .landing-content {
    margin: 0 0 0 35%;
  }
}

@media (min-width: 81.25rem) {
  body.landing-page-form .landing-content {
    margin: 0 0 0 50%;
  }
}

body.landing-page-form .landing-content h2 {
  text-transform: uppercase;
}

body.landing-page-form .page-layers {
  padding: 1.5rem;
  background: #f4f2f3;
  border: 2px #E2B703 solid;
}

@media (min-width: 48rem) {
  body.landing-page-form .page-layers {
    padding: 2rem;
  }
}

@media (min-width: 81.25rem) {
  body.landing-page-form .page-layers {
    padding: 3rem;
  }
}

body.landing-page-form #main_content.page-layers {
  padding: 0;
  background: none;
  border: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-grid {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 48rem) {
  .video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 0;
  }
}

.video-item {
  margin: 1rem 0;
  background: #fff;
  padding: 1.0rem;
  width: 100%;
}

.video-item h2 {
  color: #000;
  margin: 0 0 .5rem;
}

.video-item-description {
  margin: 1rem 0;
  display: block;
}

.button {
  color: #E2B703;
  background: #094D36;
  padding: 1rem 1.5rem;
  display: block;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
  text-transform: uppercase;
  font-size: 1.75rem;
}

.button:hover {
  background: #E2B703;
  color: #fff;
}

.button.outline {
  background-color: transparent;
  border: 2px solid #094D36;
}

.button.outline:hover .button-text {
  color: #fff;
}

.button.outline .button-text {
  color: #E2B703;
}

.button.outline:before {
  background-color: #094D36;
}

.button.white-hover:before {
  background-color: #fff;
}

.button.white-hover:hover .button-text {
  color: #094D36;
}

.button-text {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
  line-height: 1;
  position: relative;
  z-index: 100;
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.button.white {
  background: #fff;
  color: #094D36;
}

.button.yellow {
  background: #E2B703;
  color: #094D36;
}

.button.small {
  padding: .55rem .75rem .6rem;
}

@media (min-width: 81.25rem) {
  .button.small {
    padding: .5rem 1rem .6rem;
  }
}

.button.small .button-text {
  letter-spacing: 1px;
  font-size: .8rem;
  line-height: .8rem;
}

@media (min-width: 81.25rem) {
  .button.small .button-text {
    font-size: .85rem;
    letter-spacing: 2px;
  }
}

.button.md {
  padding: .55rem 1.5rem .65rem;
}

@media (min-width: 81.25rem) {
  .button.md {
    padding: .65rem 1.5rem .75rem;
  }
}

.menu-trigger {
  background: transparent;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  font-family: "acumin-variable", 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: relative;
}

@media (max-width: 64rem) {
  .menu-trigger {
    z-index: 2000;
    margin-right: 1.5rem;
    z-index: 2000000;
  }
}

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

.menu-trigger:after {
  background: #E2B703;
  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: #000;
  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: #fff;
}

.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: #fff;
  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: 64rem) {
  .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: #fff;
  }
}

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

.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: #fff;
}

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

@media (min-width: 48rem) {
  .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: #fff;
  }
}

.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: #fff;
}
