@charset "utf-8";
@font-face {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	src:url(../fonts/icomoon.eot?96h3dp);
	src:url(../fonts/icomoon.eot?#iefix96h3dp) format('embedded-opentype'),
		url(../fonts/icomoon.woff?96h3dp) format('woff'),
		url(../fonts/icomoon.ttf?96h3dp) format('truetype'),
		url(../fonts/icomoon.svg?96h3dp#icomoon) format('svg');
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular/roboto-regular.eot');
    src: url('../fonts/roboto-regular/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular/roboto-regular.woff2') format('woff2'),
         url('../fonts/roboto-regular/roboto-regular.woff') format('woff'),
         url('../fonts/roboto-regular/roboto-regular.ttf') format('truetype'),
         url('../fonts/roboto-regular/roboto-regular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium/roboto-medium.eot');
    src: url('../fonts/roboto-medium/roboto-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-medium/roboto-medium.woff2') format('woff2'),
         url('../fonts/roboto-medium/roboto-medium.woff') format('woff'),
         url('../fonts/roboto-medium/roboto-medium.ttf') format('truetype'),
         url('../fonts/roboto-medium/roboto-medium.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/roboto-light/robotocondensed-light.eot');
    src: url('../fonts/roboto-light/robotocondensed-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light/robotocondensed-light.woff2') format('woff2'),
         url('../fonts/roboto-light/robotocondensed-light.woff') format('woff'),
         url('../fonts/roboto-light/robotocondensed-light.ttf') format('truetype'),
         url('../fonts/roboto-light/robotocondensed-light.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/roboto-condensed/robotocondensed-bold.eot');
    src: url('../fonts/roboto-condensed/robotocondensed-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-condensed/robotocondensed-bold.woff2') format('woff2'),
         url('../fonts/roboto-condensed/robotocondensed-bold.woff') format('woff'),
         url('../fonts/roboto-condensed/robotocondensed-bold.ttf') format('truetype'),
         url('../fonts/roboto-condensed/robotocondensed-bold.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/roboto-condensed-regular/robotocondensed-regular.eot');
    src: url('../fonts/roboto-condensed-regular/robotocondensed-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-condensed-regular/robotocondensed-regular.woff2') format('woff2'),
         url('../fonts/roboto-condensed-regular/robotocondensed-regular.woff') format('woff'),
         url('../fonts/roboto-condensed-regular/robotocondensed-regular.ttf') format('truetype'),
         url('../fonts/roboto-condensed-regular/robotocondensed-regular.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
  outline:none !important;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,th {
  padding: 0;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: robotoregular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #202020;
  background-color: #ffffff;
  padding-top: 158px;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a,a:focus {
  color: #0085d5;
  text-decoration: none;
}
a:hover {
  color: #00426A;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.container .container {
    min-width: 0;
    padding: 0;
}
.logo img {
    height: 53px;
}
@-moz-document url-prefix() {
.floatLeft{
	display:inline-block;
	width:100%;
}
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: 'ZurichBT-LightCondensed',sans-serif;
    font-weight: 500;
    line-height: 1.4;
}
.caret {
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid;
    display: inline-block;
    height: 0;
    margin-left: 1px;
    vertical-align: middle;
    width: 0;
}
.search form {
    margin-bottom: 4ex;
    margin-top: 4ex;
    position: relative;
}
.search form .btn:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.25em;
}
.search form .btn {
    border-radius: 0;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 16px;
    position: absolute;
    right: 0;
    top: 0;
}
.search form input {
    border-radius: 0;
    font-size: 18px;
    height: 50px;
    line-height: 1.4;
    padding: 10px 16px;
}
#nav-accordion {
    position: relative;
    clear: both;
}
#nav-accordion .collapse-close {
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 0px;
    background-color: #000;
    opacity: 0;
    transition: opacity 250ms ease 0s;
}
#nav-accordion .collapse-close.open {
    max-height: none;
    opacity: 0.4;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

#nav-accordion .nav-dropdown {
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.collapse.in {
    display: block;
}
a:hover{
	cursor: pointer;
}
#nav-accordion .nav-dropdown .page .breadcrumb:before {
    content: none;
}
body.modal-open>header.affix,body.modal-open .globalHeader.affix-top {
    right: 9px;
}
body.modal-open{
	margin-right:0px;
}
.breadcrumb-container{
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #0085D5;
}
.breadcrumb > li {
	padding: 0px;
    margin: 0px;
    font-family: robotoregular, Arial, Helvetica, sans-serif !important;
    font-size:12px !important;
    display: inline-block;
	line-height: 24px;
}
.breadcrumb-container .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin: 0 auto;
    padding: 6px 4px 5px 4px;
	text-align: left;
}
.breadcrumb > .active {
    color: #414141;
}
#nav-accordion .nav-dropdown .page .breadcrumb {
    border-bottom: 1px solid #F4F3F1;
    color: inherit;
    font-family: 'ZurichBT-LightCondensed',sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    margin: 1ex 0.75em;
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb > li + li:before {
    color: #0085D5;
	display: inline;
	padding: 0 2px;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content: "\e60e";
	vertical-align: middle;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse {
    display: none;
}
#nav-accordion .nav-dropdown .page {
    display: none;
}
#nav-accordion .nav-dropdown .page.active {
    display: block;
}
#nav-accordion .nav-dropdown .page .next {
    margin-bottom: 20px;
}
.container > .nav {
    margin-left: -5px;
    margin-right: -5px;
}
.nav li {
    margin-top: 0px;
    margin-bottom: 1ex;
}
#nav-accordion .nav-dropdown .page h6 {
    padding: 1ex 0.5em;
}
h6, .h6 {
    font-family: robotoregular,Helvetica,Arial,sans-serif;
    font-weight: 400;
	font-size: 16px;
	margin:0;
}
.item.hero {
    padding-top: 12%;
}
.item {
    margin-bottom: 3ex;
}
.item > .media {
    overflow: hidden;
}
.item.hero > .media .srch-media-body > .lead {
    font-family: "ZurichBT-LightCondensed",sans-serif;
	font-weight: 500;
	color: inherit;
	font-size: 28px;
	margin-top: 1ex;
	margin-bottom: 1ex;
	line-height: 100%;
}
.lead {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 2ex;
}
.item.hero > .media .srch-media-body > .lead small,
.item.hero > .media .srch-media-body > .lead .small {
  font-weight: normal;
  line-height: 1;
  color: #808A8E;
  font-size: 65%;
}
.item.hero > .media .srch-media-body > .lead small {
  font-size: 100%;
}
.item.hero > .media .srch-media-body > p {
  font-size: 16px;
}

.item > .media > .srch-media-body .lead {
    margin-top: 1ex;
}
h4, .h4 {
    font-family: 'ZurichBT-RomanCondensed',sans-serif;
    font-size: 21px;
}
.item.hero > .media .srch-media-body > .media-heading {
	position: absolute;
  	top: 193px;
  	margin-left: -0.75em;
  	background-color: rgba(48, 48, 48, 0.8);
  	color: #FFF;
  	min-width: 330px;
  	height: 76px;
 	line-height: 70px;
  	padding-left: 0.75em;
  	padding-right: 0.75em;
}
.item.hero > .media .srch-media-body {
	padding-top: 5ex;
	padding-bottom: 2ex;
}
.item.hero > .media .media-object {
    position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	padding-top: 360px;	
	text-align: left;
}
.item-collection.sidenav > .side-nav.affix-top {
    top: auto !important;
}
.item-collection.sidenav > .side-nav {
  position: absolute;
  width: 200px;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.item-collection.sidenav > .side-nav .nav {
    margin-top: 2ex;
}
.nav {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none outside none;
}
.item-collection.sidenav > .side-nav .nav li {
    margin-bottom: 2ex;
}
.nav li {
    margin-top: 0px;
    margin-bottom: 1ex;
}
.item-collection.sidenav > .side-nav .nav li a {
    font-family: 'ZurichBT-LightCondensed',sans-serif;
    font-size: 16px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
}
.item-collection.sidenav > .side-nav .nav li.active > a {
    border-left: 3px solid #FC0;
    color: #414141;
    font-family: 'ZurichBT-RomanCondensed',sans-serif;
}
.item > .media .media-object > * {
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: static;
}
.item-collection .item .media-object {
    max-height: 30ex;
}
.item > .media .media-object {
    position: relative;
    width: 100%;
}
.item-collection.sidenav > .side-nav ~ * {
    margin-left: 19em;
}
.item-collection.sidenav > .side-nav.affix {
    position: fixed;
}
.container > *, .col-full {
    padding-left: 5px;
	padding-right: 5px;
}
.item-collection.sidenav > .side-nav ~ * > header > .heading {
    font-family: 'ZurichBT-LightCondensed', sans-serif;
	font-weight: 500;
	line-height: 1.4;
	color: inherit;
	margin-top: 19px;
	margin-bottom: 9.5px;
	font-size: 28px;
	line-height: 130%;
	margin-top: 1ex;
	margin-bottom: 1ex;
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	white-space: nowrap;
}
.item-collection.sidenav > .side-nav ~ * > header {
	position: relative;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	height: 68px;
	border-bottom: 1px solid #D4D9DD;
}
.item-collection > header > .heading {
    position: relative;
}
.item-collection .item .media-heading {
    color: inherit;
    font-size: 16px;
    line-height: 130%;
    font-family: robotoregular,Helvetica,Arial,sans-serif;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}
.item > .media > .srch-media-body {
    overflow: hidden;
}
.item .meta-data {
    font-size: 85%;
    list-style: none outside none;
    text-align: left;
    padding: 0px;
    margin: 1ex 0px;
}
.item .meta-data li:after {
    content: "/";
    display: inline-block;
    margin: 0px 0.25em;
}
.item .meta-data li {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 85%;
	font-style:italic;
}
p, li, dd, dt {
    max-width: 50em;
}
* {
    -moz-box-sizing: border-box;
}
small {
    font-size: 80%;
}
.btn {
	font-size: 14px;  
    -moz-user-select: none;
	line-height: 19px;
	font-family: robotoregular,Helvetica,Arial,sans-serif !important;
	
	vertical-align: middle;
    cursor: pointer;
    background-image: none;
    outline: medium none !important;
	
}
.btn.btn-link {
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: none;
	border: 1px solid transparent;
}

.btn-link:hover {
    color: #00426A;
    text-decoration: underline;
    background-color: transparent;
}

.item-collection > header > .heading small {
    position: absolute;
    right: 0.75em;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small {
    font-size: 100%;
}
p, ul, dl, ol, .pagination, .cta, fieldset, form {
    margin: 2ex 0 3ex;
}
.item .meta-data li:last-child:after {
    content: none;
}
.col-third, .col-quarter,.col-sixth{
    display: inline-block !important;
    min-height: 19px;
    padding-left: 0.75em;
    padding-right: 0.75em;
    margin-right: -0.3em;
    vertical-align: top;
}

#footer {
	background-color:rgb(34, 34, 34);
    background-color: #222222;
	display:block;
	clear: both;
}
address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.4;
}
#footer a {
    color: #B2B2B2;
}
#footer .footer-nav {
      padding-bottom: 4ex;
  padding-top: 4ex;
  padding-left: 10px;

}
#footer .footer-nav .agilent-details {
    float: right;
    border-left: 2px solid #808080;
    padding-left: 0.75em;
    width: 270px;
}
#footer .footer-nav .agilent-details .utility .tagline {
    color: #FFF;
    font-size: 90%;
    padding-left: 64px;
    margin-top: -1ex;
}
.tagline{
	    margin-top: -1.6ex !important;
}
#footer .footer-nav .agilent-details .contact-info {
    position: relative;
    padding-left: 4em;
    margin-bottom: 1em;
}
#footer .footer-nav .agilent-details .contact-info .about-icon {
    left: 20px;
}
#footer .footer-nav .agilent-details .contact-info .about-icon {
    color: #FFFFFF;
    font-size: 20px;
    left: 16px;
    position: absolute;
    top: 5px;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
#footer .footer-nav .agilent-details .contact-info p {
        color: #B2B2B2;
    font-size: 85%;
    margin: 0px;

}
#footer .footer-nav .footer-links dd {
    font-size: 85%;
    margin: 0;
	line-height: 200%;
}
.social {
    background-color: #000000;
    line-height: 24px;
    padding-bottom: 1ex;
    padding-top: 1ex;
	overflow: auto;
	width: 100%;
}
#footer .social > .container > * {
    margin: 0 -0.3em 0 0;
    max-width: none;
}
.col-third {
    width:33%;
}
#footer a {
    color: #B2B2B2;
}
#footer .footer-nav .footer-links dl {
    padding-right: 1.5em;
    margin-top:0px !important;
    width:auto;
}
#footer .footer-nav .footer-links {
    padding: 0;
}
#footer .footer-nav .footer-links dt {
    font-family: 'ZurichBT-LightCondensed',sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-top: 1ex;
    margin-bottom: 1ex;
    color: #FFF;
}
#footer .social .social-links li a {
font-size: 24px;
text-decoration: none;
}
#footer .social .social-links li {
    display: inline-block;
    margin: 0 8px;
}
#footer a {
color: #b2b2b2;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.fa-facebook-square:before  , .fa-facebook:before{
  content: "\e614";
}
.fa-twitter-square:before ,.fa-twitter:before{
  content: "\e623";
}
.fa-youtube:before , .fa-youtube-square:before{
  content: "\e625";
}
.fa-linkedin:before,.fa-linkedin-square:before {
  content: "\e61a";
}
.fa-pinterest:before , .fa-pinterest-square:before{
  content: "\e61e";
}
.fa-google-plus-square:before ,.fa-google-plus:before {
  content: "\e618";
}
.mapIcon{
	background-image:url(../images/footer_icon_location.png);
	width:18px;
	height:24px;
}
.mailIcon{
	background-image:url(../images/footer_icon_email.png);
	width:18px;
	height:13px;
}
.phoneIcon{
	background-image:url(../images/footer_icon_phone.png);
	width:18px;
	height:17px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  min-width: 849px;
  max-width:1240px;
}
.item-collection.media-right > .item > .media > .media-object-container .media-object, .item.media-right > .media > .media-object-container .media-object {
    padding-top: 100%;
}
.item-collection.media-right > .item > .media > .media-object-container, .item.media-right > .media > .media-object-container {
    float: right;
    width: 40%;
}
.item-collection.media-right > .item > .media .srch-media-body .meta-data [data-type="category"]:after, .item.media-right > .media .srch-media-body .meta-data [data-type="category"]:after {
    content: none;
}
.item-collection.media-right > .item > .media .srch-media-body .meta-data [data-type="category"], .item.media-right > .media .srch-media-body .meta-data [data-type="category"] {
    color: inherit;
    font-family: 'ZurichBT-LightCondensed',sans-serif;
    font-size: 27px;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
}
.item-collection.media-right > .item > .media .srch-media-body, .item.media-right > .media .srch-media-body {
    margin-top: 5%;
    padding-top: 29.7px;
    position: relative;
}
.item-collection.media-right > .item > .media .srch-media-body > .media-heading, .item.media-right > .media .srch-media-body > .media-heading {
    margin-top: 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    line-height: 100%;
    margin-bottom: 1ex;
    margin-top: 1ex;
}
h1, .h1 {
    font-size: 37px;
}
.item .cta .btn {
  margin-right: 10px;
}
.btn-stnd-medium {
    background-color: #0085D5;
    border: 1px solid transparent;
    color: #fff;
    padding: 8px 20px;
    line-height: 19px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: robotomedium,arial,helvetica, sans-serif;
    text-align: center;
    display: inline-block;
    border-radius: 0;
} 
.btn-stnd-medium:hover,.searchGlobal .cta.mediaHr_btn .btn-stnd-medium:hover{
    background-color: #00426A;
    border: 1px solid #F4F3F1;
	text-decoration: none;
	color: #fff;
}

.btn-stnd-small {
    background-color: #0085D5;
    border: 1px solid transparent;
    color: #fff;
    padding: 5px 15px;
    line-height: 19px;
    text-transform: capitalize;
    font-size: 14px;
    font-family: robotomedium,arial,helvetica, sans-serif;
    text-align: center;
    display: inline-block;
    font-weight: normal;
    border-radius: 0;
}

