@charset "utf-8";
/* CSS Document */

/* global */



/*@font-face {
    font-family: 		'AntitledOTBook';
    src: 				url('antitledbook-webfont.eot');
    src: 				url('antitledbook-webfont.eot?iefix') format('eot'),
         				url('antitledbook-webfont.woff') format('woff'),
         				url('antitledbook-webfont.ttf') format('truetype'),
         				url('antitledbook-webfont.svg#webfontxcmI6akg') format('svg');
    font-weight: 		normal;
    font-style: 		normal;

}*/




*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	position: relative;
}

h1 {
	font-size: 22px;
	line-height: 24px;
}

h2 {
	font-size: 13px;
	line-height: 28px;
}

h3 {
	font-size: 13px;
	line-height: 18px;
}

ul {
	list-style: disc;
	text-indent: 0;
	margin-left: 13px;
	
}

ul ul {
	margin: 5px 0;
}

ol {
	text-indent: 0;
	margin-left: 20px;
}

/*li {
	line-height: 18px;
}*/

a {
	color: #004f92;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a.active {
	text-decoration: none;
}

img {
	border: none;
}

p {
	padding-bottom: 13px;
}

.clear {
	clear: both;
}

.clearAll {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
}
.spacer {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
	height:25px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.hidden {
	display: none;
}

.imgLeft {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.imgRight {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

label {
	font-weight: bold;
	font-size: 11px;  font-size: 13px;  /* bfsfont */
}

.formText {
	font-size: 11px; font-size: 13px;  /* bfsfont */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #565656;
}
.img_responsive {
	max-width:100%;
}
/* end global */

/*@font-face {
	font-family:antitledregular;
	src:url(antitledregular.ttf);
}*/
@font-face {
	font-family:HelveticaNeueUltraLight;
	src:url(HelveticaNeueUltraLight.otf);
}
@font-face {
	font-family:HelveticaNeueBold;
	src:url(HelveticaNeueBold.otf);
}
@font-face {
	font-family:HelveticaNeueMedium;
	src:url(HelveticaNeueMedium.otf);
}
@font-face {
	font-family:HelveticaNeueLight;
	src:url(HelveticaNeueLight.otf);
}
@font-face {
	font-family:HelveticaNeue-Condensed;
	src:url(HelveticaNeue-Condensed.otf);
}
body {
	background:#e6e6e6 url(../images/tandem-quadrupole.png) top center no-repeat;
}

#wrapper {
	width:100%;
	max-width:940px;
	margin:0 auto;
	padding:0;
	height:auto;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	box-sizing:border-box;
}
#header {
	background:url(../images/header.png) top right no-repeat;
	width:100%;
	float:left;
	height:auto;
	min-height:116px;
	position:relative;
}

.top_header {
	width:100%;
	float:left;
	padding:0 20px;
	height:auto;
	box-sizing:border-box;
	background:url(../images/top-nav.png) top left;
	padding-right:120px;
}
.bottom_header {
	width:100%;
	float:left;
	padding:10px 20px;
	height:auto;
	box-sizing:border-box;
    margin-top: 10px;
}
.logo {
	width:240px;
	height:auto;
	float:left;
	display:inline-block;
	border-right:1px solid #fff;
	box-sizing:border-box;
}
.tag_area {
	width:calc(100% - 240px);
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	display:inline-block;
	box-sizing:border-box;
	/*font-family:antitledregular;*/
}
.tag_area h1 {
	font-family:HelveticaNeue-Condensed;
	font-size:28px;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
}
.bottom_nav {
	width:100%;
	float:left;
	padding:0;
	height:auto;
	display:none;
	clear:both;
}
#content {
	background:#fff;
	padding:30px 20px;
	min-height:1000px;
	margin-bottom:100px;
	width:100%;
	float:left;
	height:auto;
	box-sizing:border-box;
}

