/*
Table Of Contents

1.)  Typography
2.)  Default Styles
3.)  Container - Main
5.)  Content - Main
6.)  Footer - Main
7.)  Header - Main
8.) Error styles

===============================================*/

/*
 1.) Typography
----------------------------------------*/

@font-face {
  font-family: fallback-font-helvetica;
  ascent-override: 82%;
  descent-override: 20.5%;
  line-gap-override: normal;
  advance-override: 21;
  size-adjust: 92%;
  src: local(Helvetica);
  font-weight: 300;
}

@font-face {
  font-family: fallback-font-arial;
  ascent-override: 92%;
  descent-override: 22%;
  line-gap-override: normal;
  advance-override: 20;
  size-adjust: 93%;
  src: local(Arial);
  font-weight: 300;
}


@media (hover: none) {
  .tooltip-text {
    display: none;
  }
}

/* Background colors */

.bg-white {
  background-color: #fff;
}

.bg-white80 {
  background-color: #fcfbfb80;
}

.bg-light-beige,
.optprodnav-bg {
  background-color: #efece4;
}

.optresources-bg {
  background-color: #d7e8eb;
}

.bg-light-grey,
.bg-ececec,
.bg-f5f5f7,
.bg-f2f2f2,
.opt-module-grid-table-horiz tbody>tr:nth-child(2n+1),
.pd_gridlines-alternate tbody tr:nth-child(odd),
.pd_gridlines-alternate-col tbody>tr>td:nth-child(even),
.rowBkgrnd,
.bg-white .pd_colorbackground,
.bg-f1f1f1,
.boxes-surveillance>div,
.boxes-surveillance>div:nth-child(4)>div {
  background-color: #f2f2f2;
}

.bg-dark-grey,
.eyebrow,
.bg-545454 {
  background-color: #545454;
}

.bg-light-green,
.bg-e9f0d8,
.bg-edf1e4,
.bg-edf6e4,
.color-light-green,
.opt-module-more-info,
.opt-how-to-bg,
.bg-edf1e4 {
  background-color: #edf1e4;
}

.bg-light-green .border-gap-right::after,
.bg-edf6e4 .border-gap-right::after {
  border-bottom: 1px solid #edf6e4;
}

.bg-light-green .pd_gridlines-alternate tbody tr:nth-child(odd),
.bg-light-green .pd_gridlines-alternate-col tbody>tr>td:nth-child(even),
.bg-edf6e4 .pd_gridlines-alternate tbody tr:nth-child(odd),
.bg-edf6e4 .pd_gridlines-alternate-col tbody>tr>td:nth-child(even),
.bg-dfe8d5 {
  background: #dfe8d5;
}

.bg-green,
.bg-green-lt,
.bg-057f41,
.bg-47AC33,
.bg-00984a {
  background-color: var(--c_primary_dark);
}

.bg-dark-green,
.bg-144e1b,
.bg-737a15,
.bg-057f41 {
  background: #144e1b;
}

.bg-dark-green .pd_gridlines-alternate tbody tr:nth-child(odd),
.bg-144e1b .pd_gridlines-alternate tbody tr:nth-child(odd) {
  background: #21692a;
}

.bg-light-yellow,
.bg-yellow,
.bg-f7f6d3,
.bg-f9f9e4,
.bg-ffcc0029,
.color-light-orange {
  background: #f8f7e5;
}

.bg-f7f6d3 .pd_gridlines-alternate tbody tr:nth-child(odd),
.bg-light-yellow .pd_gridlines-alternate tbody tr:nth-child(odd) {
  background: #eceabd;
}

.bg-yellow-green,
.bg-95cb45,
.bg-99ca3d30 {
  background: #99ca3d;
}

.bg-light-blue,
.bg-ecf8f7,
.bg-d6eef6,
.bg-eaf4f6,
.bg-f0f9f8,
.bg-eaf1f7,
.breakoutfeature,
.color-light-blue,
.color-light-purple {
  background-color: #e0f2fd;
}

.bg-eaf4f6 .pd_gridlines-alternate tbody tr:nth-child(odd),
.bg-eaf4f6 .pd_gridlines-alternate-col tbody>tr>td:nth-child(even),
.bg-f6feff {
  background-color: #f6feff;
}

.bg-light-blue .pd_gridlines-alternate tbody tr:nth-child(odd),
.bg-light-blue .pd_gridlines-alternate-col>tbody>tr>td:nth-child(even),
.breakoutfeature .pd_gridlines-alternate tbody tr:nth-child(odd),
.breakoutfeature .pd_gridlines-alternate-col>tbody>tr>td:nth-child(even) {
  background: #ddeeee;
}

.bg-blue,
.bg-007db7,
.bg-magenta,
.bg-922d77,
.bg-184a74 {
  background-color: #085e85;
}

.bg-dark-blue,
.bg-283148,
.opt-cell-sorter-bg,
.bg-071622,
.bg-142142,
.bg-2b2e45,
.bg-00466a {
  background-color: #0b2457;
}

.bg-dark-blue .pd_gridlines-alternate tbody tr:nth-child(odd),
.bg-00466a .pd_gridlines-alternate tbody tr:nth-child(odd) {
  background: #276290;
}

.bg-dark-teal,
.bg-12696c,
.bg-026161,
.bg-023737 {
  background-color: #095f62;
}

.bg-orange,
.bg-orange-lt,
.bg-d63f37 {
  background: #d1460a;
}

.bg-red {
  background-color: #990000;
}

.bg-dbg-sig,
.bg-d91c5e {
  background-color: #a71d58;
}

/* CONTENT SPECIFIC */
.bg-158482,
.boxes-surveillance>div:nth-child(1) h3,
.boxes-surveillance>div:nth-child(2) h3 {
  background: #158482;
}

.bg-707375,
.boxes-surveillance>div h3,
.boxes-surveillance h3 {
  background: #707375;
}

.bg-green-gradient {
  background: #588a45;
  background: linear-gradient(0deg, rgba(88, 138, 69, 1) 0, rgba(2, 78, 39, 1) 100%);
}

.bg-black-gradient {
  background: #1d1d1d;
  background: linear-gradient(45deg, rgba(29, 29, 29, 1) 0, rgba(75, 75, 75, 1) 100%);
}

/* TEXT */
.bg-green,
.bg-red,
.bg-orange,
.bg-orange a,
.bg-dark-green,
.bg-dark-teal,
.bg-blue,
.bg-dark-blue,
.bg-dbg-sig,
.bg-green a,
.bg-red a,
.bg-dbg-sig a,
.txt-white,
.white,
#navcontentholder a.txt-white {
  color: #f1f1f1;
}

.txt-dark-green,
.optresources-bg a,
.optprodnav-bg a,
.bg-eaf4f6 a,
.bg-edf1e4 a .bg-light-beige a,
.bg-light-green a,
.bg-light-blue a,
.bg-light-grey a,
.bg-light-yellow a,
.txt-93225b,
.txt-0ba557 {
  color: #046c23;
}

.bg-yellow-green,
.bg-yellow-green a,
.txt-body,
.txt-333,
#navcontentholder a.txt-333 {
  color: #333;
}

.bg-dark-teal a,
.bg-blue a,
.bg-dark-blue a,
.bg-dark-green a,
.txt-light-green,
.bg-2b2e45 a,
.bg-283148 a,
.opt-cell-sorter-bg a,
.bg-071622 a,
.bg-142142 a,
.bg-2b2e45 a,
.bg-00466a a {
  color: #a4e482;
}

.txt-f60 {
  color: #d1460a;
}

.txt-f71e31 {
  color: #f71e31;
}

.txt-c93d41 {
  color: #c93d41;
}

.txt-blue,
.txt-007db7,
.txt-0877b7 {
  color: #007db7;
}

.txt-f2f2f2,
.opt-module-biologics-featured-drug-discovery-development p,
.opt-module-biologics-featured-drug-discovery-development h2 {
  color: #f2f2f2;
}

/* OTHER */
.dark-stroke,
.stroke-666 {
  border-color: #666;
}

.bg-283148.white,
.description .bg-283148.white {
  background-color: #283148;
}

.opt-module-hdr-wb-intro {
  background: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/western-world-bg.png) 670px center/30% no-repeat, linear-gradient(45deg, rgba(46, 44, 46, 1) 0, rgba(114, 113, 116, 1) 100%);
}

.opt-module-hdr-wb-sample-prep {
  background: url(/webroot/web/images/lsr/solutions/technologies/Western_World/opt-module-gtwy-feature-wb-sample-prep-bg.png) top right no-repeat, linear-gradient(45deg, rgba(47, 174, 166, 1) 0%, rgba(5, 116, 130, 1) 100%);
}

.opt-module-hdr-wb-transfer {
  background: rgba(13, 52, 82, 1) 0, rgba(36, 86, 125, 1);
  background: url(/webroot/web/images/lsr/solutions/technologies/Western_World/opt-module-gtwy-feature-wb-transfer-bg.png) center right -30%/90% no-repeat, linear-gradient(0deg, rgba(13, 52, 82, 1) 0, rgba(36, 86, 125, 1) 100%);
}

.opt-module-hdr-wb-better-electro {
  background: #ba2f10;
  background: url(/webroot/web/images/lsr/solutions/technologies/Western_World/opt-module-gtwy-feature-wb-electrophoresis-bg.png) 98% -5px/50% no-repeat, linear-gradient(90deg, rgba(186, 47, 16, 1) 0%, rgba(244, 125, 60, 1) 63%, rgba(186, 47, 16, 1) 100%);
}

.opt-module-hdr-wb-immunodetection {
  background: #428e18;
  background: url(/webroot/web/images/lsr/solutions/technologies/Western_World/opt-module-gtwy-feature-wb-immunodetection.png) 40px 0/95% no-repeat, linear-gradient(90deg, rgba(66, 142, 24, 1) 0%, rgba(112, 165, 29, 1) 63%, rgba(58, 148, 18, 1) 100%);
}

.opt-module-hdr-wb-image-acquisition {
  background: url(/webroot/web/images/lsr/solutions/technologies/Western_World/opt-module-hdr-wb-image-acquisition-bg.png) 455px 0/50% no-repeat, linear-gradient(45deg, rgba(184, 142, 22, 1) 0, rgba(247, 208, 92, 1) 100%);
}

.opt-module-hdr-image-analysis {
  background: url(/webroot/web/images/lsr/solutions/technologies/Western_World/opt-module-gtwy-feature-wb-image-analysis-bg.png) top right no-repeat, linear-gradient(45deg, rgba(27, 137, 24, 1) 0%, rgba(3, 117, 17, 1) 100%);
}

.opt-module-hdr-fsd-videos {
  background: url(/webroot/web/images/fsd/global/opt-module-hdr-fsd-videos.jpg) top right no-repeat #e7eff2;
  border-bottom: 0;
}

.opt-stain-free-wb-header {
  background: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/stain-free-wb-header.svg) 0 0 / 47% no-repeat, linear-gradient(45deg, rgba(200, 200, 202, 1) 0%, rgba(246, 241, 241, 1) 46%, rgba(200, 200, 202, 1) 100%);
}

.opt-stain-free-wb-header-no-img {
  background: linear-gradient(45deg, rgba(200, 200, 202, 1) 0%, rgba(246, 241, 241, 1) 46%, rgba(200, 200, 202, 1) 100%);
}

.opt-module-hdr-webinars {
  background: url('/webroot/web/images/lsr/support/webinars/webinar-header.jpg') 0 0/100% 100% no-repeat;
  border-bottom: 0;
}

.opt-module-hdr-psd-calculators {
  background: url(/webroot/web/images/ps/global/opt-module-hdr-psd-calculators.png) top right no-repeat #1a4f78;
}

.opt-module-ddpcr-masterclass-hdr {
  background: url(/webroot/web/images/lsr/support/webinars/ddpcr/opt-module-ddpcr-masterclass-hdr.jpg) no-repeat;
  color: #fff;
}

.path-node .disc-list li {
  list-style: inherit;
}

.path-node .no-arrow-link h4:before {
  content: "" !important;
}
p a:not(:has(img)) {
  background-image: linear-gradient(to right, #000 33%, #0000 33% 66%, #000 66%);
  background-position: right bottom;
  background-size: 300% .0625em;
  background-repeat: no-repeat;
  display: inline;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: var(--c_dark);
}

p a:not(:has(img)):hover,
p a:not(:has(img)):focus,
a#mngpref:hover,
a#mngpref:focus {
  background-position: left bottom;
  transition: background-position .5s;
  color: var(--c_dark);
}
/* Testimonials */
.quote-feature {
  margin: 20px 40px;
}

.quote-feature h3 {
  color: #00a650;
  font-size: 26px;
  font-style: italic;
  line-height: 30px;
}

.quote-feature h3::before {
  background: url(/webroot/web/images/lse/products/ap_biology/pullquote-open.png) no-repeat;
  content: " ";
  display: block;
  float: left;
  height: 49px;
  margin: 0 -69px 0 -40px;
  width: 69px;
}

.quote-feature h3::after {
  background: url(/webroot/web/images/lse/products/ap_biology/pullquote-closed.png) no-repeat;
  content: " ";
  display: inline-block;
  height: 49px;
  margin: -25px 0 -15px -20px;
  overflow: auto;
  width: 69px;
}

.quote-feature span {
  color: #000;
  display: block;
  font-family: var(--ff);
  font-size: 50%;
  text-transform: uppercase;
}

/* overlay background */
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.42) !important;
  opacity: unset !important;
}
.ui-widget-content a {
  color: var(--c_dark);
}
.ui-dialog-content.ui-widget-content a.greenbttn-css {
  color: #fff;
}
.ui-dialog-content.ui-widget-content a.greenbttn-css:hover {
  color: var(--c_dark);
}
.ui-dialog-content.ui-widget-content a.btn-primary,
.ui-dialog-content.ui-widget-content a.button {
  background-image: none;
  color: #fff;
}
.ui-dialog-content.ui-widget-content a.button.greenbttn:hover {
  color: var(--c_dark);
  background-color: transparent;
  border: 1px solid var(--c_dark);

}
.ui-dialog-content.ui-widget-content a.button:hover {
  background-image: none;
  color: var(--c_dark);
}
.ui-widget-content .captcha iframe {
  width: 100%;
  border: none;
}

.ui-widget-content table td,
.ui-widget-content table th {
  font-size: .888rem;
  line-height: 1.23rem;
  margin: 0;
  padding: .75em;
}

.customAssayTable,
.content-right {
  width: 100%;
}

.ui-dialog .ui-dialog-title {
  font-size: 1.33em;
  font-family: var(--ff);
  font-style: normal;
  font-weight: 300;
  padding: 0 0 0.5em;
  float: left;
  margin: 0;
  white-space: normal;
  width: 95%;
  overflow: auto;
  text-overflow: unset;
}

.ui-widget-content .downloadrightscontent div {
  height: auto !important;
}

.ui-widget-content #softwareDownloadSelectRightsDiv .red {
  color: #c00;
  font-weight: 700;
  padding: 10px 0;
}

.ui-dialog-content.ui-widget-content .cartModule_Oligo a.greenbttn {
  color: #fff;
}

.ui-dialog-content.ui-widget-content .cartModule_Oligo a.greybttn {
  border: 2px solid #01892a;
  background-color: #fafafa;
  color: #018328;
}

.ui-dialog-content.ui-widget-content .cartModule_Oligo a.greybttn:hover,
.ui-dialog-content.ui-widget-content .cartModule_Oligo a.greybttn:focus {
  border: 2px solid #01892a;
  background-color: #efeeee;
  color: #018328;
}

div.anonymous_text_Oligo h3 {
  padding: 10px;
  background: #ccc;
  color: #333;
  margin: 20px 0 10px;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--ff);
  line-height: 15px;
}

select.desalted_Option,
td.primerPCRProducts {
  float: right;
  margin-right: 10px;
  margin-top: 7px;
}

div.cartModule_Oligo {
  float: left;
  width: 94%;
}

table.customAssayTable_singleprimer {
  margin: 10px 0 0 38px;
  width: 100%;
}

table.customAssayTable_singleprimer td {
  vertical-align: top;
  padding: 5px 0;
}

.ui-dialog-content.ui-widget-content .cartModule_Oligo a.greybttn.primePCRbttn {
  background: none;
  border: none;
}

.assayTypeData {
  clear: both;
}

.ui-dialog-content.ui-widget-content .cartModule_Oligo a.greybttn.primePCRbttn:hover,
.ui-dialog-content.ui-widget-content .cartModule_Oligo a.greybttn.primePCRbttn:focus,
.ui-dialog-content.ui-widget-content .cartModule_Oligo a.greybttn.primePCRbttn:active {
  text-decoration: underline;
  color: #01892a;
}

.ui-dialog-content.ui-widget-content a.helpicon {
  float: left;
  height: 20px;
  width: 20px;
  margin: 5px;
  text-indent: -99999em;
  background: url(https://www.bio-rad.com/evportal/framework/skins/evolution/images/info_icon.png) no-repeat;
  background-size: 100%;
}

.ui-dialog-content.ui-widget-content select#assayTypeCode {
  width: 30%;
}

.ui-dialog-content.ui-widget-content div#helptipLink {
  max-width: 200px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 6px #ccc;
  position: absolute;
  padding: 10px 10px 0;
  z-index: 800;
  background: #fff;
}

.ui-dialog-content.ui-widget-content a#close {
  font-size: 14px;
  float: right;
  margin: -13px 0;
}

.ui-dialog-content.ui-widget-content .helptip span {
  font-size: 12px;
  display: block;
  line-height: 15px;
}

.ui-dialog-content.ui-widget-content div#helptipLink h3 {
  padding: 0 0 10px;
}

.ui-draggable .ui-dialog-titlebar {
  border-radius: 0;
}

.ui-dialog {
  z-index: 1000000000 !important;
  margin: 0 auto 20px;
  position: fixed !important;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  flex-direction: column;
  align-items: stretch;
}

.ui-dialog .ui-dialog-content {
  flex: 1;
  padding: 0;
}

div[id*="softwareDownloadMod"] {
  max-height: 100% !important;
}

div[id*=edit-rutext--] {
  display: flex;
  position: relative;
  padding: 20px 20px 0 30px;
  background: #f4fef5;
  border: 1px solid #ccc;
}

div[id*=edit-rutext--] p:first-child {
  padding-right: 10px;
}

div[id*=edit-rutext--] p:first-child::before {
  content: "";
  background: url(https://www.bio-rad.com/evportal/framework/skins/evolution/images/info_icon.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  margin-left: -18px;
  display: inline-block;
}

div[id*=edit-rutext--] a {
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: .5em 1.5em;
  white-space: nowrap;
  background: #d1460a;
  border: 2px solid #d1460a;
  color: #fff !important;
}

div[id*=edit-rutext--] a:hover {
  border: 2px solid #ea6004;
  background-color: #ea6004;
  color: #fff;
}

form[data-drupal-selector*="webform-submission-sds-webform-add"] .webform-flexbox {
  float: left;
  width: 100%;
}

div[id*="edit-phone-number-text"] p {
  padding: 10px 0 0;
  float: left;
}

form[data-drupal-selector*="webform-submission-sds-webform-add"] .webform-flex--1 .form-no-label input {
  margin: 0 0 5px;
}

form[data-drupal-selector*="webform-submission-sds-webform-add"] fieldset.form-wrapper {
  margin: 1em 0 0;
  float: left;
  width: 100%;
}

form[data-drupal-selector*="webform-submission-sds-webform-add"] .webform-options-display-side-by-side {
  display: flex;
  gap: 25px;
  margin-top: 5px;
}

form[data-drupal-selector*="webform-submission-sds-webform-add"] .webform-options-display-side-by-side>div {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .ui-dialog {
    display: table;
  }
}

/*
 2.) Default Styles
----------------------------------------*/
.caption>*,
.container-content .caption>* {
  display: inline;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

ol,
ul {
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* render html5 elements as block */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: unset;
  scroll-padding-top: 100px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  vertical-align: middle;
  border: 0;
  display: inline;
  -ms-interpolation-mode: bicubic;
  line-height: .5em;
}

/* #Basic Styles
================================================== */

body,
p,
li,
td {
  font-family: var(--ff);
  font-size: 1rem;
  line-height: var(--lh_4);
  color: var(--c_dark);
  margin: 0;
  padding: 0;
}

body .node-preview-container {
  position: relative;
}

/* #Links
================================================== */

a {
  color: var(--c_dark);
  text-decoration: none;
  transition: all .25s ease-out;
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  color: var(--c_primary_dark);
  text-decoration: underline;
}

a:visited {
  outline: 0;
}

:focus-visible {
  outline: 1px solid #10b441;
  box-shadow: 0 0 5px #0005;
}

a.white,
.white a:not(.btn):not(.bttn-block),
.white p a:not(.btn):not(.bttn-block),
p.white a:not(.btn):not(.bttn-block) {
  background-image: linear-gradient(to right, #fff 33%, #0000 33% 66%, #fff 66%);
  background-position: right bottom;
  background-size: 300% .0625em;
  background-repeat: no-repeat;
  display: inline;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #fff;
}

a.white:focus,
.white a:not(.btn):not(.bttn-block):focus,
a.white:hover,
.white a:not(.btn):not(.bttn-block):hover,
.white p a:not(.btn):not(.bttn-block):hover,
p.white a:not(.btn):not(.bttn-block):hover,
.white p a:not(.btn):not(.bttn-block):focus,
p.white a:not(.btn):not(.bttn-block):focus {
  background-position: left bottom;
  transition: background-position .5s;
  color: #fff;
}

/* #Heading H1, H2, H3, H4, H5, H6, P
================================================== */
h1 {
  font-size: 42px;
  line-height: 50px;
}

.solutionheader,
.feature-list2 h3.coh-heading,
.bottom-cont h3.coh-heading {
  font-family: var(--ff);
  font-size: 2.1em;
  line-height: 1.4em;
  margin-bottom: 1em;
  font-weight: 200;
}
.path-node .sm-hdr {
  font-size: var(--fs_h6);
  line-height: var(--lh_p);
  margin-bottom: .2rem;
  font-weight: 300;
}
.slim-form {
  max-width: 500px;
  margin: 0 auto;
}
h2,
.opt-module h2,
.path-node .tier2
.tier2,
.product-opt-l1 .three-col-row--simple h3,
.h3-tier,
p.coh-paragraph.promo-p-txt.h3-tier,
.container-content p.h3-tier {
  font-weight: var(--fw_h2);
  font-size: var(--fs_h2);
  line-height: var(--lh_h2);
  margin-bottom: 1em;
}
.promo-period-module-code p.h3-tier {
  margin-bottom: 0;
}

.opt-leaderboard h2 {
  font-size: var(--fs_h4);
}

h2.accord-list-hdr {
  padding: 5px 0 5px 10px;
  background-color: #f2f2f2;
  margin-top: -1px;
  border: 1px solid #ccc;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
}

h2.maintitle {
  font-size: 2.5em;
  line-height: 1.15em;
  margin: 0 0 .15em;
}

.opt-leaderboard h2 {
  font-size: 180%;
}

.header-container-content h2.descHeader,
h2.descHeader,
h2.tier3,
h2.tier4,
h3.coh-heading,
h3,
h4,
h5,
h6,
.corner-box-promo h2,
.coh-inline-element h3.coh-heading,
#accordionlist h4 {
  font-family: var(--ff);
  padding: 0;
  margin-bottom: 1em;
}

h3,
.solutionSectionsPageContents h5,
h3.opt-subhead,
h3.opt-subhead30,
h3.opt-subhead20,
h3.table-mid-hdr,
h3.h3subtitle,
.coh-inline-element h3.coh-heading,
.descHeader,
.header-container-content h2.descHeader,
.path-node .tier3 {
  font-size: var(--fs_h3);
  font-weight: var(--fw_h3);
  line-height: var(--lh_h3);
}

.opt-module .quote-feature h3,
h3.quote-feature {
  font-family: var(--ff);
  font-size: 26px;
  line-height: 30px;
  color: #00a650;
}

.tier4,
#marketo-min-capture h3,
.corner-box-promo h2,
#accordionlist h4 {
  font-size: 1em;
  line-height: inherit;
  margin-bottom: .25em;
}

.tier5 {
  font-size: .9em;
  line-height: 1.6em;
}

small {
  font-size: .9em;
  line-height: 1.6em;
}

.pd_table thead>tr>th,
.opt-module-table>thead>tr>th,
.opt-module-grid-table>thead>tr>th {
  font-family: var(--ff);
  font-weight: 700;
  vertical-align: bottom;
  text-align: left;
}

.path-node .vertalign-td-top>th,
.path-node .vertalign-td-top {
  vertical-align: top;
}

p {
  padding: 0 0 20px 0;
  font-weight: var(--fw_p);
}

#header-main p:last-child {
  padding-bottom: 0;
}

strong {
  font-weight: 400;
  font-family: var(--ff);
}
.page-node-type-product-faq strong.coh-inline-element div {
  font-weight: 700;
  font-family: var(--ff);
}

.upper-case {
  text-transform: uppercase;
}

.lower-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.path-node .flexgap5 {
  display: flex;
  gap: 5px;
}

.path-node .flexgap10 {
  display: flex;
  gap: 10px;
}

.path-node .flexgap15 {
  display: flex;
  gap: 15px;
}

.path-node .flexgap20 {
  display: flex;
  gap: 20px;
}

.path-node .left {
  float: left;
}

.path-node .no-top-margin,
.path-node .topmargin-zero {
  margin-top: 0;
}

.path-node .right {
  float: right;
}

.path-node .no-topmargin {
  margin-top: 0 !important;
}

.path-node .list-header,
.path-node .topmargin-pt75em {
  margin-top: .75em;
}

.wf-arrows .table-container,
.path-node .topmargin-05em {
  margin-top: 0.5em;
}

.rt-pddng-05,
.mid-align>li>div.rt-pddng-05 {
  padding-right: .5em;
}

#qtrlytable .right {
  float: none;
}

.no-bttm-pddng,
.path-node .no-bttm-pddng,
.path-node .opt-module.no-bttm-pddng {
  padding-bottom: 0;
}

.path-node .no-rt-margin {
  margin-right: 0;
}

.path-node .opt-module-noborder {
  border: 0;
}

.no-border-bottom-unstained,
.opt-module-grid-table td.nobttm-brdr,
.nobttm-brdr,
.page-node-type-product-category .opt-module.opt-module-noborder {
  border-bottom: 0;
}

.path-node .no-lt-margin {
  margin-left: 0;
}

.path-node .topmargin-1em,
.opt-module p.caption.top-margin {
  margin-top: 1em;
}

.path-node .margin-bottom20 {
  margin-bottom: 20px;
}

.path-node .paddingbttm-20 {
  padding-bottom: 20px;
}

.path-node .no-bttm-margin {
  margin-bottom: 0;
}

.path-node .lt-margin20 {
  margin-left: 20px;
}

.path-node .rt-margin20 {
  margin-right: 20px;
}

.paddingleft-180 {
  padding-left: 180px;
}

.path-node .paddingbttm-15 {
  padding-bottom: 15px;
}

.path-node .marginbttm-15 {
  margin-bottom: 15px;
}

.path-node .no-rt-padding {
  padding-right: 0;
}

.path-node .no-lt-padding {
  padding-left: 0;
}

.path-node .top-margin-neg {
  margin-top: -30px;
}

.path-node .top-margin-neg20 {
  margin-top: -20px;
}

.max100 {
  max-width: 100%;
}

.path-node .margin-bottom2em {
  margin-bottom: 2em;
}

.margin-bottom20 .table-list li {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
}

.table-list>li:last-child {
  padding-bottom: 0;
}

.corner-box-promo.margin-bottom20 img {
  padding: 0;
}

.opt-supply-center-wf {
  background-color: #f5f8e7;
}

.opt-module-split-feature .col-feature,
.opt-module-2col .left,
.opt-module-2col .right,
.opt-module-prod-2-col .left,
.opt-supply-center-wf .col-feature,
.opt-supply-center-wf .col-subfeature,
.opt-protein-discovery .col-feature,
.opt-fluorescent-intro .col-feature:nth-child(1) {
  width: 45%;
}

.cat-overview-feature .featured-heading,
.solution-headers,
.protein-markers-text,
.prestained-protein-ladders,
.into-paragraph-app-guide,
.opt-module .col-feature,
.opt-module .col-subfeature,
.opt-module .col-feature.left,
.imgtxt p,
.bioplex3dimg,
.pdp-promo-box .pdp-promo-box-text,
.filter_data_search,
#searchfiltersreagentslist,
.buttonsFunc,
.prodDescLink,
#filters,
#contact-box,
.selectSpecies,
.opt-lncrna-tools>img,
.mktoForm.mktoLayoutLeft textarea.mktoField {
  float: left;
}

.opt-module h3.opt-subhead-list {
  margin-bottom: 1.5em;
}

.list-full-col>li {
  clear: both;
  padding-right: 0;
  width: 100%;
  list-style: none;
}

.vertdivider {
  float: left;
  margin: 0 25px 0 20px;
}

.opt-supply-center-wf .list-set>li {
  min-height: 100px;
  display: flex;
  align-items: flex-start;
}

.opt-module-customize {
  background: url(/webroot/web/images/global/supply_center/spply-cntr-customized-bg.png) 550px 20px no-repeat#356677;
}

.opt-module-customize ul {
  margin-top: 0;
  width: 470px;
}

ul.list-set.list-four-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.list-set-th img {
  height: auto;
}

.list-set-th.list-set-close-rows img,
.optprodnav img {
  margin-right: 10px;
}

.optresources-bg ul.list-set.list-four-col li.textcenter {
  width: 195px;
  margin: 0;
  padding-bottom: 1.5em;
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }
}


/*= Unorder List
=======================================================*/
ul {
  list-style-type: inherit;
}

ol li,
ul li {
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-left: 2rem;
  list-style-type: inherit;
}

li {
  position: relative;
}

li:last-child {
  padding-bottom: 20px;
}

.ul li::before {
  content: "\ea19";
  float: left;
  font-family: var(--bi);
  font-weight: 900;
  font-size: 8px;
  color: #ff6600;
  line-height: 1em;
  position: absolute;
  top: 5px;
  left: 0;
}

.column-five {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-count-four {
  column-count: 4;
}

.column-count-three {
  column-count: 3;
}

.column-count-two {
  column-count: 2;
}

/* #Input
================================================= */

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}
select {
  background: url(../img/icon-down-caret.svg) no-repeat right 5px center !important;
  background-size: 1rem !important;
  appearance: none;
  background-color: #fff !important;
  -moz-appearance: none;
  -webkit-appearance: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
}

input,
textarea,
select {
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
  width: 100%;
  float: left;
  font-weight: 400;
  font-size: .888rem;
  line-height: 1.23rem;
  text-transform: none;
  padding: 0;
  margin: 0 0 .25rem;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  width: 100%;
  float: left;
  font-weight: 200;
  font-size: 1rem;
  color: #000;
  line-height: 26px;
  border: 1px solid #9b9b9b;
  background: #fff;
  border-radius: 0.25rem;
  outline: none;
  position: relative;
  padding: 0.75rem;
  margin: 0;
}

textarea {
  height: 100px;
  outline: none;
  resize: none;
}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
  color: #a1a1a1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a1a1a1;
}

::-moz-placeholder {
  color: #a1a1a1;
}

::-ms-input-placeholder {
  color: #a1a1a1;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  border-color: #f26803;
  box-shadow: rgba(0, 0, 0, .20) 0 0 5px;
}

.textcenter {
  text-align: center;
}

.textcenter img {
  margin: 0 auto;
}

.graybrd {
  border: 1px solid #ccc;
}

.Nobrd_left {
  border-left: 0 solid gray;
}

.Nobrd_top {
  border-top: 0 solid gray;
}

.brd-top {
  border-top: 1px solid #ccc;
}

.brd-right {
  border-right: 1px solid #ccc;
}

.ml0 {
  margin-left: 0;
}

.ml3 {
  margin-left: 3px;
}

.ml4 {
  margin-left: 4px;
}

.mb5 {
  margin-bottom: 5px;
}

.mr5 {
  margin-right: 5px;
}

.ml25-min {
  margin-left: -25px;
}

.mt5-min {
  margin-top: -5px;
}

.pdt2 {
  padding-top: 2px;
}

.pdb2 {
  padding-bottom: 2px;
}

.pdl2 {
  padding-left: 2px;
}

.pdr2 {
  padding-right: 2px;
}

.pdb5 {
  padding-bottom: 5px;
}

.pdl8 {
  padding-left: 11px;
}

