
/* Start Sticky Footer */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 90px;
  /* padding-top: 70px; */
}
img {
	margin-top:9px;
}
.carousel img {
	margin-top:0;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 90px;
}
/* End Sticky Footer */


a {
	font-weight:600;	
}
h1.ruledHead {
	color:#666666;
	font-size:36px;
	font-weight:300;
	letter-spacing:-1px;
	margin-bottom:6px;
}
h1.leadsForm {
	margin-bottom:36px;
}
h2.leadsForm {
	color:#CC0000;
}
.headRule {
	height:3px;
	width:100%;
	margin-bottom:24px;
	background: #1e5799;
	background: -moz-linear-gradient(left,  #1e5799 0%, #207cca 15%, #207cca 15%, #2989d8 32%, #2989d8 32%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(15%,#207cca), color-stop(15%,#207cca), color-stop(32%,#2989d8), color-stop(32%,#2989d8), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,  #1e5799 0%,#207cca 15%,#207cca 15%,#2989d8 32%,#2989d8 32%,#ffffff 100%);
	background: -o-linear-gradient(left,  #1e5799 0%,#207cca 15%,#207cca 15%,#2989d8 32%,#2989d8 32%,#ffffff 100%);
	background: -ms-linear-gradient(left,  #1e5799 0%,#207cca 15%,#207cca 15%,#2989d8 32%,#2989d8 32%,#ffffff 100%);
	background: linear-gradient(to right,  #1e5799 0%,#207cca 15%,#207cca 15%,#2989d8 32%,#2989d8 32%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffffff',GradientType=1 );
}


/**** Index Pages (Support, etc.) ****/
.container.index .headRule {
	margin-bottom:20px;
}
.container.index ul.list1 {
	display:block;
	list-style:none;
	padding-left:0;
}
.container.index .yamm-content {
	padding-bottom:0;
}
.container.index .yamm-content .email {
	font-size:16px;
}


h4 {
	font-size:16px;
	font-weight:400;
}
h3.header {
	font-size:20px;
	color:#666666;
	font-weight:300;
	letter-spacing:.2px;
	margin-bottom:18px;
}
.container.top.single, .container.top.compare, .container.top.multi {
	margin-top:150px; /* 120px 80px 150px */
}
.container.top.compare.version2 {
	margin-top:130px;
}
#prodAnchors + .container.top {
	margin-top:150px; /* 80px 150px */
}
@media (max-width: 768px) {
	.container.top.single, .container.top.compare, .container.top.multi  {
		margin-top:120px; /* 80px 150px */
	}
}
.row {
	margin-bottom:18px;
}
.navbar-header .row {
	margin-bottom:6px;
}
p.marg_top_1 {
	margin-top:18px;
}
.marg_top_0 {
	margin-top:0;
}	
div.row ul {
	margin-bottom:18px;
}
.starter-template {
  /* padding: 40px 15px;
 text-align: center; */
}

/* PAK added: */
.partNumber {
	font-size:12px;
	font-weight:normal;
}
li.divided {
	padding:4px 0;
	border-bottom:1px solid #CCCCCC;
}

.thumbnail {
	/* margin-bottom:0; */
}
.thumbnail .caption h3 {
	margin-top:0;
}
.tab-panel {
	display:none;
}
.nav-tabs > li > a {
	font-size:16px;
	font-weight:bold;
	padding: 10px 25px;
}

p.caption {
	margin-top:6px;
	font-weight:300;
}
.glyphicon {
  font-size:20px;
}
.glyphicon-topnav {
	color:#FFFFFF;
	border:none;
	background-color:#005A9A;
}

/* *** FOR /Products/Solutions/index.cfm *** */
.solutions .cSolnTable {
	display: none;
}
.solutions p {
	font-size:16px;
}
.solutions .step h3 {
	font-weight:bold;
	color: #636363;
}
.solutions .solnImg {
	cursor: pointer;
}
img.products {
	height: 75px !important;
}
.labManuals {
	padding: 10px;
}
.formatTable, .formatTable td {
	padding: 10px;
}
.formatTable th {
	padding-left: 10px;
}
.titleGuides {
	background-color: #48BC36;
	color: #FFF;
}

#content_products .thumbnail {
	padding:9px;
	margin-bottom:20px;
	height:180px;
}
#content_products .thumbnail a > img {
	margin:12px auto 0 auto;
}
.navbar-form {
	padding:0;
	margin:0;
}
li.dropdown.yamm-fw a.main {
	font-size:18px;
	font-weight:200;
}
.navbar-inverse .navbar-nav {
	margin-top:0;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.hover>a {
	background-color:inherit;
}
.navbar-collapse .dropdown-menu {
	top:inherit;
}
.navbar-collapse .dropdown-menu li {
	background-color:#FFFFFF;
}

/* STAGE CHG */
@media (max-width: 768px) {
	.navbar-toggle {
		display:block;
		margin-right:0;
	}
	#navbar.navbar-collapse.main.collapse ul.navbar-nav {
		display:none;
	}
	#navbar.navbar-collapse.main.collapse.in ul.navbar-nav {
		display:table;
	}
	#blue_nav_right .items {
		padding-right:0;
	}
	#blue_nav_right .items .login.item {
		display:none;
	}
	/* #navbar.navbar-collapse::after, #navbar.navbar-collapse::before  {
		display:none;
	} */
	.container.top {
		margin-top:86px; /* 120px, 40px */
	}
	.container-fluid.top {
		margin-top:61px; /* 120px, 40px */
	}

}




