.apply {
  margin-bottom: 30px;
  margin-top: 30px;
}
.apply .apply-title {
  color: #0057a8;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}
@media (max-width:  767px ) {
  .apply .apply-title {
    cursor: pointer;
    font-size: 19px;
    margin: 0;
    padding: 8px 10px;
    position: relative;
    text-align: left;
  }
  .apply .apply-title:after {
    content: '\f055';
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 19px;
    margin-top: -9.5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 19px;
    height: 19px;
  }
  .apply .apply-title.open:after {
    color: #cccccc;
    content: '\f056';
  }
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  1200px ) {
  .apply .apply-outer {
    padding: 0 10%;
  }
}
@media (max-width:  767px ) {
  .apply .apply-outer {
    border: 1px solid #99b5c6;
    margin-bottom: 15px;
  }
}
@media (max-width:  767px ) {
  .apply .apply-inner {
    display: none;
    padding: 0 10px;
  }
}
.apply .col-sm-6 + .col-sm-6 {
  border-left: 1px solid #99b5c6;
}
