body {font-family: "Heebo", sans-serif; }

h1 {
  font-weight: 900;
}

.show-for-embed {
  margin-left: 1rem;
}
a:hover, a:focus {
  color: #FF7900;
}

.button, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
  background-color: #FF7900;
  color: #fefefe;
}

.button.hollow {
  background-color: #fff;
  border: 1px solid #FF7900;
  color: #FF7900;
}


.button:hover {
  background-color: #fff;
  border: 1px solid #FF7900;
  color: #FF7900;
}
.button.hollow:hover {
  background-color: #FF7900;
  border: 1px solid #FF7900;
  color: #FFF;
}


.mr-1 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
li a {
  color: #000000;
}

.splash-banner {
  position: relative;
  padding: 50px 100px;
  min-height: 450px;
  overflow: hidden;
  background: url(./banner.jpg) no-repeat center;
  background-size: cover;
  background-position-x: left;
  background-position-y: center;
}

.splash-banner img {
  position: absolute;
  top: -35%;
    left: 0;
    right: 0;
    bottom: 0;
    /* height: 200%; */
    width: 100%;
    z-index: -1;
    aspect-ratio: 9 / 5;
    opacity: 0.7;
}

.content-block {
  width: 60%;
  float: right;
}

.section {
  padding: 50px 50px;
}

.quote {
  background-color: #2525250d;
}

.quote blockquote {
  padding: 0.5625rem 1.25rem;
  border-left: none;
  color: #000000;
}

.quote blockquote h1 {
  font-weight: 400;
}

.quote blockquote p {
  font-weight: 900;
  font-size: 50px;
  color: #000;
  line-height: 71px;
}
.quote blockquote footer {
  /* font-weight: 900; */
  font-size: 40px;
  /* color: #000; */
}

/* .hide-for-embed {display: none;} */
.show-for-embed {display: none;}


footer.footer {
  padding: 25px 30px;

  background-color: #252525;
  color: #ffffff;
}

footer.footer .links {
  /* font-family: ProximaNova; */
  color: #ffffff;
  font-size: 14px;
  line-height: 16.41px;
  opacity: 0.5;
  font-weight: 600;
}
footer.footer .links li {
  margin-left: 10px;
}
footer.footer .links li a{
  color: #ffffff;
  padding: 0;
}
footer.footer .links li a:hover{
  color: #FF7900;
}
footer.footer .row {
  max-width: 100%;
}