/*** SEARCH ***/

.searchbar, .quickFind {
	position:relative;
	width:250px;
}
#searchbar-sm {
	position:absolute;
	top:70px;
	height:54px;
	right:0;
	width:100%;
	background-color:#FFFFFF;
	height:54px; /* */
	background-color:rgba(218, 229, 238, 1.00);
	/* opacity: 0.65;
  filter: alpha(opacity=65); */
}
#searchbar-sm.collapsing {
   -webkit-transition: none;
    transition: none; /*  */
}
@media (min-width: 769px) {
	#sfield {
		margin-top:0;
	}
	
.container.top {
	margin-top:110px; /* 120px, 40px */
}
.container-fluid.top {
		margin-top:85px; /* 120px, 40px */
	}

}

#fbsearch.go {
	width:500px;	
}
#fbsearch.go .form-control {
	display:inline;
	width:90%;	
}

/*** FUSIONBOT HOSTED SEARCH PAGE ***/
.navbar-header.fusionbot {
	margin:0 auto;
	text-align:center;
	position:relative;
	float:inherit;
}
.navbar-header.fusionbot #blue_nav_left {
	text-align:inherit;
	margin:inherit;
	height:45px;
}
#blue_nav_left {
	height:45px;
}
.navbar-header.fusionbot #blue_nav_left p {
	font-size:32px;
	color:#FFFFFF;
	width:400px;
	margin:0 auto;
	height:50px;
	margin-top:18px;
}
.navbar-header.fusionbot #blue_nav_left p a.navbar-brand {
	padding:0;
	float:inherit;
}
.navbar-header.fusionbot #blue_nav_left p a img {
	display:inline;
	vertical-align:middle;
	border:0;
	margin-bottom:10px;
}
.navbar-brand {
	padding:12px 15px 0 15px;
	height:45px;
}
li.dropdown.yamm-fw a.main {
	/* letter-spacing:1px; */
	font-weight:300;
	height:24px;
}
@media (min-width: 769px) {
	.navbar-nav > li > a {
		padding-top:10px;
		padding-bottom:10px;
	}
	#menu_login {
		display:none;
	}
}


