@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --c-black: #000000;
  --c-white: #ffffff;
  --c-primary: #1b5f9a;
  --c-blue: #1a7efb;
}

body {
  font-family: "Open Sans", serif;
}

.table thead th.views-field-custom-contact-log-modal {
  width: 100px;
}

.custom-refer-share-add-log-contact-form .form-type-checkbox,
.custom-refer-share-add-log-contact-form .form-type-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-refer-share-add-log-contact-form .form-type-checkbox input,
.custom-refer-share-add-log-contact-form .form-type-radio input {
  height: auto;
  margin-right: 5px;
}

.custom-refer-share-add-log-contact-form .form-type-checkbox label,
.custom-refer-share-add-log-contact-form .form-type-radio label {
  margin-bottom: 0;
}

.bef-exposed-form .form--inline .form-item-field-participant-reason-leaving-value.form-item {
  max-width: 300px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 20px;
}

.bef-exposed-form .form--inline .form-item-field-participant-reason-leaving-value.form-item .form-select {
  max-width: 100%;
}

.participant_reason_no_part .horizontal-tab-button.first {
  position: relative;
  z-index: 999;
}

.participant_reason_no_part .horizontal-tab-button.first:before {
  position: absolute;
  content: " ";
  width: 200px;
  height: 100%;
  left: 100%;
}

.participant_reason_no_part .horizontal-tab-button.last {
  opacity: 0.5;
}

.participant_reason_no_part .horizontal-tab-button.last a {
  color: rgba(0, 0, 0, 0.7);
}

.miami-county-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.miami-county-header .col-left {
  width: 220px;
}
.miami-county-header .miami-county-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.miami-county-header .logo-text {
  text-align: center;
  padding-top: 10px;
}
.miami-county-header .logo-text h5 {
  margin: 0;
  font-weight: bold;
  font-size: 22px;
}
.miami-county-header .logo-text p {
  margin: 0;
  font-size: 18px;
}
.miami-county-header .col-right {
  max-width: calc(100% - 220px - 16px);
}
.miami-county-header .col-right h2 {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
.miami-county-header .col-right .address-division {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.miami-county-header .col-right .address-division .address p {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}
.miami-county-header .col-right .address-division .divisions h6 {
  text-align: right;
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: bold;
  color: #999;
}

#webform-submission-release-of-information-add-form .form-title {
  padding-top: 12px;
}
#webform-submission-release-of-information-add-form .form-title h3 {
  font-family: initial;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
#webform-submission-release-of-information-add-form .form-item {
  margin-top: 0;
  margin-bottom: 15px;
}
#webform-submission-release-of-information-add-form .form-item input.form-text {
  background-color: #f0f0f0;
  border: none;
  height: 42px;
  width: 100%;
  display: block;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#webform-submission-release-of-information-add-form .form-item input[type=date] {
  background-color: #f0f0f0;
  border: none;
  height: 42px;
  width: 100%;
  display: block;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#webform-submission-release-of-information-add-form fieldset.form-item {
  margin-bottom: 0;
}
#webform-submission-release-of-information-add-form .webform-name--wrapper .fieldset-wrapper {
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  #webform-submission-release-of-information-add-form .webform-name--wrapper .fieldset-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 16px;
  }
}
#webform-submission-release-of-information-add-form .webform-name--wrapper .fieldset-wrapper .form-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #webform-submission-release-of-information-add-form .webform-name--wrapper .fieldset-wrapper .form-item {
    max-width: calc(50% - 8px);
  }
}
#webform-submission-release-of-information-add-form .webform-name--wrapper .fieldset-wrapper .form-item label {
  display: none;
}
@media screen and (min-width: 768px) {
  #webform-submission-release-of-information-add-form .row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 16px;
  }
}
#webform-submission-release-of-information-add-form .row-container .form-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #webform-submission-release-of-information-add-form .row-container .form-item {
    max-width: calc(50% - 8px);
  }
}
#webform-submission-release-of-information-add-form .form-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 12px;
}
#webform-submission-release-of-information-add-form .form-checkboxes .form-type-checkbox {
  width: 100%;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
}
@media screen and (min-width: 768px) {
  #webform-submission-release-of-information-add-form .form-checkboxes .form-type-checkbox {
    width: calc(50% - 8px);
  }
}
@media screen and (min-width: 992px) {
  #webform-submission-release-of-information-add-form .form-checkboxes .form-type-checkbox {
    width: calc(33.3333% - 12px);
  }
}
#webform-submission-release-of-information-add-form .form-checkboxes .form-type-checkbox .form-checkbox {
  display: inline-block;
  height: auto;
  width: auto;
  margin: 6px 0 auto;
}
#webform-submission-release-of-information-add-form .form-checkboxes .form-type-checkbox label {
  margin: 0;
}