.compare_area {
	width:100%;
	max-width:304px;
	margin-right:40px;
	float:left;
	margin-bottom:20px;
}
.compare_area h1 {
	background:#169af1;
	color:#fff;
	font-size:23px;
	line-height:40px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding:0 20px;
	box-sizing:border-box;
	font-family:HelveticaNeueLight;
	font-weight:normal;
}
.compare_field_area {
	width:100%;
	padding:20px;
	border:1px solid #cccdcd;
	border-top:none;
	box-sizing:border-box;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	
}
.input_group {
	width:100%;
	float:left;
	height:auto;
	margin-bottom:15px;
}
.input_group label {
	width:70px;
	padding-right:8px;
	text-align:right;
	color:#58595b;
	font-size:12px; font-size: 13px;  /* bfsfont */
	line-height:26px;
	font-family:HelveticaNeueBold;
	display:inline-block;
	float:left;
}
.input_group .input_section {
	width:calc(100% - 78px);
	display:inline-block;
	float:left;
}
.input_group .selection_box {
	width:100%;
	height:26px;
	border:1px solid #98c5e6;
	box-sizing:border-box;
	background:#fff url(../images/select-arrow.png) top right no-repeat;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	-webkit-appearance:none;
	cursor:pointer;
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	color:#58595b;
	font-size:12px; font-size: 13px;  /* bfsfont */
	line-height:26px;
	font-family:HelveticaNeueBold;
	box-sizing:border-box;
	padding:0 10px;
}

.input_group .text_box {
	width:100%;
	height:26px;
	border:1px solid #98c5e6;
	box-sizing:border-box;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	-webkit-appearance:none;
	cursor:pointer;
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	color:#58595b;
	font-size:12px; font-size: 13px;  /* bfsfont */
	line-height:26px;
	font-family:HelveticaNeueBold;
	box-sizing:border-box;
	padding:0 10px;
}

.input_group .textarea_box {
	width:100%;
	min-height:100px;
	border:1px solid #98c5e6;
	box-sizing:border-box;
	-moz-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	-webkit-appearance:none;
	cursor:pointer;
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	color:#58595b;
	font-size:12px; font-size: 13px;  /* bfsfont */
	line-height:26px;
	font-family:HelveticaNeueBold;
	box-sizing:border-box;
	padding:0 10px;
}

.submit-btn {
	width:100%;
	max-width:128px;
	height:26px;
	border-radius:3px;
	background:#89b104;
	font-size:15px;
	line-height:20px;
	color:#fff;
	font-family:HelveticaNeueMedium;
	display:inline-block;
	border:none;
	float:left;
	cursor:pointer;
}
.apply_filter {
	margin-right:6px;
}

.accordion-wrapper {
  width: 100%;
  margin: 12px auto
}

.accordion-wrapper div { width: 100%; background:#fff; }

/* .accordion-wrapper div p { padding: 8px; margin:0; } */

.accordion-wrapper div.tab-head {
  background: #fff url(../images/tab-bg.png) no-repeat; 
  background-position:calc(100% - 10px) center;
  cursor:pointer;
  position:relative;
}

.accordion-wrapper.js-isAccordionOpen div.tab-head {
  background: #fff url(../images/tab-bg2.png) no-repeat;
  background-position:calc(100% - 10px) center;
}

.accordion-wrapper2 {
  width: 100%;
  margin: 12px auto
}

/* .accordion-wrapper2 div { width: 100%; background:#fff; } */

/* .accordion-wrapper div p { padding: 8px; margin:0; } */

.accordion-wrapper2 div.tab-head {
  background: #fff url(../images/tab-bg.png) no-repeat; 
  background-position:calc(100% - 10px) center;
  cursor:pointer;
}

.accordion-wrapper2.js-isAccordionOpen div.tab-head {
  background: #fff url(../images/tab-bg2.png) no-repeat; 
  background-position:calc(100% - 10px) center;
}

.checkbox {
	padding-left:37px;
	position:relative;
	line-height:34px;
	font-family:HelveticaNeueBold;
	color:#58595b;
}
.checkbox a {
	color:#169af1;
	font-family:HelveticaNeueMedium;
	font-weight:normal;
	letter-spacing:0.5px;
	text-decoration:underline;
	padding-left:10px;
	border-left:1px solid #000;
	margin-left:10px;
}
.checkbox input[type="checkbox"] {
	position:absolute;
	left:-9999em;
}
.checkbox > i {
	position:absolute;
	top:-6px;
	left:0;
	border:1px solid #98c5e6;
	width:22px;
	height:22px;
	background:#fff;
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
}
.checkbox input + i::after {
    content: "\f00c";
    font:16px FontAwesome;
    height: 24px;
    left:0;
    text-align: center;
    top:0;
    width: 24px;
	z-index:999;
	line-height:24px;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	color:#169af1;
}

.checkbox input:checked + i::after {
	opacity:1;
}

.product_checkbox {
	padding-left:74px;
	position:relative;
	line-height:34px;
	font-family:HelveticaNeueBold;
	color:#58595b;
	display:block;
}
.product_checkbox input[type="checkbox"] {
	position:absolute;
	left:-9999em;
}
.product_checkbox > i {
	position:absolute;
	top:4px;
	left:37px;
	border:1px solid #98c5e6;
	width:24px;
	height:24px;
	background:#fff;
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
}
.product_checkbox input + i::after {
    content: "\f00c";
    font:16px FontAwesome;
    height: 24px;
    left:0;
    text-align: center;
    top:0;
    width: 24px;
	z-index:999;
	line-height:24px;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	color:#169af1;
}

.product_checkbox input:checked + i::after {
	opacity:1;
}


.selectall_checkbox {
	padding-left:40px;
	position:relative;
	line-height:34px;
	font-family:HelveticaNeueBold;
	color:#58595b;
	padding-top:7px;
	padding-bottom:7px;
}
.selectall_checkbox input[type="checkbox"] {
	position:absolute;
	left:-9999em;
}
.selectall_checkbox > i {
	position:absolute;
	top:0;
	left:0;
	border:1px solid #98c5e6;
	width:24px;
	height:24px;
	background:#fff; /*#3a91d1;*/
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
	box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.14);
}
.selectall_checkbox input + i::after {
    content: "\f00c";
    font:16px FontAwesome;
    height: 24px;
    left:0;
    text-align: center;
    top:0;
    width: 24px;
	z-index:999;
	line-height:24px;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	color:#3a91d1;/*#fff;*/
}

