@charset "UTF-8";


 
/* General/Text Styling */
.container  {
    font-family:  Avenir, Gotham, Helvetica, Arial, sans-serif;
}
body {
	font-family: source-sans-pro;
	background-color: white;
	font-style: normal;
	font-weight: 200;
	margin: auto;
	letter-spacing: .5pt;
}
.container {
	width: 85%;
}
h1{
	text-align: center;
	margin: 10px auto;
	width: 87%;
}
h3{
	text-align: center;
	margin: 15px auto;
	width: 87%;
}
.contentsection{
	width:87%;
	margin: 0px auto;
	margin-bottom: 20px;
}
.contentsectionnospace{
	width:87%;
	margin: 0px auto;
	margin-bottom: 0px;
}
.bodycopy{
	font-weight: normal;
	color: black;
	line-height: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12pt;
}
.bodycopylink{
	color: black;
}
.nounderline{
	text-decoration:none;
}
.textcenter{
	text-align: center;
}
a{
	color: black;
}
*, *:before, *:after{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}
sup{
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	font-size: 11px;
}


/*HR styling*/
.line80{
	width: 87%;
	margin: 0px auto;
	margin-bottom: 15px;
}
.hr{
	margin: 0px 0px 20px;
}
.hrspacer{
	margin: 20px 0px;
	clear: both;
}



/* Navigation */
header{
	width:100%;
}

.logo-nav{
	display: block;
	margin-left: 5px;
	
}
.navigation{
	float:right;
	margin-top: 1.8%;
	margin-bottom: 10px;
}
 #logo{
	float: left;
	width: 35%;
	margin: 10px auto;
	aspect-ratio: auto 596 / 118;
}
.navactive{
	font-weight: bold;
}
/*Strip the ul of padding and list styling*/
.navigation ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
/*Create a horizontal list with spacing*/
.navigation li {
    display:inline-block;
    float: left;
}
/*Style for menu links*/
.navigation li a {
    display:block;
    min-width:110px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
	color: black;
}
.i2qlink{
	min-width: 10px !important;
}
/*Hover state for top level links*/
.navigation .toplevel:hover{
   text-decoration: underline;
}
/*Style for dropdown links*/
.navigation li:hover ul a {
	background: white;
    height: 40px;
    line-height: 40px;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
}
/*Hover state for dropdown links*/
.navigation li:hover ul a:hover {
	text-decoration: underline;
}
/*Hide dropdown links until they are needed*/
.navigation li ul {
    display: none;
}
/*Make dropdown links vertical*/
.navigation li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
.navigation li ul li a {
    min-width: 20px;
    padding: 0 10px;
	text-align: left;
}
.navigation li ul li {
	border-bottom: 1px solid black;
}
.navigation li ul li:last-child {
	border-bottom: none;
}
/*Display the dropdown on hover*/
.navigation ul li a:hover + .hidden, .hidden:hover {
    display: block;
	position: absolute;
	z-index: 100;
}
/*Style 'show menu' label button and hide it by default*/
.navigation .show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: black;
    text-align: center;
    display: none;
	font-size: 30px;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
#i2q{
	margin-right: 5px;
}



/* Banner Images */
#BannerImg{
	width: 100%;
	height: auto;
	padding: 5px;
	padding-bottom: 0px;
	padding-top:0px;
}
#PhotoBanner{
	width: 100%;
	height: auto;
	padding: 5px;
	padding-bottom: 0px;
	padding-top:0px;
}
#BannerImgMobile{
	display: none;
}
.headerphoto:hover .hoverphoto{
	opacity:.5;
}
#mapoverlay{
	background: rgba(0,0,0,0.4);
}
.imagebanner2{
	float:left;
	width: 50%;
	padding: 5px;
}
.twophotocontainer{
	content: "";
	clear: both;
	display:table;
}



