@charset "utf-8";
html, body {
	font-family: 'PT Sans', sans-serif !important;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #505050;
	background-color: #fff;
}
a {
	color: #05476a;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
select {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	color: #505050;
}
h1 {
	padding: 0;
	margin: 0 0 15px;
	font-weight: 400;
	color: #505050;
	font-size: 32px;
}
h2 {
	margin: 15px 0 5px;
	font-size: 16px;
}
h3 {
	margin: 5px 0;
	font-size: 13px;
	color: #696969;
}
hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	margin-top: 15px;
	clear: both;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
.hpHeight1 {
	height: 225px;
	background-color: #eee;
}
.hpHeight2 {
	height: 145px;
	background-color: #cddae2;
}
.hpHeight3 {
	height: 145px;
	background-color: #e1efce;
}
.enews {
	background-color: #e1efce;
	height: 45px;
	margin-top: 10px;
	padding: 2px 10px 13px;
	width: auto;
}
.enews .sfTxtBoxMedium {
	margin-top: -5px;
}
.enews input[type=text] {
	float: left;
	margin-right: 3px;
	margin-top: 2px;
	font-family: 'PT Sans', sans-serif !important;
	font-size: 13px;
}
.enews input[type=submit] {
	margin-top: 2px;
}
	/* IE 10+ */
	_:-ms-input-placeholder, :root .enews input[type=submit] {
 max-height: 23px;
}
.enews .sfSuccess {
	padding: 0 !important;
	color: #505050 !important;
	background-color: transparent !important;
	margin: 10px 20px 0 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	display: block !important;
}
.enews .sfError {
	color: red;
	float: left;
	margin-top: 10px;
}
.homeParametric {
	height: 50px;
}
.homeParametric h2 {
	padding: 18px 0 0 10px !important;
}
.fullWidth {
	width: 100%;
}
.fixedWidth {
	width: 1175px;
	margin: 0 auto;
}
.ToUpper {
	text-transform: uppercase;
}
.header {
	color: #969696;
	font-weight: 700;
	padding: 10px 0;
	font-size: 15px;
}
.sfsearchTxt {
	width: 180px !important;
}
#T4A85E4EA072_ctl00_ctl00_searchTextBox_listbox {
	list-style-type: none;
	margin: 5px;
	padding: 0;
}
#T4A85E4EA072_ctl00_ctl00_searchTextBox_listbox li {
	cursor: pointer;
}
#searchNSL {
	display: none;
}
.mobileSmall {
	display: none;
}
#searchSelect {
	margin-top: 1px;
	width: 150px;
	display: none;
}
_:-moz-tree-row(hover), select {
 background-image: url(/images/common/dd-arrow.png);
 background-repeat: no-repeat;
 background-position: 97% 6px;
 border: solid 1px #aaa;
 padding-right: 10px;
}
:root #searchNSL input.sfsearchTxt, .search input.sfsearchTxt {
	margin-top: 2px;
}
#searchNSL input.sfsearchTxt, .search input.sfsearchTxt {
	font-size: 13px;
	line-height: normal;
	font-family: inherit;
	width: 183px;
	height: 1em;
}
.floatLeft {
	float: left;
}
.headerLinks a {
	color: #969696;
	text-decoration: none;
}
.headerLinks a:hover {
	text-decoration: underline;
}
.search {
	position: relative;
}
.languageSelect {
	position: relative;
	width: 150px;
	margin: 3px auto 0 0;
	padding: 0 5px 2px;
	background: #fff;
	border: solid 1px #aaa;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 1000;
	font-weight: 400;
	color: #505050;
	font-size: 13px;
}
.languageSelect img {
	margin: 3px 4px -1px -2px;
}
.languageSelect:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -3px;
	border-width: 6px 3px 0;
	border-style: solid;
	border-color: #555 transparent;
}
.languageSelect .sflanguagesVerticalList {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 0;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-top: none;
	list-style: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	display: none;
	overflow: hidden;
	margin-top: 2px;
	font-weight: 400;
	font-size: 13px;
}
.languageSelect .sflanguagesVerticalList li {
	padding: 0 5px;
}
.languageSelect .sflanguagesVerticalList li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 3px 0;
	transition: all .3s ease-out;
}
.languageSelect .sflanguagesVerticalList li:last-of-type a {
	border: none;
}
.languageSelect .sflanguagesVerticalList li i {
	margin-right: 5px;
	color: inherit;
	vertical-align: middle;
}
.languageSelect .sflanguagesVerticalList li:hover a {
	color: #57a9d9;
}
.languageSelect.active {
	border-radius: 5px 5px 0 0;
	background: #4cbeff;
	box-shadow: none;
	border-bottom: none;
	color: #fff;
}
.languageSelect.active:after {
	border-color: #82d1ff transparent;
}
.languageSelect.active .sflanguagesVerticalList {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	max-height: 400px;
}
.languageSelect .sflanguagesVerticalList .sflang_en {
	background-image: url(/common/images/flag-en.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 4px 4px;
}
.languageSelect .sflanguagesVerticalList .sflang_zh-CHS {
	background-image: url(/common/images/flag-zh-chs.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 4px 4px;
}
.languageSelect .sflanguagesVerticalList .sflang_zh-CHT {
	background-image: url(/common/images/flag-zh-cht.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 4px 4px;
}
.languageSelect .sflanguagesVerticalList .sflang_de {
	background-image: url(/common/images/flag-de.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 4px 4px;
}
.languageSelect .sflanguagesVerticalList .sflang_ja {
	background-image: url(/common/images/flag-ja.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 4px 4px;
}
.search input[type=submit]:hover {
	opacity: .7;
}
.k-list {
	background-color: #fff;
}
.navbar {
	background-color: #05466c;
	height: 55px;
	position: relative;
	z-index: 999;
}
.formMessage {
	background-color: Blue;
	padding: 5px;
	text-align: center;
	display: block;
	color: #fff;
	font-weight: 700;
	margin: 15px 0;
}
.footer {
	background-color: #969696;
}
.topnav {
	font-family: 'PT Sans', sans-serif !important;
	float: right;
	height: 55px;
	float: none\9;
}
.topnav ul {
	height: 100%;
}
.topnav ul li {
	font-size: 17px;
	height: 100%;
	-webkit-transition: background-color 0s, color 0s;
	-moz-transition: background-color 0s, color 0s;
	-ms-transition: background-color 0s, color 0s;
	-o-transition: background-color 0s, color 0s;
	transition: background-color 0s, color 0s;
	-webkit-transition-delay: .25s;
	-moz-transition-delay: .25s;
	-ms-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s;
}
.topnav ul li:hover {
	background-color: #969696;
}
#SurveyOptOut {
	text-align: right;
	padding: 5px;
	background-color: #ddd;
	width: 90px;
	right: 0;
	position: absolute;
	margin-top: 11px;
	border-bottom-left-radius: 10px;
	color: #444;
	font-size: 12px;
}
#OptOutX {
	margin: 5px 0;
	cursor: pointer;
	float: right;
}
#OptOutX:hover {
	opacity: .8;
}
#BournsSurvey {
	background-color: #007b3b;
	padding: 7px 5px 5px;
	position: fixed;
	top: 120px;
	right: -185px;
	border-radius: 10px 0 0 10px;
	cursor: pointer;
	color: #fff;
	z-index: 9999;
	width: auto;
}
#BournsSurveyText {
	font-family: Verdana !important;
	font-size: 16px !important;
	width: 117px;
	height: 23px;
	overflow: hidden;
	display: inline-block;
}
#BournsSurvey:hover {
	opacity: .8;/*background-color: #18b764;*/
}
#BournsSurvey img {
	margin: -5px 3px 0px 3px;
}
.surveyForm {
	display: none;
	border: solid 2px #007b3b;
	padding: 30px;
	border-radius: 10px;
	background-color: #fff;
}
.surveyForm label {
	margin-right: 5px;
}
.ui-dialog-buttonpane {
	position: absolute;
	top: 25px;
	right: 10px;
	cursor: pointer;
}
.no-close .ui-dialog-titlebar-close {
	display: none;
}
.ui-dialog {
	z-index: 9999;
}
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #aaaaaa;
	opacity: 0.3;
}
.topnav ul li a {
	color: #D7D7D7;
	text-decoration: none;
	margin-top: 15px;
	-webkit-transition: 0s color;
	-moz-transition: 0s color;
	-ms-transition: 0s color;
	-o-transition: 0s color;
	transition: 0s color;
	-webkit-transition-delay: .25s;
	-moz-transition-delay: .25s;
	-ms-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s;
}
.topnav ul li:hover a, .topnav ul li a:hover {
	color: #fff;
}
#T4A85E4EA003_ctl00_ctl00_navigationUl, .topnav ul {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 100%;
	list-style: outside none none;
}
#T4A85E4EA003_ctl00_ctl00_navigationUl li, .topnav ul li {
	border-style: none !important;
	position: relative;
	float: left;
	vertical-align: top;
	box-sizing: content-box;
	-webkit-transition: background-color 0s, color 0s;
	-moz-transition: background-color 0s, color 0s;
	-ms-transition: background-color 0s, color 0s;
	-o-transition: background-color 0s, color 0s;
	transition: background-color 0s, color 0s;
	-webkit-transition-delay: .25s;
	-moz-transition-delay: .25s;
	-ms-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s;
}
#T4A85E4EA003_ctl00_ctl00_navigationUl li a, .topnav ul li a {
	padding: 0px 1.1em;
	display: block;
	text-decoration: none;
	list-style: outside none none;
}
#T4A85E4EA003_ctl00_ctl00_navigationUl li ul, .topnav ul li ul {
	/*display: none;*/
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0s visibility;
	-moz-transition: 0s visibility;
	-ms-transition: 0s visibility;
	-o-transition: 0s visibility;
	transition: 0s visibility;
	-webkit-transition-delay: .25s;
	-moz-transition-delay: .25s;
	-ms-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s;
}
#T4A85E4EA003_ctl00_ctl00_navigationUl li:hover ul, .topnav ul li:hover ul {
	/*display: block;*/
	visibility: visible;
}
#T4A85E4EA003_ctl00_ctl00_navigationUl li ul, .topnav ul li ul {
	border: medium none #808080 !important;
	margin-left: 0px !important;
	background-color: #808080 !important;
	opacity: 0.95 !important;
	padding: 5px 0px !important;
	list-style-type: none !important;
	position: absolute;
	overflow: visible;
	width: 235px;
	top: 55px;
	height: auto;
}
#T4A85E4EA003_ctl00_ctl00_navigationUl li ul li, .topnav ul li ul li {
	list-style: outside none none !important;
	border-style: none !important;
	position: relative !important;
	float: left !important;
	height: auto !important;
	border: medium none !important;
	width: 100%;
}
#T4A85E4EA003_ctl00_ctl00_navigationUl li ul li a, .topnav ul li ul li a {
	padding: 0 10px 2px;
	margin: 0;
}
#T4A85E4EA003_ctl00_ctl00_navigationUl li ul li ul, .topnav ul li ul li ul {
	display: block !important;
	position: absolute;
	left: 235px !important;
	top: 0px !important;
	visibility: hidden !important;
	-webkit-transition-delay: visibility 0s, width 0s;
	-moz-transition-delay: visibility 0s, width 0s;
	-ms-transition-delay: visibility 0s, width 0s;
	-o-transition-delay: visibility 0s, width 0s;
	transition: visibility 0s, width 0s;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition-delay: .25s;
}
#T4A85E4EA003_ctl00_ctl00_navigationUl li ul li:hover ul, .topnav ul li ul li:hover ul {
	/*display: block !important;*/
	visibility: visible !important;
}
.sfNavHorizontalsflanguagesVerticalListWrp .k-popup {
	background-color: #969696;
	background-color: rgba(150, 150, 150, 0.9);
	border: none;
}
.k-menu .k-item, .k-widget.k-menu-horizontal > .k-item {
	border-style: none !important;
}
.k-menu .k-item > .k-link {
	padding: 0 1.1em;
}
.k-menu .k-menu-group {
	border: gray;
	margin-left: 0 !important;
	background-color: gray;
	opacity: .9;
	padding: 5px 0;
}
.k-popup, .k-popup li {
	height: auto !important;
	border: none;
}
.k-popup li a {
	margin-top: auto !important;
	color: #fff !important;
	font-size: 15px;
}
.logo {
	margin-top: 15px;
}
.logo img {
	max-width: 200px;
	border: none;
}
.setHeight {
	min-height: 450px;
}
.banner {
	overflow: visible;
	width: 1350px;
	margin: 0 auto;
	position: relative;
}
.banner img {
	width: 100%;
}
.footer {
	padding: 20px 0;
	margin-top: 30px;
}
.footer h3 {
	padding: 0;
	margin: 0 0 5px;
	font-weight: 700;
	color: #eee;
}
.footer h3 a {
	color: #eee;
	text-decoration: none;
}
.footer h3 a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer .sfNavList {
	padding: 0;
	margin: 5px 0 40px;
	font-size: 11px;
}
.footer .sfNavList li a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}
.footer .sfNavList li a:hover {
	text-decoration: underline;
}
address {
	font-style: normal;
	color: #fff;
	font-size: 10px;
}
.featureBox {
	background-color: #eee;
	border: solid 1px #ddd;
	padding: 10px;
	margin-bottom: 15px;
}
.featureBoxSm {
	background-color: #eee;
	border: solid 1px #ddd;
	padding: 5px;
	width: 425px;
	float: right;
}
.insetMenu, .insetSubMenu {
	margin-top: 10px;
	border: solid 1px #ccc;
	padding: 20px;
	background-color: #F7F9F2;
}
.insetMenu ul, .insetSubMenu ul {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	list-style-position: inside;
	list-style-type: disc;
	-webkit-column-break-after: auto;
	column-break-after: auto;
}
.insetMenu ul li ul, .insetSubMenu ul li ul {
	-moz-column-count: 1;
	-moz-column-gap: 0;
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
	column-count: 1;
	column-gap: 0;
	list-style-position: outside;
	list-style-type: disc;
}
.insetMenu a:hover {
	text-decoration: underline;
}
.insetMenu li {
	padding: 0 !important;
}
.insetMenu li a {
	font-weight: 700;
}
.insetMenu li ul li {
	padding: 0 0 0 16px !important;
}
.insetMenu li ul li a {
	font-weight: 400;
}
.insetMenu .k-treeview .k-in {
	border: none;
}
#TC869EEFF001_ctl00_ctl00_ctl03_ctl01_childNodesContainer {
	-webkit-column-break-after: always;
	-ms-column-break-after: always;
	-moz-column-break-after: always;
	column-break-after: always;
	break-after: always;
	margin-bottom: 25px;
}
.k-treeview li ul li {
	padding: 0 0 0 6px !important;
	margin: 0 0 0 35px !important;
}
.k-treeview .k-in {
	border-style: none !important;
	font-weight: normal !important;
	text-decoration: underline !important;
}
.k-treeview .k-in:hover {
	text-decoration: none !important;
}
.k-treeview > .k-group, .k-treeview .k-item > .k-group, .k-treeview .k-content {
	list-style-type: disc !important;
}
.k-treeview .k-item {
	list-style-position: outside !important;
	margin: 0 0 0 20px !important;
	padding: 0px !important;
	display: list-item !important;
}
div.k-treeview {
}
.padBottom10 {
	margin-bottom: 10px;
}
table {
	border: solid 1px #ccc;
	border-collapse: collapse;
	margin-top: 20px;
	width: 100%;
	font-size: 13px;
}
table th {
	border: solid 1px #ccc;
	padding: 4px;
	font-weight: 700;
	background-color: #ddd;
}
table td {
	border: solid 1px #ccc;
	padding: 4px;
	vertical-align: top;
}
table .tableSubhead {
	background-color: #eee;
	font-weight: 700;
}
#ZoneEditor {
	overflow: visible !important;
}
.prInset {
	float: right;
	border: solid 1px #ddd;
	padding: 10px;
	text-align: center;
	margin: 0 0 5px 10px;
}
.prInset a {
	font-size: 12px;
}
.hardBreak {
	clear: both;
}
.hideShow {
	border: solid 1px #ddd;
	padding: 4px 10px 4px 4px;
	cursor: pointer;
	background-position: 99% 50%;
	background-repeat: no-repeat;
}
.hideShowOn {
	background-image: url(/common/images/show.png);
}
.hideShowOn:hover {
	background-image: url(/common/images/show_hover.png);
}
.hideShowOff {
	background-image: url(/common/images/hide.png) !important;
}
.hideShowOff:hover {
	background-image: url(/common/images/hide_hover.png) !important;
}
.hideShow h2 {
	margin: 0 !important;
}
.hideShowDisplay {
	display: none;
}
.hideShowContainer {
	margin-bottom: 10px;
}
body.sfPageEditor .hideShowDisplay {
	display: block !important;
}
.sf_pagerNumeric a {
	margin-right: 4px;
}
.HomeFeature {
	text-align: center;
	margin-top: 15px;
}
.HomeFeature img {
	height: 84px;
}
.HomeFeatureBox1, .HomeFeatureBlock2 {
	background-color: #eee;
	margin: 10px auto;
	width: 90%;
	height: 144px !important;
}
.HomeFeatureBox1DE h2 {
	margin: 0;
}
html > body .HomeFeatureBox1 {
	height: 148px !important;
}
html > body .HomeFeatureBox1DE {
	padding: 10px;
}
_:-ms-fullscreen, :root .HomeFeatureBox1DE {
 padding: 10px;
}
_:-ms-input-placeholder, :root .HomeFeatureBox1DE {
}
.HomeFeatureBox1DE:not(:root) {
}
_:-ms-input-placeholder, :root .homeGreenCN {
 height: 158px;
}
_:-ms-input-placeholder, :root .homeBlueCN {
 height: 158px;
}
:root .homeGreenCN {
	height: 156px;
}
:root .homeBlueCN {
	height: 156px;
}
/*
_::-moz-range-track,
body:last-child .HomeFeatureBox1 {
    height: 153px !important;
}
*/
/*
.HomeFeatureBox1:not(:root) {
    height: 145px !important;
}
*/
_:-ms-fullscreen, :root .homeGreenCN {
 height: 158px;
}
_:-ms-fullscreen, :root .homeBlueCN {
 height: 158px;
}
.HomeFeatureBox1 img, .HomeFeatureBlock2 img {
	float: left;
	margin-right: 10px;
	max-height: 150px;
}
.HomeFeatureBox1 ul li h2, .HomeFeatureBlock2 h2, .HomeFeatureBox3 h2, .HomeFeatureBox4 h2, .bgBlue h2 {
	margin: 0;
}
.HomeFeatureBox1 ul {
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 12px;
}
.HomeFeatureBox1 h2 {
	line-height: 110%;
	margin-bottom: 10px;
}
.HomeFeatureBlock2 p {
	font-size: 13px;
	margin: 5px 0 0;
	line-height: 100%;
}
.bx-wrapper {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: transparent !important;
}
.bxslider, .bx-wrapper, .bx-viewport {
	background-color: transparent;
}
.bxslider p {
	font-size: 13px;
}
.bx-wrapper img {
	float: left;
	margin-bottom: 50px;
}
.HomeFeatureBox3, .bgBlue {
	background-color: #cddae2;
	margin-bottom: 10px;
}
.HomeFeatureBox3 h2 {
	margin: 0 0 10px 10px;
}
.HomeFeatureBox4, .bgGreen {
	background-color: #e1efce;
	padding: 0 0 10px;
}
.bgGreen h2 {
	margin: 10px 0 0 10px;
}
#T4A85E4EA044 {
	float: left;
}
.sflanguagesHorizontalList {
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}
.sflanguagesHorizontalList li {
	float: left;
	margin-left: 10px;
}
.productsTable ul, .rohsTable ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.dfLinkFalse {
	display: none;
}
.listHtmlLinks, .listVideoLinks {
	padding: 0 0 0 40px;
	margin-top: -12px;
}
.listHtmlLinks li {
	background-image: url(/common/images/link-icon.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.listVideoLinks li {
	background-image: url(/common/images/video-icon.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.borderedSection {
	border-top: solid 1px #ccc;
	margin-top: 15px;
	padding-top: 15px;
}
.multiColumnUl2 ul {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	list-style-position: inside;
	width: 70%;
	padding: 0 20px 0 5px;
}
.multiColumnUl3 ul {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	list-style-position: inside;
	width: 90%;
	padding: 0 20px 0 5px;
}
.multiColumnUl3.ul ul {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	list-style-position: inside;
	width: 100%;
	padding: 0 0 0 5px;
}
.multiULOverride ul {
	-moz-column-count: 1 !important;
	-webkit-column-count: 1 !important;
	column-count: 1 !important;
	list-style-position: outside !important;
	width: 100%;
	padding: 0 0 0 20px !important;
}
.PDF_H4 {
	font-size: 15px;
	font-weight: 700;
}
.productsTable, .rohsTable {
	border: solid 1px #ddd;
	border-collapse: collapse;
	font-size: 13px;
}
.productsTable th, .rohsTable th {
	background-color: #969696;
	color: #fff;
}
.productsTable th, .productsTable td, .rohsTable th, .rohsTable td {
	padding: 7px;
	text-align: center;
}
.thSeries {
	color: #fff;
	background-color: #05466c !important;
	min-width: 79px;
}
.productsTable .showAlways {
	display: table-cell !important;
}
.featuredLink {
	background-image: url(/common/images/Icon_triangle.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 0 3px;
}
.backToTop {
	display: block;
	text-align: center;
	border-top: solid 1px #ddd;
	padding-top: 15px;
	margin-top: 20px;
	background-image: url(/common/images/back-to-top.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	vertical-align: bottom;
	color: #6997c5;
	font-size: 12px;
}
label {
	font-weight: 700;
}
.sfTxtBoxSmall input {
	width: 65px;
}
.sfTxtBoxLarge input {
	width: 250px;
}
textarea {
	min-width: 250px;
}
.sfSuccess {
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #115A31;
	font-weight: 700;
	margin: 30px 0;
}
.navL2hover:hover {
	background-color: #aaa !important;
}
.sfError {
	color: red;
}
.sfFormsEditor .sfPublicWrapper {
	width: 1175px !important;
}
.frmTextLarge {
	width: 250px;
}
.sfFormRadiolist {
	margin-top: 7px;
}
.sfFormBox {
	margin-top: 5px;
}
.offset-link {
	display: block;
	position: relative;
	top: -120px;
}
.buy-now {
	padding: 4px 0;
	width: 100%;
	border-radius: 3px;
	background-color: #8dc6e1;
	border: solid 1px #ccc;
	display: inline-block;
	margin-bottom: 5px;
	cursor: pointer;
	text-decoration: none;
	color: #444;
	font-weight: bold;
	font-size: 12px;
}
.buy-now:hover {
	background-color: #65CEFF;
}
.legacyTable, .legacyTable th, .legacyTable td {
	border: none !important;
	margin-top: 0 !important;
}

.ctab_group ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ctab_group ul li {
	font-weight: bold;
	font-size: 16px;
	padding: 10px 15px;
	list-style-type: none;
	float: left;
	background-color: #c9d4ea;
	margin-right: 10px;
	cursor: pointer;
}
.ctab_group ul li.active {
	background-color: #e1e7f3;
}
.ctab_group ul li:hover {
	background-color: #ccddff;
}
.ctab_panel {
	padding: 15px 20px 20px;
	background-color: #e1e7f3;
	clear: both;
	display: none;
	margin-bottom: 20px;
}
td .ctab_panel {
	display: block !important;
}
.marketsHomeLink {
	margin-bottom: 20px;
}
.marketsHomeLink h2 {
	margin: auto;
	background-color: #ccc;
	text-align: center;
	padding: 46px 0 47px;
}
.marketsSubLink img {
	width: 100%;
	max-width: 223px;
}
.marketsSubLink2 img {
	width: 100%;
	max-width: 223px;
	margin-top: -3px;
}
.marketsSubLink2a img {
	width: 100%;
	max-width: 270px;
	margin-bottom: 20px;
	max-height: 150px;
}
.marketsSubLink h3 {
	margin: 0;
	text-align: center;
	padding: 15px 7px;
	background-color: #ccc;
	max-width: 223px;
}
.marketsSubLink2 h2, .marketsSubLink2 h3 {
	margin: 0;
	text-align: center;
	padding: 15px 10px;
	background-color: #969696;
	max-width: 223px;
	color: #fff;
	min-height: 52px;
}
.marketsSubLink2a h2, .marketsSubLink2a h3 {
	margin: 0;
	text-align: center;
	padding: 15px 10px;
	background-color: #969696;
	max-width: 250px;
	color: #fff;
}
.marketsSubLink2 h2 a, .marketsSubLink2a h2 a, .marketsSubLink2 h3 a {
	color: #fff;
	text-decoration: none;
}
.marketsSubLink h3 {
	min-height: 50px;
	padding: 15px 10px;
}
.marketsSubLink h2 a, .marketsHomeLink h2 a, .marketsSubLink h3 a {
	color: #505050;
	text-decoration: none;
}
.marketsSubLink h2 a:hover, .marketsHomeLink h2 a:hover, .marketsSubLink h3 a:hover {
	text-decoration: underline;
}
.marketsSubLink h2:hover, .marketsHomeLink h2:hover, .marketsSubLink h3:hover {
	opacity: .8;
}
.proaudio table {
	width: auto !important;
	margin-top: 0;
}
.proaudio table, .proaudio th, .proaudio td {
	border: none !important;
}
.proaudio img {
	margin-top: 7px;
}
.paBoxTitle {
	font-size: 12px;
	font-weight: 700;
	color: #9A9A9A;
	vertical-align: middle;
	padding-left: 4px;
}
.paBoxText {
	font-size: 11px;
	font-weight: 400;
	color: #656565;
	vertical-align: middle;
	padding-left: 3px;
	line-height: 11.38px;
}
.backPABox {
	background-image: url(/common/images/back_box.jpg);
	background-repeat: no-repeat;
	border: solid 1px #ccc;
	height: 175px;
	width: 127px;
	background-size: 132px;
}
.backPABox table {
	margin: -10px 0 0 -10px;
}
.backPABox table table {
	margin-top: -10px;
}
.linkPA {
	font-size: 12px;
}
.displayNone {
	display: none;
}
.columnsOver {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	width: 40% !important;
	margin: auto !important;
}
.newsRotator {
	height: 100px;
	overflow: hidden;
	margin-top: 5px;
}
.newsRotator ul {
	padding: 0;
	margin: 0 20px 0 10px;
	list-style-type: none;
}
.newsRotator ul li {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: normal;
	height: 100px;
}
.homeBanner {
	margin-top: 105px;
}
.homeFeatureHeight {
	height: 154px;
}
.homeFeatureHeightDE {
	height: 172px;
}
.homeFeatureHeight, x:-moz-any-link, x:default {
 height: 163px !important;
}
.homeFeatureHeightDE, x:-moz-any-link, x:default {
 height: 185px;
}
.homeFeatureBox1, x:-moz-any-link, x:default {
 height: 163px;
}
html > body .homeFeatureHeight {
	height: 158px;
}
html > body .homeFeatureHeightDE {
	height: 181px;
}
html > body .homeFeatureBox1 {
	height: 158px !important;
}
html > body .homeFeatureBox1DE {
	height: 158px !important;
}
.homeFeatureHeight:not(:root) {
	height: 155px;
}
.homeFeatureHeightDE:not(:root) {
	height: 172px;
}
_:-ms-input-placeholder, :root .homeFeatureHeight {
 height: 158px;
}
_:-ms-input-placeholder, :root .homeFeatureHeightDE {
 height: 175px;
}
_:-ms-input-placeholder, :root .homeFeatureBox1 {
 height: 148px !important;
}
_:-ms-input-placeholder, :root .homeFeatureBox1DE {
 height: 165px !important;
}
.stickyHeader {
	width: 100%;
	background-color: #fff;
	position: fixed;
	z-index: 9999;
}
#RadDockZoneBody .stickyHeader, #ZoneEditor .stickyHeader {
	position: relative !important;
}
#ZoneEditor .scrollBody {
	margin-top: auto !important;
}
.offsetTop75 {
	margin-top: -75px;
}
.slider1, .slider2 {
	z-index: 99;
	position: relative;
}
.slider {
	height: 365px;
	position: relative;
	z-index: 99;
}
.slide .element {
	margin-top: 0;
	height: 100%;
	width: auto;
}
.bannerWidth {
	width: 1350px;
	margin: 0 auto;
	margin-top: -380px;
}
.centerSlide {
	left: 50% !important;
	margin-left: -700px;
}
.bgBlue {
	padding-bottom: 10px;
}
.bgGreen {
	background-image: url(/images/Home-Page/home-news.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bgBlue h2, bgGreen h2 {
	padding: 10px 0 0 10px;
}
.bgBlue p, bgGreen p {
	padding-left: 10px;
	margin: 5px 0;
}
.bgBlue .inventorySearch {
	margin-bottom: 10px;
}
.homeParametric a {
	color: #505050;
	text-decoration: none;
}
.homeSearch {
	float: right;
}
.homeSearch .sfContentBlock {
	float: left;
}
.headerLinks {
	float: right;
}
.headerLinks ul {
	list-style: none;
	margin: 0;
	margin-top: 4px;
}
.headerLinks ul li {
	float: left;
	margin-left: 12px;
}
.headerLinks a {
	color: #868686;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}
.headerLinks a:hover {
	text-decoration: underline;
	opacity: .7;
}
.sfsearchSubmit {
	background-color: #969696;
	font-size: 13px;
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: "PT Sans", sans-serif;
	padding: 2px 5px;
}
.headerMTop {
	margin-top: 2px;
}
.header .sf_2cols_1_50 {
	margin-left: -30px;
}
.featureBoxSm {
	width: 400px !important;
}
.featureBoxSm .sf_2cols_1_50 {
	width: 120px !important;
	margin-left: 0;
}
.featureBoxSm .sf_2cols_2_50 {
	width: 258px !important;
}
#T4A85E4EA074_Col01 {
	margin: 0 !important;
}
#T4A85E4EA074_Col00 {
	margin-right: -150px !important;
}
.headerLinkLang {
	margin-top: 5px;
}
.fraction-slider {
	overflow: visible !important;
	width: auto;
	height: auto;
}
.fraction-slider .prev, .fraction-slider .next {
	display: none;
	position: absolute;
	width: 45px;
	height: 45px;
	z-index: 9999;
}
.fraction-slider .prev {
	left: 10px;
	top: 185px;
	background: url(/common/images/fs.prevnext.png) 0 0 no-repeat transparent;
}
.fraction-slider .prev:hover {
	background: url(/common/images/fs.prevnext.png) 0 -45px no-repeat transparent;
}
.fraction-slider .next {
	right: 10px;
	top: 185px;
	background: url(/common/images/fs.prevnext.png) -45px 0 no-repeat transparent;
}
.fraction-slider .next:hover {
	background: url(/common/images/fs.prevnext.png) -45px -45px no-repeat transparent;
}
.fraction-slider:hover .prev, .fraction-slider:hover .next {
	display: block;
}
.fs-pager-wrapper {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 9999;
}
.dispTable {
	display: table !important;
}
.fs-pager-wrapper a {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px 0 0;
	background: url(/common/images/fs.pager.png) 0 -14px no-repeat transparent;
}
.fs-pager-wrapper .active {
	background: url(/common/images/fs.pager.png) 0 0 no-repeat transparent;
}
.slider2 {
	margin: auto;
}
.k-popup .k-list .k-item {
	line-height: initial !important;
	min-height: initial !important;
	font-weight: 400;
	font-size: 12px;
	padding: 0 5px;
}
.k-popup .k-list .k-state-hover {
	border: none !important;
	background-color: #ddd;
}
.legacyTable label {
	font-weight: 400;
}
.bannerBack {
	background-color: #ccc;
	margin-top: 107px;
}
.k-popup.k-list-container {
	background-color: #fff;
	border-color: #717171;
}
.marketsL26 {
	margin-top: 10px;
}
.marketsL26 img {
	width: 100%;
	max-height: 133px;
}
.marketsL26 .sfContentBlock {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 50px;
	width: 250px;
}
.marketsL26 h2 {
	text-align: center;
}
.marketsL26 h2 a {
	color: #444;
	text-decoration: none;
}
.marketsL2title_wrapper {
	background-color: #ccc;
	width: 100%;
	display: table;
}
.marketsSubLink .sfContentBlock, .markets2SubBk {
	height: 75px;
	background-color: #ccc;
	display: table-cell;
	vertical-align: middle;
	width: 223px;
	text-align: center;
}
.marketsSubLink h2 {
	margin: 0 5px;
}
.marketsL2title_wrapper h2 {
	margin: 0 auto;
}
.slicknav_menu {
	display: none;
}
.mobileHeader {
	display: none;
}
.homeBannerWrapper {
	overflow: hidden;
	position: relative;
	margin: 0 0 20px;
	background-color: #0683B9;
}
.element_bk {
	width: 175% !important;
	height: auto !important;
	margin-top: -10%;
	left: -500px !important;
}
.paMargin {
	margin-top: 107px;
}
.sfBreadcrumbWrp {
	margin-top: 3px;
}
.k-menu .k-menu-group .k-item > .k-link {
	padding: .15em 1.8em .1em .9em !important;
}
.homeGreenCN, .homeBlueCN {
	height: 154px;
}
_::-moz-range-track, body:last-child .homeGreenCN {
 height: 165px !important;
}
_::-moz-range-track, body:last-child .homeBlueCN {
 height: 165px !important;
}
_::-moz-range-track, body:last-child .HomeFeatureBoxCN {
 height: 155px;
}
_::-moz-range-track, body:last-child .HomeFeatureBoxDE {
 height: 171px;
}
:first-child + html img {
	border: none !important;
}
:first-child + html .sfsearchTxt {
	width: 150px !important;
}
:first-child + html .da-arrows {
	display: none !important;
}
:first-child + html .da-dots {
	display: none !important;
}
:first-child + html .homeFeatureHeight {
	height: 152px !important;
}
:first-child + html .HomeFeatureBox1 {
	height: 142px !important;
}
:first-child + html .emCol1 {
	padding-top: 20px !important;
}
:first-child + html .marketsHomeLink .sfimageWrp {
	margin-top: 19px !important;
}
:first-child + html .k-popup {
	overflow: visible !important;
}
:first-child + html .marketsL26 .sfContentBlock {
	width: auto !important;
}
:first-child + html .marketsL2title_wrapper {
	margin-top: -2px !important;
	width: 177px !important;
}
:first-child + html .marketsL2title_wrapper H2 {
	font-size: 13px !important;
	padding: 5px !important;
}
:first-child + html .marketsSubLink2a H2 {
	max-width: 243px !important;
}
:first-child + html .languageSelect .sflanguagesVerticalList {
	width: 160px !important;
	border: solid 1px #ccc !important;
	margin-left: 0 !important;
}
#prodRelatedLinks {
	float: right;
	padding: 0 20px 20px 20px;
	background-color: #eee;
	width: 30%;
	margin-top: 15px;
}
#prodDetail {
	float: left;
	width: 60%;
	margin-top: 15px;
}
#prodRelatedLinks h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
#prodRelatedLinks a {
	color: #696969;
	text-decoration: none;
}
#prodRelatedLinks a:hover {
	text-decoration: underline;
}
#RadWindowWrapper_PropertyEditorDialog {
	min-width: 600px !important;
}
.rwTable {
/*height: 598px !important;*/
}
.mobile-datasheet-search {
	display: none;
}

