* {
	font-family: serif;
}

img {
	width: 100%;
}
.navbar-brand {
	width: 300px;
	color: #666 !important;
}
.navbar .nav li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.navbar .nav li a::after {
	position: absolute;
	bottom: 4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: rgb(125, 88, 32);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.navbar .nav li.active a:after {
	font-weight: bold;
	position: absolute;
	bottom: 12px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	visibility: visible;
	opacity: 1;
	background: rgb(125, 88, 32);
	transition: .3s;
}
.navbar .nav li a:hover::after {
	bottom: 12px;
	opacity: 1;
	visibility: visible;
}
.flex-caption h3 {
	font-size: 50px;
}
#call-to-action-2 h3 {
	font-size: 20px;
	font-family: serif;
}
.pd-20 {
	padding: 20px;

}
.gray-bg {
	background: #f6f6f6;
	color: #484848;
}
.gold-bg {
	background: #f7f3dd !important;
}
.btn-center {
	width: 300px;
	margin: 20px auto;
	display: block;
}
.info-blocks {
	margin-bottom: 40px;
}
.info-block-img {
	background: #fff;
	box-shadow: 1px 1px 10px #666;
}
.info-block-img h3 {
	font-size: 16px;
	padding: 20px 10px;
	margin-top: 0;
	color: #336;
	font-family: serif;
}
.info-block-img h3 span {
	color: #BE9422;
	font-family: DIN;
	font-size: 12px;
	margin-right: 0.5em;
}
#content h2 span {
	font-size: 9px;
	color: #be9321;
}
.home-blog {
	margin-bottom: 40px;
}
.home-blog h3 {
	color: #ffc107;
	font-size: 17px;
	margin: 10px 0;
}
.home-blog .home-blog-date {
	text-align: right;
	color: #999;
	font-size: 12px;
}
.career-content dl {
	margin-top: 20px;
}
.career-content dl:after {
	content: "";
	display: block;
	clear: both;
	border-bottom: solid 1px #b19b7c;
}
.career-content dl:last-child:after {
	border-bottom: none;
}
.career-content dt {
	width: 20%;
	float: left;
	text-align: right;
	font-size: larger;
	font-family: monospace;
}
.career-content dd {
	width: 75%;
	margin-left: 5%;
	float: left;
}



@media screen and (max-width:767px){

.career-content dt {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 20px;
}
.career-content dd {
	width: 100%;
	float: none;
	margin-left: 0;
	line-height: 1.9;
	margin-bottom: 15px;
}
#column h1 {
	font-size: 22px;
}

}