.selectall_checkbox input:checked + i::after {
	opacity:1;
}
.btn {
    background: #89b104 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    float: left;
    font-family: HelveticaNeueMedium;
    font-size: 15px;
    height: 26px;
    line-height: 20px;
    width: auto;
	padding:0 15px;
}

.library_heading_area {
	width:100%;
	max-width:304px;
	margin-right:40px;
	float:left;
}
.library_heading_area h1 {
	background:#169af1;
	color:#fff;
	font-size:23px;
	line-height:40px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding:0 20px;
	box-sizing:border-box;
	font-family:HelveticaNeueLight;
	font-weight:normal;
}
.library_field_area {
	width:100%;
	padding:20px;
	float:left;
	border:1px solid #cccdcd;
	box-sizing:border-box;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	max-width:650px;
}
.library_field_area .input_group label {
	width:140px;
	text-align:left;
}
.library_field_area .input_group .input_section {
	display: inline-block;
    float: left;
    width: calc(100% - 350px);
}


.library_result_area {
	width:100%;
	float:left;
	height:auto;
}
.library_result_area .document-heading {
	font-size:23px;
	line-height:27px;
	color:#338dcf;
	/*font-family:antitledregular;*/
	font-weight:normal;
	padding-bottom:20px;
}

.document-list {
	margin:0;
	padding:0;
	list-style-type:none;
}
.document-list li {
	display:block;
	width:100%;
	float:left;
	margin-bottom:15px;
}
.document-list li .icon_area {
	width:80px;
	display:inline-block;
	float:left;
	padding-top:40px;
	text-align:center;
}
.document-list li .content_area {
	width:calc(100% - 80px);
	display:inline-block;
	float:left;
	font-size:14px;
	line-height:18px;
	color:#58595b;
	font-family:HelveticaNeueMedium;
	font-weight:normal;
	border-bottom:1px solid #ccc;
}
.document-list li:last-child .content_area {
	border-bottom:none;
}
.document-list li .content_area p {
	padding-top:8px;
}
.document_title {
	font-size:16px;
	line-height:22px;
	color:#58595b;
	font-family:HelveticaNeueBold;
	font-weight:normal;
}
.publish_date {
	font-size:14px;
	line-height:22px;
	color:#58595b;
	font-family:HelveticaNeueBold;
	font-weight:normal;
}
.document_size {
	font-size:14px;
	line-height:22px;
	color:#58595b;
	font-family:HelveticaNeueBold;
	font-weight:normal;
}
.doc_cat {
	margin:0;
	padding:0;
	list-style-type:none;
	margin-bottom:15px;
	padding-left:70px;
	display:block;
	width:100%;
	float:left;
	box-sizing:border-box;
}
.doc_cat li {
	display:inline-block;
	width:auto;
	float:left;
	padding:0 10px;
	border-right:1px solid #338dcf;
}
.doc_cat li:last-child {
	border-right:none;
}
.doc_cat li a {
	display:block;
	color:#338dcf;
	font-family:HelveticaNeueBold;
	font-size:14px;
}

