.forms-recast {
    box-sizing: border-box;
}
.forms-recast * {
    box-sizing: inherit ;
}
.forms-recast fieldset {
    border: none;
}
.forms-recast button {
    border: none;
    background: transparent;
    cursor: pointer;
}
.forms-recast .grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    padding-left: 36px;
    padding-right: 36px;
}
.forms-recast .grid-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-right: -18px;
}
.forms-recast .grid-col-1,
.forms-recast .grid-col-2,
.forms-recast .grid-col-3,
.forms-recast .grid-col-4,
.forms-recast .grid-col-5,
.forms-recast .grid-col-6,
.forms-recast .grid-col-7,
.forms-recast .grid-col-8,
.forms-recast .grid-col-9,
.forms-recast .grid-col-10,
.forms-recast .grid-col-11,
.forms-recast .grid-col-12 {
    padding: 0 18px;
}
.forms-recast .grid-col-1 {
    width: 8.333333%;
}
.forms-recast .grid-col-2 {
    width: 16.666666%;
}
.forms-recast .grid-col-3 {
    width: 25%;
}
.forms-recast .grid-col-4 {
    width: 33.333333%;
}
.forms-recast .grid-col-5 {
    width: 41.666666%;
}
.forms-recast .grid-col-6 {
    width: 50%;
}
.forms-recast .grid-col-7 {
    width: 58.333333%;
}
.forms-recast .grid-col-8 {
    width: 66.666666%;
}
.forms-recast .grid-col-9 {
    width: 75%;
}
.forms-recast .grid-col-10 {
    width: 83.333333%;
}
.forms-recast .grid-col-11 {
    width: 91.666666%;
}
.forms-recast .grid-col-12 {
    width: 100%;
}
.forms-recast h2,
.forms-recast .h2 {
    font-family: "HelveticaNeueW01-Thin", sans-serif;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: normal;
}
.forms-recast h3,
.forms-recast .h3 {
    font-family: "HelveticaNeueW01-Thin", sans-serif;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    color: inherit;
}
.forms-recast .lead {
    font-family: "HelveticaNeueW01-Thin", sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #737373;
}
.forms-recast .caption {
    margin-bottom: 12px;
    font-family: "HelveticaNeueW01-55Roma", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #666666;
}
.forms-recast .caption * {
    color: inherit;
}
.forms-recast .custom-radio,
.forms-recast .custom-checkbox {
    position: relative;
}
.forms-recast .custom-radio input,
.forms-recast .custom-checkbox input {
    position: absolute;
  width: 32px;
  height: 32px;
}
.forms-recast .custom-radio input + label,
.forms-recast .custom-checkbox input + label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.forms-recast .custom-radio input + label::before,
.forms-recast .custom-checkbox input + label::before {
    content: '';
    -ms-flex: 32px 0 0;
    flex: 32px 0 0;
    width: 32px;
    height: 32px;
    margin-right: 16px;
    border: 2px solid #737373;
    transition: 150ms ease-out;
    transition-property: background-color, border;
}
.forms-recast .custom-radio input:checked + label::before,
.forms-recast .custom-checkbox input:checked + label::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCc+PHBhdGggZmlsbD0nI0ZGRicgZmlsbC1ydWxlPSdldmVub2RkJyBkPSdtMTguMjkzIDYuMjkzIDEuNDE0IDEuNDE0TDkgMTguNDE0bC00LjcwNy00LjcwNyAxLjQxNC0xLjQxNEw5IDE1LjU4NXonLz48L3N2Zz4K");
    background-color: #f38f10;
    border-color: #f38f10;
}
.forms-recast .custom-radio--small input + label::before,
.forms-recast .custom-checkbox--small input + label::before {
    -ms-flex-preferred-size: 18px !important;
    flex-basis: 18px !important;
    height: 18px !important;
}
.forms-recast .custom-radio label::before {
    border-radius: 50%;
}
.forms-recast .field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
}
.forms-recast .field__label {
    margin-bottom: 16px;
    color: #666666;
    font-family: HelveticaNeueW01-75Bold;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.forms-recast .field__input {
    padding: 10px;
    border: 1px solid #737373;
    border-radius: 4px;
    background-color: white;
}
.forms-recast .field__input--textarea {
    height: 300px;
    padding: 13px 16px;
    font-family: "HelveticaNeueW01-45Ligh", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
}
.forms-recast .visual-checkbox {
    position: relative;
    margin-top: 16px;
    margin-bottom: 24px;
}
.forms-recast .visual-checkbox__input {
    position: absolute;
    z-index: -1;
}
.forms-recast .visual-checkbox__input:checked + label::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23FF9601'/%3E%3Cpath fill='%23FFF' d='m22.293 10.293 1.414 1.414L13 22.414l-4.707-4.707 1.414-1.414L13 19.585z'/%3E%3C/g%3E%3C/svg%3E%0A");
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
}
.forms-recast .visual-checkbox__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.forms-recast .visual-checkbox__image {
    margin-bottom: 8px;
    border-radius: 50%;
    width: 100%;
    height: auto;
}
.forms-recast .visual-checkbox__text {
    font-family: HelveticaNeueW01-55Roma;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: center;
}
.forms-recast .step {
    padding-bottom: 64px;
}
.forms-recast .step__bottom-spacing {
    margin-bottom: 64px;
}
.forms-recast .step__header {
    margin: 40px 0;
}
.forms-recast .step__title {
    margin-bottom: 8px;
}
.forms-recast .step__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
}
.forms-recast .step__previous-button,
.forms-recast .step__next-button {
    font-family: HelveticaNeueW01-75Bold;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.83;
    letter-spacing: 1px;
}
.forms-recast .step__previous-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #f38f10;
}
.forms-recast .step__previous-button::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23FF9601' fill-rule='evenodd' d='M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm0 1a6 6 0 1 1 0 12A6 6 0 0 1 8 2zm.882 2.582-3.3 3.3 3.536 3.536.943-.943-2.526-2.526 2.357-2.357-1.01-1.01z'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.forms-recast .step__next-button {
    padding: 20px 38px 22px;
    border-radius: 4px;
    background-color: #f38f10;
    color: white;
}
.forms-recast .step__side-container {
  height: 100%;
  background-color: #F2F2F2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 40px;
}
.forms-recast .step__side-image {
  max-width: 100%;
}
.forms-recast .step__side-image + p {
  margin-top: 24px;
}
.forms-recast .step__final-content {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.forms-recast .step__final-content h2 {
  font-size: 60px;
}
.forms-recast .step__final-content p {
  margin-top: 16px;
}
.forms-recast .step__final-content a {
  margin-top: 16px;
  color: #ff9601;
}
.forms-recast__service-title-container {
  padding: 32px 0 16px;
  border-top: 1px solid #dedede;
}
.forms-recast__service-title-container p {
  font-size: 22px;
  font-family: "HelveticaNeueW01-45Ligh", sans-serif;
  color: #ff9601;
  margin-bottom: 8px;
}
.forms-recast .tabs {
    display: -ms-flexbox;
    display: flex;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.forms-recast .tabs__tab {
    display: block;
    position: relative;
    bottom: -1px;
    -ms-flex: 180px 0 1;
    flex: 180px 0 1;
}
.forms-recast .tabs__tab--current {
    border-bottom: 2px solid #f38f10;
}
.forms-recast .tabs__tab--current button {
    position: relative;
    bottom: -1px;
}
.forms-recast .tabs__tab button {
    width: 100%;
    height: 100%;
    padding: 27px 8px 12px;
    font-family: HelveticaNeueW01-Thin;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.39;
    letter-spacing: normal;
    text-align: left;
}
.forms-recast .header {
    padding-top: 64px;
    padding-bottom: 48px;
}
.forms-recast .header__title {
  text-transform: inherit;
    margin-bottom: 16px;
    font-weight: normal;
}
.forms-recast .header a {
    color: inherit;
    text-decoration: none;
}
.custom-error-content {
  background-color: rgba(227, 43, 43, 0.05);
  padding: 16px;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  margin: 16px 0;
}
.custom-error-content p.caption {
  color: #e32b2b;
  margin: 0 0 0 16px;
}
.downloadContainer .step-2,
.downloadContainer .step-3 {
    display: none;
}
.downloadContainer .step-2__category {
    margin-top: 50px;
    margin-bottom: 8px;
    font-family: HelveticaNeueW01-75Bold;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
}
.downloadContainer .step-2__category--no-margin-top {
    margin-top: 0 !important;
}
.downloadContainer .step-3__consent-label {
    margin-bottom: 16px;
}
.downloadContainer .step-3__footer {
    margin-top: 40px;
}