.introduction {
  background: #3164aa;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: -30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 992px) {
  .introduction {
    margin-bottom: -100px;
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  #professor, #members {
    margin: 0 0%;
    padding: 80px 0 150px;
  }
}
@media screen and (min-width: 1200px) {
  #professor, #members {
    margin: 0 10%;
  }
}
#professor h2, #members h2 {
  color: #fff;
}
#professor ul, #members ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  #professor ul, #members ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #professor ul li, #members ul li {
    width: 35%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
#professor ul li + li, #members ul li + li {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  #professor ul li + li, #members ul li + li {
    margin-top: 0;
  }
}
#professor ul li a, #members ul li a {
  text-decoration: none;
  color: 0;
  display: block;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  border-left: 10px solid #6cd9fa;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 992px) {
  #professor ul li a, #members ul li a {
    margin-bottom: 20px;
    padding: 30px;
    border-left-width: 15px;
  }
}
#professor ul li a:hover, #members ul li a:hover {
  color: #000;
  opacity: 0.5;
}
#professor ul dl dt, #members ul dl dt {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  #professor ul dl dt, #members ul dl dt {
    font-size: 28px;
  }
}
#professor ul dl dt span, #members ul dl dt span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  #professor ul dl dt span, #members ul dl dt span {
    font-size: 16px;
  }
}
#professor ul dl dd, #members ul dl dd {
  margin-top: 10px;
  text-wrap: wrap;
  font-size: 12px;
  text-decoration: underline;
  word-break: break-all;
}

#members {
  margin-top: 40px;
}
#members a {
  border-color: #a9a9a9 !important;
}
@media screen and (min-width: 992px) {
  #members {
    padding-top: 0;
    margin-top: -60px;
  }
  #members ul li {
    width: 22.5%;
  }
  #members ul li dl {
    min-height: 120px;
  }
  #members ul li dl dt {
    font-size: 16px;
  }
  #members ul li dl dt span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  #members ul li dl dt {
    font-size: 20px;
  }
  #members ul li dl dt span {
    font-size: 14px;
  }
}

#connections {
  padding: 20px;
  margin-top: -80px !important;
  padding-bottom: 120px;
  background-color: #626262;
}
@media screen and (min-width: 992px) {
  #connections {
    padding: 0;
    margin-top: 0 !important;
    padding-bottom: 70px;
  }
}
#connections ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  #connections ul {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
  }
}
#connections ul li {
  width: 50%;
}
@media screen and (min-width: 992px) {
  #connections ul li {
    width: 20%;
  }
}
#connections ul li a {
  display: block;
  padding: 10px;
}
#connections ul li a:hover {
  opacity: 0.7;
  transition: all 0.2s ease;
}
#connections ul li a img {
  width: 100%;
  height: auto;
}

.newsletter {
  background: #6cd9fa;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: -30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -20px !important;
}
@media screen and (min-width: 992px) {
  .newsletter {
    margin-bottom: -100px;
    padding: 0;
    margin-top: -5% !important;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
@media screen and (min-width: 992px) {
  .newsletter ul {
    display: flex;
    justify-content: center;
  }
}
.newsletter ul li {
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .newsletter ul li {
    padding: 30px;
  }
}
.newsletter .newsletter-image {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 992px) {
  .newsletter .newsletter-image {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.newsletter .newsletter-image a {
  display: block;
}
.newsletter .newsletter-link {
  padding: 30px 0;
}
@media screen and (min-width: 992px) {
  .newsletter .newsletter-link {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.newsletter .newsletter-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  color: #3164aa;
  padding: 20px;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  border-left: 10px solid #3164aa;
}
@media screen and (min-width: 992px) {
  .newsletter .newsletter-link a {
    border-left: 15px solid #3164aa;
    opacity: 1;
    transition: all 0.2s ease;
  }
  .newsletter .newsletter-link a:hover {
    opacity: 0.5;
  }
}
.newsletter .newsletter-link dl {
  display: flex;
  align-items: center;
}
.newsletter .newsletter-link dl dt {
  width: 50px;
}
.newsletter .newsletter-link dl dt img {
  width: 50px;
  height: auto;
}
.newsletter .newsletter-link dl dd {
  width: calc(100% - 50px);
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold !important;
}
.newsletter .newsletter-link dl dd span {
  display: block;
  font-size: 14px;
}

#contact header {
  background-color: #3164aa;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
@media screen and (min-width: 992px) {
  #contact header {
    height: 150px;
  }
}
#contact header h1 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  #contact header h1 {
    font-size: 28px;
  }
}
#contact .contact-form {
  padding: 20px;
  margin-bottom: 100px;
}
@media screen and (min-width: 992px) {
  #contact .contact-form {
    padding: 0;
    max-width: 800px;
    margin: 0px auto 200px;
  }
}
#contact .contact-form > * {
  box-sizing: border-box !important;
}
#contact .contact-form form {
  margin-bottom: 50px;
}
#contact .contact-form form input[type=text], #contact .contact-form form [type=email], #contact .contact-form form [type=tel] {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
#contact .contact-form form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
#contact .contact-form form button {
  background-color: #3164aa;
  border: 0px solid #000;
  padding: 10px;
  width: 200px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.news-gallery {
  margin-top: 30px;
}
.news-gallery ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .news-gallery ul {
    flex-direction: row;
  }
}
.news-gallery li + li {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .news-gallery li + li {
    margin-top: 0;
    margin-left: 20px;
  }
}
.news-gallery li img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .news-gallery li img {
    max-height: 230px;
    width: auto;
    max-width: auto;
  }
}/*# sourceMappingURL=2023.css.map */