.pdt10 {
  padding: 10px 0;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdl10 {
  padding-left: 10px;
}

.pdt14 {
  padding-top: 14px;
}

.pdb14 {
  padding-bottom: 14px;
}

.pdr14 {
  padding-right: 14px;
}

.pdl16 {
  padding-left: 16px;
}

.pdt20 {
  padding-top: 20px;
}

.pdl30 {
  padding-left: 30px;
}

.pdb0 {
  padding-bottom: 0;
}

.lfloat {
  float: left;
}

.rfloat {
  float: right;
}

/* #Buttons
================================================== */

button {
  background: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
}

button:hover,
button:focus,
button:active,
button:active:focus {
  box-shadow: none;
  outline: 0;
}

.btn,
.button,
input[type="button"],
input[type="submit"] {
  width: auto;
  float: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  vertical-align: middle;
  box-shadow: none;
  position: relative;
  appearance: none;
  transition: all .25s ease-out;
  cursor: pointer;
  margin: 0;
  color: #fff;
  background-color: var(--c_primary_dark);
  border: 1px solid var(--c_primary_dark);
  font-size: var(--fs_btn_md);
  padding: 11px 24px 11px;
  border-radius: 40px;
  line-height: 0.888rem;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
.button:hover,
.button:focus,
.button:active,
.button:active:focus,
.button.active,
.button.active:focus {
  color: var(--c_dark);
  text-decoration: none;
  border: 1px solid var(--c_dark);
  background: transparent;
}
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus {
  color: var(--c_dark);
  text-decoration: none;
  border: 1px solid var(--c_dark);
  background: transparent;
}

.btn:focus,
.button:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-out {
  width: auto;
  float: left;
  margin: 0 0 5px;
}

.prize .lrg {
  font-size: 24px;
  font-family: var(--ff);
  font-weight: 700;
}

.prize {
  display: flex;
  padding: 10px 10px 10px 0;
  gap: 5px;
}

.prize input.quantity-size {
  padding: 0 0 0 4px;
}

.sku-related-products .btn-list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.sku-related-products .btn-out {
  width: auto;
  margin: 0 15px 15px 0;
}

.sku-related-products .addtohotlistButton {
  margin-bottom: 15px;
}

.btn-white,
.bttn-grey {
  border: 1px solid var(--c_dark);
  background-color: transparent;
  color: var(--c_dark);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:active:focus,
.article .btn-white:hover,
.article .btn-white:focus,
.article .btn-white:active,
.article .btn-white.active:focus,
.bttn-grey:hover,
.bttn-grey:focus,
.bttn-grey:active,
.bttn-grey:active:focus,
.article .bttn-grey:hover,
.article .bttn-grey:focus,
.article .bttn-grey:active,
.article .bttn-grey.active:focus {
  border: 1px solid var(--c_primary_dark);
  background-color: var(--c_primary_dark);
  color: #fff;
}

.white .btn-white,
.white .bttn-grey {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.white .btn-white:hover,
.white .btn-white:focus,
.white .btn-white:active,
.white  .btn-white:active:focus,
.article .white .btn-white:hover,
.article .white .btn-white:focus,
.article .white .btn-white:active,
.article .white .btn-white.active:focus,
.white .bttn-grey:hover,
.white .bttn-grey:focus,
.white .bttn-grey:active,
.white .bttn-grey:active:focus,
.article .white .bttn-grey:hover,
.article .white .bttn-grey:focus,
.article .white .bttn-grey:active,
.article .white .bttn-grey.active:focus {
  border: 1px solid #fff;
  background-color: #fff;
  color: var(--c_dark);
}

.container-content .container.border-container a.button.buyNowLink {
  background: transparent;
  color: var(--c_dark);
  border: 1px solid var(--c_dark);
  margin-left: 5px;
}

.container-content .container.border-container a.bttn-block,
.container-content .container.border-container a.button {
  background-image: none;
  color: #fff;
}

.container-content .container.border-container a.bttn-block {
  display: inline-block;
}

.container-content .container.border-container a.button {
  display: inline-block;
  background: var(--c_primary_dark);
}

.container-content .btn-out .btn.greenbttn,
.container-content .btn-out .btn.btn-white {
  background-image: none;
  display: inline-block;
}

/* rest of the styles */
.container.border-container {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.container.border-container a:active,
.container.border-container a:focus{
  text-decoration: none;
  color: inherit;
}

.container.contact-us-redesign a:not(.coh-link):not(.btn),
a#mngpref,
.container.border-container a:not(.header):not(.bttn-css):not(.btn):not(.bttn-block):not(.newTabs):not(.pagenav a):not(.boxes-overall a):not(.grettextBttn1):not(.alltextBttn1):not(.a-unstyled):not(.add-to-my-documents):not(.remove-my-documents),
.resources--li-container a:not(.header):not(.bttn-css):not(.btn):not(.bttn-block):not(.newTabs):not(.pagenav a):not(.boxes-overall a):not(.grettextBttn1):not(.alltextBttn1):not(.a-unstyled) {
  /*padding-bottom: .0625em;*/
  background-image: linear-gradient(to right, #000 33%, #0000 33% 66%, #000 66%);
  background-position: right bottom;
  background-size: 300% .0625em;
  background-repeat: no-repeat;
  display: inline;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: var(--c_dark);
}

.pagenav a {
  color: var(--c_dark);
}

.container.border-container a.bttn-block,
.container.border-container a.button {
  background: none;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: var(--lh_4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  background-image: none;
}

.btn-lg {
  font-size: var(--fs_btn_lg);
  padding: 15px 24px 15px;
  border-radius: 48px;
  line-height: 0.888rem;
}

.btn-md {
  font-size: var(--fs_btn_md);
  padding: 11px 24px 11px;
  border-radius: 40px;
  line-height: 0.888rem;
}

.btn-sm {
  font-size: var(--fs_btn_sm);
  padding: 7px 16px 7px;
  border-radius: 32px;
  line-height: 0.888rem;
}

.btn-primary {
  color: #fff;
  background-color: var(--c_primary_dark);
  border: 1px solid var(--c_primary_dark);
}

.btn-outline-primary {
  color: var(--c_dark);
  background-color: transparent;
  border: 1px solid var(--c_dark);
}

.btn-secondary {
  color: #fff;
  background-color: var(--c_dark);
  border: 1px solid var(--c_dark);
}

.btn-outline-secondary {
  color: var(--c_dark);
  background-color: transparent;
  border: 1px solid var(--c_dark);
}

.btn-white {
  color: var(--c_dark);
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-link,
.btn-link-u {
  display: inline;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: var(--c_dark);
}
.btn-cta {
  display: inline;
  overflow: hidden;
  position: relative;
  text-decoration: underline;
  color: var(--c_primary_dark);
}

.cta-out a {
  font-size: var(--fs_sub);
}

.btn.btn-link {
  padding: 0 0 0.0625em;
  color: var(--c_dark);
  display: inline;
  font-weight: 300;
  border: 0;
  background-color: transparent;
}

.btn.btn-link-u {
  background-color: transparent;
  border: 0;
  color: var(--c_dark);
  display: inline;
  font-weight: 300;
  border-radius: 0;
}

.btn-link:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  bottom: -0.0625em;
  background: #000;
  height: 0.0625em;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.btn-link-u {
  background-image: linear-gradient(to right, #000 33%, #0000 33% 66%, #000 66%);
  background-position: right bottom;
  background-size: 300% 0.0625em;
  background-repeat: no-repeat;
}

.btn.btn-padding {
  margin-top: 4px;
  margin-left: 16px;
}

.feature-content-wrapper .btn.btn-padding {
  margin-left: 0;
  margin-top: 0;
}

.container a:active,
.container a:focus,
.container a:hover {
  text-decoration: none;
}

.btn-out .btn.btn-white {
  font-size: var(--fs_btn_md);
  padding: 11px 24px 11px;
  border-radius: 40px;
  color: var(--c_dark);
  background-color: transparent;
  border: 1px solid var(--c_dark);
  line-height: 0.888rem;
}

.btn-out .btn.greenbttn {
  font-size: var(--fs_btn_md);
  padding: 11px 24px 11px;
  border-radius: 40px;
  color: #fff;
  background-color: var(--c_primary_dark);
  border: 1px solid var(--c_primary_dark);
  line-height: 0.888rem;
}

.quick-order-form {
  max-width: 800px;
  margin: 0 auto 40px;
}

table#quickOrderTable {
  width: 100%;
  float: left;
  text-align: left;
  margin: 10px 0 30px;
}

table#quickOrderTable .header-ct-q {
  padding-right: 10px;
  padding-bottom: 10px;
}

table#quickOrderTable .header-pl {
  padding-left: 20px;
  padding-right: 10px;
}

.bttns-cart-quote {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.container.border-container .bttns-cart-quote a.btn-primary {
  background-image: none;
  padding: 15px;
  color: #fff;
}

.container.border-container .bttns-cart-quote a.btn-outline-secondary {
  background-image: none;
  padding: 15px;
}

/* #Flying focus
================================================== */

#flying-focus {
  position: absolute;
  margin: 0;
  background: transparent;
  visibility: hidden;
  pointer-events: none;
  box-shadow: -webkit-focus-ring-color 0 0 0 2px;
  border-radius: 0;
}

#flying-focus.flying-focus_visible {
  visibility: visible;
  z-index: 9999;
  transition-property: left, top, width, height, opacity;
  transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  box-shadow: -webkit-focus-ring-color 0 0 0 2px;
}

.flying-focus_target {
  outline: none !important;
  /* Doesn't work in Firefox :( */
}

/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
  border: 0 !important;
}

/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #flying-focus {
    box-shadow: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -3px;
  }
}


/* Skip - Button */
.skip-link {
  width: 180px;
  height: 44px;
  float: left;
  font-size: 15px;
  color: #fff;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  background: var(--c_primary_dark);
  border-radius: 0;
  transition: top 1s ease-out, background 1s linear;
  overflow: hidden;
  z-index: 100;
  position: absolute;
  z-index: 1001;
  top: -44px;
  left: 0;
  padding: 0;
  margin: 0;
}

.skip-link:hover,
.skip-link:focus,
.skip-link:active {
  top: 0;
  color: #fff;
  text-decoration: none;
  background: var(--c_primary_dark);
  box-shadow: rgba(0, 0, 0, .20) 0 0 25px;
  transition: top .1s ease-in, background .5s linear;
}


/*
 3.) Container - Main
----------------------------------------*/

#container-main,
.layout-container {
  width: 100%;
  float: left;
  background: #fff;
}

.container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 767px) {
  .container {
    max-width: 740px;
    padding: 0 20px;
  }
}

/*
 5.) Content - Main
----------------------------------------*/
#subheaddivider a.print-icon,
.form-item-consent-checkbox .description {
  display: none;
}

#content-main {
  width: 100%;
  float: left;
}
/*
#block-pagetitle h1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding-bottom: .75em;
  font-family: var(--ff);
}
*/
h1:last-child {
  margin-bottom: 1em;
}
/* Alert - Bar
----------------------------------------*/

.alert-bar {
  width: 100%;
  float: left;
  padding: 2px 0;
}

.alert-bar .box {
  width: 100%;
  float: left;
  border: 1px solid #d0d0d0;
  position: relative;
  padding: 15px 30px 10px 10px;
}

.alert-bar p {
  width: 100%;
  float: left;
  font-size: 11px;
  line-height: 16px;
  position: relative;
  padding: 0 0 0 22px;
}

.alert-bar p:before {
  content: "";
  width: 16px;
  height: 16px;
  float: left;
  background: url(../img/questionmark.png) no-repeat center center;
  background-size: 14px auto;
  position: absolute;
  top: 0;
  left: 0;
}

.alert-bar .icon-close {
  float: right;
  font-size: 12px;
  color: #000;
  line-height: 1em;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 7px;
}

.alert-bar .icon-close:hover,
.alert-bar .icon-close:focus,
.alert-bar .icon-close:active {
  color: #01892a;
}

.hidden,
#leftnav,
.vert_divider,
.visually-hidden,
.new-redesign-module {
  display: none;
}

input#selectYesclick {
  margin-right: 20px;
}

.greenbttn-css {
  color: #fff;
  background-color: var(--c_primary_dark);
  border: 1px solid var(--c_primary_dark);
}

.options-bttns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.options-bttns .bttn-css,
.save-pref-bttn .bttn-css {
  text-align: center;
  margin: 0 0 .5em;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  background-image: none;
  font-size: var(--fs_btn_lg);
  padding: 15px 24px 15px;
  border-radius: 48px;
  line-height: 0.888rem;
  color: #fff;
  background-color: var(--c_primary_dark);
  border: 1px solid var(--c_primary_dark);
}

.options-bttns .bttn-css:hover,
.save-pref-bttn .bttn-css:hover {
  color: var(--c_dark);
  background-color: transparent;
  border: 1px solid var(--c_dark);
}

.options-bttns .bttn-left {
  margin-right: 20px;
}

.cookies-consent-details img.opt-horizdivider {
  width: 100%;
}

.cookie-details-list {
  position: relative;
}

.cookie-details-list p,
.cookie-details-list li {
  font-size: 1rem;
  line-height: var(--lh_p);
  font-weight: var(--fw_p);
}

.required-cookies {
  background: #008000;
}

.required-cookies p,
.required-cookies .fa {
  color: #fff;
}

.analytics-cookies {
  background: #f1f0e4;
}

.cookie-details-list .on-off-switch {
  float: left;
  display: table-cell;
  padding: 0 20px 0 0;
}

.on-off-switch a {
  display: block;
  float: left;
  text-align: center;
  margin-right: 15px;
  text-decoration: none;
}

.on-off-switch a:hover {
  text-decoration: none;
}

.on-off-switch a .fa-check-circle:hover,
.on-off-switch a .fa-check-circle:focus {
  color: #006600;
}

.on-off-switch a .fa-times-circle:hover,
.on-off-switch a .fa-times-circle:focus {
  color: #cc0000;
}

.on-off-switch a.active .fa-check-circle {
  color: #006600;
}

.on-off-switch a.active .fa-times-circle {
  color: #cc0000;
}

.fa-check-circle,
.fa-times-circle {
  font-size: 46px;
  line-height: 36px;
  color: #ccc;
  display: block;
  font-weight: 400;
}

.on-off-switch span {
  display: block;
  font-size: 12px;
  font-family: var(--ff);
}

.cookie-details-list p,
.cookie-details-list .more-details {
  display: table-cell;
  vertical-align: top;
}

.cookie-details-list>div {
  position: relative;
  padding: 30px;
}

.three-columns-list {
  padding: 20px;
}

.three-columns-list li {
  line-height: 1.75em;
  float: left;
  width: 33%;
}

.save-pref-bttn {
  padding: 0 30px 0;
  display: table-cell;
  vertical-align: top;
}

.txt-img-consent p {
  padding: 0;
  line-height: var(--lh_p);
}

.on-off-switch .error-red {
  display: block;
  font-size: 11px;
  text-align: center;
  height: 20px;
  color: #ff0000;
  line-height: 13px;
  border-top: 5px solid red;
  width: auto;
  clear: both;
  padding-top: 5px;
}

.inlineErrorcookie {
  float: left;
  position: relative;
  color: #c00;
  font-weight: 700;
  width: 90%;
  display: block;
  padding: 30px 0 0;
}

.inlineErrorcookie .cookiewarning {
  float: left;
  margin-left: 22px;
  width: 100%;
  padding: 0 20px 10px;
  color: #c00;
  font-size: 12px;
  font-weight: 700;
  background: url(/webroot/web/images/icon_help.png) no-repeat;
}

/* ACD Cookies */
#wrapper.acdCookieContent .cookie-details-list {
  position: relative;
  padding: 0;
  width: 804px;
  margin: 0 0 0 10px;
}

#wrapper.acdCookieContent .txt-img-consent p {
  max-width: 550px;
  padding: 20px 0;
}

#wrapper.acdCookieContent .txt-img-consent img {
  position: absolute;
  right: 0;
}

#wrapper.acdCookieContent .cookie-details-list p,
#wrapper.acdCookieContent .cookie-details-list .more-details,
#wrapper.acdCookieContent .inlineErrorcookie .cookiewarning {
  text-align: left;
}

#wrapper.acdCookieContent .three-columns-list li {
  width: 50%;
}

#wrapper.acdCookieContent img.opt-horizdivider {
  width: 100%;
}

#wrapper.acdCookieContent .save-pref-bttn {
  padding: 20px 30px;
}

#wrapper.acdCookieContent #contentcountry {
  float: left;
}

#wrapper.acdCookieContent .cookiesSettings {
  float: left;
  padding: 0 20px;
}

/* Generic Styles */
/* TABLE STYLES */
table td[valign="top"] {
  vertical-align: top;
}

table thead>tr>th>center {
  font-weight: 700;
}

table,
.pd_table,
.opt-module-table,
.opt-module-grid-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
}
table td,
table th {
  padding: 0.75em;
  font-size: 0.888rem;
  line-height: 1.23rem;
}

.pd_table thead,
table.pd_gridlines,
table.opt-module-table,
.opt-module-grid-table,
table.pd_gridlines tr,
table.opt-module-table tr,
table.opt-module-grid-table tr,
.pd-table {
  border-bottom: 1px solid #ccc;
}

.pd_table tbody {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.pd_gridlines-alternate tbody tr:nth-child(odd),
.pd_gridlines-alternate-col tbody tr>td:nth-child(even) {
  background: #f4f4f4;
}

.bg_1 .pd_gridlines-alternate tbody tr:nth-child(odd),
.bg_1 .pd_gridlines-alternate-col tbody tr>td:nth-child(even) {
  background: #f4f4f4;
}

.bg_2 .pd_gridlines-alternate tbody tr:nth-child(odd),
.bg_2 .pd_gridlines-alternate-col tbody tr>td:nth-child(even) {
  background: #f4f4f4;
}

.corner-box-promo .bttn-block,
.corner-box-promo .bttn-block span,
.opt-module-grid-table-full,
.width100,
.tab-module-data,
.opt-image-lab-touch .corner-box-image-lab-touch-wf ul,
.opt-module-related-prod table,
.formModule form,
.form-clr7 form .mktoFormRow:nth-child(7)>div,
.form-clr7 form .mktoFormRow:nth-child(7)>div .mktoLabel,
.form-clr9 form .mktoFormRow:nth-child(9)>div,
.form-clr9 form .mktoFormRow:nth-child(9)>div .mktoLabel,
.formModule>form>.mktoFormRow>div input,
.formModule>form>.mktoFormRow>div select,
.SumoSelect>.CaptionCont {
  width: 100%;
}

.flex-2-col>li {
  width: 50%;
}

.width100 {
  height: auto;
}

.flex-3-col>li {
  width: 33.33%;
}

.flex-4-col>li {
  width: 25%;
}

.flex-5-col>li {
  width: 20%;
}

.leaf-border-tips>li:first-child,
.flex-container>li {
  margin-left: 0;
}

.leaf-border-tips .step {
  background: #ccc;
  margin: -20px -20px 20px;
  text-align: center;
}

.leaf-border-tips .step span {
  background: #fff;
  border-radius: 25px 25px 25px 25px;
  display: inline-block;
  margin: .3em 0;
  padding: .3em .5em;
  font-size: 30px;
  font-weight: bolder;
}

.m-5 {
  margin: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

/* content background */

.txt-orange {
  color: #d1460a;
}

#darkness {
  background: rgba(0, 0, 0, 0.42);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  display: none;
  pointer-events: none;
}

.nav-open #darkness,
.path-node .display-block {
  display: block;
}

.border-container {
  border: 1px solid #ccc;
  border-radius: 10px 10px 0 0;
  padding: 20px 20px 0;
  box-shadow: 0 0 10px #ccc;
  background: #fff;
}

#subheaddivider:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-bottom: 1.5em;
}

.search-block-form {
  padding: 15px;
  box-shadow: 0 0 10px #ccc;
  border: 1px solid #ccc;
  border-radius: 10px;
}

img.leftjustify {
  float: left;
  padding: 0 20px 0 0;
}

.corner-box.corner-box-table {
  padding: 0;
  margin-bottom: 20px;
}

.corner-box {
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 0 6px #bababa;
}

.corner-box-promo,
.opt-module .corner-box-promo {
  float: right;
  margin-left: 40px;
  width: 270px;
  padding: 10px;
}

.opt-module .corner-box {
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.corner-box.corner-box-table .pd_gridlines {
  margin: 0;
  border-left: 0;
  margin-top: -1px;
}

.corner-box.corner-box-table .pd_gridlines tr td:last-child {
  border-right: 0;
}

.corner-box.corner-box-table .pd_gridlines tr td:first-child {
  padding-left: 10px;
}

.pd_colorbackground {
  background: #f4f4f4;
}

/* About Program */
.lhm-list ul {
  list-style: none;
}

.lhm-list ul .about-prgm1,
.lhm-list ul .about-prgm2,
.lhm-list ul .about-prgm3 {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lhm-list ul .about-prgm1::before,
.lhm-list ul .about-prgm2::before,
.lhm-list ul .about-prgm3::before {
  display: none;
}

.row-outer-container {
  display: flex;
}

.coh-row-inner {
  overflow-x: hidden;
  position: relative;
}

.coh-row-inner>[class*=coh-col-xl]:nth-child(n+2):after {
  content: "";
  border: 1px solid;
  border-top: 0;
  border-bottom: 0;
  border-image: linear-gradient(to bottom, #ffffff00 0%, #bdbdbd 48%, #ffffff00 100%);
  border-image-slice: 1;
  position: absolute;
  top: 0;
  bottom: 0;
}

.lhm-list ul li {
  padding: 0 0 3px 15px;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  line-height: 20px;
}

.lhm-list ul li::before {
  content: "\ea19";
  float: left;
  font-family: var(--bi);
  font-weight: 900;
  font-size: 9px;
  color: #ff6600;
  line-height: 1em;
  position: absolute;
  top: 7px;
  left: 0;
}

@media (max-width: 767px) {
  .coh-row-inner>[class*=coh-col-xl]:nth-child(n+2):after {
    width: 100%;
    height: 1px;
    left: 0;
    top: -4px;
  }
}
@media (min-width: 768px) {
  #edit-flexbox {
    flex: 1 0 100%;
    align-items: center;
    gap: 20px;
    padding-top: 15px;
  }
  #edit-flexbox .webform-flex--1 {
    flex: none;
  }
}
@media (min-width: 768px) {
  .coh-row-inner>[class*=coh-col-xl]:nth-child(n+2):after {
    width: 2px;
    height: auto;
    left: -5px;
  }
}

.portal_center {
  float: left;
  width: 100%;
  font-size: 1rem;
  line-height: 22px;
}

.portal_center h5 {
  padding: 20px 0;
  font-weight: 600;
}

#contentmain h4 {
  padding: 0 0 15px;
}

img.contentmaindividegrey {
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
}

hr.content-divider-line {
  border-top: 1px solid #ccc;
  margin: 0 0 20px;
}

.list-code-conducts-files {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}

.list-code-conducts-files li {
  display: flex;
  padding: 5px;
  width: calc(100%/4);
  margin: 0;
}

.list-code-conducts-files a {
  margin: 5px;
}

/* Events */
.tableListEvents {
  padding: 0 0 15px;
}

.tableListEvents .coh-container {
  display: flex;
}

.tableListEvents li:last-child {
  padding-bottom: 0;
}

.coh-container.events-filter {
  display: flex;
  margin: 0 0 20px;
}

.coh-container.events-filter div {
  display: flex;
}

.coh-container.events-filter div label {
  padding: 0;
}

.coh-container.events-filter div .form-select {
  padding: 0 10px;
}

.coh-container.events-filter button {
  margin: 0 10px;
  background-image: linear-gradient(#f26803, #db5500);
  padding: 0 20px;
  color: #fff;
  border-radius: 4px;
}
.page-node-type-specialties .container,
.page-node-type-resources-services .container,
.coh-ce-c400c0b7 .container,
#footer-main .container,
.redesign-breadcrumb .container {
  max-width: 100%;
}

/*breadcrumb */
div#breadcrumb.redesign-breadcrumb .container {
  max-width: var(--max_c);
}

/* Default breadcrumb styling */
.breadcrumb-container {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 61px;
}

.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 20px 10px;
  font-size: 0.77rem;
  line-height: 1.11rem;
  font-family: var(--ff);
}

li.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  padding: 0;
}
li.breadcrumb-item a {
  color: var(--c_dark);
  font-weight: 300;
}
li.breadcrumb-item .breadcrumb-text {
  color: var(--c_dark);
}
.breadcrumb-item:not(:last-child)::after {
  content: ">";
  padding: 0 5px;
  font-size: 0.77rem;
  color: #000;
  text-decoration: none;
  width: 18px;
  height: 21px;
  display: inline-block;
}

/* Ellipsis and dropdown styling */
.breadcrumb-ellipsis {
  display: none;
  cursor: pointer;
  font-size: 1.2em;
  color: #666;
}

.breadcrumb-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding: 8px 0;
  margin: -10px 0 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  z-index: 1000;
  min-width: 150px;
}

li.breadcrumb-dropdown-item {
  padding: 5px 10px;
}

.breadcrumb-dropdown-item a,
.breadcrumb-dropdown-item span {
  text-decoration: none;
  color: var(--c_dark);
  font-weight: 300;
  display: block;
}

/* Mobile-specific styling */
@media (max-width: 768px) {
  .breadcrumb-item:not(:last-child) {
    display: none;
  }
  li.breadcrumb-item,
  li.breadcrumb-dropdown-item {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .breadcrumb-ellipsis {
    display: inline-block;
  }

  .breadcrumb-dropdown[hidden] {
    display: none;
  }

  .breadcrumb-dropdown:not([hidden]) {
    display: block;
  }
}

/* Visually hidden class for accessibility */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Banner Updates Globally */
.container>div.coh-container {
  max-width: var(--max_c);
  margin: auto;
}
.page-node-type-new-homepage .container div.coh-container.background-banner:nth-child(1) {
  margin: 0;
}
.container div.coh-container.background-banner:nth-child(1) {
  max-width: 100%;
  margin: 0 0 3rem;
  width: 100%;
}
.background-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 450px;
  width: 100%;
}

.background-banner figure {
  width: 100%;
}

.background-banner img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.banner-wrapper-pull-homepage,
.banner-wrapper-pull {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: var(--max_c);
  text-align: left;
  padding-right: 0;
  overflow: hidden;
}
.banner-wrapper-pull-homepage .banner-h1-text {
  flex-direction: row-reverse;
}
.banner-h1-text {
  display: flex;
  max-width: 100%;
  background: transparent;
  color: var(--c_dark);
  width: 100%;
  padding: 2em;
  position: relative;
  z-index: 1;
  text-align: left;
  margin: auto;
}


.banner-h1-text h1 {
  color: var(--c_dark);
  padding-bottom: 0;
  margin-bottom: 1rem;
}

.banner-wrapper-pull-homepage .banner-h1-text h1 {
  font-weight: var(--fw_h1_large);
  font-size: var(--fs_h1_large);
  line-height: var(--lh_h1_large);
  color: var(--c_dark);
  padding-bottom: 0;
  margin-bottom: 24px;
}

.banner-wrapper-pull-homepage .banner-h1-text>div {
  max-width: 55%;
  color: var(--c_dark);
}
.banner-h1-text>div {
  max-width: 60%;
  color: var(--c_dark);
}

/* Contact Us */
.dx8-details-content iframe {
  width: 250px;
  float: left;
  margin: 10px 0;
  border-right: 1px solid #ccc;
}

.border-container .coh-column.coh-col-xl-4 {
  padding-left: 20px;
  margin-bottom: 25px;
}

.border-container .coh-column.coh-col-xl-4 form {
  border: 1px solid #ccc;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
}

.border-container .coh-column {
  padding: 0;
}

#csContentLoading .loading-txt {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 200px 0;
}

#csContentLoading .loading-txt img {
  height: 16px;
}

.country-division-div {
  display: flex;
}

.country-division-div>ul {
  list-style: none;
  margin: 0 20px 20px 0;
  padding: 0;
  flex: 1;
}

.country-division-div>ul:nth-child(2) {
  margin: 0;
}

h2.corp-header {
  font-size: 24px;
  line-height: 30px;
  padding: 0 0 15px;
}
.rebrand .corp-container-div {
  margin-bottom: 3rem;
}
.corp-container-div.contact-content {
  margin: 10px 0 0;
}

label[for="edit-feedback-suggestions"] {
  font-weight: 700;
}

.form-required:before,
#edit-markup:before,
.required-indicator:before {
  content: "* ";
  color: #c00;
}

.form-item--error-message {
  color: #c00;
}

.form-item-consent-checkbox .form-item--error-message {
  transform: translate(0, -25px);
  width: 100%;
  position: absolute;
}

.captcha {
  float: left;
  width: 100%;
}

div#edit-markup {
  display: flex;
  gap: 5px;
}

div#edit-markup p {
  padding: 0;
  font-size: 0.888rem;
  line-height: 1.23rem;
}

.messages--error .messages__item+.messages__item,
.messages--error div ul:not(.messages__list),
.webform-confirmation-modal {
  display: none;
}

.messages--error .messages__item {
  margin-left: 5px;
}

.webform-ajax-form-wrapper .webform-flexbox {
  margin: 1em -0.5em 0;
  gap: 10px;
}

.form-item-consent-checkbox {
  clear: both;
  position: relative;
  align-items: baseline;
  padding: 0;
  display: flex;
  gap: 10px;
}

#webform-submission-feedbackandsuggestionsform-add-form .form-item-consent-checkbox.form-item {
  padding: 1em 0;
}

.form-item-consent-checkbox .description.no-border-line {
  border-top: 1px solid #ccc;
  padding: 5px 10px 15px 0;
}

.webform-submission-form .js-form-submit.button,
.webform-ajax-form-wrapper .js-form-submit.button {
  margin-bottom: 32px;
  font-size: var(--fs_btn_lg);
  padding: 15px 24px;
  border-radius: 40px;
  font-weight: 400;
}

#webform-submission-feedbackandsuggestionsform-add-form .form-item {
  padding: 5px 0;
  float: left;
}

/* Listing (Events / News) CSS */
.vertical-news {
  width: 100%;
  clear: both;
  margin-top: 1em;
}

.listing-div2 {
  margin-bottom: 10px;
}

.listing-div2 a,
.link-div2 a {
  font-weight: 700;
}

.listing-div {
  padding: .5em 0;
}

.link-div a {
  font-weight: 700;
}

.date-div,
.location-div,
.show-events-div {
  display: flex;
}

.show-events-div div {
  padding-right: 10px;
}

.location-div>div:before {
  content: " , ";
}

.location-div>div:first-child:before {
  content: " ";
}

div.pagerer-container {
  text-align: center;
  margin: 0.5em 0 1.5em;
  padding: 20px 0 0;
  border-top: 1px solid #ccc;
}

div.pagerer-center-pane ul.pager__items {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 15px;
  margin: 0;
}

div.pagerer-center-pane ul.pager__items li:last-child {
  padding: 0;
}

div.pagerer-center-pane ul.pager__items .pager__item.pagerer-prefix {
  border: 1px solid #666;
  padding: 5px;
}

div.pagerer-center-pane ul.pager__items .pager__item.pagerer-prefix span {
  padding: 0 5px;
}

div.pagerer-center-pane ul.pager__items .pager__item.pager__item--next,
div.pagerer-center-pane ul.pager__items .pager__item.pager__item--previous {
  font-size: 2em;
  border: 1px solid #666;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: inherit;
  margin: 0 10px;
  padding-top: 2px;
}

div.pagerer-center-pane ul.pager__items .pager__item.is-active a {
  font-weight: 700;
}

div.pagerer-center-pane ul.pager__items .pager__item a {
  text-decoration: none !important;
  color: #666;
  display: block;
  background-image: none !important;
}

#views-exposed-form-brc-events-listing-page-1 {
  display: flex;
  padding-bottom: 2em;
}

#views-exposed-form-brc-events-listing-page-1>div {
  padding-right: 10px;
}

/*PDP and SKU common css */
.newpdpclass .overlay-module h2.coh-heading {
  font-size: 20px;
  line-height: 22px;
}

.breakoutfeature ul.list-set.list-two-col {
  margin: 0;
}

.description .breakoutfeature {
  width: 978px;
  padding: 30px 20px;
  overflow: hidden;
  margin: 30px 0 20px -20px;
}

.description .breakoutfeature h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  font-family: var(--ff);
  margin: 0;
  padding: 0 20px 15px 0;
}

.btn-out .btn {
  padding: 0.25em 1em;
  font-size: 14px;
  line-height: 20px;
}

.newpdpclass .proddetailtab {
  margin: 0;
  width: 100%;
  border-top: 1px solid #ccc;
}

.sections {
  width: 100%;
  margin-top: .6em;
}

ul.newTabs {
  list-style: none;
  text-align: left;
  padding: 0;
  box-shadow: 0 6px 6px 0 rgb(51 51 51 / 29%);
}

ul.newTabs.is-fixed {
  position: fixed;
  top: 90px;
  width: 978px;
  z-index: 10;
  background: #fff;
}

.tab_center-new.offset-fixed {
  padding-top: 40px;
}

.newTabs li {
  display: inline-block;
  font-family: var(--ff);
  margin: 5px 10px 0 15px;
}

.newTabs li:last-child {
  padding-bottom: 10px;
}

.newTabs li a:hover,
.newTabs li a:focus {
  text-decoration: none;
  color: #01892a;
}

.newTabs li a.active {
  border-bottom: 4px solid green;
}

.newTabs li a {
  padding: 10px 0;
  color: #333;
  display: inline;
  background: none !important;
  font-size: 14px;
  line-height: 20px;
  transition: all .2 ease;
}

#contentmainwrapper .newpdpclass .description {
  padding: 20px 20px 35px;
}

.proddetailtab,
#contentmainwrapper .proddetailtab .description {
  width: auto;
}

.description {
  float: left;
  padding: 5px 10px 15px 0;
  width: 100%;
}

.newpdpclass .proddetailtab .fragment,
.newpdpclass #fragment-2,
.newpdpclass #fragment-doc.fragment {
  float: left;
  padding: 20px;
  margin-bottom: 10px;
}

.newpdpclass .fragment {
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.newpdpclass .fragment.no-border-line {
  border: none;
}

.pd_centeredcell,
div.plates .set .buttons .button a.addCart {
  text-align: center;
}

/* Special DIV for generic content */

.special-container ul.list-set.list-two-col.list-set-th {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
}

.special-container h5 {
  font-weight: 700;
}

/*Tutorials/Webinar Styles */
.accordion a.header,
h3.opt-module-grid-table-accordian-hdr {
  width: 100%;
  display: flex;
  margin: 0;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 5px;
  border-top: 1px solid #ccc;
  color: #000;
}

.opt-module h3.opt-module-grid-table-accordian-hdr {
  margin: 0;
  padding: 10px 5px;
}

.accordion a.header:before,
h3.opt-module-grid-table-accordian-hdr:before {
  content: "\ea2a";
  color: #01892a;
  position: relative;
  font-size: 1rem;
  margin: 0;
  font-family: var(--bi);
  padding-right: 5px;
}

.accordion a.header.selected:before,
h3.opt-module-grid-table-accordian-hdr.selected:before {
  content: "\ea20";
}

#tutorialsLandingContent table {
  width: 100% !important;
}

#table_list {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

#table_list td {
  padding: 5px;
  border: 1px solid #ccc;
  vertical-align: top;
}

#table_list tr:nth-child(odd) {
  background: #efefef;
}

#table_list tr:nth-child(even) {
  background: #fff;
}

#events_body .right {
  float: none;
}
a.new-target-image.external-links .feature-desciption-wrapper h4 div:after,
a.new-target-image:after {
  font-family: 'bioicons';
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea05";
  margin: 0;
  padding: 0;
}

/* country selector */
div#block-brccountryselectorformblock {
  max-width: 1200px;
  margin: 20px auto;
  text-align: left;
  padding: 15px;
  background: #fff;
}

.welcome-board {
  background: url(https://www.bio-rad.com/evportal/framework/skins/evolution/images/contentcountry_worldmap.gif) no-repeat center 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 6px #ccc;
  padding: 40px;
  margin: 20px 0 5px;
  text-align: left;
}

.welcome-board h1 {
  margin: 10px 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

select#otherSelect {
  max-width: 45%;
}

div#block-brccountryselectorformblock .brc-footer-links-block {
  font-size: 12px;
  font-family: inherit;
  text-align: center;
  width: 100%;
  display: block;
}