/*** GOOGLE HOSTED SEARCH PAGE ***/
input.gsc-search-button-v2 {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.gsc-control-searchbox-only {
	margin-top:9px;	
}
.gsc-tabsArea, .gsc-context-box {
	display:none;
}
.gsc-thumbnail .gs-web-image-box {
	text-align:center;
}



/* ********** SUBJECT LANDING PAGE *********** */
.mainImg {
	overflow:hidden;
	width:100%;
}
/* .hero-section {
	content:' ';
	display:table;
	clear:both;
	padding-top:0;
	padding-bottom:0;
	width:100%;
}
.hero-wrapper {
	min-height:310px;
	padding:46px 0 50px;
	position:relative;
	z-index:1;
	max-width:1440px;
	margin:0 auto;
	overflow:hidden;
}
.subjLanding .hero-wrapper {
	min-height:310px;
}
.home .hero-wrapper {
	min-height:487px;
}
.image-hero {
	transition:opacity 0.4s ease;
	opacity:1;
	z-index:2;
	background-repeat:no-repeat;
	position:absolute;
	right:0;
	bottom:0;
	left:0;
}
.subjLanding .image-hero {
	background-size:1224px 310px;
	background-image:url('/images/site/chemistry/chem_landing_hero_medium_2.jpg');
}
.home .image-hero {
	background-size:1224px 487px;
	background-image:url('/images/site/home/home_image_half_height.jpg');
}
.hero-intro {
	position:absolute;
	left:30px;
	transition:opacity 0.4s 0s ease;
	opacity:1;
	z-index:20;
	width:700px;
	margin:0;
	text-align:left;
}
.hero-intro-head {
	font-size:64px;
	line-height:1.1667;
	font-weight:200;
	color:#ffffff;
	margin-bottom:9px;
}
.hero-intro-text {
	font-size:16px;
	line-height:1.1667;
	font-weight:200;
	color:#ffffff;
	margin-bottom:0;
	letter-spacing:1px;
}
.hero-intro-text ul li {
	margin-bottom:6px;
}
*/


.subjLanding h1.subjectHead {
	color:#00B2A5;
	font-size:48px;
	letter-spacing:-1px;
	margin-bottom:6px;
}

.subjLanding .subjRule, .internal .subjRule, .subjRule {
	height:3px;
	width:100%;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,207cca+37,207cca+37,2989d8+44,2989d8+44,ffffff+100 */

	background: #1e5799; /* Old browsers */
	
	background: -moz-linear-gradient(left,  #1e5799 0%, #207cca 15%, #207cca 15%, #2989d8 32%, #2989d8 32%, #ffffff 100%); /* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e5799), color-stop(15%,#207cca), color-stop(15%,#207cca), color-stop(32%,#2989d8), color-stop(32%,#2989d8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(left,  #1e5799 0%,#207cca 15%,#207cca 15%,#2989d8 32%,#2989d8 32%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(left,  #1e5799 0%,#207cca 15%,#207cca 15%,#2989d8 32%,#2989d8 32%,#ffffff 100%); /* Opera 11.10+ */
	
	background: -ms-linear-gradient(left,  #1e5799 0%,#207cca 15%,#207cca 15%,#2989d8 32%,#2989d8 32%,#ffffff 100%); /* IE10+ */
	
	background: linear-gradient(to right,  #1e5799 0%,#207cca 15%,#207cca 15%,#2989d8 32%,#2989d8 32%,#ffffff 100%); /* W3C */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

p.subjectTagline {
	color:#00B2A5;
	font-size:14px;
	margin-top:12px;
}
.subjLanding .row {
	margin-bottom:12px;
}
.subjLanding .row.links {
	margin-bottom:0;
}
.subjLanding .heading {
	color: #549281;
	margin-top:0;
	padding-bottom:6px;
	border-bottom:1px solid #DDDDDD;
}
.subjLanding h3.heading {
	color:#00B2A5;
}
.subjLanding h3.heading.first {
	margin-top:18px;
}
.subjLanding .featureProd {
	padding-left:6px;
	padding-right:6px;
}
.subjLanding .thumbnail {
	height:180px;
	background-color:#EEEEEE;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	border-radius:0;
	border-color:#EEEEEE;
	margin-bottom:12px;
}
.subjLanding .thumbnail.featureAd {
	background-color:#FFFFFF;
	height:100%;
}

.subjLanding .featureProd .thumbnail:hover, .subjLanding .featureProd .thumbnail:visited {
	border:1px solid #EEEEEE;
}
.subjLanding .media-object {
	margin-top:9px;
}
.subjLanding h5 {
	margin-top:0;
}
.subjLanding .media-body h5 {
	color: #00B2A5;
	font-size:14px; /* 18px */
	line-height:115%;
	margin-top:12px;
	margin-bottom:8px;
}
.subjLanding .media-body h3 {
	font-size:14px;
	line-height:115%;
	font-weight:700;
	color:#555555;
	margin-top:4px;
	margin-bottom:4px;
}
.subjLanding .media-body p {
	font-size:12px;
	line-height:130%;
	margin-top:8px;
}
.subjLanding .rule {
	margin-top:0;
	padding-bottom:6px;
	padding-top:12px;
	margin-bottom:12px;
	border-bottom:1px solid #DDDDDD;
}
.subjLanding .links h4 {
	font-size:14px;
	color:#666666;
	font-weight:400;
}
.subjLanding .links ul {
	list-style:none;
	padding-left:0;
	color:#666666;
	font-weight:200;
	font-size:12px;
	line-height:180%;
	letter-spacing:.05em;
}
.subjLanding .row.links ul {
  list-style: none;
  padding-left: 0;
  color: #666666;
  font-weight: 200;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: .05em;
}
.subjLanding .row.links li {
	line-height:130%;
	margin-bottom:8px;
}
.subjLanding .row.links li a {
	color:#666666;
	font-weight:200;	
}
.subjLanding .product-item {
	 margin:12px 0;
	 border-bottom:1px solid #CCCCCC;
}
.subjLanding .media-body {
	padding-left:12px;
}



/* ************ Experiment Page ************** */

#exp_page .product-item {
	margin:12px 0;
	border-bottom:1px solid #CCCCCC;
}
#exp_page h4 {
	font-weight:600;
	margin-top:24px;
}
#exp_page .product-item h4 {
	margin-bottom:4px;
}
#exp_page .product-item img {
	margin:6px 0 9px 0;
}
#exp_page h3 {
	margin-bottom:6px;
}


/****** REQUEST A CATALOG ********/
#catalogrequest h1 {
	font-size:32px;
}
#catalogrequest .thumbnail.margTop {
	margin-top:24px; 
}
#catalogrequest .caption h4 {
	 font-weight:bold;
}
#catalogrequest h4.contact {
	font-weight:bold;
	margin-top:24px;
	margin-bottom:24px;
}
#catalogrequest .form-group {
	margin:0 0 9px 0;
}
#catalogrequest .submit {
	text-align:center;
	margin-top:9px;
}
#catalogrequest h2 {
	font-size:24px;
	margin-bottom:32px;
}

#catalogrequest .media .media-body {
	padding-left:12px;
}
#catalogrequest .size {
	font-size:12px;
}
#catalogrequest .button {
	text-align:center; 
}
#catalogrequest .thumbnail.catalog {
	border:none;
	background-color:#EEEEEE;
	padding:12px;
}
#catalogrequest ul {
	list-style:none;
	padding-left:0;
	line-height:18px;
	font-size:14px;
}
#catalogrequest ul li {
	margin-bottom:12px;
}
#catalogrequest .small {
	font-size:12px;
}



/* ************ Home Page ************** */