.btn-stnd-small:hover, .btn-stnd-small:visited {
    background-color: #00426A;
    border: 1px solid #F4F3F1;
}
.searchbtn{
	float:left;
}
.panel, .btn {
    border-radius: 0;
}
.col-half {
    width: 50%;
}
.item-collection.srch-media-left > .item > .media > .media-object-container, .item.srch-media-left > .media > .media-object-container {
    float: left;
    margin-right: 2%;
    width: 20%;
}
.item-collection.sidenav > .side-nav ~ * > .item-collection:after {
    content: "";
    display: block;
    margin-bottom: 4ex;
    margin-left: 0.75em;
    margin-right: 0.75em;
    padding-bottom: 0;
}
.item > footer > * > header > .heading {
    border-bottom: 1px solid #808080;
	font-size: 35px;
}
h3, .h3 {
    font-size: 27px;
}
.item-collection:last-child{
	border-bottom: none !important;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #808080;
    font-weight: normal;
    line-height: 1;
}
.item-collection > header > .heading small.total {
    font-family: robotoregular,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    position: static;
    right: auto;
}
fieldset {
    border: 1px solid #C0C0C0;
    padding: 0px;
    margin: 0px;
    border: 0px none;
    min-width: 0px;
}
.item.product .buy-parts form .filters {
    margin: 3ex 0px;
}
legend {
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #414141;
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}
.item.product .buy-parts form .filters legend {
    position: absolute;
    left: 0.75em;
    font-size: 16px;
    font-family: robotoregular,Helvetica,Arial,sans-serif;
    line-height: 5.04;
    border: medium none;
}
.item.product .buy-parts form .vpp > button {
    margin-right: 0.25em;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.item.product .buy-parts form .input-group {
    display: inline-block;
    margin-right: 2em;
}
.item.product .buy-parts form .input-group label {
    font-weight: normal;
    margin-bottom: 0.5ex;
}
.item.product .buy-parts .heading {
    border-bottom: 1px solid #F4F3F1;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.item.product .buy-parts form .vpp {
    position: absolute;
    top: -60px;
    right: 0.75em;
    margin: 0px;
    white-space: nowrap;
}
.item.product .buy-parts form .vpp > legend {
    border-bottom: medium none;
    line-height: 40px;
    margin: 0px 0.5em 0px 0px;
    display: inline-block;
    width: auto;
    font-size: 16px;
}
.item.product .buy-parts table {
    table-layout: auto;

}
.table {
    border: 1px solid #F4F3F1;
}
table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin-bottom: 2ex;
}
.tableHead{
	background-color: #F4F3F1;
    width: 100%;
}
.table tr {
  border-bottom: 1px solid #F4F3F1;
}
.table>tbody >tr:nth-child(2) {
  border-top: 1px solid #F4F3F1;
}
.smtable tr {
  border: none;
}
.smtable td {
  padding: 0;
  border: none;
}
.quickViewDiv .table{
	border:none !important;
}
.tableBody tr:hover > * {
  background-color: #f4f3f1;
}
.tableBody tr.active,
.tableBody tr:hover {
  border: 1px solid #0085d5;
}
.tableBody tr.active > *,
.tableBody tr:hover > * {
  border-top: 1px solid #0085d5;
}
table th, table td {
  padding: 1ex;
  line-height: 1.4;
  vertical-align: top;
  border: medium none;
  text-align: left;
}
.btn.btn-link, .btn.btn-link:active {
    border-radius: 0; 
    color: #0085d5;
    cursor: pointer;

}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}
.btn-link:hover, .btn-link:focus {
    border-color: rgba(0, 0, 0, 0);
	color: #00426A !important;
}
.item.product .buy-parts .qty {
    width: 5em;
}
.item.product .buy-parts table tr td {
    cursor: pointer;
}
.item.product .buy-parts .part-details td {
    display: table-cell !important;
    height: auto !important;
    padding: 0px;
    background-color: #F4F3F1;
    text-align: left;
    cursor: default;
}
.item.product .buy-parts .part-details td.in {
    border-width: 1px;
    border-style: solid;
    border-color: #B2B2B2 #0085D5 #0085D5;
}
.item.product .buy-parts footer {
    overflow: hidden;
    position: relative;
}
.item.product .buy-parts footer .pagination {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    line-height: 40px;
}
.pagination > li {
    display: inline;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #B2B2B2;
    background-color: transparent;
    border-color: #DDD;
    cursor: auto;
}
.item.product .buy-parts footer .atc {
    display: inline-block;
    margin-bottom: 1px;
	margin-top:25px;
}
.item.product .buy-parts .part-details {
    padding: 0px;
}
#footer a:hover{
	color: #0085D5;
}
table {
    border-collapse: collapse;
}
.item.product .buy-parts .part-details td > .item {
    transition: max-height 500ms ease 0s, margin-top 500ms ease 0s, margin-bottom 500ms ease 0s, opacity 500ms ease 0s;
    max-height: 0px;
    opacity: 0;
    margin: 0px 0.75em;
    overflow: hidden;
}
.item.product .buy-parts .part-details td.in > .item, .item.product .buy-parts .part-details td.collapsing > .item {
    display: block;
    max-height: 200px;
    opacity: 1;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
h2, .h2 {
    font-size: 35px;
}
.filterTxt{
	float: left;
    padding-right: 37px;
    padding-top: 30px;
}
.item.product .buy-parts .heading {
  border-bottom: 1px solid #f4f3f1;
}
.item.product .buy-parts form {
  position: relative;
}
.item.product .buy-parts form .input-group {
  display: inline-block;
  margin-right: 2em;
}
.item.product .buy-parts form .input-group label {
  font-weight: normal;
  margin-bottom: 0.5ex;
}
.item.product .buy-parts form .input-group .form-control {
  float: none;
}
.item.product .buy-parts form .input-group input.form-control {
  font-weight: normal;
}
.item.product .buy-parts form .vpp {
  position: absolute;
  top: -60px;
  right: 0.75em;
  margin: 0;
  white-space: nowrap;
}
.item.product .buy-parts form .vpp > legend {
  border-bottom: none;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  width: auto;
  margin-right: 0.5em;
  font-size: 16px;
}
.item.product .buy-parts form .vpp > button {
  margin-right: 0.25em;
}
.item.product .buy-parts form .filters {
  padding-left: 6em;
  margin: 3ex 0 3ex;
}
.item.product .buy-parts form .filters legend {
  position: absolute;
  left: 0.75em;
  font-size: 16px;
  font-family: robotoregular, Helvetica, Arial, sans-serif;
  line-height: 5.04;
  border: none;
}
#partsTable tfoot select{
	background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #F4F3F1;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #808080;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 1.4;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	position: relative;
	z-index: 2;
	float: left;
	width: auto;
	margin-bottom: 0px;
}
.media-gallery {
    position: relative;
    float: right;
    width: 56px;
    height: 100%;
    overflow: auto;
    margin-left: 2ex;
}
.item.zoom > .media > .media-object-container > .media-gallery {
    position: relative;
    float: right;
    width: 56px;
    height: 100%;
    overflow: auto;
    margin-left: 2ex;
}
.item.zoom > .media > .media-object-container .media-object {
    margin: 0px;
    background-color: #FFF;
}
.item.card > .media {
  background-color: #ffffff;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #d4d9dd;
  position: relative;
}
.item.card > .media > .srch-media-body {
  padding-top: 10px;
  border-top: 1px solid #d4d9dd;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #EDEFF0;
    border-color: #D9D6CF;
}

.item.zoom > .media > .media-object-container > .media-gallery .btn {
    padding: 0px;
    display: block;
    width: 100%;
    margin-bottom: 2ex;
}
.btn.btn-default.active ,.btn.btn-default{
    border-color: #0085D5;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}
.item.zoom > .media > .media-object-container > .media-preview {
    width: 346px;
    position: relative;
}
.item.zoom > .media > .media-object-container > .media-preview > .activation-notice {
    position: absolute;
    bottom: -1ex;
    width: 100%;
    margin-bottom: -1.4em;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #B2B2B2;
}
.item.zoom > .media > .media-object-container > .media-preview > .media-object {
    border: 1px solid #F4F3F1;
}
.item.zoom > .media > .media-object-container > .media-gallery #gal-next.direction-control {
    bottom: 0;
}
.item.zoom > .media > .media-object-container > .media-gallery .direction-control {
    color: #B2B2B2;
    margin: 0;
    position: absolute;
    z-index: 1;
}
.item.zoom > .media > .media-object-container {
    width: 445px;
    height: 380px;
    overflow: hidden;
    margin-bottom: 2ex;
    padding: 0px 1%;
    margin-right: -1%;
}
.item.zoom > .media.container > .media-object-container {
    margin-right: 0;
}
.item.zoom > .media > .media-object-container {
    height: 380px;
    margin-bottom: 2ex;
    margin-right: -1%;
    overflow: hidden;
    padding: 0 1%;
    width: 445px;
}
.filters {
  position: relative;
  z-index: 0;
  background-color: white;
  margin-bottom: -4ex;
}
.filters .filter-tabs {
  border-top: 1px solid #ecebe8;
  border-bottom: 1px solid #ecebe8;
}
.filters .filter-tabs dl {
  padding: 0 0.75em;
  margin-bottom: 0;
  margin-top: 0;
}
.filters .filter-tabs dl > * {
  display: inline-block;
  margin: 0;
  margin-top: -1px;
  border: 1px solid #ecebe8;
  margin-right: -0.32em;
}
.lt-ie9 .filters .filter-tabs dl > * {
  margin-bottom: -1px;
}
.filters .filter-tabs dl dt,
.filters .filter-tabs dl dd > a {
  padding: 2ex .5em;
  text-align: center;
  text-transform: uppercase;
  color: #414141;
  font-weight: 200;
  font-size: 14px;
}
@media (min-width: 992px) {
  .filters .filter-tabs dl dt,
  .filters .filter-tabs dl dd > a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .filters .filter-tabs dl dt,
  .filters .filter-tabs dl dd > a {
    font-size: 16px;
    padding: 2ex 0.75em;
  }
}
.filters .filter-tabs dl dt {
  border-left: none;
  padding-right: .25em;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .filters .filter-tabs dl dt {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .filters .filter-tabs dl dt {
    font-size: 16px;
    padding-right: 1.5em;
  }
}
.filters .filter-tabs dl dd {
  background-color: white;
}
.filters .filter-tabs dl dd a {
  display: block;
  text-decoration: none;
}
.filters .filter-tabs dl dd.active {
  border-bottom-color: white;
}
.filters .filter-tabs dl dd.active a {
  font-weight: normal;
}
.filters .filter-tabs dl dd.active a > .caret {
  color: #0085d5;
}
.filters > section {
  padding-bottom: 1ex;
}
.filters > section > .media > .srch-media-body > .media-heading {
  margin-top: 2ex;
}
.filters > section > .media > .srch-media-body p {
  margin: 0;
}
.filters > section > .media > .srch-media-body form {
  display: inline-block !important;
  min-height: 22px;
  padding-left: 0.75em;
  padding-right: 0.75em;
  margin-right: -0.3em;
  vertical-align: top;
  width: 33.33333333%;
  margin-top: 2ex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.filters > section > .media > .srch-media-body form .form-group {
  margin-bottom: 4ex;
}
.filters > section .media-heading {
  margin-top: 2ex;
}
.filters > section .cta {
  margin-bottom: 0.5ex;
  text-align: right;
}
.filters > section .cta .btn:first-child {
  float: left;
}
.radio, .checkbox {
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 10px;
    min-height: 22px;
    padding-left: 0px;
}
.modalSequence .checkbox{
	padding-right:30px;
}
.radio label, .checkbox label {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
}
.filters > section form > .checkbox {
    margin-top: 0;
    padding-left: 0%;
    padding-right: 2%;
}
.col-quarter {
    width: 100%;
    margin-top: 0px;
	margin-bottom: 0px;
	-webkit-column-count: 3;
    -moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
	padding-left: 0px;
    margin-left: 0px;
	margin-right: 0px;
    padding-right: 0px;

}
ul.col-quarter li {
    margin: 0px !important;
    vertical-align: text-top;
	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
			   list-style: none;
	
}
_:-ms-fullscreen, :root .col-quarter  {
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* this will target only Mac Safari and Chrome browsers */
.mac-os col-quarter input[type="checkbox"] {
	top: 0px;
	}
}
_:-ms-fullscreen, :root .col-quarter input[type="checkbox"] {
top: 0px;
}
input[type="search"] {
    -moz-box-sizing: border-box;
}
.modalsearchfield::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #888D8D;
  opacity: 1; /* Firefox */
}

.modalsearchfield:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #888D8D;
}

.modalsearchfield::-ms-input-placeholder { /* Microsoft Edge */
  color: #888D8D;
}
/*style for PNP page*/
 .PNPheading {
    font-family: 'ZurichBT-LightCondensed',sans-serif;
    font-weight: 500;
    color: inherit;
    font-size: 43px;
    line-height: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    white-space: nowrap;
}
.headingHr {
    background-color: #CFCFCF !important;
    border: medium none !important;
    color: #CFCFCF !important;
    float: left;
    height: 1px !important;
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
}
.specificationTbl tr th{
	 width: 10em !important;
	 font-weight:bold;
}
.specificationTbl tr td,.specificationTbl tr th{
	padding-bottom:10px !important;
}
.literatureSec {
    float: left;
    margin-top: 14px !important;
    width: 100%;
}
.price{
	font-weight:500;
	color:#808184;
	font-size:16px;
}
.buyBtn{
	color:#bbbdbf !important;
	border-color: #CCCCCC !important;
}
.buyTxtBox{
	width:69px;
	cursor:inherit !important; 
}
.buyBtn:active{
	border-color:none;
}
.saveToCart{
	font-family: 'ZurichBT-LightCondensed',sans-serif;
	font-size:16px;
	cursor:pointer;
}
.star{
	float:left;
	margin-right:3px;
}
.saveToCart a:hover{
	text-decoration:none !important;
	cursor:pointer;
}
.literatureDiv {
    margin-top: 2em;
    overflow: hidden;
}
.productFmyImg{
	width:70px !important;
	height:70px;
}
.detailsRow{
	width:250px;
	float:left;
}
.details{
	background-color:#F4F3F1;
}
#browseTable_paginate{
	font-family: robotoregular,Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #0085D5;
	cursor:pointer;
	width:30%;
}
.paginate_button_disabled{
	color:#CCC;
	cursor:default;
}
#browseTable{
	margin-top:40px;
}
#browseTable_paginate span{
	margin-right:5px;
}
.tableButton {
    float: right;
    margin-top: -26px;
    width: 30%;
}
.dataTables_length{
	font-weight: normal !important;
	margin-top: -35px;
	float: right;
	width: 17%;
	font-size: 16px !important;
}
#browseTable > tbody > tr.active > *,
#browseTable > tbody > tr:hover > * {
  color:#0b6098; 
}
#browseTable > tbody > tr.active > th a,
#browseTable > tbody > tr:hover > th a { 
color:#0b6098; 
}
.table >.header{
	    width: 100%;
    background-color: #F4F3F1;
}
#browseTable_paginate span{
	margin-right:10px;
}
.nav-tabs {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none outside none;
    border-bottom: 1px solid #DDD;
}
.nav li {
    margin-top: 0px;
    margin-bottom: 1ex;
}
.nav-tabs > li {
    position: relative;
    display: block;
    float: left;
    margin-bottom: -1px;
}
.search .results .tab-content {
    padding-left: 1em;
    padding-right: 1em;
}
.tab-content > .active {
    display: block;
}
.search .results .paging {
    overflow: hidden;
}
.nav-tabs > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-right: 2px;
    line-height: 1.4;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #ECEBE8 #ECEBE8 #DDD;
    border-radius: 0px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    text-decoration: none;
    background-color: #ECEBE8;
}
.nav li {
    margin-top: 0px;
    margin-bottom: 1ex;
}
.nav-tabs > li {
    position: relative;
    display: block;
    float: left;
    margin-bottom: -1px;
}
.search .results .tab-content {
    padding-left: 1em;
    padding-right: 1em;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.search .results .paging {
    overflow: hidden;
}
.pull-left {
    float: left !important;
}

.item > .media .media-collection {
    text-align: center;
}
.item-collection.srch-media-left > .item > .media > .media-collection, .item.srch-media-left > .media > .media-collection, .item-collection.media-right > .item > .media > .media-collection, .item.media-right > .media > .media-collection {
    float: left;
    width: 20%;
    max-width: 200px;
    margin-right: 1em;
}
.clearfix:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .pager:after, .panel-body:after, .modal-footer:after, .nav-tabs:after {
    clear: both;
}
.clearfix:before, .clearfix:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after, .nav-tabs:before, .nav-tabs:after {
    content: " ";
    display: table;
}
.pull-right {
    float: right !important;
    margin-right:2px;
}
.search .results .item {
    border-bottom: 1px solid #ECEBE8;
    margin-bottom: 3ex;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #414141;
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: #DDD #DDD transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    cursor: default;
}
.nav-tabs > li.disabled > a {
    color: #B2B2B2;
}
.item-collection.srch-media-left > .item > .media > .media-collection .media-object, .item.srch-media-left > .media > .media-collection .media-object, .item-collection.media-right > .item > .media > .media-collection .media-object, .item.media-right > .media > .media-collection .media-object {
    padding-top: 100%;
}
#results > .btn{
	text-transform:uppercase !important;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#browseTable_length label{
	font-weight: normal !important;
	font-family: robotoregular,Helvetica,Arial,sans-serif;
    font-size: 16px;
	color: #0085D5; 
}
.tableLabel{
	font-weight: normal !important;
	font-family: robotoregular,Helvetica,Arial,sans-serif;
    font-size: 16px;
}
.ProGroupDesc{
	max-width: 61em;
}
.mainContent{
	background-color: #F0F0F0;
	overflow: hidden;
	border-bottom: 1px solid #E6E6E6;
}
.leftColumn{
	width: 187px;
	border: 1px solid #D9D9D9;
	color: #A7A9AC;
	margin-bottom: 30px;
	float: left;
	background-color: #FFF;
	margin-left: 9.5%;
	font-size:14px;
}
.prodFilterDiv{
	background-color: #F0F0F0;
    float: left;
    width: 100%;
}
.leftColumn ul{
    background-color: #F0F0F0;
    float: left;
    margin-bottom: 0;
    margin-top: 0 !important;
    padding-left: 47px;
}
.leftColumn ul li{
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 10px;
	cursor:pointer;
}
.leftColumn span{
    float: left;
    padding: 4% 0 4% 30%;
    width: 100%;
}
.expCloseImg{
	width:auto !important;
	padding-left:0px !important;
}
.filterSeperator{
	background-color: #d9d9d9;
    border: medium none;
    height: 1px !important;;
    width: 100% !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
	float:left;
}
.filterNav{
	padding-left: 28px !important;
}
.filterHeader{
    background-color: #2282C9;
    color: #FFFFFF !important;
    font-weight: bold;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
.filterNav a{
    margin-right: 15px;
    margin-top: 6px;
}
.minusImg{
	height: 9px;
	background-repeat: no-repeat;
	width: 10px;
}

.plusImg{
	width:10px;
	height:9px;
}
.productHeading{
    background-color: #FFFFFF;
    border-top: 1px solid #d9d9d9;
	 border-bottom: 1px solid #d9d9d9;
	border-left: medium none !important;
    float: left;
    font-size: 140%;
    padding: 15px;
    width: 76.6%;
}
.HfilterDiv{
    border-top: medium none !important;
	border-left: medium none !important;
    font-size: 15px;
    padding: 12px 0 12px 15px !important;
}
.HfilterDiv ul{
	padding:0;
	margin:0;
}
.HfilterDiv ul li{
    color: #A7A9AC;
    display: inline;
    padding-right: 30px;
	cursor:pointer;
}
.downArrow{
	background-image:url(../images/downArrow.png);
	width:8px;
	height:5px;
	float:left;
	background-repeat:no-repeat;
	cursor:pointer;
}
.filteredItem{
    padding: 11px 0 12px 15px !important;
	background-color:#f0f0f0;
	font-size:15px !important;
}
.filteredItem ul{
	width:auto;
}
.filteredItemBtn{
	border:1px solid #c1c1c1;
	background-color:#FFF !important;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
}
.cross{
    color: #2282C9;
    font-size: 14px;
    margin-left: 3px;
	cursor:pointer;
}
.productsList{
	margin:15px 15px 25px 5px;
	float:left;
}
.products{
	background-color:#FFF !important;
	border:1px solid #ebecec;
	float:left;
	margin-left:10px;
	width:256px;
	padding:0 10px 0 10px;
}
.productNumber{
    color: inherit;
    font-family: robotoregular,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
	float:left;
	width:100%;
	margin:10px 0 5px 0px;
}
.productSeperator{
    background-color: #D9D9D9;
    border: medium none;
    float: left;
    height: 1px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
}
.productDesc{
	font-size:12px;
	color:#000;
}
.productSepDiv{
	clear:both;margin-bottom:10px;
}
.videosDiv{
	width:25% !important;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@media (min-width: 850px) {
  .lead {
    font-size: 24px;
  }
   .pgpModalBody{
  width: 25% !important;
  }
}
@media (min-width: 850px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    text-align: right;
  }
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .lead {
    font-size: 16px;
  }
}
@-ms-viewport {
  width: device-width;
}
@media (max-width: 849px) {
  .col-quarter {
    width: 100%;
	column-count: 2;
  }
  .container.homeSocialBar {
  padding: 0 0px !important;
}

}
@media (max-width: 991px) {
  .col-third {
    width: 50%;
  }
  .col-quarter {
	  width:100%;
	  column-count: 3;
  }
}
@media only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .food.icon.item.hero > .media .srch-media-body > .media-heading::after {
    background-image:url(../images/icon-market-01-food-2x.png);
  }
}
@media (max-width: 991px) {
  .item.hero {
    padding-top: 0;
	
  }
  .item.hero > .media .media-object {
    display: none;
  }
  .item.hero > .media .srch-media-body > .media-heading{
	 top: 0px;
	 margin-left: 0;
	}
  .item.hero > .media .srch-media-body{
	  padding-top:0px;
  }
  .item.hero .srch-media-body > .media-heading {
    position: relative !important;
    background-color: transparent !important;
    color: #414141 !important;
    padding: 0 !important;
    height: auto !important;
    line-height: 1.4 !important;
  }

  .item.hero .srch-media-body > .media-heading::before,
  .item.hero .srch-media-body > .media-heading::after {
    content: none !important;
  }
}
@media screen and (max-width: 991px) {
  .item-collection.sidenav > .side-nav {
    width: auto;
    position: static !important;
  }
  .item-collection.sidenav > .side-nav .nav {
    margin: 0 -0.75em;
  }
  .item-collection.sidenav > .side-nav .nav li {
    padding: 0 0.75em;
    display: inline-block;
    margin-right: -0.35em;
  }
  .item-collection.sidenav > .side-nav .nav li a {
    padding: 1ex 0;
  }
  .item-collection.sidenav > .side-nav ~ * {
    margin-left: 0;
  }
}
header ol.breadcrumb.container {
    padding: 6px 4px 5px 4px;
}
@media (max-width: 991px) {
  body {
        padding-top: 0 !important;
  }
}
@media (max-width: 991px) {
  body > header {
    position: relative !important;
    min-width: 1025px !important;
    margin-bottom: 0px !important;
  }
  body > header.affix {
    position: relative !important;
    top: auto !important;
  }
  body > header.affix .top-nav {
    display: block;
  }
  
}
@media only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .primary-nav {
    background-image:url(../images/icon-agilent-spark-2x.png);
    background-size: 40px;
  }
}

