@charset "UTF-8";
/*flex columns system */
.flex {
  display: flex;
}
.flex.vertical {
  flex-direction: column;
}
.flex.justify-content-end {
  justify-content: flex-end;
}
.flex.justify-content-center {
  justify-content: center;
}
.flex.justify-content-space-between {
  justify-content: space-between;
}
.flex.justify-content-space-around {
  justify-content: space-around;
}
.flex.align-items-start {
  align-items: flex-start;
}
.flex.align-items-center {
  align-items: center;
}
.flex.align-items-end {
  align-items: flex-end;
}
.flex.align-items-baseline {
  align-items: baseline;
}
@media (max-width: 575.98px) {
  .flex.collapse-xs {
    display: block;
  }
  .flex.collapse-xs [class^=col-flex] {
    padding: 15px 0;
  }
  .flex.collapse-xs [class^=col-flex].padding-10 {
    padding: 10px 0;
  }
  .flex.collapse-xs [class^=col-flex].padding-20 {
    padding: 20px 0;
  }
  .flex.collapse-xs [class^=col-flex].padding-0 {
    padding: 0px 0;
  }
  .flex.collapse-xs [class^=col-flex]:first-child {
    padding-top: 0px;
  }
  .flex.collapse-xs [class^=col-flex]:last-child {
    padding-bottom: 0px;
  }
}
@media (max-width: 767.98px) {
  .flex.collapse-sm {
    display: block;
  }
  .flex.collapse-sm [class^=col-flex] {
    padding: 15px 0;
  }
  .flex.collapse-sm [class^=col-flex].padding-10 {
    padding: 10px 0;
  }
  .flex.collapse-sm [class^=col-flex].padding-20 {
    padding: 20px 0;
  }
  .flex.collapse-sm [class^=col-flex].padding-0 {
    padding: 0px 0;
  }
  .flex.collapse-sm [class^=col-flex]:first-child {
    padding-top: 0px;
  }
  .flex.collapse-sm [class^=col-flex]:last-child {
    padding-bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  .flex.collapse-md {
    display: block;
  }
  .flex.collapse-md [class^=col-flex] {
    padding: 15px 0;
  }
  .flex.collapse-md [class^=col-flex].padding-10 {
    padding: 10px 0;
  }
  .flex.collapse-md [class^=col-flex].padding-20 {
    padding: 20px 0;
  }
  .flex.collapse-md [class^=col-flex].padding-0 {
    padding: 0px 0;
  }
  .flex.collapse-md [class^=col-flex]:first-child {
    padding-top: 0px;
  }
  .flex.collapse-md [class^=col-flex]:last-child {
    padding-bottom: 0px;
  }
}
.flex > .flex-item {
  flex: 1 1 0px;
}
.flex [class^=col-flex] {
  width: 100%;
  padding: 0 15px;
}
.flex [class^=col-flex]:first-child {
  padding-left: 0px;
}
.flex [class^=col-flex]:last-child {
  padding-right: 0px;
}
.flex [class^=col-flex].padding-10 {
  padding: 0 10px;
}
.flex [class^=col-flex].padding-10:first-child {
  padding-left: 0px;
}
.flex [class^=col-flex].padding-10:last-child {
  padding-right: 0px;
}
.flex [class^=col-flex].padding-20 {
  padding: 0 20px;
}
.flex [class^=col-flex].padding-20:first-child {
  padding-left: 0px;
}
.flex [class^=col-flex].padding-20:last-child {
  padding-right: 0px;
}
.flex [class^=col-flex].padding-0 {
  padding: 0 0px;
}
.flex .grow-1 {
  flex-grow: 1;
}
.flex .grow-1_5 {
  flex-grow: 1.5;
}
.flex .grow-2 {
  flex-grow: 2;
}
.flex .grow-3 {
  flex-grow: 3;
}
.flex .grow-4 {
  flex-grow: 1;
}
.flex .grow-5 {
  flex-grow: 5;
}
.flex .grow-6 {
  flex-grow: 6;
}
.flex .col-flex-xs-1 {
  width: calc(100% * 1 / 12);
}
.flex .flex-order-xs-1 {
  order: 1;
}
.flex .col-flex-xs-2 {
  width: calc(100% * 2 / 12);
}
.flex .flex-order-xs-2 {
  order: 2;
}
.flex .col-flex-xs-3 {
  width: calc(100% * 3 / 12);
}
.flex .flex-order-xs-3 {
  order: 3;
}
.flex .col-flex-xs-4 {
  width: calc(100% * 4 / 12);
}
.flex .flex-order-xs-4 {
  order: 4;
}
.flex .col-flex-xs-5 {
  width: calc(100% * 5 / 12);
}
.flex .flex-order-xs-5 {
  order: 5;
}
.flex .col-flex-xs-6 {
  width: calc(100% * 6 / 12);
}
.flex .flex-order-xs-6 {
  order: 6;
}
.flex .col-flex-xs-7 {
  width: calc(100% * 7 / 12);
}
.flex .flex-order-xs-7 {
  order: 7;
}
.flex .col-flex-xs-8 {
  width: calc(100% * 8 / 12);
}
.flex .flex-order-xs-8 {
  order: 8;
}
.flex .col-flex-xs-9 {
  width: calc(100% * 9 / 12);
}
.flex .flex-order-xs-9 {
  order: 9;
}
.flex .col-flex-xs-10 {
  width: calc(100% * 10 / 12);
}
.flex .flex-order-xs-10 {
  order: 10;
}
.flex .col-flex-xs-11 {
  width: calc(100% * 11 / 12);
}
.flex .flex-order-xs-11 {
  order: 11;
}
.flex .col-flex-xs-12 {
  width: calc(100% * 12 / 12);
}
.flex .flex-order-xs-12 {
  order: 12;
}
@media (min-width: 1200px) {
  .flex .col-flex-xl-1 {
    width: calc(100% * 1 / 12);
  }
  .flex .flex-order-xl-1 {
    order: 1;
  }
  .flex .col-flex-xl-2 {
    width: calc(100% * 2 / 12);
  }
  .flex .flex-order-xl-2 {
    order: 2;
  }
  .flex .col-flex-xl-3 {
    width: calc(100% * 3 / 12);
  }
  .flex .flex-order-xl-3 {
    order: 3;
  }
  .flex .col-flex-xl-4 {
    width: calc(100% * 4 / 12);
  }
  .flex .flex-order-xl-4 {
    order: 4;
  }
  .flex .col-flex-xl-5 {
    width: calc(100% * 5 / 12);
  }
  .flex .flex-order-xl-5 {
    order: 5;
  }
  .flex .col-flex-xl-6 {
    width: calc(100% * 6 / 12);
  }
  .flex .flex-order-xl-6 {
    order: 6;
  }
  .flex .col-flex-xl-7 {
    width: calc(100% * 7 / 12);
  }
  .flex .flex-order-xl-7 {
    order: 7;
  }
  .flex .col-flex-xl-8 {
    width: calc(100% * 8 / 12);
  }
  .flex .flex-order-xl-8 {
    order: 8;
  }
  .flex .col-flex-xl-9 {
    width: calc(100% * 9 / 12);
  }
  .flex .flex-order-xl-9 {
    order: 9;
  }
  .flex .col-flex-xl-10 {
    width: calc(100% * 10 / 12);
  }
  .flex .flex-order-xl-10 {
    order: 10;
  }
  .flex .col-flex-xl-11 {
    width: calc(100% * 11 / 12);
  }
  .flex .flex-order-xl-11 {
    order: 11;
  }
  .flex .col-flex-xl-12 {
    width: calc(100% * 12 / 12);
  }
  .flex .flex-order-xl-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .flex .col-flex-lg-1 {
    width: calc(100% * 1 / 12);
  }
  .flex .flex-order-lg-1 {
    order: 1;
  }
  .flex .col-flex-lg-2 {
    width: calc(100% * 2 / 12);
  }
  .flex .flex-order-lg-2 {
    order: 2;
  }
  .flex .col-flex-lg-3 {
    width: calc(100% * 3 / 12);
  }
  .flex .flex-order-lg-3 {
    order: 3;
  }
  .flex .col-flex-lg-4 {
    width: calc(100% * 4 / 12);
  }
  .flex .flex-order-lg-4 {
    order: 4;
  }
  .flex .col-flex-lg-5 {
    width: calc(100% * 5 / 12);
  }
  .flex .flex-order-lg-5 {
    order: 5;
  }
  .flex .col-flex-lg-6 {
    width: calc(100% * 6 / 12);
  }
  .flex .flex-order-lg-6 {
    order: 6;
  }
  .flex .col-flex-lg-7 {
    width: calc(100% * 7 / 12);
  }
  .flex .flex-order-lg-7 {
    order: 7;
  }
  .flex .col-flex-lg-8 {
    width: calc(100% * 8 / 12);
  }
  .flex .flex-order-lg-8 {
    order: 8;
  }
  .flex .col-flex-lg-9 {
    width: calc(100% * 9 / 12);
  }
  .flex .flex-order-lg-9 {
    order: 9;
  }
  .flex .col-flex-lg-10 {
    width: calc(100% * 10 / 12);
  }
  .flex .flex-order-lg-10 {
    order: 10;
  }
  .flex .col-flex-lg-11 {
    width: calc(100% * 11 / 12);
  }
  .flex .flex-order-lg-11 {
    order: 11;
  }
  .flex .col-flex-lg-12 {
    width: calc(100% * 12 / 12);
  }
  .flex .flex-order-lg-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .flex .col-flex-md-1 {
    width: calc(100% * 1 / 12);
  }
  .flex .flex-order-md-1 {
    order: 1;
  }
  .flex .col-flex-md-2 {
    width: calc(100% * 2 / 12);
  }
  .flex .flex-order-md-2 {
    order: 2;
  }
  .flex .col-flex-md-3 {
    width: calc(100% * 3 / 12);
  }
  .flex .flex-order-md-3 {
    order: 3;
  }
  .flex .col-flex-md-4 {
    width: calc(100% * 4 / 12);
  }
  .flex .flex-order-md-4 {
    order: 4;
  }
  .flex .col-flex-md-5 {
    width: calc(100% * 5 / 12);
  }
  .flex .flex-order-md-5 {
    order: 5;
  }
  .flex .col-flex-md-6 {
    width: calc(100% * 6 / 12);
  }
  .flex .flex-order-md-6 {
    order: 6;
  }
  .flex .col-flex-md-7 {
    width: calc(100% * 7 / 12);
  }
  .flex .flex-order-md-7 {
    order: 7;
  }
  .flex .col-flex-md-8 {
    width: calc(100% * 8 / 12);
  }
  .flex .flex-order-md-8 {
    order: 8;
  }
  .flex .col-flex-md-9 {
    width: calc(100% * 9 / 12);
  }
  .flex .flex-order-md-9 {
    order: 9;
  }
  .flex .col-flex-md-10 {
    width: calc(100% * 10 / 12);
  }
  .flex .flex-order-md-10 {
    order: 10;
  }
  .flex .col-flex-md-11 {
    width: calc(100% * 11 / 12);
  }
  .flex .flex-order-md-11 {
    order: 11;
  }
  .flex .col-flex-md-12 {
    width: calc(100% * 12 / 12);
  }
  .flex .flex-order-md-12 {
    order: 12;
  }
}
@media (min-width: 576px) {
  .flex .col-flex-sm-1 {
    width: calc(100% * 1 / 12);
  }
  .flex .flex-order-sm-1 {
    order: 1;
  }
  .flex .col-flex-sm-2 {
    width: calc(100% * 2 / 12);
  }
  .flex .flex-order-sm-2 {
    order: 2;
  }
  .flex .col-flex-sm-3 {
    width: calc(100% * 3 / 12);
  }
  .flex .flex-order-sm-3 {
    order: 3;
  }
  .flex .col-flex-sm-4 {
    width: calc(100% * 4 / 12);
  }
  .flex .flex-order-sm-4 {
    order: 4;
  }
  .flex .col-flex-sm-5 {
    width: calc(100% * 5 / 12);
  }
  .flex .flex-order-sm-5 {
    order: 5;
  }
  .flex .col-flex-sm-6 {
    width: calc(100% * 6 / 12);
  }
  .flex .flex-order-sm-6 {
    order: 6;
  }
  .flex .col-flex-sm-7 {
    width: calc(100% * 7 / 12);
  }
  .flex .flex-order-sm-7 {
    order: 7;
  }
  .flex .col-flex-sm-8 {
    width: calc(100% * 8 / 12);
  }
  .flex .flex-order-sm-8 {
    order: 8;
  }
  .flex .col-flex-sm-9 {
    width: calc(100% * 9 / 12);
  }
  .flex .flex-order-sm-9 {
    order: 9;
  }
  .flex .col-flex-sm-10 {
    width: calc(100% * 10 / 12);
  }
  .flex .flex-order-sm-10 {
    order: 10;
  }
  .flex .col-flex-sm-11 {
    width: calc(100% * 11 / 12);
  }
  .flex .flex-order-sm-11 {
    order: 11;
  }
  .flex .col-flex-sm-12 {
    width: calc(100% * 12 / 12);
  }
  .flex .flex-order-sm-12 {
    order: 12;
  }
}

.container {
  max-width: calc(100% - 60px) !important;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 0 0;
}
@media screen and (max-width: 767.98px) {
  .container {
    max-width: calc(100% - 30px) !important;
  }
}

.grid12-12, .grid-full {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

body.biotechsite {
  font-family: Calibri, Arial, sans-serif;
  font-size: 14px;
  background-image: url("../../img/background/body.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
body.biotechsite.page-popup {
  background-image: none;
}
body.biotechsite .page {
  margin: 20px auto 0 auto;
  background-color: white;
  max-width: calc(100% - 60px);
  width: 1280px;
}
@media screen and (max-width: 767.98px) {
  body.biotechsite .page {
    max-width: calc(100% - 30px) !important;
  }
}
body.biotechsite .main {
  padding-top: 0;
  padding-bottom: 20px;
}
body.biotechsite h1, body.biotechsite h2, body.biotechsite h3, body.biotechsite h4, body.biotechsite h5, body.biotechsite h6, body.biotechsite p, body.biotechsite diff, body.biotechsite td, body.biotechsite li, body.biotechsite dd, body.biotechsite dt {
  font-family: Calibri, Arial, sans-serif;
}
body.biotechsite h1 {
  font-size: 36px;
  font-weight: bold;
}
body.biotechsite h2 {
  font-size: 24px;
  font-weight: bold;
}
body.biotechsite h3 {
  font-size: 21px;
  font-weight: bold;
}
body.biotechsite h4 {
  font-size: 18px;
  font-weight: bold;
}
body.biotechsite h5 {
  font-size: 14px;
  font-weight: bold;
}

/* navigation */
:root {
  --nav-max-items: 12;
}

body.biotechsite.cms-index-index #nav .icon.i-home-wb, body.biotechsite.cms-index-index #nav .icon.i-home-w {
  background-image: url("../../img/icon/home-active.png");
}
body.biotechsite #nav, body.biotechsite #nav.classic {
  position: relative;
  width: 100%;
  list-style-type: none;
  /* Remove bullets */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove margins */
  margin-bottom: 20px;
  z-index: 200;
  background-color: transparent;
  /* START changeset menu updates */
  font-family: Calibri, Arial, sans-serif;
  display: flex;
  flex-wrap: wrap;
  /* END changeset menu updates */
}
body.biotechsite #nav.mobile, body.biotechsite #nav.classic.mobile {
  display: none;
}
body.biotechsite #nav > li#nav-home > a, body.biotechsite #nav.classic > li#nav-home > a {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  background-color: transparent;
}
body.biotechsite #nav > li#nav-home > a:hover .icon.i-home-wb, body.biotechsite #nav > li#nav-home > a:hover .icon.i-home-w, body.biotechsite #nav.classic > li#nav-home > a:hover .icon.i-home-wb, body.biotechsite #nav.classic > li#nav-home > a:hover .icon.i-home-w {
  background-image: url("../../img/icon/home-active.png");
}
body.biotechsite #nav #nav-home a.level-top .icon, body.biotechsite #nav.classic #nav-home a.level-top .icon {
  margin-top: 0;
}
body.biotechsite #nav .icon.i-home-wb, body.biotechsite #nav .icon.i-home-w, body.biotechsite #nav.classic .icon.i-home-wb, body.biotechsite #nav.classic .icon.i-home-w {
  background-image: url("../../img/icon/home.png");
  background-position: 0px 5px;
  background-size: 65%;
  background-color: transparent;
  margin-right: 0;
  margin-bottom: 0;
}
body.biotechsite #nav ul li > a, body.biotechsite #nav.classic ul li > a {
  color: rgb(0, 50, 96);
}
body.biotechsite #nav ul li.parent:hover, body.biotechsite #nav.classic ul li.parent:hover {
  background-color: rgb(103, 169, 196);
}
body.biotechsite #nav ul li.parent:hover > a, body.biotechsite #nav.classic ul li.parent:hover > a {
  color: white;
}
body.biotechsite #nav ul li:hover > a, body.biotechsite #nav.classic ul li:hover > a {
  color: rgb(103, 169, 196);
  text-decoration: none;
}
body.biotechsite #nav > li.nav-home, body.biotechsite #nav.classic > li.nav-home {
  margin-right: 0;
}
body.biotechsite #nav > li a, body.biotechsite #nav.classic > li a {
  white-space: nowrap;
}
body.biotechsite #nav > li.parent a .caret, body.biotechsite #nav.classic > li.parent a .caret {
  color: rgb(0, 50, 96);
  border-top-color: rgb(0, 50, 96);
}
body.biotechsite #nav > li.active > a, body.biotechsite #nav.classic > li.active > a {
  background-color: transparent;
  color: rgb(103, 169, 196);
}
body.biotechsite #nav > li.active > a > .caret, body.biotechsite #nav.classic > li.active > a > .caret {
  color: rgb(103, 169, 196);
  border-top-color: rgb(103, 169, 196);
}
body.biotechsite #nav > li:hover, body.biotechsite #nav.classic > li:hover {
  background-color: rgb(36, 112, 151);
}
body.biotechsite #nav > li:hover > a, body.biotechsite #nav.classic > li:hover > a {
  background-color: transparent;
  color: white;
}
body.biotechsite #nav > li:hover > a:hover, body.biotechsite #nav.classic > li:hover > a:hover {
  text-decoration: none;
}
body.biotechsite #nav > li:hover > a .caret, body.biotechsite #nav.classic > li:hover > a .caret {
  color: white;
  border-top-color: white;
}
body.biotechsite #nav > li > a, body.biotechsite #nav.classic > li > a {
  text-transform: none;
  color: rgb(0, 50, 96);
  font-family: Calibri, Arial, sans-serif;
  font-weight: bold;
  transition: color 0.2s ease;
  font-size: 20px;
}
body.biotechsite #nav ul, body.biotechsite #nav.classic ul {
  list-style-type: none;
  /* Remove bullets */
  padding: 0;
  /* Remove padding */
  margin: 0;
  /* Remove margins */
  background-color: white;
  padding: 10px 0;
}
body.biotechsite #nav ul li, body.biotechsite #nav.classic ul li {
  width: 250px;
  height: 25px;
  font-size: 14px;
}
body.biotechsite #nav ul li a, body.biotechsite #nav.classic ul li a {
  display: block;
  padding: 2px 10px 0px 10px;
  height: 25px;
}
body.biotechsite #nav ul li.title, body.biotechsite #nav.classic ul li.title {
  font-weight: bold;
  padding: 0px 10px 5px 10px;
  height: auto;
  font-size: 16px;
  text-transform: uppercase;
  color: rgb(36, 112, 151);
}
body.biotechsite #nav > li, body.biotechsite #nav.classic > li {
  margin: 0 0 0 0;
  padding: 5px 10px 0px 10px;
}
body.biotechsite #nav > li:first-child, body.biotechsite #nav.classic > li:first-child {
  padding-left: 0;
}
body.biotechsite #nav > li:first-child:hover, body.biotechsite #nav.classic > li:first-child:hover {
  background-color: transparent;
}
body.biotechsite #nav > li > a, body.biotechsite #nav.classic > li > a {
  margin-bottom: 5px;
  display: inline-block;
}
body.biotechsite #nav > li > ul, body.biotechsite #nav.classic > li > ul {
  z-index: 50;
  width: 100%;
  min-height: calc(50px + var(--nav-max-items) * 25px);
}
body.biotechsite #nav > li > ul > li ul, body.biotechsite #nav.classic > li > ul > li ul {
  left: 250px;
  z-index: 51;
  top: 0px;
  box-shadow: none;
  border-left: 1px solid #edecf3;
  min-height: calc(50px + var(--nav-max-items) * 25px);
}
body.biotechsite #nav > li > ul > li:hover > ul, body.biotechsite #nav.classic > li > ul > li:hover > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
body.biotechsite #nav li > ul, body.biotechsite #nav.classic li > ul {
  display: none;
  position: absolute;
  left: 0;
  /*&.level2 {
      top: 0px;
      left: 250px;
      box-shadow: none;
      min-height: calc(70px + var(--nav-max-items) * 20px);
  }*/
}
body.biotechsite #nav li > ul li.parent > a:after, body.biotechsite #nav.classic li > ul li.parent > a:after {
  content: "›";
  display: inline-block;
  float: right;
}
body.biotechsite #nav li:hover > ul, body.biotechsite #nav.classic li:hover > ul {
  display: block;
}
body.biotechsite #mobnav a, body.biotechsite .vertnav-top a {
  color: white;
}

