/* line 6, app/components/button/button.scss */
#clinical-trial-finder #with-high-specificity button, #clinical-trial-finder #with-high-specificity [type='button'], #clinical-trial-finder #with-high-specificity [type='reset'], #clinical-trial-finder #with-high-specificity [type='submit'],
#clinical-trial-finder #with-high-specificity .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #009cdc;
  background-color: #009cdc;
  background-image: none;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 8px 32px;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 29, app/components/button/button.scss */
#clinical-trial-finder #with-high-specificity button:hover, #clinical-trial-finder #with-high-specificity button:focus, #clinical-trial-finder #with-high-specificity [type='button']:hover, #clinical-trial-finder #with-high-specificity [type='button']:focus, #clinical-trial-finder #with-high-specificity [type='reset']:hover, #clinical-trial-finder #with-high-specificity [type='reset']:focus, #clinical-trial-finder #with-high-specificity [type='submit']:hover, #clinical-trial-finder #with-high-specificity [type='submit']:focus,
#clinical-trial-finder #with-high-specificity .button:hover,
#clinical-trial-finder #with-high-specificity .button:focus {
  background-color: #007db0;
  color: #fff;
  text-decoration: none;
}

/* line 36, app/components/button/button.scss */
#clinical-trial-finder #with-high-specificity button:disabled, #clinical-trial-finder #with-high-specificity [type='button']:disabled, #clinical-trial-finder #with-high-specificity [type='reset']:disabled, #clinical-trial-finder #with-high-specificity [type='submit']:disabled,
#clinical-trial-finder #with-high-specificity .button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 40, app/components/button/button.scss */
#clinical-trial-finder #with-high-specificity button:disabled:hover, #clinical-trial-finder #with-high-specificity [type='button']:disabled:hover, #clinical-trial-finder #with-high-specificity [type='reset']:disabled:hover, #clinical-trial-finder #with-high-specificity [type='submit']:disabled:hover,
#clinical-trial-finder #with-high-specificity .button:disabled:hover {
  background-image: none;
  background: #009cdc;
  background-color: #009cdc;
}

/* line 47, app/components/button/button.scss */
#clinical-trial-finder #with-high-specificity button.secondary, #clinical-trial-finder #with-high-specificity .secondary[type='button'], #clinical-trial-finder #with-high-specificity .secondary[type='reset'], #clinical-trial-finder #with-high-specificity .secondary[type='submit'],
#clinical-trial-finder #with-high-specificity .button.secondary {
  background: #009cdc;
  background-color: #009cdc;
}

/* line 51, app/components/button/button.scss */
#clinical-trial-finder #with-high-specificity button.secondary:hover, #clinical-trial-finder #with-high-specificity button.secondary:focus, #clinical-trial-finder #with-high-specificity .secondary[type='button']:hover, #clinical-trial-finder #with-high-specificity .secondary[type='button']:focus, #clinical-trial-finder #with-high-specificity .secondary[type='reset']:hover, #clinical-trial-finder #with-high-specificity .secondary[type='reset']:focus, #clinical-trial-finder #with-high-specificity .secondary[type='submit']:hover, #clinical-trial-finder #with-high-specificity .secondary[type='submit']:focus,
#clinical-trial-finder #with-high-specificity .button.secondary:hover,
#clinical-trial-finder #with-high-specificity .button.secondary:focus {
  background-color: #007db0;
  color: #fff;
  text-decoration: none;
}

/* line 59, app/components/button/button.scss */
#clinical-trial-finder #with-high-specificity button.small-button, #clinical-trial-finder #with-high-specificity .small-button[type='button'], #clinical-trial-finder #with-high-specificity .small-button[type='reset'], #clinical-trial-finder #with-high-specificity .small-button[type='submit'],
#clinical-trial-finder #with-high-specificity .button.small-button {
  padding: 8px 8px;
}

/* line 64, app/components/button/button.scss */
#clinical-trial-finder #with-high-specificity .ctc-button-as-link {
  background: none;
  border: none;
  color: #009cdc;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

/* line 10, app/assets/stylesheets/utilities/_buttons.scss */
#clinical-trial-finder #with-high-specificity .ctc-button-as-link:hover, #clinical-trial-finder #with-high-specificity .ctc-button-as-link:focus {
  background: none;
  color: #009cdc;
  text-decoration: underline;
}
/* line 4, app/components/form_section/form_section.scss */
#clinical-trial-finder #with-high-specificity .ctc-form-section {
  background-color: #f7f8f8;
  padding: 32px 32px 16px;
  margin: 0 auto 32px;
  max-width: 620px;
}
/* line 8, app/components/tabs/tabs.scss */
#clinical-trial-finder #with-high-specificity .tabs__wrapper {
  border-bottom: 2px solid #c8cdcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

/* line 14, app/components/tabs/tabs.scss */
#clinical-trial-finder #with-high-specificity .tabs__tab {
  background-color: #f7f8f8;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 2px solid #c8cdcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  margin-right: 1rem;
  min-width: 150px;
  position: relative;
  top: 2px;
  text-align: center;
}

/* line 27, app/components/tabs/tabs.scss */
#clinical-trial-finder #with-high-specificity .tabs__tab a {
  display: inline-block;
  padding: 0.7rem 0;
  color: rgba(48, 54, 57, 0.5);
  margin-top: 2px;
  text-decoration: none;
  width: 100%;
}

/* line 35, app/components/tabs/tabs.scss */
#clinical-trial-finder #with-high-specificity .tabs__tab a:hover {
  color: #009cdc;
  text-decoration: none;
}

/* line 42, app/components/tabs/tabs.scss */
#clinical-trial-finder #with-high-specificity .tabs__icon {
  vertical-align: middle;
  font-size: 1.4rem;
  margin-right: 0.2rem;
}

/* line 48, app/components/tabs/tabs.scss */
#clinical-trial-finder #with-high-specificity .tabs__selected {
  border: 2px solid #c8cdcf;
  border-top: 4px solid #009cdc;
  border-bottom-color: #fff;
  background-color: #fff;
}

/* line 54, app/components/tabs/tabs.scss */
#clinical-trial-finder #with-high-specificity .tabs__selected a {
  color: #303639;
  margin-top: 0;
  text-decoration: none;
}

/* line 59, app/components/tabs/tabs.scss */
#clinical-trial-finder #with-high-specificity .tabs__selected a:hover {
  color: #303639;
  text-decoration: none;
}
/* line 1, app/assets/stylesheets/utilities/_typography.scss */
.ctc-bold {
  font-weight: 600;
}

/* line 5, app/assets/stylesheets/utilities/_typography.scss */
.ctc-align-center {
  text-align: center;
}

/* line 9, app/assets/stylesheets/utilities/_typography.scss */
.ctc-align-right {
  text-align: right;
}

/* line 13, app/assets/stylesheets/utilities/_typography.scss */
.error {
  color: #ca1717;
}

/* line 17, app/assets/stylesheets/utilities/_typography.scss */
.ctc-large-heading {
  color: #303639;
  font-size: 32px;
  font-style: normal;
}

/* line 23, app/assets/stylesheets/utilities/_typography.scss */
.ctc-medium-heading {
  color: #303639;
  font-size: 24px;
  font-style: normal;
}

/* line 29, app/assets/stylesheets/utilities/_typography.scss */
.ctc-small-heading {
  color: #303639;
  font-size: 20.8px;
  font-style: normal;
}

/* line 35, app/assets/stylesheets/utilities/_typography.scss */
.ctc-large-font {
  font-size: 18.4px;
}

/* line 39, app/assets/stylesheets/utilities/_typography.scss */
.ctc-small-font {
  font-size: 14.4px;
}

/* line 51, app/assets/stylesheets/utilities/_typography.scss */
.ctc-small-caps-link {
  color: #009cdc;
  font-size: 11.2px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* line 5, app/components/trial_listing/trial_listing.scss */
#clinical-trial-finder #with-high-specificity .ctc-trial-listing {
  border-bottom: 1px solid #c8cdcf;
  display: block;
}

/* line 10, app/components/trial_listing/trial_listing.scss */
#clinical-trial-finder #with-high-specificity .ctc-trial-listing__wrapper-link {
  color: inherit;
  display: block;
  padding: 32px 16px;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
}

/* line 16, app/components/trial_listing/trial_listing.scss */
#clinical-trial-finder #with-high-specificity .ctc-trial-listing__wrapper-link:hover, #clinical-trial-finder #with-high-specificity .ctc-trial-listing__wrapper-link:focus {
  background-color: #f7f8f8;
  color: inherit;
  text-decoration: none;
}

/* line 24, app/components/trial_listing/trial_listing.scss */
#clinical-trial-finder #with-high-specificity .ctc-trial-listing__title {
  font-weight: 600;
  font-size: 20.8px;
  line-height: 1.3;
  margin-bottom: 16px;
}

/* line 31, app/components/trial_listing/trial_listing.scss */
#clinical-trial-finder #with-high-specificity .ctc-trial-listing__description {
  font-size: 16px;
  line-height: 1.6;
}

/* line 36, app/components/trial_listing/trial_listing.scss */
#clinical-trial-finder #with-high-specificity .ctc-trial-listing__meta {
  margin-top: 32px;
}

@media (min-width: 768px) {
  /* line 36, app/components/trial_listing/trial_listing.scss */
  #clinical-trial-finder #with-high-specificity .ctc-trial-listing__meta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 46, app/components/trial_listing/trial_listing.scss */
#clinical-trial-finder #with-high-specificity .ctc-trial-listing__learn-more {
  color: #009cdc;
  font-size: 11.2px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #009cdc;
  font-size: 14.4px;
  margin-top: 8px;
}

