/* /////////// Shared Classes between modules /////////// */

.handshake {
  position: relative;
  bottom: 0.3rem;
  left: 0.3rem;
  width: 13px;
  height: 15px;
}

.btn-secondary {
  font-family: "BrixSansBold";
  color: #fff;
  background-color: #182b49;
}

.btn-default:hover,
.btn-secondary:hover {
  color: #484949;
  background-color: #c1c1c3;
  border-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* /////////// 3-Col Module /////////// */

.jumbotron-three-col-bg {
  background: url(../img/bg_geisel_masked.png);
}

.three-col h2,
.three-col h3 {
  margin-top: 0;
}

.three-col.jumbotron {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.three-col .btn-secondary {
  margin-top: 1.5rem;
}

.three-col .btn {
  white-space: normal;
}

.three-col .panel {
  margin-bottom: 0;
}

.three-col .panel-body,
.three-col .panel.panel-primary .panel-body {
  padding: 3rem;
}

.three-col .responsive-br {
  display: inline;
}

.three-col .text-indent h2 span {
  margin-left: 0;
}

/* /////////// Media Queries /////////// */

@media (min-width: 768px) {
  .three-col.jumbotron {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .three-col .panel .panel-body,
  .three-col .panel.panel-primary .panel-body {
    padding: 4rem;
  }
}

@media (min-width: 992px) {
  .three-col .responsive-br {
    display: block;
  }

  .three-col .text-indent h2 span {
    margin-left: 1.55em;
  }
}

@media (max-width: 991px) {
  .three-col .panel {
    margin-bottom: 2.3rem;
  }
}