body.biotechsite .vertnav-side {
  float: left;
  width: 100%;
}
body.biotechsite #mobnav {
  display: none;
}
body.biotechsite #mobnav-trigger {
  display: block;
  padding: 0 15px;
}
body.biotechsite #mobnav-trigger .trigger-icon {
  display: block;
  float: left;
  width: 23px;
  padding-top: 18px;
  margin: 0 8px 0 0;
}
body.biotechsite #mobnav-trigger .trigger-icon .line {
  display: block;
  background-color: #fff;
  height: 3px;
  margin-bottom: 2px;
}
body.biotechsite .nav-container .vertnav-top {
  display: none;
  margin-top: 0 !important;
}
body.biotechsite .vertnav-top.mobile {
  display: block;
  overflow: hidden;
  height: auto;
  max-height: 0px;
  transition: max-height 500ms ease-in-out 0s;
  -moz-transition: max-height 500ms ease-in-out 0s;
  -webkit-transition: max-height 500ms ease-in-out 0s;
  -o-transition: max-height 500ms ease-in-out 0s;
}
body.biotechsite .vertnav-top.mobile.show {
  max-height: 9999px;
  transition: max-height 500ms ease-in-out 0s;
  -moz-transition: max-height 500ms ease-in-out 0s;
  -webkit-transition: max-height 500ms ease-in-out 0s;
  -o-transition: max-height 500ms ease-in-out 0s;
}
body.biotechsite .vertnav-top li a {
  font-size: 16px;
  line-height: 18px;
}
body.biotechsite .vertnav-top li li li a {
  font-size: 1.1666em;
  text-transform: none;
}
body.biotechsite #mobnav-trigger {
  font-size: 16px;
  line-height: 49px;
}