@media (min-width: 768px) {
  /* line 46, app/components/trial_listing/trial_listing.scss */
  #clinical-trial-finder #with-high-specificity .ctc-trial-listing__learn-more {
    margin-top: 0;
  }
}

/* line 56, app/components/trial_listing/trial_listing.scss */
#clinical-trial-finder #with-high-specificity .ctc-trial-listing__learn-more::after {
  content: "\25b8 \a0";
  font-size: 16px;
  line-height: 1.6;
  margin-left: 0.2rem;
}
  
  
@charset "UTF-8";
/* line 3, app/assets/stylesheets/overrides.scss */
#clinical-trial-finder {
  margin: 16px auto 0;
  max-width: 1100px;
}

/* line 8, app/assets/stylesheets/overrides.scss */
.ctc-disclaimer {
  border-top: 1px solid #c8cdcf;
  margin: 0 auto 8px;
  max-width: 1100px;
  padding: 8px 16px 0;
}

/* line 14, app/assets/stylesheets/overrides.scss */
.ctc-disclaimer p {
  font-size: 12.8px;
  line-height: 1.6;
}

/* line 21, app/assets/stylesheets/overrides.scss */
.ctc-disclaimer h9 a, .ctc-disclaimer h9 a:link, .ctc-disclaimer h9 a:active, .ctc-disclaimer h9 a:visited {
  color: inherit;
  text-decoration: none;
}

/* line 27, app/assets/stylesheets/overrides.scss */
.breadcrumbs {
  background-color: #fff !important;
}

/* line 1, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 8, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity legend {
  font-weight: 600;
  margin-bottom: 4px;
  padding: 0;
}

/* line 14, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity label {
  font-weight: 600;
  margin-bottom: 4px;
  padding: 0;
  white-space: normal;
  display: initial;
  font-size: 14.4px;
}

/* line 22, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity label.boolean {
  height: 32px;
  vertical-align: middle;
}

/* line 28, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity input,
#clinical-trial-finder #with-high-specificity select,
#clinical-trial-finder #with-high-specificity textarea {
  display: block;
  font-family: inherit;
  font-size: 16px;
  height: 32px;
  margin: 0 16px 0 0;
  position: relative;
}

/* line 39, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity [type='color'], #clinical-trial-finder #with-high-specificity [type='date'], #clinical-trial-finder #with-high-specificity [type='datetime'], #clinical-trial-finder #with-high-specificity [type='datetime-local'], #clinical-trial-finder #with-high-specificity [type='email'], #clinical-trial-finder #with-high-specificity [type='month'], #clinical-trial-finder #with-high-specificity [type='number'], #clinical-trial-finder #with-high-specificity [type='password'], #clinical-trial-finder #with-high-specificity [type='search'], #clinical-trial-finder #with-high-specificity [type='tel'], #clinical-trial-finder #with-high-specificity [type='text'], #clinical-trial-finder #with-high-specificity [type='time'], #clinical-trial-finder #with-high-specificity [type='url'], #clinical-trial-finder #with-high-specificity [type='week'], #clinical-trial-finder #with-high-specificity input:not([type]), #clinical-trial-finder #with-high-specificity textarea,
#clinical-trial-finder #with-high-specificity select[multiple],
#clinical-trial-finder #with-high-specificity select {
  background-color: #fff;
  border: 1px solid #c8cdcf;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 8px;
  padding: 8px;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

/* line 52, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity [type='color']:hover, #clinical-trial-finder #with-high-specificity [type='date']:hover, #clinical-trial-finder #with-high-specificity [type='datetime']:hover, #clinical-trial-finder #with-high-specificity [type='datetime-local']:hover, #clinical-trial-finder #with-high-specificity [type='email']:hover, #clinical-trial-finder #with-high-specificity [type='month']:hover, #clinical-trial-finder #with-high-specificity [type='number']:hover, #clinical-trial-finder #with-high-specificity [type='password']:hover, #clinical-trial-finder #with-high-specificity [type='search']:hover, #clinical-trial-finder #with-high-specificity [type='tel']:hover, #clinical-trial-finder #with-high-specificity [type='text']:hover, #clinical-trial-finder #with-high-specificity [type='time']:hover, #clinical-trial-finder #with-high-specificity [type='url']:hover, #clinical-trial-finder #with-high-specificity [type='week']:hover, #clinical-trial-finder #with-high-specificity input:not([type]):hover, #clinical-trial-finder #with-high-specificity textarea:hover,
#clinical-trial-finder #with-high-specificity select[multiple]:hover,
#clinical-trial-finder #with-high-specificity select:hover {
  border-color: #879094;
}

/* line 56, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity [type='color']:focus, #clinical-trial-finder #with-high-specificity [type='date']:focus, #clinical-trial-finder #with-high-specificity [type='datetime']:focus, #clinical-trial-finder #with-high-specificity [type='datetime-local']:focus, #clinical-trial-finder #with-high-specificity [type='email']:focus, #clinical-trial-finder #with-high-specificity [type='month']:focus, #clinical-trial-finder #with-high-specificity [type='number']:focus, #clinical-trial-finder #with-high-specificity [type='password']:focus, #clinical-trial-finder #with-high-specificity [type='search']:focus, #clinical-trial-finder #with-high-specificity [type='tel']:focus, #clinical-trial-finder #with-high-specificity [type='text']:focus, #clinical-trial-finder #with-high-specificity [type='time']:focus, #clinical-trial-finder #with-high-specificity [type='url']:focus, #clinical-trial-finder #with-high-specificity [type='week']:focus, #clinical-trial-finder #with-high-specificity input:not([type]):focus, #clinical-trial-finder #with-high-specificity textarea:focus,
#clinical-trial-finder #with-high-specificity select[multiple]:focus,
#clinical-trial-finder #with-high-specificity select:focus {
  border-color: #009cdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 138, 195, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 138, 195, 0.7);
  outline: none;
}

/* line 62, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity [type='color']:disabled, #clinical-trial-finder #with-high-specificity [type='date']:disabled, #clinical-trial-finder #with-high-specificity [type='datetime']:disabled, #clinical-trial-finder #with-high-specificity [type='datetime-local']:disabled, #clinical-trial-finder #with-high-specificity [type='email']:disabled, #clinical-trial-finder #with-high-specificity [type='month']:disabled, #clinical-trial-finder #with-high-specificity [type='number']:disabled, #clinical-trial-finder #with-high-specificity [type='password']:disabled, #clinical-trial-finder #with-high-specificity [type='search']:disabled, #clinical-trial-finder #with-high-specificity [type='tel']:disabled, #clinical-trial-finder #with-high-specificity [type='text']:disabled, #clinical-trial-finder #with-high-specificity [type='time']:disabled, #clinical-trial-finder #with-high-specificity [type='url']:disabled, #clinical-trial-finder #with-high-specificity [type='week']:disabled, #clinical-trial-finder #with-high-specificity input:not([type]):disabled, #clinical-trial-finder #with-high-specificity textarea:disabled,
#clinical-trial-finder #with-high-specificity select[multiple]:disabled,
#clinical-trial-finder #with-high-specificity select:disabled {
  background-color: #f7f8f8;
  cursor: not-allowed;
}

/* line 66, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity [type='color']:disabled:hover, #clinical-trial-finder #with-high-specificity [type='date']:disabled:hover, #clinical-trial-finder #with-high-specificity [type='datetime']:disabled:hover, #clinical-trial-finder #with-high-specificity [type='datetime-local']:disabled:hover, #clinical-trial-finder #with-high-specificity [type='email']:disabled:hover, #clinical-trial-finder #with-high-specificity [type='month']:disabled:hover, #clinical-trial-finder #with-high-specificity [type='number']:disabled:hover, #clinical-trial-finder #with-high-specificity [type='password']:disabled:hover, #clinical-trial-finder #with-high-specificity [type='search']:disabled:hover, #clinical-trial-finder #with-high-specificity [type='tel']:disabled:hover, #clinical-trial-finder #with-high-specificity [type='text']:disabled:hover, #clinical-trial-finder #with-high-specificity [type='time']:disabled:hover, #clinical-trial-finder #with-high-specificity [type='url']:disabled:hover, #clinical-trial-finder #with-high-specificity [type='week']:disabled:hover, #clinical-trial-finder #with-high-specificity input:not([type]):disabled:hover, #clinical-trial-finder #with-high-specificity textarea:disabled:hover,
#clinical-trial-finder #with-high-specificity select[multiple]:disabled:hover,
#clinical-trial-finder #with-high-specificity select:disabled:hover {
  border: 1px solid #c8cdcf;
}

/* line 71, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity [type='color']::-webkit-input-placeholder, #clinical-trial-finder #with-high-specificity [type='date']::-webkit-input-placeholder, #clinical-trial-finder #with-high-specificity [type='datetime']::-webkit-input-placeholder, #clinical-trial-finder #with-high-specificity [type='datetime-local']::-webkit-input-placeholder, #clinical-trial-finder #with-high-specificity [type='email']::-webkit-input-placeholder, #clinical-trial-finder #with-high-specificity [type='month']::-webkit-input-placeholder, #clinical-trial-finder #with-high-specificity [type='number']::-webkit-input-placeholder, #clinical-trial-finder #with-high-specificity [type='password']::-webkit-input-placeholder, #clinical-trial-finder #with-high-specificity [type='search']::-webkit-input-placeholder, #clinical-trial-finder #with-high-specificity [type='tel']::-webkit-input-placeholder, #clinical-trial-finder #with-high-specificity [type='text']::-webkit-input-placeholder, #clinical-trial-finder #with-high-specificity [type='time']::-webkit-input-placeholder, #clinical-trial-finder #with-high-specificity [type='url']::-webkit-input-placeholder, #clinical-trial-finder #with-high-specificity [type='week']::-webkit-input-placeholder, #clinical-trial-finder #with-high-specificity input:not([type])::-webkit-input-placeholder, #clinical-trial-finder #with-high-specificity textarea::-webkit-input-placeholder, #clinical-trial-finder #with-high-specificity select[multiple]::-webkit-input-placeholder, #clinical-trial-finder #with-high-specificity select::-webkit-input-placeholder {
  color: #879094;
  font-style: italic;
}
#clinical-trial-finder #with-high-specificity [type='color']::-moz-placeholder, #clinical-trial-finder #with-high-specificity [type='date']::-moz-placeholder, #clinical-trial-finder #with-high-specificity [type='datetime']::-moz-placeholder, #clinical-trial-finder #with-high-specificity [type='datetime-local']::-moz-placeholder, #clinical-trial-finder #with-high-specificity [type='email']::-moz-placeholder, #clinical-trial-finder #with-high-specificity [type='month']::-moz-placeholder, #clinical-trial-finder #with-high-specificity [type='number']::-moz-placeholder, #clinical-trial-finder #with-high-specificity [type='password']::-moz-placeholder, #clinical-trial-finder #with-high-specificity [type='search']::-moz-placeholder, #clinical-trial-finder #with-high-specificity [type='tel']::-moz-placeholder, #clinical-trial-finder #with-high-specificity [type='text']::-moz-placeholder, #clinical-trial-finder #with-high-specificity [type='time']::-moz-placeholder, #clinical-trial-finder #with-high-specificity [type='url']::-moz-placeholder, #clinical-trial-finder #with-high-specificity [type='week']::-moz-placeholder, #clinical-trial-finder #with-high-specificity input:not([type])::-moz-placeholder, #clinical-trial-finder #with-high-specificity textarea::-moz-placeholder, #clinical-trial-finder #with-high-specificity select[multiple]::-moz-placeholder, #clinical-trial-finder #with-high-specificity select::-moz-placeholder {
  color: #879094;
  font-style: italic;
}
#clinical-trial-finder #with-high-specificity [type='color']:-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='date']:-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='datetime']:-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='datetime-local']:-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='email']:-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='month']:-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='number']:-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='password']:-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='search']:-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='tel']:-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='text']:-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='time']:-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='url']:-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='week']:-ms-input-placeholder, #clinical-trial-finder #with-high-specificity input:not([type]):-ms-input-placeholder, #clinical-trial-finder #with-high-specificity textarea:-ms-input-placeholder, #clinical-trial-finder #with-high-specificity select[multiple]:-ms-input-placeholder, #clinical-trial-finder #with-high-specificity select:-ms-input-placeholder {
  color: #879094;
  font-style: italic;
}
#clinical-trial-finder #with-high-specificity [type='color']::-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='date']::-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='datetime']::-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='datetime-local']::-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='email']::-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='month']::-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='number']::-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='password']::-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='search']::-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='tel']::-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='text']::-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='time']::-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='url']::-ms-input-placeholder, #clinical-trial-finder #with-high-specificity [type='week']::-ms-input-placeholder, #clinical-trial-finder #with-high-specificity input:not([type])::-ms-input-placeholder, #clinical-trial-finder #with-high-specificity textarea::-ms-input-placeholder, #clinical-trial-finder #with-high-specificity select[multiple]::-ms-input-placeholder, #clinical-trial-finder #with-high-specificity select::-ms-input-placeholder {
  color: #879094;
  font-style: italic;
}
#clinical-trial-finder #with-high-specificity [type='color']::placeholder, #clinical-trial-finder #with-high-specificity [type='date']::placeholder, #clinical-trial-finder #with-high-specificity [type='datetime']::placeholder, #clinical-trial-finder #with-high-specificity [type='datetime-local']::placeholder, #clinical-trial-finder #with-high-specificity [type='email']::placeholder, #clinical-trial-finder #with-high-specificity [type='month']::placeholder, #clinical-trial-finder #with-high-specificity [type='number']::placeholder, #clinical-trial-finder #with-high-specificity [type='password']::placeholder, #clinical-trial-finder #with-high-specificity [type='search']::placeholder, #clinical-trial-finder #with-high-specificity [type='tel']::placeholder, #clinical-trial-finder #with-high-specificity [type='text']::placeholder, #clinical-trial-finder #with-high-specificity [type='time']::placeholder, #clinical-trial-finder #with-high-specificity [type='url']::placeholder, #clinical-trial-finder #with-high-specificity [type='week']::placeholder, #clinical-trial-finder #with-high-specificity input:not([type])::placeholder, #clinical-trial-finder #with-high-specificity textarea::placeholder,
#clinical-trial-finder #with-high-specificity select[multiple]::placeholder,
#clinical-trial-finder #with-high-specificity select::placeholder {
  color: #879094;
  font-style: italic;
}

/* line 77, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity select {
  padding: 0 8px;
}

/* line 81, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity textarea {
  resize: vertical;
}

/* line 85, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity [type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 89, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity [type="checkbox"],
#clinical-trial-finder #with-high-specificity [type="radio"] {
  display: inline;
  margin-right: 8px;
}

/* line 95, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity form input {
  float: none;
}

/* line 99, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity [type="file"] {
  margin-bottom: 8px;
  width: 100%;
}

/* line 104, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity select {
  margin-bottom: 8px;
  max-width: 100%;
  width: 100%;
  appearance: menulist;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  background: none;
}

/* line 114, app/assets/stylesheets/globals/_forms.scss */
#clinical-trial-finder #with-high-specificity abbr[title] {
  border: 0;
  color: #ca1717;
}