@media only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .primary-nav > li > a.search-trigger::after {
    background-image: url(../images/icon-search-2x.png);
    background-size: 24px;
  }
}
@media (max-width: 991px) {
  #nav-accordion .collapse-close {
    position: static;
    width: 0;
    height: 0;
  }
}
@media (max-width: 991px) {
  .home #solutions header {
    top: 520px;
  }
}
@media (max-width: 991px) {
  .home #solutions header nav ul li {
    font-size: 16px;
    min-width: 0;
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .home #solutions header nav ul li {
    min-width: 9em;
  }
  .pgpModalBody
  {
  width: 16.66666667% !important;
  }
}
@media (min-width: 1240px) {
  .home #solutions section a {
    background-size: 100%;
  }
  .pgpModalBody
  {
  width: 16.66666667% !important;
  }
}
@media (max-width: 991px) {
  .home .news #features,
  .home .news .other-news {
    width: 100%;
  }
  .home .news .other-news > * {
    display: inline-block !important;
    min-height: 22px;
    padding-left: 0.75em;
    padding-right: 0.75em;
    margin-right: -0.3em;
    vertical-align: top;
    width: 50%;
  }
  .pgpModalBody
  {
  width: 33.33333333% !important;
  }
}
@media (max-width: 849px) {
  .home .news .other-news > * {
    width: 100%;
  }
  .pgpModalBody
  {
  width: 50% !important;
  }
}

.categoryTitle{
	text-align: center;
	font-size: 11px;
	margin: 20px auto auto;
	color: rgb(34, 130, 201) !important;
	font-weight: bold;
}
.item.zoom > .media > .media-object-container > .media-gallery .direction-control {
    color: #B2B2B2;
    margin: 0;
    position: absolute;
    z-index: 1;
}
.item.zoom > .media > .media-object-container > .media-gallery.scroller > div {
    height: 100%;
    overflow: hidden;
}
.categoryTitle span{
	width:100%;
	float:left;
}
.seeAll{
	float:right;
	color:#2282C9;
	font-size:11px;
	margin-bottom:10px;
}
.seeAll a:hover{
	text-decoration:none;
}
.seperatorLine{
	border-bottom:1px solid #E6E6E6;;
}
.bottomSpacing{
	margin-bottom:15px;
}
.pgpHeadings{
	margin-top:30px;
	margin-bottom:20px;
}
.trainingEventbox{
	border: 1px solid #D9D9D9;
	padding: 10px;
	max-height: 240px;
	min-height: 240px;
}
.coloum-third{
	width: 25%;
}
.solutionsTitle{
	color:#414141;
	width:100%;
	text-transform:uppercase;
	float:left;
	font-weight:bold;
	font-size:14px;
}
.horizontalRuler{
	color: #E6E6E6;
	background-color: #E6E6E6;
	border: none !important;
	height: 1px !important;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
}
.horizontalLine{
	color: #E6E6E6;
	background-color: #E6E6E6;
	border: none !important;
	height: 1px !important;
	margin-bottom: 20px;
	width: 100%;
}
.productDetail{
	border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    font-family: 'ZurichBT-LightCondensed',sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 1px;
    padding: 5% 0px;
	display:inline-block;
	width:100%;
	padding-left: 9%;
}
.pdpHeadings{
	background:#FFF !important;
}
.featuresList li{
	list-style:disc;
}
.featuresList{
	width: 33%;
	float:left;
}
.pdpHeadings{
	float:left;
	width:100%;
}
.featuresList table tr td{
	width:100%;
}
.specificationTable{
	width: 35%;
	float:left;
	margin-right:15%;
}
.specTable{
	float:left;clear:both;
}
.literatureList{
	float:left;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #E6E6E6;
}
.LitExpandImg{
	margin-right: 3%;
	margin-top:1%;
}
.literatureDesc{
	float:left;
	border-top:1px solid #0085d5;
	border-bottom:1px solid #0085d5;
	padding-top:2%;
	padding-bottom:1%;
	padding-left: 4%;
	width: 100%;
}
.pdpHeadings a{
	overflow:hidden;
	float:left;
}
.floatLeft{
	display:inline-block;
	width:100%;
}
@-moz-document url-prefix() {
.floatLeft{
	display:inline-block;
	width:100%;
}
}
.topSpacing{
	margin-top:20px !important;
}
.show{
	display:block;
	}
.btmLinks{
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
	font-size:14px;
	}
.returnTop a{
	float:right;
	color:#808080 !important;
	text-decoration:none;
	}
	
/*style for browse part table*/
.browsePartPlus{
                background-image: url("../images/plusNew.png");
                float: left;
                width: 10px;
                height: 9px;
                position: relative;
                top: 6px;
                margin-right: 5px;
                background-repeat: no-repeat;
}
.browsePartMinus{
                background-image: url("../images/minus.png");
                float: left;
                width: 10px;
                height: 9px;
                position: relative;
                top: 10px;
                margin-right: 5px;
                background-repeat: no-repeat;
}
.selectedRowCOlor{
color: #202020;
font-family: roboto medium;
font-size: 14px;
}
.showEntrySelect{
                border:none;
                -webkit-appearance: none;
                -moz-appearance: none;
     appearance: none;
                text-indent: 0.01px;
    text-overflow: '';
                outline:none;
                box-shadow:none;
                color: #0085D5;
}
.browseTablefilterImg{
        margin-left: -17px;
		top: 5px;
		position: relative;
}
.showEntryDWArr{
        margin-left: -15px;
		top: 3px;
		position: relative;
}
.modalFilter{
                width:60%;
                height:60%;
                top:20% ;
                left:20%;
                position:absolute;
                display:none;
                background:white;
                padding:20px;
}
.modalFilterShow{
                display:block;
                z-index:1000;
}
#modalClose{
                float:right;
                width:20px;
                height:20px;
}
div.AddCartPopUp {
background: #efefef;
padding: 2em;
margin: 2em 0;
text-align: right;
display:none;
}
.AddCartPopUpShow{
display:block !important;
}
img.cartUpArr {
float: right;
margin-top: -43px;
}
.AddCartPopUp p{
text-align: right;
padding: 0;
margin: 0;
max-width: none;
}
span.paginate_active {
background-color: rgb(244, 243, 241);
padding: 2px 4px;
border: 1px solid #F4F3F1;
color: #0085D5;
}
span.paginate_button {
border: 1px solid #F4F3F1;
color: #0085D5;
padding: 2px 4px;
}
.paginate_button_disabled {
color: #CCC !important;
cursor: default;
}

td.sorting_1 {
color: #202020;
font-family: roboto medium;
font-size: 14px;
padding-left: 12px; 
}

.qty input.form-control:focus, .rq-qty input.form-control:focus{
	border: 1px solid #D0D0CE;
	outline: none !important;
	color: #202020;
	font-family: robotoregular, Helvetica, Arial, sans-serif;
}

.qty input.form-control,.rq-qty input.form-control {
  width: 80px;
  margin-left: 4em;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 29px;
}
div.paginationText {
   margin-top: -19px;
   margin-left: 315px;
}
.btn:active, .btn.active {
outline: none;
background-image: none;
box-shadow: none !important;
color:#fff;
}
span#browse-parts {
padding: 15px;
background-color: #0085D5;
color: white;
margin-left: 11px !important;
}
span#browse-parts-title
{
padding: 12px;
width: 86.4%;
display: inline-block;
border-bottom:none;
}
select::-ms-expand {
    display: none;
}
#browseTable_wrapper{
	margin-top: -38px;
}
#browseTable_length label{
	width:81%;
}
.tableTitle{
	border:1px solid #E6E6E6;
	border-bottom:none;
	padding-top:15px;
	padding-bottom:15px;
	margin-left:0px !important;
}
.noFloat{
	float:none !important;
}
.tableHr{
	margin-bottom:0 !important;
}
.spacing{
	padding-top:10px;
	margin-bottom:0px;
}
.pcpHeading{
	display: inline-block;
	margin-bottom:0px !important;
}
.minusImg-square:before,.minusImg:before {
  	content: "\e601";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.plusImg-square:before,.plusImg:before{
	content:"\e602";
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.minusImg:hover,.plusImg:hover,.minusImg:focus,.plusImg:focus{
	text-decoration:none !important;
}
.item-collection.sidenav > .side-nav ~ *.active > header > .heading {
  position: relative;
}
.item-collection.sidenav > .side-nav ~ *.active > header > .heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 2ex;
  bottom: 0;
  border-left: 3px solid #ffcc00;
}
.item-collection.sidenav > .side-nav ~ *.active > header > .heading::before {
	margin-left:3px;
}

/*End*/
/*style for filter navigation*/
.filter-vertical > .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.filter-vertical > .container .fv-nav {
  left: 0px;
  padding: 0 0 3ex 0;
  background-color: #ffffff;
  border: 1px solid #d4d9dd;
  border-top:none;
}
.filter-vertical > .container .fv-nav > h3.fv-heading {
  background-color: #00426A;
  border-bottom: 1px solid #d4d9dd;
  color: white;
  font-family: robotoregular,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 68px;
  margin: 0;
  padding: 0 5px 0 20px;
  display: table-cell;
  vertical-align: middle;
  width: 200px;

}

.filter-vertical > .container .fv-nav  p {
  height: 50px;
  margin: 0;
  padding-left: 23px;
  color: #808A8E;
  font-weight: 400;
  background-color: white;
  line-height: 50px;
  border-bottom: 1px solid #d4d9dd;

}
.filter-vertical > .container .fv-nav .filters {
  margin: 0;
}

.filter-vertical > .container .fv-nav .filters dt {
  margin: 0;
  border-bottom: 1px solid #d4d9dd;
  padding-left: 22px;
  color: #808A8E;
  font-weight: 400;
  position: relative;
  background-color: white;
  line-height: 19px;
  font-family: robotoregular;
  font-size: 14px;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px;
}

.filter-vertical > .container .fv-nav .filters dt.active:before {
  content: "\e601";
   display: block;
   font-family:FontAwesome;
}
.filter-vertical > .container .fv-nav .filters dt:before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e602";
  display: block;
  position: absolute;
  top: 15px;
  left: 4px;
  font-size: 16px;
  color: #0085d5;
  font-family:FontAwesome;
}
.filter-vertical > .container .fv-nav .filters dt.active {
    color: #303030;
}

.filter-vertical > .container .fv-nav .filters dd {
  margin: 0;
}
.filter-vertical > .container .fv-nav .filters dd .btn-group {
  display:inline-table;
  margin: 0;
  background-color: #f9f9fa;
  border-bottom: 1px solid #d4d9dd;
  font-weight: 400;
  width: 100%;
  padding: 0;
  padding-top: 13px;
  padding-bottom: 13px;

}
.filter-vertical > .container .fv-nav .filters dd .btn-group > button {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #888B8D;
  text-decoration: none;
  padding-right: 10px;
  font-family: robotoregular;
  font-size: 14px;
  font-weight: 400;
  padding-left: 23px;
  width: 100%;
  text-align: left;
}
.filter-vertical > .container .fv-nav .filters dd .btn-group > button.active {
  color: #202020;
}
.filter-vertical > .container .fv-nav .filters dd #back-to-featured {
  display: none;
}
.filter-vertical > .container .fv-nav .filters dd #back-to-featured.active {
  display: inline-block;
}
.filter-vertical > .container .fv-content {
  display: none;
  overflow: hidden;
  width: 100%;
  padding-left: 200px;
  padding-right: 0px;
  margin-bottom: 0;
}
.filter-vertical  .container .fv-content.active {
  display: block;
}
.filter-vertical  .container .fv-content> header {
  width: 100%;
  height: 68px;
  padding: 0 1.5em;
  border-top: 1px solid #d4d9dd;
  background-color: white;
}
.filter-vertica .container .fv-content header .heading {
  display: inline-block;
  margin: 0;
  line-height: 68px;
}
.filter-vertical  .container .fv-content  header .vpp {
  float: right;
  height: 100%;
}
.filter-vertical> .container .fv-content  header .vpp  button {
	display: inline-block;
    position: relative;
    margin-top: 22px;
    margin-right: 0px;
    border: 0;
    text-decoration: none;
    padding-right: 37px;
    font-family: robotomedium, Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    height: 22px;
    line-height: 19px;
    padding-top: 2px;
	float: none;
}
.viewPerPage {
	font-size: 14px;
    font-family: robotomedium, Arial, Helvetica, sans-serif;
}
.filter-vertical  .container .fv-content  header .vpp  button:after {
  font-family:FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e607";
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 14px;
  font-size: 23px;
}
.open  .dropdown-menu {
display: block;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;	
	min-width: 160px;
	padding: 0px 0px;
	margin: 0px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #B1B3B3;	
	border-radius: 0px;
	background-clip: padding-box;
	float: none;
	-webkit-box-shadow: none;
  /* fixed above by adding - in front of webkit #2952 */
    box-shadow: none;
}
.filter-vertical > .container .fv-content > header .vpp .dropdown-menu {
  top: 65%;
  min-width: 125px;
}
.filter-vertical > .container .fv-content > header .vpp .dropdown-menu > li {
  margin: 0;
  text-align: right;
}
.filter-vertical > .container .fv-content > header .vpp .dropdown-menu > li > a {
  text-align: right;
  display: block;
  padding-right: 2px;
}
.filter-horizontal {
  width: 100%;
  margin-bottom: 0;
}
.filter-horizontal .filter-tabs {
  width: 100%;
  height: auto;
  padding: 0 1.5em;
  background-color: white;  
  overflow:auto;
}
.filter-horizontal .filter-tabs .fh-modal-trigger,.filter-horizontal .filter-tabs .refinement-modal-trigger {
  float: left;
  list-style: none;
  line-height: 50px;
  margin: 0 2em 0 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}
