@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
ol,
ul,
li,
form,
fieldset,
legend,
label,
table,
header,
footer,
nav,
section,
figure {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  color: #1f1f1f;
  font-family:
    "Proxima Nova", "Montserrat", "Avenir Next", "Helvetica Neue", Arial,
    sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #164b92;
}

a:hover {
  color: #0f2f5c;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.container {
  width: 100%;
}

.content {
  max-width: 1200px;
  margin: 20px auto 28px;
  padding: 0 22px;
}

.album-intro {
  max-width: 900px;
  margin: 16px auto 36px;
  color: #0a2d60;
  text-align: center;
}

.album-kicker {
  font-family: "Droid Sans", "Montserrat", Arial, sans-serif;
  font-size: 19.384px;
  line-height: 34.8912px;
  font-weight: 400;
  color: #0a2d60;
  margin: 0;
  letter-spacing: 0;
}

.album-title {
  font-family: "proxima-nova", "Proxima Nova", "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  color: #0a2d60;
  margin: 8px 0 32px 0;
}

.album-copy {
  font-family: "Droid Sans", "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 28.8px;
  font-weight: 400;
  color: #0a2d60;
  margin: 16px 0;
}

.download-album-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #0a2d60;
  color: #ffffff;
  text-decoration: none;
  font-family: "proxima-nova", "Proxima Nova", "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.download-album-btn:hover {
  color: #ffffff;
  background: #123f82;
}

.album-index-intro {
  margin: 0 0 14px;
}

.album-index-title {
  font-size: 28px;
  font-weight: 600;
  color: #111111;
  margin: 0 0 6px;
}

.album-index-copy {
  margin: 0;
  color: #555555;
}

.album-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.menu-img {
  width: calc(25% - 15px);
}

.album-card-link {
  display: block;
  text-decoration: none;
}

.album_thumb {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  transition:
    transform 120ms ease,
    box-shadow 120ms ease;
}

.album-card-link:hover .album_thumb {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
}

.album_title {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #152d53;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 8px;
}

.gallery__img--main,
.gallery__img--secondary {
  position: relative;
  width: calc(33.333% - 12px);
}

.gallery .media-link img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.17);
}

.photo-download-chip {
  position: absolute;
  right: 10px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(14, 37, 71, 0.9);
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(8, 20, 40, 0.25);
}

.photo-download-chip:hover {
  background: rgba(22, 75, 146, 0.95);
}

.download-icon-svg {
  width: 14px;
  height: 14px;
}

figcaption {
  display: block;
  width: 100%;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.3;
  color: #2c2c2c;
  text-align: center;
}

.division-subhead {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #142e55;
  margin: 16px 0 4px;
  padding-bottom: 6px;
  border-bottom: 2px solid #d5d5d5;
}

.team-photo figcaption {
  text-transform: uppercase;
  letter-spacing: 0.25px;
  font-weight: 600;
}

footer {
  display: none;
}

.pswp-caption-content {
  display: none;
}

@media screen and (max-width: 1000px) {
  .menu-img,
  .gallery__img--main,
  .gallery__img--secondary {
    width: calc(50% - 9px);
  }
}

@media screen and (max-width: 640px) {
  .content {
    padding: 0 14px;
  }

  .menu-img,
  .gallery__img--main,
  .gallery__img--secondary {
    width: 100%;
  }

  .album-kicker {
    font-size: 19.384px;
    line-height: 34.8912px;
  }

  .album-title {
    font-size: 26.152px;
    line-height: 34.8554px;
  }
}