/* line 1, app/assets/stylesheets/globals/_layout.scss */
#clinical-trial-finder #with-high-specificity html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/globals/_layout.scss */
#clinical-trial-finder #with-high-specificity *,
#clinical-trial-finder #with-high-specificity *::before,
#clinical-trial-finder #with-high-specificity *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  line-height: 1.6;
}

/* line 1, app/assets/stylesheets/globals/_lists.scss */
#clinical-trial-finder #with-high-specificity ul,
#clinical-trial-finder #with-high-specificity ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

/* line 9, app/assets/stylesheets/globals/_lists.scss */
#clinical-trial-finder #with-high-specificity dl {
  margin: 0;
}

/* line 13, app/assets/stylesheets/globals/_lists.scss */
#clinical-trial-finder #with-high-specificity dt {
  font-weight: 600;
  margin: 0;
}

/* line 18, app/assets/stylesheets/globals/_lists.scss */
#clinical-trial-finder #with-high-specificity dd {
  margin: 0;
}

/* line 22, app/assets/stylesheets/globals/_lists.scss */
#clinical-trial-finder #with-high-specificity li {
  list-style: none;
  margin: 0;
}

/* line 1, app/assets/stylesheets/globals/_tables.scss */
#clinical-trial-finder #with-high-specificity table {
  display: table;
  text-align: initial;
}

/* line 6, app/assets/stylesheets/globals/_tables.scss */
#clinical-trial-finder #with-high-specificity tr {
  background-color: initial;
  font-weight: initial;
}

/* line 1, app/assets/stylesheets/globals/_media.scss */
#clinical-trial-finder #with-high-specificity figure {
  margin: 0;
}

/* line 5, app/assets/stylesheets/globals/_media.scss */
#clinical-trial-finder #with-high-specificity img,
#clinical-trial-finder #with-high-specificity picture {
  margin: 0;
  max-width: 100%;
}

/* line 1, app/assets/stylesheets/globals/_typography.scss */
#clinical-trial-finder #with-high-specificity body {
  color: #303639;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
}

/* line 8, app/assets/stylesheets/globals/_typography.scss */
#clinical-trial-finder #with-high-specificity h1,
#clinical-trial-finder #with-high-specificity h2,
#clinical-trial-finder #with-high-specificity h3,
#clinical-trial-finder #with-high-specificity h4,
#clinical-trial-finder #with-high-specificity h5,
#clinical-trial-finder #with-high-specificity h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 8px;
  text-transform: unset;
}

/* line 21, app/assets/stylesheets/globals/_typography.scss */
#clinical-trial-finder #with-high-specificity h1 {
  font-size: 40px;
}

/* line 25, app/assets/stylesheets/globals/_typography.scss */
#clinical-trial-finder #with-high-specificity h2 {
  font-size: 32px;
}

/* line 29, app/assets/stylesheets/globals/_typography.scss */
#clinical-trial-finder #with-high-specificity h3 {
  font-size: 24px;
}

/* line 33, app/assets/stylesheets/globals/_typography.scss */
#clinical-trial-finder #with-high-specificity h4 {
  font-size: 20.8px;
}

/* line 37, app/assets/stylesheets/globals/_typography.scss */
#clinical-trial-finder #with-high-specificity h5,
#clinical-trial-finder #with-high-specificity h6 {
  font-size: 18.4px;
}

/* line 42, app/assets/stylesheets/globals/_typography.scss */
#clinical-trial-finder #with-high-specificity p {
  font-size: 16px;
  margin: 0 0 8px;
}

/* line 47, app/assets/stylesheets/globals/_typography.scss */
#clinical-trial-finder #with-high-specificity a {
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}

/* line 51, app/assets/stylesheets/globals/_typography.scss */
#clinical-trial-finder #with-high-specificity a:active, #clinical-trial-finder #with-high-specificity a:focus, #clinical-trial-finder #with-high-specificity a:hover {
  text-decoration: underline;
}

/* line 58, app/assets/stylesheets/globals/_typography.scss */
#clinical-trial-finder #with-high-specificity hr {
  border-bottom: 1px solid #c8cdcf;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 16px 0;
}

