@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   https://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	right: auto;
	left: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	https://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	https://goldengridsystem.com/
*/

.fluid {
	clear: both;
	width: 100%;
	float: left;
	font-weight: 300;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	font-family: "Calibri Light";
	font-size: 1.6rem;
}
.showAreaH2  {
	font-weight: bold;
}

.mainFont {
     font-family: "Calibri Light";
     font-style: normal;
     font-weight: 400;
     font-size: 1.9rem;
     text-align: center;
     color: #6A6666;
}
.reviewswhite {
     font-family: "Calibri Light";
     font-style: italic;
     font-weight: 400;
     font-size: 1.9rem;
     text-align: center;
     color: #ffffff;
}
.redFont {
	font-family: "Calibri Light";
	color: #FF0004;
	font-style: normal;
	font-weight: 300;
	font-size: 1.6rem;
	text-align: center;
}
.tinytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}	

.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.clients {
	float: left;
	padding-right: 20px;
	font-family: "Calibri Light";
	font-style: normal;
	font-weight: 300;
	font-size: 1.6rem;
	width: 30%;
	height: 103px;
}
.clientsb {
	float: left;
	padding-left: 280px;
	padding-right: 20px;
	font-family: "Calibri Light";
	font-style: normal;
	font-weight: 300;
	font-size: 1.6rem;
	width: 30%;
	height: 103px;
}

.tablesgreen {
	border: 1px solid #979797;
}
/* Mobile Layout: 480px and below. */
 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-right: 2px;
	clear: none;
	float: none;
	padding-left: 2px;
}

.Imgwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-right: 2px;
	clear: none;
	float: none;
	font-family: "Calibri Light";
	font-style: normal;
	font-weight: 400;
	padding-left: 2px;
}
#top img {
	margin-right: auto;
	margin-left: auto;
}
#menuSystem {
}
.menuItem {
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #F4F4F4;
	width: 100%;
	margin-left: 0;
	clear: both;
	display: block;
	-webkit-box-shadow: 1px 1px #cccccc;

}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

.gridContainer.clearfix #top a {
     font-family: "Calibri Light";
     font-style: normal;
     font-weight: 600;
     font-size: large;
     font-variant: normal;
     padding-bottom: 0px;
     display: block;
}

.headerL {
	font-family: "Calibri Light";
	font-style: normal;
	font-weight: 500;
	font-size: 2.1rem;
	text-align: left;
	margin-left: 1%;
}
.header {
     font-family: "Calibri Light";
     font-style: normal;
     font-weight: 300;
     font-size: 1.8rem;
     text-align: center;
     width: 100%;
     color: #474747;
}
.headerongrey {
     font-family: "Calibri Light";
     font-style: normal;
     font-weight: 600;
     font-size: 2.4rem;
     text-align: center;
     width: 100%;
     background-color: rgba(236,236,236,1.00);
     -webkit-box-shadow: 2px 2px 7px #ADAAAA;
     box-shadow: 2px 2px 7px #ADAAAA;
     color: #474747;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
}

#menuSystem {
}/* adjusted the width from 10.2564% to 20.2564% 
plus margin left from 2.5641% to 3.5641% for iPad */
.menuItem {
width: 21.2564%;
clear: none;
margin-left: 3.5641%;
display: block;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	float: none;
	margin-left: auto;
	clear: none;
}


#menuSystem {
	display: block;
}
.menuItem {
width: 15.2542%;
clear: none;
margin-left: 1.6949%;
display: block;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
/* Don't add styles below here as they apply to media queries */
