h1.new-gold {
color: #857650;
font-size: 200%;
line-height: 120%;
}


h4.new-blue {
font-family: "oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 280%;
	line-height: 110%;
	color: #1e2e5c;
	text-transform: uppercase;
}

h4.new-gold {
    font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
	font-size: 200%;
	font-weight: 700;
	line-height: 90%;
	color: #c8bc9a;
}


h4.dark-gold {
    font-family: 'Source Sans Pro', helvetica, arial, sans-serif;
    font-size: 200%;
	font-weight: 700;
	line-height: 90%;
	color: #857650;
}


@media (max-width: 767px) {
  .new-gold {
  color: #857650;
font-size: 150%;
line-height: 120%;
  }
}


@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,);


div.box-green {
	background-color: #f1f8e9;
	padding: 16px 24px 2px 24px;
	margin-bottom: 12px;
}
div.box-blue {
	background-color: #cce0f0;
	padding: 16px 24px 2px 24px;
	margin-bottom: 12px;
}

.promo-banner-two {
    margin: 30px 0 30px 0;
    padding: 15px 15px 20px 255px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: no-repeat 0 0;
    background-size: 225px auto;
    background-color: #edeae0;
}