    /* 
    Theme Name: Spacious Child 
    Theme URL: http://yourdomain.com
    Description: Spacious Child 
    Theme Author: TDS
    Author URL: http://tastarsupply.com
    Template: spacious 
    Version: 1.1.0 
    Text Domain: spacious-child 
    */

#main {
	padding: 20px 0 10px 0;
}


.page-id-20 .inner-wrap{
	max-width:100%;

}

.page-restrict-output {
	padding-left:15%;
	padding-right:15%;


}

a {
	color: #09f;
	text-decoration: none;
}

.productcat ul{
	margin: 5px 20px;	
}

.productcat li{
	margin: 10px 0px;
}

.product-navigation ul li{
	background-color:red;
}


.logo_sales{
	padding-bottom:20px;

}

.logo_sales_acc{
	padding-bottom:20px;
	padding-left:50px;

}

.homesearchresults{
	width:60%;

}

.container{

}

.template-padding {
	padding: 0px 0px 0px 0px;
	width:95%;
	Margin:auto;


}


/* Homepage Announcement Image-left */

.announcement-flex-container-wrap{
	padding-left:18%;
	padding-right:18%;
	padding-top:15px;
	padding-bottom:20px;
	}

.announcement-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    }
    
.announcement-flex-item:nth-child(1) {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    }

.announcement-flex-item:nth-child(2) {
    order: 0;
    flex: 4 4 auto;
    align-self: auto;
    padding-left:45px;
    }
    

/* Product Cat Menu */


#productcatmenu {
	background: #EAEAEA;
	color: #FFF;
	height: 40px;
	padding-left: 18px;
	border-radius: 10px;
	border: 1px solid #C7C7C7;
}
#productcatmenu ul, #productcatmenu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#productcatmenu ul {
	width: 100%;
}
#productcatmenu li {
	float: left;
	display: inline;
	position: relative;
}
#productcatmenu a {
	display: block;
	line-height: 40px;
	padding: 0 14px;
	text-decoration: none;
	color: #000000;
	font-size: 17px;
}
#productcatmenu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}
#productcatmenu li a:hover {
	color: #0099CC;
	background: #eaeaea;
}
#productcatmenu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#productcatmenu label {
	display: none;
	line-height: 48px;
	text-align: center;
	position: absolute;
	left: 35px
}
#productcatmenu label:before {
	font-size: 1.6em;
	content: "\2261"; 
	margin-left: 20px;
	color:black;
	line-height:10px
}
#productcatmenu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 300px;
	background: rgba(234,234,234,0.9);	
	position: absolute;
	z-index: 99;
	display: none;
}
#productcatmenu ul.sub-menus li {
	display: block;
	width: 100%;
	border-bottom:solid 1px lightgray;
	border-left:solid 1px lightgray;
	border-right:solid 1px lightgray;

}
#productcatmenu ul.sub-menus a {
	color: #000000;
	font-size: 16px;
}
#productcatmenu li:hover ul.sub-menus {
	display: block
}
#productcatmenu ul.sub-menus a:hover{
	background: #DEDEDE;
	color: #0099FF;
}
@media screen and (max-width: 800px){
	#productcatmenu {position:relative}
	#productcatmenu ul {background:rgba(234,234,234,0.4);position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none}
	#productcatmenu ul.sub-menus {width:100%;position:static;}
	#productcatmenu ul.sub-menus a {padding-left:30px;}
	#productcatmenu li {display:block;float:none;width:auto;}
	#productcatmenu input, #productcatmenu label {position:absolute;top:0;left:0;display:block}
	#productcatmenu input {z-index:4}
	#productcatmenu input:checked + label {color:black}
	#productcatmenu input:checked + label:before {content:"\00d7"}
	#productcatmenu input:checked ~ ul {display:block}
}


/* Homepage Hover Info */

.tooltipcontainer {
    background-color: #c7e4f7;
    border-radius: 25px;
    border: solid 1px darkgray;
    height: 225px;
    margin: 5px;
}


.tooltipcontainersub {
  	margin: 0;
  	position: absolute;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	font-size: 18pt;
    padding: 20px;
    line-height:1.5em;
    width:calc(100% - 10px);
}


.tooltip .tooltiptext {
    visibility: hidden;
    width: calc(100% - 10px);
    min-height:225px;
    background-color: white;
    box-shadow: 5px 5px 15px -4px rgba(0,0,0,0.40);
    border: solid 3px #09f;
    color: #000;
    text-align: left;
    font-size: 11pt;
    border-radius: 25px;
    padding: 30px;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
    margin-left: 0px;
    
}