.home .thumbnail {
	border:none;
	float:left;
}
/* .home .thumbnail {
	height:235px;
	padding:4px 12px;
	background-color:#EEEEEE;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	border-radius:0;
	border-color:#EEEEEE;
	margin-bottom:12px;
} */
.home .row.homeMessage h4 {
	font-weight:700;
	margin-top:0;
}
.home h5 {
	font-weight:700;
	font-size:16px;
	line-height:115%;
	margin-bottom:6px;
}
.home .verticalRuleLeft {
	border-left:1px solid #DDDDDD;
}
@media (max-width: 768px) {
   .home .verticalRuleLeft {
		padding-top:12px;
		border-top:1px solid #DDDDDD;
	}
}
.home .new {
	color:#CC0000;
	font-style:italic;
}
.home .row {
	margin-bottom:0;
}
.home .row.rule, .row .rule {
	margin-top:0;
	padding-bottom:6px;
	padding-top:12px;
	border-bottom:1px solid #DDDDDD;
	margin-bottom:0;
}
.home .heading {
	color: #000000;
	font-weight:700;
	margin-top:0;
	padding-bottom:6px;
	border-bottom:1px solid #DDDDDD;
}
.home .heading.first {
	margin-top:18px;
}
.home .featureProd {
	padding-left:6px;
	padding-right:6px;
}
.home .featureProd p {
	line-height:115%;
	color:#555555;
}
.home .featureProd .thumbnail:hover, .home .featureProd .thumbnail:visited {
	border:1px solid #EEEEEE;
}
.home .media-body h4 {
	font-weight:700;
	margin-top:0;
}
	


/* ************ Modal ************** */

.modal-backdrop {
  z-index: 10;
  opacity:0;
}
.modal-body img {
	margin:0 auto;
}
.modal-body .closeBtn {
	position:absolute;
	right:-14px;
	top:-11px;
	font-size:30px;
	color:#FFFFFF;
	text-shadow:1px 1px 18px #000000;
}
.modal.contest {
	top:30%;
}



/* ************ GALLERY ************** */

.row.galleryThumb img {
	 /* max-width:210px;
	 max-height:170px; */
	 margin-bottom:24px;
	 border: 1px solid #ddd;
	 border-radius: 4px;
	 padding:4px;
}
.enlrgDiv {
	margin:-6px auto 4px auto;
}
.thumbnail_gallery .enlrgDiv {
	margin:2px auto 4px 24px; /* margin:2px auto 4px auto; */
	font-size:11px;
}
.thumbnail_gallery .enlrgDiv .magnifyIcon {
	color:#AAAAAA;
	font-size:16px;
	/* vertical-align:middle; */
}
.thumbnail_gallery .caption {
	margin:0 6px 4px 12px;
	font-size:12px;
	padding:0;
}
	

/* ************ CONTACT US - MEGA NAV ************** */

.thumbnail .caption.contactUs .innerThumb .thumbnail {
	 margin-bottom:0;
}
.thumbnail .caption.contactUs .innerThumb.left {
	 padding-left:0;
	 padding-right:6px;
}

.thumbnail .caption.contactUs .innerThumb.right {
	 padding-left:6px;
	 padding-right:0;
}
.thumbnail .caption.contactUs .innerThumb h4 {
	font-size:16px;
	font-weight:bold;
	line-height:140%; 
}
.thumbnail .caption.contactUs .innerThumb p.small {
	font-size:12px;
	margin-bottom:4px;
}
.thumbnail .caption.contactUs .innerThumb .email  {
	margin-top:12px;
}
.thumbnail .caption.contactUs .innerThumb .hours {
	margin-left:12px;
	font-size:12px;
}



/* ************ Home Page ************** */
.carousel-block.home {
	border-bottom:1px solid #999999;
	margin-bottom:9px;
}
#carousel_home {
	margin-bottom:12px;
}
.carousel-block.home .thumbs .item {
	padding-left:4px;
	padding-right:4px;
	max-width:200px;
}
.carousel-block.home .thumbs .item p {
	color:#777777;
	margin-top:6px;
	font-weight:600;
}
.carousel-block.home .thumbs .item.active p {
	color:#000000;
	font-weight:600;
}
.carousel-block.home .thumbs .item img {
	border:3px solid #FFFFFF;
}
.carousel-block.home .thumbs .item.active img {
	border:3px solid #5CB85C;
}
.carousel-block.home #carousel_statement {
	margin-left:24px;
	float:left;
}
.carousel-block.home #carousel_statement .header {
	font-size:24px;
	font-weight:800;
	line-height:110%;
	margin-bottom:6px;
}
.carousel-block.home #carousel_statement .subheader {
	 font-size:14px;
	 font-weight:300;
	 margin-top:0;
	 letter-spacing:.5px;
}


/* ************ Subject Landing Carousels ************** */


