/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/
body {
	background: #FFF;
	color: #000;
	margin: 0;
	font-size: 18px;
    position: relative;
	font-family: Arial, helvetica, Verdana, sans-serif;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.pageResults {
	color: #0000FF;
}
a.pageResults:hover {
	color: #0000FF;
	background: #FFFF33;
}
a:hover, a:focus {
	color: #0068A6;
}
#bodyContent a {
	color: #0068A6;
}
#bodyContent div.product-listing-box a.btn {
	color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 25px;
	color: #102372;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
img {
	border: 0;
}
label {
	font-weight: 400;
}
hr {
	border-top: 1px solid #666666;
}
#page_homepage h2 {
	color: #141415;
}
.smallText {
	font-size: 10px;
}
.clear,
.clearFloats {
	clear: both;
}
#bodyContent {
	padding-top: 10px;
}
.listing-ul,
.listing-ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a.btn {
	text-decoration: none;
}

.menuContainerJSListBox {
	overflow: auto;
}
.required-indicator {
	color: #F00;
	font-size: 12px;
}

.fa.required-field-indicator {
	color: #F00;
	font-size: 8px;
	vertical-align: top;
}
.form-horizontal .has-feedback .form-control-feedback {
	top: 35%;
	right: 20px;
}
#printNav {
	float: right;
}
.contentContainer {
	padding-bottom: 10px;
}
.contentText, .contentText table {
	/*padding: 5px 0 5px 0;*/
	/*font-size: 16px;*/
	/*line-height: 1.5;*/
}

/* infobox styles */
.infoBoxContainer {
	margin-bottom: 5px;
}
.infoBox {
	background: #EFEFEF;
	font-size: 11px;
}
.infoBoxHeading {
	padding: 2px;
	font-size: 13px;
	font-weight: 700;
	background: #B6B6B6;
	color: #ffffff;
}
.infoBoxContents {
	padding: 5px;
	line-height: 1.5;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-size: 10px;
}
.extraBox-heading {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
/* End infobox styles */

/* Filters */
.filters-lbl {
	padding-right: 4px;
}
/* End Filters */

/* Listing Rows */
.listing-row.odd, .productListing tr.odd,
TR.accountHistory-odd, TR.addressBook-odd,
TR.alsoPurchased-odd, TR.payment-odd,
TR.productListing-odd, TR.productReviews-odd,
TR.upcomingProducts-odd, TR.shippingOptions-odd,
.productListTable.odd {
	background-color: #E3E3E3;
}
.listing-row.even, .productListing tr.even,
TR.accountHistory-even, TR.addressBook-even,
TR.alsoPurchased-even, TR.payment-even,
TR.productListing-even, TR.productReviews-even,
TR.upcomingProducts-even, TR.shippingOptions-even,
.productListTable.even {
	background: #FFFFFF;
}
/* End Listing Rows */

/* Forms */
form {
	display: inline;
}
.formArea {
	background: #F1F1F1;
	border: 1px solid #B6B6B6;
}
.formAreaTitle {
	font-size: 12px;
	font-weight: bold;
}
.inputRequirement {
	font-size: 12px;
	color: #ff0000;
}
.fieldKey {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
	width: 150px;
}
.fieldValue {
	font-size: 11px;
	line-height: 1.5;
}
textarea {
	width: 100%;
}
textarea.rfq-comments {
	width: 98%;
	height: 120px;
}
#filter_orders_type {
	float: right;
}
.form-control.date-fld {
	display: inline-block;
}
select.form-control.date-fld.month {
	width: 120px;
	padding-right: initial;
}
select.form-control.date-fld.year {
	width: 80px;
	padding-right: initial;
}
/* End Forms */

