.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;

  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 120%;
}

.success-message {
  background-color: transparent;
  font-size: 18px;
}

.accredito-button {
  margin-top: 5px;
  height: 50px;
  background-color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.accredito-button:hover {
  background-color: #db0032;
}

.error-message {
  background-color: #db0032;
  color: #fff;
  font-size: 16px;
  line-height: 115%;
}

.accredito-column-2 {
  padding-right: 0px;
  padding-left: 10px;
}

.accredito-field-text {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px none #000;
  color: #000;
  font-weight: 300;
}

.accredito-field-text::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.accredito-field-text:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.accredito-field-text::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.accredito-field-text::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.accredito-container {
  position: relative;
  width: 940px;
  padding: 40px 25px 20px;
  background-color: #eee;
  color: #000;
}

.accredito-checkbox-label {
  margin-top: 3px;
  margin-bottom: 0px;
  padding-left: 10px;
  line-height: 140%;
}

.accredito-field-label {
  margin-top: 10px;
  color: #000;
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
}

.accredito-checkbox {
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #aaa;
  border-radius: 0px;
  background-color: #fff;
  line-height: 20px;
}

.accredito-checkbox.w--redirected-checked {
  border-color: #aaa;
  border-radius: 0px;
  background-color: #000;
}

.bold-black-link {
  color: #000;
}

.bold-black-link:hover {
  opacity: 0.6;
}

.accredito-title {
  margin-left: 20px;
  font-size: 36px;
  line-height: 110%;
  font-weight: 400;
}

.accredito-column-1 {
  padding-left: 0px;
}

.body {

  font-family: Raleway, sans-serif;
  line-height: 110%;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .pda-logo {
    width: 120px;
    height: 140.2px;
  }
}

@media screen and (min-width: 1440px) {
  .pda-logo {
    width: 130px;
    height: 151.9px;
  }
}

@media screen and (max-width: 991px) {
  .accredito-container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .success-message {
    font-size: 16px;
  }

  .accredito-column-2 {
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .accredito-container {
    overflow: scroll;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .accredito-field-label {
    font-size: 16px;
  }

  .accredito-title {
    margin-left: 15px;
    font-size: 24px;
  }

  .accredito-column-1 {
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .pda-logo {
    width: 87px;
    height: 101.4px;
  }
}

@media screen and (max-width: 479px) {
  .accredito-container {
    padding-top: 30px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .accredito-title {
    width: 90%;
    margin-left: 0px;
    font-size: 22px;
    line-height: 140%;
    font-weight: 600;
  }

  .pda-logo {
    width: 95px;
    height: 111px;
    margin-bottom: 15px;
  }

  .header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

