/* site css here */
.sans {
font-size:150%;
line-height: 1em;
color: #867540;
text-transform: uppercase;
font-weight: bold;
font-family: Open Sans Condensed;
}
img.fadeHover {
	opacity: 1.0;
}
img.fadeHover:hover {
	opacity: 0.8;
}
.head {
	font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
	font-size: 180%;
	font-weight: 700;
	line-height: 110%;
	color: #c2baa7;
	text-transform: uppercase;
}
.ind {
	margin-bottom: 12px;
	text-indent: -18px;
	padding-left: 18px;
}
.orange {
	color: #ff812c;
}

.smImage {
    float:left;
    display:inline-block;
	margin: 0 12px 12px 0;
	width: 46px;
	height:auto;
}
/* Home page mobile */
@media (max-width: 767px){
.hp-mobile-1{display:none;}
.col-sm-6 .homeNews h1 {margin-top: 1em !important;}
}
@media (min-width: 768px) {
.hp-mobile-2 { display:none;}
}