	body {
		margin: 0;
  		padding: 0;
		font-family: "Arial", Helvetica, sans-serif;
	}
	
	h2 {
  		font-size: 22px;
		color: #0d4279;
		margin: 0 0 14px 0;
		padding: 0;
}
	p {
		margin: 0 0 15px 0;
}
	.menu-content {
	 width: 95%;
	 max-width: 900px;
	 margin: 0 auto;
	 padding: 0;
}
	
	header {
	font-size: 16px;
	text-align: center;
	background: #e2e4e5;
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 100;
}

.line hr {
	border: 2px solid color: #0d4279;
}
	
/* -- 
	nav {
  	  position: sticky;
	  top: 0;
	  z-index: 100;
} */
	nav:after {
	  content: '';
	  clear: both;
	  display: table;
}
	nav .logo{
	  display: none;
}
	
	nav ul{
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		position: relative; 
		z-index: 999;
	}
	nav ul li{
		width: 100%;
		text-align: center;
		position: relative;
	}
	nav ul li a{
		color: #000000;
		text-decoration: none;
		padding: 10px;
		display: block;
	}
	nav ul li a:hover{
		color: #FFF;
		background-color: #0d4279;
	}
	nav ul li:hover .dropdown {
		visibility: visible;
		top: 100%;
		
	}
	.dropdown{
		position: absolute;
		width: 100%; /* width of parent SERVICES */
		flex-wrap: wrap; /* place items in column */
		visibility: hidden; /* hide drop down menu */
		transform: 0.3s;
		left: 0;
		top: -600%; /* 6 items */
		z-index: -1;
		background-color: #D2E5EF;
	}
	
	.dropdown2{
		position: absolute;
		width: 100%;
		flex-wrap: wrap;
		visibility: hidden;
		transition: 0.3s;
		left: 125%;
		top: 0;
		padding: 0;
		background-color: #BAD5E3;
	}
	.dropdown li:hover .dropdown2{
		left: 100%;
		visibility: visible;
	}
	.menu-header,
	.menu-logo{
		display: none;
	}
	.down{
		display: none;
	}
	
/*.................... LOGO ....................*/
.outer-wrapper {
  padding-top: 10px;
  border-bottom: 6px solid #0d4279;
}
.frame {
  text-align: center;
}
#logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

/* =========  LAYOUT ========= */

.container {
    width: 94%;
	max-width: 900px;
	margin: 20px auto;
}

.container-flex {      
	display: flex;
	flex-direction: row;  /* TURN ON COLUMN */
	justify-content: space-between;
}

main {
	width: 80%;
	margin-bottom: 0px;
}
aside {
	width: 18%;
}


/*.................... left side menu ....................*/
#sidel {
  width: 98%;
  margin-bottom: 10px;
  border: 0px solid #ff9933;
}
#sidel h2 {
  color: #0d4279;
  font-family: "Arial", Helvetica, sans-serif;
  margin-top: 0px;
  margin-bottom: 6px;
  border-bottom: 0px solid #b2b3b7;
  font-size: 16px;
}
#sidel div {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 1.5em;
  text-align: left;
  word-spacing: 0em;
  padding: 2px 0px;
  border-top: 1px solid #b2b3b7;
}
#sidel div.bttm {
  height: 1px;
  border-top: 1px solid #b2b3b7;
}
#sidel div a {
  display: block;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}
#sidel div a:hover {
  background-color: #e2e4e5;
  text-decoration: none;
}


/* ========== ARTICLES ========== */

.article-featured {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
	/*padding-bottom: 2em;
	margin-bottom: 2em;*/
}

.article-featured-col {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0; 
	/*padding-bottom: 2em;
	margin-bottom: 2em;*/
}

.article-recent-body {
	display: block;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	color: #666666;
	line-height: 20px;
	margin-bottom: 10px;
}

.article-recent-left {
	display: block;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	color: #666666;
	line-height: 20px;
	margin-bottom: 15px;
}

.article-recent-bodyNS {
	display: block;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	color: #666666;
	line-height: 20px;
	margin: 0;
}

.article-recent-body-link a {
	display: block;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	color: #666666;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: none;
}

.article-recent-body-link a:hover,  
.article-recent-body-link a:focus{
	color: #C00;
	text-decoration: none;
}