.country-table {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  font-size: 1rem;
  background: #fff;
  margin: 0.5rem auto;
  line-height: 1.5;
  border-radius: 10px;
  justify-content: space-between;
}

.country-label-header {
  font-weight: 700;
  background: #f0f0f0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #ccc;
}

.country-label-header h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding: 0;
}

.list-countries {
  display: flex;
  flex-direction: column;
}

.list-countries ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-countries ul li {
  margin: 0;
  line-height: 2em;
}

.country-row {
  display: flex;
}

.countries-list h3 {
  display: none;
}

.country-row-item {
  flex-grow: 1;
  padding: 0.5em;
  line-height: 2em;
  flex-basis: 150px;
  border-right: 1px solid #ccc;
}

.country-row-item:last-child {
  border: none;
}

.countrycolum1 {
  column-count: 2;
}

.country-row-item.u-Flex-grow2 {
  flex-grow: 10;
}

.top-border-line {
  border-top: 1px solid #ccc;
  justify-content: center;
}

.align-items-location {
  align-items: center;
  justify-content: center;
  padding: 1em;
  flex-direction: row;
  display: flex;
}

.logo-only img {
  width: 100px;
}
/* Error Styles */
.regional-error .container div.coh-container.background-banner.error-banners:nth-child(1) {
  padding: 2em 0 0;
}
.container div.coh-container.background-banner.error-banners:nth-child(1) {
  max-width: 1100px;
  width: 100%;
  padding: 2rem 0 3rem;
  margin: 0 auto;
  flex-direction: row;
  align-items: unset;
}
.coh-container.regional-suggesstions-module {
  margin: 0 auto;
  max-width: 1100px;
}
.coh-container.regional-suggesstions-module .views-exposed-form,
.coh-container.regional-suggesstions-module .sub-title {
  display: none;
}
.coh-container.regional-suggesstions-module h2 {
  padding: 3rem 0 1rem;
  border-top: 1px solid var(--c_dark);
}
.background-banner.error-banners figure {
  margin: 0;
}

.generic-standalone-container-div .background-banner.error-banners img {
  max-width: 100%;
  float: right;
  object-fit: cover;
  height: auto;
  border-radius: 0;
  position: relative;
}

.background-banner.error-banners .banner-wrapper-pull {
  position: relative;
  max-width: 605px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.error-banners .banner-h1-text {
  padding: 0;
}

.container .error-banners .banner-h1-text p {
  font-size: var(--fs_p);
  line-height: var(--lh_p);
  font-weight: var(--fw_p);
}

.error-banners .banner-h1-text a {
  font-size: var(--fs_p);
    line-height: var(--lh_p);
  font-weight: 300;
  overflow: visible;
}

.error-banners .banner-h1-text>div {
  max-width: 90%;
}

.error-banners .banner-h1-text h1 {
  font-size: 63px;
  padding-bottom: var(--s_6);
  line-height: 81px;
  font-weight: 200;
}

@media (max-width: 991px) {
  .container div.coh-container.background-banner.error-banners:nth-child(1) {
    flex-direction: column-reverse;
    padding: 0;
    flex-wrap: wrap;
  }

  .generic-standalone-container-div .background-banner.error-banners img {
    margin-bottom: 2rem;
    max-width: 300px;
  }

  .background-banner.error-banners figure {
    width: auto;
    margin: 0 auto;
  }

  .error-banners .banner-h1-text>div {
    max-width: 100%;
  }

  .error-banners .banner-h1-text,
  .coh-container.regional-suggesstions-module {
    padding: var(--s_6) var(--s_6) 0;
  }

  .error-banners .banner-h1-text h1 {
    font-size: var(--fs_h1);
    line-height: var(--lh_3);
    letter-spacing: var(--ls_h1);
  }

  .error-banners .banner-h1-text p {
    font-size: var(--fs_pf);
    line-height: var(--lh_4);
    letter-spacing: var(--ls_pf);
  }
}
@media (max-width: 576px) {
  .list-code-conducts-files li {
    width: calc(100%/2);
    padding: 4px;
  }

  .countrycolum1 {
    column-count: 1;
  }

  select#otherSelect {
    max-width: 100%;
  }

  .countries-list h3 {
    display: block;
    padding-bottom: 5px;
  }

  .country-row.country-label-header {
    display: none;
  }

  .country-row {
    display: flex;
    flex-direction: column;
  }

  .country-row-item,
  .country-row-item.u-Flex-grow2 {
    width: auto;
    flex-basis: auto;
    border-right: none;
  }
}

@media (max-width: 480px) {
  .list-code-conducts-files li {
    width: 100%;
    padding: 4px;
  }

  .errorContainer p.clear {
    max-width: 100%;
  }
}

/* FAQ */
.coh-container.faq-div p {
  padding: 15px 0;
  margin: 0;
}

/* buttons */
.desc-button-module .bttn-block {
  margin-top: 15px;
}

.bttn-block {
  display: inline-block;
}

.bttn-block span,
.bttn-css {
  border-radius: 48px;
  display: inline-block;
  text-align: center;
  padding: 15px 24px 15px;
  font-size: var(--fs_btn_lg);
  font-weight: 400;
  white-space: nowrap;
  line-height: 0.888rem;
}
@media (max-width: 991px) {
  .bttn-block span,
  .bttn-css {
    white-space: initial;
    max-width: 100%;
  }
  .banner-wrapper-pull-homepage,
  .banner-wrapper-pull {
    max-width: 100%;
  }
}
.bttn-block.bttn-block-sm span {
  font-size: .85em;
  padding: .5em .9em;
}

.bttn-green,
.bttn-orange,
.orangebttn-css {
  background-color: var(--c_primary_dark);
  border: 1px solid var(--c_primary_dark);
  color: #fff;
}

.bttn-green:hover,
.bttn-orange:hover,
.orangebttn-css:hover {
  border: 1px solid var(--c_dark);
  background-color: #fff;
  color: var(--c_dark);
}

.imgleft {
  float: left;
  margin: 0 15px 15px 0;
}

.product-label {
  font-weight: 700;
  font-family: var(--ff);
  font-size: 14px;
}

.view-brc-vertical-news .views-field-field-short-desc .field-content p {
  padding-bottom: 0;
}

.view-brc-vertical-news .views-field-field-short-desc .field-content {
  padding-bottom: 15px;
}

.view-brc-vertical-news .views-field-title a {
  font-weight: 700;
}

.view-brc-vertical-news .pagerer-container:first-child {
  display: none;
}

.view-brc-vertical-news .pagerer-container {
  border-top: 1px solid #ccc;
  padding: 20px 0 0;
}

.noOverlayTitle .ui-dialog-titlebar {
  display: none;
}

.scrollup {
  background: url(/webroot/web/images/lsr/global/english/products/electrophoresis/category_feature/global/top-button.png) no-repeat;
  top: 0;
  display: none;
  height: 47px;
  opacity: 1;
  position: fixed;
  right: 10%;
  text-indent: -9999px;
  width: 44px;
  z-index: 1;
}

.scrollup:hover {
  background: url(/webroot/web/images/lsr/global/english/products/electrophoresis/category_feature/global/top-button.png) no-repeat;
  height: 47px;
  opacity: .5;
  width: 44px;
  z-index: 1;
}

.pagenav.is-fixed {
  position: fixed;
  top: 80px;
  z-index: 10;
}

.pagenav.is-fixed+.opt-module {
  padding-top: 75px !important;
}

.pagenav {
  margin-left: -30px;
  padding: 10px 0 20px;
  width: 1108px;
  background-image: url('/webroot/web/images/opt/prodnav-bg.png');
  background-position: 10px bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.pagenav a {
  font-size: 12px;
  font-weight: 600;
  display: inline-block !important;
  background: none !important;
  line-height: 15px;
}

.pagenav a.active {
  color: #000;
}

.pagenav img {
  display: block;
}

.pagenav table {
  width: 100%;
  margin: 0;
  background: #fff;
  padding: 0;
  border-collapse: collapse;
}

.pagenav td {
  background-image: url('/webroot/web/images/opt/prodnav-divider.png');
  background-position: right center;
  background-repeat: no-repeat;
  text-align: center;
  font-family: var(--ff);
  vertical-align: middle;
  padding: 10px;
}

.pagenavfirst,
.pagenavhead {
  border: none;
}

td.pagenavlast {
  background-image: url('/webroot/web/images/opt/prodnav-no-divider.png');
  background-position: right center;
  background-repeat: no-repeat;
}

td.pagenavhead {
  padding: 0 20px 0 10px !important;
  background-image: url('/webroot/web/images/opt/prodnav-arrow.png');
  background-position: right center;
  background-repeat: no-repeat;
}

td.pagenavfirst {
  padding-left: 15px;
}

.pagenav h3 {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}

.cat-overview-feature-demo h5 {
  padding-bottom: .5em;
}

img.right,
div.right,
.float-div.right,
iframe.right {
  margin-left: 3rem;
  margin-bottom: 3rem;
}

img.left,
div.left,
.float-div.left,
iframe.left {
  margin-right: 3rem;
  margin-bottom: 3rem;
}

.list-set>li {
  margin-left: 0;
  padding-bottom: 30px;
  margin-bottom: 0;
}

ul.list-set.list-two-col,
ul.list-set.list-three-col,
ul.list-set.list-five-col,
ul.list-set.list-six-col {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 5%;
}

.opt-module .list-set h2 {
  font-size: 27.6px;
  line-height: 35px;
}

.opt-module-first {
  padding-top: 15px !important;
}

.opt-module .list-three-col img {
  height: auto;
  max-width: 281px;
}

.opt-module-hdr {
  min-height: 95px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.opt-module-hdr h2 {
  padding-bottom: 0;
}

.corner-box-promo img {
  float: right;
  padding-left: 15px;
}

.sup-list {
  padding-left: 1em !important;
  text-indent: -1em;
}

.list-bullets {
  margin-left: 0;
  overflow: auto;
  padding-left: 1.25em;
}

.legionella-module-feature {
  background: url(/webroot/web/images/fsd/products/water_testing/category_feature/global/Legionella_SkinnyBanner_4852.png) -222px -13px/165% no-repeat #00284e;
}

.list-bullets>li {
  float: left;
  padding-right: 5%;
  margin-bottom: 0;
}

.list-primary>li,
.list-set>li ul.list-primary li {
  list-style: disc;
  margin-bottom: 1rem;
}

.wrapped-list>li {
  margin-left: -1em;
  margin-bottom: 0;
}

.disc-list {
  list-style-type: disc;
}

.bar-graph-key {
  display: inline-block;
  height: 1em;
  margin-bottom: -.2em;
  overflow: hidden;
  width: 1em;
}

.circle {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: inline-flex;
  vertical-align: middle;
  margin: auto;
  background-color: #edf1e4;
}

table .circle {
  width: 3.5em;
  height: 3.5em;
}

.circle.font20-bold {
  width: 1.5em;
  height: 1.5em;
}

.circle span,
.water-testing-ig .circle>* {
  margin: auto;
}

.circle,
.circle>*,
.water-testing-ig>div:first-child>div:first-child,
.water-testing-ig>div:nth-child(4) .flex-container,
.water-testing-ig>div:nth-child(5) .flex-container,
.water-testing-ig .circle {
  align-items: center;
  margin: auto;
}

.inline-block {
  display: inline-block;
}

.flex-one {
  flex: 1;
}

.flex-container {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.opt-module.flex-container {
  margin-left: -10px;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-container>li,
.opt-module .flex-container>li {
  padding: 15px;
  text-align: left;
}

.flex-border>li {
  border: 1px solid #ccc;
  margin: 0 10px;
}

.flex-border>li:first-child {
  margin-left: 0;
}

.flex-border>li:last-child {
  margin-right: 0;
}

.flex-container .flex-vert-mid {
  align-self: center;
}

.path-node .stroke,
#contentmainwrapper .img-stroke .list-set img,
.path-node img.img-stroke,
.img-stroke img,
#contentmainwrapper div.img-stroke,
iframe.img-stroke {
  border: 1px solid #ccc;
}

.jp-background {
  background: #d3d3d3;
  filter: alpha(opacity=70);
  opacity: .7;
}

.jp-background .img-link-arrow-tgp img {
  filter: alpha(opacity=70);
  opacity: .7;
}

.demo-snipe {
  background: url(/webroot/web/images/lsr/global/english/solutions/technologies/Fluorescent-Western-Blotting/snipe-demo.png) no-repeat;
}

div#navcontentholder,
div#contentmain {
  vertical-align: top;
}

.list-float,
.wrapped-list {
  overflow: auto;
}

@font-face {
  font-family: "Guthen Bloots Basic";
  src: url("/webroot/web/css/fonts/Guthen%20Bloots%20Basic.otf") format("otf"), url("/webroot/web/css/fonts/Guthen%20Bloots%20Basic.woff2") format("woff2"), url("/webroot/web/css/fonts/Guthen%20Bloots%20Basic.woff") format("woff"), url("/webroot/web/css/fonts/Guthen%20Bloots%20Basic.ttf") format("truetype");
  font-display: swap;
}

.fa-2 {
  font-size: 2em;
  padding-right: 0;
}

.fa:after {
  content: "";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.opt-module.white ul li ul {
  display: inherit;
}

.opt-module .right.bleed {
  margin-right: -20px;
}

.opt-module .left.bleed {
  margin-left: -20px;
}

.opt-module .full-bleed {
  margin-left: -20px;
  margin-right: -20px;
}

.opt-module-partners-edu {
  background-color: #fbfbfd;
}

.centered-div {
  margin-left: auto !important;
  margin-right: auto !important;
}

.arrow-up15 {
  border-bottom: 15px solid #000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: 0;
}

.square-box {
  padding: .55em 1em;
}

.opt-module-ecl {
  padding-bottom: 0;
  padding-top: 0;
}

.opt-module-ecl-wb-substrate-background p {
  padding-top: 300px;
  width: auto;
}

.opt-module-ecl-wb-substrate-background ul {
  padding-left: 100px;
}

.opt-module-ecl-wb-substrate-background {
  background: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/luminol-mechanism.jpg) left 0/100% no-repeat;
  padding-top: 15px;
  padding-top: 0;
}

.corner-box h1,
.corner-box h2,
.corner-box h3,
.corner-box h4,
.corner-box h5,
.corner-box h5,
.corner-box p,
.corner-box li {
  clear: none;
}

.corner-box-promo,
.opt-module .corner-box-promo {
  float: right;
  margin-left: 40px;
  width: 270px;
  padding: 10px;
}

.corner-box-promo img {
  float: right;
  padding-left: 15px;
}

.corner-box-promo .list-set img {
  margin: inherit;
  padding: inherit;
}

.corner-box-promo p {
  font-size: 1em;
  line-height: 1.3em;
  margin-top: 0;
  padding-left: 0;
}

.corner-box-promo .bttn-block {
  margin: .5em 0;
}

.opt-module .corner-box-promo .bttn-block span,
.corner-box-promo .bttn-block span {
  font-size: var(--fs_btn_sm);
  padding: 7px 16px 7px;
  border-radius: 32px;
  line-height: 0.888rem;
}

.corner-box-promo .bttn-block:last-of-type {
  margin-bottom: 0;
  margin-bottom: 0;
}

.opt-module .corner-box-promo .dotteddivider,
.corner-box-promo .dotteddivider {
  margin: 15px 0;
  width: 100%;
}

.corner-box-promo .table-list img {
  float: none;
  padding: 0;
  vertical-align: middle;
}

.corner-box-promo .mktoFormRow>div {
  width: 96%;
}

.corner-box.corner-box-table .pd_gridlines {
  border-left: 0;
  margin: 0;
}

.corner-box.corner-box-table .pd_gridlines tr td:first-child {
  padding-left: 10px;
}

.eyebrow {
  color: #fff;
  font-weight: 400;
}

.corner-box .eyebrow {
  font-size: 14px;
  line-height: 20px;
  margin: -12px -12px 0;
  padding: 10px 0 10px 10px;
}

.no-left-border {
  border-left: 0 !important;
}

.bttn-block span {
  box-sizing: border-box;
}

.opt-module .corner-box-promo .bttn-block span {
  padding-left: 20px;
  padding-right: 20px;
}

.bttn-block-sm span {
  font-size: 90%;
  padding: 2px 15px;
}

.newpdpclass .description #pane_box_homepage,
.important-mssg {
  background: #f4fef5;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 1em;
  text-align: left;
  width: 100%;
}

.important-mssg>div:nth-child(1) {
  padding-right: .5em;
}

.important-mssg>div:nth-child(2) {
  flex-grow: 1;
  padding-right: 1em;
}

.pd_gridlines .important-mssg {
  padding: .5em;
}

.new-inline::before {
  content: url('/webroot/web/images/general/new-inline.png');
  content: url(/webroot/web/images/general/new-inline.png);
  display: inline;
  display: inline;
  margin-right: .2em;
  vertical-align: text-top;
  vertical-align: text-top;
}

.soon-inline::before {
  content: url('/webroot/web/images/general/soon-inline.png');
  display: inline;
  vertical-align: text-top;
}

.snipe-banner {
  margin-bottom: .1em;
}

.snipe-banner span {
  color: #fff;
  display: inline-block;
  font-family: var(--ff);
  font-size: .85em;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
  padding: 0 1em;
  position: relative;
  text-transform: uppercase;
}

.snipe-banner span:after {
  border-bottom: 18px solid transparent;
  border-left: 15px solid;
  content: '';
  display: inline-block;
  font-weight: 700;
  position: absolute;
  right: -15px;
  top: 0;
}

.snipe-new span {
  background-color: #d1460a;
}

.snipe-soon span {
  background-color: #028702;
}

.snipe-soon span:after {
  color: #028702;
}

.bttn-long {
  min-width: 150px;
}

.bttn-full>span {
  width: calc(100% - 20px);
}

.corner-box-promo .bttn-block span.bttn-long {
  font-size: 14px;
  padding: .5em;
  width: 237px;
}

.bttn-sm,
.opt-module .bttn-block span.bttn-sm {
  font-size: 14px;
  padding: .2em .8em;
}

img.pcp-th,
.pcp-th img {
  height: auto;
  max-width: 125px;
}

img.sku-th,
.sku-th img {
  height: auto;
  max-width: 160px;
}

img.sm-th,
.list-set.sm-th>li img {
  max-width: 85px;
  height: auto;
}

.document-icons img {
  width: 25px;
}

.apptech-opt fieldset.tab_center {
  background: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#contentmainwrapper.apptech-opt .description {
  margin: 0 !important;
  padding: 0;
  width: 100% !important;
}

#contentmainwrapper.apptech-opt .description .overview {
  margin: 0;
  width: 100%;
}

.apptech-opt .overview p {
  padding: 0 0 1em;
}

#contentmid .opt-module:last-child,
#iw_comp1509815421247>div:nth-last-child(-n+2) {
  border-bottom: 0;
  margin-bottom: -20px;
}

.overviewprodsm .important-mssg {
  float: left;
  margin: 1em -200px 0 0;
  width: 478px;
}

.overviewprodsm .important-mssg img:first-of-type {
  float: none;
  margin: inherit;
  padding: 0;
}

.cat-overview-feature {
  background: url(/evportal/framework/skins/evolution/images/bg_newprod.jpg) no-repeat top left;
  float: left;
  margin-top: 10px;
  padding: 20px 0 0 20px;
  position: relative;
  width: 320px;
}

.cat-overview-feature .featured-heading h5 {
  color: #555;
  display: inline;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}

.cat-overview-feature h3 {
  color: #555;
  float: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  max-width: 170px;
  padding-left: .25em;
}

.cat-overview-feature-content img {
  float: left;
  margin-top: 10px !important;
}

.cat-overview-feature-content-text {
  float: right;
  margin: 10px 15px 0 0;
  max-width: 167px;
}

.cat-overview-feature-content-text>p {
  float: none;
  margin: 0 0 .5em !important;
}

.cat-overview-feature-content-text ul {
  list-style-type: none;
  margin: .5em 0;
  padding: 0;
}

.cat-overview-feature-content-text>ul>li {
  background: url(/evportal/framework/skins/evolution/images/right_orange_arrow.png) no-repeat 0 .3em;
  padding-bottom: .5em;
  padding-left: 12px;
}

.featuredtxt {
  display: block;
  font-family: var(--ff);
  font-size: .8em;
  font-weight: 100;
  line-height: 140%;
  margin-bottom: -1.2px;
  margin-bottom: -.1em;
  padding-bottom: 0 !important;
}

h2 .featuredtxt {
  font-size: 55%;
}

h4 .featuredtxt,
.tier4 .featuredtxt {
  font-size: 75%;
}

.opt-module p {
  margin-top: 0;
}

.opt-module .filesize {
  font-size: 14px;
}

.opt-module {
  width: 100%;
  margin: 0 -22px 0 -20px;
  box-sizing: content-box;
  padding: 20px;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.country-sel-link {
  border: 1px solid #fefefe;
  padding: 5px 20px;
  margin: 10px;
  white-space: nowrap;
}

#divmsgtable {
  margin: 10px 0;
  width: auto;
}

#pane_box_homepage {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  background: #f4fef5;
  border: 1px solid #ccc;
}

#pane_box .delete,
#pane_box_homepage .delete {
  float: right;
  position: absolute;
  right: 5px;
  top: 2px;
  font-weight: 700;
  cursor: pointer;
}

#pane_box_homepage .leftcolumn_homepage {
  width: 25px;
  margin-top: 4px;
}

#pane_box_homepage [class^=bioicons-],
#pane_box_homepage [class*=bioicons-] {
  font-size: 1rem !important;
}

.leftcolumn_homepage {
  float: left;
  width: 10%;
  margin-left: 10px;
  margin-top: 0;
}

.rightcolumn_homepage {
  height: auto;
  margin: 5px 14px 0;
  overflow: auto;
}

.rightcolumn_homepage p:last-child {
  padding: 0 0 10px;
}

.rightcolumn_homepage p span {
  font-weight: 400;
}

.ui-dialog {
  padding: 36px;
  border-radius: 0;
}
.ui-dialog[aria-describedby="EUCookieContentHolder"] {
  padding: 0 0 30px;
}
#EUCookieContentHolder {
  max-height: 92% !important;
}

.ui-dialog[aria-describedby="EUCookieContentHolder"] .ui-dialog-titlebar,
.ui-dialog[aria-describedby="cookiesConsent"] .ui-dialog-titlebar,
.ui-dialog[aria-describedby="gpcOverlayID"] .ui-dialog-titlebar {
  display: none;
}

.txt-img-consent img {
  display: none;
}
#block-brceucookieprefstandaloneblock {
      display: flex;
        max-width: 980px;
        flex-direction: column;
        margin: 10px auto;
}
.ui-dialog[aria-describedby="cookiesConsent"],
.ui-dialog[aria-describedby="gpcOverlayID"] {
  margin: 1em 0;
  padding: 0;
  border-radius: 10px;
}

.ui-dialog[aria-describedby="cookiesConsent"] .ui-dialog-content,
.ui-dialog[aria-describedby="gpcOverlayID"] .ui-dialog-content {
  padding: 0;
}

.cookie-consent-txt,
.gpc-consent-txt {
  padding: 30px 50px 50px;
  text-align: center;
  position: relative;
}

.gpc-consent-txt .bioicons-x-close {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

p.privacy-title {
  font-size: 2.5em;
  margin: 0.75em 0;
  line-height: 1.2em;
}

p.privacy-desc {
  padding: 0 0 20px;
  text-align: left;
  margin: 0 0 1em;
}

.options-bttns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

div[aria-describedby="cookiesConsent"],
div[aria-describedby="gpcOverlayID"] {
  bottom: 0 !important;
  top: auto !important;
  left: 0 !important;
  border-radius: 0 !important;
  width: 100% !important;
  transform: none !important;
}

div[aria-describedby="cookiesConsent"].ui-widget.ui-widget-content,
div[aria-describedby="gpcOverlayID"].ui-widge.ui-widget-content {
  border: 0;
  border-top: 3px solid var(--c_dark);
}

div[aria-describedby="cookiesConsent"] p.privacy-title,
div[aria-describedby="gpcOverlayID"] p.privacy-title {
  font-size: 2em;
  margin: .2em 0;
  line-height: 1.2em;
  font-weight: bold;
}
div[aria-describedby="cookiesConsent"] p.privacy-title.noTitle {
  padding: 0;
  margin: 0;
  font-size: unset;
}

div[aria-describedby="cookiesConsent"] p.privacy-desc,
div[aria-describedby="gpcOverlayID"] p.privacy-desc {
  margin: 1em auto;
  max-width: 800px;
  padding: 0;
}

div[aria-describedby="cookiesConsent"] .cookie-consent-txt {
  padding: 30px 50px;
}

div[aria-describedby="cookiesConsent"] .options-bttns,
div[aria-describedby="gpcOverlayID"] .options-bttns {
  flex-wrap: wrap;
  padding: 20px 0 10px;
}

div[aria-describedby="cookiesConsent"] .options-bttns .bttn-left {
  margin: 0 10px 10px;
  min-width: 350px;
}

@media (max-width:767px) {
  #EUCookieContentHolder,
  .ui-dialog {
    padding: 20px;
  }

  div[aria-describedby="cookiesConsent"] p.privacy-title,
  div[aria-describedby="gpcOverlayID"] p.privacy-title {
    font-size: 1.2em;
  }

  div[aria-describedby="cookiesConsent"] p.privacy-desc,
  div[aria-describedby="gpcOverlayID"] p.privacy-desc {
    font-size: 0.85rem;
    line-height: var(--lh_4);
  }

  div[aria-describedby="cookiesConsent"] .cookie-consent-txt,
  div[aria-describedby="gpcOverlayID"] .gpc-consent-txt {
    padding: 20px;
    text-align: center;
  }
}

.selectyesClick {
  margin: 0 10px;
}

.downloadSoftwareContentId a {
  font-size: var(--fs_btn_lg);
  padding: 15px 24px 15px;
  border-radius: 48px;
  line-height: 0.888rem;
  display: inline-block;
  font-weight: 400;
  line-height: var(--lh_4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #fff;
  background-color: var(--c_primary_dark);
  border: 1px solid var(--c_primary_dark);
}

.downloadSoftwareContentId a:focus,
.downloadSoftwareContentId a:hover {
  color: var(--c_dark) !important;
  background-color: transparent !important;
  border-color: var(--c_dark) !important;
}
input.acceptRights {
  float: left;
}
label.sfr-download-label {
  display: inline;
  width: auto;
  max-width: 90%;
  margin: -0.2rem 0 .25rem 0.5rem;
}
.three-col-format {
  display: flex;
  padding: 30px 0;
}

.three-col-format img {
  max-width: none;
}

.sku-image {
  flex: 1;
}

.sku-content {
  flex: 2.5;
  margin: 0 15px;
}

.sku-content a {
  font-weight: 700;
  font-family: var(--ff);
  background-image: none !important;
}

.sku-ecommerce {
  flex: 2;
}

.num-desc i {
  font-size: 18px !important;
  line-height: 24px !important;
}

.num-desc a {
  background: none !important;
}

.document-lists div.num-desc div,
.document-list span:nth-child(1) {
  flex: 0 0 200px;
  padding: 10px;
  display: flex;
  gap: 10px;
}

.document-lists div div:nth-child(2) div {
  padding: 10px 0;
}

.document-list,
.document-lists div {
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: flex-start;
}
.document-lists div {
  width: auto;
}
.document-lists article[role="article"]:nth-child(odd),
.documents .document-lists>div:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.document-list {
  border-bottom: 1px solid #ccc;
  padding-left: 30px;
}

.document-list span {
  font-weight: 700;
  padding: 10px;
  font-family: var(--ff);
}

.document_col2 {
  width: 100%;
  justify-content: flex-start;
  padding: 10px 0;
  flex: 4;
}

.document-list span:nth-child(2),
.document-lists div div:nth-child(2) {
  flex: 4;
  padding: 10px 0;
}

.document-list span:nth-child(3),
.document-lists div div:nth-child(3) {
  flex: 0 0 18%;
  padding: 10px 0;
  text-align: center;
  align-items: center;
}

.page-node-type-product-detail .document-lists div div:nth-child(3) div[id*="documents-nonloggedin"] {
  display: block;
  flex: 1;
}

span[id*="addCartListLit"] {
  font-weight: 400;
  white-space: nowrap;
  line-height: 0.888rem;
}
span[id*="addCartListLit"] a {
  display: inline-block;
}
.specification .paragraph {
  display: flex;
  width: 100%;
  padding: 10px;
}

.specification div:first-child .paragraph {
  border-top: 1px solid #ccc;
}

.specification div:nth-child(odd) .paragraph {
  background: #f2f2f2;
}

.specification .paragraph div {
  flex: 1;
}

.media-tabs .active h2.tab-menu-header,
.media-tabs .active .tab-menu-text,
.image-caption-short p,
.image-caption-short h3,
.opt-module-wf h2,
.opt-module-wf h3,
.opt-module-wf p,
.ss-custom h3,
.ss-custom p,
.opt-cell-sorter-bg h2,
.opt-cell-sorter-bg h3,
.opt-cell-sorter-bg p,
.opt-bg-blk h2,
.opt-bg-blk p,
.opt-bg-blk ul,
.opt-western-blot-webinar h2,
.opt-western-blot-webinar p,
.opt-module-class-supplies h2,
.opt-module-class-supplies h3,
.opt-module-class-supplies p,
.opt-module-wf-foundational-research p,
.opt-module-wf-foundational-research h2,
.opt-module-wf-foundational-research h3,
.opt-module-wf-translational-research p,
.opt-module-wf-translational-research h2,
.opt-module-wf-translational-research h3,
.opt-module-wf-clinical-trials p,
.opt-module-wf-clinical-trials h2,
.opt-module-wf-clinical-trials h3,
.opt-module-wf-manufacturing p,
.opt-module-wf-manufacturing h2,
.opt-module-wf-manufacturing h3 {
  color: #fff;
}

.bg-edf1e4 ul.flex-container {
  display: flex;
}

.opt-leaderboard {
  box-sizing: border-box;
  display: table;
  height: 130px;
  padding: 20px;
  width: 100%;
}

.opt-leaderboard>div {
  display: table-cell;
  height: 100%;
  padding-right: 20px;
  vertical-align: middle;
}

.opt-leaderboard>div:last-of-type {
  padding-right: 0;
  text-align: right;
}

/* Tabs styles */
.product-tabs {
  border: 1px solid #ccc;
  border-radius: 10px;
  border-top-left-radius: 0;
  box-sizing: border-box;
  margin-top: 0;
  float: left;
  padding: 20px;
  width: 100%;
}

.opt-module-tabs #rotate .ui-tabs-nav {
  margin: 0;
  width: 960px;
  display: flex;
}

.opt-module-tabs .ui-tabs-nav li:first-of-type {
  padding-left: 20px;
  margin: 0 4px 0 0;
}

.opt-module-tabs .ui-tabs-nav>li {
  background: #e3e3e3;
  background: linear-gradient(0deg, rgba(235, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 70%);
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
  cursor: pointer;
  list-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 2px;
  min-width: unset;
  padding: 10px 20px;
  width: auto;
}

.opt-module #rotate ul.ui-tabs-nav li.ui-tabs-selected {
  background: #fff;
  margin-bottom: -1px;
  padding-bottom: 12px;
}

.opt-module #rotate ul.ui-tabs-nav a,
#rotate ul.ui-tabs-nav a span {
  background: none;
  height: auto;
  text-decoration: none;
  min-height: unset;
  width: auto;
}

.opt-module .ui-tabs-nav span {
  font-size: 14px;
  line-height: 18px;
}

.opt-module-tabs .product-tabs .ui-tabs-panel {
  border: 0;
  padding: 40px 20px 0 0;
  display: none;
}

.opt-module #rotate .middle>div ul.list-set p {
  clear: none;
  padding-left: 0;
}

.promo-div .product-view img {
  width: 270px;
  height: auto;
}

.promo-div .product-view a {
  font-family: var(--ff);
  font-weight: bolder;
}

.desc-button-module h3 {
  margin-bottom: 0;
  padding-bottom: 0em;
}

img.pdf-th,
.pdf-th img {
  height: auto;
  max-width: 70px;
}

.rightt-txt {
  text-align: right;
}

.flex-container>li.stroke,
.flex-container>li.stroke:first-child,
.flex-container>li.stroke:last-child {
  padding: 15px;
}

.opt-module div.ui-tabs-panel>.list-set:last-of-type {
  margin-bottom: -20px !important;
}

#rotate .ui-tabs-panel>.list-full-col>li {
  border-bottom: 2px dotted #ccc;
  margin-top: 30px;
  padding-bottom: 30px;
  margin-left: 0;
}

#rotate .ui-tabs-panel>.list-full-col>li:first-child {
  margin-top: 0;
}

#rotate .ui-tabs-panel>.list-full-col>li:last-child {
  border-bottom: 0;
}

