/* == Homepage ===================================================================
// ===============================================================================
*/

.home.content {
  padding: 0;
}
.home #slidesContainer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.home #slidesContainer #slides {
  max-height: 100%;
  position: relative;
}
.home #slidesContainer #slides .slides-container .slide-text {
  display: block;
  margin: 0 auto;
  max-width: 1170px;
  padding: 145px 50px 85px 50px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .home #slidesContainer #slides .slides-container .slide-text {
    padding: 80px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .home #slidesContainer #slides .slides-container .slide-text {
    padding: 80px 20px;
  }
}
.home #slidesContainer #slides .slides-container .slide-text .slide-title {
  color: white;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 65px;
  font-size: 6.5rem;
  font-style:italic;
  font-weight:bold;
/* margin-bottom: 45px;
  padding: 0 40px; */
  line-height: .95;
  text-transform: uppercase;
}
@media only screen and (min-width: 770px) and (max-width: 991px) {
  .home #slidesContainer #slides .slides-container .slide-text .slide-title {
    font-size: 55px;
    font-size: 5.5rem;
    padding: 0;
  }
}
@media only screen and (max-width: 769px) {
  .home #slidesContainer #slides .slides-container .slide-text .slide-title {
    font-size: 45px;
    font-size: 4.5rem;
    margin-bottom: 30px;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .home #slidesContainer #slides .slides-container .slide-text .slide-title {
    font-size: 30px;
    font-size: 3.0rem;
    padding: 0;
  }
}
@media only screen and (max-width: 610px) {
	.home #slidesContainer #slides .hpbannericon{
		display:none;
	}
}
@media only screen and (min-width: 611px) {
	.home #slidesContainer #slides .hpbannericon{
		min-height: 175px;
		min-width: 175px;
		margin-right: 2rem;
		margin-left:1rem;
		max-width: 250px;
		max-height: 250px;
	}
}
@media only screen and (min-width: 611px) {
	.home #slidesContainer #slides .hpbannericonmobile{
		display:none;
	}
}
@media only screen and (max-width: 610px) {
	.home #slidesContainer #slides .hpbannericonmobile{
		min-height: 100px;
		min-width: 100px;
		max-width: 100px;
		max-height: 100px;
		margin-bottom:1.5rem;
	}
}
.home #slidesContainer #slides .slides-container .slide-text .slide-description {
  font-size: 40px;
  font-size: 4rem;
  width: auto;
  color: white;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  padding:0, 40px;
}
@media only screen and (min-width: 770px) and (max-width: 991px) {
  .home #slidesContainer #slides .slides-container .slide-text .slide-description {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 769px) {
  .home #slidesContainer #slides .slides-container .slide-text .slide-description {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media only screen and (max-width: 480px) {
  .home #slidesContainer #slides .slides-container .slide-text .slide-description {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.home #slidesContainer #slides .slides-container .slide-text.show {
  opacity: 1;
  height: auto;
}
.home #slidesContainer #slides .slides-navigation {
  height: 44px;
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  top: -55%;
}
.home #slidesContainer #slides .slides-navigation a {
  background: url("/web_resources/themes/Responsive/images/slider-arrows.png") no-repeat top left;
  display: block;
  height: 44px;
  position: absolute;
  text-indent: -9999px;
  top: 0px;
  width: 44px;
  z-index: 50;
}
.home #slidesContainer #slides .slides-navigation a.prev {
  left: 10px;
}
.home #slidesContainer #slides .slides-navigation a.next {
  background-position: top right;
  right: 10px;
}
.home nav {
  background: #dee0e1;
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  height: 37px;
  line-height: 37px;
  margin: 5px auto 0;
  max-width: 590px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 769px) {
  .home nav {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: none;
  }
}
@media only screen and (max-width: 480px) {
  .home nav {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.home nav:before,
.home nav:after {
  border-style: solid;
  content: '';
  height: 0px;
  position: absolute;
  top: 0;
  width: 0px;
}
.home nav:before {
  border-width: 0 17px 35px 0;
  border-color: transparent #dee0e1 transparent transparent;
  left: -17px;
}
@media only screen and (max-width: 769px) {
  .home nav:before {
    border: none;
  }
}
.home nav:after {
  border-width: 35px 17px 0 0;
  border-color: #dee0e1 transparent transparent transparent;
  right: -17px;
}
@media only screen and (max-width: 769px) {
  .home nav:after {
    border: none;
  }
}
.home nav a {
  border-left: 1px solid white;
  color: #7d868c;
  display: inline-block;
  height: 37px;
  padding: 0 30px;
  text-decoration: none;
}
@media only screen and (max-width: 769px) {
  .home nav a {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .home nav a {
    padding: 0 8px;
  }
}
.home nav a:hover {
  color: #00a3e0;
}
.home nav a:first-child {
  border: 0;
}
.home section {
  background: #f3f1f1;
  position: relative;
  padding: 80px 0;
}
@media only screen and (max-width: 480px) {
  .home section {
    padding: 40px 0;
  }
}
.home section.strip {
  border-bottom: 1px solid #b6b5b5;
  padding: 110px 0;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .home section.strip {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 480px) {
  .home section.strip {
    padding: 60px 0;
  }
}
.home section.strip .tab {
  background: url('/web_resources/themes/Responsive/images/arrow-tab.png') no-repeat top center;
  height: 27px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  top: 0px;
  text-indent: -9999px;
  width: 80px;
}
.home section.strip .feature-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding: 25px 20px;
}
.home section.strip .feature-box h3 {
  color: #a2aaad;
  font-family: "HelveticaNeueLTStd-Roman", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
}
.home section.strip .feature-box p {
  color: #404040;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25em;
}
.home section.strip .feature-box select {
  margin: 0 auto 26px;
  max-width: 300px;
}
.home section.strip .feature-box .btn {
  max-width: 250px;
}
.home section.strip .feature-box .form-button {
  text-align: left;
}
.home section.strip .feature-box .form-button .form-control {
  width: 100%;
}
.home section.strip .feature-box .form-button .btn {
  font-size: 20px;
  font-size: 2rem;
  text-shadow: none;
  width: auto;
}
.home section.strip .feature-box .search-input .btn {
  margin: 0;
  width: auto;
}
.home section.strip .feature-box .feature {
  text-align: left;
}
@media only screen and (max-width: 769px) {
  .home section.strip .feature-box .feature {
    text-align: center;
  }
}
.home section.strip .top {
  background: url("/web_resources/themes/Responsive/images/top-arrow.png") no-repeat top center;
  bottom: 10px;
  color: #bfbfbf;
  padding-top: 18px;
  position: absolute;
  right: 15px;
  width: 32px;
}
.home #applications {
  background: url('/web_resources/themes/Responsive/images/bg-home-applications.png') no-repeat bottom center;
}
.home #applications .page-selector {
  margin: 0 auto 160px;
  max-width: 450px;
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px), only screen and (max-width: 480px) {
  .home #applications .page-selector {
    margin-bottom: 40px;
  }
}
.home #design-tools {
  background: #f3f1f1 url('/web_resources/themes/Responsive/images/bg-home-design-tools.png') no-repeat bottom center;
}
.home #design-tools h1 {
  color: #dbdbdb;
}
.home #design-tools .btn {
  width: 100%;
}
.home #products {
  background: url('/web_resources/themes/Responsive/images/bg-home-products.png') no-repeat bottom center;
}
.home #products .search-input {
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .home #other .col-sm-4 {
    margin-bottom: 50px;
  }
}
.home #other h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  .home #other h4 {
    margin-bottom: 5px;
  }
}
.home #other img {
  margin-bottom: 20px;
}
.home #other dl {
  color: black;
  font-size: 13px;
  font-size: 1.3rem;
}
.home #other dl dt a {
  color: black;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
}
.home #other dl dt,
.home #other dl dd {
  margin-bottom: 5px;
}
.tools-banner {
  background: url("/web_resources/themes/Responsive/images/sign-up.png") no-repeat top right;
  color: white;
  cursor: pointer;
  display: block;
  font-family: "HelveticaNeueLTStd-MdIt", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  height: 86px;
  line-height: 1;
  padding: 12px 15px 12px 50px;
  position: fixed;
  text-shadow: -1px -1px 1px #666666;
  text-transform: uppercase;
  top: 60%;
  width: 305px;
  z-index: 50;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tools-banner.show {
  right: 0;
}
.tools-banner:hover {
  color: white;
  text-decoration: none;
}
.tools-banner strong {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  margin-left: -15px;
}
/* == Dated List Template ========================================================
// ===============================================================================
*/

.sub-nav {
  margin: 20px 0;
}
.sub-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sub-nav ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .sub-nav ul li {
    display: block;
  }
}
.sub-nav ul li a {
  background: #eeeeee;
  border: 0 solid #dddddd;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  display: inline-block;
  font-family: "HelveticaNeueLTStd-Roman", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  height: 64px;
  line-height: 64px;
  margin: 0 -4px 0 0;
  padding: 0 25px;
  position: relative;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  .sub-nav ul li a {
    display: block;
    width: 100%;
  }
}
.sub-nav ul li.active a {
  background: #f9f9f9;
  color: #231f20;
}
.sub-nav ul li.active a:hover {
  text-decoration: none;
}
.dl-promo {
  border-bottom: 1px dotted #d0d3d4;
  overflow: hidden;
  padding: 40px 0 20px;
}
.dl-promo img {
  float: left;
  margin: 0 25px 20px 0;
}
@media only screen and (max-width: 769px) {
  .dl-promo img {
    float: none;
  }
}
.dl-promo .dl-text {
  overflow: hidden;
}
.dl-promo .dl-text h3 {
  margin: 0;
}
.dl-promo .dl-text h4 {
  margin-bottom: 10px;
}
.dl-promo .dl-text h6 {
  border-top: 1px solid #d0d3d4;
  margin: 0 0 10px 0;
  padding-top: 20px;
}
@media only screen and (max-width: 769px) {
  .dl-promo .dl-text h6 {
    border: none;
    padding: 0;
  }
}
.dl-promo .dl-text .download {
  color: #a2aaad;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: none;
}
.date {
  color: #5b6770;
  font-size: 14px;
  font-size: 1.4rem;
}
/* == Product Family Template -===================================================
// ===============================================================================
*/

