
body {
  padding-top: 90px;
  font-size: 16px;
  line-height: 1.75em;
}
a, a:active, a:visited {
  color: #343568;
}
a:hover {
  color: #d2ae4b;
  text-decoration: underline;
}

@media (min-width: 992px) {
  body {
    padding-top: 90px;
  }
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.gf-banner {
  min-height: 400px;
}
.gf-banner.about_us {
  background-image: url('../images/banner.about_us.png');
}
.gf-banner.candidates {
  background-image: url('../images/banner.candidates.png');
}
.gf-banner.employers {
  background-image: url('../images/banner.employers.png');
}
.gf-banner.contact_us {
  background-image: url('../images/banner.contact_us.png');
}

.gf-content {
  width: 800px;
  margin: 0 auto;
  min-height: 400px;
}
@media (max-width: 992px) {
  .gf-content {
    width: 100%;
  }
}
h1.page-title {
  color: #343568;
  margin-bottom: 1em;
}
h1.page-title2 {
  color: #343568;
  margin-bottom: 0.5em;
}
h3.section-title {
  color: #d2ae4b;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
h3.section-title2 {
  color: #d2ae4b;
  margin-top: 0;
}
.biz-sec {
  color: #333;
  line-height: 2em;
}

.gf-footer {
  background-color: #343568;
}

.job {
  cursor: pointer;
}