.list-set {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.full-video {
  position: relative;
  padding-bottom: 56%;
}

.full-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-set iframe,
.list-set img {
  margin-bottom: 20px;
}

.list-set-th p {
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 0;
}

.list-set-th img,
.list-set-th iframe {
  float: left;
  margin-bottom: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
}

.list-set>li p:last-of-type {
  padding-bottom: 0;
}

.list-set>li ul,
.opt-module.white .list-set>li ul {
  display: flex;
  list-style: disc;
  flex-direction: column;
  padding-left: 1em;
}

.list-set>li ul li,
.opt-module-apps li {
  padding-bottom: .3em;
  list-style: none;
}

ul.opt-module-arrow-list {
  list-style-type: none;
}

ul.opt-module-arrow-list>li {
  margin: 0 0 2% 1.5em;
}

ul.opt-module-arrow-list li::before,
.list-set>li ul.opt-module-arrow-list li::before {
  content: "\ea19";
  float: left;
  font-family: var(--bi);
  font-weight: 900;
  font-size: 8px;
  color: #ff6600;
  line-height: 1em;
  position: absolute;
  top: 7px;
  left: -15px;
}

.list-set-th h3,
.list-set-th span.self-service-header {
  font-size: 1rem;
  line-height: 22px;
  font-family: var(--ff);
  font-weight: 700;
}

.list-set-th span.self-service-header {
  margin-bottom: 0;
}

/* two column flex */
ul.list-set.list-two-col {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  flex-flow: wrap;
}

.boxes-two-col>div {
  list-style: none;
  width: 47.5%;
  margin: 0 0 1em;
}

ul.list-set.list-two-col li ul li {
  width: 100%;
  margin: 0;
}

.linkpointer,
.linkpointer-blank,
.SumoSelect .select-all>span i {
  cursor: pointer;
}

.recommended-list div>div:last-child .three-col-format {
  border-bottom: none;
}

.corner-box .dotteddivider {
  margin: 10px 0 25px 0;
  padding: 0;
}

.opt-module .dotteddivider {
  clear: both;
  margin: 0 0 30px;
}

.dotteddivider {
  border-bottom: 2px dotted #ccc;
}

.path-node .opt-module-arrow-list>li,
ul.no-ul-style,
ul.no-ul-style>li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.mid-align>li {
  align-items: center;
}

.mid-align>li>div {
  display: table-cell;
  padding-right: 20px;
  vertical-align: middle;
}

.mid-align li img {
  margin-bottom: 0;
}

.list-set>li.stroke:last-of-type {
  padding-right: 20px;
}

.wf-arrows .table-container,
.topmargin-05em {
  margin-top: .5em;
}

.wf-arrows .table-container {
  min-height: 4em;
}

.wf-arrows .table-container>div {
  padding: .7em 1em;
}

.list-two-col>li:nth-child(2n+1),
.list-three-col>li:nth-child(3n+1),
.list-four-col>li:nth-child(4n+1),
.list-five-col>li:nth-child(5n+1),
.list-six-col>li:nth-child(6n+1),
.clearfloat,
.pdp-promo-box .opt-bttn-sm,
.spectral-overlay-left ul.two-col>li:nth-child(2n+1),
.spectral-overlay-left ul.two-col li:nth-child(2n+1),
br.clear,
cat-overview-feature-demo-txt,
.mktoFormRow>div:nth-child(2n+1) {
  clear: both;
}

.list-two-col>li:nth-child(2n),
.list-three-col>li:nth-child(3n),
.list-four-col>li:nth-child(4n),
.list-five-col>li:nth-child(5n),
.list-six-col>li:nth-child(6n),
.list-full-col.mid-align>li>div:nth-child(2),
.mid-align>li>div:last-child,
.opt-module-video-feature>.vertdivider,
.list-horiz-wf>li:last-child {
  padding-right: 0;
}

.list-two-col>li,
.flex-2-col.flex-col-stroke>li {
  width: 47.5%;
}

.list-three-col>li,
.flex-3-col.flex-col-stroke>li {
  width: 30%;
}

.list-four-col>li,
.flex-4-col.flex-col-stroke>li {
  width: 21.25%;
}

.list-five-col>li,
.flex-5-col.flex-col-stroke>li {
  width: 16%;
}

.list-six-col>li {
  width: 12.5%;
}

.top-border {
  border-top: 1px solid #ccc;
}

.top-margin {
  margin-top: 30px !important;
}

.wbguide-opt-feature-banner {
  background: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/WesternBlottingGuide-featured-skinny-bg.png) -106px 0/130% no-repeat #c2ddc4;
}

.paddingleft-180 {
  padding-left: 180px;
}

.paddingleft-180 h2 {
  margin-bottom: 0.3em;
}

td ul li,
th ol li,
.path-node .close-gap,
.path-node .close-gap-list li,
.path-node .list-primary.close-gap-list li {
  margin-bottom: .5em;
}

td ul li,
th ol li {
  margin-left: 0;
}

.list-full-col li {
  margin-left: 0;
}

.opt-module-biologics-background {
  background: url(/webroot/web/images/lsr/solutions/applications/drug_discovery/biologic-development.png) left 0/125% no-repeat;
}

.opt-module-biologics-background p {
  width: 555px;
}

.opt-module-biologics-featured-drug-discovery-development {
  background: url(/webroot/web/images/hmp/biologics-home-hero.png) right 0/100% no-repeat;
  background-color: #0a1525;
  min-height: 175px;
}

.opt-module-biologics-monoclonal-igg-background .bottles {
  margin: -22px 0 -75px;
}

.opt-module-biologics-monoclonal-igg-background .blueprint {
  height: auto;
  width: 188px;
}

.opt-module-split-feature-immun-standards .col-feature:first-of-type {
  width: 66%;
}

.opt-module-split-feature-immun-standards .col-feature:last-of-type {
  width: 25%;
}

#opt-assay-finder {
  background-image: url(/webroot/web/images/lsr/products/bioplex_suspension_array/category_feature/global/bio-plex-opt-assay-finder-feature.jpg);
}

.opt-bio-plex-premade-assays-jp .col-feature {
  width: 320px;
}

.bio-plex-post-it-opt-feature {
  background: url(/webroot/web/images/lsr/products/bioplex_suspension_array/category_feature/global/bio-plex-post-it-bckgrnd.jpg) 0 0 no-repeat #a2dba4;
}

.bio-plex-post-it-pcp-feature {
  background: url(/webroot/web/images/lsr/products/bioplex_suspension_array/category_feature/global/bio-plex-post-it-bckgrnd-pcp.png) 0 0 no-repeat;
}

.bio-plex-post-it-pcp-feature h2,
.bio-plex-post-it-pcp-feature h3 {
  font-size: 18px;
  line-height: 25px;
  padding-bottom: .2em;
  font-family: var(--ff);
  font-weight: 500;
}

.bio-plex-post-it-pcp-feature p,
.bio-plex-post-it-pcp-feature h3 {
  font: normal 13px Arial, sans-serif;
  line-height: 16px;
}

.bio-plex-post-it-pcp-feature .bttn-block span {
  border-radius: 4px;
  display: inline-block;
  font-family: var(--ff);
  text-align: center;
  padding: .3em 2em;
  font-size: inherit;
  font-weight: 400;
  white-space: nowrap;
}

.opt-module-bp-assay-dev-reagents .col-feature {
  width: 540px;
}

.opt-module-bp-assay-dev-reagents .col-subfeature {
  width: 300px;
}

.opt-module-resource-bioplex .col-feature {
  width: 600px;
}

.opt-module-resource-bioplex .col-subfeature {
  width: 240px;
}

.optprodnav-cfx .dotteddivider {
  margin-left: 0;
  padding-top: 1em;
}

.optprodnav-cfx img.cfx-img {
  float: right;
  height: auto;
  margin-top: -200px;
  width: 320px;
}

.optprodnav-cfx-demo {
  margin-top: -80px;
}

.optprodnav-tan {
  background-color: #efece4;
}

.opt-module-starbright {
  background: url(/webroot/web/images/lsr/products/antibody/category_feature/global/benefits-bg.jpg) no-repeat 685px 20px;
}

.opt-module-starbright .list-set {
  width: 690px;
}

.opt-module-buffers .col-feature {
  float: left;
  width: 540px;
}

.opt-module-buffers .col-subfeature {
  float: left;
  width: 260px;
}

.opt-module-clarity-feature {
  background-image: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/clarity-max-bg.jpg);
  background-repeat: no-repeat;
}

.opt-module-precisionab-feature {
  background-color: #103050;
  background-image: url(/webroot/web/images/lsr/products/antibody/category_feature/global/antibodies-precisionab-bg.jpg);
  background-repeat: no-repeat;
}

.opt-module-assay-dev-reagents .col-feature img {
  float: right;
  margin-right: -20px;
}

.opt-fluorescent-antibody {
  background-image: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/fluorescent-antibodies-bg.jpg);
  background-repeat: no-repeat;
  position: relative;
}

.opt-fluorescent-antibody>div:first-of-type {
  width: 480px;
}

.opt-fluorescent-antibody .corner-box-promo {
  background: rgba(4, 23, 52, 1);
  background: linear-gradient(to bottom, rgba(4, 23, 52, 1) 0%, rgba(41, 72, 117, 1) 100%);
  bottom: -10px;
  padding-bottom: 20px;
  padding-left: 1.2em;
  padding-right: 40px;
  position: absolute;
  right: -2em;
}

.opt-fluorescent-antibody .corner-box-promo p {
  margin-top: .6em;
}

.opt-module-wf-foundational-research {
  background: url(/webroot/web/images/lsr/solutions/applications/Cancer_Immunotherapy_Development/io-wf-foundational-research-bg.png) #113c5b top right no-repeat;
}

.list-horiz-wf {
  display: table;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.list-horiz-wf>li {
  display: table-cell;
  height: 100px;
  padding-bottom: 0;
  vertical-align: middle;
}

.list-horiz-wf>li:nth-child(odd) {
  padding-right: 8px;
}

.list-horiz-wf>li:nth-child(even) {
  padding-right: 20px;
  width: 100px;
}

.list-horiz-wf img {
  height: auto;
  width: 80px;
}

.list-horiz-wf h3 {
  font-size: 12px;
  line-height: 16px;
}

.list-horiz-wf-module-arrow::after {
  border-bottom: 20px solid #000;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  content: '';
  display: block;
  height: 0;
  margin: 0 auto -13px;
  width: 0;
}

.opt-module li.list-horiz-wf-module-arrow {
  line-height: 0;
}

.list-horiz-wf>li:nth-of-type(1).list-horiz-wf-module-arrow::after {
  border-bottom: 20px solid #113c5b;
}

.opt-module-wf-translational-research {
  background: url(/webroot/web/images/lsr/solutions/applications/Cancer_Immunotherapy_Development/io-wf-translational-research-bg.png) #577e94 top right no-repeat;
}

.list-horiz-wf>li:nth-of-type(3).list-horiz-wf-module-arrow::after {
  border-bottom: 20px solid #577e94;
}

.opt-module-grid-table hr.linkrow,
.opt-module-immunotherapies>p:nth-of-type(7),
.opt-module-multiplex-webinars h2,
.opt-module-multiplex-webinars p,
.opt-module-assay-dev-reagents .col-feature ul,
.opt-module-wf-translational-research p:nth-of-type(1),
.opt-module-wf-manufacturing p:nth-of-type(2),
.opt-module-testimonial-erin .quote-feature,
.opt-module-wf-esc-isolation p:nth-of-type(1),
.opt-module-wf-downstream-analysis p:nth-of-type(2) {
  width: 70%;
}

.list-horiz-wf>li:nth-of-type(5).list-horiz-wf-module-arrow::after {
  border-bottom: 20px solid #4a8a8a;
}

.opt-module-wf-manufacturing {
  background: url(/webroot/web/images/lsr/solutions/applications/Cancer_Immunotherapy_Development/io-wf-manufacturing-bg.png) #26383c top right no-repeat;
}

.list-horiz-wf>li:nth-of-type(7).list-horiz-wf-module-arrow::after {
  border-bottom: 20px solid #26383c;
}

.opt-protein-discovery {
  background: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/2d-electrophoresis-wf-module.jpg) no-repeat;
}

.opt-chemidoc-fluorescent {
  background: url(/webroot/web/images/lsr/products/imaging_bioinformatics/category_feature/global/image-lab-touch-bg.png) right 50px/40% no-repeat;
  border-bottom: 0;
}

.opt-cell-sorter {
  background: url(/webroot/web/images/lsr/products/flow_cytometry/category_feature/global/s3e-cell-sorter-bg.png) 85% 60px no-repeat;
  background-color: #d7e8eb;
}

.opt-cell-sorter-bg {
  background-color: #283148;
  border-bottom: 0;
}

.opt-bg-blk-crispr {
  background: url(/webroot/web/images/lse/products/crispr-gene-editing-kits/category_feature/global/CRISPR-gene-editing-kit.jpg) 400px 0 /65% no-repeat #000;
  background-color: #000;
}

.opt-image-lab-touch {
  background: url(/webroot/web/images/lsr/products/imaging_bioinformatics/category_feature/global/image-lab-touch-bg.png) right 10px/35% no-repeat;
  border-bottom: 0;
  padding-bottom: 0;
}

.opt-image-lab-touch ul {
  width: 58%;
}

.opt-image-lab-touch-app-tech {
  background: url(/webroot/web/images/lsr/products/imaging_bioinformatics/category_feature/global/image-lab-touch-bg.png) right 10px no-repeat;
  background-color: #e8f7f8;
  border-bottom: 0;
  padding-bottom: 0;
}

.opt-image-lab-touch-app-tech p {
  width: 575px;
}

.opt-module-edu-lab {
  background: url(/webroot/web/images/lse/products/equipment_supplies/category_feature/global/edu-lab-bg.png) top right no-repeat #454c5f;
}

.opt-module-edu-lab p {
  max-width: 560px;
}

.opt-module-car-t-cell-monitoring {
  background: url(/webroot/web/images/lsr/products/amplification_pcr/category_feature/global/car-t-cell-monitoring-bg.png) no-repeat #00070f;
  border: 0;
}

.opt-module-cafe-webinar {
  background: url(/webroot/web/images/lsr/support/webinars/Coffee_Chat/Coffee_Chat_Desktop.jpg) #579489 top right no-repeat;
}

.corner-box-image-lab-touch-wf {
  background-color: #f1f3f7;
}

.corner-box-image-lab-touch-wf .list-set>li {
  background: url(/webroot/web/images/lsr/products/imaging_bioinformatics/category_feature/global/blue-arrow.png) 98% 40% no-repeat;
  padding-bottom: 0;
}

.corner-box-image-lab-touch-wf .list-set>li:last-of-type {
  background: 0;
}

.corner-box-stainfree {
  background: url(/webroot/web/images/lsr/global/english/products/imaging_bioinformatics/category_feature/global/stain-free-enable.jpg) 98% 15px no-repeat;
}

.corner-box-flexibility-dye .vertdivider {
  margin-right: 0;
  padding: 0 10px;
}

.opt-image-lab {
  background: url(/webroot/web/images/lsr/products/imaging_bioinformatics/category_feature/global/image-lab-bg.png) 96% 80px no-repeat;
}

.opt-western-blot-webinar {
  background: url(/webroot/web/images/lsr/products/imaging_bioinformatics/category_feature/global/opt-western-blot-webinar.jpg) no-repeat;
  border-bottom: 0;
}

.opt-sub-advantages-tpn {
  max-width: 450px;
}

.opt-sub-advantages-tpn .left {
  background: url(/webroot/web/images/lsr/solutions/technologies/protein_electrophoresis_blotting_and_imaging/western_blotting/opt-sub-advantages-tpn-bg.png) top right/22px 2px no-repeat;
}

.opt-sub-advantages-tpn img {
  height: auto;
  max-height: 160px;
}

.opt-sub-advantages-tpn>div:nth-of-type(1) {
  float: left;
  margin-right: 0;
  max-width: 210px;
}

.opt-sub-advantages-tpn>div:nth-of-type(2) {
  float: right;
  margin-left: 0;
  max-width: 240px;
}

.opt-app-tech-tpn-intro {
  background: url(/webroot/web/images/lsr/solutions/technologies/protein_electrophoresis_blotting_and_imaging/western_blotting/app-tech-tpn-intro.png) right 20px no-repeat;
}

.opt-app-tech-tpn-intro .spacer-img {
  height: 270px;
  width: 230px;
}

.opt-tpn-pub-guildelines {
  background-image: url(/webroot/web/images/lsr/solutions/technologies/protein_electrophoresis_blotting_and_imaging/western_blotting/opt-tpn-pub-guildelines.png);
  background-position: right 20px;
  background-repeat: no-repeat;
}

.opt-tpn-pub-guildelines .spacer-img {
  height: 185px;
  width: 253px;
}

.opt-fluorescent-app-tech img {
  margin: 0 30px -3px 40px;
}

.opt-apptech-cannabis-intro {
  background: url(/webroot/web/images/fsd/solutions/cannabis-testing/cannabis-testing-intro-bg.png) center right no-repeat;
}

.opt-apptech-cannabis-microbial-testing {
  background: url(/webroot/web/images/fsd/solutions/cannabis-testing/microbial.png) bottom right no-repeat #e7f1e7;
  border-bottom: 0;
}

.opt-apptech-cannabis-microbial-testing-pcr {
  margin: 0 0 -20px 20px;
}

.opt-apptech-cannabis-microbial-testing-illustration {
  margin-right: 5px;
  width: 160px;
}

.opt-module-biomarker-genomic-bg {
  background: url(/webroot/web/images/lsr/solutions/applications/protein_functional_analysis/biomarker_analysis/biomarker-genomic-bg.png) top right no-repeat #051a49;
  border-bottom: 0;
}

.list-horiz-wf.list-horiz-wf-biomarkers>li:nth-of-type(1).list-horiz-wf-module-arrow::after {
  border-bottom: 20px solid #051a49;
}

.opt-module-biomarker-cellular-bg {
  background: url(/webroot/web/images/lsr/solutions/applications/protein_functional_analysis/biomarker_analysis/biomarker-cellular-bg.png) top right no-repeat #142c74;
  border-bottom: 0;
}

.list-horiz-wf.list-horiz-wf-biomarkers>li:nth-of-type(3).list-horiz-wf-module-arrow::after {
  border-bottom: 20px solid #142c74;
}

.opt-module-biomarker-proteomic-bg {
  background: url(/webroot/web/images/lsr/solutions/applications/protein_functional_analysis/biomarker_analysis/biomarker-proteomic-bg.png) top right no-repeat #23531a;
  border-bottom: 0;
}

.list-horiz-wf.list-horiz-wf-biomarkers>li:nth-of-type(5).list-horiz-wf-module-arrow::after {
  border-bottom: 20px solid #23531a;
}

.list-horiz-wf.list-horiz-wf-biosimilar-purification>li:nth-of-type(1).list-horiz-wf-module-arrow::after {
  border-bottom: 20px solid #093;
}

.list-horiz-wf.list-horiz-wf-biosimilar-impurity>li:nth-of-type(3).list-horiz-wf-module-arrow::after {
  border-bottom: 20px solid #0599cb;
}

.list-horiz-wf.list-horiz-wf-biosimilar-comparability>li:nth-of-type(5).list-horiz-wf-module-arrow::after {
  border-bottom: 20px solid #003;
}

.list-horiz-wf.list-horiz-wf-biosimilar-characterization>li:nth-of-type(7).list-horiz-wf-module-arrow::after {
  border-bottom: 20px solid #4e891f;
}

.immunotherapy-launch-opt-feature {
  background: url(/webroot/web/images/lsr/products/bioplex_suspension_array/category_feature/global/immunotherapy-launch-opt-feature.jpg) 120px -25px no-repeat #256a9e;
}

.opt-leaderboard-qxone {
  background: url(/webroot/web/images/hmp/QXONE_HPB_4175_LGao.jpg) 390px -25px/54% no-repeat #0f1616;
}

.crispr-overview {
  background: url(/webroot/web/images/lse/solutions/applications/preparing_for_class/classroom_resources/crispr-overview.jpg) right -30px no-repeat;
}

.crispr-applications {
  background-image: url(/webroot/web/images/lse/solutions/applications/preparing_for_class/classroom_resources/crispr-applications-bg.png);
  background-position: 530px -10px;
  background-repeat: no-repeat;
  background-size: 45%;
}

.crispr-overview p {
  max-width: 580px;
}

.EFC-opt-feature-banner {
  background: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/EFC_OPT_Banner.png) 0 0 no-repeat #617c58;
}

.everyblot-launch-opt-feature {
  background: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/everyblot-blocking-buffer-featured-skinny-bg.png) 26px -16px no-repeat #251849;
}

.everyblot-launch-opt-feature-banner {
  background: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/everyblot-blocking-buffer-featured-bg.png) 42px 0 no-repeat #251849;
}

.wbguide-launch-opt-feature {
  background: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/WesternBlottingGuide-featured-skinny-bg.png) -106px -3px no-repeat #c2ddc4;
}

.wbguide-launch-opt-feature>div:first-of-type {
  padding-left: 150px;
}

.wbguide-opt-feature-banner {
  background: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/WesternBlottingGuide-featured-skinny-bg.png) -106px 0/130% no-repeat #c2ddc4;
}

.opt-module .membrane-labels p.caption:first-of-type {
  line-height: 28px;
  margin-right: 15px;
  margin-top: 8px;
  padding-bottom: 0;
  text-align: right;
}

.opt-module .membrane-labels p.caption:nth-of-type(2) {
  margin: .5em 0 0 80px;
}

.opt-twas {
  background: url(/webroot/web/images/global-lensflare.png) 80% 0 no-repeat, linear-gradient(to right, #08a51b 0%, #47ac33 100%, #7db9e8 100%);
  border-bottom: 0;
}

.opt-power-supplies {
  background: url(/webroot/web/images/lsr/products/electrophoresis/product_detail/global/lsr_powerpac_universal.jpg) 100% 20px no-repeat;
}

.opt-gel-selection-guide {
  background: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/gel-selection-guide.jpg) 90% 85px no-repeat;
}

.opt-twas h2 {
  color: #fff;
  font-size: 3.5em !important;
  font-weight: 400;
  line-height: 1.3em !important;
  padding-bottom: 0;
  width: 100%;
}

.opt-twas p {
  color: #fff;
  font-size: 1.3em;
  line-height: 22px;
}

.opt-twas-body p {
  color: #333;
  font-size: 1.3em;
}

.opt-twas-nucleic-acid-electro img {
  margin: -20px 0;
}

.opt-module-not-available {
  background: url(/webroot/web/images/empty-returns.png) no-repeat;
  border-bottom: 0;
  margin-top: 50px;
  padding-bottom: 70px;
}

.opt-module-not-available h2,
.opt-module-not-available p {
  margin-left: 30%;
  width: 70%;
}

.immunotherapy-bnnr {
  background: url(/webroot/web/images/lsr/solutions/applications/Cancer_Immunotherapy_Development/immunotherapy-bnnr.png) top right/auto 100% no-repeat #d5dee6;
  border-bottom: 0;
}

.immunotherapy-bnnr h2 {
  width: calc(100% - 400px);
}

.list-2d-wf {
  background: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/2d-electrophoresis-wf.png) no-repeat;
}

.list-2d-wf li {
  padding-top: 120px;
}

.list-2d-wf li:nth-child(1) {
  margin-left: 1em;
  margin-right: -1em;
  padding-top: 130px;
}

.list-2d-wf li:nth-child(2) {
  margin-left: 1.5em;
  margin-right: -1.5em;
}

.list-2d-wf li:nth-child(3) {
  margin-left: 1em;
  margin-right: -1em;
}

.list-2d-wf li:nth-child(4) h3 {
  width: 90%;
}

.optbnnr {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  overflow: hidden;
}

.optbnnr-buy3-2 {
  background-image: url(/webroot/web/images/lsr/promotions/opt-promo-bnnr-buy3.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  height: 5em;
}

.optbnnr-buy3-2 h3 {
  color: #00a650;
  font-size: 15px;
  line-height: 18px;
  padding: 1.3em 0 0 11em;
  width: 775px;
}

.optbnnr-buy3-2 h3 span {
  font-size: 12px;
  margin-left: .25em;
}

.opt-module p.withpromo {
  display: table-cell;
  height: 120px;
  vertical-align: middle;
}

.pdp-promo-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: auto;
  padding: 10px;
}

.pdp-promo-box h3 {
  font-size: 13px;
  line-height: 17px;
}

.pdp-promo-box p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: .8em;
}

.pdp-promo-box .pdp-promo-box-text p {
  margin-top: 5px !important;
}

.pdp-promo-box-opt-intro {
  float: right;
  margin-left: 20px;
}

.pdp-promo-box img {
  margin-left: 1em;
}

.pdp-promo-box-assay-finder img {
  height: 100px;
  width: auto;
}

.wb-module-feature {
  background-image: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/western-workflow-v3-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.wb-module-featurevideo {
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.28);
  float: right;
}

.wb-everyblot-module-feature {
  background-image: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/everyblot-blocking-buffer-featured-bg.jpg);
  background-repeat: no-repeat;
  box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.28);
}

.wb-module-abantibody-featured {
  background-image: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/back-precisionAb-validated-wb-antibodies-bkgrd.jpg);
  background-repeat: no-repeat;
  color: #fff !important;
}

.iframeBody .bx-viewport {
  float: left;
  height: 246px !important;
}

.sliders-div-wb .item {
  float: left;
  height: 170px;
  position: relative;
  width: 880px;
}

.sliders-div-wb .set {
  float: left;
  margin: 0 15px 0 25px;
  text-align: center;
  width: 125px;
}

.sliders-div-wb {
  float: left;
  padding: 15px 30px 0;
}

.wb-iframeBody {
  background: #fff !important;
  border: 1px solid #ccc;
  height: 200px !important;
  margin: 0 !important;
  width: 920px !important;
}

.wb-iframeBody a {
  font-family: var(--ff) !important;
  font-size: 12px;
  font-weight: 700 !important;
  line-height: 16px;
}

.wb-iframeBody .bx-wrapper .bx-controls-direction a {
  top: 40% !important;
}

.wb-iframeBody .bx-viewport {
  float: left;
  height: 200px !important;
}

.wb-iframeBody .bx-wrapper .bx-prev {
  background: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/arrow_left.png) no-repeat 0 0 !important;
  left: 1.5%;
}

.wb-iframeBody .bx-wrapper .bx-next {
  background: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/arrow_right.png) no-repeat 0 0 !important;
  right: -5px;
}

.wb-iframeBody h4 {
  padding-top: 0 !important;
  position: relative;
  z-index: 5;
}

.opt-module .dotteddivider.top-margin,
.opt-module-rna-seq h2,
.opt-module-lse-bundles h2 {
  margin-top: 30px;
}

.opt-module-cfxii h2,
.opt-module-custom-bp-assays .list-set,
.opt-lncrna-tools>div>.list-set,
.spectral-overlay-left img {
  padding-top: 1em;
}

.opt-module-pcr-reagents-consumables .col-feature:nth-of-type(2),
.opt-transfer-systems .col-feature:nth-of-type(1) {
  width: 52%;
}

.opt-module-pcr-reagents-consumables .col-feature:nth-of-type(3),
.opt-transfer-systems>.col-feature:nth-of-type(2) {
  width: 40%;
}

.opt-module-immunotherapies>p:nth-of-type(8),
.opt-module-fsd-contact-hdr h2,
.opt-module-biomarker-app-tech-contact-hdr h2,
.opt-module-biomarker-app-tech-contact-hdr p,
.cfx-auto-desc,
.opt-module-precisionab-feature ul,
.opt-fluorescent-wb p,
.spectral-overlay-left p {
  width: 65%;
}

.opt-module-immunotherapies img.left,
.opt-module-ChemiDoc img.left {
  margin: 0 20px 0 -20px;
}

.biologics-analysis-wf-module>p,
.biologics-analysis-wf-module>.list-set,
.opt-module-fluorescent .col-feature,
.opt-module-bioplex-assays-prodnav .col-subfeature,
.opt-module-assay-dev-reagents .col-feature,
.opt-module-wf-foundational-research p:nth-of-type(1),
.opt-preamp .col-subfeature:nth-of-type(1),
.opt-module-imagelab-touch p,
.opt-module-wf-transfection-gene p:nth-of-type(1),
.opt-module-wf-confirming p:nth-of-type(1) {
  width: 60%;
}

.biologics-analysis-wf-module .list-set>li,
.corner-box-flexibility-dye .list-set>li {
  padding-bottom: 5px;
}

.opt-module-ss-location-feature h2,
.mktoForm .mktoFieldWrap .top-margin {
  margin-top: 15px;
}

.opt-module-biologics-featured-drug-discovery-development p,
.optresources-lncrna .col-feature {
  width: 550px;
}

.opt-assay-finder-txt,
.opt-module-biosimilar-impurities-bg p {
  width: 525px;
}

.opt-module-wf-manufacturing p:nth-of-type(1),
.opt-apptech-cannabis-intro p,
.opt-module-wf-downstream-analysis p:nth-of-type(1) {
  width: 68%;
}

.opt-module .ui-tabs-nav li:last-child {
  margin-bottom: 0;
}

/* FAQ */
.faqs-only-module {
  width: 978px;
  float: left;
  margin-left: -20px;
}

.description .faqs-only-module .breakoutfeature {
  width: 100%;
  padding: 30px 20px;
  overflow: hidden;
  margin: 30px 0;
}

.new-class-accdn .accord-list-hdr {
  padding: 5px 0 5px 10px;
  background-color: #f2f2f2;
  margin-top: -1px;
  border: 1px solid #ccc;
  font-size: 1rem;
  line-height: 22px;
  float: none;
  width: 100%;
  box-sizing: border-box;
}

.psv-hdr,
.chemidoc-hdr {
  background: url(/webroot/web/images/lsr/global/english/products/imaging_bioinformatics/category_feature/global/accordion-new.jpg) no-repeat scroll 0 0;
  height: 40px;
  color: #000;
  display: block;
  font-size: 14px;
  padding: 0;
  line-height: 20px;
  font-weight: 400;
  margin-top: -1px;
  border-top: 1px solid #ccc;
  cursor: pointer;
}

.bg-edf6e4.new-class-accdn .psv-hdr {
  background: url(/webroot/web/images/general/accordion-transparent.png) no-repeat scroll 0 0;
}

.new-class-accdn .psv-hdr span,
.chemidoc-hdr span {
  margin-left: 35px;
  top: 9px;
  position: relative;
  font-size: 1rem;
  line-height: 22px;
}

.new-class-accdn h3.psv-hdr.selected,
.chemidoc-hdr.selected {
  background-position: 0 -40px;
  color: #666;
}

.ui-accordion-content {
  padding: 10px 0 0;
  margin-left: 35px;
}

.see-all-faqs {
  float: left;
  margin: 15px 0 5px !important;
}

.corner-box-promo .mktoFormRow>div {
  width: 96%;
}

.opt-module .mktoForm .mktoLabel {
  padding: 0.3em 0;
}

.mktoOffset {
  width: auto !important;
}

.mktoField {
  box-shadow: none !important;
  margin-bottom: 10px !important;
  margin-bottom: 0 !important;
  padding: 5px !important;
  padding: 10px !important;
  width: 320px !important;
  width: 100% !important;
}

.corner-box-promo .mktoButtonRow .mktoButtonWrap {
  margin-left: 0;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.mktoForm .mktoButtonWrap.mktoInset .mktoButton {
  font-size: 14px !important;
  margin: 5px 0;
  padding: .4em 2em !important;
}

.opt-module .mktoForm .mktoButtonWrap.mktoInset .mktoButton {
  background: #d1460a;
  border: 2px solid #d1460a;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  font-family: var(--ff);
  text-align: center;
  padding: .5em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
}

.opt-module .mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover,
.opt-module .mktoForm .mktoButtonWrap.mktoInset .mktoButton:focus {
  border: 2px solid #ea6004;
  background-color: #ea6004;
}

.mktoForm .mktoFieldWrap {
  float: left;
  width: 100%;
}

.opt-module-testimonial-erin {
  background: url(/webroot/web/images/lse/products/ap_biology/opt-module-testimonial-erin.jpg) top right no-repeat;
}

.opt-module-class-supplies {
  background: url(/webroot/web/images/lse/products/ap_biology/opt-module-class-supplies.png) top right no-repeat #000;
  border-bottom: 0;
}

.opt-module-covid-resources {
  background: url(/webroot/web/images/lse/solutions/applications/preparing_for_class/classroom_resources/coronavirus-teaching-resources.png) right 0/30% no-repeat;
  background-color: #efece4;
}

.opt-module-covid-resources p {
  width: 650px;
}

.opt-module-lse-bundles {
  background: url(/webroot/web/images/lse/products/ap_biology/opt-module-lse-bundles.jpg) 0 20px no-repeat;
  min-height: 230px;
}

.opt-module-lse-bundles h2,
.opt-module-lse-bundles h3,
.opt-module-lse-bundles p {
  margin-left: 270px;
}

.opt-module-split-feature-standards>div:nth-child(1) {
  margin-right: 10px;
  width: 580px;
}

.opt-module-split-feature-standards>div:nth-child(2) {
  width: 290px;
}

.opt-module-split-feature-electrophoresis-standards>div:nth-child(1) {
  margin-right: 10px;
  width: 450px;
}

.opt-resin-library {
  background: url(/webroot/web/images/ps/global/psd-resources-hdr.png) top right no-repeat, linear-gradient(0deg, rgba(88, 138, 69, 1) 0, rgba(2, 78, 39, 1) 100%);
}

.opt-resin-library h2,
.opt-resin-library p {
  color: #fff;
  width: 600px;
}

.opt-fluorescence-feature {
  background: url(/webroot/web/images/lsr/global/english/solutions/technologies/Fluorescent-Western-Blotting/fluorescence-feature.jpg) 0 center no-repeat;
  border-bottom: 0;
}

.opt-fluorescence-feature h2,
.opt-fluorescence-feature p {
  color: #fff;
  width: 60%;
}

.opt-module-imagelab-touch {
  overflow: visible;
  padding-bottom: 0;
}

.opt-module-imagelab-touch img {
  margin: -90px -20px 0;
}

.opt-qpcr-supermix {
  background: url(/webroot/web/images/lsr/products/amplification_pcr/category_feature/global/reliance-qpcr-supermix-bg.png) right -1px no-repeat #000;
}

.opt-qpcr-supermix-hdr {
  background-position: top right;
  background-size: 35%;
}

.opt-fluorescent-wb {
  background: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/opt-fluorescent-wb.png) no-repeat;
  border-bottom: 0;
}

.corner-box-tpn {
  background: url(/webroot/web/images/lsr/solutions/technologies/protein_electrophoresis_blotting_and_imaging/imaging_and_analysis/technology_detail/corner-box-tpn.png) bottom right no-repeat #0a456d;
}

.corner-box-tpn p {
  color: #fff;
  width: calc(100% - 115px);
}

.opt-starbright-feature {
  background: url(/webroot/web/images/lsr/products/flow_cytometry/category_feature/global/starbright-feature.png) top right no-repeat #000;
}

.opt-starbright-feature>p {
  max-width: 600px;
}

.apptech-opt #apptech-home {
  margin-bottom: -4em;
}

.list-transfer-sys {
  margin-top: -50px;
  overflow: visible;
}

.list-transfer-sys>li:nth-of-type(2) {
  margin-top: -50px;
}

.opt-module-ecl p,
.opt-module-ecl h2,
.opt-module-video-other .left,
.opt-module-video-featurelt,
.opt-bio-plex-premade-assays-jp .col-subfeature,
.opt-module-pcr-selectors>p,
.opt-resources-reagents .col-feature,
.opt-module-class-supplies p,
.opt-module-biosimilar-comparability-bg p,
.opt-module-biosimilar-characteristic-bg p,
.boxes-overall .header-only {
  width: 500px;
}

.boxes-overall .header-only {
  background-color: #093;
}

.bg-black,
.dot.black,
.opt-bg-blk,
.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
  background-color: #000;
}