ul.portfolio-list {
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 30px 0;
}
ul.portfolio-list li {
  border-top: 1px solid #d0d3d4;
  color: #a2aaad;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}
ul.portfolio-list li.first {
  border: none;
}
#related h2 {
  color: #5b6770;
  margin-bottom: 15px;
  padding-right: 100px;
}
/* == Table List 1 Template -===================================================
// ===============================================================================
*/

img.bottomPadding {
  padding-bottom: 30px;
}
.specsWrap a {
  color: #231f20;
}
.specsWrap a:hover {
  color: #a2aaad;
  text-decoration: none;
}
.specsWrap dl {
  font-size: 15px;
  font-size: 1.5rem;
  zoom: 1;
  margin-bottom: 0;
}
.specsWrap dl:before {
  content: '';
  display: block;
}
.specsWrap dl:after {
  content: '';
  display: table;
  clear: both;
}
.specsWrap dl dt {
  color: #a2aaad;
  float: left;
  margin-bottom: 10px;
  line-height: 1.2;
  width: 35%;
  text-align: right;
}
@media only screen and (max-width: 769px) {
  .specsWrap dl dt {
    text-align: left;
    width: 25%;
  }
}
.specsWrap dl dd {
  float: left;
  margin-bottom: 10px;
  line-height: 1.2;
  width: 65%;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  zoom: 1;
}
.specsWrap dl dd:before {
  content: '';
  display: block;
}
.specsWrap dl dd:after {
  content: '';
  display: table;
  clear: both;
}
.specsWrap p {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 15px;
  font-size: 1.5rem;
}
.productStatus {
  display: block;
  color: #78be20;
}
/* == Application Primary Template -===================================================
// ===============================================================================
*/