.header-top-container #easy-ordering-header-link a {
  color: inherit;
}
.header-top-container #easy-ordering-header-link a .icon {
  margin-top: 11px;
}
.header-top-container img.profile {
  margin-top: 11px;
}

.header .logo {
  margin-right: 20px;
}

.header-primary {
  padding-top: 20px;
  padding-bottom: 30px;
}
.header-primary.fixed {
  padding: 10px 30px 20px 30px;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 201;
  width: 1280px;
  box-shadow: 0px 3px 3px #aaa;
}
@media screen and (max-width: 767.98px) {
  .header-primary.fixed {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body.biotechsite .header .form-search .search-autocomplete {
  background-color: transparent;
}
body.biotechsite .search-wrapper {
  float: left !important;
  width: 100%;
}
body.biotechsite .search-wrapper #search_mini_form {
  background-image: none;
  background-color: transparent;
  padding: 0;
  max-width: 600px;
}
body.biotechsite .search-wrapper #search_mini_form #mini-search-text-wrap {
  float: right;
  width: 70%;
}
body.biotechsite .search-wrapper #search_mini_form #mini-search-text-wrap .input-text {
  width: 100%;
  background-color: rgb(211, 218, 230);
  border: none;
}
body.biotechsite .search-wrapper #search_mini_form #search-category {
  background-color: rgb(211, 218, 230);
  width: 30%;
  border: none;
}