.width10 {
  width: 10%;
  height: auto;
}

.width20 {
  width: 20%;
  height: auto;
}

.width22 {
  width: 22%;
  height: auto;
}

.width25,
.qtr-wide {
  width: 25%;
  height: auto;
}

.width30 {
  width: 30%;
  height: auto;
}

.width33,
.thirds-wide {
  width: 33.33%;
  height: auto;
}

.thirds-wide-first {
  margin-left: -25px;
  height: auto;
}

.width35 {
  width: 35%;
  height: auto;
}

.width40 {
  width: 40%;
  height: auto;
}

.width45 {
  width: 45%;
  height: auto;
}

.width50,
.half-wide {
  width: 50%;
  height: auto;
}

.width55 {
  width: 55%;
  height: auto;
}

.width60 {
  width: 60%;
  height: auto;
}

.width65 {
  width: 65%;
  height: auto;
}

.width70 {
  width: 70%;
  height: auto;
}

.width75 {
  width: 75%;
  height: auto;
}

.width80 {
  width: 80%;
  height: auto;
}

.width85 {
  width: 85%;
  height: auto;
}

.width90 {
  width: 90%;
  height: auto;
}

.width280 {
  width: 280px;
}

.two-thirds-wide {
  width: 66.66%;
}

table#events_body {
  width: 100%;
}

span.inlineform {
  display: flex;
  gap: 10px;
  margin-top: 1em;
  align-items: flex-start;
}

.inlineform input {
  border-radius: 5px 5px 5px 5px;
  border: 1 solid #ccc;
  padding: .5em;
  float: left;
  font-size: 1rem;
}

.opt-greenbttn {
  border-radius: 5px;
  display: inline-block;
  font-family: var(--ff);
  text-align: center;
  margin: 0;
  width: auto !important;
  padding: .5em 1.5em;
  white-space: nowrap;
  background: #01892a;
  border: 2px solid #01892a;
  color: #fff;
}

.opt-greenbttn:hover {
  border: 2px solid #01ad04;
  background-color: #01ad04;
  color: #fff;
}

.discOrInacMsgStyle a {
  color: #c00;
  font-weight: 700;
  text-decoration: underline;
}

.discOrInacMsgStyle {
  color: #c00;
  font-style: italic;
  width: 100%;
  font-weight: 700;
  text-align: left;
  float: left;
  margin-bottom: 20px;
}

.list-three-col li {
  flex: 0 0 30%;
  list-style: none;
  margin: 0;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}
button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close:after {
  content: "\ea4b";
  position: absolute;
  font-family: "bioicons" !important;
  right: 0px;
  font-size: 24px;
  font-weight: bold;
  text-indent: 0;
}

.ui-dialog button.ui-dialog-titlebar-close {
  position: absolute;
  right: 0;
  border: none;
  background: none;
  top: auto;
  margin: 0;
  width: auto;
  height: auto;
}
.ui-dialog button.ui-dialog-titlebar-close span {
  display: none;
}

.ui-dialog button.ui-dialog-titlebar-close:focus,
.ui-dialog button.ui-dialog-titlebar-close:hover {
  border: none;
  background: none;
  outline: none;
  color: inherit;
}

.forcebreaks {
  white-space: nowrap;
}

.three-col-list {
  display: flex;
}

td .dot {
  margin: 0 .5em;
}

.dot {
  display: inline-block;
  position: relative;
}

.description .dot {
  height: 13px;
  width: 13px;
  border-radius: 13px;
}

.dot.brown {
  background-color: #ce8d31;
}

.dot.blue {
  background-color: #48b3df;
}

.dot.red {
  background-color: #c00;
}

.dot.black {
  background-color: #000;
}

.dot.aqua {
  background-color: #3ca8a7;
}

.dot.yellowgreen {
  background-color: #99ca3d;
}

.dot.steelblue {
  background-color: #007db6;
}

.table-key-dots {
  list-style: none;
  padding: 0 !important;
  display: flex;
  gap: 10px;
}

.inline-dots>li {
  display: flex;
  margin: 0;
  align-items: center;
}

.inline-dots>li:last-child {
  padding-bottom: 0;
}

.table-key-dots>li>div {
  padding: 0 .5em 10px 0;
}

.table-key-dots>li>div .dot {
  float: left;
}

.documentation-pdf-icon,
a.download-doc {
  background: url(/webroot/web/images/lsr/global/english/products/imaging_bioinformatics/category_feature/global/pdf-icon-download.png) no-repeat scroll 0 0 transparent;
  height: 20px;
  padding: 2px 0 3px 23px;
  line-height: 16px;
  float: none;
  display: inline;
}

.list-publication-yearly td,
.inline-icons>li,
.paddingbttm-20 {
  padding-bottom: 20px;
}

.left-txt {
  text-align: left;
}

.clearfloat {
  float: none !important;
  clear: both;
}

.regfont {
  font-weight: 100;
}

.top-border {
  border-top: 1px solid #ccc !important;
}

.bttm-border {
  border-bottom: 1px solid #ccc !important;
}

.descHeader.bttm-border {
  padding: 0 0 10px;
  margin: 0 0 10px 10px;
}

.left-border {
  border-left: 1px solid #ccc !important;
}

.right-border {
  border-right: 1px solid #ccc !important;
}

.dashed-stroke-2px {
  border: 2px dashed #ccc;
}

ul.list-set.list-five-col.top-margin {
  display: flex;
}

.boxes-overall {
  display: flex;
  margin: 0 -20px 0 -22px;
}

.boxes-overall::-webkit-scrollbar,
.mobile-scroll::-webkit-scrollbar,
.three-col-row--simple::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
  display: none;
}

.boxes-overall>div {
  display: flex;
  height: 150px;
  margin-left: 2px;
  text-align: center;
  transition: all .2s ease-in-out;
}

.boxes-overall>div>div {
  align-self: flex-end;
  margin: 10px;
  text-align: center;
  width: 100%;
}