.carousel .item {
    width: 100%; /*slider width*/
    max-height: 450px; /*slider height*/
}
.carousel .item img {
    width: 100%; /*img width*/
}
/*add some makeup*/
.carousel .carousel-control {
    background: none;
    border: none;
    top: 50%;
}
/*full width container*/
@media (max-width: 768px) {
    .block {
        margin-left: -20px;
        margin-right: -20px;
    }
}
/* .carousel, .item, .active {
    height: 100%;
} */
.carousel-control.right {
	-webkit-background-image:linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
	-moz-background-image:linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
	background-image:linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
}
.carousel-control.left {
	-webkit-background-image:linear-gradient(right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
	-moz-background-image:linear-gradient(right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
	background-image:linear-gradient(to left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
}
/* .carousel-inner {
   height: 100%;
} */
.carousel-indicators.inverse li.active {
  background-color: #888888;
}
.carousel-caption.inverse {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  bottom:-28px;
  color:#000000;
}
@media screen and (min-width: 769px) {
	.carousel-caption {
		padding-top:0;
		padding-bottom:0;
	}
}
.carousel-caption {
	padding-top:0;
	padding-bottom:0;
	left:5%;
	bottom:5%;
}
.carousel-caption .container {
	width:100%;
	max-width:1600px;
	margin:0;
	padding:12px;
}
.carousel-caption .container .carouselText {
	white-space: nowrap;
	font-weight:bold;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.6);
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
	letter-spacing:-2px;
}
.carousel-caption .container.home row {
	margin-top:18px;
	margin-bottom:0;
}


/* ************ Products: Top Images ************** */

#mainImg {
	/* height:400px; */
}
#mainImg img {
	/* max-height:380px; */
	/* max-width:680px; */  /* disables responsiveness */
	max-width:100%;
	height:auto;
	display:block;
	margin-right:auto;
	margin-left:auto;
}
.embed-responsive-16by9 .topVideo {
	max-height:380px;
	max-width:680px;
}

.video_slider_playBtn {
	width:100%;
	height:100%;
	position:absolute;
	background:url('/images/graphics/video/youtube_PlayBtn.png') no-repeat;
	background-position:50% 50%;
	background-size:20%;
	z-index:1000;
}
.ss-itemimage .video_slider_link {
	position:absolute;
	top:0;
	left:0;
	text-align:center;
}
.captionStr {
	text-align: center;
	margin-top: 9px;
}


/* ************ Products: Fixed Anchor Link Bar ************** */


#prodAnchors {
	/* background-color:#DDDDDD; */
	/* overflow-x:scroll; */
	/* overflow-y:hidden; */
	/* white-space:nowrap; */

	top:94px;
	width:100%;
	height:32px;
	z-index:1020;
	border-bottom:1px solid #CCD8E5;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 20%, rgba(213,222,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(213,222,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 20%,rgba(213,222,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 20%,rgba(213,222,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 20%,rgba(213,222,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 20%,rgba(213,222,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5dee8',GradientType=0 ); /* IE6-9 */

}
@media (max-width: 768px) {
	#prodAnchors {
		top:66px;
	}
}
#prodAnchors h1 {
	color:#265388; /* 265388 */
	font-size:30px;
	font-weight:500;
	margin-top: 12px;
	margin-bottom: 4px;
	text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.76);
}
#prodAnchors ul {
	list-style:none;
}
#prodAnchors ul li {
	display:inline;
	padding:0 10px;
}
#prodAnchors ul li a {
	color:#265388;
	font-weight:500;
}
#prodAnchors.affix-top {
	top:100px;
}
#prodAnchors.affix-bottom {
	
}


/**** BLOGS ******/
#blogs.subjLanding h1.subjectHead, .pageHead1 {
	color:#00B2A5;
	font-size:36px;
}
#blogs h2.blogHdg {
	font-size:18px;
	margin-bottom:4px;
}
#blogs .thumbnail {
	height:100%;
}
#blogs h4 {
	font-weight:bold;
}
#blogs ul {
	list-style:none;
	padding-left:0;
	margin-bottom:0;
}
#blogs #blogArticle ul {
	list-style:disc;
	padding-left:24px;
	margin-bottom:12px;
}
#blogs ul li {
	margin-bottom:6px;
}
#blogs ul li a {
	font-weight:normal;
}
#blogs .blogDate {
	font-size:12px;
	font-style:italic;
	margin-bottom:4px;
}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#footer {
   /*  margin: 50px 0; */
}
.media1 {
	color:#005A9A;
	font-weight:600;
}

/**** HORIZONTAL SCROLLER - Product Submenu ******/

#anchorList .nav-tabs > li > a {
	font-size:14px;
	font-weight:500;
	border: none;
	padding: 3px 6px 0 6px;
}

#anchorList .nav-tabs > li.active > a {
  color: #005A9A;
  background-color: inherit;
  border: none;
  cursor: default;
}

#anchorList .glyphicon {
	font-size:12px;
	color:#005A9A;
	background-color:transparent;
}

#anchorList .wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	padding:5px;
  	height:26px;
	top:4px;
}


#anchorList .list {
    position:absolute;
    left:0px;
    top:0px;
  min-width:3000px; /* 	*/
  	margin-left:12px;
    margin-top:0px;
}

#anchorList .list li {
	display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

#anchorList .scroller {
  text-align:center;
  cursor:pointer;
  display:block; /* none */
  visibility:hidden;
  margin:0 12px;
  padding-top:4px;
  white-space:no-wrap;
  vertical-align:middle;
  /* background-color:#fff; */
}

#anchorList .scroller-right{
  float:right;
}

#anchorList .scroller-left {
  float:left;
}

/****** Scrollspy Anchors Left ******/

.bs-docs-sidenav {
  top:100px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}
.nav > li > a {
  position: relative;
  display: block;
  position: relative;
}
.nav > li.active > a {
  padding-left: 18px;
  font-weight: 700;
  color: #563d7c;
  background-color: transparent;
  /* border-left: 2px solid #563d7c; */
}
.bs-docs-sidebar .nav > li > a {
	display: block;
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #767676;
}