/* lists */
body.biotechsite ul.check-list {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0;
}
body.biotechsite ul.check-list li {
  display: block;
  padding: 0 0 5px 20px;
  position: relative;
}
body.biotechsite ul.check-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
}

body.biotechsite input.form-control:not([type=checkbox]), body.biotechsite textarea.form-control, body.biotechsite select.form-control {
  border: none;
  background-color: #d3dae6;
  box-shadow: none;
}
body.biotechsite input.form-control:not([type=checkbox])::-moz-placeholder, body.biotechsite textarea.form-control::-moz-placeholder, body.biotechsite select.form-control::-moz-placeholder {
  color: #303030;
}
body.biotechsite input.form-control:not([type=checkbox])::placeholder, body.biotechsite textarea.form-control::placeholder, body.biotechsite select.form-control::placeholder {
  color: #303030;
}
body.biotechsite label.hoelzel-cb input[type=checkbox],
body.biotechsite label.hoelzel-cb input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  float: none;
}
body.biotechsite label.hoelzel-cb .checkmark {
  border: 2px solid #303030;
  height: 1.25em;
  width: 1.25em;
  margin-right: 0.5em;
}
body.biotechsite label.hoelzel-cb input:checked ~ .checkmark {
  background-color: #303030;
}
body.biotechsite label.hoelzel-cb input:checked ~ .checkmark::before {
  content: "✓";
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 70%;
  font-weight: 700;
  color: white;
}
body.biotechsite label.hoelzel-cb.cb-left .checkmark {
  float: left;
}
body.biotechsite label.hoelzel-cb.cb-red {
  color: #e30517;
}
body.biotechsite label.hoelzel-cb.cb-red .checkmark {
  border-color: #e30517;
}
body.biotechsite label.hoelzel-cb.cb-red input:checked ~ .checkmark {
  background-color: #e30517;
}