.boxes-overall h2,
.boxes-overall h2 a {
  color: #fff;
  font-family: var(--ff);
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.boxes-overall .header-only h2.large-font {
  color: #fff;
  margin: 0 0 -.2em 10px;
  text-align: left;
}

.boxes-overall>div:hover {
  transform: scale(1);
}

.boxes-overall .header-diagnosis {
  background: url(/webroot/web/images/tlp/coronavirus/diagnosis-lg.png) right 0 no-repeat #093;
}

.boxes-overall .header-confirmation {
  background: url(/webroot/web/images/tlp/coronavirus/diagnosis-confirmation-lg.png) right 0 no-repeat #093;
}

.boxes-overall .header-antibody {
  background: url(/webroot/web/images/tlp/coronavirus/hand-with-phone2.svg) 88px -29px/48% no-repeat, url(/webroot/web/images/tlp/coronavirus/antibody-detection.svg) 213px 30px/21% no-repeat, url(/webroot/web/images/tlp/coronavirus/hand-with-vial.svg) 305px 28px/38% no-repeat #093;
}

.boxes-overall .header-surveillance {
  background: url(/webroot/web/images/tlp/coronavirus/surveillance-lg.png) right bottom no-repeat #093;
}

.boxes-overall .header-therapies {
  background: url(/webroot/web/images/tlp/coronavirus/therapies-lg.png) 211px 10px no-repeat #093;
}

.boxes-overall .covid-th-overview {
  background: url(/webroot/web/images/tlp/coronavirus/overview.png) center 55px no-repeat #063;
  width: 125px;
}

.boxes-overall .covid-th-overview:hover {
  background: url(/webroot/web/images/tlp/coronavirus/overview-hover.png) center 50px no-repeat #093;
}

.boxes-overall .covid-th-confirmation {
  background: url(/webroot/web/images/tlp/coronavirus/screening-sm.png) -67px 3px/100% no-repeat, url(/webroot/web/images/tlp/coronavirus/confirmation-sm.png) 87px -18px/87% no-repeat #063;
}

.boxes-overall .covid-th-confirmation:hover {
  background: url(/webroot/web/images/tlp/coronavirus/screening-sm-hover.png) -51px 5px/100% no-repeat, url(/webroot/web/images/tlp/coronavirus/confirmation-sm-hover.png) 72px -6px/87% no-repeat #093;
}

.boxes-overall .covid-th-antibody {
  background: url(/webroot/web/images/tlp/coronavirus/hand-with-phone2-sm.png) -53px 37px no-repeat, url(/webroot/web/images/tlp/coronavirus/antibody-detection-sm.png) center 31px/48% no-repeat, url(/webroot/web/images/tlp/coronavirus/hand-with-vial-sm.png) 121px 45px no-repeat #063;
}

.boxes-overall .covid-th-antibody:hover {
  background: url(/webroot/web/images/tlp/coronavirus/hand-with-phone2-sm-hover.png) -25px 20px no-repeat, url(/webroot/web/images/tlp/coronavirus/antibody-detection-sm-hover.png) 54.5% 42px/31% no-repeat, url(/webroot/web/images/tlp/coronavirus/hand-with-vial-sm-hover.png) 104px 25px no-repeat #093;
}

.boxes-overall .covid-th-surveillance {
  background: url(/webroot/web/images/tlp/coronavirus/surveillance-sm.png) 54px 2px/78% no-repeat #063;
}

.boxes-overall .covid-th-surveillance:hover {
  background: url(/webroot/web/images/tlp/coronavirus/surveillance-sm-hover.png) 40px 16px/78% no-repeat #093;
}

.boxes-overall .covid-th-therapies {
  background: url(/webroot/web/images/tlp/coronavirus/therapies-sm.png) 50px 21px no-repeat #063;
}

.boxes-overall .covid-th-therapies:hover {
  background: url(/webroot/web/images/tlp/coronavirus/therapies-sm-hover.png) 39px 10px no-repeat #093;
}

.boxes-overall .header-therapy-ab-dev-overview {
  background: url(/webroot/web/images/lsr/solutions/applications/Therapeutic_Antibody_Development/therapeutic-antibody-development-bg.svg) 136px -54px/95% no-repeat #093;
}

.boxes-overall .header-therapy-ab-dev-th-cell-line {
  background: url(/webroot/web/images/lsr/solutions/applications/Therapeutic_Antibody_Development/icons-cells.svg) center 32px/50% no-repeat #063;
}

.boxes-overall .header-therapy-ab-dev-th-cell-line:hover {
  background: url(/webroot/web/images/lsr/solutions/applications/Therapeutic_Antibody_Development/icons-cells.svg) center 28px/55% no-repeat #093;
}

.boxes-overall .header-therapy-ab-dev-th-custom {
  background: url(/webroot/web/images/lsr/solutions/applications/Therapeutic_Antibody_Development/icons-antibody-custom.svg) center 27px/50% no-repeat #063;
}

.boxes-overall .header-therapy-ab-dev-th-custom:hover {
  background: url(/webroot/web/images/lsr/solutions/applications/Therapeutic_Antibody_Development/icons-antibody-custom.svg) center 23px/55% no-repeat #093;
}

.boxes-overall .header-therapy-ab-dev-th-screening {
  background: url(/webroot/web/images/lsr/solutions/applications/Therapeutic_Antibody_Development/icons-antibody-screening.svg) center 27px/50% no-repeat #063;
}

.boxes-overall .header-therapy-ab-dev-th-screening:hover {
  background: url(/webroot/web/images/lsr/solutions/applications/Therapeutic_Antibody_Development/icons-antibody-screening.svg) center 23px/55% no-repeat #093;
}

.boxes-overall .header-therapy-ab-dev-th-purification {
  background: url(/webroot/web/images/lsr/solutions/applications/Therapeutic_Antibody_Development/icons-antibody-purification.svg) center 27px/50% no-repeat #063;
}

.boxes-overall .header-therapy-ab-dev-th-purification:hover {
  background: url(/webroot/web/images/lsr/solutions/applications/Therapeutic_Antibody_Development/icons-antibody-purification.svg) center 23px/55% no-repeat #093;
}

.boxes-overall .header-therapy-ab-dev-th-purification-overview {
  background: url(/webroot/web/images/lsr/solutions/applications/Therapeutic_Antibody_Development/therapeutic-antibody-development-purification-bg.svg) 170px -81px/95% no-repeat #093;
}

.boxes-overall .header-therapy-ab-dev-th-cell-line-overview {
  background: url(/webroot/web/images/lsr/solutions/applications/Therapeutic_Antibody_Development/therapeutic-antibody-development-cells-bg.svg) 160px -29px/95% no-repeat #093;
}

.boxes-overall .header-therapy-ab-dev-th-custom-overview {
  background: url(/webroot/web/images/lsr/solutions/applications/Therapeutic_Antibody_Development/therapeutic-antibody-development-custom-bg.svg) 120px -72px/95% no-repeat #093;
}

.boxes-overall .header-therapy-ab-dev-th-screening-overview {
  background: url(/webroot/web/images/lsr/solutions/applications/Therapeutic_Antibody_Development/therapeutic-antibody-development-screening-bg.svg) 160px -122px/95% no-repeat #093;
}

.therapy-ab-dev-main-content {
  background: url(/webroot/web/images/lsr/solutions/applications/Therapeutic_Antibody_Development/therapeutic-antibody-development-main-bg.png) 460px -13px/55% no-repeat #182d38;
}

.therapy-ab-dev-ddpcr-content {
  background: url(/webroot/web/images/lsr/solutions/applications/Therapeutic_Antibody_Development/therapeutic-antibody-development-ddpcr-bg.png) right top no-repeat #0b0406;
}

.therapy-ab-dev-screening-content {
  background: url(/webroot/web/images/lsr/solutions/applications/Therapeutic_Antibody_Development/therapeutic-antibody-development-screening-bg.png) right top no-repeat #0b0406;
}

.opt-bg-thinq {
  background: url(/webroot/web/images/lse/products/thinq-investigations-for-ap-biology-ngss-and-college/category_feature/global/thinq_OPT_bg.png) 1px 20px/135% no-repeat #000;
}

.view .coh-ce-3491608d {
  background: none;
}

.ui-autocomplete.ui-front {
  z-index: 102;
}

.opt-module-antibody-intro {
  background-image: url(/webroot/web/images/lsr/products/antibody/category_feature/global/precisionab-validated-western-blotting-antibodies-top-feature.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 15px !important;
}

.opt-module-antibody-intro p {
  margin-bottom: .5em;
  width: 600px;
}

.opt-module-anti-solutions {
  background: #a4a4a4 url(/webroot/web/images/lsr/products/antibody/category_feature/global/antibodies-bio-rad-antibodies-bg.jpg);
}

.opt-module-anti-solutions img {
  float: left;
  padding-right: 1em;
}

.opt-module-anti-solutions>div {
  float: left;
  width: 65%;
}

.opt-module-tech-support {
  background-image: url(/webroot/web/images/lsr/support/tech-support-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.opt-module-thermal-cycler {
  background-image: url(/webroot/web/images/lsr/support/thermal-cycler-bg.png);
  background-repeat: no-repeat;
  background-position: 110% 10px;
}

.opt-module-ddpcr-benefits {
  background-image: url(/webroot/web/images/opt/digital-pcr/benefits-ddpcr.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.opt-module-ddpcr-benefits p {
  width: 500px;
  width: 500px;
  color: white;
}

.opt-module-ddpcr-benefits h2 {
  color: white;
}

.white,
.white p,
p.white,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
ul.white,
li.white,
#navcontentholder .white p,
#navcontentholder .white h1,
#navcontentholder .white h2,
#navcontentholder .white h3,
#navcontentholder .white h4,
#navcontentholder .white h5,
#navcontentholder .white h6,
#navcontentholder .white li,
.module-temps span.white,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
table.white td,
table.white th,
.pub-list-years-ul a.active,
.pub-list-years-ul .ui-tabs-selected a,
.ddpcr-header-h1-media-tabs,
.white li {
  color: #fff;
}

.opt-module-ddpcr-benefits a {
  color: #d1460a;
}

.opt-module-ddpcr-steps .step-thumb {
  padding: 0 15px 20px 0;
}

.ddpcr-icon {
  transition-duration: 0.3s;
  display: inline-block;
  margin-bottom: -.5em;
}

.ddpcr-icon:hover {
  transform: scale(1.2);
  margin-bottom: -.2em;
}

.ddpcr-assay-nav {
  position: relative;
  height: 681px;
  width: 800px;
  background: url(/webroot/web/images/lsr/products/amplification_pcr/category_feature/global/ddpcr-assays-kits-portfolio.svg) center 120px /668px no-repeat;
}

.ddpcr-assay-icon {
  position: absolute;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  line-height: 18px;
}

.ddpcr-icon-txt-gap {
  margin-top: .3em;
  display: block;
}

.ddpcr-icon-txt-gap:hover {
  margin-bottom: .1em;
}

.ddpcr-assay-icon img {
  height: 80px;
  width: auto;
}

.ddpcr-assay-icon1 {
  top: 7px;
  left: 200px;
  left: 205px;
}

.ddpcr-assay-icon2 {
  top: 99px;
  left: 50px;
}

.ddpcr-assay-icon3 {
  top: 234px;
  left: 2px;
}

.ddpcr-assay-icon4 {
  top: 374px;
  left: 55px;
}

.ddpcr-assay-icon5 {
  top: 436px;
  left: 169px;
}

.ddpcr-assay-icon6 {
  top: 512px;
  left: 295px;
}

.ddpcr-assay-icon7 {
  top: 566px;
  left: 407px;
}

.ddpcr-assay-icon8 {
  top: 551px;
  left: 579px;
}

.ddpcr-assay-icon9 {
  top: 423px;
  left: 688px;
}

.ddpcr-assay-icon10 {
  top: 236px;
  left: 686px;
}

.ddpcr-assay-icon11 {
  top: 115px;
  left: 580px;
}

.ddpcr-assay-icon12 {
  top: 59px;
  left: 425px;
}

.opt-module-anti-western-blot .col-feature img {
  float: right;
  margin-right: -25px;
}

.opt-module-anti-western-blot .col-feature {
  width: 55%;
}

.opt-module-anti-western-blot .col-subfeature {
  width: 36%;
}

.opt-module-pcr-selectors .list-set-th {
  margin-bottom: -1em;
  padding-top: 1em;
  width: 50%;
}

.opt-module-pcr-software {
  background: #020937 url(/webroot/web/images/lsr/products/amplification_pcr/category_feature/global/background-no-computer.jpg) no-repeat;
  background-position: 100% 0;
}

.opt-module-cfx {
  background: #7e312d url(/webroot/web/images/lsr/products/amplification_pcr/category_feature/global/cfx-bg.jpg) no-repeat;
}

.opt-module-cfxii img {
  float: left;
  margin: -1em 0;
  padding-right: 2em;
}

.opt-module-lnc-simplified {
  background-image: url(/webroot/web/images/lsr/products/amplification_pcr/category_feature/global/lnc-simplified-bg.jpg);
  background-position: 0 -150px;
  background-repeat: no-repeat;
}

.opt-module-opus {
  background: url('/webroot/web/images/lsr/products/amplification_pcr/category_feature/global/cfx-opus-rt-pcr-system-bg.jpg') no-repeat #8caf5f;
  background-size: cover;
}

.opt-module-opus h2,
.opt-module-opus p {
  max-width: 460px;
}

.opt-module-opus-min-cap {
  background: url('/webroot/web/images/lsr/products/amplification_pcr/category_feature/global/cfx-opus-rt-pcr-system-min-cap-bg.jpg') no-repeat #8caf5f;
}

.opt-module-opus-min-cap h2,
.opt-module-opus-min-cap p {
  max-width: 300px;
}

.opt-leaderboard-bioplex-sars {
  background: url(/webroot/web/images/lsr/products/bioplex_suspension_array/category_feature/global/cytokine-response-covid-19-article-bnnr.jpg) 1px 1px/110% no-repeat #47803b;
}

.opt-leaderboard-reliance-sars {
  background: url(/webroot/web/images/lsr/products/amplification_pcr/category_feature/global/opt-leaderboard-bnnr-reliance-sars.png) 20px 0 no-repeat #313132;
}

.opt-leaderboard-reliance-sars-2 {
  background: url(/webroot/web/images/lsr/products/bioplex_suspension_array/category_feature/global/opt-leaderboard-reliance-sars-2.png) 10px 0 no-repeat #313132;
}

.opt-leaderboard-bio-plex-webinar-bg {
  background: url('/webroot/web/images/lsr/products/bioplex_suspension_array/category_feature/global/bio-plex-webinar-bg.png') 170px -60px/70% no-repeat #008540;
}

.opt-leaderboard-western-u {
  background: url('/webroot/web/images/lsr/products/electrophoresis/category_feature/global/opt-leaderboard-western-u.png') 442px -14px/26% no-repeat, linear-gradient(45deg, rgba(29, 29, 29, 1) 0, rgba(75, 75, 75, 1) 100%);
}

.opt-leaderboard-reliance-cdna {
  background: url(/webroot/web/images/hmp/Reliance_HPB_4455.jpg) 442px -5px/46% no-repeat #141011;
}

.opt-module-reliance-sars {
  background: url(/webroot/web/images/lsr/products/amplification_pcr/category_feature/global/opt-module-reliance-sars.png) top right no-repeat #313132;
}

.opt-module-validation-scientist-bg {
  background: url(/webroot/web/images/fsd/solutions/validation-scientist-bg.png) bottom right/32% no-repeat;
  min-height: 160px;
}

.opt-supply-center-wf {
  background-color: #f5f8e7;
}

.opt-supply-center-wf .list-set>li {
  min-height: 100px;
}

.arrow-wf>li {
  background: url(/webroot/web/images/lsr/products/amplification_pcr/category_feature/global/wf-arrow.png) right center no-repeat;
}

.arrow-wf88>li {
  background-position: right 88px;
}

.opt-module-wf {
  background-color: #063c5b;
}

.opt-module-wf .list-set>li {
  background: url(/webroot/web/images/lsr/solutions/applications/Cancer_Immunotherapy_Development/wf-arrow-down.png) 54px bottom no-repeat;
}

.opt-module-immunotherapies {
  background: url(/webroot/web/images/lsr/solutions/applications/Cancer_Immunotherapy_Development/cancer-cell-bg.jpg) top right no-repeat;
  margin-bottom: -18px;
}

.opt-module-immunotherapies>p:nth-of-type(1) {
  width: 67%;
}

.opt-module-immunotherapies>p:nth-of-type(6) {
  width: 80%;
}

.opt-module-immunotherapies>p:nth-of-type(9) {
  width: 75%;
}

.opt-module-customize {
  background: url(/webroot/web/images/global/supply_center/spply-cntr-customized-bg.png) 550px 20px no-repeat#356677;
}

.opt-module-customize ul {
  margin-top: 0;
  width: 470px;
}

.opt-module-request-info {
  background: url(/webroot/web/images/global/supply_center/spply-cntr-request-info.jpg) right 0 no-repeat;
  min-height: 160px;
}

.opt-module-multiplex-webinars {
  background: url(/webroot/web/images/lsr/products/bioplex_suspension_array/category_feature/global/webinar-series-multiplex-opt.jpg) no-repeat;
  border-bottom: 0;
}

.opt-module-request-info p {
  width: 580px;
}

.biologics-analysis-wf-module {
  background: url(/webroot/web/images/lsr/products/electrophoresis/category_feature/global/biologics-analysis-wf-module.jpg) no-repeat;
}

.opt-biologic-development {
  background: url(/webroot/web/images/lsr/solutions/applications/drug_discovery/biologic-development.png) right -1px no-repeat;
}

.opt-biologic-development-hdr {
  background-color: #e6eff7;
  background-position: 200px center;
}

.opt-protein-discovery>a img:first-of-type {
  margin: -30px 0 30px;
}

.opt-stain-free p {
  width: 420px;
}

.opt-module-geldoc-go-intro {
  background: url(/webroot/web/images/lsr/products/imaging_bioinformatics/category_feature/global/geldoc-go-bg.png) no-repeat #3e7ab1;
  min-height: 420px;
}

.opt-module-geldoc-go-intro .bttn-green {
  border: 1px solid #8cb0d0;
}

.module-temps>span>div {
  border: 1px solid #fff;
  display: inline-block;
  height: 10px;
  margin: .1em .5em -2em 1em;
  width: 30px;
}

.module-temps .blue {
  background-color: #1b566a;
}

.module-temps .yellow {
  background-color: #cadd64;
}

.module-temps .green {
  background-color: #4db235;
}

.opt-module-ngs {
  background: url(/webroot/web/images/lsr/products/amplification_pcr/category_feature/global/trusted_for_ngs_bg.png) left bottom #010101 no-repeat;
  border: 0;
  min-height: 430px;
}

.opt-module-fsd-contact-hdr {
  background: url(/webroot/web/images/fsd/solutions/contact-specialist-hdr-fsd.jpg) #f0eff4 right no-repeat;
  background-size: contain;
  border: 0;
}

.opt-module-biomarker-app-tech-contact-hdr {
  background: url(/webroot/web/images/lsr/solutions/applications/protein_functional_analysis/biomarker_analysis/biomarker-twas.png) top right no-repeat #eae8e3;
  border-bottom: 0 !important;
}

.opt-module-rna-seq {
  background: url(/webroot/web/images/lsr/products/amplification_pcr/category_feature/global/opt-module-rna-seq.png) no-repeat #010900;
}

.opt-module-rna-seq>div:nth-of-type(1) {
  min-height: 250px;
}

#careersmid .opt-module-request-info {
  margin-bottom: -27px !important;
}

#prgContentDiv .opt-module .ss-custom h3 {
  border-bottom: 1px solid #fff;
  font-size: 25px;
  margin-bottom: .5em;
  padding-bottom: .5em;
}

.ss-custom>li {
  margin-right: 5%;
}

.ss-custom>li>div {
  margin-right: 20px;
  margin-top: 235px;
}

.ss-products {
  background: url(/webroot/web/images/global/supply_center/spply-cntr-customized_products.png) no-repeat #b4c266;
}

.ss-location {
  background: url(/webroot/web/images/global/supply_center/spply-cntr-customized_location.png) no-repeat #5fb84e;
}

.ss-appliances {
  background: url(/webroot/web/images/global/supply_center/spply-cntr-customized_appliance.png) no-repeat #376676;
}

.opt-supply-center-products {
  background: #f0f3e6;
}

.opt-module-ss-location-feature {
  background: url(/webroot/web/images/global/supply_center/spply-cntr-location-bg.png) no-repeat #7ba871;
  min-height: 240px;
}

.opt-module-ss-location-feature h2,
.opt-module-ss-location-feature p {
  margin-left: 330px;
}

.opt-module-ss-configure {
  background: #356677;
}

.bioplex200txt {
  float: left;
  width: 470px;
}

.bioplex200txt p {
  margin-right: -25px;
  padding-bottom: 25px;
}

.bioplex200img {
  float: right;
  margin-top: -45px;
  padding: 0 20px 60px 0;
}

.bioplex3d {
  float: right;
  width: 455px;
}

.bioplex3d .pdp-promo-box {
  margin-top: 2.5em;
  text-align: center;
  width: 95%;
}

.bioplex3d .pdp-promo-box p {
  font-size: 14px;
  margin: 0;
}

.opt-module-bio-plex .assay-kits-reagents {
  float: left;
  padding-bottom: 1em;
  width: 545px;
}

.opt-module-bio-plex .assay-kits-reagents-img {
  margin: -10px -10px 0 1em;
}

.opt-module-bio-plex .instruments {
  float: left;
  width: 400px;
}

.opt-module-bio-plex .software-lots {
  float: right;
  width: 52%;
}

.opt-module-bio-plex .software-lots img {
  float: right;
  margin: 0 0 0 .5em;
}

.opt-module-wf-gewf {
  background-color: #265655;
}

.opt-module-wf-transfection-gene {
  background: url(/webroot/web/images/lsr/solutions/applications/genome_editing/io-wf-trans-bg.png) #bdd7d6 top right no-repeat;
}

.list-horiz-wf>li:nth-of-type(1).list-horiz-wf-module-arrow::after {
  border-bottom: 20px solid #bdd7d6;
}

.opt-module-wf-esc-isolation {
  background: url(/webroot/web/images/lsr/solutions/applications/genome_editing/io-wf-ESCI-1bg.png) #577e94 top right no-repeat;
  background-size: 450px;
}

.opt-module-wf-confirming {
  background: url(/webroot/web/images/lsr/solutions/applications/genome_editing/io-wf-confirm-bg.png) #21123c top right no-repeat;
  background-size: 550px;
}

.list-horiz-wf>li:nth-of-type(5).list-horiz-wf-module-arrow::after {
  border-bottom: 20px solid #21123c;
}

.opt-module-wf-downstream-analysis {
  background: url(/webroot/web/images/lsr/solutions/applications/genome_editing/io-wf-DA-bg.png) #eceded top right no-repeat;
  background-size: 580px;
}

.list-horiz-wf>li:nth-of-type(7).list-horiz-wf-module-arrow::after {
  border-bottom: 20px solid #eceded;
}

.opt-module-GelDocGo {
  background: url(/webroot/web/images/lsr/products/amplification_pcr/category_feature/global/GelDocGo-prelaunch_bg_PCP.png) no-repeat 0 0/100% #335a95;
}

.opt-ddpcr-instruments {
  background: url(/webroot/web/images/tlp/coronavirus/ddpcr-instruments-bg.png) 0 0/38% no-repeat;
  margin-top: 20px;
}

.opt-ddpcr-instruments>div:first-of-type {
  padding: 15px 0 0 380px;
}

.opt-module.opt-ddpcr-instruments {
  background-position: 0 20px;
  background-size: 340px;
}

.opt-module.opt-ddpcr-instruments>div:first-of-type {
  padding: 0 0 0 350px;
}

.sub-levels {
  line-height: 20px;
  margin: 5px 0 5px 10px;
}

.sub-leve-icons {
  line-height: 20px;
  margin: 5px 0;
}

.overlay_contents .validation-table .pd_table th,
.overlay_contents .validation-table .pd_table td {
  white-space: nowrap;
}

.gdg-module-feature {
  background: url(/webroot/web/images/lsr/products/imaging_bioinformatics/category_feature/global/GelDocGo_PCPBanner_4331.jpg) 196px -11px/66% no-repeat #335a95;
}

.multi-select-container {
  display: inline-block;
  float: left;
  margin: 5px 0 !important;
  padding: 10px;
  position: relative;
  width: 100%;
}

.multi-select-menu {
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  height: 200px;
  left: 0;
  margin: 1em 0;
  overflow: hidden;
  overflow-y: scroll;
  padding: .4em 0;
  position: absolute;
  top: 40px;
  width: 99%;
  z-index: 100;
}

.multi-select-menu label {
  border-bottom: 1px dotted #ccc;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: .7em 1em !important;
  white-space: nowrap;
}

#reagentForm .multi-select-menu input {
  margin-right: .3em;
  opacity: 1 !important;
  width: auto !important;
}

.multi-select-button {
  background-color: #fff;
  border: 1px solid #aaa;
  cursor: default;
  display: inline-block;
  font-size: 12px;
  overflow: hidden;
  padding: 1em !important;
  text-overflow: ellipsis;
  vertical-align: -.5em;
  white-space: nowrap;
  width: 409px;
}

.multi-select-button:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: .4em .4em 0;
  content: "";
  display: inline-block;
  height: 0;
  margin: 5px 0 0;
  position: absolute;
  right: 10px;
  vertical-align: .1em;
  width: 0;
}

.multi-select-container--open .multi-select-button:after {
  border-color: transparent transparent #999;
  border-width: 0 .4em .4em;
}

.mktoForm .mktoButtonWrap.mktoInset .mktoButton:disabled {
  background-color: #a7a7a7 !important;
  border-color: #a7a7a7 !important;
  color: #efefef !important;
  cursor: not-allowed !important;
}

.mktoForm .mktoButtonWrap.mktoInset .mktoButton:disabled:hover {
  color: #efefef !important;
  cursor: not-allowed;
}

.mktoFormRow .sryMsg {
  color: #f44836;
  font-size: 12px;
  line-height: 15px;
  width: 47.5%;
}

.flowc-module-feature {
  background: url(/webroot/web/images/lsr/products/flow_cytometry/category_feature/global/FlowC_PCPBanner_4643.jpg) 103px -41px/69% no-repeat #040509;
}

.flowc-webinar-opt-feature {
  background: url(/webroot/web/images/lsr/products/flow_cytometry/category_feature/global/webinars-cornerbox-banner-bg.png) 0 0/100% no-repeat #081a1a;
}

.opt-horizdivider,
.opt-horiz-gradient-divider {
  margin: 0 auto;
  max-width: 100%;
}

.view-brc-corp-newsroom {
  padding-bottom: 1.5em;
}

ul.ddflow {
  list-style-type: none;
  display: flex;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
}

.ddflow li {
  font-size: 14px;
  width: 80px;
  margin-left: 0;
}

.ddflow div {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 3px solid #ccc;
  overflow: hidden;
  margin: 10px auto 0;
  position: relative;
  background-color: #ccc;
}

.ddflow div:hover {
  border: 3px solid #01892a;
  margin: auto;
  margin-top: 10px;
  background-color: #01892a;
}

.ddflow div:hover img {
  position: relative;
  top: -70px;
}

.ddflow a {
  font-weight: 700;
  color: #999;
}

.ddflow a:hover {
  color: #10b441;
}

.dd-arrow {
  background-image: url('/webroot/web/images/lsr/solutions/applications/drug_discovery/dd-arrow.png');
  background-repeat: no-repeat;
  background-position: -10px 0;
}

.ddflow-four .dd-arrow {
  width: 100px;
}

.ddflow-selected div,
.ddflow-selected div:hover,
.ddflow-on div {
  border: 3px solid #666;
  margin: auto;
  margin-top: 10px;
}

.ddflow-selected,
ddflow-on {
  font-weight: 700;
  color: #333;
}

.ddflow-main div,
.ddflow-on div {
  border: 3px solid #666;
  background-color: #666;
}

.ddflow-main div:hover,
.ddflow-on div:hover {
  border: 3px solid #01892a;
}

.ddflow-main a,
.ddflow-on a {
  color: #333;
}

.ddflow-main a:hover,
.ddflow-on a:hover {
  color: #01892a;
}

.ddflow-selected img,
.ddflow-main img,
.ddflow-on img {
  position: relative;
  top: -70px;
}

.ddflow-othr {
  height: 80px;
  width: 315px;
  clear: both;
  border-right: 2px solid #666;
  border-left: 2px solid #666;
  display: table-cell;
  vertical-align: bottom;
}

.ddflow-othr-main {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 8px 0;
}

.ddflow-othr-sub a {
  display: block;
  color: #c8c8c8;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 5px 0 3px;
  background-color: #666;
  border-bottom: 2px solid #666;
}

.ddflow-biomarker,
.ddflow-biomarker-roll a:hover {
  background: #0e7ae6;
  background: linear-gradient(to right, #0e7ae6 0, #004897 100%);
  color: #fff;
}

.ddflow-biochemical,
.ddflow-biochemical-roll a:hover {
  background: #01af1e;
  background: linear-gradient(to right, #01af1e 0, #027815 100%);
  color: #fff;
}

.ddflow-biosimilar,
.ddflow-biosimilar-roll a:hover {
  background: #1fb5cb;
  background: linear-gradient(to right, #1fb5cb 0, #158c9c 100%);
  color: #fff;
}

.ddflow-othr-caption {
  height: 60px;
  float: left;
  width: 180px;
  padding-top: 20px;
}

.ddflow-othr-container {
  padding-left: 3px;
  float: left;
  width: 393px;
}

.ddflow-othr-container>div {
  padding-top: 50px;
  margin-top: -38px;
}

.ddflow-othr-container-biomarker {
  width: 499px;
}

.ddflow-othr-biomarker {
  border-left: 1px solid #0e7ae6;
  border-right: 1px solid #004897;
}

.ddflow-othr-biochemical {
  border-left: 1px solid #01af1e;
  border-right: 1px solid #027815;
}

.ddflow-othr-biosimilar {
  border-left: 1px solid #1fb5cb;
  border-right: 1px solid #158c9c;
}

.ddflow-othr-container-biosimilar {
  width: 605px;
}

.content-more,
.content-hide {
  display: none;
}

.content-hide,
.content-show {
  font-size: 11px;
  color: #d1460a;
}

.content-hide:hover,
.content-show:hover {
  text-decoration: underline;
  cursor: pointer;
}

.contact-details-mod {
  margin: 20px 0 30px -5px;
}

.table-mod-contact {
  width: 100%;
}

.table-mod-contact td {
  padding: 0 5px;
  vertical-align: middle;
}

.border-left-divider {
  border-left: 1px solid #ccc;
  height: 85px;
}

.table-mod-contact p,
.table-mod-contact a {
  font-size: 14px;
  line-height: 18px;
}

.link_table ul.rightarrow {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.link_table .rightarrow a {
  color: #333;
}

.link_table .rightarrow a:hover {
  color: #d1460a;
}

.list-set-th h3,
.list-set-th span.self-service-header,
.boxes-grid,
.wrapped-list,
.overflow-auto,
.list-float {
  overflow: auto;
}

.ribbonThird {
  display: block;
  float: left;
  margin-right: 10px;
  width: 302px;
}

.ribbonThirdInner {
  height: 270px;
  opacity: 1;
  overflow: hidden;
}

.ribbon2 {
  height: 28px;
  margin-top: 185px;
  transition: all 500ms ease-in-out;
}

.ribbon2Center {
  background-color: #efefef;
  display: inline-block;
  margin-right: -4px;
  margin-top: 24px;
  opacity: .8;
  padding: 8px 8px 0;
}

.ribbon2Right {
  border-top: 22px solid #efefef;
  display: inline-block;
  height: 0;
  margin: -4px 0 0 201px;
  opacity: .8;
  width: 0;
}

.ribbonDesc {
  padding: 20px 35px;
}

.ribbonDesc p {
  margin-top: .75em;
  opacity: 0;
}

.ribbonThird.active .ribbonThirdInner,
.ribbonThird.active:hover .ribbonThirdInner {
  background-color: #d8d8d8;
  transition: all 500ms ease-in-out;
}

.ribbonThird.active .ribbon2,
.ribbonThird.active:hover .ribbon2 {
  margin-top: 0;
  transition: all 400ms ease-in-out;
}

.ribbonThird.active .ribbon2Center h4,
.ribbonThird.active:hover .ribbon2Center h4 {
  color: #fff;
  transition: all 400ms ease-in-out;
}

.ribbonThird.active .ribbon2Center,
.ribbonThird.active:hover .ribbon2Center {
  background-color: #47ac33;
  opacity: 1;
  transition: all 500ms ease-in-out;
}

.ribbonThird.active .ribbon2Right,
.ribbonThird.active:hover .ribbon2Right {
  border-top: 22px solid #47ac33;
  opacity: 1;
  transition: all 500ms ease-in-out;
}

.ribbonThird.active .ribbonDesc p,
.ribbonThird.active:hover .ribbonDesc p {
  color: #4d4d4d;
  opacity: 1;
  transition: all 500ms ease-in-out;
}

div#interactiveRibbonOuter {
  width: 100%;
}

.video-img a::before {
  content: " ";
  height: 70px;
  width: 70px;
  position: absolute;
  margin-top: 16%;
  margin-left: calc(50% - 35px);
  background: url('/webroot/web/html/general/video-img-play.svg') center/100% no-repeat;
}

.video-img {
  background: url('/webroot/web/html/general/video-img-play-hover.svg') center/1% no-repeat;
  width: 100%;
}

.video-img a:hover::before {
  background: url('/webroot/web/html/general/video-img-play-hover.svg') center/100% no-repeat;
}

.bttn-block:hover {
  text-decoration: none;
}

.twas-bnnr {
  background: url(/webroot/web/images/general/sales-specialist-banner.png) top right no-repeat #26872d;
  height: 70px;
  border-bottom: 0 !important;
  display: flex;
  align-items: center;
}

.rollover-light-blue:hover {
  cursor: pointer;
  background: #eaf4f6;
}

.opt-module .content,
.content,
li.content:last-child,
.list-two-col li.content,
.list-three-col li.content,
.list-four-col li.content,
.list-five-col li.content,
.list-six-col li.content {
  padding: 20px;
}

.corner-box.stroke {
  box-shadow: none;
}

.min-height-5em {
  min-height: 5em;
}

.wf-divider {
  width: 5%;
}

.wf-two-step>div>div:nth-child(odd) {
  width: 47.5%;
}

.txt-green {
  color: #01892a;
}

.fa-filter {
  font-family: var(--ff);
  font-weight: bolder;
}
.coh-ce-c400c0b7 {
  background-color: transparent;
}
@media (max-width: 767px) {
  img.right,
  div.right,
  .float-div.right,
  iframe.right {
    margin-left: 2rem;
    margin-bottom: 2rem;
  }

  img.left,
  div.left,
  .float-div.left,
  iframe.left {
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
  .boxes-overall,
  .mobile-scroll {
    box-sizing: content-box;
    width: calc(100% + 40px);
    overflow-y: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
  }

  .category-products-list li {
    width: 100%;
  }

  .special-container ul.list-set.list-two-col.list-set-th li {
    width: 100%;
  }

  .path-node .list-three-col li,
  .path-node ul.list-set.list-two-col li,
  .path-node .overflow-auto,
  ul.list-set.list-three-col li,
  .path-node .opt-module-video-feature>.right,
  .path-node .opt-module-pcr-reagents-consumables .col-feature:nth-of-type(2),
  .path-node .opt-transfer-systems .col-feature:nth-of-type(1),
  .path-node .opt-module-pcr-reagents-consumables .col-feature:nth-of-type(3),
  .path-node .opt-transfer-systems>.col-feature:nth-of-type(2) {
    width: 100%;
    flex: 1 0 auto;
  }

  ul.list-set.list-four-col li,
  ul.list-set.list-six-col li {
    width: calc(100%/2);
    flex: 1 0 auto;
  }

  .opt-leaderboard-DBG>div:first-of-type {
    padding-left: 0;
  }

  .vertdivider,
  .pagenav {
    display: none;
  }

  #interactiveRibbonOuter {
    flex-wrap: wrap;
    gap: 10px;
  }

  .ribbonThird {
    background-size: cover;
    width: 100%;
  }

  .ribbonThirdInner {
    width: 100%;
  }

  .path-node .corner-box-promo,
  .path-node .opt-module .corner-box-promo {
    width: auto !important;
    max-width: 100%;
    margin: 0 0 15px;
    float: none;
  }

  .path-node .opt-module .list-three-col img {
    max-width: 100%;
    margin: 0 auto 15px;
  }

  .path-node .mobile-margin-bottom2em {
    margin-bottom: 2em;
  }

  .path-node .mobile-margin-bottom1em {
    margin-bottom: 1em;
  }

  .path-node .width-mobile-full,
  .mid-align.width-mobile-full>li>div,
  .path-node .list-set>li {
    width: 100%;
  }

  .path-node .top-margin-mobile {
    margin-top: 30px;
  }

  .path-node .topmargin-1em-mobile {
    margin-top: 1em;
  }

  .path-node .list-set>li {
    margin-right: 0;
  }

  .path-node .float-mobile-none,
  .path-node .list-set>li {
    float: none;
  }

  img.width-mobile-full,
  .path-node .mobile-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .left.float-mobile-none,
  .right.float-mobile-none {
    margin: auto;
  }

  .path-node .hide-bg-mobile {
    background-image: none;
  }

  .path-node .show-mobile {
    display: inherit;
  }

  .path-node .hide-mobile {
    display: none;
  }

  .container-16x9 {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
  }

  .container-16x9>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .path-node .opt-module {
    margin: 0 -22px 0 -20px;
  }

  ul.list-set.list-three-col li:nth-child(3n) {
    padding-bottom: 30px;
  }

  .flex-container {
    flex-direction: column;
  }

}

.PromoImgIcons {
  display: flex;
  gap: 6px;
}

a.promotion,
a.promotionSearch {
  background: url(/evportal/framework/skins/evolution/images/icon_percent.png) no-repeat !important;
  display: block;
  float: left;
  height: 19px;
  margin-right: 0;
  width: 20px;
}

/* Disclaimer */
.disclaimer-box {
  background: #f7f7f7;
  margin: 0 auto;
  float: left;
  width: 100%;
}

.disclaimer-box p.caption {
  max-width: 1440px;
  margin: 0 auto;
  border-top: 1px solid var(--c_dark);
  padding: 20px;
  width: 100%;
}

@media (max-width: 991px) {
  .list-code-conducts-files li {
    width: calc(100%/4);
  }

  .opt-module {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .list-code-conducts-files li {
    width: calc(100%/3);
  }

  .lhm-content-view .coh-col-xl-10 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .lhm-list {
    display: none;
  }

  .border-container {
    border: none;
    box-shadow: none;
  }

  .path-node .mobile-margin-bottom2em {
    margin-bottom: 2em;
  }

  .path-node .mobile-margin-bottom1em {
    margin-bottom: 1em;
  }

  .path-node .width-mobile-full,
  .path-node .list-set>li {
    width: 100%;
  }

  .path-node .list-set>li {
    margin-right: 0;
  }

  img.width-mobile-full,
  .path-node .mobile-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .path-node .float-mobile-none,
  .path-node .list-set>li {
    float: none;
  }

  .path-node .hide-bg-mobile {
    background-image: none;
  }

  .path-node .show-mobile {
    display: inherit;
  }

  .path-node .hide-mobile {
    display: none;
  }

  .container-16x9 {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
  }

  .container-16x9>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

article .is-b-loading:not(.is-b-loaded):not([data-animation])::before {
  background: url('/evportal/framework/skins/evolution/images/price-loader.gif') no-repeat !important;
}

.coh-container.custom-div {
  font-size: var(--fs_p);
  line-height: var(--lh_p);
  font-weight: var(--fw_p);
  margin-bottom: 2em;
  padding: 0;
}

/*
 7.) Header Main
----------------------------------------*/
:root {
  /*global*/
  --max_c: 1440px;
  --lhs_width: 351px;
  --lhs_offset: 40px;
  --rhs_offset: 40px;
  /*colors*/
  --c_dark: #222222;
  --c_bg: #ffffff;
  --c_bg_1: #f4f4f4;
  --c_bg_2: #e4e4e4;
  --c_gray_med: #e4e4e4;
  --c_gray_dark: #9b9b9b;
  --c_primary: #009b4b;
  --c_primary_light: #00a651;
  --c_primary_dark: #008943;
  --c_secondary_dark: #2c5d33;
  /*fonts*/
  --ff: "Bio-Type", fallback-font-helvetica, fallback-font-arial, sans-serif;
  --bi: "Bioicons";
  /*font size*/
  --fs_xs: 0.75rem;
  --fs_sm: 0.8rem;
  --fs_sub: 0.88rem;
  --fs_1: 1rem;
  --fs_p: 1rem;
  --fs_pf: 1rem;
  --fs_pfh: 1.33rem;
  --fs_pft: 1.55rem;
  --fs_h6: 1.125rem;
  --fs_h5: 1.25rem;
  --fs_h4: 1.29rem;
  --fs_h3: 1.33rem;
  --fs_h2: 2.44rem;
  --fs_h1: 2.66rem;
  --fs_btn_sm: 0.888rem;
  --fs_btn_md: 1rem;
  --fs_btn_lg: 1rem;
  --fs_h1_large: 2.9rem;
  --fs_h1_sm: 1.9rem;
  --fs_h1_md: 2rem;
  --fs_h1_lg: 2.1rem;
  --fs_caption: 0.875rem;
  /*font weight*/
  --fw_h1: 300;
  --fw_h1_large: 200;
  --fw_h2: 300;
  --fw_h3: 400;
  --fw_h4: 400;
  --fw_h5: 400;
  --fw_h6: 400;
  --fw_pft: 400;
  --fw_pf: 300;
  --fw_p: 300;
  --fw_sub: 700;
  --fw_caption: 300;
  /*gap*/
  --g_page_3: 20px;
  --g_3: 32px;
  --g_4: 20px;
  /*line-height*/
  --lh_1: 100%;
  --lh_2: 106%;
  --lh_3: 110%;
  --lh_4: 1.33rem;
  --lh_5: 175%;
  --lh_h6: 2rem;
  --lh_h5: 2rem;
  --lh_h4: 2rem;
  --lh_h3: 2rem;
  --lh_h2: 3.11rem;
  --lh_h1: 3.33rem;
  --lh_h1_large: 3.6rem;
  --lh_pft: 2.2rem;
  --lh_pf: 2rem;
  --lh_p: 1.5rem;
  --lh_sub: 1.11rem;
  --lh_caption: 1.25rem;
  /*margin and padding*/
  --m_1: 8px;
  --m_2: 16px;
  --m_3: 20px;
  --m_4: 32px;
  --m_5: 64px;
  --pad_btm: 24px;
  --h2_pad: 32px;
  /*spacing - don't change with breakpoints*/
  --s_1: 4px;
  --s_2: 8px;
  --s_3: 16px;
  --s_4: 20px;
  --s_5: 24px;
  --s_6: 32px;
  --s_7: 40px;
  --s_8: 64px;
  --s_9: 96px;
}

/*desktop*/
@media (min-width: 767px) {
  :root {
    /*font size*/
    --fs_caption: 0.77rem;
    /*font weight*/
    --fw_h3: 300;
    --fw_h4: 300;
    --fw_h5: 300;
    --fw_h6: 300;
    --fw_pft: 300;
    --fw_pf: 200;
    --fw_p: 200;
    --fw_caption: 200;
    /*gap*/
    --g_page_3: 32px;
    --g_3: 32px;
    --g_4: 54px;
    --m_1: 16px;
    --m_2: 32px;
    --m_3: 32px;
    --m_4: 48px;
    --m_5: 64px;
    --h2_pad: 64px;
    /*line-height*/
    --lh_caption: 1.11rem;
    --lh_h1_large: 4.36rem;
    /*font-size*/
    --fs_h1_large: 3.39rem;
  }
}

@media (min-width: 1440px) {
  :root {
    --g_page_3: 48px;
    --g_3: 48px;
  }
}
html {
  font-family: var(--ff);
  font-size: 18px;
  font-weight: 200;
  line-height: 1.33rem;
  letter-spacing: 0;
}
body,
ol li,
ul li {
  font-weight: 200;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
    font-weight: 300;
  }
  body,
  ol li,
  ul li {
    font-weight: 300;
  }
}

ul {
  padding-bottom: 1rem;
  padding-left: 2rem;
}

li {
  margin-bottom: 1rem;
}

.container-content p {
  font-size: var(--fs_p);
  line-height: var(--lh_p);
  font-weight: var(--fw_p);
  margin-bottom: 2em;
  padding: 0;
}
.page-node-type-new-homepage .container .banner-h1-text p,
.container .banner-h1-text p {
  font-size: var(--fs_pfh);
  line-height: var(--lh_h3);
}

h1 {
  font-size: var(--fs_h1);
  line-height: var(--lh_h1);
  font-weight: var(--fw_h1);
  margin-bottom: 1em;
}

h2 {
  font-size: var(--fs_h2);
  line-height: var(--lh_h2);
  font-weight: var(--fw_h2);
  margin-bottom: 1em;
}

h3 {
  font-size: var(--fs_h3);
  line-height: var(--lh_h3);
  font-weight: var(--fw_h3);
  margin-bottom: 1em;
}

h4 {
  font-size: var(--fs_h4);
  line-height: var(--lh_h4);
  font-weight: var(--fw_h4);
  margin-bottom: 1em;
}

.sub-title,
.title-label {
  font-size: var(--fs_sub);
  font-weight: var(--fw_sub);
  line-height: var(--lh_sub);
  display: block;
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: 1px solid var(--c_dark);
}
.sub-title div,
.title-label div {
  font-size: var(--fs_sub);
  font-weight: var(--fw_sub);
  line-height: var(--lh_sub);
}

/* single column cards */
.free-html--block article.feature.feature--text h3,
.free-html--block article.feature.feature--text h4 {
  margin-bottom: 1em;
  max-width: 100%;
}

.free-html--block article.feature.feature--text p {
  font-size: var(--fs_p);
  font-weight: var(--fw_p);
  line-height: var(--lh_p);
  margin-bottom: 2em;
}

caption,
.caption,
.container-content .caption {
  font-size: var(--fs_caption);
  font-weight: var(--fw_caption);
  line-height: var(--lh_caption);
  margin-bottom: 1em;
}
.summary--header-desc p+div,
.free-html--block article.feature.feature--text p+div,
.feature-desciption-wrapper p+div,
.feature-description-wrapper p+div,
.list-set p+div,
.two-col-row--sidebyside p+div,
.three-col-row--simple p+div,
.two-col-row--simple p+div {
  margin-bottom: 2em;
}
/*all cards with line clamp*/

@media (min-width: 767px) {
  .promo-title,
  .list-two-col h3,
  .list-two-col h4,
  .list-three-col h3,
  .list-three-col h4,
  .list-four-col h3,
  .list-four-col h4,
  .feature-desciption-wrapper h4,
  .feature-description-wrapper h4,
  .two-col-row--sidebyside h3,
  .three-col-row--simple h3,
  .two-col-row--simple h3,
  .two-col-row--sidebyside h4,
  .three-col-row--simple h4,
  .two-col-row--simple h4 {
    font-size: var(--fs_h3);
    line-height: var(--lh_h3);
    font-weight: var(--fw_h3);
    max-width: 100%;
    position: relative;
  }
}
.feature-desciption-wrapper h4 div,
.feature-description-wrapper h4 div {
  font-size: var(--fs_h3);
  line-height: var(--lh_h3);
  font-weight: var(--fw_h3);
}
/*four column resize*/
.list-four-col h3,
.list-four-col h4 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 1em;
}

.list-four-col p {
  font-size: 0.888rem;
  font-weight: 200;
  line-height: 1.23rem;
  margin-bottom: 2em;
}

@media (max-width: 991px) {

  H3 {
    font-weight: var(--fw_h3);
  }

  caption,
  .caption,
  .container-content .caption {
    font-weight: 300;
  }

  .free-html--block article.feature.feature--text p {
    font-weight: var(--fw_pf);
  }

  .list-four-col h3,
  .list-four-col h4 {
    font-weight: var(--fw_h3);
  }

  .list-four-col p {
    font-weight: 300;
  }

}
@font-face {
  font-family: 'Bio-Type';
  src: url('../fonts/Bio-Type-Regular.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/*
@font-face {
  font-family: "bioicons";
  src: url('../fonts/bioicons2/bioicons.eot?t=1681772065392');
  src: url('../fonts/bioicons2/bioicons.eot?t=1681772065392#iefix') format('embedded-opentype'), url("../fonts/bioicons2/bioicons.woff?t=1681772065392") format("woff"), url('../fonts/bioicons2/bioicons.ttf?t=1681772065392') format('truetype'), url('../fonts/bioicons2/bioicons.svg?t=1681772065392#bioicons') format('svg');
  font-display: swap;
}
*/
@font-face {
  font-family: "bioicons";
  src: url('../fonts/bioicons3/bioiconsB.woff?t=1681772065392') format("woff");
  font-display: swap;
}
[class^="bioicons-"],
[class*=" bioicons-"] {
  font-family: 'bioicons' !important;
  font-size: 28px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bioicons-shipping:before {
  content: "\e903";
}

.bioicons-order-status:before {
  content: "\e904";
}
.bioicons-editorial-biorad-academy:before {
  content: "\e914";
  font-size: 60px !important;
}

.bioicons-editorial-life-science:before {
  content: "\e915";
  font-size: 60px !important;
}

.bioicons-add-lab:before {
  content: "\e900";
}

.bioicons-add-to-quote:before {
  content: "\ea01";
}

.bioicons-address-add:before {
  content: "\ea02";
}

.bioicons-address-search:before {
  content: "\ea03";
}

.bioicons-arrow-next:before {
  content: "\ea04";
}

.bioicons-arrow-open-page:before {
  content: "\ea05";
}

.bioicons-bell-notifications-alerts-filled:before {
  content: "\ea06";
}

.bioicons-bell-notifications-alerts:before {
  content: "\ea07";
}

.bioicons-calendar:before {
  content: "\e908";
}

.bioicons-certificate-analysis:before {
  content: "\ea08";
}

.bioicons-check-circle-outline:before {
  content: "\ea09";
}

.bioicons-check-circle:before {
  content: "\ea0a";
}

.bioicons-check:before {
  content: "\e90c";
}

.bioicons-circle-exclamation-outline:before {
  content: "\ea0b";
}

.bioicons-circle-exclamation:before {
  content: "\ea0c";
}

.bioicons-contact-specialist:before {
  content: "\ea0d";
}

.bioicons-delivery:before {
  content: "\ea0e";
}

.bioicons-document-collection:before {
  content: "\e911";
}

.bioicons-download:before {
  content: "\e912";
}

.bioicons-edit:before {
  content: "\ea0f";
}

.bioicons-ellipsis-horizontal:before {
  content: "\e916";
}

.bioicons-ellipsis-vertical:before {
  content: "\e917";
}

.bioicons-email:before {
  content: "\ea10";
}

.bioicons-expired:before {
  content: "\e919";
}

.bioicons-favorite:before {
  content: "\e98a";
}

.bioicons-file-download-outline:before {
  content: "\e91b";
}

.bioicons-file-download:before {
  content: "\ea12";
}

.bioicons-file-upload-outline:before {
  content: "\ea13";
}

.bioicons-file-upload:before {
  content: "\ea14";
}

.bioicons-filter:before {
  content: "\ea15";
}

.bioicons-funnel:before {
  content: "\e920";
}

.bioicons-help:before {
  content: "\ea16";
}

.bioicons-hide-eye:before {
  content: "\e922";
}

.bioicons-icon-down-caret:before {
  content: "\ea17";
}

.bioicons-icon-left-caret:before {
  content: "\ea18";
}

.bioicons-icon-right-caret:before {
  content: "\ea19";
}

.bioicons-icon-up-caret:before {
  content: "\ea1a";
}

.bioicons-in-progress:before {
  content: "\e927";
}

.bioicons-info-page:before {
  content: "\e91a";
}

.bioicons-info:before {
  content: "\e929";
}

.bioicons-lab:before {
  content: "\e92a";
}

.bioicons-library:before {
  content: "\e92b";
}

.bioicons-arrow-prev:before {
  content: "\e92c";
}

.bioicons-light-bulb-flat:before {
  content: "\e901";
}

.bioicons-list:before {
  content: "\ea1b";
}

.bioicons-literature-outline:before {
  content: "\ea1c";
}

.bioicons-literature:before {
  content: "\e91d";
}

.bioicons-logout:before {
  content: "\e91e";
}

.bioicons-manage-accounts:before {
  content: "\ea1d";
}

.bioicons-menu-hamburger:before {
  content: "\ea1e";
}

.bioicons-minus-circle-outline:before {
  content: "\ea1f";
}

.bioicons-minus-circle:before {
  content: "\ea20";
}

.bioicons-minus:before {
  content: "\e923";
}

.bioicons-move-to-hotlist:before {
  content: "\ea21";
}

.bioicons-order-confirm:before {
  content: "\e938";
}

.bioicons-order-quote:before {
  content: "\e939";
}

.bioicons-order-submit:before {
  content: "\e93a";
}

.bioicons-package:before {
  content: "\ea22";
}

.bioicons-paginate-nav-next-filled:before {
  content: "\ea23";
}

.bioicons-paginate-nav-next-outline:before {
  content: "\ea24";
}

.bioicons-paginate-nav-prev-filled:before {
  content: "\ea25";
}

.bioicons-paginate-nav-prev-outline:before {
  content: "\ea26";
}

.bioicons-pdf-outline:before {
  content: "\ea27";
}

.bioicons-pdf:before {
  content: "\ea28";
}

.bioicons-plus-box:before {
  content: "\ea29";
}

.bioicons-plus-filled:before {
  content: "\ea2a";
}

.bioicons-plus-outline:before {
  content: "\ea2b";
}

.bioicons-plus:before {
  content: "\e92f";
}

.bioicons-preview-box:before {
  content: "\ea2f";
}

.bioicons-preview:before {
  content: "\ea30";
}

.bioicons-quote:before {
  content: "\e948";
}

.bioicons-reload:before {
  content: "\ea31";
}

.bioicons-dashboard:before {
  content: "\e94a";
}

.bioicons-thumbail:before {
  content: "\e94b";
}

.bioicons-documents:before {
  content: "\e94c";
}

.bioicons-remove-file:before {
  content: "\e94d";
}

.bioicons-rewards:before {
  content: "\ea32";
}

.bioicons-saved-file:before {
  content: "\e94f";
}

.bioicons-sds:before {
  content: "\ea33";
}

.bioicons-search:before {
  content: "\ea34";
}

.bioicons-shopping-cart-filled:before {
  content: "\e936";
}

.bioicons-shopping-cart-outline:before {
  content: "\ea35";
}

.bioicons-shopping-quick-order:before {
  content: "\ea36";
}

.bioicons-social-facebook:before {
  content: "\ea37";
}

.bioicons-social-instagram:before {
  content: "\ea38";
}

.bioicons-social-twitter:before {
  content: "\ea3b";
}

.bioicons-social-linkedin:before {
  content: "\ea39";
}

.bioicons-social-pinterest:before {
  content: "\ea3a";
}

.bioicons-social-youtube:before {
  content: "\ea3c";
}

.bioicons-software-download-outline:before {
  content: "\ea3d";
}

.bioicons-software-download:before {
  content: "\ea3e";
}

.bioicons-star-filled:before {
  content: "\ea3f";
}

.bioicons-start-outline:before {
  content: "\e943";
}

.bioicons-support-global:before {
  content: "\ea41";
}

.bioicons-tag-promotion:before {
  content: "\ea42";
}

.bioicons-tooltip:before {
  content: "\e946";
}

.bioicons-trash-alt-no:before {
  content: "\ea43";
}

.bioicons-trash-alt:before {
  content: "\e902";
}

.bioicons-triangle-exclamation-outline:before {
  content: "\ea45";
}

.bioicons-triangle-exclamation:before {
  content: "\ea46";
}

.bioicons-undo-alt:before {
  content: "\ea47";
}

.bioicons-upload:before {
  content: "\e967";
}

.bioicons-user:before {
  content: "\ea48";
}

.bioicons-verify:before {
  content: "\e969";
}

.bioicons-video-modal:before {
  content: "\e94e";
}

.bioicons-x-close-circle-outline:before {
  content: "\ea49";
}

.bioicons-x-close-circle:before {
  content: "\ea4a";
}

.bioicons-x-close:before {
  content: "\ea4b";
}

.sr-only {
  position: absolute;
  left: -999em;
}

.a-blank {
  background-image: none !important;
  overflow: inherit !important;
}

.bg_1 {
  background-color: var(--c_bg_1);
}

.bg_2 {
  background-color: var(--c_bg_2);
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-ratio-2to1 {
  padding-bottom: 50%;
  /* 2:1 */
}

.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 1em;
  max-width: 100%;
}

.dropdown-more-btn {
  padding: 8px 12px 10px 16px;
  background-color: transparent;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1em;
  font-size: var(--fs_p);
}

.dropdown-more-btn img,
.dropdown-more-btn span {
  vertical-align: middle;
  display: inline-block;
  line-height: var(--lh_1);
}

.dropdown-more-btn::after {
  content: "\ea17";
  font-family: 'bioicons' !important;
  font-size: 1em;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: var(--lh_1);
  color: inherit;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: middle;
}

.open>.dropdown-more-btn::after {
  content: "\ea1a";
}

.dropdown-menu>li {
  display: block !important;
}

.dropdown-menu>li>a,
.dropdown-menu>li>button {
  display: block;
  background-color: transparent;
  text-decoration: none;
  padding: 12px 32px;
  border: none;
  font-size: var(--fs_1);
  width: 100%;
  text-align: left;
}

.dropdown-heading {
  display: flex;
  max-width: 100%;
  font-weight: 700;
}

.dropdown.dropdown-dark {
  color: #fff;
  background-color: var(--c_dark);
  border-color: var(--c_dark);
}

.dropdown.dropdown-dark {
  color: #fff;
  border: 1px solid #fff;
}

.dropdown-dark .dropdown-menu>li>a,
.dropdown-dark .dropdown-menu>li>button {
  color: #fff;
}

.dropdown.lang-btn {
  border-radius: 3em;
  border: none;
}

.dropdown-more-btn:after {
  width: 12px;
  height: 12px;
}

.h1-sm,
.banner-h1-text h1.h1-sm {
  font-size: var(--fs_h1_sm);
}

.h1-md,
.banner-h1-text h1.h1-md {
  font-size: var(--fs_h1_md);
}

.h1-lg,
.banner-h1-text h1.h1-lg {
  font-size: var(--fs_h1_lg);
}
@media (min-width: 991px) {
  .resource-l4-template-nolhs .products-container.main-container,
  .article-details-event-container .products-main-container-l3.main-container {
    max-width: 1100px;
    margin: auto;
  }
}

/* Help Center Form styles */
.webform-ajax-form-wrapper form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px 20px;
}

.webform-ajax-form-wrapper form>div {
  flex: 1 0 45%;
  margin: 0 !important;
}

.webform-ajax-form-wrapper form>div.js-form-type-textarea,
.webform-ajax-form-wrapper form>div.firstnamebox,
.webform-ajax-form-wrapper form>div.form-actions,
.webform-ajax-form-wrapper form>div.messages,
.webform-ajax-form-wrapper form>div.js-form-type-webform-markup {
  flex: 1 0 100%;
}
.content-right .rebrand-ui .three-col-row--simple p {
  margin-bottom: 2em;
}
.rebrand-ui .three-col-row--simple {
  gap: 0;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.help-center-container .top-margin {
  margin-top: 0 !important;
}

.container-box {
  display: flex;
  background: #e0f2fd;
  padding: 24px 24px 0;
  border: 1px solid #66bcf5;
  align-content: baseline;
  margin: 0 0 40px;
}

.icon-header {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.icon-header i {
  font-size: 20px !important;
}

.icon-header h2 {
  font-size: 1.33rem;
  line-height: 2rem;
  font-weight: 300px;
}

.desc-link {
  display: flex;
  flex-direction: column;
}
.address-location {
  display: flex;
  gap:2px;
}
.container-content .desc-link p,
.address-location > div {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.08px;
  word-wrap: break-word;
  margin-bottom: 1rem;
}

.container-content .desc-link a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.42px;
  color: #222222;
  text-decoration: underline;
}
.help-center-container .rebrand-ui .three-col-row--simple>div {
  margin-right: var(--m_3);
}
.help-center-container .rebrand-ui .three-col-row--simple>div:last-child {
  margin-right: 0;
}
.non-rebrand-ui {
  display: none;
}
.rebrand .coh-view-contents.views-infinite-scroll-content-wrapper.clearfix {
  display: flex;
  flex-direction: column;
}
.rebrand .views-field.views-field-field-html:first-child {
  margin-bottom: 16px;
}
.rebrand .views-field.views-field-field-html {
  background: #fafafa;
  padding: 20px;
  margin-bottom: 4rem;
}
.help-center-container .card-arrow span {
  border: 1px solid #222;
  width: 68px;
  height: 48px;
  border-radius: 32px;
  display: flex;
  padding: 0 24px;
  align-items: center;
  margin-top: auto;
}

.help-center-container i.bioicons-arrow-next {
  font-size: 20px;
  transition: transform 0.3s ease, color 0.3s ease;
  display: inline-block;
}

.help-center-container .three-col-row--simple .card:hover i.bioicons-arrow-next {
  transform: translateX(5px);
}

.help-center-container .three-col-row--simple h4 a::before {
  content: none;
}

.help-center-container .three-col-row--simple img {
  width: 60px;
  height: 60px;
  object-fit: none;
}

.help-center-container .three-col-row--simple .card {
  padding: 24px;
  margin: 0;
  border: 1px solid #222;
  max-width: 306px;
  min-width: 306px;
  display: flex;
  flex-direction: column;
}

.help-center-container .three-col-row--simple .card .card-content {
  flex: 1;
}
.request-target input[id*=edit-your-email-address] {
  width: 49%;
}

.request-target .form-item--error-message {
  float: left;
  width: 100%;
}

.request-target div[id*=edit-flexbox] {
  flex: 1 0 100% !important;
  width: 100%;
  display: flex;
  padding-top: 10px;
  gap: 20px !important;
  align-items: end;
}

.request-target .messages.messages--error {
  display: none;
}

.request-target div[id*=edit-flexbox] .webform-flex--1 p {
  padding: 0;
}

#webform-submission-sds-webform-form-ajax form {
  display: block;
}

#webform-submission-sds-webform-form-ajax .webform-flex--container>.form--inline {
  display: flex;
  width: 80%;
  align-items: center;
}

#webform-submission-sds-webform-form-ajax .js-form-type-processed-text {
  width: auto;
}

#webform-submission-sds-webform-form-ajax .js-form-type-processed-text p {
  padding: 0;
  width: 100%;
  float: left;
  font-weight: 400;
  font-size: .888rem;
  line-height: 1.23rem;
  text-transform: none;
  padding: 0;
  margin: 0 0 .25rem;
}

@media (max-width: 767px) {
  #webform-submission-sds-webform-form-ajax .webform-flex--container>.form--inline {
    width: 100%;
  }
  .help-center-container .three-col-row--simple {
    gap: 15px;
  }
  .request-target input[id*=edit-your-email-address] {
    width: 100%;
  }
  .page-node-type-new-homepage .container .banner-h1-text p,
  .container .banner-h1-text p {
    font-weight: 300;
  }
  .container-box {
    flex-wrap: wrap;
  }
  .rebrand-ui .three-col-row--simple {
    overflow-x: auto;
  }
}
@media (min-width: 767px) {
  #header-main div#two-col-layout-div {
    top: 45px !important;
  }
}
@media (max-width: 991px) {
  .coh-ce-c400c0b7 .container {
    padding: 0;
  }
}
@media (min-width: 991px) {
  .help-center-container .section-div {
    max-width: 1100px;
    padding: 0 50px;
    margin: auto;
  }
  .rebrand .help-center-container .section-div {
    max-width: 100%;
    padding: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {

  .webform-flexbox,
  .webform-ajax-form-wrapper .webform-flexbox,
  .webform-flex--container {
    margin: 0 !important;
  }

}
@media only screen and (max-width: 767px) {
  .banner-wrapper-pull-homepage .banner-h1-text {
    flex-direction: column;
  }
  .webform-ajax-form-wrapper form>div {
    flex: 1 0 100%;
}
  .page-node-type-new-homepage .background-banner,
  .banner-wrapper-pull-homepage,
  .banner-wrapper-pull-homepage .banner-h1-text {
    position: relative;
  }

  .banner-h1-text>div {
    max-width: 100%;
  }

  .background-banner img {
    position: relative;
    object-position: 75% center;
    height: 266px;
  }

  .help-center-container .section-div {
    padding: 0 40px;
    margin: auto;
  }
  .rebrand .help-center-container .section-div {
    padding: 0;
  }
  .banner-h1-text {
    flex-direction: column;
  }

  .background-banner,
  .banner-wrapper-pull-homepage,
  .banner-wrapper-pull,
  .banner-wrapper-pull-homepage .banner-h1-text,
  .banner-wrapper-pull .banner-h1-text {
    position: static;
  }

  .background-banner img {
    position: relative;
  }

  .background-banner {
    flex-direction: column;
    min-height: 266px;
  }

}

@media (max-width: 991px) {
  .pagenav {
    display: none;
  }
}

@media (max-width: 767px) {
  .num-desc {
    flex-wrap: wrap;
  }

  .document-lists div.num-desc span {
    padding: 0 10px 10px;
  }

  .document-lists div.num-desc div {
    padding: 10px 10px 0;
  }

  .coh-inline-element.document_col3 {
    flex: 1;
  }

  .document-list span:nth-child(1) {
    display: none;
  }
}

/*old header start*/
#block-biorad-brcheadercomponentblock {
  position: sticky;
  top: 0;
  z-index: 103;
}

/*
#header-main.sticky #header-main-holder {
  position: fixed;
  top: 0;
}
*/
.header-main-nav-w {
  position: relative;
  z-index: 100;
}

#header-main-nav .container {
  max-width: 100%;
}

#header-main-nav a {
  transition: none;
}

#breadcrumb.when-sticky {
  padding-top: 90px;
}
#header-main .logo-n-b2b {
  margin: auto auto auto 0;
  display: flex;
  flex-wrap: nowrap;
}
.b2bHelpText2 {
  list-style: none;
  margin: 0;
  padding: 32px 40px;
  font-family: var(--ff);
  font-size: 1rem;
  background-color: #fafafa;
}

