.project-list {
  /* display: flex; */
  /* flex-wrap: wrap; */
  justify-content: center;
}

@media screen and (min-width: 640px) and (max-width: 768px) {/* .project { max-width: 50%; } */}
@media screen and (min-width: 768px) {/* .project { max-width: 33.333%; } */}

.project {
  display: flex;
  text-align: center;
  padding: 0.25em;
}
.project-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgba(17,24,39,1);

  width: 12rem;
  text-align: right;
  margin-right: 0.5em;
  align-self: flex-start;
}
.project-description {
  /* margin-top: .5rem; */
  font-weight: 300;

  width: 100%;
  text-align: left;
}
.project-link {
  margin-top: 1rem;
  font-size: .75rem;
  line-height: 1rem;
  font-weight: 600;
}
.project-link > a {
  display: inline-block;
  border-color: rgba(49,46,129,1);
  border-radius: .25rem;
  border-width: 1px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: rgba(49,46,129,1);
  border-style: solid;
}

.people-list {
  margin-left: auto;
  margin-right: auto;
}
.people-group > h2 {
  margin-top: 1.5rem !important;
  margin-bottom: .5rem !important;
  text-transform: uppercase;
  color: rgba(75,85,99,1);
  text-align: center;
  line-height: 1.75rem;
  font-size: 1.525rem;
  font-weight: 300;
}

.person {
  justify-content: center;
  width: 25%;
  padding: 1rem;
}

.people-group > div {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.person-socials > span > a svg {
  width: 1rem;
  height: 1rem;
  color: rgba(75,85,99,1);
}
.person-socials > span {
  margin-left: .5rem;
  margin-right: .5rem;
}
.person-socials {
  display: flex;
  justify-content: center;
}
.person {
  text-align: center;
  padding: 1rem;
}

.person > .person-image > img {
  width: auto;
  height: 100%;
  position: absolute;
  border-radius: .25rem;
}

.person-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  display: flex;
  border-radius: .25rem;
  justify-content: center;
}

@media (max-width: 640px) {
  .seminar {
    flex-wrap: wrap;
  }
  
}
@media (min-width: 640px) {
  .seminar-date {
    padding-right: 1rem;
  }
.seminar-title {
  padding-left: 1rem;
  padding-right: 1rem;
}
.seminar-speaker {
  padding-left: 1rem;
}
  
}
.seminar {
  display: flex;
  flex-direction: row;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.seminar-date {
  font-weight: 300;
  width: 6rem;
  display: flex;
  align-items: center;
}
.seminar-title {
  flex: 1 1 auto;
  font-weight: 600;
}
.seminar-speaker {
  display: flex;
  align-items: center;
  width: 8rem;
}

.seminar-preview {
  display: flex;
  flex-direction: column;
}

.seminar-view-more > .btn {
  color: rgb(49, 46, 129);
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgb(49, 46, 129);
  border-style: solid;
  border-width: 1px;
  border-radius: 0.3rem;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.seminar-view-more > .btn:hover {
  border-color: rgb(49, 46, 129);
  color: rgb(49, 46, 129);
}

.seminar-view-more {
  display: flex;
  justify-content: center;
  text-align: center;
}


.group-link > .btn {
  color: rgb(49, 46, 129);
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgb(49, 46, 129);
  border-style: solid;
  border-width: 1px;
  border-radius: 0.3rem;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.group-link > .btn:hover {
  border-color: rgb(49, 46, 129);
  color: rgb(49, 46, 129);
}

.groups-content {
  display: flex;
  flex-wrap: wrap;
}
.group {
  max-width: 33%;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}
.group-name {
  align-self: center;
  width: 100%;
  margin: 1em;
  padding: 1em;
  color: rgb(49, 46, 129);
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgb(49, 46, 129);
  border-style: solid;
  border-width: 1px;
  border-radius: 0.3rem;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.news-events-view-more > .btn {
  color: rgb(49, 46, 129);
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgb(49, 46, 129);
  border-style: solid;
  border-width: 1px;
  border-radius: 0.3rem;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.news-events-view-more > .btn:hover {
  border-color: rgb(49, 46, 129);
  color: rgb(49, 46, 129);
}

.news-events-view-more {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media (min-width: 640px) {
  .news-event {
    display: flex;
  }
}
.news-event {
  color: rgb(17, 24, 39);
}
.news-event-date {
  width: 8rem;
  flex: none;
  font-weight: 500;
}
.news-event-title {
  flex: 1 1 auto;
}


.people-list-long {
  list-style: none inside;
  padding: 0;
  column-count: 2;
}
.people-list-long > li > span {
    float: right;
}

footer {
  display: flex !important;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top-width: 1px;
  border-style: solid;
  border-color: #e5e7eb;
}
.footer-socials > a > svg {
  height: 1.5rem;
}
.footer-logo > img {
  max-width: 100%;
  height: auto;
}
.footer-affiliation {
  width: 12rem;
  display: flex;
}
.footer-logo {
  align-self: center;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 768px;
  width: 100%;
}
.footer-title-section {
  text-align: left;
}
.footer-name {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(17,24,39,1);
}
.footer-description {
  font-weight: 300;
  padding-top: 0.5rem;
  /* padding-bottom: 0.5rem; */
}
.footer-socials {
  margin-top: .5rem;
  color: rgba(49,46,129,1);
}
.footer-socials > a {
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.footer-socials > a > svg {
  vertical-align: middle;
  margin-right: .25rem;
}

.footer-socials > a {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.twitter-container {
    display: flex;
    justify-content: center;
}

.twitter-container > iframe {
    width: 80%;
}