.tooltiptext ul, .tooltiptext li, .tooltiptext p {
	font-size:11pt;
}

.tooltiptext p {
	margin-bottom:15px;
}

.tooltiptext li {
	line-height:15pt;
	padding-bottom:10px;

}

.tooltiptext h6{
	font-size:14pt;
	font-weight:600;
	padding-bottom:0px;
}

.tooltiptext h6 a{
	font-size:14pt;
	font-weight:600;
	padding-bottom:0px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


/* Homepage New Product Slider */


.flex-new-product-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    }


.flex-new-product-item:nth-child(1) {
    order: 0;
    flex: 0 1 100%;
    align-self: auto;
    padding: 10% 30px 15px 10%;
    text-align: end;
}


.flex-new-product-item:nth-child(2) {
    order: 0;
    flex: 0 1 50%;
    align-self: auto;
	padding:15px 25px 15px 10px

    }
    
.flex-new-product-item-solo {
    order: 0;
    flex: 0 1 50%;
    align-self: auto;
	padding:15px 25px 15px 10px

    }
    
.new-product-slider{
	width:350px

}

.new-product-slider-head{
	font-size:18pt;
	font-weight:500;
	line-height:25px;

}

.new-product-slider-subhead{
	padding-bottom:15px;

}

.new-product-slider-body{
	font-size:12pt;
	font-weight:200;
	line-height:27px;
}

.home-images{
	display:block;

}


/* OEM Products Table */

div.oemprod {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}


.OEMdivTableHead1{
  width:12%;
}
.OEMdivTableHead2{
  width:18%;
}
.OEMdivTableHead3{
  width:26%;
}
.OEMdivTableHead4{
  width:11%;
}
.OEMdivTableHead5{
  width:11%;
}
.OEMdivTableHead6{
  width:11%;
}
.OEMdivTableHead7{
  width:11%;
}


.divTable.oemprod .divTableCell, .divTable.oemprod .divTableHead {
  padding: 3px 10px;
}
.divTable.oemprod .divTableBody .divTableCell {
  font-size: 13px;
}

.divTable.oemprod a {
  font-size: 13px;
  color: #25A8DF;
  font-weight: 300;
}

.divTable.oemprod .divTableHeading {
  background: #25A8DF;
  border-bottom: 2px solid #ccc;
}
.divTable.oemprod .divTableHeading .divTableHead {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  line-height:17px;
  border-left: 2px solid #D0E4F5;
}
.divTable.oemprod .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}



/* Literature Table */

div.literature {
  border: 1px solid #FFFFFF;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divtablelit.literature .divtablelitCell, .divtablelit.literature .divtablelitHead {
  padding: 10px 10px 10px 25px;
}
.divtablelit.literature .divtablelitBody .divtablelitCell {
  font-size: 17px;
  width:20%;
}
.divtablelit.literature .divtablelitBody .divtablelitCell2 {
  font-size: 17px;
  width:80%;
}
.divtabledaCell {
  padding: 10px 10px 10px 25px;
}
.divtabledaCell {
  font-size: 17px;
  width:90px;
}
.divtabledaCell2 {
  font-size: 17px;
  width:90%;
}

.divtablelit.literature .divtablelitRow:nth-child(even) {
  background: #EEEEEE;
}
.divtablelit.literature .divtablelitHeading {
  background: #FFFFFF;
  border-bottom: 1px solid #444444;
}
.divtablelit.literature .divtablelitHeading .divtablelitHead {
  font-size: 17px;
  font-weight: bold;
  color: #000000;
   width:20%;

}
.divtablelit.literature .divtablelitHeading .divtablelitHead2 {
  font-size: 17px;
  font-weight: bold;
  color: #000000;
   width:80%;

}

.divtablelit.literature .divtablelitHeading .divtablelitHead:first-child {
  border-left: none;
}


/* divtablelit.com */
.divtablelit{ display: table; }
.divtablelitRow { display: table-row; }
.divtablelitHeading { display: table-header-group;}
.divtablelitCell, .divtablelitHead { display: table-cell;}
.divtabledaCell { display: table-cell;}
.divtablelitHeading { display: table-header-group;}
.divtablelitFoot { display: table-footer-group;}
.divtablelitBody { display: table-row-group;}

