
.mastheadLogo {
	margin-left: 40px;
}
#mastHead img{
	margin-top: 10px;
	text-align:center;
}
#footerEmailLink a{
	font-size: 1.2em;
	font-weight:500;
	color:#FFF;
	background-color:#C00000;
	text-decoration: none;
	padding: 6px;
}
#footerEmailLink a:hover{
	color:#FFF;
	background-color:#000;
} 
#footerPhone a{
	font-family: Federo, Verdana, Geneva, sans-serif;
	font-size: 2.4em;
	font-weight:700;
	color:#000;
	text-decoration: none;
	padding: 6px;
	letter-spacing: 0em;
}
#footerPhone a:hover{
	color:#C00000;
} 
.centeredTitle h3{
	text-align:center;
}
.centeredDescription p{
	text-align:center;
	margin-top: 0px !important;
}
#subheadString{
	margin: 0px;
} 
.percentMargin70 {
	margin-left:  15%;
	margin-right: 15%;
}
.mountain {
background-image: url(file:///CLIENT%20DATA/CLIENT%20SITES/SiteGraphics/MountainBackground.jpg);
background-size: cover;
}
.mountain .hmy-content {
margin: auto; /*Centers content DIV*/
}
.width90 {
	max-width: 90%;
	margin: auto; /*Centers content DIV*/
}
.centerText {
text-align: center;	
	margin: auto; 
}
.homeHeading {
	font-family: Federo, Verdana, Geneva, sans-serif;
	font-size: 1.6em;
}
.bulletsSpaced li {
	line-height: 2em;
}
.checkmarkIndents {
	padding-left: 6em;
	text-indent: -60px;
}



/************************************************
               Custom HMY Colors
************************************************/
.p7HMY.grayGrad,
.p7HMY .hmy-content-wrapper.grayGrad {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+10,000000+90 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 10%, #000000 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffffff 10%,#000000 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffffff 10%,#000000 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 */



}
















/*
***********************************************
               Media Queries
***********************************************
*/
@media screen and (min-width:0px) and (max-width:768px){
	.mastheadLogo {
		margin-left: 0px;
	}
	.width90 {
	max-width:100%;
	}
	#mastHead{
			margin: auto; /*Centers content DIV*/
			}
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
.abstract .hmy-content-wrapper {border-left: 1px dashed #000;}
.mountain {background-attachment: scroll; background:no-repeat; background-size: auto;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.mountain {background-attachment: scroll; background:no-repeat; background-size: auto;}
} 