/* Message box */
.messageBox {
	font-size: 11px;
}
.messageStackError,
.messageStackWarning {
	font-size: 11px;
	background-color: #ffb3b5;
}
.messageStackWarning {
	background-color: #fbf7a2;
}
.messageStackSuccess {
	font-size: 10px;
	background-color: #99ff00;
}
/* End message box */
/* Sitemap layout */
div.sitemap ul {
	list-style-type: circle;
}
div.sitemap ul a {
	text-decoration: none;
}
div.sitemap ul a:hover {
	color: blue;
}
/* End sitemap layout */


#big_back #one{
	background-color: #0079c2;
	background-image: url(../../images/banners/slide1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#big_back #two{
	background-color: #e0e0e0;
	background-image: url(../../images/banners/slide2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#big_back #three{
	background-color: #f2967d;
	background-image: url(../../images/banners/slide3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#big_back #four{
	background-color: #e0e0e0;
	background-image: url(../../images/banners/slide4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#big_back #five{
	background-color: #e0e0e0;
	background-image: url(../../images/banners/slide5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#big_back #six{
	background-color: #e0e0e0;
	background-image: url(../../images/banners/slide6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#sub_big_back{
	/*
	background-image: url(../../images/site/sub_big_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	*/
	width: 100%;
	height: 233px;
	margin-left:auto;
	margin-right:auto;
	margin-top: -2px;
}
.boxText {
	font-size: 11px;
}
.errorBox {
	background-color: #ffb3b5;
	font-size: 11px;
	font-weight: bold;
}
.section-heading {
	margin: 0;
	padding: 0;
	color: #740000;
	font-size: 12px;
	font-weight: bold;
}
tr.header {
	background: #FFFFFF;
}
.feature_box a{
 	font-weight: bold;
	color: #000070;
 }
.feature_head{
color:#000070;
font-size:20px;
font-weight:bold;
	margin-top:30px;
	margin-bottom:20px;
	clear:both;
}
.feature_words{
/*height:86px;*/
}
.feature {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.feature_box:hover {
	background: linear-gradient(180deg, rgba(234,234,234,1) 0%, rgba(59,139,187,1) 100%);;
}
.feature_box a:hover {
	color: white !important;
}
.feature a {
	font-size: 16px;
}
.feature_box_image {
	float: left;
	width: 50%;
	height: 100%;
}
.feature_box_title, .feature_words, .feature_learn_more {
	width: 55%;
	float: right;
	padding: 10px;
}
.feature_words {
	padding: 5px 10px;
}
.feature_words ul {
	margin: 0 0 0 -23px;
}
.feature_box_title h3 a {
	font-size: 15px;
	text-decoration: none;
	color: black !important;
}
.feature_box_title h3 {
	margin: 0;
}
.feature_learn_more a {
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: black !important;
	font-weight: 100;
}

.feature_box {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 0%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	border: thin solid #CCCCCC;
	-webkit-box-shadow: 0 0 18px -7px rgba(0,0,0,0.50);
	-moz-box-shadow: 0 0 18px -7px rgba(0,0,0,0.50);
	box-shadow: 0 0 18px -7px rgba(0,0,0,0.50);
	line-height:1.0em;
	width: 357px;
	height: 315px;
	margin: 5px auto;
	margin-bottom: 20px;
}

.feature_box img {
	height: 315px;
	object-fit: cover;
}
.feature_box_image {
	float: left;
	width: 45%;
	overflow: hidden;
	height: 100%;
}
.feature_box li {
	font-size: 12px;
}
.headerError {
	font-size: 12px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.headerInfo {
	font-size: 12px;
	background-color: #00FF00;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.pageHeading {
	font-size: 20px;
	font-weight: bold;
	color: #9a9a9a;
}
.tableHeading {
	font-size: 12px;
	font-weight: bold;
}
TD.subBar {
	background: #f4f7fd;
	font-size: 11px;
	color: #000000;
}
.accountCategory {
	font-size: 13px;
	color: #aabbdd;
}
.newItemInCart {
	font-size: 11px;
	color: #ff0000;
}
.stockWarning {
	font-size: 11px;
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}
.orderEdit {
	font-size: 11px;
	color: #777777;
	text-decoration: underline;
}
SPAN.greetUser {
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}
SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.errorText {
	color: #ff0000;
}
.error-msg {
	color: #F00;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.breadcrumbs,
.breadcrumbs a {
	color:#666666;
}
#footerbox {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background-color:rgba(0, 0, 0, 0.8);
	text-align: center;
	display: none;
	z-index: 8888;
}
#foot-content {
	color: #222;
	height:auto;
	/*height: 230px;*/
	width: 100%;
	/*border: 16px solid #0077C0;*/

	position: fixed;
	color:#ffffff;
	bottom: 0;
	text-align: center;
	padding-top: 10px;
	border-radius: 4px;
	text-align: center;
	display: none;
	z-index: 8889;

}
#flyout_message{
	text-align: center;
}
#flyout_message a {
	background: ;
}
#foot-close {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.math-questions:hover .contact-send-button,
#foot-close:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
#foot-close:active {
	position:relative;
	top:1px;
}
#flyout_message{

	padding-left: 15px;
	padding-right: 15px;
	font-size:15px;
}
.page_english #flyout_message{
	padding-top: -12px;
}
#flyout_message a{
	color:#ffffff;
	text-decoration: none;
}
.moduleRow {
}
.moduleRowOver {
	background-color: #D7D7D7;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #E9E9E9;
}