/* Banner carousel */
.slideshow-container {
	position: relative;
	margin: auto;
	margin-left: 5px;
	margin-right: 5px;
}
.mySlides {
   display: none;
   clear:both;
}
.mySlides img{
	width:100%;
	height: auto;
}
.slideshow-inner{
	clear: both;
}
.slideshow-container{
	clear:both;
}
.dot {
	cursor: pointer;
	height: 12px;
	width: 12px;
	margin: 0 2px;
	background-color: rgba(0,0,0,0.2);
	border-radius: 50%;
	display: inline-block;
	transition: background-color .6s ease;
}
.alldots{
	position: relative;
	margin:10px auto;
	padding: 10px;
	margin-top: -40px;
}
.active,.dot:hover {
	background-color: #717171
}
.spaceheading{
	margin-top:20px;
	clear: both;
}
.spaceheading-products{
	padding-top:30px;
	clear: both;
}



/*Homepage image gallery */
.home-imggallery{
	padding: 5px 5px 5px 5px;
	float: left;
	width: 50%;
}
.home-content {
	position: relative;
	margin: auto;
}
.home-content .home-content-overlay {
	background: rgba(0,0,0,0.4);
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.home-content:hover .home-content-overlay{
	opacity: 1;
}
.home-content-image{
	width: 100%;
	position: relative;
	aspect-ratio: auto 600 / 438;
}
.home-content-image, .content-image{
	margin: 0px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.home-content-image:hover{
	width: 100%;
}
.home-content-details {
	position: absolute;
	text-align: right;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.home-content .home-content-details{
	top: 90%;
	left: 48%;
	opacity: 1;
}
.home-content-details h2{
	color: #fff;
	font-weight: normal;
	margin-bottom: 0;
	font-size: 1.2em;
}
.home-content-title{
	text-align: right;
	width: 100%;
}



/*Product image gallery */
.imggallery, .imggallery-66{
	padding: 5px 5px 5px 5px;
	float: left;
}
.productrow{
	display: flex;
	clear:both;
}
.imggallery{
    display: block;
    width: 33.333%;
	height: auto;
	flex: 1.4;
}
.imggallery-66{
    display: block;
    width: 66.667%;
	height: auto;
	flex: 2.7907;
}
.product-subhead{
	text-align: left;
	width: 100%;
	margin-bottom: 0px;
}
.product-head{
	text-align: center;
	width: 100%;
	margin-bottom: 0px;
}
.product-news{
	height:190px;
	width:90%;
	border:1px solid #ccc;
	overflow:auto; 
	margin: 10px auto; 
	background-color: #E0E0E0	
}
.news-scroll{
	margin:10px;
	padding: 10px;
}
.content {
	position: relative;
	margin: auto;
}
.content .content-overlay {
	background: rgba(0,0,0,0.7);
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}
.content:hover .content-overlay{
	opacity: 1;
}
.content-image{
	width: 100%;
}
.content-details {
	position: absolute;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	top: 87%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details{
	opacity: 1;
}
.content-details p{
	color: #fff;
	margin-bottom: 0;
	width: 100%;
}
.content-title{
	margin: 0px auto;
}
.mobile-description{
	display: none;
}
.productimg{
	float: left;
	padding: 0px 20px 7px 0px;
}
.productimgright{
	float: right;
	padding: 0px 0px 7px 20px;
}
.productimg, .productimgright{
	max-width: 350px;
}
.productshort{
	margin-bottom: 20px;
}
.bodycopy a{
	text-decoration: none;
	border-bottom: 1px solid black;
}



/* Product and Homepage galleries */
.zoom-in, .zoom-in2{
	overflow: hidden;
}
.zoom-in img, .zoom-in2 img{
	transition: transform 1s, filter .3s ease-out, filter .3s ease-in;
	width: 100%;
	height: auto;
	display: block;
}
.zoom-in:hover img{
	transform: scale(1.05);
	z-index:0;
}
.zoom-in2:hover img{
	transform: scale(1.12);
	z-index:0;
}
.home-content-overlay, .content-overlay{
	z-index: 99;
}
.home-content-details, .content-details{
	z-index: 100;
}



/* News page/subpages */
.schedule{
	width: 90%;
	margin:0px auto;
}
.tradebullet{
	list-style-type: circle;
	margin-left: 50px;
	margin-bottom: 10px;
	padding-bottom:5px;
}
.schedule h3{
	text-align: left;
	margin: 10px auto;
	width: 100%;
}



/*About Page/subpages */
#i2qfulllogo{
	display: block;
	margin: 0px auto;
	width: 28%;
	height: auto;
	max-width: 300px;
}
.licenses{
	width:90%;
	margin:0px auto;
}
.licenses li, .partners li{
	padding-bottom: 15px;
}
.partners{
	padding-top: 7px;
	column-count: 2;
	width: 90%;
	margin: 0px auto;
	column-rule: 1px solid black;
	column-gap: 40px;
}
.partners li{
	margin-left: 40px;
}
.manufacturers{
	column-count: 2;
	padding-bottom: 10px;
	column-gap: 10px;
	width: 100%;
	margin-left: 20px;
}
.manufacturers li{
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; 
	list-style-type: circle;
	padding: 7px;
}
.partners div{
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; 
}
/* Partner Logos */
.marquee {
	margin: 0 auto;
	margin-top: 40px;
	width: 85%;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}
.marquee:before, .marquee:after {
	position: absolute;
	top: 0;
	width: 50px;
	height: 100px;
	content: "";
	z-index: 1;
}
.marquee__content {
	width: 600%;
	display: flex;
	line-height: 30px;
	animation: marquee 120s linear infinite forwards;
}
.marquee__content:hover {
	animation-play-state: paused;
}
.list-inline {
	display: flex;
	justify-content: space-around;
	width: 33.33%;
	/* reset list */
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-inline img{
	width: 100%;
	border-right: .5px solid #CECECE;
}
@keyframes marquee {
	0% {transform: translateX(0);}
	100% {transform: translateX(-66.6%);}
}



/* Career Page */
.careerbullet{
	margin-left: 50px;
}
.careerbullet2{
	margin-left: 100px;
}



/*Button formatting */
.allbuttons div{
	display:inline-block;

}
.allbuttons{
	margin: 0px auto;
	text-align: center;
	clear: both;
}
.allbuttons a, a:visited, a:active {
	text-decoration: none;
}
.button{
	border: 1px solid black;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	padding: 15px;
	margin: 10px 0;
	position: relative;
}
.newsbutton{
	margin-bottom: 0px;
}
.button:hover{
	color:white;
}
.button:before{
	content: "";
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	background-color: #444444;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button:hover:before{
	top: 0;
}
.allproductslink{
	text-align: center;
	padding-bottom: 15px;	
}
.productlink{
	color: black;
}
.productlink:hover{
	cursor: pointer;
}



/*Testimonials*/
.quotecaption{
	display: block;
	margin-top: 10px;
}
.quotecolumn p{
	border: 1px solid rgba(0,0,0,0.1);
	text-align: center;
	padding: 20px;
	margin-bottom: 10px;
}
.quotecolumn b {
	font-size: 50px;
	font-family: Courier;
	line-height: 40px;
	color: lightgray;
}
.quotecolumn p:hover b{
	color: black;
}
.quotecolumn p:hover{
	background-color: rgba(0,0,0,0.1);
	transition: .5s
}
.quotecolumn {
	column-count: 3;
	column-gap: 10px;
}
.quotecolumn p {
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; 
}



/* Project Map */
g {
	transition: .3s;
}
.activestate:hover { 
	fill: rgb(0, 46, 194);
	cursor: pointer;
}
.activestate-small:hover { 
	fill: rgb(0, 46, 194);
	cursor: pointer;
}
.active { 
	fill: rgb(0, 46, 194) !important;
}	
#StateInfo { 
	width: 80%;
	margin:0px auto;
	background: white;
	opacity: 0;
	transition: 1s; 
}
#StateInfo.show p { 
	color: #000 !important; 
	margin-bottom: 10px; 
}
#StateInfo.show { opacity: 1; }
#StateInfo h2 {
	text-align:center;
}
#StateInfo p {
	margin-left: 20px;
	margin-right: 20px;
}
.activestate, .activestate-small{
	fill: gray;
}
.activestate text{
	fill:white;
}
.activestate-small text{
	letter-spacing: 0.01em;
	font-weight: 400;
	font-size:10.43px;
	fill:gray;
}
#divmap{
	width:100%;
}
svg{
	padding: 10px;
	padding-top:0px;
	width: 100%;
	display: block;
	margin: 0px auto;
}
svg text{
	letter-spacing: 0.01em;
	font-weight: 400;
	font-size:10.43px;
	fill:gray;
}
.facility-bullet{
	list-style-type: circle;
	margin-left: 70px;
	margin-bottom: 10px;
	padding-bottom:5px;
	line-height: 20px;
}
.inactivestate{
	fill: #d3d3d3 !important;
}
.svg-line{
	fill:none;
	stroke:gray;
	stroke-miterlimit:10;
	stroke-width:1px;}