/* line 1, app/assets/stylesheets/globals/_containers.scss */
#clinical-trial-finder #with-high-specificity div {
  margin: 0;
}

/* line 1, app/assets/stylesheets/utilities/_borders.scss */
#clinical-trial-finder #with-high-specificity .ctc-border-top {
  border-top: 1px solid #c8cdcf;
}

/* line 5, app/assets/stylesheets/utilities/_borders.scss */
#clinical-trial-finder #with-high-specificity .ctc-border-bottom {
  border-bottom: 1px solid #c8cdcf;
}

/* line 9, app/assets/stylesheets/utilities/_borders.scss */
#clinical-trial-finder #with-high-specificity .ctc-border {
  border: 1px solid #c8cdcf;
}

/* line 13, app/assets/stylesheets/utilities/_borders.scss */
#clinical-trial-finder #with-high-specificity .ctc-border-none {
  border: 0;
}

/* line 19, app/assets/stylesheets/utilities/_forms.scss */
#clinical-trial-finder #with-high-specificity form .checkbox,
#clinical-trial-finder #with-high-specificity form .boolean,
#clinical-trial-finder #with-high-specificity form .radio {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/utilities/_forms.scss */
#clinical-trial-finder #with-high-specificity form .checkbox label,
#clinical-trial-finder #with-high-specificity form .boolean label,
#clinical-trial-finder #with-high-specificity form .radio label {
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
  width: 90%;
}

/* line 25, app/assets/stylesheets/utilities/_forms.scss */
#clinical-trial-finder #with-high-specificity form .input.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 28, app/assets/stylesheets/utilities/_forms.scss */
#clinical-trial-finder #with-high-specificity form .input.date label.date {
  margin-right: 2em;
}

/* line 33, app/assets/stylesheets/utilities/_forms.scss */
#clinical-trial-finder #with-high-specificity form .input {
  margin-bottom: 24px;
}

/* line 38, app/assets/stylesheets/utilities/_forms.scss */
#clinical-trial-finder #with-high-specificity .form-reset {
  font-size: 18.4px;
  font-weight: 600;
}

@media (min-width: 768px) {
  /* line 42, app/assets/stylesheets/utilities/_layout.scss */
  #clinical-trial-finder #with-high-specificity .ctc-container--2-equal-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  @supports (display: grid) {
    /* line 42, app/assets/stylesheets/utilities/_layout.scss */
    #clinical-trial-finder #with-high-specificity .ctc-container--2-equal-columns {
      display: grid;
      grid-gap: 16px;
    }
  }
  @supports (display: grid) {
    /* line 42, app/assets/stylesheets/utilities/_layout.scss */
    #clinical-trial-finder #with-high-specificity .ctc-container--2-equal-columns {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}

@media (min-width: 768px) {
  /* line 46, app/assets/stylesheets/utilities/_layout.scss */
  #clinical-trial-finder #with-high-specificity .ctc-container--3-equal-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  @supports (display: grid) {
    /* line 46, app/assets/stylesheets/utilities/_layout.scss */
    #clinical-trial-finder #with-high-specificity .ctc-container--3-equal-columns {
      display: grid;
      grid-gap: 16px;
    }
  }
  @supports (display: grid) {
    /* line 46, app/assets/stylesheets/utilities/_layout.scss */
    #clinical-trial-finder #with-high-specificity .ctc-container--3-equal-columns {
      grid-template-columns: repeat(3, 1fr);
    }
  }
}

@media (min-width: 768px) {
  /* line 50, app/assets/stylesheets/utilities/_layout.scss */
  #clinical-trial-finder #with-high-specificity .ctc-container--4-equal-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  @supports (display: grid) {
    /* line 50, app/assets/stylesheets/utilities/_layout.scss */
    #clinical-trial-finder #with-high-specificity .ctc-container--4-equal-columns {
      display: grid;
      grid-gap: 16px;
    }
  }
  @supports (display: grid) {
    /* line 50, app/assets/stylesheets/utilities/_layout.scss */
    #clinical-trial-finder #with-high-specificity .ctc-container--4-equal-columns {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/utilities/_layout.scss */
  #clinical-trial-finder #with-high-specificity .ctc-container--2-columns--skinny-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  @supports (display: grid) {
    /* line 54, app/assets/stylesheets/utilities/_layout.scss */
    #clinical-trial-finder #with-high-specificity .ctc-container--2-columns--skinny-right {
      display: grid;
      grid-gap: 16px;
    }
  }
  @supports (display: grid) {
    /* line 54, app/assets/stylesheets/utilities/_layout.scss */
    #clinical-trial-finder #with-high-specificity .ctc-container--2-columns--skinny-right {
      grid-template-columns: 2.25fr 1fr;
    }
  }
}

@media (min-width: 768px) {
  /* line 64, app/assets/stylesheets/utilities/_layout.scss */
  #clinical-trial-finder #with-high-specificity .ctc-container--2-columns--skinny-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  @supports (display: grid) {
    /* line 64, app/assets/stylesheets/utilities/_layout.scss */
    #clinical-trial-finder #with-high-specificity .ctc-container--2-columns--skinny-left {
      display: grid;
      grid-gap: 16px;
    }
  }
  @supports (display: grid) {
    /* line 64, app/assets/stylesheets/utilities/_layout.scss */
    #clinical-trial-finder #with-high-specificity .ctc-container--2-columns--skinny-left {
      grid-template-columns: 1fr 2.25fr;
    }
  }
}

@media (min-width: 768px) {
  /* line 75, app/assets/stylesheets/utilities/_layout.scss */
  #clinical-trial-finder #with-high-specificity .ctc-container--2-equal-columns__column {
    width: 49%;
  }
  @supports (display: grid) {
    /* line 75, app/assets/stylesheets/utilities/_layout.scss */
    #clinical-trial-finder #with-high-specificity .ctc-container--2-equal-columns__column {
      width: unset;
    }
  }
}

@media (min-width: 768px) {
  /* line 85, app/assets/stylesheets/utilities/_layout.scss */
  #clinical-trial-finder #with-high-specificity .ctc-container--2-columns__column--skinny {
    width: 30%;
    min-width: 300px;
  }
  @supports (display: grid) {
    /* line 85, app/assets/stylesheets/utilities/_layout.scss */
    #clinical-trial-finder #with-high-specificity .ctc-container--2-columns__column--skinny {
      width: unset;
    }
  }
}

@media (min-width: 768px) {
  /* line 96, app/assets/stylesheets/utilities/_layout.scss */
  #clinical-trial-finder #with-high-specificity .ctc-container--2-columns__column-wide {
    width: 68%;
  }
  @supports (display: grid) {
    /* line 96, app/assets/stylesheets/utilities/_layout.scss */
    #clinical-trial-finder #with-high-specificity .ctc-container--2-columns__column-wide {
      width: unset;
    }
  }
}

@media (min-width: 768px) {
  /* line 106, app/assets/stylesheets/utilities/_layout.scss */
  #clinical-trial-finder #with-high-specificity .ctc-container--3-equal-columns__column {
    width: 32%;
  }
  @supports (display: grid) {
    /* line 106, app/assets/stylesheets/utilities/_layout.scss */
    #clinical-trial-finder #with-high-specificity .ctc-container--3-equal-columns__column {
      width: unset;
    }
  }
}

@media (min-width: 768px) {
  /* line 116, app/assets/stylesheets/utilities/_layout.scss */
  #clinical-trial-finder #with-high-specificity .ctc-container--4-equal-columns__column {
    width: 24%;
  }
  @supports (display: grid) {
    /* line 116, app/assets/stylesheets/utilities/_layout.scss */
    #clinical-trial-finder #with-high-specificity .ctc-container--4-equal-columns__column {
      width: unset;
    }
  }
}

/* line 126, app/assets/stylesheets/utilities/_layout.scss */
#clinical-trial-finder #with-high-specificity .ctc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 130, app/assets/stylesheets/utilities/_layout.scss */
#clinical-trial-finder #with-high-specificity .ctc-flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  /* line 134, app/assets/stylesheets/utilities/_layout.scss */
  #clinical-trial-finder #with-high-specificity .md\:ctc-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 140, app/assets/stylesheets/utilities/_layout.scss */
#clinical-trial-finder #with-high-specificity .ctc-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 144, app/assets/stylesheets/utilities/_layout.scss */
#clinical-trial-finder #with-high-specificity .ctc-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 148, app/assets/stylesheets/utilities/_layout.scss */
#clinical-trial-finder #with-high-specificity .ctc-rounded {
  border-radius: 3px;
}

/* line 152, app/assets/stylesheets/utilities/_layout.scss */
#clinical-trial-finder #with-high-specificity .ctc-border {
  border: 1px solid #c8cdcf;
}

/* line 156, app/assets/stylesheets/utilities/_layout.scss */
#clinical-trial-finder #with-high-specificity .ctc-border-between > * + * {
  border-top: 1px solid #c8cdcf;
}

/* line 160, app/assets/stylesheets/utilities/_layout.scss */
#clinical-trial-finder #with-high-specificity .ctc-space-y-small > * + * {
  margin-top: 8px;
}

/* line 164, app/assets/stylesheets/utilities/_layout.scss */
#clinical-trial-finder #with-high-specificity .ctc-bg-white {
  background: white;
}

/* line 168, app/assets/stylesheets/utilities/_layout.scss */
#clinical-trial-finder #with-high-specificity .ctc-text-teal-blue {
  color: #009cdc;
}

/* line 172, app/assets/stylesheets/utilities/_layout.scss */
#clinical-trial-finder #with-high-specificity .ctc-text-small {
  font-size: 14.4px;
}