@media screen and (max-width: 1225px) {
.HomeFeatureBox1 img {
	width: 40%;
	margin-bottom: 3px !important;
}
}

@media screen and (max-width: 1200px) {
.featureBoxSm {
	margin-right: 15px;
}
.fixedWidth {
	width: 98%;
	margin: 0 0 0 10px;
}
.navbar {
	padding: 0 20px;
}
.topnav {
	margin-right: 20px;
}
.banner {
	width: 100%;
}
.footer {
	padding: 20px 10px;
}
.marketsL26 img {
	max-height: 100px;
}
.marketsL2title_wrapper h2 {
	padding: 0 5px;
}
.marketsL26 .sfContentBlock {
	height: 70px;
}
#T4A85E4EA074_Col00 {
	margin-right: -50px !important;
}
.k-menu .k-item > .k-link {
	padding: 0 .5em;
}
.enews input[type=text] {
	width: 132px;
}
.HomeFeatureBox1DE img {
	max-width: 100px;
}
}

@media screen and (max-width: 1130px) {
.enews input[type=text] {
	width: 150px;
}
.HomeFeatureBox1DE img {
	max-width: none;
}
.hpHeight1 {
	margin-bottom: 10px;
	height: auto;
}
.homeAdjust .sf_3cols_1_33 {
	width: 100% !important;
}
.homeAdjust img {
	width: auto !important;
	max-height: 70px;
}
.HomeFeatureBox1 {
	height: auto !important;
	margin-bottom: 12px;
}
 _::-moz-range-track, body:last-child .HomeFeatureBox1 /* FF */ {
 height: auto !important;
}
.homeAdjust .sf_3cols_2_34 {
	width: 100% !important;
}
.sf_3cols_2_34 .sf_3cols_2in_34, .sf_3cols_3_33 .sf_3cols_3in_33 {
	margin-left: 0;
}
.homeAdjust .sf_3cols_3_33 {
	width: 100% !important;
}
.sf_4cols_1_25, .sf_4cols_2_25, .sf_4cols_3_25, .sf_4cols_4_25 {
	width: 50%;
}
.HomeFeature {
	margin-bottom: 12px;
}
.HomeFeature p {
	height: auto;
}
.bgGreen {
	height: auto !important;
}
}