.filter-horizontal .filter-tabs .fh-modal-trigger::after,.filter-horizontal .filter-tabs .refinement-modal-trigger::after {
  font-family:FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e607";
  display: inline-block;
  font-size: 23px;
  color: #0085d5;
  line-height: 50px;
  vertical-align: middle;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.filter-horizontal .filter-tabs .fh-modal-backdrop.active {
  display: block;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content {
  margin: 8% auto;
  background-color: transparent;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content.modal-lg {
  width: 80%;
  height: 80%;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content.modal-md {
  width: 920px;
  height: 440px;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content.modal-sm {
  width: 640px;
  height: 320px;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header {
  padding: 20px 20px 20px 42px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #edeff0;
  height: 78px;  
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header h4 {
	display: inline-block;
  margin: 0 3em 0 5px;
  padding-top: 10px;
  font-weight: 300;
  font-family: roboto_condensedlight;
  font-size: 24px;
  color: #303030;  
}
.searchGlobal .fh-modal-content.modal-lg .checkbox a {
  font-size: 14px;
  font-weight: 400;
  font-family: robotoregular;
  color: #808A8E;
  text-decoration: none !important;
}

.searchGlobal .fh-modal-content.modal-lg .checkbox a.active {
   color: #303030;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .search {
  display: inline-block;
  min-width: 40%;
  margin-right: 3em;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .search > form {
  margin: 0;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .search > form > .form-group {
  position: relative;
  margin: 0;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .search > form > .form-group::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e620';
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 23px;
  color: #0085d5;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .search > form > .form-group > input {
  height: auto;
  line-height: 1.6;
  padding: 1ex 1em 1ex 2.5em;
  font-size: 14px;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .series {
  display: inline-block;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .series > span {
  margin-right: .5em;
  font-weight: 400;
  color: #808A8E;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .series > a {
  margin-right: .5em;
  padding-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .series > a.active {
  color: #202020;
  border-bottom: 2px solid #ffcc00;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > header .fh-modal-close {
  float: right;
  text-decoration: none;  
}
.agt-modal .modal-dialog{
	padding: 0px;
}
.agt-modal-header .icon-xclose::before {
  	font-size: 18px;
  	color:#0085D5 !important;
  	margin-top:10px; 
  	content:"\e611";
  	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
}
.agt-modal-header .icon-xclose {
    opacity: 1;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > section {
  padding: 20px 20px 0px 20px;
  background-color: white;
   max-height: 50%;
  overflow-y: auto;
  margin-bottom: 0px;
}
.filter-horizontal .filter-tabs .fh-modal-backdrop .fh-modal-content > footer {
  padding: 20px 20px;
  border-top: 1px solid #d4d9dd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: white;
}
.filter-horizontal .applied-filters {
    border-top:none;
    display: none;
    width: 100%;
}
.filter-horizontal .applied-filters.active > div {
    float: left;
    width: 88%;
}
.filter-horizontal .applied-filters.active {
  display: inherit;
  padding: 7px 0px 0px 9px; 
}
.filter-horizontal .applied-filters {
    display: inherit;
    vertical-align: top;
    width: 100%;
    position: relative;
    top: 0px;
    padding: 6px 0px 3px 0px
}
.applied-filters-label {
    color: #888B8D;
    font-family: robotomedium, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-right: 5px;
    line-height: 23px;
    display: inline-block;
    margin: 14px 0px 0px 16px;
	width: auto;
}
.filter-horizontal .applied-filters > div{
	float:left;
	width:86%;
}
a.appliedFilterValues {
    padding: 0px 10px 0px 8px;
    margin: 10px 0px 0px 10px;
    border: 1px solid #d4d9dd;
	background: none repeat scroll 0 0 #fff;
	color: #808A8E;
    cursor: pointer;
	display: inline-block;
	font-size: 12px;
}
.appliedFilterValues:after {
    font-size: 12px;
    color: #0085D5;
    margin-top: 1px;
    content: "\e611";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    padding: 9px;
    padding-right: 0px;
}
.filter-horizontal .applied-filters {
    display: inherit;
    vertical-align: top;
    width: 100%;
    position: relative;
    top: 0px;
    padding: 6px 0px 3px 0px
}
.applied-filters-label {
    color: #888B8D;
    font-family: robotomedium, Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-right: 5px;
    line-height: 23px;
    display: inline-block;
    margin: 14px 0px 0px 16px;
	width: auto;
}
.filter-horizontal .applied-filters > div{
	float:left;
	width:86%;
}
a.appliedFilterValues:hover,a.appliedFilterValues:focus {
	text-decoration: none;
}
.appliedFilterValues:after {
    font-size: 12px;
    color: #0085D5;
    margin-top: 1px;
    content: "\e611";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    padding: 9px;
    padding-right: 0px;
}
span.filteredvalue{
    padding: 6px 0px 0px 0px;
    line-height: 18px;
    display: inline-block;
}
.filter-horizontal .applied-filters > .results {
  float: right;
  margin-right: 0;
} 
.filter-horizontal .applied-filters.active div {
  float: left;
}
.searchfilter ~ div #bannerValueId .bnr-container {
    margin-top: 12px;
}
.searchfilter  ~ div .hybridCountry{
	margin-top:12px;
}
.filter-horizontal .fh-content {
  float: left;
  border-top: 1px solid #d4d9dd;
  background-color: #edeff0;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 15px;
  margin: 0;
  width:100%;
}
.filter-horizontal footer {
  float: left;
  width: 100%;
  padding: 2.5ex 1.5em;
  background-color: #edeff0;
}
.filter-horizontal footer .need-help {
  display: inline-block;
  padding-top: 2ex;
  padding-right: 3em;
  margin-right: 10px;
  border-top: 1px solid #d4d9dd;
}
.filter-horizontal footer .need-help > a {
  display: inline-block;
  color: #0085d5;
  position: relative;
  text-decoration: none;
  font-weight: 400;
}
.filter-horizontal footer .need-help > a::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60b";
  display: inline-block;
  position: absolute;
  top: -2px;
  right: -23px;
  font-size: 23px;
}
.filter-horizontal footer .need-help p {
  color: #808A8E;
  font-weight: 400;
  margin: 1ex 0 2ex;
}
.filter-horizontal footer .pagination,
.filter-horizontal footer .results {
  float: right;
  clear: both;
}
.filter-horizontal footer .pagination {
  margin-top: 1ex;
}
.results {
  color: #202020;
  margin-top: 2ex;
  margin-bottom: 0;
}
.filter-bg-full {
  position: relative;
  margin-top: -20px;
  background-color: #edeff0;
  border-bottom: 1px solid #d4d9dd;
  

}
.filter-bg-full.container {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.filter-bg-full::before {
  content: " ";
  display: block;
  position: absolute;
  bottom:0;
  top: 0;
  width: 100%;
  height: 68px;
  background-color: #ffffff;
  border-top: 1px solid #d4d9dd;
  border-bottom: 1px solid #d4d9dd;
  z-index: 0;  
}


/*-------------IN PDP---------------------*/
.ins_products{
	width:246px !important;
}
.ins_products span a{
	font-size:14px !important;
}
.servicesDesc{
	float:left;	
	padding-top:1%;
	padding-bottom:1%;
	padding-left: 4%;
	width: 100%;
}
.noBtmBorder{
border-bottom:none !important;
}
a.clearfilter {
    margin: 18px 10px 0px 10px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;	
}
.center{
	text-align: center;
}
.fa-angle-right:before {
  content: "\e605";
}
.fa-chevron-circle-up:before {
  content: "\e604";
}
.item-collection > footer{
    overflow: auto;
	padding-left: 1%;
	padding-right: 1%;
}
.item-collection .item .lead {
    font-size: 14px;
}
.col-sixth {
    width: 16.6667%;
}
.dropdown-backdrop {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1;
}
.btn-group.vpp .dropdown-backdrop {
	z-index: 0;
}
.vppDropDown {
	top: 5px;
	position: relative;
	min-width: 50px;
    width: 130px;
    padding: 0;
    border: 1px solid #B1B3B3;
    border-radius: 0px;
    box-sizing: border-box;
    z-index: 9;
}
.filter-vertical > .container .fv-content > header .vpp .dropdown-menu > li {
margin: 0;
}
.filter-vertical > .container .fv-content > header .vpp .dropdown-menu > li > a {
    text-align: right !important;
}
.item.zoom > .media > .media-object-container > .media-gallery #gal-prev.direction-control {
    top: 0px;
}

.fa-chevron-down:before {
   content: "\e609";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
}
.fa-chevron-up:before {
   content: "\e608";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
}
.item.zoom > .media > .media-object-container > .media-gallery .direction-control[disabled] {
     color: #B2B2B2;
}
.item.zoom > .media > .media-object-container > .media-gallery .direction-control[disabled] {
    color: #B2B2B2;
}
.item.zoom > .media > .media-object-container > .media-gallery .direction-control {
   
color: #0085D5;
}

.item.zoom > .media > .media-object-container > .media-gallery.scroller.withOutScroll {
    padding: 4ex 0px;
}
.item-collection {
padding-bottom: 20px;
}
.item-collection.sidenav > .side-nav ~ * {
	border-bottom: 1px solid #d4d9dd;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-position-y: 69px;
  background-position-x: left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAB4CAYAAAAzOJiAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAIBJREFUeNp0kUESQyEIQ/M8eY/bmfYM0IXiF6E7JSEJoO/n/RqSfEhSeuEDbsArGR9CPmgpxLelTNQqSuJNFCsxZj6sKCNbI6xa9BLKPLU1gm1giZ4eD5oyS02CbX4bcYy1O5L5nYB7p7EI2k1G75EZL8rcbfpDoTl3ui+0KvoNAIsMcO0vyUENAAAAAElFTkSuQmCC);
}
.item-collection.sidenav > .side-nav > header > .heading {
	font-family: 'ZurichBT-LightCondensed', sans-serif;
	font-weight: 500;
	line-height: 1.4;
	color: inherit;
	margin-top: 9.5px;
	margin-bottom: 9.5px;
	font-size: 14px;
	line-height: 130%;
	margin-top: 1ex;
	margin-bottom: 1ex;
	padding-bottom: none;
	font-family: robotoregular, Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 68px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	color: #808A8E;
	background-color: transparent;
}
.item-collection.sidenav {
	margin-bottom: 40px;
}
.accordion dl {
margin: 0;
padding-left: 10px;
}
.accordion dl dt {
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	border-bottom: 1px solid #d4d9dd;
	padding-left: 30px;
	color: #808A8E;
	font-weight: 400;
	position: relative;
	background-color: transparent;
	line-height: 50px;
}
.accordion dl dd {
	max-width: 100%;
	margin: 0;
	padding: 25px;
	border-bottom: 1px solid #d4d9dd;
}
.accordion dl dt:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e602";
	display: block;
	position: absolute;
	top: 14px;
	left: 0px;
	font-size: 21px;
	color: #0085d5;
}
.accordion dl dt.active:before {
content: "\e601";
}
.clear{
	clear:both;
	overflow:auto;
}
.InPGPNav> header{
	padding:0 !important;
}
.InPGPNav >.fv-content{
	padding-left: 35px !important;
}
.InPGPNav >.fv-content> header{
	padding: 0 31px 0 13em !important;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination > li.page-back > a, .pagination > li.page-forward > a {
	width: 25px;
	height: 33px;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #D3D8DC;
  	background-color: #fff;
  	border-color: #D3D8DC;
  	cursor: auto;
}
.pagination > li.page-back > a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e60a";
	position: absolute;
	top: 4px;
	left: -1px;
	font-size: 24px;
}
.pagination > li.page-forward > a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e60b";
	position: absolute;
	top: 4px;
	left: 0px;
	font-size: 24px;
}
.pagination > li.disabled.page-back > a:before, .pagination > li.disabled.page-forward > a:before{
	color: #D0D0CE;
}
.inPGPNavPagination{
	margin-bottom: 0 !important;
}
.pagination > li.page-forward > a{
  margin-right: 0px;
}
ul.pagination.pull-left.relatedProdPagination {
  margin-left: 0px;
  padding-left: 12px;
}
.cta{
	text-transform:uppercase;
}
.item > footer > section > footer {
	padding-top: 3ex;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}
.specificationDiv h4{
	font-size:17px !important;
}
.SolutionsCta{
	margin-bottom:2%;
}
.transparentBtn{
	border:1px solid #0085D5 !important;
	padding-left:15px !important;
	padding-right:15px !important;
	font-weight:400;
}

/*-------------pgp left filter background color for IE8-----------------*/

.fv-content .btn.btn-link,.fv-nav .btn.btn-link{
background: none !important;
}
/*---------------side nav yellow bar IE8------------*/

.lt-ie9 .item-collection.sidenav > .side-nav ~ *.active > header > .heading:after,
.lt-ie8 .item-collection.sidenav > .side-nav ~ *.active > header > .heading .ie-after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 2ex;
  bottom: 0;
  border-left: 3px solid #ffcc00;
}

.lt-ie9 .item-collection.sidenav > .side-nav ~ *.active > header > .heading:before,
.lt-ie8 .item-collection.sidenav > .side-nav ~ *.active > header > .heading .ie-before {
 margin-left:3px;
}
/*Fix for Iteration1*/
.item-collection.sidenav > .side-nav .nav li.active a{
	padding: 0px 0px 0px 7px !important;
}
.item > footer > section > footer {
padding-top: 3ex;
padding-left: 5px;
padding-right: 5px;
overflow: hidden;
}
.pdpSections h3.heading{
	padding-left:10px !important;
}
/*End Fix for Iteration1*/
.specificationDiv h4{
	border-bottom:1px solid #D4D9DD !important;
	width: 70%;
	padding-bottom: 5px;
}

.searchGlobal .item.card > .media > .srch-media-body .media-heading + section {
	padding-top:15px;
}

/*for ipad landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
.filter-vertical > .container .item-collection.fv-content.active {
  float: left;
  width: 77% !important;
  padding: 0;
}
.searchLeftHeader {
  float: left;
  width: 45% !important;
  line-height: 67px !important;
  margin: 2ex 0;
}
}
/*for ipad potrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
.pgpModalBody {
 width:33.33333333%; 
 }
.container {
    min-width: 765px;
    max-width: 1240px;
    padding-left: 10px !important;
    padding-right: 5px !important;
    margin-left: 0;
    margin-right: 0;
}
p.searchTopShowResults {
    float: right;
    color: #808A8E;
    line-height: 40px;
    height: 41px;
    margin: 15px;
    padding-right: 5px !important;
    font-style: italic;
    margin-right:0;
}
body > header {
position: relative !important;
min-width: 765px !important;
margin-bottom: 2ex !important;
}
#footer {
min-width: 765px !important;
}
.item.hero {
    padding-top: 0;
	margin-left: 0px !important;
  }
#footer .footer-nav .agilent-details {
width: 285px;
}
.filter-vertical > .container .item-collection.fv-content.active {
  float: left;
  width: 73% !important;
  padding: 0;
}
.searchLeftHeader {
  float: left;
  width: 25% !important;
  line-height: 67px !important;
  margin: 2ex 0;
}
body {
  padding-top: 0px !important;
}

}
 
/*Styles for iphone*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
#footer .footer-nav .footer-links dd {
font-size: 85%;
margin: 0;
line-height: 43%;
}
p{
max-width:100%;
}
body{
font-size:8px !important;
}
.lead {
font-size: 8px !important;
}
.pgpDesc{
font-size: 7px !important;
max-width: 100% !important;
}
#footer .footer-nav .footer-links dl {
	width: 20%;
}
.item.hero > .media .srch-media-body > p {
font-size: 8px !important;
}
.item-collection .item .media-heading {
font-size: 8px !important;
}
.ProGroupDesc{
font-size: 8px !important;
}
p, li, dd, dt {
max-width: 80% !important;
}
.btn{
font-size:8px !important;
}
}
 
.fv-trigger{
	white-space: normal;
	display: inline-block;
	text-align: left;
	line-height:normal !important;
}
.solutionSegmentBox{
	border: 1px solid #D9D9D9;
	background-color:#FFF !important;
}
.solutionSegmentBox h4,.solutionSegmentBox span{
	margin-left: 6%;
	margin-right: 5%;
	display:inherit;
}
.solutionSegmentBox span{
	overflow:hidden;
}
.solutionSegmentBox hr{
	margin-top:10%;
	margin-bottom:5%;
}
.solutionSegmentBox .cta{
	text-align:center;
}
.serviceTopic{

	font-weight:bold;
	margin-bottom:10px;
	display: inline-block;
}
.item.col-full> h4{
	padding-left:15px;
}
.pdpSections >footer{
	padding-left: 21px;
}
.pdpSections> section.col-third,.pdpSections> section.col-full{
	padding-left:1.5em !important;
}
.loading{
	position: fixed;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:url(../images/loader2.gif) 50% 50% no-repeat;
}
.specificationDiv>section{	margin-left:10px !important;}
.specificationDiv>div{margin-left:15px !important;}
.specificationDiv>div>strong{margin-left:5px !important;}
.specificationDiv .col-half{width:48.9% !important;}
.ms-rteTableHeaderRow-Agilent{
	padding-bottom: 5px;
	font-size: 16px !important;
	font-weight:600;
}
.fa-search:before {
    content: "\e620";
	font-size:14px;
	float:left;
	line-height: 0.5;
}
#nav-accordion .next li{
	 padding-top: 1ex;
	 padding-bottom: 1ex;
}
.cta a:hover{
	color:#808A8E;
	text-decoration:none;
}
.cta a.transparentBtn:hover {
   color:#0085D5;
   text-decoration:none !important;
}
.media-object img:hover{
	cursor:pointer;
}
.pgpModalBody .checkbox input{
	position: relative;
	top: 2px;
	right: 4px;
}
.hide{
	display:none ;
}
/*eSeminar*/
.eseminar .item.card > .media > .srch-media-body {
 padding-top: 0; 
 border-top: none;
}
.eseminarFeature .item.card > .media > .srch-media-body {
padding-top: 10px;
border: none;
}

.eseminarfilter {
padding:0;
}
.eseminarfilter .item{
margin:0;
}
.eseminarfilter .item > .media{
overflow:visible;
}
.eseminarfilter .mediaHr_btn {
height: 25px;
padding: 0 !important;
border: none;
}
.eseminarfilter .btn.btn-link{
position:relative;
padding: 0px;
color: #0085D5;
}
.eseminarfilter .btn-group.vpp{
display:inline-block;
margin-right: 50px;
position:relative;
height: 100%;
}
.eseminarfilter .btn-group.vpp button::after {
font-family:FontAwesome;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e607";
display: inline-block;
position: absolute;
top: 0;
right: -22px;
font-size: 23px;
}
.eseminarfilter .vppDropDown{
position:absolute !important;
left:0 !important;
top:30px !important;
}
section.item-collection.heading {
margin-left: 5px;
margin-top: 10px;
margin-right: 0px;
padding: 0;
}
section.item-collection.heading p.location{
	margin:0;
} 
h.heading{
margin-left: 6px;
}
.bold{
font-weight:bold;
}
.allevents h.heading{
margin-left: 0;
}
.allInfo{
border-top: 1px solid #d4d9dd;
padding-top: 15px;
margin-left: 13px;
margin-top: 4ex;
padding-bottom: 0;
}
section.item-collection.eseminarFeature.alleseminarFeature {
padding-bottom: 0;
}
section.item-collection.eseminarFeature.alleseminarFeature .col-full {
padding-left: 10px;
margin-bottom: 10px;
}
.allevents{
border-top: 1px solid #d4d9dd;
padding-top: 15px;
margin-left: 10px;
padding-bottom:0;
margin-top: 20px;
}
.allseminars > h{
margin-left: 0;
}

.heading .media-object {
padding-top: 76% !important;
margin: 0 !important;
}

.alleseminarFeature .media-object {
padding-top: 69.7% !important;
margin: 0 !important;
}

.blueborder.btn-default {
color: #0085d5;
background-color: #ffffff;
border-color: #0085d5;
}
.blueborder.btn-default:hover
{
color: #333;
background-color: #EBEBEB;
border-color: #D9D6CF;
}
.section.item-collection.heading  p{
margin-top:8px !important;
}
.cta {
margin: 3ex 0 2ex;
}
.section.item-collection.heading  p{
margin: 4px 0 20px 0 !important;
}


/*eSeminar version1*/
.eseminarVersion .item.media-right > .media > .media-object-container{
width: 25%;
border: #d4d9dd solid 1px;
margin-left: 10%;
}
.eseminarVersion .item.media-right > .media .srch-media-body{
margin-top:0;
padding:0;
}
.eseminarVersion .srch-media-body>h.heading{
color:#808A8E;
}
.eseminarVersion .item > .media > .srch-media-body .qstn{
border-top: #d4d9dd solid 1px;
border-bottom: #d4d9dd solid 1px;
padding: 5ex 0;
color: #000;
font-size: 13px;
font-weight: bolder;
max-width: 100%;
margin: 5ex 0;
}
.blueBR{
border-bottom:#0085D5 solid 1px;
}
.eseminarVersion table th, table td {
  padding: 1ex;
  line-height: 1.4;
  vertical-align: top;
  border-bottom: 1px solid #edeff0;
  text-align: left;
  font-weight: 100;
}
.eseminarVersion table th {
font-weight: bold;
}
.eseminarVersion > section table{
margin-bottom:5ex;
}
.eSeminarsSubtitle{
color: #808A8E;
padding-top: 1ex;
}
.seminarList {
padding-top: 3ex;
padding-bottom: 3ex;
border-bottom: #edeff0 solid 1px;
}
.seminarList .seminarQstn {
margin: 0 0 6px 0;
}
.seminarList .seminarDwn{
color:#000;
}

.eseminarVersion2 .container > section.item.col-full.media-right{
	margin-right: 15%; 
}
.presenter p{
	margin:0;
	padding:0;
}
.presenter.item-collection.container {
border-bottom: #edeff0 solid 1px !important;
}
.desc{
	padding-top:3ex;
}
.desc h{
	color: #000;
	font-weight: bold;
}
.desc p{
margin-bottom:0;
margin-top: 5px;
}
.desc ul{
margin-bottom: 0;
padding-left: 21px;
margin-top: 5px;
}
.desc hr{
    height: 1px;
    border: 0;
	border-top: 1px solid #edeff0;
    margin: 5ex 0 3ex;
	padding: 0;
}
section.eseminarForm{
	width:400px;
}
.eseminarForm .bold{
	font-weight:bold;
	margin:4ex 0 2ex;
}
.form-group {
margin-bottom: 7px;
}
label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
.form-control {
    display: block;
    width: 70%;
	height: 33px;
	padding: 6px 22px 6px 12px;
	font-size: 14px;
	line-height: 1.4;
	color: #808A8E;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #D0D0CE;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding-top: 1px\0;
}
.form-control:focus{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
} 
.has-feedback {
position: relative;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-feedback .form-control {
padding-right: 41.25px;
}
.form-inlineb .form-group:first-child {
margin-right: 4%;
}
.form-inlineb .form-group {
float: left;
width: 48%;
}
.efilter .container .fv-nav p {
height: 33px;
color: #0085d5;
border-bottom:none;
padding-left: 3ex;
}
.efilter .container .fv-nav p a {
padding-left: 2ex;
}
.efilter .container .fv-nav p a.active {
border-left: 3px solid #ffcc00;
color:#000;
}
.eventsdesc{
margin-bottom:1ex;
}
.heading section.item.col-full.srch-media-left.card {
margin-bottom: 1ex;
}
.eventsCollection header.media{
padding-left: 15px !important;
}
.eventfilter.filter-horizontal .filter-tabs {
width: 100%;
height: 20px !important;
padding: 0 1.5em;
background-color: white;
border-top: none !important;
}
.eventfilter .fh-modal-trigger::after,.eventfilter .refinement-modal-trigger::after {
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\e607";
display: inline-block;
font-size: 23px;
color: #0085d5;
line-height: 10px !important;
vertical-align: middle;
}
.eventfilter.filter-horizontal .filter-tabs .fh-modal-trigger,.eventfilter.filter-horizontal .filter-tabs .refinement-modal-trigger{
line-height: 16px !important;
}
.eventfilter .applied-filters.active{
border-bottom: 1px solid #d4d9dd !important;
}
.eventfilter.filter-horizontal .btn.applied-filter:after {
content: "\e611" !important;
top: 9px;
font-size: 13px;
}
.trainingInfo .media {
padding: 0 !important;
position: relative;
}
.trainingInfo .media .media-preview p{
	margin:0 !important;
}
.trainingInfo .srch-media-body {
padding: 10px !important;
margin-left: 10%;
}
.trainingInfo .media-object-container {
background: #f9f9fa;
width: 10% !important;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
padding: 10px;
}
.trainingList {
margin-bottom: 3ex;
}
.trainingList p {
margin: 0;
}
section.col-full.eventPagination {
height: 45px;
}
.eventPagination  ul.pagination {
margin: 0;
float: right;
}
section.item.col-full.srch-media-left.card.trainingInfo {
margin-bottom: 0;
}
section.item-collection.bg-color-full.additional {
background: #fff;
margin-top: -2ex;
padding: 1ex 0 0 0;
}
.training>section.item.hero.first {
margin: 0;
}
.additional header.col-full {
padding-bottom: 5px;
}
.additional header.media {
padding: 15px !important;
background: #f9f9fa !important;
}
.additional .srch-media-body {
border: none !important;
padding: 0 !important;
}
.training .srch-media-body {
border: none !important;
}

.additional .srch-media-body p {
margin: 0 0 10px 0px;
}
.additional .srch-media-body p:last-child{
margin:0;
}
.additional section.item-collection.container {
padding: 0;
}
.additional .social {
background: #0085D5;
}
.additional .social .container {
padding-top: 5px;
}
.additional .social .container>p:first-child {
float: left;
font-size: 23px;
color: #fff;
margin: 0;
}
.additional .social .container div{
float: left;
font-size: 23px;
color: #fff;
margin: 0;
padding-left: 15px;
border-left: #fff solid 1px;
margin-left: 5px;
}
.additional .social .container div p {
margin: 0;
line-height: 1;
}
.additional .social .container div p:first-child {
font-size: 17px;
}
.additional .social .container div p:last-child {
font-size: 11px;
}
.additional .social .container ul.social-links {
float: left;
margin: 0;
}
.additional .social .container ul.social-links li {
display: inline-block;
}
.additional .social .container .social-links a {
color: #fff;
font-size: 30px;
}
.additional .social .container .social-links a:hover{
	text-decoration:none;
}
.trainingCourses p {
margin: 5px 0;
}
.trainingCourses  section.item.col-full.media-right.blueBR  .container section.item.col-full.media-right .media-object-container {
background: #f9f9fa;
border: none !important;
padding: 10px;
}
.trainingCourses hr.horizontalRuler {
margin: 4ex 0;
}
.mspace{
margin-bottom: 3ex;
}
.trainingCourses input[type="checkbox"] {
margin-right: 1ex;
}
.fl{
float:left;
}
.fr{
float:right;
}
.trainingCourses .fr .btn-default{
	border-color:#0085D5;
}
.cancelPolicy {
min-height: 50px;
}
/*-------------------Global search Page----------------------------*/

.searchGlobal_nav.nav {
    border-bottom: 1px solid #D4D9DD;
    margin-top: 8px;
}
.searchGlobal_nav.nav li {
    padding-left: 13px;
    margin-top: 0px;
    margin-bottom: 12px;
}
/*---RBE JUNE App-169 starts-----*/
.searchGlobal_nav.nav li a, .searchGlobal_nav.nav li a:focus{
display: block;
font-size: 15px;
padding: 0px 0px 0px 10px;  
text-decoration: none;
background-color: transparent;
color: #0085d5;
}
.searchGlobal_nav.nav li a:hover {
text-decoration: underline;
background-color: transparent;
color: #00426A;
}
.searchGlobal_nav.nav li.active > a 
{
border-left: 3px solid #FC0;
color: #202020;
text-decoration: none;
padding-left:7px;
}
.searchGlobal {
    border-top: 1px solid #D4D9DD !important;

}
.searchGlobal .filter-bg-full::before
{
border-top: 1px solid #0085d5;
}
.snbr .filter-bg-full::before,.snbr .filter-vertical > .container .fv-content > header
{
border-top:none !important;
}
.snbr .filter-bg-full {
  margin-top: 3px !important;
}
section.media-right.searchall + .snbr .filter-bg-full {
    margin-top: -1px !important;
}
.searchGlobal .filter-vertical > .container .fv-content > header
{
border-top: 1px solid #0085d5;
}
.searchGlobal .item.card > .media > .srch-media-body {
padding-top: 20px;
padding-right: 10px; 
border-top: none;
}
.searchGlobal .container .item-collection>header{
margin-bottom: 12px;
}

.searchGlobal .cta.mediaHr_btn a:hover{
	color:#000;
	text-decoration:none;
}
.fv-nav input[type="checkbox"] {
margin-right: 5px;
position: relative;
top: 1px;
}
/*---RBE JUNE App-200 reverted-----*/

.mediaHr_btn{
    padding-top: 10px;
    border-top: 1px solid #d4d9dd;
}
.quickViewDiv, .addCartInfo,.quickViewTable, .countryViewDiv, .supportingDocDiv {
  background-color: #f9f9fa;
  padding: 10px 10px;
  border: 1px solid #d4d9dd;
  border-top: none;
  padding-top: 10px;
  padding-left: 276px;
}
.addCartInfo{
	padding-right: 37px;
	text-align: right;
}
.supportProductTable .table>tbody>tr>td,.supportProductTable .table>tbody>tr>th,.supportProductTable .table>tfoot>tr>td, .supportProductTable .table>tfoot>tr>th, .supportProductTable .table>thead>tr>td,.supportProductTable .table>thead>tr>th{
    vertical-align: middle;
    border-bottom: inherit;
   	padding: 7px 35px 7px 0px;
	border-top:1px solid #F4F3F1;
	font-weight: normal;	
}
.supportProductTable {
  background-color: #ffffff;
  border: 1px solid #d4d9dd;
  border-top: none;
}
.supportingDocDiv {
  padding-left: 225px;
  padding-top: 0;
  padding-bottom: 0;
}
.supportingDocDiv .table {
  border: none;
  margin: 0;
}
.supportingDocDiv .table th,.supportingDocDiv .table td {
  padding:2ex;
  vertical-align: middle;
}
.supportingDoc:focus {
    text-decoration: none;
}
.addCartInfo a {
font-family: robotoregular, Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.4;
padding-left:2px;
} 
.addCartInfo a:hover,.addCartInfo a:focus {
    text-decoration: none;
}
.addCartInfo a .cartTick:hover {
    text-decoration: underline;
}
span.tickicon:hover + .cartTick{
	text-decoration: underline;
	color: #00426A;
}
span.tickicon:before {
    content: "\e621";
    font-family: FontAwesome;
    margin-right: 10px;
}

#fv-content-featured .addCartInfo{
	text-align:left;
	padding:10px 20px;	
}
#fv-content-featured .addCartInfo a {
	padding-left:0px;
}
.supportProductTable .addCartInfo{
  padding-right: 34px !important;
  text-align:right !important;
}
.supportProductTable  .addCartInfo a {
	padding-left:2px !important;
}
.addCartError{
	background-color: #FAF1F1;
    border: solid 1px #D9534E;
    position: relative;
    padding: 13px 20px;
	height: 47px;
	text-align: left;
}
.addCartError a{
	font-family: robotoregular, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#D9534E;
	padding-left:0px;
}
.addCartError:after, .addCartError:before {
    bottom: 100%;
    left: 18%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.addCartError:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #D9534E;
    border-width: 8px;
    bottom: 45px;
}
.addCartError:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FAF1F1;
	border-width: 8px;
	bottom: 43px;
}
.mediaHr_btn .btn-link,.mediaHr_btn .btn-default{
color:#808A8E 
}
.selectedBtn{
color:#000 !important;
}

.mediaHr_btn .qty,.cust-bought-prod-ctasec .qty{
    width: 68px;
    text-align: center;
    /* vertical-align: middle; */
    padding-bottom: 8px;
    padding-top: 8px;
    border: 1px solid #b1b3b3;
}
.mediaHr_btn .qty{
	margin-right: 10px;
}
.cta.mediaHr_btn{
	display: flex;
}
.cust-bought-prod-ctasec .qty{
	margin-right:5px;
}
.mediaHr_btn  .btn-primary.active
{
color:#ffffff;
}
.searchSelect{
background-color: #FFFFFF;
background-image: none;
border: 1px solid #F4F3F1;
border-radius: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
color: #808080;
display: inline-block;
font-size: 16px;
height: 36px;
line-height: 1.4;
padding: 6px 12px;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
} 
.supportProductTable .atc{
  /* DCSE - 8193 float right must be there*/
display: inline-block;
margin-bottom: 1px;
float: right;
}
.supportProductTable>footer{
overflow: hidden;
position: relative;
padding: 5px;
padding-top: 0px;
}
.supportProductTable>footer{
	display: none;
}
.countryViewDiv li p:first-child{
                padding: 0;
                margin: 0;
                color: #808A8E;
}
.countryViewDiv li p:last-child{
                padding: 0;
                margin: 0;
                font-style:italic;
}
.countryViewDiv li{
    list-style: outside none none;
    margin-top: 7px;
}

.searchedTermchines, .NosearchedTerm {
	background-color: #f9f9fa;
	padding: 4px 13px;
	border-bottom:1px solid #d4d9dd;
	background:#d4d9dd;
	margin-top:2px;
	height:215px;
}
.NosearchedTerm {
	background-color: #fff;
	min-height:320px;
}
.searchedTermchines P {
margin: 2ex 0;
}
p.searchTopShowResults {
    float: right;
    color: #888B8D;
    line-height: 22px;
    height: 22px;
    margin: 23px 9px 15px 0px;
    font-size: 14px;
    font-family: robotomedium, Arial, Helvetica, sans-serif;
    border-left: solid 1px #888B8D;
    padding-left: 20px;
}
.searchLeftHeader {
    float: left;
    min-width: 60%;
    line-height: 67px !important;
    margin: 15px 0 15px;
    position: relative;
}
.searchPageInput{ 
border: none;
outline: none; 
width:100%;
color: #202020;
padding-left:25px;
}
.searchLeftHeader:before{
padding-left: 10px;
font-family: FontAwesome;
 font-style: normal; 
 font-weight: normal; 
 font-variant: normal; 
text-transform: none; 
 line-height: 1; 
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale;
content: '\e620';
display: inline-block;
position: absolute; 
font-size: 23px;
color: #808A8E;
left: 0;
top: 7px;
}
.searchLeftHeader input {
    padding-left: 37px;
    box-shadow: none;
    font-size: 24px;
    height: 37px;
    outline: none !important;
    color: #303030;
    float: left;
    margin-right: 10px;
	font-family: roboto_condensedregular,Helvetica,Arial,sans-serif !important;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.searchbox input.form-control:focus {
    -webkit-box-shadow: initial;
    box-shadow: initial;
	    border: 1px solid #D0D0CE;
}
.searchedTerm{
	background-color: #f9f9fa;
	padding: 4px 13px;
	margin-top: 2px;
	
}
.searchedTerm h4{
font-size:14px;
}
.searchins{
border-left: #808A8E solid 1px;
padding-left: 25px;
margin-left: 25px;
}
.searchins a{
font-size:12px;
}
/*Search all pages*/

.searchall.item.media-right > .media > .media-object-container {
float: right;
margin-left: 10%;
width: 10%;
}
.searchall.item.hero {
padding-top: 11%;
}
 .searchall.item.media-right > .media .srch-media-body {
margin-top: 0; 
padding-top:0;
}
 .searchall.item.media-right > .media .srch-media-body p {
color:#808A8E;
margin:0;
font-family: roboto_condensedlight, Arial, Helvetica, sans-serif !important;
}
.searchall.item.media-right > .media .srch-media-body p.allsearchhr {
font-size:25px;
color:#202020;
}
.searchall.item.media-right > .media .srch-media-body p.allsearchhr span{
	color:#0085D5;
	font-family: roboto_condensedlight, Arial, Helvetica, sans-serif !important;
}
.searchall .media-preview.rtimage{
border: #ededed solid 1px;
padding: 8px;
height: 122px;
margin-bottom: 20px;
  display: none;
}

.searchGlobal.seach{
	margin-top:5px !important;
}
.searchGlobal .item {
    margin-bottom: 0px;
}
.searchGlobal .container .item-collection>header{
margin-bottom:12px;
}
.search .srch-media-body p{
margin-bottom:0;
}
.search .item.srch-media-left > .media > .media-object-container .media-object{
	padding-top:52%;
	margin: 0;
}
.search .item.srch-media-left > .media > .media-object-container{
width:30%;
}
.search.searchGlobal .item.card > .media > .srch-media-body{
	padding-top: 25px;
}
.searchGlobal .container #fv-content-featured .item-collection .media .srch-media-body p {
    margin-bottom: 0px;
	margin-top:15px;  
    padding-top: 0px;
/*---RBE AUG App-8174 added max-width-----*/
    max-width: 100% !important;

}
/*---RBE JUNE App-2705 ends-----*/
.searchGlobal .container #fv-content-featured .item-collection .media .srch-media-body ul.meta-data {
 margin-top: 15px;
}
.librarysearch .item.card > .media > .srch-media-body,.techsupportsearch .item.card > .media > .srch-media-body {
padding-top: 25px;
border-top: none;
}
.searchGlobal .item-collection {
padding: 0 1em 0 5px;
}
button.blueborder.btn.btn-default:hover {
background: #fff !important;
color: #0085d5 !important;
border-color: #0085d5 !important;
}
.allinfo h.heading.bold {
margin-left: 0 !important;
}
section.item-collection.eseminarFeature.alleseminarFeature .col-full {
padding-left: 10px;
}
.eseminar section.item.hero.first {
margin-bottom: 0;
}
section.presenter.item-collection.container .col-third {
padding-left:2px;
}
.eventsCollection section.item.col-full.srch-media-left.card {
padding: 0 0 0 3px;
}
section.item.col-full.media-right.searchall {
  padding-bottom: 0;
  background: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #d4d9dd;
  margin-top: 20px;
}
.searchall header .srch-media-body {
  padding-top: 0 !important;
  padding-bottom: 17px !important;
}
.livePlayer{
	text-align:center;
}
.btn-group.active {
    color: #808A8E;
}


/*search css*/
 body>div{
background:#edeff0;
}
.searchbox{
border-top: none;
margin-bottom: 12px;
width: 100%;
height: 69px;
padding: 0 1.5em;
display: block;
}
.filter-vertical > .container.leftmenu>div+div {
  float: left;
  max-width: 200px;
  padding: 0;
  width: 20%;
}
.filter-vertical > .container .item-collection.fv-content.active {
  float: left;
  width: 80%;
  padding: 0;
}
.selectCountry,.selectCountry:hover{
	text-decoration:none !important;
	text-transform: capitalize;
}
.displayNone{
	display:none;
}
.container.homeSocialBar {
    padding: 0 1.5%;
}
footer.col-full.inPGPNavPagination {
float: left;
width: 100%;
padding: 30px 18px;
background-color: #edeff0;
}
footer .results{
	float: right;
  margin-top: 7px;
}
footer .pagination {
    margin-top: 0px;
    padding-left: 20px;
}
footer .pagination, .filter-horizontal footer .results {
float: right;
}
.divClear {
clear: both;
}
.keysightTxt {
color: #999999;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px !important;
width: 84%;
}

.fl{
float:left;
}
.otherSite a,.blue {
color: #0085d5 !important;
text-decoration: none;
}

.utility{
height:70px;
}
/*DCSE-2953/52 .aboutAglientLine, .resoursesLine, .shoppingLine, .supportLine { used in globalHeaderFooter.css so removed here */
.seperatorLine {
  color: #cfcfcf !important;
  background-color: #cfcfcf !important;
  border: none !important;
  float: left;
  height: 1px !important;
  width: 75%;
}
.footer-links >.col-sixth  a{
  color: #FFFFFF !important;
  line-height: 15px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  margin: 3px 0px;
  display:inline-block;
}
.filter_btn{
	background: none repeat scroll 0 0 #fff;
    border: 2px solid #d4d9dd;
    color: #808A8E;
    cursor: pointer;
    display: none;
    float: left;
    margin: 0 10px 10px 0 !important;
    padding: 5px 8px;
}
.filter_btn img {
vertical-align: middle;
}
.filter_btn.exist{
	display: inline-block;
}
#quickViewDiv1 table td, th {
  padding-left: 0 !important;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  line-height: 1.4;
  text-decoration: none;
  color: #0085D5;
  background-color: #ffffff;
  border: 1px solid #D0D0CE;
  margin-left: -1px;
  font-size: 14px;
  padding: 6px 7px;  
  margin: 0px 4px 8px 4px;  
  border-radius: 0px;  
  display: inline-block;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-radius: 0px;  
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	z-index: 2;
    color: #0085D5;
    background-color: #ffffff;
    border-color: #D0D0CE
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #888B8D;
    background-color: #EDEFF0;
    border-color: #888B8D;
	cursor: default;
}
.pagination  li.ellipsis  a{
    border: none;
    line-height: 14px;
    background: none;
    padding: 6px 0px;
    margin: 0px -1px 7px -1px;
    letter-spacing: -0.8px;
    font-size: 14px;
  }
 
.fv-nav dl dd div a {
  color: #808A8E;
  text-decoration: none !important;
  font-family: robotoregular;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 10px 0px 23px;
  display: inline-block;
  width: 100%;

}

.fv-nav dl dd div a:hover {
  color: #5A6772;
}
.filter-vertical > .container .fv-nav .filters dd .btn-group:hover{
background-color:#EDEFF0;
}
.filter-vertical > .container .fv-nav .filters dd .btn-group:hover a {
  color: #5A6772 !important;
}

.filter-vertical > .container .fv-nav .filters dd .btn-group:hover {
  color: #5A6772 !important;
}
.icontitle {
  color: #5a6772;
  font-size: 13px;
  font-weight: 400;
  display:block;
  text-align:center;
  font-family: roboto_condensedregular !important;
}

section.fh-modal-content checkbox a {
                font-family: robotoregular;
                font-size: 14px;
                font-weight: 400;
                color: #808A8E;
}
.quickViewBtn, .supportingLink, .pubSupportingLink{
  text-decoration: none !important;
  text-transform: capitalize;
}

.quickViewBtn.active{
color:#000;
}

.quickViewBtn:hover{
color:#000;
}
.quickViewBtn .fa-chevron-down:before, .supportingLink .fa-chevron-down:before, 
.pubSupportingLink .fa-chevron-down:before,.supportingDoc .fa-chevron-down:before ,.selectCountry .fa-chevron-down:before {
    content: " ";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  background: url('../images/agilen_design_svg_icons_uparrow_grey.svg') repeat scroll 0 3px rgba(0, 0, 0, 0); 
  width: 20px;
  height: 20px;
  top: 0;
}

.quickViewBtn.active .fa-chevron-down:before,.supportingLink.active .fa-chevron-down:before,.pubSupportingLink.active .fa-chevron-down:before,.supportingDoc.active .fa-chevron-down:before,.selectCountry.active .fa-chevron-down:before {
  content: " ";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  background:url('../images/agilen_design_svg_up_arrow.svg') repeat scroll 0 5px rgba(0, 0, 0, 0);
  width: 20px;
  height: 20px;
  top: 0;
}
.filter-vertical > .container .fv-nav .filters dd .btn-group:hover button {
  color: #5A6772 !important; 
}
.filter-vertical > .container .fv-nav .filters dt.active:hover{
  background-color:#EDEFF0;
}
header.keysight {
  top: 32px !important;
}
.sel_cnt p:first-child {
  padding: 0;
  margin: 0 !important;
  color: #808A8E;
}
.sel_cnt p:last-child {
  padding: 0;
  margin: 0 !important;
  font-style: italic;
}
.sel_cnt {
  list-style: none;
  margin-top: 1em;
}
.sel_cnt ul{
  padding-left: 0px;
    margin-top: 0px;
}
/*style for quick view table*/
.smtable{
	border: none;
}
.smtable table{
	margin:0;
}
.smtable table tr{
	border-left:none;
	border-right:none;
}
.smtable table tr:first-child{
    border-top:none;
}
.smtable table tr:last-child{
    border-bottom:none;
}
.activeTopNav {
  background-color: #EEEEEE !important;
  color: #000 !important;
}
.activeTopNav a span {
  color: #000 !important;
}
.topNavSubLink li {
  width: 94%;
}
.top-nav ul li ul li a:first-child, .top-nav ul li ul li a:first-child:hover {
  color: #0085d5 !important;
  font-weight: normal;
  line-height: 15px;
}
.topNavSubLink li a {
  text-transform: capitalize !important;
  font-size: 12px !important;
}
/*---RBE JUNE App-200 reverted-----*/
/*---RBE JUNE App-200 ends-----*/

.topNavSubLink li a:hover ,.topNavSubLink li a:focus{
       text-decoration:underline !important;
}
input.refineLabel {
  margin-left: 21px;
}

header.searchbox .searchLeftHeader .twitter-typeahead .tt-dropdown-menu {
	right:1px !important;
	width:542px !important;
	top:42px !important;
}
header.searchbox .searchLeftHeader .twitter-typeahead .tt-dropdown-menu .tt-suggestion div {
	line-height:30px;
}
.fh-modal-trigger, .refinement-modal-trigger{
padding-top:0px !important;
padding-bottom:0px  !important;
}
.supportProductTable   table.table th:nth-child(1), .supportProductTable   table.table td:nth-child(1) {
padding-left:7%;
}
.supportProductTable .atc {
  margin: 17px 30px 17px 0px;
}
.supportProductTable .table {
   border:none; 
   margin-bottom:0px;
}
table.psptable .btn-productid {
	padding-left: 0!important;
    text-align: center;
}  
.psptable tr td:nth-child(1){
	text-align: center;
}
.supportProductTable  table.table tr th button.btn:hover{  
   text-decoration: none;
   cursor: text;
   color: #808A8E!important;
}

.btn-link.supportingLink.active,.btn-link.pubSupportingLink.active,.supportingDoc.active {color: #000;}
.supportProductTable .supportproductsheader {
    color: #808A8E;
    font-weight: normal;
    margin: 0px;
    line-height: 19px;
	cursor: text;
	min-width:85px;
}
.supportProductTable button.btn.btn-primary {
  margin-top: 7px;
}
footer .atc .addToCart {
    float: right;
    margin-left: 10px;
}
.supportProductTable  table.table td.qty input::-webkit-input-placeholder,.supportProductTable  table.table td.rq-qty input::-webkit-input-placeholder { color:#0085D5; }
.supportProductTable  table.table td.qty input,.supportProductTable  table.table td.rq-qty input {color:#0085D5;width: 85px;}
.supportProductTable  table.table td.qty input::-moz-placeholder,.supportProductTable  table.table td.rq-qty input::-moz-placeholder { color:#0085D5; }
.supportProductTable  table.table td.qty input::-ms-input-placeholder,.supportProductTable  table.table td.rq-qty input::-ms-input-placeholder { color:#0085D5; } 
.srch-media-body .mediaHr_btn input::-webkit-input-placeholder { color:#0085D5; }
.srch-media-body .mediaHr_btn input::-moz-placeholder { color:#0085D5; }
.srch-media-body  .mediaHr_btn input::-ms-input-placeholder { color:#0085D5; } 
.srch-media-body .mediaHr_btn input {color:#0085D5;}
.supportProductTable table.psptable td.qty input,.supportProductTable table.psptable td.rq-qty input {
    color: #0085D5;
    width: 85px;
    display: inline-block;
	  padding: 5px;
}
.srch-media-body .mediaHr_btn input::placeholder {color: #0085D5;}
/* do not group these rules */
*::-webkit-input-placeholder {
    color: #0085D5;
	font-size: 14px;
    font-family: robotomedium,Arial, Helvetica, sans-serif !important;
    font-weight: 500;
	opacity: 1;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #0085D5;
	opacity: 1;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #0085D5;
	opacity: 1;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #0085D5;
	opacity: 1;
}
table.psptable  td.qty div,table.psptable  td.rq-qty div  {
    min-width: 80px;
    text-align: right;
}
.supportProductTable .table tbody tr {
  background-color: #f9f9fa;
}
.supportProductTable .table tr th:first-child button, .supportProductTable .table tr th:first-child a {
  margin-left: 63px;
}
.supportProductTable .psptable tr th:first-child button, .supportProductTable .psptable tr th:first-child a{
	text-align: center;
	margin-left: 0px;
}
.supportProductTable td, .supportProductTable th{
   vertical-align: middle;
   padding-left: 0px;
   padding-right: 35px;
}
.supportProductTable .partlist1 tr th {
	display:table-cell !important;
	border:none;
}
.supportProductTable .partlist1 tr th a {
	margin-left:0px !important;
}
.supportingLink,.supportingDoc,.pubSupportingLink {
 text-transform:none;
}
.supportProductTable table.table th:nth-child(1), .supportProductTable table.table td:nth-child(1) {
    text-align: left;
    margin: 0px;
    padding: 0px;
    padding-right: 35px !important;
    padding-left: 36px !important;
}
td.qty div,td.rq-qty div {
  position: relative;
  min-width: 80px;
}
#triangle3{
visibility:hidden;
}
.item > .media .media-object > a> img {
  max-width: 100%;
  padding-top: 7px; 

}
.item > .media .media-object > a {
   text-align:center;
   max-width:100%;
   max-height:100%;
}
.countryViewDiv {
  padding-left: 218px;
}
.quickViewDiv {
  padding-left: 226px;
  color: #808A8E;
  padding-right: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
}
header.searchbox {
  margin: 0 !important;
}
.quickViewDiv table td, th {
    padding-left: 0 !important;
}
.quickViewDiv table th{
color:#303030;
}
.countryViewDiv .item .col-third.sel_cnt p{
color:#5A6772;
}
.quickViewDiv table td{
color:#53565A;
}
.supportProductTable  table td,.countryViewDiv .item .col-third.sel_cnt p a{
color:#808A8E;
}
.item.srch-media-left > .media > .media-object-container.video {
  float: left;
  margin-left: 0;
  width: 20%;
  height: 130px;  
}
.item.srch-media-left > .media > .media-object-container.video .media-object {
  height: 130px;
  padding: 0;
  background-color: #d4d9dd;
  position: relative;
}
.video .media-object > a {
  max-width: 100% !important;
  max-height: 100% !important;
}
.video .media-object > a> img {
  max-width: 180%;
  max-height: 180%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.supportProductTable table tr td:nth-child(2) {
  padding-right: 38px;
}
.supportProductTable table tr td:nth-child(3) {
  width: 140px;
}
.supportProductTable table.psptable tr td.sp-desc {
    padding-right: 40px;
}
.supportProductTable table.psptable tr td.btn-requestquote{
  width:150px;
}
.supportProductTable table.psptable tr td.qty,.supportProductTable table.psptable tr td.rq-qty{
  text-align: right;
  border-top: 1px solid #edeff0;
}
@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) 
    and (orientation : landscape) 
    and (-webkit-min-device-pixel-ratio : 2)
{.filter-vertical .container .fv-content header .vpp button:after {
    top:-2px;    
}
.vppDropDown {
   left:0;
   width:105px;
}
.filter-vertical> .container .fv-content header .vpp button {
      margin-top: 27px;
}
}
@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) 
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 2)
{.filter-vertical .container .fv-content header .vpp button:after {
    top:-2px;    
}
.vppDropDown {
   left:0;
   width:105px;
}
.filter-vertical> .container .fv-content header .vpp button {
      margin-top: 27px;
}
}
.searchfilter {
    display: inline-flex;
}
.supportingDocDiv  table.table th {
   font-weight:normal;
   color:#414242;
}
.moreButton {
  margin-bottom: 10px;
  margin-left: 20px !important;
  margin-top: 15px;
  background-image: url("../images/btn_more_EN_normal.png");
  background-repeat: no-repeat;
  width: 68px !important;
  height: 36px;
  cursor: pointer;
  float: left;
}
.moreButton a {
  width: 68px;
  height: 36px;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px){
header> ol.breadcrumb.container {
padding:1ex 17px;
}
}
@media screen and (max-width: 1280px) {
header> ol.breadcrumb.container {
padding:9px 21px; 
} 
}
.filter-vertical > .container .fv-nav .filters dd .btn-group label {
  width: 78%;
  padding: 0px 7px 0px 0px;
  font-size: 14px;
  display: inline-table;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 0px;
}
.modal-lg li {
  list-style: none;
}
header> ol.breadcrumb.container {
  padding: 1ex 20px;
}

/* 23/7/2015 css adding for request quote */
.quickViewBtn, .supportingLink, .supportingDoc,.pubSupportingLink {
	padding: 0px 0px 7px 0px;
}

.requestQuoteProduct,.buyProductsBtn {
	margin-right:10px;
}
header> ol.breadcrumb li{
color:#202020 !important;
}
.supportingDocDiv td a {
    color: #808A8E;
}
.modalSequence .checkbox label{
color: #808A8E;
}
.filter-vertical > .container .fv-content > header .vpp .dropdown-menu > li > a:hover{
background-color:#0085d5;
color:#FFF !important;
text-decoration:none;
}
#requestQuoteForm{
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.filter-vertical .container .fv-content> header {
    padding: 0 10px !important;
}
.searchGlobal .container #fv-content-featured .item-collection .media .srch-media-body p:not([id]) {
    min-height: 20px !important;
}
.cta {
    margin: 17px 0 0 0px !important;
    position: relative !important;
}

.searchGlobal .item-collection.srch-media-left > .item > .media > .media-object-container, .item.srch-media-left > .media > .media-object-container {
  float: left;
  margin-left: 0%;
  margin-right: 1% !important;
  /* width: 13.8166% !important; */
  width: 15.5% !important;
}

.searchGlobal .container #fv-content-featured .item-collection .media .srch-media-body p {
    margin-top: 12px !important;
}
.filter-vertical > .container .fv-content .searchbox .vpp .dropdown-menu > li > a {
    text-align: left;
	width: 100%;
    display: inline-block;
    line-height: 18px;
    padding: 1px 8px 1px 8px;
    color: #53565A;
    font-family: robotoregular, arial, helvetica, sans-serif;
}

.filter-vertical > .container .fv-content .searchbox .vpp .dropdown-menu > li {
    margin: 0;
}

header.searchbox {
    padding: 0 10px;
}

.filter-vertical > .container .fv-content .searchbox .vpp .dropdown-menu > li > a:hover,.filter-vertical > .container .fv-content .searchbox .vpp .dropdown-menu > li > a:focus{
    background-color: #0085d5;
    color:#fff;
	text-decoration: none;
}
.searchbox{height: 67px !important;}

.part-search{
padding: 0px;
display: inline-block;
margin: 1ex 0;}

.part-search li
{
list-style: none;
display: inline-block;
padding: 0px 2px;
}
.searchedTerm h3{ 
font-size: 14px;
display: inline-block;}

#myPrice p { 
	display: table-cell; 
}

#myPrice span.yourprice { 
	padding-right: 5px;
	font-family: robotomedium, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #303030;
	display: table-cell;
}

#myPrice p.newprice { 
	padding-right: 7px; color: #84BD00; font-size: 16px; 
}

#myPrice strike { 
	display: inline-block; font-size: 12px;
}

#myPrice span.loginDesc {
	font-size: 12px !important;
    font-weight: 400 !important;
    color: #808A8E !important;
}
.alertmsg{
	clear: left; 
}
.searchfilter ~ div.alertmsg {
	margin-top:12px;
}

.hybridCountry {
	font-family: robotoregular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #D6001C;
    padding: 15px;
    display: none;
    background: #FAF1F1;
    line-height: 18px;
    margin: 20px 20px 20px 10px;
}

.hybridCountry img {
	padding-right: 10px;
	margin-top: 10px;
}

.nonEcommerceCountry {
	font-family: robotoregular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #D6001C;
    padding: 15px;
    background: #FAF1F1;
    line-height: 18px;
    margin: 20px 20px 20px 10px;
    display: none; 
}

.nonEcommerceCountry img {
	padding-right: 10px;
	margin-top: 1px;
}
@media screen and (max-width : 1182px){
	.nonEcommerceCountry img {
		margin-top: 10px;
	}
}
.hybridCountryGN {
	display: flex;
	margin-bottom: 0px;
	font-family: robotoregular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D6001C;
	padding: 15px;
	margin-top: 20px;
	background: #FAF1F1;
	line-height: 18px;
}

.hybridCountryGN img {
	display: flex;
	padding-right: 10px;
	margin-top: 10px;
}

.nonEcommerceCountryGN {
	display: flex;
	margin-bottom: 0px;
	font-family: robotoregular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D6001C;
	padding: 15px;
	margin-top: 20px;
	background: #FAF1F1;
	line-height: 18px;
}

.nonEcommerceCountryGN img {
	display: flex;
	padding-right: 10px;
	margin-top: 10px;
}

#blockedPart {
	font-family: robotoregular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D6001C;
}

.addToCartDisabled {
	border-color: #0085D5;
	line-height: 19px;
	background-color: #7CC1EC;
	border-color: #7CC1EC;
	opacity: 0.5;
}

.btn.btn-primary.addToCartDisabled:hover {
	color: #FFFFFF;
}
.addtocartqty_err{
	background-color: #FAF1F1;
    border: solid 1px #D9534E;
    width: 100%;
    height: 47px!important;
    padding: 13px 20px;
    text-align: left;
    position: relative;
    color: #D9534E;
    top: 0px;
}
.addtocartqty_err:after, .addtocartqty_err:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.addtocartqty_err:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #D9534E;
    border-width: 8px;
    bottom: 45px;
}
.addtocartqty_err:after {
	border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #FAF1F1;
    border-width: 8px;
    bottom: 43px;
}
.addtocartqty_err .prd-qty-error{
		font-size: 14px;
}
.supportProductTable .addtocartqty_err{
	text-align:right;
	bottom: auto;
	top: auto;
}
.supportProductTable .addtocartqty_err:after, .supportProductTable .addtocartqty_err:before  {
	right: 9%;
	left: auto;
}
.supportProductTable .rqonly.addtocartqty_err:after, .supportProductTable .rqonly.addtocartqty_err:before{
	right: 11%;
}
.supportProductTable .rq-qty.addtocartqty_err:after, .supportProductTable .rq-qty.addtocartqty_err:before{
	right: 25%
}
.supportProductTable table td#price strike { 
	display: block; font-size: 12px;
	position:relative; white-space:nowrap;
}
.supportProductTable table td#price strike:after { 
	display: block; font-size: 12px;
	position:relative; white-space:nowrap;
	border-top: 1px solid #000; 
	position: absolute; 
	content: ""; 
	right: 0;
	top: 50%;
}
.strike { 
	position: relative;
	font-size: 12px !important;
	display: inline-block;
}
.strike::after { 
	content: '';
	border-bottom: 1px solid #808A8E;
	position: absolute;
	left: 0;
	top: 8.5px;
	width: 100%;
}
.searchGlobal .container #fv-content-featured .item-collection .media .srch-media-body p.pricelist {
    margin-top: 20px !important;
}
.detaillist{
	margin: 20px 0px 0px 0px;
    float: left; 
	width: 753px;
}
.rightcol{ 
	display: list-item;	
	width: 306px;
	line-height: 27px;
	float: right;
}
.leftcol{ 
	display: list-item;	
	width: 387px;
	line-height: 27px;	
	float: left;
	margin-right: 20px;
    padding-right: 20px;
	line-height: 27px;
	clear: right;
}
.dispLabel{
	display: inline;	
	line-height: 27px;
	font-family: robotomedium, Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.leftcol.disptypemulti, .rightcol.disptypemulti{
	line-height:20px;
	padding-top: 4px;
    padding-bottom: 3px;
}
.disptypemulti .dispLabel{
	line-height:20px;
}
.searchGlobal .container #fv-content-featured .item-collection .media .srch-media-body ul.detaillist .dispval {
    display: inline;
    margin: 0px !important;
	font-size: 14px;
    font-family: robotoregular, Helvetica, Arial, sans-serif;
	line-height:27px;
}
.searchGlobal .container #fv-content-featured .item-collection .media .srch-media-body ul.detaillist .dispmultival {
    display: inline;
    margin: 0px !important;
	font-size: 14px;
    font-family: robotoregular, Helvetica, Arial, sans-serif;
	line-height:20px;
}
.alignvpp {
    padding-right: 26px !important;
}
.filter-vertical .container .fv-content header .vpp button.alignvpp:after{
	right: 3px !important;
}
p.searchTopShowResults.alignrecnum{
	border-left:0px;
} 
.compare-wrapper-div{
	position: absolute;
    right: 0px;
    padding: 10px 15px 0px 0px;
    top: 0px;
}
.compare-wrapper-div input{
	position: relative;
    top: 2px;
}
.compare-wrapper-div p{
	display: inline-block;
    padding: 0px 0px 0px 5px;
    margin: 0px;
    line-height: 22px;
}

