@charset "UTF-8";
/* CSS Document */

/* Email section */
		.contactemail h5 {
			margin: 0 0 2px;
		}

/* Meet The Team section */
		.podContainer5ColumnsA,
		.podContainer5ColumnsB,
		.podContainer5ColumnsC,
		.podContainer5ColumnsD 
		{
			width: 170px;
			height: 255px;
			float: left;
			background: no-repeat #333;
			margin: 0 5px 5px 0;
			border: 1px solid grey
		}
		.podContainer5ColumnsE 
		{
			width: 170px;
			height: 255px;
			float: left;
			background: no-repeat #333;
			margin: 0 0 5px;
			border: 1px solid grey
		}
		.podContainer5ColumnsEmpty 
		{
			width: 170px;
			height: 255px;
			float: left;
			margin: 0 5px 5px 0;
			border: none!important;
		}
		.podContainer5ColumnsQuote 
		{
			width: 255px;
			height: 255px;
			float: left;
			margin: 0 5px 5px 0;
			border: none!important;
		}
		.podContainer5ColumnsQuote p {
			color: #646464!important; 
			font-family: 'HeroRegular'; 
			font-size: 15px; 
			padding: 10px 14px 10px 8px;
		}
		.supportContainer1 {
			margin-top: 0px!important;
		}
		#podContainer a div.ContentSupport {
			-moz-opacity: .75;
			filter: alpha(opacity=75);
			opacity: .75;
			height: 70px;
			width: 150px;
			bottom: 0;
			position: absolute;
			padding: 10px;
			background-color: #000;
		}

		#podContainer a:hover div.ContentSupport {
			-moz-opacity: .88;
			filter: alpha(opacity=88);
			opacity: .88
		}
			
		.ContentSupport h2, .ContentSupport h3, .ContentSupport h4 {
			color: #fff!important;
			margin: 0px;
			line-height: 1.1em;
			}
		.ContentSupport p {
			margin: 0px;
			color: #008fd5!important;
			line-height: 1.3em;
			}
		h4.small {
			font-size: 14px;
			margin: 4px 0 4px 0;
		}