@media screen and (max-width: 1040px) {
#T4A85E4EA074_Col00 {
	margin-right: 0 !important;
}
.svcsImgText .sf_2cols_1_25 {
	min-width: 100px;
}
.svcsImgText .sf_2cols_2_75 {
	max-width: 80%;
}
.k-menu .k-item, .k-widget.k-menu-horizontal > .k-item {
	font-size: 15px;
}
.HomeFeature h2 {
	font-size: 14px;
}
.HomeFeature p {
	height: 80px;
}
.headerLeft {
	width: 500px !important;
}
.topnav ul li a {
	padding: 0px .7em !important;
}
}

@media screen and (max-width: 985px) {
.HomeFeatureBox1DE p {
	font-size: 12px;
}
.sf_colsOut.sf_5cols_1_20, .sf_colsOut.sf_5cols_2_20, .sf_colsOut.sf_5cols_3_20, .sf_colsOut.sf_5cols_4_20, .sf_colsOut.sf_5cols_5_20 {
	width: 30% !important;
}
.sf_5cols_1in_20, .sf_5cols_2in_20, .sf_5cols_3in_20, .sf_5cols_4in_20, .sf_5cols_5in_20 {
	width: 90% !important;
}
.marketsSubLink2 img {
	margin-bottom: 20px;
	max-width: inherit;
}
.marketsSubLink .sf_colsOut {
	margin-bottom: 20px;
}
.headerLeft {
	margin-left: -67px !important;
}
.HomeFeatureBox1DE img {
	width: 40%;
}
}

