html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

a { 
  color: #2DD254;
  color: #333;
}

a:hover { color: #222; }

h1, h2 {
  font-family: 'Work Sans', Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.inner-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

#top-bar {
  display: none;
  height: 42px;
  background-color: #009ffd;
}

#header {
  background-color: #fff;
}

#header .inner-wrap {
  padding: 25px 40px;
}

#header #logo {
  max-width: 228px;
}

#hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  height: calc(100vh - 104px);
  height: 134px;
  color: #fff;
  text-align: left;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.15px;
  background-image: url(https://highgroundjobs.com/images/waves-bkg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#hero:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.37;
  z-index: 1;
}

#hero .inner-wrap {
  position: relative;
  padding: 40px;
  width: 100%;
  z-index: 2;
}

#hero h1 {
  font-size: 30px;
  line-height: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  letter-spacing: 2px;
}

#content {
  min-height: calc(100% - 328px);
  background-image: url(https://highgroundjobs.com/images/geometric-bkg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.bm-hueman-side #content h2 {
  margin-top: 0px;
  margin-bottom: 60px;
  color: #000850;
  font-size: 40px;
}

body.bm-hueman-side #content h2 span {
  color: #fca311;
}

body.bm-hueman-side #content h2:after {
  content: "";
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 200px;
  height: 3px;
  background: #fca311;
}

#content .inner-wrap {
  padding: 80px 40px;
}

#footer {
  height: 100px;
  background-color: #000850;
}
