html {
  border: 1rem solid #ff4638;
  background-color: #ffcdda;
  min-height: 100vh;
  box-sizing: border-box;
  color: #3c3935; }
  @media (max-width: 640px) {
    html {
      border: .5rem solid #ff4638;
      padding: 1rem; } }
  html body.thankyou .ask {
    display: none; }
  html body.thankyou .thankyou {
    display: block; }
  html body main {
    font-family: "Proxima Nova", Helvetica, sans-serif;
    text-align: center; }
    html body main p {
      color: #3c3935;
      font-family: "Proxima Nova", Helvetica, sans-serif; }
    html body main .ask > header {
      padding: 5rem 1rem 1rem 1rem; }
      html body main .ask > header svg {
        width: 500px;
        max-width: 100%;
        display: block;
        margin: 0 auto; }
      html body main .ask > header p {
        font-size: 1.2rem; }
    html body main h3 {
      color: #ffffff;
      font-family: "Myriad Pro", sans-serif;
      text-transform: uppercase;
      font-size: .7rem; }
  html body #orgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    width: 96%;
    margin: 1rem auto 0; }
    html body #orgs article {
      cursor: pointer;
      flex-shrink: 0;
      flex-grow: 0;
      flex-basis: 31.3%;
      padding: .55rem;
      transition: opacity .25s;
      position: relative; }
      html body #orgs article.inactive {
        opacity: .3; }
      @media (min-width: 1280px) {
        html body #orgs article {
          flex-basis: 23%; } }
      @media (max-width: 1024px) {
        html body #orgs article {
          flex-basis: 30%; } }
      @media (max-width: 920px) {
        html body #orgs article {
          flex-basis: 45%; } }
      @media (max-width: 640px) {
        html body #orgs article {
          flex-basis: 100%; } }
      html body #orgs article > div {
        background: #ffffff;
        padding: 1rem 1.5rem;
        box-sizing: border-box;
        height: 100%;
        cursor: pointer; }
      html body #orgs article header {
        height: 6.4rem;
        vertical-align: middle;
        display: flex;
        align-items: center;
        text-align: center;
        display: flex;
        justify-content: center;
        width: 100%;
        box-sizing: border-box; }
        html body #orgs article header img {
          max-width: 100%;
          height: auto;
          max-height: 100%; }
      html body #orgs article h2 {
        font-size: .85rem;
        min-height: 2rem;
        font-family: "Akkurat Pro";
        color: #4d4d4f;
        font-weight: bold;
        text-align: left;
        display: flex;
        align-items: flex-end; }
      html body #orgs article p {
        font-size: 13px;
        font-family: "Akkurat Pro";
        color: #4d4d4f;
        text-align: left;
        line-height: 1.2rem; }
      html body #orgs article label {
        position: absolute;
        bottom: .5rem;
        left: 0;
        right: 0;
        top: 0;
        cursor: pointer; }
      html body #orgs article svg {
        position: absolute;
        bottom: 1.4rem;
        left: 50%;
        width: 6rem;
        transform: translateX(-50%); }
      html body #orgs article input {
        height: 0;
        width: 0;
        left: -9999px;
        position: relative;
        cursor: pointer; }
        html body #orgs article input:before {
          cursor: pointer;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 22;
          content: " "; }
  html body .dhr .box {
    clear: both; }
    html body .dhr .box:first-child {
      left: -4px; }
    html body .dhr .box:last-child {
      right: -4px; }
  html body .dhr2 {
    max-width: 640px;
    margin: 0 auto 5rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    html body .dhr2 > div {
      flex: 0 0 45%; }
      html body .dhr2 > div:nth-child(2) {
        flex: 0 0 auto;
        text-align: center; }
    html body .dhr2 img {
      height: 3.5rem;
      margin-right: -.2rem; }
    html body .dhr2 .box {
      clear: both; }
      html body .dhr2 .box:first-child {
        left: -4px; }
      html body .dhr2 .box:last-child {
        right: -4px; }
  html body .box {
    display: block;
    width: 90%;
    max-width: 720px;
    margin: 0 auto;
    height: 15px;
    background-image: url(../img/ds.png);
    background-size: 12px;
    background-repeat: round;
    overflow: hidden;
    resize: none;
    position: relative;
    display: grid;
    place-items: center; }
    html body .box::before {
      content: "";
      position: absolute;
      position: absolute;
      top: 15PX;
      left: 10PX;
      right: 14px;
      bottom: 15PX;
      background: white; }
    html body .box span {
      position: relative; }
  @media (max-width: 640px) {
    html body .m-hide {
      display: none; } }
  html body section {
    padding-bottom: 5rem; }
    html body section h1 {
      margin: 0 auto;
      font-size: 1.4rem;
      font-family: "Sharp Grotesk SmBold 25", roc-grotesk, sans-serif;
      color: #ff4638;
      max-width: 36.8rem; }
      html body section h1 div, html body section h1 span {
        text-transform: uppercase;
        color: #ffffff;
        font-size: 1.4em; }
    html body section + section {
      margin-top: 0rem; }
      html body section + section h1 div {
        display: block;
        color: #ffffff; }
  html div.step3c {
    max-height: 0;
    height: 0;
    overflow: hidden; }
    html div.step3c.show {
      height: auto;
      max-height: 40rem;
      overflow: visible; }
  html #button * {
    cursor: pointer; }
  html #button svg {
    width: 80%;
    max-width: 28rem;
    margin-top: 2.6rem; }
  html #button:hover svg .cls-1 {
    fill: gray !important;
    transition: fill 0.2s; }
  html #form form {
    max-width: 562px;
    margin: 0 auto; }
    html #form form input {
      margin: 2rem auto 0;
      font-family: "Akkurat Pro", Helvetica;
      display: block;
      width: 90%;
      background: transparent;
      border: none;
      border-bottom: 2px solid #d8262f;
      color: #3c3935;
      letter-spacing: .2rem;
      border-radius: 0 !important; }
      html #form form input + input {
        margin-top: 2rem; }
  html section.form {
    display: none; }
  html div.thankyou {
    display: none; }
    html div.thankyou img.ty {
      display: block;
      width: 80%;
      max-width: 520px;
      margin: 4rem auto;
      display: block; }
    html div.thankyou img.logo {
      width: 10rem;
      display: block;
      margin: 0 auto;
      max-width: 70%; }

/*# sourceMappingURL=site.css.map */
