@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Serif:ital,wght@1,700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* FONT DEFINITIONS */
.as_body {
  background: #FAFAFA;
  padding-top: 74px;
  box-sizing: border-box; }
  @media (max-width: 750px) {
    .as_body {
      padding-top: 60px; } }
  .as_body h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 39px;
    margin: 1em 0 1em;
    letter-spacing: 0; }
    @media (max-width: 750px) {
      .as_body h1 {
        font-size: 30px; } }
  .as_body .as_context {
    width: 30%;
    background: #ffb601;
    color: #1d252c;
    justify-content: space-around;
    padding-right: 1%;
    position: relative; }
    @media (max-width: 750px) {
      .as_body .as_context {
        padding: 25px;
        padding-bottom: 10px;
        width: 100%; }
        .as_body .as_context i.as_icon {
          margin-top: 2em; } }
    .as_body .as_context span.as_void {
      display: none; }
    .as_body .as_context::after {
      content: ' ';
      position: absolute;
      display: block;
      top: 0;
      right: 1px;
      background-image: url(https://live.thehumaneleague.org/_theme/img/chevron-right-yellow.svg);
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: top left;
      width: 100%;
      transform: translateX(100%);
      pointer-events: none;
      height: 100%;
      z-index: 0; }
      @media (max-width: 750px) {
        .as_body .as_context::after {
          background-image: url(https://live.thehumaneleague.org/_theme/img/chevron-down-yellow.svg);
          right: auto;
          left: 0;
          transform: translateY(100%);
          top: -1px;
          width: 100%;
          height: 100%;
          background-size: 100% auto; } }
  .as_body .as_content {
    z-index: 1;
    position: relative;
    width: 70%;
    padding-left: 10%; }
    @media (max-width: 750px) {
      .as_body .as_content {
        padding-left: 25px;
        padding-top: 23vw;
        width: 100%; } }
    .as_body .as_content p.as_label {
      font-family: "Noto Serif", serif;
      font-weight: 700;
      text-transform: lowercase;
      color: #1d252c; }
      @media (max-width: 750px) {
        .as_body .as_content p.as_label {
          text-align: center; } }
    .as_body .as_content .email .as_block, .as_body .as_content .email .as_button_block, .as_body .as_content .custom .as_block, .as_body .as_content .custom .as_button_block {
      max-width: 600px; }
      @media (max-width: 750px) {
        .as_body .as_content .email .as_block, .as_body .as_content .email .as_button_block, .as_body .as_content .custom .as_block, .as_body .as_content .custom .as_button_block {
          width: 100%;
          max-width: none; } }
    .as_body .as_content .as_block {
      margin-bottom: 3em; }
      .as_body .as_content .as_block .as_field .as_label {
        color: #009eb9; }
      .as_body .as_content .as_block i {
        color: #00abc8; }
      .as_body .as_content .as_block .copy_hover:after {
        color: rgba(0, 171, 200, 0);
        background: rgba(0, 171, 200, 0); }
      .as_body .as_content .as_block .copy_hover.hovering:after {
        background: rgba(0, 171, 200, 0.75);
        text-shadow: 0 0 5px rgba(0, 171, 200, 0.5); }
    .as_body .as_content .as_button {
      background: #ffb601;
      color: #1d252c;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 20px;
      letter-spacing: 0.015em;
      overflow: hidden;
      position: relative;
      line-height: 1;
      padding: 1.3em 2em 1.2em 2em;
      text-decoration: none;
      border: none;
      cursor: pointer;
      -webkit-transition: background-color 0.08s;
      -moz-transition: background-color 0.08s;
      -o-transition: background-color 0.08s;
      transition: background-color 0.08s; }
      .as_body .as_content .as_button:active {
        outline: none; }
      .as_body .as_content .as_button:before {
        content: '';
        display: none; }
      .as_body .as_content .as_button:hover {
        background-color: #ffcc4e; }
        .as_body .as_content .as_button:hover:after {
          bottom: -2em !important;
          right: -2em !important; }
      .as_body .as_content .as_button:after {
        content: ' ';
        position: absolute;
        bottom: -1.1em;
        right: -1.1em;
        background: #E38717;
        width: 2em;
        height: 2em;
        transform: rotate(45deg);
        -webkit-transition: bottom 0.3s, right 0.3s;
        -moz-transition: bottom 0.3s, right 0.3s;
        -o-transition: bottom 0.3s, right 0.3s;
        transition: bottom 0.3s, right 0.3s; }
      .as_body .as_content .as_button.copy {
        background: transparent;
        border: 2px solid rgba(29, 37, 44, 0.5);
        color: rgba(29, 37, 44, 0.8);
        box-sizing: border-box; }
        .as_body .as_content .as_button.copy:hover {
          color: #1d252c;
          border-color: #1d252c; }
        .as_body .as_content .as_button.copy:after {
          display: none; }
      .as_body .as_content .as_button.disabled:after {
        background: #b3b3b3; }
    .as_body .as_content .as_button_block {
      margin-top: -1em; }
      .as_body .as_content .as_button_block .as_button {
        font-size: 18px; }
        @media (max-width: 1300px) {
          .as_body .as_content .as_button_block .as_button {
            font-size: 16px;
            padding-left: 0.5em;
            padding-right: 0.5em; } }
  .as_body .as_logo {
    padding: 26px 40px;
    height: 74px;
    position: absolute;
    top: -74px;
    left: 0;
    width: 100vw;
    bottom: auto;
    background: #1d252c; }
    .as_body .as_logo img {
      max-width: 279px;
      height: auto; }
    @media (max-width: 750px) {
      .as_body .as_logo {
        top: -60px;
        padding: 20px 20px;
        height: 60px; }
        .as_body .as_logo img {
          margin-top: 0;
          max-width: 240px; } }