.divtableaccCell{
	display: table-cell;
	padding: 10px 10px 10px 25px;
	font-size: 17px;
	width:16%;
	vertical-align: middle;
}

.divtableaccCell2{
	display: table-cell;
	padding: 10px 10px 10px 20px;
	width:60%;
	font-size: 17px;
	vertical-align: middle;
}

.divtableaccCell3{
	display: table-cell;
	width:7%;
  	font-size: 17px;
	vertical-align: middle;
}

.divtableaccCell4{
	display: table-cell;
	width:3%;
	font-size: 17px;
	vertical-align: middle;
}


/* Sales Toggle */

div.cabletable1 {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divcabletable1.cabletable1 .divcabletable1Cell, .divcabletable1.cabletable1 .divcabletable1Head {
  padding: 3px 2px;
}
.divcabletable1.cabletable1 .divcabletable1Body .divcabletable1Cell {
  font-size: 13px;  
}
.divcabletable1.cabletable1 .divcabletable1Row:nth-child(even) {
  background: #eee;
}
.divcabletable1.cabletable1 .divcabletable1Heading {
    border-bottom: 1px solid #bbb;

}
.divcabletable1.cabletable1 .divcabletable1Heading .divcabletable1Head {
  font-size: 15px;
  font-weight: bold;
  color: #00ccff;
}
.divcabletable1.cabletable1 .divcabletable1Heading .divcabletable1Head:first-child {
  border-left: none;
}

.divcabletable1{ display: table; }
.divcabletable1Row { display: table-row; }
.divcabletable1Heading { display: table-header-group;}
.divcabletable1Cell, .divcabletable1Head { display: table-cell;}
.divcabletable1Heading { display: table-header-group;}
.divcabletable1Foot { display: table-footer-group;}
.divcabletable1Body { display: table-row-group;}

/* Sales Toggle */



.nf-form-fields-required {
  display: none;
}

.apg-social{
	position:absolute;
	top:75px;
	padding-left:2%;

}

.logged-in .apg-social {
	position:absolute;
	top:105px;
	margin-left:5px;	

}


/* Sales Toggle */
.salesdivtable{
	display: table;
	width: 100%;
}
.salesdivtableRow {
	display: table-row;
}
.salesdivtableCell {
	display: table-cell;
	padding: 0px 10px;
}
.salesdivtableCell2 {
	display: table-cell;
	padding: 0px 28px;
}
.salesdivtableBody {
	display: table-row-group;
}    
.sales-us-container{
display:block;
}

.sales-int-container{
display:none;
}
.sales-ustoggle{
	font-size:18pt;
	color:#00ccff;
	
}
.sales-inttoggle{
	font-size:18pt;
	color:#ccc;
	cursor:pointer;
	
}
/* End Sales Toggle */    

    section#area {
  overflow: hidden;
  padding: 75px auto;
  background: #fff;
}
section#area ul {
  overflow: hidden;
  margin: 1em 0;
  padding: 0px 0px 0px 10px;
}
section#area ul li {
  float: left;
  width: 30.1%;
  height:470px;
  margin: 15px;
  padding: 30px;
  border: solid 1px #ccc;
  box-shadow: 0 2px 1px #edf0f3;
  list-style-type:none;
}
section#area h4 {
  margin: 0px;
  padding:0px 0px 0px 0px;
  font-size:16pt;
  font-weight:400;
}
section#area p {
	font-size:11pt
}

section.accordions {
  margin: 50px 25px 50px 25px;
}
section.accordions h2 {
  margin-bottom: 1em;
}
section.accordions .accordion {
  -webkit-transition: background 250ms ease-in-out;
  transition: background 250ms ease-in-out;
  overflow: hidden;
  margin: 1em 0;
  padding: 1em;
  cursor: pointer;
  border: solid 1px #ccc;
  box-shadow: 0 2px 1px #edf0f3;
  height:60px;
}
section.accordions .accordion:hover {
  background: #f1f1f1;
}
section.accordions .accordion.active {
  background: #e2e2e2;
  overflow:visible;
  height:auto;
  display:inline-block;
  width:100%;
  margin:0px;

}
section.accordions .accordion h3 {
  float: left;
  margin: 0px;
  text-transform: uppercase;
  color: #555;
  font-size:14pt;
  line-height:0px;
  padding-bottom:10px;
  padding-top:10px;
  padding-left:20px;
  
  
}
section.accordions .accordion span {
  display: block;
  float: right;
  width: 2em;
  height: 2em;
  margin: 3px;
  cursor: pointer;
  background: url(../images/arrows/toggle_arrow-inactive.png) center center no-repeat;
  background-size: contain;
}
section.accordions .accordion span.active {
  background: url(../images/arrows/toggle_arrow-active.png) 0 no-repeat;
  background-size: contain;
}
section.accordions .accordion .accordion-content {

  float: left;
  clear: both;
  width: 100%;
  padding: 2em 0;
  border-top: solid 1px #d8dee5;
}