.facility-name{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.project-info, .project-info-first{
	float: left;
	width: 50%;
	align-content: center;
	margin-bottom:30px;
	padding:15px;
}
.project-info-first{
	border-right:1px solid black;
}
.project-info li a, .project-info-first li a{
	text-decoration: none;
	border-bottom: 1px solid black;
}
.maptext{
	margin-bottom: 30px;
}



/* Contact Page */
.headerphoto{
	clear:both;
	margin: 5px;
}
#contactdiv{
	column-count: 3;
	column-rule: 1px solid black;
	column-gap: 60px;
}
#contactdiv p{
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; 
}
.contact-zoom{
	overflow: hidden;
	width: 100%;
	margin-bottom: 14px;
}
.contact-zoom img{
	transition: transform 1s, filter .3s ease-out;
	width: 100%;
	height: auto;
	display: block;
}
.contact-zoom:hover img{
	transform: scale(1.3);
}




/* News Page */
.newspreview > * {
	vertical-align: middle;
}
.newspreview:hover{
	background-color:rgba(0,0,0,0.1);
	transition: 0.5s;
}
.newsimg{
	width: 20%;
	height: auto;
	max-width: 283px;
	padding-right: 5px;
}
.newstext{
	padding-left: 30px;
	padding-right: 30px;
	display:inline-block;
	width: 80%;
}
.newspreview p a {
	border-bottom: none;
}
.qikitani{
	vertical-align: middle;
}
.latestnews{
	clear: both;
	padding-top: 20px;
	padding-bottom: 15px;
}
.figureright{
	float: right;
	display: flex;
    flex-flow: column;
    padding: 0px;
	padding: 5px 0px 20px 30px;
	clear:both;
}
figure{
	float: left;
	display: flex;
    flex-flow: column;
    padding: 0px;
	padding: 5px 30px 20px 0px;
	clear:both;
}
.employeeimages{
	clear: both;
}
.textwrapimg{
	max-width:283px;
	margin-top: 10px;
}
figcaption{
	background-color: rgba(0,0,0,0.1);
    color: black;
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center;
}
.tradeshow{
	background-color:rgba(0,0,0,0.1);
	padding: 10px;
	margin: 0px 0px 20px;
}
.archives{
	background-color:rgba(0,0,0,0.1);
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 5px;
}
.tradeshow-link{
	margin-top: 0px;
	margin-bottom: 15px;
}
.allarchives{
	width: 87.6%;
	margin: 0px auto;
	clear: both;
	display:table;
	margin-bottom: 5px;
}
.archives h3{
	margin:0px auto;
	padding: 0px;
}
.archive-gallery{
	padding: 5px 5px 0px 5px;
	float: left;
    width: 20%;
}
.archive-content {
	position: relative;
	margin: auto;
}
.archive-content img{
	backface-visibility: hidden;
}
.archive-content .archive-overlay, .archive-overlay-active {
	background: rgba(0,0,0,0.5);
	position: absolute;
	height: 97.5%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	z-index: 100;
}
.archive-content:hover .archive-overlay{
	opacity: 1;
}
.archive-content .archive-overlay-active{
	opacity: 1;
	background: rgba(0,0,0,0.6);
}
.archive-image{
	width: 100%;
}
.archive-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.archive-content .archive-details{
	top: 50%;
	left: 50%;
	opacity: 1;
}



