  /* li.section-item.az { list-style: none !important;}
.main-navigation .nav li { list-style: none !important;}
header.affix {
    position: fixed;
    top: 0;
    width: 100%;
}
header div.logo {
	height: 100% !important;
	display: flex;
	align-items: center;
} */

/* ticket 260235 */

.career-card {
  display: flex;
  flex-flow: column nowrap;
  background-color: #002f6c !important;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.career-card .card-body {
  border-top: 2px solid #f68026;
  text-align: center;
  color: #fff !important;
  background-color: #002f6c !important;
  padding: 24px 30px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;

  /* stretch to fill column */
  flex: 1;
}
.career-card .card-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.career-card .card-body p {
  display: block;
  font-size: 1.15rem;
  color: #fff;
  /* text-transform: uppercase; */
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.career-card .card-body h2,
.career-card .card-body h3,
.career-card .card-body h4,
.career-card .card-body h5,
.career-card .card-body h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: white;
}