.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.plain-list,
#mobile-menu ul,
#nav .menu,
#master-footer .links ul,
#breadcrumbs ul,
.subnav > ul,
.subnav ul ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#master-footer .links ul{
	display: grid;
    float: left;
    text-align: left;
}
.scale {
  display: block;
  max-width: 100%;
  height: auto;
}
.hide-text,
#mobile-menu .search-form [type="submit"],
#mobile-menu .buttons a,
#nav .search-form [type="submit"],
.social a,
.hero-search .fields [type="submit"] {
  font-size: 1px;
  line-height: 1px;
  text-indent: -10000px;
}
.icon-before {
  position: relative;
}
.icon-before:before {
  position: absolute;
  display: block;
  content: "";
}
.icon-after {
  position: relative;
}
.icon-after:after {
  position: absolute;
  display: block;
  content: "";
}
/**
 * Defaults and Resets
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}
html,
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}
body {
  font-family: 'proxima-nova', Arial, Verdana, Sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #5f6062;
}
form {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
td {
  vertical-align: top;
}
p {
  margin: 0 0 20px 0;
}
a {
  transition: all 0.25s ease;
  color: #00afdb;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #034a59;
  text-decoration: none;
}
h1,
.heading-1 {
  margin: 0 0 15px 0;
  font-size: 28px;
  font-weight: normal;
  color: #0084a9;
  line-height: normal;
}
h2,
.heading-2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #0084a9;
  line-height: normal;
}
h3,
.heading-3 {
  margin: 0 0 5px 0;
  font-size: 15px;
  font-weight: normal;
  color: #0084a9;
  background: #eeeeee;
  padding: 5px;
  line-height: 1.1;
}
.h4, .heading-4 {  margin: 0 0 5px 0;   font-size: 10px;   font-weight: bold; }
.heading-1 {
  display: block;
}
.heading-2 {
  display: block;
  background: transparent;
  padding: 0;
}
.heading-3 {
  display: block;
}
/**
 * Common
 */
.hidden {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
a#skip:hover,
a#skip:visited {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
a#skip:active,
a#skip:focus {
  position: static;
  width: auto;
  height: auto;
}
.toggle-menu {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
.toggle-menu > div {
  margin: 0 5px -7px 0;
  display: inline-block;
  width: 32px;
  height: 26px;
}
.toggle-menu > div span {
  display: block;
  width: 32px;
  height: 4px;
  margin-bottom: 6px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle-menu.active {
  color: #ffffff;
}
.toggle-menu.active > div {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.toggle-menu.active > div span {
  background: #ffffff;
}
.toggle-menu.active > div span:nth-child(1) {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}
.toggle-menu.active > div span:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.toggle-menu.active > div span:nth-child(3) {
  -webkit-transform: rotate(-90deg) translateX(13px);
  -ms-transform: rotate(-90deg) translateX(13px);
  transform: rotate(-90deg) translateX(13px);
}
/**
 * Layout
 */
#master {
  min-width: 320px;
  padding-top: 0;
  overflow: hidden;
  background: #fff;
}
#top {
  background: linear-gradient(to right, #00afda 0%, #004964 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#top div.alert {
  color: #fff;
  font-size: 15px;
  height: 85px;
  padding: 30px;
  text-align: center;
}
#header{height:70px;}
#nav{top:54px;} 
/*
body.cookie #master {
  padding-top: 215px;
}
body.cookie #header {
  top: 85px;
}
body.cookie #nav {
  top: 155px;
}*/
#header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10001;
}
/*#header > div {
  height: 70px;
}*/
#header .logo {
  position: absolute;
  top: 13px;
  left: 15px;
}
#header .tagline {
  position: absolute;
  top: 39px;
  left: 210px;
  font-size: 16px;
  color: #0084a9;
  line-height: 16px;
}
#header .links {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 14px;
}
#header .links > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#header .links > ul > li {
  float: left;
  position: relative;
}
#header .links > ul > li > a {
  display: block;
  padding: 7px 5px 7px 35px;
  color: #00afdb;
  background: url('https://images.sciex.com/shared/icons/globe.png') no-repeat 6px 3px;
}
#header .links > ul > li > a:focus,
#header .links > ul > li > a:hover,
#header .links > ul > li.active > a {
  background-color: #004a64;
  color: #00afdb;
}
#header .links .dropdown {
  position: absolute;
  top: 33px;
  left: 0;
  background: #004a64;
  width: 280px;
  padding: 15px;
  font-size: 14px;
  color: #fff;
}
#header .links .dropdown {
  font-size: 14px;
  display: none;
}


#header .links .dropdown ul li {
  list-style-type: none;
}

#header .links .dropdown label {
  font-weight: normal;
  color: #fff;
}
#header .links .dropdown .custom-select,
#header .links .dropdown [type="text"],
#header .links .dropdown [type="password"] {
  margin: 0 0 20px 0;
}
#header .links .dropdown .footer .content {
  float: left;
}
#header .links .dropdown .footer button {
  float: right;
}
#header .links .dropdown a:focus,
#header .links .dropdown a:hover {
  color: #fff;
}
#header .links .shop > a {
  background-image: url('https://images.sciex.com/shared/icons/cart.png');
}
#header .links .partners > a {
  background-image: url('https://images.sciex.com/shared/icons/globe.png');
}
#header .links .support > a {
  background-image: url('https://images.sciex.com/shared/icons/quote.png');
}
#header .links .login > a {
  background-image: url('https://images.sciex.com/shared/icons/user.png');
}
#header .links .login .dropdown {
  left: auto;
  right: 0;
}
#header .links .active .dropdown {
  display: block;
}
#header .links .btn:focus,
#header .links .btn:hover,
#header .links button:focus,
#header .links button:hover {
  background-color: #0a93b9;
}
#header .links .notifications .notification-box{
	background:none;
	background-color: #f99d31 !important;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
    min-width: 25px;
    text-align: center;
    border-radius: 3px !important;
}
#mobile-header {
  display: none;
  background: #0084a9;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  left: 0;
  transition: left 0.25s ease;
}
#mobile-header > div {
  position: relative;
  min-height: 55px;
}
#mobile-header .toggle-menu {
  position: absolute;
  top: 16px;
  left: 20px;
}
#mobile-header .login {
  font-size: 1px;
  line-height: 1px;
  text-indent: -10000px;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: url(https://images.sciex.com/shared/icons/icons.png) no-repeat center -1430px;
}
#mobile-header .logo {
  margin: 0 auto;
  top: 13px;
  width: 118px;
  display: block;
  position: relative;
}
#mobile-header .logo img {
  display: block;
}
#mobile-menu {
  width: 260px;
  position: fixed;
  top: 0;
  height: 100%;
  background: #0084a9;
  overflow: auto;
  padding: 15px;
  border-right: solid 10px #00536d;
  left: -260px;
  transition: left 0.25s ease;
  z-index: 1000;
}
#mobile-menu .search-form {
  position: relative;
  margin: 0 0 20px 0;
}
#mobile-menu .search-form [type="text"] {
  width: 100%;
  font-family: 'proxima-nova', Arial, Verdana, Sans-serif;
  font-size: 14px;
  color: #5f6062;
  padding: 5px;
  background: #fff;
  border-width: 0;
  height: 30px;
  border-radius: 0;
}
#mobile-menu .search-form [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 30px;
  background: #00afdb url(https://images.sciex.com/shared/icons/search-white.png) no-repeat center center;
  border-width: 0;
}
#mobile-menu .search-form [type="submit"]:hover,
#mobile-menu .search-form [type="submit"]:focus {
  background-color: #006b8b;
}
#mobile-menu .legal {
  font-size: 12px;
  line-height: 13px;
  color: #85d3e8;
}
#mobile-menu .menu {
  border-top: solid 1px #00afdb;
  font-size: 18px;
  margin: 0 -15px;
}
#mobile-menu .menu li {
  border-bottom: solid 1px #00afdb;
}
#mobile-menu .menu a {
  display: block;
  padding: 10px 40px 10px 15px;
  color: #fff;
  position: relative;
}
#mobile-menu .menu .spacer{display:block;padding:10px 40px 10px 15px;}
#mobile-menu .menu li.icon a{padding-left:50px;}
#mobile-menu .menu li.icon a img{left:15px;position:absolute;top:5px;}
#mobile-menu .menu .toggle {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  background: #006b8b url(https://images.sciex.com/shared/icons/icons.png) no-repeat center -1828px;
}
#mobile-menu .menu ul .toggle {
  background-color: transparent;
}
#mobile-menu .menu ul {
  background: #01526d;
  font-size: 16px;
  display: none;
}
#mobile-menu .menu ul li {
  border-bottom-width: 0;
}
#mobile-menu .menu ul a {
  padding: 8px 10px 8px 35px;
}
#mobile-menu .menu ul ul {
  font-size: 14px;
}
#mobile-menu .menu ul ul a {
  padding: 4px 10px 4px 55px;
}
#mobile-menu .buttons {
  margin: 20px 0 10px 0;
}
#mobile-menu .buttons li {
  float: left;
  width: 33.3333%;
}
#mobile-menu .buttons a {
  display: block;
  background: #00afdb url('https://images.sciex.com/shared/icons/globe-white.png') no-repeat center center;
  height: 35px;
}
#mobile-menu .buttons a:hover,
#mobile-menu .buttons a:focus {
  background-color: #006b8b;
}
#mobile-menu .buttons .shop a {
  margin: 0 1px;
  background-image: url('https://images.sciex.com/shared/icons/cart-white.png');
}
#mobile-menu .buttons .partners a {
  margin: 0 1px;
  background-image: url('https://images.sciex.com/shared/icons/globe.png');
}
#mobile-menu .buttons .support a {
  background-image: url('https://images.sciex.com/shared/icons/quote-white.png');
}
#page {
  transition: left 0.25s ease;
  position: relative;
  left: 0;
}
#body > div {
  padding-bottom: 90px;
}
#nav {
  background: #0084a9;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#nav .left {
  float: left;
  width: 750px;
  position: relative;
}
#nav .right {
  float: right;
  width: 100%;
  margin-left: -750px;
}
#nav .right > div {
  margin-left: 750px;
}
#nav .menu {
  font-size: 18px;
  line-height: 18px;
}
#nav .menu li {
  float: left;
}
#nav .menu li.active > a {
  position: relative;
  background: #00afdb;
}
#nav .menu li.active > a:after {
  position: absolute;
  display: block;
  content: "";
}
#nav .menu li.active > a:after {
  border: solid 10px transparent;
  border-width: 9px 8px;
  border-color: #fff transparent transparent transparent;
  top: 0;
  left: 50%;
  margin-left: -8px;
}
#nav .menu a {
  color: #fff;
  display: block;
  width:auto;
  text-align: center;
  padding:21px 20px;
}
#nav .menu a:focus,
#nav .menu a:hover {
  background: #004a65;
}
#nav .search-form {
position: relative;
top: 15px;
padding: 0 40px 0 20px;
}
#nav .search-form [type="text"] {
  width: 100%;
  font-family: 'proxima-nova', Arial, Verdana, Sans-serif;
  font-size: 14px;
  color: #5f6062;
  padding: 5px;
  background: #fff;
  border-width: 0;
  height: 30px;
  border-radius: 0;
}
#nav .search-form [type="text"]:focus {
  box-shadow: 0 0 5px #00afdb inset;
}
#nav .search-form [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 30px;
  background: #00afdb url('https://images.sciex.com/shared/icons/search-white.png') no-repeat center center;
  border-width: 0;
}
#nav .search-form [type="submit"]:focus,
#nav .search-form [type="submit"]:hover {
  background-color: #004a64;
}
#footer {
  background: #0084a9;
}
#footer > div {
  padding-top: 25px;
  padding-bottom: 25px;
}
#footer .newsletter label {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  float: left;
  margin: 4px 15px 0 0;
}
#footer .newsletter .fields {
  float: left;
  position: relative;
  padding: 0 100px 0 0;
  overflow: hidden;
  min-height: 32px;
}
#footer .newsletter .blue {background: #006b8b;float: left;}
#footer .newsletter input:focus {box-shadow: none;}
#footer .newsletter [type="text"],
#footer .newsletter [type="email"] {
  background: none;
  font-family: 'proxima-nova', Arial, Verdana, Sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 6px;
  border-width: 0;
  width: 200px;
}
#footer .newsletter [type="text"]:-moz-placeholder,
#footer .newsletter [type="email"]:-moz-placeholder {
  color: #ffffff;
}
#footer .newsletter [type="text"]::-moz-placeholder,
#footer .newsletter [type="email"]::-moz-placeholder {
  color: #ffffff;
}
#footer .newsletter [type="text"]:-ms-input-placeholder,
#footer .newsletter [type="email"]:-ms-input-placeholder {
  color: #ffffff;
}
#footer .newsletter [type="text"]::-webkit-input-placeholder,
#footer .newsletter [type="email"]::-webkit-input-placeholder {
  color: #ffffff;
  padding-top: 1px;
}
#footer .newsletter [type="text"]::-webkit-input-placeholder,
#footer .newsletter [type="email"]::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
#footer .newsletter [type="text"]:-moz-placeholder,
#footer .newsletter [type="email"]:-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#footer .newsletter [type="text"]::-moz-placeholder,
#footer .newsletter [type="email"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#footer .newsletter [type="text"]:-ms-input-placeholder,
#footer .newsletter [type="email"]:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
#footer .newsletter button {
  float: left;
  padding: 6px 15px;
  line-height: 20px;
  min-height: 34px;
}
#master-footer {
  background: #004a64;
}
#master-footer > div {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  color: #939393;
}
#master-footer .links {
  text-align: right;
}
#master-footer .links li {
  display: inline;
  margin: 0 0 0 10px;
}
#master-footer a:focus,
#master-footer a:hover {
  color: #fff;
}
#breadcrumbs {
  margin: 0 0 20px 0;
  font-size: 14px;
  color: #9fa1a4;
}
#breadcrumbs li {
  display: inline;
}
#breadcrumbs li:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
}
#breadcrumbs li:after.pull-left {
  margin-right: .3em;
}
#breadcrumbs li:after.pull-right {
  margin-left: .3em;
}
#breadcrumbs li:last-child:after {
  content: "";
}
#breadcrumbs li a,
#breadcrumbs li span {
  margin: 0 10px 0 5px;
}
#breadcrumbs li:first-child a,
#breadcrumbs li:first-child span {
  margin-left: 0;
}
.section#body {
  padding-top: 0;
}
.section {
  background: #fff;
}
.section > div {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
}
.mobile-menu #page {
  left: 260px;
}
.mobile-menu #mobile-header {
  left: 260px;
}
.mobile-menu #mobile-menu {
  left: 0;
}
.content-container {
  padding: 20px 0 20px 0;
}
.sidebar-layout .container-fluid {
  padding: 0;
}
/**
 * Components
 */
.video-thumb {
  display: block;
  position: relative;
}
.video-thumb:before {
  position: absolute;
  display: block;
  content: "";
}
.video-thumb:after {
  position: absolute;
  display: block;
  content: "";
}
.video-thumb:before {
  font-size: 1px;
  line-height: 1px;
  text-indent: -10000px;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  border: solid 40px rgba(0, 175, 219, 0.8);
  border-radius: 40px;
  transition: border-color 0.25s ease;
}
.video-thumb:after {
  font-size: 1px;
  line-height: 1px;
  text-indent: -10000px;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  background: url(https://images.sciex.com/shared/icons/icons.png) no-repeat -6px -511px;
}
.video-thumb:hover:before {
  border-color: #00afdb;
}
.btn,
button {
  display: inline-block;
  background: #00afdb;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  font-weight: 300;
  border-width: 0;
  cursor: pointer;
  padding: 5px 10px;
  transition: 0.25s ease;
  border-radius: 0;
}
.btn:focus,
.btn:hover,
button:focus,
button:hover {
  background: #004a65;
  color: #fff;
}
.btn.lrg {
  font-size: 18px;
  padding: 9px 30px;
}
.btn.green {
  background: #66bc29;
}
.btn.green:focus,
.btn.green:hover {
  background: #539e39;
}
.btn.training {
  background: #f99d31;
}
.btn.training:focus,
.btn.training:hover {
  background-color: #cc8329;
}
.feature {
  border: solid 1px #bec0c2;
  font-size: 18px;
  color: #00afdb;
  margin: 0 0 30px 0;
  line-height: normal;
}
.feature p:last-child {
  margin: 0;
}
.feature h2,
.feature .heading-2 {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: normal;
  color: #0084a9;
}
.feature .content {
  padding: 15px;
}
.feature .image {
  padding: 0;
}
.feature .image img {
  width: 100%;
}
.feature .date {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #00afdb;
}
.callout {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 30px 0;
  border: solid 1px #bec0c2;
}
.callout p {
  margin: 0 0 15px 0;
}
.callout header {
  font-size: 23px;
  line-height: normal;
  margin: -1px -1px 0 -1px;
}
.callout header a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  background: #66bc29;
  padding: 11px 15px;
  min-height: 50px;
}
.callout header a:after {
  position: absolute;
  display: block;
  content: "";
}
.callout header a:after {
  background: url(https://images.sciex.com/shared/icons/icons.png) no-repeat -43px -642px;
  width: 12px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  right: 15px;
}
.callout .body {
  border-width: 0 1px 1px 1px;
}
.callout .body > div {
  padding: 15px;
  background: #fff;
}
.callout .body > div p:last-child {
  margin: 0;
}
.callout .body h2,
.callout .body .heading-2 {
  font-size: 20px;
}
.callout .quote {
  font-style: italic;
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 22px;
}
.callout .date {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #00afdb;
}
.callout header a:focus,
.callout header a:hover {
  background-color: #539e39;
}
.callout.training header a {
  background-color: #f99d31;
}
.callout.training header a:focus,
.callout.training header a:hover {
  background-color: #cc8329;
}
.callout.events header a {
  background-color: #8446ad;
}
.callout.events header a:focus,
.callout.events header a:hover {
  background-color: #6c3d84;
}
.callout.insights header a {
  background-color: #004a64;
}
.callout.insights header a:focus,
.callout.insights header a:hover {
  background-color: #073c54;
}
.callout.insights .body {
  color: #004a64;
}
.callout.case-studies header a {
  background-color: #0b6b6f;
}
.callout.case-studies header a:focus,
.callout.case-studies header a:hover {
  background-color: #045a5e;
}
.callout.library header a {
  background-color: #a22341;
}
.callout.library header a:focus,
.callout.library header a:hover {
  background-color: #881835;
}
.callout.videos header a {
  background-color: #e85324;
}
.callout.videos header a:focus,
.callout.videos header a:hover {
  background-color: #c0451b;
}
.callout.articles header a {
  background-color: #3f2a57;
}
.callout.articles header a:focus,
.callout.articles header a:hover {
  background-color: #341e49;
}
.callout.tips header a {
  background-color: #682e6b;
}
.callout.tips header a:focus,
.callout.tips header a:hover {
  background-color: #58235a;
}
.callout.generic header a {
  background-color: #7d8183;
}
.callout.generic header a:focus,
.callout.generic header a:hover {
  background-color: #696c6e;
}
.callout.products header a {
  background-color: #00afdb;
}
.callout.products header a:focus,
.callout.products header a:hover {
  background-color: #0a93b9;
}
.callout.no-arrow header a:after {
  display: none;
}
.callout.small-header header {
  font-size: 22px;
}
.callout.small-header header a {
  padding: 12px 15px 10px 15px;
}
.callout.no-border {
  border-width: 0;
}
.subnav {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 30px 0;
}
.subnav a {
  color: #5f6062;
  outline-width: 0;
  display: block;
  padding: 6px 20px 6px 0;
}
.subnav a:hover {
  color: #034a59;
}
.subnav li.active > a {
  color: #00afdb;
}
.subnav > ul {
  border-top: solid 1px #dbe0e0;
}
.subnav > ul > li {
  border-bottom: solid 1px #dbe0e0;
}
.subnav > ul > li > a {
  position: relative;
}
.subnav > ul > li > a:after {
  position: absolute;
  display: block;
  content: "";
}
.subnav > ul > li.has-children > a:after {
  background: url(https://images.sciex.com/shared/icons/icons.png) no-repeat -45px -2047px;
  width: 9px;
  height: 6px;
  top: 13px;
  right: 0;
  outline-width: 0;
}
.subnav ul ul {
  padding-left: 15px;
}
.intro-feature {
  position: relative;
  margin: 0 0 30px 0;
}
.intro-feature img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.intro-feature .content {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  background: rgba(95, 96, 98, 0.75);
  padding: 15px;
  color: #fff;
  font-size: 15px;
  line-height: normal;
  width: 100%;
  transition: 0.25s ease;
}
.intro-feature .content h1,
.intro-feature .content .heading {
  margin: 0 0 10px 0;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  color: #fff;
}
.intro-feature .content p:last-child {
  margin: 0;
}
.intro-feature .content a {
  color: #fff;
}
.intro-feature .content:hover {
  background: rgba(95, 96, 98, 0.95);
}
.hero-feature {
  display: table;
  background: #f4f4f4 no-repeat center center;
  background-size: cover;
  height: 100%;
  margin: 0 0 30px 0;
}
.hero-feature > div {
  display: table-row;
  height: 100%;
}
.hero-feature > div:before,
.hero-feature > div:after {
  display: none;
}
.hero-feature > div > div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none;
  padding: 20px;
}
.hero-feature h1 {
  color: #0083a8;
  font-size: 28px;
  line-height: 28px;
  transition: 0.25s ease;
}
/* #00afdb */
.hero-feature .content {
  font-size: 18px;
  line-height: 22px;
  color: #5f6062;
}
.hero-feature .photo {
  padding: 0;
}
.hero-feature .photo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  float: right;
}
.hero-feature + .hero-search {
  margin: -30px 0 30px 0;
}
a.hero-feature:hover h1 {
  color: #034a59;
}
a.hero-feature h1 {
  color: #00afdb;
}
.hero-search {
  background: #f4f4f4;
  padding: 25px 30px;
  margin: 0 0 30px 0;
}
.hero-search .fields {
  background: #fff;
}
.hero-search .fields [type="text"] {
  width: 100%;
  font-family: 'proxima-nova', Arial, Verdana, Sans-serif;
  font-size: 14px;
  color: #5f6062;
  padding: 5px;
  background: #fff;
  border-width: 0;
  height: 30px;
  border-radius: 0;
}
.hero-search .fields [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 30px;
  background: #00afdb url(https://images.sciex.com/shared/icons/icons.png) no-repeat center -434px;
  border-width: 0;
}
.hero-search .fields [type="submit"]:focus,
.hero-search .fields [type="submit"]:hover {
  background-color: #004a64;
}
.rating {
  display: inline-block;
  unicode-bidi: bidi-override;
  color: #888888;
  font-size: 20px;
  height: 25px;
  width: auto;
  margin: 0;
  position: relative;
  padding: 0;
}

.rating-upper {
  color: #F99D31;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: flex;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating-lower {
  padding: 0;
  display: flex;
  z-index: 0;
}

.solutions-hero h1 {
  color: #f99d31;
}
.solutions-hero .content {
  color: #fff;
  padding: 30px;
}
.product-feature {
  zoom: 1;
  margin: 0 0 30px 0;
  background: url('https://images.sciex.com/Community Images/shared/bg-product-feature.jpg') no-repeat;
  background-size: cover;
}
.product-feature:before,
.product-feature:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-feature:after {
  clear: both;
}
.product-feature:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.product-feature h1 {
  color: #fff;
}
.product-feature .content {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.product-feature .content:before {
  display: inline-block;
  width: 1px;
  content: "";
  height: 350px;
  vertical-align: middle;
}
.product-feature .content > div {
  padding: 0 30px;
  width: 98%;
  vertical-align: middle;
  display: inline-block;
}
.product-feature .photo {
  padding: 15px 0;
}
.product-feature .photo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.products-grid {
  display: table;
  width: 100%;
  height: 100%;
  border-top: solid 1px #dbe0e0;
  margin: 0 0 30px 0;
}
.products-grid > div {
  display: table-row;
  height: 100%;
}
.products-grid > div > div {
  border-bottom: solid 1px #dbe0e0;
  display: table-cell;
  height: 100%;
  float: none;
  padding-top: 30px;
}
.products-grid > div > div:nth-child(1) {
  border-right: solid 1px #dbe0e0;
  padding-left: 0;
}
.products-grid > div > div:nth-child(2) {
  border-right: solid 1px #dbe0e0;
}
.products-grid > div > div:nth-child(3) {
  padding-right: 0;
}
.products-grid img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0 auto 10px auto;
}
.product-intro .photos img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.product-intro .thumbs {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-intro .thumbs .thumb {
  float: left;
  width: 20%;
  padding: 0 15px;
}
.product-intro .thumbs .thumb img {
  border: solid 1px #bec0c2;
}
.product-intro .photos .caption {
  font-size: 12px;
  line-height: 14px;
  color: #939393;
}
.product-intro .photos .caption p:last-child {
  margin: 0;
}
.product-intro .slideshow {
  position: relative;
}
.product-intro .slideshow .previous,
.product-intro .slideshow .next {
  font-size: 1px;
  line-height: 1px;
  text-indent: -10000px;
  position: relative;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -65px;
  width: 18px;
  height: 40px;
  z-index: 1000;
  display: none;
}
.product-intro .slideshow .previous:after,
.product-intro .slideshow .next:after {
  position: absolute;
  display: block;
  content: "";
}
.product-intro .slideshow .next {
  left: auto;
  right: 0;
}
.product-intro .slideshow .previous:after,
.product-intro .slideshow .next:after {
  top: 0;
  left: 0;
  width: 18px;
  height: 40px;
  background: url(https://images.sciex.com/shared/icons/icons.png) no-repeat center -2231px;
}
.product-intro .slideshow .next:after {
  background: url(https://images.sciex.com/shared/icons/icons.png) no-repeat center -2331px;
}
.product-intro .slideshow .photo-pager {
  font-size: 35px;
  color: #bec0c2;
  cursor: pointer;
  text-align: center;
  margin: 15px 0;
  overflow: hidden;
  display: none;
}
.product-intro .slideshow .photo-pager span {
  margin: 0 2px;
}
.product-intro .slideshow .photo-pager .cycle-pager-active {
  color: #0084a9;
}
.product-details .nav-tabs {
  margin-right: -1px;
  margin-bottom: -1px;
  border-bottom: solid 1px #bec0c2;
}
.product-details .nav-tabs > li {
  width: 25%;
  padding-right: 1px;
}
.product-details .nav-tabs > li > a {
  position: relative;
  border: solid 1px #bec0c2;
  border-radius: 0;
  margin-right: 0;
  font-size: 18px;
  color: #5f6062;
  text-align: center;
  padding: 17px 15px;
  outline-width: 0;
}
.product-details .nav-tabs > li > a:after {
  position: absolute;
  display: block;
  content: "";
}
.product-details .nav-tabs > li.active > a {
  border-color: #00afdb;
  color: #00afdb;
}
.product-details .nav-tabs > li.active > a:after {
  border: solid 8px transparent;
  border-top-color: #00afdb;
  top: 0;
  left: 50%;
  margin-left: -8px;
}
.product-details .tab-content {
  margin: 0 0 30px 0;
  position: relative;
}
.product-details .tab-content .tab-pane {
  border: solid 1px #bec0c2;
}
.product-details .tab-content .tab-pane.active {
  border: solid 1px #00afdb;
}
.product-details .tab-content .tab-pane .content {
  padding: 30px;
}
.product-details .tab-content .mobile-tab {
  position: relative;
  display: none;
  border: solid 1px #bec0c2;
  font-size: 18px;
  color: #5f6062;
  text-align: center;
  padding: 17px 15px;
  margin: 0 0 1px 0;
  outline-width: 0;
}
.product-details .tab-content .mobile-tab:after {
  position: absolute;
  display: block;
  content: "";
}
.product-details .tab-content .mobile-tab.active-tab {
  border-color: #00afdb;
  color: #00afdb;
}
.product-details .tab-content .mobile-tab.active-tab:after {
  border: solid 8px transparent;
  border-top-color: #00afdb;
  top: 0;
  left: 50%;
  margin-left: -8px;
}
.product-details .filter-wrapper .lbl {
  display: inline-block;
  vertical-align: middle;
}
.product-details .filter-wrapper .custom-select {
  border: solid 1px #bec0c2;
  display: inline-block;
  max-width: 500px;
  vertical-align: middle;
}
.product-details .no-side-margin {
  margin: 0 -30px;
}
table.resources {
  width: 100%;
  border-collapse: collapse;
}
table.resources th {
  background: #f2f2f2;
  border: solid 1px #b3b3b3;
  border-width: 1px 0;
}
table.resources th,
table.resources td {
  padding: 15px;
  text-align: left;
}
table.resources th a {
  color: #808080;
  text-decoration: none;
}
table.resources th a.sort {
  position: relative;
  padding: 0 15px 0 0;
}
table.resources th a.sort:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: -5px;
  right: 0;
}
table.resources th a.sort.asc:before {
  content: "\f0d8";
}
table.resources th a.sort.desc:before {
  content: "\f0d7";
}
table.resources tr:nth-child(odd) {
  background: #f2f2f2;
}
.product-downloads .row {
  border-bottom: solid 1px #dbe0e0;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.product-downloads .name {
  font-size: 18px;
  color: #00afdb;
}
.product-downloads .meta {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product-downloads .meta li {
  display: inline;
  margin: 0 20px 0 0;
}
.product-downloads .description {
  padding-left: 0;
}
.product-downloads .download {
  text-align: right;
  padding-right: 0;
}
.product-downloads .all {
  text-align: right;
}
.product-resources .row {
  border-bottom: solid 1px #dbe0e0;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.product-resources .row:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.product-resources .meta {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  padding: 7px 0 7px 35px;
  min-height: 30px;
  margin: 0 0 5px 0;
}
.product-resources .meta:after {
  position: absolute;
  display: block;
  content: "";
}
.product-resources .meta:after {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(https://images.sciex.com/shared/icons/icons.png) no-repeat center -2434px;
}
.product-resources .meta.download:after {
  background-position: center -2534px;
}
.product-resources .meta.video:after {
  background-position: center -2634px;
}
.product-resources .meta.link:after {
  background-position: center -2734px;
}
.product-resources .meta li {
  display: inline;
  margin: 0 20px 0 0;
}
.product-resources .thumb {
  padding: 0;
}
.product-resources .description {
  padding-right: 0;
}
.product-resources .description p:last-child {
  margin: 0;
}
ul.generic {
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
}
ul.generic li {
  margin: 0 0 10px 0;
}
.intro-text {
  font-size: 18px;
  line-height: 22px;
}
.callouts {
  margin: 0 -30px 30px -30px;
}
.callouts > div {
  display: table;
  width: 100%;
  height: 100%;
  border-spacing: 30px 0;
  border-collapse: separate;
}
.callouts > div > div {
  display: table-row;
  height: 100%;
  vertical-align: top;
}
.callouts > div > div:before,
.callouts > div > div:after {
  display: none;
}
.callouts > div > div > div {
  display: table-cell;
  height: 100%;
  padding: 0;
  float: none;
  border: solid 1px #bec0c2;
  vertical-align: top;
}
.callouts .callout {
  border-width: 0;
  margin: 0;
}
.callouts img {
  width: auto;
}
.row.top-border {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #dbe0e0;
}
#contact-map {
  position: relative;
  margin: 0 0 30px 0;
}
#contact-map img {
  width: 100%;
}
#contact-map .hint {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(95, 96, 98, 0.75);
  padding: 20px;
  color: #fff;
}
#contact-map .lat-line,
#contact-map .lng-line {
  position: absolute;
  background: #fff;
  transition: 0.5s ease-in-out;
}
#contact-map .lat-line {
  top: 46.506%;
  left: 0;
  width: 100%;
  height: 1px;
}
#contact-map .lng-line {
  top: 0;
  left: 25.5896%;
  height: 100%;
  width: 1px;
}
.locations h2 {
  margin: 0 0 5px 0;
}
div.toggle {
  border: solid 1px #fff;
  white-space: nowrap;
}
div.toggle > a {
  display: inline-block;
  width: 50px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  vertical-align: top;
}
div.toggle > a.active {
  background-color: #fff;
  color: #00afdb;
}
div.toggle .icon {
  font-size: 1px;
  line-height: 1px;
  text-indent: -10000px;
  background-image: url(https://images.sciex.com/shared/icons/icons.png);
  background-repeat: no-repeat;
  background-position: center -2929px;
}
div.toggle .icon.cal.active {
  background-position: center -2829px;
}
div.toggle .icon.list {
  background-position: center -3129px;
}
div.toggle .icon.list.active {
  background-position: center -3029px;
}
.filter-block {
  background: #f4f4f4;
  padding: 20px;
  line-height: 20px;
}
.filter-block label {
  font-weight: normal;
  margin-bottom: 0;
}
.filter-block h4 {
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 10px;
}
.filter-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 15px;
}
.filter-block ul li {
  margin-bottom: 3px;
}
.filter-block ul ul {
  margin: 0;
  padding: 0 0 0 25px;
}
.filter-block [type="text"] {
  border: solid 1px #bec0c2;
  background: #fff;
}
.date-range {
  margin: 0 0 15px 0;
}
.date-select-field {
  position: relative;
  margin: 0 0 5px 0;
}
.date-select-field .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
}
.simple-slider-control {
  margin: 15px 0;
  min-height: 15px;
}
.simple-slider-control .slider {
  height: 3px;
  background: #bec0c2;
  border-radius: 0;
}
.simple-slider-control .ui-slider-handle {
  border-width: 0;
  border-radius: 0;
  width: 8px;
  height: 20px;
  background: #00afdb;
  top: -9px;
  margin-left: -4px;
}
.simple-slider-control .ui-widget-content {
  border-width: 0;
}
.range-slider-control {
  margin: 15px 0;
  min-height: 15px;
}
.range-slider-control .slider {
  height: 3px;
  background: #bec0c2;
  border-radius: 0;
}
.range-slider-control .ui-slider-handle {
  border-width: 0;
  border-radius: 0;
  width: 8px;
  height: 20px;
  background: #00afdb;
  top: -9px;
  margin-left: -4px;
}
.range-slider-control .ui-widget-content {
  border-width: 0;
}
.range-slider-control .ui-slider-range {
  background: #0987aa;
}
.infographic {
  zoom: 1;
  position: relative;
  margin: 0 0 30px 0;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  min-height: 335px;
}
.infographic:before,
.infographic:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.infographic:after {
  clear: both;
}
.infographic:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.infographic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.infographic .number {
  font-size: 52px;
  font-weight: 600;
  color: #9cdceb;
  line-height: 52px;
  margin: 0 0 15px 0;
}
.infographic .col {
  float: left;
  width: 20%;
  padding: 15px 30px 20px 30px;
  position: relative;
}
.resources-block {
  background: #f4f4f4;
  margin: 0 0 30px 0;
}
.resources-block .header {
  zoom: 1;
  background: #004a64;
  padding: 10px 15px;
}
.resources-block .header:before,
.resources-block .header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.resources-block .header:after {
  clear: both;
}
.resources-block .header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.resources-block .header .title {
  float: left;
  font-size: 28px;
  color: #fff;
  margin: 3px 20px 0 0;
}
.resources-block .header .btn {
  float: right;
}
.resources-block .body {
  padding: 30px;
}
.resources-block .body .row {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #dbe0e0;
}
.resources-block .body .row:last-child {
  margin: 0;
  padding: 0;
  border-bottom-width: 0;
}
.resources-block .body .row > div:first-child {
  padding: 0;
}
.resources-block .body .row > div:last-child {
  padding-right: 0;
}
.resources-block .name {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.resources-block .meta {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 10px 0;
}
.resources-block .meta li {
  display: inline;
  margin: 0 20px 0 0;
}
.resources-block .description p:last-child {
  margin: 0;
}
.video-banner {
  background: no-repeat center center;
  background-size: cover;
}
.video-banner > div {
  max-width: 860px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.video-banner h1 {
  margin: 0 0 5px 0;
}
.video-banner .video {
  margin: 0 0 15px 0;
}
.video-banner .content {
  color: #fff;
}
.video-banner .content p:last-child {
  margin: 0;
}
.related-videos > div {
  max-width: 860px;
  padding-top: 30px;
  padding-bottom: 80px;
}
.related-videos h2 {
  margin: 0 0 30px 0;
  font-size: 24px;
}
.related-videos .video {
  font-size: 18px;
  margin: 0 0 15px 0;
}
.related-videos .video img {
  display: block;
  margin: 0 0 10px 0;
}
.search-results-header {
  background: #f4f4f4;
  margin: 0 0 30px 0;
  padding: 20px;
}
.search-results-header .summary {
  font-size: 28px;
  line-height: normal;
  color: #0084a9;
}
.search-results-header .summary .term {
  color: #004a64;
}
.search-results-header .search-again {
  text-align: right;
  margin: 5px 0 0 0;
}
.search-filter-summary {
  margin: 0 0 10px 0;
}
.search-filter-summary .label {
  font-size: 15px;
  font-weight: 600;
  color: #0084a9;
  padding: 0;
}
.search-filter-summary .filter {
  font-size: 14px;
  color: #fff;
  background: #00afdb;
  display: inline-block;
  padding: 5px;
}
.search-filter-summary .filter .remove {
  color: #fff;
}
.search-filter-summary .filter .remove:hover {
  color: #034a59;
}
.search-link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  height: 18px;
  line-height: normal;
  transition: none;
}
.search-link:after {
  position: absolute;
  display: block;
  content: "";
}
.search-link:after {
  top: 0;
  left: 0;
  background: url(https://images.sciex.com/shared/icons/icons.png) no-repeat center -3640px;
  width: 19px;
  height: 18px;
}
.search-link:hover:after {
  background-position: center -3740px;
}
.search-results-paging {
  margin: 10px 0;
}
.search-results-paging .summary {
  padding-left: 0;
}
.search-results-paging .pages {
  text-align: right;
  padding-right: 0;
}
.search-results {
  padding: 15px 0;
  border-top: solid 3px #0084a9;
  border-bottom: solid 3px #dbe0e0;
}
.search-results .row {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #dbe0e0;
}
.search-results .row:last-child {
  margin: 0;
  padding: 0;
  border-bottom-width: 0;
}
.search-results .row > div:first-child {
  padding: 0;
}
.search-results .row > div:last-child {
  padding-right: 0;
}
.search-results .name {
  font-size: 16px;
  line-height:22px;
  margin: 0 0 10px 0;
}
.search-results .meta {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 10px 0;
}
.search-results .meta li {
  display: inline;
  margin: 0 20px 0 0;
}
.search-results .description p:last-child {
  margin: 0;
}
.software-search-results .result {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #dbe0e0;
}
.software-search-results .result:last-child {
  margin: 0;
  padding: 0;
  border-bottom-width: 0;
}
.software-search-results .header {
  display: none;
}
.software-search-results .header .name a {
  position: relative;
  padding: 20px 55px 20px 15px;
  display: block;
  outline-width: 0;
}
.software-search-results .header .name a:after {
  position: absolute;
  display: block;
  content: "";
}
.software-search-results .header .name a:after {
  top: 50%;
  right: 15px;
  margin-top: -5px;
  border: solid 10px transparent;
  border-top-color: #00afdb;
  border-width: 10px 9px;
}
.software-search-results .header .name a:hover:after {
  border-top-color: #034a59;
}
.software-search-results .description p:last-child {
  margin: 0;
}
.software-search-results .actions {
  text-align: right;
}
.software-search-results .name {
  font-size: 18px;
}
.result-meta {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  padding: 7px 0 7px 35px;
  min-height: 30px;
  margin: 0 0 5px 0;
  font-size: 12px;
}
.result-meta:after {
  position: absolute;
  display: block;
  content: "";
}
.result-meta:after {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(https://images.sciex.com/shared/icons/icons.png) no-repeat center -2434px;
}
.result-meta.download:after {
  background-position: center -2534px;
}
.result-meta.video:after {
  background-position: center -2634px;
}
.result-meta.link:after {
  background-position: center -2734px;
}
.result-meta li {
  display: inline;
  margin: 0 20px 0 0;
}
.news-list {
  margin: 0 0 30px 0;
}
.news-list .row {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #dbe0e0;
}
.news-list .row:last-child {
  margin: 0;
  padding: 0;
  border-bottom-width: 0;
}
.news-list .row > div:first-child {
  padding: 0;
}
.news-list .row > div:last-child {
  padding-right: 0;
}
.news-list .name {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.news-list .meta {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 10px 0;
}
.news-list .meta li {
  display: inline;
  margin: 0 20px 0 0;
}
.news-list .description p:last-child {
  margin: 0;
}
.news-list .more {
  text-align: right;
  font-size: 18px;
}
.contact-grid {
  border: solid 1px #dbe0e0;
  border-width: 1px 0;
  padding: 0 15px;
  margin: 0 0 30px 0;
}
.contact-grid .row {
  overflow: hidden;
}
.contact-grid .row .col {
  padding-top: 15px;
  padding-bottom: 10015px;
  margin-bottom: -10000px;
}
.contact-grid .row .col:nth-child(2) {
  border: solid 1px #dbe0e0;
  border-width: 0 1px;
}
.contact-grid .row .col p:last-child {
  margin: 0;
}
.feature-callout-combo .callout {
  min-height: 274px;
}
.feature-callout-combo.tall .callout {
  min-height: 360px;
}
.form-container {
  background: #f4f4f4;
  padding: 20px;
  font-size: 14px;
  margin: 0 0 30px 0;
}
.form-container [type="text"],
.form-container [type="email"],
.form-container select,
.form-container textarea {
  border-width: 0;
}
.form-block {
  margin: 0 0 30px 0;
}
.form-block .form-container {
  padding: 15px;
  margin: 0;
}
.form-block p {
  margin: 0 0 10px 0;
}
.required {
  color: #f99d31;
}
#event-promo {
  background: no-repeat center center;
  //margin: 0 0 30px 0;
}
#event-promo > div {
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 430px;
}
#event-promo .content {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  max-width: 440px;
}
#event-promo .content h1 {
  margin: 0;
  color: #fff;
  font-weight: normal;
}
#event-promo .content .meta {
  font-size: 28px;
  margin: 0 0 10px 0;
}
#product-promo {
  background: #f4f4f4;
  margin: 0 0 30px 0;
}
#product-promo .intro {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  padding: 150px 30px;
  background: no-repeat center center;
  background-size: cover;
}
#product-promo .intro .content {
  max-width: 320px;
}
#product-promo .intro .content h1 {
  margin: 0;
  font-size: 42px;
  color: #fff;
}
#product-promo .details {
  font-size: 12px;
  line-height: 18px;
  padding: 25px 30px 25px 290px;
  position: relative;
  color: #5f6062;
  min-height: 200px;
}
#product-promo .details p:last-child {
  margin: 0;
}
#product-promo .details .thumb {
  position: absolute;
  top: -90px;
  left: 0;
}
.filter-drilldown {
  background: #f2f2f2;
  padding: 25px 15px;
  border: solid 1px #c7c8c8;
  border-radius: 10px;
  margin: 0 0 30px 0;
}
.filter-drilldown .heading {
  font-size: 24px;
  color: #0084a9;
  margin: 0 0 30px 0;
  line-height: normal;
}
.filter-drilldown .custom-radio-list {
  margin: 0 0 30px 0;
}
.filter-drilldown .instructions {
  font-size: 18px;
  margin: 10px 0 0 0;
}
.filter-drilldown-results {
  margin: 0 0 30px 0;
}
.filter-drilldown-results h2 {
  font-size: 28px;
}
.filter-drilldown-results .row {
  border-bottom: solid 1px #dbe0e0;
  overflow: hidden;
  margin: 0;
}
.filter-drilldown-results .row > div {
  padding-top: 15px;
  padding-bottom: 10000px;
  margin-bottom: -9985px;
}
.filter-drilldown-results .row > div:first-child {
  border-right: solid 1px #dbe0e0;
  padding-left: 0;
}
.filter-drilldown-results .row.header {
  background: #eee;
  font-size: 18px;
  color: #0084a9;
  border-bottom-width: 0;
}
.filter-drilldown-results .row.header > div {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.filter-drilldown-results .row.header > div:first-child {
  padding-left: 15px;
}
.custom-radio-list {
  padding: 0 20px 0 0;
}
.custom-radio-list > div {
  position: relative;
  height: 200px;
  border: solid 1px #c7c8c8;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(bottom, #f6f6f6, #ffffff 30%, #ffffff 70%, #f6f6f6);
  background-image: -moz-linear-gradient(bottom, #f6f6f6, #ffffff 30%, #ffffff 70%, #f6f6f6);
  background-image: -o-linear-gradient(bottom, #f6f6f6, #ffffff 30%, #ffffff 70%, #f6f6f6);
  background-image: -ms-linear-gradient(bottom, #f6f6f6, #ffffff 30%, #ffffff 70%, #f6f6f6);
  background-image: linear-gradient(to top, #f6f6f6, #ffffff 30%, #ffffff 70%, #f6f6f6);
}
.custom-radio-list > div > div {
  overflow: auto;
  height: 200px;
}
.custom-radio-list .jspScrollable {
  position: absolute;
  left: 0;
  right: -20px;
  width: auto;
}
.custom-radio-list .jspPane {
  width: auto;
  left: 0;
  right: 20px;
}
.custom-radio-list .jspVerticalBar {
  right: 0;
  background: transparent;
  width: 15px;
}
.custom-radio-list .jspTrack {
  background: #fff;
  border: solid 1px #c7c8c8;
}
.custom-radio-list .jspDrag {
  background: #c7c8c8;
}
.custom-radio-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0 5px 0 20px;
  font-size: 14px;
  font-weight: bold;
  color: #5f6062;
  line-height: normal;
}
.custom-radio-list li {
  border-bottom: solid 1px #dbe0e0;
  padding: 3px 0;
}
.custom-radio-list li:last-child {
  border-bottom-width: 0;
}
.custom-radio-list input {
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute;
  margin: 0;
}
.custom-radio-list input:checked + label {
  background: #ebf7fc;
  color: #00afdb;
}
.custom-radio-list input:checked + label:after {
  border: solid 15px transparent;
  border-color: transparent transparent transparent #00afdb;
  top: 50%;
  left: -15px;
  border-width: 27px 26px;
  margin-top: -26px;
}
.custom-radio-list label {
  position: relative;
  display: block;
  padding: 5px 15px 5px 20px;
  margin: 0 -5px 0 -20px;
  cursor: pointer;
}
.custom-radio-list label:after {
  position: absolute;
  display: block;
  content: "";
}
.custom-radio-list .jspArrow {
  position: relative;
  background: transparent;
}
.custom-radio-list .jspArrow:after {
  position: absolute;
  display: block;
  content: "";
}
.custom-radio-list .jspArrow:after {
  border: solid 20px transparent;
  border-color: transparent transparent #c7c8c8 transparent;
  top: -3px;
  left: 1px;
  border-width: 8px 7px;
}
.custom-radio-list .jspArrowDown:after {
  border-color: #c7c8c8 transparent transparent transparent;
  top: 3px;
}
.custom-select {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.custom-select:before {
  position: absolute;
  display: block;
  content: "";
}
.custom-select:before {
  top: 12px;
  right: 10px;
  background: url(https://images.sciex.com/shared/icons/icons.png) no-repeat center -2047px;
  width: 10px;
  height: 6px;
  z-index: 1;
}
.custom-select select {
  padding: 5px 8px;
  width: 130%;
  position: relative;
  z-index: 10;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-style select:focus {
  outline: none;
}
table.generic {
  margin: 0 0 30px 0;
  width: 100%;
  border-collapse: collapse;
}
table.generic th {
  background: #eee;
  font-size: 18px;
  color: #0084a9;
  text-align: left;
  padding: 8px;
  line-height: normal;
  font-weight: normal;
}
table.generic td {
  padding: 8px;
  border-bottom: solid 1px #eee;
}

table.bott {  margin: 0 0 30px 0;  width: 100%;  border-collapse: collapse;}
table.bott th {  background: #d7e9fa;  font-size: 18px;  color: #666; text-align: middle;  padding: 8px;  line-height: normal;  font-weight: 800;}
table.bott td {  padding: 8px;  border-bottom: solid 1px #666;}


/**
 * Miscellaneous
 */
.row.equal-callout-height {
  margin-bottom: 30px;
  overflow: hidden;
}
.row.equal-callout-height .callout {
  padding-bottom: 10000px;
  margin-bottom: -10000px;
}
.row.equal-callout-height + .callout-footer-fix {
  margin-top: -30px;
  margin-bottom: 30px;
}
.callout-footer-fix > div > div {
  font-size: 1px;
  line-height: 1px;
  text-indent: -10000px;
  height: 1px;
}
.callout-footer-fix > div > div.fix {
  background: #bec0c2;
}
/**
 * Front page
 */
#front {
  padding: 30px 0 90px 0;
}
#front .container-fluid {
  padding: 0;
}
#front .callout .image {
  text-align: right;
}
#slider {
  position: relative;
  margin: 0 0 30px 0;
  overflow: hidden;
}
#slider .slideshow {
  width: 100%;
}
#slider .slideshow .image {
  display: block;
  width: 100%;
  height: 400px;
  background: no-repeat;
  background-size: cover;
}
#slider .slideshow .slide {
  width: 100%;
}
#slider .slideshow img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
#slider .slideshow .caption {
  display: none;
  margin-top: -15px;
}
#slider .slideshow .caption .content > a {
  padding-bottom: 10px;
}
#slider .captions .image {
  display: none;
}
#slider .captions .slide {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 33.3333%;
  z-index: 1000;
}
#slider .captions .slide:nth-child(2) {
  left: 33.3333%;
}
#slider .captions .slide:nth-child(3) {
  left: 66.6666%;
}
#slider .captions .content {
  display: none;
}
#slider .captions .timer {
  position: absolute;
  left: 0;
  bottom: -15px;
}
#slider .captions .pager {
  display: none;
}
#slider .caption {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  position: relative;
}
#slider .caption a {
  color: #fff;
}
#slider .caption .content {
  transition: 0.25s ease;
}
#slider .caption .content > a {
  display: block;
  padding: 10px 15px 25px 15px;
}
#slider .caption .headline {
  margin: 0 0 10px 0;
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
}
#slider .caption .summary p:last-child {
  margin: 0;
}
#slider .timer {
  width: 100%;
  height: 15px;
  display: block;
  outline-width: 0;
}
#slider .timer span {
  display: block;
  width: 0%;
  height: 15px;
  max-width: 100%;
}
#slider .orange .content,
#slider .orange .timer {
  background: rgba(249, 157, 49, 0.75);
}
#slider .orange .timer span {
  background: #f99d31;
}
#slider .orange .video-thumb:before {
  border-color: rgba(249, 157, 49, 0.75);
}
#slider .burgandy .content,
#slider .burgandy .timer {
  background: rgba(161, 35, 63, 0.75);
}
#slider .burgandy .timer span {
  background: #a1233f;
}
#slider .burgandy .video-thumb:before {
  border-color: rgba(161, 35, 63, 0.75);
}
#slider .blue .content,
#slider .blue .timer {
  background: rgba(0, 73, 100, 0.75);
}
#slider .blue .timer span {
  background: #004964;
}
#slider .blue .video-thumb:before {
  border-color: rgba(0, 73, 100, 0.75);
}
#slider .gray .content,
#slider .gray .timer {
  background: rgba(122, 127, 129, 0.75);
}
#slider .gray .timer span {
  background: #7a7f81;
}
#slider .gray .video-thumb:before {
  border-color: rgba(122, 127, 129, 0.75);
}
#slider .green .content,
#slider .green .timer {
  background: rgba(23, 106, 112, 0.75);
}
#slider .green .timer span {
  background: #176a70;
}
#slider .green .video-thumb:before {
  border-color: rgba(23, 106, 112, 0.75);
}
#slider .lime .content,
#slider .lime .timer {
  background: rgba(101, 189, 40, 0.75);
}
#slider .lime .timer span {
  background: #65bd28;
}
#slider .lime .video-thumb:before {
  border-color: rgba(101, 189, 40, 0.75);
}
#slider .caption .pager {
  position: absolute;
  bottom: 10px;
  right: 15px;
  margin: 0;
}
#slider .caption .pager span {
  display: inline-block;
  font-size: 40px;
  vertical-align: bottom;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
#slider .caption .pager span.cycle-pager-active {
  color: #fff;
}
#slider:hover .orange .content,
#slider:hover .captions .orange .xtimer {
  background: #f99d31;
}
#slider:hover .orange .video-thumb:before {
  border-color: #f99d31;
}
#slider:hover .burgandy .content,
#slider:hover .captions .burgandy .xtimer {
  background: #a1233f;
}
#slider:hover .burgandy .video-thumb:before {
  border-color: #a1233f;
}
#slider:hover .blue .content,
#slider:hover .captions .blue .xtimer {
  background: #004964;
}
#slider:hover .blue .video-thumb:before {
  border-color: #004964;
}
.priority{
	color: red;
    font-weight: bold;
    font-size: 18px;
    margin-right: 3px;
    margin-left: -6px;
}
@media only screen and (max-width: 992px) {
  #slider .slideshow .image {
    height: 290px;
  }
  #slider .slideshow .caption {
    display: block;
  }
  #slider .captions,
  #slider .summary {
    display: none;
  }
  #slider .orange .timer {
    background: transparent;
  }
  #slider .orange .content {
    background: #f99d31;
  }
  #slider .orange .timer span {
    background: rgba(249, 157, 49, 0.75);
  }
  #slider .burgandy .timer {
    background: transparent;
  }
  #slider .burgandy .content {
    background: #a1233f;
  }
  #slider .burgandy .timer span {
    background: rgba(161, 35, 63, 0.75);
  }
  #slider .blue .timer {
    background: transparent;
  }
  #slider .blue .content {
    background: #004964;
  }
  #slider .blue .timer span {
    background: rgba(0, 73, 100, 0.75);
  }
  #slider .gray .timer {
    background: transparent;
  }
  #slider .gray .content {
    background: #7a7f81;
  }
  #slider .gray .timer span {
    background: rgba(122, 127, 129, 0.75);
  }
  #slider .green .timer {
    background: transparent;
  }
  #slider .green .content {
    background: #176a70;
  }
  #slider .green .timer span {
    background: rgba(23, 106, 112, 0.75);
  }
  #slider .lime .timer {
    background: transparent;
  }
  #slider .lime .content {
    background: #65bd28;
  }
  #slider .lime .timer span {
    background: rgba(101, 189, 40, 0.75);
  }
}
/**
 * Forms
 */
input[type="submit"] {
  cursor: pointer;
  border-radius: 0;
  transition: 0.25s ease;
}
[type="text"],
[type="email"],
[type="password"],
select,
textarea {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  font-family: Arial, Verdana, sans-serif;
  color: #5f6062;
  outline-width: 0;
}
[type="text"]:-moz-placeholder,
[type="email"]:-moz-placeholder,
[type="password"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7e8083;
}
[type="text"]::-moz-placeholder,
[type="email"]::-moz-placeholder,
[type="password"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7e8083;
}
[type="text"]:-ms-input-placeholder,
[type="email"]:-ms-input-placeholder,
[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7e8083;
}
[type="text"]::-webkit-input-placeholder,
[type="email"]::-webkit-input-placeholder,
[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7e8083;
  padding-top: 1px;
}
[type="text"]::-webkit-input-placeholder,
[type="email"]::-webkit-input-placeholder,
[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7e8083;
  opacity: 1;
}
[type="text"]:-moz-placeholder,
[type="email"]:-moz-placeholder,
[type="password"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7e8083;
  opacity: 1;
}
[type="text"]::-moz-placeholder,
[type="email"]::-moz-placeholder,
[type="password"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7e8083;
  opacity: 1;
}
[type="text"]:-ms-input-placeholder,
[type="email"]:-ms-input-placeholder,
[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7e8083;
  opacity: 1;
}
input.custom[type="checkbox"],
.custom-checkbox-wrapper [type="checkbox"] {
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute;
  margin: 0;
}
input.custom[type="checkbox"] + label,
.custom-checkbox-wrapper [type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 23px;
}
input.custom[type="checkbox"] + label:before,
.custom-checkbox-wrapper [type="checkbox"] + label:before {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
  border: solid 1px #9fa1a4;
  background: #fff;
}
input.custom[type="checkbox"] + label:after,
.custom-checkbox-wrapper [type="checkbox"] + label:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  left: 3px;
  background: #fff;
}
input.custom[type="checkbox"]:checked + label:after,
.custom-checkbox-wrapper [type="checkbox"]:checked + label:after {
  background: #9fa1a4;
}
input.custom.topic-cresearch[type="checkbox"] + label:before,
.custom-checkbox-wrapper.topic-cresearch [type="checkbox"] + label:before {
  border-color: #A12641;
}
input.custom.topic-cresearch[type="checkbox"]:checked + label:after,
.custom-checkbox-wrapper.topic-cresearch [type="checkbox"]:checked + label:after {
  background: #A12641;
}
input.custom.topic-pharma[type="checkbox"] + label:before,
.custom-checkbox-wrapper.topic-pharma [type="checkbox"] + label:before {
  border-color: #00AEDB;
}
input.custom.topic-pharma[type="checkbox"]:checked + label:after,
.custom-checkbox-wrapper.topic-pharma [type="checkbox"]:checked + label:after {
  background: #00AEDB;
}
input.custom.topic-biologics[type="checkbox"] + label:before,
.custom-checkbox-wrapper.topic-biologics [type="checkbox"] + label:before {
  border-color: #F99D31;
}
input.custom.topic-biologics[type="checkbox"]:checked + label:after,
.custom-checkbox-wrapper.topic-biologics [type="checkbox"]:checked + label:after {
  background: #F99D31;
}
input.custom.topic-drug[type="checkbox"] + label:before,
.custom-checkbox-wrapper.topic-drug [type="checkbox"] + label:before {
  border-color: #00AEDB;
}
input.custom.topic-drug[type="checkbox"]:checked + label:after,
.custom-checkbox-wrapper.topic-drug [type="checkbox"]:checked + label:after {
  background: #00AEDB;
}
input.custom.topic-environ[type="checkbox"] + label:before,
.custom-checkbox-wrapper.topic-environ [type="checkbox"] + label:before {
  border-color: #006A6E;
}
input.custom.topic-environ[type="checkbox"]:checked + label:after,
.custom-checkbox-wrapper.topic-environ [type="checkbox"]:checked + label:after {
  background: #006A6E;
}
input.custom.topic-food[type="checkbox"] + label:before,
.custom-checkbox-wrapper.topic-food [type="checkbox"] + label:before {
  border-color: #66BC29;
}
input.custom.topic-food[type="checkbox"]:checked + label:after,
.custom-checkbox-wrapper.topic-food [type="checkbox"]:checked + label:after {
  background: #66BC29;
}
input.custom.topic-forensics[type="checkbox"] + label:before,
.custom-checkbox-wrapper.topic-forensics [type="checkbox"] + label:before {
  border-color: #009577;
}
input.custom.topic-forensics[type="checkbox"]:checked + label:after,
.custom-checkbox-wrapper.topic-forensics [type="checkbox"]:checked + label:after {
  background: #009577;
}
input.custom.topic-genomics[type="checkbox"] + label:before,
.custom-checkbox-wrapper.topic-genomics [type="checkbox"] + label:before {
  border-color: #E75204;
}
input.custom.topic-genomics[type="checkbox"]:checked + label:after,
.custom-checkbox-wrapper.topic-genomics [type="checkbox"]:checked + label:after {
  background: #E75204;
}
input.custom.topic-lifescience[type="checkbox"] + label:before,
.custom-checkbox-wrapper.topic-lifescience [type="checkbox"] + label:before {
  border-color: #672E6C;
}
input.custom.topic-lifescience[type="checkbox"]:checked + label:after,
.custom-checkbox-wrapper.topic-lifescience [type="checkbox"]:checked + label:after {
  background: #672E6C;
}
input.custom.topic-basics[type="checkbox"] + label:before,
.custom-checkbox-wrapper.topic-basics [type="checkbox"] + label:before {
  border-color: #0083a9;
}
input.custom.topic-basics[type="checkbox"]:checked + label:after,
.custom-checkbox-wrapper.topic-basics [type="checkbox"]:checked + label:after {
  background: #0083a9;
}
input.custom.topic-cdiagnostics[type="checkbox"] + label:before,
.custom-checkbox-wrapper.topic-cdiagnostics [type="checkbox"] + label:before {
  border-color: #A9C47F;
}
input.custom.topic-cdiagnostics[type="checkbox"]:checked + label:after,
.custom-checkbox-wrapper.topic-cdiagnostics [type="checkbox"]:checked + label:after {
  background: #A9C47F;
}
/**
 * Media queries
 */
@media only screen and (max-width: 992px) {
  #master {
    padding-top: 55px;
  }
  #header,
  #nav {
    display: none;
  }
  #mobile-header {
    display: block;
  }
  #master-footer .legal {
    display: block;
  }
  #master-footer .links {
    text-align: center;
  }
  #footer>div {
    padding:15px;
  }
  #breadcrumbs {
    display: none;
  }
  .sidebar-layout .sidebar {
    display: none;
  }
  .feature-callout-combo.tall .callout {
    min-height: 410px;
  }
  #top div.alert {
    height: auto;
  }
  #back-to-top{
    bottom:40px!important;
  }
}
@media only screen and (max-width: 767px) {
  .section#body > div {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .newsletter {
    margin: 0 0 20px 0;
  }
  #footer .newsletter label {
    display: block;
    float: none;
    margin: 0 0 10px 0;
  }
  #footer .newsletter .fields {
    float: none;
    padding: 0;
  }
  #footer .newsletter input[type="text"],
  #footer .newsletter input[type="email"] {
    width: 100%;
  }
  .social ul {
    width: 200px;
    margin: 0 auto;
    float: none;
  }
  .social ul li {
    margin: 0 5px;
  }
  #slider .slideshow .image {
    height: 200px;
  }
  .row.equal-callout-height {
    margin-bottom: 0;
  }
  .row.equal-callout-height .callout .body {
    border-width: 0 1px 1px 1px;
    padding: 0;
    margin: 0;
  }
  .row.equal-callout-height + .callout-footer-fix {
    display: none;
  }
  .intro-feature {
    margin-bottom: 30px;
  }
  .intro-feature .subtitle {
    display: none;
  }
  .intro-feature .content h1,
  .intro-feature .content .heading {
    margin: 0;
  }
  .padded-content {
    padding: 0 15px;
  }
  .hero-feature,
  .hero-feature > div,
  .hero-feature > div > div {
    display: block;
  }
  .hero-feature .photo {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-feature > div:before,
  .hero-feature > div:after {
    display: table;
  }
  .product-feature .content:before {
    height: auto;
  }
  .product-feature .content > div {
    padding: 0 15px;
  }
  .products-grid,
  .products-grid > div,
  .products-grid > div > div {
    display: block;
    margin: 0;
  }
  .products-grid > div > div:nth-child(1) {
    padding-left: 15px;
  }
  .products-grid > div > div:nth-child(2) {
    padding-right: 15px;
  }
  .products-grid img {
    width: auto;
  }
  .product-intro .slideshow {
    padding: 0 20px;
  }
  .product-intro .slideshow .previous,
  .product-intro .slideshow .next,
  .product-intro .slideshow .photo-pager {
    display: block;
  }
  .product-intro .thumbs {
    display: none;
  }
  .product-intro .photos .caption {
    margin: 0 -20px;
  }
  .product-details .nav-tabs {
    display: none;
  }
  .product-details .tab-content .mobile-tab {
    display: block;
  }
  .product-details .tab-pane.active {
    margin-top: -2px;
  }
  .product-resources .description {
    padding: 15px 0 0 0;
  }
  .callouts {
    margin: 0;
  }
  .callouts > div,
  .callouts > div > div,
  .callouts > div > div > div {
    display: block;
  }
  .callouts > div > div > div {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 20px 0;
  }
  .callouts > div > div:before,
  .callouts > div > div:after {
    display: block;
  }
  .callouts img {
    width: auto;
  }
  .software-search-results .header {
    display: block;
  }
  .software-search-results .result {
    padding: 0;
    border: solid 1px #dbe0e0;
    margin: 0 0 1px 0;
  }
  .software-search-results .result.active {
    border-color: #00afdb;
  }
  .software-search-results .result.active .body {
    border-top: solid 1px #00afdb;
  }
  .software-search-results .body {
    padding: 15px;
    display: none;
  }
  .contact-grid {
    padding: 0;
  }
  .contact-grid .row .col {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .contact-grid .row .col:nth-child(2) {
    border-width: 1px 0;
  }
  .feature-callout-combo .callout,
  .feature-callout-combo.tall .callout {
    min-height: 1px;
  }
  .resources-block .header .title,
  .resources-block .header .btn {
    float: none;
  }
  .resources-block .header .title {
    display: block;
    margin-bottom: 10px;
  }
  .resources-block .body .row > div:last-child {
    padding: 20px 0 0 0;
  }
  .result-meta:after {
    top: 50%;
    margin-top: -15px;
  }
  .result-meta li {
    display: block;
  }
}
#nav .left {
  float: left;
  width: 100%;
  position: relative;
}
#nav .right {
  float: right;
  width: 100%;
  margin-left: -875px;
}
#nav .right > div {
  margin-left: 875px;
} 
@media screen 
  and (min-device-width: 768px) { 
  .product-intro .content{
	min-height: 410px;
  }   
}

/*AC additions*/
.btn.orange {
background: #F99D31;
}
.btn.grey{
  background: #c7c8c8;
}
table.resources tr.customstripe {background-color: transparent;}
table.resources tr.customstripe.striped {background: #f2f2f2 none repeat scroll 0 0;}

.simpledata {width: 100%;}
.simpledata th{
  background: #eee none repeat scroll 0 0;
  border-bottom-width: 0;
  color: #0084a9;
  font-size: 18px;
  padding: 5px;
  font-weight: normal;
}
.simpledata th {border-right: 1px solid #dbe0e0;}
.simpledata th:last-child {border-right:0px;}
.simpledata tr {border-bottom: 1px solid #dbe0e0;}
.simpledata td {border-right: 1px solid #dbe0e0;}
.simpledata td:last-child {border-right:0px;}
.simpledata td {padding:5px 10px;}
.filter-drilldown-results .dataTables_length, .filter-drilldown-results .dataTables_filter, .filter-drilldown-results .dataTables_info, .filter-drilldown-results .dataTables_paginate {display:none;}
.simpledata .dataTables_empty {display:none;}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("https://images.sciex.com/Community Images/shared/sort_both.png")!important;
}
table.dataTable thead .sorting_asc {
  background-image: url("https://images.sciex.com/Community Images/shared/sort_asc.png")!important;
}
table.dataTable thead .sorting_desc {
  background-image: url("https://images.sciex.com/Community Images/shared/sort_desc.png")!important;
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("https://images.sciex.com/Community Images/shared/sort_asc_disabled.png")!important;
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("https://images.sciex.com/Community Images/shared/sort_desc_disabled.png")!important;
}


#mobile-header .login{font-size:12px;line-height:20px;display:block;z-index:9;}

/*search updates*/
 #secNav {display: inline-block;
float: right;
margin-top: -15px;}
#secNav .right {
float: right;
margin-bottom: 20px;
}

#secNav .search-form {
position: relative;
top: 15px;
padding: 0 40px 0 5px;
border: 1px solid #aaa;
background: #fff;
}

#secNav .search-form [type="text"] {
width: 100%;
font-family: 'proxima-nova', Arial, Verdana, Sans-serif;
font-size: 14px;
color: #5f6062;
padding: 5px;
background: #fff;
border-width: 0;
height: 30px;
border-radius: 0;
}

#secNav .search-form [type="submit"] {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 30px;
background: #00afdb url('https://images.sciex.com/shared/icons/search-white.png') no-repeat center center;
border-width: 0;
}

.search-filter-summary {clear: both;}


section > .padded-content > .search-results-header {overflow: hidden;}

section > .padded-content > .search-results-header > .summary {display: inline-block;}

#searchRefine .dropdown {
  font-size: 20px;
}
#searchRefine .dropdown > button {
  background: #fff;
  color: #666;
  padding: 10px;
  min-width: 250px;
  text-align: left;
  margin-left: 20px;
}
.dropDownButton {
  background: url(clientlib-global/css/icons.jpg);
  width: 40px;
  height: 30px;
  float: right;
  margin: -5px -10px;
}
#searchRefine .dropdown > ul.dropdown-menu {
  left: 40px;
  top: initial;
  min-width: 250px;
}
.title-search {
  padding-left: 0;
}
.title-search > span {
  position: relative;
  top: -12px;
  font-size: 20px;
  font-weight: 200;
}
#searchRefine .input-group {
  display: inline-block;
  padding-left: 20px;
}
#searchRefine .col-md-6.col-sm-12 > .title-search > .input-group > input {
  width: 250px;
  border: 0;
}
.input-group-btn {
  float: left;
}
.input-group button {
  height: 34px;
  background-color: #fff;
  color: #000;
}
#searchRefine {background: #f4f4f4;
  padding: 20px 0;
  line-height: 20px;
  border: 1px solid #ccc;
  margin: 0;
  clear: both;
  margin-bottom: 25px;}
.filter-block {
  border: 1px solid #ccc;
}
.filter-block.firstOne {margin-bottom: 20px;}
.filterBlock.firstOne > .filter {margin-left: 0; padding-left: 0;}
.filter-block.firstOne .input-group > input {max-width: 185px; border: 0;}
.search-filter-summary .filter {
  font-size: 14px;
  color: #00afdb;
  background: transparent;
  display: inline-block;
  padding: 5px;
  margin-left: 5px;
}

  .search-filter-summary .filter .remove {
  color: #00afbd;
  font-size: 15px;}
  
p.filterBlock {
  margin-bottom: 0;
}
.fa-caret-down {float: right;}

@media screen and (max-width: 1120px) {
	.filter-block.firstOne .input-group > input {
	max-width: 150px;
	border: 0;
	font-size: 11px;
	}
	#searchRefine > .col-md-6.col-sm-12 {width: 80%;}
}

/*for new login dropdown*/

#mobile-header .login.on{background-color:#006b8b;}
#mobile-header .login{
	background-color:transparent;
	background-image:url(https://images.sciex.com/shared/icons/icons.png);
	background-position:center -1430px;
	background-repeat:no-repeat;
	font-size:12px;
	line-height:20px;
	display:block;
	overflow: hidden;
	z-index:9;
}
#mobile-header div.dropdown{
	background:#006b8b;
	display:none;
	position:absolute;
	right:8px;
	top:48px;
	width:160px;
}
#mobile-header div.dropdown ul{list-style:none;margin:0;padding:0;}
#mobile-header div.dropdown ul li:first-child a{border-top:none;}
#mobile-header div.dropdown ul li a{
	border-top:1px solid #0084A9;
	color:#fff;
	display:block;
	padding:10px;
}
#mobile-header div.dropdown ul li a:hover,
#mobile-header div.dropdown ul li a:focus{background:#01526D;}


/*Ashley - update the jquery dialog to match the cxp*/

.ui-dialog .ui-dialog-titlebar-close{background:transparent;}
.ui-dialog .ui-dialog-titlebar-close:after{color:#5f6062;content:"x";}
.ui-dialog form.locations.ui-dialog-content{display:block;padding:10px 5px;padding-right:80px;position:relative;min-height:0 !important;}
.ui-dialog form.locations input[type="submit"]{
	background:#66BC29;
	border:0;
	color:#FFF;
	display:block;
	float:right;
	font-size:16px;
	margin:10px 0px 0px;
	position:absolute;
	right:5px;
	top:0;
	padding:7px 15px;
}

.ui-widget-overlay{background:#0b0b0b;opacity:.80;filter: Alpha(Opacity=80);z-index:10003;}
.ui-dialog{padding:0;border-radius:0;border:0;background:#fff;z-index:10004;}
.ui-dialog .ui-widget-header{background:#fff;border:0;color:#0084A9;padding:10px 20px;}
.ui-dialog .ui-dialog-content{padding:5px 20px 20px;min-height:0 !important;}
.ui-dialog .ui-dialog-titlebar-close{
	background:#0084A9;
	border-radius:100%;
	color:#FFF;
	height:25px;
	line-height:25px;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	padding:0px;
	right:7px;
	text-align:center;
	top:17px;
	width:25px;
}
.ui-dialog-titlebar-close:after{color:#fff !important;content:"x";}
.ui-dialog form.locations{display:block;padding-right:80px;position:relative;}
.ui-dialog form.locations input[type="submit"]{
	background:#66BC29;
	border:0;
	color:#FFF;
	display:block;
	float:right;
	font-size:16px;
	position:absolute;
	right:5px;
	top:0;
	padding:7px 15px;
}

/*hide mobile menu on desktop*/
	
.mobile-menu #page {
left: 0;
}
.mobile-menu #mobile-header {
  left: 0;
}
.mobile-menu #mobile-menu {
  left: -260px;
}

@media only screen and (max-width: 992px) {	
.mobile-menu #page {
  left: 260px;
}
.mobile-menu #mobile-header {
  left: 260px;
}
.mobile-menu #mobile-menu {
  left: 0;
}
}

/*.china-eloqua .form-container{
	margin: 0px;
	padding: 4px;
}*/
.china-eloqua .row {
	width:100%;
	padding: 2px 0 4px;
	margin-left: 0px;
	*zoom: 1;
}
.china-eloqua .row:before,
.china-eloqua .row:after {
	display: table;
	content: "";
	line-height: 0;
}
.china-eloqua .row:after {
	clear: both;
}
.china-eloqua .invalid  {
	color: #f93931;
}
.china-eloqua input[type=text], .china-eloqua button {
	display: block;
	margin: 0px;
	padding: 1px;
	border: 2px #ccc solid;
	border-radius: 1px;
}

.china-eloqua form [class*='t-col'] {
	width:47%;
	margin:0 1% 10px 1%;
	float:left;
}
.china-eloqua form .sub-row {
	padding-top:10px;
}
.china-eloqua form p {
	/*clear:both !important;*/
}
.china-eloqua form select {color: #5f6062;}
@media screen and (max-width:639px) {
	.china-eloqua form [class*='t-col'] {
		width:100%;
		margin:0 0 10px;
		float:none;
	}
}

.align-center {
	text-align: center ! important;
}
.align-left {
    text-align: left ! important;
}
.align-right {
    text-align: right ! important;
}

/* Modal - added for Portal display*/
.mfp-bg{z-index:99998;}
.mfp-wrap{z-index:99999;}
div.white-popup{
	background:#fff;
	margin:80px auto 20px;
	max-width:560px;
	padding:20px;
	position:relative;
	width:auto;
}

div.white-popup .mfp-close{
	background:#0084A9;
	border-radius:100%;
	color:#fff;
	height:25px;
	line-height:20px;
	font-size:20px;
	font-weight:bold;
	position:absolute;
	padding:0;
	right:7px;
	text-align:center;
	top:7px;
	width:25px;
}
div.white-popup h2{color:#0084A9;font-size:26px;}
div.white-popup div.shade-box{margin:0;}
div.white-popup div.actions{margin:0;text-align: right;}
div.white-popup input[type=text]{border:1px solid #DBE0E0;}  

label.error {font-weight:normal; color:red; width: 100%;}

select.required {color: #5f6062;}

/*added for case 145790*/
#header .links .dropdown .footer button{background:#F99C32;margin-bottom:10px;}

/*global dropdowns*/

.global-toggle, .global-trigger {display:none;}
.global-dropdown{
  background:#fff;
  border:5px solid #004A64;
  display:none;
  padding:30px 15px;
  position:absolute;
  right: -182px;
  width: 1170px;
  z-index:0;
}
.global-dropdown .column-wrap{overflow:hidden;}
.global-dropdown .column-wrap .column{
  border-left:1px dashed #DBE0E0;
  min-height:490px;
  float:left;
  padding:0 15px;
  width:14.2587%;
}
.global-dropdown .column-wrap .column:first-child{border-left:none;}
.global-dropdown .column-wrap .column.wide{float:left;width:28.5174%;}
.global-dropdown h4{font-size:15px;font-weight:600;margin:0 0 10px;}
.global-dropdown ul{list-style:none;margin:0;padding:0;}
.global-dropdown ul li{margin:0 0 5px;}
.global-dropdown ul li a{color: #5f6062;}
.global-dropdown .on{background:#00afdb;color:#fff;display:block;margin-left:-10px;padding:5px 10px;}

@media only screen and (max-width: 1170px) {
  .global-dropdown{
    width: 993px;
  }
}
@media only screen and (min-width: 992px) {

  .global-toggle, .global-trigger {display:block;}
  #header .links > ul > li.global-toggle .open-global{display:block;}
  #header .links > ul > li.global-toggle .close-global{display:none;}
  #header .links > ul > li.global-toggle.opened > a{background-color:#004A64;}
  #header .links > ul > li.global-toggle.opened .open-global{display:none;}
  #header .links > ul > li.global-toggle.opened .close-global{display:block;}
  .global-link{display:none;}
}

.global-languages ul{list-style:none;margin:0 0 30px;padding:0;}
.global-languages .on{background:#00afdb;color:#fff;display:block;margin-left:-10px;padding:5px 10px;}

@media only screen and (min-width: 768px) {

  .global-languages .row > div{border-left:1px dashed #DBE0E0;min-height:790px;padding-left:30px;}
  .global-languages .row > div:first-child{border-left:none;padding-left:15px;}

}

#header .links > ul > li.search-toggle > a.close-search{display:none;}
#header .links > ul > li.search-toggle.opened > a{background-color:#004A64;}
#header .links > ul > li.search-toggle.opened > a.close-search{display:block;}
#header .links > ul > li.search-toggle.opened > a.open-search{display:none;}

.wide-search-wrap{display:none;}
.wide-search{
  background:#004A64;
  display:none;
  overflow:hidden;
  padding:20px;
  position:fixed;
  top:124px;
  width:100%;
  z-index:1;
}
.wide-search form{
  background:#fff;
  margin:0 auto;
  max-width:800px;
  padding-right:55px;
  position:relative;
}
.wide-search form input[type=text]{border:none;font-size:28px;height:55px;padding:5px 30px;}
.wide-search form button{background:transparent;height:55px;position:absolute;right:0;top:0;width:55px;}
body.cookie .wide-search{top:215px;}

@media only screen and (min-width: 992px) {
  .wide-search-wrap{display:block;}
  body.show-search section#body{opacity:0.2;}
}

.ui-widget-overlay{background:#0b0b0b;opacity:.8;z-index:10003;}
.ui-widget-overlay{height:100%;left:0;position:fixed;top:0;width:100%;}
.ui-widget-header{font-size:17px;font-weight:bold;}
.ui-dialog .ui-dialog-titlebar-close{right:7px;top:7px !important;}

div.spacer {
    clear: both;
    height: 30px;
}

.ui-dialog .ui-dialog-titlebar-close {
  right: 7px;
  top: 14px!important;
}

.sitemap ul { list-style: none; padding-left: 25px; margin: 3px 0;}
.sitemap > div > ul {padding-left: 0;}

.callout.case.v2{z-index:5;}
#full-calendar{margin:30px 0 0;}
#full-calendar .fc-toolbar h2{
	color:#000;
	font-size:30px;
	font-weight:600;
	margin:0 10px;
	display:inline-block;
}
#full-calendar .fc-widget-header th{
	background:#004A64;
	color:#fff;
	text-transform:uppercase;
	padding:7px 0;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header{
	background:#F4F4F4;
}
#full-calendar .fc-prev-button,
#full-calendar .fc-next-button{
	background:none;
	border:none;
	box-shadow:none;
	color:#00AFDB;
	cursor:pointer;
	height:auto;
	margin:0;
	padding:5px;
	position:relative;
	top:-5px;
	white-space:nowrap;
}
#full-calendar .fc-month-button,
#full-calendar .fc-listMonth-button, #full-calendar .fc-listYear-button{
	background:#fff;
	border-color:#BEC0C2;
	border-radius:0 !important;
	box-shadow:none;
	margin:0 0 0 5px;
	padding:0 10px;
	text-shadow:none;
	text-transform:capitalize;
}
#full-calendar .fc-month-button:hover,
#full-calendar .fc-month-button:focus{background:#7F8084;}
#full-calendar .fc-listMonth-button:hover,
#full-calendar .fc-listMonth-button:focus{background:#7F8084;}
#full-calendar .fc-listYear-button:hover,
#full-calendar .fc-listYear-button:focus{background:#7F8084;}
#full-calendar button.fc-state-active{background:#7F8084;color:#fff;}

#full-calendar .fc-event-dot{background-color:#0084A9;}
#full-calendar .fc-event{
	background-color:#0084A9;
	border:1px solid #0084A9;
	color:#fff !important;
	font-size:12px;
	font-weight:normal;
}
#full-calendar .fc-today{background-color:#f4f4f4;}
	
.filter-toggle{
	background:#7F8084;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	float:right;
	padding:7px 15px;
}
.filter-toggle:after{
	content:"\f0d7";
	font-family:FontAwesome;
	font-size:16px;
	margin-left:10px;
}
.filter-toggle.on:after{content:"\f0d8";}
div.filter-drop{
	background:#F4F4F4;
	display:none;
	margin-top:1px;
	padding:0 20px;
	position:absolute;
	right:0;
	top:100%;
	width:240px;
	z-index:999;
}
div.filter-drop h2{font-size:15px;margin-bottom:5px;}
div.filter-drop h3{
	background:transparent;
	color:#5F6062;
	font-size:14px;
	font-weight:600;
	margin:0 0 5px;
	padding:0;
}
div.filter-drop ul{font-size:13px;line-height:16px;list-style:none;margin:0;padding:0 0 10px;}
div.filter-drop ul li{margin:0 0 7px;}
div.filter-drop ul li a{color:#5F6062;display:block;padding-left:17px;position:relative;}
div.filter-drop ul li a:before{content:"\f096";font-family:FontAwesome;left:0;position:absolute;}
div.filter-drop ul li a.on:before{content:"\f046";}
div.filter-drop a.btn{float:none !important;}
div.filter-drop p{margin:15px 0;}
div.filter-drop .toggle-header{cursor:pointer;margin:0 0 10px;padding-left:16px;position:relative;}
div.filter-drop .toggle-header:before{
	content:"\f0d7";
	font-family:FontAwesome;
	left:0;
	position:absolute;
	top:0;
}
div.filter-drop .toggle-header.opened:before{content:"\f0d8";}
div.filter-drop p.expand-collapse{
	color:#0084a9;
	cursor:pointer;
	font-size:14px;
	font-weight:600;
	text-align:center;
	text-transform:uppercase;
}
div.filter-drop p.expand-collapse span{display:block;}
div.filter-drop p.expand-collapse span.collapse-all{display:none;}
div.filter-drop p.expand-collapse.expanded span.collapse-all{display:block;}
div.filter-drop p.expand-collapse.expanded span.expand-all{display:none;}


.callout.case.v2{border-left:0;border-right:0;margin:0;position:relative;z-index:5;}
.callout.case.v2 .footer{overflow:visible;}
.callout.case .footer{background:#F4F4F4;padding:10px 20px;position:relative;}
.callout.case .footer a.btn{margin:0;float:right;}
.callout.case .footer div.toggles{float:left;margin-right:20px;}
.callout.case .footer div.toggles span{float:left;margin:7px 7px 0 0;}
.callout.case .footer div.toggles div.buttons{float:left;margin:0 10px 10px 0;}
.callout.case .footer div.toggles div.buttons a.on{
	background:#7F8084;
	color:#fff;
	padding:6px 20px;
	position:relative;
	top:-1px;
}
.callout.case .footer div.toggles div.buttons a{
	background:#fff;
	border:1px solid #DBE0E0;
	color:#5F6062;
	display:block;
	float:left;
	font-size:12px;
	margin:0 2px;
	overflow:hidden;
	padding:5px 20px;
	text-align:center;
}
.callout.case .footer div.toggles div.buttons a:hover{background:#7F8084;color:#fff;}

.tag-bar{
	background:#F4F4F4;
	border-bottom:1px solid #DBE0E0;
	padding:0 10px;
	position:relative;
	top:-1px;
	z-index:0;
}
.tag-bar span.tag{
	background:#F4F4F4;
	color:#00afdb;
	display:inline-block;
	font-size:12px;
	margin:11px 10px 10px;
	position:relative;
}
.tag-bar span.tag span.remove{cursor:pointer;}

.filter-links{margin:10px 0;}
.filter-links a{color:#0084a9;}
.filter-links span.pipe{margin:0 5px;}


.cookies-message{
  background:#004a64;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  bottom:110px;
  color:#fff;
  margin:0;
  max-width:350px;
  padding:40px 30px;
  position:fixed;
  right:100px;
  z-index:1001;
}
.cookies-message p{margin:0 0 30px; color:#fff;}
.cookies-message span.close-message{
  color:#BFC1C0;
  cursor:pointer;
  font-size:30px;
  position:absolute;
  right:10px;
  top:10px;

}

.form-suggest{position:relative;}
.form-suggest h2{position:relative;}
.form-suggest span.close{
  color:#0084a9;
  cursor:pointer;
  opacity:1;
  position:absolute;
  right:8px;
  top:8px;
}
.form-suggestions.toggle-suggestions{opacity:1;z-index:1;}
.form-suggestions{
  background:#fff;
  border:1px solid #DBE0E0;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  left:0;
  opacity:0;
  padding:10px;
  position:absolute;
  top:110%;
  width:100%;
  z-index:-10;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form-suggestions h5{color:#0084a9;}
#suggest-target{max-height:530px;overflow:auto;padding-right:20px;}
.form-suggestions h5{color:#0084a9;}
.form-suggestions .indent {padding-left: 20px;}

/*#nav .menu li{float:left;width:12.5%;}*/
#nav .menu li.mega > a{position:relative;}
#nav .menu li.mega:hover > a{background:#004A65;}
#nav .menu li.mega:hover > a:before{display:block;}
#nav .menu li.mega > a:before{
  border:solid 10px transparent;
  border-width:9px 8px;
  border-color:#004A65 transparent transparent transparent;
  content:" ";
  display:none;
  left:50%;
  margin-left:-8px;
  position:absolute;
  top:100%;
  z-index:100;
}

#nav .menu li.mega:hover div.mega-menu{max-height:1000px;opacity:1;}
#nav .menu div.mega-menu a:hover{background:transparent;}
#nav div.mega-menu{
  background:#fff;
  border:1px solid #DBE0E0;
  box-shadow:0 3px 5px rgba(0,0,0,0.2);
  color:#9fa1a4;
  font-size:14px;
  left:0;
  line-height:20px;
  max-height:0;
  opacity:0;
  overflow:hidden;
  position:absolute;
  top:60px;
  width:100%;
  z-index:1;
  transition:max-height 0.5s ease;
}
#nav div.mega-menu .padding{padding:20px 15px 10px;}
#nav div.mega-menu p{margin:0 15px 10px;}
#nav div.mega-menu p a{color:#9fa1a4;padding:0;text-align:left;}
#nav div.mega-menu h4{color:#00afdb;margin:0 15px 10px;}
#nav div.mega-menu h4 a{color:#00afdb;padding:0;text-align:left;}
#nav div.mega-menu ul{list-style:none;margin:0 15px 15px;padding:0;}
#nav div.mega-menu ul li{float:none;line-height:20px;margin:0 0 8px;width:auto;}
#nav div.mega-menu ul li a{color:#9fa1a4;padding:0;text-align:left;}
#nav div.mega-menu ul li a:hover,
#nav div.mega-menu ul li a:focus{color:#00afdb;}
#nav div.mega-menu form{margin:0 15px 15px;}
#nav div.mega-menu form input[type=text]{border:1px solid #DBE0E0;margin:0 0 5px;}
#nav div.mega-menu form button{display:block;padding:5px 10px;width:100%;}
#nav div.mega-menu a.btn{color:#fff;display:inline-block;min-width:100px;padding:5px 10px;text-align:center;}
#nav div.mega-menu a.btn:hover{background:#004a65;}

#nav .menu li.mega.active > a:after {
  border: solid 10px transparent;
  border-width: 9px 8px;
  border-color: #fff transparent transparent transparent;
  top: 0;
  left: 50%;
  margin-left: -8px;
}


/*full calendar wrap fix*/
.fc-day-grid-event .fc-content .fc-title {white-space: normal;}
.fc-scroller {height: auto !important;}
/* Topic category colors */
/* Biologics */
#full-calendar .fc-event.category174 { background: #f99D31; border-color: #f99D31;}
div.filter-drop ul li a.category174::before {color: #F99D31; font-weight:bolder; } 
/* Clinical Research */
#full-calendar .fc-event.category177 { background: #A12641;} 
div.filter-drop ul li a.category177::before {color: #A12641; font-weight:bolder; }
/* Drug Discovery & Development */
#full-calendar .fc-event.category175 { background: #00AEDB;}
div.filter-drop ul li a.category175::before {color: #00AEDB; font-weight:bolder; }
 /* Environmental Testing */
#full-calendar .fc-event.category176 { background: #006A6E;}
div.filter-drop ul li a.category176::before {color: #006A6E; font-weight:bolder; }
 /* Food & Beverage Testing */
#full-calendar .fc-event.category207 { background: #66BC29;} 
div.filter-drop ul li a.category207::before {color: #006A6E; font-weight:bolder; }
/* Forensics Testing */
#full-calendar .fc-event.category208 { background: #009577;} 
div.filter-drop ul li a.category208::before {color: #009577; font-weight:bolder; }
/* Genomics Discovery */
#full-calendar .fc-event.category209 { background: #E75204;} 
div.filter-drop ul li a.category209::before {color: #E75204; font-weight:bolder; }
/* Life Science Research */
#full-calendar .fc-event.category210 { background: #672E6C;} 
div.filter-drop ul li a.category210::before {color: #672E6C; font-weight:bolder; }

/* Old topic checkbox colors */
/*input.custom.topic-pharma[type="checkbox"] + label:before,
.custom-checkbox-wrapper.topic-pharma [type="checkbox"] + label:before {
  border-color: #00AEDB;
}
input.custom.topic-basics[type="checkbox"] + label:before,
.custom-checkbox-wrapper.topic-basics [type="checkbox"] + label:before {
  border-color: #0083a9;
}
input.custom.topic-cdiagnostics[type="checkbox"] + label:before,
.custom-checkbox-wrapper.topic-cdiagnostics [type="checkbox"] + label:before {
  border-color: #A9C47F;
}
/*Industrial Testing -- category 206*/
.ashley {display:none;}
/*fix header overlap*/
#header {
    z-index: 100001;
}
.clear {
  clear: both;
}

/*clears the header of being a block element*/

tr#tableHead.show{
	display: inline-flex!important;	
    background: #0084a9;
    color: #eee;
}

table.generic .show#tableHead th{
	background: #0084a9;
	color: #eee;
}

table#wholeTable td{
	border-bottom: solid 1px #FFF;
}

tr.header.expando{
	background-color:#F4F4F4!important;
}

table.expandTable{
	margin: 0 0 5px 0!important;
}

table.generic.antibioticsTable{
	margin-bottom: 8px;
}

table#wholeTable{
	color: #5f6062 !important;
	cursor: pointer;
}

.headerList td{
	color: #00AFDB !important;
}

/*adds bkgrnd image and positioning*/
strong.downCarot::after {
  /*  background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 25px 25px !important;
}

.downCarot {
   /* background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 5px 35px 5px 22px !important;
    background-repeat: no-repeat !important;
    background-position: 95px 10px !important;
}

img.headerCarot{
    position: absolute;
    left: 150px;
}
/*clears the header of being a block element*/

tr#tableHead.show{
	display: inline-flex!important;	
    background: #0084a9;
    color: #eee;
}

table.generic .show#tableHead th{
	background: #0084a9;
	color: #eee;
}

table#wholeTable td{
	border-bottom: solid 1px #FFF;
}

tr.header.expando{
	background-color:#F4F4F4!important;
}

table.expandTable{
	margin: 0 0 5px 0!important;
}

table.generic.antibioticsTable{
	margin-bottom: 8px;
}

table#wholeTable{
	color: #5f6062 !important;
	cursor: pointer;
}

.headerList td{
	color: #00AFDB !important;
}

/*adds bkgrnd image and positioning*/
strong.downCarot::after {
    /*background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 25px 25px !important;
}

.downCarot {
    /*background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 5px 35px 5px 22px !important;
    background-repeat: no-repeat !important;
    background-position: 95px 10px !important;
}

img.headerCarot{
    position: absolute;
    right: 100px;
}
/*@import url(clientlib-global/css/table.css);
@import url(clientlib-global/css/fullcalendar.css);
@import url(clientlib-global/css/magnific-popup.css);*/

select{border:1px solid #DBE0E0;}
.clear{clear:both;}
.btn{line-height:20px;margin-bottom:5px;padding:7px 15px;min-width:160px;}
.btn.block{display:block;}
.btn.gray{background:#7F8084;}
.btn.fade{opacity:0.5;}
.btn.small-block{min-width:1px;padding:3px;width:100%;}
.red{color:#E85303;}
.big{font-size:18px;line-height:22px;}
.align-center{text-align:center;}
.footnote{margin-top:-15px;}
.nowrap{white-space:nowrap;}
span.gray{color:#5F6062;}
div.spacer{clear:both;height:30px;}
div.actions{margin:0 0 20px;}
hr{background:#DBE0E0;border:0;clear:both;height:1px;margin:0 0 20px;}
hr.thick{background:#0084a9;border:0;clear:both;height:3px;margin: 0 0 20px;}
hr.gray{background:#7F8084;}
p.detail-img{text-align:center;}

.callout .body > div p.vid-wrap{margin:0 auto;position:relative;max-width:231px;}
p.vid-wrap img{width:100%;}
p.vid-wrap a:after{
	background:rgba(0, 132, 169, 0.8) url(https://images.sciex.com/shared/icons/icons.png) no-repeat -15px -520px;
	border-radius:100%;
	content:" ";
	display:block;
	height:60px;
	left:50%;
	margin:-30px 0 0 -30px;
	position:absolute;
	top:50%;
	width:60px;
}
div.graph-wrap{margin:0 0 10px;}

#header .links > ul > li.messages > a{
	background:#E85303;
	color:#fff;
	display:block;
	font-size:16px;
	margin:3px 0 0 7px;
	padding:3px 10px;
}
/*removed for case 145790*/
/*#header .links .dropdown .footer button{background:#F99C32;float:none;margin-bottom:10px;min-width:100px;}
#header .links .dropdown .footer .content{float:none;}*/

#mobile-header .login.on{background-color:#006b8b;}
#mobile-header .login{
	background-color:transparent;
	background-image:url(https://images.sciex.com/shared/icons/icons.png);
	background-position:center -1430px;
	background-repeat:no-repeat;
	font-size:12px;
	line-height:20px;
	display:block;
	overflow: hidden;
	z-index:9;
}
#mobile-header div.dropdown{
	background:#006b8b;
	display:none;
	position:absolute;
	right:8px;
	top:48px;
	width:160px;
}
#mobile-header div.dropdown ul{list-style:none;margin:0;padding:0;}
#mobile-header div.dropdown ul li:first-child a{border-top:none;}
#mobile-header div.dropdown ul li a{
	border-top:1px solid #0084A9;
	color:#fff;
	display:block;
	padding:10px;
}
#mobile-header div.dropdown ul li a:hover,
#mobile-header div.dropdown ul li a:focus{background:#01526D;}
div.boxes{margin:0 -18px;overflow:hidden;}
div.boxes div.box{float:left;font-size:13px;padding:0 3px;width:100%;}
div.boxes div.box a{display:block;position:relative;}
div.boxes div.box a img{width:100%;}
div.boxes div.box a span.heading{
	background:rgba(0,0,0,0.4);
	color:#fff;
	display:block;
	font-size:18px;
	left:0;
	padding:10px;
	position:absolute;
	text-align:left;
	top:0;
	width:100%;
}
div.boxes div.box a span.count{bottom:0;color:#fff;left:0;padding:10px;position:absolute;text-transform:uppercase;}
div.boxes div.box a span.count span.num{display:block;font-size:60px;font-weight:bold;line-height:50px;}
div.boxes.v2 div.box a{background:#00afdb;min-height:145px;}
div.boxes.v2 div.box a.fade{opacity:0.7;}
div.boxes.v2 div.box img{opacity:0.4;position:absolute;right:10px;top:8%;height:84%;width:auto;}

.callouts header a{margin:0 -15px;}
.callouts .callout header span{margin:0 -15px;}
.callouts .callout .body > div {padding:15px 0;}
.callout .video-wrap img{width:100%;}
.callout h4{
	background:#F4F4F4;
	color:#0084A9;
	display:block;
	margin:0;
	position:relative;
	padding:11px 15px;
}
.callout{border:solid 1px #DBE0E0;}
.callout table.details{margin:0;}
.callout hr{margin:0;}
.callout header span{
	background:#66bc29;
	color:#fff;
	display:block;
	min-height:50px;
	position:relative;
	padding:11px 15px;
}
.callout.chat header span i{float:right;}
.callout.chat form{overflow:hidden;}
.callout.chat form textarea{
	border:1px solid #DBE0E0;
	font-style:italic;
	height:80px;
	padding:5px;
	resize:vertical;
}
.callout.chat form textarea:focus{font-style:normal;}
.callout.chat form input[type=submit]{
	background:#66bc29;
	border:0;
	color:#fff;
	display:block;
	float:right;
	font-size:16px;
	margin:10px 0 0 0;
	position:relative;
	padding:5px 30px;
}
.callout.case.v2{border-left:0;border-right:0;margin:0;position:relative;z-index:1;}
.callout.case.v2 .footer{overflow:visible;}

.callout.case.v3{border:0;margin:0px;position:relative;z-index:1;}
.callout.case.v3 .footer{background:#66BC29;overflow:visible;padding:14px 20px;}
.callout.case.v3 p.big{color:#fff;font-size:20px;margin:0 0 10px;}
.callout.case.v3 div.search-box{border:0;margin:0 0 10px;}
.callout.case.v3 div.search-box input[type="text"]{height:28px;}
.callout.case.v3 div.search-box input[type="submit"]{width:34px;}

.callout.case .footer{background:#F4F4F4;padding:10px 20px;position:relative;}
.callout.case .footer a.btn{margin:0;float:right;}
.callout.case .footer div.toggles{float:left;margin-right:20px;}
.callout.case .footer div.toggles span{float:left;margin:7px 7px 0 0;}
.callout.case .footer div.toggles div.buttons{float:left;margin:0 10px 10px 0;}
.callout.case .footer div.toggles div.buttons a.on{
	background:#7F8084;
	color:#fff;
	padding:6px 20px;
	position:relative;
	top:-1px;
}
.callout.case .footer div.toggles div.buttons a{
	background:#fff;
	border:1px solid #DBE0E0;
	color:#5F6062;
	display:block;
	float:left;
	font-size:12px;
	margin:0 2px;
	overflow:hidden;
	padding:5px 20px;
	text-align:center;
}
.callout.case .footer div.toggles div.buttons a:hover{background:#7F8084;color:#fff;}

.registered-button-wrap .align-right .btn.offset{margin-top:-6px;}
.registered-button-wrap .button-group{margin:10px 0 20px;}
.registered-button-wrap .button-group span{float:left;margin:7px 7px 0 0;}
.registered-button-wrap .button-group a.on{background:#7F8084;color:#fff;}
.registered-button-wrap .button-group a{
	background:#fff;
	border:1px solid #DBE0E0;
	color:#5F6062;
	display:block;
	float:left;
	font-size:12px;
	margin:2px;
	overflow:hidden;
	padding:5px 12px;
	text-align:center;
}
.registered-button-wrap .button-group a:hover{background:#7F8084;color:#fff;}

.tag-bar.v2{border-top:1px solid #DBE0E0;margin:0 -15px 30px;}
.tag-bar{
	background:#F4F4F4;
	border-bottom:1px solid #DBE0E0;
	padding:0 10px;
	position:relative;
	top:-1px;
	z-index:0;
}
.tag-bar span.tag{
	background:#F4F4F4;
	color:#00afdb;
	display:inline-block;
	font-size:12px;
	margin:11px 10px 10px;
	position:relative;
}
.tag-bar span.tag span.remove{cursor:pointer;}

div.shade-box{background:#F4F4F4;padding:15px;margin:30px 0;}
div.shade-box.border{border-top:1px solid #DBE0E0;}
div.shade-box .btn{margin:0;}
div.shade-box .utilities{float:left;margin:8px 0;}

div.items h3{background:none;color:#5F6062;font-size:15px;margin:0 0 5px;padding:0;}
div.items h4{color:#0084A9;font-size:13px;}
div.items div.item{border-bottom:1px solid #DBE0E0;margin:0 0 20px;padding:0 0 15px;position:relative;}
div.items div.item span.pipe{display:inline-block;margin:0 3px;}
div.items div.item p{margin:0 0 7px;}
div.items div.item p.categories{margin:7px 0;}
div.items div.item p.meta{font-size:13px;line-height:18px;}
div.items div.item.avatar{min-height:50px;overflow:hidden;padding-left:60px;}
div.items div.item.avatar img{left:0;position:absolute;top:2px;}
div.items div.item.avatar div.row > div{position:static;}
div.items div.item.icon{padding-right:50px;}
div.items div.item.icon .icon-wrap{position:absolute;right:0;top:2px;}
div.items div.item.icon a.unpinned{
	background:url('https://images.sciex.com/Community Images/shared/unpinned.png') no-repeat;
	display:block;
	height:24px;
	position:absolute;
	right:0;
	top:2px;
	width:22px;
}
div.items div.item.icon a.unpinned:hover{background:url('https://images.sciex.com/Community Images/shared/unpinned-hover.png') no-repeat;}
div.items div.item.icon a.pinned{
	background:url('https://images.sciex.com/Community Images/shared/pinned.png') no-repeat;
	display:block;
	height:24px;
	position:absolute;
	right:0;
	top:2px;
	width:22px;
}

div.search-results div.desc a.unpinned{
	background:url('https://images.sciex.com/Community Images/shared/unpinned.png') no-repeat;
	display:block;
	height:24px;
	position:absolute;
	right:0;
	top:10px;
	width:22px;
}

div.search-results div.desc a.unpinned:hover{background:url('https://images.sciex.com/Community Images/shared/unpinned-hover.png') no-repeat;}
div.search-results div.desc a.pinned{
	background:url('https://images.sciex.com/Community Images/shared/pinned.png') no-repeat;
	display:block;
	height:24px;
	position:absolute;
	right:0;
	top:10px;
	width:22px;
}


div.items div.item.icon a.pinned:hover{background:url('https://images.sciex.com/Community Images/shared/pinned-hover.png') no-repeat;}
div.items div.item .access-wrap{margin:15px 0;}
div.items div.item .access-wrap .button{background:#F99C34;color:#fff;padding:3px 10px;}
div.items div.item .access-wrap .button.blue{background:#004A64;}

div.items.no-borders div.item{border-bottom:0;padding:0;}

div.featured{margin:0 0 30px;min-height:120px;overflow:hidden;padding-left:120px;position:relative;}
div.featured img{left:0;position:absolute;top:2px;}
div.featured p{font-size:16px;margin:0 0 5px;}

table.details{font-size:16px;margin:0 0 20px;width:100%;}
table.details td{padding:5px 0;}
table.details td a.btn{margin:6px 0;}
table.details span.status{padding-left:20px;position:relative;}
table.details span.status span.category{
	background:#67BC29;
	border-radius:100%;
	display:block;
	height:14px;
	left:0;
	position:absolute;
	top:2px;
	width:14px;
}
table.details span.status span.category.good{background:#67BC29;}
table.details span.status span.category.ready{background:#0284A6;}
table.details span.status span.category.running{background:#00ACDC;}
table.details span.status span.category.unknown{background:#FFD04E;}
table.details span.status span.category.missing{background:#7F8084;}
table.details span.status span.category.fault{background:#E55204;}

form.comments{overflow:hidden;margin:0 0 20px;}
form.comments textarea{border:1px solid #dbe0e0;height:100px;margin:0 0 10px;resize:vertical;}
form.comments input[type=submit],
form.comments a.btn{float:right;margin-left:10px;}

aside.sidebar-show{padding:0 30px;}

div.form-container form{position:relative;}
div.form-container h2.large{color:#5f6062;font-size:24px;line-height:30px;margin:0 0 20px;}
div.form-container p{margin:0 0 15px;}
div.form-container span.text-label{display:block;margin:0 0 5px;}
div.form-container textarea{min-height:100px;resize:vertical;}
div.form-container .checkboxes{overflow:hidden;}
div.form-container .checkboxes input[type=checkbox]{float:left;margin:3px 10px 0 3px;}
div.form-container .checkboxes label{display:block;font-weight:normal;margin:0 0 5px;}
div.form-container .checkboxes span.label{margin:0;padding:0;text-align:left;}
div.form-container form.edit label{display:block;font-weight:normal;position:relative;}
div.form-container form.edit label span.label-text{display:block;font-size:12px;font-weight:600;margin:0 0 5px;}
div.form-container p.select-link{margin:5px 0;}
div.form-container .spacer{height:15px;}
div.form-container p.labeled label{display:block;}
div.form-container p.labeled label .label-text{display:block;font-weight:400;margin:0 0 5px;}
div.form-container p.labeled label input{font-weight:400;}
div.form-container p.labeled label select{font-weight:400;}
div.form-container p.labeled.with-button .btn{float:right;}

div.form-container div.labeled label{display:block;}
div.form-container div.labeled label .label-text{display:block;font-weight:400;margin:0 0 5px;}
div.form-container div.labeled label input{font-weight:400;}
div.form-container div.labeled label select{font-weight:400;}
div.form-container div.labeled.with-button .btn{float:right;}

div.form-container .edit-avatar{margin:0 0 30px;max-width:140px;}
div.form-container .edit-avatar .btn{display:block;min-width:140px;}
div.form-container .toggle-switch{display:block;margin:0 0 7px;padding-left:42px;position:relative;}
div.form-container .toggle-switch a{
	background:#7F8084;
	border-radius:18px;
	display:block;
	height:18px;
	left:0;
	outline:none;
	position:absolute;
	top:1px;
	width:36px;
}
div.form-container .toggle-switch a:after{
	background:#f4f4f4;
	border-radius:100%;
	content:" ";
	display:block;
	height:14px;
	left:2px;
	position:absolute;
	top:2px;
	width:14px;
}
div.form-container .toggle-switch a.on{background:#66bc29;}
div.form-container .toggle-switch a.on:after{left:auto;right:2px;}

div.form-container p.radios{}
div.form-container p.radios input[type=radio]{left:0;position:absolute;top:0;}
div.form-container p.radios label{
	display:block;
	font-weight:normal;
	margin:0 0 10px;
	padding-left:20px;
	position:relative;
}
div.form-container p.radios span.label{margin:0;padding:0;text-align:left;}

div.search-box{
	background:#fff;
	border:1px solid #DBE0E0;
	display:block;
	margin:0 0 20px;
	overflow:hidden;
	padding:3px;
	padding-right:32px;
	position:relative;
	width:100%;
}
div.search-box input[type=text]{
	border:none;
	display:block;
	padding:5px;
	height:26px;
	width:100%;
}
div.search-box input[type=submit]{
	background:#00afdb url(https://images.sciex.com/shared/icons/search-white.png) no-repeat center center;
	border:none;
	height:34px;
	position:absolute;
	right:0;
	top:0;
	width:30px;
}

div.stars{color:#F99C34;}

div.video-wrap a{position:relative;}
div.video-wrap span.play i{color:#fff;}
div.video-wrap span.play{
	background:rgba(0, 132, 169, 0.8);
	border-radius:100%;
	display:block;
	height:50px;
	font-size:28px;
	left:50%;
	line-height:50px;
	margin:-25px 0 0 -25px;
	position:absolute;
	text-align:center;
	top:50%;
	width:50px;
}

.filter-bar{
	background:#F4F4F4;
	border-bottom:solid 1px #DBE0E0;
	border-top:solid 1px #DBE0E0;
	padding:10px 20px 0;
	position:relative;
}
.filter-bar label{display:block;font-size:14px;font-weight:400;padding-left:80px;position:relative;}
.filter-bar label.wide{padding-left:135px;}
.filter-bar label .label-text{left:0;margin:0 0 5px;position:absolute;top:6px;}
.filter-bar label select{margin:0 0 10px;}

.filter-toggle{
	background:#7F8084;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	float:right;
	font-size:14px;
	padding:7px 15px;
	white-space:nowrap;
}
.filter-toggle:after{
	content:"\f0d7";
	font-family:FontAwesome;
	font-size:16px;
	margin-left:10px;
}
.filter-toggle.on:after{content:"\f0d8";}
div.filter-drop{
	background:#F4F4F4;
	display:none;
	margin-top:1px;
	padding:0 20px;
	position:absolute;
	right:0;
	top:100%;
	width:240px;
	z-index:999;
}
div.filter-drop h2{font-size:15px;margin-bottom:5px;}
div.filter-drop h3{
	background:transparent;
	color:#5F6062;
	font-size:14px;
	font-weight:600;
	margin:0 0 5px;
	padding:0;
}
div.filter-drop ul{font-size:13px;line-height:16px;list-style:none;margin:0;padding:0 0 10px;}
div.filter-drop ul li{margin:0 0 7px;}
div.filter-drop ul li a{color:#5F6062;display:block;padding-left:17px;position:relative;}
div.filter-drop ul li a:before{content:"\f096";font-family:FontAwesome;left:0;position:absolute;}
div.filter-drop ul li a.on:before{content:"\f046";}
div.filter-drop a.btn{float:none !important;}
div.filter-drop p{margin:15px 0;}
div.filter-drop .toggle-header{cursor:pointer;margin:0 0 10px;padding-left:16px;position:relative;}
div.filter-drop .toggle-header:before{
	content:"\f0d7";
	font-family:FontAwesome;
	left:0;
	position:absolute;
	top:0;
}
div.filter-drop .toggle-header.opened:before{content:"\f0d8";}
div.filter-drop p.expand-collapse{
	color:#0084a9;
	cursor:pointer;
	font-size:14px;
	font-weight:600;
	text-align:center;
	text-transform:uppercase;
}
div.filter-drop p.expand-collapse span{display:block;}
div.filter-drop p.expand-collapse span.collapse-all{display:none;}
div.filter-drop p.expand-collapse.expanded span.collapse-all{display:block;}
div.filter-drop p.expand-collapse.expanded span.expand-all{display:none;}

div.pager{text-align:right;margin:0;padding:0;}
div.pager a{margin-left:7px;}
div.pager a.off{color:#5f6062;cursor:default;}
div.pager a.on{text-decoration:underline;}

div.paging{font-size:12px;margin:-10px 0 20px;overflow:hidden;}
div.paging span.num{float:right;}
div.paging span.num a{margin-left:20px;}
div.paging span.num a.off{color:#5F6062;}
div.paging span.num a.on{text-decoration:underline;}

div.avatar-wrap{margin:0 -3px 30px;overflow:hidden;}
div.avatar-wrap img{margin:3px;overflow:hidden;max-width:50px!important;}
div.avatar-wrap a.active img{
	border:2px solid grey;
}

div.avatars{margin:0 0 30px;overflow:hidden;}
div.avatars img{float:left;margin:0 5px 5px 0;}
div.avatars span{float:left;margin:0 5px 5px;}
div.avatars .btn{float:left;margin:10px;}

div.connect img{margin:0 0 10px;}
div.connect .btn{min-width:110px;margin:0 10px;}

div.requests{padding:5px 15px;}
div.requests span.messages{background:#E85303;color:#fff;margin:0 7px;padding:2px 8px;}

ul.connect-list{list-style:none;padding:0;}
ul.connect-list li{font-size:12px;line-height:16px;margin-bottom:10px;padding-left:35px;position:relative;}
ul.connect-list img{left:0;position:absolute;top:3px;width:30px;}

div.more{display:none;}
p.more-toggle{color:#00AFDB;cursor:pointer;margin-top:-10px;}
p.more-toggle span.less{display:none;}

div.badges{margin:0;overflow:hidden;}
div.badges a{float:left;margin:0 5px 5px 0;}

h2.header-bar{
	background:#405364;
	color:#FFF;
	font-size:23px;
	margin:0 -15px;
	min-height:50px;
	overflow:hidden;
	position:relative;
	padding:11px 15px;
}
div.header-bar{
	background:#405364;
	color:#FFF;
	font-size:23px;
	margin:0 -15px;
	overflow:hidden;
	position:relative;
	padding:15px;
}
div.header-bar .btn{float:right;margin:-7px 0;min-width:0;}
div.header-bar div.notice{font-size:16px;margin:10px 0;}
div.header-bar div.notice span.num{background:#E85303;color:#fff;margin:0 3px;padding:2px 8px;}

div.box{padding:15px 0;}
div.box.profile{padding-left:100px;position:relative;}
div.box.profile a.crop{
	display:block;
	left:0;
	overflow:hidden;
	position:absolute;
	top:15px;
	width:90px;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}
div.box.profile img{max-width:100%;}
div.box p{margin:0 0 10px;}
div.box h2{color:#5F6062;margin:0 0 10px;}

.row-eq-height{margin:0 -15px;}

div.steps-container{
	background: #0084a9;
	background: -moz-linear-gradient(top,  #0084a9 0%, #000000 100%);
	background: -webkit-linear-gradient(top,  #0084a9 0%,#000000 100%);
	background: linear-gradient(to bottom,  #0084a9 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084a9', endColorstr='#000000',GradientType=0 );
	margin:0 -15px 30px;
	position:relative;
}
div.steps-container div.steps-overflow{height:340px;overflow:hidden;overflow-x:auto;}
div.steps-container div.steps{min-width:848px;}
div.steps-container div.steps div.step.check{
	background:url('https://images.sciex.com/Community Images/shared/onboarding-line.png') repeat-x left 237px;
}
div.steps-container div.steps div.step.current{
	background:url('https://images.sciex.com/Community Images/shared/onboarding-current.png') no-repeat -10px 10px;
}
div.steps-container div.steps div.step{
	border-right:1px solid #379BBB;
	height:340px;
	float:left;
	text-align:center;
	width:20%;
}
div.steps-container div.steps div.step span.step-wrap{
	border-top:1px solid #379BBB;
	color:#fff;
	display:block;
	margin-top:260px;
	padding:10px 0;
	position:relative;
}
div.steps-container div.steps div.step span.step-wrap span{display:block;}
div.steps-container div.steps div.step span.step-wrap span.step-title{font-size:13px;text-transform:uppercase;}
div.steps-container.wide-6 div.steps{min-width:1020px;}
div.steps-container.wide-6 div.steps div.step{width:16.66666666%;}

div.caption-img{margin:0 -15px 30px;position:relative;}
div.caption-img div.copy{background:#EAEAEA;padding:15px;}
div.caption-img div.copy h2{margin:0 0 10px;}
div.caption-img div.copy p{margin:0 0 10px;}

div.banner-img{margin:0 -15px;}
div.banner-bottom{background:rgba(102, 188, 41, 0.8);color:#fff;margin:0 -15px;padding:15px 15px;}
div.banner-bottom p.big{font-size:20px;margin:0 0 15px;}
div.banner-bottom div.search-box{border:0;margin:0 0 10px;}
div.banner-bottom div.search-box input[type=submit]{height:32px;width:36px;}
div.banner-bottom div.search-box:before{
	background:#00AEDB;
	height:32px;
	line-height:30px;
	right:0;
	text-align:center;
	top:0;
	width:36px;
}

div.login-bar{background:#405364;margin:0 -15px;padding:15px;}
div.login-bar a{color:#fff;}
div.login-bar p.big{color:#fff;font-size:16px;}
div.login-bar form {margin:15px 0;overflow:hidden;}
div.login-bar form input[type=text],
div.login-bar form input[type=password]{float:left;margin-right:3%;width:33%;}
div.login-bar form input[type=submit]{
	background:#66BC29;
	border:0;
	color:#fff;
	float:left;
	height:32px;
	width:28%;
}
div.login-bar div.text{color:#fff;font-size:13px;line-height:16px;}
div.login-bar div.text a{color:#00AEDB;}

/* Account pages */
div.account-login h2{margin:0 0 20px;}
div.account-login form.login label{display:block;font-weight:400;}
div.account-login form.login label span.text{display:block;font-weight:600;margin:0 0 5px;}
div.account-login form.login p.remember span.text{display:inline-block;margin:0 5px 5px 0;}


div.status-bar{margin:20px -30px 0 -30px;overflow:hidden;padding:20px 60px 50px;position:relative;text-align:center;}
div.status-bar div.bar{background:#DBE0E0;height:4px;position:relative;}


div.status-bar .num-wrap{display:block;margin:0 0 15px -70px;position:absolute;top:5px;width:140px;}
div.status-bar .num-wrap .num{
	background:#7F8084;
	border-radius:100%;
	color:#fff;
	display:block;
	font-size:20px;
	height:32px;
	line-height:32px;
	margin:0 auto 5px;
	text-align:center;
	width:32px;
}
div.status-bar .num-wrap .text{display:none;font-size:13px;white-space:nowrap;}


div.status-bar div.bar div.complete{height:100%;background:#66BC29;position:absolute;top:0;width:100%;}
div.status-bar div.bar div.active{height:100%;background:#E85303;position:absolute;top:0;width:100%;}
div.status-bar.step-1 div.bar div.complete{width:0%;}
div.status-bar.step-1 div.bar div.active{width:17.5%;}
div.status-bar.step-2 div.bar div.complete{width:17.5%;}
div.status-bar.step-2 div.bar div.active{left:17.5%;width:32.5%;}
div.status-bar.step-4 div.bar div.complete{width:50%;}
div.status-bar.step-4 div.bar div.active{left:50%;width:32.5%;}
div.status-bar.step-5 div.bar div.complete{width:100%;}
div.status-bar.step-5 div.bar div.active{right:0;width:0}
div.status-bar.step-1 .num-wrap.num-1 .num{background:#E85303;}
div.status-bar.step-2 .num-wrap.num-1 .num{background:#66BC29;}
div.status-bar.step-2 .num-wrap.num-2 .num{background:#E85303;}
div.status-bar.step-3 .num-wrap.num-1 .num{background:#66BC29;}
div.status-bar.step-3 .num-wrap.num-2 .num{background:#66BC29;}
div.status-bar.step-3 .num-wrap.num-3 .num{background:#E85303;}
div.status-bar.step-4 .num-wrap.num-1 .num{background:#66BC29;}
div.status-bar.step-4 .num-wrap.num-2 .num{background:#66BC29;}
div.status-bar.step-4 .num-wrap.num-3 .num{background:#E85303;}
div.status-bar.step-5 .num-wrap.num-1 .num{background:#66BC29;}
div.status-bar.step-5 .num-wrap.num-2 .num{background:#66BC29;}
div.status-bar.step-5 .num-wrap.num-3 .num{background:#66BC29;}
div.status-bar.step-5 .num-wrap.num-4 .num{background:#66BC29;}
div.status-bar.step-5 .num-wrap.num-5 .num{background:#66BC29;}

div.status-bar.steps-5.step-4 .num-wrap.num-3 .num{background:#66BC29;}
div.status-bar.steps-5.step-4 .num-wrap.num-4 .num{background:#E85303;}
div.status-bar.steps-5.step-1 div.bar div.complete{width:0%;}
div.status-bar.steps-5.step-1 div.bar div.active{width:13.5%;}
div.status-bar.steps-5.step-2 div.bar div.complete{width:13.5%;}
div.status-bar.steps-5.step-2 div.bar div.active{left:13.5%;width:23.5%;}
div.status-bar.steps-5.step-3 div.bar div.complete{width:38%;}
div.status-bar.steps-5.step-3 div.bar div.active{left:38%;width:23.5%;}
div.status-bar.steps-5.step-4 div.bar div.complete{width:62%;}
div.status-bar.steps-5.step-4 div.bar div.active{left:62%;width:23.5%;}
div.status-bar.steps-5.step-5 div.bar div.complete{width:100%;}
div.status-bar.steps-5.step-5 div.bar div.active{right:0;width:0}

div.status-bar .num-wrap.num-1{margin-left:0;left:0;}
div.status-bar .num-wrap.num-2{left:38%;}
div.status-bar .num-wrap.num-3{margin-left:0;margin-right:-70px;right:38%;}
div.status-bar .num-wrap.num-4{margin-left:0;right:0;}

div.status-bar.steps-5 .num-wrap.num-1{margin-left:0;left:0;}
div.status-bar.steps-5 .num-wrap.num-2{left:33%;}
div.status-bar.steps-5 .num-wrap.num-3{left:50%;margin-left:-70px;}
div.status-bar.steps-5 .num-wrap.num-4{margin-left:0;margin-right:-70px;right:33%;}
div.status-bar.steps-5 .num-wrap.num-5{margin-left:0;right:0;}


div.account-wrap div.form-container{margin:0;}
div.account-wrap div.form-container h2{margin:0 0 20px;}
div.account-wrap div.form-container p.big{font-size:16px;}
div.account-wrap div.form-container p.checkboxes label{
	display:block;
	margin:0 0 10px;
	padding-left:25px;
	position:relative;
}
div.account-wrap div.form-container p.checkboxes input{position:absolute;left:0;top:0;}
div.account-wrap div.form-container input[type=password]{border:none;}
div.account-wrap div.form-container div.captcha{margin:20px 0 30px;}
div.account-wrap div.form-container label{font-weight:400;display:block;}
div.account-wrap div.form-container span.text{display:block;margin:0 0 5px;}
div.account-wrap div.form-container .btn{min-width:130px;}
div.account-wrap .footnote{margin:10px 0 20px;}
div.account-wrap .side-box.green{background:#66BC29;}
div.account-wrap .side-box{
	background:#0084AA;
	color:#fff;
	font-size:16px;
	min-height:130px;
	padding:30px;
	padding-left:130px;
	position:relative;
}
div.account-wrap .side-box .img-wrap{left:30px;max-width:75px;position:absolute;top:30px;}


/* Modal
===============================================================================*/
.mfp-bg{z-index:99998;}
.mfp-wrap{z-index:99999;}
div.white-popup{
	background:#fff;
	margin:80px auto 20px;
	max-width:560px;
	padding:20px;
	position:relative;
	width:auto;
}
div.white-popup#modal-select-avatar{
	margin: 15% auto;
}
div.white-popup .mfp-close{
	background:#0084A9;
	border-radius:100%;
	color:#fff;
	height:25px;
	line-height:20px;
	font-size:20px;
	font-weight:bold;
	position:absolute;
	padding:0;
	right:7px;
	text-align:center;
	top:7px;
	width:25px;
}
div.white-popup h2{color:#0084A9;font-size:26px;}
div.white-popup div.shade-box{margin:0;}
div.white-popup div.actions{margin:0;}

/* Breakpoints
===============================================================================*/
@media screen and (min-width: 500px) {
	div.boxes{margin:0 -15px;}
	div.boxes div.box{padding:0;width:50%;}

	div.form-container form.edit{padding-right:200px;position:relative;}
	div.form-container form.edit .required-box{max-width:180px;position:absolute;right:0;top:0;}

	div.form-container p.labeled{padding-left:180px;position:relative;}
	div.form-container p.labeled label .label-text{left:0;position:absolute;top:5px;}

	div.form-container div.labeled{padding-left:135px;position:relative;}
    	div.form-container div.labeled label .label-text{left:0;position:absolute;top:5px;}

}

@media only screen and (min-width: 600px) {

	.meta-wrap .fl-right{position:absolute;right:0;top:20px;}

	div.status-bar{margin: 20px 0;}
	div.status-bar .num-wrap .text{display:block;padding-left:0;}
	div.status-bar.steps-5 .num-wrap .text{font-size:11px;}

	div.status-bar .num-wrap.num-2{left:35.5%;}
	div.status-bar .num-wrap.num-3{right:35.5%;}
	div.status-bar.steps-5 .num-wrap.num-2{left:30%;}
	div.status-bar.steps-5 .num-wrap.num-4{right:30%;}

	div.account-wrap .side-box{min-height:265px;}
	div.account-wrap .side-box{font-size:18px;line-height:24px;padding-left:270px;}
	div.account-wrap .side-box .img-wrap{max-width:200px;}
	div.account-wrap .side-box .vertical-wrap{vertical-align:middle;}

}

@media screen and (min-width: 768px) {

	aside.sidebar-show{padding:0 15px;}
	div.form-container p.labeled.with-button{padding-right:140px;position:relative;}
	div.form-container p.labeled.with-button .btn{
		min-width:130px;
		padding:5px 10px;
		position:absolute;
		right:0;
		top:0;
	}

	div.form-container div.labeled.with-button{padding-right:140px;position:relative;}
    	div.form-container div.labeled.with-button .btn{
    		min-width:130px;
    		padding:5px 10px;
    		position:absolute;
    		right:0;
    		top:0;
    	}
	
	div.status-bar.steps-5 .num-wrap .text{font-size:12px;}

	div.boxes{margin:0 -3px 20px;}
	div.boxes div.box{padding:3px;width:25%;}
	div.login-bar div.text{margin-left:-20px;}

	div.items div.item.access{padding-right:180px;}
	div.items div.item.access .access-wrap{margin:0;position:absolute;right:0;top:4px;}
	div.items div.item.icon.access{padding-right:200px;}
	div.items div.item.icon.access .access-wrap{margin:0;position:absolute;right:34px;top:4px;}

	.callouts header a{margin:0;}
	.callouts .callout header span{margin:0;}
	.callouts .callout .body > div {padding:15px;}
	.callout header span{margin:0 -15px;}
	h2.header-bar{margin:0;}
	div.header-bar{margin:0 0 20px;}
	div.banner-img{margin:0;}
	div.banner-bottom{margin:0 0 20px;}
	div.login-bar{margin:0 0 20px;}
	div.login-bar form{margin:0;}
	div.login-bar .btn{float:right;margin:0;min-width:100px;}
	.callout header span{margin:0;}
	.callouts .row-eq-height > div{border-bottom:0;}
	.callouts .row-eq-height > div:first-child{border-left:0;}
	.callouts .row-eq-height > div:last-child{border-right:0;}
	.row-eq-height{
		margin:0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}
	.row-eq-height > div:first-child{border-left:1px solid #DBE0E0;}
	.row-eq-height > div{border:1px solid #DBE0E0;border-left:0;margin:0;}

	p.detail-img{float:left;margin:3px 20px 10px 0;text-align:left;}
	div.actions{text-align:right;}
	.callout.case .footer div.toggles div.buttons{margin:0 10px 0 0;}
	.callout.case.v2 div.search-box{margin:0;}

	.tag-bar.v2{margin:0 0 30px;}

	.registered-button-wrap .button-group{margin:-6px 0 10px -40px;}

	div.account-login div.side-left{border-right:1px solid #ddd;margin-right:-15px;padding-right:45px;}
	div.account-login div.side-right{margin-left:-15px;padding-left:45px;}
	div.account-login form.login label{padding-left:120px;position:relative;}
	div.account-login form.login label span.text{left:0;position:absolute;top:6px;}
	div.account-login form.login p.remember input{position:relative;top:3px;}

	div.account-wrap div.form-container label.indent{padding-left:140px;position:relative;}
	div.account-wrap div.form-container label.indent span.text{left:0;position:absolute;top:5px;}

}

@media screen and (min-width: 992px) {
	
	div.status-bar{margin: 20px 0;}

	div.form-container .edit-avatar{position:absolute;right:0;top:0;}

	div.caption-img{margin:0 0 30px;}
	div.caption-img div.copy{background:transparent;left:15px;position:absolute;top:15px;width:300px;}
	div.caption-img div.copy h2{font-size:24px;margin:0 0 10px;}
	div.caption-img div.copy p{font-size:16px;margin:0 0 10px;}

	div.steps-container{margin:0 0 30px;}

	div.banner-bottom{height:62px;margin-top:-62px;overflow:hidden;position:relative;z-index:2;}
	div.banner-bottom p.big{margin:5px 0 0;}
	div.banner-bottom div.search-box{margin:0;}
	div.login-bar p.big{margin:0 0 15px;}
	div.header-bar div.notice{margin:0;}
	div.box.profile{padding-left:160px;position:relative;}
	div.box.profile a.crop{left:0;max-height:150px;position:absolute;top:15px;width:150px;}

	.registered-button-wrap .button-group{margin:-6px 0 10px -50px;}

	div.account-wrap .side-box{padding-left:30px;text-align:center;}
	div.account-wrap .side-box .img-wrap{left:auto;max-width:100%;position:static;top:auto;}

}

@media screen and (min-width: 1200px) {
	div.login-bar p.big{margin:5px 0 0;}
	
	div.form-container form.edit label{padding-left:120px;}
	div.form-container form.edit label span.label-text{left:0;margin:0;position:absolute;top:5px;}

	.callout.case.v3 p.big{margin:5px 0;}
	.callout.case.v3 div.search-box{margin:0;}

	.registered-button-wrap .button-group{margin:-6px 0 10px 0;}
	
	div.white-popup#modal-select-avatar{ margin:10% auto;}
}

#closeIcon{
	display: none; width: 19px; height: 19px; right: 25px; top: 38px; position: absolute; z-index: 4;
}

#popUpVideo{
	width:640px; height:480px;
	position: absolute; display: none; z-index: 4;  right: 25px; bottom: 18px; margin: auto;
}

#popUpVideoContainer{
	border: 2px solid black; padding: 38px; position: absolute; top: 30px; left: 230px;  display: none;
	background-color: white; width: 700px; height: 600px; font-size: 28px;  z-index: 4;
}

#popUpVideoBackground{
	background-color: grey; display: none; z-index: 3; position: absolute; opacity: 0.9; top: -100%; left: -100%;
	width: 500%; height: 500%;
}

.videoImage {
	height: 140px; width: 200px;
}
.overlayIcon {
	position: absolute;
	top:52px;
	left:80px;
	z-index:2;
}
.imgContainer{
	height: 140px; width: 200px;float:left;margin-right:20px;
}


.ui-dialog .ui-dialog-titlebar-close{background:transparent;}
.ui-dialog .ui-dialog-titlebar-close:after{color:#5f6062;content:"x";}
.ui-dialog form.locations.ui-dialog-content{display:block;padding:10px 5px;padding-right:80px;position:relative;min-height:0 !important;}
.ui-dialog form.locations input[type="submit"]{
	background:#66BC29;
	border:0;
	color:#FFF;
	display:block;
	float:right;
	font-size:16px;
	margin:10px 0px 0px;
	position:absolute;
	right:5px;
	top:0;
	padding:7px 15px;
}

.ui-dialog form.confirm.ui-dialog-content{display:block;padding:10px 5px;position:relative;min-height:0 !important;}
.ui-dialog form.confirm input[type="submit"]{
	background:#66BC29;
	border:0;
	color:#FFF;
	display:block;
	float:right;
	font-size:16px;
	margin:10px 0px 0px;
	position:absolute;
	right:5px;
	top:0;
	padding:7px 15px;
}

.ui-widget-overlay{background:#0b0b0b;opacity:.80;filter: Alpha(Opacity=80);z-index:10003;}
.ui-dialog{padding:0;border-radius:0;border:0;background:#fff;z-index:10004;}
.ui-dialog .ui-widget-header{background:#fff;border:0;color:#0084A9;padding:10px 20px;}
.ui-dialog .ui-dialog-content{padding:5px 20px 20px;min-height:0 !important;}
.ui-dialog .ui-dialog-titlebar-close{
	background:#0084A9;
	border-radius:100%;
	color:#FFF;
	height:25px;
	line-height:25px;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	padding:0px;
	right:7px;
	text-align:center;
	top:17px;
	width:25px;
}
.ui-dialog-titlebar-close:after{color:#fff !important;content:"x";}
.ui-dialog form.locations{display:block;padding-right:80px;position:relative;}
.ui-dialog form.locations input[type="submit"]{
	background:#66BC29;
	border:0;
	color:#FFF;
	display:block;
	float:right;
	font-size:16px;
	margin-top:0;
	position:absolute;
	right:5px;
	top:0;
	padding:7px 15px;
}
.ui-dialog form.confirm{display:block;position:relative;}
.ui-dialog form.confirm input[type="submit"]{
	background:#66BC29;
	border:0;
	color:#FFF;
	display:block;
	float:right;
	font-size:16px;
	position:static;
	padding:7px 15px;
	right:auto;
	top:auto;
}

/* Fullcalendar */
.callout.case.v2{z-index:5;}
#full-calendar{margin:30px 0 0;}
#full-calendar .fc-toolbar h2{
	color:#000;
	font-size:30px;
	font-weight:600;
	margin:0 10px;
	display:inline-block;
}
#full-calendar .fc-widget-header th{
	background:#004A64;
	color:#fff;
	text-transform:uppercase;
	padding:7px 0;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header{
	background:#F4F4F4;
}
#full-calendar .fc-prev-button,
#full-calendar .fc-next-button{
	background:none;
	border:none;
	box-shadow:none;
	color:#00AFDB;
	cursor:pointer;
	height:auto;
	margin:0;
	padding:5px;
	position:relative;
	top:-5px;
	white-space:nowrap;
}
#full-calendar .fc-month-button,
#full-calendar .fc-listWeek-button{
	background:#fff;
	border-color:#BEC0C2;
	border-radius:0 !important;
	box-shadow:none;
	margin:0 0 0 5px;
	padding:0 10px;
	text-shadow:none;
	text-transform:capitalize;
}
#full-calendar .fc-month-button:hover,
#full-calendar .fc-month-button:focus{background:#7F8084;}
#full-calendar .fc-listWeek-button:hover,
#full-calendar .fc-listWeek-button:focus{background:#7F8084;}
#full-calendar button.fc-state-active{background:#7F8084;color:#fff;}

#full-calendar .fc-event-dot{background-color:#0084A9;}
#full-calendar .fc-event{
	background-color:#0084A9;
	border:1px solid #0084A9;
	color:#fff !important;
	font-size:12px;
	font-weight:normal;
}
#full-calendar .fc-today{background-color:#f4f4f4;}

/* Blog pages */
div.shade-box h4{color:#0084a9;font-size:18px;margin:0 0 10px;}
div.shade-box ul{list-style:none;margin:0;padding:0;}
div.shade-box ul li a{color:#00afdb;display:block;padding:8px 0 8px 30px;}
div.shade-box ul li.directory a{
	background:url(https://sciex.com/plugins/img/shared/icon-people.png) no-repeat center left;
}
div.shade-box ul li.events a{
	background:url(https://sciex.com/plugins/img/shared/icon-calendar.png) no-repeat center left;
}
div.shade-box ul li.library a{
	background:url(https://sciex.com/plugins/img/shared/icon-document.png) no-repeat center left;
}
div.banner.join{
	background:#f4f4f4;
	height:120px;
	margin:0 0 30px;
	overflow:hidden;
	padding:20px;
	position:relative;
}
div.banner.join div.caption{color:#fff;margin-top:20px;position:relative;z-index:2;}
div.banner.join a.btn{
	float:right;
	font-size:18px;
	margin-left:15px;
	min-width:130px;
	position:relative;
	z-index:2;
}
div.banner.join div.caption h2{color:#f99c32;font-size:22px;margin:0;}
div.banner.join div.caption p{font-size:16px;}
.meta-wrap{position:relative;}
.meta-wrap p.meta{font-size:15px;}
.meta-wrap .fl-right{float:right;}
.meta-wrap span.pipe{display:inline-block;margin:0 3px;}
.meta-wrap span.views{
	background:url(https://sciex.com/plugins/img/shared/icon-views-gray.png) no-repeat right 5px;
	display:inline-block;
	padding-right:20px;
}
.meta-wrap a.like{
	background:url(https://sciex.com/plugins/img/shared/icon-like.png) no-repeat right 2px;
	display:inline-block;
	padding-right:20px;
}
.meta-wrap span.comments.gray{
	background:url(https://sciex.com/plugins/img/shared/icon-comments-gray.png) no-repeat right 3px;
	display:inline-block;
	padding-right:20px;
}
img.fl-left{float:left;margin:3px 10px 5px 0;}
img.fl-right{float:right;margin:3px 0 5px 10px;}
div.share-box{
	border-bottom:1px solid #dbe0e0;
	border-top:1px solid #dbe0e0;
	padding:20px 0;
	text-align:center;
}
div.share-box a{
	display:inline-block;
	line-height:30px;
	font-size:16px;
	margin:10px 15px;
	padding-left:37px;
	position:relative;
}
div.share-box a span.icon{
	background:#00afdb;
	color:#fff;
	display:block;
	font-size:20px;
	height:30px;
	left:0;
	position:absolute;
	text-align:center;
	top:0;
	width:30px;
	transition:background .25s ease;
}
span.showing{float:left;margin:8px 0;}
div.items div.item.thumb{min-height:110px;padding-left:110px;}
div.items div.item.thumb img{left:0;position:absolute;top:2px;}
div.blog-pager{float:right;margin:8px 0;text-align:right;}
div.blog-pager a.on{text-decoration:underline;}
.sidebar div.search-form form{position:relative;}
.sidebar div.search-form input[type="text"]{
	background:#fff;
	border-radius:0;
	border-width:0;
	color:#7e8083;
	font-family:'proxima-nova',Arial,Verdana,Sans-serif;
	font-size:14px;
	height:30px;
	padding:5px;
	width:100%;
}
.sidebar div.search-form input[type="submit"]{
	background:#00afdb url(https://sciex.com/plugins/img/shared/icons.png) no-repeat center -434px;
	border-width:0;
	height:30px;
	position:absolute;
	right:0;
	top:0;
	width:40px;
}
.sidebar div.IgxBlock.blue div.IgxHead h4{background:#0084aa;}
.sidebar div.IgxBlock div.IgxHead h4{
	background:#7f8084;
	color:#fff;
	font-size:24px;
	font-weight:normal;
	margin:0;
	padding:12px 15px;
	position:relative;
}
.sidebar div.IgxBlock div.IgxHead h4 span{float:right;font-size:18px;margin:5px 0;}
.sidebar div.IgxBlock div.IgxBody{border:1px solid #dbe0e0;border-top:none;padding:12px 15px;}
.sidebar div.IgxBlock div.IgxBody ul.filters{list-style:none;margin:-12px -15px;padding:0;}
.sidebar div.IgxBlock div.IgxBody ul.filters li{margin:0;padding:0;}
.sidebar div.IgxBlock div.IgxBody ul.filters li.selected > a{background:#ffcf4f;}
.sidebar div.IgxBlock div.IgxBody ul.filters li.selected > a:before{
	background:#ffcf4f;
	content:" ";
	display:block;
	height:20px;
	left:-11px;
	margin-top:-10px;
	position:absolute;
	top:50%;
	width:20px;
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.sidebar div.IgxBlock div.IgxBody ul.filters li a{
	border-top:1px solid #dbe0e0;
	display:block;
	font-size:14px;
	padding:5px 12px;
	position:relative;
}
.sidebar div.IgxBlock div.IgxBody ul.filters li a span.count{float:right;margin-left:15px;}
.faux-select{background:#fff;font-size:14px;margin:15px 0;position:relative;}
.faux-select .toggle{white-space:nowrap;}
.faux-select .toggle{
	border:1px solid #dbe0e0;
	color:#00afdb;
	cursor:pointer;
	display:block;
	padding:5px 12px;
}
.faux-select .toggle:before{content:"▾";right:12px;position:absolute;top:7px;}
.faux-select ul{
	background:#fff;
	display:none;
	left:0;
	padding:0;
	position:absolute;
	top:100%;
	width:100%;
	z-index:1;
}
.faux-select ul li{
	border:1px solid #dbe0e0;
	color:#fff;
	cursor:pointer;
	display:block;
	list-style:none;
	margin:-1px 0;
	position:relative;
}
.faux-select ul li a{display:block;padding:5px 15px;padding-right:40px;}
.faux-select ul li a span.count{position:absolute;right:12px;top:5px;}
.faux-select ul li.selected a{background:#ffcf4f;}

/*Ashley updates*/
/*kb front - allow featured items with no thumbnail*/
.featured.no-image {padding:0; min-height:0;}
.hidden {display:none;}

.error {color: red;}
label.error {font-weight: normal;}

/*case create*/
input.readonly {opacity: .5; cursor:default;}

/*change color for required fields */
form.portal .required {color: #5f6062;}
.add-padding {padding: 20px;}

.btn.orange {
background: #F99D31;
}
.btn.orange:hover {
background: #ce8128;
}
.filter-toggle {background-color: #00afdb;}

.stars .stars {display:inline;}
.rating-stars i {cursor: pointer;}


/*new avatars*/
span.avatar{background:#fff;border:1px solid #A4A5A9;display:inline-block;}
span.avatar.blue{border-color:#007DA5;}
span.avatar.blue-dark{border-color:#007DA5;}
span.avatar.gray{border-color:#A4A5A9;}
span.avatar.maroon{border-color:#A12641;}
span.avatar.lime{border-color:#76BD1D;}
span.avatar.orange{border-color:#F99D34;}
span.avatar.orange-red{border-color:#E75204;}
span.avatar.purple-dark{border-color:#3F2A57;}
span.avatar img{max-width:100%;}

/*make stars orange on course catalog*/
.stars.orange {color: #f99c34;}


div.attach-files {max-width: 350px;}
div.attach-files input[type='file'] {display:inline;}
div.attach-files div.new{padding-right:30px;position:relative;}
div.attach-files div.new a{font-size:20px;position:absolute;right:0;top:3px;}
div.attach-files div.remove{padding-right:30px;position:relative;}
div.attach-files div.remove a{font-size:20px;position:absolute;right:0;top:3px;}
div.attach-files div.add{
	position:relative;
}
div.attach-files div.remove .file-wrapper {font-size:18px; color:#00afdb; cursor: pointer;}
div.attach-files div.add a{font-size:16px;}
div.attach-files div.add, div.attach-files div.remove {padding-bottom: 15px;}


.recent-date {min-width: 70px;display:inline-block; position:absolute;}
.recent-content {padding-left: 80px;display:inline-block;}

/*custom for new login page*/
/*login page*/
#rememberMe {margin-right:10px;}
.IgxLoginFormRow {margin: 10px 0;}
.IgxLoginForm label {width: 30%;}
.IgxLoginForm input[type = text], .IgxLoginForm input[type = password], .IgxLoginForm  select {width: 60%;}
.IgxLoginForm input[type = submit] {float:right; margin-right: 10%;}
label.error {font-weight:normal; color:red; width: 100%;}
.terms p {display:inline;}

/*forgot password form*/
#passwordForm label {width: auto; min-width:80px; margin-right:10px; margin-top:3px;}
#passwordForm .btn {margin-top:-5px;}

/*custom file upload button for profile edit form*/
.fileUpload {
    position: relative;
    overflow: hidden;
    margin-left: 10px;
}
.fileUpload input.upload-hidden {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

ul.avatars{list-style:none;margin:0 -10px 10px;padding:0;}
ul.avatars li{display:inline-block;margin:2px;}
ul.avatars li .avatar{max-width:100px;}

div.avatar-selected{padding-left:120px;position:relative;}
div.avatar-selected .avatar{left:0;max-width:100px;position:absolute;top:0;}

span.avatar{background:#fff;border:1px solid #A4A5A9;display:inline-block;}
span.avatar.blue{border-color:#007DA5;}
span.avatar.blue-dark{border-color:#007DA5;}
span.avatar.gray{border-color:#A4A5A9;}
span.avatar.maroon{border-color:#A12641;}
span.avatar.lime{border-color:#76BD1D;}
span.avatar.orange{border-color:#F99D34;}
span.avatar.orange-red{border-color:#E75204;}
span.avatar.purple-dark{border-color:#3F2A57;}
span.avatar img{max-width:100%;}

div.form-container form.edit .radios > label {
  font-weight: bold;
  padding-left: 0;
}
div.form-container form.edit label.error, div.form-container form.edit.profile-edit label.error {padding-left: 0;} 
select.required {color: #5f6062;}

.tooltip.fade {z-index: 10000;}

div.form-container form.edit.profile-edit label {padding-left:135px;}

.intl-tel-input {width: 100%;}

.create .checkboxes p {padding:0; display:inline;}

.tab-wrap .tab-nav{display:table;margin:0 0 30px;width:100%;}
.tab-wrap .tab-nav a{
	background:#0084a9;
	color:#fff;
	display:table-cell;
	padding:15px 10px;
	position:relative;
	text-align:center;
	vertical-align:center;
}
.tab-wrap .tab-nav a.on{background:#00afdb;}
.tab-wrap .tab-nav a.on:after{
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #fff;
	bottom:0;
	content:" ";
	display:block;
	left:50%;
	margin-left:-8px;
	position:absolute;
}

.tab-wrap .tabs{position:relative;}
.tab-wrap .tabs .tab{height:0;left:0;opacity:0;overflow:hidden;position:absolute;top:0;z-index:-1;width:100%;}
.tab-wrap .tabs .tab.show-tab{height:auto;left:auto;opacity:1;overflow:visible;position:relative;top:auto;z-index:1;}

div.status-bar .num-wrap.gray .num {background-color:#7f8084 !important;}
div.status-bar div.bar div.skip {height:100%;background:#DBE0E0;position:absolute;top:0;width:100%; left:38%;width:25%; }

.h2-right-button {margin-bottom:10px; margin-top: -10px;}
.instrument-tabs a {width: 25%;}

.tooltip.fade {
 min-width:160px;
 z-index:10000;
}

.notifications-table .btn {min-width:1px;padding:3px;width:100%;}

/*remove extra padding on mobile account creation*/
.section#body > div.account-container, .account-container .content-container {padding-bottom: 0px;}

div.account-login form.login label.error {padding-left:0px;}
.drawerTemplate{

}

/** remove border on top so it wont' have 2px**/
.drawerHeader.inBetween{
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #00afdb;
}

.drawerHeader{
    /*position: relative;*/
    border: solid 1px #00afdb;
    border-radius: 0;
    margin-right: 0;
    /*font-size: 18px;*/
    color: #5f6062;
    padding: 17px 15px;
    outline-width: 0;
    display:table;
    width:100%;
    cursor:pointer;
}
.drawerDetail{
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #00afdb;
    border-radius: 0;
    margin-right: 0;
    color: #5f6062;
    padding: 17px 15px;
    outline-width: 0;
    width:100%;
    display:none;
}
.drawerUpArrow{
    background: url(http://images.sciex.com/shared/icons/arrowUp.gif) no-repeat scroll center;
    width:39px;
    height:39px;
    cursor:pointer;
    display:table-cell;
}

.drawerDownArrow{
    background: url(http://images.sciex.com/shared/icons/arrowDown.gif) no-repeat scroll center;
    width:39px;
    height:39px;
    cursor:pointer;
    display:table-cell;
}
.drawerContent{
    display:table-cell;
    padding-top: 15px;
    width:80%;
}
.drawerHeader h2{
    margin-left:20px;
    margin-top: -20px;

}
.drawerHeader p{
    margin-left:20px;
}
.drawerHeader[data-status='open'] h2,
.drawerHeader[data-status='open'] p{
    color: #00afdb;
}
.drawerHeader:hover {
    background-color: #eee;
}
.drawerHeader[data-status='close'] h2{
    color: #0084a9;
}
.drawerHeader[data-status='close'] p{
    color: #5f6062;
}

.drawerHeader img{
    display:table-cell;
}

.clearRow{
    clear:both;
}



tr#tableHead.show{
	display: inline-flex!important;	
    background: #0084a9;
    color: #eee;
}

table.generic .show#tableHead th{
	background: #0084a9;
	color: #eee;
}

table#wholeTable td{
	border-bottom: solid 1px #FFF;
}

tr.header.expando{
	background-color:#00AFDB!important;
}

table.expandTable{
	margin: 0 0 5px 0 !important;
}

/*clears the header of being a block element*/

tr#tableHead.show{
	display: inline-flex!important;	
    background: #0084a9;
    color: #eee;
}

table.generic .show#tableHead th{
	background: #0084a9;
	color: #eee;
}

table#wholeTable td{
	border-bottom: solid 1px #FFF;
}

tr.header.expando{
	background-color:#F4F4F4!important;
}

table.expandTable{
	margin: 0 0 5px 0!important;
}

table.generic.antibioticsTable{
	margin-bottom: 8px;
}

table#wholeTable{
	color: #5f6062 !important;
	cursor: pointer;
}

.headerList td{
	color: #00AFDB !important;
}

/*adds bkgrnd image and positioning*/
strong.downCarot::after {
  /*  background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 25px 25px !important;
}

.downCarot {
   /* background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 5px 35px 5px 22px !important;
    background-repeat: no-repeat !important;
    background-position: 95px 10px !important;
}

img.headerCarot{
    position: absolute;
    left: 150px;
    cursor: pointer;
}

strong.downCarot{
    cursor: pointer;
}
/*clears the header of being a block element*/

tr#tableHead.show{
	display: inline-flex!important;	
    background: #0084a9;
    color: #eee;
}

table.generic .show#tableHead th{
	background: #0084a9;
	color: #eee;
}

table#wholeTable td{
	border-bottom: solid 1px #FFF;
}

tr.header.expando{
	background-color:#F4F4F4!important;
}

table.expandTable{
	margin: 0 0 5px 0!important;
}

table.generic.antibioticsTable{
	margin-bottom: 8px;
}

table#wholeTable{
	color: #5f6062 !important;
	cursor: pointer;
}

.headerList td{
	color: #00AFDB !important;
}

/*adds bkgrnd image and positioning*/
strong.downCarot::after {
  /*  background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 25px 25px !important;
}

.downCarot {
   /* background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 5px 35px 5px 22px !important;
    background-repeat: no-repeat !important;
    background-position: 95px 10px !important;
}

img.headerCarot{
    position: absolute;
    left: 150px;
    cursor: pointer;
}

strong.downCarot{
    cursor: pointer;
}
/*clears the header of being a block element*/

tr#tableHead.show{
	display: inline-flex!important;	
    background: #0084a9;
    color: #eee;
}

table.generic .show#tableHead th{
	background: #0084a9;
	color: #eee;
}

table#wholeTable td{
	border-bottom: solid 1px #FFF;
}

tr.header.expando{
	background-color:#F4F4F4!important;
}

table.expandTable{
	margin: 0 0 5px 0!important;
}

table.generic.antibioticsTable{
	margin-bottom: 8px;
}

table#wholeTable{
	color: #5f6062 !important;
	cursor: pointer;
}

.headerList td{
	color: #00AFDB !important;
}

/*adds bkgrnd image and positioning*/
strong.downCarot::after {
  /*  background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 25px 25px !important;
}

.downCarot {
   /* background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 5px 35px 5px 22px !important;
    background-repeat: no-repeat !important;
    background-position: 95px 10px !important;
}

img.headerCarot{
    position: absolute;
    left: 150px;
    cursor: pointer;
}

strong.downCarot{
    cursor: pointer;
}
/*clears the header of being a block element*/

tr#tableHead.show{
	display: inline-flex!important;	
    background: #0084a9;
    color: #eee;
}

table.generic .show#tableHead th{
	background: #0084a9;
	color: #eee;
}

table#wholeTable td{
	border-bottom: solid 1px #FFF;
}

tr.header.expando{
	background-color:#F4F4F4!important;
}

table.expandTable{
	margin: 0 0 5px 0!important;
}

table.generic.antibioticsTable{
	margin-bottom: 8px;
}

table#wholeTable{
	color: #5f6062 !important;
	cursor: pointer;
}

.headerList td{
	color: #00AFDB !important;
}

/*adds bkgrnd image and positioning*/
strong.downCarot::after {
  /*  background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 25px 25px !important;
}

.downCarot {
   /* background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 5px 35px 5px 22px !important;
    background-repeat: no-repeat !important;
    background-position: 95px 10px !important;
}

img.headerCarot{
    position: absolute;
    left: 150px;
    cursor: pointer;
}

strong.downCarot{
    cursor: pointer;
}
.intro-feature .content {
   font-size: 28px; 
   color: #fff;
   line-height: 28px;
   font-weight: normal;
}
.callout.blue { 
   border:none;
   margin-bottom:15px !important;
}
 
.callout.blue header a {
     border: 1px solid #DBE0E0;
     background-color: #7E7D81; 
     font-size: 75%;
     color:white; 
}
.callout.blue header a:hover {
     border: 1px solid #DBE0E0;
     background-color:#717074; 
     font-size: 75%;
}
.sectionRight{
     margin-top:-20px;
     padding-left:0px;
}

@media (max-width:767px) {
   .callout.blue {
     padding:0px;width:104%;
   }
}

@media (min-width:768px) and (max-width:991px) {
   .row .blue:first-child { 
       padding-right:7.5px;   
    }
    .row .blue:last-child { 
      padding-left:7.5px;   
    }
}
 
@media (max-width:991px) {
    .sectionRight .intro-feature img{
       min-height:155px; max-height:285px;
    }  
    .rightBar{
        padding:0px;
        margin-top:0px;
    }
    .sectionRight .intro-feature {
        margin-left:-15px;
        width:116%;
    } 
}
 
@media (min-width:992px)  {
    .sectionRight .intro-feature img{
      min-height:285px;
   }
   .rightBar{ 
      padding-left:25px;
      margin-top:-20px;
   } 
    .row .blue:first-child { 
       padding-right:7.5px;   
    }
    .row .blue:last-child { 
      padding-left:7.5px;
    } 
}

/* Screen size of Desktop */
@media (min-width:1248px) { 
   .sectionRight{ 
     width:570px;
  }
  .rightBar{
     float:right;
     width:267px;
     margin-right:0px; 
     padding-left:25px;
     margin-top:-20px;
  }
} 

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.fixed-container {
	height: inherit;
	max-width: 1400px;
	max-width: 87.5rem;
	margin: auto;
}
.navbar-default .navbar-nav>li>a, #nav .menu a {
	width: auto;
	font-size: 17px;
	color: #fff;
	text-align: center;
	padding: 17px 17px;
}
.mega-dropdown, .mega-dropdown-technology, .mega-dropdown-applications, .mega-dropdown-diagnostics,  .mega-dropdown-education, .mega-dropdown-support, .mega-dropdown-events, .mega-dropdown-community, .mega-dropdown-aboutus {
	position: static !important;
}
.mega-dropdown-menu, .mega-dropdown-menu-technology, .mega-dropdown-menu-applications, .mega-dropdown-menu-diagnostics, .mega-dropdown-menu-education, .mega-dropdown-menu-support, .mega-dropdown-menu-community, .mega-dropdown-menu-aboutus {
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
	z-index: 88888;
}
.drop-down-traingle {
	display: none;
	z-index: 88889;
	position: absolute;
	top: 98.1%;
	left: 70%;
	margin-left: -25%;
	content: '';
	width: 0;
	height: 0;
	border-top: solid 8px #004a65;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
}
.navbar-default .navbar-nav>li:hover {
	background: #004a65;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}
.navbar-nav {
  width:100%;
}
.navbar {
	background: #0084a9;
	position: fixed;
	margin: 0 auto;
	width: 100%;
	z-index: 8888;
}
.navbar-default {
	border-radius: 0;
	border-color: transparent;
}
.form-control, .btn-block {
	display: block;
	width: 94%;
}
.wide-search {
	top: 122px;
	z-index: 99999;
}
.view-all-caret, .header-caret {
    color: #428bca!important;
    display: block;
}
.header-caret:hover {  text-decoration: none!important; }
.nicemenu-sub h6.no-link { color:#a0a0a0!important; }
body.logged_in h6.support-login, body.logged_in p.support-login, .hide-login { display:none; }
body.logged_in p.support-login2 { margin-top:70px; }
/* PHONES-Portrait*/
@media (max-width:767px) {
	.popupForm > div {
		width: 300px;
		max-height: 500px;
		top: 55%;
		overflow-y: scroll;
	}
	.navbar,#nav {
		display: none;
	}
	.popupForm .mfp-close{
		top:25px;
	}
}
@media (max-width:767px) and (orientation:landscape) {
	.popupForm > div {
		top: 72%;
		max-height: 350px;
	}
}
@media (max-width: 1024px) {
	.navbar, #nav {
		display: none;
  }
  .navbar-default .navbar-nav>li>a{
    padding:17px 10px;
    font-size:15px;
  }
  nav .btn.orange{
    min-width:auto;
  }
	.nicemenu-sub .tofs, .nicemenu-sub .cms {
		line-height: 20px;
	}
	.popupForm > div {
		top: 50%;
		max-height: 650px;
		overflow-y: scroll;
	}
}
.mega-dropdown-menu {
	padding-top: 10px;
	padding-bottom: 0;
}
.mega-dropdown-menu-applications {
	padding: 0;
}
.dropdown-menu {
	border: 1px solid #ccc;
	border-top: 0;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}
.dropdown-menu:after{
	position: absolute;
	display: block;
	content: "";
	border: solid 8px transparent;
	border-top-color: #004a65;
	top: -1px;
	z-index: 999;
}
.mega-dropdown-menu-products:after {
	left: 60px;
	margin-left: -8px;
}
.mega-dropdown-menu-technology:after {
	left: 170px;
	margin-left: -8px;
}
.mega-dropdown-menu-applications:after {
	left: 330px;
	margin-left: -45px;
}
.mega-dropdown-menu-diagnostics:after {
	left: 430px;
	margin-left: -20px;
}
.mega-dropdown-menu-education:after {
	left: 540px;
	margin-left: -20px;
}
.mega-dropdown-menu-support:after {
	left: 650px;
	margin-left: -35px;
}
.mega-dropdown-menu-community:after {
	left: 750px;
	margin-left: -35px;
}
.mega-dropdown-menu-aboutus:after {
	left: 890px;
	margin-left: -55px;
}
.wrapper {
	width: auto;
}
.nicemenu-item h6 {
	font-family: proxima-nova;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nicemenu-item h6:hover {
	color: #f0f0f0;
}
.nicemenu-item.active>h6 {
	color: #f0f0f0!important;
}
.nicemenu-sub {
	box-shadow: none;
	background: #fff;
	position: absolute;
	right: 0;
	z-index: 12;
	display: none;
	background-color: auto;
	padding: 16px!important;
	overflow-y: auto;
	color: #000;
}
.default {
	display: block!important;
}
.nicemenu-item.active {
	background: #004a65;
}
.nicemenu-sub h6 {
	color: #428bca!important;
	font-size: 17px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 5px;
}
.nicemenu-sub p a, .community-wrapper li>a {
	color: #5f6062;
	text-decoration: none;
}
.nicemenu-sub p a:hover, .community-wrapper li>a:hover {
	color: #428bca;
	text-decoration: none;
}
nav span.right {
	float: right;
}
nav p > a {
	font-size: 14px;
}
nav p > a:hover {
	text-decoration: none;
}
nav .dropdown-menu {
	padding: 0;
	border: 1px solid #bec0c2;
	border-top: none;
}
nav .btn.orange {
	width: auto;
	margin-top: 12px;
	padding: 10px;
}
nav  span.findMore {
	display: inline-block;
	margin-left: 0px!important;
}
.nicemenu-sub h6.title-heading {
	line-height: 18px;
	border-bottom: 1px solid #428bca;
	padding-bottom: 10px;
	margin-top: 10px;
}
.nicemenu {
	display: block;
	width: 250px;
	padding-top: 10px;
}
.nicemenu * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.nicemenu>.nicemenu-item {
	display: block !important;
}
.nicemenu-sub.active {
	display: block;
}
.nicemenu-item{
	/*padding-bottom: 5px;*/
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	display: inline-block;
	z-index: 11;
	padding-left: 16px;
	padding-right: 16px;
}
.nicemenu-item h6 {
	color: #5f6062;
	font-size: 16px;
}
.nicemenu-item p {
	color: #a0a0a0;
	font-size: 0.9em;
	line-height: 2em;
}
.nicemenu-item a {
	color: #5f6062;
	text-decoration: none;
}
.nicemenu-sub p {
	color: #5f6062;
	font-size: 15px;
	line-height: 22px;
}
.w-3-1 {
	position: relative;
	float: left;
	width: 30%;
	margin-right: 3%;
}
nav  h6 em.fa {
	float: right;
	margin-top: 1px;
}
#nav .nav>li {
	height: 53px;
}
.dropdown-menu {
	margin: 1px 0 0;
}
.nicemenu-sub .intro p {
	margin: 10px 0 20px 0;
	width: 800px;
}
.dropdown-menu {
	border-radius: 0;
}
nav p.intro-para {
	margin-right: 25px;
	margin-bottom: 30px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: #00afdb!important;
	color: #fff;
}
.nicemenu-item h6 a { color: #5f6062; }
.nicemenu-item.active>h6>a { color: #f0f0f0; text-decoration: none; }
a.view-all {
	display: block;
	color: #428bca!important;
	padding: 20px;
	border: 1px solid #428bca;
}
#nav .navbtn:hover {
	background: none;
}
#navbtn:hover, .navbtn:hover a{
	background: #004a65;
}
.popupForm {
	background: rgba(119,119,119,0.4);
	position: fixed;
	z-index: 5000;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.popupForm > div {
	border-radius: 4px;
	position: fixed;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px #666666;
	max-width: 600px;
	max-height: 800px;
	overflow-x: hidden;
	overflow-y: hidden;
	z-index: 5001;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 56%;
	padding: 10px 20px;
}
.popupForm .asx {
	margin: 5px 0;
	display: block;
}
.popupForm .form-container h4 {
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	text-align: center;
}
.popupForm .form-container input[type=text], .form-container input[type=email], .form-container select {
	border: 1px solid #BEC0C2;
	font-size: 13px;
}
.popupForm input[type=radio], .popupForm input[type=checkbox] {
	margin: 5px 0 0;
}
.popupForm label.invalid {
	color: #f93931;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 5px;
	margin: 0;
}
.popupForm .mfp-close{
	top:75px;
	right:25px;
	color:#fff;
}
/*clears the header of being a block element*/

tr#tableHead.show{
	display: inline-flex!important;	
    background: #0084a9;
    color: #eee;
}

table.generic .show#tableHead th{
	background: #0084a9;
	color: #eee;
}

table#wholeTable td{
	border-bottom: solid 1px #FFF;
}

tr.header.expando{
	background-color:#F4F4F4!important;
}

table.expandTable{
	margin: 0 0 5px 0!important;
}

table.generic.antibioticsTable{
	margin-bottom: 8px;
}

table#wholeTable{
	color: #5f6062 !important;
	cursor: pointer;
}

.headerList td{
	color: #00AFDB !important;
}

/*adds bkgrnd image and positioning*/
strong.downCarot::after {
  /*  background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 25px 25px !important;
}

.downCarot {
   /* background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 5px 35px 5px 22px !important;
    background-repeat: no-repeat !important;
    background-position: 95px 10px !important;
}

img.headerCarot{
    position: absolute;
    left: 150px;
    cursor: pointer;
}

strong.downCarot{
    cursor: pointer;
}
/*clears the header of being a block element*/

tr#tableHead.show{
	display: inline-flex!important;	
    background: #0084a9;
    color: #eee;
}

table.generic .show#tableHead th{
	background: #0084a9;
	color: #eee;
}

table#wholeTable td{
	border-bottom: solid 1px #FFF;
}

tr.header.expando{
	background-color:#F4F4F4!important;
}

table.expandTable{
	margin: 0 0 5px 0!important;
}

table.generic.antibioticsTable{
	margin-bottom: 8px;
}

table#wholeTable{
	color: #5f6062 !important;
	cursor: pointer;
}

.headerList td{
	color: #00AFDB !important;
}

/*adds bkgrnd image and positioning*/
strong.downCarot::after {
  /*  background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 25px 25px !important;
}

.downCarot {
   /* background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 5px 35px 5px 22px !important;
    background-repeat: no-repeat !important;
    background-position: 95px 10px !important;
}

img.headerCarot{
    position: absolute;
    left: 150px;
    cursor: pointer;
}

strong.downCarot{
    cursor: pointer;
}
/*clears the header of being a block element*/

tr#tableHead.show{
	display: inline-flex!important;	
    background: #0084a9;
    color: #eee;
}

table.generic .show#tableHead th{
	background: #0084a9;
	color: #eee;
}

table#wholeTable td{
	border-bottom: solid 1px #FFF;
}

tr.header.expando{
	background-color:#F4F4F4!important;
}

table.expandTable{
	margin: 0 0 5px 0!important;
}

table.generic.antibioticsTable{
	margin-bottom: 8px;
}

table#wholeTable{
	color: #5f6062 !important;
	cursor: pointer;
}

.headerList td{
	color: #00AFDB !important;
}

/*adds bkgrnd image and positioning*/
strong.downCarot::after {
  /*  background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 25px !important;
    background-repeat: no-repeat !important;
    background-position: 25px 25px !important;
}

.downCarot {
   /* background: url("clientlib-global/css/assets/images/shared/NewCarot.png") !important;*/
    content: '' !important;
    padding: 5px 35px 5px 22px !important;
    background-repeat: no-repeat !important;
    background-position: 95px 10px !important;
}

img.headerCarot{
    position: absolute;
    left: 150px;
    cursor: pointer;
}

strong.downCarot{
    cursor: pointer;
}
/*used for community*/
@media print
{
	.callouts,
.callouts > div,
.callouts > div > div,
.callouts > div > div > div,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
}
#top,
#nav,
#header .links,
#footer,
#master-footer .links,
#breadcrumbs,
.sidebar {
  display: none;
}
#header {
  position: static;
}
#header > div {
  border-bottom: solid 1px #dbe0e0;
}
#master,
body.cookie #master {
  padding-top: 0;
}
#master-footer {
  background: #fff;
}
#master-footer > div {
  border-top: solid 1px #dbe0e0;
}
#body > div {
  padding-bottom: 0;
}
.section > div {
  width: 700px;
  padding-left: 0;
  padding-right: 0;
}
.callouts > div > div > div {
  margin: 0 0 20px 0;
}
  .cookies-message {display:none;}
  .navbar-collapse.collapse, .nav.navbar-nav {display:none !important;}
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%5C%2Fzango%5C%2Fdomains%5C%2Fzangodesigns.com%5C%2Fpublic_html%5C%2Fingeniux%5C%2Fabsciex%5C%2Fless%5C%2Fprint.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAACA%2CSAAY%3BAACZ%2CSAAY%2CMAAM%3BAAClB%2CSAAY%2CMAAM%2CMAAM%3BAACxB%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BAACA%3BEAAY%3BEAAgB%3BEAAa%3BEAAa%3B%3BAAEtD%3BAACA%3BAACA%2COAAQ%3BAACR%3BAACA%2CcAAe%3BAACf%3BAACA%3BEAAU%3B%3BAAEV%3BEAAS%3B%3BAACT%2COAAU%3BEAAK%2CgCAAA%3B%3BAAEf%3BAACA%2CIAAI%2COAAQ%3BEAAS%3B%3BAAErB%3BEAAgB%3B%3BAAChB%2CcAAiB%3BEAAK%2C6BAAA%3B%3BAAEtB%2CKAAQ%3BEAAK%3B%3BAAEb%2CQAAW%3BEAAK%3BEAAc%3BEAAiB%3B%3BAAE%5C%2FC%2CSAAY%2CMAAM%2CMAAM%3BEAAK%2CkBAAA%22%7D */
/*used for CMS*/
@media print
{
	#top,
#header .links,
#header .logo a:after,
#mobile-header,
#slider,
#nav,
#mobile-nav,
#mobile-menu,
#footer,
#master-footer ul,
.sidebar,
.nav-tabs,
.btn.full,
.banner,
.calendar .header .month-nav,
.more,
.hero-search,
.cycle-thumbs,
.pages,
#product-promo .intro,
.jwplayer{display:none;}

.align-right{text-align:left;}

.btn,
.button{border:1px solid #000
	!important;}

.feature{
	border:none;
}

.feature .content{
	padding:0;
}

.hero-feature {
	display:block;
	height:auto;
}

.hero-feature > div {
	display:block;
	height:auto;
}

.hero-feature > div > div {
	display:block;
	height:auto;
	padding:20px;
}

.hero-feature .photo{
	display:block;
	padding:0 20px;
}

.hero-feature .photo img{
	float:none;
}

.intro-feature{
	padding:0 15px;
}

.intro-feature .content{
	bottom:auto;
	padding:0;
	position:static;
}

.callouts{
	margin:0;
}
.callouts > div{
	border-spacing:30px 0;
	border-collapse:separate;
	display:block;
	height:auto;
	width:auto;
}

.callouts > div > div {
	display:block;
	height:auto;
}

.callouts > div > div > div {
	border:none;
	display:block;
	height:auto;
}

.callout{
	border:none;
}

.callout header a{
	padding:0;
	min-height:0;
}

.callout .body {
	border-width:none;
}

.callout .body > div{
	padding:15px;
}

.calendar .header{padding:0;}
.calendar .header .month-name{margin-left:0;}
.calendar .day{height:160px;}

.product-intro .slideshow{margin:0 0 20px;}

.product-details .tab-content .tab-pane,
.product-details .tab-content .tab-pane.active{
	border:none;
}
.product-details .tab-content .tab-pane .content{
	padding:0;
}

.search-results-header{
	padding:0;
}

.contact-grid .row .col:nth-child(2),
.contact-grid .row .col{
	border:none;
	border-width:0;
}

.contact-grid{
	border:none;
	border-width:0;
	padding:0;
}

#product-promo .details{padding:15px;}

iframe{width:100%;}

table {
line-height: 16px;
width: 100%;
}

table td{
	border:1px solid #ddd !important;
	padding:10px;
}

body.cookie #master{padding-top:0;}
#master{padding-top:0;}
#header{position:static;top:auto;}
.sidebar div.IgxBlock div.IgxHead h4{padding:10px 0;}
.sidebar div.IgxBlock div.IgxBody{border:none;padding:0;}

.tab-pane{display:block !important;}

div.hero div.caption {
	bottom:auto;
	padding:10px 0;
	position:relative;
}
div.featured.grid > div{margin:0 0 30px;}
.sidebar div.search-form{display:none;}

 a[href]:after {
    content: none !important;
  }
  
  .cookies-message {display:none;}
  .navbar-collapse.collapse, .nav.navbar-nav {display:none !important;}
}
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  background:#EAEAEA;
  font-weight: normal;
  white-space: nowrap;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 12px 18px 12px 8px;
  border-bottom: 1px solid #DBE0E0;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #DBE0E0;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("https://images.sciex.com/Community Images/shared/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("https://images.sciex.com/Community Images/shared/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("https://images.sciex.com/Community Images/shared/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("https://images.sciex.com/Community Images/shared/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("https://images.sciex.com/Community Images/shared/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 12px 8px;
  border-bottom: 1px solid #DBE0E0;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
  border-bottom: none;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.455em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  *cursor: hand;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  text-decoration: underline;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

div.table-wrap{font-size:12px;line-height:16px;margin:0 0 15px;}
div.table-wrap select{border:1px solid #DBE0E0;}
div.table-wrap input[type=search]{border:1px solid #DBE0E0;}
div.table-wrap h4{margin:0 0 5px;}
div.table-wrap i{font-size:16px;}
div.table-wrap td.center{text-align:center;}
div.table-wrap table.dataTable.no-stripe tr:first-child td{border-top:1px solid #DCE0DF;}
div.table-wrap table.dataTable.stripe tr:first-child td{border-top:1px solid #DCE0DF;}
div.table-wrap table.dataTable.stripe tr:nth-child(odd){background:#F4F4F4;}
div.table-wrap .dataTables_wrapper .dataTables_length{display:none;}
div.table-wrap table.dataTable thead tr th.narrow{padding-left:10px;padding-right:0;text-align:center;width:10px;}
div.table-wrap table.dataTable tbody tr td.narrow{padding-left:10px;padding-right:0;text-align:center;width:10px;}
div.table-wrap div.toolbar{
  background:#F4F4F4;
  border-bottom:1px solid #DCE0DF;
  border-top:1px solid #DCE0DF;
  overflow:hidden;
  padding:5px 20px;
}
div.table-wrap div.toolbar div.filters label{
  float:left;
  font-weight:normal;
  padding:0 20px 0 50px;
  position:relative;
  width:33.333333%;
}
div.table-wrap div.toolbar div.filters label span{left:0;position:absolute;top:8px;}

.dataTables_wrapper .dataTables_filter{
  float:left;
  font-weight:normal;
  display:block;
  padding-left:50px;
  position:relative;
  text-align:left;
  width:33.333333%;
}
.dataTables_wrapper .dataTables_filter label{display:block;font-weight:normal;}
.dataTables_wrapper .dataTables_filter label span{left:0;position:absolute;top:8px;}
.dataTables_wrapper .dataTables_filter input{
  color:#5F6062;
  font-family:Arial,Verdana,sans-serif;
  font-size:14px;
  font-weight:normal;
  margin:0;
  padding:5px;
  outline-width:0;
  width:100%;
}

table.dataTable tr.no-border td{border-bottom:none;padding-bottom:0;}


@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }

  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: left;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }

  div.table-wrap div.toolbar div.filters label{float:none;padding-right:0;width:100%;}
  .dataTables_wrapper .dataTables_filter{float:none;padding-right:0;width:100%;}
}
.grey-bg{
    background:#f4f5f8;
}
.white-bg{
    background:#fff;
}
.fs14, .nHeading3-14{
	font-size:14px;
	line-height: 18px;
	margin-bottom:10px;
}
.fs18, .p-18{
	font-size:18px;
	line-height: 24px;
}
.fs22, .nHeading3-22{
    font-size:22px;
	line-height: 28px;
}
.fs24, .nHeading3-24{
	font-size:24px;
	line-height: 32px;
}
.fs27, .nHeading3-27{
	font-size:27px;
	line-height: 34px;
}
.fs28, .nHeading3-28, .nHeading-4{
font-size:28px;
line-height:36px;
}
.fs40, .nHeading2-40{
	font-size:40px;
	line-height:46px;
	text-align: left;
}
.fs32{
	font-size:32px;
}
.fs15, .p-15{
	font-size:15px;
	line-height: 22px;
}
.fs20, .p-20{
	font-size:20px;
	line-height: 28px;
}
.fs18, .p-18{
font-size:18px;
line-height:28px;
}
.no-bleed{
    margin:0 auto;
	max-width:1170px;
	padding: 0 15px;
}
.pad-y50{
padding-top:50px;
padding-bottom:50px;
}
.pad-40{
padding:40px 0;
}
.pad-x100{
	padding-left:100px;
	padding-right:100px;
}
.pad-bottom40{
    padding-bottom:40px;
}
.pad-bottom80 {
    padding-bottom: 80px;
}
.pad-top80 {
    padding-top: 80px;
}
.m-top80{
margin-top:80px;
}
.m-0{
    margin:0;
}
.w-100 {
    width: 100%;
}
.eq-height {
    display: table;
}
.no-gutters {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.eq-height>div {
    float: none;
    display: table-cell;
    vertical-align: top;
}
.line-clamp-2{
    /*line-height: unset;*/
}
.line-clamp-5{
	-webkit-line-clamp: 5;
	height: 100px;
}
.line-clamp-6{
-webkit-line-clamp: 5;
	height: 120px;
}
.white-bg{
	background-color: #fff;
}
#body > div{
	max-width:none;
	padding:0;
}
.absolute-pos{
	position: absolute;
	height:100%;
}
container-fluid{
	padding:0;
}
#front{
	padding:0;
}
.border-bottom{
	border-bottom: 1px solid #dbdbdb;
}
.btn-lg{
padding: 15px 20px;
    font-size: 16px;
}
.btn-sm{
padding:10px 15px;
font-size:12px;
}
.btn-sm{
padding: 10px 15px;
    font-size: 12px;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height:500px;
}
#home-carousel .carousel-caption{
	width:40%;
	padding-top:10%;
left:0!important;
position:relative;
	text-shadow: none;
}
#home-carousel .carousel-caption>*{
	color:#fff!important;
	text-align: left;
}
#home-carousel .carousel-caption .btn{
	float:left;
}
.carousel-control .glyphicon{
font-size: 3em;
    margin-top: -80px;
}
.glyphicon-chevron-right:before {
    content: "\f105" !important;
    font-family: 'FontAwesome' !important;
}
.glyphicon-chevron-left:before {
    content: "\f104" !important;
    font-family: 'FontAwesome' !important;
}
.home-section-2 .no-bleed>h4{
	text-align: center;
	margin:40px 0;
}
.home-section-2 .myBox{
	/*align-items: flex-start;*/
}
.nHeading3-14.line-clamp{
	height:18px;
}
.nHeading-4{
    margin:0 0 20px 0;
}
.home-section-4{
/*margin-top:80px;*/
}
.explore-content{
	position: relative;
	width:60%;
}
.explore-content .content{
	position: absolute;
	top:30px;
	left:30px;
	max-width:50%;
	height:calc(100% - (60px));
}
.explore-content .content h2{
	font-size:34px;
	line-height: 40px;
	text-align: left
}
.explore-content .content p{
	text-align: left;
    font-size: 20px;
    line-height: 28px;
}
.explore-content .content a{
	position: absolute;
    left: 0;
    bottom: 0;
}
.explore-content .image {
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.2);
    overflow: hidden;
}
.explore-content .image img {
    width: 100%!important;
    max-width: 100%!important;
}
.explore-thumb{
	width:40%;
	padding-left: 20px;
}
.horizontal-icon-card .containerette{
	width:100%;
	justify-content: space-between;
	margin-bottom: 16px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
/*.horizontal-icon-card .containerette:last-child {*/
    /*margin-bottom: 0!important*/
/*}*/
.horizontal-icon-card .containerette:hover {
    background-color: #f9f9f9
}
.horizontal-icon-card .containerette img {
    max-width: none!important;
}
.horizontal-icon-card .flex-img{
/*width:30%;
max-width:120px;*/
}
.horizontal-icon-card .headline{
	padding:15px;
width:75%;
}
.horizontal-icon-card .headline p{
margin-bottom:10px;
}
.horizontal-icon-card .containerette .flex-item{
	text-align: left;
}
.horizontal-icon-card .flex-item:hover .blue-text{
color:var(--orange-color, #f59831)!important;
	color:#f59831!important;
}
.center-align, .home-section-3 p, .home-section-3 h4, .home-section-3 h3, .home-section-3 h2, .home-section-3 a{
	text-align: center;
}
.home-section{
    /*padding:30px 17%;*/
	text-align: center;
    /*margin:40px 0;*/
}
.slider-cont {
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.slider-content{
	/*box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
padding:50px 100px;*/
}
.slider-content .nHeading3-22{
	margin-bottom:20px;
}
.slick-slider .slide{
	opacity:0.4;
}
.slick-slider .slide.active{
	position: relative;
	opacity:1;
}
.slick-slider .slide.active:after {
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    display: block;
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.home-cta{
	text-align: center;
	margin:30px auto;
}
.home-section-4 .app-item{
	display: inline-block;
	width:100%;
	height:100%;
	margin-bottom:-4px;
}
.home-section-4 .app-item>div{
	padding:16px 10px;
	width:98%;
	background-color:#f4f5f8;
	float:right;
text-align:left;
/*padding:25px 10px 25px 60px;*/
padding:20px 10px 20px 10px;
}
.home-section-4 .app-item:last-child{
margin-bottom:-5px;
}
.home-section-4 .app-item.active>div{
	color:#fff;
}
.app-wrapper{
	display: table;
margin:0;
}
.app-wrapper>div{
	padding:0;
	display: table-cell;
	float:none;
	vertical-align: top;
}
.app-wrapper .app-image{
overflow:hidden;
}
.app-wrapper .app-image img{
position: absolute;
    left: -10px;
    bottom: 0;
    width: 170% !important;
    max-width: 170% !important;
}
.app-content{
	padding:80px 60px !important;
}
.app-content p.fs15{
    max-height: 130px;
    height: auto;
}
.app-image>img{
	float:right;
}
.app-item{
	position: relative;
}
.home-section-4 .app-item.active img.icon-white, .home-section-4 .app-item img.icon-grey {
    display: inline-block;
}
.home-section-4 .app-item.active img.icon-grey, .home-section-4 .app-item img.icon-white {
    display: none;
}
.icon-app {
    padding: 0 10px;
}
.home-section-5 .tech-content{
text-align:left;
}
.home-section-5 .tech-wrapper{
margin:0;
}
.tech-list p{
	padding-top: 25px;
	text-align: left;
}
.tech-list p>span{
	border-bottom: 1px solid #5f6062;
    /*padding-bottom: 10px;*/
}
.tech-wrapper .tech-img{
	margin-top:20px;
}
.tech-list p.active>span{
	color:#007DA4!important;
	border-color:#007DA4!important;
	cursor: pointer;
}
.tech-list p span.glyphicon{
	display: none;
}
.tech-list p.active span.glyphicon{
	display: inline-block;
	float:right;
	border-bottom:none;
}
#myTab2 {
    background-color: #f4f5f8;
}
.myTab .nav-tabs li, .myTab2 .nav-tabs li {
    width: 25%;
    text-align: center;
}
.myTab{
	/*max-width:550px;*/
}
.myTab .nav-tabs{
	border:0;
background-color: #f4f5f8;
}
.myTab .nav-tabs li{
	width:33.33%;
}
.myTab .nav-tabs li a{
	border-radius: 0;
	background: #f4f5f8;
	border:0;
	margin:0;
	color:#c7c6c6;
}
.home-section-6 ul.nav li.active a{
	background: #007DA4;
	color:#fff;
border:none;
}
.home-section-6 .section-space{
padding-bottom:80px;
}
.home-section-6 .tab-content{
	padding:30px;
text-align:left;
    position: relative;
}
.home-section-6 .tab-content h3{
	margin-bottom: 20px;
}
.course-list{
	list-style: none;
	padding:0;
	border:1px solid #d3d3d3;
	max-width:550px;
	margin-bottom:0;
}
.course-list li{
	padding:20px 0;
	border-bottom:1px solid #d3d3d3;
}
.course-list li:last-child{
	border:none;
}
.course-list li a{
	padding: 0 20px;
	display: block;
	text-align: left;
}
.course-list span{
	float:right;
}
.eq-height{
	display: table;
}
.eq-height>div{
	float: none;
    display: table-cell;
    vertical-align: top;
}
.home-section-7 .slider-content{
	padding: 30px 20%;
	text-align:center;
}
@media ( max-width:1024px){
.explore-content .content{
max-width:75%;
}
.explore-thumb{
padding-left:10px;
}
.horizontal-icon-card .flex-img{
/*width:25%;*/
}
.horizontal-icon-card .headline{
padding:10px;
}
.horizontal-icon-card .headline *{
margin-bottom:5px;
}
.app-content p.line-clamp-5{
/*height:auto;*/
}
}
@media (max-width:767px){
 /*   #home-carousel .carousel-caption{
        width:100%;
        padding: 10% 10px;
    }*/
.fs27, .nHeading3-27{
font-size:20px;
line-height:26px;
}
.section-space {
    margin-bottom: 40px!important;
}
.home-section-2 .no-bleed>h4{
margin:25px 0;
}
.explore-content .content{
max-width:100%;
top:15px;
left:15px;
}
.explore-content .content h2{
font-size:28px;
line-height:34px;
}
.horizontal-icon-card .flex-img{
/*max-width:120px;*/
}
.explore-thumb{
margin-top:15px;
}
.home-section-4 .app-item>div{
padding:10px;
}
.home-section-4 .app-content{
padding:20px !important;
}
}
@media (min-width: 1024px) and (max-width: 1190px) {
	
	/* Main Banner */
	
	body #home-carousel .carousel-caption {
		left: 10% !important;
		}

	/* Explore Sciex */
	
	.home-section-2 .myBox {
		margin: 0 20px !important;
	}
	
	body .explore-content .image img {
		width: 110% !important;
		max-width: 140% !important;
	}
	
	/* Why SCIEX for our customers */
	
	.slider-cont {
		margin: 0 20px!important;
	}
	
	/* Why SCIEX for your appliacation */
	
	.app-wrapper {
		margin: 0 20px !important;
	}
	
	/* Why SCIEX technology */
	.home-section-5 .tech-wrapper {
		margin: 0 10px!important;
	}
	
	/* Why SCIEX people */
	
	.home-section-6-1 .eq-height {
		margin: 0 20px !important;
	}
	
}
	
/* TABLETS */
@media (min-width: 768px) and (max-width: 1024px) {
	
	/* General */
	
	.fs40, .nHeading2-40 {
		font-size: 32px!important;
		line-height: 38px!important;
	}
	
	.fs32, .nHeading-4 {
		font-size: 28px;
		line-height: 32px !important;
	}
	
	/* Main Banner */
	
	body #home-carousel .carousel-caption {
		width: 45% !important;
		padding-top: 15% !important;
		left: 5% !important;
		position: relative !important;
	}
	
	.carousel-control {
		display: none;
	}
	
	/* Explore Sciex */
	
	.explore-content {
		position: relative;
		width: 100% !important;
		/*margin: 0 20px !important;*/
	}
	
	.explore-content .content {
		max-width: 45%!important;
	}
	
	.explore-content .image img {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.explore-thumb {
		width: 100%!important;
		padding: 20px 20px 0 !important;
	}
	
	.horizontal-icon-card .containerette {
		width: 100%!important;
		margin: 20px 0 !important;
	}
	
	.horizontal-icon-card .containerette:last-child {
		/*margin-bottom: 20px !important;*/
	}
	
	.horizontal-icon-card .flex-img {
		width: 120px !important;
	}
	
	/* Why SCIEX for our customers */
	.slider-cont {
		margin: 0 20px !important;
	}
	
	/* Why SCIEX for your application */
	
	.app-wrapper {
		margin: 0 20px !important;
	}
	
	.app-wrapper .icon-app {
		display: none !important;
	}
	
	/* Why Sciex Technology */
	
	.tech-list p {
		font-size: 16px !important;
	}
	
	/* Why SCIEX people */
	
	.home-section-6-1 .eq-height .col-sm-6 {
	    width: 100% !important;
	}
	
	.home-section-6-1 .eq-height .col-sm-6 img {
		width: 100% !important;
	}
	
	.eq-height>div.col-xs-12 {
		display: block!important;
    	padding: 0 20px !important;
	}
	
	.myTab2 {
		max-width: 100%!important;
		height: auto!important;
	}
	
	.myTab .nav-tabs li, .myTab2 .nav-tabs li {
		width: 50%!important;
	}

	
}

@media (max-width: 767px){
    
	/*//////////////
	Home Page
	//////////////*/
	
	/* Home Global */
	
	.pad-top80 {
    	padding-top: 40px!important;
	}
	
	.pad-bottom80 {
    	padding-bottom: 40px!important;
	}
	
	.p-18 {
		font-size: 16px!important;
		line-height: 25px!important;
	}
	
	.pad-y50 {
		padding-top: 30px!important;
		padding-bottom: 30px!important;
	}
	.pad-x100 {
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
	
	#ruoNum{ padding:0 15px; }
	/* Main Banner*/
	
	.full-screen {
		max-height: 520px !important;
		background-size: 100% !important;
    	background-position: 0px 60px !important;
	}
	
	.relative-pos {
    position: relative!important;
    height: 100%;
    display: block!important;
}
	
	#home-carousel .carousel-caption {
		width: 100%!important;
		padding: 20px 20px 110px!important;
		margin: 0 auto!important;
		left: 0!important;
		/*background-color: #0084a9;*/
		bottom: 0;
		text-align: left!important;
        /*position: absolute!important;*/

	}
    
    .carousel-inner>.item{
        height:300px!important;
    }
	.nHeading2-40 {
    	font-size: 30px!important;
    	line-height: 36px!important;
	}
	
	.fs32, .nHeading-4 {
    	font-size: 24px !important;
		line-height: 32px !important;
	}
	
	#home-carousel .carousel-caption .btn {
		float: none !important;
	}
	
	/* Explore Sciex*/
	
	.home-section-2 .myBox {
		margin: 0 20px!important;
	}
	
	.explore-content {
		position: relative!important;
		width: 100%!important;
	}
	
	.explore-content .content {
		max-width: 100%!important;
		width: 100% !important;
		top: 0px!important;
		left: 10px!important;
		margin: 0 auto!important;
		/*position: relative!important;*/
		height: auto!important;
		display: inline-block!important;
	}
	
	.explore-content .content h2 {
    	font-size: 26px !important;
		line-height: 30px !important;
		color: #5f6062 !important;
		margin-top: 20px !important;
	}
	
	.explore-content .content p {
		text-align: left !important;
		font-size: 16px !important;
		line-height: 24px !important;
		color: #5f6062 !important;
	    margin-bottom: 20px !important;
	}
	
	.explore-content .content a {
		position: relative !important;
		left: 0!important;
		bottom: 0!important;
		float: left!important;
		margin-bottom: 10px!important;
	}
	
	.explore-thumb {
    	padding-left: 0!important;
		width: 100% !important;
	}
	
	.horizontal-icon-card .containerette {
		width: 100%!important;
		margin: 20px 0 !important;
	}
	
	/* Why SCIEX for our customers */
	
	.slider-cont {
		margin: 0 20px !important;
	}
	
	/* Why SCIEX for your application */
	
	.app-wrapper {
		display: table !important;
		margin: 0 20px !important;
	}
	
	.app-wrapper>div.app-list,
	.app-wrapper>div.app-content {
		display: inline-block !important;
		width: 100% !important;
	}
	
	
	/* Why SCIEX technology */
	
	.home-section-5 .tech-wrapper {
		margin: 0 10px!important;
	}
	
	.tech-wrapper .col-xs-3,
	.home-section-5 .tech-content.col-xs-9 {
    	width: 100% !important;
	}
	
	.tech-list p {
    	padding-top: 5px!important;
	}
	
	.tech-list p.active span.glyphicon {
			-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		right: 10px!important;
	}
	
	.tech-wrapper .tech-img {
		margin-top: 30px!important;
	}
	
	/* Why SCIEX people */
	
	.home-section-6-1 .eq-height .col-sm-6 img {
		width: 100% !important;
	}
	
	.eq-height>div.col-xs-12 {
		display: block!important;
    	padding: 0 20px !important;
	}
	
	.myTab2 {
		max-width: 100%!important;
		height: auto!important;
	}
	
	.myTab .nav-tabs li, .myTab2 .nav-tabs li {
		width: 50%!important;
	}
	
	
	/* Why SCIEX ...is a good question */
	
	.home-section-7 .col-sm-6 {
		padding: 0 20px!important;
	}
	
}
.tabcarousel .tech-list .tech-item {
    padding-top: 25px;
    text-align: left;
}
.tech-list .active>.tabtitle {
    color: #007DA4!important;
    border-color: #007DA4!important;
    cursor: pointer;
}
.tabcarousel .tech-list span {
    border-bottom: 1px solid #5f6062;
    padding-bottom: 10px;
}
.tabcarousel .tech-list .tabtitle {
    border-bottom: 1px solid #5f6062;
    padding-bottom: 10px;
}
.tech-list .active .tabtitle span.glyphicon {
    display: inline-block;
    float: right;
    border-bottom: none;
}
.tech-list .tabtitle span.glyphicon {
    display: none;
}
.tab-carousel .app-item {
	display: inline-block;
    width: 100%;
}
.tabcarousel .app-item.active>div{
	color: #fff;
 	background: #007DA4 !important;
}
.tabcarousel .app-list {
	padding-left: 0px;
	padding-right: 0px;
}
.tabcarousel .app-content {
    padding: 70px 50px !important;
}
.tabcarousel .app-item>div {
	width:100%;
    float: right;
    text-align: left;
    padding: 20px 10px 20px 10px;
	background-color: #f4f5f8;
}
.tabcarousel .tabimg {
  	position: absolute;
  	right:0;
  	bottom:0;
}
.tabcarousel .app-item.active img.icon-white, .app-item img.icon-grey {
    display: inline-block;
}
.tabcarousel .app-item.active img.icon-grey, .app-item img.icon-white {
    display: none;
}
.tabcarousel .tech-wrapper {
   position: relative;
}

.support-maintenance {
	padding: 20px;
	color: #fff;
	font-size:18px;
	line-height: 24px;
}
:root {
    --maroon-color: #9B2743;
    --yellow-color: #FBD872;
    --purple-color: #642F6C;
    --orange-color: #f59831;
    --blue-color: #007DA4;
    --blue-light-color: #00afdb;
    --blue-bg-color: #e4f1f5;
    --dark-green-color: #046A38;
    --purple-light-market: #EBE7EC;
    --green-light-market: #E9F1D9;
    --green-bright-market: #78BE20;
    --greytext-color: #5f6062;
    --bodytext-color: #585857;
    --pharma-color: #402B56;
    --food-color: #E75300;
    --environmental-color: #026937;
    --forensics-color: #A02842;
    --omics-color: #00A1D4;
    --clinical-color: #ACC37E;
    --technology-color: #003E52;
}

.app-page p, .app-page ul li {
    font-size: 16px;
    line-height: 24px;
    color: var(--bodytext-color, #585857);
    color: #585857;
}

.app-page ul li {
    font-size: 16px;
    line-height: 24px;
}

.fs11 {
    font-size: 11px;
    line-height:14px;
}

.fs12 {
    font-size: 12px;
    line-height: 16px;
}

.fs14 {
    font-size: 14px;
    line-height: 18px;
}

.fs15 {
    font-size: 15px;
    line-height: 22px;
}

.fs16 {
    font-size: 16px;
    line-height: 20px;
}

.fs18 {
    font-size: 18px;
    line-height: 24px;
}

.fs20 {
    font-size: 20px;
    line-height: 28px;
}

.fs24 {
    font-size: 24px;
    line-height: 32px;
}

.fs27 {
    font-size: 27px;
    line-height: 34px;
}

.fs32 {
    font-size: 32px;
}

.fs40 {
    font-size: 40px;
    line-height: 46px;
}

/*.padded-content > h1, aside.sidebar, .callouts, .padded-content .product-details, .padded-content .product-intro {
    display: none;
}*/

.col-md-9.content-right {
    width: 100%;
}

h2 {
    font-size: 24px;
    line-height: 30px;
}

.intro-module h2 {
    margin: 10px 0 20px;
}

h3 {
    background: none;
    font-size: 24px;
    line-height: 30px;
    padding: 0;
    margin-bottom: 0;
}

.support-comp h3 {
    margin-bottom: 20px;
}

h4 {
    /*margin: 0;*/
    line-height: 26px;
}

h3.myheading-3 {
    margin: 10px 0;
}

h4.myheading-4, .flex-item h4 {
    margin: 10px 0;
}

.flex-basis-3 h4,
.flex-basis-4 h4,
.flex-basis-5 h4 {
    margin: 20px 0 !important;
}

.child-page-listing .flex-basis-3 h4 {
    margin: 0 !important;
    line-height: 50px !important;
}

h2.custom-heading-2 {
    font-size: 18px;
}

#ruoNum {
    font-size: 11px;
    line-height: 18px;
}

div#modal-add-instrument, #modal-close-case {
	margin: 140px auto 20px;
}

.orange-btn {
	background: #F99D31;
}
.orange-btn:hover {
    background: #ce8128 !important;
}
/*hero component */
.mBott30 {
	margin-bottom: 3rem !important;
}
.pad-top60 {
	padding-top: 60px;
}
.pad10{
	padding:10px;
}
.pad20{
	padding:10px;
}
.hero-component #event-promo>div {
	min-height: 350px;
}
.hero-component .banner-caption ul {
	padding: 0 !important;
}
.hero-component .banner-caption ul>li {
	margin-bottom: 15px;
}
.hero-component #event-promo .hero-date {
	font-size: 20px;
	line-height: 26px;
}
.hero-component .video50 .video-img {
	float: right;
}
.hero-component #event-promo {
	background-size: cover;
	background-repeat: no-repeat;
}
@media(min-width: 480px) {
	.add-instrument-form .actions {
		flex-direction: row !important;
	}
}
.add-instrument-form .actions .btn {
	min-width: 180px;
}
.add-instrument-form .actions {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-end;
	justify-content: flex-end;
}

.no-padding, .intro-module .hor-list-box, .intro-module .wrapper .multi-column {
    padding: 0 !important;
}

.app-page > div, .spacing, .product-page > div {
    margin-top: 40px;
}

.p-space, .featured-column h4, .featured-column p, .featured-column.featured-image.column-1 h4 {
    margin-bottom: 20px !important;
}

.featured-column.featured-image .flex-basis-2 h4,
.featured-column.featured-image .flex-basis-3 h4 {
    margin-bottom: 40px !important;
}

.section-space {
    margin-bottom: 80px !important;
}

.no-space, .featured-column.multi-column p:last-Child {
    margin: 0 !important;
    padding: 0 !important;
}

.event-details > p {
	line-height: 24px!important;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px;
}

#new-breadcrumbs {
    margin: 20px 0px;
}

#new-breadcrumbs li a, #new-breadcrumbs li span {
    color: #5f6062;
    color: var(--greytext-color);
    font-size: 14px !important;
    text-transform: capitalize;
}

#new-breadcrumbs li:last-Child {
    font-weight: bold;
}
/* Referencelinks component styles */
.ref-links {
	padding:10px;
}
 .ref-links ul {
 	padding-left: 0px;
 }
 .ref-links li a {
 	align-self: center;
 }
.ref-links li {
	display: flex;
	list-style: none;
}
.ref-links li img {
	padding-right: 10px;
	height: 24px;
}

div.shade-box {
	background: #f4f4f4;
    padding: 15px;
}

.flex-container p {
    font-size: 14px;
    line-height: 20px;
}

/*#body>div:first-Child{*/
#body > div {
    max-width: 100%;
    padding: 0;
    padding-bottom: 0;
}

.content-container {
    padding: 0;
}

.main-content {
    margin-top: 0 !important;
}

.main-content, #breadcrumbs {
    margin: 0 auto;
    max-width: 1140px;
}

.maroon-box {
    background: var(--maroon-color) !important;
    background: #9B2743 !important;
}

.maroon-text {
    color: var(--maroon-color) !important;
    color: #9B2743 !important;
}

.darkmaroon-bg {
    color: var(--maroon-color) !important;
    color: #9B2743 !important;
}

.orange-box {
    background: var(--orange-color, #f59831) !important;
    background: #f59831 !important;
}

.orange-text {
    color: var(--orange-color, #f59831) !important;
    color: #f59831 !important;
}

.orange-bg {
    background: #f59831 !important;
}

.grey-text {
    color: var(--greytext-color, #5f6062);
    color: #5f6062;
}

.blue-box, .darkblue-bg {
    background: var(--blue-color, #007DA4) !important;
    background: #007DA4 !important;
}

.blue-light-box {
    background: var(--blue-light-color, #00afdb) !important;
    background: #00afdb !important;
}

.green-box {
    background: var(--dark-green-color, #046A38) !important;
    background: #046A38 !important;
}

.purple-box, .pharma-box {
    background: var(--purple-color, #642F6C) !important;
    background: #642F6C !important;
}

.darkpurple-bg {
    background: var(--pharma-color, #402B56) !important;
    background: #402B56 !important;
}

.purple-bg, .pharma-bg {
    background: var(--purple-light-market, #EBE7EC) !important;
    background: #EBE7EC !important
}

.purple-text, .pharma-text {
    color: var(--pharma-color, #402B56) !important;
    color: #402B56 !important;
}

.purple-border-top {
    border-top: 2px solid var(--pharma-color, #402B56) !important;
    border-top: 2px solid #402B56 !important;
}

.lightblue-text {
    color: var(--blue-light-color, #00afdb) !important;
    color: #00afdb !important;
}

.blue-bg {
    background: var(--blue-bg-color, #e4f1f5) !important;
    background: #e4f1f5 !important;
}

.blue-text {
    color: var(--blue-color, #007DA4) !important;
    color: #007DA4 !important;
}

.blue-border-top {
    border-top: 2px solid var(--blue-color, #007DA4) !important;
    border-top: 2px solid #007DA4 !important;
}

.bright-green-bg {
    background: var(--green-bright-market, #78BE20) !important;
    background: #78BE20 !important;
}

.green-bg {
    background: var(--green-light-market, #E9F1D9) !important;
    background: #E9F1D9 !important;
}

.green-text {
    color: var(--green-bright-market, #78BE20) !important;
    color: #78BE20 !important;
}

.green-border-top {
    border-top: 2px solid var(--green-bright-market, #78BE20) !important;
    border-top: 2px solid #78BE20 !important;
}

.yellow-bg {
    background: var(--yellow-color) !important;
    background: #FBD872 !important;
}

.yellow-text {
    color: var(--yellow-color, #FBD872);
    color: #FBD872;
}

.yellow-border-top {
    border-top: 5px solid var(--yellow-color, #FBD872) !important;
    border-top: 5px solid #FBD872 !important;
}

.white-text {
    color: #FFF !important;
}

.body-text {
    color: var(--bodytext-color, #585857);
    color: #585857;
}

.maroon-border-top {
    border-top: 5px solid var(--maroon-color) !important;
    border-top: 5px solid #9B2743 !important;
}

.clinical-box {
    background-color: #ACC37E !important;
}

.darkclinical-bg {
    background-color: #ACC37E !important;
}

.clinical-text {
    color: #ACC37E !important;
}

.clinical-bg {
    background: #F8F8F1 !important;
}

.clinical-border-top {
    border-top: 2px solid var(--clinical-color, #ACC37E) !important;
    border-top: 2px solid #ACC37E !important;
}

.omics-box {
    background-color: var(--omics-color, #00A1D4);
    background-color: #00A1D4 !important;
}

.darkomics-bg {
    background-color: var(--omics-color, #00A1D4);
    background-color: #00A1D4 !important;
}

.omics-text {
    color: var(--omics-color, #00A1D4);
    color: #00A1D4 !important;
}

.omics-bg {
    background: #EBF6FC !important;
}

.omics-border-top {
    border-top: 2px solid var(--omics-color, #00A1D4) !important;
    border-top: 2px solid #00A1D4 !important;
}

.darkforensics-bg {
    background-color: #A02842 !important;
}

.forensics-text {
    color: #A02842 !important;
}

.forensics-bg {
    background: #F9E9E9 !important;
}

.forensics-border-top {
    border-top: 2px solid var(--forensics-color, #A02842) !important;
    border-top: 2px solid #A02842 !important;
}

.envt-box {
    background-color: var(--environmental-color, #026937);
    background-color: #026937 !important;
}

.darkenvt-bg {
    background-color: var(--environmental-color, #026937);
    background-color: #026937 !important;
}

.envt-text {
    color: var(--environmental-color, #026937);
    color: #026937 !important;
}

.envt-bg {
    background: #E8EFE8 !important;
}

.envt-border-top {
    border-top: 2px solid var(--environmental-color, #026937) !important;
    border-top: 2px solid #026937 !important;
}

.food-box {
    background-color: var(--food-color, #E75300);
    background-color: #E75300 !important;
}

.darkfood-bg {
    background-color: var(--food-color, #E75300);
    background-color: #E75300 !important;
}

.food-text {
    color: var(--food-color, #E75300);
    color: #E75300 !important;
}

.food-bg {
    background: #FFEEE4 !important;
}

.food-border-top {
    border-top: 2px solid var(--food-color, #E75300) !important;
    border-top: 2px solid #E75300 !important;
}

.darksoftware-bg {
    background-color: #c0c0c0 !important;
}

.software-bg {
    background-color: #efefef !important;
}

.software-border-top, .grey-border-top {
    border-top: 2px solid #c0c0c0 !important;
}

.software-text {
    color: #c0c0c0 !important;
}

.tech-bg {
    background: #e5ecee !important;
}

.darktech-bg {
    background: var(--technology-color) !important;
    background: #003E52 !important;
}

.tech-text, .tech-table .check-mark, .tech-table-box .check-mark {
    color: var(--technology-color, #003E52);
    color: #003E52;
}

.tech-border-top {
    border-top: 2px solid #003E52 !important;
}

.tech-table th, .tech-table-box th {
    text-align: center !important;
    padding: 15px 0;
    background: var(--technology-color, #003E52) !important;
    background: #003E52 !important;
    color: #FFF !important;
}

.tech-table.table-striped > tbody > tr:hover > td {
    background-color: rgba(238, 119, 0, 0.1) !important;;
}

.tech-table.table-striped > tbody > tr:nth-child(odd) > td, .tech-table.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #F2F5F6;
}

.tech-table.table-striped > tbody > tr:nth-child(even) > td, .tech-table.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #e5ecee;
}

table.tech-table th, table.tech-table td, table.tech-table-box th, table.tech-table-box td {
    padding: 15px;
}

.tech-table th:first-Child, .tech-table tr > td:first-Child, .tech-table-box th:first-Child, .tech-table-box tr > td:first-Child {
    text-align: left !important;
}

.tech-table td, .tech-table th, .tech-table-box td, .tech-table-box th {
    border: 0 !important;
}

.body-header {
    padding: 0;
    margin-top: 0 !important;
}

.headerImage {
    padding: 0;
    max-height: 350px;
}

#mobile-header-img {
    display: none;
}

.left-background {
    /* background-image: url(https://images.sciex.com/solutions/pharma/bCharacterization/Biologics_Characterization_Header_Left_2x350.jpg); */
    background-color: #3c2b54;
    width: 50%;
    height: 350px;
    position: absolute;
    left: 0;
}

.center-background {
    background-image: url(https://images.sciex.com/solutions/pharma/bCharacterization/Biologics_Charactisation_Header_1140x350.jpg);
    width: 100%;
    height: 350px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.right-background {
    /* background-image: url(https://images.sciex.com/solutions/pharma/bCharacterization/Biologics_Characterization_Header_Right_4x350.jpg); */
    background-color: #3c2b54;
    width: 50%;
    height: 350px;
    position: absolute;
    right: 0;
}

.new-btn {
    display: block;
}

.border {
    border: 1px solid #d3d3d3;
}

.quote-box {
    text-align: center;
    padding: 20px;
}

.quote-box p {
    margin-bottom: 0;
}

.quote-box .fa {
    display: block;
    font-size: 4rem;
}

.floating-quote > div {
    display: inline;
}

.floating-quote > p {
    display: flex;
    position: relative;
}

.floating-quote .fa {
    -webkit-text-stroke-color: #5f6062;
}

.floating-quote span {
    padding: 30px 50px 20px;
}

.floating-quote .fa-quote-left {
    position: absolute;
    top: 0;
    left: 0;
}

.floating-quote .fa-quote-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.multi-column .quote-box {
    padding: 40px !important;
}

.multi-column .quote-box .fa {
    font-size: 8rem;
    min-height: 100px;
    line-height: 110px;
    margin-bottom: 30px;
}

.new-table,
.new-table-box {
    border: none !important;
}

.new-table th,
.new-table-box th {
    text-align: center;
    padding: 15px 0;
    background: var(--blue-color, #007DA4) !important;
    background: #007DA4 !important;
    color: #FFF !important;
}

.new-table.table-striped > tbody > tr:hover > td {
    background-color: rgba(238, 119, 0, 0.1) !important;;
}

.new-table.table-striped > tbody > tr:nth-child(odd) > td, .new-table.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #e4f1f5;
}

.new-table-box.table-striped > tbody > tr:nth-child(odd) > td, .new-table-box.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ffffff !important;
}

table.new-table.generic th,
table.new-table.generic td,
table.new-table-box.generic th,
table.new-table-box.generic td {
    padding: 15px;
}

.new-table .check-mark,
.new-table-box .check-mark {
    color: #007DA4;
}

.new-table th:first-Child, .new-table tr > td:first-Child,
.new-table-box th:first-Child, .new-table-box tr > td:first-Child {
    text-align: left !important;
}

.new-table td, .new-table th,
.new-table-box td, .new-table-box th {
    border: 0 !important;
}

.new-table td,
.new-table-box td {
    padding: 15px;
    text-align: center;
}

.new-table.left-aligned td {
    text-align: left;
}

/* Color bar Starts */
.color-bar {
    height: 250px;
    margin: 0 !important;
}

.color-bar > div {
    align-self: center;
    height: 100%;
}

.color-bar .flex-container {
    flex-wrap: nowrap;
}

.color-bar .flex-item {
    text-align: left;
    align-self: center;
}

.color-bar h1 {
    display: inline;
    font-size: 36px;
}

.sm-color-bar {
    padding: 20px;
    text-align: center;
    margin: 40px 0;
}

/* Color bar Ends */
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-container {
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.multi-row.flex-container {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.flex-item {
    text-align: center;
}

.line-clamp {
    display: inline-block;
    position: relative;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
    -webkit-line-clamp: 1;
    height: 20px;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: 40px;
    line-height: 20px;
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    height: 60px;
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
    height: 80px;
}

.intro-module {
    padding: 10px;
}

.support-box .flex-item > div, .featured-column .flex-item:last-Child {
    padding: 20px;
}

.new-sciex-team {
    margin: 1% 0;
    background: #fff;
}

.new-sciex-team > div {
    align-items: center;
}

.new-sciex-team p {
    line-height: 24px;
}

.ask-team {
    padding: 0 20%;
}

.support-comp {
    background: #e5f2f6;
    padding-top: 40px;
    margin-top: 0px;
    padding-bottom: 10px;
}

.support-box img {
    display: block;
    margin: 15px auto;
}

.support-box .flex-item:hover a {
    /*color:#FFF;*/
}

.support-box .flex-item:first-Child {
    padding-left: 0;
}

.support-box .flex-item:last-Child {
    padding-right: 0;
}

.cta-button {
    text-transform: uppercase;
    text-align: center;
    line-height: 52px;
    margin: 0;
    padding-bottom: 30px;
}

.cta-button .cta {
    padding: 0;
}

.cta-button .cta a img {
    padding-right: 10px;
}

.cta-button .cta:nth-Child(2) {
    padding: 0 1%;
}

.support-comp .education {
    margin-bottom: 1% !important;
    background: #e5f2f6;
}

.support-comp .education .flex-item div {
    padding: 40px;
    background: #FFF;
}

.flex-basis-1 {
    flex-basis: 100%;
}

.demo-video .flex-basis-2 {
    flex-basis: 50%;
    padding: 0;
    margin: 0;
}

.demo-video .flex-basis-2 img {
    width: 100%;
}

.flex-basis-2 {
    flex-basis: 49.5%;
    padding: 0 10px;
    margin: 0;
}

.support-comp .flex-basis-2 {
    padding: 0 !important;
    background-color: #fff;
}

.flex-basis-3 {
    flex-basis: 32.75%;
}

.multi-row .flex-basis-3 {
    flex-basis: 32.6%;
    margin-right: 1% !important;
    margin-bottom: 1%;
    margin-bottom: 0.8vw;
}

.multi-row .flex-basis-3:nth-child(3n) {
    margin-right: 0 !important;
    margin-bottom: 1%;
    margin-bottom: 0.8vw;
}

.multi-row .flex-basis-3:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.flex-basis-4 {
    flex-basis: 24.3%;
}

.card-layout .flex-basis-4 {
    flex-basis: 24.2%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-bottom: 0.8vw;
}

.intro-module .multi-row .flex-basis-4 {
    flex-basis: 24.2%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-bottom: 0.8vw;
}
.intro-module .multi-row .flex-basis-5 {
    margin-right: auto !important;
    flex-basis: 18.25%;
    margin-top: 0px !important;
    margin-bottom: 1%;
    margin-bottom: 0.8vw;
}
.intro-module .flex-basis-4:nth-child(4n),
.card-layout .flex-basis-4:nth-child(4n) {
    margin-right: 0;
}

.intro-module .flex-basis-4:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.flex-basis-5 {
    flex-basis: 19.25%;
}

.featured-column .flex-basis-5 {
    flex-basis: 22.25%;
}

.flex-basis-6 {
    flex-basis: 16%;
}

.flex-grow-3 {
    flex-grow: 3;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-item .flex-content, .hor-list-box .flex-intro > div {
    padding: 0;
    display: block;
    position: relative;
    /*padding-bottom: 60px;*/
    height: 100%;
}

.support-box .flex-item {
    /*transition: all 0.3s ease;*/
}

.support-box .flex-item:hover {
    /*opacity: 0.7 !important;
    transition: all 0.3s ease;*/
}

a.new-btn:hover {
    background: var(--blue-light-color, #00afdb) !important;
    background: #00afdb !important;
}

.multi-column .learnMore {
    position: absolute;
    bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #dbdbdb;
    left: 0px;
    right: 0px;
    text-align: left;
}
.hor-list-box .learnMore {
    position: absolute;
    bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #dbdbdb;
    left: 0px;
    right: 0px;
    text-align: left;
}
.multi-column .flex-basis-3 .learnMore,
.multi-column .flex-basis-4 .learnMore,
.multi-column .flex-basis-5 .learnMore {
    bottom: 10px;
    padding-top: 20px;
}

.featured-column.multi-column .flex-basis-3 .learnMore, .relative-content {
    position: relative;
}

.flex-item .flex-content img {
    width: 100% !important;
}

.featured-column.featured-icons .flex-item .flex-content img {
    max-width: 180px;
    max-height: 100px;
    height: 100%;
    width: auto !important;
}

.hor-list-box .flex-intro > div {
    padding: 0 !important;
    position: absolute;
    width: 100% !important;
}

.hor-list-box .learnMore {
    left: 0;
    right: 0;
}

.support-box .flex-item, .multi-column .flex-item {
    padding: 0;
}

.hor-list-box .flex-item.flex-intro {
    background-color: transparent !important;
}

.hor-list-box .flex-item,
.multi-column .flex-item {
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.hor-list-box.downloads .flex-item:hover .flex-img img {
    opacity: 0.3;
    transition: all 0.3s ease;
}

.hor-list-box.downloads .flex-item:hover .flex-img:before {
    content: url('https://images.sciex.com/shared/icons/download-icon40.png');
    position: absolute;
    z-index: 99;
    display: inline-block;
    vertical-align: middle;
    top: 33%;
    left: 33%;
}

.hor-list-box.downloads .flex-item .flex-img {
    background-color: rgba(0, 0, 0, 0.8) !important;
    transition: all 0.3s ease;
    position: relative;
}

.multi-column .flex-item:hover,
.hor-list-box .flex-item:hover {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.multi-column .flex-item:hover .learnMore a,
.hor-list-box .flex-item:hover .learnMore a {
    color: var(--orange-color, #f59831) !important;
    color: #f59831 !important;
}

.multi-column .flex-item:hover .learnMore a.btn,
.hor-list-box .flex-item:hover .learnMore a.btn {
    color: var(--white-color, #ffffff) !important;
    color: #ffffff !important;
}

.featured-column.multi-column .flex-item:hover,
.card-layout.multi-column .flex-item:hover {
    box-shadow: none !important;
    -o-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.multi-column .flex-wrap, .hor-list-box .flex-wrap {
    position: relative;
    padding: 10px;
    height: 100%;
    width: 100%;
}

.multi-column .flex-basis-2 {
    padding: 15px 20px;
}

.multi-column .flex-wrap .flex-content a.container-link, .hor-list-box .flex-wrap .flex a.container-link {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
}

.opacity-bg {
    opacity: 0;
    background-color: #fff;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.multi-column .flex-item:hover img {
    opacity: .9;
}

.multi-column .flex-item:hover .blue-text {
    color: var(--blue-light-color, #00afdb);
    color: #00afdb;
}

.in-page-image {
    margin: 40px 0;
}

/* Downloads */
.hor-list-box.downloads .flex-img {
    /* new */
    display: flex;
    margin-right: 10px;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
}

.downloads .flex-intro {
    width: 85%;
    padding: 10px;
}

.downloads h4 {
    font-size: 14px;
    line-height: 20px;
}

/*END DOWNLOADS */
.hor-list-box .flex-img {
    /* new */
    display: flex;
    margin-right: 10px;
    width: 185px;
    height: 185px !important;
    min-width: 185px !important;
}

.hor-list-box .flex-img img {
    align-self: center;
    min-width: 100% !important;
}

.flex-intro {
    width: 65%;
    padding: 10px;
}

.hor-list-box {
    /*padding: 10px !important;*/
}

.hor-list-box .flex-basis-1 .flex {
    width: 100%;
}

.hor-list-box .flex-basis-1 .flex-intro {
    width: 100%;
}

.hor-list-box .flex-basis-1, .hor-list-box .flex-basis-2 {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 0px;
    margin: 0;
}

.intro-module .hor-list-box.hor-list-box-multi .flex-basis-2,
.hor-list-box.hor-list-box-multi .flex-basis-2 {
    margin-bottom: 1% !important;
    margin-bottom: 0.6vw !important;
}

.intro-module .hor-list-box.hor-list-box-multi div.no-margin,
.hor-list-box.hor-list-box-multi div.no-margin,
.intro-module .hor-list-box.hor-list-box-multi div.no-margin,
.hor-list-box.hor-list-box-multi div.no-margin {
    margin-bottom: 0 !important;
}

.hor-list-box .flex-item .flex {
    padding: 0px !important;
    justify-content: normal !important;
    position: relative;
}

.hor-list-box .flex-intro {
    padding: 0;
    text-align: left;
    position: relative;
}

.hor-list-box h4, .card-top h4 {
    margin-top: 10px;
}

.featured-column h4 {
    margin-top: 0 !important;
}

.hor-list-box p {
    margin-bottom: 10px;
}

.glyphicon-chevron-right:before {
    content: "\f105" !important;
    font-family: 'FontAwesome' !importanT;
}

.video-cont {
    width: 100%;
    margin: 0 auto !important;
    display: inline-block;
    text-align: center;
}

.myVideo {
    width: 60%;
    height: auto;
    margin-top: -30px;
}

.featured-column .flex-item {
    text-align: left;
}

.featured-column h4 {
    font-size: 24px;
    line-height: 30px;
}

.featured-column p {
    line-height: 24px;
    font-size: 16px;
}

.featured-column.multi-column .flex-icon {
    text-align: center;
    align-self: center;
}

.featured-column.multi-column .flex-basis-2 .flex-content {
    padding: 40px;
}

.featured-column.featured-image.multi-column .flex-basis-2 .flex-content {
    padding: 0;
}

.featured-column.featured-image.multi-column .flex-text {
    padding: 40px 40px;
}

.featured-column.featured-image.multi-column .flex-basis-4 .flex-text {
    padding: 20px 20px;
}

.featured-column.featured-icons.multi-column .flex-content > div {
    padding: 0;
}

.featured-column.featured-icons.multi-column h4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.featured-column.featured-icons.multi-column .btn,
.featured-column .btn {
    padding: 15px 30px !important;
}

.featured-column.column-1 {
    margin-bottom: 20px;
}

.featured-column.featured-image.column-1.flex-container .flex-basis-2 {
    flex-basis: 49.5%;
    margin: 0;
    padding: 0;
}

.featured-column.featured-image.column-1.flex-container .flex-basis-2.flex-text {
    flex-basis: 49.5%;
    margin: 0;
    padding: 0;
}

.featured-column.featured-image.column-1.flex-container .flex-basis-2.flex-text h4,
.featured-column.featured-image.column-1.flex-container .flex-basis-2.flex-text p,
.featured-column.featured-image.column-1.flex-container .flex-basis-2.flex-text div {
    padding: 0 6%;
}

.featured-column.featured-image.column-1.flex-container img,
.featured-column.featured-img.column-1.flex.flex-container .flex-img img {
    width: 100%;
}

.featured-column.column-1 .flex-item:first-Child {
    text-align: center !important;
    align-self: center !important;
}

.featured-column.column-1 .learnMore {
    text-align: left;
}

.featured-column .learnMore {
    border: none;
    bottom: 20px;
    text-align: center;
}

.btn.blue-box:hover {
    background: var(--orange-color, #f59831) !important;
    background: #f59831 !important;
}

#new-breadcrumbs li a:hover, a.blue-text:hover, a.lightblue-text:hover {
    color: var(--orange-color, #f59831) !important;
    color: #f59831 !important;
}

a.orange-text:hover, a.green-text:hover, a.purple-text:hover {
    color: var(--blue-light-color, #00afdb) !important;
    color: #00afdb !important;
}

.featured-column.multi-column .flex-item {
    padding: 0;
    margin-bottom: 1%;
    margin-bottom: 0.8vw;
}

.featured-column.multi-column.multi-row .flex-item {
    margin-bottom: 1%;
    margin-bottom: 0.8vw;
}

.featured-column.multi-column .flex-item.flex-basis-2 {
    padding: 0;
}

.featured-column.multi-column .flex-content {
    padding: 0px;
    display: block;
    position: relative;
    height: 100%;
    text-align: center;
    margin: 0;
}

.featured-column.featured-icons.multi-column .flex-content,
.featured-column.multi-column.multi-row .flex-content {
    padding: 40px;
}

.featured-column.featured-image.multi-column.multi-row .flex-basis-3 .flex-content {
    padding: 0px;
}
.genQuantMenu img:last-child{display:none;}
.genQuantMenu:hover img:first-child{display: none;}
.genQuantMenu:hover img:last-child{display: inline-block;}

.featured-column.column-1 .flex-basis-2.flex-image, .featured-column.column-1 .flex-basis-2.flex-text, .demo-video .flex-item {
    text-align: center;
    align-self: center;
}

.demo-video .flex-content {
    padding: 15%;
}

.demo-video h3 {
    padding-bottom: 20px;
}

.card-layout .flex-content {
    padding: 20px;
}

.card-layout .flex-text {
    position: relative;
    display: block;
    height: 100%;
    padding-bottom: 30px;
}

.card-layout .flex-basis-3 .flex-text {
    padding-bottom: 0 !important;
}

.card-layout .flex-text h4 {
    margin: 0 0 20px !important;
}

.card-layout .learnMore {
    text-align: center;
    border-top: none;
    bottom: 15px;
}

.card-layout .learnMore span {
    float: none;
    padding-left: 10px;
}

.multi-color-box .box-image {
    padding: 15px;
}

.multi-color-box .box-image .flex-item:first-Child {
    width: 40%;
}

.box-image .flex-intro {
    align-self: center;
    padding: 5px 15px;
}

.wrapper .multi-column {
    padding: 10px;
}

/*Learning Centre */
.full-width-bar {
    padding-top: 40px;
    padding-bottom: 0px;
}

.learning-page-listing {
    background: #fff;
}

.learning-page-listing > .flex-container, .demo-video .flex-container {
    flex-wrap: nowrap;
}

.learning-page-listing .flex-item {
    padding: 20px;
    text-align: left;
}

.learning-page-listing .flex-content .flex-item .flex-item {
    padding: 0 10px;
    margin: 0;
}

.learning-page-listing .flex-content > .flex-item:last-Child {
    padding: 20px 2%;
}

.learning-page-listing a:hover, .child-page-listing a:hover span {
    color: var(--orange-color, #f59831);
    color: #f59831;
}

.learning-page-listing a p:hover {
    color: var(--orange-color, #f59831);
    color: #f59831;
}

.learning-page-listing ul li:hover a p,
.learning-page-listing ul li:hover a span {
    color: var(--orange-color, #f59831);
    color: #f59831;
}

.learning-page-listing .flex-content a span {
    color: #b3b3b3;
    float: right;
    font-size: 22px;
}

.learning-page-listing .line-clamp {
    width: 90%;
    color: var(--greytext-color, #5f6062);
    color: #5f6062;
}

.learning-page-listing .store-image {
    position: relative;
}

.learning-page-listing .flex-content .blue-box {
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 8px 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.learning-page-listing .blue-light-box:hover {
    background: var(--orange-color, #f59831) !important;
    background: #f59831 !important;
}

.learning-page-listing ul {
    list-style-type: none;
    padding: 0;
    width: 100% !important;
}

.learning-page-listing ul li {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}

.learning-page-listing ul li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.learning-page-listing ul li a p {
    margin-bottom: 0px !important;
}

.learning-page-listing .store-image {
    max-width: 350px;
}

.learning-page-listing .flex-content .blue-box {
    bottom: 0;
    width: 100%;
    top: auto;
}

/*child page ends */
/*child page starts */
.full-width-bar {
    padding-top: 40px;
    padding-bottom: 0px;
}

.child-page-listing {
    background: #fff;
}

.child-page-listing > .flex-container, .demo-video .flex-container {
    flex-wrap: nowrap;
}

.child-page-listing .flex-item {
    padding: 20px;
    text-align: left;
}

.child-page-listing .flex-content .flex-item .flex-item {
    padding: 0 10px;
    margin: 0;
}

.child-page-listing .flex-content > .flex-item:last-Child {
    padding: 20px 0;
}

.child-page-listing a:hover, .child-page-listing a:hover span {
    color: var(--orange-color, #f59831);
    color: #f59831;
}

.child-page-listing a p:hover {
    color: var(--blue-light-color, #00afdb);
    color: #00afdb !important;
}

.child-page-listing .flex-content a span {
    color: #b3b3b3;
    float: right;
}

.child-page-listing .line-clamp {
    width: 90%;
    color: var(--greytext-color, #5f6062);
    color: #5f6062;
}

.child-page-listing .store-image {
    position: relative;
}

.child-page-listing .flex-content .blue-box {
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 8px 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.child-page-listing .blue-light-box:hover {
    background: var(--orange-color, #f59831) !important;
    background: #f59831 !important;
}

.child-page-listing ul {
    list-style-type: none;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    padding: 0;
}

.child-page-listing ul li {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}

.child-page-listing ul li a p {
    margin-bottom: 0px !important;
}

.child-page-listing .store-image {
    max-width: 350px;
}

.child-page-listing .flex-content .blue-box {
    bottom: 0;
    width: 100%;
    top: auto;
}

/*child page ends */
/* image popup starts */
.modal-dialog {
    margin-top: 10%;
    width: auto;
    max-width: 800px;
}

#imageModal #imgCaption {
    padding: 15px;
}

/* image popup ends */
/* callout-image starts */
#circle-1 {
    top: 15%;
    left: 55%;
}

#circle-2 {
    top: 46%;
    left: 13%;
}

#circle-3 {
    top: 53%;
    left: 13%;
}

#circle-4 {
    top: 55%;
    left: 80%;
}

#circle-5 {
    top: 25%;
    left: 80%;
}

.callout-circle > div {
    background: #676470;
    color: #fff;
    transition: all 0.3s ease;
    border: 2px #F99D31 solid;
    padding: 10px;
    font-size: 14px;
    line-height: 0.5em;
    color: #000;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    min-width: 31px;
}

.callout-circle > div:hover, .callout-circle > div.active {
    box-shadow: 0 0 0 35px rgba(249, 157, 49, .3);
}

.callout-block {
    position: relative;
}

.callout-block > div.flex-item:nth-of-type(2) {
    order: 2;
    flex-basis: 550px;
    margin: 0 20px;
    position: relative;
}

.callout-block > div.flex-item:nth-of-type(1) {
    order: 1;
    flex-basis: 275px;
    align-self: center;
}

.callout-block > div.flex-item:nth-of-type(3) {
    order: 3;
    flex-basis: 275px;
    align-self: center;
}

.callout-block h6 {
    font-size: 14px;
    color: #007DA4;
    display: inline-block;
    margin-bottom: 0;
}

.callout-text > div {
    font-size: 14px;
    width: 275px;
    text-align: left;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.callout-text > div:hover, .callout-text > div.active {
    opacity: 1;
}

/* callout-image ends */
.video50 {
    display: table;
    margin: 0;
}

.video50 .video-img, .video50 .video-content {
    padding: 0;
    display: table-cell;
    float: none;
    vertical-align: top;
}

.video50 .video-img > img:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.video50 .video-content > div {
    padding: 60px 50px;
}

.video50 .video-content h4 {
    margin-bottom: 20px;
}

.video50 .video-content p:first-Child {
    margin-bottom: 30px;
}

.video50 .video-img a > p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.video50 .video-img span:first-Child {
    width: 2em;
    height: 2em;
    padding-top: 0.4em;
    padding-left: 0.2em;
    border-radius: 100%;
    border: 2px solid #fff;
    display: block;
    margin-bottom: 10px;
}

.video50 .video-content p > span {
    padding-right: 15px;
}

.m-top20 {
    margin-top: 20px;
}

.flex-basis-33 {
    width: 33.33%;
}

.flex-basis-66 {
    width: 66.66%;
}

.tri-panel {
    padding: 10px;
}

.tri-panel > .flex-basis-66 {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, .5);
    transition: all .3s ease;
}

.tri-panel .panel-img {
    padding: 10px;
    position: relative;
}

.tri-panel .panel-img a > p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.tri-panel .panel-img span:first-Child {
    width: 2em;
    height: 2em;
    padding-top: .4em;
    padding-left: .2em;
    border-radius: 100%;
    border: 2px solid #fff;
    display: block;
    margin-bottom: 10px;
}

.tri-panel .panel-text {
    padding: 10% 5%;
    text-align: left;
}

.tri-panel .panel-list {
    padding-left: 10px;
}

/*.tri-panel .panel-list .containerette{*/
.panel-list .containerette {
    background-color: rgba(255, 255, 255, .5);
    transition: all .3s ease;
    margin-bottom: 5px;
    width: 100%;
}

.tri-panel .panel-list .containerette a.flex {
    text-align: left;
    align-self: center;
    padding: 0 10px;
    width: 100%;
}

.tri-panel .panel-list .containerette:last-child {
    margin-bottom: 0 !important;
}

.tri-panel .containerette .fa {
    font-size: 0.75em;
    width: 3.2em;
    height: 3em;
    padding-top: 0.65em;
    padding-left: 1em;
    margin-right: 10px;
}

.containerette .fa.fa-circle-thinner {
    border-radius: 100%;
    border: 3.5px solid;
}

.containerette .fa.fa-rss-square {
    font-size: 2.5em;
    width: 2em;
    height: 1em;
    padding-top: 0;
    padding-left: 0.5em;
}

.tri-panel .flex-wrap {
    position: relative;
    padding: 10px;
    height: 100%;
    width: 100%;
}

.tri-panel h4, .tri-panel p {
    margin: 0;
}

.tri-panel .panel-list .flex-item {
    text-align: left;
}

.w-100 {
    width: 100%;
}

.tri-panel h4 {
    text-align: left;
}

div.videoContainer {
    text-align: center;
}

#closeIcon {
    display: none;
    width: 19px;
    height: 19px;
    right: 25px;
    top: 38px;
    position: absolute;
    z-index: 4;
}

#popUpVideoBackground {
    background-color: grey;
    display: none;
    z-index: 3;
    position: absolute;
    opacity: 0.9;
    top: -100%;
    left: -100%;
    width: 500%;
    height: 500%;
}

#popUpVideoContainer {
    padding: 38px;
    left: 20%;
    width: 60%;
    height: auto;
    border: 2px solid black;
    top: 15%;
    position: fixed;
    display: none;
    background-color: white;
    font-size: 28px;
    z-index: 4;
}

#videoCaption {
    line-height: 30px;
}

#popUpVideo {
    display: none;
    z-index: 4;
    margin: auto;
    width: 100%;
    height: auto;
    right: 0px;
    bottom: 0px;
    position: relative;
}

@media screen and (min-width: 0\0
) {
    .fa.yellow-text {
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }

    .fa.white-text {
        text-shadow: 1px 1px 0 #5f6062, -1px -1px 0 #5f6062, 1px -1px 0 #5f6062, -1px 1px 0 #5f6062, 1px 1px 0 #5f6062;
    }

    .flex {
        display: table !important;
        width: 100%;
    }

    .flex-item {
        display: table-cell !important;
        vertical-align: middle;
    }

    .flex-basis-1 {
        width: 100%;
        flex-basis: auto;
    }

    .flex-basis-2 {
        width: 49.5%;
        flex-basis: auto;
        padding: 0 10px;
        margin: 0 -10px;
    }

    .flex-basis-3 {
        width: 32.75%;
        flex-basis: auto;
    }

    .flex-basis-4 {
        width: 24.3%;
        flex-basis: auto;
    }

    .flex-basis-5 {
        width: 19.25%;
        flex-basis: auto;
    }

    .tri-panel > .flex-basis-33 {
        display: flex !important;
        width: 33.33%;
        flex-basis: auto;
    }

    .tri-panel > .flex-basis-66 {
        display: flex !important;
        flex-basis: auto;
        width: 66.66%;
    }

    .tri-panel .containerette .fa {
        height: 2.8em;
        padding-left: 0.8em;
    }

    .hor-list-box .flex-img, .hor-list-box .flex-intro {
        /*padding:0 5px!important;*/
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .flex {
        display: flex !important;
    }

    .flex-item {
        display: block !important;
    }

    .flex-basis-1 {
        width: 100%;
        flex-basis: auto;
    }

    .flex-basis-2 {
        width: 49.5%;
        flex-basis: auto;
        padding: 0;
        margin: 0;
    }

    .flex-basis-3 {
        width: 32.75%;
        flex-basis: auto;
    }

    .flex-basis-4 {
        width: 24.3%;
        flex-basis: auto;
    }

    .flex-basis-5 {
        width: 19.25%;
        flex-basis: auto;
    }
}

@media (max-width: 1140px) {
    .callout-block > div.flex-item {
        flex-basis: auto !important;
    }

    .callout-text > div {
        width: auto;
        opacity: 1;
    }

    .callout-block > div.flex-item:nth-of-type(1) {
        order: 2;
    }

    .callout-block > div.flex-item:nth-of-type(2) {
        order: 1;
        max-width: 550px;
        margin: 0 auto;
    }

    .callout-block > div.flex-item:nth-of-type(3) {
        order: 3;
    }
}

@media (max-width: 1024px) {
    .color-bar {
        margin-bottom: 40px !important;
    }

    h4, .h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .body-header > div, .cta-button > div {
        padding: 0;
    }

    #mobile-header-img {
        display: block;
    }

    .hor-list-box.downloads .flex-item .flex-img {
        background-color: none !important;
    }

    .hor-list-box.downloads .flex-item:hover .flex-img:before {
        display: none !important;
    }

    .main-content, #breadcrumbs {
        padding: 0 15px;
    }

    .cta-icon, #new-breadcrumbs, .left-background, .right-background, .center-background {
        display: none;
    }

    .color-bar {
        height: 175px;
    }

    .support-box .flex-item > div {
        padding: 5px;
    }

    .featured-column.featured-icons.multi-column .flex-content, .featured-column.multi-column.multi-row .flex-content {
        padding: 30px;
    }

    .hor-list-box .flex-basis-2 {
        width: 100%;
    }

    .featured-column .flex-basis-5 {
        flex-basis: 33.2%;
    }

    .line-clamp, .line-clamp-2, .line-clamp-4 {
        -webkit-line-clamp: unset;
        height: auto;
    }

    .card-layout .flex-content {
        padding: 15px;
    }

    .cta-button .new-btn {
        font-size: 13px;
    }

    .featured-column.multi-column .flex-content {
        margin: 0;
        /*padding:20px;*/
    }

    .featured-column.multi-column .flex-item {
        padding: 0;
    }

    .hor-list-box .flex-img {
        display: block;
        background: none !important;
        width: 150px;
        min-width: 150px !important;
    }

    .hor-list-box .flex-intro > div {
        position: relative;
    }

    .flex-container p {
        font-size: 13px;
        line-height: 18px;
    }

    .child-page-listing {
        margin: 0 15px;
        padding: 0 !important;
    }
    .hero-component .banner-caption ul {
		padding-left: 20px !important;
	}
	.hero-component #event-promo>div {
		min-height: auto;
	}
}

/* TABLETS */
@media (min-width: 768px) and (max-width: 1024px) {
    .cta-button > div:nth-Child(2) {
        padding: 0 5px;
    }

    .modal-dialog {
        margin-top: 15%;
    }
}

/* TABLETS - Landscape */
@media (min-width: 678px) and (max-width: 1024px) and (orientation: landscape) {

}

/* PHONES-Portrait*/
@media (max-width: 767px) {
    .color-bar .flex-item.flex-basis-6 {
        max-width: 100px;
    }

    .color-bar h1 {
        font-size: 22px;
        line-height: 28px;
    }

    h2 {
        font-size: 20px;
        line-height: 26px;
    }

    p {
        font-size: 15px;
        line-height: 22px;
    }

    .p-space, .featured-column h4, .featured-column p, .featured-column.featured-image.column-1 h4 {
        margin-bottom: 20px !important;
    }

    .featured-column h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .hor-list-box h4 {
        margin-top: 0;
    }

    .multi-column .quote-box .fa {
        font-size: 4rem;
        min-height: auto;
        line-height: initial;
        margin-bottom: 0px;
    }

    .multi-column .learnMore, .hor-list-box .learnMore {
        bottom: 0;
    }

    .hor-list-box .flex-basis-2 {
        flex-basis: 100%;
        margin-bottom: 1.5%;
        margin-bottom: 1.5vw;
    }

    .hor-list-box .flex-basis-2:last-child {
        margin-bottom: 0 !important;
    }

    .hor-list-box .flex-img {
        display: block;
        margin-right: 10px;
        width: 125px;
        height: 125px !important;
        min-width: 125px !important;
        max-width: 125px !important;
    }

    .flex-intro {
        width: 100%
    }

    .multi-column .flex-item.flex-basis-4 {
        margin-bottom: 1.5%;
        margin-bottom: 1.5vw;
    }

    .multi-column.multi-row.flex.flex-container .flex-item.flex-basis-4:last-child {
        margin-bottom: 0;
        margin-bottom: 0;
    }

    .featured-column.featured-image .flex-basis-2 h4, .featured-column.featured-image .flex-basis-3 h4 {
        margin-bottom: 20px !important;
    }

    .featured-column.featured-image.multi-column .flex-text {
        padding: 20px 20px;
    }

    .featured-column.featured-icons.multi-row .flex-basis-3 {
        margin-right: 0 !important;
    }

    .flex-basis-3 {
        flex-basis: 32.25%;
    }

    .intro-module .multi-row .flex-basis-3 {
        flex-basis: 32.25%;
        margin-right: 1.6% !important;
        margin-bottom: 1.5%;
        margin-bottom: 1.5vw;
    }

    .intro-module .multi-row .flex-basis-3:nth-child(3n) {
        margin-right: 0 !important;
    }

    .featured-column.featured-icons .flex-basis-3 {
        flex-basis: 100%;
    }

    .flex-basis-4 {
        flex-basis: 49.2%;
    }

    .featured-column .flex-basis-5 {
        flex-basis: 46.25%;
    }

    .intro-module .flex-basis-5 {
        margin-bottom: 1.5%;
        margin-bottom: 1.5vw;
    }
    .intro-module .multi-row .flex-basis-5 {
            margin-bottom: 1.5%;
            flex-basis: 100%;
            margin-bottom: 1.5vw;
    }
    .intro-module .flex-basis-5:last-child {
        margin-bottom: 0 !important;
    }

    .featured-column.featured-icons multi-column multi-row flex flex-container .flex-baisis-3 {
        margin-right: 0 !important;
    }

    .flex-basis-5 {
        flex-basis: 49.2%;
    }

    .multi-column.multi-row .flex-item.flex-basis-4 {
        flex-basis: 49.2%;
    }

    .multi-column.multi-row .flex-item.flex-basis-4:nth-child(2n) {
        margin-right: 0 !important;
    }

    .intro-module .multi-row .flex-basis-4 {
        margin-right: 1.4%;
    }

    .intro-module .hor-list-box.hor-list-box-multi .flex-basis-2, .hor-list-box.hor-list-box-multi .flex-basis-2 {
        margin-bottom: 1.5% !important;
        margin-bottom: 1.3vw !important;
    }

    .hor-list-box.downloads .flex-item:hover .flex-img:before {
        display: none !important;
    }

    a.new-btn {
        line-height: 32px;
        padding: 5px 10px;
        margin-bottom: 1.5%;
        margin-bottom: 1.5vw;
    }

    .cta-button .cta:nth-Child(2) {
        padding: 0;
    }

    .full-width-bar {
        padding-bottom: 40px;
    }

    .child-page-listing {
        margin: 0 15px;
        padding: 0 !important;
    }

    .child-page-listing .flex-basis-3,
    .support-comp .flex-basis-5 {
        flex-basis: 100% !important;
    }

    .child-page-listing {
        margin: 0 15px;
        padding: 0 !important;
    }

    .child-page-listing .flex-content > .flex-item:last-Child {
        display: none;
    }

    .child-page-listing > .flex-container {
        flex-wrap: wrap;
    }

    .child-page-listing .flex-item {
        padding: 3%;
    }

    .child-page-listing ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .child-page-listing ul li:last-child {
        border-bottom: none !important;
    }

    .child-page-listing .flex-item h4 {
        margin: 0;
    }

    .ask-team {
        padding: 10% 20%;
    }

    .new-sciex-team .flex-basis-2:last-child {
        margin-bottom: 0 !important;
    }

    .new-sciex-team {
        margin: 1.5% 0;
        margin: 1.5vw 0;
    }

    .support-comp .education {
        margin-bottom: 1.5% !important;
        margin-bottom: 1.5vw !important;
    }

    .support-comp .flex-basis-5 {
        flex-basis: 100% !important;
        margin-bottom: 1.5%;
        margin-bottom: 1.5vw;
    }

    .support-comp .flex-basis-5:last-child {
        margin-bottom: 0 !important;
    }

    .support-comp .flex-basis-2 {
        padding: 0 !important;
        flex-basis: 100%;
        margin-bottom: 1.5%;
        margin-bottom: 1.5vw;
    }

    .support-comp .flex-basis-2:last-child {
        margin-bottom: 0;
    }

    .support-comp .flex-basis-2 img {
        width: 100%;
    }

    .card-layout .flex-basis-4 {
        margin-right: 1.5% !important;
    }

    .featured-column.featured-icons.multi-column h4 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .tri-panel .containerette .fa {
        flex-basis: auto;
    }

    .tri-panel .panel-list {
        padding-left: 0;
        padding-top: 6px;
    }

    .tri-panel .panel-list .containerette {
        padding: 10px;
    }

    .tri-panel .panel-2 {
        padding: 15px;
    }

    .video50, .video50 .video-img, .video50 .video-content {
        display: block;
    }
    .hero-component #event-promo>div {
		padding-top: 30px;
		paddin-bottom: 30px;
	}
	.hero-component #popUpVideoContainer {
		left: 5%;
		width: 90%;
	}
}

@media (max-width: 992px) {
    .leftNavigation {
    	display: none;
	}
}

@media only screen and (max-width: 767px) {
    .padded-content {
        padding: 0 !important;
    }
}

/* PHONES-Portrait*/
@media (max-width: 480px) {
    .app-page h3 {
        font-size: 1.2em;
    }

    .child-page-listing .flex-header .flex-item img, .support-box img {
        display: none;
    }

    .padded-content, .cta-button .cta:nth-Child(2), .featured-column.multi-column .flex-item.flex-basis-2, .flex-basis-2, .cta-button .cta, .featured-column.multi-column .flex-image, .support-box .flex-item, .demo-video .flex-content /*new starts *//*.wrapper.green-bg, /*.intro-module/* added new ends */
    {
        padding: 0;
    }

    .flex-basis-2, .child-page-listing .flex-content p {
        margin: 0;
    }

    .app-page > div, .spacing, .product-page > div {
        margin-top: 20px;
    }

    .flex-item {
        flex-basis: 100%;
    }

    .hor-list-box .flex-basis-2 {
        width: 100%;
        margin-bottom: 1%;
        margin-bottom: 3vw;
    }

    .intro-module .multi-row .flex-basis-4 {
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 1%;
        margin-bottom: 3vw;
    }

    .hor-list-box .flex-basis-2:last-child {
        margin-bottom: 0;
    }

    .hor-list-box .flex-item, .multi-column .flex-item,
    .intro-module .multi-row.flex-container .flex-basis-3,
    .intro-module .multi-row.flex-container .flex-basis-4 {
        margin-bottom: 1%;
        margin-bottom: 3vw;
    }

    .intro-module .multi-row.flex-container .flex-basis-3:last-child {
        margin-bottom: 0;
    }

    .hor-list-box .flex-item:last-child, .multi-column .flex-item:last-child {
        margin-bottom: 0;
    }

    .featured-column.multi-column .flex-item {
        margin-bottom: 3% !important;
        margin-bottom: 3vw !important;
    }

    .featured-column.multi-column.multi-row .flex-item {
        margin-bottom: 3% !important;
        margin-bottom: 3vw !important;
    }

    .multi-column .flex-item.flex-basis-4 {
        margin-bottom: 2.5%;
        margin-bottom: 2.5vw;
    }

    .multi-row .flex-basis-3,
    .intro-module .multi-row.flex-container .flex-basis-3,
    .intro-module .multi-row.flex-container .flex-basis-4 {
        flex-basis: 100%;
        margin-right: 0% !important;
    }

    .featured-column .flex-basis-5 {
        flex-basis: 100%;
    }

    .featured-column .flex-basis-5 img {
        width: 100%;
    }

    .featured-column .flex-item {
        padding-top: 0 !important;
    }

    .featured-column.column-1 .learnMore {
        text-align: center;
    }

    .featured-column.featured-icons.column-1 h4 {
        margin-top: 20px !important;
    }

    .featured-column.featured-icons.multi-column .flex-content, .featured-column.multi-column.multi-row .flex-content {
        padding: 30px;
    }

    .featured-column.featured-icons.column-1 {
        padding: 30px;
    }

    .featured-column.featured-icons.column-1 .flex-item.flex-content {
        padding: 0 !important;
    }

    .featured-column.column-1 .flex-item.flex-content {
        padding: 30px !important;
    }

    .featured-column.featured-image.multi-column .flex-text {
        padding: 30px 30px;
    }

    .featured-column.featured-image .flex-basis-2 h4, .featured-column.featured-image .flex-basis-3 h4 {
        margin-bottom: 20px !important;
    }

    .featured-column.featured-image.column-1.flex-container .flex-basis-2 {
        flex-basis: 100%;
    }

    .featured-column.featured-image.column-1.flex-container .flex-basis-2.flex-text {
        flex-basis: 100%;
        padding: 30px !important;
    }

    .featured-column.featured-image.column-1.flex-container .flex-basis-2.flex-text h4, .featured-column.featured-image.column-1.flex-container .flex-basis-2.flex-text p, .featured-column.featured-image.column-1.flex-container .flex-basis-2.flex-text div {
        padding: 0 !important;
    }

    .featured-column.featured-icons.multi-column h4 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .floating-quote span {
        padding: 50px 0px 0px;
    }

    .floating-quote .fa-quote-left {
        right: 0;
    }

    .floating-quote .fa-quote-left::before {
        content: "\f10e";
    }

    .floating-quote .fa-quote-right {
        display: none !important;
    }

    .multi-column .quote-box {
        padding: 20px !important;
    }

    .multi-column .quote-box .fa {
        font-size: 4rem;
        min-height: auto;
        line-height: initial;
        margin-bottom: 0px;
    }

    .multi-column .flex-basis-3 .learnMore, .multi-column .flex-basis-4 .learnMore, .multi-column .flex-basis-5 .learnMore {
        bottom: 0;
        position: relative !important;
        padding-bottom: 10px !important;
    }

    /*card layout */
    .card-layout .flex-basis-4 {
        flex-basis: 49.25%;
        margin-bottom: 1vw;
    }

    .card-layout .flex-content {
        padding-bottom: 15px !important;
    }

    .card-layout .flex-basis-4:nth-child(2n) {
        margin-right: 0 !important;
    }

    .card-layout .flex-text h4 {
        margin: 0 0 10px !important;
        font-size: 16px;
        line-height: 20px;
    }

    .card-layout .flex-text {
        padding-bottom: 0 !important;
    }

    .card-layout .flex-text p {
        margin-bottom: 5px !important;
    }

    /* Multi Row */
    .hor-list-box .flex-img {
        width: 40% !important;
        float: left;
        top: 0;
        vertical-align: top !important;
    }

    .hor-list-box .learnMore {
        bottom: 0px;
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }

    /* Flex Columns Stack */
    .hor-list-box h4, .card-top h4 {
        margin-top: 0;
    }

    .hor-list-box .flex-img {
        width: 100%;
        height: auto !important;
    }

    .hor-list-box .flex-intro > div {
        position: relative;
    }

    .multi-column .learnMore, .hor-list-box .learnMore {
        position: relative;
        font-size: 15px;
    }

    .hor-list-box .flex-intro p {
        margin-bottom: 10px !important;
    }

    .multi-column .learnMore {
        padding-top: 20px;
    }

    .hor-list-box .flex-basis-1 .flex-img {
        width: 100%;
    }

    .flex-item .flex-content, .hor-list-box .flex-intro > div {
        padding-bottom: 0 !important;
    }

    .intro-module .hor-list-box.hor-list-box-multi .flex-basis-2, .hor-list-box.hor-list-box-multi .flex-basis-2 {
        margin-bottom: 1% !important;
        margin-bottom: 3vw !important;
    }

    .hor-list-box .flex-intro {
        text-align: left;
    }

    .hor-list-box .flex-img {
        flex-basis: 100%;
        margin-bottom: 1%;
        margin-bottom: 3vw;
    }

    /* END */
    .color-bar {
        text-align: center;
        height: 150px;
    }

    .color-bar .flex-item {
        flex-basis: 100%;
    }

    .flex-container p {
        margin-bottom: 25px;
    }

    .sm-color-bar {
        margin: 20px 0;
    }

    .support-box .flex-item > div {
        padding: 10px;
        margin-bottom: 2%;
        margin-bottom: 2vw;
    }

    .support-box .flex-item {
        width: 100%;
    }

    .ask-team, .support-comp .education .flex-item div {
        padding: 20px;
    }

    a.new-btn {
        line-height: 32px;
        padding: 5px 10px;
        margin-bottom: 2%;
        margin-bottom: 2vw;
    }

    .support-comp .flex-basis-2.photo {
        display: none;
    }

    .support-comp .education .flex-item {
        margin-bottom: 2%;
        margin-bottom: 2vw;
    }

    .new-sciex-team {
        margin: 0 0 2% 0;
        margin: 0 0 2vw 0;
    }

    .full-width-bar {
        padding-bottom: 40px;
    }

    .child-page-listing {
        margin: 0 15px;
        padding: 0 !important;
    }

    .child-page-listing .flex-content > .flex-item:last-Child {
        display: none;
    }

    .child-page-listing > .flex-container {
        flex-wrap: wrap;
    }

    .child-page-listing .flex-item {
        padding: 3%;
    }

    .child-page-listing ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .child-page-listing ul li:last-child {
        border-bottom: none !important;
    }

    .child-page-listing .flex-item h4 {
        margin: 0;
    }

    .featured-column .flex-item {
        text-align: center;
        padding-top: 15px;
        margin: 0;
    }

    .featured-column.multi-column .flex-icon, .featured-column.multi-column .flex-text {
        padding: 15px;
    }

    .flex-intro {
        width: 100%;
    }

    .demo-video .flex-container {
        margin-bottom: 3%;
        margin-bottom: 3vw;
    }

    .demo-video .flex {
        display: block !important;
    }

    .demo-video .flex-item {
        padding: 10px;
    }

    .demo-video h3 {
        padding-bottom: 5px;
    }

    .modal-dialog {
        margin-top: 35%;
    }

    /* Tables */
    table {
        border: 0;
    }

    table.new-table caption {
        font-size: 1.3em;
    }

    table.new-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.new-table tr {
        display: block;
        margin-bottom: 0;
    }

    table.new-table.generic th, table.new-table.generic td {
        padding: 3px 10px !important;
    }

    table.new-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
        padding: 5px 10px !important;
    }

    table.new-table td:before {
        content: attr(data-label);
        float: left;
        color: #bcbcbc;
    }

    table.new-table td:last-child {
        border-bottom: 0;
    }
}
.support-footer .flex-container {
    flex-wrap: wrap;
    justify-content: center;
    background: transparent!important;
 }
.support-footer .flex-item:nth-child(2){
    padding: 0 30px;
    text-align:left;
}
.support-footer .flex-item:nth-child(3){
    margin-top:9px;
}
.blue-bg {
    background: #e4f1f5 !important;
}
.support-footer h3 {
    font-size: 30px;
    line-height: 24px;
    margin: 10px 0;
    background: none;
}
.support-footer p {
    font-size: 20px;
    margin: 0;
}
.support-footer .btn {
    display: block;
    font-size: 16px;
    padding: 11px 52px;
}
.support-footer .cta-icon {
    padding-right: 10px!important;
}
.support-footer .footer-content {
    padding: 90px 0;
    max-width: 1140px;
    margin: 0 auto;
}
.subscribe-text {
    float: left;
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    font-size: 11px;
}
#footer .newsletter label {
    margin-bottom: 10px;
}
@media(max-width:1023px) {
    .support-footer .flex-item:nth-child(1){
        width:25%;
    }
    .support-footer h3 {
        font-size:24px;
    }
    .support-footer p{
        font-size:16px;
    }
    .support-footer .btn{
        padding:10px;
    }

}
@media (max-width:767px){
    .support-footer .flex-item{
        padding:20px;
    }
    .support-footer .footer-content{
        padding:0;
    }
    .support-footer .flex-item{
        width:100%!important;
    }
    .support-footer .flex-item:nth-child(2){
        text-align:center;
    }
    .support-footer h3{
        font-size:22px;
    }
    #footer .social ul {
        width: 200px;
        margin: 0 auto;
        float: none;
    }
}
.sciexlistcontent .hero-switch > .container > .header-row .col-12 .header-menu .sticky-nav-header ul,.sciexlistcontent .hero-buy > .container > .header-row .col-12 .header-menu .sticky-nav-header ul,.sciexlistcontent .hero-demo > .container > .header-row .col-12 .header-menu .sticky-nav-header ul {
    display: inline-block;
    list-style-type: none;
    margin-left: 0;
}
.sciexlistcontent .hero-buy > .container, .hero-switch > .container {
	position: relative;
}
.sciexlistcontent .hero-switch > .container > .header-row .col-12,.sciexlistcontent .hero-buy > .container > .header-row .col-12, .sciexlistcontent .hero-demo > .container > .header-row .col-12 {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    flex-direction: row;
    align-items: center;
}
.sciexlistcontent .list-group {
    padding-left: 0;
    margin-bottom: 20px;
    box-shadow: none;
}
.sciexlistcontent .list-group-item {
    background-color: inherit;
    border: none;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.sciexlistcontent .hero-switch > .container > .header-row .col-12 .header-menu .sticky-nav-header ul li, .hero-buy > .container > .header-row .col-12 .header-menu .sticky-nav-header ul li, .hero-demo > .container > .header-row .col-12 .header-menu .sticky-nav-header ul li {
    display: inline-block;
    font-size: 14px;
}
.sciexlistcontent .bg-color .sticky-nav-header .list-group-item.active2 {
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid #fff;
    border-radius: 0;
}
.sciexlistcontent .hero-switch > .container > .header-row .col-12 .header-logo, .hero-buy > .container > .header-row .col-12 .header-logo, .hero-demo > .container > .header-row .col-12 .header-logo {
    border-right: 2px solid #fff;
    width: 100px;
    min-width: 100px;
}
.sciexlistcontent .hero-switch > .container > .header-row .col-12 .header-logo img,.sciexlistcontent .hero-buy > .container > .header-row .col-12 .header-logo img, .hero-demo > .container > .header-row .col-12 .header-logo img {
    margin: 20px;
}
.sciexlistcontent .hero-switch > .container, .sciexlistcontent .hero-buy > .container, .sciexlistcontent .hero-demo > .container {
    height: 100%;
    max-width: 1920px;
    border: 2px solid #fff;
    min-height: 600px;
}
.sciexlistcontent #list-item-0 {
    background: linear-gradient(90deg, #0b4661 0%, #007da4 100%);
}
    
.sciexlistcontent .bg-color #sticky-nav ul {
    padding-left: 0 !important;
    margin-bottom: 0;
}

.sciexlistcontent .hero-switch > .container > .header-row, .hero-buy > .container > .header-row, .hero-demo > .container > .header-row {
    border-bottom: 2px solid #fff;
    height: 100px;
}
.sciexlistcontent .nav-tabs .nav-link.active {
    background-color: rgba(177, 177, 177, 0.2);
    color: #0b4661;
    border-bottom: 1px solid #0b4661;
    border-radius: 0;
    border: none;
}
.sciexlistcontent .hero-switch > .container .body-row .link-icon, .hero-buy > .container .body-row .link-icon, .hero-demo > .container .body-row .link-icon {
    display: inline-block;
    height: 20px;
    padding-left: 5px;
    margin-top: -5px;
}
.sciexlistcontent .colour-bar .col {
   width:100%;
   height:5px;
}
.sciexlistcontent .resources-container .resource-card .header-block {
	display: inline-block;
    width: 100%;
    background-color: #9dabb6;
    padding: 5px 20px;
    color: #0b4661;
    font-size: 20px;
}
.sciexlistcontent .resources-container .resource-card p {
    padding-left: 20px;
    margin-bottom: 10px;
}
.sciexlistcontent a.list-group-item:hover, .sciexlistcontent a.list-group-item:focus {
	background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 992px) {
	.sciexlistcontent .hero-switch>.container .body-row {
		flex-direction: column;
	}
	.sciexlistcontent .list-group a:not(.active2) {
		display: none;
	}
	.sciexlistcontent .hero-switch > .container .body-row, .hero-buy > .container .body-row, .hero-demo > .container .body-row {
    	padding-top: 0px;
    	padding-bottom: 10px;
	}
}
@media (min-width: 992px) {
	.sciexlistcontent .hero-switch {
    	padding: 80px!important;
	}
	.sciexlistcontent .hero-switch > .container .body-row, .hero-buy > .container .body-row, .hero-demo > .container .body-row {
    	padding-top: 40px;
    	padding-bottom: 40px;
	}
}


#data-tablefr{
	display:none;
}
#data-tablefr thead{
	background:#EAEAEA !important;
}
#data-tablefr thead .dateSort{
  width:10%;
  text-align: right;
}
#data-tablefr thead .viewSort{
  width:10%;
  text-align: right;
}
#data-tablefr thead .typeSort, #data-tablefr thead .statusSort{
  width:30%;
  text-align: center;
}
#data-tablefr thead select{
  width:auto;
}
.featurerequest .dataTables_wrapper .dataTables_length, .featurerequest .dataTables_wrapper .dataTables_filter, .featurerequest .dataTables_wrapper .dataTables_info, .featurerequest .dataTables_wrapper .dataTables_processing, .featurerequest .dataTables_wrapper .dataTables_paginate{
	color:#5f6062;
}
.featurerequest .new-dataTable .bottom, .featurerequest .new-dataTable .top{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.featurerequest .frTitle{
	margin-bottom:20px;
}
.featurerequest .ftDesc{
	font-size: 14px;
    line-height: 18px;
}
.featurerequest .frDetails{
	/*font-size:12px;
	line-height:16px;*/
}
.featurerequest .new-dataTable .bottom{
  padding-top:50px;
}
.featurerequest .new-dataTable .top{
  /*padding-bottom:20px;*/
}
.featurerequest .dataTables_wrapper .dataTables_paginate{
  padding-top:0;
}
.featurerequest .new-dataTable .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate{
  margin-left:auto;
}
.featurerequest .dataTables_wrapper .dataTables_paginate .paginate_button{
  padding:0;
}
.featurerequest .new-dataTable .dataTables_wrapper .dataTables_filter{
  padding-left:0;
  text-align: center;
  width:100%;
  /*margin-bottom:20px;*/
  background: #EAEAEA !important;
  padding: 20px;
}
.featurerequest .new-dataTable .dataTables_wrapper .dataTables_filter input{
  width:60%;
  margin-left:60px;
}
.featurerequest table td .left.col-md-8 {
	padding-left: 0px;
}
.featurerequest i.fa-circle {
	font-size: xx-small;
	margin:0 10px;
}
.featurerequest .votes {
	font-size: 30px;
	color: #00afdb;
}
.featurerequest .votes .vote-wrapper{
    list-style:none;
    margin-top:20px;
}
.featurerequest i.fa-thumbs-o-up:before, .featurerequest i.fa-thumbs-o-down:before{
    font-size:unset!important;
}
.featurerequest .votes .vote-wrapper span.pipe {
    display: inline-block;
    margin: 0 3px;
}
.featurerequest .hghlt  {
	color: #00afdb;
}
.featurerequest .votes span{
	/*padding-left: 10px;*/
}
.featurerequest .votes .highlight-vote{
	pointer-events:none;
	cursor:none;
	color:#00afdb;
}
.featurerequest .votes .disableVoting{
	pointer-events:none;
	cursor:none;
}
.featurerequest .status p{
	padding: 5px 30px;
	/*max-width: 200px;*/
	text-align: center;
	background-color: #eee;
	margin-top:20px;
	font-size:15px;
	color:grey;
	display:inline-block;
}
.featurerequest i.fa-thumbs-o-up:before, .featurerequest i.fa-thumbs-o-down:before {
	font-size: xxx-large;
	color: #00afdb;
}
.featurerequest .frCreated{
	font-size: 11px;
    line-height: 14px;
    text-align:center;
    /*display:inline-block;*/
    margin-top:20px;
    overflow-wrap:break-word;
}
.featurerequest .frCreated .avatar-wrapper{
	width:70px;
	height:70px;
	display:flex;
	align-items:center;
	justify-content: center;
}
.featurerequest .frCreated img, .featurerequest .avatar img{
	/*display:block;*/
	/*max-width:75px;
	margin-bottom:10px;*/
	max-height:70px;
}
.featurerequest .ideaandsubscribe {
	text-align: right;
    justify-content: flex-end;
}
.featurerequest .commentbtnandsubscribe {
	padding: 0px;
	text-align: right;
}

.featurerequest .commentbtnandsubscribe .btn {
	min-width: 140px;
}

.featurerequest .ideaandsubscribe div.filter-drop ul {
	padding: 0px;
}
.featurerequest .ideaandsubscribe .flex-item {
	margin-left: 15px;
}
.featurerequest table.dataTable tbody td {
  border-bottom : 1px solid #DBE0E0;
  padding:30px 0;
}

.featurerequest div.left {
  border-right : 1px solid #DBE0E0;
}
.globalpage .white-popup.placetop {
	top: 60px;
}
.featurerequest div.filter-toggle-wrap { 
	margin:0 0 10px;
	position:relative;
}

.featurerequest div.filter-drop ul li a { 
	text-align: left;
}

.featurerequest div.filter-drop {
	margin-top: 40px;
	padding:10px 20px 0;
}
.modal-ideasubmit .mce-btn button {
	padding: 3px 4px;
	line-height: 11px;
}

.modal-ideasubmit .mce-content-body  {
	font-size: 13px;
	color: #5f6062;
}

.modal-ideasubmit div.white-popup {
	margin: 85px auto 10px;
	padding: 10px 20px;
}
@media (max-width:767px){
	.featurerequest .new-dataTable .dataTables_wrapper .dataTables_filter input{
		margin-left:0;
	}
	.featurerequest table.dataTable thead tr{
		display: flex;
    	justify-content: space-between;
    	flex-wrap: wrap;
    }
	.featurerequest	table.dataTable thead th, .featurerequest table.dataTable thead td{
		text-align:left!important;
	}
	.featurerequest table.dataTable thead th:nth-Child(4), .featurerequest table.dataTable thead th:nth-Child(4){
		flex-basis:100%;
	}
}
.sticky-footer {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 10001;
    bottom: 0;
}
.pad-y10 {
    padding: 10px 0;
}

.sticky-footer p {
    text-align: center;
    text-transform: uppercase;
}

.pad-x15 {
    padding: 0 15px;
}
.sticky-footer a {
    padding: 5px 15px;
}

.close {
    padding: 5px 15px;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}
.social li {
    float: left;
    margin: 0 0 0 10px;
}
.social a {
    display: block;
    width: 30px;
    height: 30px;
    background: #00afdb no-repeat center center;
}
.social a:focus,
.social a:hover {
    background-color: #004a65;
}
@media screen and (min-width: 768px) {
	div.account-login div.side-left {
		border-right: 1px solid #ddd;
		margin-right: -15px;
		padding-right: 45px;
	}
	div.account-login div.side-right {
		margin-left: -15px;
		padding-left: 45px
	}
	div.account-login form.login label {
		padding-left: 120px;
		position: relative;
	}
	div.account-login form.login label span.text {
		left: 0;
		position: absolute;
		top: 6px;
	}
	div.account-login form.login p.remember input {
		position: relative;
		top: 3px
	}
	div.account-wrap div.form-container label.indent {
		padding-left: 140px;
		position: relative
	}
	div.account-wrap div.form-container label.indent span.text {
		left: 0;
		position: absolute;
		top: 5px
	}
}

div.account-login label {
	box-sizing: border-box;
	width: 100%;
}
.sciex-form .btn {
	line-height: 20px;
	margin-bottom: 5px;
	padding: 7px 15px;
	min-width: 160px
}
hr {
    border-top: 1px solid #dbdbdb;
}
.overlayboxcarousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 0px;
    border: 1px solid #0084A9;
    background-color: #82C0D2;
}

.overlayboxcarousel .carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: #0084A9;
}

.overlayboxcarousel .carousel-inner {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .overlayboxcarousel .carousel-inner > .item {
        height: auto !important;
    }
}

.overlayboxcarousel .carousel-inner > .item > img /*.carousel-inner>.item>a>img*/
{
    margin: auto;
    border: 1px solid #d3d3d3;
}

.overlayboxcarousel .carousel-indicators {
    width: auto;
    left: auto;
    bottom: -50px;
    right: 0;
    margin: 0;
    z-index: 0;
}

.overlayboxcarousel .carousel-inner > .item > img,
.overlayboxcarousel .carousel-inner > .item > a > img {
    margin: auto;
}

.overlayboxcarousel .carousel-CTA {
    width: 275px;
    bottom: -40px;
    left: 0;
    position: absolute;
    z-index: 15;
    padding-left: 0;
    text-align: center;
}

.overlayboxcarousel .carousel-CTA a {
    height: 40px;
    padding-top: 10px;
    text-align: left;
}

.overlayboxcarousel .highlight-box {
    background-color: #0084A9;
    border-radius: 0 20px 0 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.overlayboxcarousel .img-content {
    width: 275px;
    padding: 20px 50px 20px 20px;
    color: #fff;
    font-size: 22px;
    bottom: 0px;
}

.overlayboxcarousel .img-content p {
    line-height: 30px;
    margin-bottom: 0px;
}

.overlayboxcarousel .img-content span {
    font-size: 40px;
}

.overlayboxcarousel .header-bar {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    background: rgba(95, 96, 98, 0.75);
    padding: 13px 15px 13px 10px;
    margin: 0px !important;
    color: #fff;
    font-size: 15px;
    line-height: normal;
    width: 100%;
}

.overlayboxcarousel .header-bar:hover {
    background: rgba(95, 96, 98, 0.95);
}

.overlayboxcarousel .header-bar > div {
    padding: 0px;
}

.overlayboxcarousel .header-bar h1 {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

.overlayboxcarousel .header-bar .findMore {
    width: 175px;
    margin-top: 0px;
}

.overlayboxcarousel .tab-pane hr {
    margin: 0 3% 3% 3%;
}

.overlayboxcarousel .arrow-right {
    left: 20px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #0084a9;
}

.overlayboxcarousel .border-right {
    border-right: 1px solid #D3D3D3;
}

.overlayboxcarousel .header-bar h4.heading-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin: 0;
}

@media (max-width: 767px) {

    .overlayboxcarousel .header-bar {
        position: relative;
        padding: 5px;
    }

    .overlayboxcarousel .header-bar h1, .header-bar .findMore {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .overlayboxcarousel .header-bar h1 {
        font-size: 24px;
    }

    .overlayboxcarousel .highlight-box, .carousel-CTA {
        display: none;
    }

    .overlayboxcarousel .header-bar h4.heading-1 {
        font-size: 18px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}


.quote blockquote:before {
	content: "\201C" !important;
	left: 19px;
	top: 68px;
}

.quote blockquote:after {
	content: "\201D" !important;
	bottom: -0.01em;
	right: 0.3em;

}


.quote blockquote:before,
blockquote:after {
	display: block;
	font-size: 700%;
	position: absolute;
	color: rgba(102, 188, 41, 0.8);
}

.quote .quote-only {
	padding: 0!important;
	margin-top: 60px;
}

.quote blockquote {
	margin: 0.85em;
	font-size: 19px;
	padding: 0.25em 65px;
	position: relative;
	border: 0px!important;
	font-style: italic;
	font-family: 'proxima-nova', Arial, Verdana, Sans-serif;
}

.quote .quote-font p {
	padding: 20px;
}

.quote .quote-box {
	font-family: 'proxima-nova', Arial, Verdana, Sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}
.row.bio {
    background: #dcdcdc;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
.home-section {
    text-align: left;
}
@media (max-width: 1024px) and (min-width: 768px) {
    .blockImage .content {
      max-width: none !important;
    }
    .blockImage  .explore-content .content h2 {
      font-size: 28px;
    }
}

.blockImage .parent-overlay .inner-overlay {
    position: absolute;
    text-align: center;
    width: 90%;
    color: black;
    z-index: 3;
    left: 5%;
    bottom: 12%;
    padding: 20px;
}

.blockImage .parent-overlay .inner-most-overlay {
    position: absolute;
    text-align: center;
    z-index: 4;
    left: 37%;
    bottom: 7%;
}

.blockImage .parent-overlay {
	position: relative;
}

@media (max-width: 760px) {
	.blockImage .parent-overlay .inner-overlay {
		position: relative;
	}
	.blockImage .parent-overlay .inner-most-overlay {
		position: relative;
		left: 0;
	}
}
.breadcrumb {
    background-color:transparent;
    margin-bottom: 0px;
}
.hor-list-box .flex-item:hover {
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.flex-item:hover .learnMore a,
.hor-list-box .flex-item:hover .learnMore a {
    color: var(--orange-color, #f59831) !important;
    color: #f59831 !important;
}

.flex-item:hover .learnMore a.btn,
.hor-list-box .flex-item:hover .learnMore a.btn {
    color: var(--white-color, #ffffff) !important;
    color: #ffffff !important;
}

.featured-column.flex-item:hover,
.card-layout.flex-item:hover {
    box-shadow: none !important;
    -o-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.flex-wrap, .hor-list-box .flex-wrap {
    position: relative;
    padding: 10px;
    height: 100%;
    width: 100%;
}

.vertical-card-modal .flex-item:hover img{
	opacity: .9;
	background-color: #ffffff;
}

.vertical-card-modal .flex-item:hover {
  	background-color: #ffffff !important;
	box-shadow: 0 3px 5px rgba(229, 184, 184, 0.1) !important;
	-o-box-shadow: 0 3px 5px rgba(144, 174, 173, 0.1) !important;
	-moz-box-shadow: 0 3px 5px rgba(141, 8, 8, 0.1) !important;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) !important;
	transition: all 0.3s ease !important;
}

.vertical-card-modal .learnMore {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 8px;
    border-top: 1px solid #dbdbdb;
}

.vertical-card-modal .flex-item:hover .learnMore {
    color: var(--orange-color, #f59831) !important;
    color: #f59831 !important;
}

.vertical-card-modal .home-cta{
	width:100%;
	position:absolute;
    margin:auto;
    bottom:0;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
  .cd-accordion-menu label, .cd-accordion-menu  {
  position: relative;
  display: block;
  background: #0084a9;
  font-size: 1.6rem;
}
.cd-accordion-menu a {
    color: white;
    background: #0084a9;
    font-size: 17px;
    font-weight: normal;
}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
  list-style-type: none;
}
.cd-accordion-menu li {
  /* by default hide all sub menus */
  list-style-type: none;
}

.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.cd-accordion-menu .has-children label::before, .cd-accordion-menu .has-children label::after {
    background-image: url('clientlib-global/resources/communitymenu.svg');
    background-repeat: no-repeat;
    background-position: 16px 0;
}


.cd-accordion-menu label::before,
.cd-accordion-menu label::after,
.cd-accordion-menu a::after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cd-accordion-menu label {
	cursor: pointer;
}

.cd-accordion-menu .has-children label::before,
.cd-accordion-menu .has-children label::after {
	background-image: url('clientlib-global/resources/communitymenu.svg');
	background-repeat: no-repeat;
}

.cd-accordion-menu .has-children label::before {
	left: -28px;
	background-position: 0 0;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	-o-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.cd-accordion-menu label::after {
	left: 41px;
	background-position: 16px 0;
}

.cd-accordion-menu a::after {
	left: 36px;
	background-image: url('clientlib-global/resources/communitymenu.svg') no-repeat -48px 0;
}

.cd-accordion-menu input[type=checkbox]:checked+label::before {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cd-accordion-menu input[type=checkbox]:checked+label::after {
	background-position: -72px 0;
}

.cd-accordion-menu input[type=checkbox]:checked+label+ul,
.cd-accordion-menu input[type=checkbox]:checked+label:nth-of-type(n)+ul {
	display: block;
}
.cd-accordion-menu>li:last-of-type>label,
.cd-accordion-menu>li:last-of-type>a,
.cd-accordion-menu>li>ul>li:last-of-type label,
.cd-accordion-menu>li>ul>li:last-of-type a {
	box-shadow: none;
}

.cd-accordion-menu ul label::before {
	left: 36px;
}

.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
	left: 59px;
}



.cd-accordion-menu ul ul label::before {
	left: 54px;
}

.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
	left: 77px;
}



.cd-accordion-menu ul ul ul label::before {
	left: 72px;
}

.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
	left: 95px;
}

@media only screen and (min-width:600px) {
	.cd-accordion-menu label,
	.cd-accordion-menu a {

		font-size: 17px;
	}
	.cd-accordion-menu label::before {
		left: 24px;
	}
	.cd-accordion-menu label::after {
		left: 53px;
	}

	.cd-accordion-menu ul label::before {
		left: 48px;
	}
	.cd-accordion-menu ul label::after,
	.cd-accordion-menu ul a::after {
		left: 77px;
	}

	.cd-accordion-menu ul ul label::before {
		left: 72px;
	}


	.cd-accordion-menu ul ul ul label::before {
		left: 96px;
	}
	.cd-accordion-menu ul ul ul label::after,
	.cd-accordion-menu ul ul ul a::after {
		left: 125px;
	}
}

.cd-accordion-menu.animated label::before {
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
}

    .cd-accordion-menu.animated label::before {
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
}

.cd-accordion-menu .no-children label::before, .cd-accordion-menu .no-children label::after {
    background-image: none!important;
    background-repeat: no-repeat;
}
.cd-accordion-menu .no-children label::before, .cd-accordion-menu .no-children label::after {
    background-image: none !important;
    background-repeat: no-repeat;
}
.new-table th:first-Child {
    text-align: center !important;
}
.flex-content .ink-cta {
  position: absolute;
  bottom: 0px;
  padding-top: 10px;
  left: 0px;
  right: 0px;
  text-align: left;
}
.vertical-card {
  margin: 10px 0;
}
.vertical-card .flex-content {
  border-top: 1px solid transparent;
}
.vertical-card .flex-content.has-cta {
  padding-bottom: 30px;
}
.vertical-card .flex-content.is-icon .ink-cta {
  padding: 0 30px 10px;
}
@media (min-width: 1024px) {
  .vertical-card .flex-content.is-icon .ink-cta {
    padding: 0 40px 10px;
  }
}
.vertical-card .ink-cta:hover .cta-link,
.vertical-card .ink-cta:hover .glyphicon-chevron-right {
  color: #f59831 !important;
}
.vertical-card .ink-cta .glyphicon-chevron-right {
  vertical-align: top;
  margin: 1px 0 0px 4px;
}

.notification {
    background-color: #A9C47F!important;
}
.notification-wrapper {
    display: flex;
    padding: 40px 0;
    color: #fff;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.notification-content {
    align-self: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 9px;
    padding-bottom: 0px;
}
.notification-content h3 {
    background: none;
    font-size: 18px;
    padding: 0;
    margin-bottom: 0;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #fff;
}

.padded-content .hidden-xs, .padded-content .visible-xs-block{display:none;}
.ig-block ul.tabs-nav{
padding-left:0;
}
.ig-block ul.tabs-nav li.nav-item>div{
/*padding:10px;*/
list-style-type: none !important;
position: relative;
    display: block;
    height: 100%;
    text-align: center;
    padding: 20px;
}
.ig-block .ig-image{
margin:40px 0;
    position: relative;
}
.ig-image img{
/*max-width:90%;*/
}
.ig-block .ig-text{
position:absolute;
max-width:25%;
padding:15px;
top:0;
}
.ig-block .tabs-nav .nav-item h2{
margin-bottom:40px;
margin-top:20px;
height:40px;
}
.ig-block ul.tabs-nav li.nav-item.active>div{
    background-color: #007DA4!important;
}
.ig-block ul.tabs-nav li.nav-item.active h2{
color:#fff!important;
}
.ig-block .featured-column .flex-basis-5{
flex-basis: 20%;
list-style: none;
    padding: 0 5px;
}
.ig-block ul.tabs-nav li.nav-item a{
display:block;
text-align:center;
}
.ig-block ul.tabs-nav li.nav-item a span{
padding:10px;
}
.ig-block .nav-item .active-img{
display:none;
}
@media (max-width:767px){
.ig-block .featured-column .flex-basis-5{
flex-basis:100%;
}
.inactive-img, .active-img{
display:none;
}
.ig-block .ig-text{
position:relative;
max-width:100%;
}
.ig-block .tabs-nav .nav-item h2{
height:auto;
margin-bottom:0;
}
.ig-block  .nav-item .learnMore, .ig-block ul.tabs-nav li.nav-item>div{
padding:0;
}
}
@media(max-width:1024px){
    .ig-block ul.tabs-nav li.nav-item>div{
        padding: 10px 10px 30px 10px;
    }
    .ig-block .ig-text{
        background: rgb(235,246,252,0.5)!important;
        padding:10px;
    }
    .ig-block .ig-text p{
        font-size:12px;
        line-height: 18px;
    }
}

#event-tab .new-table td, #event-tab .new-table th{
    text-align: left!important;
}
/* Custom tabs-event */
.tabs-event .event-content.row{
    margin:0px;
}
.tabs-event .nav>li{
    padding:10px 15px 15px 0;
    text-align:left;
}
.tabs-event .nav>li>a{
    padding:0 0 10px 0;
    border-radius: 0;
    color: #c0c0c0;
    display: inline;
}
.tabs-event .nav-pills>li:hover, .tabs-event .nav-pills>li>a:hover{
    background:none;
    color:#00afdb;
}
.tabs-event .nav-pills>li.active>a, .tabs-event .nav-pills>li.active>a:hover, .tabs-event .nav-pills>li.active>a:focus{
    background:none;
    color:#00afdb;
    border-bottom:1px solid #00afdb;
}
.pad-bottom20{
    padding-bottom:20px;
}
.tabs-event .tab-content hr{
    border-top: 1.5px solid #c0c0c0;
}
.tabs-event #event-tab h3{
    margin-bottom:10px;
    font-size:18px;
}
.tabs-event .gmap-link{
    float:right;
}
#event-tab ul.row{
    margin:0;
}
#event-tab ul.row>li{
    width:10%;
}
#event-tab .flex{
    display:flex;
    justify-content: space-between;
}
#event-tab .flex-item{
    flex-basis: 16%;
}
#event-tab .flex-item:last-Child{
    flex-grow: 1;
}
#event-tab .mobile-tab{
    display:none;
    border: solid 1px #bec0c2;
    font-size: 18px;
    color: #5f6062;
    text-align: center;
    padding: 17px 15px;
    margin: 0 0 1px 0;
    outline-width: 0;
    text-align:left;
}
#event-tab .mobile-tab.active-tab{
    color:#00afdb;
    border:1px solid #00afdb;
}
#event-tab .mobile-tab>span{
    float:right;
}
.tab-content>.tab-pane{
    padding:20px 0;
}
.glyphicon-chevron-up:before {
    content: "\f077" !important;
    font-family: 'FontAwesome' !important;
}
.glyphicon-chevron-down:before {
    content: "\f078" !important;
    font-family: 'FontAwesome' !important;
}
#event-tab .form-container-landing{
    padding:15px;
    border:1px solid #A3A3A3;
    background: #f4f4f4;
}
#event-tab .flex-item:hover {
    box-shadow: none !important;
    -o-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
@media (max-width: 1142px) {
    .tab-content>.tab-pane{
        padding:20px 10px;
    }
}
@media (max-width:768px){
    #event-tab .mobile-tab{
        display:block;
    }
    #event-tab .nav-pills{
        display:none;
    }
}

/* header bar */
.slide .hero-switch>.container>.header-row .col-12 .header-logo img {
	margin: 30px;
}

.slide .hero-switch.bg-color>.container>.header-row .col-12 .header-logo {
	border-bottom-width: 2px !important;
	border-bottom-style: solid !important;
}

.slide .btn.btn-primary.btn-icon {
	background: none;
	box-shadow: none;
	text-shadow: none;
}

.slide .hero-switch>.container>.header-row .col-12 .header-logo {
	width: 120px;
}

.slide .hero-switch>.container>.header-row .col-12 .header-logo,
	.hero-buy>.container>.header-row .col-12 .header-logo, .hero-demo>.container>.header-row .col-12 .header-logo
	{
	border-right-width: 2px;
	border-right-style: solid;
	width: 120px;
	min-width: 100px;
}

.slide .hero-switch>.container>.header-row .col-12, .hero-buy>.container>.header-row .col-12,
	.hero-demo>.container>.header-row .col-12 {
	display: flex;
	padding-left: 0;
	padding-right: 0;
	flex-direction: row;
	align-items: center;
}

.slide .hero-switch>.container>.header-row .col-12 .header-menu,
	.hero-buy>.container>.header-row .col-12 .header-menu, .hero-demo>.container>.header-row .col-12 .header-menu
	{
	padding-left: 60px;
}

.slide .cta {
	position: absolute;
	top: 0;
	right: 0;
}

.slide .hero-switch>.container>.header-row .col-12 .header-menu .cta {
	font-size: 20px;
	font-family: 'proxima-nova', sans-serif;
}

.slide .hero-switch.bg-color>.container>.header-row .col-12 .cta,
	.hero-switch.bg-white>.container>.header-row .col-12 .cta {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-left-width: 2px;
	border-left-style: solid;
}

.slide .hero-switch>.container {
	position: relative;
}

.slide .hero-switch>.container, .hero-buy>.container, .hero-demo>.container
	{
	height: 100%;
	border-width: 2px;
	border-style: solid;
	min-height: 600px;
}

.slide .sticky-nav-side .list-group-item.active2 {
	background: #0b4661;
}

.slide .sticky-nav-side .list-group-item {
	margin-left: auto;
	border: none;
	height: 10px;
	padding: 0;
	margin-bottom: 7px;
	border-radius: 10px;
	width: 10px;
	background: rgba(11, 70, 97, 0.2);
}

.slide a.list-group-item {
	color: #555;
}

.slide .list-group.sticky-nav-side {
	z-index: 9999;
	box-shadow: none;
}

.slide .hero-switch>.container .body-row {
	padding-top: 25px;
	padding-bottom: 0;
}

.hero-switch>.container .body-row {
	display: flex;
	flex-direction: row;
	height: 80%;
	justify-content: center;
	align-self: center;
}

.slide .sticky-nav-side {
	width: 150px;
	padding-right: 110px;
	justify-content: center;
	align-self: center;
	position: relative;
	right: 0;
	left: 0;
}

/*  colour bar */
.colour-bar {
	width: calc(100% + 4px);
	display: flex;
	align-items: center;
	position: absolute;
	bottom: -2px;
	left: -2px;
	z-index: 9;
}

.slide .colour-bar .col {
	width: 100%;
	height: 10px;
}

.bg-grey {
	background-color: #b1b1b1;
}

.bg-blue {
	background-color: #007da4;
}

.bg-green {
	background-color: #80ba27;
}

.bg-dark-blue {
	background-color: #0b4661;
}
.text-aqua {
    color: #42b9bc;
}
.slide div.scroll-link {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 49px;
	width: 98%;
}
/* mobile rules */
@media ( max-width : 1023px) {
	.slide .header-menu>img {
		display: none;
	}
	.slide .list-group.sticky-nav-side {
		display: none;
	}
}
@media(min-width: 1024px) {
	.slide .hero-switch {
		height: 800px;
		padding: 50px !important;
	}
	.slide .hero-switch>.container .body-row .main-content {
		width: 100%;
		max-width: 1344px;
		display: flex;
		align-self: center;
	}
	.slide .hero-switch>.container {
		max-width: 1369px;
		max-height: 835px;
		width: 100%;
	}
	/* body-row and main content */
	.slide .text-container {
		z-index: 99;
		text-align: left;
		max-width: 518px;
		margin-right: 30px;
	}
}

@media ( max-width : 1023px) {
	.slide .hero-switch>.container .body-row {
		display: block;
		height: auto;
		flex-direction: column;
	}
	.hero-switch > .container .body-row .main-content, .flex-2-block {
	    display: block;
	}
	.hero-switch > .container .body-row .main-content, .flex-2-block {
	    display: block;
	}
	.hero-switch {
	    height: auto;
	    padding: 10px!important;
	}
	.header-menu > p, div.scroll-link {
	    display: none !important;
	}
	.slide .flex-center-block {
    	width: auto;
	}
}
.video50 .video-img span:first-Child {
  text-align: center !important;
}
.video50 .video-content > div {
  font-family: sans-serif;
}
.lightbox .app-page #popUpVideoContainer {
  /* top: -4% !important;*/
}
.lightbox-component .video50 {
  display: block;
}
@media (min-width: 768px) {
  .lightbox-component .video50 {
    display: flex;
  }
}
.lightbox-component .video50 .video-img {
  display: block;
  /*padding-top: 50%;
			background-size: cover;
			background-position: center;*/
}
@media (min-width: 768px) {
  .lightbox-component .video50 .video-img {
    padding: 0;
  }
}
.lightbox-component .video50 .video-content {
  display: block;
}
@media (max-width: 1024px) {
  .video50 .video-content > div {
    padding: 20px;
  }
  .lightbox-component .video50 .video-img {
    display: flex;
    align-items: center;
    padding: 20px;
  }
}

.sciex-table th:first-Child {
	text-align: left!important;
}

@media (max-width: 480px) {
	.sciex-table .new-table tr th {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
}

.sciex-table .new-table.table-striped>tbody>tr:nth-child(even)>td,
.new-table.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #e4f1f5;
}

.sciex-table .new-table.table-striped>tbody>tr:nth-child(odd)>td,
.new-table.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #ffffff;
}
.pagetitleitem{}

.pagetitleitem:hover{

    box-shadow:none !important;
    background-color:transparent !important;
}
div {
    font-family: Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

.timeline {
    width: 400px;
}

.timeline .timeline-item {
    width: 100%;
}

.timeline .timeline-item .info, .timeline .timeline-item .year {
    color: #eee;
    display: block;
    float: left;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.timeline .timeline-item.close .info, .timeline .timeline-item.close .year {
    color: #ccc;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.timeline .timeline-item .year {
    font-size: 24px;
    font-weight: bold;
    width: 22%;
}

.timeline .timeline-item .info {
    width: 100%;
    width: 78%;
    margin-left: -2px;
    padding: 0 0 40px 35px;
    border-left: 4px solid #aaa;
    font-size: 14px;
    line-height: 20px;
}

.timeline .timeline-item .marker {
    background-color: #fff;
    border: 4px solid #aaa;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    display: block;
    float: right;
    margin-right: -11px;
    z-index: 2000;
    position: relative;
}

.timeline .timeline-item.active .info, .timeline .timeline-item:hover .info {
    color: #444;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.timeline .timeline-item.active .year, .timeline .timeline-item:hover .year {
    color: #F99D31;
}

.timeline .timeline-item .marker .dot {
    background-color: white;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
    border: 4px solid white;
    height: 12px;
    width: 12px;
    border-radius: 100px;
    float: right;
    z-index: 2000;
    position: relative;
}

.timeline .timeline-item.active .marker .dot, .timeline .timeline-item:hover .marker .dot {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #9DB668;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}
 .cookies-message-popup {
 	/*background: #004a64;*/
 	background: #fff;
 	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
 	bottom: 110px;
 	/*color: #fff;*/
 	margin: 0;
 	max-width: 350px;
 	padding: 15px;
 	position: fixed;
 	right: 100px;
 	z-index: 1001;
 	font-family: 'proxima-nova', Arial, Verdana, Sans-serif;
 	font-size: 15px;
 	line-height: 20px;
 }

 .cookies-message-close span.close-message {
 	color: #BFC1C0;
 	cursor: pointer;
 	font-size: 30px;
 	position: absolute;
 	right: 10px;
 	top: 10px;
 }
 
.cookies-message-popup a:hover{
	color:#F99D31;
}

.cookies-message-popup .btn{
	min-width:unset;
	padding:5px 10px;
}

.cookies-message-popup h2{
	font-size:18px;
	line-height:22px;
}
.input-mini {
    width: 70px;
}
.carousel-slideshow .darktech-bg h1 {
	color: #fff;
}

.carousel-slideshow .flex-basis-40 {
	width: 40%;
}

.carousel-slideshow .relative-content {
	position: relative;
}

.carousel-slideshow #slider-thumbs li {
	padding: 0;
	position: relative;
}

.carousel-slideshow #slider-thumbs li div {
	padding: 15px 0;
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: block;
}

.carousel-slideshow #slider-thumbs li div>p {
	margin-bottom: 0;
}

.carouselslideshow .carousel-inner {
	margin-bottom: 0px;
}

.carousel-slideshow #slider-thumbs {
	text-align: center;
	margin: 10px 0;
}

.carousel-slideshow .list-inline {
	margin-left: 0;
}

.carousel-slideshow .carousel-control {
	width: 50px !important;
	height: 50px;
	line-height: 1.6em;
	font-size: 2em;
	z-index: 9;
	opacity: unset;
	color: #d3d3d3;
	text-shadow: none;
	background-image: none!important;
	background-color: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
}

.carousel-slideshow .carousel-control:hover,
.carousel-slideshow .carousel-control:focus {
	color: #d3d3d3;
	opacity: 1;
	background: #fff;
}

.carousel-slideshow .carousel-control:hover {
	opacity: 0.5;
}

.carousel-slideshow #slider {
	margin: 0;
}

.carousel-slideshow .slide-content {
	position: relative;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 70%;
}

.carousel-slideshow [id^="carousel-selector-"]:hover div {
	background: #007DA4!important;
}

.carousel-slideshow [id^="carousel-selector-"]:hover div p {
	color: #fff!important;
}


/* PHONES */

@media (max-width: 767px) {
	.carousel-slideshow .flex-basis-5 {
		flex-basis: 20%;
	}
	.carousel-slideshow .carousel-control {
		top: 100% !important;
		font-size: 1.5em;
		color: #d3d3d3;
	}
	.carousel-slideshow .carousel-control.left {
		left: 35%;
	}
	.carousel-slideshow .carousel-control.right {
		right: 35%;
	}
	.carousel-slideshow .carousel-control:hover,
	.carousel-slideshow .carousel-control:focus {
		color: #d3d3d3;
		opacity: 1;
		background: #fff;
	}
	.carousel-slideshow #slider {
		padding-bottom: 25px;
	}
	.carousel-slideshow #slider .flex-basis-40 {
		width: 100%;
		position: relative;
	}
	.carousel-slideshow #slider .flex-basis-40 img {
		left: 0;
		right: 0;
		position: absolute;
		opacity: 0.2;
	}
	.carousel-slideshow #slider-thumbs {
		display: none;
	}
	.carousel-slideshow .carousel-inner>.item {
		height: auto !important;
	}
}
 #imgcontainer { width: 98%; clear:both;  }
.horizontal-card .hor-list-box .flex-basis-1, .hor-list-box .flex-basis-2{
    margin-bottom: 10px;
}
.horizontal-card-modal .flex-item:hover .learnMore {
  color: var(--orange-color, #f59831) !important;
  color: #f59831 !important;
}
.horizontal-card-modal .dv-txt {
  position: relative;
  flex: 0 1 100%;
}
.horizontal-card-modal .dv-txt.left-aligned {
  padding-right: 10px;
}
.horizontal-card-modal .dv-txt.right-aligned {
  padding-left: 10px;
}
.horizontal-card-modal .flex-img {
  flex: 0 0 185px;
  margin: 0;
}
.horizontal-card-modal .learnMore {
  display: flex;
  justify-content: space-between;
}
.horizontal-card-modal .learnMore.left-aligned {
  margin-right: 10px;
}
.horizontal-card-modal .learnMore.right-aligned {
  margin-left: 10px;
}

.filterlist .tabHeader {
	background-color: #0084A9!important;
	border-radius: 0px!important;
	padding: 15px;
}

.filterlist .blue-header {
	/* margin: 20px 15px 15px 15px; */
	margin: 20px 0;
}

.filterlist .tabHeader .heading-1 {
	color: #fff;
	margin: 0px;
}

.filterlist .blue-header .blue-header-content {
	background-color: #F5F5F5;
	padding: 15px;
}

.filterlist table.resources tr.i td h2 {
	border-bottom: 1px solid #0084A9;
	padding-bottom: 10px;
}

.filterlist .course-list h2 {
	margin: 0px;
}

.filterlist h2,.heading-2 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #0084a9;
	line-height: normal;
}

.filterlist table.resources tr.i td {
	padding: 10px 15px 0px;
}

.filterlist .custom-select .filterlist-dropdown select {
	padding: 5px 8px;
	width: 100%;
	position: relative;
	z-index: 10;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
}

.filterlist #filterlist-font {
	font-size: 26px;
	font-family: 'proxima-nova', Arial, Verdana, Sans-serif;
}
.socialmediashare .share-box{
	border-bottom: 1px solid #dbe0e0;
	border-top: 1px solid #dbe0e0;
	padding: 20px 0;
	margin-top: 40px;
	text-align: center;
}
.socialmediashare .share a{
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	margin: 10px 15px;
	padding-left: 37px;
	position: relative;
}
.socialmediashare .icon{
	background: #00afdb;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 30px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 30px;
	transition: background .25s ease;
}
.instrumentdetail .tab-wrap .tab-nav {
    display: table;
    margin: 0 0 30px;
    width: 100%
}
.instrumentdetail .instrument-tabs a {
    width: 25%;
}

.instrumentdetail .tab-wrap .tab-nav a {
    background: #0084a9;
    color: #fff;
    display: table-cell;
    padding: 15px 10px;
    position: relative;
    text-align: center;
    vertical-align: center
}

.instrumentdetail .tab-wrap .tab-nav a.on {
    background: #00afdb
}

.instrumentdetail .tab-wrap .tab-nav a.on:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    bottom: 0;
    content: " ";
    display: block;
    left: 50%;
    margin-left: -8px;
    position: absolute
}

.instrumentdetail .tab-wrap .tabs {
    position: relative
}

.instrumentdetail .tab-wrap .tabs .tab {
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%
}

.instrumentdetail .tab-wrap .tabs .tab.show-tab {
    height: auto;
    left: auto;
    opacity: 1;
    overflow: visible;
    position: relative;
    top: auto;
    z-index: 1
}

.instrumentdetail div.shade-box {
    background: #f4f4f4;
    padding: 15px;
    margin: 30px 0
}

.instrumentdetail .callout.case.v2 .footer {
    overflow: visible;
}

.instrumentdetail .filter-bar {
    background: #f4f4f4;
    border-bottom: solid 1px #dbe0e0;
    border-top: solid 1px #dbe0e0;
    padding: 10px 20px 0;
    position: relative;
}

.instrumentdetail div.actions {
    margin: 0 0 20px;
}

.instrumentdetail .filter-bar label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.instrumentdetail .filter-bar .flex-range label .label-text {
	display:block;
	left:auto;
	margin:0;
	padding-right:10px;
	position:static;
	top:auto;
	white-space:nowrap;
}

.instrumentdetail .filter-bar .flex-range label select {height:34px;margin:0;width:300px;}

.instrumentdetail .filter-bar .flex-range label {
	align-items:center;
	display:flex;
	justify-content:center;
	margin:0 0 10px;
	padding:0;
}

@media screen and (min-width: 768px){
    .instrumentdetail div.actions {
        text-align: right;
    }

}

.contactsupport h2.support-header {
	background: #405364;
	color: #FFF;
	font-size: 23px;
	min-height: 50px;
	overflow: hidden;
	position: relative;
	padding: 11px 15px;
}

.contactsupport div.box-support {
	padding: 15px 0;
	font-family: 'proxima-nova', Arial, Verdana, Sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #5f6062;
	overflow-wrap: break-word;
}

@media screen and (min-width: 768px) {
	.contactsupport .row-eq-height>div:first-child {
		border-left: 1px solid #dbe0e0;
	}
}

@media screen and (min-width: 768px) {
	.contactsupport .row-eq-height>div {
		border: 1px solid #dbe0e0;
		border-left: 0;
		margin: 0;
	}
}

@media screen and (min-width: 768px) {
	.contactsupport .row-eq-height {
		margin: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media screen and (min-width: 768px) {
	.contactsupport h2.support-header {
		margin: 0;
	}
}

.contactsupport .box-support .align-center .btn {
	line-height: 20px;
	margin-bottom: 5px;
	padding: 7px 15px;
	min-width: 250px;
}

.contactsupport .box-support h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #5f6062;
	line-height: normal;
}

.contactsupport #contact-support {
	display: block;
}
.softwares .btn {
    line-height: 20px;
    margin-bottom: 5px;
    padding: 7px 15px;
    min-width: 160px;
}
.supportCases  .callout {
    border: solid 1px #dbe0e0;
}



.supportCases, h2, .heading-2 {
    line-height: normal;
}

.supportCases .clear {
    clear: both;
}

.supportCases .btn {
    line-height: 20px;
    margin-bottom: 5px;
    padding: 7px 15px;
    min-width: 160px;
}

.supportCases  div.table-wrap table.dataTable thead tr th.narrow {
    padding-left: 10px;
    padding-right: 0;
    text-align: center;
    width: 10px;
}
.supportCases .dataTable.no-footer{
	width: 100% !important;
}


@media screen and (min-width: 768px){
.supportcards div.boxes-support-card {
    margin: 0 -3px 20px;
}
}

.supportcards div.boxes-support-card div.box {
    float: left;
    font-size: 13px;
    padding: 0 3px;
    width: 100%;
}

@media screen and (min-width: 768px){
.supportcards div.boxes-support-card div.box {
    padding: 3px;
    width: 25%;
}
}

.supportcards div.boxes-support-card div.box a{
    display: block;
    position: relative;
}

.supportcards div.boxes-support-card{
    overflow: hidden;
}

.supportcards div.boxes-support-card div.box img {
    width: 100%;
}

.supportcards div.boxes-support-card div.box a span.heading {
    background: rgba(0,0,0,.4);
    color: #fff;
    display: block;
    font-size: 18px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
}

.supportcards div.boxes-support-card div.box a span.count {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
}

.supportcards div.boxes-support-card div.box a span.count span.num {
    display: block;
    font-size: 60px;
    font-weight: bold;
    line-height: 50px;
}

.supportcards .boxes-support-card div.box {

    font-family: 'proxima-nova',Arial,Verdana,Sans-serif;
 }
.productdetails .flex-container {
    flex-wrap: nowrap;
}
.productdetails .flex-item {
    text-align: left;
    align-self: center;
}
.supportCaseDetails .padded-content div{
        font-family: 'proxima-nova',Arial,Verdana,Sans-serif !important;
}
.supportCaseDetails div.shade-box.border {
    border-top: 1px solid #dbe0e0;
}

.supportCaseDetails div.shade-box {
    background: #f4f4f4;
    padding: 15px;
    margin: 30px 0;
}

.supportCaseDetails .big {
    font-size: 18px;
    line-height: 22px;
}

.supportCaseDetails table.details {
    font-size: 16px;
    margin: 0 0 20px;
    width: 100%;
    font-family: 'proxima-nova',Arial,Verdana,Sans-serif;
}

.supportCaseDetails table.details td {
    padding: 5px 0;
}

.supportCaseDetails hr.thick {
    background: #0084a9;
    border: 0;
    clear: both;
    height: 3px;
    margin: 0 0 20px;
}

.supportCaseDetails table.details td a.btn {
    margin: 6px 0;
}

.supportCaseDetails .btn {
    line-height: 20px;
    margin-bottom: 5px;
    padding: 7px 15px;
    min-width: 160px;
}

.supportCaseDetails .btn.gray {
    background: #7f8084;
}

.supportCaseDetails div.actions {
    text-align: right;
}

.supportCaseDetails h2,.supportCaseDetails .heading-2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #0084a9;
    line-height: normal;
    font-family: 'proxima-nova',Arial,Verdana,sans-serif;
}

.supportCaseDetails h1{
	font-family: 'proxima-nova',Arial,Verdana,Sans-serif;
}

.supportCaseDetails hr {
    background: #dbe0e0;
    border: 0;
    clear: both;
    height: 1px;
    margin: 0 0 20px;
}
.search div.banner-bottom-search {
	margin: auto;
}
@media screen and (min-width: 992px) {
	.search div.banner-bottom-search {
		height: 62px;
		margin-top: -62px;
		overflow: hidden;
		position: relative;
		z-index: 2;
	}
}
@media screen and (min-width: 768px) {
	.search div.banner-bottom-search {
		margin: 0 0 20px;
	}
}
@media screen and (min-width: 992px) {
	.search div.banner-bottom-search div.search-box-support {
		margin: 0;
	}
}
.search div.banner-bottom-search div.search-box-support {
	border: 0;
	margin: 0 0 10px;
}
.search div.banner-bottom-search div.search-box-support input[type=submit] {
	height: 34px;
	width: 36px;
}
.search div.search-box-support input[type=submit] {
	background: #00afdb url(https://images.sciex.com/shared/icons/search-white.png) no-repeat center center;
	border: none;
	height: 34px;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}
@media screen and (min-width: 992px) {
	.search div.banner-bottom-search p.big {
		margin: 5px 0 0;
	}
}
.search div.banner-bottom-search p.big {
	font-size: 20px;
}
.search div.banner-bottom-search {
	color: #fff;
}
.search .banner-bottom-search .row {
	/*margin-right: 12px;
	margin-left: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;*/
	padding:15px;
}
.search .banner-bottom-search p {
	color: #fff;
}
.knowledgebasearticle div.shade-box {
    background: #f4f4f4;
    padding: 15px;
    margin: 30px 0;
    min-height: 60px;
}
.knowledgebasearticle .article-share {
    float: left;
}
.knowledgebasearticle div.shade-box.border {
    border-top: 1px solid #dbe0e0
}

.knowledgebasearticle div.shade-box .btn {
    margin: 0
}

.knowledgebasearticle div.shade-box .utilities {
    float: left;
    margin: 8px 0
}

.knowledgebasearticle div.gray {
	color: #5F6062;
}
.knowledgebasearticles div.search-box input[type=submit] {
    background: #00afdb url("../../../content/dam/SCIEX/internal/logos/general/search-white.png") no-repeat center center;
    border: none;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.knowledgebasearticles div.search-box {
    background: #fff;
    border: 1px solid #dbe0e0;
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 3px;
    padding-right: 32px;
    position: relative;
    width: 100%;
}

.knowledgebasearticles div.search-box input[type=text] {
    border: none;
    display: block;
    padding: 5px;
    height: 26px;
    width: 100%;
}

.knowledgebasearticles div.items div.item.icon {
    padding-right: 50px;
}

.knowledgebasearticles div.items div.item.icon.access{
	padding-right:200px;
}

.knowledgebasearticles div.items div.item {
    border-bottom: none;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.knowledgebasearticles div.items div.item p {
    margin: 0 0 7px;
}

.knowledgebasearticles div.stars {
    color: #f99c34;
}
.knowledgebasearticles span.gray {
    color: #5f6062;
}
.knowledgebasearticles .recent-articles{
	padding-bottom:20px;
}
@media screen and (min-width: 768px){
    .knowledgebasearticles .callout.case.v2 div.search-box {
        margin: 0;
    }
    .knowledgebasearticles .callout.case .footer div.toggles div.buttons {
        margin: 0 10px 0 0;
    }
}
.librarycontainer h2 {
    border-bottom: 1px solid #428bca;
    padding-bottom: 5px;
    margin-top: 25px;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #0084a9;
    line-height: normal;
    font-family: 'proxima-nova',Arial,Verdana,Sans-serif;
}

.librarycontainer ul {
    margin-left: -20px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'proxima-nova',Arial,Verdana,Sans-serif;
}
.managenotifications .toggle-switch {
    display: block;
    margin: 0 0 7px;
    padding-left: 42px;
    position: relative
}

.managenotifications .toggle-switch a {
    background: #7f8084;
    border-radius: 18px;
    display: block;
    height: 18px;
    left: 0;
    outline: none;
    position: absolute;
    top: 1px;
    width: 36px
}

.managenotifications .toggle-switch a:after {
    background: #f4f4f4;
    border-radius: 100%;
    content: " ";
    display: block;
    height: 14px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 14px
}

.managenotifications .toggle-switch a.on {
    background: #66bc29
}

.managenotifications .toggle-switch a.on:after {
    left: auto;
    right: 2px
}

.managenotifications .btn.gray {
    background: #7f8084;
    min-width: 160px;
}
.managenotifications .btn.orange{
    min-width: 160px;
}
.catalogitemlist .item {
    border-bottom: 1px solid #dbe0e0;
    margin: 0 0 20px;
    padding: 0 0 15px;
    position: relative;
}

.catalogitemlist h2{
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #0084a9;
    line-height: normal;
}

.catalogitemlist .item p {
    margin: 0 0 7px;
}
.columnlistcard {
	margin: 0 auto;
	max-width: 1140px;
}
.vertical-card .flex-content .square{
    padding: 23.5%;
}
.vertical-card.flex .flex-basis-2 {
	flex-basis: 49%;
	margin: 0.5% !important;
}

.vertical-card .flex-basis-2 .flex-content img {
	width: 550px !important;
	height: 550px;
}

.multi-row.vertical-card .flex-basis-3 {
	margin-bottom: 10px;
}

.vertical-card .flex-basis-3 img {
	width: 375px !important;
	height: 375px;
}

.vertical-card .flex-basis-4 img {
	width: 275px !important;
	height: 275px;
}

.intro-module .vertical-card .flex-basis-4:nth-last-child(-n+3) {
    margin-bottom: 10px;
}

.vertical-card .flex-basis-5 img {
	width: 250px !important;
	height: 250px;
}

.vertical-card .flex-basis-5 {
    margin-right: 0.8vw;
}

.vertical-card .flex-basis-5:nth-child(5n) {
    margin-right: 0 !important;
}
.vertical-card .flex-basis-5:nth-child(n+5) {
    margin-top: 10px;
}
.columnlistcard .app-page > div {
	margin:0;
}

.columnlistcard .learnMore span {
    float: right;
}                   

.vertical-card .flex-item {
	padding: 0;
}

.multi-column.multi-row.flex.flex-container.vertical-card .flex-item.flex-basis-4:last-child {
    margin-bottom: 10px;
}

@media (max-width:767px) {
	.vertical-card .flex-basis-5, .vertical-card .flex-basis-5:nth-child(5) {
    	margin-right: 0.7vw;
	}
    .vertical-card .flex-basis-5:nth-child(5n) {
    	margin-right: 0.7vw !important;
	}
    .vertical-card .flex-basis-5:nth-child(n+3) {
    	margin-top: 10px;
	}
    .intro-module .vertical-card .flex-basis-5:last-child {
    	margin-bottom: 1.5% !important;
        margin-bottom: 1.5vw !important;
	}
}
.login-dropdown {
    display: none;
    background-color: #004a64;
}

.login-dropdown ul li {
    list-style-type: none;
}

.login-dropdown a:hover {
    color: #00afdb;
}
.brand-color-bar-component {
    margin: 0 auto!important;
    max-width: 1140px;
}

.brand-color-bar-1 {
    width: 25%;
    height: 10px;
    background-color: #b1b1b1;
    float: left;
}

.brand-color-bar-2 {
    width: 25%;
    height: 10px;
    background-color: #007da4;
    float: left;
}

.brand-color-bar-3 {
    width: 25%;
    height: 10px;
    background-color: #76bc21;
    float: left;
}

.brand-color-bar-4 {
    width: 25%;
    height: 10px;
    background-color: #003e52;
    float: left;
}
.hero-component {
  position: relative;
}
.hero-component .bck-img {
  padding-top: 33%;
  min-height: 170px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .hero-component .bck-img {
    display: none;
  }
}
.hero-component .bck-img-desktop {
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  .hero-component .bck-img-desktop {
    display: block;
  }
}
.hero-component #event-promo {
  background: #007DA4;
}
@media (min-width: 768px) {
  .hero-component #event-promo {
    background: transparent;
  }
}
@media (max-width: 767px) {
  .hero-component #event-promo .content {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .hero-component #event-promo .content-wrapper {
    padding: 15px;
    min-height: 0;
  }
}
@media (min-width: 768px) {
  .hero-component #event-promo .content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
  }
}
.hero-component #event-promo .hero-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .hero-component #event-promo .hero-title {
    font-size: 23px;
  }
}
.hero-component #event-promo .hero-subtitle {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .hero-component #event-promo .hero-subtitle {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.hero-component #event-promo .hero-date {
  font-size: 24px;
}
@media (max-width: 767px) {
  .hero-component #event-promo .hero-date {
    margin-bottom: 6px;
    font-size: 18px;
  }
}
.hero-component #event-promo .hero-desc {
  margin: 0;
}
@media (max-width: 767px) {
  .hero-component #event-promo .hero-desc {
    font-size: 13px;
  }
}

.floatcontainer .follow-me {
  position: fixed;
  top: 140px;
  left: 60%;
  right: 12%;
  z-index: 50000;
}

.rss-feed-video-tri-panel-component {
    font-family: 'proxima-nova', Arial, Verdana, Sans-serif !important;
    margin: 0 auto!important;
    max-width: 1140px;
}
.rss-feed-video-tri-panel-component .fs40 {
    text-align: center;
}

.rss-feed-video-tri-panel-component .nHeading3-14
{
    text-align: left;
    font-weight: 500;
    font-size: 18px;
}

.rss-feed-video-tri-panel-component .line-clamp-2{
    -webkit-line-clamp: 2;
    height: 40px;
    line-height: 20px;
}

.rss-feed-video-tri-panel-component .line-clamp {
    position: relative;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0!important;
}

.rss-feed-video-tri-panel-component .containerette {
    align-items: center;
    justify-content: center;
}
.multiCol-video {
	position: relative;
}

.multiCol-video .video-img>img {
	width: 100%;
	max-height: 530px;
}

.multiCol-video .flex-basis-5 {
	flex-basis: 20%;
}

.multiCol-video .flex-basis-4 {
	flex-basis: 25%;
	padding: 0;
}

.multiCol-video .flex-basis-3 {
	flex-basis: 33.334%;
	padding: 0;
}

.multiCol-video .flex-basis-2 {
	flex-basis: 50%;
	padding: 0;
}

.multiCol-video .flex-basis-1 {
	flex-basis: 100%;
	padding: 0;
}

.multiCol-video .video-img {
	position: relative;
	height: 100%;
}

.multiCol-video h2 {
	font-size: 20px;
	line-height: 28px;
	color: #FFF;
}

.multiCol-video h3 {
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
}

.multiCol-video .video-content, .absolute-content, .flipover-text {
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 2%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin: auto;
}

.multiCol-video .video-content {
	justify-content: flex-start;
	padding: 30% 15%;
}

.multiCol-video .video-img a {
	position: absolute;
	top: 44%;
	left: 35%;
}

.inlineVideo {
	height: 450px;
	width: 100%;
	border: 0;
}

.inlineVideo {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

#video-carousel .close-videocarousel {
	position: absolute;
	top: 8%;
	right: 15%;
	font-size: 40px;
	color: #76bc21;
}

#video-carousel {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	/*height:auto;*/
	background-color: #262626;
	padding: 40px;
}

#video-carousel .carousel-inner {
	overflow: visible;
	height: 100%;
}

#video-carousel .carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-duration: .1s;
	transition-property: opacity;
}

#video-carousel .carousel-inner .item {
	position: relative;
	display: none;
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
}

#video-carousel .carousel-inner .item.active {
	display: block;
}

.multiCol-video .carousel-control {
	color: #76bc21;
	font-size: 40px;
}

#video-carousel .carousel-fade .carousel-inner .item.active {
	opacity: 1;
}

#video-carousel .carousel-fade .carousel-inner .item.active {
	transform: translate3d(0, 0, 0);
}

#video-carousel .view {
	position: relative;
	overflow: hidden;
	cursor: default;
	max-height: 500px;
	width: 60%;
	margin: 0 auto;
	/*padding-bottom:25%;*/
	padding-bottom: 40%;
}

.carousel-control>img {
	position: absolute;
	top: 40%;
}

#video-carousel .carousel-control.left img {
	left: 5%;
}

#video-carousel .carousel-control.right img {
	right: 5%;
}

@media ( max-width :1024px) {
	#video-carousel {
		position: fixed;
		top: 30%;
		height: auto;
	}
	.multiCol-video .video-content, .absolute-content, .flipover-text {
		padding: 5%;
	}
	.multiCol-video .flex-basis-5, .multiCol-video .flex-basis-4,
		.multiCol-video .flex-basis-3, .multiCol-video .flex-basis-2 {
		flex-basis: 100%;
	}
	.multiCol-video .video-img {
		height: 300px;
		background-color: #262626;
	}
	.multiCol-video .video-img>img {
		display: none;
	}
	.multiCol-video .video-img a {
		left: 43%;
	}
}

@media ( max-width :767px) {
	.multiCol-video .video-img {
		height: 300px;
	}
	#video-carousel .view {
		width: 100%;
		padding-bottom: 0;
	}
	#video-carousel .carousel-control .glyphicon-chevron-left,
		#video-carousel .carousel-control .glyphicon-chevron-right {
		width: 30px;
		height: 30px;
		font-size: 60px;
	}
	.inlineVideo {
		position: relative;
	}
	.video-img-overlay.center .fa-play {
		font-size: 12px !important;
		line-height: 20px !important;
		padding-top: 0.5em;
		margin-bottom: 0px;
	}
	.video-img-overlay.topleft {
		top: 10px;
		left: 10px;
	}
}
.carousel-thumbnail-slider .flex-container.item {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
    }

    .carousel-thumbnail-slider .flex-item {
        flex-basis: 33%;
    }

    .carousel-thumbnail-slider .hero-item-callout {
        position: relative;
        background: rgb(0, 0, 0, 0.7) !important;
    }
    .carousel-thumbnail-slider .hero-item-title {
    padding-top: 10px;
    text-align: left;
    color: #fff;
}
.carousel-thumbnail-slider .hero-item-title h4 {
    margin: 0!important;
}

    .carousel-thumbnail-slider .video-img-overlay.topleft {
        position: absolute;
        top: 25px;
        left: 25px;
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 30px;
    }

    .carousel-thumbnail-slider .video-img-overlay.center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 30px;
    }

    .carousel-thumbnail-slider .video-img-overlay.center .fa-play {
        width: 1.5em;
        height: 1.5em;
        padding-top: 0.2em;
        padding-left: 0.4em;
        border-radius: 100%;
        border: 2px solid #fff;
        display: block;
        margin-bottom: 10px;
    }

    .carousel-thumbnail-slider .carousel-inner>.active,
    .carousel-thumbnail-slider .carousel-inner>.next,
    .carousel-thumbnail-slider .carousel-inner>.prev {
        display: flex !important;
    }

    .carousel-thumbnail-slider .controls {
        position: absolute;
        top: 40%;
        right: 6.5%;
    }

    .carousel-thumbnail-slider .controls a {
        background: #fff;
        color: #000;
        padding: 5px 30px 35px 20px;
        font-size: 30px;
        display: inline-block;
    }

    .carousel-thumbnail-slider .controls a.left {
        right: 0;
        left: auto;
        margin-right: 5px;
    }

    .carousel-thumbnail-slider .controls a.right {
        left: 0;
        right: auto;
    }

    .carousel-thumbnail-slider .controls a.disabled {
        opacity: 0.4;
        pointer-events: none;
        cursor: default;
    }

    .carousel-thumbnail-slider .controls .carousel-control {
        opacity: unset;
        text-shadow: unset;
        background-image: none;
    }

    .popUpVideoElem {
        display: none;
        z-index: 4;
        margin: auto;
        width: 100%;
        height: 500px;
        right: 0;
        bottom: 0;
        position: relative;
    }

    @media (max-width:1024px) {
        #popUpVideoContainer {
            left: 5%;
            width: 90%;
        }

        .popUpVideoElem {
            height: 400px;
        }
    }

    @media (max-width:767px) {
        .popUpVideoElem {
            height: auto !important;
        }

        .carousel-thumbnail-slider .video-img-overlay span.fs40 {
            font-size: 25px!important;
            line-height: 35px!important;
        }

        .carousel-thumbnail-slider .video-img-overlay.topleft {
            top: 20%;
            left: 15%;
        }

        .carousel-thumbnail-slider .video-img-overlay.center .fa-play {
            padding-top: 0;
        }
    }
 .bgVideo{
 	position:relative;
    height:680px;
    overflow:hidden;
    }
 #bgVideo {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
 }
.speakercard{
   margin-bottom:10px;
  }
  .speaker-card .speakeritem {
    width: 100%;
    padding-bottom: 10px;
  }
  .speaker-card .speakeritem .flex-item:last-Child{
    flex:1;
    padding:15px;
  }
  .speaker-card *{
    text-align:left;
  }

  .speaker-card{
    background-color:#fff;
    padding:20px;
    position:relative;
    width:100%;
    padding-bottom:80px;
  }

  .speaker-card .learnMore{
   position:absolute;
   bottom: 15px; 
   left:0px;
   right:0px;
   text-transform: capitalize;
   text-align: left;
   line-height: 52px;
   margin: 0 15px;
   padding-bottom:0;

 }
 .speaker-card:hover .learnMore .btn-lg{
 color: #fff! important;
                    }




 @media (max-width: 767px){

  .speaker-card .speakeritem .flex-item{
    flex-basis:auto;
  }

}


@media (max-width:1024px) {
  .speaker-card .speakeritem .flex-item:last-Child{
    line-height:16px;
    padding:5px;
  }
  .speaker-card .learnMore .btn-lg{
    padding:5px;
  }
}
.tg {
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #aabcfe;
	border-width: 1px;
	border-style: solid;
}

.tg td {
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 10px 5px;
	border-style: solid;
	border-width: 0px;
	overflow: hidden;
	word-break: normal;
	border-color: #aabcfe;
	color: #808080;

}
.tg tr {
  		font-size: 14px;
  	}

.tg th {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px;
	border-style: solid;
	border-width: 0px;
	overflow: hidden;
	word-break: normal;
	border-color: #aabcfe;
	color: #666;
	background-color: #f4f4f4;
}

.product-details .nav-tabs > li {
	width: 30%;
	padding-right: 5px;
}

.product-details .nav-tabs > li > a {
	background: #0084a9;
	border: 0;
	color: #fff;
	font-size: 16px;
	max-height: 50px;
}

.product-details .nav-tabs > li.active > a {
	border: 0;
	color: #fff;
	background: #00afdb;
}

.product-details .nav-tabs > li.active > a:after {
	border-top-color: #fff;
}

.product-details .tab-content .tab-pane {
	border: 0 !important;
}

.product-details .tab-content .tab-pane .content {
	padding: 30px 0;
	display: none;
}

.search-pagination {
	padding: 10px 0;
}

.search-pagination > nav {
	display: inline-block;
	float: right;
}

.search-pagination > nav > ul {
	margin: 0;
}

#Conformance .input-group, #Safety-data-sheets .input-group, #Analysis .input-group {
	position: relative; /* display: inline-block; padding-left: 20px; */
}

#Conformance > .content > .col-lg-12.title-search > .input-group > form > input {
	width: 250px;
}

#Safety-data-sheets .col-md-6.col-sm-12 > .title-search > .input-group > form > input {
	width: 250px;
}

.title-search {
	padding-bottom: 15px;
	padding-left: 0;
	color: #00afdb;
}

	.title-search > span {
		font-size: 15px;
		position: relative;
		top: -12px;
	}

.hidden-table {
	display: none;
}

.input-group button {
	height: 34px;
	background: #00afdb;
}

#Analysis .input-group input {
	margin: 0 0 0 5px;
	width: 250px;
}

.content tr > td:first-child, .content tr > th:first-child {
	padding-left: 20px;
}

#Safety-data-sheets .title-search {
	display: none;
}

#Safety-data-sheets .dropdown {
	color: #00afdb;
	padding-bottom: 15px;
}

#Safety-data-sheets .dropdown > button {
	background: #fff;
	color: #666;
	border: 1px solid #bec0c2;
	min-width: 250px;
	min-height: 32px;
	text-align: left;
	position: relative;
	padding: 5px 10px;
}

#Safety-data-sheets .dropdown > button span.caret {
	float: right;
	margin-top: 7px;
}

#Safety-data-sheets .dropdown > ul.dropdown-menu {
	top: 36px;
	min-width: 250px;
	max-height: 300px;
	overflow: scroll;
}

.product-intro .content {
	min-height: 0px !important;
}
.tab-content >  .active {
    display: block;
}
.techregulatoryfilter .filtercontent tr:nth-child(even) {background-color: #CCC !important;}
.techregulatoryfilter .filtercontent tr:nth-child(odd) {background-color: #FFF !important; }
.techregulatoryfilter .filtercontent tr td h2 {
    font-size: 14px;
}
.conformancesearch.btn {
  	min-width: 3rem;
}
.certificateTermInput {
	max-width: 220px;
}
.input-message {
     color: orange;
}
.techregulatoryfilter .filterdescription {
    padding-bottom: 30px;
}
.techregulatoryfilter .searchwrapper {
	background: #c4dbb4;
	padding:14px 20px;
	position:relative;
}
.techregulatoryfilter .searchwrapper input{
	border:0px;
	padding:7px;
}
.techregulatoryfilter .searchwrapper .coasearchbtn{
	position:absolute;
	right:14px;
	min-width:unset;
}
.coaNumberFill .input-message{
	margin:0;
	color:red;
}
.no-results .form-container{
	max-width:60%;
	margin:0 auto;
}
@media (max-width: 1200px) and (min-width: 990px) {
	#Safety-data-sheets .content .col-md-6.col-sm-12 {
		width: 100%;
		margin-bottom: 10px;
	}

	.product-details .nav-tabs > li > a {
		font-size: 14px;
	}
	
	.no-results .form-container{
		max-width:unset;
	}
}
.partnerportalForm .partner-image {
  display: block;
  margin: 40px auto;
}

.partnerportalForm #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  padding: 0;
}

.partnerportalForm #progressbar li {
  list-style-type: none;
  color: #d3d3d3;
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
  height: 30px;
}

.partnerportalForm #progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 25px;
  line-height: 23px;
  display: block;
  font-size: 10px;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  margin: 0 auto 5px auto;
  text-align: center;
  z-index: 1;
  position: absolute;
  margin-bottom: 0;
  background: #fff;
}

.partnerportalForm #progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #d3d3d3;
  position: absolute;
  left: -50%;
  top: 10px;
  /*z-index: -1;*/
}

.partnerportalForm #progressbar li:first-Child:before {
  left: 45%;
}

.partnerportalForm #progressbar li:nth-Child(2):before {
  left: 45%
}

.partnerportalForm #progressbar li:nth-Child(3):before {
  left: 45%;
}

.partnerportalForm #progressbar li:last-Child:before {
  right: 45%;
}

.partnerportalForm #progressbar li:first-child:after {
  content: none;
}

.partnerportalForm #progressbar li.active:before,
.partnerportalForm #progressbar li.active:after {
  background: #0084a9;
  color: white;
}

.partnerportalForm fieldset {
  padding: 40px 0;
}

.partnerportalForm fieldset:not(:first-of-type) {
  display: none;
}

.partnerportalForm .next,
.partnerportalForm .previous,
.partnerportalForm .submit {
  position: absolute;
  margin-top: 20px;
}

.partnerportalForm .next,
.partnerportalForm .submit {
  right: 0;
}

.partnerportalForm .previous {
  left: 0%;
}

.partnerportalForm #parnerPortalForm {
  margin: 40px 0;
  position: relative;
}

.partnerportalForm .formField {
  padding: 15px 0;
}

.partnerportalForm .formField>label {
  font-weight: normal;
  font-size: 14px;
}

.partnerportalForm .formField>input,
.partnerportalForm .formField>select {
  border: 0;
  border-bottom: 1px solid #c0c0c0;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
}

.partnerportalForm .requiredSpan {
  color: red;
  font-size: 18px;
}

.partnerportalForm label.error {
  font-size: 11px;
}

@media(max-width:1023px) {
  .partnerportalForm .partner-image {
    max-width: 50%;
  }
}
.fs15 {
    font-size: 15px;
    line-height: 20px;
}

.flipover-card {
    text-align: center;
}

.flipover-card .flipover-text {
    opacity: 0;
    transition: bottom .3s ease-in-out;
    -webkit-transition: bottom .3s ease-in-out;
    padding: 10%;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: auto;
}

.flipover-card .flipover-text * {
    font-weight: bold;
}

.flipover-content {
    position: relative;
    height: 100%;
    margin-bottom: 30px;
}

.flipover-card .flipover-content .mouseover-icon {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.flipover-card .flipover-content h3 {
    color: #fff;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 22px;
}

.flipover-card .flipover-content p {
    margin-bottom: 14px;
}

.flipover-card .flipover-content.active .flipover-text, .flipover-card .flipover-content img, .flipover-card .flipover-content:hover .flipover-text  {
    opacity: 1;
}

.flipover-card .flipover-content:hover {
    background-color: #000;
}

.flipover-card .flipover-content:hover img {
    opacity: 0.2;
}

@media (max-width:1024px) {
  .flipover-card .flipover-text {
    padding: 5%;
  }

  .flipover-card .flipover-content h3 {
    display: none;
  }
}
.new-dataTable .dataTables_wrapper .dataTables_filter{
  width:auto;
}
.new-dataTable .dataTables_wrapper .dataTables_filter input{
  width:auto;
  border: 1px solid #d3d3d3;
}
.new-dataTable .dataTables_wrapper .dataTables_length{
  color:unset;
}
.new-dataTable .dataTables_length label{
  font-weight: normal;
}
.new-dataTable .dataTables_length select{
  width:auto;
}
#data-table2 span.datesort {
	display:none;
}
@media (max-width:767px){
  .new-dataTable .dataTables_wrapper .dataTables_filter{
    padding-left:0;
  }
}
.affixsidebar.affix {
  z-index: 10;
    top: 100px;
}

.affixsidebar.affix-bottom {
  position: absolute;

}

@media (max-width:767px){
    .affixsidebar.affix{
        position:relative;
    }
}


@media (max-width:1024px) {
  .affixsidebar.affix{
        position:relative;
    }
}

.catalog .callout-container {
  padding: 15px 30px;
}
.catalog .filter-block {
  border: none;
  background: none;
  padding: 10px 0;
  font-size: 12px;
  padding-top:0px;
}
.course-catalog .filter-block h4 {
  margin: 0 0 5px 0;
  font-weight: normal;
  font-size: 14px;
  color: #00afdb;
}
.catalog h1>span{
  padding-left:20px;
  color:#003E52!important;
}
.course-catalog .filters h2 {
	padding-bottom: 10px;
	border-bottom: 2px solid grey;
	color: #5f6062;
}
.catalog #data-tablecc_wrapper {
  padding:15px 0;
}
.catalog .dataTables_length label {
  font-weight: normal;
  font-size: 15px;
}
.catalog .dataTables_wrapper .dataTables_paginate {
  margin-left:0;
}
.catalog .catalogitemlist .name{
  font-size: 16px;
    line-height: 24px;
    padding: 15px 10px;
    margin-bottom: 0;
    position: relative;
    background: #e4f1f5 !important;
    flex-wrap: nowrap;
}
.catalog .catalogitemlist .name img, .coursedetailboxes .course-title img{
  padding-right:20px;
}
.catalog .catalogitemlist .name>span:last-child{
  float:right;
  margin-left:10px;
}
.course-detail h2.course-title>span{
	padding-left:0;
}
.catalog .name-row {
    display: flex;
}
.catalog .checkbox {
    background: #e4f1f5;
    margin-left: 5px;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0;
}
.catalog .name { flex-grow: 2}
.catalog .name .premium-logo, .coursedetailboxes .course-title .premium-logo{
    position:absolute;
    left:-10px;
    top:-10px;
    display:block!important;
}
.catalogitemlist .result-meta {
  padding: 0;
  min-height: unset;
  font-size: 12px;
}
.catalogitemlist .result-meta:after {
  background: none;
}
.catalogitemlist .result-meta li{
  display: inline;
  border-right: 1px solid grey;
  margin-right: 5px;
}
.catalogitemlist .result-meta li:last-child{
  border-right:none;
}
.catalogitemlist .desc-short, .catalogitemlist .desc-full{
  margin-top:20px;
  font-size:14px!important;
}
.catalogitemlist .desc-short .read-more{
	display:block;
	/*float:right;*/
}
.catalogitemlist table.dataTable tbody th, .catalogitemlist table.dataTable tbody td{
  border-bottom:none;
}
.catalog h2 {
	color: #5f6062;
}
.course-catalog .filters a {
	color: #5f6062;
}
.course-catalog .filters a.on {
	font-weight: 700;
}
.course-catalog .filters ul {
	padding-left: 0px;
}
.course-catalog .filters li {
	list-style-type: none;
}
div.filters ul li a {
    color: #5F6062;
    display: block;
    padding-left: 17px;
    position: relative;
    font-size: 12px;
}
div.filters ul li a.on:before {
    content: "\f046";
}
div.filters ul li a:before {
    content: "\f096";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
}
.catalog .filter-block hr {
  margin: 10px 0;
}
.filterBlock .oval {
	/*border-radius: 80px;
    background: #eee;
    padding: 10px;
    height: 40px;
    margin: 0px 10px 10px 0px;
    font-weight: 400;*/
}
.catalog .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; 
}

.catalog .search-filter-summary {
	display: inline-flex;
	flex-wrap: wrap;
	padding: 0px 15px 0px 0px;
}
.catalog .search-filter-summary .filter {
  color: #00afdb;
  font: size 12px;
  line-height: 18px;
}
.filterBlock .filter:after {
	margin: 0px 10px 0px 0px; 
	content: "\00a0\00a0\f057";
    font-family: FontAwesome;
}
.catalog .reqcoursesupport {
	padding: 0px 0px 10px;
	font-size: 13px;
}
.catalog .reset-filter {
	display: flex;
	font-size: 14px;
	padding-bottom: 5px;
	color: #00afdb;
	justify-content:flex-end;
}
.catalog .filters .disabled {
	border: 1px solid #999999;
  	background-color: #cccccc;
  	color: #666666;
}
.catalog span.viewcourse {
	padding-left: 10px;
}
.catalog .callout.case.v3 {
	background: #c4dbb4;
	padding:14px 20px;
}
.catalog .header-text.flex div {
	margin: 5px;
}
#coursesort {
	width: 18rem;
}
.sortbycourse {
	display: inline-flex;
	float: right;
}
.catalog div.boxes div.box {
		padding:3px;
		width:33.33%;
	}
#data-tablecc .sorting_disabled {
	display: none;
}
div.boxes.v2 div.box a{
	background: #d9ebf1;
}
div.boxes.v2 div.box.premium a{
	background: #fff7ef;
}
.catalog div.boxes div.box.premium span.count {
	color: #f99d31;
	
}
.catalog div.boxes div.box span.count {
	color: #007da5;
	
}
.catalog div.boxes div.box a span.heading {
	background: #0b4661;
}

.course-catalog .pagination {
	float: right;
}
.pagination a.current {
    color: white;
    background: #00afdb;
}

.course-catalog .dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0px 12px;
	
}
.course-catalog .dataTables_wrapper .dataTables_paginate .paginate_button.current {
	text-decoration: none;
	color: white;
	border: 2px solid #ddd;
    background: #00afdb;
}
.course-catalog .catalogitemlist .bottom , .course-catalog .catalogitemlist .top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}
.course-catalog .catalogitemlist .bottom {
	margin-top: 15px;
}
.course-catalog .paging_simple_numbers a {
	margin-right: 10px 5px;
}

.course-catalog .dataTables_length select {
	width: auto;
}

.course-catalog .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate {
	margin-left: auto;
}
.course-catalog table.dataTable thead .sorting_asc {
	display: none;	
}
.courseDetails .course-overlay{
    z-index: 3;
    position: absolute;
    opacity: 1;
    top: -100%;
    left: -100%;
    width: 500%;
    height: 500%;
}
.courseDetails .course-warning {
	background:#dbdbdb;
    position: fixed;
    top: 40%;
    left: 35%;
    max-width: 30%;
    padding: 20px;
    color:#5f6062;
    z-index:4;
    font-size: 18px;
    line-height: 24px;
    padding: 3% 2%;
}
.courseDetails .course-warning #close{
	position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
}  
@media (min-width: 768px) and (max-width:1023px){
  .catalog .filters .disabled{
    min-width: unset;
  }
  div.boxes div.box a span.heading{
    font-size:14px;
    height: 60px;
  }
  .catalog .callout-container{
    padding:15px;
  }
  .catalog .catalogitemlist .name img{
    display:none;
  }
  .course-catalog .catalogitemlist .bottom, .course-catalog .catalogitemlist .top{
    flex-wrap:wrap;
  }
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length{
    width:50%;
  }
  .dataTables_wrapper .dataTables_length{
    text-align: right;
  }
  .dataTables_wrapper .dataTables_length label{
    display:block;
  }
  .dataTables_wrapper .dataTables_paginate{
    width: 100%;
    margin: 15px 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
	.PortalTrainingCatalogAbsorb .flex.header-text, .course-detail.catalog .flex.header-text {
		flex-direction: column;
	}
	.course-catalog .catalogitemlist .bottom, .course-catalog .catalogitemlist .top {
		flex-direction: column;
  }
  .catalog .catalogitemlist .name img, .catalog .catalogitemlist .name>span:last-child, .coursedetailboxes .course-title img{
    display: none;
  }
  .catalog .callout-container{
    padding: 15px;
  }
  .col-md-9.catalogitemlist{
    padding:0;
  }
  div.boxes div.box a span.heading{
    font-size:14px;
    height: 60px;
  }
  .course-catalog .catalogitemlist .bottom, .course-catalog .catalogitemlist .top{
    display:block!important;
  }
  .dataTables_wrapper .dataTables_info{
    float:left;
    padding-right:20px;
    padding-top:5px;
  }
  .dataTables_length label{
    display:block!important;
  }
  .course-catalog .dataTables_length select{
    max-width:25%!important;
  }
  .dataTables_wrapper .dataTables_paginate{
    width:100%;
    padding-bottom:20px;
  }
  .course-catalog .dataTables_wrapper .dataTables_paginate .paginate_button{
    padding:0 10px;
  }
  .courseDetails .course-warning{
  	max-width:80%;
  	left:10%;
  }
}
@media(max-width:1024px) {
	.course-desc.line-clamp {
		height: 20px;
	}
}
@media all and (-ms-high-contrast:none), all and (-ms-highcontast:active){
	.catalogitemlist .name .flex{
		width:100%;
		display:table-cell!important;
	}
	.catalog .catalogitemlist .name{
		display:table!important;
	}
}
.course-detail h1>span, .course-detail h2>span{
  padding-left:20px;
  color:#003E52!important;
}
.course-detail h2 {
font-size:16px;
line-height: 22px;
color: #003E52!important;
}
h2.course-title {
background: #e4f1f5 !important;
font-size: 16px;
  line-height: 24px;
  padding: 15px 10px;
  margin-bottom: 0;
  position: relative;
}
h2.course-title.leftside{
	background:none!important;
	padding:0;
}
h2.course-title.leftside.premium{
	padding:15px 10px;
}
.course-desc p{
font-size: 13px;
line-height: 20px;
}
table.coursedetail *, .course-summary{
font-size:12px;
line-height: 18px;
}
table.coursedetail tr>td:first-child{
color:#c0c0c0!important;
word-break:unset!important;
}
.coursedetailboxes{
background-color: #fff;
padding:20px;
margin:15px 0;
}
.course-detail table {
border-collapse: separate;
  border-spacing: 0 15px;
width: 100%;
}
.course-detail .section-right > div{
/*margin: 10px;*/
}
.course-detail td:last-child {
text-align: right;
}
.course-detail .section-left table.coursedetail td {
	word-break: break-word;
}
.reqsupport{
text-align: center;
}
.newcourse{
border: 1px solid #003E52;
padding:30px;
text-align:center;
}
.enrollmentsession table.generic th{
text-align:left!important;
  font-size: 18px;
  line-height: 24px;
  background-color: #003E52!important;
  color: white!important;
}
.enrollmentsession table.new-table{
border-spacing:0!important;
}
.course-detail .resource-list{
    padding-left:0;
	padding:10px;
}            
.course-detail .resource-list li{
    display:block;
	margin-bottom:10px;
	font-size:12px;
}                    
.course-detail .resource-list li>img{
	padding-right:10px;
}
@media (max-width:767px){
.course-detail .technicallivechat{
  display: none;
}
.course-detail .newcourse{
  padding:20px;
}
.enrollmentsession table.new-table td{
  display:table-cell!important;
  vertical-align: middle;
}
.enrollmentsession table.new-table tr{
  display:table-row!important;
}
.enrollmentsession table.new-table td p{
  margin:10px 0;
}
.enrollmentsession table.new-table td .btn{
  min-width: unset;
  padding:10px;
}
}
.resourcelibrarylist div.boxes div.box{
	width:33.33%;	
}
.resourcelibrarylist div.box a.off{
	opacity:0.7;
}
	.resourcelibrarylist .callout-container {
    padding: 15px 30px;
  }

  .resourcelibrarylist #searchRefine {
    background-color: #E9F1D9;
    padding: 15px 0;
    border: 0;
    margin-bottom: 10px;
  }

  .resourcelibrarylist #searchRefine .input-group {
    padding-left: 0;
    width: 100%;
  }

  .resourcelibrarylist #searchRefine input {
    width: 94%;
    border-radius: 0;
    border: none;
  }

  .resourcelibrarylist .search-results {
    border: none !important;
  }

  .resourcelibrarylist .search-results .row {
    border: none;
  }

  .resourcelibrarylist .search-results .name {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 10px;
    margin-bottom: 0;
    position: relative;
  }

  .resourcelibrarylist .search-results .name a>span {
    position: absolute;
    width: 40px;
    right: 1%;
  }

  .resourcelibrarylist .search-results .name a {
    padding-right: 70px;
    display: flex;
    align-items: center;
  }

  .resourcelibrarylist .search-results .desc {
    padding: 5px 10px;
    position:relative;
  }

  .resourcelibrarylist .result-meta {
    padding: 0;
    min-height: none;
    font-size: 11px;
  }

  .resourcelibrarylist .result-meta:after {
    background: none;
  }

  .resourcelibrarylist .search-results .description p:last-child {
    overflow-wrap: anywhere;
    font-size: 14px;
  }

  .resourcelibrarylist .filter-block {
    border: none;
    background: none;
    padding: 0;
    font-size: 12px;
  }

  .resourcelibrarylist .filterBlock {
    margin-left: 0;
    padding-left: 0;
  }

  .resourcelibrarylist .search-filter-summary span {
    color: #c0c0c0;
  }

  .resourcelibrarylist .filter-block hr {
    margin: 10px 0;
  }

  .resourcelibrarylist .search-filter-summary .filter {
    padding: 0;
    margin-left: 0;
  }

  .resourcelibrarylist .filter-checkbox li a {
    color: #5f6062;
  }
  .mobile-filter{
    position: relative;
  }
  
  .resourcelibrarylist .boxes .box img.boxicon{
  	position: absolute;
    right: 5%;
    top: 40%;
    width: 30%;
    height:auto;
    opacity:1;
  }
  @media (max-width:768px) {

    .resourcelibrarylist .filter-sidebar,
    .resourcelibrarylist .filter-results {
      padding: 10px;
    }

    .resourcelibrarylist .callout-container {
      padding: 15px;
    }

    .resourcelibrarylist div.boxes div.box a span.heading {
      font-size: 14px;
    }
  }

  @media (max-width:767px) {
    .resourcelibrarylist div.boxes div.box {
      width: 50%;
    }

    .resourcelibrarylist .boxes {
      margin: 15px 0;
    }
    .resourcelibrarylist .search-results .name a>span{
      display:none;
    }
  }
.support-vertical-cards .cta, .support-vertical-cards .relative-content {
	text-align: center;
}
.support-vertical-cards div::before {
	content: none;
}
.sw-list.multi-row .flex-basis-3:nth-last-child(-n+2) {
	margin-bottom: 0.8vw;
}
.sw-list.flex-container .flex-item p {
	padding: 0 10px;
    margin-bottom: 60px;
}
.sw-list.flex-container {
	justify-content: space-between;
}
.support-vertical-cards .multi-column .learnMore {
	border-top: none !important;
}

.sw-list.flex-container .flex-item {
    position: relative;
    padding: 0px 0px 60px 0px;
}

.support-vertical-cards .multi-row .flex-basis-3 {
	margin: 1%;
	flex-basis: 31.6%;
}
.sw-list.flex-container .flex-item.flex-basis-2 {
	flex-basis: 48%;
    margin: 1%;
}
.support-vertical-cards .flex-container .flex-item .learnMore a {
    border-top: none;
    padding: 5px;
    display: block;
}
.sub-tab-wrap .sub-tab-nav{margin:-10px 0 10px;}
.sub-tab-wrap .sub-tab-nav a{
	border-bottom:1px solid rgba(0, 175, 219, 0.5);
	color:#0084a9;
	display:inline-block;
	margin:0 10px 10px 0;
	outline:none;
	padding:0 5px 7px;
	position:relative;
	text-align:center;
	transition:none;
	white-space:nowrap;
}
.sub-tab-wrap .sub-tab-nav a.on{border-bottom:3px solid #0084a9;color:#0084a9;padding:0 5px 5px;}
.sub-tab-wrap .sub-tab-nav a.on:after{
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #fff;
	bottom:-10px;
	content:" ";
	display:block;
	left:50%;
	margin-left:-8px;
	position:absolute;
}

.sub-tab-wrap .sub-tabs{position:relative;}
.sub-tab-wrap .sub-tabs .sub-tab{height:0;left:0;opacity:0;overflow:hidden;position:absolute;top:0;z-index:-1;width:100%;}
.sub-tab-wrap .sub-tabs .sub-tab.show-tab{height:auto;left:auto;opacity:1;overflow:visible;position:relative;top:auto;z-index:1;}

.filter-bar{
	background:#F4F4F4;
	border-bottom:solid 1px #DBE0E0;
	border-top:solid 1px #DBE0E0;
	padding:10px 20px 0;
	position:relative;
}
.filter-bar label{display:block;font-size:14px;font-weight:400;padding-left:80px;position:relative;}
.filter-bar label.wide{padding-left:135px;}
.filter-bar label .label-text{left:0;margin:0 0 5px;position:absolute;top:6px;}
.filter-bar label select{margin:0 0 10px;}
.filter-bar label input{border:1px solid #DBE0E0;margin:0 0 10px;}
.filter-bar .buttons-wrap{text-align:right;margin:0 0 10px;}

.filter-bar .flex-range label{
	align-items:center;
	display:flex;
	justify-content:center;
	margin:0 0 10px;
	padding:0;
}
.filter-bar .flex-range label select{height:34px;margin:0;width:300px;}
.filter-bar .flex-range label .label-text{
	display:block;
	left:auto;
	margin:0;
	padding-right:10px;
	position:static;
	top:auto;
	white-space:nowrap;
}

.filter-bar .flex-form{margin:0 0 20px;}
.filter-bar .flex-form label{margin:0 0 10px;padding:0;}
.filter-bar .flex-form label select{height:34px;margin:0;min-width:100px;}
.filter-bar .flex-form label .label-text{
	display:block;
	left:auto;
	margin:0 0 5px;
	position:static;
	top:auto;
	white-space:nowrap;
}
table#data-tabless tbody th, table#data-tabless tbody td{
	padding:8px 8px;
	font-size:13px;
}

@media screen and (min-width: 500px) {

	.filter-bar .flex-form label{align-items:center;display:flex;}
	.filter-bar .flex-form label .label-text{min-width:100px;}

}
@media screen and (min-width: 600px) {

	.filter-bar .flex-form{display:flex;width:100%;}
	.filter-bar .flex-form label{
		align-items:center;
		display:flex;
		padding-right:10px;
	}
	.filter-bar .flex-form label .label-text{
		flex:0 0 auto;
		margin:0;
		min-width:0;
		padding-right:10px;
	}
	.filter-bar .flex-form label select{flex:1 1 auto;min-width:none;}

}
@media screen and (min-width: 768px) {
	.sub-tab-wrap .sub-tab-nav{display:flex;justify-content:space-between;}
	.sub-tab-wrap .sub-tab-nav a{display:block;flex:1;}
	.filter-bar .flex-form{margin:0;}
}
 .technote-image-popup{
    margin: 20px auto;
  }
  .technote-image-popup .imgPopup img{
    display:block;
    margin:0 auto 10px auto;
  }
  .technote-image-popup .imgPopup{
    display:block;
    text-align: center;
  }
  .pad20 {
    padding: 20px;
  }
  .technote-image-popup .modal-body{
    text-align: center;
  }
.landingpageheader #banner-image.height550 {
	height: 800px;
}
.landingpageheader #banner-image.height300 {
	height: auto;
}
.landingpageheader .form-container-ppc h2 {
    padding: 20px 20px 10px;
    margin-bottom: 0;
    font-size: 22px;
}
.landingpageheader .form-container-ppc {
    position: absolute;
    top: 5%;
    right: 0;
    width: 35%;
}
.landingpageheader .form-container-ppc iframe {
    background: #fff;
    width: 100%;
    border: none;
    padding: 0 20px 0;
}
.landingpageheader #banner-image>div.height550{
  height:550px;
}
.landingpageheader #banner-image>div.height300{
  height:300px;
}
.landingpageheader #banner-image>div {
    background-position: center;
    background-size: cover;
}

.landingpageheader #banner-image .banner-caption {
    width: 63% !important;
}
.landingpageheader #banner-image .banner-caption {
    width: 50%;
    padding-top: 10%;
    left: 0!important;
    position: relative;
    text-shadow: none;
}
@media (max-width: 767px){
  .landingpageheader #banner-image>div, .landingpageheader #banner-image{
    height:auto;
  }
  .landingpageheader #banner-image .banner-caption{
    width:100%!important;
  }
  .landingpageheader #mobile-form{
    position:relative;
    width:100%;
  }
}
