/***** Global Classes *****/ 
body{font-family:'Quicksand';color:#535353;}

@font-face {
  font-family: 'ivypresto-display';

	    src: url(/ivopresto) format("woff2"), url(/ivopresto) format("woff"), url(/ivopresto) format("opentype");
    font-display:auto;font-style:normal;font-weight:100;font-stretch:normal;
}

.ivypresto-display {
  font-family: ivypresto-display, serif;
}
a:hover{color:#535353;}
.clear-both{clear:both}
h2{margin: 25px 0; font-family:ivypresto-display}
header{background-color:#787369; }

.brown{background-color: #3B3855;}
.box1{background-color: #ABA18F;}
.box2{background-color: #E3D9C6;}
.box3{background-color: #C6BEAE;}
.box4{background-color: #787369;}

.small-blocks{min-height:400px}
.small-blocks h2{font-size:2.7em}

/***** bootsrap override *****/



.gold{color:#CEA95E !important;}
 .navbar-nav > li > a{padding:14px 8px !important;color:#FFF !important}

a{text-decoration:none !important; color:#535353} 
ul{margin-left:0;}
.dropdown-menu{margin:0} 
.dropdown-column > a{display:inline-block;width:100%}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-column > a:hover,
.dropdown-column > a:focus {
	background-color: #787369;
	background-image:none;
	color:#fff !important;
	
}
#content_main{min-height:400px;}
#content_main p{margin: 7px 0;}
#content_main h1,h2,h3{margin: 30px 0;}
#content_main ul{list-style:disc inside none}
.content_main img{display: block;height: auto;max-width: 100%;}
footer{padding:40px 0;min-height:300px;color:#FFF}
footer a{color:#FFF}
footer ul {list-style-type: none;}
@media (max-width: 655px) { 
	.dropdown-column{float:none !important;}
	.m-callouts{padding:10px; font-size:smaller; width:100%; top:20% !important}
	.m-callouts h2{margin:5px 0}
	.m-callouts-btn{padding:10px !important}
}
.hp-field {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}