div.customTabs {
	clear: both;
}

#admin_editbar {
	background: url(../../images/site/heading_gradient_med.jpg) #444 repeat-x;
	width: 100%;
	left: 0;
	position: fixed;
	bottom: 0;
	z-index: 1002;
	padding: 6px;
	font: 12px/1em Verdana, Arial;
	color: white;
	opacity: .9;
	border-top: 1px solid white;
}
#admin_editbar a {
	color: white;
}
.dimmed-block {
	opacity: 0.4;
}
#receipt_products_listing .shipping-vendor {
	margin-bottom: 7px;
	border: 1px solid #CCC;
	border-radius: 6px;
	padding: 5px;
}
#receipt_products_listing .listing-ul.receipt-product-row {
	display: table-row;
}
#receipt_products_listing .listing-ul.listing-cols li {
	display: table-cell;
	padding-right: 8px;
}
#receipt_products_listing li.name-col {
	width: 350px;
}
#receipt_products_listing li.model-col {
	width: 200px;
}
#receipt_products_listing li.product-price-col,
#receipt_products_listing li.product-total-col {
	width: 100px;
}
#cart_buttonSet .col-sm-4 {
	padding-left: 0;
	padding-right: 0;
}
.buttons-row {
	padding: 4px 0;
}
.buttons-row-item {
	display: inline-block;
	margin-bottom: 5px;
}
.buttons-right {
	float: right;
}
.ui-dialog {
	z-index: 11000 !important;
}
.textAlignCenter {
	text-align: center;
}
i.help {
	font-size: 10px;
}
i.help:hover {
	cursor: pointer;
}
div.site-credits > a {
	display: inline-block !important;
	vertical-align: initial !important;
}
.imgright {
	float: right;
	clear: right;
}
.imgleft {
	float: left;
	clear: left;
}
#product_table_moved {
	display: none;
	margin-bottom: 40px;
}
span.button_box {
	margin-top: 10px;
	display: inline-block;
}
#xsell_products {
	margin: 16px auto;
	text-align: left;
}
.cross-sell-set li {
	display: inline-block;
	margin: 10px 30px;
	text-align: center;
}
#rightImages {
	max-width: 100%;
	text-align: center;
	display: none;
}
#rightImages img {
	max-width: 100% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}
