/*
   If you are changing the location of these files,
   see the readme in this directory for more detail on manual steps to take when uploading new files.
 */
#fullwidth {
  overflow: hidden;
  background: url("/images/hoc2023-hero-banner.svg") no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 640px) {
    #fullwidth {
      background: url("/images/hoc2023-hero-banner-mobile.svg") no-repeat center center;
      background-size: cover; } }

#pageheader {
  background-color: rgba(255, 255, 255, 0.9); }

@media screen and (max-width: 992px) {
  section.banner.homepage .wrapper,
  section.banner .wrapper {
    width: 80%; } }
@media screen and (max-width: 640px) {
  section.banner.homepage .wrapper,
  section.banner .wrapper {
    padding: 1em 1em 4em;
    width: 88%; } }
section.banner.homepage p.hoc-label,
section.banner p.hoc-label {
  color: #00FFF5;
  font-size: 2.375rem;
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 640px) {
    section.banner.homepage p.hoc-label,
    section.banner p.hoc-label {
      font-size: 1.875rem; } }
section.banner.homepage h1,
section.banner h1 {
  font-size: 4rem;
  margin-top: 0;
  color: #00FFF5; }
  @media screen and (max-width: 992px) {
    section.banner.homepage h1,
    section.banner h1 {
      font-size: 3.5em; } }
  @media screen and (max-width: 640px) {
    section.banner.homepage h1,
    section.banner h1 {
      font-size: 2.75em;
      margin-top: 0; } }
section.banner.homepage p.hero-desc,
section.banner p.hero-desc {
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 2rem; }
  @media screen and (max-width: 640px) {
    section.banner.homepage p.hero-desc,
    section.banner p.hero-desc {
      font-size: 1.25em; } }

section.banner.homepage {
  padding: 0; }
  section.banner.homepage .wrapper {
    max-width: 660px;
    padding: 2em 0 7em; }
    @media screen and (max-width: 640px) {
      section.banner.homepage .wrapper {
        padding: 3em 1em 5em; } }
  section.banner.homepage .button-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em; }
    section.banner.homepage .button-wrapper .ctabutton {
      background-color: #FFFFFF;
      border: 2px solid #FFFFFF;
      color: #292F36; }
      section.banner.homepage .button-wrapper .ctabutton.secondary {
        background: none;
        border: 2px solid #FFFFFF;
        color: #FFFFFF; }

section.banner {
  text-align: center;
  color: #FFFFFF; }
  section.banner .wrapper {
    max-width: 850px;
    margin: 0 auto;
    padding: 2em 0 7em; }
  section.banner a {
    color: #FFFFFF;
    text-decoration: underline;
    font-family: "Metropolis", sans-serif;
    font-weight: 600;
    font-style: normal; }
    section.banner a.ctabuttonatag {
      text-decoration: none; }
  section.banner p:last-child {
    margin-bottom: 0; }

/*# sourceMappingURL=hoc-banner.css.map */
