.zeroPadding {
  padding: 0px;
}
#health-systems-form .row {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  #health-systems-form .row {
    width: 100%;
    flex-direction: column;
  }
}
.pp-input {
  position: relative;
  margin: 15px;
  width: 50%;
  height: 56px;
  border: solid 2px #aeddd6;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .pp-input {
    width: auto;
  }
}
.pp-dynamic-label {
  position: absolute;
  font-size: 14px;
  color: #006f60;
  font-weight: 400;
  left: 15px;
  opacity: 0;
  top: 16px;
  pointer-events: none;
  transition: top 150ms ease-out;
}
.row input {
  font-size: 16px;
  border: none;
  width: 100%;
  height: 56px;
  border-bottom: none;
  line-height: 64px;
  margin-left: 5px;
  padding-top: 5px;
  padding: 0 10px;
  background: transparent;
  transition: all 0.2s ease-in-out;
  color: #454545;
  outline: none;
}
.pp-helper-text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.71;
  margin-left: 15px;
  letter-spacing: normal;
  color: #666666;
}
.pp-dynamic-label {
  position: absolute;
  font-size: 14px;
  color: #006f60;
  font-weight: 400;
  left: 15px;
  opacity: 0;
  top: 16px;
  pointer-events: none;
  transition: top 150ms ease-out;
}
.pp-dynamic-label.show {
  opacity: 1;
  top: 0px;
}
#topic-select {
  font-size: 16px;
  border: none;
  width: 100%;
  height: 56px;
  line-height: 64px;
  padding: 0 10px;
  background: transparent;
  transition: all 0.2s ease-in-out;
  color: #454545;
  outline: none;
  padding: 0px;
}
.pp-input-text-area {
  margin: 15px;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 4px;
  border: solid 2px #aeddd6;
  font-size: 16px;
  padding-top: 20px;
  padding-left: 15px;
  background-color: white;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .pp-input-text-area {
    width: auto;
  }
}
#pp-question {
  width: 100%;
  height: 89px;
  color: #454545;
  border: none;
  background: transparent;
  transition: all 0.2s ease-in-out;
  resize: none;
}
.pp-textarea {
  font-size: 16px;
  line-height: 24px;
  background: transparent;
  border: none;
  min-height: 88px;
  width: 100%;
  margin-top: 5px;
  color: #454545;
  outline: none;
}
.pp-button-box {
  padding: 15px;
  padding-top: 30px;
}
.button-container {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .button-container {
    text-align: right;
  }
}
.pp-secondary-button {
  color: #FFFFFF !important;
  background: #006F60;
  font-family: "myriad-pro", sans-serif;
  width: 200px;
  height: 48px;
  font-size: 16px;
  border-radius: 4px;
}
.help-link {
  text-align: right;
  width: 100%;
  padding-right: 20px;
}
.mobilehelp-link {
  display: !important;
}
@media only screen and (min-width: 767px) {
  .mobilehelp-link {
    display: none!important;
  }
}
.devicehelp-link {
  display: none!important;
}
@media only screen and (min-width: 767px) {
  .devicehelp-link {
    display: block!important;
  }
}
.link-info {
  color: #454545;
  font-size: 16px;
  font-weight: bold;
}
.pp-input.invalid-input {
  border-color: #d35c50 !important;
}
.invalid-input .pp-helper-text {
  color: #d35c50;
}
select::-ms-expand {
  display: none;
}
.ContactUSContainer {
  text-align: center;
}
.textContainer {
  padding-bottom: 35px;
  padding-top: 35px;
}
.textContainer .contactInfoText {
  font-family: "myriad-pro", sans-serif;
}
.pp-done {
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  font-size: 18px;
  line-height: 20px;
  padding: 5px;
  font-weight: 700;
  border: none;
  cursor: pointer;
}
.pp-secondary-button {
  color: #FFFFFF !important;
  background: #006F60;
  font-family: "myriad-pro", sans-serif;
  width: 200px;
  height: 48px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}
input#pp-first-name, input#pp-last-name, input#pp-email, input#pp-phone-number, input#pp-practice-name {
    border-bottom: none;
}