#page_information #rightImages > * {
	margin-bottom: 10px;
}
.text-right {
	text-align: right;
}
/* Express Shopping Cart */
#esc_dialog {
	display: none;
	font-size: 16px;
}
#express_shopping_cart {
	margin: 0 auto;
}
#express_shopping_cart .inner {
	display: table;
	margin: 0 auto;
}
#express_shopping_cart .form-item-headings {
	font-size: 14px;
	font-weight: 600;
}
#express_shopping_cart .form-item-set {
	margin: 12px 0;
}
.form-item-headings li,
.form-item-set li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#express_shopping_cart .col-center {
	width: 48px;
}
.form-item-headings .item-cell,
.form-item-set .item-cell {
	width: 65%;
}
.form-item-headings .field-sep-cell,
.form-item-set .field-sep-cell {
	width: 10%;
}
.form-item-set .field-sep-cell {
	font-size: 18px;
}
.form-item-headings .qty-cell,
.form-item-set .qty-cell {
	width: 22%;
}
.lb-nav {
	padding: 0 20px;
}
/* Custom jQuery UI */
.ui-helper-clearfix {
	display: block;
	min-height: 0; /* support: IE7 */
	overflow: hidden;
	zoom: 1;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker {
	display: none;
}
.datepicker {
	max-width: 125px !important;
}
.ui-widget {
	font-family: Arial, helvetica, Verdana, sans-serif;
	font-size: 11px;
}
/* End Custom jQuery UI */
.search_features {
	float: left;
}
span.red-error {
	color: #ff0000;
	font-weight: bold;
}
.bold {
	font-weight: bold;
	font-size: 13px;
}
#fldSet_cc_js_row {
	display: none !important;
}
/*Homepage Featured Products*/
#featuredHomepage {
	display: flex;
	flex-direction: column;
}
#featuredHomepageTitle {
	text-align: center;
}
#featuredHomepageBoxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#featuredHomepageBox {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	margin: 5px 10px;
}
.featuredImageContainer {
	display: flex;
	align-items: center;
	flex-grow: 1;
}
#fldSet_ {
	display: none !important;
}
#box_cta {
	margin: 20px auto;
	text-align: center;
}
#box_cta a {
	display: inline-block;
}
#checked-out-branch {
	background-color: #7e981f;
	color: #ffffff;
	text-align: center;
	/*position: fixed;*/
	width: 100%;
	z-index: 5000;
}
#checked-out-branch-output {
	font-weight: bold;
}
.rep_photo {
	float: right;
}
div.representative .sep {
	clear: both;
}

#left-cta {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	margin-top: 15px;
}

#left-cta a {
	width: 100%;
	background: #0068a6;
	padding: 8px;
	text-decoration: none;
	text-align: center;
	margin-bottom: 5px;
	color: #ffffff;
}

#left-cta a:hover {
	background: #5299C3;
}

#page-cta {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	max-width: 498px;
	float: right;
}

#page-cta a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 9px 10px 7px;
	margin-left: 2px;
	margin-right: 2px;
	width: 235px;
	margin-bottom: 6px;
}

#page-cta #cta-light {
	background: #0068a6;
}
#page-cta #cta-light:hover {
	background: #5299C3;
}

#page-cta #cta-dark {
	background: #102372;
}