section.accordions .accordion .accordion-content:first-of-type {
  border-top: 0;
}
section.accordions .accordion .accordion-content h5 {
	padding-left:50px;
	padding-bottom:0px;
	font-size:16pt;
}
section.accordions .accordion .accordion-content p {
	padding-left:50px;
	line-height:22px;
}
section.accordions .accordion .accordion-content.active {
  display: block;
  visibility: visible;
  opacity: 1;
}

.h1padleft{
	padding-left:12px;
}

@media screen and (max-width: 1170px) {
	section#area ul li {
  width: 45.5%;
}



}
@media screen and (max-width: 1078px) {

.tooltipcontainersub {
  	margin: 0;
  	position: absolute;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	font-size: 16pt;
    padding: 20px 30px;
    line-height:1.5em;
    width:calc(100% - 10px);
}

.apg-social{
	position:absolute;
	top:60px;
	padding-left:2%;

}

.flex-new-product-item:nth-child(1) {
    order: 0;
    flex: 0 1 100%;
    align-self: auto;
    padding: 6% 30px 0px 10%;
    text-align: end;
}


}
@media screen and (max-width: 820px) {
	
}

@media screen and (max-width: 768px) {
section#area ul li {
  width: 95%;
}

.apg-social{
	position:absolute;
	top:60px;
	padding-left:2%;
	display:none;

}
}
	
@media screen and (max-width: 480px) {



section#area ul li {
  width: 92%;
}	
	section.accordions .accordion h3 {
	padding-left:10px;
}
	section.accordions .accordion .accordion-content h5 {
	padding-left:20px;
	font-size:14pt;
}
section.accordions .accordion .accordion-content p {
	padding-left:20px;
	line-height:22px;
}
	
}

.post-type-archive .header-right-section{
	padding-top:-100px;

	
}

a.prod-dl[href=""]{
display:none;
}

.prod-dl{			
					padding:5px;
					display:block;
	

}
span.breadcrumb-title {
  display: none;
}

.divTable{
	display: table;
	width: 90%;
}
.divTableContainer{
}

.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}


.divTableCell1head, .divTableCell2head, .divTableCell3head, .divTableCell4head {
					background-color:#fff;
					padding:20px 0px 0px 5px;
					border-bottom: 0px solid #aaa;
					font-weight:600;
					
	
	
}

.divTableCell1head {
	display: table-cell;
	width:11%;

}
.divTableCell2head {
	display: table-cell;
	width:10%;
}
.divTableCell3head {
	display: table-cell;
	width:3%;
}
.divTableCell4head {
	display: table-cell;
	width:56%;
}

.divTableCell1, .divTableCell2, .divTableCell3, .divTableCell4 {
					background-color:#fff;
					padding:15px 0px 15px 5px;
					border-bottom: 1px solid darkgray;
	
}


.divTableCell1, .divTableHead1 {
	display: table-cell;
	width:11%;
	vertical-align: middle;

}
.divTableCell2, .divTableHead2 {
	display: table-cell;
	width:10%;
	vertical-align: middle;
}
.divTableCell3, .divTableHead3 {
	display: table-cell;
	width:3%;
}
.divTableCell4, .divTableHead4 {
	display: table-cell;
	width:56%;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}



.bar-horz-blue { 	color:#25A8DF;
					background-color:#25A8DF;
					height:25px;
					font-family:Arial, Helvetica, sans-serif
}

.sectionpad { padding: 0px 30px 0px 30px;
 	
	
	}


.bar-horz-space{
					height:10px;




}
.par-horz-announcement{
					font-size:13pt;
					line-height:13pt;
					font-weight:600;
					color:black;


}

.par-horz-announcement-lt{
					font-size:12pt;
					line-height:13pt;
					font-weight:600;
					color:black;


}