.suggestions_heading_area {
	width:100%;
	max-width:304px;
	margin-right:40px;
	float:left;
}
.suggestions_heading_area h1 {
	background:#169af1;
	color:#fff;
	font-size:23px;
	line-height:40px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding:0 20px;
	box-sizing:border-box;
	font-family:HelveticaNeueLight;
	font-weight:normal;
}
.suggestions_field_area {
	width:100%;
	padding:20px;
	float:left;
	border:1px solid #cccdcd;
	box-sizing:border-box;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	max-width:530px;
	clear:left;
}
.suggestions_field_area .input_group label {
	width:90px;
}
.suggestions_field_area .input_group .input_section {
	display: inline-block;
    float: left;
    width: calc(100% - 220px);
}
.select_file {
	background: #89b104 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    float: left;
    font-family: HelveticaNeueMedium;
    font-size: 15px;
    height: 26px;
    line-height: 26px;
    width: auto;
	padding:0 25px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.select_file input[type="file"] {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	cursor:pointer;
}
.file_name {
	margin-left:5px;
	background:none;
	border:none;
	line-height:26px;
}
.file_note {
	font-family: HelveticaNeueBold;
    font-size: 12px; font-size: 13px;  /* bfsfont */
	color:#58595b;
	margin-top:10px;
	padding-left:10px;
}
.suggestions_submit_area {
    box-sizing: border-box;
    clear: left;
    float: left;
    max-width: 530px;
    padding: 20px;
    width: 100%;
}
.suggestions_submit_area .input_group label {
	width:90px;
}
.suggestions_submit_area .input_group .input_section {
	width: calc(100% - 220px);
}
.suggestions_submit_area .btn {
	width:100%;
	max-width:120px;
	text-align:center;
}




.result_heading_area {
	width:100%;
	max-width:240px;
	margin-right:40px;
	float:left;
}
.result_heading_area h1 {
	background:#169af1;
	color:#fff;
	font-size:23px;
	line-height:40px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding:0 20px;
	box-sizing:border-box;
	font-family:HelveticaNeueLight;
	font-weight:normal;
}
.result_field_area {
	width:100%;
	padding:0;
	float:left;
	box-sizing:border-box;
	position:relative;
}



.result_product_area {
	width:100%;
	display:table;
	border:1px solid #ccc;
	border-bottom:none;
	box-sizing:border-box;
	position:relative;
}
.result_product_name {
	display:table-cell;
	vertical-align:top;
	width:154px;
	float:left;
	border-right:1px solid #ccc;
	box-sizing:border-box;
	min-height:52px;
}
.result_product_name:first-child {
	width:128px;
}
.result_product_name:last-child {
	border-right:none;
}
.result_product_name img {
	max-width:100%;
}

.result_product_des_area {
	width:100%;
	display:table;
	border:1px solid #ccc;
	box-sizing:border-box;
	position:relative;
}
.result_product_des {
	display:table-cell;
	vertical-align:top;
	width:154px;
	float:left;
	border-right:1px solid #ccc;
	box-sizing:border-box;
	padding:8px;
	font-family:HelveticaNeueMedium;
	font-size:14px;
	color:#58595b;
	line-height:18px;
	text-align:center;
}
.result_product_des p {
	text-align:left;
}
.result_product_des p.name {
	text-align:left;
	min-height:45px;
}
.result_product_des:first-child {
	width:128px;
	font-family:HelveticaNeueBold;
	font-size:16px;
	color:#58595b;
	line-height:18px;
}
.result_product_des:last-child {
	border-right:none;
}
.result_product_des img {
	max-width:100%;
	margin-bottom:15px;
}


.view_photo {
	font-family:HelveticaNeueBold;
	font-size:16px;
	color:#169af1;
	text-decoration:underline;
}
.view_icon {
	width:32px;
	height:15px;
	background:url(../images/view.png) center center;
	display:inline-block;
	margin-right:8px;
}
.view_photo:hover {
	text-decoration:underline;
}
.hide_photo {
	font-family:HelveticaNeueBold;
	font-size:18px;
	color:#169af1;
	text-decoration:underline;
	display:none;
}
.hide_photo:hover {
	text-decoration:underline;
}
.mob_photo {
	display:none;
}

.image_popup {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	border:1px solid #ccc;
	box-sizing:border-box;
	z-index:999;
	background:#fff;
	text-align:center;
	padding-bottom:10px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-box-shadow: 10px 15px 0px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 10px 15px 0px 0px rgba(0,0,0,0.29);
	box-shadow: 10px 15px 0px 0px rgba(0,0,0,0.29);
	display:none;
}
.image_popup img {
	max-width:100%;
}
.image_popup .popup_title {
	width:100%;
	float:left;
	height:auto;
	border-bottom:1px solid #ccc;
	font-size:16px;
	color:#58595b;
	font-family:HelveticaNeueMedium;
	padding-bottom:8px;
	text-align:left;
	margin-bottom:10px;
	position:relative;
}
.image_popup .popup_title .close {
	position:absolute;
	top:6px;
	left:auto;
	right:6px;
}
.accordion-wrapper div.result_heading {
	background:#27a8f0 url(../images/plus.png) no-repeat; 
	background-position:calc(100% - 10px) center;
	color:#fff;
	font-size:16px;
	font-family:HelveticaNeueMedium;
	padding:10px 15px;
	box-sizing:border-box;
}
.accordion-wrapper div.result_heading p {
	padding-bottom:0;
}
.accordion-wrapper.js-isAccordionOpen div.result_heading {
  background: #27a8f0 url(../images/minus.png) no-repeat; 
  background-position:calc(100% - 10px) center;
}

.accordion-wrapper .result_product_des {
	width:154px;
}
.accordion-wrapper .result_product_des:first-child {
	width:128px;
}
.list {
	margin:0;
	padding:0;
	list-style-image:url(../images/bullet.png);
	margin-left:10px;
}
.list li {
	text-align:left;
	font-size:14px;
	line-height:18px;
	font-family:HelveticaNeueMedium;
	margin-bottom:6px;
}

.overview .result_product_des {
	position:relative;
	padding-bottom:75px;
}

.overview .result_product_des .btn {
    background: #89b104 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    float: left;
    font-family: HelveticaNeueMedium;
    font-size: 15px;
    height: 26px;
    line-height: 20px;
    width: 80%;
	padding:0 15px;
	position:absolute;
	top:auto;
	bottom:15px;
	left:15px;
	right:15px;
}
.overview .result_product_des.last .download_popup {
	left:auto;
	right:0;
}
.download_popup {
	width:200%;
	position:absolute;
	top:100%;
	left:0;
	border:1px solid #ccc;
	background:#f8f9f9;
	-webkit-box-shadow: 10px 15px 0px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 10px 15px 0px 0px rgba(0,0,0,0.29);
	box-shadow: 10px 15px 0px 0px rgba(0,0,0,0.29);
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding-bottom:5px;
	display:none;
	z-index:99999;
}
.accordion-wrapper div.download_popup {
	width:200%;
}
.download_popup .popup_title {
	width:100%;
	float:left;
	height:auto;
	border-bottom:1px solid #ccc;
	font-size:16px;
	color:#58595b;
	font-family:HelveticaNeueMedium;
	text-align:left;
	margin-bottom:10px;
	position:relative;
}
.download_popup .popup_title img {
	margin-bottom:0;
}
.download_popup .popup_title .downclose {
	position:absolute;
	top:6px;
	left:auto;
	right:6px;
}
.download_popup .list {
	margin-left:34px;
}
.download_popup .list li {
	margin-bottom:6px;
}
.download_popup .list li a {
	color:#58595b;
	text-decoration:underline;
}
.download_popup h2 {
	font-size:15px;
	color:#1894e5;
	text-transform:uppercase;
	font-family:HelveticaNeueBold;
	text-align:left;
	padding-left:20px;
}

.info {
	display:inline-block;
	width:21px;
	height:21px;
	position:relative;
	float:left;
	margin-right:15px;
}
.docdown {
	display:inline-block;
	width:21px;
	height:21px;
	position:relative;
	float:left;
	margin-right:15px;
}
.accordion-wrapper div.info {
	width:21px;
}
.pdf {
	border-top:none;
}

.info_popover {
	width:300px;
	position:absolute;
	top:auto;
	border:1px solid #ccc;
	bottom:calc(100% + 45px);
	left:calc(50% - 150px);
	background:#f8f9f9;
	-webkit-box-shadow: 10px 15px 0px 0px rgba(0,0,0,0.29);
	-moz-box-shadow: 10px 15px 0px 0px rgba(0,0,0,0.29);
	box-shadow: 10px 15px 0px 0px rgba(0,0,0,0.29);
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding-bottom:5px;
	display:none;
}
.info_popover:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 15px 0 15px;
	border-color: #f8f9f9 transparent transparent transparent;
	bottom:auto;
	top:100%;
	left: calc(50% - 15px);
	content:'';
	position:absolute;
}
.info_popover:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 15px 0 15px;
	border-color: rgba(0,0,0,0.29) transparent transparent transparent;
	bottom:auto;
	left: calc(50% - 8px);
    top: calc(100% + 15px);
	content:'';
	position:absolute;
}
.accordion-wrapper div.info_popover {
	width:300px;
}
.info_popover .popover_title {
	width:100%;
	float:left;
	height:auto;
	border-bottom:1px solid #ccc;
	font-size:24px;
	color:#fff;
	font-family:HelveticaNeueMedium;
	text-align:left;
	margin-bottom:10px;
	position:relative;
	background:#f85707;
	padding:15px;
	box-sizing:border-box;
	line-height:20px;
}
.info_popover .popover_content {
	width:100%;
	float:left;
	height:auto;
	font-size:14px;
	color:#58595b;
	font-family:HelveticaNeueMedium;
	background:#f8f9f9;
	text-align:left;
	position:relative;
	padding:5px 15px;
	box-sizing:border-box;
	line-height:20px;
}

