  .btn-naked > span {
  padding: 0;
}
.news-item figure {
  position: relative;
  height: 275px;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%),
    0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
  box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%),
    0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
  z-index: 1;
}
.news-item img {
  border-radius: 8px;
  transform: scale(1);
  -webkit-transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  -o-transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
}
.news-item:hover img {
  transform: scale(1.15);
}
.news-item figure.taller-pic {
    height: 45vh;
}
.news-item h3 {
    color: #000;
    font-weight: bold;
    text-align: center;
    text-wrap: balance;
    margin-bottom: 2rem;
	margin-bottom: 1rem;
}

.news-item h3.news-left {
	text-align: left;
    text-wrap: pretty;
    font-size: 24px;
	
	
}

.btn-icon,
.btn-txt {
  position: relative;
  z-index: 3;
}

.mb-60 {
  margin-bottom: 60px !important;
}
.box {
  padding: 35px 30px 30px 30px !important;
}

figure.liquid-lp-media {
  overflow: hidden;
  height: 375px;
}

h2.liquid-lp-title a:hover {
  color: #00aeef;
}

.in-the-news a {
  display: block;
  position: relative;
  z-index: 2;
}

.in-the-news a:hover {
  text-decoration: none;
}
.cta-bar-wrapper {
  background: #003359;
  background-image: url(https://www.augusta.edu/cancer/style/parallax3.png);
  background-position: center center;
}
.cta-bar-wrapper a.bb-btn {
  color: #ccc;
}
.cta-bar-wrapper a.bb-btn:hover {
  color: #fff;
}

a.bb-btn:hover {
  text-decoration: none;
}
p.date {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  text-transform: uppercase !important;
  font-size: 0.625em;
  letter-spacing: 0.2em;
}

.in-the-news h4,
.in-the-news .light-divider {
  margin-bottom: 5px;
}
.in-the-news .light-divider {border-bottom-color:#ecbe68;
}
.in-the-news p {
    font-weight: 600;
    color: #222222;
}
.subsection ul {
  padding-left: 0;
}
.subsection .contact-box ul {
  padding-left: 25px;
}

.liquid-blog-item-square .liquid-lp-header {
  width: 98%;
}

@media only screen and (min-width: 768px) {
  .cta-bar-wrapper .cta-bar {
    padding: 120px 90px;
  }
}

@media only screen and (max-width: 768px) {
  .cta-bar-wrapper .cta-bar {
    padding: 30px 20px;
  }
}

.cta-bar-wrapper {
  background-size: cover;
}
