/*! Place your custom styles here */

.cover h1, .cover .h1 { font-weight: 700; }

.bar--transparent .social-list a {
  color: #fff;
}

.menu-vertical li.current a,
ul:not([class*='menu']) li.current > a {
  font-weight: bolder;
  cursor: default;
}

@media (max-width: 767px) {
  .cover .pos-bottom.pos-absolute .text-block {
    margin-bottom: 0;
  }
}

#hits > .ais-hits > .ais-hits--item > .ais-hits--item--header {
  display: flex;
  align-items: center;
  margin-bottom: 0.92857143em;
}
#hits > .ais-hits > .ais-hits--item > .ais-hits--item--header > a:link > span {
  display: inline-block;
  margin-left: 0.46428571em;
}
#hits > .ais-hits > .ais-hits--item > .ais-hits--item--header > a:link {
  text-decoration: none;
}
#hits > .ais-hits > .ais-hits--item > .ais-hits--item--header > a:link > h4,
#hits > .ais-hits > .ais-hits--item > .ais-hits--item--header > h4 {
  display: inline-block;
  margin-bottom: 0;
}
#hits > .ais-hits > .ais-hits--item:not(:last-child) {
  margin-bottom: 1.85714286em;
  padding-bottom: 1.85714286em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.label.facet-count {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .5px;
  color: #666666;
  text-transform: uppercase;
  height: 25px;
  min-width: 20px;
  padding: 0 5px;
  text-align: center;
  border-radius: 9px;
  position: relative;
  top: 0;
  right: 0;
  z-index: 3;
  background: #FFFFFF;
  margin-left: .5rem;
}

.input-radio--innerlabel label {
  height: 2.78571429em;
  line-height: 2.50714286em;
  padding: 0 0.92857143em;
}

.ais-toggle--label.active,
.ais-refinement-list--item__active .ais-refinement-list--label {
  font-weight: bold;
}

.ais-refinement-list--item .input-radio--innerlabel {
  margin-top: 0.46428571em;
  /*margin-right: 0.46428571em;
  float: left;*/
}

.ais-toggle--label,
.ais-refinement-list--item .input-radio--innerlabel .ais-refinement-list--label {
  font-size: 0.85714286em;
}

.ais-toggle--label {
  cursor: pointer;
}

button.btn.ais-range-input--submit {
  padding: 0 10px;
  margin-left: 0.46428571em;
}

#hits em {
  font-style: normal;
  background-color: #FFFF99;
}

.ais-search-box--reset-wrapper button.ais-search-box--reset {
  display: none;
}

.pagination__prev {
  margin-right: .5rem;
}
.pagination__next {
  margin-left: .5rem;
}

.ais-show-more {
  cursor: pointer;
}

.sidebar__widget:not(:last-child) {
  margin-bottom: 2.7857142825em;
}

.feature img.border--round {
  border: 1px solid #ECECEC;
}

ul.acknowledgements-list li {
  line-height: 1.3rem;
  margin-bottom: 0.65714286rem;
}

.feature img + p {
  margin-top: -1.392857145rem;
}

.feature a:link h4 .material-icons.feature-link-icon {
  position: relative;
  top: 0.4rem;
  margin-left: 0.4rem;
}

.feature a:hover {
  color: #252525;
}

.feature a.modal-trigger {
  cursor: zoom-in;
}

@media all and (max-width: 767px) {
  .list-inline li.list-inline-item {
    display: inline-block!important;
  }
  .list-inline li.list-inline-item:not(:last-child) {
    margin-right: 1.3rem!important;
  }
}

@media (min-width: 992px) {
  section.highlight--imageblock .feature-2 i {
    width: 15%;
  }
  section.highlight--imageblock .feature-2 .feature__body {
    width: 85%;
  }
}

.highlight--imageblock a:link,
.highlight--imageblock a:hover {
  color: #252525;
}

section .container:last-child > .row.mb--2:last-child {
  margin-bottom: 0;
}

section .container:last-child > .row.mb--2 > .mb--2:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .feature-8 {
    padding-top: 1.392855rem;
    padding-bottom: 1.392855rem;
  }
}


/** make md menubar like on lg menubar **/
@media all and (min-width: 768px) {
  .bar__module:not(:only-child) {
    display: inline-block;
  }
  .bar__module:not(:last-child) {
    margin-right: 0.92857143em;
  }
  .bar--transparent:not(.bar--dark) {
    background: none;
  }
  .bar--transparent:not(.bar--dark) .logo-dark {
    display: none;
  }
  .bar--transparent:not(.bar--dark) .logo-light {
    display: inline-block;
  }
  .bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > a,
  .bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > span {
    color: #fff;
  }
  .bar--transparent:not(.bar--dark):not(.pos-fixed) .btn:not([class*='primary']) {
    border-color: rgba(255, 255, 255, 0.3);
  }
  .bar--transparent:not(.bar--dark):not(.pos-fixed) .btn:not([class*='primary']) .btn__text {
    color: #fff;
  }
  .bar--transparent:not(.bar--dark):not(.pos-fixed) .btn:not([class*='primary']):hover {
    border-color: rgba(255, 255, 255, 0.7);
  }
  .bar--absolute {
    position: absolute;
  }
  .bar--absolute,
  .pos-fixed {
    z-index: 99;
    width: 100%;
  }
  .bar.pos-fixed {
    position: fixed;
    top: 0;
    animation: fadeInDown 0.3s ease-out forwards;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
  }
  .bar.pos-fixed:not([class*='bg-']) {
    background: #ffffff;
  }
  .bar.pos-fixed:not([class*='bg-']) .logo-dark {
    display: inline-block;
  }
  .bar.pos-fixed:not([class*='bg-']) .logo-light {
    display: none;
  }
  .bar.pos-fixed.bg--dark {
    background: #252525;
  }
  .menu-horizontal {
    display: inline-block;
  }
  .menu-horizontal > li {
    display: inline-block;
  }
  .menu-horizontal > li:not(:last-child) {
    margin-right: 1.85714286em;
  }
  .menu-vertical {
    display: inline-block;
  }
  .menu-vertical li {
    white-space: nowrap;
  }
  .menu-vertical .dropdown__container {
    top: 0;
  }
  .menu-vertical .dropdown__container .dropdown__content:not([class*='bg-']) {
    background: #ffffff;
  }
  .menu-vertical .dropdown__container .dropdown__content {
    transform: translateX(75%);
  }
}
