  .cta > a {
  cursor: pointer;
  display: flex;
}
.cta > a:hover,
.cta > a:focus,
.cta > a:visited {
  text-decoration: none;
}
.cta > a .icon {
  font-size: 60px;
  margin: 0 0 0 0 !important;
  display: flex;
  align-items: center;
}
.cta > a .icon span {
  color: #fff;
}
.cta > a .icon a:hover {
  text-decoration: none;
}
.cta > a .cta-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cta > a .cta-title .title {
  padding: 2px 6px;
  margin-bottom: 2px;
  line-height: 28px;
  color: #fff;
}
.cta-request-info .title {
  background: #888581;
}
.cta-visit .title {
  background: #ca2028;
}
.cta-apply .title {
  background: #a6a65e;
}
.cta-explore .title {
  background: #3A7AAB;
}
.homepage-advanced section.bio .horizontal .bio-block-inner {
  margin-bottom: 30px;
}
.homepage-advanced section.bio .bio-block-text h2 {
  margin: 0;
}
.homepage-advanced section.bio .bio-block-text p {
  margin-top: 8px;
  margin-bottom: 8px;
}
.header nav li.depth0 {
  display: none;
}
.homepage-advanced section.programs-thread-section {
  padding-top: 20px;
}
.homepage-advanced section.programs-thread-section:not(.close-top) {
  padding-top: 40px;
}
.homepage-advanced section.programs-thread-section:not(.close-bottom) {
  padding-bottom: 80px;
}
.thread-hook-body a.btn {
  white-space: normal;
}
section > div.container > div.row > div.col-xs-12 > h2 {
  margin-bottom: ;
}
.btn.btn-secondary.thread-expand-button {
  background: transparent;
  border: 1px solid;
  margin-left: 20px;
}
section.background_color_chathams-blue .btn.btn-secondary.thread-expand-button:hover,
section.background_color_nile-blue .btn.btn-secondary.thread-expand-button:hover {
  color: white;
  border-color: white;
}
section.background_color_black_pearl {
  background-color: #071721 !important;
}
@media (min-width: 768px) {
  .row.equal > div[class*='col-'].bio-block {
    margin-bottom: 16px;
  }
}
