/* Variables */
/* Variables */ /* Header */
header .brand {
  padding-top: 0px;
}
header .brand img {
  max-height: 55px;
  width: 100%;
}

#wb-sm {
  background: #015c7b;
  border-bottom: 4px solid #309897;
}
#wb-sm .menu .wb-navcurr {
  background: #243850 !important;
}
#wb-sm .menu > li a:hover {
  background: #243850 !important;
}
#wb-sm .menu > li.active > a {
  background: #243850 !important;
}

/* General */
#wb-cont-nav {
  color: #555;
  font-size: 26px;
  font-weight: 200;
  margin-bottom: -25px;
}

.btn-green {
  background-color: #20b33e;
  color: #fff;
}
.btn-green:hover, .btn-green:focus {
  background-color: #18882f;
  color: #fff;
}
.btn-green:visited {
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #000;
}
.btn-white:hover, .btn-white:focus {
  background-color: #e6e6e6;
  color: #000;
}
.btn-white:visited {
  color: #000;
}

.list-group-item {
  border: none;
}

.db-flex > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (min-width: 767px) {
  .db-flex > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.db-flex > div > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border: 1px solid #8e8e8e;
  border-radius: 3px;
}
.db-flex > div > * h2.block-title {
  margin: 0;
  background: #f5f5f5;
  padding: 10px 15px;
  color: #333;
  border-bottom: 1px solid #8e8e8e;
  border-radius: 3px 3px 0 0;
  font-size: 1.25em;
}
.db-flex > div > * > div.form-group {
  padding: 10px 15px;
}
.db-flex > div > * tr:first-child td {
  border-top: transparent;
}
.db-flex > div > * .views-field-edit-search-api-saved-search {
  text-align: right;
}

button + button,
a.btn + a.btn {
  margin-left: 0.25em;
}

#build-study section.block-entity-viewnode {
  border-bottom: solid 1px #ccc;
  margin: 0 0px 2em 0;
  padding: 0 0 3em 0;
}
#build-study section.block-entity-viewnode > * {
  margin-right: 80px;
}
#build-study div.block-gcext-edit-button {
  position: relative;
}
#build-study div.block-gcext-edit-button a.btn {
  position: absolute;
  top: 3em;
  right: 1em;
}
#build-study section:last-child {
  border-bottom: transparent;
}

.gcext-workflow-block-form > .gcext-wf-state {
  border-radius: 3px;
  padding: 1em;
  margin-bottom: 1.5em;
}

.paragraph--type--data-tables table {
  width: 100%;
  border: 1px solid #ccc;
}
.paragraph--type--data-tables th,
.paragraph--type--data-tables thead {
  font-weight: 900;
  background: #ddd;
}
.paragraph--type--data-tables td {
  padding: 0.5em 1em;
}
.paragraph--type--data-tables tr {
  border-bottom: 1px solid #ccc;
}

.well .help-block,
.well .control-group .help-inline {
  color: #595959;
}

@media print {
  div[class^=col-] {
    width: 100%;
  }
  #wb-cont-nav {
    margin-bottom: 1em;
  }
  .block-gcext-user-account-block,
  .tabs {
    display: none;
  }
  #wb-dtmd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #wb-dtmd dt {
    margin-right: 0.87em;
  }
}
ul.js-facets-links .facet-item.list-group-item {
  padding: 0.4em;
}
ul.js-facets-links .facet-item.list-group-item a {
  max-width: 100%;
  text-decoration: none;
  font-size: 0.87em;
  line-height: 1.3em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.js-facets-links .facet-item.list-group-item a .facet-value {
  max-width: 80%;
  padding-right: 1em;
  margin: 0;
}
ul.js-facets-links .facet-item.list-group-item a .badge-wrapper .facet-count.badge {
  min-width: 4em;
  padding: 0.5em 1em;
  border-radius: 1em;
}
ul.js-facets-links .facet-value {
  word-break: break-word;
}

.facets-soft-limit-link {
  font-size: 0.87em;
  padding: 0.4em;
}

.search-summaries-results .table > tbody > tr > td,
.search-summaries-results .table > tbody > tr > th,
.search-summaries-results .table > tfoot > tr > td,
.search-summaries-results .table > tfoot > tr > th,
.search-summaries-results .table > thead > tr > td,
.search-summaries-results .table > thead > tr > th {
  border-top: 0px solid #ddd;
  padding: 8px 8px 8px 0;
}
.search-summaries-results tbody tr,
.search-summaries-results thead tr {
  display: block;
  width: 100%;
  padding: 0 0 1.5em 0;
  margin: 0 0 1.5em 0;
  border-bottom: solid 1px #ccc;
}
.search-summaries-results .checkbox,
.search-summaries-results .checkbox-inline,
.search-summaries-results .radio,
.search-summaries-results .radio-inline,
.search-summaries-results :not(#wb-srch) form,
.search-summaries-results form .btn:not(.btn-call-to-action) {
  font-size: 20px !important;
}
.search-summaries-results input[type=checkbox],
.search-summaries-results .checkbox input[type=checkbox],
.search-summaries-results .checkbox-inline input[type=checkbox] {
  width: 1em;
  height: 1em;
}
.search-summaries-results label[for=edit-select-all] {
  margin-left: 1em;
}
.search-summaries-results label[for=edit-select-all] input {
  margin-left: -2em;
  margin-top: 1px;
}
.search-summaries-results .table > thead > tr > th {
  border-bottom: 0px;
}
.search-summaries-results thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-summaries-results thead tr {
  padding-bottom: 0.5em;
}

.views-field-search-api-excerpt {
  word-break: break-all;
}

/* Home */
.login-register-block {
  margin-top: 38px;
  margin-bottom: 30px;
  background-color: #015c7b;
  color: #ffffff;
  padding: 20px;
}
.login-register-block h2 {
  margin-top: 0px;
}
.login-register-block .btn {
  border-radius: 0;
  padding: 5px 20px;
  margin-top: 15px;
  text-align: center;
}
.login-register-block .login {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
}
.login-register-block .login-wrapper {
  padding-right: 100px;
}
.login-register-block .fa-user-circle {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.custom-search-api-form {
  margin-top: 38px;
}
.custom-search-api-form h2 {
  margin: 0px;
}
.custom-search-api-form .select-wrapper {
  display: block;
  width: 100%;
}
.custom-search-api-form .select-wrapper select {
  width: 100%;
}