/* line 176, app/assets/stylesheets/utilities/_layout.scss */
#clinical-trial-finder #with-high-specificity .ctc-font-normal {
  font-weight: normal;
}

/* line 180, app/assets/stylesheets/utilities/_layout.scss */
#clinical-trial-finder #with-high-specificity .ctc-text--medium-gray {
  color: #879094;
}

/* line 1, app/assets/stylesheets/utilities/_lists.scss */
#clinical-trial-finder #with-high-specificity .inline-list li {
  display: inline-block;
  margin: 0 8px;
}

/* line 6, app/assets/stylesheets/utilities/_lists.scss */
#clinical-trial-finder #with-high-specificity .formatted-text li {
  margin-left: 25px;
}

/* line 2, app/assets/stylesheets/utilities/_spaces.scss */
#clinical-trial-finder #with-high-specificity .ctc-margin-top {
  margin-top: 16px;
}

/* line 6, app/assets/stylesheets/utilities/_spaces.scss */
#clinical-trial-finder #with-high-specificity .ctc-margin-top--large {
  margin-top: 32px;
}

/* line 10, app/assets/stylesheets/utilities/_spaces.scss */
#clinical-trial-finder #with-high-specificity .ctc-margin-top--small {
  margin-top: 8px;
}

/* line 14, app/assets/stylesheets/utilities/_spaces.scss */
#clinical-trial-finder #with-high-specificity .ctc-margin-x--small {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 19, app/assets/stylesheets/utilities/_spaces.scss */
#clinical-trial-finder #with-high-specificity .ctc-margin-bottom {
  margin-bottom: 16px;
}

/* line 23, app/assets/stylesheets/utilities/_spaces.scss */
#clinical-trial-finder #with-high-specificity .ctc-margin-bottom--large {
  margin-bottom: 32px;
}

/* line 27, app/assets/stylesheets/utilities/_spaces.scss */
#clinical-trial-finder #with-high-specificity .ctc-margin-bottom--small {
  margin-bottom: 8px;
}

/* line 31, app/assets/stylesheets/utilities/_spaces.scss */
#clinical-trial-finder #with-high-specificity .ctc-margin-vertical {
  margin-bottom: 16px;
  margin-top: 16px;
}

/* line 36, app/assets/stylesheets/utilities/_spaces.scss */
#clinical-trial-finder #with-high-specificity .ctc-margin-vertical--large {
  margin-bottom: 32px;
  margin-top: 32px;
}

/* line 41, app/assets/stylesheets/utilities/_spaces.scss */
#clinical-trial-finder #with-high-specificity .ctc-margin-none {
  margin: 0;
}

/* line 46, app/assets/stylesheets/utilities/_spaces.scss */
#clinical-trial-finder #with-high-specificity .ctc-padding {
  padding: 16px;
}

/* line 51, app/assets/stylesheets/utilities/_spaces.scss */
#clinical-trial-finder #with-high-specificity .ctc-padding-small {
  padding: 8px;
}

/* line 55, app/assets/stylesheets/utilities/_spaces.scss */
#clinical-trial-finder #with-high-specificity .ctc-padding-vertical {
  padding-bottom: 16px;
  padding-top: 16px;
}

/* line 60, app/assets/stylesheets/utilities/_spaces.scss */
#clinical-trial-finder #with-high-specificity .ctc-padding-horizontal {
  padding-left: 16px;
  padding-right: 16px;
}

/* line 65, app/assets/stylesheets/utilities/_spaces.scss */
#clinical-trial-finder #with-high-specificity .ctc-padding--full-screen-container {
  padding-left: 16px;
  padding-right: 16px;
}

/* line 3, app/assets/stylesheets/utilities/_tables.scss */
#clinical-trial-finder #with-high-specificity .ctc-table {
  border: 1px solid #c8cdcf;
  border-collapse: collapse;
  border-radius: 0;
  border-spacing: 0;
  font-size: 14.4px;
  margin: 0;
  table-layout: fixed;
  width: 100%;
}

/* line 13, app/assets/stylesheets/utilities/_tables.scss */
#clinical-trial-finder #with-high-specificity .ctc-table tr {
  border: 0;
  border-bottom: 1px solid #c8cdcf;
}

/* line 17, app/assets/stylesheets/utilities/_tables.scss */
#clinical-trial-finder #with-high-specificity .ctc-table tr:last-child {
  border-bottom: 0;
}

/* line 22, app/assets/stylesheets/utilities/_tables.scss */
#clinical-trial-finder #with-high-specificity .ctc-table th {
  font-weight: 600;
  padding: 8px 0;
  text-align: left;
}

/* line 28, app/assets/stylesheets/utilities/_tables.scss */
#clinical-trial-finder #with-high-specificity .ctc-table tr,
#clinical-trial-finder #with-high-specificity .ctc-table td,
#clinical-trial-finder #with-high-specificity .ctc-table th {
  vertical-align: middle;
}

/* line 34, app/assets/stylesheets/utilities/_tables.scss */
#clinical-trial-finder #with-high-specificity .ctc-table tbody {
  background-color: #fff;
}

/* line 37, app/assets/stylesheets/utilities/_tables.scss */
#clinical-trial-finder #with-high-specificity .ctc-table tbody tr:nth-child(even) {
  background-color: #f7f8f8;
}

/* line 43, app/assets/stylesheets/utilities/_tables.scss */
#clinical-trial-finder #with-high-specificity .ctc-table thead th {
  background-color: #fff;
  padding: 0.75em 1em;
}

/* line 49, app/assets/stylesheets/utilities/_tables.scss */
#clinical-trial-finder #with-high-specificity .ctc-table tbody {
  background-color: #fff;
}

/* line 52, app/assets/stylesheets/utilities/_tables.scss */
#clinical-trial-finder #with-high-specificity .ctc-table tbody td {
  border: 0;
  padding: 0.75em 1em;
  word-wrap: break-word;
}

/* line 1, app/assets/stylesheets/utilities/_typography.scss */
#clinical-trial-finder #with-high-specificity .ctc-bold {
  font-weight: 600;
}

/* line 5, app/assets/stylesheets/utilities/_typography.scss */
#clinical-trial-finder #with-high-specificity .ctc-align-center {
  text-align: center;
}

/* line 9, app/assets/stylesheets/utilities/_typography.scss */
#clinical-trial-finder #with-high-specificity .ctc-align-right {
  text-align: right;
}

/* line 13, app/assets/stylesheets/utilities/_typography.scss */
#clinical-trial-finder #with-high-specificity .error {
  color: #ca1717;
}

/* line 17, app/assets/stylesheets/utilities/_typography.scss */
#clinical-trial-finder #with-high-specificity .ctc-large-heading {
  color: #303639;
  font-size: 32px;
  font-style: normal;
}

/* line 23, app/assets/stylesheets/utilities/_typography.scss */
#clinical-trial-finder #with-high-specificity .ctc-medium-heading {
  color: #303639;
  font-size: 24px;
  font-style: normal;
}

/* line 29, app/assets/stylesheets/utilities/_typography.scss */
#clinical-trial-finder #with-high-specificity .ctc-small-heading {
  color: #303639;
  font-size: 20.8px;
  font-style: normal;
}

/* line 35, app/assets/stylesheets/utilities/_typography.scss */
#clinical-trial-finder #with-high-specificity .ctc-large-font {
  font-size: 18.4px;
}

/* line 39, app/assets/stylesheets/utilities/_typography.scss */
#clinical-trial-finder #with-high-specificity .ctc-small-font {
  font-size: 14.4px;
}

/* line 51, app/assets/stylesheets/utilities/_typography.scss */
#clinical-trial-finder #with-high-specificity .ctc-small-caps-link {
  color: #009cdc;
  font-size: 11.2px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (min-width: 525px) {
  /* line 1, app/assets/stylesheets/components/_birthday_inputs.scss */
  #clinical-trial-finder #with-high-specificity .ctc-birthday-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  @supports (display: grid) {
    /* line 1, app/assets/stylesheets/components/_birthday_inputs.scss */
    #clinical-trial-finder #with-high-specificity .ctc-birthday-inputs {
      display: grid;
      grid-gap: 16px;
    }
  }
  @supports (display: grid) {
    /* line 1, app/assets/stylesheets/components/_birthday_inputs.scss */
    #clinical-trial-finder #with-high-specificity .ctc-birthday-inputs {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: end;
      grid-template-columns: 2fr 0.5fr 1fr;
    }
  }
}

@media (min-width: 525px) {
  /* line 13, app/assets/stylesheets/components/_birthday_inputs.scss */
  #clinical-trial-finder #with-high-specificity .ctc-birthday-inputs__month-column {
    width: 50%;
  }
  @supports (display: grid) {
    /* line 13, app/assets/stylesheets/components/_birthday_inputs.scss */
    #clinical-trial-finder #with-high-specificity .ctc-birthday-inputs__month-column {
      width: unset;
    }
  }
}

@media (min-width: 525px) {
  /* line 23, app/assets/stylesheets/components/_birthday_inputs.scss */
  #clinical-trial-finder #with-high-specificity .ctc-birthday-inputs__day-column {
    width: 15%;
  }
  @supports (display: grid) {
    /* line 23, app/assets/stylesheets/components/_birthday_inputs.scss */
    #clinical-trial-finder #with-high-specificity .ctc-birthday-inputs__day-column {
      width: unset;
    }
  }
}

@media (min-width: 525px) {
  /* line 33, app/assets/stylesheets/components/_birthday_inputs.scss */
  #clinical-trial-finder #with-high-specificity .ctc-birthday-inputs__year-column {
    width: 28%;
  }
  @supports (display: grid) {
    /* line 33, app/assets/stylesheets/components/_birthday_inputs.scss */
    #clinical-trial-finder #with-high-specificity .ctc-birthday-inputs__year-column {
      width: unset;
    }
  }
}