/****** Responsive Video ******/

.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.15%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/****** FOR LOADING SPINNER
Example: /standards ********/
p.iframeBlock {
	display:none;
}
.loadingDiv {
	display:block;
	width:500px;
	height:500px;
	position:relative;
}
.loadingDiv p {
	position:absolute;
	width:72px;
	height:100px;
	left:350px;
	margin:0;
	background-image:url('/images/graphics/spinner_183142.gif');
	background-repeat:no-repeat;
}


/****** YOUTUBE VIDEO PLAYLISTS ******/
#youtubePlaylist #videoHeading {
	font-weight:300;
	font-size:30px;
	border-bottom:6px solid #E0E6EB;
	padding-bottom:6px;
	/* margin-top:-30px; */
}
#youtubePlaylist .thumbnail {
	height:200px; /* */
}
#youtubePlaylist #mainDesc {
	margin-top:18px;
}
#youtubePlaylist #videoDiv {
	overflow-y:scroll;
	max-height:450px;
	/* background-color:#EEEEEE;
	border:1px solid #CCCCCC; */
}
#youtubePlaylist .videoItem {
	border-bottom:1px solid #CCCCCC;
	padding-top:6px;
}
#youtubePlaylist .videoItem .row {
	margin-bottom: 6px;
}
#youtubePlaylist .videoItem .playlistImage {
	position:relative;
}
#youtubePlaylist .videoItem .videoPos {
	position:relative;
}
#youtubePlaylist .videoItem img-responsive.video {
	position:relative;
	width:100%;
	height:auto;
}
#youtubePlaylist .videoItem img-responsive.play {
	 position:absolute;
	 left:0;
	 top:0;
	 width:100%;
	 height:100%;
	 padding-top:25%;
	 background:url('/images/graphics/video/youtube_PlayBtn.png') no-repeat;
	 background-position:50% 50%;
	 background-size:20%;
}
#youtubePlaylist .medialink {
	line-height:120%;
}
#youtubePlaylist .videoTime {
	font-size:11px;
}




/****** FILTERS: TOPICS ******/
#filters .row.top {
	margin-top:20px;
}
#filters .topcol {
	margin-top:12px;
}
#filters .topcol h2 {
	font-size:24px;
	margin-top:0;
	margin-bottom:18px;
}
#filters .topcol .anchorLink {
	font-size:18px;
	font-weight:400;
}
#filters h4.refinehead {
	font-size:14px;
	margin-bottom:18px;
	margin-top:36px;
	color:#49A649;
}
#filters .refine {
	padding:6px;
	background-color:#EEEEEE;
	margin-bottom:0;
}
#filters .refine p {
	font-size:12px;
	margin-left:9px;
	margin-bottom:0;
}
#filters .clearfilters {
	text-align:right;
	font-size:11px;
	margin-right:9px;
	margin-bottom:0;
	margin-top:3px;
}
#filters .subtopics {
	margin:6px 0 6px 30px;
}
#filters .topics {
	margin-left:18px;
}
#filters .recordcount {
	color:##777777;
	font-size:11px;
}

#filters .products {
	 width:100%;
}
#filters h4.topicTypeHeading {
	margin-bottom:9px;
	float:left;
	margin-left:18px;
}
#filters .products .display {
	margin-bottom:9px;
	float:right;
	margin-right:18px;
}
#filters .products .display_icon {
	font-size:24px;
	color:#BBBBBB;
}

#filters .topics_experiments .exp_div1 {
	margin-bottom:0;
}
#filters .topics_experiments .panel-title a {
	color:#337ab7;
}
#filters .topics_experiments .img_height {
	height:100px; 
}




/****** BADGES ******/
#content_products .badgeIcon {
	position:absolute;
	margin-top: -9px;
	top: 80%;
	left: 10%;
}




/****** Bootstrap Forms (form-horizontal) ******/
form.bootstrap .form_section {
	margin-bottom:24px;
	padding-bottom:12px;
	border-bottom:1px solid #999999;
}
form.bootstrap .label_lg {
	font-size:18px;
	color:#005A9A;
	font-weight:400;
	margin-bottom:6px;
}
.radio2 {
	margin-bottom:9px;
}
.radio2 p {
	margin-bottom:3px;
}
.radio2 .indent {
	margin-left:18px;
}
.radio2 input[type=radio] {
	position:inherit;
	margin-left:0;
}
.radio2 label {
	padding-left:0;
	font-weight:normal;
}

/*** VALIDATOR Forms (validator.js) ***/

