.offscreen {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

.careers_header {
  display: flex;
  border-bottom: 1px solid #444444;
  margin-bottom: 5px;
  align-items: center;
}

.careers_header .careers_buttons {
  margin-left: auto;
  min-width: 205px;
}

.careers_buttons button {
  margin-right: 5px;
}

.careers_content {
  display: flex;
}

.careers_content .careers_content_main {
  flex: 1;
}

.careers_content .careers_content_sidebar {
  width: 230px;
  flex: 0 0 230px;
  margin-left: 15px;
}

.careers_content .careers_content_sidebar .careers_content_sidebar_body {
  background-color: #e2e7e7;
}

.careers_content .careers_content_sidebar .careers_content_sidebar_body ul {
  list-style-type: none;
  margin: 20px !important;
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}

.careers_content .careers_content_sidebar .careers_content_sidebar_body ul li {
  font-size: 13px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #444444;
}

.careers_content
  .careers_content_sidebar
  .careers_content_sidebar_body
  ul
  li
  .title {
  color: #444444;
}

.careers_content
  .careers_content_sidebar
  .careers_content_sidebar_body
  ul
  li
  .subtitle {
  font-weight: bold;
  font-size: 14px;
}

li.e-item:nth-child(1) {
  background-image: url(../images/twitter.png);
  background-repeat: no-repeat;
  background-position: 8% 40%;
}

li.e-item:nth-child(2) {
  background-image: url(../images/facebook.png);
  background-repeat: no-repeat;
  background-position: 8% 40%;
}

li.e-item:nth-child(3) {
  background-image: url(../images/mail.png);
  background-repeat: no-repeat;
  background-position: 8% 40%;
}

@media (max-width: 480px) {
  .careers_header {
    flex-direction: column;
  }

  .careers_buttons {
    margin: auto;
    margin-bottom: 15px;
  }

  .careers_content {
    flex-direction: column;
  }

  .careers_content .careers_content_sidebar {
    width: 100%;
    flex: auto;
    margin-left: 0;
  }
}

.careers_container a,
.careers_content_main_body a {
  color: #00569a !important;
}

#careers_btnApply,
#careers_btnApply2 {
  background-color: #00569a !important;
  color: #fff !important;
}