.article-recent-body-bold {
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	color: #666666;
	line-height: 20px;
	margin: 0;
}

.article-recent-col {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: #666666;
	line-height: 20px;
	margin: 0 15px 10px 15px;
	padding: 0;
}
.article-recent-colBold {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #666666;
	line-height: 20px;
	margin: 0 20px;
}

.article-featured-colBoldBlue {
	font-weight: 300;
	color: #0d4279;
}

.article-recent {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	color: #666666;
	margin-bottom: 10px;
}
.article-recent-main {
	width: 49%;
	order: 1;        /* --- Change order of content ---- */
	text-align: center;
}

.article-recent-secondary {
	width: 49%;
	order: 2;
	text-align: center;
}

.article-recent-secondary-left {
	width: 49%;
	order: 2;
	text-align: left;
}
/* --- 4 Columns ---- */
.article-recent-col4 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	color: #666666;
	margin-bottom: 10px;
}
.article-recent-c1 {
	width: 25%;
	order: 1;        /* --- Change order of content ---- */
	text-align: center;
}

.article-recent-c2 {
	width: 25%;
	order: 2;
	text-align: center;
}
.article-recent-c3 {
	width: 25%;
	order: 1;        /* --- Change order of content ---- */
	text-align: center;
}

.article-recent-c4 {
	width: 25%;
	order: 2;
	text-align: center;
}

.article-recent-homepage {
	width: 35%;
}
.col-4 img {
  display: block;
  object-fit: contain;
  padding: 0;
  margin: 0;
  height: auto;
}

.article-recent-homepage img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.article-title {
	font-size: 24px;
}

.article-title-Left {
	font-size: 24px;
	text-align: left;
	margin: 0 0 15 0;
}

.article-image {
	width: 100%;
	margin-bottom: 10px;
}
	
.article-image-center {
	display: block;
	margin: 0 auto;
	padding: 0;
}

/*.................... BUTTON ....................*/
.center-button {
  display: inline-block;
  max-width: 50%;
}
.button:link, a.button:visited {
  background-color: #C00;
  border: 2px solid #C00;
  color: white;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
  transition-duration: 0.4s;
  float: left;
  outline:none;
}
.button:hover {
  background-color: white;
  color: #C00;
}

/*.................... FOOTER ....................*/
footer {
  border-top: 4px solid #0d4279;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  margin: 30px 0;
  padding: 10px 0;
  width: 100%;
}
.footer-text {
  font-weight: bold;
  color: #0d4279;
}

.phone,
.fa-phone-alt,
.fa-envelope {
  font-size: 20px;
  color: #0d4279;
  margin-bottom: 10px;
  padding: 0;
}
a.phone:link,
.fa-phone-alt:link,
.fa-envelope:link {
	text-decoration: none;
}
a.phone:visited,
.fa-phone-alt:visited,
.fa-envelope:visited {
	text-decoration: none;
}
a.phone:hover,
.fa-phone-alt:hover,
.fa-envelope:hover {
	color: #C00;
}
a.phone:focus,
.fa-phone-alt:focus,
.fa-envelope:focus {
	color: #C00;
}
.address1 {
	margin-bottom: 5px;
}

.footer-text-mobile {
	display: none;
}

/*.................... SEARCH AREA ....................*/
#menu2 {
	display: none;
}

#type-menu {
	display: none;
}

.form-h2 {
  	display: block;
	font-size: 22px;
	line-height: 1.5em;
	color: #0d4279;
	font-weight: 700;
	margin-bottom: 10px;
}

.form-field {
	font-family: "Arial", Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
	line-height: 1.65em;
	text-align: left;
	margin: 10px 0px;
}

input[type=text], select {
  font-family: "Arial", Helvetica, sans-serif;
  color: #666666;
  font-size: 16px;
  width: 80%;
  padding: 12px 20px;
  margin: 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 16px;
  width: 15%;
  background-color: #0d4279;
  color: white;
  padding: 10px 10px;
  margin: 6px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=button] {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 16px;
  width: 15%;
  background-color: #496E95;
  color: white;
  padding: 10px 10px;
  margin: 6px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #C00;
}

.mfg-name {
  	display: block;	
	font-size: 18px;
	text-align: left;
	font-weight: 700;
	color: #0d4279;
	margin-bottom: 3px;
}

