li.patient-btn a {
  padding: 10px 14px !important;
  background: #eaaf44;
  background: #8347ae;
  background-image: -o-linear-gradient(bottom left, #8347ae 5%, #8f74a3 95%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(5%, #8347ae),
    color-stop(95%, #8f74a3)
  );
  background-image: linear-gradient(to top right, #8347ae 5%, #8f74a3 95%);
  text-transform: uppercase;
  letter-spacing: normal;
  color: #fff !important;
}
.brand a {
  font-size: calc(1vw + 13px);
}

@media screen and (min-width: 720px) {
  .item.contact-box {
    top: 30px;
  }
}
.l-content .main-title:after {
  border-bottom: 4px solid #e8ab3b;
}

.wrapper {
  z-index: 1;
}

.photos-display.mosaic figure {
  padding: 25px;
  box-shadow: none;
}
.photos-display.mosaic figure img {
  -o-object-fit: contain;
  object-fit: contain;
	    max-height: 250px;
}

.matrix.inverse-wrapper .bb2-btn {
  background: #e8ab3b;
}
.matrix.inverse-wrapper .bb2-btn:hover {
  background: #e8ab3b;
  background-image: -o-linear-gradient(bottom left, #e8a832F 5%, #efc271 95%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(5%, #e8a832),
    color-stop(95%, #efc271)
  );
  background-image: linear-gradient(to top right, #e8a832 5%, #efc271 95%);
}
.bell {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  margin: 0 auto 20px;
  color: #eaaf44;
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }

  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}

@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }

  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }

  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.program-box {
  padding: 20px;
  position: relative;
  transition: 0.5s;
}
.program-box .program-box-inside {
  position: relative;
  padding: 33px 30px 15px 35px;
  -webkit-box-shadow: 0 8px 28px rgba(100, 100, 100, .1);
  box-shadow: 0 8px 28px rgba(100, 100, 100, .1);
  border-radius: 10px 10px 10px 10px;
  background: #ffffff;
  transition: all 0.5s;
  z-index: 1;
}

.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 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;
}
.info-cards .info-item .info-title {
    font-size: 20px;
    text-wrap: balance;
}
.liquid-blog-item-square .liquid-lp-header {
  width: 98%;
}
.cta-bar-wrapper .cta-bar {
  background: rgba(0, 51, 89, 0.24) !important;
}

.cta-bar h2.main-title,
.cta-bar .box h4.post-title,
.cta-bar .box h4.post-title a,
.cta-bar .box p a {
  color: #fff !important;
}
.cta-bar-wrapper {
  background: #003359;
  background-image: url(https://www.augusta.edu/cancer/style/parallax3.png);
  background-position: center center;
  background-size: cover;
}
.cta-bar .box {
    box-shadow: none !important;
}

@media only screen and (min-width: 768px) {
  .cta-bar-wrapper .cta-bar {
    padding: 120px 90px;
  }
}

@media only screen and (min-width: 768px) {
  .align-items-center {
    display: flex;
    align-items: center;
    align-content: center;
  }
  .cta-bar-wrapper .cta-bar {
    padding: 40px 35px;
  }
}