/* Footer */
.footer{
	display:flex;
	align-items:center;
	justify-content:left;
	border-right: 1px solid white;
	width: 25%;
	height:100px;
	float: left;
	padding: 5px;
	color: white;
	line-height: 20px;
	background-color: #444444;
	margin-top:5px;
	font-size: .8em;
}
.footer:last-child{
	border-right: none;
}
.footertext{
	margin: 0 10px;
}
.footericon{
	padding: 10px;
}
.footer3col{
	margin: 0px 5px 10px 5px;
	clear:both;
	width:100%;
}
.copyright {
	clear: both;
	margin: 0px 5px 0px 5px;
	background-color: black;
	padding: 15px;
	color: white;
	text-align: center;
	font-size: 10pt;
    width:100%;
}
.whitelink{
	color: white;
	text-decoration: none;
}
.whitelink:hover{
	border-bottom: 1px solid white;
	text-decoration: none;
}



/* Small Tablets */
@media (min-width: 376px)and (max-width: 767px) {
	/* General */
	.container{
		width: 95%;
	}	
	.bodycopy{
		font-size: 12pt;
		line-height: 24px;
		clear: both;
	}
	

	
	/* Homepage gallery */
	.home-content-title{
		font-size: 12pt;
	}
	.home-content .home-content-details{
		top: 83%;
		left: 52%;
		opacity: 1;
	}
	
	
	
	/* Project Page */
	.project-info, .project-info-first{
		width: 100%;
		float: none;
		display: block;
		padding:0px 15px;
		margin: 0px auto;
	}
	.project-info-first{
		border-right: none;
	}
	svg{
		width: 100%;
	}
}