.info_popover .popover_title .popclose {
	position:absolute;
	top:6px;
	left:auto;
	right:6px;
}

.result_heading_area .btn {
	margin-right:15px;
}


.accordion-wrapper2 {
  width: 100%;
  margin: 12px auto
}

/* .accordion-wrapper2 div { width: 100%; background:#fff; } */

/* .accordion-wrapper div p { padding: 8px; margin:0; } */


.accordion-wrapper2.js-isAccordionOpen div.result_heading {
  background: #fff url(../images/minus-b.png) no-repeat; 
  background-position:calc(100% - 10px) 10px;
}

.accordion-wrapper2 div.result_heading p {
	padding-bottom:0;
	padding-left:10px;
	box-sizing:border-box;
}
.accordion-wrapper2 div.result_heading {
	width: 100%;
	background:#fff url(../images/plus-b.png) no-repeat; 
	background-position:calc(100% - 10px) 10px;
	color:#58595b;
	font-size:16px;
	border:1px solid #ccc;
	border-bottom:none;
	font-family:HelveticaNeueMedium;
	padding:0;
	box-sizing:border-box;
	cursor:pointer;
}
.accordion-wrapper2 div.result_content {
	width: 100%;
	padding:0;
	box-sizing:border-box;
	border:1px solid #ccc;
	border-top:none;
	text-align:center;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
}
.accordion-wrapper2 div.result_content .list li {
	font-size:15px;
	color:#58595b;
}
.accordion-wrapper2 .view_photo {
	font-size:18px;
}
.accordion-wrapper2 p {
	text-align:left;
}
.accordion-wrapper2 .accordions {
	margin-left:-10px;
	margin-right:-10px;
	width: auto;
}