#page-cta #cta-dark:hover {
	background: #4B5995;
}
.productListing td {
	padding: 5px;
}
@media print {
	body {
		background: #FFF;
		background-image: none;
	}

	#header,
	.headerNavigation,
	#columnLeft,
	#columnRight,
	.footer,
	#footer2,
	#printNav,
	.noprint,
	#admin_editbar,
	#pagelinks,
	.call_to_action,
	.nicescroll-rails,
	.top_nav_container,
	.bottom_nav_container,
	#bottom_social_bookmarks {
		display: none;
	}

	#bodyContent, #printlogo {
		display: block;
	}

	form {
		margin: 0px;
	}
}
span.checkout-summary-each {
	color: #ff0000;
	font-style: italic;
}
#productsPrice_each {
	display: none;
}
.site-btn {
	font-weight: 700;
	transition: all 0.4s;
}
.red-btn {
	background: red;
	color: #ffffff;
}
.red-btn:hover {
	background: #689902;
	color: #ffffff;
}
#faceted-search-down-icon {
	padding-left: 15px;
}
.subDesc {
	margin-top: 50px;
}
#header_mobile img {
    margin: 10px 0;
}
#header_mobile i {
    font-size: 45px;
    color: #ffffff;
}
#header_mobile i:hover {
	cursor: pointer;
}
#header_mobile .cta-contact {
    padding: 5px;
    width: 110px;
    font-weight: normal;
    font-size: 16px;
}
#headerSearchMobile {
    background-color: white;
    z-index: 100;
    width: 80%;
}
#quicksearch_keywordsMobile {
    width: calc(100% - 70px);
}
.quicksearch-mobile-button i {
    font-size: 24px;
    color: #005e8a;
}
.page-parse-time {
	z-index: 5000;
	margin-bottom: 30px;
}
#responsiveFactedSearchButton {
	display: none;
}

#sm-flexer {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 110px;
}

#header_mobile {
	display: flex!important;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: #102372;
	padding-left: 15px;
	padding-right: 15px;
}
#home_slideshow {
	display: none;
}
#left_column_faceted_search_placeholder {
	display: none;
}
.top_nav {
	display: none;
}
.mega_nav {
	display: none;
}
#faqs{
	margin-bottom:15px;

	/*background-color:#375996;
	background-repeat:no-repeat;*/
	/*font-weight:bold;*/
	font-style: oblique;
	padding: 5px;
	font-family: Arial, Meiryo, sans-serif;
	color: #000;
	/*	background-image: linear-gradient(bottom, #569CE2 0%, #E4EEFA 90%);
        background-image: -o-linear-gradient(bottom, #569CE2 0%, #E4EEFA 90%);
        background-image: -moz-linear-gradient(bottom, #569CE2 0%, #E4EEFA 90%);
        background-image: -webkit-linear-gradient(bottom, #569CE2 0%, #E4EEFA 90%);
        background-image: -ms-linear-gradient(bottom, #569CE2 0%, #E4EEFA 90%);
        background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, #569CE2),
            color-stop(0.9, #E4EEFA)
        );
    */
}

#faqs a{
	color: #0033FF;
}

#faq_search{
	padding-bottom: 36px;
	float: right;
}
.faq{
	display:block;
	margin: 5px;
	padding: 0px;
	font-size:11px;
}
.faq_category {
	display:block;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}
.faq_question {
	/*display:block;
	font-size:14px;
	padding-left:29px;
	font-weight:bold;
	padding-bottom:12px;
	cursor:pointer;
	background-image:url(../../images/site/arrow_button_south.gif);
	background-position:left;
	background-repeat:no-repeat;*/

	cursor: pointer;
	display: block;
	font-size: 14px;
	/*
	font-weight: bold;
	height: 40px;
	*/
	padding-bottom: 3px;
	padding-left: 29px;
	border-bottom:1px dashed #CCCCCC;


}
.faq_view {
	/*display:block;
	padding-bottom:10px;
	border-bottom:1px dashed #CCCCCC;
	cursor:pointer;
	text-align:left;
	color:#03F;
	position: relative;
	bottom: 30px;  */

	/* clear: left; */
	color:#03F;
	cursor: pointer;
	display: block;
	/* float: left;*/
	height: 20px;
	padding-bottom: 0px;
	position: relative;
	text-align: left;
	/*top: -44px;*/
	/*width: 100%;	*/
	font-size: 12px;
	font-weight: bold;

	width: 25px;
	float: left;

}
.faq_header{
	font-weight: bold;

}
.faq_question p{
	font-size: 12px;
}
.faq_header_tr{
	background-color: #CCCCCC;
}
.faq_answer {
	display:block;
	font-size:12px;
	padding-left:29px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px dashed #CCCCCC;
	background-image:url(../../images/site/arrow_small_south_east.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#F4F4F4;
	margin-bottom:0px;
	margin-top:0px;
}
.btn-default:hover {
	background: #4B5995;
}
.btn-primary {
	color: #fff !important;
	background-color: #102372;
	border: none;
}
.btn-primary:hover {
	color: #fff !important;
	background-color: #4B5995;
}
.btn-default {
	color: white !important;
	background-color: #0068A6;
}
.btn-default:hover {
	color: white !important;
	background-color: #5299C3;
}
.btn-info {
	background-color: #5bc0de !important;
	border-color: #46b8da !important;
}
.btn-danger {
	background-color: #d9534f !important;
	border-color: #d43f3a !important;
}
.productListingData p {
	padding-left: 20px;
}
/*.rightImages {*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*	flex-direction: column;*/
/*}*/
.rightImages img {
	margin: 10px 0;
}
#page_faq .table-responsive {
	overflow-x: inherit;
}
.visible {
	display: block !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
	background: white;
	border: none;
}