/* Small Desktops */
	@media (min-width: 768px) and (max-width: 1125px) {
		/* General */
		.container{
			width: 95%;
		}
		
		
		
		/* Footer */
		.footer{
			height: 100px;
			justify-content: center;
		}
		.footericon{
			display: none;
		}
		.footertext{
			padding: 5px;
			text-align: center;
		}
		
		

		/* News Page/Subpages */
		.newsimg{
			width: 30%;
		}
		.newstext{
			width: 70%;
		}
}



@media screen and (max-width : 1010px){
    /* Navigation */
	/*Make dropdown links appear inline*/
	#menu{
		width: 100%;
	}
	.navigation ul {
        position: static;
        display: none;
    }
	div .navigation{
		width: 100%;
	}
    /*Make all menu links full width*/
   .navigation ul li, li a {
        width: 100%;
    }
	#i2q{
		padding: 0px 20px;
		width: 100px;
		height: auto;
	}
	.navigation .toplevel{
		border-bottom: 1px solid black;
		font-weight: bold;
		text-align: left;
		padding: 0px 20px;
	}
	.navigation #contact{
		border: none;
	}
	.navigation li ul li{
		border-bottom: none;
	}
	.navigation li ul li a{
		text-indent: 30px;
	}
    /*Display 'show menu' link*/
    .navigation .show-menu {
        display:block;
		background-color: rgba(0,0,0,0.1);
		padding: 5px;
		width: 50px;
		height: 45px;
    }
	.show-menu:hover{
		cursor:pointer;
	}
	#logo{
		width: 50%;
		float: none;
		margin: 0px auto;
		display: block;
		margin-bottom: 1%;;
		margin-top: 2%;
	}
	.navigation li:hover ul a{
		box-shadow: none;
	}
	.navigation{
		margin: 30px;
		margin-top: -10%;
		padding-left: 4%;
	}
	.navigation li:hover ul a{
		background: none;
	}
	.navigation ul li a:hover + .hidden, .hidden:hover {
		position: relative;
	}
	
	.navigation li ul {
    display: relative;
}
	
	.i2qlink{
		width: 50px;
		margin-bottom: 20px;
	}

	
	
	
	/* Testimonials */
	.quotecolumn {
		column-count: 2;
	}
}