/* line 3, app/assets/stylesheets/components/_expander.scss */
#clinical-trial-finder #with-high-specificity .ctc-expander {
  border: 1px solid #c8cdcf;
  border-top: 0;
  font-size: 14.4px;
}

/* line 9, app/assets/stylesheets/components/_expander.scss */
#clinical-trial-finder #with-high-specificity .ctc-expander__trigger {
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #f7f8f8;
  color: #009cdc;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 16px;
}

/* line 18, app/assets/stylesheets/components/_expander.scss */
#clinical-trial-finder #with-high-specificity .ctc-expander__trigger::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24' fill='%23009CDC'%3E%3Cpath d='M15.9,9.3L12,13.2L8.1,9.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l4.6,4.6c0.4,0.4,1,0.4,1.4,0l4.6-4.6 c0.4-0.4,0.4-1,0-1.4C16.9,8.9,16.3,8.9,15.9,9.3z'/%3E%3C/svg%3E%0A");
  height: 24px;
  margin-right: 0.5em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  width: 24px;
}

/* line 27, app/assets/stylesheets/components/_expander.scss */
#clinical-trial-finder #with-high-specificity .ctc-expander__trigger:hover {
  background-color: #f7f8f8;
}

/* line 31, app/assets/stylesheets/components/_expander.scss */
#clinical-trial-finder #with-high-specificity .ctc-expander__trigger:last-child {
  border-bottom: 1px solid #c8cdcf;
}

/* line 36, app/assets/stylesheets/components/_expander.scss */
#clinical-trial-finder #with-high-specificity .ctc-expander--hidden {
  background-color: #fff;
}

/* line 39, app/assets/stylesheets/components/_expander.scss */
#clinical-trial-finder #with-high-specificity .ctc-expander--hidden::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* line 44, app/assets/stylesheets/components/_expander.scss */
#clinical-trial-finder #with-high-specificity .ctc-expander--hidden + .ctc-expander__content {
  display: none;
}

/* line 48, app/assets/stylesheets/components/_expander.scss */
#clinical-trial-finder #with-high-specificity .ctc-expander__content {
  padding: 16px;
}

/* line 51, app/assets/stylesheets/components/_expander.scss */
#clinical-trial-finder #with-high-specificity .ctc-expander__content h2,
#clinical-trial-finder #with-high-specificity .ctc-expander__content h3,
#clinical-trial-finder #with-high-specificity .ctc-expander__content h4 {
  font-size: 20.8px;
  margin: 16px 0;
}

/* line 22, app/assets/stylesheets/components/_flashes.scss */
#clinical-trial-finder #with-high-specificity .flash-alert {
  background-color: #fdeded;
  color: #ca1717;
  display: block;
  font-weight: 600;
  margin-bottom: 16px;
  padding: 8px;
  text-align: center;
}

/* line 10, app/assets/stylesheets/components/_flashes.scss */
#clinical-trial-finder #with-high-specificity .flash-alert a {
  color: #ca1717;
  text-decoration: underline;
}

/* line 14, app/assets/stylesheets/components/_flashes.scss */
#clinical-trial-finder #with-high-specificity .flash-alert a:focus, #clinical-trial-finder #with-high-specificity .flash-alert a:hover {
  color: #ca1717;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/components/_flashes.scss */
#clinical-trial-finder #with-high-specificity .flash-error {
  background-color: #fdeded;
  color: #ca1717;
  display: block;
  font-weight: 600;
  margin-bottom: 16px;
  padding: 8px;
  text-align: center;
}

/* line 10, app/assets/stylesheets/components/_flashes.scss */
#clinical-trial-finder #with-high-specificity .flash-error a {
  color: #ca1717;
  text-decoration: underline;
}

/* line 14, app/assets/stylesheets/components/_flashes.scss */
#clinical-trial-finder #with-high-specificity .flash-error a:focus, #clinical-trial-finder #with-high-specificity .flash-error a:hover {
  color: #ca1717;
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/components/_flashes.scss */
#clinical-trial-finder #with-high-specificity .flash-notice {
  background-color: #e2eefc;
  color: #1565c0;
  display: block;
  font-weight: 600;
  margin-bottom: 16px;
  padding: 8px;
  text-align: center;
}

/* line 10, app/assets/stylesheets/components/_flashes.scss */
#clinical-trial-finder #with-high-specificity .flash-notice a {
  color: #1565c0;
  text-decoration: underline;
}

/* line 14, app/assets/stylesheets/components/_flashes.scss */
#clinical-trial-finder #with-high-specificity .flash-notice a:focus, #clinical-trial-finder #with-high-specificity .flash-notice a:hover {
  color: #1565c0;
  text-decoration: none;
}

/* line 34, app/assets/stylesheets/components/_flashes.scss */
#clinical-trial-finder #with-high-specificity .flash-success {
  background-color: #e2eefc;
  color: #1565c0;
  display: block;
  font-weight: 600;
  margin-bottom: 16px;
  padding: 8px;
  text-align: center;
}

/* line 10, app/assets/stylesheets/components/_flashes.scss */
#clinical-trial-finder #with-high-specificity .flash-success a {
  color: #1565c0;
  text-decoration: underline;
}

/* line 14, app/assets/stylesheets/components/_flashes.scss */
#clinical-trial-finder #with-high-specificity .flash-success a:focus, #clinical-trial-finder #with-high-specificity .flash-success a:hover {
  color: #1565c0;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/components/_greeting.scss */
#clinical-trial-finder #with-high-specificity .ctc-greeting {
  font-size: 16px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/components/_greeting.scss */
  #clinical-trial-finder #with-high-specificity .ctc-greeting {
    text-align: right;
  }
}

/* line 1, app/assets/stylesheets/components/_infographic.scss */
#clinical-trial-finder #with-high-specificity .ctc-infographic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 5, app/assets/stylesheets/components/_infographic.scss */
#clinical-trial-finder #with-high-specificity .ctc-infographic::before {
  content: "";
  display: inline-block;
  height: 2em;
  vertical-align: middle;
  width: 2em;
}

/* line 13, app/assets/stylesheets/components/_infographic.scss */
#clinical-trial-finder #with-high-specificity .ctc-infographic.ctc-infographic--icon-location--action-color::before {
  background: url("data:image/svg+xml;charset=utf-8,<svg width='14' height='17' viewBox='0 0 14 17' xmlns='http://www.w3.org/2000/svg'><title>Group</title><g fill='none' fill-rule='evenodd'><path d='M7 .001c3.878 0 7 3.143 7 7.034 0 1.972-1.077 4.05-3.93 6.874L7 17l-3.122-3.091C1.078 11.032 0 8.955 0 7.036 0 3.144 3.122 0 7 0v.001z' fill='%23009cdc'/><circle fill='%23FFF' cx='7' cy='7' r='4'/></g></svg>") no-repeat center center;
}

/* line 17, app/assets/stylesheets/components/_infographic.scss */
#clinical-trial-finder #with-high-specificity .ctc-infographic.ctc-infographic--icon-location--base-color::before {
  background: url("data:image/svg+xml;charset=utf-8,<svg width='14' height='17' viewBox='0 0 14 17' xmlns='http://www.w3.org/2000/svg'><title>Group</title><g fill='none' fill-rule='evenodd'><path d='M7 .001c3.878 0 7 3.143 7 7.034 0 1.972-1.077 4.05-3.93 6.874L7 17l-3.122-3.091C1.078 11.032 0 8.955 0 7.036 0 3.144 3.122 0 7 0v.001z' fill='%23303639'/><circle fill='%23FFF' cx='7' cy='7' r='4'/></g></svg>") no-repeat center center;
}

/* line 21, app/assets/stylesheets/components/_infographic.scss */
#clinical-trial-finder #with-high-specificity .ctc-infographic.ctc-infographic--icon-human::before {
  background: url("data:image/svg+xml;charset=utf-8,<svg width='18' height='12' viewBox='0 0 18 12' xmlns='http://www.w3.org/2000/svg'><title>people</title><path d='M5.727 6.546C3.818 6.546 0 7.5 0 9.409v2.045h11.456V9.41c0-1.908-3.818-2.863-5.728-2.863m6.547 0c-.238 0-.505.014-.79.044.947.685 1.607 1.606 1.607 2.82v2.044H18V9.41c0-1.908-3.817-2.863-5.726-2.863M5.727-.001a2.456 2.456 0 0 0 0 4.91 2.449 2.449 0 0 0 2.448-2.454A2.45 2.45 0 0 0 5.727-.001m6.547.818a2.456 2.456 0 0 0 0 4.91 2.448 2.448 0 0 0 2.446-2.454A2.449 2.449 0 0 0 12.274.817' fill='%23303639' fill-rule='evenodd'/></svg>") no-repeat center center;
}

/* line 25, app/assets/stylesheets/components/_infographic.scss */
#clinical-trial-finder #with-high-specificity .ctc-infographic.ctc-infographic--icon-back::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='11px' viewBox='0 0 21 16' fill='%23009BDC'%3E%3Cpath d='M21,7H3.8l5.6-5.6L8,0L0,8l8,8l1.4-1.4L3.8,9H21V7z'/%3E%3C/svg%3E%0A") no-repeat center center;
  margin-right: 5px;
}