.b2bHelpText2 li {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 20px;
  margin-left: 0;
}
.b2bHelpText2 li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.b2bHelpText2 li div {
  font-size: 14px;
  padding-left: 8px;
}
.b2bHelpText2 strong {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.b2bHelpText2 li:before {
  font-family: 'bioicons' !important;
  font-size: 20px !important;
  font-style: normal;
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  padding: 10px;
  z-index: 2;
}

.b2bHelpText2 li:after {
  position: absolute;
  font-size: 24px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  content: "";
  z-index: 1;
  background-color: #e4e4e4;
}

.b2bicon i.bioicons-plus-box:before,
.b2bHelpText2 li:nth-child(1):before {
  content: "\e93a";
}

.b2bicon i.bioicons-edit:before,
.b2bHelpText2 li:nth-child(2):before {
  content: "\ea0f";
}

.b2bicon i.bioicons-preview-box:before,
.b2bHelpText2 li:nth-child(3):before {
  content: "\ea30";
}
@media (max-width: 767px) {
  .b2bHelpText2 {
    padding: 24px 16px 32px;
  }
}
#header-main .search-box form {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 32px 20px 0 0;
}

#header-main .search-box form label {
  padding: 0;
  margin: 0;
}

#header-main .search-box form .screen-reader-text {
  display: none;
}

#header-main .search-box form input[type="text"] {
  height: 2.25em;
  font-size: 1rem;
  line-height: 100%;
  border-right: none;
  border-radius: 2.25em;
  box-shadow: none;
  padding: 5px 10px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  border: 1.279px solid var(--Surface-Border-Primary, #e4e4e4);
  transition: 0.5s;
  outline: none;
}

#header-main .search-box form input[type="text"]:active,
#header-main .search-box form input[type="text"]:focus {
  border: 1.279px solid #00a651;
}

#header-main .search-box form input[type="text"]::placeholder {
  font-style: normal;
}

#header-main .search-box form .button {
  width: 100%;
  height: 100%;
  float: right;
  background: url('https://www.bio-rad.com/sites/default/files/2025-06/search-new.svg') no-repeat center center;
  background-color: var(--Surface-Background-Brand, #008943);
  background-size: 15px auto;
  border: none;
  border-radius: 2.25em;
  text-indent: -9999px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-size: 15px auto;
  z-index: 102;
}

#header-main .search-box .form-wrapper {
  width: 1.75em;
  height: 1.75em;
  float: right;
  background-color: #00a651;
  border-radius: 1.75em;
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  transition: all 0.4s ease;
  cursor: pointer;
}

#header-main .search-box .form-wrapper:hover,
#header-main .search-box .form-wrapper:focus,
#header-main .search-box .form-wrapper:active,
#header-main .search-box .form-wrapper:focus,
#header-main .search-box .form-wrapper.active,
#header-main .search-box .form-wrapper.active:focus {
  background-color: #01892a;
}

#header-main .search-box label {
  left: -999em;
  position: absolute;
}

.vertical-align-middle {
  display: inline-block;
  vertical-align: middle;
}

.top-bar-unstick.search-active {
  display: none;
}

.top-bar-unstick .top-links,
#header-main .top-links {
  display: inline-block;
  margin: auto 20px auto auto;
  padding: 6px 0 4px;
  position: relative;
  top: 0;
}

.top-bar-unstick.search-active .top-links,
#header-main.search-active .top-links {
  visibility: hidden;
  display: inline-block;
}

.top-bar-unstick .top-links .language-links-0 p,
#header-main .top-links .language-links-0 p {
  margin: 0 0 0 32px;
  padding: 0;
  float: left;
  font-size: 0.75rem;
}

.top-bar-unstick .top-links ul,
#header-main .top-links ul,
#header-main .mini-cart-w ul {
  margin: 0;
  padding: 0;
}

.top-bar-unstick .top-links ul li,
#header-main .top-links ul li,
#header-main .mini-cart-w ul li {
  float: none;
  font-size: 12px;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  white-space: nowrap;
  font-weight: 400;
}


#header-main #mini-cart,
#header-main #sterling_cart_count,
#header-main .mini-cart a .count {
  background-color: var(--Color-Neutral-500, #707070);
  line-height: 100%;
  line-height: 2em;
  min-width: 2em;
  padding: 0 0.66em;
  border-radius: 2em;
  text-align: center;
  float: none;
  color: #fff !important;
  font-size: var(--Type-Size-Actions-2XS, 12px);
  font-weight: 400;
}

#header-main .mini-cart p {
  display: block;
  padding: 0 !important;
  margin: 0;
}

#header-main .mini-cart-w .txt {
  display: none !important;
}

#header-main .mini-cart-w ul li a {
  padding: 0 1em;
  text-decoration: none;
  border-radius: 2em;
  display: flex;
  flex-wrap: nowrap;
  background: none !important;
}

#header-main .mini-cart-w ul li:last-child {
  padding-bottom: 0;
}

#header-main .mini-cart-w ul {
  display: flex;
}

.top-bar-unstick .top-links ul li a.coh-link,
#header-main .top-links ul li a.coh-link,
#header-main .mini-cart-w ul li a.coh-link {
  text-decoration: none;
  padding: 10px;
  border-radius: 2em;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.top-bar-unstick .top-links ul li a.coh-link,
#header-main .top-links ul li a.coh-link {
  padding: 7px 10px 7px 7px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.top-bar-unstick .top-links ul li {
  margin-left: 12px;
  font-weight: 400;
}

#header-main .mini-cart-w ul {
  margin: 0;
  padding: 0;
}

#header-main .mini-cart a img,
#header-main .mini-cart a i {
  display: none;
}

#header-main .mini-cart a:before {
  font-size: 24px !important;
  margin: auto 4px auto 0;
  content: "\ea35";
  font-family: 'bioicons' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

#header-main.sticky .mini-cart-w {
  min-width: 1px;
}

.header-main-nav ul {
  list-style: none;
  padding: 0;
  margin: 6px auto auto 32px;
}

.header-main-nav ul li {
  padding: 0;
  margin: 0;
  float: left;
}

.header-main-nav .main-nav-item-link {
  color: white;
  background-color: transparent;
  border: 0;
  font-size: 1em;
  padding: 0.65em 1em;
  border-radius: 3em;
}

.top-bar-unstick .dropdown-more-btn,
#header-main .dropdown-more-btn {
  font-size: 12px;
  border-radius: 3em;
  padding: 6px 12px 6px 6px;
  border: 0;
}

.top-bar-unstick .dropdown-menu>li>a,
.top-bar-unstick .dropdown-menu>li>button,
#header-main .dropdown-menu>li>a,
#header-main .dropdown-menu>li>button {
  color: #fff;
  background-color: var(--c_dark);
  width: 100%;
  display: block;
  font-size: 0.75rem;
}

.top-bar-unstick .dropdown-menu>li>a:active,
.top-bar-unstick .dropdown-menu>li>button:active,
.top-bar-unstick .dropdown-menu>li>a:focus,
.top-bar-unstick .dropdown-menu>li>button:focus,
#header-main .dropdown-menu>li>a:active,
#header-main .dropdown-menu>li>button:active,
#header-main .dropdown-menu>li>a:focus,
#header-main .dropdown-menu>li>button:focus {
  background-color: #f7f7f7;
}

.top-bar-unstick .dropdown-menu,
#header-main .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  text-align: left;
  border-radius: 8px;
  list-style: none;
  padding: 6px 0;
  margin: 2px 0 0;
  overflow: hidden;
  z-index: 101;
}

.top-bar-unstick .top-links ul.dropdown-menu li {
  margin-left: 0;
}

.top-bar-unstick .dropdown-menu>li.selected a {
  font-weight: 700;
}

.top-bar-unstick .top-links ul.dropdown-menu,
#header-main .top-links ul.dropdown-menu {
  display: none;
}

.header2_cntry_link_span,
.header2_lang_link_span {
  text-transform: uppercase;
}

#header2_mybio.dropdown.open>.header2_mybio_link_ul {
  display: block;
  z-index: 105;
  min-width: 130px;
}

#header2_mybio.disabled .dropdown-more-btn::after {
  display: none;
}

#header2_mybio.disabled .dropdown-more-btn {
  cursor: initial;
}
#header3_lang.dropdown.open>.header2_lang_link_ul,
#header2_lang.dropdown.open>.header2_lang_link_ul {
  display: block !important;
  z-index: 105;
}

.header2_lang_link_ul li {
  text-align: center;
  color: var(--c_dark);
  background-color: #f7f7f7;
  width: 100%;
  display: block;
  font-size: 0.75rem !important;
  padding: 0;
}
#header2_lang.disabled .dropdown-more-btn::after,
#header3_lang.disabled .dropdown-more-btn::after {
  display: none;
}
#header2_lang.disabled .dropdown-more-btn,
#header3_lang.disabled .dropdown-more-btn {
  cursor: initial;
}

#header-main .nav-bar .title-bar,
#header-main-nav .nav-bar .title-bar {
  display: none;
}

#b2bmessage {
  background-color: var(--c_primary_dark);
  font-size: 0.875em;
  padding: 12px;
  color: var(--c_dark);
  color: #fff;
  text-align: center;
  width: 100%;
}

#b2bmessage a {
  font-weight: 700;
  color: #fff;
}

#header-main #portalmessage_html {
  font-size: 0.875em;
  padding: 12px;
  color: var(--c_dark);
  text-align: center;
  width: 100%;
}

#header-main #portalmessage_html:empty,
#b2bmessage:empty {
  display: none;
}

#header-main.sticky #b2bimg_holder {
  display: none !important;
}

#header-main .header2_lang_link_ul li.selected a {
  font-weight: 700;
}

#header-main .search-box form .button:hover,
#header-main .search-box form .button:focus,
#header-main .search-box form .button:active {
  background: url('https://www.bio-rad.com/sites/default/files/2025-06/search-new.svg') no-repeat center center;
  background-color: var(--c_primary);
  background-size: auto 17px;
}

#b2bbtn {
  background: transparent;
}

#b2bModal {
  background: #fff;
}


/*Menu styles*/
#header-main-nav .nav-bar:before {
  border-bottom: 0;
}

.header-menu-first-level {
  font-size: 1.5rem !important;
  display: block;
}

.header-bold-arrow-underline,
.header-support-link a {
  border-bottom: 1px solid #d8d8d8 !important;
  padding: 20px 0 !important;
}

.header-support-link a {
  font-size: 1.125rem;
  line-height: var(--lh_3);
}

.header-bold-arrow,
.header-bold-arrow-underline,
.header-menu-first-level,
.header-support-link a {
  font-weight: bold !important;
}

#header-main .inner-cont ul.group5 li:last-child,
#header-main-nav .inner-cont ul.group5 li:last-child {
  border-top: 1px solid #d8d8d8 !important;
  margin-top: var(--s_5);
}

#header-main .inner-cont ul.group5 ul li:last-child,
#header-main-nav .inner-cont ul.group5 ul li:last-child {
  border-top: 0 !important;
  margin-top: 0;
}

.hiddenscroll {
  overflow: hidden;
}

.overlay {
  width: 100%;
  height: 100%;
  float: left;
  background: rgba(0, 0, 0, .9);
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: top .15s ease-out;
  overflow: hidden;
  z-index: 102;
}

.overlay.active {
  visibility: visible;
  opacity: .8;
  background: #000;
  transition: opacity .2s ease-out;
}

.lhm-list {
  display: none;
}

/*end max-width: 991px*/

@media (min-width: 991px) {

  .fixed-nav-wrapper.fixed .content-left {
    top: 90px !important;
  }
}

@media (min-width: 1430px) {
  .fixed-nav-wrapper.fixed .content-left {
    top: 90px !important;
  }
}

@media (max-width: 991px) {
  .fixed-nav-wrapper.fixed .content-left-cat {
    top: 100px !important;
  }
  .content-left {
    padding: 0 var(--g_page_3) 3rem var(--g_page_3);
  }

  .banner-h1-text,
  .article-details-event-container .event-container {
    padding: 20px 20px 0;
  }
  .container div.coh-container.background-banner:nth-child(1) {
    margin: 0;
  }
  .fixed-nav-wrapper.fixed {
    padding-top: 70px;
  }
}

@media (max-width: 480px) {
  .fixed-nav-wrapper.fixed .content-left-cat {
    top: 80px !important;
  }
}

.loadingsvg.modal {
  background: none;
  border: 0;
  box-shadow: none;
  text-align: center;
  max-width: 0;
}
.loadingsvg {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  z-index: 999;
}

.loadingsvg img {
  left: 50%;
  top: 50%;
  position: absolute;
}
.blocker {
  background: rgba(0, 0, 0, 0.42) !important;
}
.jquery-modal {
  z-index: 100;
}

.loadingsvg a.close-modal {
  background: none !important;
}

.errormessagebox {
  position: absolute;
  width: 400px;
  margin-left: 0;
  padding: 5px;
  background: #f4fef5;
  z-index: 1;
  border: 1px solid #ccc;
  margin-top: -115px;
}

.errormessagebox button.delete.closeMsgBox.bioicons-x-close {
  float: right;
  position: absolute;
  right: 5px;
  top: 2px;
  font-weight: 700;
  cursor: pointer;
}

.leftcolumn_info {
  float: left;
  width: 25px;
  margin: 4px 0 0 10px;
}

.leftcolumn_info span,
.errormessagebox span.delete.closeMsgBox.bioicons-x-close {
  font-size: 1rem !important;
}

.rightcolumn_info {
  height: auto;
  margin: 5px 14px 0;
  overflow: auto;
}

.rightcolumn_info p {
  padding: 0 0 5px;
}

.balance,
.balance-text {
  text-wrap: balance;
}

.webform-ajax-form-wrapper .form-item {
  padding: 5px 0;
  float: left;
  width: 100%;
}

/*headerv3*/
#header-main button:focus {
  outline: 0;
}

#header-main button:focus-visible,
#header-main a:focus-visible {
  box-shadow: inset 0 0 0 2px var(--c_primary_light);
  outline: 0;
}

#header-main-nav .nav-bar ul li a.header-first-tab::before {
  display: none;
}

#header-main-nav .nav-bar ul li {
  position: relative;
}

#header-main.sticky #header-main-nav,
#header-main-nav {
  z-index: 104;
}

#header-main .inner-cont .main-menu ul li a,
#header-main-nav .inner-cont .main-menu ul li a {
  display: block;
}

#header-main .top-login .bioicons-icon-down-caret {
  font-size: 12px !important;
  height: 12px;
  width: 12px;
  vertical-align: middle;
  margin-left: 4px;
  display: flex;
}

#header-main .menu-title,
#header-main-nav .menu-title {
  display: block;
}

#header-main .header-login-menu-subhead {
  padding: 0 12px;
  border-bottom: 0 !important;
  clear: left;
}

#header-main .loginlink_welcome_holder {
  color: var(--Text-Body-Primary, #222);
  font-size: var(--Type-Size-Body-Web-Caption, 14px);
  font-weight: 300;
  line-height: var(--Type-Line-Height-Body-Web-Caption, 20px);
  max-width: 80%;
}

#header-main .header2_cntry_link_span2,
#header-main .header2_cntry_link_span3 {
  display: inline-block;
  font-size: 1.1rem;
  color: var(--c_dark);
  line-height: var(--lh_4);
  font-weight: 400;
  padding: 12px;
}

#header-main .inner-cont .header2_lang_link_ul.header-login-menu-lang li a {
  border-bottom: 0;
  padding: 12px 20px;
  font-weight: 400;
}

#header-main .inner-cont .header2_lang_link_ul li.selected a {
  font-weight: 700;
}
#header-main #header-notifications,
#header-main .nav-bar,
#header-main #header-login-menu2,
#header-main #header-main-nav {
  display: none;
}
#header-main #header-notifications.active,
#header-main .nav-bar.active,
#header-main #header-login-menu2.active,
#header-main #header-main-nav.active {
  display: block;
}
#header-main .notifications-header {
  color: var(--c_dark);
  padding: 32px 24px;
  height: 88px;
  border-bottom: 0.75px solid #e2dfdc;
  color: #222;
  font-size: 1.33rem;
  font-weight: 300;
  line-height: 1.33rem;
  background-color: #fff;
  letter-spacing: 0;
}

.header-overlay {
  width: 100%;
  height: 100%;
  float: left;
  background: rgba(0, 0, 0, .9);
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: top .15s ease-out;
  overflow: hidden;
  z-index: 103;
}

.header-overlay.active {
  visibility: visible;
  background: rgba(0, 0, 0, 0.42);
  transition: opacity .2s ease-out;
}

/*test b2b*/
/*
#header-main #b2bimg_holder2 {
  display: block !important;
}
*/
#header-main .search-box {
  position: relative !important;
}

#header-main.sticky .header-main-nav {
  z-index: 103;
}
#header-main.search-active #notifications-header-btn,
#header-main.search-active .top-bar-unstick,
#header-main.search-active .header-lang-row2 {
  visibility: hidden;
  display: none;
}

#header-main.search-active #b2bimg_holder,
#header-main.search-active #b2bimg_holder2,
#header-main.search-active .mini-cart-w,
#header-main.search-active .top-login {
  /*visibility: hidden;*/
  left: -9999px;
  position: absolute;
  display: block;
}

#header-main-nav .nav-bar .secondary-menu {
  display: none;
}

#header-main-nav .nav-bar ul li .sub-menu .menu-cont {
  padding: 0 0 30px;
  background: #fff;
}

#header-main .loginlink_holder2 {
  display: block;
  margin: 0 8px;
}

#header-main-nav .nav-bar ul li a {
  height: auto;
}

#header-main-nav .nav-bar ul li a.header-first-tab:before {
  background-color: transparent;
}

#header-main .login-register-text {
  white-space: nowrap;
  font-weight: 400;
}

#header-main .login-register-text2 {
  display: inline-block;
  line-height: 20px;
  font-weight: 400;
}

#header-main .coh-ce-cpt_brc_template_header_2-ce6a7f56,
#header-main .header-nav,
#header-main .language,
#header-main.sticky .search-box,
#header-main .header-contact-us {
  display: block !important;
  font-size: .75rem;
}

#header-main .header-lang-row2 {
  width: auto;
  top: 0;
  position: relative;
  margin: 0;
  padding: 0;
}

#header-main .logo {
  margin: auto auto auto 0;
}

#header-main {
  z-index: 103;
  width: 100%;
}

#header-main li {
  font-family: var(--ff);
}

#header-main .header-col1 {
  grid-area: col1;
  display: flex;
}

#header-main .header-col3 {
  grid-area: col3;
  display: flex;
}

#header-main #b2bimg_holder2 {
  max-width: 100%;
  min-width: 187px;
}

#header-main .search-box {
  grid-area: search;
  width: 100%;
  max-width: 642px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 20px;
  margin: 0;
  grid-area: search;
  position: relative;
  top: 0;
  width: 100%;
  max-width: 100%;
  float: none;
}

#header-main #b2bimg_holder2 {
  margin: auto 0 auto 10px;
  padding-left: 20px;
  border-left: 1px solid #e4e4e4;
}

#header-main .b2bimageUI {
  display: flex;
  flex-wrap: nowrap;
}

#header-main #b2bimage {
  margin: 0;
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 30px;
}

#header-main .b2bicon {
  margin: auto auto auto 4px;
}

#header-main #notifications-header-btn,
#header-main .top-login a.coh-link {
  padding: 10px 6px;
  font-size: 0.75em;
  display: inline-block;
  background: none;
  border-radius: 20px;
}

.top-bar-unstick [class^="bioicons-"],
.top-bar-unstick [class*=" bioicons-"],
#header-main [class^="bioicons-"],
#header-main [class*=" bioicons-"] {
  font-size: 24px !important;
  width: 24px;
  height: 24px;
  font-weight: 300;
  line-height: 100%;
}

.top-bar-unstick [class^="bioicons-"]:before,
.top-bar-unstick [class*=" bioicons-"]:before,
#header-main [class^="bioicons-"]:before,
#header-main [class*=" bioicons-"]:before {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.top-bar-unstick [class^="bioicons-"].bioicons-icon-down-caret:before,
.top-bar-unstick [class*=" bioicons-"].bioicons-icon-down-caret:before,
#header-main [class^="bioicons-"].bioicons-icon-down-caret:before,
#header-main [class*=" bioicons-"].bioicons-icon-down-caret:before {
  height: 12px;
  width: 12px;
}
.top-bar-unstick .top-link1 {
  min-width: 116px;
}
.top-bar-unstick .top-link2 {
  min-width: 120px;
}
.top-bar-unstick .top-link3 {
  min-width: 115px;
}
.top-bar-unstick .top-link4 {
  min-width: 91px;
}
.top-bar-unstick .globe-icon,
#header-main .globe-icon {
  margin: auto 4px auto 0;
}

.top-bar-unstick .bioicons-user,
.top-bar-unstick .bioicons-contact-specialist,
.top-bar-unstick .bioicons-help,
.top-bar-unstick .bioicons-delivery,
.top-bar-unstick .bioicons-shipping,
.top-bar-unstick .bioicons-shopping-quick-order,
#header-main .bioicons-user,
#header-main .bioicons-bell-notifications-alerts,
#header-main .bioicons-contact-specialist,
#header-main .bioicons-logout,
#header-main .bioicons-delivery,
#header-main .bioicons-shopping-quick-order {
  position: relative;
  margin-right: 8px;
}

#loginlink_holder_mobile [class^="bioicons-"],
#header2_mybio_mobile [class^="bioicons-"],
#loginlink_holder_mobile [class*=" bioicons-"],
#header2_mybio_mobile [class*=" bioicons-"] {
  margin-right: 16px;
}
#header2_mybio_mobile .close2 i,
#notifications-header-btn .bioicons-bell-notifications-alerts {
  margin-right: 0;
}
#header-main .top-login .bioicons-user {
  margin-right: 4px;
}
#header-main .menu-btn3 {
  width: 50px;
  height: 40px;
  float: left;
  cursor: pointer;
  z-index: 2;
  display: block;
  padding: 0 4px;
  margin: auto 1.8rem auto auto;
}

#header-main .menu-btn3 .bar {
  width: 100%;
  height: 2px;
  float: left;
  text-indent: -99999px;
  background: var(--c_dark);
  position: relative;
  transition: all 0.4s ease;
  margin: -14px 0 0;
}

#header-main .menu-btn3 .bar:before,
#header-main .menu-btn3 .bar:after {
  content: "";
  width: 100%;
  height: 2px;
  float: left;
  background: var(--c_dark);
  position: absolute;
  top: 15px;
  left: 0;
  transition: all 0.4s ease;
}

#header-main .menu-btn3 .bar:after {
  top: 31px;
}
#header-main #menu-btn [class^="bioicons-"] {
  width: 60px;
  height: 60px;
  font-weight: 300;
  line-height: 100%;
  font-size: 60px !important;
}
#header-main .nav-bar.active .title-bar,
#header-main-nav .nav-bar.active .title-bar {
  display: block;
  z-index: 1;
  position: relative;
  visibility: visible;
}

@media (min-width: 992px) {

  #header-main #header-main-nav .nav-bar ul li .sub-menu {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10000;
  }
}

#header-main.sticky.search-active #header-main-holder,
#header-main.sticky.search-active #header-main-holder.v2,
#header-main.search-active #header-main-holder,
#header-main.search-active #header-main-holder.v2 {
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-areas: "col1 search col3";
  min-height: 1px;
}
/*
.top-bar-unstick a,
.top-bar-unstick button,
#header-main #header-main-holder a,
#header-main #header-main-holder button,
#header-main #header-main-holder i,
#header-main #header-main-holder i:before {
  color: var(--c_dark);
}*/
#header-main #header-main-holder {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-areas: "col1 search col3";
  background-color: #fff;
  background: #fff;
  padding-bottom: 0;
  gap: 0;
  color: var(--c_dark);
  max-width: 100%;
  width: 100%;
  top: 0;
  padding: 25px 12px 25px 20px;
  /*
  position: relative;
  */
  min-height: 1px;
  z-index: 100;
}
@media (min-width: 767px) {
  #header-main #header-main-holder {
    padding: 27px 12px 25px 20px;
    min-height: 100px;
  }
}

.top-bar-unstick {
  background-color: #fff;
  text-align: right;
}

.top-bar-unstick:after {
  content: "";
  height: 1px;
  width: calc(100% - 40px);
  margin: 0 20px;
  display: block;
  border-bottom: 1.279px solid var(--Surface-Border-Primary, #e4e4e4);
  background-color: #fff;
}

.top-bar-unstick .top-links ul,
#header-main .top-links ul {
  display: flex;
}

#header-main .login-icon {
  font-size: 1.5rem;
}

#header-main .mini-cart a:before {
  font-size: 24px !important;
  margin: auto 4px auto 0;
}

#header-main-holder .top-login {
  text-align: right;
  margin: auto;
  line-height: 20px;
  flex: 3 1 0;
  display: flex;
  justify-content: flex-end;
}

#header-main .nav-bar .search-box {
  padding: 23px 50px 0 0;
  position: relative;
  top: 0;
}

#header-main .nav-bar .search-box form input[type=text] {
  border: 1px solid #878787;
}

#header-main .search-box form {
  margin: 0;
  padding: 0;
}

#header-main .logo img {
  height: 40px;
  width: 148px;
}

#header-main .search-box form input[type=text],
#header-main.v2 .search-box form input[type=text] {
  height: 2.5rem;
}

#header-main .search-box .form-wrapper {
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  top: 0.25rem;
  right: 0.25rem;
}

#header-main .mini-cart-w {
  margin: auto;
  position: relative;
  z-index: 80;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: auto 0 auto auto;
  top: 0;
  right: 0;
}

#header-main #mini-cart,
#header-main #sterling_cart_count,
#header-main .mini-cart a .count {
  font-size: 0.8rem;
  line-height: 1.75rem;
  padding: 0 0.79em;
  min-width: 1.75rem;
}

#header-main .mini-cart .count {
  top: 0;
}

#header-main .mini-cart a:before {
  font-size: 24px !important;
}

#header-main #header-main-nav .nav-bar ul li .sub-menu {
  left: 0;
}

#header-main #header2_mybio .dropdown-more-btn::after {
  display: none;
}

.top-bar-unstick .dropdown-more-btn,
#header-main .dropdown-more-btn {
  padding: 6px;
  white-space: nowrap;
}

.top-bar-unstick .dropdown-more-btn {
  font-size: 12px;
}

#header-main-nav .nav-bar ul li .txt-over:after {
  height: 24px;
  font-size: 1.375rem;
  margin: -8px 0 0;
  font-family: 'bioicons' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea19";
}

#header-main-nav .back-main {
  font-size: 0.875rem;
  max-width: 80%;
  padding: 0;
  display: block;
  width: 80%;
  text-align: left;
}

#header-main-nav .back-main i {
  margin-right: 6px;
  font-size: 1rem !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}

#header-main .inner-cont .title-bar .close3,
#header-main-nav .inner-cont .title-bar .close3,
#header-main .inner-cont .close2,
#header-main-nav .inner-cont .title-bar .close2,
#header-main .inner-cont .title-bar .close,
#header-main-nav .inner-cont .title-bar .close {
  height: 24px;
  font-size: 24px !important;
  line-height: var(--lh_1);
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  padding-left: 32px;
}

#header-main .inner-cont .title-bar .close2,
#header-main-nav .inner-cont .title-bar .close2 {
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  z-index: 200;
  position: absolute;
  top: 0;
  right: 0;
}

#header-login-menu2 .close2 {
  z-index: 1;
}

#header-login-menu2 .close2 i {
  position: absolute;
  right: 24px;
  top: 34px;
}
#header-main .inner-cont .close2 {
  height: 88px;
}

#header-main-nav .inner-cont .title-bar .close3 i,
#header-main-nav .inner-cont .title-bar .close4 i,
#header-main .inner-cont .title-bar .close i,
#header-main-nav .inner-cont .title-bar .close i {
  font-size: 24px !important;
  position: absolute;
  right: 24px;
  top: 24px;
}

#header-main .inner-cont .sub-menu.active .title-bar,
#header-main-nav .inner-cont .sub-menu.active .title-bar {
  font-size: 1rem;
  background: #fff;
  border-bottom: none;
  margin: 0;
  padding: 0 20px;
  width: 100%;
}

#header-main-nav .inner-cont .title {
  float: none;
  line-height: 70px;
  padding: 0 20px;
  margin: 0;
}

#header-main .inner-cont .sub-menu.active .header-secound-ul,
#header-main-nav .inner-cont .sub-menu.active .header-second-ul {
  border-bottom: 1px solid #d8d8d8 !important;
  margin: 0;
  padding: 0 0 24px;
  background: #fff;
}

#header-main .inner-cont .menu-title,
#header-main-nav .inner-cont .menu-title {
  padding: 0;
  margin: 0;
  border-bottom: 0;
}

#header-main .inner-cont ul,
#header-main-nav .inner-cont ul {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

#header-main .inner-cont ul li,
#header-main-nav .inner-cont ul li {
  line-height: initial;
  padding: 0;
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
}

#header-main .inner-cont ul li a,
#header-main-nav .inner-cont ul li a {
  font-size: var(--Type-Size-Featured-L1, 18px);
  font-weight: 500;
  line-height: var(--Type-Line-Height-Featured-L1, 20px);
  color: var(--c_dark);
  padding: 24px 20px;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  float: left;
  text-decoration: none;
  text-align: left;
  background-color: #fff;
}

#header-main .inner-cont .sub-menu.active ul li a,
#header-main-nav .inner-cont .sub-menu.active ul li a {
  font-size: var(--Type-Size-Actions-SM, 16px);
  line-height: var(--lh_4);
  font-weight: 400;
  color: var(--c_dark);
  padding: 8px 20px !important;
  border-bottom: 0 !important;
  background-color: #fff;
}
#header-main .header-flyout-language {
  clear: left;
}
#header-main .header-flyout-language .dropdown-more-btn,
#header-main .inner-cont .loginlink_holder3_menu ul li.mybio-li a {
  color: var(--c_dark);
  line-height: var(--lh_4);
  padding: 12px !important;
  margin-left: 24px;
  border-bottom: 0 !important;
  font-weight: 400;
  background-color: #fff;
  font-size: var(--Type-Size-Actions-SM, 16px);
  border-left: var(--Border-stroke-xs, 0.75px) solid var(--Actions-Nav-Border-Default, #707070);
}
#header-main .header-flyout-language .dropdown-more-btn {
  border-left: 0;
  display: flex;
  align-items: center;
  text-align: left;
  margin-right: 12px;
  width: 90%;
}