.bg-top .header-title {
  display: table;
  line-height: 1;
  margin: 0;
  padding: 30px 15px 40px;
  text-transform: uppercase;
  width: 100%;
}
.bg-top .header-title span {
  color: white;
  display: table-cell;
  font-family: "HelveticaNeueLTStd-It", Helvetica, Arial, sans-serif;
  font-size: 110px;
  font-size: 11rem;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 770px) and (max-width: 991px) {
  .bg-top .header-title span {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media only screen and (max-width: 769px) {
  .bg-top .header-title span {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media only screen and (max-width: 480px) {
  .bg-top .header-title span {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px) {
  .bg-top .header-title {
    min-height: 200px;
  }
}
@media only screen and (max-width: 769px) {
  .bg-top .header-title {
    min-height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .bg-top .header-title {
    min-height: 100px;
  }
}
.bg-top .product-bar {
  background: #eeeeee;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  min-height:250px;
}
@media only screen and (max-width: 769px) {
  .bg-top .product-bar {
    padding: 0;
  }
}
.bg-top .product-bar [class*="col-"] {
  margin-bottom: 0;
}
.bg-top .product-bar h2 {
  color: #78be20;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 70px 20px 0;
}
.bg-top .product-bar .headline {
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}
@media only screen and (max-width: 480px) {
  .bg-top .product-bar .headline {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bg-top .product-bar .intro-text {
  color: #5b6770;
}
/* .bg-top .product-bar .download-promo {
  margin-bottom: 0;
} */
@media only screen and (max-width: 769px) {
  .bg-top .product-bar .download-promo {
    border-bottom: 1px solid #d0d3d4;
  }
}
.bg-top .product-bar .item {
  padding-right: 20px;
}
@media only screen and (max-width: 769px) {
  .bg-top .product-bar .carousel {
    border-bottom: 1px solid #d0d3d4;
    margin-bottom: 30px;
  }
}
div.bg-top .product-bar .slider-nav {
  background: #c6c9ca url('/web_resources/themes/Responsive/images/filmstrip-arrow-right.png') no-repeat 11px 8px;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  text-indent: -9000px;
  top: 0;
  width: 30px;
}
div.bg-top .product-bar .slider-nav.left {
  background: #c6c9ca url('/web_resources/themes/Responsive/images/filmstrip-arrow-left.png') no-repeat 8px 8px;
  right: 45px;
}
.bg-top .product-bar .slider-nav:hover {
  background-color: #bcbfc0;
}
.bg-top.automotive {
  background: url('/web_resources/themes/Responsive/images/product-automotive.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.automotive {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.automotive {
    background: none;
  }
  .bg-top.automotive .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-automotive.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-automotive.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-automotive.jpg', sizingMethod='scale')";
  }
}
.bg-top.cloud-servers-data-centers {
  background: url('/web_resources/themes/Responsive/images/product-cloud.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.cloud-servers-data-centers {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.cloud-servers-data-centers {
    background: none;
  }
  .bg-top.cloud-servers-data-centers .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-cloud.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-cloud.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-cloud.jpg', sizingMethod='scale')";
  }
}
.bg-top.computing-storage {
  background: url('/web_resources/themes/Responsive/images/product-computing.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.computing-storage {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.computing-storage {
    background: none;
  }
  .bg-top.computing-storage .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-computing.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-computing.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-computing.jpg', sizingMethod='scale')";
  }
}
.bg-top.home-appliance {
  background: url('/web_resources/themes/Responsive/images/product-home-appliance.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.home-appliance {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.home-appliance {
    background: none;
  }
  .bg-top.home-appliance .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-home-appliance.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-home-appliance.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-home-appliance.jpg', sizingMethod='scale')";
  }
}
.bg-top.industrial-automation {
  background: url('/web_resources/themes/Responsive/images/product-industrial-automation.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.industrial-automation {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.industrial-automation {
    background: none;
  }
  .bg-top.industrial-automation .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-industrial-automation.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-industrial-automation.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-industrial-automation.jpg', sizingMethod='scale')";
  }
}
.bg-top.motor-control {
  background: url('/web_resources/themes/Responsive/images/product-industrial-motion.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.motor-control {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.motor-control {
    background: none;
  }
  .bg-top.motor-control .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-industrial-motion.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-industrial-motion.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-industrial-motion.jpg', sizingMethod='scale')";
  }
}
.bg-top.lighting {
  background: url('/web_resources/themes/Responsive/images/product-lighting.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.lighting {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.lighting {
    background: none;
  }
  .bg-top.lighting .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-lighting.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-lighting.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-lighting.jpg', sizingMethod='scale')";
  }
}
.bg-top.m2m {
  background: url('/web_resources/themes/Responsive/images/product-m2m.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.m2m {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.m2m {
    background: none;
  }
  .bg-top.m2m .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-m2m.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-m2m.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-m2m.jpg', sizingMethod='scale')";
  }
}
.bg-top.medical {
  background: url('/web_resources/themes/Responsive/images/product-medical.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.medical {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.medical {
    background: none;
  }
  .bg-top.medical .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-medical.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-medical.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-medical.jpg', sizingMethod='scale')";
  }
}
.bg-top.mobile-wireless {
  background: url('/web_resources/themes/Responsive/images/product-mobile-wireless.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.mobile-wireless {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.mobile-wireless {
    background: none;
  }
  .bg-top.mobile-wireless .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-mobile-wireless.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-mobile-wireless.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-mobile-wireless.jpg', sizingMethod='scale')";
  }
}
.bg-top.motion-tracking {
  background: url('/web_resources/themes/Responsive/images/product-motion-tracking.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.motion-tracking {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.motion-tracking {
    background: none;
  }
  .bg-top.motion-tracking .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-motion-tracking.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-motion-tracking.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-motion-tracking.jpg', sizingMethod='scale')";
  }
}
.bg-top.networking-gateway {
  background: url('/web_resources/themes/Responsive/images/product-networking.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.networking-gateway {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.networking-gateway {
    background: none;
  }
  .bg-top.networking-gateway .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-networking.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-networking.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-networking.jpg', sizingMethod='scale')";
  }
}
.bg-top.portable-consumer {
  background: url('/web_resources/themes/Responsive/images/product-portable.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.portable-consumer {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.portable-consumer {
    background: none;
  }
  .bg-top.portable-consumer .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-portable.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-portable.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-portable.jpg', sizingMethod='scale')";
  }
}
.bg-top.power-supply {
  background: url('/web_resources/themes/Responsive/images/product-power-supply.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.power-supply {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.power-supply {
    background: none;
  }
  .bg-top.power-supply .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-power-supply.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-power-supply.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-power-supply.jpg', sizingMethod='scale')";
  }
}
.bg-top.solar-renewable-ups-energy {
  background: url('/web_resources/themes/Responsive/images/product-renewable.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.solar-renewable-ups-energy {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.solar-renewable-ups-energy {
    background: none;
  }
  .bg-top.solar-renewable-ups-energy .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-renewable.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-renewable.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-renewable.jpg', sizingMethod='scale')";
  }
}
.bg-top.smart-grid-metering {
  background: url('/web_resources/themes/Responsive/images/product-smart-grid.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.smart-grid-metering {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.smart-grid-metering {
    background: none;
  }
  .bg-top.smart-grid-metering .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-smart-grid.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-smart-grid.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-smart-grid.jpg', sizingMethod='scale')";
  }
}
.bg-top.home-entertainment {
  background: url('/web_resources/themes/Responsive/images/product-smart-home.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.home-entertainment {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.home-entertainment {
    background: none;
  }
  .bg-top.home-entertainment .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-smart-home.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-smart-home.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-smart-home.jpg', sizingMethod='scale')";
  }
}
.bg-top.telecommunication {
  background: url('/web_resources/themes/Responsive/images/product-telecommunication.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.telecommunication {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.telecommunication {
    background: none;
  }
  .bg-top.telecommunication .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-telecommunication.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-telecommunication.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-telecommunication.jpg', sizingMethod='scale')";
  }
}
.bg-top.travel-adaptors {
  background: url('/web_resources/themes/Responsive/images/product-travel-adapter.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.travel-adaptors {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.travel-adaptors {
    background: none;
  }
  .bg-top.travel-adaptors .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-travel-adapter.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-travel-adapter.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-travel-adapter.jpg', sizingMethod='scale')";
  }
}
.bg-top.wearable-electronics {
  background: url('/web_resources/themes/Responsive/images/product-wearables.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.wearable-electronics {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.wearable-electronics {
    background: none;
  }
  .bg-top.wearable-electronics .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-wearables.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-wearables.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-wearables.jpg', sizingMethod='scale')";
  }
}
.bg-top.welding-induction-heating {
  background: url('/web_resources/themes/Responsive/images/product-welding.jpg') no-repeat top center;
}
@media only screen and (min-width : 1920px) {
  .bg-top.welding-induction-heating {
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .bg-top.welding-induction-heating {
    background: none;
  }
  .bg-top.welding-induction-heating .pad-top {
    background: url('/web_resources/themes/Responsive/images/product-welding.jpg') center center no-repeat transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-welding.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/product-welding.jpg', sizingMethod='scale')";
  }
}
.end-systems {
  margin: 50px 0;
}
.end-systems .page-selector {
  margin-bottom: 20px;
}
.end-systems p {
  border-top: 1px solid #d0d3d4;
  padding-top: 12px;
}
.tech-promo .row {
  margin-bottom: 50px;
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .tech-promo .row {
    margin-bottom: 20px;
  }
}
.tech-promo-aside {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .tech-promo-aside {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: inherit;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .tech-promo-aside.left-border {
    border-left: none;
    border-top: 1px solid #d0d3d4;
    margin: 0;
    padding-left: 15px;
    padding-top: 40px;
  }
}
.tech-promo .col-sm-4,
.tech-promo-aside .col-sm-4 {
  text-align: right;
}
@media only screen and (max-width: 769px) {
  .tech-promo .col-sm-4,
  .tech-promo-aside .col-sm-4 {
    text-align: left;
  }
}
.tech-promo img,
.tech-promo-aside img {
  margin-bottom: 7px;
}
#featured-products li {
  margin-bottom: 10px;
}
#featured-products li ul {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1024px), only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  #technology .col-sm-3 {
    float: left;
  }
}
/* == E-Commerce Template ========================================================
// ===============================================================================
*/

