@charset "UTF-8";
body.index-page {
  background: #004c46; }

.article-group,
.card-group {
  max-width: 780px;
  margin: 30px auto 60px; }

.article-copy-container {
  max-width: 780px;
  margin: 2.75rem auto 2rem; }

.container-light {
  padding: 15px 25px 10px;
  margin: 20px 0;
  background: #e6e6e6; }

.container-line {
  padding: 15px 25px 10px;
  margin: 20px 0;
  border-left: 0.5px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  background: #f9f9f9;
  height: 100%; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gruber", "Georgia", serif;
  font-weight: 300;
  color: #004c46; }

li, p {
  font-size: 17px;
  font-family: "Poppins", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #004c46; }

ul {
  padding-left: 25px; }

li {
  margin-bottom: 7px; }

.bold {
  font-weight: 700; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.caps {
  text-transform: uppercase; }

.margin-top-0 {
  margin-top: 0 !important; }

.green-text {
  color: #004c46; }

.white-text {
  color: #fff !important; }

blockquote {
  border-left: 7px solid #00856a;
  padding: 20px 30px;
  margin: 30px;
  font-weight: 700; }

blockquote {
  background: #cddad5;
  padding: 20px 30px;
  margin: 30px 0;
  border-left: 7px solid #00856a;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 700; }

p.by-line {
  font-size: 14px;
  margin-top: -5px;
  padding-top: 5px; }

.macedonia p.by-line {
  color: #fff; }

a {
  color: #004c46; }

a:hover {
  color: #555; }

.main p a,
.main blockquote a {
  text-decoration: underline; }

.underline-links a {
  text-decoration: underline; }

.button-wrap {
  margin: 10px 0 20px; }

.btn {
  border-radius: 0;
  letter-spacing: 0.5px; }

.btn.btn-primary {
  color: #fff;
  background-color: #004c46;
  border-color: #004c46;
  box-shadow: none; }

.btn.btn-primary {
  color: #fff;
  background: #004c46; }

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover,
.btn.btn-primary.active:focus,
.btn.btn-primary.active:hover,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover,
.btn.btn-primary.active:focus,
.btn.btn-primary.active:hover,
.open > .btn.btn-primary.dropdown-toggle,
.open > .btn.btn-primary.dropdown-toggle:focus,
.open > .btn.btn-primary.dropdown-toggle:hover {
  background: #00856a; }

a.btn {
  text-decoration: none !important; }

.btn-secondary {
  background: #fff;
  color: #004c46;
  border: 1px solid #004c46; }
  .btn-secondary:hover {
    background: #004c46;
    border: 1px solid #fff; }

.img-responsive {
  width: 100%; }

.img-radius--left {
  border-top-left-radius: 50px; }

.img-radius--right {
  border-top-right-radius: 50px; }

.img-borders--right {
  border-right: solid 25px #00856a; }

.img-borders--left {
  border-left: solid 25px #00856a; }

.img__horizontal {
  object-fit: cover;
  height: 400px;
  object-position: 0 20%; }
  @media (max-width: 768px) {
    .img__horizontal {
      height: 300px; } }

.img-float__sm {
  width: 40%;
  max-width: 200px; }
  @media (max-width: 768px) {
    .img-float__sm {
      width: 40%;
      max-width: 600px; } }

.img-float__sm-no-full {
  width: 40%;
  max-width: 300px; }

.img-float__med {
  width: 40%;
  max-width: 768px; }
  @media (max-width: 576px) {
    .img-float__med {
      width: 100%; } }

.img-float__med-no-full {
  width: 40%;
  max-width: 768px; }

.img-float__lg {
  width: 60%;
  max-width: 768px; }
  @media (max-width: 768px) {
    .img-float__lg {
      width: 100%; } }

.img-float__left {
  float: left;
  margin-right: 30px; }

.img-float__right {
  float: right;
  margin-left: 30px; }

.photo {
  margin-top: 7px;
  margin-bottom: 10px; }
  .photo p.caption {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    padding: 16px 0 15px 30px; }
    .photo p.caption::before {
      content: ' ';
      position: relative;
      background: #F2A900;
      height: 20px;
      width: 20px;
      display: inline-block;
      border-top-left-radius: 1rem;
      vertical-align: middle;
      top: -10px;
      margin: -20px 8px 8px -28px; }
    .photo p.caption.right {
      text-align: right; }
    .photo p.caption.over-image {
      position: absolute;
      bottom: 0;
      left: 35%;
      background: rgba(255, 255, 255, 0.8);
      padding: 10px;
      max-width: 300px;
      height: 35%;
      font-size: 18px;
      color: #000; }
      @media (max-width: 576px) {
        .photo p.caption.over-image {
          position: relative;
          max-width: 800px;
          left: 0;
          font-size: 14px; } }
  .photo .big-caption {
    font-family: "Gruber", "Georgia", serif;
    font-weight: 700;
    color: white;
    font-size: 18px;
    text-shadow: #000 1px 1px 4px;
    padding: 16px 0 15px 35px;
    margin: 15px 0 0 0; }
    .photo .big-caption::before {
      content: ' ';
      position: relative;
      background: #F2A900;
      height: 20px;
      width: 20px;
      display: inline-block;
      border-top-left-radius: 1rem;
      vertical-align: middle;
      top: -18px;
      margin: -12px 8px 8px -28px; }

.img-bg,
.green-bg {
  background: #004c46; }
  .img-bg .card-text,
  .green-bg .card-text {
    color: #fff; }
  .img-bg .card-title,
  .green-bg .card-title {
    color: #fff; }

.img-bg-secondary {
  background: #00856a; }

.row-space {
  margin-bottom: 35px;
  padding-bottom: 30px; }
  .row-space .card {
    margin-bottom: 30px; }

.row-border {
  border-bottom: solid 1px #ccc; }

.border-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }

.wrapper {
  margin-top: 200px; }

.interior-page .logo-container {
  width: 250px;
  margin: 0 auto; }

.nav {
  width: 305px;
  margin: 0;
  float: right; }

@media (max-width: 768px) {
  .nav {
    margin: 0 auto;
    float: none; } }

.navbar-header {
  width: 375px; }
  .navbar-header p {
    text-align: center; }

.navbar.scroll {
  position: fixed; }

.navbar {
  color: #fff;
  padding: 0;
  background: #004c46;
  background-image: url("../../assets/img/dot-pattern-gradient-sm.svg") !important;
  background-repeat: repeat-x;
  background-position: top center;
  background-size: contain;
  position: fixed; }
  .navbar a {
    color: #fff; }
  .navbar p {
    margin: 10px 0;
    color: #fff; }

.navbar-dark .nav-link {
  color: #fff; }

.navbar-dark .nav-link:focus,
.navbar-dark .nav-link:hover {
  text-decoration: underline; }

.decorative-lines {
  flex: auto; }
  .decorative-lines hr {
    border-top: solid 2px #FFC72C;
    opacity: 1; }

.index-page .navbar {
  position: relative; }

.index-page .wrapper {
  margin-top: 0; }

span.jump-link {
  margin-top: -210px;
  /* Size of fixed header */
  padding-bottom: 210px;
  display: block;
  z-index: -1;
  position: absolute; }
  @media (min-width: 480px) and (max-width: 576px) {
    span.jump-link {
      margin-top: -200px;
      /* Size of fixed header */
      padding-bottom: 200px; } }

.header-image {
  min-height: 50vh;
  background-position: center center;
  background-size: cover; }

.main {
  padding-top: 40px; }

.brand {
  padding-top: 20vh;
  color: #fff;
  text-align: left;
  max-width: 1600px;
  margin: 0 auto; }
  .brand h1 {
    font-size: 3rem;
    line-height: 3.8rem;
    text-shadow: 1px 1px 4px #444; }
    @media (min-width: 576px) {
      .brand h1 {
        font-size: 4rem;
        line-height: 4.8rem; } }
  .brand h2 {
    font-size: 2rem;
    text-shadow: 1px 1px 4px #444; }

.index-page footer li a, .campus-scene footer li a {
  color: #fff; }

.index-page footer li a:hover, .campus-scene footer li a:hover {
  color: #f6f6f6; }

.index-page footer .copyright, .campus-scene footer .copyright {
  color: #fff; }

footer ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none; }
  footer ul li {
    display: inline-block; }
    footer ul li a {
      color: inherit;
      padding: 15px;
      font-weight: 500;
      font-size: 12px;
      text-transform: uppercase;
      text-decoration: none;
      position: relative;
      display: block; }
      footer ul li a:hover {
        text-decoration: none; }

footer a {
  color: #004c46;
  font-weight: 500;
  text-decoration: underline; }
  footer a:hover {
    text-decoration: none; }

footer .footer-wrap {
  padding: 15px 0; }
  footer .footer-wrap .material-icons {
    font-size: 18px;
    position: relative;
    top: 3px; }
  @media (max-width: 768px) {
    footer .footer-wrap {
      display: inline-block;
      text-align: center;
      padding: 10px 0;
      float: none !important;
      width: 100%; } }

footer .copyright {
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  float: none !important;
  width: 100%; }
  footer .copyright .material-icons {
    font-size: 18px;
    position: relative;
    top: 3px; }

footer .contact-update {
  border: 1px solid rgba(0, 76, 70, 0.75);
  background: #e9e9e9;
  max-width: 780px;
  margin: 0 auto; }
  footer .contact-update p {
    text-align: center; }

.feature-main-image {
  position: relative;
  height: 100vh;
  width: 100%;
  background: url("../../assets/img/Crnobuki_12-cc2.jpg") no-repeat top;
  background-size: cover; }

.feature-main-text {
  overflow-x: hidden;
  position: absolute;
  bottom: 20%;
  right: 0;
  background: rgba(255, 255, 255, 0.66);
  text-align: left;
  max-width: 600px;
  margin: 0 30px 30px 0;
  padding: 30px;
  border-bottom-right-radius: 50px; }
  .feature-main-text h2 a {
    text-decoration: none; }
  .feature-main-text p {
    font-size: 20px; }

.feature-short {
  overflow-x: hidden;
  background-image: url("../../assets/img/dot-pattern-gradient-lg.svg");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: contain; }
  @media (min-width: 992px) {
    .feature-short {
      background-position: center center; } }
  .feature-short__content {
    padding: 30px;
    background-color: #fff;
    height: 100%; }
    .feature-short__content h2 a {
      text-decoration: none; }
  .feature-short__top {
    margin-left: 0; }
    @media (min-width: 768px) {
      .feature-short__top {
        margin-left: -30px; } }
  .feature-short__bottom {
    margin-right: 0; }
    @media (min-width: 768px) {
      .feature-short__bottom {
        margin-right: -30px; } }
  .feature-short img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  .feature-short .square-green {
    height: 100%;
    width: 100%;
    background-color: #00856a;
    content: " "; }
  .feature-short .square-green-bottom {
    background-color: #CDDAD5;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 50px; }
  .feature-short .square-yellow {
    height: 100%;
    width: 100%;
    background-color: #FFC72C;
    content: " ";
    border-top-left-radius: 50px; }

.north-wind {
  position: relative;
  height: 75vh;
  overflow: hidden; }

.north-wind-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -2;
  /* video is at the very back */ }

.north-wind-main-text {
  background: rgba(0, 76, 70, 0.66);
  max-width: 500px;
  margin: 0 30px 30px 0;
  padding: 30px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px; }

.north-wind-content {
  position: relative;
  z-index: 1;
  top: 15%;
  left: 5%;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .north-wind-content {
      top: 22%; } }
  .north-wind-content .north-wind-main-text {
    background: rgba(0, 76, 70, 0.66);
    max-width: 500px;
    margin: 0 30px 30px 0;
    padding: 30px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px; }
  .north-wind-content h2, .north-wind-content p {
    color: #fff; }
  .north-wind-content a {
    color: #fff;
    text-decoration: none; }
  .north-wind-content a.btn {
    color: #004c46; }
  .north-wind-content a.btn:hover {
    color: #fff; }

@media (min-width: 992px) {
  .north-wind-content {
    left: 10%; } }

.news-in-brief-image {
  background: url("../../assets/img/camp021220_0032.jpg") no-repeat rgba(0, 76, 70, 0.66) bottom center;
  background-size: cover;
  background-blend-mode: multiply; }

.news-in-brief-text h2.title {
  color: #fff;
  font-size: 55px;
  margin: 30px 0 0 60px; }
  @media (min-width: 992px) {
    .news-in-brief-text h2.title {
      margin: 30px 0 0 120px; } }
  .news-in-brief-text h2.title::before {
    display: block;
    content: " ";
    height: 50px;
    width: 50px;
    background: #F2A900;
    border-top-left-radius: 50px;
    margin-left: -60px; }

.news-in-brief-text .list {
  background: rgba(255, 255, 255, 0.76);
  padding: 30px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  text-align: left;
  max-width: 700px; }
  .news-in-brief-text .list li {
    list-style: none; }
    .news-in-brief-text .list li a {
      color: #004c46;
      font-weight: 500;
      text-decoration: none; }
    .news-in-brief-text .list li::before {
      content: "» ";
      margin-left: -16px;
      font-size: 22px;
      color: #004c46;
      font-weight: normal; }

.honors-image {
  background: url("../../assets/img/honors.jpg") no-repeat center rgba(0, 76, 70, 0.75);
  background-size: cover;
  background-blend-mode: multiply; }

.honors-text h2.title {
  color: #fff;
  font-size: 55px;
  margin: 0px 0 0 20px; }
  @media (min-width: 992px) {
    .honors-text h2.title {
      margin: 30px 0 0 120px; } }
  .honors-text h2.title::before {
    display: block;
    content: " ";
    height: 50px;
    width: 50px;
    background: #F2A900;
    border-top-left-radius: 50px;
    margin-left: -60px; }

.honors-text p {
  color: #fff;
  margin: 15px 0 0 0px; }
  @media (min-width: 992px) {
    .honors-text p {
      margin: 30px 0 0 120px; } }

.honors-text a {
  margin: 10px 0 0 0; }

.keeping-up, .giving {
  background-color: #fff; }
  .keeping-up h2, .giving h2 {
    color: #004c46;
    font-size: 48px; }
  .keeping-up h3, .giving h3 {
    color: #004c46; }
  .keeping-up p, .giving p {
    color: #004c46; }
  .keeping-up a, .giving a {
    text-decoration: none;
    color: #004c46; }
  .keeping-up hr, .giving hr {
    border: 2px solid #004c46; }
  .keeping-up .btn-secondary, .giving .btn-secondary {
    color: #004c46; }
    .keeping-up .btn-secondary:hover, .giving .btn-secondary:hover {
      color: #fff; }
  .keeping-up .tell-us, .giving .tell-us {
    background: #f1f1f1;
    border-radius: 0 0 50px 0;
    padding: 15px 20px; }
    .keeping-up .tell-us p, .giving .tell-us p {
      color: #004c46; }

.card-group-secondary {
  padding: 60px 0;
  background-image: url("../../assets/img/dot-pattern-gradient.svg");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: contain; }
  @media (max-width: 992px) {
    .card-group-secondary {
      background: #004c46; } }
  .card-group-secondary a:hover {
    color: #fff;
    text-decoration: none; }
  .card-group-secondary .card {
    border-radius: 0 0 50px 0;
    --bs-card-border-radius: 0 0 50px 0;
    height: 93%; }
    .card-group-secondary .card .card-img-top {
      border-radius: 0; }
    .card-group-secondary .card .card-body {
      background: #004c46;
      border-radius: 0 0 50px 0;
      --bs-card-border-radius: 0 0 50px 0; }
    .card-group-secondary .card .card-text {
      color: #fff;
      font-size: 20px; }
    .card-group-secondary .card .card-title {
      color: #fff; }

.secondary-page .no-bg-image {
  margin-top: 50px; }

.secondary-page .header-image {
  height: 40vw; }

.secondary-page .page-title {
  max-width: 1200px;
  margin: 0 auto; }
  .secondary-page .page-title h1 {
    font-size: 2.8em;
    font-weight: 700; }
    @media (min-width: 576px) {
      .secondary-page .page-title h1 {
        font-size: 3.2em; } }
    .secondary-page .page-title h1.regular {
      font-weight: 500; }
    .secondary-page .page-title h1.lighter {
      font-weight: 300 !important; }
  .secondary-page .page-title .subhead {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700; }

.secondary-page .section__heading {
  font-weight: 700;
  padding-bottom: 10px; }
  .secondary-page .section__heading.green {
    color: #004c46; }

.secondary-page .pull-quote {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #004c46;
  margin-left: 16px;
  margin-top: 30px; }
  .secondary-page .pull-quote.margin-top-0 {
    margin-top: 0; }
  .secondary-page .pull-quote .quote {
    font-size: 36px;
    font-weight: 700;
    color: #FFC72C;
    line-height: 18px;
    vertical-align: baseline; }
    .secondary-page .pull-quote .quote.first {
      margin-left: -16px;
      margin-right: 5px; }
    .secondary-page .pull-quote .quote.last {
      margin-top: 5px;
      margin-left: 5px; }
  .secondary-page .pull-quote.right {
    margin: 30px 0 15px 30px;
    text-align: right; }
  .secondary-page .pull-quote.left {
    margin: 30px 30px 0 0;
    text-align: left; }

.oral-history .page-title {
  max-width: 780px; }

.oral-history .section-links {
  display: flex; }
  .oral-history .section-links ul {
    padding-left: 0; }
    .oral-history .section-links ul li {
      display: inline;
      font-size: 30px;
      padding: 10px 10px 0 0; }
      .oral-history .section-links ul li a {
        font-size: 18px;
        padding: 10px 20px 5px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        margin-bottom: 15px; }
      .oral-history .section-links ul li a:hover {
        background-color: #00856a; }

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 50px;
  border-radius: 50px;
  background: #004c46;
  text-align: center;
  padding-top: 4px; }
  .back-to-top i {
    color: #fff;
    font-size: 40px; }

.macedonia h1 {
  color: #fff; }

.macedonia .header-image {
  height: 78vh; }

.macedonia .navbar {
  background: rgba(0, 0, 0, 0.44) !important; }
  .macedonia .navbar.scroll {
    background-color: #004c46 !important;
    background-image: url("../../assets/img/dot-pattern-gradient-sm.svg") !important; }

.macedonia .navbar .nav-item a {
  background: #444; }

.macedonia .navbar .nav-item a:hover {
  background: #fff; }

.macedonia .header-image {
  height: 90vh;
  margin-top: -200px; }

.macedonia .brand {
  padding-top: 330px;
  color: #fff;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto; }
  .macedonia .brand .brand-text {
    color: #fff;
    text-align: left;
    max-width: 1200px;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px; }
  @media (min-width: 576px) {
    .macedonia .brand {
      padding-top: 290px; } }
  .macedonia .brand h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3rem;
    text-shadow: 1px 1px 4px #444; }
    @media (min-width: 576px) {
      .macedonia .brand h1 {
        font-size: 4rem;
        line-height: 4.8rem; } }
  .macedonia .brand h2 {
    font-size: 2rem;
    text-shadow: 1px 1px 4px #444; }

.macedonia .intro {
  font-size: 1.8rem;
  font-weight: 900;
  text-shadow: 1px 0 2px rgba(0, 0, 0, 0.3);
  color: #004c46; }

@media (min-width: 1700px) {
  .maple-hall-header {
    width: 75%;
    margin: auto; } }

.maple-head {
  font-family: "Gruber", "Georgia", serif;
  color: #004c46;
  font-weight: 700;
  font-size: 3.75rem;
  margin-top: 2rem; }
  @media (max-width: 768px) {
    .maple-head {
      margin-left: 0; } }
  @media (min-width: 1200px) {
    .maple-head {
      margin-bottom: 1rem;
      margin-left: -5rem; } }

.maple-subhead {
  color: #004c46;
  font-size: 2rem;
  font-weight: 500; }

.collage {
  margin-inline: auto;
  display: grid;
  max-width: 100%;
  gap: 0.5rem;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(13, 1fr);
  grid-template-areas: ".. .. six six two two two two .. .. .. .. .." "one one one one two two two two four four .. .. .." "one one one one three three three three three three three five five" ".. .. seven seven three three three three three three three .. .."; }
  .collage > div {
    overflow: hidden; }
  .collage :nth-child(1) {
    grid-area: one; }
  .collage :nth-child(2) {
    grid-area: two; }
  .collage :nth-child(3) {
    grid-area: three; }
  .collage :nth-child(4) {
    grid-area: four; }
  .collage :nth-child(5) {
    grid-area: five; }
  .collage :nth-child(6) {
    grid-area: six; }
  .collage :nth-child(7) {
    grid-area: seven; }
  .collage img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }

.shape-1 {
  background: #00856a;
  border-top-right-radius: 3rem; }

.shape-2 {
  background: #004c46;
  border-top-left-radius: 3rem; }

.shape-3 {
  background: #F2A900;
  border-bottom-left-radius: 3rem; }

.shape-4 {
  grid-area: seven;
  align-self: center;
  padding: 10px; }

.shape-5 {
  grid-row: 1/1;
  grid-column: 9 / 11;
  align-self: center; }

.shape-5 img {
  aspect-ratio: 1; }

.shape-6 {
  grid-area: five;
  align-self: center;
  padding: 10px; }

.shape-7 {
  grid-row: 2/2;
  grid-column: 11 / 12;
  align-self: center; }

.shape-8 {
  grid-row: 1/1;
  grid-column: 1 / 3;
  align-self: center; }

.shape-8 img {
  width: 70%;
  margin: auto; }

.campus-scene {
  background-color: #004c46; }
  .campus-scene hr {
    border-top: 1px solid #ccc; }
  .campus-scene h1, .campus-scene h2, .campus-scene h3, .campus-scene p, .campus-scene li, .campus-scene .copyright {
    color: #fff; }
  .campus-scene .contact-update p {
    color: #004c46; }
  .campus-scene .campus-scene-text {
    background: #f1f1f1;
    max-width: 750px;
    padding: 15px 20px; }
    .campus-scene .campus-scene-text p {
      color: #004c46; }
    .campus-scene .campus-scene-text.container-right {
      border-radius: 0 0 50px 0; }
    .campus-scene .campus-scene-text.container-left {
      border-radius: 0 0 0 50px;
      float: right; }
  .campus-scene .round-top-right img {
    border-radius: 0 50px 0 0; }
  .campus-scene .round-top-left img {
    border-radius: 50px 0 0 0; }

.campus-scene-wrap {
  max-width: 1200px;
  margin: 0 auto; }

.eight-things .content-wrap {
  max-width: 1600px;
  margin: 0 auto; }

.eight-things-logo {
  width: 200px;
  margin: 0 auto 30px; }
  .eight-things-logo img {
    width: 100%; }

.eight-things-photo img {
  border: 12px solid #fff;
  box-shadow: 1px 1px 3px #999; }

.eight-things-photo.one {
  transform: rotate(3deg);
  margin-top: 30px; }

.eight-things-photo.two {
  transform: rotate(-4deg);
  margin-top: 30px; }

.eight-things-photo.three {
  transform: rotate(0);
  margin-top: 30px; }

.eight-things-photo.four {
  transform: rotate(3deg);
  margin-top: 30px; }

.eight-things-photo.five {
  transform: rotate(-1deg);
  margin-top: 30px; }

.eight-things-photo.six {
  transform: rotate(3deg);
  margin-top: 30px; }

.eight-things-photo.seven {
  transform: rotate(-2deg);
  margin-top: 30px; }

.eight-things-photo.eight {
  transform: rotate(0);
  margin-top: 30px; }

.rounded-background {
  background: #004c46;
  color: white;
  padding: 2rem;
  border-radius: 50px 0px 50px 0px;
  width: 100%; }
  .rounded-background--alternate {
    background: #fff;
    border: solid 1px #004c46; }
    .rounded-background--alternate h3 {
      color: #004c46 !important; }
    .rounded-background--alternate p {
      color: #004c46 !important; }
  .rounded-background p {
    color: #FFC72C;
    margin: 0; }

.bythenumbers-text {
  text-align: center !important; }
  .bythenumbers-text h2 {
    font-size: 40px;
    font-weight: 700; }
  .bythenumbers-text h3 {
    color: #FFC72C;
    font-size: 60px;
    margin: 0;
    padding: 0;
    font-family: "Poppins", "Helvetica", "Arial", sans-serif;
    font-weight: 700; }
  .bythenumbers-text p {
    font-size: 28px;
    font-family: "Gruber", "Georgia", serif;
    font-weight: 500; }
  .bythenumbers-text p.intro {
    max-width: 700px;
    margin: 0 auto; }
  .bythenumbers-text .giving__section {
    margin: 1rem auto; }
    @media (min-width: 992px) {
      .bythenumbers-text .giving__section {
        padding-bottom: 1rem; } }
  .bythenumbers-text .row .row {
    border-bottom: none; }
  .bythenumbers-text .photo {
    margin-top: 40px; }

.give-small {
  font-size: 16px; }

.northwind-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 5px;
  margin-top: 30px; }
  .northwind-grid a:first-child {
    grid-row: 1/3;
    grid-column: 1/3; }
  .northwind-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.hhm-grid {
  margin-top: 30px;
  gap: 1rem;
  display: grid; }
  @media (min-width: 768px) {
    .hhm-grid {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto; } }
  @media (min-width: 992px) {
    .hhm-grid {
      grid-template-columns: repeat(4, 1fr); } }
  .hhm-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media (min-width: 992px) {
    .hhm-grid .first {
      grid-column: span 2; } }
  @media (min-width: 992px) {
    .hhm-grid .second {
      grid-column: span 2; } }

.honors-page h2, .oral-history h2 {
  background: #00856a;
  margin: 30px 0 0;
  padding: 10px 0;
  color: #fff;
  text-align: center; }

.oral-history h3 {
  font-weight: bold; }

@media (min-width: 992px) {
  .meethumboldt-hero {
    width: 75%; } }

@media (min-width: 1700px) {
  .meethumboldt-hero {
    width: 50%; } }

a.gallery-item:hover {
  mix-blend-mode: overlay; }

a.hover-border {
  display: inline-block;
  position: relative; }
  a.hover-border::after, a.hover-border::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out; }
  a.hover-border--dark::after, a.hover-border--dark::before {
    background: linear-gradient(to right, #00856a, #444); }
  a.hover-border--light::after, a.hover-border--light::before {
    background: linear-gradient(to right, #00856a, #fff); }
  a.hover-border::before {
    top: -5px;
    transform-origin: left; }
  a.hover-border:hover::after, a.hover-border:hover::before {
    transform: scaleX(1); }

/*# sourceMappingURL=2025.css.map */