:root {
    --fs32: 32px;
    --fw500: 500;
    --fw600: 600;
    --fw700: 700; /* for bold fonts*/
    --mediumThermoFontFamily: "HelveticaNeueLT-Medium", Helvetica Neue, Helvetica, Roboto, Segoe UI, Arial, sans-serif;
    --boldThermoFontFamily: "HelveticaNeueLT-Bold", Helvetica Neue, Helvetica, Roboto, Segoe UI, Arial, sans-serif;
}

.clear-float:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clear-float {
    display: block;
    height: 1px;
}

/*+}*/
/*[clearfix]*/
.clear-float {
}

.main P.lead {
    margin-bottom: 50px;
}

.alpha-list A {
    margin-right: 3px;
    font-size: 20px;
    text-transform: uppercase;
}

.content {
    display: block;
    box-sizing: border-box;
    padding-bottom: 20px;
}
/*local changes*/
.sm-heading {
    color: #222222;
    font-size: var(--fs32);
    font-weight: var(--fw500);
    height: 40px;
    letter-spacing: 0px;
    line-height: 40px;
    width: 277px;
    margin-bottom: 10px;
}

.sm-h3 {
    margin-top: 25px;
}

.sm-p {
    width: 1135px;
}

p.sm-p a {
    color: #1E8AE7;
    font-weight: var(--fw700);
    height: 18px;
    letter-spacing: 0px;
    line-height: 18px;
    text-align: center;
    width: 137px;
    margin-right: 26px;
}
 .sec-table > a{
    padding: 7px 9px !important;
 }
.data-table {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(20,42px);
    grid-auto-flow: column;
}
.data-table > a{
    border: 1px solid #eee;
    padding: 11px 9px !important;
    color: rgb(30, 138, 231);
    font-size: 14px;
    font-weight: var(--fw600);
}


.heading {
    color: rgb(34, 34, 34);
    font-size: 32px !important;
    font-weight: var(--fw500);
    letter-spacing: 0px;
    line-height: 40px;
    margin-bottom: 20px !important;
    font-family: --mediumThermoFontFamily;
}
.container{
    padding-top: 10px !important;
    width: 100% !important;
}
.contents{
  margin: 0 auto;
  max-width: 1408px;
  width: 100%;
}
.sub-head {
    width: 100%;
    color: rgb(34, 34, 34);
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
    margin-bottom: 25px !important;
}
.head-desc{
    width: 720px;
}

.sec-table {
    padding-bottom: 2%;
}

.sitemap-link{
    margin-right: 20px;
}

.page-link {
    font-family: var(--boldThermoFontFamily);
    font-size: 14px;
    font-weight: bold;
    height: 18px;
    letter-spacing: 0px;
    line-height: 18px;
    text-align: center;
    width: 131px;
    color: #1e8ae7 !important;
    margin-right: 24px;
}
.new-Page {
    display: none;
}
.newPage1{
    display: none;
}
.page-div{
    display:none;
}
.page-blur {
    opacity: .3;
    pointer-events: none;
}

.hero-active{
   color: #888 !important;
   pointer-events: none;
    font-size: 12px;
   height: 14px;
    width: 119px;
}
.bread-sec{
    display: inline-block;
}
.hero-inactive{
    color: rgb(30, 138, 231) !important;
    font-size: 12px;
    height: 14px;
    width: 29px;
}
.divider{
    color: #888;
}
.hero-breadcrumbs{
    height: 17px;
}
.sitemap-control{
    height: 33px !important;
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
    .hide-for-mobile {
        display: none;
    }
}