.accordion-wrapper3 {
  width: 100%;
  margin: 12px auto
}

/* .accordion-wrapper3 div { width: 100%; background:#fff; } */

/* .accordion-wrapper div p { padding: 8px; margin:0; } */



.accordion-wrapper2 .accordion-wrapper3.js-isAccordionOpen div.result_heading {
  background: #27a8f0 url(../images/minus.png) no-repeat; 
  background-position:calc(100% - 10px) center;
}

.accordion-wrapper3 div.result_heading p {
	padding-bottom:0;
	padding-left: 0;
}
.accordion-wrapper2 .accordion-wrapper3 div.result_heading {
	width: 100%;
	background:#27a8f0 url(../images/plus.png) no-repeat; 
	background-position:calc(100% - 10px) center;
	color:#fff;
	font-size:16px;
	font-family:HelveticaNeueMedium;
	padding:10px;
	box-sizing:border-box;
	cursor:pointer;
	border:none;
	text-align:left;
}
.accordion-wrapper3 div.result_content {
	width: 100%;
	padding:0 10px;
	box-sizing:border-box;
	border:none;
	text-align:left;
	position:relative;
}
.accordion-wrapper3 div.result_content .list li {
	font-size:15px;
}

.accordion-wrapper3 div.result_content .download_popup {
	width:100%;
}