@media screen and (max-width: 910px) {
	/* General */
	h1{
		clear:both;
		font-size: 18pt;
	}	
	
	
	
	/* Products Page */
	.content .content-overlay{
		height: 99%;
	}
	.spaceheading-products{
		padding-top:10px;
		clear: both;
	}

	
	
	/* About page */
	#i2qfulllogo{
		width: 50%;
	}
	
	
	
	/* Footer */
	.footer{
		height: 120px;
	}
	
	
	
	/* Contact Page Columns */
	#contactdiv{
		column-count: 2;
	}
}

	

@media screen and (max-width: 767px) {
	/* Navigation */
	.navigation{
		padding-left: 40px;
		margin-top: -9%;
		margin-bottom: 15px;
	}
	
	
	
	/* Contact Page Columns */
	#contactdiv{
		column-count: 1;
	}

	
	
	/* Homepage heading */
	.homepage-heading{
		display: none;
	}
	
	
	
	/* Slideshow */
	.slideshow-container{
		display: none;
	}
	.alldots{
		display: none;
	}
	
	
	
	/* Footer */
	.footer{
		width: 100%;
		justify-content: flex-start;
		padding-left: 27%;
		height: auto;
		margin-top: 0px;
		border-bottom: 1px solid white;
	}
	.footer1{
		margin-top: 5px;
	}
	.copyright{
		margin: 5px 5px 5px 5px;
	}
	
	
	
	/* Products Page */
	.productimg, .productimgright{
		float: none;
		display: block;
		padding: 10px 10px 10px 10px;
		margin: 0px auto;
		clear: both;
	}
	
	
	
	/*News page/subpages */
	.newsimg{
		width: 40%;
	}
	.newstext{
		width: 60%;
	}

	figure, .figureright{
		float: left;
		display:block;
		
		padding: 10px;
		padding-top: 0px;
		max-width:283px;
		width: 50%;
	}
	

	.textwrapimg{
		margin-top:0px;
	}

	.textwrapimg{
		margin-top:0px;
	}
	.archive-gallery{
		width: 33.3%;
		padding: 0px 2.5px;
	}
	.archive-content{
		display: inline-block;
	}
	
	
	
	/* About subpages */
	.marquee__content {
		width: 800%;
	}
}



@media (max-width: 630px) {
	/* Navigation */
	#logo{
		width: 70%;
	}
	.navigation{
		margin-top: -12%;
	}
	
	
	
	/* Footer */
	.footer{
		padding-left: 24%;
	}
	
	
	
	/*Products Page */	
	#BannerImg{
		display: none;
	}
	#BannerImgMobile{
		display: block;
		width: 100%;
		height: auto;
		padding: 0px;
	}
	.productrow{
		display: block;
	}
	.imggallery, .imggallery-66{
		width: 100%;
		clear:both;
		display: block;
	}
	.content-details p{
		display: none;
	}
	.content-overlay{
		position: relative;
		visibility: hidden;
		margin: 4px;
	}
	.content .content-overlay {
  		background: none;
	}
	.mobile-description{
		display: block;
		text-align: center;
		padding: 10px 0px 15px 0px;
	}
	.product-news{
	height:300px;
	}
	
	
	/* Testimonials */
	.quotecolumn {
	column-count: 1;
	}
	
	
	
	/* About Subpage */
	.manufacturers{
		column-count: 1;
	}
	.manufacturers li{
		padding-bottom: 5px;
	}
}