.compare-drawer{
	background: rgb(0, 66, 106);
	background: rgba(0, 66, 106, 0.85);
    box-shadow: 0px 3px 4px 4px #53565A;
    position: fixed;
    bottom: -230px;
    width: 100%;
	padding-bottom: 20px;
	z-index: 9;
}
.compare-drawer .headingText{
	color:#fff;
	margin: 16px 0px 0px 6px;
	display: inline-block;
	width: 200px;
}
.compare-drawer .productList{
	padding:0px;
}
.drawer-sec{
    padding: 10px;
    display: inline-block;
	margin: 5px 20px 0px 0px;
    width: 250px;
	height:80px;
	background:#fff;
    position: relative;
    opacity: 1;
} 
.compare-drawer .wrapper-drawer {
    margin-left: 5px;
}
.compare-drawer a.clearAll{
    margin-left:804px;
	color:#fff !important;
}
.compare-drawer a.clearAll:hover{
	text-decoration: underline !important;
}
.drawer-img img{
	width: 100%;
    height: 100%;
}
.drawer-img{
	float:left;
	margin-right: 10px;
	height: 60px;
    width: 60px;
}
.drawer-sec p{
	margin:0px;
	line-height: 19px;
}
.drawer-desc{
	width: 147px;
    float: left;
}
.compare-drawer .drawer-title{
	font-family: robotoregular, Helvetica, Arial, Sans-Serif;
	font-weight:bold;
	color:#202020;
}
.compare-drawer .compareBtn{
	position: relative;
    top: 26px;
}
.btn-stnd-medium.compareBtn:focus, .btn-stnd-medium.compareBtn:visited {
	background-color: #0085D5;
	color:#fff;
}
.compare-drawer .compareBtn:hover{
	background-color: rgba(0,133,213,0.6);
    color: rgba(255,255,255,1) !important;
}
button.compareBtn[disabled]{
	color: #7CC1EC;	
    opacity: 0.5;
	border: 1px solid transparent;
	background: #0085D5;
	opacity: 0.5;
}
.btn-stnd-medium.compareBtn[disabled]:hover {
    background-color: #0085D5;
    color: #7CC1EC !important;
    opacity: 0.5;
}
.compare-drawer .drawer-empty{
	background: #00426A;
}
.compare-drawer .drawer-close{
	fill: #0085D5;
	width: 12px;
    height: 12px;
    font-size: 12px;
    position: absolute;
    right: 9px;
    top: 8px;
    text-decoration: none;
}
.compare-check{
	position: relative;
}

