html {
    scroll-padding-top: 123px;
    scroll-behavior: smooth;
}
div#home-card-container {
  padding: 0;
  margin-bottom: 3em;
}
.h1 {
  font-size: 2em !important;
}
.h2:first-of-type{
  margin-top: 0em !important;
}
.h2 {
  /* font-size: 1.75em !important; */
  margin-top: 1.5em !important;
}
.h3 {
  font-size: 1.55em !important;
  margin-top: .75em !important;
  line-height: 1.15;
}
.h4 {
  margin-top: .75em !important;
  font-size: 1.325em !important;
}
.h5 {
  margin-top: .75em !important;
  font-size: 1.125em !important;
}
.no-top {
    margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.no-margin {
    margin: 0 !important;
}
.margin-top1 {
  margin-top: 1em;
}
.margin-top2 {
  margin-top: 2em;
}
.margin-top4 {
  margin-top: 4em;
}
.mbottom2 {
    margin-bottom: 2em;
}
.white {
  color: #fff !important;
}
.orange {
  color: #ae6042 !important;
}
.truncate2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
          line-clamp: 2;
  -webkit-box-orient: vertical;
}
.truncate3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
          line-clamp: 3;
  -webkit-box-orient: vertical;
}
.truncate6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
          line-clamp: 6;
  -webkit-box-orient: vertical;
}
.text-slide {
  background: #AE6042;
  padding: 1.5em;
  overflow-wrap: break-word;
}
.text-slide p {
  color: #fff;
}
.tile-button {
  border: 1px solid #ae6042;
  padding: 0.85em 1em;
  font-weight: 500;
  margin-top: 2em;
}
.hr-thin {
    margin: 1em auto;
    opacity: 0.25;
}
div.fa-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 2em;
  text-align: center;
  border: 2px solid #ae6042;
}
div.fa-icon i {
  font-size: 6em;
  color: #ae6042;
  margin-bottom: 1rem;
}
div.fa-icon h3 {
  color: #ae6042;
}
div.fa-icon p {
  color: #ae6042;
  margin-bottom: 0;
}
div.svg-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000;
  padding: 2em;
  text-align: center;
  border: 1px solid var(--stroke-silver, #CECECE);
}
div.svg-icon i {
  font-size: 6em;
  color: #ae6042;
  margin-bottom: 1rem;
}
div.svg-icon p {
  margin: 0;
}
.top-center {
  object-position: top center;
}
.zoom-glow {
    transition: transform .2s;
}
.zoom-glow:hover {
    transform: scale(1.03);
}
a.cell.zoom-glow {
    /*color: #fff;*/
    text-decoration: none !important;
}
.underline-links {
    color: var(--uthorange-10-darker);
    background-image: linear-gradient(transparent calc(100% - 2px),var(--uthorange) 3px);
    text-decoration: none !important;
    background-size: 0 100%;
    background-position: 0%;
    position: relative;
    background-repeat: no-repeat;
    transition: all .2s;
    padding-bottom: 0.125rem;
}
.underline-links:hover {
    background-size: 100% 100%;
    text-decoration: none !important;
    color: var(--uthorange-10-darker) !important;
}
#left-main-content {
  padding: 0;
}
@media print, screen and (min-width: 64em) {
  #left-main-content {
    padding-right: 0.9375rem;
  }
}
/* -- HERO HEADER -- */
.hero-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--uthgrey);
  background-position: 40% 40%;
  background-attachment: scroll;
  padding: 0;
  margin-bottom: 2.65rem;
}
@media print, screen and (min-width: 40em) {
  .hero-background {
      margin-bottom: 4.65rem;
  }
}
.hero-background.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% 40%;
  background-attachment: scroll;
  padding: 0;
  margin-bottom: 3em;
  background-color: #747578;
  position: relative;
  z-index: 0;

}
.hero-background.bg-img .grid-container {
  padding-bottom:0;
}
@media print, screen and (min-width: 64em) {
  .hero-background.bg-img {
    background-position: top center;
  }
}
.bg-img:not(.hero--fannin)::before {
  background-color: rgb(1 1 1 / 25%);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  background-blend-mode: multiply;
  top: 0px;
  z-index: -1;
  left: 0px;
}
.hero-background.bg-img::before {
  background: linear-gradient(180deg, rgba(78, 115, 138, 0.95) 99.99%, rgba(78, 115, 138, 0.00) 99.99%);
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  background-blend-mode: multiply;
  top: 0px;
  z-index: -1;
  left: 0px;
}
@media print, screen and (min-width: 640px) {
  .hero-background.bg-img::before {
    background: linear-gradient(90deg, rgba(78, 115, 138, 0.95) 34.12%, rgba(78, 115, 138, 0.00) 72.51%);
  }
}
.hero-background .hero-title {
  /* min-height: 6.5em; */
  /* padding: 2em 0; */
}
.hero-background.bg-img .hero-title {max-height: 38em;padding: 2em .5em;object-fit: cover;aspect-ratio: 16 / 9;object-position: left;width: 100%;}
@media print, screen and (min-width: 640px) {
  .hero-background.bg-img .hero-title {
    margin-left: 3em;
  }
}
.hero-title {
  top: 100%;
  bottom:0;
  background-color: transparent;
  margin-left:0;
  margin-right:0;
  padding-right:0;
  padding-left: .125em;
  position: relative;
}
.hero-background .hero-title .cell {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.hero-background.bg-img .hero-title .cell {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.hero-title h1 {
  bottom: 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: clamp(1.75em, 6vw, 2.5em);
  text-transform: capitalize;
  text-transform: none;
}
div:not(.hero--fannin) .hero-title p {
  color: #fff;
  font-size: clamp(1rem, 0.9402rem + 0.3415vw, 1.35rem);
  width: clamp(200px, 100%, 500px);
}
a.modalTrigger {
    text-decoration: none !important;
}
#aging-overview .grid-container {
    max-width: 90rem;
}
#aging-overview {
  margin-bottom: 4em;
}
#aging-overview h3 {
    color: #fff;
}
.overview-text {
    background: rgb(0, 0, 0, .2);
    border: 0.5em solid rgb(255, 255, 255, .5);
    margin: 2em;
    padding: 0 1em;
    color: #fff;
}
@media screen and (max-width: 639px) {
    .overview-text {
        background: rgb(0, 0, 0, .8);
        border: 0.5em solid rgb(255, 255, 255, .85);
    }
}
/* -- HOME TILES SECTION -- */
#home-tiles-section {
  margin: auto auto 3em;
}
/* -- HOME YOUTUBE SECTION -- */
#get-involved-youtube {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-color: #ae6042;
  background-position: top center;
  background: url(https://www.uth.edu/aging/assets/img/orange-blurred-background.jpg);
  padding: 0.15em;
  margin-bottom:4rem;
}
@media print, screen and (min-width: 550px) {
  #get-involved-youtube {
    padding: 3em 1em 0.25em 1em;
  }
}
#get-involved-youtube .row {
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media print, screen and (min-width: 550px) {
  #get-involved-youtube .row {
    margin-left: 4em;
    margin-right: 4em;
  }
}
#get-involved-youtube a.button {
  border: 1px solid var(--uthorange-10-darker);
  color: var(--uthorange-10-darker);
  background-color: #fff;
  font-weight: 500;
  transition: border .5s ease-out, color .5s ease-out;
}
#get-involved-youtube a.button:hover {
  border: 1px solid var(--uthblue);
  color: var(--uthblue);
}
/* -- HOME PODCAST SECTION -- */
#aging-home-podcast .callout {
  padding: 1em;
}
@media print, screen and (min-width: 550px) {
  #aging-home-podcast .callout {
    padding: 2em 3em;
  }
}
/* -- HOME TEAM SECTION -- */
#elder-abuse-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% 40%;
  background-attachment: scroll;
  padding: 0;
  margin-bottom: 3em;
  background-color: #747578;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 40em) {
  #elder-abuse-section {
      margin-bottom: 4.65rem;
  }
}
@media print, screen and (min-width: 64em) {
  #elder-abuse-section {
    background-position: top center;
  }
}
#elder-abuse-section::before {
  background: linear-gradient(95deg, rgba(125, 112, 143, 0.9), rgba(174, 96, 66, 0.9));
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  background-blend-mode: multiply;
  top: 0px;
  z-index: -1;
  left: 0px;
}
@media print, screen and (min-width: 40em) {
  #elder-abuse-section::before {
    background: linear-gradient(95deg, rgba(125, 112, 143, 0.9), rgba(174, 96, 66, 0.9));
  }
}
#elder-abuse-section .row {
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media print, screen and (min-width: 550px) {
  #elder-abuse-section .row {
    margin-left: 4em;
    margin-right: 4em;
  }
}
/* -- HOME NEWS CARDS SECTION -- */
#home-news-cards {
  margin: auto;
}
.slim {
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 550px) {
  .slim {
    margin: auto 2.85em;
  }
}
.slim-heading {
  margin: auto 0.65em;
}
@media print, screen and (min-width: 550px) {
  .slim-heading {
    margin: auto 3.85em;
  }
}
.slim-button {
  padding: 0 !important;
  margin: auto 3.85em 4em;
}
@media print, screen and (min-width: 640px) {
  .slim-button {
    margin: auto 3.85em;
  }
}
.slim-button a {
  padding: 0 !important;
  margin: 0 !important;
}
#fifty-plus h2, #fifty-plus h3, #fifty-plus h4, #fifty-plus h5 {
    color: #000;
}
#fifty-plus ul.no-bullet {
    color: #000;
}
#fifty-plus li.accordion-item a {
    color: #ae6042;
}
a.podcast-link {
  color: #000 !important;
}
a.podcast-link:hover {
  color: #ae6042 !important;
}
.podcast-hero {
  height: clamp(30vh, 35vh, 40vh);
  background-image:
  linear-gradient(
  180deg,
  rgba(0, 0, 0, 0.50) 20.98%,
  rgba(255, 255, 255, 0.00) 50.15%,
  rgba(255, 255, 255, 0.00) 50.16%,
  rgba(0, 0, 0, 0.50) 78.79%), url('/aging/assets/img/hero-research-events.jpg');
  background-size: cover;
  padding: 3%;
}
@media screen and (max-width: 40em) {
  .podcast-headshot {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
  }
  .podcast-image {
    margin-bottom: 1em;
  }
}
.pod-panel {
  border-radius: 0 15px 15px 0;
}
.pod-panel:hover {
  background: #d6d7d9;
}
.podcast-hero-title h2,
.podcast-hero-title h5 {
    color: #fff
}
.podcast-title {
  margin-top: 0.5rem;
}
#fifty-plus hr {
    max-width: none;
}
.no-image {
    height: 146px;
    width: 100px;
    display:flex;
    align-items:center;    
    float: left;
    margin-right: 15px;
    background-color: #ccc;
}
.no-image i {
    font-size: 4rem;
    color: #959595;
}
#contact-block {
  padding: 2rem;
  box-sizing: border-box;
  background: rgba(167, 167, 167, 0.1);
  mix-blend-mode: normal;
  border: 1px solid #CACACA;
  box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 3rem;
  margin-top: 0rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 40em) {
  #contact-block {
    margin-top: 6.1rem;
  }
}
#contact-block i {
  position: relative;
  top: 0.25rem;
  font-size: 1.5rem;
  margin-right: 1vw;
  color: #b6a999;
  margin-bottom: 0.5rem;
}
.contact-title {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
#contact-block .address {
  margin-top: 0.75rem;
}
#contact-block-desktop {
  padding: 2rem;
  box-sizing: border-box;
  background: rgba(167, 167, 167, 0.1);
  mix-blend-mode: normal;
  border: 1px solid #CACACA;
  box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 3rem;
  margin-top: 0rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 40em) {
  #contact-block-desktop {
    margin-top: 6.1rem;
  }
}
#contact-block-desktop i {
  position: relative;
  top: 0.25rem;
  font-size: 1.5rem;
  margin-right: 1vw;
  color: #b6a999;
  margin-bottom: 0.5rem;
}
#contact-block-desktop .contact-title {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
#contact-block-desktop .address {
  margin-top: 0.75rem;
}
/*#news-events {
    background: url(/aging/assets/img/news.jpg);
    background-size: cover;
    padding: 3%;
}*/
.news span.news-label {
  margin-right: 0.5em;
  border-radius: 0.5em;
  border: 2px solid #ae6042;
  background: #fff;
  color: #ae6042;
  font-weight: 600;
}
.news h5.title {
    color: #002856;
    transition: color 0.55s ease-out;
}
.news h5.title:hover {
    color: #000;
}
.events span.event-label {
  margin-right: 0.5em;
  border-radius: 0.5em;
  background-color: #ae6042;
}
.events h5.title {
  color: #002856;
  transition: color 0.55s ease-out;
}
.events h5.title:hover {
  color: #000;
}
.events span.location-label {
  margin-right: 0.5em;
  background-color: #747578;
}
section.upcoming-events.event-list span.location-label {
  margin-right: 0.5em;
  background-color: #747578;
}
section.upcoming-events.event-list span.event-label {
  margin-right: 0.5em;
  border-radius: 0.5em;
  background-color: #ae6042;
}
section.upcoming-events.event-list h5.title {
  color: #BD4F19;
  transition: color 0.55s ease-out;
}
section.upcoming-events.event-list h5.title:hover {
  color: #006c8c;
}
section.upcoming-events.event-list span.location-label {
  margin-right: 0.5em;
  background-color: #747578;
}
.panel-text {
    background: rgb(255, 255, 255, .85);
    border: .5em solid rgb(255, 255, 255, .5);
    margin: .5em;
    padding: 0 .8em;
}
.panel-text-no-back {
    margin: .5em;
    padding: 0 .8em;
}
.location-card {
  padding: 0 1em 1em;
}
.headshot {
  margin: 0 !important;
}
.guide-container a {
  text-decoration: none !important;
}
.guide-panel {
  margin-bottom: 2em;
  border: 0.125em solid #ae6042;
}
.guide-icon-vert, .guide-icon-horz {
  text-align: center;
  background: #ae6042;
  color: #fff;
  padding: 1em;
}
.guide-icon-vert i {
  font-size: 6em;
}
.guide-icon-horz i {
  font-size: 5em;
}
.guide-body {
  color: #002856;
  padding: 0 1.5em;
  line-height: normal;
  background: #fff;
}
@media screen and (max-width: 992px) {
  .mobile-margin {
    margin: 0 2em;
  }
}
.events span.event-label {
  margin-right: 0.5em;
  border-radius: 0.5em;
  border: 2px solid #ae6042;
  background: #fff;
  color: #ae6042;
  font-weight: 600;
}
.events span.location-label {
  margin-right: 0.5em;
  background-color: #ae6042;
}
section.upcoming-events.event-list span.event-label {
  margin-right: 0.5em;
  border-radius: 0.5em;
  border: 2px solid #ae6042;
  background: #fff;
  color: #ae6042;
  font-weight: 600;
}
section.upcoming-events.event-list span.location-label {
  margin-right: 0.5em;
  background-color: #ae6042;
  border-radius: 5px;
}