@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.6em; }
  .main::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 600px) {
    .main article {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .main article:last-child {
        margin-right: 0; } }
  @media only screen and (min-width: 600px) {
    .main aside {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .main aside:last-child {
        margin-right: 0; } }
  @media only screen and (min-width: 900px) {
    .main aside {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-left: 8.5298%; }
      .main aside:last-child {
        margin-right: 0; } }

@font-face {
  font-family: 'opentrials';
  src: url("../fonts/opentrials/opentrials.eot?9zegjl");
  src: url("../fonts/opentrials/opentrials.eot?9zegjl#iefix") format("embedded-opentype"), url("../fonts/opentrials/opentrials.ttf?9zegjl") format("truetype"), url("../fonts/opentrials/opentrials.woff?9zegjl") format("woff"), url("../fonts/opentrials/opentrials.svg?9zegjl#opentrials") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'opentrials' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-behavioral:before {
  content: "\e914"; }

.icon-procedure:before {
  content: "\e915"; }

.icon-pill:before {
  content: "\e905"; }

.icon-man:before {
  content: "\e906"; }

.icon-man-woman:before {
  content: "\e907"; }

.icon-woman:before {
  content: "\e908"; }

.icon-flag:before {
  content: "\e910"; }

.icon-close:before {
  content: "\e911"; }

.icon-insert_drive_file:before {
  content: "\e912"; }

.icon-delete:before {
  content: "\e913"; }

.icon-more_vert:before {
  content: "\e90e"; }

.icon-twitter:before {
  content: "\e900"; }

.icon-mail:before {
  content: "\e901"; }

.icon-messages:before {
  content: "\e902"; }

.icon-arrow-circle-o-down:before {
  content: "\e909"; }

.icon-arrow-circle-o-up:before {
  content: "\e90a"; }

.icon-eye-slash:before {
  content: "\e90b"; }

.icon-eye:before {
  content: "\e90c"; }

.icon-more_vert:before {
  content: "\e90e"; }

.icon-twitter:before {
  content: "\e900"; }

.icon-mail:before {
  content: "\e901"; }

.icon-messages:before {
  content: "\e902"; }

.icon-log-out:before {
  content: "\e90f"; }

.icon-calendar:before {
  content: "\e90d"; }

.icon-creative-commons-attribution:before {
  content: "\e600"; }

.icon-creative-commons:before {
  content: "\e601"; }

.icon-chevron-thin-down:before {
  content: "\e602"; }

.icon-play:before {
  content: "\e903"; }

.icon-search:before {
  content: "\e904"; }

button, input[type="button"], input[type="reset"], input[type="submit"],
.actions a {
  appearance: none;
  background-color: #05b0e1;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.9375em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.8em 1.6em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  .actions a:hover,
  .actions a:focus {
    background-color: #048db4;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  .actions a:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover,
    .actions a:disabled:hover {
      background-color: #05b0e1; }
  button.upload, button.download, button.follow, button.unfollow, button.flag, input[type="button"].upload, input[type="button"].download, input[type="button"].follow, input[type="button"].unfollow, input[type="button"].flag, input[type="reset"].upload, input[type="reset"].download, input[type="reset"].follow, input[type="reset"].unfollow, input[type="reset"].flag, input[type="submit"].upload, input[type="submit"].download, input[type="submit"].follow, input[type="submit"].unfollow, input[type="submit"].flag,
  .actions a.upload,
  .actions a.download,
  .actions a.follow,
  .actions a.unfollow,
  .actions a.flag {
    padding-left: 1.2em; }
    button.upload:before, button.download:before, button.follow:before, button.unfollow:before, button.flag:before, input[type="button"].upload:before, input[type="button"].download:before, input[type="button"].follow:before, input[type="button"].unfollow:before, input[type="button"].flag:before, input[type="reset"].upload:before, input[type="reset"].download:before, input[type="reset"].follow:before, input[type="reset"].unfollow:before, input[type="reset"].flag:before, input[type="submit"].upload:before, input[type="submit"].download:before, input[type="submit"].follow:before, input[type="submit"].unfollow:before, input[type="submit"].flag:before,
    .actions a.upload:before,
    .actions a.download:before,
    .actions a.follow:before,
    .actions a.unfollow:before,
    .actions a.flag:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'opentrials' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 1.375em;
      float: left;
      margin-right: 0.4em;
      position: relative;
      top: -0.125em; }
  button.upload:before, input[type="button"].upload:before, input[type="reset"].upload:before, input[type="submit"].upload:before,
  .actions a.upload:before {
    content: "\e90a"; }
  button.download:before, input[type="button"].download:before, input[type="reset"].download:before, input[type="submit"].download:before,
  .actions a.download:before {
    content: "\e909"; }
  button.follow:before, input[type="button"].follow:before, input[type="reset"].follow:before, input[type="submit"].follow:before,
  .actions a.follow:before {
    content: "\e90c";
    margin-right: 0.27em; }
  button.unfollow:before, input[type="button"].unfollow:before, input[type="reset"].unfollow:before, input[type="submit"].unfollow:before,
  .actions a.unfollow:before {
    content: "\e90b";
    margin-right: 0.27em; }
  button.flag:before, input[type="button"].flag:before, input[type="reset"].flag:before, input[type="submit"].flag:before,
  .actions a.flag:before {
    content: "\e910";
    margin-right: 0.27em; }

.actions a {
  display: block;
  margin-top: 0.8em; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.4em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4em; }

input,
select {
  display: block;
  font-family: "TeX Gyre Heros", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "TeX Gyre Heros", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.8em;
  padding: 0.53333em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #05b0e1;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(4, 156, 200, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #f5f5f5; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.4em; }

[type="file"] {
  margin-bottom: 0.8em;
  width: 100%; }

select {
  margin-bottom: 1.6em;
  max-width: 100%;
  width: auto; }

.select {
  position: relative; }
  .select select {
    position: relative;
    padding: .6em 2em .4em 1em;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    border: none;
    border-radius: 2px;
    color: #3c3c3b; }
    .select select::-ms-expand {
      display: none; }
  .select::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'opentrials' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e602";
    position: absolute;
    z-index: 1;
    right: 1em;
    top: 1em;
    color: #3c3c3b;
    pointer-events: none; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.8em; }
  dl dt {
    font-weight: 600;
    margin-top: 0.8em; }
  dl dd {
    margin: 0; }

.overview-list,
.registry-list,
.document-list {
  display: inline-block;
  margin-right: 0.8em; }
  .overview-list + .overview-list, .overview-list + .registry-list, .overview-list + .document-list,
  .registry-list + .overview-list,
  .registry-list + .registry-list,
  .registry-list + .document-list,
  .document-list + .overview-list,
  .document-list + .registry-list,
  .document-list + .document-list {
    margin-top: 0.8em; }
  .overview-list h1,
  .overview-list h2,
  .overview-list h3,
  .overview-list h4,
  .overview-list h5,
  .overview-list h6,
  .registry-list h1,
  .registry-list h2,
  .registry-list h3,
  .registry-list h4,
  .registry-list h5,
  .registry-list h6,
  .document-list h1,
  .document-list h2,
  .document-list h3,
  .document-list h4,
  .document-list h5,
  .document-list h6 {
    font-size: 0.875em;
    margin: 0; }
  .overview-list li,
  .registry-list li,
  .document-list li {
    display: block;
    float: left;
    background-color: #f5f5f5;
    padding: 0.6em 0.8em;
    font-size: 0.8125em;
    margin: 0.625em 0.625em 0 0;
    min-height: 2.9em;
    position: relative; }
    .overview-list li > a,
    .registry-list li > a,
    .document-list li > a {
      color: inherit;
      font-weight: bold;
      display: inline-block; }
  .overview-list .show-actions,
  .registry-list .show-actions,
  .document-list .show-actions {
    display: inline-block;
    width: 1em;
    white-space: nowrap;
    height: 1em;
    position: relative;
    cursor: pointer;
    opacity: 0.8; }
    .overview-list .show-actions span,
    .registry-list .show-actions span,
    .document-list .show-actions span {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      width: 0;
      display: block;
      position: absolute; }
    .overview-list .show-actions:hover,
    .registry-list .show-actions:hover,
    .document-list .show-actions:hover {
      opacity: 1; }
    .overview-list .show-actions:before,
    .registry-list .show-actions:before,
    .document-list .show-actions:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'opentrials' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e90e";
      font-size: 1.5em;
      position: absolute;
      text-indent: 0;
      left: 0; }
  .overview-list .actions,
  .registry-list .actions,
  .document-list .actions {
    background-color: #3c3c3b;
    padding: 0.2em 0;
    font-size: 1.1em;
    position: absolute;
    z-index: 1;
    min-width: 7em;
    margin-left: -0.9375em;
    margin-bottom: -0.9375em;
    display: none;
    border-radius: 2px;
    bottom: 100%;
    right: 0; }
    @media only screen and (min-width: 600px) {
      .overview-list .actions,
      .registry-list .actions,
      .document-list .actions {
        right: auto;
        left: 100%; } }
    .overview-list .actions.active,
    .registry-list .actions.active,
    .document-list .actions.active {
      display: block; }
    .overview-list .actions li,
    .registry-list .actions li,
    .document-list .actions li {
      float: none;
      background-color: inherit;
      padding: 0;
      margin: 0;
      min-height: 0;
      border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
      .overview-list .actions li:last-child,
      .registry-list .actions li:last-child,
      .document-list .actions li:last-child {
        border: none; }
      .overview-list .actions li a,
      .registry-list .actions li a,
      .document-list .actions li a {
        display: block;
        background-color: inherit;
        color: #fff;
        margin: 0;
        font-weight: normal; }

.overview-list *,
.result .meta * {
  position: relative; }
  .overview-list *:before,
  .result .meta *:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'opentrials' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0; }
  .overview-list *.drug,
  .result .meta *.drug {
    padding-left: 1.875em; }
    .overview-list *.drug:before,
    .result .meta *.drug:before {
      content: "\e905";
      font-size: 1.75em; }
  .overview-list *.behavioral,
  .result .meta *.behavioral {
    padding-left: 1.8125em; }
    .overview-list *.behavioral:before,
    .result .meta *.behavioral:before {
      content: "\e914";
      font-size: 1.5em; }
  .overview-list *.procedure,
  .result .meta *.procedure {
    padding-left: 1.8125em; }
    .overview-list *.procedure:before,
    .result .meta *.procedure:before {
      content: "\e915";
      font-size: 1.5em; }
  .overview-list *.date,
  .result .meta *.date {
    padding-left: 1.75em; }
    .overview-list *.date:before,
    .result .meta *.date:before {
      content: "\e90d";
      font-size: 1.3125em;
      top: 0.125em; }
  .overview-list *.men,
  .result .meta *.men {
    padding-left: 1.625em; }
    .overview-list *.men:before,
    .result .meta *.men:before {
      content: "\e906";
      font-size: 1.375em;
      top: 0.0625em; }
  .overview-list *.women,
  .result .meta *.women {
    padding-left: 1.625em; }
    .overview-list *.women:before,
    .result .meta *.women:before {
      content: "\e908";
      font-size: 1.375em;
      top: 0.0625em; }
  .overview-list *.men-and-women,
  .result .meta *.men-and-women {
    padding-left: 1.75em; }
    .overview-list *.men-and-women:before,
    .result .meta *.men-and-women:before {
      content: "\e907";
      font-size: 1.375em;
      top: 0.0625em; }
.overview-list .number,
.result .meta .number {
  background-color: #3c3c3b;
  color: #fff;
  border-radius: 0.8em;
  font-size: 0.9em;
  padding: 0.0625em 0.5em; }
.overview-list .more,
.result .meta .more {
  background-color: #05b0e1;
  color: #fff;
  font-weight: normal;
  font-size: 0.9em;
  border-radius: 2px;
  padding-left: 0.8em;
  padding-right: 0.8em; }
  @media only screen and (min-width: 600px) {
    .overview-list .more,
    .result .meta .more {
      float: right; } }

.document-list li {
  background-color: rgba(16, 202, 131, 0.11); }
  .document-list li.needed {
    background-color: rgba(227, 67, 18, 0.11);
    color: #e34312;
    padding-right: 3.7em; }
    .document-list li.needed:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'opentrials' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e90a";
      border-left: solid 1px #fff;
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      font-size: 1.3em;
      width: 2.23077em;
      text-align: center;
      padding-top: 0.65em; }

table {
  border-collapse: collapse;
  margin: 0.8em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b8b8b8;
  font-weight: 600;
  padding: 0.8em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #f5f5f5;
  padding: 0.8em 0; }

tr,
td,
th {
  vertical-align: middle; }

@font-face {
  font-family: 'TeX Gyre Heros';
  src: url("../fonts/texgyreheros/texgyreheros-regular-webfont.eot");
  src: url("../fonts/texgyreheros/texgyreheros-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreheros/texgyreheros-regular-webfont.woff") format("woff"), url("../fonts/texgyreheros/texgyreheros-regular-webfont.ttf") format("truetype"), url("../fonts/texgyreheros/texgyreheros-regular-webfont.svg#texgyreherosregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'TeX Gyre Heros';
  src: url("../fonts/texgyreheros/texgyreheros-italic-webfont.eot");
  src: url("../fonts/texgyreheros/texgyreheros-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreheros/texgyreheros-italic-webfont.woff") format("woff"), url("../fonts/texgyreheros/texgyreheros-italic-webfont.ttf") format("truetype"), url("../fonts/texgyreheros/texgyreheros-italic-webfont.svg#texgyreherositalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'TeX Gyre Heros';
  src: url("../fonts/texgyreheros/texgyreheros-bold-webfont.eot");
  src: url("../fonts/texgyreheros/texgyreheros-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreheros/texgyreheros-bold-webfont.woff") format("woff"), url("../fonts/texgyreheros/texgyreheros-bold-webfont.ttf") format("truetype"), url("../fonts/texgyreheros/texgyreheros-bold-webfont.svg#texgyreherosbold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'TeX Gyre Heros';
  src: url("../fonts/texgyreheros/texgyreheros-bolditalic-webfont.eot");
  src: url("../fonts/texgyreheros/texgyreheros-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreheros/texgyreheros-bolditalic-webfont.woff") format("woff"), url("../fonts/texgyreheros/texgyreheros-bolditalic-webfont.ttf") format("truetype"), url("../fonts/texgyreheros/texgyreheros-bolditalic-webfont.svg#texgyreherosbold_italic") format("svg");
  font-weight: bold;
  font-style: italic; }
body {
  color: #3c3c3b;
  font-family: "TeX Gyre Heros", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.6; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TeX Gyre Heros", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.8em; }

h1,
h2 {
  padding-bottom: 0.3em;
  border-bottom: solid 1px #d0d0d0; }

h1 {
  font-size: 1.5em;
  font-weight: normal; }
  @media only screen and (min-width: 600px) {
    h1 {
      font-size: 2.25em; } }

h2 {
  font-size: 1.25em;
  margin-top: 1.5em; }
  @media only screen and (min-width: 600px) {
    h2 {
      font-size: 1.375em; } }

aside h2 {
  font-size: 1.125em; }

p {
  margin: 0 0 0.8em; }

a {
  color: #05b0e1;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #0484a9; }

hr {
  border-bottom: 1px solid #f5f5f5;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.6em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

.site-header > div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6em;
  padding-right: 1.6em; }
  .site-header > div::after {
    clear: both;
    content: "";
    display: table; }
  .site-header > div .logo {
    color: #3c3c3b;
    padding-top: 14px;
    padding-bottom: 14px;
    display: inline-block; }
    .site-header > div .logo svg {
      height: 46px;
      float: left;
      fill: #05b0e1;
      width: 24px; }
      @media only screen and (min-width: 600px) {
        .site-header > div .logo svg {
          height: 54px;
          width: 28px; } }
      @media only screen and (min-width: 900px) {
        .site-header > div .logo svg {
          height: 72px;
          width: 37px; } }
    .site-header > div .logo .title,
    .site-header > div .logo .tagline {
      margin-left: 32px;
      white-space: nowrap; }
      @media only screen and (min-width: 600px) {
        .site-header > div .logo .title,
        .site-header > div .logo .tagline {
          margin-left: 36px; } }
      @media only screen and (min-width: 900px) {
        .site-header > div .logo .title,
        .site-header > div .logo .tagline {
          margin-left: 46px; } }
    .site-header > div .logo .title {
      font-weight: bold;
      font-size: 22px;
      line-height: 1.3;
      padding-top: 8px;
      display: block; }
      @media only screen and (min-width: 600px) {
        .site-header > div .logo .title {
          padding-top: 4px; } }
      @media only screen and (min-width: 900px) {
        .site-header > div .logo .title {
          padding-top: 5px;
          font-size: 30px; } }
    .site-header > div .logo .tagline {
      color: #858585;
      line-height: 1;
      font-size: 10px;
      display: none; }
      @media only screen and (min-width: 600px) {
        .site-header > div .logo .tagline {
          display: block; } }
      @media only screen and (min-width: 900px) {
        .site-header > div .logo .tagline {
          font-size: 13.5px; } }
  .site-header > div .show-menu {
    margin-top: 19px;
    margin-right: -10px; }
    @media only screen and (min-width: 600px) {
      .site-header > div .show-menu {
        margin-top: 22px; } }
    @media only screen and (min-width: 900px) {
      .site-header > div .show-menu {
        display: none; } }
  .site-header > div nav {
    display: none; }
    @media only screen and (min-width: 900px) {
      .site-header > div nav {
        display: block;
        float: right;
        text-align: right; } }
    .site-header > div nav ul {
      display: block; }
      .site-header > div nav ul li {
        display: inline-block; }
        .site-header > div nav ul li a {
          color: #3c3c3b;
          padding: 0.4em 0.8em; }
      .site-header > div nav ul.user-nav {
        margin: 10px -0.8em 14px 10px; }
        .site-header > div nav ul.user-nav li {
          font-size: 13px;
          position: relative; }
          .site-header > div nav ul.user-nav li img {
            height: 22px;
            border-radius: 50%;
            float: left;
            position: relative;
            top: -0.1em;
            right: -0.4em; }
          .site-header > div nav ul.user-nav li ul {
            position: absolute;
            background-color: #3c3c3b;
            color: #fff;
            text-align: left;
            border-radius: 2px;
            right: 0;
            margin-top: 10px;
            display: none; }
            .site-header > div nav ul.user-nav li ul.active {
              display: block; }
            .site-header > div nav ul.user-nav li ul:before {
              display: block;
              content: '';
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 10px 10px 10px;
              border-color: transparent transparent #3c3c3b transparent;
              position: absolute;
              right: 10%;
              top: -8px; }
            .site-header > div nav ul.user-nav li ul li {
              display: block;
              border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
              .site-header > div nav ul.user-nav li ul li:last-of-type {
                border: none; }
              .site-header > div nav ul.user-nav li ul li a {
                color: inherit;
                display: block;
                padding: 0.8em 1.2em;
                font-size: 1.05em;
                min-width: 175px; }
              .site-header > div nav ul.user-nav li ul li.logout a:after {
                /* use !important to prevent issues with browser extensions that change fonts */
                font-family: 'opentrials' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                /* Better Font Rendering =========== */
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e90f";
                position: absolute;
                top: 0.8em;
                right: 1em;
                font-size: 1.2em;
                opacity: 0.8; }
              .site-header > div nav ul.user-nav li ul li.logout a:hover:after {
                opacity: 1; }
      .site-header > div nav ul.main-nav {
        margin-right: 40px; }
        .site-header > div nav ul.main-nav li.active a {
          background-color: #f5f5f5; }
    .site-header > div nav .search {
      display: inline-block;
      width: 30px;
      height: 30px;
      background-color: #05b0e1;
      border-radius: 50%;
      overflow: hidden;
      color: #fff;
      float: right; }
      .site-header > div nav .search:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'opentrials' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e904";
        font-size: 22px;
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        padding-top: 4px; }

.show-menu {
  display: block;
  width: 40px;
  padding: 5px 10px;
  float: right; }
  .show-menu span {
    background: #3c3c3b;
    display: block;
    height: 3px;
    margin: 5px 0;
    position: relative;
    border-radius: 2px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
    -moz-transition: -moz-transform 0.2s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s; }

html.mm-opened .show-menu span.top-bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px; }
html.mm-opened .show-menu span.middle-bar {
  opacity: 0; }
html.mm-opened .show-menu span.bottom-bar {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -8px; }

.user-nav .number,
#menu .number {
  background-color: #05b0e1;
  color: #fff;
  float: right;
  padding: 0 7px;
  border-radius: 10px; }

.banner {
  background-color: #05b0e1;
  color: #fff;
  background-position: right -100px;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 600px) {
    .banner {
      background-image: url("../img/banner.jpg"); } }
  .banner a {
    color: inherit; }
  .banner > div {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.6em; }
    .banner > div::after {
      clear: both;
      content: "";
      display: table; }
  .banner h1,
  .banner h2 {
    border-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 0.2em; }
  .banner input {
    color: #3c3c3b; }
  .banner .search-bar {
    margin-top: 0.8em; }
  .banner .breadcrumb {
    margin-bottom: 0.8em;
    color: rgba(255, 255, 255, 0.9); }
    .banner .breadcrumb li {
      display: inline-block;
      font-size: 0.9375em; }
      .banner .breadcrumb li a {
        color: inherit; }
        .banner .breadcrumb li a:after {
          content: '>';
          font-size: 0.7em;
          font-weight: bold;
          position: relative;
          top: -0.2em; }
        .banner .breadcrumb li a:hover {
          color: #fff; }
  .banner .overview-list li {
    background-color: rgba(255, 255, 255, 0.95);
    color: #05b0e1;
    font-size: 0.875em; }
    .banner .overview-list li .number {
      background-color: #05b0e1; }

.stars {
  padding-bottom: 1.7em;
  position: relative;
  font-weight: bold;
  font-size: 0.9375em;
  margin-bottom: 0.8em; }
  .stars:before, .stars:after {
    position: absolute;
    bottom: -0.1em;
    left: 0;
    color: #05b0e1;
    font-size: 1.3em;
    cursor: default; }
  .stars:before {
    content: '\2606 \2606 \2606 \2606 \2606';
    color: #d0d0d0; }
  .stars.one:after {
    content: '\2605'; }
  .stars.two:after {
    content: '\2605 \2605'; }
  .stars.three:after {
    content: '\2605 \2605 \2605'; }
  .stars.four:after {
    content: '\2605 \2605 \2605 \2605'; }
  .stars.five:after {
    content: '\2605 \2605 \2605 \2605 \2605'; }
  .stars span {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 0;
    height: 0;
    display: block; }

.progress-bar {
  background-color: #f2f2f2;
  border: none;
  height: 6px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden; }
  .progress-bar > span.meter {
    -webkit-animation: progress 0.7s linear infinite;
    -moz-animation: progress 0.7s linear infinite;
    animation: progress 0.7s linear infinite;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
    background-color: #05b0e1;
    background-repeat: repeat-x;
    background-size: 40px 40px;
    border: none;
    box-sizing: border-box;
    display: block;
    height: 100%;
    width: 60%; }
    .progress-bar > span.meter.done {
      background-image: none; }

@-webkit-keyframes progress {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: 40px 0px; } }
@-moz-keyframes progress {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: 40px 0px; } }
@-ms-keyframes progress {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: 40px 0px; } }
@-o-keyframes progress {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: 40px 0px; } }
@keyframes progress {
  0% {
    background-position: 0px 0px; }
  100% {
    background-position: 40px 0px; } }
.search-bar {
  position: relative; }
  .search-bar input[type="search"] {
    padding: 1em 3.5em 1em 1.5em; }
    @media only screen and (min-width: 600px) {
      .search-bar input[type="search"] {
        font-size: 1.125em;
        border-radius: 5px; } }
    .search-bar input[type="search"] + button {
      position: absolute;
      top: 50%;
      right: 1em;
      width: 3em;
      height: 3em;
      margin-top: -2em;
      background-color: transparent;
      color: #3c3c3b; }
      .search-bar input[type="search"] + button span {
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        display: block; }
      .search-bar input[type="search"] + button:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'opentrials' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e904";
        font-size: 3em;
        position: absolute;
        left: 0;
        right: 0;
        top: 0; }
  .search-bar + .toggle-advanced {
    float: right;
    display: inline-block;
    cursor: pointer;
    font-size: 0.9375em; }

@media only screen and (min-width: 600px) {
  .advanced > div {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .advanced > div:last-child {
      margin-right: 0; }
    .advanced > div:nth-child(3n) {
      margin-right: 0; }
    .advanced > div:nth-child(3n+1) {
      clear: left; } }
.advanced > div label {
  text-align: left;
  font-weight: normal; }
@media only screen and (min-width: 600px) {
  .advanced > div.sample-size > div {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 46.28851%; }
    .advanced > div.sample-size > div:last-child {
      margin-right: 0; } }
.advanced button {
  background-color: #fff;
  color: #05b0e1;
  display: block;
  margin-top: 1.6em;
  clear: both;
  width: 100%;
  padding: 1em 3.5em; }
  @media only screen and (min-width: 600px) {
    .advanced button {
      display: inline-block;
      width: auto; } }

.js .advanced {
  display: none; }

.pagination::after {
  clear: both;
  content: "";
  display: table; }
.pagination li {
  font-size: 14px;
  border-radius: 2px;
  display: inline-block; }
  .pagination li span {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 0;
    display: inline-block;
    width: 0; }
.pagination a,
.pagination button {
  color: #3c3c3b;
  display: block;
  padding: 8px 12px 6px 12px; }
  .pagination a:hover,
  .pagination button:hover {
    background: #f5f5f5; }
.pagination .current {
  padding: 8px 12px 6px 12px;
  background: #05b0e1;
  color: #fff;
  cursor: default;
  font-weight: 600; }
.pagination .disabled {
  padding: 8px 12px 6px 12px;
  color: #d0d0d0;
  cursor: default; }
  .pagination .disabled:hover {
    background: transparent; }
.pagination .ellipsis::after {
  content: '…';
  padding: 8px 12px 6px 12px;
  color: #3c3c3b; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem; }

html,
.site-footer {
  background-color: #05b0e1; }

body {
  background-color: #fff; }

.site-footer {
  color: #fff; }
  .site-footer a {
    color: inherit; }
  .site-footer > div {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.6em; }
    .site-footer > div::after {
      clear: both;
      content: "";
      display: table; }
    .site-footer > div .footer-logo {
      opacity: 0.9; }
      .site-footer > div .footer-logo img {
        height: 32px; }
    .site-footer > div hr {
      margin: 1em 0;
      opacity: 0.5; }
    .site-footer > div .cc:before,
    .site-footer > div .cc-by:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'opentrials' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
      float: left;
      margin-right: 5px; }
    .site-footer > div .cc {
      font-size: 12px;
      display: inline-block;
      line-height: 18px;
      opacity: 0.8; }
      .site-footer > div .cc:before {
        content: "\e601"; }
    .site-footer > div .cc-by:before {
      content: "\e600"; }
    .site-footer > div a:link:hover {
      opacity: 1; }

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box; }

.mm-btn, .mm-menu {
  box-sizing: border-box; }

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-hidden {
  display: none !important; }

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
  display: block; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  padding: 0;
  position: absolute; }

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute; }

.mm-btn, .mm-panel.mm-highest {
  z-index: 1; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px; }

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0; }

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-arrow:after, .mm-next:after, .mm-prev:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-arrow:after, .mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking, html.mm-blocking body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed; }

.mm-menu.mm-offcanvas.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }
.mm-menu.mm-bottom, .mm-menu.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-front #mm-blocker {
  z-index: 1; }

html.mm-front .mm-menu {
  z-index: 2; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.themodal-lock {
  /* when modal is opened we're removing scrollbars from the main content */
  overflow: hidden; }

.themodal-overlay {
  /* overlay will stay fixed and will take all the space available */
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  /* if modal content doesn't fit inside the overlay, display scrollbars */
  overflow: auto;
  /* allow one-finger iPad scrolling */
  -webkit-overflow-scrolling: touch; }

/* fix for iPad glitches */
.themodal-overlay > * {
  -webkit-transform: translateZ(0px); }

.themodal-overlay {
  background: rgba(0, 0, 0, 0.5);
  /* IE6–IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #7F000000, endColorstr = #7F000000);
  zoom: 1; }

.themodal-overlay {
  padding-left: 15px;
  background-color: rgba(5, 176, 225, 0.96); }

.modal {
  background-color: #fff;
  padding: 1.6em;
  position: relative; }
  .modal .close {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    color: #3c3c3b; }
    .modal .close span {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      display: block;
      width: 0;
      height: 0; }
    .modal .close:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'opentrials' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e911";
      font-size: 1.3em; }
  .modal h1:first-of-type, .modal h2:first-of-type, .modal h3:first-of-type, .modal h4:first-of-type, .modal h5:first-of-type, .modal h6:first-of-type {
    margin-top: 0;
    margin-bottom: 0.2em;
    padding: 0;
    border: none;
    font-size: 1.25em; }
  @media only screen and (min-width: 900px) {
    .modal#upload {
      max-width: 350px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 100px; } }
  .modal#upload p {
    font-size: 0.875em; }
  .modal#upload button {
    display: block;
    width: 100%; }
  .modal#upload .file {
    margin-top: 1.6em; }
    .modal#upload .file .remove {
      float: right;
      color: #d0d0d0;
      cursor: pointer; }
      .modal#upload .file .remove span {
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        display: block;
        width: 0;
        height: 0; }
      .modal#upload .file .remove:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'opentrials' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e913";
        font-size: 1.3em; }
      .modal#upload .file .remove:hover {
        color: #3c3c3b; }
    .modal#upload .file .file-name {
      font-size: 0.875em;
      font-weight: normal;
      line-height: 1.5em; }
      .modal#upload .file .file-name:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'opentrials' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e912";
        font-size: 1.5em;
        float: left; }
    .modal#upload .file .progress-bar {
      margin-top: 0.8em;
      margin-bottom: 0.8em; }
    .modal#upload .file textarea {
      font-size: 0.8125em; }

.home {
  background-color: #05b0e1; }
  .home body {
    color: #fff;
    background-color: #05b0e1; }
    @media only screen and (min-width: 900px) {
      .home body {
        background-color: transparent; } }
  .home a {
    color: inherit; }
  .home .site-header {
    background-color: #fff; }
  @media only screen and (min-width: 900px) {
    .home {
      background-image: url("../img/banner.jpg");
      background-position: right top;
      background-repeat: no-repeat; }
      .home .site-header {
        background-color: transparent;
        color: #fff; }
        .home .site-header > div .logo {
          color: inherit; }
          .home .site-header > div .logo svg {
            fill: currentColor; }
          .home .site-header > div .logo .tagline {
            color: inherit; }
        .home .site-header > div a {
          color: inherit; }
          .home .site-header > div a.search {
            background-color: #fff;
            color: #05b0e1; }
      .home .site-footer {
        background-color: transparent; } }
  .home .main {
    text-align: center; }
    @media only screen and (min-width: 600px) {
      .home .main header {
        padding-top: 1.6em;
        padding-bottom: 1.6em; } }
    .home .main header h1 {
      font-weight: normal;
      border: none;
      padding: 0;
      margin-bottom: 0.4em; }
    @media only screen and (min-width: 900px) {
      .home .main header p {
        font-size: 1.375em; } }
    .home .main form input {
      color: #3c3c3b; }
    @media only screen and (min-width: 900px) {
      .home .main form .search-bar input[type="search"] {
        font-size: 1.375em; } }
    .home .main form .toggle-advanced {
      float: none; }
      @media only screen and (min-width: 600px) {
        .home .main form .toggle-advanced {
          font-size: 1.125em; } }
      .home .main form .toggle-advanced:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'opentrials' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e602";
        display: block;
        font-size: 1.5em; }
  @media only screen and (min-width: 600px) and (min-height: 768px) {
    .home:not(.advanced-search) {
      height: 100%; }
      .home:not(.advanced-search) body {
        height: 100%; }
        .home:not(.advanced-search) body .page {
          height: 100%; }
        .home:not(.advanced-search) body .main {
          height: 100%;
          display: table;
          top: -100px;
          position: relative;
          z-index: -1;
          padding: 0.8em; }
          .home:not(.advanced-search) body .main form {
            display: table-cell;
            vertical-align: middle; }
        .home:not(.advanced-search) body .site-footer {
          position: absolute;
          bottom: 0;
          width: 100%; } }
  @media only screen and (min-width: 600px) and (min-height: 900px) {
    .home {
      height: 100%; }
      .home body {
        height: 100%; }
        .home body .page {
          height: 100%; }
        .home body .main {
          height: 100%;
          display: table;
          top: -100px;
          position: relative;
          z-index: -1;
          padding: 0.8em; }
          .home body .main form {
            display: table-cell;
            vertical-align: middle; }
        .home body .site-footer {
          position: absolute;
          bottom: 0;
          width: 100%; } }

.result {
  padding-top: 0.8em;
  padding-bottom: 1.6em;
  margin-bottom: 0.8em;
  border-bottom: solid 1px #f5f5f5; }
  .result .title {
    font-size: 1.375em; }
  .result .follow {
    color: #d0d0d0;
    cursor: pointer; }
    @media only screen and (min-width: 900px) {
      .result .follow {
        float: right; } }
    .result .follow span {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      width: 0;
      height: 0;
      display: block; }
    .result .follow:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'opentrials' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e90c";
      font-size: 1.4em;
      display: inline-block;
      margin-top: 0.3em; }
  .result .meta {
    font-size: 0.875em;
    line-height: 1.8; }
    @media only screen and (min-width: 600px) {
      .result .meta li {
        display: table-row; }
        .result .meta li > strong, .result .meta li > span {
          display: table-cell; }
        .result .meta li > strong {
          padding-right: 0.8em; } }
    .result .meta a {
      color: inherit; }

.pagination {
  text-align: center; }

/*# sourceMappingURL=main.css.map */