.result_product_des_mob {
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    color: #58595b;
    display: table-cell;
    float: left;
    font-family: HelveticaNeueMedium;
    font-size: 15px;
    line-height: 20px;
    padding:8px 8px;
    text-align: center;
    vertical-align: middle;
    width: 40%;
	min-height:36px;
}
.result_product_des_mob .info, .result_product_des_mob .docdown {
	float:right;
}
.result_product_des_mob p {
	padding-bottom:0;
}
.result_product_des_mob.last {
	width:60%;
	border-right:none;
	vertical-align: middle;
}
.result_product_des_mob.last p {
	float:left;
}
.category_area {
	margin-left:-10px;
	margin-right:-10px;
}
.category_area .result_product_des_area {
	border-left:none;
	border-top:none;
	border-right:none;
}


.info_popover_mob {
	width:100%;
	background:#f8f9f9;
	padding-bottom:5px;
	display:none;
	float:left;
}
.info_popover_mob .popover_title {
	width:100%;
	float:left;
	height:auto;
	border-bottom:1px solid #ccc;
	font-size:24px;
	color:#fff;
	font-family:HelveticaNeueMedium;
	text-align:left;
	margin-bottom:10px;
	position:relative;
	background:#f85707;
	padding:15px;
	box-sizing:border-box;
	line-height:20px;
}
.info_popover_mob .popover_content {
	width:100%;
	float:left;
	height:auto;
	font-size:14px;
	color:#58595b;
	font-family:HelveticaNeueMedium;
	background:#f8f9f9;
	text-align:left;
	position:relative;
	padding:5px 15px;
	box-sizing:border-box;
	line-height:20px;
}

.info_popover_mob .popover_title .popclose {
	position:absolute;
	top:6px;
	left:auto;
	right:6px;
}

.btn_mob {
    background: #89b104 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    float: left;
    font-family: HelveticaNeueMedium;
    font-size: 18px;
    height: 32px;
    line-height: 20px;
    width: auto;
	padding:0 15px;
}

.result_mobile_section {
	display:none;
}
.com_mob_head {
	display:none;
}
.com_mob_btn {
	display:none;
}