.line-name {
  	display: block;	
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	margin-bottom: 3px;
}

.item-no {
  	display: block;	
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
}

.search-body {
  	display: block;	
	font-size: 16px;
	text-align: left;
	line-height: 22px;
	margin-bottom: 10px;
}

.pdf-link {
  display: block;
  font-size: 16px;
  text-align: left;
  color: #0d4279;
  margin-bottom: 10px;
  padding: 0;
}
a.pdf-link:link {
	text-decoration: none;
}
a.pdf-link:visited {
	text-decoration: none;
}
a.pdf-link:hover {
	color: #C00;
}
a.pdf-link:focus {
	color: #C00;
}


/*.................... MEDIA QUERY ....................*/
	@media(max-width: 770px){ /* iPad Width */
		main {
			width: 100%;
		}
		
		.article-recent-homepage {
			width: 100%;
		}
		
		header {
			text-align: center;
			background: #FFF;
			padding: 0;
			border-bottom: 6px solid #0d4279;
		}
		
		.container-flex,
		.article-recent,
		.article-recent-col4 {
			flex-direction: column;  /* TURN ON COLUMN */
		}
		
		.article-recent-main,
		.article-recent-secondary,
		.article-recent-secondary-left,
		.article-recent-c1,
		.article-recent-c2,
		.article-recent-c3,
		.article-recent-c4 {
			width: 100%;
		}
		
		nav ul{
			display: table;
			width: 100%;
			position: absolute;
			background-color: #e2e4e5;
			margin: 0;
		}
		nav ul li{
			text-align: left;
			position: relative;
		}
		.dropdown, .dropdown2{
			position: relative;
			left: 0;
			top: 0;
			transition: none;
			visibility: visible;
			display: none;
			z-index: 1;
		}
		.display{
			display: block;
		}
		.dropdown li:hover .dropdown2{
			left: 0;
		}
		.menu-content{
			width: 100%;
			display: none;
			postion: relative;
			top: 0; 
			left: 0;
		}
		nav{
			background-color: #FFF;
		}
		nav .logo{
	  		display: inline-block;
			position: relative;
			float: left;
	  		padding-left: 60px;
			margin-top: 8px;
		}
		.outer-wrapper{
			display: none;
		}
		.menu-header{
			display: block;
			color: #FFF;
			text-align: right;
			padding: 10px;
			position: sticky;
			top: 0;
			z-index: 100;
			margin-bottom: 9px;
		}
		.fa-bars{
			color: #0d4279;
			border: 1px solid #0d4279;
			padding: 5px 10px;
			border-radius: 4px;
		}
		.down{
			display: inline-block;
		}
		.right{
			display: none;
		}

		.navtext,
		aside {
			display: none; /* ---Turn off Product Side Menu --*/
		}
		.container-nav {
			display: inline-block;
			flex-direction: column;
		}
		
		input[type=submit] {
  		font-family: "Arial", Helvetica, sans-serif;
 		font-size: 16px;
  		width: 30%;
  		background-color: #0d4279;
  		color: white;
  		padding: 10px 10px;
  		margin: 6px 0;
  		border: none;
  		border-radius: 4px;
  		cursor: pointer;
		}
		
		input[type=button] {
  		font-family: "Arial", Helvetica, sans-serif;
  		font-size: 16px;
  		width: 30%;
  		background-color: #496E95;
  		color: white;
  		padding: 10px 10px;
  		margin: 6px 0;
  		border: none;
  		border-radius: 4px;
  		cursor: pointer;
		}
		
		footer {
			display: block;
			background-color: #FFF;
			position: sticky;
			bottom: 0;
			z-index: 100;
			margin: 0;
			padding-top: 2px;
			padding-bottom: 4px;
		}
		.footer-text,
		.address1 {
			display: none;
		}
		
		.footer-text-mobile {
			display: contents;
		}
		.phone,
		.fa-phone-alt,
		.fa-envelope {
		  	font-size: 14px;
			font-weight: bold;
			line-height: 20px;
		  	color: #0d4279;
		  	margin: 0;
			padding: 0;
		}
		.article-image-center {
			width: 100%;
			margin: 0;
			padding: 0;
		}
	}