#newsList {
  align-items: unset;
  flex-wrap: wrap;
}
#newsList .news-item {
  background: var(--off_white);
  margin: 1rem 0;
  padding: 1rem;
  width: 32%;
  border-radius: 5px;
}
#newsList .news-item a {
  text-decoration: none;
}
#newsList .news-item h3 {
  font-family: Calibri, Arial, sans-serif;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
#newsList .news-item p {
  margin: 0;
  word-wrap: break-word;
}
#newsletter {
  font-size: 2rem;
}
#press .flex-col {
  justify-content: flex-start;
  align-items: flex-start;
}
#press .flex h3 {
  justify-self: flex-start;
  width: 50%;
  padding: .5rem 1rem;
  text-decoration: underline;
}
#press .flex-col a.flex {
  justify-content: flex-start;
  margin: 0;
  width: 100%;
  text-decoration: none;
}
#press .flex-col a:nth-of-type(even) {
  background: var(--white);
}
#press .flex-col a:nth-of-type(odd) {
  background: var(--off_white);
}
#press .flex-col a:hover {
  background: var(--primary);
}
#press .flex-col a:hover p {
  color: var(--white);
}
#press #pressList > a:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#press #pressList > a:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#press #pressList.show-more > a:last-of-type { 
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#morePress a:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#press .flex-col a.flex p {
  margin: 0;
  padding: .5rem 1rem;
  width: 15%;
}
#press .flex-col a.flex p:last-of-type {
  width: 85%;
}
#press .flex-col #morePress {
  width: 100%;
}
#kccImgs {
  margin: 0 auto 2rem;
  width: 75%;
}
#address {
  margin-top: 3rem;
}

.fafsaText .title {
	font-weight: bold;
}

.fafsaText .content {
	display: block;
}

.tab-info .fafsaText ul li {
	list-style-type: none;
}

.tab-info .fafsaText .title .int {
	margin-top: 1rem;
}

.aboutText .title {
	font-weight: bold
}


tab .tab-info .aboutText p {
	margin-bottom: 3rem; 
}

.kheaaPartnersText .title {
	font-weight: bold;
	margin: 1rem 0;
}

tab .tab-info .kheaaPartnersText .last {
	margin-bottom: 3rem; 
}

#pubs {
    display: block !important;
    visibility: visible !important;
}

/************************************

        NEWS MOBILE STYLES

************************************/
@media screen and (max-width: 980px) {
  #newsList .news-item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  #kccImgs {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #newsList .news-item {
    width: 48%;
  }
  #press .flex-col a.flex p {
    width: 20%;
  }
  #press .flex-col a.flex p:last-of-type {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  #newsList .news-item {
    width: 100%;
  }
  #press .flex-col a.flex p {
    width: 26%;
  }
  #press .flex-col a.flex p:last-of-type {
    width: 74%;
  }
  #kccImgs {
    flex-direction: column;
  }
  #kccImgs img {
    margin: 1rem 0;
  }
}