@media screen and (max-width: 1440px) {
    .sm-main-div {
        margin: 0px 15px 0px 15px;
    }
    .sm-p {
        width: 1140px;
        line-height: 31px;
    }
    .sec-main-div{
        margin-left: 15px;
    }
    .data-table{
        width:1170px;
    }
    .sec-table{
        padding-bottom: 3%;
    }
    .hero-breadcrumbs{
        margin-left: 15px;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .sm-main-div {
        margin: 0px 15px 0px 15px;
    }
    .sm-p {
        width: 837px;
        line-height: 31px;
        padding-bottom: 50px;
    }
    .sub-head {
        width: 887px;
    }
    .sec-main-div{
        margin-left: 15px;
    }
    .sec-table{
        width: 100%;
        padding-bottom: 3%;
    }
}

@media only screen and (min-width: 577px) and (max-width: 979px) {
    .header-separator {
        height: 0px !important;
    }
    .sm-main-div{
        margin: 0px 15px 0px 15px;
    }
    .heading {
           height: 50px !important;
    }
    .new-container {
           margin: 0 0px auto 0px;
           padding-top: 0px;
    }
    .sm-p {
        width: 668px;
        line-height: 31px;
        padding-bottom: 50px;
    }
    .lead{
        width:668px;
    }
    .sec-main-div{
        margin-left: 15px;
    }
    .sub-head {
        width:720px;
        margin-bottom: 41px !important;
    }
    .sec-table {
        width:100%;
        padding-bottom: 3%;
    }

}

@media only screen and (min-width: 320px) and (max-width: 979px) {
    .hero-breadcrumbs{
        margin-top: 20px;
        margin-left: 15px;
    }
    .new-container{
        padding-top: 0px;
    }
}


@media only screen and (min-width: 0px) and (max-width: 576px) {
    .first-table {
        display: none !important;
    }
    .header-separator {
        height: 0px !important;
    }
    .lead {
        width: 250px;
    }
    .sm-p {
        width: 170px;
        line-height: 31px;
        padding-bottom: 200px;
    }
    .sec-main-div{
        margin-left: 15px;
        margin-right: 15px;
    }
    .heading{
        font-size: 26px !important;
    }
    .sec-table{
        width:100%;
        padding-bottom: 5%;
    }
    .antibody-sitemap{
        display: grid;
        line-height: 3;
    }
    .page-navigation-icon {
        background: #ffffff;
        border-radius: 3px;
        border: 1px solid #dcdcdc;
        height: 32px;
        width: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .page-left-arrow {
        font-size: 23px;
        font-weight: bold;
        color: #000;
        position: relative;
        left: 5px;
        line-height: 90px;
        height: 12px;
        width: 12px;
        border: 2px solid #000000;
        border-left: none;
        border-bottom: none;
        transform: rotate(
                225deg
        );
    }
    .page-right-arrow {
        font-size: 23px;
        font-weight: bold;
        color: #000;
        position: relative;
        right: 5px;
        line-height: 90px;
        height: 12px;
        width: 12px;
        border: 2px solid #000000;
        border-left: none;
        border-bottom: none;
        transform: rotate(
                45deg
        );
    }
    .page-info-elisa{
        color: rgb(34, 34, 34);
        font-family: var(--mediumThermoFontFamily);
        font-size: 14px;
        font-weight: 500;
        height: 19px;
        letter-spacing: 0.54px;
        line-height: 19px;
        width: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        bottom: -7px;
        position: relative;
        margin-right: 23px;
    }
    .active-page{
        border-bottom: 3px solid rgb(208, 2, 27);
        width : 16px;
    }
    .page-div{
        margin: 20px 0px 0px 0px;
        display: flex;
        width: 100%;
        padding-left: 0px;
        justify-content: center;
    }
    .new-Page{
        display: table;
        width: 100%;
    }
    .page-link{
        margin-right: 0px;
        margin-left: 23px;
    }
    .sitemap-link {
        text-align: center;
    }
    .ab-sitemap {
         display: grid;
         justify-content: center;
         line-height: 3;
     }
    .sub-head {
        width: 100%;
        color: #222222;
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 22px;
        margin-bottom: 25px !important;
    }
    .data-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(20, 48px);
        grid-auto-flow: column;
    }
    .data-grid > a {
        border: 1px solid #eee;
        padding: 5px 9px;
        color: #1e8ae7;
        font-size: 14px;
        font-weight: var(--fw600);
    }
}
.hide {
    display: none;
}

.hero-desc {
    color: rgb(34, 34, 34);
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 0) and (max-width: 768px) {
    .hero-desc {
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    .hero-desc {
        width: 750px;
    }
}
