<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Do Epic Code! */
/* Do Epic Code! */
@-webkit-keyframes scroll-down-arrow-animation {
  0% {
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; } }
@keyframes scroll-down-arrow-animation {
  0% {
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; } }

.button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-family: inherit;
  font-size: inherit;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  width: 100%; }

a.button {
  text-decoration: none; }

.button-group {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .button-group &gt; .button + .button {
    margin-left: 16px;
    margin-left: calc(16px + (52 - 16) * ((100vw - 320px) / (1024 - 320))); }
    @media (max-width: 320px) {
      .button-group &gt; .button + .button {
        margin-left: 16px; } }
    @media (min-width: 1024px) {
      .button-group &gt; .button + .button {
        margin-left: 52px; } }
    @media (min-width: 1024px) {
      .button-group &gt; .button + .button {
        margin-left: 70px;
        margin-left: calc(52.5px + (70 - 52.5) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1024px) {
    .button-group &gt; .button + .button {
      margin-left: 52.5px; } }
  @media (min-width: 1024px) and (min-width: 1920px) {
    .button-group &gt; .button + .button {
      margin-left: 70px; } }
  @media all and (max-width: 600px) {
    .button-group {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.button {
  color: #ffffff;
  background: #269ce0;
  border: none;
  border-radius: 4px;
  font-family: "SimplyCricket-Bold", sans-serif;
  font-size: 9px;
  height: 32px;
  width: 70px;
  border-radius: calc(4px + (6 - 4) * ((100vw - 320px) / (1024 - 320)));
  font-size: calc(9px + (12 - 9) * ((100vw - 320px) / (1024 - 320)));
  height: calc(32px + (36 - 32) * ((100vw - 320px) / (1024 - 320)));
  width: calc(70px + (105 - 70) * ((100vw - 320px) / (1920 - 320))); }
  @media (max-width: 320px) {
    .button {
      border-radius: 4px; } }
  @media (min-width: 1024px) {
    .button {
      border-radius: 6px; } }
  @media (max-width: 320px) {
    .button {
      font-size: 9px; } }
  @media (min-width: 1024px) {
    .button {
      font-size: 12px; } }
  @media (max-width: 320px) {
    .button {
      height: 32px; } }
  @media (min-width: 1024px) {
    .button {
      height: 36px; } }
  @media (max-width: 320px) {
    .button {
      width: 70px; } }
  @media (min-width: 1920px) {
    .button {
      width: 105px; } }
  @media (min-width: 1024px) {
    .button {
      border-radius: 8px;
      font-size: 20px;
      height: 48px;
      width: 140px;
      border-radius: calc(6px + (8 - 6) * ((100vw - 1024px) / (1920 - 1024)));
      font-size: calc(16.5px + (22 - 16.5) * ((100vw - 1024px) / (1920 - 1024)));
      height: calc(36px + (48 - 36) * ((100vw - 1024px) / (1920 - 1024)));
      width: calc(150px + (200 - 150) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1024px) {
    .button {
      border-radius: 6px; } }
  @media (min-width: 1024px) and (min-width: 1920px) {
    .button {
      border-radius: 8px; } }
  @media (min-width: 1024px) and (max-width: 1024px) {
    .button {
      font-size: 16.5px; } }
  @media (min-width: 1024px) and (min-width: 1920px) {
    .button {
      font-size: 22px; } }
  @media (min-width: 1024px) and (max-width: 1024px) {
    .button {
      height: 36px; } }
  @media (min-width: 1024px) and (min-width: 1920px) {
    .button {
      height: 48px; } }
  @media (min-width: 1024px) and (max-width: 1024px) {
    .button {
      width: 150px; } }
  @media (min-width: 1024px) and (min-width: 1920px) {
    .button {
      width: 200px; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0; }

*:focus {
  outline: 2px solid #3170b7; }

@font-face {
  font-family: 'SimplyCricket-Book';
  src: url("SimplyCricket-Book.ttf") format("ttf"), url("SimplyCricket-Book.otf") format("otf"), url("SimplyCricket-Book.woff") format("woff"); }

@font-face {
  font-family: 'SimplyCricket-Medium';
  src: url("SimplyCricket-Medium.ttf") format("ttf"), url("SimplyCricket-Medium.otf") format("otf"), url("SimplyCricket-Medium.woff") format("woff"); }

@font-face {
  font-family: 'SimplyCricket-Demibold';
  src: url("SimplyCricket-Demibold.ttf") format("ttf"), url("SimplyCricket-Demibold.otf") format("otf"), url("SimplyCricket-Demibold.woff") format("woff"); }

@font-face {
  font-family: 'SimplyCricket-Bold';
  src: url("SimplyCricket-Bold.ttf") format("ttf"), url("SimplyCricket-Bold.otf") format("otf"), url("SimplyCricket-Bold.woff") format("woff"); }

@font-face {
  font-family: 'SimplyCricket-Black';
  src: url("SimplyCricket-Black.woff") format("woff"), url("SimplyCricket-Black.otf") format("otf"); }

html, body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  color: #000000;
  font-family: 'SimplyCricket-Medium', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2rem;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media all and (min-width: 750px) {
    html, body {
      font-size: 16px; } }

body {
  padding-top: 75px; }
  @media all and (min-width: 950px) {
    body {
      padding-top: 0; } }

img, button, label {
  display: block; }

h1, h2 {
  font-family: SimplyCricket-Bold,Arial,sans-serif;
  color: white;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: 2%; }

h2 {
  font-size: 1.75rem;
  line-height: 2rem; }
  h2 strong {
    font-family: SimplyCricket-Bold,Arial,sans-serif; }

p {
  font-family: 'SimplyCricket-Medium', Arial, sans-serif;
  color: black;
  font-size: .9rem;
  line-height: 1.5rem; }

button {
  margin: .5rem 0 1.5rem 0;
  font-family: 'SimplyCricket-Medium', Arial, sans-serif;
  color: #ffffff;
  font-size: 1.25rem;
  background: #3170b7;
  border: 0;
  padding: 1rem;
  border-radius: 7px;
  float: right;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  width: 100%; }
  button:focus, button:hover {
    outline: none;
    background-color: #11508d; }
  @media all and (min-width: 750px) {
    button {
      width: 140px; } }

.hide {
  display: none; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.invalid {
  border: 1px solid #cf292a !important; }

.legal {
  font-size: .8rem;
  line-height: 1rem; }
  .legal span {
    text-decoration: underline; }

.gray {
  color: #6b6b6b; }

.green {
  color: #5da544; }

.bold {
  font-family: 'SimplyCricket-DemiBold', Arial, sans-serif !important; }

.superbold {
  font-family: 'SimplyCricket-Bold', Arial, sans-serif !important; }

.center {
  text-align: center; }

main {
  display: none;
  width: 100%;
  overflow: auto; }
  main.active {
    display: block;
    background-color: white; }
  main form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 auto;
    max-width: 800px; }
    main form h2 {
      width: 80%;
      max-width: 600px;
      margin: 0 auto 1.5rem; }
    main form label {
      width: 100%;
      font-family: 'SimplyCricket-Book', Arial, sans-serif;
      font-size: 1.35rem;
      line-height: 2rem;
      margin-bottom: 3px; }
    main form .input {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0 auto .75rem;
      width: 80%;
      max-width: 600px; }
      main form .input.half {
        width: 100%; }
      main form .input input, main form .input select, main form .input textarea {
        font-family: Arial, sans-serif;
        width: 100%;
        background-color: #ffffff;
        border-radius: 7px;
        border: 1px solid #dbdbdb;
        color: #000000;
        font-size: 1.25rem;
        padding: 0.65rem .75rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        resize: none;
        margin-bottom: 5px; }
      main form .input select {
        font-family: Arial, sans-serif;
        background: #ffffff url("dropdown.png") no-repeat calc(100% - 1rem) 50%;
        background-size: auto 50%; }
      main form .input textarea {
        height: 15rem; }
  main .check {
    margin: .5rem 0 0;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    main .check label {
      display: inline-block;
      width: calc(100% - 30px);
      padding-left: 1rem;
      font-size: 1rem;
      line-height: 1.25rem;
      margin-bottom: 5px; }
    main .check input[type=checkbox] {
      background-color: #ffffff;
      width: 30px;
      height: 30px;
      vertical-align: middle;
      border: 1px solid #dbdbdb;
      border-radius: 7px;
      -webkit-appearance: none;
      padding: 0; }
    main .check input[type=checkbox]:checked {
      background: #3170b7 url("check.png") no-repeat center center;
      background-size: 65% auto;
      border: 1px solid #3170b7; }

.modal {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3rem; }
  .modal.flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .modal .modalText {
    color: #000000;
    background-color: #ffffff;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    padding: 3rem; }
    .modal .modalText p {
      font-family: 'SimplyCricket-Bold', Arial, sans-serif;
      font-size: 2rem;
      line-height: 2.5rem;
      text-align: center; }

.wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 0.75rem; }
  @media all and (min-width: 750px) {
    .wrap {
      width: 90%; } }

header {
  width: 100%;
  position: fixed;
  height: 75px;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  z-index: 8; }
  @media all and (min-width: 950px) {
    header {
      position: relative;
      height: auto; } }
  header p,
  header a {
    font-family: "SimlyCricket-DemiBold", Arial, sans-serif;
    line-height: 1.5rem;
    text-decoration: none; }
  header a {
    padding: 1.75rem 1rem; }
    @media all and (min-width: 950px) {
      header a {
        padding: 1rem; } }
  header .topBorder {
    background-color: #404041;
    height: 10px; }
    @media all and (min-width: 950px) {
      header .topBorder {
        display: none; } }
  header .mobileNav {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    height: calc(100vh - 75px); }
    header .mobileNav.show {
      display: block; }
      @media all and (min-width: 950px) {
        header .mobileNav.show {
          display: none; } }
    header .mobileNav .mobileWrap {
      width: 50%;
      min-width: 200px;
      max-width: 300px;
      height: calc(100vh - 75px);
      overflow: scroll;
      overflow-x: hidden;
      position: absolute;
      top: 75px;
      right: 0;
      font-size: 1rem;
      background-color: #404041;
      padding-bottom: 75px; }
      @media all and (min-width: 950px) {
        header .mobileNav .mobileWrap {
          display: none; } }
    header .mobileNav p,
    header .mobileNav a {
      color: #ffffff; }
    header .mobileNav a {
      display: block;
      width: 100%;
      border-left: 2px solid #1f1f1f; }
    header .mobileNav .acctWrap {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-left: 2px solid #1f1f1f; }
      header .mobileNav .acctWrap p {
        margin-left: 10px; }
    header .mobileNav .linksWrap {
      background-color: #ffffff; }
      header .mobileNav .linksWrap a {
        width: 100%;
        color: #000000;
        border-left: 2px solid #e7e7e7;
        border-bottom: 2px solid #e7e7e7; }
  header .grayNav {
    display: none;
    background-color: #404041;
    width: 100%;
    position: relative;
    top: 0;
    border-left: 0; }
    header .grayNav .wrap {
      width: 90%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    header .grayNav p,
    header .grayNav a {
      color: #ffffff;
      font-size: 0.8rem; }
    header .grayNav a:hover {
      background-color: #616161; }
    header .grayNav img {
      width: 20px; }
    header .grayNav .acctWrap {
      width: 30%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      header .grayNav .acctWrap p {
        margin-left: 10px; }
    header .grayNav .linksWrap {
      width: 45%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    @media all and (min-width: 950px) {
      header .grayNav {
        display: block; } }
  header .whiteNav {
    height: 65px; }
    header .whiteNav .wrap {
      height: 65px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    header .whiteNav .logo {
      height: 30px;
      width: auto; }
    header .whiteNav .linksWrap {
      width: 65%;
      display: none;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      header .whiteNav .linksWrap a {
        width: 20%;
        color: #000000;
        padding: 1rem 0.25rem;
        text-align: center; }
      header .whiteNav .linksWrap a:hover {
        color: #3170b7; }
      @media all and (min-width: 950px) {
        header .whiteNav .linksWrap {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
    header .whiteNav .mobileMenu {
      height: 30px;
      width: auto; }
      @media all and (min-width: 950px) {
        header .whiteNav .mobileMenu {
          display: none; } }

main form {
  margin: 4% auto; }

main .heroImg-wrapper {
  background-color: white; }
  main .heroImg-wrapper .heroImg {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%; }
    main .heroImg-wrapper .heroImg .hero-heading {
      margin-top: 1em;
      font-size: 2.8em;
      width: 70%; }
      @media screen and (max-width: 600px) {
        main .heroImg-wrapper .heroImg .hero-heading {
          width: 100%; } }
      main .heroImg-wrapper .heroImg .hero-heading span {
        color: #5da544; }
    main .heroImg-wrapper .heroImg .hero-content {
      margin-top: 1em;
      font-family: "SimlyCricket-Book", sans-serif;
      font-size: 1.125em;
      letter-spacing: -0.03em;
      line-height: 0.5em; }
      main .heroImg-wrapper .heroImg .hero-content span {
        display: block;
        margin-top: 1em; }
      @media screen and (max-width: 600px) {
        main .heroImg-wrapper .heroImg .hero-content {
          font-size: 1em; } }
    main .heroImg-wrapper .heroImg .hero-subhead {
      color: #5da544;
      font-family: "SimlyCricket-Book", sans-serif;
      line-height: 0.1em; }
    main .heroImg-wrapper .heroImg &gt; .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      @media all and (max-width: 750px) {
        main .heroImg-wrapper .heroImg &gt; .row {
          display: block; } }
      main .heroImg-wrapper .heroImg &gt; .row &gt; .column {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; }
      main .heroImg-wrapper .heroImg &gt; .row &gt; .column-left {
        height: auto;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        @media all and (max-width: 900px) {
          main .heroImg-wrapper .heroImg &gt; .row &gt; .column-left {
            width: 100%; } }
        main .heroImg-wrapper .heroImg &gt; .row &gt; .column-left &gt; img {
          display: block;
          height: auto;
          width: 100%; }
          @media all and (max-width: 750px) {
            main .heroImg-wrapper .heroImg &gt; .row &gt; .column-left &gt; img {
              margin: 0 auto; } }
        main .heroImg-wrapper .heroImg &gt; .row &gt; .column-left.thanks {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-bottom: 2em;
          text-align: center; }
          @media screen and (min-width: 999px) {
            main .heroImg-wrapper .heroImg &gt; .row &gt; .column-left.thanks .hero-heading {
              font-size: 5em; } }
          main .heroImg-wrapper .heroImg &gt; .row &gt; .column-left.thanks .hero-subtitle {
            text-align: center;
            margin-top: 1.75em;
            max-width: 15em;
            font-family: "SimlyCricket-DemiBold", sans-serif;
            font-size: 1.3125em; }
          main .heroImg-wrapper .heroImg &gt; .row &gt; .column-left.thanks .hero-text {
            margin-top: 2em;
            font-size: 1em;
            line-height: 1.5rem; }
          main .heroImg-wrapper .heroImg &gt; .row &gt; .column-left.thanks .button-group {
            margin-top: 8%; }
          main .heroImg-wrapper .heroImg &gt; .row &gt; .column-left.thanks .hero-bottom-text {
            margin-top: 6%;
            margin-bottom: 2%;
            font-size: 0.7rem;
            line-height: 1rem; }
      main .heroImg-wrapper .heroImg &gt; .row &gt; .column-right {
        height: auto;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; }
        @media all and (max-width: 900px) {
          main .heroImg-wrapper .heroImg &gt; .row &gt; .column-right {
            margin: 0 auto;
            max-width: 43em; } }
        main .heroImg-wrapper .heroImg &gt; .row &gt; .column-right.thanks {
          -webkit-align-self: flex-end;
              -ms-flex-item-align: end;
                  align-self: flex-end;
          padding-right: 0;
          padding-bottom: 0; }
        main .heroImg-wrapper .heroImg &gt; .row &gt; .column-right &gt; img {
          display: block;
          margin: 0 auto;
          width: 35%;
          height: auto;
          max-width: 475px;
          margin-top: 5%; }
        main .heroImg-wrapper .heroImg &gt; .row &gt; .column-right &gt; img + h2 {
          margin-top: 8px;
          margin-top: calc(8px + (-12 - 8) * ((100vw - 320px) / (1024 - 320))); }
          @media (max-width: 320px) {
            main .heroImg-wrapper .heroImg &gt; .row &gt; .column-right &gt; img + h2 {
              margin-top: 8px; } }
          @media (min-width: 1024px) {
            main .heroImg-wrapper .heroImg &gt; .row &gt; .column-right &gt; img + h2 {
              margin-top: -12px; } }
          @media (min-width: 1024px) {
            main .heroImg-wrapper .heroImg &gt; .row &gt; .column-right &gt; img + h2 {
              margin-top: -16px;
              margin-top: calc(-12px + (-16 - -12) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1024px) {
    main .heroImg-wrapper .heroImg &gt; .row &gt; .column-right &gt; img + h2 {
      margin-top: -12px; } }
  @media (min-width: 1024px) and (min-width: 1920px) {
    main .heroImg-wrapper .heroImg &gt; .row &gt; .column-right &gt; img + h2 {
      margin-top: -16px; } }

main .heroImg-wrapper-thanks {
  background: #011208; }
  main .heroImg-wrapper-thanks .heroImg.thanks {
    background: transparent url("hero_bg_sorry_thank_you.jpg") no-repeat center center;
    background-size: cover;
    height: 256px;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #404041;
    height: calc(256px + (480 - 256) * ((100vw - 320px) / (1024 - 320))); }
    @media (max-width: 320px) {
      main .heroImg-wrapper-thanks .heroImg.thanks {
        height: 256px; } }
    @media (min-width: 1024px) {
      main .heroImg-wrapper-thanks .heroImg.thanks {
        height: 480px; } }
    @media (min-width: 1024px) {
      main .heroImg-wrapper-thanks .heroImg.thanks {
        height: 640px;
        max-width: 1294px;
        height: calc(480px + (640 - 480) * ((100vw - 1024px) / (1920 - 1024)));
        max-width: calc(970.5px + (1294 - 970.5) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks {
      height: 480px; } }
  @media (min-width: 1024px) and (min-width: 1920px) {
    main .heroImg-wrapper-thanks .heroImg.thanks {
      height: 640px; } }
  @media (min-width: 1024px) and (max-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks {
      max-width: 970.5px; } }
  @media (min-width: 1024px) and (min-width: 1920px) {
    main .heroImg-wrapper-thanks .heroImg.thanks {
      max-width: 1294px; } }
    main .heroImg-wrapper-thanks .heroImg.thanks .row {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      height: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%; }
        main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 {
          color: #000000;
          font-family: "SimlyCricket-Bold", sans-serif;
          font-size: 32px;
          line-height: 32px;
          font-size: calc(32px + (81 - 32) * ((100vw - 320px) / (1024 - 320)));
          line-height: calc(32px + (96 - 32) * ((100vw - 320px) / (1024 - 320))); }
          @media (max-width: 320px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 {
              font-size: 32px; } }
          @media (min-width: 1024px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 {
              font-size: 81px; } }
          @media (max-width: 320px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 {
              line-height: 32px; } }
          @media (min-width: 1024px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 {
              line-height: 96px; } }
          @media (min-width: 1024px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 {
              font-size: 108px;
              line-height: normal;
              line-height: initial;
              font-size: calc(81px + (108 - 81) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 {
      font-size: 81px; } }
  @media (min-width: 1024px) and (min-width: 1920px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 {
      font-size: 108px; } }
        main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p {
          color: #ffffff;
          font-family: "SimlyCricket-Demibold", sans-serif;
          font-size: 10px;
          line-height: 16px;
          text-align: center;
          font-size: calc(12px + (21 - 12) * ((100vw - 320px) / (1024 - 320)));
          line-height: calc(16px + (32 - 16) * ((100vw - 320px) / (1024 - 320))); }
          @media (max-width: 320px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p {
              font-size: 12px; } }
          @media (min-width: 1024px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p {
              font-size: 21px; } }
          @media (max-width: 320px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p {
              line-height: 16px; } }
          @media (min-width: 1024px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p {
              line-height: 32px; } }
          @media (min-width: 1024px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p {
              font-size: 108px;
              line-height: normal;
              line-height: initial;
              font-size: calc(21px + (28 - 21) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p {
      font-size: 21px; } }
  @media (min-width: 1024px) and (min-width: 1920px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p {
      font-size: 28px; } }
        main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
          font-family: "SimlyCricket-Medium", sans-serif;
          font-size: 10px;
          margin-top: 16px;
          font-size: calc(10px + (18 - 10) * ((100vw - 320px) / (1024 - 320)));
          margin-top: calc(16px + (40 - 16) * ((100vw - 320px) / (1024 - 320))); }
          @media (max-width: 320px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
              font-size: 10px; } }
          @media (min-width: 1024px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
              font-size: 18px; } }
          @media (max-width: 320px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
              margin-top: 16px; } }
          @media (min-width: 1024px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
              margin-top: 40px; } }
          @media (min-width: 1024px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
              font-size: 24px;
              line-height: normal;
              line-height: initial;
              margin-top: 54px;
              font-size: calc(18px + (24 - 18) * ((100vw - 1024px) / (1920 - 1024)));
              margin-top: calc(40.5px + (54 - 40.5) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
      font-size: 18px; } }
  @media (min-width: 1024px) and (min-width: 1920px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
      font-size: 24px; } }
  @media (min-width: 1024px) and (max-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
      margin-top: 40.5px; } }
  @media (min-width: 1024px) and (min-width: 1920px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + p {
      margin-top: 54px; } }
        main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 + p {
          margin-top: 8px;
          margin-top: calc(8px + (21 - 8) * ((100vw - 320px) / (1024 - 320))); }
          @media (max-width: 320px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 + p {
              margin-top: 8px; } }
          @media (min-width: 1024px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 + p {
              margin-top: 21px; } }
          @media (min-width: 1024px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 + p {
              margin-top: 28px;
              margin-top: calc(21px + (28 - 21) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 + p {
      margin-top: 21px; } }
  @media (min-width: 1024px) and (min-width: 1920px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; h1 + p {
      margin-top: 28px; } }
        main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + .button-group {
          margin-top: 16px;
          margin-top: calc(16px + (48 - 16) * ((100vw - 320px) / (1024 - 320))); }
          @media (max-width: 320px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + .button-group {
              margin-top: 16px; } }
          @media (min-width: 1024px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + .button-group {
              margin-top: 48px; } }
          @media (min-width: 1024px) {
            main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + .button-group {
              margin-top: 66px;
              margin-top: calc(49.5px + (66 - 49.5) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1024px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + .button-group {
      margin-top: 49.5px; } }
  @media (min-width: 1024px) and (min-width: 1920px) {
    main .heroImg-wrapper-thanks .heroImg.thanks .row &gt; .column &gt; p + .button-group {
      margin-top: 66px; } }

main .instructionWrap {
  margin-bottom: 2rem; }
  main .instructionWrap h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem; }
  main .instructionWrap p {
    margin-bottom: 1rem; }

main hr {
  width: 100%;
  margin: 1.5rem 0; }

main .rules-heading {
  color: #5da544; }

main .officialRules {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 1rem;
  border-radius: 7px;
  border: 1px solid #dbdbdb;
  color: #000000;
  padding: 0.65rem 0.75rem;
  height: 200px;
  overflow: scroll;
  overflow-x: hidden; }
  main .officialRules p,
  main .officialRules li {
    font-family: "SimlyCricket-Book", Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0.5rem; }
  main .officialRules p strong {
    font-family: "SimlyCricket-Bold", Arial, sans-serif; }

footer {
  clear: both;
  width: 100%;
  background-color: #404041;
  padding: 2rem 0 4rem;
  font-size: 0.75rem; }
  footer p {
    font-family: "SimlyCricket-Book", Arial, sans-serif;
    color: #ffffff; }
  @media all and (min-width: 750px) {
    footer .wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  footer .legal {
    width: 40%;
    margin: 1rem auto 2rem;
    text-align: center; }
    @media all and (min-width: 750px) {
      footer .legal {
        margin: 1rem 0;
        text-align: left; } }
    @media all and (orientation: landscape) and (max-width: 900px) {
      footer .legal {
        font-size: 0.7rem; } }
    @media all and (max-width: 750px) {
      footer .legal {
        width: 100%; } }
  footer .linksWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    footer .linksWrap a {
      color: #ffffff;
      margin-bottom: 0.5rem;
      width: 100%;
      text-align: center; }
    @media all and (min-width: 750px) {
      footer .linksWrap {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        width: 25%; } }
  footer .socialWrap {
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media all and (min-width: 750px) {
      footer .socialWrap {
        width: 40%;
        max-width: none;
        margin: 0; } }
    footer .socialWrap p {
      font-family: "SimlyCricket-DemiBold", Arial, sans-serif;
      font-size: 1.15rem;
      margin: 0 auto;
      padding-right: 8px; }
    footer .socialWrap .tagline {
      font-size: 1.5rem;
      text-align: center;
      margin: 2rem auto;
      width: 100%; }
      @media all and (min-width: 750px) {
        footer .socialWrap .tagline {
          margin: 0 0 1rem; } }
    footer .socialWrap .socialLinks {
      width: 45%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 5% auto; }
      footer .socialWrap .socialLinks a {
        width: 13%; }
        footer .socialWrap .socialLinks a img {
          width: 100%; }

/* width */
::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  background: #e1e1e1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5da544;
  border-radius: 5px; }

.flexend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto 0.75rem;
  width: 80%;
  max-width: 600px; }

.error {
  width: 100%;
  position: relative;
  background: white;
  border-top: 7px solid #cf292a;
  margin-top: 10px;
  padding: 0.5rem;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15); }
  .error span {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #cf292a;
    top: -15px;
    left: 15px; }
  .error p {
    font-family: "SimlyCricket-Bold", Arial, sans-serif;
    color: #cf292a; }

.offerWrap {
  background: #5da544; }
  .offerWrap &gt; .wrap {
    padding: 0;
    width: auto;
    width: initial;
    max-width: 1920px; }
    .offerWrap &gt; .wrap &gt; a {
      display: block;
      font-size: 0;
      line-height: 0; }
      .offerWrap &gt; .wrap &gt; a &gt; img {
        width: 100%; }

.scroll-down-arrow {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -40px; }
  @media screen and (min-width: 1026px) {
    .scroll-down-arrow {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .scroll-down-arrow &gt; img {
    z-index: 7;
    display: block;
    position: relative;
    bottom: 50px;
    -webkit-animation: scroll-down-arrow-animation 1.5s infinite;
            animation: scroll-down-arrow-animation 1.5s infinite;
    cursor: pointer;
    width: 40px;
    height: 40px; }

.privacy {
  display: block;
  text-align: center;
  width: 90%;
  color: #000000;
  font-family: "SimlyCricket-Bold", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0 auto 4rem; }

.loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15%;
  max-width: 125px; }

.button-group {
  padding: 1rem 0 1rem 0; }
  @media all and (max-width: 900px) {
    .button-group {
      padding: 0.5rem 0 1rem 0; } }

@media all and (max-width: 600px) {
  .HBCU {
    text-align: center; } }

.HBCU-content {
  margin-left: auto;
  margin-right: auto; }
  @media all and (min-width: 1025px) {
    .HBCU-content {
      width: 90%;
      margin-left: 4rem; } }
  @media all and (min-width: 1500px) {
    .HBCU-content {
      width: 70%;
      margin-left: 6rem; } }
  @media all and (max-width: 1024px) {
    .HBCU-content {
      width: 90%;
      margin-left: 4rem; } }
  @media all and (max-width: 600px) {
    .HBCU-content {
      margin: 0 auto; } }

.HBCU-title {
  color: #60a630;
  font-family: SimplyCricket-Black; }
  @media all and (min-width: 1500px) {
    .HBCU-title {
      font-size: 5rem; } }
  @media all and (max-width: 1499px) {
    .HBCU-title {
      font-size: 4rem; } }
  @media all and (max-width: 1024px) {
    .HBCU-title {
      margin-top: 2rem;
      font-size: 3rem; } }
  @media all and (max-width: 600px) {
    .HBCU-title {
      margin-top: 2rem;
      font-size: 3.5rem; } }

.HBCU-subtitle {
  font-family: SimplyCricket-Demibold;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media all and (min-width: 1025px) {
    .HBCU-subtitle {
      padding-top: 2rem;
      padding-bottom: 2rem;
      line-height: 2rem;
      font-size: 1.5rem; } }
  @media all and (max-width: 1024px) {
    .HBCU-subtitle {
      padding-top: 2rem;
      padding-bottom: 2rem;
      line-height: 2rem;
      font-size: 1.2rem; } }
  @media all and (max-width: 600px) {
    .HBCU-subtitle {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.HBCU-subtitle2 {
  font-family: SimplyCricket-Medium;
  padding-bottom: 1rem; }
  @media all and (min-width: 1025px) {
    .HBCU-subtitle2 {
      line-height: 2rem;
      font-size: 1.5rem; } }
  @media all and (max-width: 1024px) {
    .HBCU-subtitle2 {
      font-size: 1rem; } }
  @media all and (max-width: 600px) {
    .HBCU-subtitle2 {
      font-size: 1rem;
      line-height: 2rem; } }

.HBCU-img {
  width: 100%; }
  @media all and (max-width: 900px) {
    .HBCU-img {
      margin-left: 2rem; } }
  @media all and (max-width: 600px) {
    .HBCU-img {
      margin: 0 auto; } }
  @media all and (min-width: 750px) and (max-width: 795) {
    .HBCU-img {
      width: 106%; } }

.HBCU-offer {
  font-size: 0.6rem; }
  @media all and (min-width: 1200px) {
    .HBCU-offer {
      font-size: 0.8rem; } }
  @media all and (max-width: 1024px) {
    .HBCU-offer {
      font-size: 0.5rem; } }
  @media all and (max-width: 600px) {
    .HBCU-offer {
      line-height: 1rem;
      font-size: 0.6rem;
      padding-bottom: 1rem; } }

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.row {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media all and (min-width: 1000px) {
    .row {
      max-height: 800px; } }
  @media all and (max-width: 600px) {
    .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.banner-container {
  background: #5da544; }
  .banner-container .banner {
    background-image: url("hero-bkg.png");
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0 0 0 8%; }
    @media screen and (min-width: 1920px) {
      .banner-container .banner {
        padding: 0 0 0 153.6px; } }
    @media screen and (max-width: 480px) {
      .banner-container .banner {
        padding: 0 0 0 4%; } }
  .banner-container .content {
    max-width: 1920px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 4.2vw; }
    .banner-container .content .header-image {
      width: 25%;
      object-fit: contain;
      object-position: 0 -3%; }
    .banner-container .content .header-copy {
      width: 75%;
      padding: 0 6% 0 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (max-width: 480px) {
        .banner-container .content .header-copy {
          width: 73%; } }
    .banner-container .content .celebration-logo {
      width: 17.8vw;
      max-width: 349px;
      margin: 10% 0 0 0; }
    .banner-container .content h1 {
      font-family: SimplyCricket-Black;
      color: #000;
      line-height: 4rem; }
      .banner-container .content h1 span {
        color: white; }
    .banner-container .content h2 {
      font-family: SimplyCricket-Black;
      font-size: 4vw;
      line-height: 1.07;
      margin-bottom: 1rem;
      color: #000;
      text-align: left; }
      @media screen and (min-width: 1920px) {
        .banner-container .content h2 {
          font-size: 76.8px; } }
      @media screen and (max-width: 768px) {
        .banner-container .content h2 {
          margin-bottom: 0; } }
      .banner-container .content h2 span {
        color: #5da544; }
    .banner-container .content p {
      color: #000;
      display: block;
      font-family: SimplyCricket-Medium;
      font-size: 1.75vw;
      line-height: 1.07; }
      .banner-container .content p strong {
        font-family: SimplyCricket-Black; }
      @media screen and (min-width: 1920px) {
        .banner-container .content p {
          font-size: 32.64px; } }
      @media screen and (max-width: 768px) {
        .banner-container .content p {
          font-size: 4vw; } }
      @media screen and (max-width: 480px) {
        .banner-container .content p {
          font-size: 4vw; } }
    .banner-container .content p.byline {
      margin-bottom: 2.2vw; }
      @media screen and (min-width: 1920px) {
        .banner-container .content p.byline {
          margin-bottom: 42.24px; } }
  @media screen and (max-width: 480px) {
    .banner-container .banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.end .banner,
.sorry .banner {
  background-image: url("hero-bkg.png");
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto; }

.end .content,
.sorry .content {
  padding-bottom: 0; }
  .end .content h1,
  .sorry .content h1 {
    font-size: 6.5vw;
    line-height: 1.1;
    margin-top: 10%;
    color: #000; }
    .end .content h1 span,
    .sorry .content h1 span {
      color: #000; }
  .end .content h2,
  .sorry .content h2 {
    font-size: 2.35vw;
    line-height: 1.3; }
  .end .content p,
  .sorry .content p {
    font-size: 2.1vw;
    line-height: 1.5;
    width: 72%; }

@media screen and (min-width: 1920px) {
  .end .content h1,
  .sorry .content h1 {
    font-size: 125px; }
  .end .content h2,
  .sorry .content h2 {
    font-size: 45px; }
  .end .content p,
  .sorry .content p {
    font-size: 40px; } }

@media screen and (max-width: 1200px) {
  .end .banner,
  .sorry .banner {
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end; } }

@media screen and (max-width: 768px) {
  .end .banner-container,
  .sorry .banner-container {
    background-size: cover; }
  .end .banner,
  .sorry .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .end h2,
  .sorry h2 {
    font-size: 2.5vw;
    width: 88%; }
  .end .content .button-group,
  .sorry .content .button-group {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media screen and (max-width: 480px) {
  .end .banner,
  .sorry .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media all and (min-width: 1700px) {
  .button-group {
    padding: 3rem 0; }
    .button-group .button {
      padding: 3% 0; } }

@media all and (min-width: 1100px) and (max-width: 1699px) {
  .button-group {
    padding: 2.7rem 0; } }

@media all and (max-width: 1024px) {
  .button-group {
    padding: 3rem 0; } }

@media all and (max-width: 600px) {
  .button-group {
    padding: 1rem 0; } }

.button {
  border-radius: 10px; }

.over1920 {
  display: none; }
  @media all and (min-width: 700px) {
    .over1920 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .over1920 img {
    max-width: 100%;
    height: auto; }

@media all and (min-width: 699px) {
  .under1920 {
    display: none; } }

.temp {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .temp-subtitle {
    text-align: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto; }
  .temp-title {
    text-align: center;
    color: #5da544;
    font-size: 3.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem; }

/*# sourceMappingURL=app-jumpstart.css.map */
</pre></body></html>