.node--type-inquiry {
  font-family: "Open Sans", serif;
}
.node--type-inquiry .node__content > div.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5px;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment {
  border: 1px solid var(--c-blue);
  border-radius: 12px;
  padding: 24px;
  margin-top: 23px;
  margin-bottom: 32px;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .title {
  padding: 12px 0;
  border-bottom: 1px solid var(--c-blue);
  line-height: 1.2;
  color: var(--c-blue);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .title.comment-form__title {
  font-size: 32px;
  border-bottom: none;
  padding-top: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .title.comment-form__title {
    padding-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .title.comment-form__title {
    padding-top: 48px;
  }
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .inquiry-comment {
  padding: 15px 0;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .inquiry-comment .comment-count {
  text-align: right;
  font-size: 13px;
  color: #777777;
  line-height: 1.1;
  margin-bottom: -24px;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .inquiry-comment .comment-count span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: var(--c-blue);
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .indented {
  margin: 0;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .indented .inquiry-comment {
  padding: 15px;
  background-color: #f6f6f9;
  border-radius: 10px;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box span.icon {
  font-size: 18px;
  background-color: var(--c-blue);
  border-radius: 50%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--c-white);
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box span.icon svg {
  width: 1em;
  height: auto;
  display: block;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .comment-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .field--name-field-inquiry-name .field__label {
  display: none;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .field--name-field-inquiry-name .field__item {
  font-size: 18px;
  font-weight: 600;
  color: var(--c-blue);
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .field--name-comment-body {
  padding-bottom: 6px;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .field--name-comment-body .field__label {
  display: none;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .field--name-comment-body .field__item {
  color: #000000;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .field--name-comment-body .field__item p:last-child {
  margin-bottom: 0;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .comment-footer {
  font-size: 13px;
  color: #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 15px;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .comment-footer .website {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4px;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .comment-footer .website .webicon {
  color: var(--c-blue);
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .comment-footer .website .webicon svg {
  width: 1em;
  height: 1.0625em;
  display: block;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .comment-footer .website .field--name-field-inquiry-website .field__label {
  display: none;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .comment-footer .website .field--name-field-inquiry-website a {
  font-weight: 600;
  text-decoration: none;
  color: #777777;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .comment-footer .phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .comment-footer .phone-number .icon-phone {
  color: var(--c-blue);
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .comment-footer .phone-number .icon-phone svg {
  width: 1em;
  height: 1.0625em;
  display: block;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .comment-footer .phone-number .field__label {
  display: none;
}
.node--type-inquiry .field--name-field-inquiry-comments.field--type-comment .comment-box .comment-footer .phone-number a {
  text-decoration: none;
  font-weight: 600;
  color: #777777;
}
.node--type-inquiry .comment-form {
  padding: 24px;
  border-radius: 12px;
  background-color: #f6f6f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 16px;
}
@media screen and (min-width: 768px) {
  .node--type-inquiry .comment-form {
    padding: 48px;
  }
}
@media screen and (min-width: 992px) {
  .node--type-inquiry .comment-form {
    padding: 64px;
  }
}
.node--type-inquiry .comment-form .form-wrapper {
  width: 100%;
}
.node--type-inquiry .comment-form .field--name-field-inquiry-name {
  width: 100%;
}
.node--type-inquiry .comment-form .field--name-field-inquiry-organization,
.node--type-inquiry .comment-form .field--name-field-inquiry-phone {
  width: calc(50% - 8px);
}
.node--type-inquiry .comment-form .field--name-field-inquiry-website {
  width: 100%;
}
.node--type-inquiry .comment-form .form-item {
  margin-top: 0;
  margin-bottom: 16px;
}
.node--type-inquiry .comment-form .form-item label {
  font-weight: 600;
  color: #000000;
}
.node--type-inquiry .comment-form .form-item textarea, .node--type-inquiry .comment-form .form-item select, .node--type-inquiry .comment-form .form-item input {
  border-radius: 10px;
  border: 1px solid var(--c-blue);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 20px;
  line-height: 1.1;
  height: auto;
  display: block;
  width: 100%;
}
.node--type-inquiry .comment-form .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.node--type-inquiry .comment-form .form-actions .button {
  padding: 10px 32px;
  border-radius: 24px;
  color: var(--c-blue);
  background: transparent;
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 2px solid var(--c-blue);
  height: auto;
  width: auto;
  margin: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
@media screen and (min-width: 768px) {
  .node--type-inquiry .comment-form .form-actions .button {
    min-width: 160px;
  }
}
.node--type-inquiry .comment-form .form-actions .button:hover {
  background: var(--c-blue);
  color: var(--c-white);
}
.node--type-inquiry .comment-form .form-actions .button.button--primary {
  background: var(--c-blue);
  color: var(--c-white);
}
.node--type-inquiry .comment-form .form-actions .button.button--primary:hover {
  background: transparent;
  color: var(--c-blue);
}/*# sourceMappingURL=custom.css.map */

.form-type-checkbox.form-item-authorize-ohio-state-university {
  display: flex;
  align-items: center;
}

.form-type-checkbox.form-item-authorize-ohio-state-university label {
  margin-bottom: 0;
  margin-left: 10px;
}

.ui-dialog .form-checkboxes .form-type-checkbox ,
.ui-dialog .form-radios .form-type-radio{
  display: flex;
  align-items: center;
}

.ui-dialog .form-checkboxes .form-checkbox ,
.ui-dialog .form-radios .form-radio {
  height: auto;
  margin-right: 5px;
}