.compare-wrapper input+span.tt{
	display:none;
}
.compare-wrapper input:hover+span.tt{
    font-family: robotoregular, Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 18px;
    color: #303030;
    background: #EEF7FC;
    background-clip: padding-box;
    border: 1px solid #D2DCE3;
    border-radius: 3px;
    position: absolute;
    width: 220px;
    padding: 15px;
    top: 30px;
    right: 3px;
    opacity: 1;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
	display: none;
    z-index: 999999999;
	pointer-events: none;
}

.compare-wrapper input:hover+span.tt::before,input:hover+span.tt::after{
    content: '';
    position: absolute;
    bottom: 100%; 
    margin-left: 0px;
    width: 0;
    height: 0;
}
.compare-wrapper input:hover+span.tt::after{
    left: 111px;
    border: 9px solid transparent;
    border-left: 9px solid transparent;
    border-right: 6px solid transparent;
    border-bottom-color: #EEF7FC;
}

.compare-wrapper input:hover+span.tt::before{
    left: 110px;
    border:11px solid transparent; 
    border-right: 10px solid transparent;
    border-left: 9px solid transparent;
    border-bottom-color: #D2DCE3;  
}

@media (min-width:680px){
	.compare-wrapper.left-nav-compare{
		position: relative;
		margin-left: 75px;
	}
	.compare-wrapper.left-nav-compare input:hover+span.tt{
		width: 220px;
	}
}
@media (min-width: 900px ){
	.compare-wrapper.left-nav-compare{
		position: relative;
		margin-left: 90px;
	}
	.compare-wrapper.left-nav-compare input:hover+span.tt{
		width: 220px;
	}
}
@media (min-width: 950px ){
	.compare-wrapper.left-nav-compare{
		position: relative;
		margin-left: 105px;
	}
	.compare-wrapper.left-nav-compare input:hover+span.tt{
		width: 220px;
	}
}
@media (min-width: 1000px ){
	.compare-wrapper.left-nav-compare{
		position: relative;
		margin-left: 125px;
	}
	.compare-wrapper.left-nav-compare input:hover+span.tt{
		width: 220px;
	}
}
@media (min-width: 1100px ){
	.compare-wrapper.left-nav-compare{
		position: relative;
		margin-left: 162px;
	}
	.compare-wrapper.left-nav-compare input:hover+span.tt{
		width: 220px;
	}
}
@media (min-width: 1250px ){
	.compare-wrapper.left-nav-compare{
		position: relative;
		margin-left: 210px;
	}
	.compare-wrapper.left-nav-compare input:hover+span.tt{
		width: 220px;
	}
	.compare-wrapper.left-nav-compare input:hover+span.tt::before{
		left: 131px;
	}
	.compare-wrapper.left-nav-compare input:hover+span.tt::after{
		left: 132px;
	}
}
@media (min-width:680px){
	.compare-wrapper{
		position: relative;
		margin-left: 148px;
		margin-bottom: 8px;
	}
	.compare-wrapper input:hover+span.tt{
		width: 210px;
	}
}
@media (min-width: 900px ){
	.compare-wrapper{
		position: relative;
		margin-left: 158px;
		margin-bottom: 8px;
	}
	.compare-wrapper input:hover+span.tt{
		width: 210px;
	}
	.compare-wrapper input:hover+span.tt::before{
		left: 117px;
	}
	.compare-wrapper input:hover+span.tt::after{
		left: 118px;
	}
}
@media (min-width: 950px ){
	.compare-wrapper{
		position: relative;
		margin-left: 174px;
		margin-bottom: 8px;
	}
	.compare-wrapper input:hover+span.tt{
		width: 206px;
	}
}
@media (min-width: 1000px ){
	.compare-wrapper{
		position: relative;
		margin-left: 114px;
		margin-bottom: 8px;
	}
	.compare-wrapper input:hover+span.tt{
		width: 197px;
	}
}
@media (min-width: 1100px ){
	.compare-wrapper{
		position: relative;
		margin-left: 142px;
		margin-bottom: 8px;
	}
	.compare-wrapper input:hover+span.tt{
		width: 198px;
	}
}
@media (min-width: 1250px ){
	.compare-wrapper{
		position: relative;
		margin-left: 178px;
		margin-bottom: 8px;
	}
	.compare-wrapper input:hover+span.tt{
		width: 220px;
	}
	.compare-wrapper input:hover+span.tt::before{
		left: 141px;
	}
	.compare-wrapper input:hover+span.tt::after{
		left: 142px;
	}
}


