.header_gray a {
  color: black !important;
  text-decoration: none;
}

#menu_title {
  background-color: white !important;
}

#menu_title h2 {
  color: black !important;
  text-align: left !important;
  border-left: solid 2px green;
  font-weight: bolder;
}

#menu_title div {
  width: 100% !important;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 7px !important;
}

#menu_icon span a:hover {
  color: black !important;
  font-weight: bolder;
}

.active-nav {
  color: black !important;
  font-weight: bolder;
}

.cover-career {
  background: url("/images/career.jpg");

  height: 854px;
  background-repeat: no-repeat;
  background-size: contain;
}

.full_dubl h2 {
  width: 55vw !important;
  border-left: solid 0px #000 !important;
  border-right: solid 0px #000 !important;
}

@font-face {
  font-family: ITCAvantGardeGothicLTExtraLight;
  src: url("/fonts/font/ITC Avant Garde Gothic LT Extra Light.ttf");
}

.cover-career h1 {
  color: white;
  font-family: ITCAvantGardeGothicLTExtraLight;
  font-size: 100px;
  text-transform: uppercase;
  margin-left: 100px;
}

.cover-career p {
  color: white;
  font-family: ITCAvantGardeGothicLTExtraLight;
  width: 40%;
  font-size: 12px;
  margin-left: 100px;
  word-wrap: break-word;
}

main {
  border-top: 1px solid #ccc;
}

.cover-career {
  margin-top: 0%;
  margin-bottom: 0%;
}
.custom-container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
