 .banner-container{
	position: relative;
}
.banner-content{
	left: 0;
	right:0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 40%;
    max-width: 538px;
}
.banner-content.new{
	color: #fff;
    top: 25%;
    max-width: 55%;
    width: 55%;
}
.node-type-science .banner-content.new{
    top: 20%;
    max-width: 60%;
    width: 60%;
}
.banner-content.new.black{
	color:#000;
}
.banner-content .title {
	font-size: 54px;
	font-weight: bold;
	margin-bottom: 28px;
}
.node-type-science .banner-content .title {
	font-size: 40px;
	margin-bottom: 20px;
}
.banner-content h1 {
    font-size: 54px;
    font-weight: bold;
}
.banner-content .ban-desp,.banner-content p,
.banner-content .pas-h1-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: normal;
}
.node-type-science .banner-content .ban-desp,
.node-type-science .banner-content p {
    font-size: 25px;
    line-height: 35px;
    font-weight: normal;
}
.node-type-marketing-overview ul.page-tabs li a {
	max-width: 245px;
}
/*.custom-container ul.page-tabs li a{
	display: block;
}*/
/*.custom-container ul.page-tabs{
	width:940px;
}*/
.custom-container .nav-tab-container .nav-tabs > li.active > a,
.custom-container .nav-tab-container .nav-tabs > li.active > a:focus,
.custom-container .nav-tab-container .nav-tabs > li.active > a:hover,
.custom-container.science.leadership .nav-tab-container .nav-tabs > li.active > a,
.custom-container.science.leadership .nav-tab-container .nav-tabs > li.active > a:focus,
.custom-container.science.leadership .nav-tab-container .nav-tabs > li.active > a:hover{
	background-color: #292e32;
}

