body#locations #sub-locations a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  /*border-bottom: 5px solid #3784bf;*/
  color: #EE7620;
}
/*.hero-unit-home {
  background: #fff url("../images/locations_flex_1.jpg") no-repeat scroll center 0 / 100% auto;
  min-height: 0;
  padding: 0;
}
.hero-unit-home .jumbotron p {
  max-width: 100%;
}*/
.hero-unit {
	padding: 80px 0 60px 0;
	text-align: center;
  background: #01006F;
}
.hero-unit h1 {
  color: #fff;
}
.hero-unit p {
  color: #fff;
	font-size: 24px;
  font-weight: 300;
}
.btn {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  text-transform: uppercase;
}
.btn-lg {
  padding: 16px 50px;
  font-size: 28px;
}
.btn-sm {
  font-size: 12px;
}
.btn-primary {
  color: #fff;
  background-color: #FF7F32;
  border-color: #FD701C;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #FD701C;
  border-color: #FF7F32;
}
.btn-primary:hover {
  color: #fff;
  background-color: #FD701C;
  border-color: #FF7F32;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #FD701C;
  border-color: #FF7F32;
}
.hero-unit-locations {
	padding: 60px 0 0 0;
	text-align: center;
}
.hero-unit-locations p {
	font-size: 32px;
  font-weight: 300;
  line-height: 46px;
}
.hero-unit-locations img {
	margin-bottom: 50px;
}
#offices {
	margin-top: 50px;
	padding: 10px 0;
	background: #F6F7FA;
}
.office-locations {
  padding: 1em 0;
}
.img-responsive {
  margin: 0 auto;
}
.office-locations strong {
  font-weight: 600;
}
.office-locations a {
  color: #555;
}
h4.page-header {
  border: medium none;
  font-size: 2em;
  text-align: center;
}
.office-locations h4 {
  margin-bottom: 15px;
  color: #EE7620;
}
.hero-unit-home.huh_4 {
  background: #fff url("../images/locations_flex_2.jpg") no-repeat scroll center center / 100% auto;
  min-height: 590px;
  padding: 200px 0 0;
}
.hero-unit-home h1 {
  max-width: 100%;
}
.hero-unit-home.huh_4 .jumbotron p {
  font-size: 21px;
  max-width: 81%;
}
@media only screen and (max-width: 768px) {
  .img-responsive {
    margin: 0;
  }
}