.ship-progress {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.ship-progress .line {
  border-top: 1px solid #d0d3d4;
  position: absolute;
  top: 19px;
  width: 265px;
  z-index: 1;
}
.ship-progress ol {
  color: #d0d3d4;
  list-style-type: none;
  margin: 0 -22px;
  padding: 0;
  position: relative;
  width: 310px;
  z-index: 2;
}
.ship-progress ol li {
  color: #d0d3d4;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  width: 25%;
}
.ship-progress ol li span {
  background: url("/web_resources/themes/Responsive/images/progress.png") no-repeat 1px 2px;
  color: #d0d3d4;
  display: block;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  height: 36px;
  margin: 0 auto;
  width: 35px;
}
.ship-progress ol li.active {
  color: #78be20;
}
.ship-progress ol li.active span {
  background: url("/web_resources/themes/Responsive/images/progress-active.png") no-repeat 1px 2px;
  color: white;
}
.table.cart .quantity {
  width: 100px;
}
.table.cart input {
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.table.cart tfoot {
  font-size: 16px;
  font-size: 1.6rem;
}
.table.cart tfoot td {
  border: none;
}
.table.cart tfoot td.quantity {
  text-align: right;
}
.table.cart tfoot td.shade {
  background: #85c42c;
  border: 1px solid #78be20;
  color: white;
  background-image: -webkit-linear-gradient(top, #85c42c, #6bb21c);
  background-image: -moz-linear-gradient(top, #85c42c, #6bb21c);
  background-image: -ms-linear-gradient(top, #85c42c, #6bb21c);
  background-image: linear-gradient(top, #85c42c, #6bb21c);
}
.table .add-product {
  position: relative;
  width: 175px;
}
.table .add-product .form-control {
  height: 25px;
  padding-right: 76px;
  position: relative;
  width: 100%;
}
.table .add-product button {
  background: none;
  border: none;
  border-left: 1px solid #cccccc;
  border-radius: 0px;
  position: absolute;
  right: 0;
  top: 0;
}
.table .add-product button .glyphicon {
  color: #e4002b;
}
.ecommerce-buttons {
  margin: 40px 0 100px;
  overflow: hidden;
}
.ecommerce-buttons .btn {
  margin: 0 30px 20px 0;
}
.ecommerce-buttons .btn.checkout {
  float: right;
  margin: 0 0 20px 30px;
}
@media only screen and (max-width: 769px), only screen and (min-width: 770px) and (max-width: 991px) {
  .ecommerce-buttons .btn.checkout {
    clear: both;
    float: left;
    margin: 0 30px 20px 0;
  }
}
@media only screen and (max-width: 769px), only screen and (min-width: 770px) and (max-width: 991px) {
  .ecommerce-buttons .btn {
    clear: both;
    float: left;
    margin: 0 0 20px 0;
    max-width: 325px;
    width: 100%;
  }
}
.disclaimer {
  color: #a2aaad;
  font-family: "HelveticaNeueLTStd-It", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
}
.shipping-info h3 {
  border: none;
  padding: 0;
}
/* == Online Newsletter Template =================================================
// ===============================================================================
*/

/* MX Added */
.design-ready-newsletter .bg-top .content {
  padding: 60px 15px;
}
.design-ready-newsletter .bg-top .content.pad-top {
  padding-top: 90px;
}
@media only screen and (max-width: 1190px) {
  .design-ready-newsletter .bg-top .content.pad-top {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .design-ready-newsletter .bg-top .content, 
  .design-ready-newsletter .bg-top .content.pad-top {
	padding: 40px 15px;
  }
}
/* /MX Added */
/* MX Changed */
.design-ready-newsletter .news-subscribe {
  background: url("/web_resources/themes/Responsive/images/newsletter-subscribe.png") no-repeat top right;
  background-size: cover;
  display: block;
  height: 125px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 96px;
  width: 313px;
  z-index: 10;
}
@media only screen and (max-width: 1190px) {
  .design-ready-newsletter .news-subscribe {
	height: 100px;
    top: 66px;
	width: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  .design-ready-newsletter .news-subscribe {
    display: none;
  }
}
/* /MX Changed */
.newsletter .content {
  padding: 100px 15px 60px;
}
/* MX Added */
.design-ready-newsletter {
  position: relative;
}
.design-ready-newsletter .bg-top {
  background: url("/web_resources/themes/Responsive/images/design-ready-bg-new.jpg") no-repeat center -45px;	
  background-size: cover;
  font-family: "HelveticaNeueLTStd-It", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 769px) {
  .design-ready-newsletter .bg-top {
	background-position: center top;
  }
}
@media only screen and (max-width: 769px) {
  .design-ready-newsletter .bg-top .content [class*="col-"] {
	margin: 0;
  }
}
.design-ready-newsletter h1 {
  color: #000;
  font-family: "HelveticaNeueLTStd-It", Helvetica, Arial, sans-serif;
  font-size: 110px;
  font-size: 11rem;
  margin-bottom: 0;
  vertical-align: middle;
}
@media only screen and (min-width: 991px) and (max-width: 1190px) {
  .design-ready-newsletter h1 {
    font-size: 90px;
    font-size: 9rem;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px) {
  .design-ready-newsletter h1 {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media only screen and (max-width: 769px) {
  .design-ready-newsletter h1 {
    font-size: 55px;
    font-size: 5.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .design-ready-newsletter h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.design-ready-newsletter h1 strong {
  font-family: Helvetica, Arial, sans-serif;
}
.design-ready-newsletter .bg-top p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0;
  margin-left: 130px;
}
@media only screen and (min-width: 769px) and (max-width: 1190px) {
  .design-ready-newsletter .bg-top p {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .design-ready-newsletter .bg-top p {
    font-size: 20px;
	font-size: 2rem;
  }
}
@media only screen and (max-width: 769px) {
  .design-ready-newsletter .bg-top p {
    font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .design-ready-newsletter .bg-top p {
    font-size: 14px;
	font-size: 1.4rem;
  }
}
.design-ready-newsletter h2 {
  color: #000;	
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.design-ready-newsletter h2 em {
  color: #2b82b8;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: none;
}
.design-ready-newsletter .newsletter-nav {
  background: #2b82b8;
  color: #fff;
  padding: 6px 0;
  text-transform: uppercase;
}	
@media only screen and (max-width: 795px) {
  .design-ready-newsletter .newsletter-nav {
	padding: 0;
  }
}
@media only screen and (max-width: 560px) {
  .design-ready-newsletter .newsletter-nav .col-md-10 {
	padding: 0;
  }
}
.design-ready-newsletter .newsletter-nav span {
  color: #efefef;
  float: right;
}
@media only screen and (max-width: 795px) {
  .design-ready-newsletter .newsletter-nav span {
	background: #ddd;
	color: #666;
	display: block;
	float: none;
	font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
	margin: 0 -15px;
	padding: 7px 0 7px 15px;
  }
}
@media only screen and (max-width: 560px) {
  .design-ready-newsletter .newsletter-nav span {
	margin: 0;
	padding: 12px 10px;
  }
}
.design-ready-newsletter .newsletter-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}	
.design-ready-newsletter .newsletter-nav ul li {
  display: inline-block;
}

@media only screen and (max-width: 795px) {
  .design-ready-newsletter .newsletter-nav ul li {
	padding: 7px 0;
  }
}
@media only screen and (max-width: 560px) {
  .design-ready-newsletter .newsletter-nav ul li {
	border-top: 1px solid #74abcd;
    display: block;
	padding: 7px 10px;
  }
}
.design-ready-newsletter .newsletter-nav a {
  color: #fff;
  margin-right: 20px;
}
@media only screen and (max-width: 560px) {
  .design-ready-newsletter .newsletter-nav a {
	display: block;
	margin: 0;
  }
}
.design-ready-newsletter .newsletter-nav i {
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #c0daea transparent transparent transparent;
  display: inline-block;
  height: 0px;
  line-height: 0;
  width: 0px;
}
@media only screen and (max-width: 560px) {
  .design-ready-newsletter .newsletter-nav i {
	float: right;
	margin-top: 7px;
  }
}
.design-ready-newsletter .share-buttons {
  float: right;
  margin-left: 50px;
}
@media only screen and (max-width: 1190px) {
	.design-ready-newsletter .share-buttons {
	  float: none;
	  margin: 0 0 20px 0;
	}
}
.design-ready-newsletter .newsletter-intro {
  background: #eeeded;
  color: #666;
  font-family: "HelveticaNeueLTStd-It", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
  padding: 25px 35px 10px 35px;
}
.design-ready-newsletter h3 {
  background: #5aa1cc;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  height: 24px;
  line-height: 24px;
  margin: 0 24px;
  padding-left: 5px;
  position: relative;
  text-transform: uppercase;
  width: 200px;
}
.design-ready-newsletter h3:before,
.design-ready-newsletter h3:after {
  content: '';
  display: inline-block;
  height: 0px;
  line-height: 0;
  position: absolute;
  top: 0;
  width: 0px;
}
.design-ready-newsletter h3:before {
  border: 12px solid transparent;
  border-right: 12px solid #5aa1cc;
  border-bottom: 12px solid #5aa1cc;
  left: -24px;
}
.design-ready-newsletter h3:after {
  border: 12px solid transparent;
  border-left: 12px solid #5aa1cc;
  border-top: 12px solid #5aa1cc;
  right: -24px;
}
.design-ready-newsletter section {
  border-top: 1px solid #5aa1cc;
  padding: 15px 0 20px;
}
.design-ready-newsletter section div {
  margin-bottom: 30px;
}
.design-ready-newsletter section h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px;
  text-transform: none;
}
.design-ready-newsletter section p {
  color: #666;
}
.design-ready-newsletter section p.date {
  color: #231f20;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.design-ready-newsletter section p a {
  color: #ff0038;
  font-family: Helvetica, Arial, sans-serif;
}
.design-ready-newsletter a[name="resources"] {
  border-top: 5px solid #7fbbe0;
  display: block;
  padding-top: 50px;
}
.design-ready-newsletter section.indent p {
  color: #666;
  margin-left: 40px;
}
@media only screen and (max-width: 480px) {
  .design-ready-newsletter section.indent p {
	margin-left: 20px;
  }
}
.design-ready-newsletter section.indent p a {
  color: #666;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
}
.design-ready-newsletter .newsletter-promo {
  background: url("/web_resources/themes/Responsive/images/design-ready-bg-new.jpg") no-repeat center -155px;	
  border: 1px solid #a7a7a7;
  font-family: "HelveticaNeueLTStd-It", Helvetica, Arial, sans-serif;
  padding: 15px;
  text-align: center;
}
.design-ready-newsletter .newsletter-promo h4 {
  font-family: "HelveticaNeueLTStd-It", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 3.0rem;
  text-transform: uppercase;
}
.design-ready-newsletter .newsletter-promo h4 strong {
  font-family: Helvetica, Arial, sans-serif;
}
.design-ready-newsletter .newsletter-promo p {
  color: #00a3e0;
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 10px;
}
/* /MX Added */

.newsletter.design-ready {
  background: url("/web_resources/themes/Responsive/images/header-design-ready.jpg") no-repeat top center;
}
.newsletter.design-ready h1 {
  font-family: "HelveticaNeueLTStd-It", Helvetica, Arial, sans-serif;
  font-size: 102px;
  font-size: 10.2rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 769px) {
  .newsletter.design-ready h1 {
    font-size: 62px;
    font-size: 6.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .newsletter.design-ready h1 {
    line-height: 1;
  }
}
@media only screen and (max-width: 480px) {
  .newsletter.design-ready h1 strong {
    display: block;
  }
}
.newsletter.design-ready p {
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  text-transform: uppercase;
}
.newsletter.mobile-minutes {
  background: url("/web_resources/themes/Responsive/images/header-mobile-minutes.jpg") no-repeat top center;
}
.newsletter.mobile-minutes h1 {
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  font-size: 66px;
  font-size: 6.6rem;
  letter-spacing: .2em;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 769px) {
  .newsletter.mobile-minutes h1 {
    line-height: .9;
  }
}
@media only screen and (max-width: 480px) {
  .newsletter.mobile-minutes h1 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 769px) {
  .newsletter.mobile-minutes h1 strong {
    display: block;
  }
}
.newsletter.mobile-minutes p {
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .col-xs-6 {
    width: 100%;
  }
}
.newsletter-promo {
  margin: 35px 0;
}
.newsletter-promo img {
  display: block;
  margin-bottom: 10px;
}
.newsletter-promo h2,
.newsletter-promo h3 {
  color: #231f20;
  margin: 5px 0 20px;
}
.newsletter-promo h3 {
  border-top: 1px solid #dddddd;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 15px;
  padding-top: 35px;
}
.newsletter-promo a ~ h3 {
  border: none;
  padding: 0;
}
.newsletter-promo .category {
  color: #808285;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.col-sm-8 .newsletter-promo {
  margin-top: 0;
}
.category-header {
  background: #808081;
  color: white;
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  padding: 6px 15px;
  text-transform: uppercase;
}
.newsletter-related {
  background: #efefef;
}
.newsletter-related .section {
  padding: 30px 15px 15px 15px;
}
.newsletter-related .section.alt {
  background: #dedfe0;
}
.newsletter-related .section h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.newsletter-related .section span {
  display: block;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
.newsletter-related .section p {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.newsletter-related .section a {
  color: #3e3b3c;
}
.newsletter-related .section a.btn {
  color: white;
  margin-bottom: 15px;
}
/* == Top Mark Template ==========================================================
// ===============================================================================
*/

.search-input.top-mark {
  width: 100%;
  max-width: 300px;
}
.search-input.top-mark > span {
  color: #a2aaad;
  font-size: 12px;
  font-size: 1.2rem;
}
.top-mark-results {
  border-top: 1px solid #a2aaad;
  margin-top: 25px;
  padding-top: 35px;
}
.topmark-diagram.border {
  border-bottom: 1px solid #d0d2d3;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.topmark-diagram h3 {
  margin-bottom: 20px;
}
.topmark-diagram p {
  color: #808285;
  line-height: 1.2;
  margin-bottom: 10px;
}
.topmark-diagram p .tm {
  color: #231f20;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
}
.topmark-diagram p .tm.yellow {
  color: #fdb719;
}
.topmark-diagram p .tm.green {
  color: #5bba47;
}
.topmark-diagram p .tm.purple {
  color: #bb7eb6;
}
.topmark-diagram p .tm.red {
  color: #ee2743;
}
.symbol-container .back {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 15px;
}
.symbol-container .sidebar-promo {
  margin-top: 32px;
}
/* == Locations ==================================================================
// ===============================================================================
*/

.bg-top.locations {
  background: #f3f1f1 url('/web_resources/themes/Responsive/images/locations-bg.png') no-repeat right top;
}
.bg-top.locations .row.bottom-border {
  margin-top: 40px;
}
@media only screen and (max-width: 769px) {
  .bg-top.locations .row.bottom-border {
    margin-top: 20px;
  }
}
.row.bottom-border {
  border-bottom: 1px solid #d0d3d4;
  margin-bottom: 20px;
}
.row.bottom-border .right-border {
  margin-bottom: 20px;
  margin-right: -1px;
}
@media only screen and (max-width: 769px) {
  .row.bottom-border .right-border {
    margin-right: 0;
  }
}
.row.bottom-border .right-border .indented {
  margin-left: 0;
  margin-right: 40px;
}
@media only screen and (max-width: 769px) {
  .row.bottom-border .right-border .indented {
    margin-right: 0;
  }
}
.row.bottom-border .left-border {
  margin-bottom: 20px;
}
.row.bottom-border.last {
  border-bottom: 0 none;
}
@media only screen and (max-width: 769px) {
  .row.bottom-border {
    border-bottom: 0 none;
  }
}
.indented {
  margin-left: 40px;
  margin-right: 0;
}
@media only screen and (max-width: 769px) {
  .indented {
    margin-left: 0;
  }
}
.indented h2 {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.indented p {
  padding-left: 20px;
}
@media only screen and (max-width: 769px) {
  .indented p {
    padding-left: 0;
  }
}
.indented button {
  background: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #5b6770;
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 20px 0;
  padding: 0 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.indented .nowrap {
  white-space: nowrap;
}
@media only screen and (max-width: 769px) {
  #regional-sales .row,
  #design-centers .row,
  #manufacturing-sites .row,
  #rnd-sites .row {
    margin: 0;
  }
}
/* == Sitemap Template -===================================================
// ===============================================================================
*/

.sitemap .panel .panel-heading {
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .sitemap .panel .panel-heading {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 480px) {
  .sitemap .panel .panel-heading {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.sitemap .panel .panel-heading .more {
  width: 60px;
}
@media only screen and (max-width: 480px) {
  .sitemap .panel .panel-heading .more {
    width: 40px;
  }
}
.sitemap .panel .panel-collapse ul {
  padding-bottom: 0;
}
.sitemap .panel .panel-collapse ul ul {
  padding-top: 15px;
}
@media only screen and (max-width: 769px) {
  .sitemap .panel .panel-collapse ul {
    padding-top: 0;
  }
}
@media only screen and (max-width: 769px) {
  .sitemap [class*="col-"] {
    margin-bottom: 0;
  }
  .sitemap [class*="col-"]:first-child ul {
    padding-top: 15px;
  }
}
/* == My Fairdhild Templates =====================================================
// ===============================================================================
*/

.btn-manage,
.btn-manage:hover {
  background: #e4002b;
  color: white;
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 4px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.main-promo.striped {
  padding: 0;
}
.main-promo.striped h4 {
  box-sizing: border-box;
  margin: 0;
  padding: 10px 20px;
}
.main-promo.striped h4 .check {
  display: inline-block;
  font-family: "HelveticaNeueLTStd-Roman", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 0 65px;
}
.main-promo.striped div {
  padding: 10px 20px;
}
.main-promo.striped div.alt {
  background: #eeeeee;
}
.main-promo.striped div label {
  display: inline-block;
  width: 35%;
}
@media only screen and (max-width: 480px) {
  .main-promo.striped div label {
    display: block;
    width: 100%;
  }
}
.main-promo.striped div label.check {
  width: 100%;
}
.main-promo.striped div label span {
  color: #a0280f;
}
.main-promo.striped div input[type="text"],
.main-promo.striped div input[type="password"],
.main-promo.striped div select {
  display: inline-block;
  width: 64%;
}
.main-promo.striped div input[type="text"].error,
.main-promo.striped div input[type="password"].error,
.main-promo.striped div select.error {
  border: 1px solid #e4002b;
}
@media only screen and (max-width: 769px) {
  .main-promo.striped div input[type="text"],
  .main-promo.striped div select {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .main-promo.striped div span.email {
    display: block;
    width: 100%;
  }
}
.main-promo.striped div p {
  margin: 0;
}
.main-promo.striped div p.error_margin {
  color: #e4002b;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
  line-height: 1.1;
  margin: 5px 0 0 36%;
}
@media only screen and (max-width: 769px) {
  .main-promo.striped div p.error_margin {
    margin-left: 0;
  }
}
.myfairchild {
  background: url('/web_resources/themes/Responsive/images/bg-myfairchild.jpg') center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/bg-myfairchild.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/bg-myfairchild.jpg', sizingMethod='scale')";
  background-position: center right;
}
@media only screen and (min-width: 770px) and (max-width: 991px) {
  .content .dashboard .main-promo h4 span {
    max-width: 130px;
  }
}
.content .dashboard .main-promo ul {
  margin: 0;
  width: 100%;
}
/* == Models Selection Template -===================================================
// ===============================================================================
*/

.selector-container {
  background: #f3f3f3;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  background-image: -webkit-linear-gradient(top, #fbfbfb, #f3f3f3);
  background-image: -moz-linear-gradient(top, #fbfbfb, #f3f3f3);
  background-image: -ms-linear-gradient(top, #fbfbfb, #f3f3f3);
  background-image: linear-gradient(top, #fbfbfb, #f3f3f3);
  padding-top: 10px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  .selector-container {
    background: none;
    border: none;
  }
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .selector-container .form-control {
    margin-bottom: 20px;
    max-width: 500px;
  }
}
.selector-container .btn {
  line-height: 1.2;
}
.scroll-top {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
/* == Main Template ==============================================================
// ===============================================================================
*/

.main-wrapper {
  border: 1px solid #cccccc;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 20px;
}
@media only screen and (max-width: 769px) {
  .main-wrapper {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 769px) {
  .main-wrapper .col-sm-4 {
    margin: 0;
  }
}
@media only screen and (max-width: 769px) {
  .main-wrapper ul {
    margin: 0;
  }
}
div.main-wrapper ul li {
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  list-style-type: none;
  margin-left: 0;
}
.main-wrapper ul li a + ul {
  margin-top: 10px;
}
.main-wrapper ul li li {
  font-family: "HelveticaNeueLTStd-Roman", Helvetica, Arial, sans-serif;
  margin-left: 10px;
}
.main-divider {
  background: #eeeeee;
  border-bottom: 1px solid #cccccc;
  border-top: 2px solid #cccccc;
  height: 6px;
  margin: 50px 0 25px;
}
/* == Request Help Template -===================================================
// ===============================================================================
*/

.main-promo .main-promo-block .btn {
  margin-bottom: 20px;
}
/* == Investor Relations Template =============================================================
// ===============================================================================
*/

.stock-quote {
  margin-bottom: 30px;
}
.fairchildResponsiveiFrame, #stocktickertarget {
	background-image: url('/web_resources/themes/Responsive/images/loading.gif');
    background-repeat: no-repeat;
    background-position: center center; 
}
/* == Newsetters Main Template -===================================================
// ===============================================================================
*/

.design-ready *,
.mobile-minutes * {
  color: white;
}
.newsletters-main .content .main-promo {
  padding: 30px;
}
.newsletters-main .content .main-promo.design-ready {
  background: url('/web_resources/themes/Responsive/images/header-design-ready.jpg') center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/header-design-ready.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/header-design-ready.jpg', sizingMethod='scale')";
  color: white;
}
.ie8 .newsletters-main .content .main-promo.design-ready {
  background: #19a4f9 url('/web_resources/themes/Responsive/images/header-design-ready.jpg') no-repeat center top;
}
.newsletters-main .content .main-promo.mobile-minutes {
  background: url('/web_resources/themes/Responsive/images/header-mobile-minutes.jpg') center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/header-mobile-minutes.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/header-mobile-minutes.jpg', sizingMethod='scale')";
  color: white;
}
.ie8 .newsletters-main .content .main-promo.mobile-minutes {
  background: #37addf url('/web_resources/themes/Responsive/images/header-mobile-minutes.jpg') no-repeat center top;
}
.newsletters-main .content .main-promo .btn {
  margin-right: 30px;
}
@media only screen and (max-width: 480px) {
  .newsletters-main .content .main-promo .btn {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .newsletters-main .content .main-promo .past-issues {
    display: block;
    text-align: center;
  }
}
/* == Corporate Content Templates =====================================================
// ===============================================================================
*/

div.corporate {
  background: url('/web_resources/themes/Responsive/images/header-design-ready.jpg') center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/header-design-ready.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/header-design-ready.jpg', sizingMethod='scale')";
}
.ie8 .corporate {
  background: #19a4f9 url('/web_resources/themes/Responsive/images/header-design-ready.jpg') no-repeat center top;
}
/* == Contact Main Template =====================================================
// ===============================================================================
*/

div.contact-header {
  background: url('/web_resources/themes/Responsive/images/header-get-in-touch.jpg') center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/header-get-in-touch.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/header-get-in-touch.jpg', sizingMethod='scale')";
}
.ie8 .contact-header {
  background: #18314f url('/web_resources/themes/Responsive/images/header-get-in-touch.jpg') no-repeat center top;
}
.contact-form-wrapper {
  background: #efefef;
}
.contact-form-wrapper #choose-form {
  margin-bottom: 25px;
}
.contact-form-wrapper .alt {
  background: #dedfe0;
}
.contact-form-wrapper .section {
  border-top: 1px solid #dedfe0;
  padding: 20px;
}
.contact-form-wrapper .section:first-child {
  border-top: 0 none;
}
.contact-form-wrapper fieldset {
  background: 0 none;
  margin: 0;
  padding: 0;
}
.contact-form-wrapper fieldset h3 {
  border: 0 none;
}
.contact-form-wrapper .reason-for-contact {
  padding-bottom: 10px;
}
.contact-form-wrapper .form-control {
  max-width: 500px;
}
/* == Careers Templates =====================================================
// ===============================================================================
*/

div.careers-main {
  background: url('/web_resources/themes/Responsive/images/newsletter-feature5.jpg') center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/newsletter-feature5.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web_resources/themes/Responsive/images/newsletter-feature5.jpg', sizingMethod='scale')";
}
.careers-main #slidesContainer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.careers-main #slidesContainer #slides {
  max-height: 100%;
  position: relative;
}
.careers-main #slidesContainer #slides .slides-container .slide-text {
  display: block;
  margin: 0 auto;
  max-width: 1170px;
  padding: 145px 50px 85px 50px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .careers-main #slidesContainer #slides .slides-container .slide-text {
    padding: 80px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .careers-main #slidesContainer #slides .slides-container .slide-text {
    padding: 80px 20px;
  }
}
.careers-main #slidesContainer #slides .slides-container .slide-text .slide-title {
  color: white;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 70px;
  font-size: 7rem;
  margin-bottom: 45px;
  line-height: .85;
  padding: 0 80px;
  text-transform: uppercase;
}
.careers-main #slidesContainer #slides .slides-container .slide-text .slide-title span {
  font-family: "HelveticaNeueLTStd-Lt", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 770px) and (max-width: 991px) {
  .careers-main #slidesContainer #slides .slides-container .slide-text .slide-title {
    font-size: 40px;
    font-size: 4rem;
    padding: 0;
  }
}
@media only screen and (max-width: 769px) {
  .careers-main #slidesContainer #slides .slides-container .slide-text .slide-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 30px;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .careers-main #slidesContainer #slides .slides-container .slide-text .slide-title {
    font-size: 45px;
    font-size: 4.5rem;
    padding: 0;
  }
}
.careers-main #slidesContainer #slides .slides-container .slide-text .btn {
  font-size: 23px;
  font-size: 2.3rem;
  width: auto;
}
@media only screen and (min-width: 770px) and (max-width: 991px) {
  .careers-main #slidesContainer #slides .slides-container .slide-text .btn {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 769px) {
  .careers-main #slidesContainer #slides .slides-container .slide-text .btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 480px) {
  .careers-main #slidesContainer #slides .slides-container .slide-text .btn {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.careers-main #slidesContainer #slides .slides-container .slide-text.show {
  opacity: 1;
  height: auto;
}
.careers-main #slidesContainer #slides .slides-navigation {
  height: 44px;
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
  top: -55%;
}
.careers-main #slidesContainer #slides .slides-navigation a {
  background: url("/web_resources/themes/Responsive/images/slider-arrows.png") no-repeat top left;
  display: block;
  height: 44px;
  position: absolute;
  text-indent: -9999px;
  top: 0px;
  width: 44px;
  z-index: 50;
}
.careers-main #slidesContainer #slides .slides-navigation a.prev {
  left: 10px;
}
.careers-main #slidesContainer #slides .slides-navigation a.next {
  background-position: top right;
  right: 10px;
}
/* == Search Jobs Template -===================================================
// ===============================================================================
*/

.linkbracket,
.NewPopUp {
  display: none;
}
.job-search-box {
  /*Hide unnecessary items*/

  margin-top: 40px;
}
.job-search-box #SRCLogLegend,
.job-search-box #div-srcparam4 {
  display: none;
}
.job-search-box .SRCLogSet {
  margin: 0;
  padding: 0;
}
.job-search-box .SRCLogSet > div {
  float: left;
  margin-left: 5%;
  width: 30%;
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .job-search-box .SRCLogSet > div {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
.job-search-box .SRCLogSet label + div,
.job-search-box .SRCLogSet script + div {
  margin-left: 0 !important;
}
.job-search-box .SRCLogSet select,
.job-search-box .SRCLogSet input[type="text"] {
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 12px;
  width: 100% !important;
}
.job-search-box .SRCLogSet input[type="text"] {
  margin-bottom: 25px;
  width: 100%;
}
.job-search-box #actions > div {
  display: inline-block;
  margin-right: 20px;
}
.job-search-box #actions > div .SA-ButtonFace {
  display: block;
  padding-top: 5px;
}
.job-search-box #actions input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #e4002b;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  outline: none;
  padding: 8px 18px;
  text-shadow: 0 -1px 1px #444444;
  text-transform: uppercase;
  white-space: normal;
}
.job-search-box.search-form-sidebar {
  background: #efefef;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 10px;
}
.job-search-box.search-form-sidebar .SRCLogSet > div,
.job-search-box.search-form-sidebar .SAgLogSet > div {
  margin-left: 0;
  width: 100%;
}
.search-results-container {
  display: none;
}
.search-results-container .table {
  margin-bottom: 5px;
}
.search-results-container .Lst-CountLabel {
  color: #58595b;
  margin: 3px 0 7px;
  text-align: left;
}
.search-results-container #bottomact .results-nav {
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
  text-align: right;
  width: 100%;
}
.search-results-container #bottomact .results-nav .Lst-ResNav {
  padding-bottom: 5px;
}
.search-results-container #bottomact .results-nav .Lst-ResNav .Lst-NavPage {
  font-family: "HelveticaNeueLTStd-Bd", Helvetica, Arial, sans-serif;
}
.search-results-container #bottomact .results-nav .Lst-ResNav .Lst-NavPage a {
  font-family: "HelveticaNeueLTStd-Roman", Helvetica, Arial, sans-serif;
}
.search-results-container #bottomact > div {
  float: right;
  margin-left: 30px;
}
.search-results-container #bottomact > div#backToSearch {
  float: left;
  margin-left: 0;
}
/* == Job Detail Template -===================================================
// ===============================================================================
*/

.job-detail #JD-TopParams {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin: 20px 0 25px;
  padding: 10px 0;
}
.job-detail #JD-TopParams > div:first-child {
  width: 40%;
  float: left;
}
.job-detail #JD-TopParams > div h4 {
  color: #58595b;
  text-transform: uppercase;
}
.job-detail h3 {
  color: #5b6770;
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1;
}
.job-detail h5 {
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 5px;
}
.job-detail h4 {
  color: black;
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}
.job-detail ul {
  padding: 0 0 0 20px;
}
.job-detail ul li {
  margin-bottom: 5px;
}
.job-detail #JD-ActBack {
  display: none;
}
.job-detail #JD-Actions {
  border-top: 1px solid #dddddd;
  margin-top: 30px;
  padding-top: 10px;
}
.job-detail #JD-Actions > div {
  float: right;
  margin-left: 30px;
}
@media only screen and (max-width: 480px) {
  .job-detail #JD-Actions > div {
    float: none;
    margin: 0;
  }
}
/* == Job Alerts Template -===================================================
// ===============================================================================
*/