/* line 31, app/assets/stylesheets/components/_infographic.scss */
#clinical-trial-finder #with-high-specificity .ctc-location-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 34, app/assets/stylesheets/components/_infographic.scss */
#clinical-trial-finder #with-high-specificity .ctc-location-icon::before {
  background: url("data:image/svg+xml;charset=utf-8,<svg width='14' height='17' viewBox='0 0 14 17' xmlns='http://www.w3.org/2000/svg'><title>Group</title><g fill='none' fill-rule='evenodd'><path d='M7 .001c3.878 0 7 3.143 7 7.034 0 1.972-1.077 4.05-3.93 6.874L7 17l-3.122-3.091C1.078 11.032 0 8.955 0 7.036 0 3.144 3.122 0 7 0v.001z' fill='%23009cdc'/><circle fill='%23FFF' cx='7' cy='7' r='4'/></g></svg>") no-repeat center center;
  content: "";
  display: inline-block;
  height: 1rem;
  vertical-align: middle;
  width: 1rem;
}

/* line 45, app/assets/stylesheets/components/_infographic.scss */
#clinical-trial-finder #with-high-specificity .ctc-infographic--material-icon-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 49, app/assets/stylesheets/components/_infographic.scss */
#clinical-trial-finder #with-high-specificity .ctc-infographic--material-icon-container .material-icons {
  margin-right: 7px;
}

/* line 52, app/assets/stylesheets/components/_infographic.scss */
#clinical-trial-finder #with-high-specificity .ctc-infographic--material-icon-container .material-icons.check_circle {
  color: #1bac80;
}

/* line 56, app/assets/stylesheets/components/_infographic.scss */
#clinical-trial-finder #with-high-specificity .ctc-infographic--material-icon-container .material-icons.clear {
  color: #ca1717;
}

/* line 2, app/assets/stylesheets/components/_intro_text.scss */
#clinical-trial-finder #with-high-specificity .ctc-intro-text h2,
#clinical-trial-finder #with-high-specificity .ctc-intro-text h3,
#clinical-trial-finder #with-high-specificity .ctc-intro-text h4 {
  font-size: 24px;
  margin-top: 32px;
}

/* line 1, app/assets/stylesheets/components/_match_profile_overview.scss */
#clinical-trial-finder #with-high-specificity .ctc-match-profile-overview__title {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}

/* line 7, app/assets/stylesheets/components/_match_profile_overview.scss */
#clinical-trial-finder #with-high-specificity .ctc-match-profile-overview__results-filters {
  border-bottom: 1px solid #c8cdcf;
  border-top: 1px solid #c8cdcf;
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/components/_match_profile_overview.scss */
  #clinical-trial-finder #with-high-specificity .ctc-match-profile-overview__results-filters {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #c8cdcf;
    border-top: 1px solid #c8cdcf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 19, app/assets/stylesheets/components/_match_profile_overview.scss */
#clinical-trial-finder #with-high-specificity .ctc-match-profile-overview__results-filters .ctc-trial-count {
  margin-bottom: 8px;
  margin-right: 32px;
}

@media (min-width: 768px) {
  /* line 19, app/assets/stylesheets/components/_match_profile_overview.scss */
  #clinical-trial-finder #with-high-specificity .ctc-match-profile-overview__results-filters .ctc-trial-count {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 29, app/assets/stylesheets/components/_match_profile_overview.scss */
  #clinical-trial-finder #with-high-specificity .ctc-match-profile-overview__results-filters-section {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 36, app/assets/stylesheets/components/_match_profile_overview.scss */
#clinical-trial-finder #with-high-specificity .ctc-match-profile-overview__results-filters-sort {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  /* line 36, app/assets/stylesheets/components/_match_profile_overview.scss */
  #clinical-trial-finder #with-high-specificity .ctc-match-profile-overview__results-filters-sort {
    margin-bottom: 0;
  }
}

/* line 45, app/assets/stylesheets/components/_match_profile_overview.scss */
#clinical-trial-finder #with-high-specificity .ctc-match-profile-overview__results-filters-sort label {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: 0;
  margin-right: 8px;
}

/* line 51, app/assets/stylesheets/components/_match_profile_overview.scss */
#clinical-trial-finder #with-high-specificity .ctc-match-profile-overview__results-filters-sort select {
  margin-bottom: 0;
  max-width: 200px;
}

/* line 1, app/assets/stylesheets/components/_no_matches.scss */
#clinical-trial-finder #with-high-specificity .ctc-no-matches__message {
  font-size: 18.4px;
  font-style: italic;
}

/* line 6, app/assets/stylesheets/components/_no_matches.scss */
#clinical-trial-finder #with-high-specificity .ctc-no-matches__update-link {
  color: #009cdc;
  font-size: 11.2px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/components/_page_header.scss */
#clinical-trial-finder #with-high-specificity .ctc-page-header {
  font-size: 32px;
}

/* line 4, app/assets/stylesheets/components/_page_header.scss */
#clinical-trial-finder #with-high-specificity .ctc-page-header:hover {
  text-decoration: none;
}

/* line 8, app/assets/stylesheets/components/_page_header.scss */
#clinical-trial-finder #with-high-specificity .ctc-page-header h1 {
  font-weight: 400;
  margin: 0;
}

/* line 1, app/assets/stylesheets/components/_pagination.scss */
#clinical-trial-finder #with-high-specificity .apple-pagination {
  background: #f7f8f8;
  border: 1px solid #c8cdcf;
  border-top: 0;
  padding: 16px 8px;
  text-align: center;
}

/* line 8, app/assets/stylesheets/components/_pagination.scss */
#clinical-trial-finder #with-high-specificity .apple-pagination a,
#clinical-trial-finder #with-high-specificity .apple-pagination span {
  padding: 8px;
}

/* line 13, app/assets/stylesheets/components/_pagination.scss */
#clinical-trial-finder #with-high-specificity .apple-pagination .disabled {
  color: #879094;
}

/* line 17, app/assets/stylesheets/components/_pagination.scss */
#clinical-trial-finder #with-high-specificity .apple-pagination .current {
  background-color: #009cdc;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  font-style: normal;
  height: 1.4em;
  line-height: 1.6;
  width: 1.4em;
}

/* line 28, app/assets/stylesheets/components/_pagination.scss */
#clinical-trial-finder #with-high-specificity .apple-pagination a {
  color: #000;
}

/* line 31, app/assets/stylesheets/components/_pagination.scss */
#clinical-trial-finder #with-high-specificity .apple-pagination a:hover, #clinical-trial-finder #with-high-specificity .apple-pagination a:focus {
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/components/_powered_by_clinical_trial_connect.scss */
#clinical-trial-finder #with-high-specificity .powered-by-clinical-trial-connect {
  font-family: monospace;
  font-weight: 600;
  text-align: center;
  margin-top: 2em;
  font-size: 0.9em;
}

/* line 8, app/assets/stylesheets/components/_powered_by_clinical_trial_connect.scss */
#clinical-trial-finder #with-high-specificity .powered-by-clinical-trial-connect img {
  height: 30px;
  vertical-align: bottom;
}

/* line 13, app/assets/stylesheets/components/_powered_by_clinical_trial_connect.scss */
#clinical-trial-finder #with-high-specificity .powered-by-clinical-trial-connect a {
  color: #000;
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/components/_search_box_input.scss */
#clinical-trial-finder #with-high-specificity .ctc-search-box__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4, app/assets/stylesheets/components/_search_box_input.scss */
#clinical-trial-finder #with-high-specificity .ctc-search-box__container .search {
  margin: 0;
  margin-right: -2px;
}

/* line 9, app/assets/stylesheets/components/_search_box_input.scss */
#clinical-trial-finder #with-high-specificity .ctc-search-box__container .ctc-search-box__search-icon-container {
  padding: 0;
  z-index: 2;
}

/* line 14, app/assets/stylesheets/components/_search_box_input.scss */
#clinical-trial-finder #with-high-specificity .ctc-search-box__container .ctc-search-box__search-icon {
  font-size: 19.2px;
  padding: 0 8px;
}

/* line 1, app/assets/stylesheets/components/_search_results_nav.scss */
#clinical-trial-finder #with-high-specificity .ctc-search-results-nav {
  margin-bottom: 32px;
}

@media (min-width: 525px) {
  /* line 1, app/assets/stylesheets/components/_search_results_nav.scss */
  #clinical-trial-finder #with-high-specificity .ctc-search-results-nav {
    -ms-flex-line-pack: center;
        align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 11, app/assets/stylesheets/components/_search_results_nav.scss */
#clinical-trial-finder #with-high-specificity .ctc-search-results-nav__all,
#clinical-trial-finder #with-high-specificity .ctc-search-results-nav__previous,
#clinical-trial-finder #with-high-specificity .ctc-search-results-nav__next {
  color: #009cdc;
  font-size: 11.2px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
}

/* line 19, app/assets/stylesheets/components/_search_results_nav.scss */
#clinical-trial-finder #with-high-specificity .ctc-search-results-nav__previous {
  margin-right: 16px;
}

/* line 1, app/assets/stylesheets/components/_sidebar.scss */
#clinical-trial-finder #with-high-specificity .ctc-sidebar {
  background-color: #f7f8f8;
  border-left: 1px solid #c8cdcf;
  border-right: 1px solid #c8cdcf;
}

/* line 6, app/assets/stylesheets/components/_sidebar.scss */
#clinical-trial-finder #with-high-specificity .ctc-sidebar .age {
  width: 25%;
}

/* line 10, app/assets/stylesheets/components/_sidebar.scss */
#clinical-trial-finder #with-high-specificity .ctc-sidebar .zip {
  width: 50%;
}

/* line 14, app/assets/stylesheets/components/_sidebar.scss */
#clinical-trial-finder #with-high-specificity .ctc-sidebar #trial_filter_form_country {
  max-width: 315px;
}