.filter_search {
	display:none;
}
.accordion-wrapper div.tab-head i.toggle {
	display:block;
	position:absolute;
	width:12px;
	height:12px;
	left:auto;
	right:10px;
	top:11px;
}
.accordion-wrapper div.result_heading {
	position:relative;
}
.accordion-wrapper div.result_heading i.toggle {
	display:block;
	position:absolute;
	width:15px;
	height:15px;
	left:auto;
	right:10px;
	top:10px;
}
.accordion-wrapper2 div.result_heading {
	position:relative;
}
.accordion-wrapper2 div.result_heading i.toggle {
	display:block;
	position:absolute;
	width:15px;
	height:15px;
	left:auto;
	right:10px;
	top:10px;
}
.accordion-wrapper2 .accordion-wrapper3 div.result_heading {
	position:relative;
}
.accordion-wrapper2 .accordion-wrapper3 div.result_heading i.toggle {
	display:block;
	position:absolute;
	width:15px;
	height:15px;
	left:auto;
	right:10px;
	top:10px;
}
/* .desktop_section {
	overflow:scroll;
	width:100%;
	float:left;
} */
@media screen and (max-width: 775px) {
	.tag_area h1 {font-size:22px;}
}
@media screen and (max-width: 768px) {
	.bottom_nav {
		display:block;
	}
	.bottom_header {
		padding-bottom:0;
	}
	.top_header {
		display:none;
	}
	.logo {
		width:100%;
		text-align:center;
		border-right:none;
	}
	.tag_area {
		width:100%;
		padding-left:0;
		text-align:center;
		padding-bottom:0;
	}
	.tag_area h1 {
		font-size:18px;
		line-height:24px;
	}
	#header {
		background:#1988be url(../images/header-mob.png) top right no-repeat;
		width:100%;
		float:left;
		height:auto;
		min-height:116px;
	}
	.toggleMenu {
		position:absolute;
		top:auto;
		bottom:0;
		left:auto;
		right:0;
	}
	.library_field_area .input_group label {
		width:100%;
		text-align:left;
	}
	.library_field_area .input_group .input_section {
		display: inline-block;
		float: left;
		width: 100%;
	}
	.document-list li .icon_area {
		width:100%;
		padding:20px 0;
	}
	.document-list li .content_area {
		width:100%;
	}
	.suggestions_field_area .input_group label {
		width:100%;
		text-align:left;
	}
	.suggestions_field_area .input_group .input_section {
		width:100%;
	}
	.suggestions_submit_area .input_group label {
		width:100%;
		text-align:left;
	}
	.suggestions_submit_area .input_group .input_section {
		width:100%;
	}
	#content {
		padding:15px 10px;
	}
	.result_mobile_section {
		display:block;
	}
	.desktop_section {
		display:none;
	}
	.result_heading_area {
		max-width:90px;
		margin-right:10px;
	}
	.result_heading_area h1 {
		padding: 0 10px;
		background:transparent;
		line-height:30px;
		color:#58595b;
	}
	.result_heading_area.last {
		max-width:200px;
		margin-right:0;
	}
	.result_heading_area.last .btn {
		margin-right:0;
	}
	.result_heading_area.last #hide_all {
		float:right;
	}
	.compare_field_area {
		padding:20px 10px;
	}
	.compare_field_area .input_group label {
		font-size:15px;
		width:80px;
	}
	.compare_field_area .input_group .input_section {
		width:calc(100% - 88px)
	}
	.compare_field_area .checkbox {
		font-size:15px;
	}
	.compare_field_area .product_checkbox {
		font-size:15px;
	}
	.compare_field_area .selectall_checkbox {
		font-size:15px;
	}
	.compare_field_area .selection_box {
		font-size:15px;
	}
	.com_mob_head {
		display:block;
	}
	.compare_area .com_desk_head {
		background:transparent;
		line-height:30px;
		color:#58595b;
		padding:0 10px;
		float:left;
		margin-bottom:10px;
	}
	.com_mob_btn {
		float:right;
		margin-bottom:10px;
		display:inline-block;
	}
	.compare_field_area .show_all {
		display:none;
	}
	.apply_filter {
		float:right;
		height: 48px;
		max-width: 184px;
	}
	.suggestions_field_area {
		padding:20px 10px;
	}
	.suggestions_field_area .input_group label {
		font-size:15px;
	}
	.suggestions_field_area .input_group .selection_box {
		font-size:15px;
	}
	.library_field_area .input_group label {
		font-size:15px;
	}
	.library_field_area .input_group .selection_box {
		font-size:15px;
	}
}


#result_content {
	background:#fff;
	padding:30px 20px;
	min-height:1000px;
	margin-bottom:100px;
	float:left;
	height:auto;
	box-sizing:border-box;
}
#result_wrapper {
	width:auto;
	min-width:1000px;
	margin-left:calc(50% - 470px);
}
.row_table {
	width:auto;
	float:left;
	clear:left;
	border-collapse:collapse;
}
.row_table .result_product_des {
	width:154px;
}
.row_table .result_product_des:first-child {
	width:128px;
}
.row_table .result_product_name {
	width:154px;
}
.row_table .result_product_name:first-child {
	width:128px;
}
.result_field_area {
	width:3000px;
	background:#fff;
}