#mobile {
  display: none;
}
#non-mobile {
  display: block;
}
#headSection {
  background: url(/images/Hero.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.headText {
  color: #eced90;
  font-size: 38px;
  font-family: "Verlag Black";
  text-align: center;
  text-transform: uppercase;
}
img {
  max-width: 100%;
}
#consultantSection {
  background-color: #ffffff;
}
.consultantSectionTitle {
  color: #002d38;
  font-size: 38px;
  font-family: "Verlag Bold";
}
.consultantBox {
  background-color: #f2f2f2;
  border-top: 5px solid #002d38;
}
.getInTouch {
  background-color: #f2f2f2;
}
.gitHead {
  color: #002d38;
  font-size: 24px;
  font-family: "Verlag Bold";
  border-bottom: 2px solid #002d38;
}
.gitBody {
  text-decoration: underline;
  color: #002d38;
  font-size: 20px;
  font-family: "Verlag Bold";
  padding-left: 15px;
}
.arrow {
  color: #002d38;
  font-size: 20px;
  font-family: "Verlag Bold";
}
.employeeName {
  color: #002d38;
  font-family: "Verlag Bold";
  font-size: 26px;
}
.employeeTitle {
  color: #002d38;
  font-family: "Verlag Book";
  font-size: 20px;
}
.employeePhone,
.employeeEmail {
  color: #002d38;
  font-family: "Verlag Bold";
  font-size: 20px;
  text-decoration: underline;
}
.employeePhone:hover,
.employeeEmail:hover,
.gitBody:hover {
  color: #002d38 !important;
}
a:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 1000px) {
  #mobile {
    display: block;
  }
  #non-mobile {
    display: none;
  }
}

.footnote {
  max-width: 1100px;
}

body .container {
  max-width: 1100px !important;
}