@media (max-width:1238px){
	.compare-drawer{
		padding-bottom:40px;
	}
}
@media (max-width:1131px){
	.compare-drawer{
		padding-bottom:20px;
	}
	.compare-drawer a.clearAll {
		margin-left: 534px;
	}
	.compare-drawer a.clearAll.ja-jp{
		margin-left:516px;
	}
	.compare-drawer a.clearAll.zh-cn{
		margin-left:530px;
	}
}
@media (max-width: 871px){
	.compare-drawer a.clearAll {
		margin-left: 264px;
	}
	.compare-drawer a.clearAll.ja-jp{
		margin-left:246px;
	}
	.compare-drawer a.clearAll.zh-cn{
		margin-left:260px;
	}
	.wrapper-drawer{
		width: 98%;
	}
	.compare-drawer .compareBtn{
		top: 68px;
	}
}
.communitysearchSection{
	    padding: 0 19px 0 5px;
}
.communitysearch{
  border-top: solid 14px #00426A;
  border-bottom: solid 14px #00426A;
  padding:10px 10px 0px 10px;
  background: #fff;
  margin-left: 5px;
  margin-top: 12px;
  position: relative;
}
#communitysearch-accordion dt:hover {
    cursor: pointer;
}
.com-search-title:before {
    background: url(../images/community-search-results-icon.svg) no-repeat 0px 0px;
    height: 32px;
    width: 32px;
    left: 10px;
    top: 10px;
    position: absolute;
    content: "";
	-webkit-filter: brightness(0) saturate(100%) invert(36.8%) sepia(85%) saturate(2239%) hue-rotate(180deg) brightness(90.5%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(36.8%) sepia(85%) saturate(2239%) hue-rotate(180deg) brightness(90.5%) contrast(100%);

}
.com-search-title{
    font-family: robotomedium, Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 32px;
    color: #00426A !important;
    margin: 0px;
    padding: 0px 0px 0px 72px;
    margin-bottom: 10px;
}
.communitysearch .close{
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 14px;
    color: #0085d5;
    cursor: pointer;
    padding-right: 0px;
    line-height: 16px;
	width: 16px;
    height: 16px;
}
.communitysearch .close:after{
    font-size: 16px;
    color: #0085D5;
    margin-top: 0px;
    content: "\e611";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
}
.communitysearch .commaccordion dl {
  margin: 0;
  padding-left:0px;
  border-bottom: solid 1px #00426A;
}
.communitysearch .commaccordion dl dt {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 73px;    
    padding-right: 40px;   
    position: relative;
    background-color: transparent;  
    border-top: solid 1px #00426A;
    border-bottom: solid 0px #00426A;
    font-family: robotoregular, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#303030;
}
 

.communitysearch .commaccordion dl dt p.list-title{ 
  color: #303030;
  font-family: robotomedium, Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height: 16px;
  padding: 18px 0px 18px 0px;
  margin: 0px;
  width: 100%;
  font-weight: normal;
 }
.communitysearch .commaccordion dl dt p.list-title:hover {
    cursor: pointer;
 }
.communitysearch .commaccordion dl dd {
    max-width: 100%;
    margin: 0;
    padding: 0px 40px 0px 73px;
    border-bottom: 0px solid #00426A;
}
.communitysearch .commaccordion dl dd p.desc{
  color: #5A6772;
  font-family: robotoregular, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  max-width: 100%;
  margin: 0px;
  padding: 0px 0px 18px 0px;
}
.communitysearch .commaccordion dl dd p.readmore{
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0px 0px 18px 0px;
  line-height: 14px;
}
.communitysearch .commaccordion dl dt:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e602";
    display: block;
    position: absolute;
    top: 16px;
    left: 7px;
    font-size: 18px;
    padding: 0px 10px 0px 0px;
    color: #0085d5;
    cursor: pointer;
}
.communitysearch .commaccordion dl dt.active:before {
content: "\e601";
}
p.seeallresults{
  margin: 0px;
  padding: 18px 0px 18px 10px;
  line-height: 16px;
}
.communitysearch .commaccordion dl dd p.readmore a{
  font-family: robotoregular, Arial, Helvetica, sans-serif !important;
  font-size: 12px;
  line-height: 14px;
}
.communitysearch .commaccordion dl dd p.readmore a .fa{
    top: 1px;
    position: relative;
	padding-left:4px;
}
p.seeallresults a{
  font-family: robotoregular, Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  line-height: 16px;
}
p.seeallresults a .fa {
    padding-left: 4px;
    position: relative;
}
@-moz-document url-prefix() {
	p.seeallresults a:after{
		padding: 0px 6px 0px 6px;
	}
}
.commaccordion dt p.list-title.showCollapsed{
	display: block;
}
.commaccordion dt p.list-title.showExpanded{
	display: none;
}
.commaccordion dt.active p.list-title.showCollapsed{
	display: none;
}
.commaccordion dt.active p.list-title.showExpanded{
	display: block;
}
span.compare-wrapper-div+a.btn{
	margin-left: 9px;
}
.compare-wrapper-div input+span.tt-div{
	display:none;
}
.compare-wrapper-div input:hover+span.tt-div{
    font-family: robotoregular, Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 18px;
    color: #303030;
    background: #EEF7FC;
    background-clip: padding-box;
    border: 1px solid #D2DCE3;
    border-radius: 3px;
    position: absolute;
    width: 200px;
    padding: 15px;
    right:-30px;
    opacity: 1;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
	display: none;
    z-index: 999999999;
	pointer-events: none;
	font-weight: 200;
	margin-top: 13px;
}
.compare-wrapper-div input:hover+span.tt-div::before,input:hover+span.tt-div::after{
    content: '';
    position: absolute;
    bottom: 100%; 
    margin-left: 0px;
    width: 0;
    height: 0;
}
.compare-check-div{
	position: relative;
	display: inline-block;
}
.compare-wrapper-div input:hover+span.tt-div::after{
    right: 30px;
    border: 9px solid transparent;
    border-left: 8px solid transparent;
    border-right: 6px solid transparent;
    border-bottom-color: #EEF7FC;
}
.compare-wrapper-div input:hover+span.tt-div::before{
    right: 27px;
    border: 11px solid transparent;
    border-right: 9px solid transparent;
    border-left: 10px solid transparent;
    border-bottom-color: #D2DCE3 
}
.searchGlobal .container #fv-content-featured .item-collection .media .srch-media-body p.seeAll-components {
    color: #2282C9;
    display: inline-block;
    line-height: 19px;
    margin-top: 1px !important;
}
.seeAll-components a:hover{
	text-decoration:underline !important;
}
.seeAll-components .fa-angle-right:before {
    position: relative;
    top: 3px;
    font-size: 17px;
}
.fa-angle-right:before {
    position: relative;
    top: 3px;
    font-size: 17px;
}
.searchGlobal .container #fv-content-featured .item-collection .media .srch-media-body li.leftcol.columnFill .dispLabel {
    padding-right: 4px;
    float: left;
    margin: 0px !important;
}
li.leftcol.columnFill .multi-components{
    display: inline-block;
    width: 278px;
	padding-top: 4px;	
    line-height: 19px;
}
.searchGlobal .container #fv-content-featured .item-collection .media .srch-media-body .disp-multival{
	display: inline-block;
    margin: 0px! important;
    padding: 0px !important;
	line-height: 19px;
	font-family: robotoregular, Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.nolink-partNum {
    text-align: center;
    padding-right: 0px!important;
    padding-left: 0px!important;
}
.nolink-partNum {
    text-align: center;
    padding-right: 0px!important;
    padding-left: 0px!important;
}
/* modal search field */
.modalsearchcon{
	display: inline-block;
    position: relative;
    margin-top: 0px;
    padding-left: 0px;
    min-width: 100%;	
	padding-bottom: 7px;
}
.modalsearchfield{
    box-shadow: none;
    font-size: 14px;
    height: 32px;
    outline: none !important;
    float: left;
    font-family: robotoregular,Helvetica,Arial,sans-serif;
	padding: 4px 12px 5px 12px;
	border: 1px solid #D0D0CE;
	padding-left: 37px;
	width: 400px;
	color: #202020;
	line-height: 18px;
}
.modalsearchcon:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e620';
    display: inline-block;
    position: absolute;
    font-size: 23px;
    color: #888D8D;
    left: 8px;
    top: 5px;
}
.noresultsDiv{
	display: none;
    font-family: robotoregular,Helvetica,Arial,sans-serif;
    color: #202020;
    font-size: 14px;
    width: 100%;
    clear: left;
    padding-top: 15px
}
.highlight{
	font-weight: bold;
}
.search-clear-filter{	
    position: relative;
	visibility: hidden;
    right: 21px;
    z-index: 9;
    top: 6px;
    cursor: pointer;
}
.modalsearchcon input[type="search"]::-ms-clear {
    display: none;
}
.publicationtable th{
	min-width: 180px;
}
@media (max-width: 991px) {
.publicationtable th{
	min-width: 120px;
}
}
@media (max-width: 1200px) {
  .publicationtable th{
	min-width: 160px;
}
}
.btn-stnd-transparent {
    color: #0085d5;
    background: #ffffff;
    border: 1px solid #0085d5;
}
 a.btn-stnd-medium:visited, a.btn-stnd-medium:link {
    text-decoration: none !important;
    color: #fff !important;
} 
.btn-stnd-transparent:hover/*  DCSE-5340 , .btn-stnd-transparent:focus*/, .btn-stnd-transparent:visited,.searchGlobal .cta.mediaHr_btn .btn-stnd-transparent:hover/*  DCSE-5340,.searchGlobal .cta.mediaHr_btn .btn-stnd-transparent:focus*/{
    background: #EDEFF0;
    border: 1px solid #0085d5;
    color: #0085d5;
}
.atc button.pubrequestQuote {
    float: right;
    margin-right: 0px;
	display: none;
}
.downloadsection {
    border-top: 1px solid #D4D9DD;
    padding: 10px 0px 0px 0px;
    margin: 10px 20px -2px 0px;
    display: flex;
    flex-direction: row-reverse;
	clear: both;
}
.filter-vertical > .container .fv-nav .filters dt:hover {
    cursor: pointer;
}
/* For resolution < 1024 */
@media (min-width : 120px) 
and (max-width : 1024px) { 
.searchLeftHeader {
  width: 50% !important;
  min-width:50%;
}
.searchLeftHeader .form-control{
	width: 67%;
}
 body>div{
	display:table;
}
}
.media-body, .srch-media-left, .media-right {
    display: block;
    vertical-align: initial;
}
.quickViewDiv  .table>tbody>tr>td,.quickViewDiv  .table>tbody>tr>th,.quickViewDiv  .table>tfoot>tr>td, .quickViewDiv  .table>tfoot>tr>th, .quickViewDiv  .table>thead>tr>td,.quickViewDiv  .table>thead>tr>th{
	border-top:0px;
}
.supportingDocDiv  .table>tbody>tr>td,.supportingDocDiv  .table>tbody>tr>th,.supportingDocDiv  .table>tfoot>tr>td, .supportingDocDiv  .table>tfoot>tr>th, .supportingDocDiv  .table>thead>tr>td,.supportingDocDiv  .table>thead>tr>th{
	border-top:0px;
}
 