.par-horz-announcement-nobold{
					font-size:13pt;
					line-height:13pt;
					color:black;


}

.page-id-20 .bar-horz-announcement {
    color: #000;
    background-color: #f3f3f3;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px 15% 0px 15%;
    display: block;
    font-size: 12pt;
    margin: 20px 0px 0px 0px;
    border-top: solid 1px #ccc;
    border-bottom: solid 0px #ccc;
}


.bar-horz-announcement {
    color: #000;
    background-color: #f3f3f3;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px 15% 0px 15%;
    display: block;
    font-size: 12pt;
    margin: 104px 0px 0px 0px;
    border-top: solid 0px #ccc;
    border-bottom: solid 0px #ccc;
}


.page-id-20 .bar-horz-announcement-2 {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px 10% 20px 10%;
    margin: 20px 0px 0px 0px;
    display: none;
    font-size: 12pt;
    border-top: solid 1px #ccc;
    border-bottom: solid 0px #ccc;
}

.bar-horz-announcement-2 {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px 10% 20px 10%;
    margin: 104px 0px 0px 0px;
    display: none;
    font-size: 12pt;
    border-top: solid 1px #ccc;
    border-bottom: solid 0px #ccc;
}


.bar-horz-announcement-ps { 	color:#555;
					background-color: #f3f3f3;
					font-family:Arial, Helvetica, sans-serif;
    				padding: 20px 15% 20px 15%;
					display: none;
					font-size:12pt;
					margin: 104px 0px 0px 0px;
}


.bar-horz-announcement-link { 	color:#444;
						text-decoration:underline;
}

.bar-horz-blue-logo { 	color:#25A8DF;
					background-color:#25A8DF;
					height:146px;
					width:300px;
					z-index:8;
					float:right;
					margin-top:30px;
					margin-bottom:15px
					
}


.head-logo-notext { visibility:hidden;
					height:170px;
					width:193px;
					z-index:9;
					float:right;
					margin-top:19px;
					margin-bottom:15px;
					position:absolute;
					margin-left:590px;
}

.head-logo-circle { visibility:hidden;
					float:right;
					width:0px;
}
.heading-underline{
					border-width: 0 0 50px;
  					border-bottom: 3px solid #09F;
  					font-size: 28px;
					line-height: 45px;
					padding-bottom:5px;


					

}

.heading-acc1{
  					font-size: 28px;
					padding:0px 0px 30px 25px;

}
.heading-acc{
  					font-size: 28px;
					padding:35px 0px 20px 25px;

}

hr.acc {
	border-color: #aaa;
	border-style: solid none none;
	border-width: 1px 0 0;
}


.flex-footer-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    }

.flex-footer-item:nth-child(1) {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    }

.flex-footer-item:nth-child(2) {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    }

.flex-footer-item:nth-child(3) {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    }
.flex-footer-item:nth-child(4) {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    } 
 
.footer-col {
    padding: 0px 30px 0px 60px;
}


  

.heading-underline-footer{
					border-width: 0 0 50px;
  					border-bottom: 3px solid #25A8DF;
  					font-size: 17px;
					line-height: 75px;
					padding-bottom:5px;
					color:white;
}



.footer-text{
 				 	font-size:33px;	
 				 	color:#d5d5d5;				
}

.footer-text a {
	font-size:14px;


}

.col3 {
	
    display: inline-block;
	width:33%;
	text-align:left;
	vertical-align:top;
	padding-left:15px;
	padding-right:15px;
	line-height:24px;
}
.col25 {
	
    display: inline-block;
	width:25%;
	text-align:left;
	vertical-align:top;
	padding-left:15px;
	padding-right:15px;
	line-height:24px;
}

.col75 {
	
    display: inline-block;
	width:75%;
	text-align:left;
	vertical-align:top;
	padding-left:15px;
	padding-right:15px;
	line-height:24px;
}

.col5 {
	
    display: inline-block;
	width:19%;
}

.prodwrapper{ width:200px;
			height:200px;
			    border: 1px solid lightgray;
				margin-bottom:30px;
				display:none;

}

.colwrapper{ width:100%;
}

ul.prod-list {
	list-style: disc;
	padding-left: 30px;

}

li.prod-list {
	padding-bottom: 20px;

}


ul.prod-feat {
	list-style: disc;
	padding-left: 10px;

}

li.prod-feat {
	padding-bottom: 10px;

}

