.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;
}
.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"],
#footer .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: #004a64;
}
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 20px 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;
}
.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: 120px;
  overflow: hidden;
  background: #fff;
}
#header {
  position: fixed;
  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;
}
#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 10px 7px 40px;
  color: #00afdb;
  background: url('https://images.sciex.com/Community Images/icons.png') no-repeat -30px -34px;
}
#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 label {
  font-weight: normal;
  color: #fff;
}
#header .links .dropdown 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-position: -30px -134px;
}
#header .links .support a {
  background-position: -30px -234px;
}
#header .links .login a {
  background-position: -30px -334px;
}
#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;
}
#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/Community Images/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: #7e8083;
  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/Community Images/icons.png') no-repeat center -434px;
  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 > li > a > span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  background: #006b8b url('https://images.sciex.com/Community Images/icons.png') no-repeat center -1828px;
}
#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 .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/Community Images/icons.png') no-repeat center -1532px;
  height: 35px;
}
#mobile-menu .buttons a:hover,
#mobile-menu .buttons a:focus {
  background-color: #006b8b;
}
#mobile-menu .buttons .shop a {
  margin: 0 1px;
  background-position: center -1632px;
}
#mobile-menu .buttons .support a {
  background-position: center -1732px;
}
#page {
  transition: left 0.25s ease;
  position: relative;
  left: 0;
}
#nav {
  background: #0084a9;
  position: fixed;
  top: 70px;
  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: 125px;
  text-align: center;
  padding: 21px 0;
}
#nav .menu a:focus,
#nav .menu a:hover {
  background: #004a65;
}
#nav .search-form {
  position: relative;
  top: 15px;
  padding: 0 0 0 20px;
}
#nav .search-form [type="text"] {
  width: 100%;
  font-family: 'proxima-nova', Arial, Verdana, Sans-serif;
  font-size: 14px;
  color: #7e8083;
  padding: 5px;
  background: #fff;
  border-width: 0;
  height: 30px;
  border-radius: 0;
}
#nav .search-form [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 30px;
  background: #00afdb url('https://images.sciex.com/Community Images/icons.png') no-repeat center -434px;
  border-width: 0;
}
#nav .search-form [type="submit"]:focus,
#nav .search-form [type="submit"]:hover {
  background-color: #0a93b9;
}
#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;
  background: #006b8b;
  position: relative;
  padding: 0 100px 0 0;
  overflow: hidden;
  min-height: 32px;
}
#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 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 15px;
  line-height: 20px;
  min-height: 32px;
}
#footer .social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
}
#footer .social li {
  float: left;
  margin: 0 0 0 10px;
}
#footer .social a {
  display: block;
  width: 30px;
  height: 30px;
  background: #00afdb url('https://images.sciex.com/Community Images/icons.png') no-repeat -32px -734px;
}
#footer .social a:focus,
#footer .social a:hover {
  background-color: #004a65;
}
#footer .social .youtube a {
  background-position: center -834px;
}
#footer .social .facebook a {
  background-position: center -934px;
}
#footer .social .twitter a {
  background-position: center -1034px;
}
#footer .social .linkedin a {
  background-position: center -1134px;
}
#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 {
  content: "\203A";
}
#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 {
  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;
}
.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/Community Images/icons.png') no-repeat -6px -511px;
}
.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: 24px;
  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;
}
.callout header a:after {
  position: absolute;
  display: block;
  content: "";
}
.callout header a:after {
  background: url('https://images.sciex.com/Community Images/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: 24px;
}
.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;
}
.subnav {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 30px 0;
}
.subnav a {
  color: #5f6062;
}
.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;
  display: block;
  padding: 6px 20px 6px 0;
}
.subnav > ul > li > a:after {
  position: absolute;
  display: block;
  content: "";
}
.subnav > ul > li.has-children > a:after {
  background: url('https://images.sciex.com/Community Images/icons.png') no-repeat -45px -2047px;
  width: 9px;
  height: 6px;
  top: 13px;
  right: 0;
}
.subnav ul ul {
  padding-left: 15px;
}
.subnav ul ul li {
  margin: 0 0 10px 0;
}
.intro-feature {
  position: relative;
}
.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%;
}
.intro-feature .content h1,
.intro-feature .content .heading {
  margin: 0 0 10px 0;
  font-size: 28px;
  font-weight: normal;
  color: #fff;
}
.intro-feature .content p:last-child {
  margin: 0;
}
.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 > div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.hero-feature h1 {
  color: #0083a8;
}
/* #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;
}
.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: #7e8083;
  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/Community Images/icons.png') no-repeat center -434px;
  border-width: 0;
}
.hero-search .fields [type="submit"]:focus,
.hero-search .fields [type="submit"]:hover {
  background-color: #0a93b9;
}
.solutions-hero h1 {
  color: #f99d31;
}
.solutions-hero .content {
  color: #fff;
  height: 330px;
}
.product-feature {
  zoom: 1;
  margin: 0 0 30px 0;
  background: url('https://images.sciex.com/Community Images/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/Community Images/icons.png') no-repeat center -2231px;
}
.product-intro .slideshow .next:after {
  background: url('https://images.sciex.com/Community Images/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-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/Community Images/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;
}
.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 {
  max-width: 230px;
}
.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;
}
.calendar .header {
  zoom: 1;
  background: #004a64;
  padding: 3px 3px 3px 10px;
}
.calendar .header:before,
.calendar .header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.calendar .header:after {
  clear: both;
}
.calendar .header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.calendar .header .month-nav {
  float: left;
  font-size: 24px;
  color: #fff;
  line-height: 42px;
}
.calendar .header .month-nav a {
  color: #fff;
  margin: 0 2px;
}
.calendar .header .month-name {
  float: left;
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  line-height: 42px;
  margin-left: 15px;
}
.calendar .header .display-toggles {
  float: right;
}
.calendar .header .display-toggles .toggle {
  float: left;
  margin: 0 0 0 3px;
}
.calendar .body > div {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.calendar .body > div > div {
  display: table-row;
}
.calendar .body > div > div > div {
  display: table-cell;
  width: 14.2857%;
  border: solid 1px #dbe0e0;
  vertical-align: top;
}
.calendar .body > div > div > div:first-child {
  border-left-width: 0;
}
.calendar .body > div > div > div:last-child {
  border-right-width: 0;
}
.calendar .adjacent-month-day {
  background: #f4f4f4;
  background-clip: padding-box;
}
.calendar .day-names {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #7e8083;
  text-transform: uppercase;
}
.calendar .day {
  padding: 40px 5px 10px 5px;
  position: relative;
  height: 120px;
}
.calendar .day .number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
  color: #5f6062;
  line-height: normal;
}
.calendar .day .nav {
  position: absolute;
  top: 12px;
  right: 5px;
}
.calendar .day .nav a {
  font-size: 1px;
  line-height: 1px;
  text-indent: -10000px;
  float: left;
  margin-left: 3px;
  width: 16px;
  height: 12px;
  display: block;
  background: url('https://images.sciex.com/Community Images/icons.png') no-repeat center -3245px;
  outline-width: 0;
  transition: color 0.25s ease;
}
.calendar .day .nav a.up {
  background-position: center -3345px;
}
.calendar .day .nav a.up.active {
  background-position: center -3544px;
}
.calendar .day .nav a.down.active {
  background-position: center -3444px;
}
.calendar .day .events > div {
  width: 100%;
  height: 86px;
  overflow: auto;
}
.calendar .day .events ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.calendar .day .events li {
  margin: 0 0 3px 0;
}
.calendar .day .events a {
  display: block;
  font-size: 12px;
  line-height: normal;
  color: #fff;
  padding: 5px;
  max-height: 40px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
}
.calendar .day .events .topic-research {
  background: #e75204;
}
.calendar .day .events .topic-pharma {
  background: #66bc29;
}
.calendar .day .events .topic-biologics {
  background: #a12641;
}
.calendar .day .events .topic-basics {
  background: #0083a9;
}
.calendar .jspVerticalBar {
  width: 0px;
}
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/Community Images/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;
  font-weight: bold;
  font-size: 15px;
}
.filter-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 15px;
}
.filter-block ul li {
  margin-bottom: 3px;
}
.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;
}
.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 0;
}
.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-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/Community Images/icons.png') no-repeat center -3640px;
  width: 19px;
  height: 18px;
}
.search-link:hover:after {
  background-position: center -3740px;
}
.search-results {
  margin: 0 0 30px 0;
}
.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: 18px;
  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;
}
.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;
  background-size: cover;
  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;
  font-size: 60px;
  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;
}
/**
 * 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;
}
.align-right {
  text-align: right;
}
/**
 * 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;
}
@media only screen and (max-width: 991px) {
  #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;
}
[type="text"],
[type="email"],
[type="password"],
select,
textarea {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  font-family: Arial, Verdana, sans-serif;
  color: #5f6062;
}
[type="text"]:-moz-placeholder,
[type="email"]:-moz-placeholder,
[type="password"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #5f6062;
}
[type="text"]::-moz-placeholder,
[type="email"]::-moz-placeholder,
[type="password"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #5f6062;
}
[type="text"]:-ms-input-placeholder,
[type="email"]:-ms-input-placeholder,
[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #5f6062;
}
[type="text"]::-webkit-input-placeholder,
[type="email"]::-webkit-input-placeholder,
[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #5f6062;
  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: #5f6062;
  opacity: 1;
}
[type="text"]:-moz-placeholder,
[type="email"]:-moz-placeholder,
[type="password"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #5f6062;
  opacity: 1;
}
[type="text"]::-moz-placeholder,
[type="email"]::-moz-placeholder,
[type="password"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #5f6062;
  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: #5f6062;
  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-research[type="checkbox"] + label:before,
.custom-checkbox-wrapper.topic-research [type="checkbox"] + label:before {
  border-color: #e75204;
}
input.custom.topic-research[type="checkbox"]:checked + label:after,
.custom-checkbox-wrapper.topic-research [type="checkbox"]:checked + label:after {
  background: #e75204;
}
input.custom.topic-pharma[type="checkbox"] + label:before,
.custom-checkbox-wrapper.topic-pharma [type="checkbox"] + label:before {
  border-color: #66bc29;
}
input.custom.topic-pharma[type="checkbox"]:checked + label:after,
.custom-checkbox-wrapper.topic-pharma [type="checkbox"]:checked + label:after {
  background: #66bc29;
}
input.custom.topic-biologics[type="checkbox"] + label:before,
.custom-checkbox-wrapper.topic-biologics [type="checkbox"] + label:before {
  border-color: #a12641;
}
input.custom.topic-biologics[type="checkbox"]:checked + label:after,
.custom-checkbox-wrapper.topic-biologics [type="checkbox"]:checked + label:after {
  background: #a12641;
}
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;
}
/**
 * Media queries
 */