@media (min-width: 992px) {
	.modal-lg {
    width: 800px;
}
}
/********************
	Modal Component
********************/

.agt-modal .agt-modal-header {
  background: #EDEFF0;
  color: #303030;
  padding: 12px 30px 12px 30px;
  border-radius: 6px 6px 0 0;
  font-size: 24px;
  font-weight: 300;
  font-family: roboto_condensedlight, Helvetica, Arial, sans-serif; }
.agt-modal .modal-title{
  color: #303030;
  font-size: 24px;
  font-weight: 300;
  font-family: roboto_condensedlight, Helvetica, Arial, sans-serif;
}
.agt-modal-header .fal.close{
		font-size: 18px;
		line-height: 20px;
		height:18px;
		font-weight: 300;
		color: #0085d5;
		font-style: normal;
		margin-top: 0px;
		opacity: 1;
		
  }
.agt-modal .agt-modal-dialog.agt-modal-center {
  top: 40%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
  max-width: 500px;
  min-width: 300px;
  width: auto; }

.agt-modal .agt-modal-dialog.agt-small {
  max-width: 300px; }

.agt-modal .agt-modal-dialog.agt-large {
  max-width: 800px; }

.agt-modal .agt-modal-body {
  max-height: 500px;
  overflow-y: auto;
  padding: 30px 30px 0 30px; 
  min-height: 150px;
  }
  .agt-modal .agt-modal-body p {
    padding-bottom: 20px; }

.agt-modal .agt-modal-footer {
  padding: 30px;
  border: 0px; }

.agt-modal .agt-modal-footer2 {
  padding: 30px;
  border-top: 1px solid #EDEFF0;
  font-size: 12px;
  font-weight: 300; }
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
    display: block;
}
/* breadcrumb & container spacing */
@media (min-width: 768px){
.searchGlobal .container, .breadcrumb-container .container,.searchall .container,.compare-drawer .container{
  width: auto;
}
}
@media (max-width: 1300px) {
	ol.breadcrumb.container {
		padding: 6px 4px 5px 19px !important;
	}
}
/* onetrust banner */
@media (max-width: 1023px) and (min-width: 752px){
.addMargin, .addMargin > header.affix, .addMargin .noPrint > header.affix {
    margin: 121px 0 0;
}
}
@media (max-width: 751px){
.addMargin, .addMargin > header.affix, .addMargin .noPrint > header.affix {
    margin: 140px 0 0;
}
}
.block-ui-message.spinnerdiv{
	background: transparent;
    padding: 0px;
}
.spinnerdiv .loadingspinner{
	background-image: url("../images/loader-spinner.svg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 48px;
    height: 48px;
}
.block-ui-container .block-ui-overlay{opacity:.8;filter:alpha(opacity=80);}
.refinesearch{
	position: relative;
    display: block;
	float:left;
}
.clear-refinesearch{
	position: absolute;
    clear: both;
    cursor: pointer;
    left: -32px;
    top: -16px;
}
.searchbox input[type="text"]::-ms-clear {
	display:none;
} 
.modal-loader{
	background-image: url(../images/loader-spinner.svg);
	background-repeat: no-repeat;
    background-position: center 66px;
    width: 100%;
    height: 150px;
}
/* Product stock info */
.prod-info-qty.in-stock,
.prod-info-qty.out-stock.est-stock,
.prod-info-qty.in-stock.est-stock,
.prod-info-qty.order-stock.est-stock,
.prod-info-qty.no-stock-status{
	background: none;
	text-align: left;
	padding: 0;
}
.searchGlobal .container #fv-content-featured .item-collection .media .srch-media-body .prod-info-qty p{
	font-family: robotomedium, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px !important;
	margin-top: 10px !important;
	min-height: auto !important;
}
.prod-info-qty p.est-date{
	margin: 0;
	color: #202020;
	max-width: 250px;
}
.prod-info-qty p.in-stock {
	color: #008522;
	margin: 0;
}
.prod-info-qty p.order-stock,.prod-info-qty p.est-stock {
    color: #E87722 !important;
	margin: 0;
}
.prod-info-qty p.out-stock {
   color: #D6001C !important;
	margin: 0;
}
.prod-info-qty p.est-stock{
	color: black;
	margin: 0;
}

/*21.1 Starts*/
#search-rfq-iframe {
width: 100%;
border: none;
height: 887px;
max-width: 100%;
}
#search-eloqua-modal .modal-dialog {
max-width: 100%;
width: 100%;
min-width: 100%;
padding: 30px;
padding-top: 0px;
}
#search-eloqua-modal .modal-dialog .modal-content {
top: 0 !important;
}
#search-eloqua-modal .modal-dialog .modal-content {
width: 100%;
}
#search-eloqua-modal .modal-body {
max-width: 100%;
margin: 0 auto;
padding: 0;
}
#search-eloqua-modal .modal-footer {
border-radius: 0px 0px 5px 5px;
background: #EDEFF0;
height: 100px;
border-top: none;
margin-top: 0;
display: none;
}
.rfqModal .agt-modal-header{
	background: #EDEFF0 none repeat scroll 0 0;
    padding: 12px 30px;
    border-radius: 6px 6px 0 0;
}
.rfqModal .agt-modal-header .icon-xclose::before {
    font-size: 18px;
    color: #0085D5 !important;
    margin-top: 8px;
    content: "\e611";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    height: 18px;
}
.rfqModal .fs-modal .modal-header i.fal {
	font-family: FontAwesome;
    line-height: 20px;
    height: 18px;
    margin-top: 12px;
	font-size: 18px;
}
.fs-modal .modal-header .close {
margin: 0;
text-shadow: none;
opacity: 1;
padding-top: 1px;
width: 18px;
height: 18px;
font-size: 18px;
line-height: 20px
}
#search-eloqua-modal .modal-title {
    color: #303030 !important;
    font-size: 24px;
    font-family: roboto_condensedlight,Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: none;
}
.fade.fs-modal.in {
opacity: 1;
}
.fade.fs-modal {
opacity: 0;
-webkit-transition: opacity 0.3s ease-in;
transition: opacity 0.3s ease-in;
}
.modal.fade.fs-modal .modal-dialog{
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
@media (max-width: 720px) {
#search-eloqua-modal.modal-header{
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width: 670px) {
#search-eloqua-modal .modal-header{
padding-left: 15px;
padding-right: 40px;
}
}
body.rfq-fsmodal.modal-open,
.rfq-fsmodal.modal-open .navbar-fixed-top,
.rfq-fsmodal.modal-open .navbar-fixed-bottom {
margin-right: 0;
}
a.pnprfq {
    margin-left: 10px;
}
/*21.1 Ends*/ 