form.validatorForm .mainFormError {
	color:#a94442;
	margin-top:18px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
form.validatorForm .topSection {
	margin-top:48px;
}
form.validatorForm .indent1 {
	margin-left:48px;
	margin-top:24px;
}
form.validatorForm .label1 {
	font-size:16px;
	font-weight:bold;
}
form.validatorForm .sub-text {
	margin-left:24px;
	font-size:12px;
	font-weight:normal;
}
form.validatorForm .formNotesHdg {
	margin-top:24px;
	font-size:14px;
}
form.validatorForm .formNotesText {
	font-size:12px;
}
form.validatorForm .label_lg {
	font-size:18px;
	color:#000000;
	background-color:#DDDDDD;
	width:100%;
	padding:4px 8px;
	font-weight:400;
	margin-bottom:6px;
}
form.validatorForm .form_section {
	border-bottom:0;
	margin-bottom:24px;
	padding-bottom:0;
}


/* ******* DATE / TIME PICKER (bootstrap-datetimepicker.js and .css) ********/

.datetimepicker.dropdown-menu {
	border-bottom:0;
}
.datetimepicker.dropdown-menu .switch, .datetimepicker.dropdown-menu .prev, .datetimepicker.dropdown-menu .next, .datetimepicker.dropdown-menu .today {
	background-color:#EEEEEE;
}
.datetimepicker.dropdown-menu .switch:hover, .datetimepicker.dropdown-menu .prev:hover, .datetimepicker.dropdown-menu .next:hover, .datetimepicker.dropdown-menu .today:hover {
	color:#999999;
}
.datetimepicker.input-append .add-on i {
    cursor: pointer;
    width: 14px;
    height: 14px;
}
.datetimepicker.input-append .icon-th {
    background-position: -190px -120px;
}
.datetimepicker.input-append [class^="icon-"] {
    display: inline-block;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("/images/graphics/glyphicons/glyphicons-halflings.png");
    background-repeat: no-repeat;
}
.datetimepicker.input-append {
    margin-bottom: 5px;
   /*  font-size: 0; */
    white-space: nowrap;
}
.datetimepicker.input-append .add-on {
    margin-left: -1px;
   vertical-align: top;
    display: inline-block;
    width: auto;
    height: 33px; /* 20px */
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}
.datetimepicker.input-append input {
    border-radius: 4px 0 0 4px;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 14px;
}

/* ******* BREADCRUMBS ********/

.breadcrumb {
	padding:0;
	margin-bottom:0;
	list-style: none;
	background-color:#FFFFFF;
	border-radius:0;
}
.breadcrumb_span {
	color:#999999;
	margin-bottom:30px;
}


/****** COMPARE - VERSION 2 (Getting Started pages) ******/
@media (min-width: 1201px) {
	.compare.version2 .columns {
	column-count:3;
	column-gap:12px;
}
}
@media (max-width: 1200px) and (min-width: 769px) {
	.compare.version2 .columns {
	column-count:2;
	column-gap:12px;
}
}
@media (max-width: 768px) and (min-width: 481px) {
	.compare.version2 .columns {
	column-count:2;
	column-gap:12px;
}
}
@media (max-width: 480px) {
	.compare.version2 .columns {
	column-count:1;
	column-gap:0;
}
}
.compare.version2 #prod_content h3.header {
	font-weight:bold;
	font-size:24px;
	padding-bottom:9px;
}
.compare.version2 .learnMore {
	color:#005A9A;
}
.compare.version2 .thumbnail {
	width:100%;
	display:inline-block;
	padding:9px 12px;
	height:260px; /* 375px w/description */
}
.compare.version2 .thumbnail p {
	font-size:14px;
}
.compare.version2 .thumbnail h4 {
	margin:9px 0 6px 0;
	font-size:18px;
}
.compare.version2 .thumbnail .contentDiv {
	height:40%;
}
.compare.version2 .thumbnail .contentDiv .description {
	display:none;
}
.compare.version2 .thumbnail .contentDiv .row {
	margin-bottom:0;
}
.compare.version2 .thumbnail .buttonDiv {
	height:15%;
}
.compare.version2 .thumbnail .imageDiv, .compare.version2 #prod_content .content_item .imageDiv {
	text-align:center;
	position:relative;
	height:45%;
}
.compare.version2 .thumbnail .imageDiv .itemImg, .compare.version2 #prod_content .content_item .imageDiv .itemImg {
	height:100%;
}

.compare.version2 .thumbnail .imageDiv .itemImg img, .compare.version2 #prod_content .content_item .imageDiv .itemImg img {
	max-height:100%;
	max-width:100%;
	width:auto;
	height:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.compare.version2 .thumbnail .imageDiv .enlrgDiv {
	font-size:20px;
	position:absolute;
	z-index:1000;
	top:0%;
	left:0%;
}
.compare.version2 .thumbnail .itemPrice {
	 font-size:16px;
	 letter-spacing:.5px;
	 font-weight:normal;
	 margin-bottom:4px;
}
.compare.version2 .thumbnail .notes {
	color:#CC0000;
	font-size:12px;
}

.compare.version2 .thumbnail .notes .orderItem_select {
	letter-spacing:.7px;
	font-weight:bold;
}



/****** PLATFORM COMPATIBILITY MAP (Wireless landing page) ******/
.HotSpot, .popover_webUI {
	cursor:pointer;
	position: absolute;
	z-index: 10;
	background: #000000;
	opacity: 0.0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	border: 0px solid #CDCDCD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: auto;
	padding: 1%;
	text-align: center;
	display: block;
	color: #FFFFFF;
	}