.custom-container .tab-pane{
	text-align: left !important;
}
.custom-container ul.page-tabs li.active::after,
.custom-container.science.leadership ul.page-tabs li.active::after {
	z-index: 10;
	border-color: #292e32 rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
}
.custom-container ul.page-tabs li.active a{
	color:white;
}
.product-category{
	width: 78%;
	margin:85px auto;
}
.product-category h2.title{
	font-weight: lighter;
	margin-bottom: 35px;
	margin-top: 0;
	font-size: 35px;
}
.product-category .row{
	margin:0;
	border:1px solid #ccc;
}
.product-category .row:last-child{
	border-top:none;
}
.product-category .row .col-md-4{
	padding:0;
	border-right: 1px solid #ccc;
}
.product-category .row .col-md-4:last-child{
	border-right: none;
}
.product-category .row img{
	width: 100%;
}
.product-category .row .details{
	padding:25px;
	min-height: 360px;
}
.product-category .row .details .title{
	color: #2A2F33;
    font-size: 30px;
    font-weight: lighter;
    margin: 0 0 10px;
}
.product-category .row .details .descp{
	font-size: 16px;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 20px;
}
.product-category .row .details .link{
	color: #27cbeb;
    display: inline-block;
    font-size: 18px;
    font-weight: lighter;
    margin-right: 5px;
    margin-top: 15px;
    padding: 8px 20px;
    text-decoration: none;
    border:1px solid #27cbeb;
    /*background-image: url("../img/shop-arrow1.png");
    background-repeat: no-repeat;
    background-position: right 8px;*/
}
.product-category .row .details .link.light{
	background: #27cbeb;
	color: #fff;
}
.help-container.tab-pane{
	background: #EBEBEB;
}
.help-block,.order-block{
	padding:85px 0;
	width:70%;
	margin: 0 auto;
}
.help-block h2,.order-block h2{
    font-weight: lighter;
    margin-bottom: 35px;
    margin-top: 0;
    color:#484848;
}
.help-block p{
	margin-bottom: 35px;
}
.help-block .col-md-4 label{
	font-size: 13px !important;
    font-weight: lighter !important;
    text-transform: uppercase;
}
.help-block .col-md-4 .selectricWrapper{
	width:100%;
	cursor: pointer;
    height: 60px;
    margin: 0;
    position: relative;
}
.help-block .col-md-4 .selectric {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    height: 60px;
    padding: 7px;
    position: relative;
    width: 100%;
}
.help-block .col-md-4 .selectric .label {
    font-size: 16px;
    text-align: left;
    font-weight: normal;
}
.selectric .button::after {
    display: none;
}
.help-block .col-md-4 .selectric .button{
	background-image: url("../img/dropdown-select.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /*border-left: 1px solid #ddd;*/
    padding: 30px;
}
.help-block .addbutton{
	background: #00beea;
    height: 60px;
    width: 215px;
    border: 0 none;
    color:#fff;
    margin-top: 60px;
}

.order-container{
	background: #fff;
}
.order-container .row{
	/*margin:0 0 40px;*/
	/*border-bottom: 1px solid #ddd;*/
}
.order-container .download_button {
    background-color: #01c3e7;
    border: 1px solid transparent;
    border-radius: 0;
    color: #ffffff;
    display: block;
    font-size: 2rem;
    font-weight: 300;
    margin: 0;
    padding: 13px 20px;
    transition: all 0.3s ease-in-out 0s;
}
.order-container .download_button:hover {
    background-color: #ffffff;
    border-color: #01c3e7;
    color: #01c3e7;
}
.order-container .download_button span {
    padding: 0 20px 0 0;
}
.biopharma-container .row{
	margin:0;
	/*padding-top: 100px;*/
}
.biopharma-container .solutions, .biopharma-container .new-to-rna-block{
	color: white;
	text-align: center;
	margin: 0 auto;
	width:65%;
	padding-top: 80px;
}
.biopharma-container .col-md-6 {
	display: table-cell;
    height: 540px;
    padding: 0;
}
.biopharma-container .col-md-6:last-child{
	background: #013648;
    display: table-cell;
    padding-bottom: 44px;
}
.biopharma-container .col-md-6:first-child img{
    height: 100%;
    width: 100%;
}
.biopharma-container .interrogate-rna .col-md-6:first-child img {
    height: auto;
    width: auto;
}
.biopharma-container .col-md-6:last-child .arrow{
	/*background-image:url('../images/services-arrow.png');*/
	background-repeat:no-repeat;
	background-position: 0;
	width:22px;
	height:42px;
	left: -22px;
    position: absolute;
    top: 44%;
}
/*.biopharma-container .new-to-rna-block {
	padding-top: 166px;
}*/
.biopharma-container .new-to-rna-left {
	background: #002c39 none repeat scroll 0 0;
	color: #fff;
}
.biopharma-container .solutions h2, .biopharma-container .new-to-rna-left h2{
	font-weight: lighter;
    margin: 25px 0 15px;
}
.biopharma-container .solutions p, .biopharma-container .new-to-rna-left p{
	font-size: 15px;
	line-height: 1.5;
}
.biopharma-container .solutions a, .biopharma-container .new-to-rna-left a{
	border:1px solid #fff;
	color:#fff;
	text-decoration: none;
	text-align: center;
	width:150px;
	padding:20px 0px;
	display: block;
	margin: 40px auto 16px;
}
.product-category .row .details .title a{
    color: #225060;
    margin: 0;
    text-decoration: none;
    font-family: 'robotothin';
    font-weight: bold;
}
.newapplication ul.page-tabs li.active a {
	background: #9966CB;
}
.newapplication .nav-tab-container .nav-tabs > li.active > a,
.newapplication .nav-tab-container .nav-tabs > li.active > a:focus,
.newapplication .nav-tab-container .nav-tabs > li.active > a:hover{
	background: #9966CB;
}
.newapplication ul.page-tabs li.active::after{
	border-color:#9966CB rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
}
.newapplication .sample-image .sample-title {
    color: #242021;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    max-width: 765px;
    text-align: left;
    text-transform: capitalize;
}
.read-more,.read-more:hover{
	color: #30C6E9;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
    margin-top: 10px;
}
.read-more span{
	background: #00bbe4;
	color: #fff;
	display: inline-block;
	margin-left: 5px;
	padding: 0 7px;
	text-align: center;
}
.newapplication .profile .profile-content{
	border-bottom: 2px solid #e9e9e9;
    padding-bottom: 100px;
}
.newapplication .download-form input[type="text"] {
    background-color: #f4f4f4;
    border: 0 none;
    height: 60px;
    padding: 0 10px;
    width: 100%;
}
.newapplication .download-form label {
    display: block;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}
.newapplication .download-form .row{
	margin-top: 25px;
}
.newapplication .download-form input[type="submit"],
.newapplication .download-form .download-link{
	background-color: #01c3e7;
    background-image: url("../images/download.png");
    background-position: 20px 15px;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    border-radius: 0;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 300;
    margin: 0;
    padding: 13px 20px 13px 70px;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
}
/*.newapplication .download-form input[type="submit"]:hover {
    background-color: #ffffff;
    border-color: #01c3e7;
    color: #01c3e7;
}*/
.newapplication .profile .profile-bottom {
	/*padding-bottom: 50px;*/
}
.newapplication .gene-search{
	background: #9966CB;
	padding:30px 0 70px;
	color: #fff;
}
.newapplication .profile{
	margin-bottom: 0;
}
.newapplication .gene-search h2,.newapplication .gene-search p{
	font-weight: lighter;
	margin-bottom: 30px;
}
.newapplication .gene-search .gene-search-form input[type="text"]{
	width: 92%;
	float: left;
	height:60px;
	border: none;
	color: #9966CB;
	padding-left: 15px;
	font-size: 17px;
	background-size: 30px;
	border-radius: 0;
}
.newapplication .gene-search .gene-search-form{
	margin-bottom: 30px;
}
.newapplication .gene-search .gene-search-form input[type="submit"]{
	background-color: #fff;
    border: medium none;
    height: 60px;
    background-image: url('../img/search-button.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 30px;
	border-radius: 0;
}
.newapplication .spotlight .profile-bottom{
	padding:50px 0;
}
.newapplication .spotlight .profile-bottom.spot{
	border-bottom: 1px solid #DEDEDE;
}
.newapplication .profile h3,.img-glry .profile h3,.img-glry .profile h4{
	border: none;
	font-weight: lighter;
}
.img-glry .profile h4{
	font-size: 24px;
	margin: 0 0 30px;
}
.newapplication .spotlight .profile-bottom h3,.newapplication .spotlight .profile-bottom p{
	font-weight: lighter;
	margin-bottom: 20px;
}
.newapplication a.download-pdf,.newapplication .download-pdf a{
	background-color: #01c3e7;
    background-image: url("../images/download.png");
    background-position: 20px 15px;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    border-radius: 0;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 300;
    margin: 0;
    padding: 13px 20px 13px 70px;
    transition: all 0.3s ease-in-out 0s;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}
.newapplication .profile-bottom .review .col-md-6 img{
	max-width:100%;
    margin-bottom:15px;
}
.newapplication .profile-bottom .review .col-md-6 h2{
	font-weight: lighter;
	margin-bottom: 20px;
	margin-top: 60px;
}
.img-glry .gallery {
    margin: 80px auto;
    width: 75%;
}
.img-glry .gallery .row{
	border: 1px solid #E9E9E9;
	border-bottom: 0;
}
.img-glry .gallery .row:last-child{
	border-bottom: 1px solid #E9E9E9;
}
.img-glry .gallery .row .img{
	width: 100%;
	height: 250px;
}
.img-glry .gallery .row .col-md-6{
	padding: 0;
	cursor: pointer;
}
.img-glry .gallery .row .col-md-6:first-child{
	border-right: 1px solid #E9E9E9;
}
.img-glry .gallery .row .img-title{
	height: 100px;
	padding: 20px;
}
.img-glry .gallery .row .img-title .title,
.img-glry .gallery .row .img-title .arrow{
	padding: 0
}
.img-glry .gallery .row .img-title .title{
	padding-right: 20px;
	color: #3CD1EE;
	font-size: 22px;
}
.banner-content.new.black #document-search-form{
	position: relative;
}
.banner-content.new.black input[type="text"] {
    border: medium none;
    color: #252323;
    font-size: 20px;
    /*margin-top: 60px;*/
    padding: 15px 50px 15px 15px;
    width: 100%;
    /*background-image:url("../images/support-search.png");
    background-repeat: no-repeat;
    background-position: right 15px center;*/
}
.banner-content.new.black input[type="submit"]{
	/*display: none;*/
	background: transparent;
    border: medium none;
    background-image:url("../images/support-search.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 60px;
    text-indent: 50px;
    position: absolute;
    right:0;
    top:0;
    padding: 0;
}
.documents-container .contact-acd.manuals{
	border-top: 4px solid #CCC;
}
.science.support .abt-science-content,
.documents-container .contact-acd.manuals .abt-science-content{
	margin: 0 auto;
    padding: 0px 0 40px;
    max-width: 980px;
}

.science.support .abt-science-content.other-steps{
	max-width: 1110px;
	padding-bottom: 0;
    padding-top: 0;
}

.science.support .abt-science-content.other-steps .abt-science-sub {
    margin: 0 0 15px;
}

.science.support #edit-field-support-assay-type-tid-selective-wrapper{
	margin-left: 22px;
}

.science.support .view-filters #edit-field-support-sample-type-tid-selective-wrapper select{
	width: 280px;
}

