.hero-section {
  background-image: url("/ItacaNet_40/documentation_data/homepage/hero.jpg");
  background-size: cover;
}

.hero-section-caption {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 100px 50px;
  text-align: center;
}
.hero-section-caption h1 {
  font-size: 40px;
}

.hero-section-caption h2 {
  font-size: 20px;
  font-weight: 200;
  margin: 20px auto;
  max-width: 600px;
  line-height: 1.4em;
}

.hero-section-caption .btn-primary {
  background-color: rgba(255,255,255,0.8);
  margin:20px 10px;
  color:#000;
  border-width: 0;
}

.hero-section-caption .btn-primary:hover {
  background-color: rgba(255,255,255,1);
  color:#000;

}

.landing-page .navy-line-spaced {
  margin: 50px auto;
}

.landing-page .navy-line-separator {
  border-color:#f2f2f2;
}

.max300 {
  max-width:300px;
}

h1.title {
  margin: 30px 0;
}

.navy-line.navy-line-small {
  margin: 0 0 20px;
}

.news-box, .secondary-menu {
  list-style-type: none;
  margin: 0 0 80px;
  padding: 0;
}

.news-box > li {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.secondary-menu > li {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.secondary-menu a {
  color: inherit;
}

.secondary-menu a:hover {
  color:#51BDC2;
}
.credits {
  background-color: #2f4050;
  color: #fff;
  margin-top: 100px;
  padding: 10px;
}

.landing-page section p {
  color: #676a6c;
  font-size: 13px;
}


.ui-overlaypanel {
  padding: 0;
  margin: 0;
  position: relative;
}

.select2-container--default .selection .select2-selection--single {
  border-radius: 0px!important;
  height: 34px!important;
  line-height: 34px!important;
}
.select2-container--default .selection .select2-selection--single:focus {
  border-color: #51BDC2 !important;
}