.leftImages img {
	width: 100%;
}
#home-button {
	position: sticky;
	bottom: 10px;
	left: 15px;
	background-image: url(../../images/site/popup.png);
	width: 86px;
	height: 73px;
	z-index: 9991;
	background-size: contain;
}
#home-button:hover {
	cursor: pointer;
}
#contact-flyout {
	display: none;
	position: sticky;
	width: 350px;
	bottom: 8px;
	left: 15px;
	border: 0;
	background: #fff;
	z-index: 9992;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
#contact-flyout-form {
	width: 350px;
	background: #fff;
	border: 3px solid #0061a7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	color: #333;
	padding: 14px 10px 8px 20px;
}

.math-question {
	margin-top: 4px;
	margin-bottom: 4px;
}

#contact-flyout-form input,
#contact-flyout-form textarea {
	width: 94%;
	background: #EAEAEA;
	border: 1px solid #bcbcbc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 20px;
}
#closer {
	margin-right: 4px;
	margin-top: 4px;
	float: right;
	padding: 4px;
}
#closer:hover {
	cursor: pointer;
	font-weight: bold;
}
.contact-send-button {
	text-align: center;
}
.contact-flyout-head {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	color: #102472;
}
.contact-send-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}

.myButton:contact-send-button {
	position:relative;
	top:1px;
}

.contact-send-button:hover {
	cursor: pointer;
}

.contact-flyout-head{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color:#102472;
}
.blockDiv {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 0;
	height: 0;
	z-index: 3000;
}

#slide-links-sm {
	width: 100%;
}

#slide-links-sm h2 {
	text-align: center;
}

#slide-links-sm a {
	padding: 6px 8px;
	background: #0068a6;
	text-decoration: none;
	text-align: center;
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 13px;
	margin-right: 6px;
	margin-left: 6px;
}
.representatives{
	margin-top: 10px;
	position: relative;
	max-width: 740px;
}
.representative {
	width: 310px;
	margin-bottom: 8px;
	border-bottom-color: #666666;
}
.representative_branch{
	width: 310px;
	right:0;
	margin-bottom: 7px;
}

.representative dl, .representative_branch dl {
	margin: 3px 0;
}
.representative_branch dt{
    display: table-cell;
    vertical-align: top;
}
.representative dt,
.representative dd, .representative_branch dt, .representative_branch dd {
	display: inline-block;
}
.representative dt{
    float:left;
    
    
}
.representative dt, .representative_branch dt{
	font-weight: bold;
}

.representative dd, .representative_branch dd {
	margin-left: 2px;
}

.representative .rep_photo {
	float: left;
}

.representative .rep_info,.representative_branch d.rep_info {
	float: left;
}

.representative .sep {
	clear:left;
}
.representative_branch .sep{
clear: both;
}