h3 {
  font-family: open-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  color: #262729;
}
p {
  margin: 0 0 1em;
}
.list-plain li {
  margin: 0 0 6px;
}
.list-inline li {
  display: inline-block;
  margin: 0;
}
.list-inline li + li {
  margin-left: 20px;
}
hr.gradient-separator {
  border: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #196e6b, #e0e996);
}
.has-right-sidebar .main-content {
  margin: 0 0 40px;
}
.patient-referral-form h3 {
  margin: 0 0 1.11111111em;
}
.patient-referral-form p,
.patient-referral-form .list-plain {
  font-size: 0.875em;
}
.patient-referral-form .referral-type {
  margin: 0 0 24px 16px;
}
.patient-referral-form .referral-type li {
  margin: 0 0 10px;
  color: #262729;
}
.patient-referral-form input.referral-type-0:checked ~ .referral-type label.referral-type-0 .replacement,
.patient-referral-form input.referral-type-1:checked ~ .referral-type label.referral-type-1 .replacement,
.patient-referral-form input.referral-type-2:checked ~ .referral-type label.referral-type-2 .replacement,
.patient-referral-form input.physicians-order-0:checked ~ .physicians-order label.physicians-order-0 .replacement,
.patient-referral-form input.physicians-order-1:checked ~ .physicians-order label.physicians-order-1 .replacement,
.patient-referral-form input.has-insurance-0:checked ~ .has-insurance label.has-insurance-0 .replacement,
.patient-referral-form input.has-insurance-1:checked ~ .has-insurance label.has-insurance-1 .replacement {
  border-color: #02a0b4;
  background: #fff;
}
.patient-referral-form input.referral-type-0:checked ~ .referral-type label.referral-type-0 .replacement:before,
.patient-referral-form input.referral-type-1:checked ~ .referral-type label.referral-type-1 .replacement:before,
.patient-referral-form input.referral-type-2:checked ~ .referral-type label.referral-type-2 .replacement:before,
.patient-referral-form input.physicians-order-0:checked ~ .physicians-order label.physicians-order-0 .replacement:before,
.patient-referral-form input.physicians-order-1:checked ~ .physicians-order label.physicians-order-1 .replacement:before,
.patient-referral-form input.has-insurance-0:checked ~ .has-insurance label.has-insurance-0 .replacement:before,
.patient-referral-form input.has-insurance-1:checked ~ .has-insurance label.has-insurance-1 .replacement:before {
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #02a0b4;
  border-radius: 50%;
}
.patient-referral-form input.input-validation-error ~ .physicians-order label .replacement {
  border-color: #ff6f55;
}
.patient-referral-form .referral-type-fields {
  display: none;
  background: #fff;
  box-shadow: 0 0 12px rgba(55, 61, 70, 0.06);
  padding: 30px;
}
.patient-referral-form .referral-type-fields h4 {
  font-size: 0.875em;
  color: #262729;
}
.patient-referral-form .referral-type-fields .required-note {
  font-size: 0.6875em;
}
.patient-referral-form .referral-type-fields .required-note + .field {
  margin-top: 20px;
}
.patient-referral-form .referral-type-fields .stylized-radio .replacement {
  background: #f7f8fa;
}
.patient-referral-form .referral-type-fields .stylized-radio input.input-validation-error + .replacement {
  border-color: #ff6f55;
}
.patient-referral-form .referral-type-fields .stylized-radio input:checked + .replacement {
  background: #fff;
}
.patient-referral-form .physicians-order-fields,
.patient-referral-form .has-insurance-fields {
  display: none;
}
.patient-referral-form input.referral-type-0:checked ~ .referral-type-fields.option-0,
.patient-referral-form input.referral-type-1:checked ~ .referral-type-fields.option-1,
.patient-referral-form input.referral-type-2:checked ~ .referral-type-fields.option-2,
.patient-referral-form input.physicians-order-0:checked ~ .physicians-order-fields.option-0,
.patient-referral-form input.physicians-order-1:checked ~ .physicians-order-fields.option-1,
.patient-referral-form input.has-insurance-0:checked ~ .has-insurance-fields.option-0 {
  display: block;
}
.patient-referral-form .field-label label {
  color: #6f7175;
  font-weight: 600;
}
.patient-referral-form .instructions {
  font-style: italic;
}
.patient-referral-form .outpatient-therapy {
  font-size: 0.8125em;
}
.patient-referral-form .outpatient-therapy input,
.patient-referral-form .outpatient-therapy .sublist {
  display: none;
}
.patient-referral-form .outpatient-therapy input:checked + label .replacement {
  background: #fff;
  border-color: #02a0b4;
  color: #02a0b4;
}
.patient-referral-form .outpatient-therapy input:checked + label .replacement:after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.patient-referral-form .outpatient-therapy input:checked + label + .sublist {
  display: block;
}
.patient-referral-form .outpatient-therapy input.input-validation-error + label .replacement {
  border-color: #ff6f55;
}
.patient-referral-form .outpatient-therapy .sublist {
  margin: 10px 0 20px 34px;
  font-size: 0.92307692em;
}
.patient-referral-form .outpatient-therapy .sublist .stylized-checkbox {
  padding-top: 1px;
}
.sidebar {
  text-align: center;
}
.sidebar h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 1.5em 0 1em;
  color: #6f7175;
}
.sidebar p {
  color: #262729;
  font-size: 0.875em;
  line-height: 1.35714286;
  margin: 1em 0;
}
.sidebar a {
  color: #00728f;
  text-decoration: underline;
}
.sidebar .list-plain {
  font-size: 0.875em;
}
.sidebar .list-plain li {
  margin: 0.71428571em 0;
}
@media only screen and (min-width: 768px) {
  .page {
    background: #f7f8fa url('../img/big-data-graphic.png') no-repeat 324px 600px;
  }
  .page .page-content .has-right-sidebar {
    margin: 0 -15px;
  }
  .page .page-content .has-right-sidebar:after {
    display: table;
    content: "";
    clear: both;
  }
  .page .page-content .has-right-sidebar .main-content {
    box-sizing: border-box;
    padding: 0 15px;
    width: 75%;
    float: left;
  }
  .page .page-content .has-right-sidebar .sidebar {
    box-sizing: border-box;
    padding: 0 15px;
    width: 25%;
    float: right;
    text-align: left;
  }
  .has-right-sidebar .main-content {
    margin: 0;
  }
  .patient-referral-form .referral-type {
    position: relative;
    margin: 0;
    z-index: 1;
  }
  .patient-referral-form .referral-type:after {
    display: table;
    content: "";
    clear: both;
  }
  .patient-referral-form .referral-type li {
    margin: 0;
    float: left;
  }
  .patient-referral-form .referral-type .stylized-radio {
    box-sizing: border-box;
    min-height: 69px;
    padding: 25px 24px 15px 72px;
  }
  .patient-referral-form .referral-type .stylized-radio .replacement {
    left: 24px;
    top: 18px;
    width: 36px;
    height: 36px;
  }
  .patient-referral-form input.referral-type-0:checked ~ .referral-type label.referral-type-0,
  .patient-referral-form input.referral-type-1:checked ~ .referral-type label.referral-type-1,
  .patient-referral-form input.referral-type-2:checked ~ .referral-type label.referral-type-2 {
    background: #fff;
    box-shadow: 0 0 12px rgba(55, 61, 70, 0.06);
  }
  .patient-referral-form input.referral-type-0:checked ~ .referral-type label.referral-type-0 .replacement:before,
  .patient-referral-form input.referral-type-1:checked ~ .referral-type label.referral-type-1 .replacement:before,
  .patient-referral-form input.referral-type-2:checked ~ .referral-type label.referral-type-2 .replacement:before {
    top: 5px;
    left: 5px;
    width: 24px;
    height: 24px;
  }
  .patient-referral-form input.referral-type-0:checked ~ .referral-type label.referral-type-0:after,
  .patient-referral-form input.referral-type-1:checked ~ .referral-type label.referral-type-1:after,
  .patient-referral-form input.referral-type-2:checked ~ .referral-type label.referral-type-2:after {
    position: absolute;
    width: 110%;
    height: 12px;
    top: 100%;
    left: -5%;
    background: #fff;
    content: "";
  }
  .patient-referral-form input.referral-type-0:checked ~ .referral-type label.referral-type-0:after {
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .page {
    background-position: 450px 600px;
  }
  .page .page-content h3 {
    font-size: 24px;
    margin: 0 0 1.5em;
  }
  .page .page-content .has-right-sidebar {
    margin: 0 -25px;
  }
  .page .page-content .has-right-sidebar .main-content,
  .page .page-content .has-right-sidebar .sidebar {
    padding: 0 25px;
  }
  .patient-referral-form .referral-type {
    font-size: 1em;
  }
  .patient-referral-form .referral-type-fields {
    position: relative;
    padding: 50px 50px 20px;
  }
  .page .patient-referral-form .referral-type-fields h4 {
    font-size: 18px;
    margin-bottom: 1.25em;
  }
  .patient-referral-form .referral-type-fields .gradient-separator {
    margin: 0 0 50px;
  }
  .patient-referral-form .referral-type-fields .required-note {
    position: absolute;
    right: 50px;
    top: 57px;
  }
  .sidebar p,
  .sidebar .list-plain {
    font-size: 1em;
  }
}
@media (min-width: 1300px) {
  .page {
    background-position: 717px 600px;
  }
}