.science.support .abt-science-content .abt-science-title,
.documents-container .abt-science-content .abt-science-title{
	line-height: 1;
	margin-bottom: 20px;
	font-size: 38px;
	max-width: 700px;
	padding: 90px 0 50px;
}
.support .abt-science-content .row,
.documents-container .abt-science-content .row{
	border:1px solid #EDEDED;
	margin: 40px auto;
    width: 98%;
}
.support .abt-science-content .row .col-md-4,
.documents-container .abt-science-content .col-md-4{
	border-left:1px solid #EDEDED;
}
.support .abt-science-content .row .col-md-4:first-child,
.documents-container .abt-science-content .row .col-md-4:first-child{
	border-left:0;
}
.support .abt-science-content .imgrel,
.documents-container .abt-science-content .imgrel{
	height: 115px;
	width: 100%;
	position: relative;
}
.support .abt-science-content .imgrel img,
.documents-container .abt-science-content .imgrel img{
	bottom: 0;
    cursor: pointer;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.support .help a {
    color: #333;
}
/* .support .abt-science-content .phone{
	background-image:url('../images/support-phone.png');
}
.support .abt-science-content .email{
	background-image:url('../images/support-email.png');
}
.support .abt-science-content .ticket{
	background-image:url('../images/support-ticket.png');
} */
.support .abt-science-content .num,
.documents-container .abt-science-content .num{
	text-align: center;
	color: #000;
	font-size: 16px;
	min-height: 70px;
}
.support .abt-science-content .num a,
.documents-container .abt-science-content .num a{
	text-decoration: none;
	color: #000;
}
.support .abt-science-content .num .time,
.documents-container .abt-science-content .num .time{
	color:#BFBFBF;
	display:block;
	font-style: normal;
}
.support .splitter .center p{
	color:#fff;
}
.science.support .splitter .getting-started {
    background-color: #F5A81C;
}
.science.support .splitter .user-manuals{
	background-color: #F4B81A;
}
.science.support .splitter .solutions{
	background-color: #F5980C;
}
.science.support .splitter .learn-more{
	background-color: #F58E2F;
}
.support .helpful-block{
	background: #F0F0F0;
	padding:100px 0;
}
.support .helpful{
	width:70%;
	margin: 0 auto
}
.support .helpful .row{
	margin: 0 auto;
}
.support .helpful h1{
	font-weight: lighter;
	margin-bottom: 40px;
}
.support .helpful .title{
	font-weight: bold;
	font-size: 16px;
}
.support .helpful .col-md-4{
	padding-right: 50px;
}
.support .helpful .col-md-4:last-child{
	padding-right: 0px;
}
.support .helpful .help p{
	line-height: 1.5;
	margin: 0;
	font-size: 16px;
}
.support .helpful .help{
	padding: 15px 0;
	border-bottom: 1px solid #DEDEDE;
}
.support .started .abt-science-content{
	padding: 90px 0 50px;
}
.support .started .doc-search{
	background: #E8E8E8;
}
.support .started .question-block{
	background: #F5A81C;
	padding: 50px 0 70px;
}
.support .started .question-block .question{
	width:70%;
	margin: 0 auto;
	text-align: center;
	color:#fff;
}
.support .started .question-block .question h1{
	font-weight: lighter;
	margin-bottom: 30px;
}
.support .started .question-block .question .row {
	margin-top: 60px;
}
.support .started .question-block .question .row .col-md-4{
	border-right: 1px solid #F5A81C;
	background: #fff;
	color: #000;
	padding:50px 15px;
}
.support .started .question-block .question .row .col-md-4:last-child{
	border-right: 0;
}
.support .started .question-block .question .row .col-md-6{
	border-right: 1px solid #F5A81C;
	background: #fff;
	color: #000;
	padding:50px 15px;
}
.support .started .question-block .question .row .col-md-6:last-child{
	border-right: 0;
}
.support .started .question-block .question .row img{
	height:60px;
}
.support .started .question-block .question .row h2{
	font-weight: lighter;
	margin-top: 30px;
}
.support .started .question-block .question .row p{
	font-size: 16px;
	line-height: 1.5;
	min-height: 50px;
}
.support .started .question-block .question .row .link{
	color: #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    text-decoration: none;
	background: #01BCE5;
}

.support .started .contact-acd{
	padding:0px 0 50px;
}
.support .started .contact-acd .abt-science-content{
	padding: 0px;
}
.custom-container.science.support ul.page-tabs li.active::after {
    border-color: #F5A81C rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
    z-index: 10;
}
.custom-container.science.support .nav-tab-container .nav-tabs > li.active > a,
.custom-container.science.support .nav-tab-container .nav-tabs > li.active > a:focus,
.custom-container.science.support .nav-tab-container .nav-tabs > li.active > a:hover {
    background-color: #F5A81C;
}
.science.support .app-top-inner,.science.support .app-tab .nav-tab-container ul.page-tabs {
	max-width: 75%;
}
.science.support .app-top,.science.support .app-tab .nav-tab-container{
	background:#2E2F34;
}
.science.support .app-title{
	margin: 0 0 15px;
}
.custom-container.science.support .app-tab .nav-tab-container .nav-tabs > li.active > a,
.custom-container.science.support .app-tab .nav-tab-container .nav-tabs > li.active > a:focus,
.custom-container.science.support .app-tab .nav-tab-container .nav-tabs > li.active > a:hover{
	background:#2E2F34;
	padding: 20px 70px 20px 0
}
.custom-container.science.support .app-tab .nav-tab-container .nav-tabs li.active::after {
    border-color: #2E2F34 rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
    z-index: 10;
}
.science.support .app-tab ul.page-tabs li a{
	color:#999;
	padding: 20px 70px 20px 0
}
.support .contact-acd.manuals{
	background: #F0F0F0;
}
.support .contact-acd.manuals .abt-science-content .row .col-md-4,
.documents-container .contact-acd.manuals .abt-science-content .row .col-md-4{
	background: #fff;
}
.science.support .contact-acd.manuals .abt-science-content,
.documents-container .contact-acd.manuals .abt-science-content{
	padding:0px 0 50px;
}
#views-exposed-form-publications-page input[type="text"]{
	background: #fff;
    font-size: 20px;
    padding: 15px 50px 15px 10px;
    height: 60px;
    border:none;
}
#views-exposed-form-publications-page label{
	font-size: 14px;
    margin-bottom: 0px;
    margin-top: 25px;
}
#views-exposed-form-publications-page  label[for="edit-field-gene-symbol-tid"]{
	margin-bottom: 10px;
    margin-top: 0;
}
#views-exposed-form-publications-page .bef-checkboxes label{
	font-weight: lighter;
	font-size: 14px;
	margin-left: 10px;
	line-height: 1.7;
}
#views-exposed-form-publications-page .form-type-bef-checkbox{
	width: 210px;
	position: relative;
	margin: 5px auto;
}
#views-exposed-form-publications-page input[type="checkbox"]:not(:checked),
#views-exposed-form-publications-page input[type="checkbox"]:checked {
    left: -9999px;
    position: absolute;
}
#views-exposed-form-publications-page input[type="checkbox"] + label::before{
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    content: "";
    height: 25px;
    left: -10px;
    position: relative;
    display: inline-block;
    top: 8px;
    width: 25px;
}
#views-exposed-form-publications-page input[type="checkbox"]:not(:checked) + label::before{
	border: 1px solid #aaaaaa;
}
#views-exposed-form-publications-page input[type="checkbox"]:checked + label::before{
	border: 3px solid #01C3E7;
}
#views-exposed-form-publications-page input[type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}
#views-exposed-form-publications-page input[type="checkbox"]:not(:checked) + label::after,
#views-exposed-form-publications-page input[type="checkbox"]:checked + label::after {
    color: #01C3E7;
    content: "X";
    font-size: 20px;
    left: -3px;
    position: absolute;
    top: -8px;
    transition: all 0.2s ease 0s;
}
#views-exposed-form-publications-page input[type="checkbox"]:not(:checked) + label,
#views-exposed-form-publications-page input[type="checkbox"]:checked + label {
    cursor: pointer;
    position: relative;
}
.document-search-block{
	padding:70px;
	background: #F4B81A;
}
.document-search-block > form {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 55%;
}
.document-search-block input[type="text"]{
	border: medium none;
    color: #757575;
    font-size: 20px;
    margin:0 auto;
    padding: 15px 50px 15px 15px;
    width: 100%;
    /*background-image:url("../images/support-search.png");
    background-repeat: no-repeat;
    background-position: right 15px center;*/
	display: block;
}
.document-search-block input[type="submit"]{
	background: transparent;
    border: medium none;
    background-image:url("../images/support-search.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 60px;
    text-indent: 50px;
    position: absolute;
    right:0;
    top:0;
    padding: 0;
}
.messages.status.support{
	margin: 30px auto 10px;
    max-width: 700px;
}

.science .abt-science-sub h3.doc-related-title,h3.doc-related-title {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 5px 15px;
}

.science .abt-science-sub .doc-related-products a,.doc-related-products a{
    margin: 5px 0 5px 15px;
}

#views-exposed-form-publications-page .views-exposed-form{
	margin-right: 30px;
	background: #fff;
	padding: 16px;
}
#views-exposed-form-publications-page .views-exposed-form .views-exposed-widget.views-submit-button {
    height: 60px;
    position: absolute;
    right: 0;
    top: 38px;
    width: 46px;
}
#views-exposed-form-publications-page .views-exposed-form .views-exposed-widget.views-submit-button .form-submit{
	background-color: #fff;
    background-image: url("../img/search-icon-black.png");
    background-size: 30px auto;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    height: 60px;
    margin: 0;
    text-indent: 45px;
    width: 45px;
}
#views-exposed-form-publications-page .views-exposed-form .views-exposed-widget.views-submit-button .ajax-progress {
    display: block;
    left: 15px;
    position: relative;
    top: -20px;
}
#views-exposed-form-publications-page .form-item-field-research-area-tid,
#views-exposed-form-publications-page .form-item-field-species-common-tid{
	max-height: 195px;
}
#views-exposed-form-publications-page .show-more{
	color: #191919;
    font-size: 15px;
}