/* line 19, app/assets/stylesheets/components/_sidebar.scss */
#clinical-trial-finder #with-high-specificity .ctc-sidebar__google-map {
  border: 0;
  height: 200px;
  margin-bottom: 16px;
  width: 100%;
}

/* line 26, app/assets/stylesheets/components/_sidebar.scss */
#clinical-trial-finder #with-high-specificity .ctc-sidebar__resource-links li {
  margin-bottom: 16px;
}

/* line 30, app/assets/stylesheets/components/_sidebar.scss */
#clinical-trial-finder #with-high-specificity .ctc-sidebar__with-overflow {
  overflow: auto;
  height: calc(100vh - 30px);
}

/* line 1, app/assets/stylesheets/components/_sign_up_overview.scss */
#clinical-trial-finder #with-high-specificity .ctc-sign-up-overview__title {
  font-size: 24px;
  font-weight: 400;
}

/* line 6, app/assets/stylesheets/components/_sign_up_overview.scss */
#clinical-trial-finder #with-high-specificity .ctc-sign-up-overview__list {
  font-size: 18.4px;
  margin-bottom: 32px;
  margin-top: 32px;
}

/* line 12, app/assets/stylesheets/components/_sign_up_overview.scss */
#clinical-trial-finder #with-high-specificity .ctc-sign-up-overview__list-item {
  margin-bottom: 16px;
}

/* line 16, app/assets/stylesheets/components/_sign_up_overview.scss */
#clinical-trial-finder #with-high-specificity .ctc-sign-up-overview__icon {
  vertical-align: middle;
  margin-right: 9.6px;
  font-size: 1.2em;
}

/* line 22, app/assets/stylesheets/components/_sign_up_overview.scss */
#clinical-trial-finder #with-high-specificity .ctc-sign-up-overview__copy {
  font-size: 14.4px;
}

/* line 1, app/assets/stylesheets/components/_tooltip.scss */
#clinical-trial-finder #with-high-specificity .ctc-tooltip-item {
  background: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496.158 496.158'><path style='fill:%23009cdc' d='M496.158,248.085c0-137.022-111.069-248.082-248.075-248.082C111.07,0.003,0,111.063,0,248.085 c0,137.001,111.07,248.07,248.083,248.07C385.089,496.155,496.158,385.086,496.158,248.085z'/> <path style='fill:%23FFFFFF;' d='M138.216,173.592c0-13.915,4.467-28.015,13.403-42.297c8.933-14.282,21.973-26.11,39.111-35.486 c17.139-9.373,37.134-14.062,59.985-14.062c21.238,0,39.99,3.921,56.25,11.755c16.26,7.838,28.818,18.495,37.683,31.97 c8.861,13.479,13.293,28.125,13.293,43.945c0,12.452-2.527,23.367-7.581,32.739c-5.054,9.376-11.062,17.469-18.018,24.279 c-6.959,6.812-19.446,18.275-37.463,34.388c-4.981,4.542-8.975,8.535-11.975,11.976c-3.004,3.443-5.239,6.592-6.702,9.447 c-1.466,2.857-2.603,5.713-3.406,8.57c-0.807,2.855-2.015,7.875-3.625,15.051c-2.784,15.236-11.501,22.852-26.147,22.852 c-7.618,0-14.028-2.489-19.226-7.471c-5.201-4.979-7.8-12.377-7.8-22.192c0-12.305,1.902-22.962,5.713-31.97 c3.808-9.01,8.861-16.92,15.161-23.73c6.296-6.812,14.794-14.904,25.488-24.28c9.373-8.202,16.15-14.392,20.325-18.567 c4.175-4.175,7.69-8.823,10.547-13.953c2.856-5.126,4.285-10.691,4.285-16.699c0-11.718-4.36-21.605-13.074-29.663 c-8.717-8.054-19.961-12.085-33.728-12.085c-16.116,0-27.981,4.065-35.596,12.195c-7.618,8.13-14.062,20.105-19.336,35.925 c-4.981,16.555-14.43,24.829-28.345,24.829c-8.206,0-15.127-2.891-20.764-8.679C141.035,186.593,138.216,180.331,138.216,173.592z M245.442,414.412c-8.937,0-16.737-2.895-23.401-8.68c-6.667-5.784-9.998-13.877-9.998-24.279c0-9.229,3.22-16.991,9.668-23.291 c6.444-6.297,14.354-9.448,23.73-9.448c9.229,0,16.991,3.151,23.291,9.448c6.296,6.3,9.448,14.062,9.448,23.291 c0,10.255-3.296,18.312-9.888,24.17C261.7,411.481,254.084,414.412,245.442,414.412z'/> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg>") no-repeat center center;
  display: inline-block;
  margin-left: 4px;
  padding: 8px;
  position: relative;
  text-align: left;
  top: 3px;
}

/* line 10, app/assets/stylesheets/components/_tooltip.scss */
#clinical-trial-finder #with-high-specificity .ctc-tooltip-item:focus, #clinical-trial-finder #with-high-specificity .ctc-tooltip-item:hover .ctc-tooltip {
  opacity: 1;
  visibility: visible;
}

/* line 16, app/assets/stylesheets/components/_tooltip.scss */
#clinical-trial-finder #with-high-specificity .ctc-tooltip-item .ctc-tooltip {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #c8cdcf;
  -webkit-box-shadow: 0 2px 2px rgba(48, 54, 57, 0.3);
          box-shadow: 0 2px 2px rgba(48, 54, 57, 0.3);
  color: #303639;
  font-weight: 400;
  left: -50px;
  padding: 16px;
  text-align: left;
  bottom: 32px;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  width: 250px;
  z-index: 10;
}

/* line 28, app/assets/stylesheets/components/_tooltip.scss */
#clinical-trial-finder #with-high-specificity .ctc-tooltip-item .ctc-tooltip p {
  font-size: 12.8px;
  line-height: 1.6;
  margin: 0;
}

/* line 34, app/assets/stylesheets/components/_tooltip.scss */
#clinical-trial-finder #with-high-specificity .ctc-tooltip-item .ctc-tooltip::after {
  color: #fff;
  content: "▼";
  font-size: 1.4em;
  text-shadow: 0 2px 2px rgba(48, 54, 57, 0.3);
  border: 8px solid transparent;
  bottom: -30px;
  left: 48px;
  margin-left: -8px;
  position: absolute;
  text-align: center;
}

/* line 2, app/assets/stylesheets/vendor/_form_builder_overrides.scss */
#clinical-trial-finder #with-high-specificity .ctc-fb-form-container .form-group:not(:last-child) {
  margin-bottom: 32px;
}

/* line 6, app/assets/stylesheets/vendor/_form_builder_overrides.scss */
#clinical-trial-finder #with-high-specificity .ctc-fb-form-container .fb-radio,
#clinical-trial-finder #with-high-specificity .ctc-fb-form-container .fb-checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/utilities/_forms.scss */
#clinical-trial-finder #with-high-specificity .ctc-fb-form-container .fb-radio label,
#clinical-trial-finder #with-high-specificity .ctc-fb-form-container .fb-checkbox label {
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
  width: 90%;
}

/* line 13, app/assets/stylesheets/vendor/_form_builder_overrides.scss */
#clinical-trial-finder #with-high-specificity .ctc-fb-form-container .fb-radio-group-label span,
#clinical-trial-finder #with-high-specificity .ctc-fb-form-container .fb-checkbox-group-label span {
  color: #303639 !important;
}

/* line 20, app/assets/stylesheets/vendor/_form_builder_overrides.scss */
#clinical-trial-finder #with-high-specificity .ctc-fb-form-container .fb-radio-group-label .tooltip-element,
#clinical-trial-finder #with-high-specificity .ctc-fb-form-container .fb-checkbox-group-label .tooltip-element {
  background-color: #009cdc;
  color: #fff !important;
}

/* line 26, app/assets/stylesheets/vendor/_form_builder_overrides.scss */
#clinical-trial-finder #with-high-specificity .ctc-fb-form-container *[tooltip]:hover::after {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #c8cdcf;
  -webkit-box-shadow: 0 2px 2px rgba(48, 54, 57, 0.3);
          box-shadow: 0 2px 2px rgba(48, 54, 57, 0.3);
  color: #303639;
  font-weight: 400;
  left: -50px;
  padding: 16px;
  text-align: left;
  bottom: 27px;
}

/* line 31, app/assets/stylesheets/vendor/_form_builder_overrides.scss */
#clinical-trial-finder #with-high-specificity .ctc-fb-form-container *[tooltip]:hover::before {
  color: #fff;
  content: "▼";
  font-size: 1.4em;
  text-shadow: 0 2px 2px rgba(48, 54, 57, 0.3);
  border: none;
  bottom: 9px;
  left: 0;
}

@media (min-width: 768px) {
  /* line 38, app/assets/stylesheets/vendor/_form_builder_overrides.scss */
  #clinical-trial-finder #with-high-specificity .ctc-fb-form-container .checkbox-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  @supports (display: grid) {
    /* line 38, app/assets/stylesheets/vendor/_form_builder_overrides.scss */
    #clinical-trial-finder #with-high-specificity .ctc-fb-form-container .checkbox-group {
      display: grid;
      grid-gap: 16px;
    }
  }
  @supports (display: grid) {
    /* line 38, app/assets/stylesheets/vendor/_form_builder_overrides.scss */
    #clinical-trial-finder #with-high-specificity .ctc-fb-form-container .checkbox-group {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}

@media (min-width: 768px) {
  @supports (display: grid) {
    /* line 38, app/assets/stylesheets/vendor/_form_builder_overrides.scss */
    #clinical-trial-finder #with-high-specificity .ctc-fb-form-container .checkbox-group {
      grid-gap: 0 16px;
    }
  }
}