body.biotechsite #resultbutton.sticky {
  top: 70px;
}
@media screen and (max-width: 767.98px) {
  body.biotechsite #resultbutton.sticky {
    top: 135px;
  }
  body.biotechsite #resultbutton.sticky .block-title {
    display: none;
  }
}

body.biotechsite .upsell-table {
  clear: left;
  overflow-x: auto;
  margin: 20px 0;
}
body.biotechsite .upsell-table td.main-item-basics img, body.biotechsite .upsell-table td.upsell-item img {
  width: 120px;
}
body.biotechsite .upsell-table td.main-item {
  background-color: #f4f7fa;
}
body.biotechsite .upsell-table .table tr:first-child th, body.biotechsite .upsell-table .table tr:first-child td {
  border-top: none;
}

.col-main .product-view .product-data .product-img-column {
  float: none;
}
.col-main .product-view .product-data .product-img-column .more-views .product-image-slider {
  margin-top: 20px;
}
.col-main .product-view .product-data .product-img-column .more-views .product-image-slider .owl-stage-outer {
  z-index: 2;
}
.col-main .product-view .product-data .product-img-column .more-views .product-image-slider .owl-nav {
  position: absolute;
  height: 100%;
  top: 0;
  width: 42px;
  width: 100%;
}
.col-main .product-view .product-data .product-img-column .more-views .product-image-slider .owl-nav .owl-prev, .col-main .product-view .product-data .product-img-column .more-views .product-image-slider .owl-nav .owl-next {
  color: white;
  background-color: rgba(0, 40, 96, 0.4);
  height: 100%;
  width: 20px;
  z-index: 3;
  position: absolute;
}
.col-main .product-view .product-data .product-img-column .more-views .product-image-slider .owl-nav .owl-next {
  right: 0;
}
.col-main .product-view .product-data .product-img-column .more-views .product-image-slider .item {
  border: 1px solid #eeeeee;
  padding: 5px;
}

