/* /////////// Global Styles /////////// */

/* telephone link */
a[href^="tel:"] {
  text-decoration: underline;
}

@media (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

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

.btn-default:focus {
  color: #484949;
  background-color: #ffcd00;
}

.btn-default:active,
.btn-default:hover:focus,
.btn-default:active:focus {
  color: #484949;
  background-color: #c1c1c3;
}

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

/* /////////// Color Overlay /////////// */

/* white container 90% opacity 
.panel-default {
  background-color: rgba(255, 255, 255, 0.9);
}
*/

/* black overlay 50% opacity */
.dark-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.dark-overlay .container,
.jumbotron-hero.jumbotron-detail.jumbotron-detail-terms,
.jumbotron-hero.jumbotron-about-sandiego,
.jumbotron-research,
.jumbotron-event-multiple,
.jumbotron-tow-image-sec .panel-secondary,
.jumbotron-tow-image-sec.small p,
.timeline-with-tab .block,
.timeline-with-tab .block strong,
.timeline-with-tab .block p,
.timeline-with-tab .block a,
.jumbotron-colleges-detail .banner,
.jumbotron-colleges-detail .restaurant-block {
  position: relative;
}

/* /////////// Handshake Icon /////////// */

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

/* 5.1.23 | Callout Content Four */
.handshake-link {
  font-family: "BrixSansBold";
  text-transform: uppercase;
  color: #484949;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
}

/* 5.1.14.2 | News with Images */
.jumbotron-news .text-link,
.jumbotron-news .text-link:hover {
  text-decoration: underline;
  border-bottom: none;
}
.jumbotron-news .text-link .handshake {
  width: auto !important;
}