@media screen and (max-width: 768px) {

.announcement-flex-container-wrap{
	padding-left:15%;
	padding-right:15%;
	padding-top:15px;
	padding-bottom:20px;
	}

.announcement-flex-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    }
    
.announcement-flex-border-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    }

.announcement-flex-item:nth-child(1) {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    padding-bottom:15px
    }

.announcement-flex-item:nth-child(2) {
    order: 0;
    flex: 4 4 auto;
    align-self: auto;
    padding-left:0px;
    }


	
.divTableCell4head, .divTableCell4, .divTableCell3head, .divTableCell3 {
	display:none;
						padding:0px 10px;
						font-size:9px;

}
.divTableCell1head, .divTableCell1, .divTableCell2head, .divTableCell2 {
						padding:15px 0px 15px 5px;

}
.divTable{
	display: table;
	width: 100%;
}
}

@media screen and (max-width: 1170px) {


.heading-underline-footer{
					border-width: 0 0 50px;
  					border-bottom: 3px solid #25A8DF;
  					font-size: 15px;
					line-height: 75px;
					padding-bottom:5px;
				

}
.footer-text{
 				 	font-size:10px;					
}

.col5 {
	
    display: inline-block;
	width:24%;
}


}

@media screen and (max-width: 1090px) {

.bar-horz-blue-logo { 	color:#25A8DF;
					background-color:#25A8DF;
					height:146px;
					width:260px;
					z-index:8;
					float:right;
					margin-top:30px;
					margin-bottom:15px;
					visibility:visible;
					
}


.divtableaccCell{
	font-size: 15px;
	width:18%;

}

.divtableaccCell2{
	font-size: 15px;
	width:61%;

}

.divtableaccCell3{
	width:7%

}

.divtableaccCell4{
	width:3%

}




}

@media screen and (max-width: 965px) {

.footer-col{
					padding:0px 15px 0px 35px;
}



.footer-text{
 				 	font-size:8px;					
}

}

@media screen and (max-width: 930px) {
.bar-horz-blue-logo { 	color:#25A8DF;
					background-color:#25A8DF;
					height:146px;
					width:115px;
					z-index:8;
					float:right;
					margin-top:30px;
					margin-bottom:15px;
					visibility:visible;
}


.col5 {
	
    display: inline-block;
	width:33%;
}
				

}

@media screen and (max-width: 820px) {

.tooltipcontainersub {
  	margin: 0;
  	position: absolute;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	font-size: 14pt;
    padding: 20px 30px;
    line-height:1.5em;
    width:calc(100% - 10px);
}

.footer-text a {
	font-size:17px;
	margin-left:5px;
}

.heading-underline-footer{
					border-width: 0 0 50px;
  					border-bottom: 3px solid #25A8DF;
  					font-size: 19px;
					line-height: 75px;
					padding-bottom:5px;
					margin-left: 5px;


					

}
.footer-text{
 				 	font-size:17px;	
				
}


.flex-footer-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    }

.flex-footer-item:nth-child(1) {
    order: 0;
    flex: 1 1 50%;
    align-self: auto;
    }

.flex-footer-item:nth-child(2) {
    order: 0;
    flex: 1 1 50%;
    align-self: auto;
    }

.flex-footer-item:nth-child(3) {
    order: 0;
    flex: 1 1 50%;
    align-self: auto;
    }
.flex-footer-item:nth-child(4) {
    order: 0;
    flex: 1 1 50%;
    align-self: auto;
    } 
 
.footer-col {
    padding: 0px 30px 0px 60px;
}



.flex-new-product-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    }

.flex-new-product-item:nth-child(1) {
    order: 0;
    flex: 0 1 50%;
    align-self: auto;
    padding:15px 40px 15px 25px;
    text-align:center;
    }

.flex-new-product-item:nth-child(2) {
    order: 0;
    flex: 0 1 50%;
    align-self: auto;
	padding:15px 25px 15px 10px

    }
    
.flex-new-product-item-solo {
    order: 0;
    flex: 0 1 50%;
    align-self: auto;
	padding:15px 25px 15px 10px

    }    
    
.new-product-slider{
	width:100%;

}

.new-product-slider-head{
	font-size:18pt;
	font-weight:500;
	line-height:25px;

}

.new-product-slider-subhead{
	padding-bottom:15px;

}

.new-product-slider-body{
	font-size:12pt;
	font-weight:200;
	line-height:27px;
}