body.biotechsite #cart-marker {
  position: absolute;
  top: 0;
  left: 22px;
  height: 1.25em;
  width: 1.25em;
  background-color: rgb(36, 112, 151);
  color: white;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.85em;
}

body.biotechsite .moving-marker {
  position: absolute;
  transition: top 1s ease, left 1s ease-in, opacity 0.2s linear 0.8s;
  background-color: rgb(36, 112, 151);
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.biotechsite .moving-marker .marker-content {
  color: white;
  line-height: 1;
}

.icon-image {
  display: inline-block;
  height: 1em;
  width: auto;
  vertical-align: top;
}
.icon-image.v-top {
  vertical-align: top;
}
.icon-image.v-middle {
  vertical-align: middle;
}
.icon-image.v-bottom {
  vertical-align: bottom;
}
.icon-image.v-baseline {
  vertical-align: baseline;
}
.icon-image.size-25 {
  height: 0.25em;
}
.icon-image.margin-25 {
  -webkit-margin-end: 0.25em;
          margin-inline-end: 0.25em;
}
.icon-image.size-50 {
  height: 0.5em;
}
.icon-image.margin-50 {
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
}
.icon-image.size-75 {
  height: 0.75em;
}
.icon-image.margin-75 {
  -webkit-margin-end: 0.75em;
          margin-inline-end: 0.75em;
}
.icon-image.size-100 {
  height: 1em;
}
.icon-image.margin-100 {
  -webkit-margin-end: 1em;
          margin-inline-end: 1em;
}
.icon-image.size-125 {
  height: 1.25em;
}
.icon-image.margin-125 {
  -webkit-margin-end: 1.25em;
          margin-inline-end: 1.25em;
}
.icon-image.size-150 {
  height: 1.5em;
}
.icon-image.margin-150 {
  -webkit-margin-end: 1.5em;
          margin-inline-end: 1.5em;
}
.icon-image.size-175 {
  height: 1.75em;
}
.icon-image.margin-175 {
  -webkit-margin-end: 1.75em;
          margin-inline-end: 1.75em;
}
.icon-image.size-200 {
  height: 2em;
}
.icon-image.margin-200 {
  -webkit-margin-end: 2em;
          margin-inline-end: 2em;
}

.arrow-collapser {
  cursor: pointer;
}
.arrow-collapser::before {
  display: inline-block;
  content: "▼";
  width: 1.25em;
  opacity: 0.5;
  font-size: 0.8em;
}
.arrow-collapser.collapsed::before {
  content: "▶";
}