@media screen and (max-width: 915px) {
html, body {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #505050;
	background-color: #fff;
}
h1 {
	padding: 0;
	margin: 0 0 10px;
	font-weight: 400;
	color: #505050;
	font-size: 32px;
}
h2 {
	margin: 15px 0 5px;
	font-size: 15px;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
.fullWidth {
	width: 100%;
}
.fixedWidth {
	width: 100%;
	margin: 0 auto;
}
.header {
	float: right;
	color: #969696;
	font-weight: 700;
	padding: 10px 0;
	font-size: 15px;
}
.headerLinks {
	float: left;
}
.search {
	float: right;
	position: relative;
}
.navbar {
	background-color: #05466c;
	padding: 0;
}
.footer {
	background-color: #969696;
}
.topnav {
	float: right;
	margin-right: 20px;
	margin-top: -25px;
}
.topnav ul li {
	padding-left: 30px;
	font-size: 17px;
}
.topnav ul li a {
	color: #D7D7D7;
	text-decoration: none;
}
/*
.topnav ul li a:hover {
	text-decoration: underline;
	color: #fff;
}*/
.logo {
	position: absolute;
	top: 398px;
	left: 10px;
	z-index: 99;
}
.logo img {
	width: 150px;
}
.banner img {
	width: 100%;
}
.footer {
	padding: 20px 0;
	margin-top: 20px;
}
.footer h3 {
	padding: 0;
	margin: 0 0 5px;
	font-weight: 700;
}
.footer h3 a {
	color: #eee;
	text-decoration: none;
}
.footer h3 a:hover {
	color: #fff;
	text-decoration: underline;
}
address {
	font-style: normal;
	color: #fff;
	font-size: 12px;
}
.slicknav_menu {
	display: block;
	position: fixed;
	width: 100%;
	z-index: 9995;
}
.slicknav_nav {
	overflow-y: auto !important;
	height: 300px;
}
.stickyHeader {
	display: none;
}
.bannerBack {
	margin-top: 53px;
}
.mobileMargin {
	margin: 0 10px;
}
.mobileHide {
	display: none;
}
.homeBanner {
	margin-top: 52px;
	z-index: 90;
}
.footer .sfNavList {
	margin: 0;
}
.footer .sf_colsOut.sf_5cols_1_20, .footer .sf_colsOut.sf_5cols_2_20, .footer .sf_colsOut.sf_5cols_3_20, .footer .sf_colsOut.sf_5cols_4_20, .footer .sf_colsOut.sf_5cols_5_20 {
	width: auto;
	margin-left: 10px;
}
.mobileHeader .featureBoxSm, .mobileHeader .languageSelect {
	display: none !important; /* temporary */
}
.mobileHeader {
	display: block;
	z-index: 9999;
	position: fixed;
}
.sfPublicWrapper {
	padding: 0 !important;
}
.mobileHeader .logo {
	top: auto;
	padding-top: 18px;
	margin-top: auto;
}
.mobileHeader .headerLinks {
	display: none;
}
.mobileHeader .languageSelect {
	display: none;
	position: absolute;
	top: 40px;
	padding-top: 7px;
	right: 150px;
}
.mobileHeader .featureBoxSm {
	display: none;
	position: absolute;
	top: 52px;
	padding-top: 7px;
	width: 100% !important;
}
.mobileHeader .featureBoxSm .sf_2cols_1_50 {
	position: absolute;
	right: 300px;
}
.featureBoxSm .sf_2cols_2_50 {
	width: 278px !important;
	right: 10px;
}
.searchIcon {
	position: absolute;
	right: 115px;
	top: 16px;
	cursor: pointer;
}
.search input.sfsearchTxt {
	margin-top: 0;
	padding: 3px 0 !important;
}
.k-autocomplete {
	border: solid 1px #aaa;
	margin-top: -4px;
}
.languageIcon {
	position: absolute;
	top: 17px;
	right: 160px;
	cursor: pointer;
}
.searchIcon:hover, .languageIcon:hover {
	opacity: .7;
}
.sfsearchBox {
	text-align: right;
	margin-right: 20px;
}
.footer .sfNavList li {
	float: left;
	margin-right: 15px;
}
.marketsHomeLink h2 {
	padding: 30px 10px 0;
	height: 70px;
}
.marketsHomeLink .sfimageWrp {
	overflow: hidden;
	max-height: 100px;
}
}

@media screen and (max-width: 885px) {
.footer .sf_5cols_5_20 {
	width: 100% !important;
}
address {
	clear: both;
}
.prodFeatText {
	width: 78% !important;
}
.svcsImgText .sf_2cols_2_75 {
	max-width: 75%;
}
}

@media screen and (max-width: 700px) {
.sf_colsOut.sf_5cols_1_20, .sf_colsOut.sf_5cols_2_20, .sf_colsOut.sf_5cols_3_20, .sf_colsOut.sf_5cols_4_20, .sf_colsOut.sf_5cols_5_20 {
	width: 50% !important;
}
.sf_5cols_1in_20, .sf_5cols_2in_20, .sf_5cols_3in_20, .sf_5cols_4in_20, .sf_5cols_5in_20 {
	width: 90% !important;
}
.marketsSubLink2 h2, .marketsSubLink2 h3 {
	max-width: none;
}
.marketsSubLink2 img {
	margin-bottom: 20px;
	max-width: none;
}
.svcsImgText .sf_2cols_2_75 {
	max-width: 70%;
}
#prodRelatedLinks {
	float: none;
	width: 92%;
}
#prodRelatedLinks h2 {
	padding-top: 15px;
}
#prodDetail {
	float: none;
	width: 100%;
}
}

@media screen and (max-width: 540px) {
.svcsImgText .sf_2cols_2_75 {
	max-width: 65%;
}
}

@media screen and (max-width: 470px) {
.svcsImgText .sf_2cols_1_25 {
	display: none;
}
.svcsImgText .sf_2cols_2_75 {
	max-width: none;
	width: 100% !important;
	margin-left: 0;
}
}

@media screen and (max-width: 415px) {
.sf_colsOut.sf_5cols_1_20, .sf_colsOut.sf_5cols_2_20, .sf_colsOut.sf_5cols_3_20, .sf_colsOut.sf_5cols_4_20, .sf_colsOut.sf_5cols_5_20 {
	width: 100% !important;
}
.sf_5cols_1in_20, .sf_5cols_2in_20, .sf_5cols_3in_20, .sf_5cols_4in_20, .sf_5cols_5in_20 {
	width: 90% !important;
}
.marketsSubLink2 h2, .marketsSubLink2 h3 {
	max-width: none;
}
.marketsSubLink2 img {
	margin-bottom: 20px;
	max-width: none;
}
}