@media (max-width: 1199px) {
	.banner-content.new {
		top: 15%;
		max-width: 90%;
		width: 90%;
	}
	.img-glry .gallery {
	    width: 970px;
	}
	.img-glry .gallery .row {
		margin-left: 0;
		margin-right: 0;
	}
	#views-exposed-form-publications-page .views-exposed-form input[type="text"] {
		width: 80%;
		float: right;
	}
	#views-exposed-form-publications-page .form-type-bef-checkbox {
		width: auto;
	}
	.product-category {
		width: 970px;
	}
	.help-block, .order-block {
		width: 970px;
	}
	.banner-content {
		top: 15%;
		width: 90%;
		max-width: 90%;
	}
	.product-category .row .details {
		min-height: 380px;
	}
}

@media (max-width: 991px) {
	.banner-content .title {
		font-size: 40px;
	}
	.banner-content .ban-desp, .banner-content p,
	.banner-content .pas-h1-title {
		font-size: 23px;
		line-height: 30px;
	}
	.biopharma-container .col-md-6:last-child {
		display: block;
	}
	.img-glry .gallery {
		width: 750px;
	}
	.img-glry .gallery .row .img-title {
		height: 140px;
	}
	.img-glry .gallery .row .img-title .title {
		font-size: 19px;
	}
	.newapplication .sample-image .sample-title {
        max-width: 730px;
    }
    .product-category {
		width: 750px;
	}
	.help-block, .order-block {
		width: 750px;
	}
	.banner-content h1 {
		font-size: 40px;
	}
	.product-category .row .details {
		padding: 15px;
	}
	.product-category .row .details .title {
		font-size: 20px;
		line-height: 25px;
	}
	.product-category .row .details p {
		font-size: 16px;
	    line-height: 25px;
	}
	.product-category .row .details {
		min-height: 360px;
	}
	.biopharma-container .col-md-6 {
		display: block;
		height: auto;
	}
	.biopharma-container .new-to-rna-block {
	    padding: 40px 0;
	}
	.biopharma-container .solutions, .biopharma-container .new-to-rna-block {
		padding-top: 40px
	}
	.product-category .row .details {
		min-height: 395px;
	}
}

