/*------------------------------------*\
    RESET
\*------------------------------------*/

*,
*:after,
*:before {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
}
a,a:hover {
	text-decoration:none;
	color: #3a7cca;
}
a:hover {
	font-weight: bold;
}
h1 {
	font-size: 26px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	background-color: #3a7cca;
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
h2 {
	font-size: 24px;
	color: #000099;
	text-align: left;
	font-weight: 600;
	padding-bottom: 15px;
	clear: both;
	line-height: 34px;
}
h3 {
	font-size: 24px;
	color: #fff;
	background-color: #3a7cca;
	text-align: center;
	font-weight: 400;
	clear: both;
	line-height: 32px;
	padding: 3px;
	margin-bottom: 20px;
	margin-top: 10px;
}
h4 {
	font-size: 19px;
	font-weight: 500;
	color: #000099;
	line-height: 26px;
}
h5 {
	font-weight: bold;
	padding-bottom: 3px;
}
h6 {
	font-size: 19px;
	font-weight: 500;
	color: #3a7cca;
	line-height: 26px;
}

p {
	text-align: left;
	padding-bottom: 10px;
}
hr {
	margin-top: 40px;
	margin-bottom: 40px;
	clear: both;
}
sup {
	font-size: smaller;
	vertical-align: super;
}


/*---Header---*/


.header {
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.header-content {
	margin-right: auto;
	margin-left: auto;
	min-width: 600px;
	width: 100%;
}
.logo {
	float:left;
	padding-right: 5px;
	padding-left: 7%;
}
.phone {
	float:right;
	font-size: 24px;
	margin-top: 55px;
	margin-bottom: 0px;
	padding-right: 7%;
	
	text-align: right;
}

/*
.search {
	font-size: 12px;
	font-weight: normal;
	background-color: #CCC;
	width: 150px;
	font-style: oblique;
	text-align: right;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
}
*/

form.search {
	width: 190px;
	margin-top: 16px;
}

form.search input {
	width: 150px;
	height: 36px;
	padding: 10px;
	font-size: 12px;
}

form.search img {
	width: 32px;
	float: left;
	padding-top: 2px;
}


/*------*/



/*---Main Content---*/


.wrapper {
	width:95%;
	position:relative;
	max-width: 1250px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.content {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 927px;
	text-align: left;
}

.list, .numbered-list {
	padding-bottom: 15px;
}
.list li  {
	list-style-position: inside;
	list-style-type: disc;
	padding-bottom: 2px;
	text-indent: -1em;
	padding-left: 1em;
}
.numbered-list li {
	list-style-position: inside;
	padding-bottom: 10px;
	list-style-type: upper-roman;
	text-indent: -1em;
	padding-left: 1em;
}
.tab {
	padding-left: 30px;
}

.left-float {
	float: left;
	clear: both;
	padding-right: 15px;
}
.right-float {
	float: right;
	clear: left;
	padding-left: 15px;
	padding-bottom: 10px;
}
.block {
	clear: both;
	margin-bottom: 20px;
	margin-top: 10px;
}

.block img {
	padding-bottom: 10px;
}

.section_head {
	background-color: #3a7cca;
	width: 300px;
	color: #FFF;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.microstran {
	background-color: #6cbe45;
	margin-right: 450px;
	margin-bottom: 5px;
	color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	min-width: 350px;
}
.bar {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.color-microstran {
	background-color: #6cbe45;
	color: #FFF;
	font-size: 18px;
}
.color-durastran {
	background-color: #134991;
	font-size: 18px;
	color: #FFF;
}
.color-durastran-hb {
	background-color: #db6326;
	font-size: 18px;
	color: #FFF;
}
.color-durastran-4x {
	background-color: #6dc7e8;
	font-size: 18px;
	color: #FFF;
}
.durastran_hb {
	background-color: #db6326;
	margin-right: 450px;
	margin-bottom: 5px;
	color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	min-width: 350px;
}
img.centeredimage{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.pics img {
	float: left;
	padding-right: 20px;
	clear: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.last img {
	float: left;
	flex-grow: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: none;
}
.pdf {
	clear: both;
	padding-top: 10px;
}
.pdf ul {
	color: #000;
	text-decoration: none;
	display: inline;
}
.pdf ul li{
	list-style-type: none;
}

.color {
	color: #3a7cca;
}
.callout {
	font-size: 16px;
	line-height: 24px;
	color: #3a7cca;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-bottom: 30px;
	margin-top: 10px;
}
.clear {
	clear: both;
}


/*------*/



/*---------Column Pages---*/


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


/*---Left Column---*/

.left {
	order:1;
	flex-basis:100%;
	float: left;
	width: 200px;
	margin-right: 50px;
}
.left  li{
	padding-right: 10px;
	padding-bottom: 20px;
}
.push {
	height: 50px;
}
.products-menu {
	padding-top: 75px;
}

.subnav {
	margin-top: 20px;
}
.subnav li {


}
.subnav li a {
	display: block;
	width: 200px;

	color:#fff;
	
	font-size: 18px;
	line-height: 30px;	
	background-color: #3a7cca;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

	border: solid 1px #fff;

}
.subnav li a:hover {
	background-color: #FFF;
	color: #3a7cca;
	padding: 5px;
	font-weight: normal;
	
	border: solid 1px #3a7cca;
}


/*--MIddle Column---*/



.middle {
	width: 100%;
	order:2;
	flex-basis:100%
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	text-align: left;
}

.top {
	color: #999;
	clear: both;
	float: right;
	font-size: 12px;
}
.top a {
	color: #999;
	text-decoration: none;
}
.top a:hover {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}


/*------*/


.right {
	order:3;
	flex-basis:100%;
	float: left;
	width: 200px;
}



/*---Homepage---*/


#slideshow {
	margin-bottom: 25px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.intro {
	margin-bottom: 45px;
	max-width: 927px;
	font-weight: 400;
	line-height: 20px;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


.hex_buttons {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.hex_buttons img {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}


/*------*/




/*---Tables---*/

.table_header {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 2px;
	background-color: #ebebeb;
}
.reinforce_1  {
	width: 100%;
	display: table;
	margin-bottom: 20px;
	max-width: 600px;
}
.reinforce_1 ul, .reinforce_2 ul, .recommend ul {
	display: table-row;
	clear: left;
}
.reinforce_1 li, .reinforce_2 li{
	display: table-cell;
	padding-right: 10px;
	border: 1px solid #000;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.reinforce_2  {
	width: 100%;
	display: table;
	max-width: 650px;
}

.recommend  {
	width: 100%;
	display: table;
	max-width: 460px;
	margin-bottom: 20px;
}

.recommend li{
	display: table-cell;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: 500;
}
.recommend img    {
	padding-bottom: 0px;
	padding-top: 10px;
}

/*----------*/




/*---Footer---*/

.footer {
	font-size: 11px;
	margin-top: 30px;
	clear: both;
	position: relative;
	line-height: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.footnote {
	font-size: 11px;
}

/*------*/



/* Navigation styling */
.nav {
	position:relative;
	display:inline-block;
	font-size:14px;
	font-weight:normal;
	text-decoration: none;
	margin-bottom: 25px;
	text-align: center;
}
.nav-list {
	
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
}
.nav-item a {
	display:inline;
	color: #000000;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.nav-item:first-child a {
	border-radius:5px 0px 0px 5px;
}
.nav-item:last-child a {
	border-radius:0 5px 5px 0;
}
.nav-item a:hover {
	color: #3a7cca;
	font-weight: bold;
}
/* Mobile Navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	background:#152a7b url(../img/nav.svg) no-repeat center center;
	height:40px;
	width:40px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.nav-mobile {
		display:block;
	}
	.nav {
	width:100%;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
	.nav-list {
		display:none;
	}
	.nav-item {
		width:100%;
		float:none;
	}
	.nav-item a {
		padding:10px;
	}
	.nav-item:first-child a {
		border-radius:5px 0 0;
	}
	.nav-item:last-child a {
		border-radius:0 0 5px 5px;
	}
	.nav-active {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
}

@media screen and (min-width:600px) {
   .container {
       flex-wrap:nowrap;
   } 

    .left {
	flex-basis:200px;
	order:1;
    }
    .middle {
        flex-basis:1;
        order:2;
    }
	.right {
        flex-basis:200px;
        order:3;
    }
}
