<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*
	Dictates style rules when screen is narrower than 960 pixels
*/
@media only screen and (max-width:974px) {
    
/* Home page */
.infoImg {
	display:none!important;
}
#captionParagraph h2 {
    font-size:58px!important;
    line-height:58px!important;
}
.caption {
    width: 720px!important;
    bottom:16%!important;
}

	.contactInfo &gt; div{
	width:45%!important;
}

.form-right, .form-left {
    width: 48%!important;
}
.paymentFront a {
    bottom: -35px!important;
}	
	
#captionWrapper{
	width: 768px;}
	
#MainMenu {
	width: 768px;}	


#HomeContentWidth {
	width:768px;}

#HomeCallouts UL LI, #HomeCallouts iframe {
	width:230px;}
	

	
#HomeCallouts UL LI H2{
	font-size:18px;
}

	


#dropdownNavLinks{
	display:none;
}


/* Industries Served cards */
.SubPageTiles a IMG {
    max-height: 125px!important;
}
.SubPageTiles a {
    height: 240px!important;
}



/* Interior */
 #InteriorContentWidth {
    width: 768px;}
    
    
/* Homeslideshow */

#HomeSlideshow{
	height:300px;
}
.narrow #slideshow{
	width:768px;
}
.rslides li {
	height:300px;}

.caption {
	width: 300px;
}
#slideControls UL{
	width:768px;}

/* Interior Pages */

#ContentContainer{
	/*width:768px;*/
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	}

#ContentLeft {
	float: left;
	width: 300px;}

#ContentRight {
	width: 460px;
	float: right;}

div#Sub_Page_Listing_Right {
	float: left;
	width: 355px;
}

#FooterContent{
	width:auto;}
	
#FooterWidth {
    width: 768px;
	}
	
/*LEFT*/

#FooterLayout_left #FooterSectionOne {
	width: 300px;
}

#FooterLayout_left #FooterSectionTwo {
	width: 460px;
}


/*RIGHT*/
#FooterLayout_right #FooterSectionOne {
	width: 300px;
}

#FooterLayout_right #FooterSectionTwo {
	width: 460px;
}
    
.payment {
    height: 420px !important;
    margin-bottom: 70px !important;
}    
.paymentFront &gt; div &gt; h2{
    margin:15px 0 !important;
}
.paymentFront &gt; div {
    width: 47% !important;
}
.paymentBack {
    height: 92% !important;
    width: 94% !important;
}
.paymentMiddle {
    left: 20px !important;
    height: 82% !important;
    width: 95% !important;
    margin-bottom: 0px !important;
}

}

</pre></body></html>