#header-main .header-flyout-language .dropdown-more-btn::after {
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: 0;
}
#header-main .header-flyout-language .dropdown {
  display: block;
  text-align: left;
}
#header-main .header-flyout-language .globe-icon {
  margin-right: 16px;
}
#header-main .inner-cont .sub-menu.active ul li a.header-bold-arrow,
#header-main-nav .inner-cont .sub-menu.active ul li a.header-bold-arrow {
  padding: 24px 20px !important;
}

#header-main .inner-cont .sub-menu.active ul li a.header-line-second,
#header-main-nav .inner-cont .sub-menu.active ul li a.header-line-second {
  border-bottom: 1px solid #d8d8d8 !important;
  padding: 24px 20px !important;
}

#header-main .inner-cont .sub-menu.active ul li a.header-line-above,
#header-main-nav .inner-cont .sub-menu.active ul li a.header-line-above {
  border-top: 1px solid #d8d8d8 !important;
  padding: 24px 20px !important;
}

#header-main .inner-cont .menu-title .txt-over::after,
#header-main-nav .inner-cont .menu-title .txt-over::after {
  content: "\ea04";
  font-family: 'bioicons';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  margin: -12px 0 auto 4px;
  float: right;
  color: var(--c_dark);
  transition: transform 0.3s ease;
  height: 24px;
}

#header-main .inner-cont .secondary-menu ul li a,
#header-main-nav .inner-cont .secondary-menu ul li a {
  font-size: 1.125rem;
  color: var(--c_dark);
  line-height: var(--lh_3);
  padding: 8px 0;
  font-weight: 400;
}

#header-main-nav .sub-menu .menu-cont,
#header-main-nav .sub-menu .menu-cont2 {
  padding: 0 20px 30px;
  width: 100%;
  float: left;
}

#header-main .inner-cont .main-menu,
#header-main-nav .inner-cont .main-menu {
  border-bottom: 0;
  padding: 0 0 32px;
  margin: 0;
  width: 100%;
  float: left;
}

.header-menu-first-level {
  font-size: var(--Type-Size-Featured-L1, 18px) !important;
  border-bottom: 1px solid #d8d8d8;
  line-height: initial;
}

#header-main .inner-cont ul.group5 ul:last-child,
#header-main-nav .inner-cont ul.group5 ul:last-child {
  padding: 0;
}

#header-main .inner-cont,
#header-main-nav .inner-cont {
  width: 100%;
  overflow: visible;
  float: left;
  position: relative;
  padding: 0 0 30px;
}
#header-main #header-notifications,
#header-main #header-login-menu2 {
  z-index: 200;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

.loginlink_holder2_menu {
  margin-top: 20px;
}

.header-login-menu-subhead {
  font-size: 1.3rem;
  color: var(--c_dark);
  line-height: var(--lh_3);
  padding: 24px 0;
  border-bottom: 1px solid #d8d8d8 !important;
  font-weight: 700;
}

#header-main .header-login-menu-subhead .login-icon,
#header-main .header-login-menu-subhead .globe-icon {
  margin-left: 20px;
  font-size: 24px;
}

#header-main .inner-cont ul li.welcome,
#header-main .inner-cont ul li.welcome2,
#header-main .inner-cont .loginlink_holder3_menu ul li a,
#header-main-nav .inner-cont .loginlink_holder3_menu ul li a {
  font-size: 1.1rem;
  color: var(--c_dark);
  line-height: var(--lh_4);
  padding: 12px 24px;
  font-weight: 700;
  display: flex;
  font-size: var(--Type-Size-Actions-SM, 16px);
  font-weight: 400;
  border-bottom: 0;
}
#header-main .inner-cont .loginlink_holder3_menu ul li a {
  padding: 12px 36px;
}
#header-main .inner-cont ul li.welcome {
  border-bottom: var(--Border-stroke-xs, 0.75px) solid var(--Light-Gray, #e2dfdc);
  font-size: var(--Type-Size-Featured-L1, 18px);
  font-weight: 500;
  line-height: var(--Type-Line-Height-Featured-L1, 20px);
  padding: 34px 24px;
  margin-bottom: 32px;
}
#header-main .inner-cont ul li.welcome {
  flex-direction: column;
  padding: 24px;
}

#header-main .inner-cont ul li.welcome2 {
  border-bottom: var(--Border-stroke-xs, 0.75px) solid var(--Light-Gray, #e2dfdc);
  padding: 22px 0px;
  margin-bottom: 32px;
}
#header-main .inner-cont .loginlink_holder3_menu ul li.welcome2 a {
  padding: 12px 24px;
  font-size: var(--Type-Size-Featured-L1, 18px);
  font-weight: 500;
  line-height: var(--Type-Line-Height-Featured-L1, 20px);
}

#header-main .inner-cont ul li.header2_mybio_logout {
  margin: 28px 0 24px;
}

#header-main .inner-cont .loginlink_holder3_menu ul {
  margin: 0;
}

#header-main .inner-cont .loginlink_holder3_menu .header2_lang_link_ul li {
  text-align: left;
  color: var(--c_dark);
  background-color: transparent;
  font-size: 1rem !important;
}

#header-main .inner-cont .loginlink_holder3_menu .header2_lang_link_ul li a {
  border-bottom: 0 !important;
}
#header-main .inner-cont #header2_mybio_mobile li a.selected {
  border-left: 4px solid var(--Actions-Nav-Border-Selected, #008943);
}
#header-main .inner-cont .loginlink_holder3_menu .header2_lang_link_ul li.selected a {
  font-weight: 700;
}

.top-bar-unstick .top-links ul li:last-child,
#header-main.v2 .top-links ul li:last-child {
  padding-bottom: 0;
}

#header-main.v2 #loginlink_btn2 {
  display: flex;
  padding: 8px;
  font-size: 0.75em;
  white-space: nowrap;
  border-radius: 24px;
  margin: 0;
  align-items: center;
}

#header-main .inner-cont .title-bar .close5,
#header-main-nav .inner-cont .title-bar .close5,
#header-main .inner-cont .title-bar .close4,
#header-main-nav .inner-cont .title-bar .close4 {
  height: 24px;
  float: left;
  font-size: 24px;
  color: var(--c_dark);
  line-height: var(--lh_1);
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

.header-bold-arrow:before,
.header-bold-arrow-underline:before,
.header-menu-first-level:before,
.header-support-link a:before {
  content: "\ea04";
  font-family: 'bioicons';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  margin: 0 0 auto 4px;
  float: right;
  color: var(--c_dark);
  transition: transform 0.3s ease;
}

#header-main-nav .back-main {
  padding-left: 0 !important;
}

#header-main-nav .nav-bar ul li .txt-over {
  width: 10%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  cursor: pointer;
  z-index: 2;
  border: none;
}

#header-main-nav .nav-bar ul li .txt-over:after {
  line-height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
}

#header-main .container,
#header-main-nav .container {
  padding: 0 20px;
}

#header-main .inner-cont .title-bar,
#header-main-nav .inner-cont .title-bar {
  width: 100%;
  float: left;
  font-weight: 700;
  color: #000;
  line-height: 39px;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  background: #fff;
  border-bottom: 1px solid #d8d8d8 !important;
  height: 70px;
}

#header-main .top-bar {
  left: auto;
  right: 0;
}

#header-main .top-bar.active,
#header-main-nav .nav-bar.active {
  visibility: visible;
  opacity: 1;
  z-index: 11000;
  display: flex;
}

#header-main-nav .nav-bar {
  background: #fff;
  width: 100%;
  max-width: 360px;
  height: 100%;
  float: left;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

#header-main-nav .nav-bar.hiddenscroll {
  overflow: hidden;
}

#header-main-nav .nav-bar .group4-first ul li .txt-over.nomenuitem,
.gnl-menu .submenu1.first-menu .txt-over.nomenuitem {
  display: none;
}

#header-main-nav .nav-bar .group4-first ul li.has-children .txt-over.nomenuitem,
.gnl-menu .submenu1.first-menu.has-children .txt-over.nomenuitem {
  display: block;
}

#header-main-nav .nav-bar ul li:hover .txt-over:after {
  color: #03944f;
}

#header-main .logo-out {
  float: left;
  margin: 12px -600px 0 0;
}

#header-main .logo-out .logo {
  float: left;
  position: relative;
  z-index: 2;
}

#header-main .logo-out .logo img {
  width: 100%;
  max-width: 100px;
}

#header-main .logo-out .language {
  display: none;
}

#header-main .header-right {
  width: 100%;
  float: left;
}

#header-main .mini-cart a img,
#header-main .mini-cart a i {
  display: none;
}

#header-main-nav .sub-menu,
#header-main-nav .sub-menu2 {
  width: 100%;
  max-width: 360px;
  height: 100%;
  float: left;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  display: none;
}

#header-main-nav .sub-menu.active,
#header-main-nav .sub-menu2.active {
  visibility: visible;
  opacity: 1;
  z-index: 11000;
  display: block;
}

#header-main-nav .sub-menu.hiddenscroll {
  overflow: hidden;
}

#header-main-nav .nav-bar ul li .sub-menu {
  top: 0 !important;
}

#header-main-nav .nav-bar ul li .sub-menu ul li.group1-first,
#header-main-nav .nav-bar ul li .sub-menu ul li.group2-first,
#header-main-nav .nav-bar ul li .sub-menu ul li.group3-first,
#header-main-nav .nav-bar ul li .sub-menu ul li.group4-first,
#header-main-nav .nav-bar ul li .sub-menu ul li.group5-first {
  max-width: 100%;
  min-width: 1px;
  margin-right: 0;
  padding: 0;
}

#header-main .coh-ce-cpt_brc_component_top_navigation-ae1bbbd5,
#header-main-nav .coh-ce-cpt_brc_component_top_navigation-ae1bbbd5 {
  visibility: visible;
}

#header-login-menu2 .title a.coh-link {
  color: var(--c_dark);
  padding: 23px 20px;
  line-height: var(--lh_4);
  background: none;
  display: block;
}
#header-main-nav button,
#header-main button {
  color: var(--c_dark);
}

/*Start Notifications*/
#header-main #header-notifications {
  max-width: 400px;
  background-color: #f8f8f8;
}

#header-main .notification-box {
  overflow: auto;
}

#header-main .notification {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-bottom: 1px solid #ddd;
  color: var(--c_dark);
}

#header-main .notification:nth-child(even) {
  background-color: #f4f4f4;
}

#header-main .notification:nth-child(odd) {
  background-color: #fff;
}

#header-main .icon-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: white;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  line-height: 100%;
}

#header-main .notification-icon {
  font-size: 24px;
  width: 40px;
  min-width: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
  position: relative;
  color: #222;
}

#header-main .notification-icon[data-type="Quote"] {
  background: #ffdfcc;
}

#header-main .notification-icon[data-type="Order"] {
  background: #fcd2de;
}

#header-main .notification-icon[data-type="Lab"] {
  background: #e0f2fd;
}

#header-main .notification-icon[data-type="Account"] {
  background: #c3dfd1;
}

#header-main .notification-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

#header-main .notification-payload {
  margin-bottom: 4px;
  font-weight: 400;
  line-height: 20px;
}
#header-main .notification-entity {
  font-size: .888rem;
  line-height: 1.23rem;
  font-weight: 400;
}
#header-main .notification-entityid {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 2px;
}
#header-main .notification-date {
  color: #222;
  font-weight: 400;
  line-height: 20px;
}

#header-main .notification.high-priority {
  border-top: 0.75px solid #e31b54;
  border-bottom: 0.75px solid #e31b54;
  background: #fceff3;
}

#header-main .btn-notification {
  border-radius: 48px;
  border: 1px solid  #222;
  font-style: normal;
  font-weight: 400;
  background: none;
  display: flex;
  height: 32px;
  max-width: 176px;
  padding: 0px 32px;
  justify-content: center;
  white-space: nowrap;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--c_dark);
  font-size: .888rem;
  line-height: 1.23rem;
  margin-top: 4px;
}

#header-main .notifications-none-w {
  padding: 40px 24px;
  border-radius: 8px;
  border: 0.75px dashed #66bcf5;
  background: #fff;
  text-align: center;
}

#header-main .notifications-none-w p {
  text-align: center;
}

#header-main .notifications-none-w p:last-child {
  padding-top: 24px;
  border-top: 0.75px solid #9b9b9b;
}

#header-main .notifications-view-all {
  text-align: right;
  margin: 0 0 24px;
}

#header-main .notifications-sidebar-bg {
  padding: 16px 24px;
}

#header-main #notifications-header-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

#header-main #notifications-header-btn.unread::after {
  background-color: #e31b54;
  position: absolute;
  right: 6px;
  top: 9px;
  width: 10px;
  height: 10px;
  z-index: 2;
  display: inline-block;
  content: "";
  border-radius: 50%;
}
#showNotifications.unread::after {
  background-color: #e31b54;
  position: absolute;
  left: 25px;
  top: 15px;
  width: 10px;
  height: 10px;
  z-index: 2;
  display: inline-block;
  content: "";
  border-radius: 50%;
}
#header-main .notification-type,
#header-main .notifications-view-all a {
  font-size: 0.77rem;
  line-height: 1.11rem;
  letter-spacing: 0;
}

@media (max-width: 767px) {

  #header-main .notification-type,
  #header-main .notifications-view-all a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
/* BRC-32615 */

.calendar {
  width: 250px;
  border: 1px solid #ccc;
  overflow: hidden;
  text-align: center;
  background: white;
  padding-bottom: 1rem;
}

.calendar>div {
  line-height: 1;
}

.month {
  background: #1b8e2e;
  color: white;
  font-size: var(--fs_pft);
  font-weight: 400;
  padding: .5rem 1rem;
  margin-bottom: .5rem;
}

.day-number {
  font-size: var(--lh_h1_large);
  font-weight: 400;
  color: #000;
  padding-bottom: 0;
}
.flex-container.gap2rem {
  gap: 2rem;
}
.fit-width-col,
.flex-container article.fit-width-col {
  flex-direction: column;
  flex: 0 0 auto;
  width: auto;
}
.three-col-row--simple .card .card-body.bg_1.content {
  flex: 1;
}
.round-speaker img {
  border-radius: 50%;
  overflow: hidden;
  height: 167px !important;
  width: 167px;
  object-fit: cover;
  margin: 0 auto var(--m_3) auto !important;
}

.path-node .round-speaker .blazy .media--blazy img.media__element,
.round-speaker img {
  margin: 0 auto var(--m_3) auto !important;
}

.round-speaker .blazy .media {
  text-align: center;
}

.three-col-row--simple .card.round-speaker {
  padding: 20px 20px 0;

}
.booth-module-code {
  border: 1px solid #ccc;
  background: var(--c_primary_dark);
  padding: 20px;
  margin: 0 20px;
  min-width: 250px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
}

.booth-module-code .booth-title {
  font-size: var(--fs_h1_md);
  line-height: var(--lh_3);
  font-weight: 400;
  margin-bottom: .5rem;

}

.booth-module-code p {
  margin: 0;
  text-align: center;
  color: #fff;
}
.media-gradient img,
img.img-gradient,
.free-container .product-opt-l3 img {
  background: radial-gradient(ellipse, #fff 35%, #e2e3e2)
}

.no-list-pddng {
  padding-left: 0
}

.free-html--block.container-divider {
  padding-top: 3rem;
  border-top: 1px solid var(--c_dark);
}
.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid var(--c_primary_light);
  border-radius: 50%;
  width: 30px;
  position: absolute;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}
.product-list .article .select-box .remove-my-documents,
.product-list .article .select-box .add-to-my-documents {
  margin: 0 0 5px 15px;
}
.add-to-my-documents {
  background: url('https://www.bio-rad.com/webroot/web/images/svg/saved-notactive.svg') no-repeat center center #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  flex: 0 0 30px;
  text-indent: -9999px;
  display: inline-block;
  background-size: 16px 16px;
}
button.add-to-my-documents:hover,
button.add-to-my-documents:focus,
button.remove-my-documents:hover,
button.remove-my-documents:focus {
  outline: 0;
}
.add-to-my-documents:hover,
.add-to-my-documents:focus {
  color: #fff !important;
  background: url('https://www.bio-rad.com/webroot/web/images/svg/saved-active.svg') no-repeat center center #fff;
  background-color: var(--c_primary_dark);
  border: 1px solid var(--c_primary_dark);
  background-size: 16px 16px;
}
.tooltip-text strong {
  font-size: 16px;
  font-weight: 400;
}
.product-list .article .select-box .tooltip-text {
  left: 100%;
  top: 25px;
}
.product-view-details .tooltip-text {
  top: 25px;
  left: -125px;
}
.tooltip-text {
  visibility: hidden;
  opacity: 0;
  min-width: 260px;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 8px 12px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  font-size: 14px;
  line-height: 20px;
  left: 550%;
  margin-top: 8px;
  margin-left: 15px;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 10;
  text-indent: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.add-to-my-documents:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.remove-my-documents {
  background: url('https://www.bio-rad.com/webroot/web/images/svg/saved-active.svg') no-repeat center center #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #fff !important;
  background-color: var(--c_primary_dark);
  border: 1px solid var(--c_primary_dark);
  cursor: pointer;
  flex: 0 0 30px;
  text-indent: -9999px;
  display: inline-block;
  background-size: 16px 16px;
}

.remove-my-documents:hover,
.remove-my-documents:focus {
  background-color: #fff;
  background: url('https://www.bio-rad.com/webroot/web/images/svg/saved-notactive.svg') no-repeat center center #fff;
  background-size: 16px 16px;
}

body .gpc-toast {
  background: #E5F3EC;
  max-width: fit-content;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.my-documents-message-box,
.gpc-toast {
  position: fixed;
  bottom: 20px;
  right: 5%;
  background: #fff;
  color: #222;
  padding: 12px;
  border-radius: 6px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  z-index: 9999;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.privacy-desc.gpc-privacy-note .bioicons-circle-exclamation-outline:before,
.gpc-toast .bioicons-circle-exclamation-outline:before {
  font-size: 20px;
}
.privacy-desc.gpc-privacy-note {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #E5F3EC;
  color: #222;
  padding: 12px;
  margin-bottom: 1.5em;

}

.privacy-desc.gpc-privacy-note p {
  padding: 0;
  text-align: left;
}

.my-documents-message-box .toast-message,
.gpc-toast p {
  color: #222;
  padding: 0 10px;
  text-align: left;
  font-size: 14px;
}

.tick {
border: 2px solid var(--c_primary_dark);
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.tick .bioicons-check {
  font-size: 12px;
}
.tick .bioicons-check:before {
  font-weight: 700;
  color: var(--c_primary_dark);
}

.link-to-documents-library,
.gpc-toast p a {
  flex: auto !important;
}

#footer-main .brc-footer-links-block .my-documents-message-box a {
  color: #222;
  font-weight: 400;
}
@media (hover: hover) {
  #footer-main .brc-footer-links-block .my-documents-message-box a:hover,
  #footer-main .brc-footer-links-block .my-documents-message-box a:focus {
    background-position: left bottom;
    transition: background-position 0.5s;
    color: #222;
  }
}

#footer-main .brc-footer-links-block .my-documents-message-box a {
  background-image: linear-gradient(to right, #222 33%, #2222 33% 66%, #222 66%);
  background-position: right bottom;
  background-size: 300% .0625em;
  background-repeat: no-repeat;
  display: inline;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #222;
}

.modal-header {
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  color: #222222;
  word-wrap: break-word;
}

.document-feature {
  background: #fafafa;
  padding: 32px 32px;
  margin: 24px 0px;
}

.modal-feature-title {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #9b9b9b;
  line-height: 20px;
  padding-bottom: 20px;
  margin-bottom: 24px;
  word-wrap: break-word;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
}

.feature-item:last-child {
  margin-bottom: 0;
}

.feature-item img {
  width: 40px;
  height: 40px;
  background: #e4e4e4;
  padding: 10px;
  border-radius: 48px;
}

.document_col3 {
  flex: 1;
}
.document_col3 div {
  display: inline;
  font-size: 0.8rem;
  line-height: 140%;
}
.document-lists {
  padding-left: 0;
}

.fragment.download,
.fragment.download li,
.document-lists li {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  position: relative;
}

.document-list,
.document-lists div,
.document-lists li {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
.document-lists>li:last-child {
  padding-bottom: 0;
}
.documents .document-lists>li:nth-of-type(odd) {
  background-color: #efefef;
}

.document_col3 a.unbold {
  text-decoration: underline;
  margin-right: 3px;
}
@media (min-width: 767px) {
  .document-lists .document_col3 {
    flex: 1;
    padding-left: 10px;
    justify-content: flex-end;
  }
  .document-lists .document_col3 div {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .document_col2 {
    flex-basis: 100%;
  }
  .document_col3 div {
    font-size: 0.6rem;
    line-height: 140%;
    min-width: 70px;
  }
  .document-lists li.num-desc div {
    flex: 0 0 100%;
  }
  .document-list span:nth-child(1) {
    display: none;
  }
  .document-lists div.num-desc span {
    padding: 10px;
    flex: 0 0 100%;
  }
  .document-lists div.num-desc div {
    padding: 10px 10px 0;
  }
  .document-lists .add-to-my-documents {
    position: absolute;
    top: 10px;
  }
  .document-lists li {
    flex-wrap: wrap;
  }
  .document-lists .coh-inline-element.document_col3 {
    flex: 0 0 100%;
    position: relative;
    top: 0;
    right: 0;
    width: 190px;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 40px;
  }
  .document-lists .coh-inline-element.document_col3 div {
    justify-content: flex-start;
    display: inline-flex;
    flex: 0 0 100%;
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .document-lists .num-desc {
    margin-left: 30px;
  }
  span[id*="addCartListLit"] {
    margin-bottom: 10px;
    display: inline-flex;
    flex: 0 0 100%;
    margin-right: auto;
  }
  .header-container-content .download .document-table {
    flex-direction: column;
  }
  .document_col3 div.sfwr-download {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .document-lists div.num-desc div {
    flex: 0 0 100%;
  }
  .document-list span:nth-child(1) {
    display: none;
  }
}
.feature-item-title {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.feature-item-desc {
  color: #222222;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.footer-text {
  color: #222222;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 32px;
  word-wrap: break-word;
}

.button-group {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.button-group .btn {
  padding: 10px 24px;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}

.btn-signin {
  outline: 1px #222222 solid;
  outline-offset: -1px;
  color: #222222;
}

.btn-register {
  background: #008943;
  color: #fff;
}

.ui-dialog[aria-describedby="document-libraray-login-modal"] {
  top: 50% !important;
  border-radius: 0;
}

.ui-dialog[aria-describedby="document-libraray-login-modal"] .ui-widget-header,
.ui-dialog .ui-widget-header {
  background: none;
  border: none;
  padding: 0 0 20px;
}
.bulletin-num .remove-my-documents,
.bulletin-num .add-to-my-documents {
  margin-left: 15px;
}
.bulletin-num .bulletin-num {
  display: flex;
  margin: 15px 0;
  align-items: center;
}
.coh-inline-element.btn-doc-icons {
  display: flex;
  align-items: center;
}
.product-list .article .btn-doc-icons .btn-out {
  margin: 0 0 0 15px;
  width: auto;
}
.coh-container.webinar-type,
.coh-container.address {
  padding-bottom: 1em;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#header-main-nav .nav-bar ul li .sub-menu ul li a[href*="/group1"],
#header-main-nav .nav-bar ul li .sub-menu ul li a[href*="/group2"],
#header-main-nav .nav-bar ul li .sub-menu ul li a[href*="/group3"],
#header-main-nav .nav-bar ul li .sub-menu ul li a[href*="/group4"],
#header-main-nav .nav-bar ul li .sub-menu ul li a[href*="/group5"],
#header-main-nav .inner-cont ul li a[href*="/group1"],
#header-main-nav .inner-cont ul li a[href*="/group2"],
#header-main-nav .inner-cont ul li a[href*="/group3"],
#header-main-nav .inner-cont ul li a[href*="/group4"],
#header-main-nav .inner-cont ul li a[href*="/group5"] {
  display: none;
}
@media (max-width: 768px) {
  .product-list .article .select-box .input-out {
    flex: 1 0 100%;
  }
  .product-list .article .select-box .tooltip-text,
  .product-list .article .btn-doc-icons .tooltip-text {
    top: 25px;
    left: 0;
  }
  .my-documents-message-box {
    max-width: 80%;
    width: 100%;
  }
}
/*
@media (min-width: 767px) {
  #loginlink_holder_mobile li:first-child {
    display: none;
  }
}
*/
@media (min-width: 992px) {
  #header-main .mini-cart-w {
    min-width: 96px;
  }
  #header-main #notifications-header-btn {
    margin-right: 15px;
  }
  #header-login-menu2 {
    z-index: 200;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    max-width: 360px;
    height: 100%;
    background-color: #fff;
  }

}

@media ((min-width: 767px) and (max-width: 1160px)) {
  #header-main.search-active .search-w {
    position: absolute !important;
    left: 0;
    width: 100%;
  }
  .product-list .article .btn-doc-icons .tooltip-text {
    top: 25px;
    left: 0;
  }
  .product-view-details .select-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  #header-main .top-login .bioicons-user,
  #header-main .loginlink_holder2 {
    margin: 0;
  }
  #header-main #menu-btn [class^="bioicons-"] {
    width: 36px;
    height: 36px;
    font-weight: 300;
    line-height: 100%;
    font-size: 36px !important;
  }
  .top-bar-unstick [class^="bioicons-"],
  .top-bar-unstick [class*=" bioicons-"],
  #header-main [class^="bioicons-"],
  #header-main [class*=" bioicons-"] {
    font-size: 24px !important;
    width: 24px;
    height: 24px;
    font-weight: 300;
    line-height: 100%;
  }
  #header-main #header-notifications {
    max-width: 100%;
    background-color: #f7f7f7;
  }
  #header-main .loginlink_holder2 {
    display: none;
  }

  #breadcrumb.when-sticky {
    padding-top: 60px;
  }

  #header-main .top-login .bioicons-icon-down-caret,
  #header-main .search-w {
    display: none;
  }

  #header-main.search-active .search-w {
    display: block;
  }

  .top-bar-unstick,
  #header-main .top-bar-unstick {
    display: none;
    height: 0;
  }

  #header-main.sticky.search-active #header-main-holder,
  #header-main.sticky.search-active #header-main-holder.v2,
  #header-main #header-main-holder,
  #header-main.sticky.search-active #header-main-holder,
  #header-main.search-active #header-main-holder,
  #header-main.search-active #header-main-holder.v2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col1 col3" "search search";
  }

  #header-main .top-bar.active,
  #header-main-nav .nav-bar.active,
  #header-main-nav .sub-menu,
  #header-main-nav .sub-menu2 {
    max-width: 100%;
  }

  #header-main .menu-btn3 {
    margin: 0 .75rem auto auto;
    transform: scale(70%);
  }

  #header-main #b2bimg_holder2 {
    border-left: 0;
    margin: auto 0 auto 30px;
  }

  #header-main #loginlink_btn2 .login-register-text2,
  #header-main #loginlink_btn2 .bioicons-icon-down-caret {
    display: none;
  }

  #header-main .top-mobile-btn {
    margin: auto 10px auto auto;
  }

  #mobile-search {
    display: inline-block !important;
  }

  #mobile-search [class^=bioicons-],
  #mobile-search [class*=" bioicons-"] {
    font-size: 24px !important;
    line-height: 40px;
  }

  #header-main-holder .top-login {
    flex: 1;
  }

  #header-main .header-col3 {
    margin: auto 0 auto auto;
  }
  #header-main .b2bimageUI {
    margin-top: 12px;
  }

  #header-main #b2bimg_holder2 {
    border-left: 0;
    margin: 0;
    padding-left: 0;
  }
  #header-main #b2bimage {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 74px;
    max-height: 28px;
  }

  #header-main .logo-n-b2b {
    flex-direction: column;
  }

  #header-main #b2bimg_holder2 {
    min-width: 1px;
  }
  #header-main .header-lang-row2 {
    margin: auto 0;
  }
  #header-main.v2 .search-w,
  #header-main .search-w {
    z-index: 200000;
    position: absolute;
    width: 100%;
    margin: -40px auto;
    display: none !important;
  }

  #header-main.v2.search-active .search-w,
  #header-main.search-active .search-w {
    display: block !important;
  }

  #header-main .search-box {
    padding: 0;
  }

  #header-main-nav .sub-menu,
  #header-main-nav .sub-menu2 {
    max-width: 100%;
  }

  #header-main .top-links {
    right: 20px;
  }

  #loginlink_btn2 .bioicons-user {
    margin-right: 0;
  }
/*
  #header-main.v2 #loginlink_btn2 {
    padding: 10px;
  }
  */
}

@media (max-width: 480px) {
  #header-main .logo img {
    width: 111px;
  }
  #header-main .header-col1 {
    flex-wrap: wrap;
    min-width: 1px;
  }
  .my-documents-message-box {
    max-width: 100%;
    width: 100%;
  }

  #header-main .logo img {
    height: 30px;
  }

  #header-main #header-main-holder {
    padding: 10px 20px 10px 12px;
  }

  #header-main .mini-cart-w ul li a {
    padding: 0.5em 0 0.5em 6px;
  }
}

@media (max-width: 400px) {
  #header-main .logo img {
    height: 28px;
  }
}

@media (hover: hover) {
  #header-main .menu-btn3:hover .bar,
  #header-main .menu-btn3:hover .bar:before,
  #header-main .menu-btn3:hover .bar:after {
    background: var(--c_primary_dark);
  }
  a.header-bold-arrow:hover:before,
  a.header-bold-arrow-underline:hover:before,
  a.header-menu-first-level:hover:before,
  a.header-support-link a:hover:before,
  .top-bar-unstick a:hover,
  .top-bar-unstick button:enabled:hover,
  #header-main #header-main-holder a:hover,
  #header-main #header-main-holder a.coh-link:hover i::before,
  #header-main #header-main-holder button:hover,
  #header-main .top-login a.coh-link:hover,
  .top-bar-unstick .top-links ul li a.coh-link:hover,
  .top-bar-unstick .top-links ul li a.coh-link:hover i::before,
  .top-bar-unstick .top-links button:enabled:hover,
  #mobile-search:hover,
  #header-main .coh-link:hover,
  #header-login-menu2 a:hover,
  #header-main #notifications-header-btn:hover,
  #header-main #notifications-header-btn:hover i::before,
  #header-main .mini-cart-w ul li a:hover,
  #header-main .top-links ul li a.coh-link:hover,
  #header-main .top-links ul li a.coh-link:hover i::before,
  #header-main .top-links ul li a.coh-link:hover i,
  #header-main .top-links button:enabled:hover,
  #header-main .top-login button:hover,
  #header-main .top-login a.coh-link:hover {
    color: var(--c_primary_dark);
  }

  #header-main-nav .nav-bar ul li a.header-first-tab:hover::before,
  #header-main-nav .nav-bar ul li:hover a.header-first-tab:before,
  #header-main-nav .nav-bar ul li.nav-menu-open a.header-first-tab::before,
  #header-main-nav .nav-bar ul li a.header-first-tab:hover {
    background-color: transparent !important;
  }

  #header-main .menu-cont .header-menu-first-level:hover::before,
  #header-main .header-bold-arrow-underline:hover::before,
  #header-main .header-bold-arrow:hover::before {
    transform: translateX(75%);
  }

  #header-login-menu2 .title a.coh-link:hover {
    background: #f6f6f6 !important;
    text-decoration: none;
  }

  #header-main-nav .inner-cont .sub-menu.active ul li a:hover,
  #header-main-nav .inner-cont .sub-menu.active ul li a.header-bold-arrow:hover,
  #header-main-nav .nav-bar ul li a.header-first-tab:hover,
  #header-main-nav .inner-cont .sub-menu.active ul li a:hover,
  #header-main-nav .inner-cont ul li a:hover,
  #header-main-nav .nav-bar ul li a:hover,
  #header-main .inner-cont .close2:hover i::before,
  #header-main .inner-cont .loginlink_holder3_menu ul li a:hover,
  #header-login-menu2 .title a.coh-link:hover {
    color: var(--c_primary_dark);
  }

  .top-bar-unstick .dropdown-menu>li>a:hover,
  .top-bar-unstick .dropdown-menu>li>button:hover {
    color: #fff;
    background-color: #4d4d4d;
  }
  #header-main .btn-notification:hover {
    border: var(--Border-stroke-sm, 1px) solid var(--c_primary_dark);
    color: var(--c_primary_dark);
  }
}
/* fixes for search autocomplete, can move into that doc after rebrand*/
#header-main .search-box .result-div a:not(.btn) {
  text-decoration: none;
}
#header-main .search-box .result-div .article p {
  font-weight: 200;
}
#header-main .search-box .result-div .product-list article .article aside div:nth-child(3):not(.imp-icons),
#header-main .search-box .result-div .pdp-w .article.pdp>aside div:nth-child(3):not(.imp-icons),
#header-main .search-box .result-div .pdp-w .article.sku>aside div:nth-child(3):not(.imp-icons),
#header-main .search-box .result-div.pdp .article.sku>aside div:nth-child(3):not(.imp-icons) {
  height: 3.2em !important;
  max-height: 3.2em !important;
}

#header-main .search-box .result-div .btn-out .btn.greenbttn.buyNowLink {
  background: transparent !important;
  border: 1px solid var(--c_dark) !important;
  color: var(--c_dark) !important;
}

#header-main .search-box .result-div .btn-out .btn.greenbttn:hover {
  background: transparent !important;
  border-color: var(--c_dark) !important;
  color: var(--c_dark) !important;
}

#header-main .search-box .result-div .btn-out .btn.greenbttn.buyNowLink:hover {
  background: var(--c_primary_dark) !important;
  border-color: var(--c_primary_dark) !important;
  color: #fff !important;
}
.youtube-icon {
  background: var(--c_primary);
  border-radius: 50% / 10%;
  color: #ffffff;
  font-size: 1em;
  height: 3em;
  margin-left: -2em;
  margin-top: -1.5em;
  left: 50%;
  top: 50%;
  position: absolute;
  padding: 0;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 4em;
  z-index: 4;
}

.youtube-icon:hover {
  background: darkorange;
}

.youtube-icon::before {
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}

.youtube-icon::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent var(--ssa-color-palette-white);
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}
.coh-container.web-search-filter div:empty {
  display: none;
}

.coh-container.web-search-filter div {
  font-size: var(--fs_sub);
  font-weight: var(--fw_sub);
  line-height: var(--lh_sub);
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  display: block;
  width: 100%;
  font-style: normal !important;
  border-bottom: 1px solid var(--c_dark);
}