@media (max-width: 540px) {
	/* Footer */
	.footer{
		padding-left: 20%;
	}
	
	
	
	/* Banner Photo at Top of Pages */
	#PhotoBanner{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	
	
	/* News Page */
	.newsimg{
		width: 100%;
		padding: 10px;
	}
	.newstext{
		padding: 10px;
		width: 80%;
	}
	.newspreview{
		text-align: center;
	}
	.archive-gallery{
		width: 50%;
	}
	.archives{
		margin-top: 10px;
	}

	
	
	/* About Page and subpages */
	#i2qfulllogo{
		width: 70%;
	}
	.imagebanner2{
		width: 100%;
		margin: 0px;
		margin-bottom: 5px;
		padding: 0px;
	}
	.partners{
		column-count: 1;
		width: 100%;
	}
	.partners li{
		margin-left: 20px;
	}
	.marquee__content {
		width: 1000%;
	}
	.marquee {
		margin-top: 10px;
	}


}



@media (max-width: 500px) {
	/* Navigation */
	.navigation{
		margin-top: -13%;
	}
	.navigation .show-menu{
		background-color: rgba(0,0,0,0);
		font-size: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#logo{
		width: 75%;
		padding: 5px;
	}
	
	
	
	/* Footer */
	.footer{
		padding-left: 5%;
	}
	.footer3col{
		margin: 0px;
	}
	.copyright{
		margin: 5px 0px 0px 0px;
	}
	.footer1{
		margin-top: 5px;
	}
	
	
	
	/* Homepage Gallery */
	.home-imggallery{
    	display: block;
    	width: 100%;
		padding: 2.5px 0px;
	}
	.home-content-title{
		font-size: 12pt;
	}
	.home-content .home-content-details{
		top: 83%;
		left: 52%;
		opacity: 1;
	}
	
	
	
	/*Product subpages */
	.productimg, .productimgright{
		width: 100%;
	}
	
	
	
	/* Projects Page */
	#map, .maptext, .project-info, .project-info-first, #StateInfo, .mapline{
		display: none;
	}
	
	
	
	/* About Subpage */
	.partners{
		column-count: 1;
		width: 100%;
	}
}



/* Mobile */
@media (max-width: 375px) {
	/* General */
	.container{
		width: 100%;
	}
	h1{
		clear:both;
		font-size: 16pt;
	}
	.container{
		width: 100%;
	}
	.bodycopy{
		font-size: 12pt;
		line-height: 24px;
		clear: both;
	}
	.navigation{
		margin-bottom: 5px;
	}
	.headerphoto{
		margin: 0px;
	}
	
	
	
	/*Products Page */
	.imggallery, .imggallery-66{
		padding: 0px;
	}
	.content-details{
		opacity: 1;
		position: relative;
	}
	.content-details h3{
		color: black;
		padding: 8px;
		padding-top: 30px;
	}
	.content-overlay{
		position: relative;
		visibility: hidden;
		margin: 4px;
	}
	.content .content-overlay {
  		background: none;
	}

	
	
	
	/* About Page */
	#i2qfulllogo{
		width: 100%;
	}
	.imagebanner2{
		width: 100%;
		margin: 0px;
		margin-bottom: 5px;
		padding: 0px;
	}
	
}



@media (max-width: 315px) {
	/* Footer */
	.footertext, .copyright{
		font-size:  11px;
		line-height: 15px;
	}
	
	
	
	/* Navigation */
	#logo{
		margin-right: 10px;
	}
	.navigation{
		margin-top: -15%;
	}
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* Not supported in IE */
	.alldots{
		display:none
	}
	#map, .maptext{
		display: none;
	}
}


.container {
    min-height: 500px;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}