.imgMapWrapper a {
	outline: none;
	text-decoration: none;
}
/* #platformMap .imgMapWrapper h3.popover-title {
	font-size:14px;
	color:#005A9A;
	font-weight:500;
	letter-spacing:normal;
}
#platformMap .imgMapWrapper .popover-content ul {
	margin-top:0px;
	margin-bottom:0px;
}
#platformMap .imgMapWrapper .popover-content ul li {
	font-size:14px;
}
#platformMap .imgMapWrapper .popover-content ul li:before {
    content: "\2022\0020 ";
    font-size: 24px;
    color: #000000;
} */
		

/****** MISC ******/

.red {
	color:#CC0000;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.text-highlight-1 {
	background-color:#fcf8e3;
	padding: 6px 12px;
}
@media (min-width:768px) {
	.lead {
		font-size:21px
	}
}
.lead-sm {
	font-size:14px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;	
}
.label-orange {
    background-color: #FF9900;
}
.button.btn-success.nohover:hover {
    cursor:default;
	 background-position: 0px;
	 background-color:#5cb85c;
	 border-color:#4cae4c;
}
.superscript {
	position: relative;
	top: -0.5em;
	font-size: 65%;
}
.timestamp {
	 display:none;
}
.requiredAst, .requiredAsterisk {
	font-size:18px;
	font-weight:bold;
	color:#CC0000;
}
.colorForm {
	display:none;
}
ul.listnostyle {
	list-style:none !important;
	padding:0 !important;
	line-height:120% !important;
}
ul.listnostyle li {
	margin-bottom:9px;
}
.normal {
	font-weight:normal;
}
.selected {
	font-weight:bold;
	color:#CC0000;
}

#countryRep {
	display:none;
	float:left;
}
/* #countryRep a {
	font-size: 11px;
	letter-spacing: 1px;
	vertical-align: middle;
	padding: 3px 6px;
	background-color: #558BC2;
	color: #FFFFFF;
	margin-left: 36px;
	margin-top:18px;
	text-decoration:none;
} */

.getQuote {
	font-size:12px;
	color:#999999;
}

.datepicker.span2 {
	width:200px; /* 20% */
}

.indentMed {
	margin-left:24px;
}

/* For Product Quick Find Autocomplete */
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
input.gsc-search-button-v2 {
    width: initial;
    height: initial;
}
.btn-contest {
    position:absolute;
	 right:50px;
	 color: #ffffff;
    background-color: #F0AD4E;
	 z-index:1000;
    background-image: linear-gradient(to bottom, #F0AD4E, #EB9316);
    border-color: #E38D13 #E38D13 #E38D13;
}
.btn-contest:hover {
    background-color: #EB9316;
    background-image: linear-gradient(to bottom, #EB9316, #EB9316);
    border-color: #E38D13 #E38D13 #E38D13;
}
	 

/**** SPEC SHEET (Greg Montgomery) *****/
.container.spec_sheet .content-block {
	display:none;
}


/* ************ INTERNAL Pages ************** */
.internal .thumbnail {
	padding:6px 18px;
	background-color:#EEEEEE;
	margin-right:24px;
}
.internal .thumbnail .larger {
	font-weight:bold;
	font-size:24px;
}
.internal .thumbnail .smaller {
	font-weight:bold;
	font-size:18px;
}
.internal .subjRule, .subjRule {
	margin-bottom:18px;
}



/**** PRINT ******/

@media print {
	.container.spec_sheet .doNotPrint {
		/* */ display:none;
		visibility:hidden;
		color:#CC0000;
	}	
	#prodAnchors, .footer, .submit-btn, .add-btn, #summary_noProds {
		display:none;
	}	
	#cart_content {
    margin-bottom:24px;
	 float: left;
  }
  #cart_container .affix {
    position:relative;
  }
  .container.top.single, .container.top.compare, .container.top.group, .container.top.multi {
	  margin-top:24px;
  }
  a:link:after, a:visited:after {
    content: "";
	}
}




/********** custom css for Wireless page *********/




.fullBody{
background-color:#00B0D9;
color: white;

}

.rowfull{
	border-bottom: solid;
	border-width: 1px;

	}

#firstPara{
padding-left: 40px;
padding-right: 10px;
font-size:16px;
}

#secondPara{
padding-right: 20px;
padding-left: 40px;
font-size:16px;
padding-top:15px;
}

#row3para1, #row3para2{
padding-top: 20px;
}

#rowTwo2{
font-size: 14px;
padding-right: 40px;
}

#rowThree1 {
font-size: 14px;
padding-left: 40px;
padding-left: 40px;
}

#rowThree2{
font-size: 14px;
padding-left: 40px;
padding-right: 40px;

}

#priceTag{
float: left;
border:solid;
font-size: 18px;
text-decoration:bold;
border-width: 1px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
color: #FFDE17;
border-color: white;
}

#row4para1, #row4para2, #row5para1, #row5para2, #row5para11 {
padding-left: 60px;
}

#rowFourth1{
font-size:14px;
padding-left: 40px;
padding-right: 30px;
}



	
#rowFourth2{
	
padding-right: 20px;
padding-left: 40px;
font-size:14px;

}

#rowFifth1{
padding-left: 40px;
padding-right: 30px;
font-size:14px;

margin-top: 15px;
margin-bottom: 10px;

}
#rowFifth2{
padding-right: 20px;
padding-left: 40px;
font-size:14px;
margin-top: 15px;
margin-bottom: 10px;
}









	
	
		
		
		
		
		
	


  







