/* University od Tennessee - Education Research & Opportunity Center */

/* 20-07-2023 */
/* Typography */
h1,
h2,
h3,
h4,
h5,
p {
  color: var(--clr-gry-4) !important;
}

/* Buttons */
.wp-block-button .wp-element-button {
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid;
  border-color: var(--clr-org-1) !important;
  color: var(--clr-gry-4) !important;
  transition: 0.2s !important;
  font-family: var(--fnt-gthm-lt) !important;
}

.wp-block-button .wp-element-button:hover {
  background-color: var(--clr-gry-11) !important;
}

.dark-bg .wp-block-button .wp-element-button {
  color: var(--clr-wht-1) !important;
}

.dark-bg .wp-block-button .wp-element-button:hover {
  color: var(--clr-gry-4) !important;
  background-color: var(--clr-wht-1) !important;
}

.btn-ero .wp-element-button {
  border-width: 2px !important;
  border-style: solid !important;
  border-radius: 7px !important;
  padding: 7px 42px !important;
}

/* Header Updates */
.site-header .site-title {
  margin: 0.67em 0 !important;
  line-height: unset !important;
}

.site-header .top-nav ul li a {
  color: var(--clr-gry-4);
}

.site-header .top-nav ul li:hover a {
  color: var(--clr-gry-8);
}

.site-header .header-bottom {
  border-color: var(--clr-gry-6);
}

.main-nav ul li {
  padding: 16px 60px 16px 22px;
  min-width: unset;
}

.main-nav ul li:hover,
.main-nav ul li.current_page_item {
  background-color: var(--clr-gry-7);
  border-color: var(--clr-org-1);
}

.site-header ul li a {
  color: var(--clr-gry-4);
}

.main-nav ul li.menu-item-has-children > a:before {
  color: inherit;
}

/* Banner Text Section */
.site-banner--txt .rw-lvl-1 > .cl--1::before {
  background-image: url("../images/iStock-1359818120.jpg");
  background-size: 100%;
  background-blend-mode: multiply;
  width: 51%;
  background-color: var(--clr-blk-3);
  clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
  z-index: 1;
}

.site-banner--txt .rw-lvl-1 > .cl--1::after {
  content: "";
  position: absolute;
  left: 10%;
  top: 55%;
  transform: translate(-18%, -50%);
  height: 70%;
  background-size: 100%;
  width: 51%;
  background-color: var(--clr-org-1);
  clip-path: polygon(0 0, 100% 0, 98.5% 100%, 0% 100%);
  z-index: 0;
}

.site-banner--txt .rw-lvl-1 {
  padding-block: 32px;
}

/* Mission and Vision Section */
.sc--mis-vis {
  padding-top: 100px;
  padding-bottom: 200px;
}

/* Map Section */
.sc--mis-vis::before {
  width: 275px;
  height: 150px;
}

.sc--mis-vis::after {
  width: 275px;
  bottom: 150px;
}

/* Research and Outreach Section */
.sc--res-out {
  padding-top: 150px;
  padding-bottom: 150px;
  clip-path: polygon(100% 0, 100% 85%, 92% 100%, 0 100%, 0 0);
}

.sc--res-out::before {
  z-index: -1;
}

.sc--res-out h2 {
  margin-bottom: 15px;
}

.sc--res-out .rw-lvl-3 p {
  font-size: 20px;
}

/* Recent Posts */
.sc--latest-posts {
  padding-top: 100px;
  padding-bottom: 120px;
}

.sc--latest-posts .wp-block-heading {
  text-align: center;
  margin-bottom: 50px;
}

.recent-posts-wrapper .recent-post::before {
  left: -13px;
  top: -13px;
  width: 98%;
  height: 98%;
  background-color: var(--clr-org-3);
}

.recent-posts-wrapper > .rw-lvl-1 {
  grid-template-columns: 30% 30% 30%;
  grid-gap: 62px;
}

.recent-post img {
  height: 100%;
  aspect-ratio: unset;
  object-fit: cover;
}

.recent-post .rw-lvl-2--1 {
  overflow: hidden;
  height: 45%;
}