@media only screen and (max-width: 991px) {
  #master {
    padding-top: 55px;
  }
  #header,
  #nav {
    display: none;
  }
  #mobile-header {
    display: block;
  }
  #master-footer .legal {
    display: none;
  }
  #master-footer .links {
    text-align: center;
  }
  #breadcrumbs {
    display: none;
  }
  .sidebar-layout .sidebar {
    display: none;
  }
  .feature-callout-combo.tall .callout {
    min-height: 410px;
  }
}
@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%;
  }
  #footer .social ul {
    width: 200px;
    margin: 0 auto;
    float: none;
  }
  #footer .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;
  }
  .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;
  }
  .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;
  }
}


/*global dropdowns*/

.global-toggle{display:none;}
.global-dropdown{
  background:#fff;
  border:5px solid #004A64;
  display:none;
  padding:30px 15px;
  position:absolute;
  right:0;
  top:-9999px;
  width:100%;
  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;padding:5px 10px;}

@media only screen and (min-height: 700px) {

  .global-toggle{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-dropdown{top:38px;}

}

.global-languages ul{list-style:none;margin:0 0 30px;padding:0;}
.global-languages .on{background:#00afdb;color:#fff;display:block;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:130px;
  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;}
}
.cookies-message{
  background:#004a64;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  bottom:50px;
  color:#fff;
  margin:0;
  max-width:350px;
  padding:40px 30px;
  position:fixed;
  right:100px;
  z-index:1001;
}
.cookies-message p{margin:0 0 30px;}
.cookies-message span.close-message{
  color:#BFC1C0;
  cursor:pointer;
  font-size:30px;
  position:absolute;
  right:10px;
  top:10px;

}

.form-suggest{position:relative;}
.form-suggestions{
  background:#fff;
  border:1px solid #DBE0E0;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  display:none;
  left:0;
  padding:10px;
  position:absolute;
  top:110%;
  width:100%;
  z-index:1;
}
.form-suggestions h5{color:#0084a9;}

#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:after{display:block;}
#nav .menu li.mega > a:after{
  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;}