.linkbracket,
.NewPopUp {
  display: none;
}
.job-alert-container {
  background: #dddddd;
  margin-top: 40px;
  padding: 25px 20px;
}
.job-alert-container fieldset {
  background: 0 none;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  padding: 0;
}
.job-alert-container fieldset legend {
  border-bottom: 0 none;
  display: block;
  font-family: "HelveticaNeueLTStd-Md", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
.job-alert-container .SRCLogSet > div,
.job-alert-container .SAgLogSet > div {
  float: left;
  margin-left: 5%;
  width: 30%;
}
.job-alert-container .SRCLogSet > div:first-of-type,
.job-alert-container .SAgLogSet > div:first-of-type {
  margin-left: 0;
}
.job-alert-container .SRCLogSet > div label.SA-smalltext,
.job-alert-container .SAgLogSet > div label.SA-smalltext {
  zoom: 1;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  margin-top: 6px;
}
.job-alert-container .SRCLogSet > div label.SA-smalltext:before,
.job-alert-container .SAgLogSet > div label.SA-smalltext:before {
  content: '';
  display: block;
}
.job-alert-container .SRCLogSet > div label.SA-smalltext:after,
.job-alert-container .SAgLogSet > div label.SA-smalltext:after {
  content: '';
  display: table;
  clear: both;
}
.job-alert-container .SRCLogSet > div input.SA-smalltext,
.job-alert-container .SAgLogSet > div input.SA-smalltext {
  clear: left;
  float: left;
  margin: 5px;
}
@media only screen and (min-width: 770px) and (max-width: 991px), only screen and (max-width: 769px) {
  .job-alert-container .SRCLogSet > div,
  .job-alert-container .SAgLogSet > div {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
.job-alert-container .SRCLogSet select,
.job-alert-container .SAgLogSet select,
.job-alert-container .SRCLogSet input[type="text"],
.job-alert-container .SAgLogSet input[type="text"] {
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 12px;
  width: 100% !important;
}
.job-alert-container .SRCLogSet input[type="text"],
.job-alert-container .SAgLogSet input[type="text"] {
  margin-bottom: 25px;
  width: 100%;
}
.job-alert-container #sag-actions > div {
  display: inline-block;
  margin-right: 20px;
}
.job-alert-container #sag-actions > div .SAg-ButtonFace {
  display: block;
  padding-top: 5px;
}
.job-alert-container #sag-actions input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #e4002b;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  outline: none;
  padding: 8px 18px;
  text-shadow: 0 -1px 1px #444444;
  text-transform: uppercase;
  white-space: normal;
}
.search-results-container {
  display: none;
}
.search-results-container .Lst-CountLabel {
  text-align: left;
}
.results-nav {
  text-align: right;
  width: 100%;
}
/* == Brightcove Correction ========================================================
// ===============================================================================
*/
.brightcove-filmstrip .BrightcoveExperience:first-child {
    display: block;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