.recent-post .rw-lvl-2--1 * {
  height: 100%;
  width: 100%;
}

.recent-post .rw-lvl-2--2 {
  height: 55%;
  overflow: hidden;
}

.recent-post .rw-lvl-2--2 > .cl {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.recent-post h3 {
  font-size: 26px;
  line-height: 1;
  color: var(--clr-blk-1) !important;
  margin-bottom: 15px;
}

.recent-post .read-more-link {
  font-family: var(--fnt-gthm-ul);
  color: var(--clr-gry-4);
}

.recent-post p {
  font-size: 16px;
  color: var(--clr-blk-1) !important;
}

.recent-post .link-row {
  margin-top: 10px;
}

/* Footer Updates */
footer.site-footer .sidebar-column h2 {
  font-size: 28px;
  margin-bottom: 25px;
}

footer.site-footer .address-info p {
  font-size: 18px;
  margin-bottom: 16px;
}

footer.site-footer .address-info a {
  text-decoration: underline;
  color: var(--clr-wht-1) !important;
  transition: all 0.4s;
}

footer.site-footer .address-info a:hover {
  color: var(--clr-gry-1) !important;
}

footer.site-footer .social-icons ul {
  display: flex;
  list-style: none;
  padding: 0;
  padding-block: 10px;
  margin: 0;
  gap: 8px;
}

footer.site-footer .social-icons ul li a svg {
  width: 30px;
  height: 30px;
  vertical-align: top;
}

.sidebar-column_right img {
  max-width: 300px;
  margin-bottom: 25px;
}

footer.site-footer .sidebar-column_right .address-info p {
  font-size: 15px;
}

footer.site-footer .address-info ul a {
  font-size: 17px;
  transition: all 0.4s;
}

footer.site-footer .social-icons ul li:hover a svg {
  fill: var(--clr-org-2);
}

/* Responsive */
@media (max-width: 1800px) {
  .sc--mis-vis::before,
  .sc--mis-vis::after {
    width: 175px;
  }

  .sc--mis-vis::after {
    clip-path: polygon(0 0, 82% 0, 100% 100%, 0% 100%);
  }
}

@media (max-width: 1441px) {
  .site-banner--txt h1 {
    font-size: 37.8px;
  }

  .site-banner--txt .rw-lvl-1 {
    padding-block: 22px;
  }

  .sc--mis-vis::before {
    height: 88px;
  }

  .sc--mis-vis::after {
    bottom: 88px;
  }

  .sc--mis-vis .rw-lvl-1 > .cl--1 .rw-lvl-2::before {
    bottom: -75px;
    width: 250px;
  }

  h2 {
    font-size: 32.4px;
  }

  h4,
  p {
    font-size: 19.8px;
  }

  .sc--mis-vis {
    padding-top: 80px;
    padding-bottom: 180px;
  }

  .sc--mis-vis h2 {
    font-size: 27px;
  }

  .sc--res-out {
    padding-top: 130px;
    padding-bottom: 130px;
    clip-path: polygon(100% 0, 100% 90%, 93% 100%, 0 100%, 0 0);
  }

  .sc--res-out .rw-lvl-3 {
    padding: 25px;
  }

  .sc--res-out .rw-lvl-3 p {
    font-size: 18px;
  }

  .sc--latest-posts {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .recent-post h3 {
    font-size: 23.4px;
  }

  .recent-post p {
    font-size: 14.4px;
  }

  footer.site-footer .sidebar-column h2 {
    font-size: 25.2px;
    margin-bottom: 22px;
  }

  footer.site-footer .address-info p {
    font-size: 16.2px;
    margin-bottom: 14px;
  }

  .sidebar-column_right img {
    max-width: 270px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .site-banner--txt {
    margin-top: -70px;
  }

  h4,
  p {
    font-size: 16.83px;
  }

  .site-banner--txt h1 {
    font-size: 32.13px;
  }

  .sc--mis-vis {
    padding-top: 60px;
    padding-bottom: 110px;
  }

  .sc--mis-vis h2 {
    font-size: 22.95px;
    margin-bottom: 10px;
  }

  .btn-ero .wp-element-button {
    font-size: 15.3px;
    padding: 7px 30px !important;
  }

  .sc--mis-vis .rw-lvl-1 > .cl--1 .rw-lvl-2::before {
    bottom: -60px;
    width: 200px;
  }

  .sc--mis-vis::after {
    clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
    height: 35px;
  }

  .sc--mis-vis::before {
    height: 65px;
  }

  .sc--mis-vis::after {
    bottom: 65px;
  }

  .sc--res-out .rw-lvl-1 {
    gap: 60px;
  }

  .sc--res-out .rw-lvl-3 {
    padding: 18px;
  }

  .sc--res-out h2 {
    margin-bottom: 12.75px;
  }

  .sc--latest-posts {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .recent-posts-wrapper > .rw-lvl-1 {
    grid-template-columns: 30% 30% 30%;
    grid-gap: 46px;
  }

  .recent-post .rw-lvl-2--2 {
    padding: 15px;
  }

  .recent-post .rw-lvl-2--2 {
    height: 60%;
  }

  .recent-post .rw-lvl-2--1 {
    height: 40%;
  }

  footer.site-footer .sidebar-column h2 {
    font-size: 21.42px;
    margin-bottom: 18px;
  }

  footer.site-footer .address-info p {
    font-size: 13.77px;
    margin-bottom: 12px;
  }

  .sidebar-column_right img {
    max-width: 229.5px;
    margin-bottom: 18px;
  }

  footer.site-footer .sidebar-column_right .address-info p {
    font-size: 12.75px;
  }

  footer.site-footer .address-info ul a {
    font-size: 14.45px;
  }
}

@media (max-width: 1025px) {
}

@media (max-width: 991px) {
  .mean-container .mean-nav {
    margin-top: 92px !important;
  }

  .site-banner--txt .rw-lvl-1 > .cl--2 {
    display: none;
  }

  .site-banner--txt .rw-lvl-2 > .cl--2 {
    margin-top: 15px;
  }

  .site-banner--txt .rw-lvl-1 > .cl--1::before {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  }

  .site-banner--txt .rw-lvl-1 > .cl--1::after {
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
  }

  .site-banner--txt {
    margin-top: -45px;
  }

  .sc--mis-vis {
    padding-top: 45px;
    padding-bottom: 145px;
  }

  .sc--mis-vis .rw-lvl-1 > .cl--1 .rw-lvl-2::before {
    bottom: -45px;
    width: 160px;
  }

  .sc--mis-vis > .rw-lvl-1 > .cl--2 {
    margin-top: 20px;
  }

  .sc--res-out {
    padding-top: 100px;
    padding-bottom: 100px;
    clip-path: polygon(100% 0, 100% 98%, 95% 100%, 0 100%, 0 0);
  }

  .sc--res-out::before {
    position: absolute;
    content: "";
    background: url("../images/Halftone-Bar-Reverse-01.png") no-repeat;
    background-size: 100%;
    height: 100%;
    width: 160px;
    left: 0;
    top: 0;
  }

  .sc--res-out img {
    aspect-ratio: 21/9;
    object-fit: cover;
  }

  .sc--latest-posts {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .recent-posts-wrapper .recent-post::before {
    left: -8px;
    top: -8px;
  }

  .recent-posts-wrapper > .rw-lvl-1 {
    grid-template-columns: 47% 47%;
    grid-gap: 40px;
  }
}

@media (max-width: 767px) {
  h4,
  p {
    font-size: 14px;
  }

  .site-banner--txt h1 {
    font-size: 28px;
  }

  .sc--res-out h2 {
    font-size: 24px;
  }

  .sc--res-out .rw-lvl-3 p {
    font-size: 14px;
  }

  .sc--res-out::before {
    background: url("../images/Halftone-Bar-Reverse-01.png");
    width: 100px;
    background-repeat-y: repeat;
    background-size: 100%;
  }

  .sc--res-out {
    padding-top: 80px;
    padding-bottom: 100px;
    clip-path: polygon(100% 0, 100% 95%, 93% 100%, 0 100%, 0 0);
  }

  .sc--latest-posts .wp-block-heading {
    margin-bottom: 35px;
    font-size: 26px;
  }

  .sc--latest-posts {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .recent-post h3 {
    font-size: 19.4px;
    margin-bottom: 10px;
  }

  .recent-post p {
    font-size: 12.4px;
  }

  .recent-post .read-more-link {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .mean-container .mean-nav {
    margin-top: 122px !important;
  }

  .site-banner--txt .rw-lvl-1 > .cl--1::before {
    width: 75%;
  }

  .site-banner--txt .rw-lvl-1 > .cl--1::after {
    clip-path: polygon(0 0, 100% 0, 94.5% 100%, 0% 100%);
    width: 80%;
  }

  .sc--mis-vis::before {
    height: 48px;
    width: 80px;
  }

  .sc--mis-vis::after {
    width: 80px;
  }

  .sc--mis-vis::after {
    bottom: 48px;
  }

  .sc--mis-vis::after {
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    height: 25px;
  }

  .sc--mis-vis {
    padding-top: 45px;
    padding-bottom: 100px;
  }

  .recent-posts-wrapper > .rw-lvl-1 {
    grid-template-columns: 100%;
    grid-gap: 40px;
  }

  .recent-posts-wrapper .recent-post {
    height: 300px;
  }

  .sc--res-out::before {
    display: none;
  }

  .sc--mis-vis {
    padding-top: 30px;
  }

  .sc--res-out {
    padding-top: 60px;
  }

  .sc--res-out h2 {
    font-size: 20px;
  }

  .btn-ero .wp-element-button {
    font-size: 13.3px;
    padding: 7px 25px !important;
  }

  .sc--latest-posts {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .site-banner--txt {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .sc:not(.site-banner--bg) {
    padding-inline: 15px !important;
  }

  .sc--res-out {
    padding-bottom: 60px;
    clip-path: none;
  }

  .sc--latest-posts .wp-block-heading {
    font-size: 22.29px;
  }

  .sc--latest-posts {
    padding-top: 40px;
  }

  .recent-posts-wrapper .recent-post {
    height: 400px;
  }

  .sc--latest-posts {
    padding-bottom: 0;
  }
}

/* 27-07-23 updates */

header#masthead {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.single-people nav.navigation.post-navigation {
  display: none !important;
}

.bio-info-wrap {
  padding: 70px 0px;
}

.single-people .entry-content {
  margin-top: 25px;
}

.single-people .breadcrumb {
  display: none;
}

.single-people .breadcrumb {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  margin-bottom: 0;
}

.single-people nav[aria-label="breadcrumb"] {
  margin-bottom: 1rem;
}

.bio-info .bio-info__container {
  display: flex;
}

.bio-info .bio-info__left {
  width: 400px;
}

.bio-info .bio-info__right {
  width: calc(100% - 400px);
  padding-left: 60px;
}

.bio-info h1.people-name {
  font-size: clamp(1.8117rem, 2vw + 1rem, 3.01048rem);
}

.bio-info .bio-info__inner h1 {
  margin: 0;
}

.bio-info .bio-info__inner p {
  margin-bottom: 8px;
}

.bio-info h2 {
  text-transform: uppercase;
  font-weight: 400;
}

.bio-info .prof-info {
  max-width: 850px;
  padding-bottom: 80px;
}

.bio-info .bio-info__title {
  font-size: 22px;
  margin: 0 0 20px !important;
  color: #4b4b4b !important;
}

.bio-info .bio-info__right h3 {
  margin-bottom: 15px !important;
  margin-top: 0px !important;
  line-height: 30px;
  font-size: 35px;
  color: #4b4b4b;
}

.prof-info__title h4 {
  display: inline-block;
  width: auto;
  box-shadow: inset 0 -2px var(--orange);
  padding-bottom: 0.8rem;
  margin-block: 10px 5px !important;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 21px;
  margin-top: 25px;
}

.bio-info .framedOrangeShadow {
  position: relative;
  filter: none;
}

.bio-info .bio-info__image:before {
  content: "";
  position: absolute;
  left: -12px;
  top: -36px;
  background: var(--clr-wht-1);
  height: 106px;
  width: 55px;
  transform: rotate(45deg);
}

.bio-info .framedOrangeShadow:after {
  content: "";
  background-color: #f7931d;
  height: 100%;
  width: 84%;
  right: -16px;
  position: absolute;
  z-index: -1;
  bottom: -16px;
}

.bio-info .contact-info__row {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.bio-info .contact-info {
  margin-top: 0 !important;
  padding-top: 30px;
}

.bio-info .contact-info__title h6 {
  margin: 0 0 10px !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: var(--fnt-gthm-md);
}

.bio-info .bio-info__content {
  padding-bottom: 20px;
  font-size: 18px !important;
  font-family: var(--fnt-gthm-bk);
}

.bio-info .contact-info__content {
  font-family: var(--fnt-gthm-bk);
}

.bio-info .contact-info__content a {
  color: #186d95;
  word-break: break-all;
  font-size: 18px;
}

.bio-info .contact-info__content a:hover,
.bio-info .contact-info__content a:focus {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .bio-info-wrap {
    padding: 50px 25px 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .bio-info .bio-info__right {
    width: calc(100% - 250px);
    padding-left: 50px;
  }

  .bio-info .bio-info__left {
    width: 280px;
  }

  .bio-info .bio-info__right h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .bio-info-wrap {
    padding: 30px 25px 0px;
  }

  .bio-info .bio-info__container {
    flex-wrap: wrap;
  }

  .bio-info .bio-info__right {
    width: calc(100% - 0px);
    padding-left: 0px;
    padding-right: 0px;
  }

  .bio-info .bio-info__left {
    width: 100%;
    margin: 0px auto;
  }

  .bio-info .bio-info__title {
    font-size: 20px;
    line-height: 22px;
  }

  .bio-info .prof-info__title h4 {
    font-size: 20px;
  }

  .bio-info .framedOrangeShadow {
    margin-right: 16px;
  }

  .bio-info__inner {
    padding-top: 30px;
  }

  .bio-info .bio-info__right h3 {
    line-height: 26px;
    font-size: 26px;
  }

  .bio-info .bio-info__inner p {
    font-size: 18px !important;
  }
}

/* 02-08-2023 */

.people_blog-list.people_blog-list--new {
  padding: 0 20px 160px;
}

.people_blog-list.people_blog-list--new .people_blog-inner {
  margin: 0;
  padding: 0;
  width: unset;
}

.people_blog-list.people_blog-list--new .category-title {
  margin-block: 40px 30px;
}

.people_blog-list.people_blog-list--new .category-name {
  margin: 0;
  font-weight: 900;
  font-size: 64px;
  color: #4b4b4b;
  line-height: 1.2;
  text-transform: uppercase;
}

.people_blog-list.people_blog-list--new .people-blog__wrap .people-list__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.people_blog-list.people_blog-list--new .people_blog-inner .sngl-ppl-wrp {
  display: flex;
  background-color: #f5f5f5;
  height: 100%;
}

.people_blog-list.people_blog-list--new .people_blog-inner .cl--img {
  display: flex;
  width: 50%;
}

.people_blog-list.people_blog-list--new .people_blog-inner .cl--img img {
  aspect-ratio: 3/3.4;
  object-fit: cover;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
}

.people_blog-list.people_blog-list--new .people_blog-inner .cl--info {
  padding: 22px 45px 20px 22px;
  width: 50%;
}

.people_blog-list.people_blog-list--new .sngl-ppl-wrp .cl--info .rw--name {
  border-bottom: 2px solid #f7931d;
}

.people_blog-list.people_blog-list--new .sngl-ppl-wrp .sngl-ppl__name {
  margin: 0px !important;
  padding-bottom: 18px;
  width: 100%;
  color: #4b4b4b;
  line-height: 1.2;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: -0.2px;
}

.people_blog-list.people_blog-list--new .sngl-ppl-wrp .cl--info .rw--ttl {
  padding-top: 15px;
  padding-bottom: 6px;
}

.people_blog-list.people_blog-list--new .sngl-ppl-wrp .cl--info .sngl-ppl__ttl {
  font-size: 18px;
  font-family: "Gotham Book";
  line-height: 1;
}

.people_blog-list.people_blog-list--new .sngl-ppl-wrp p:last-child {
  margin: 0;
}

.people_blog-list.people_blog-list--new
  .sngl-ppl-wrp
  .cl--info
  .sngl-ppl__email
  a {
  margin-block: 8px;
  display: block;
  color: #186d95;
  font-size: 18px;
  font-family: "Gotham Book";
  text-decoration: underline;
}

.people_blog-list.people_blog-list--new
  .sngl-ppl-wrp
  .cl--info
  .sngl-ppl__prfl-link
  a {
  margin-block: 8px;
  display: block;
  color: #186d95;
  font-size: 18px;
  font-family: "Gotham Book";
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  .people_blog-list.people_blog-list--new .category-title {
    margin-block: 20px 20px;
  }

  .people_blog-list.people_blog-list--new .category-name {
    font-size: 45px;
  }

  .people_blog-list.people_blog-list--new {
    padding: 0 20px 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .people_blog-list.people_blog-list--new
    .people-blog__wrap
    .people-list__grid {
    gap: 20px;
  }

  .people_blog-list.people_blog-list--new .sngl-ppl-wrp .sngl-ppl__name {
    width: 100%;
    /* max-width: 200px; */
    line-height: 1.1;
    font-size: 25px;
    letter-spacing: 0px;
    padding-bottom: 12px;
  }

  .people_blog-list.people_blog-list--new .people_blog-inner .cl--info {
    padding: 22px 30px 20px 22px;
  }

  .people_blog-list.people_blog-list--new
    .sngl-ppl-wrp
    .cl--info
    .sngl-ppl__ttl {
    font-size: 16px;
  }

  .people_blog-list.people_blog-list--new
    .sngl-ppl-wrp
    .cl--info
    .sngl-ppl__email
    a {
    font-size: 16px;
  }

  .people_blog-list.people_blog-list--new
    .sngl-ppl-wrp
    .cl--info
    .sngl-ppl__prfl-link
    a {
    font-size: 16px;
  }

  .people_blog-list.people_blog-list--new {
    padding: 0 20px 80px;
  }
}

@media only screen and (max-width: 768px) {
  .people_blog-list.people_blog-list--new .category-name {
    font-size: 35px;
  }

  .people_blog-list.people_blog-list--new
    .people-blog__wrap
    .people-list__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  .people_blog-list.people_blog-list--new {
    padding: 0 20px 60px;
  }
}

@media only screen and (max-width: 580px) {
  .people_blog-list.people_blog-list--new .people_blog-inner .sngl-ppl-wrp {
    display: block;
  }

  .people_blog-list.people_blog-list--new .people_blog-inner .cl--img {
    width: 100%;
  }

  .people_blog-list.people_blog-list--new .people_blog-inner .cl--img img {
    aspect-ratio: 1/1;
  }

  .people_blog-list.people_blog-list--new .people_blog-inner .cl--info {
    width: auto;
    padding: 16px;
  }

  .people_blog-list.people_blog-list--new .sngl-ppl-wrp .sngl-ppl__name {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .people_blog-list.people_blog-list--new
    .sngl-ppl-wrp
    .cl--info
    .sngl-ppl__ttl {
    font-size: 14px;
  }

  .people_blog-list.people_blog-list--new
    .sngl-ppl-wrp
    .cl--info
    .sngl-ppl__email
    a {
    font-size: 14px;
    margin-block: 4px;
  }

  .people_blog-list.people_blog-list--new
    .sngl-ppl-wrp
    .cl--info
    .sngl-ppl__prfl-link
    a {
    margin-block: 4px;
    font-size: 14px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .people_blog-inner .sngl-ppl-wrp {
    flex-direction: column !important;
  }

  .people_blog-inner .cl--img {
    width: auto !important;
  }

  .people_blog-inner .cl--info {
    width: auto !important;
  }
}

.category-title--clickable a {
  color: #186d95 !important;
  text-transform: uppercase;
  text-decoration: underline;
}

.category-title--clickable {
  text-transform: uppercase;
}

.category-title--clickable a:hover {
  color: #186d95a7 !important;
}

/*******************
  07-08-23 Updates 
*******************/
/* Common Variables */

/* // Add custom properties to HTML document */
:root {
  --site-width: 1250px;
  --site-width--wide: 1250px;

  --width-site: var(--site-width);
  --width-site-wide: var(--site-width--wide);
  --side-margin: 20px;
  --scrollbar-width: 0px;
  /* This is change with JS on page load. */
}

/* // Add CSS specific to blocks */
.full,
.alignfull {
  position: relative;
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.wide,
.alignwide {
  max-width: var(--width-site-wide);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  padding-inline: 0.7rem;
}

/* // This is the container CSS class name. Change it to fit you theme class. */
.site-layout {
  padding-left: var(--side-margin);
  padding-right: var(--side-margin);
  clear: both;
}

.site-layout .alignwide {
  width: auto;
  margin-left: -150px;
  margin-right: -150px;
  max-width: calc(var(--width-site) + 300px);
}

.site-layout .alignfull {
  width: calc(100vw - var(--scrollbar-width));
  margin-left: calc(-100vw / 2 + 100% / 2 + var(--scrollbar-width) / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: calc(100vw - var(--scrollbar-width));
  padding-left: var(--side-margin);
  padding-right: var(--side-margin);
}

.site-layout .alignfull > img {
  width: 100vw;
}

@media (max-width: 1560px) {
  .site-layout .alignfull {
    width: calc(100vw - var(--scrollbar-width));
    margin-left: calc(-100vw / 2 + 100% / 2 + var(--scrollbar-width) / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: calc(100vw - var(--scrollbar-width));
    padding-left: var(--side-margin);
    padding-right: var(--side-margin);
  }
}

:root {
  --sc-spc: 60px;
}

/*~~~ Common Typography Updates ~~~*/

/* Updates */
.sc--res-out::before {
  background-repeat: repeat-y;
}

h1 {
  margin-top: 0.67em !important;
  margin-bottom: 0.67em !important;
}

h2 {
  margin-top: 0.83em !important;
  margin-bottom: 0.83em !important;
}

h3 {
  margin-top: 0em !important;
  margin-bottom: 1em !important;
}

h4 {
  margin-top: 1.33em !important;
  margin-bottom: 1.33em !important;
}

h5 {
  margin-top: 1.67em !important;
  margin-bottom: 1.67em !important;
}

h6 {
  margin-top: 2.33em !important;
  margin-bottom: 2.33em !important;
}

p {
  margin-bottom: 1.3em !important;
}

p:last-child {
  margin-bottom: 0 !important;
}

/* Common Container Section */
.cl-text-img {
  padding-block: var(--sc-pad);
  position: relative;
  overflow-y: hidden;
  padding-inline: 30px;
  margin-block: 60px;
}

.cl-text-img figure {
  margin: 0;
  position: relative;
  right: 0;
  top: var(--sc-pad);
  width: 50%;
  padding-left: 45px;
}

/*~~~ HomePage Updates ~~~*/
/* Banner Text Section */
.site-banner--txt .wp-block-heading {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Mission & Vision Section */
.sc--mis-vis .wp-block-heading {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

/* Research and Outreach Section */
.sc--res-out .wp-block-heading {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

/* Recent News Section */
.sc--latest-posts .wp-block-heading {
  margin-top: 0 !important;
  margin-bottom: 50px !important;
}

/* Page Banners Section */
.banner-text .wp-block-heading {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Mission Section */
.sc--mission-text .wp-block-heading {
  margin-top: 0 !important;
  margin-bottom: 0.83em !important;
}

@media (max-width: 1200px) {
  .wp-block-column ul {
    font-size: 16.83px !important;
  }
}

@media (max-width: 767px) {
  .wp-block-column ul {
    font-size: 14px !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 640px) {
  .wp-block-column ul {
    padding-left: 25px !important;
  }
}

@media (min-width: 1800px) {
  .sc--mission-text .rw-lvl-2 .cl--1 {
    margin-bottom: 125px !important;
  }

  .sc--mission-text .cl--2:before {
    top: 65%;
  }
}

@media (max-width: 1800px) {
  .sc--mission-text .rw-lvl-2 .cl--1 {
    margin-bottom: 90px !important;
  }

  .sc--mission-text .cl--2:before {
    top: 68%;
  }
}

@media (max-width: 1600px) {
  .sc--mission-text .rw-lvl-2 .cl--1 {
    margin-bottom: 67px !important;
  }

  .sc--mission-text .cl--2:before {
    top: 70%;
  }
}

@media (max-width: 1440px) {
  .sc--mission-text .rw-lvl-2 .cl--1 {
    margin-bottom: 145px !important;
  }

  .sc--mission-text .cl--2:before {
    top: 61%;
  }
}

@media (max-width: 1400px) {
  .sc--mission-text .rw-lvl-2 .cl--1 {
    margin-bottom: 100px !important;
  }

  .sc--mission-text .cl--2:before {
    top: 66%;
  }
}

@media (max-width: 1200px) {
  .sc--mission img {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}

/* 8-8-2023 */

.c-accordion__content .wp-block-image {
  margin: 0px;
}

.c-accordion__content .wp-block-image img {
  width: 100%;
}

.c-accordion__content .wp-block-heading {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}

@media (max-width: 1440px) {
  .sc-prog .cl--2:before {
    transform: translateY(-85%);
  }
}

@media (max-width: 1200px) {
  .sc-prog .cl--2:before {
    height: 110px;
  }

  .sc-prog .cl--2:before {
    transform: translateY(-65%);
  }
}

@media (max-width: 1025px) {
  .sc--mission img {
    aspect-ratio: 4/3;
  }

  .sc--mission-text .rw-lvl-2 .cl--1 {
    margin-bottom: 50px !important;
  }

  h3 {
    margin-top: 0em !important;
    margin-bottom: 0.5em !important;
  }

  .sc-prog .cl--1 {
    margin-bottom: 140px !important;
  }

  .sc-prog .cl--2:before {
    transform: translateY(-50%);
  }
}

@media (max-width: 991px) {
  .wp-block-image img {
    width: 100% !important;
  }

  .sc-prog-img .cl--2 img {
    aspect-ratio: 21/9;
  }
}

@media (max-width: 768px) {
  .sc--mission-text .rw-lvl-2 .cl--1 {
    margin-bottom: 30px !important;
  }

  .sc--mission-text .rw {
    padding-inline: 0px;
  }

  .rich-text {
    font-size: 14px !important;
  }

  .wp-block-image img {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  h3 {
    font-size: 22px !important;
  }
}

.sc--map h1 {
  padding-top: 30px;
}

@media (max-width: 768px) {
  .sc--map h1 {
    font-size: 36px !important;
  }
}

@media (max-width: 640px) {
  .sc--map h1 {
    font-size: 28px !important;
  }
}

.wp-block-latest-posts__list {
  display: grid !important;
  grid-template-columns: 30% 30% 30%;
  margin: 55px 0 30px !important;
  gap: 62px !important;
}

.wp-block-latest-posts__list li {
  width: 100% !important;
  margin: 0 !important;
  height: 100% !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
  position: relative !important;
  z-index: 1 !important;
}

.wp-block-latest-posts__list li::before {
  content: "" !important;
  position: absolute !important;
  left: -13px !important;
  top: -13px !important;
  width: 98% !important;
  height: 98% !important;
  background-color: var(--clr-org-3) !important;
  z-index: -1 !important;
}

.wp-block-latest-posts__featured-image {
  max-height: 285px !important;
  height: 45% !important;
  overflow: hidden !important;
  margin-bottom: 0 !important;
}

.wp-block-latest-posts__featured-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
