.navbar.second-navbar {
  background: #F6F7FA;
  border-bottom: medium none;
  height: 45px;
  line-height: normal;
  min-height: 45px;
  text-align: center;
  top: 80px;
  z-index: 999;
}
.sub-nav {
  display: inline-block;
}
.sub-nav li {
  float: left;
  padding: 8px 25px;
}
.sub-nav > li > a {
  color: #425363;
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}
.sub-nav > li > a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #EE7620;
}
body#why-hpo #sub-why-hpo a, body#become-an-agent #sub-become-an-agent a, body#browse-openings #sub-browse-openings a, body#locations #sub-locations a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  /*border-bottom: 5px solid #10069F;*/
  color: #EE7620;
}
.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 {
  position: relative;
  background: #01006F;
  padding: 120px 0 120px 0;
  text-align: center;
}
.hero-unit h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 600;
  line-height: 1em;
}
.hero-unit .jumbotron p {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}
.hero-unit .jumbotron h3 {
  margin-top: 50px;
  color: #fff;
  font-size: 1.75em;
}
.hero-unit .jumbotron ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hero-unit .jumbotron ul a {
  color: #98C4F9;
  font-size: 1.125em;
}
.hero-unit .jumbotron ul a:hover {
  color: #FFF;
  text-decoration: underline;
}
#hero-shapes-top-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 225px;
  height: auto;
}
#hero-shapes-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.margin10 {
  margin-bottom: 10px;
}
.margin20 {
  margin-bottom: 20px;
}
.margin30 {
  margin-bottom: 30px;
}
.margin40 {
  margin-bottom: 40px;
}
.margin50 {
  margin-bottom: 50px;
}
/*.testimonials-v-2 {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  padding: 60px 0;
}
.testi-slide {
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.testi-slide p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 20px 0 0;
}
.testi-slide i {
  color: #4497cb;
  margin-right: 10px;
}
.testi-slide img {
  border-radius: 50%;
  height: 200px;
  margin-top: 20px;
  width: 200px;
}
.testi-slide h4 {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 20px;
}
.testi-slide .flex-control-paging li a.flex-active {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #4497cb;
}
.center-line {
  border-color: #EE7620;
}*/
.testimonials {
  padding: 60px 0 40px 0;
  background: #fff;
}
.testimonials h2 {
  color: #10069F !important;
  font-size: 3em;
  text-transform: none;
  margin: 0 0 0 0;
}
.owl-carousel .owl-item {
  transition: all 0.3s ease-in-out
}
.owl-carousel .owl-item .card {
  padding: 20px;
  position: relative;
  background: #fff;
  border: 2px solid #00A3E0;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
}
.owl-carousel .owl-stage-outer {
  overflow-y: auto !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.owl-carousel .owl-item img {
  display: block;
  margin: 20px auto 0 auto;
  width: 250px !important;
  height: 250px;
  border-radius: 8px;
}
.owl-carousel .owl-item .card {
  opacity: 0.25;
  transform: scale3d(0.8, 0.8, 0.8);
  transition: all 0.3s ease-in-out
}
.owl-carousel .owl-item.active.center .card {
  opacity: 1;
  transform: scale3d(1, 1, 1)
}
.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center
}
.owl-theme .owl-dots .owl-dot span {
  background: #B7C4D2 !important;
  border-radius: 20px !important;
  opacity: 0.8
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  height: 14px;
  width: 14px;
  opacity: 1;
  transform: translateY(2px);
  background: #00A3E0 !important
}
.testimonial {
  color: #2c2c2c;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
}
.card i {
  color: #00A3E0;
  font-size: 42px;
  margin-right: 5px;
  margin-left: 5px;
}
.card h4 {
  margin: 10px 0 0 0;
  padding: 0;
  color: #2c2c2c;
  font-family: sofia-pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.card h6 {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}
.card h6 span {
  display: block;
}
#awards {
  background-color: #F6F7FA;
  padding: 60px 0;
  text-align: center;
}
#awards h2 {
  font-size: 3em;
  text-transform: none;
  margin: 0 0 0 0;
}
#awards .center-line {
  border-color: #FF7F32;
}
#awards img {
  display: block;
  margin: 25px auto;
  width: auto;
  text-align: center;
}
.top-work-places {
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.top-work-places li {
  display: inline-block;
  margin: 0 15px;
  vertical-align: bottom;
}
#twp-sa img, #twp-os img, #twp-tb img {
  width: auto;
  height: 280px;
}
#twp-usa img {
  width: auto;
  height: 300px;
}
#diversity {
  padding: 60px 0 120px 0;
  text-align: center;
  overflow: visible;
  background: rgb(1, 0, 111);
  background: linear-gradient(90deg, rgba(1, 0, 111, 1) 0%, rgba(16, 6, 159, 1) 100%);
}
#diversity h2 {
  margin-bottom: 80px;
  color: #fff;
  font-size: 3em;
  line-height: normal;
  text-transform: none;
}
#diversity h4 {
  display: inline-flex;
  margin: 25px 0;
  color: #fff !important;
  font-family: sofia-pro, sans-serif;
  font-size: 6em;
  font-weight: 400;
}
#diversity p {
  margin: 20px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}
#community {
  padding: 60px 0;
  text-align: center;
}
#community h2 {
  font-size: 3em;
  text-transform: none;
  margin: 0 0 0 0;
}
@media (min-width:1920px) and (max-width:2560px) {
  .hero-unit-student {
    height: 60vh;
  }
}
@media only screen and (max-width: 1200px) {
  .cc_excep {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .content h2 {
    font-size: 1.375em;
  }
  .subhead {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-unit h1 {
    font-size: 80px;
  }
  .hero-unit .jumbotron p {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
  }
  #diversity h2 {
    margin-bottom: 60px;
    font-size: 2.25em;
  }
}
@media only screen and (max-width: 767px) {
  .hero-unit {
    background: #01006F;
    padding: 90px 0 70px 0;
    text-align: center;
  }
  .hero-unit h1 {
    font-size: 40px;
  }
  .hero-unit .jumbotron p {
    margin: 20px 0 35px 0;
    font-size: 21px;
    line-height: 28px;
  }
  #hero-shapes-top-right {
    width: 80px;
    height: auto;
  }
  #hero-shapes-bottom-left {
    bottom: 0;
    left: 0;
    height: 50px;
  }
  .btn-lg {
    padding: 16px 30px;
    font-size: 18px;
  }
  .center-heading {
    text-align: center;
    margin-bottom: 20px;
  }
  h1 {
    font-size: 2.25em;
  }
  #diversity h2 {
    font-size: 2em;
  }
}