.bar-horz-blue-logo { 	color:#25A8DF;
					background-color:#25A8DF;
					height:146px;
					width:0px;
					z-index:8;
					float:right;
					margin-top:30px;
					margin-bottom:15px;
					visibility:hidden
				     
					
}




.head-logo-notext { display:none;
					height:170px;
					width:193px;
					z-index:9;
					float:right;
					margin-top:19px;
					margin-bottom:15px;
					position:absolute;
					margin-left:590px;
}


.bar-horz-statement { 	color:#000;
					background-color:#bbb;
					font-family:Arial, Helvetica, sans-serif;
					padding:10px 30px 10px 30px;
}


.divtableaccCell{
	font-size: 14px;
	width:22%;

}

.divtableaccCell2{
	font-size: 14px;
	width:56%;

}

.divtableaccCell3{
	width:7%

}

.divtableaccCell4{
	width:3%

}



}



@media screen and (max-width: 768px) {


	
	
	#header-text-nav-wrap {
	padding-top: 135px;
	padding-bottom: 50px;
}
	
	
	.head-logo-circle { visibility:visible;
					height:104px;
					width:100%;
					z-index:9;
					float:left;
					margin-top:19px;
					margin-bottom:45px;
					padding-left:10px;
	
}	

.col3 {
	
    display: inline-block;
	width:100%;
	text-align:left;
	vertical-align:top;
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 35px;
}
}

@media screen and (max-width: 767px) {

.home-images{
	margin: 0px auto;
	width: 90%;
	position:relative;
	top:20px

}

.home-images-2{
	margin: 0px auto;
	width: 90%;
	position:relative;
	top:-20px
}

.tooltipcontainer {
    border-radius: 25px;
    border: solid 1px darkgray;
    height: 80px;
    margin: 5px;
}

.tooltipcontainersub {
  	margin: 0;
  	position: absolute;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	font-size: 14pt;
    padding: 20px 30px;
    line-height:1.5em;
    width:calc(100% - 10px);
}

.tooltip .tooltiptext {
    min-height:80px;

}



.par-horz-announcement{
					font-size:10pt;
					line-height:11pt;
					font-weight:600;
					color:black;


}


.divTable.oemprod .divTableHeading .divTableHead {
  hyphens: auto;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  line-height:17px;
  border-left: 2px solid #D0E4F5;
}

.divTable.oemprod .divTableBody .divTableCell {
  	font-size: 11px;
    hyphens: auto;

}

.divTable.oemprod a {
  hyphens: auto;
  font-size: 11px;
  color: #25A8DF;
  font-weight: 300;
}


	.col5 {
	
    display: inline-block;
	width:49%;
}

.divtableaccCell{
	font-size: 14px;
	width:25%;

}

.divtableaccCell2{
	font-size: 14px;
	width:52%;

}

.divtableaccCell3{
	width:7%

}

.divtableaccCell4{
	width:2%

}




}


@media only screen and (max-width: 650px) {

.footer-text a {
	font-size:14px;
	margin-left:5px;
}

.heading-underline-footer{
					border-width: 0 0 50px;
  					border-bottom: 3px solid #25A8DF;
  					font-size: 17px;
					line-height: 75px;
					padding-bottom:5px;
					margin-left: 5px;


					

}
.footer-text{
 				 	font-size:14px;	
				
}

}


@media only screen and (max-width: 585px) {


.footer-col{
	padding:0px 20px 0px 40px;

}


.footer-text a {
	font-size:12px;
	margin-left:5px;
}

.heading-underline-footer{
					border-width: 0 0 50px;
  					border-bottom: 3px solid #25A8DF;
  					font-size: 16px;
					line-height: 75px;
					padding-bottom:5px;
					margin-left: 5px;


					

}
.footer-text{
 				 	font-size:12px;	
				
}



.divtableaccCell{
	font-size: 14px;
	width:30%;

}

.divtableaccCell2{
	font-size: 14px;
	width:50%;

}

.divtableaccCell3{
	width:6%

}

.divtableaccCell4{
	width:2%

}




}
@media only screen and (max-width: 465px) {

.col5 {
	
    display: inline-block;
	width:98%;
}
}
@media only screen and (max-width: 420px) {
	.divTableCell1head, .divTableCell1, .divTableCell2head, .divTableCell2 {
						padding:0px 10px;
						font-size:12px;

}
}