@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital@0;1&display=swap");
html,
body,
.content,
#wd_printable_content {
  height: 100%;
}

body {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}

#wd_printable_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  #wd_printable_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#wd_printable_content > *:not(.wd_subscribe2) {
  width: 50%;
}
@media (max-width: 1023px) {
  #wd_printable_content > *:not(.wd_subscribe2) {
    width: 100%;
  }
}
#wd_printable_content .wd_subscribe2 {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1023px) {
  #wd_printable_content .wd_subscribe2 {
    position: static;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  body {
    overflow-y: scroll;
  }
}
#wd_printable_content .wd_subscribe2 .wd_formbuilder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
#wd_printable_content .wd_subscribe2 .wd_formbuilder .wd_form_header {
  display: none;
}
#wd_printable_content .wd_subscribe2 .wd_formbuilder .wd_form_field_pos_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
#wd_printable_content .wd_subscribe2 .wd_formbuilder .wd_form_field_pos_right a {
  color: #005f9e;
}
#wd_printable_content .wd_subscribe2 .wd_formbuilder .wd_form_field {
  padding: 0 4px;
  margin: 0 0 8px;
}
#wd_printable_content .wd_subscribe2 .wd_formbuilder .wd_form_field .wd_form_field_input {
  margin: 0;
}
#wd_printable_content .wd_subscribe2 .wd_formbuilder .wd_form_field input[type=text] {
  height: 48px;
  padding: 14px;
  background-color: #FAFAFA;
  border: 1px solid #C6CACD;
  color: #636565;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  max-width: 100%;
  width: 100%;
}
#wd_printable_content .wd_subscribe2 .wd_formbuilder .wd_form_field:nth-child(4), #wd_printable_content .wd_subscribe2 .wd_formbuilder .wd_form_field:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
#wd_printable_content .wd_subscribe2 .wd_formbuilder .wd_form_field_label {
  display: none;
}
#wd_printable_content .wd_subscribe2 .wd_formbuilder .wd_form_buttons input[type=submit] {
  height: 48px;
  padding: 14px 38px;
  border: 1px solid #005F9E;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
#wd_printable_content .page_header {
  display: block;
}
#wd_printable_content .breadcrumb {
  display: none;
}
#wd_printable_content .breadcrumb,
#wd_printable_content .page_header {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #000;
}
#wd_printable_content > p {
  font-size: 1rem;
  line-height: 24px;
  color: #000;
}
#wd_printable_content > p a {
  color: #005f9e;
  text-decoration: none;
}
#wd_printable_content > p a:hover, #wd_printable_content > p a:focus {
  text-decoration: underline;
}
/*# sourceMappingURL=new-subscribe.css.map */
