/*departments*/
.invisible {
  display: none;
}


.jobTitle {
  text-align: center;
  font-size: 42px;
  padding: 20px;
  cursor: pointer;
  color: #49DDD1;
}
/*jobs*/
.jobsSection .row {
  text-align: center;
  font-size: 24px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.jobsSection .row > h1 {
  font-size: 70px;
  margin-top: 60px;
  margin-bottom: 40px;
}
.jobsSection .row > h2 {
  text-transform: uppercase;
  font-family: 'Source Sans Pro';
  font-size: 24px;
  font-weight: normal;
  color: black;
  margin-bottom: 20px;
}
.jobsSection .row h3 {
  color: #49DDD1;
  font-size: 31px;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 25px;
/*  height: 80px;*/
}

.jobsSection .row h4 {
  text-transform: uppercase;
  font-family: 'Source Sans Pro';
  font-weight: bolder;
}
.jobsSection .row p{
  max-width: 800px;
  margin: 20px auto;
  font-weight: 100;
  font-size: 18px;
}

@media all and (min-width: 992px) {
  .column {
    padding: 20px 40px;
    margin: 40px 0px;
    border-right: solid 2px;
    border-color: #49DDD1;
    min-height: 270px;
  }
  .column > button {
    bottom: 20px;
  }
}

.column {
  padding: 20px 40px;
  margin: 40px 0px;
}

.row > div:last-child {
  border-right: none;
}

.column > button {
  font-weight: 100;
  font-size: 21px;
  border: solid;
  background-color: #49DDD1;
  color: white;
  padding: 7px 42px;
  border-radius: 20px;
  border: solid;
  color: white;
  /*position on bottom center*/
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-top: 10px;
  margin-left: -89px;
}
.column > button:hover {
  background-color: #21B8AC;
}