@media (max-width: 767px) {
	.banner-content .title {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.banner-content .ban-desp, .banner-content p,
	.banner-content .pas-h1-title {
		font-size: 17px;
		line-height: 23px;
	}
	.banner-content.new {
		top: 20%;
	}
	.img-glry .gallery {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin: 30px auto;
	}
	.img-glry .profile h4 {
        margin: 0 0 15px;
    }
	.img-glry .gallery .row .img {
		height: auto;
	}
	.img-glry .gallery .row .img-title {
		height: auto;
	}
	.newapplication .sample-image .sample-title {
		max-width: 100%;
	}
	.newapplication .profile-bottom .review .col-md-6 h2 {
		margin-bottom: 15px;
		margin-top: 30px;
		font-size: 23px;
	}
	.newapplication .gene-search h2 {
		margin-bottom: 15px;
		font-size: 23px;
	}
	.newapplication .spotlight .profile-bottom h3 {
		font-size: 23px;
	}
	.newapplication .gene-search .gene-search-form input[type="text"] {
		width: 88%;
	}
	.product-category {
		margin: 40px auto 30px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-category h2.title {
		margin-bottom: 15px;
		font-size: 25px;
	}
	.new-chromogenic.row {
		margin-bottom: 25px !important;
	}
	.product-category .row .details {
	    min-height: auto;
	}
	.help-block, .order-block {
		width: 100%;
		padding: 30px 15px;
	}
	.new-chromogenic .col-md-9 {
		font-size: 20px;
	}
	.help-block h2, .order-block h2 {
		font-size: 25px;
	}
	.page-products .how-to-order-slide .content > h2 {
		font-size: 25px;
	}
	.biopharma-container .solutions, .biopharma-container .new-to-rna-block {
		width: 	90%;
	}
}

@media (max-width: 599px) {
	.banner-content .ban-desp, .banner-content p,
	.banner-content .pas-h1-title {
		display: none;
	}
	.banner-content.new {
		top: 25%;
	}
	.biopharma-container .interrogate-rna .col-md-6:first-child img {
        width: 100%;
    }
    .banner-content {
    	top: 37%;
    }
    .banner-content h1 {
	    font-size: 30px;
	}
}

@media (max-width: 479px) {
	.banner-content.new {
		top: 43%;
	}
	.banner-content .title {
		font-size: 20px;
	}
	.newapplication .gene-search .gene-search-form input[type="text"] {
		width: 75%;
	}
	.newapplication .profile-bottom .review .col-md-6 img {
		max-width: 100% !important;
	}
	.clinical-readmore h2 {
		font-size: 23px;
	}
}

.new-seminar-con .news-tab .news-title{
    padding: 50px 0 5px;
}
.new-seminar-con .news-tab .news-title-inner,
.new-seminar-con .news-tab ul.page-tabs{
	margin: 0 65px;
}
.new-seminar .learn-sem{
    margin: 0 65px;
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 50px;
    font-size: 34px;
    padding-right: 125px;
}
.new-seminar .learn-sem p{
	font-size: 34px;
	margin: 0;
    line-height: 1.15;
}
.new-seminar-con .news-tab .new-seminar{
	background: #fff;
}
.new-seminar .request{
    background: #FF7629;
    color: #fff;
}
.new-seminar .request .col-md-9{
    margin: 100px 50px;
}
.new-seminar .request .r-title{
    font-size: 50px;
}
.new-seminar .request .r-subtitle{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 30px;
}
.new-seminar .sem-content{
    padding:50px;
}
.new-seminar .sem-content .web-form{
    border-right: 1px solid #F4F4F4;
}
.new-seminar .sem-content .web-det{
    padding-left: 35px;
}
.new-seminar .sem-content .title{
    font-size: 24px;
    margin-bottom: 50px;
}
.new-seminar .sem-content .form-item{
    width: 85%;
    margin-top: 0;
    margin-bottom: 25px;
}
.new-seminar .sem-content .form-item label{
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    font-weight: lighter;
}
.new-seminar .sem-content .form-item input[type='text']{
    border: none;
    background: #f4f4f4;
    width: 100%;
    padding: 14px;
    height: 60px;
}
.new-seminar .sem-content .form-item select{
    border: none;
    background: #f4f4f4;
    width: 100%;
    padding: 14px;
    height: 60px;
}
.new-seminar .sem-content .form-item input[type='submit']{
    border: none;
    background: #01C3E7;
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    margin-top: 30px;
}
.new-seminar .sem-content .web-content{
	width: 85%;
}
.new-seminar .sem-content .web-content a.w-reg{
    border: none;
    background: #01C3E7;
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    margin-top: 20px;
    text-decoration: none;
    display: inline-block;
}
.new-seminar .sem-content .web-content{
	margin-bottom: 50px;
}
.new-seminar .sem-content .web-content .date{
	font-weight: bold;
	font-size: 16px;
}
.new-seminar .sem-content .web-content .w-title {
    color: #30C1E7;
    font-size: 20px;
    font-weight: bold;
}
.new-seminar .sem-content .web-content .w-pos {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    padding-top: 5px;
}
.new-seminar .sem-content .web-content .w-loc {
    font-weight: bold;
    font-size: 17px;
    padding-top: 5px;
}

@media (max-width: 767px) {
	.banner-container {
		margin-top: 50px;
	}
}
