@font-face {
  font-family: "Circular";
  src: url("https://www.bu.edu/cdn/fonts/Circular/Circular-Black.eot");
  src: url("https://www.bu.edu/cdn/fonts/Circular/Circular-Black.eot?#iefix") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/Circular/Circular-Black.woff") format("woff"), url("https://www.bu.edu/cdn/fonts/Circular/Circular-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Pressura-Mono";
  src: url("https://www.bu.edu/cdn/fonts/Pressura-Mono-Bold/Pressura-Mono-Bold.eot");
  src: url("https://www.bu.edu/cdn/fonts/Pressura-Mono-Bold/Pressura-Mono-Bold.eot?") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/Pressura-Mono-Bold/Pressura-Mono-Bold.woff") format("woff"), url("https://www.bu.edu/cdn/fonts/Pressura-Mono-Bold/Pressura-Mono-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "TiemposText";
  src: url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Regular.eot");
  src: url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Brandon-Text";
  src: url("https://www.bu.edu/cdn/fonts/BrandonText-Light/2BA300_5_0.eot");
  src: url("https://www.bu.edu/cdn/fonts/BrandonText-Light/2BA300_5_0.eot?#iefix") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/BrandonText-Light/2BA300_5_0.woff") format("woff"), url("https://www.bu.edu/cdn/fonts/BrandonText-Light/2BA300_5_0.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "TiemposText";
  src: url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Regular-Italic.eot");
  src: url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Regular-Italic.eot?#iefix") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/TiemposText/TiemposText-Regular-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}
/* grid
----------------------------------------------------------------- */
/* TYPOGRAPHY
----------------------------------------------------------------- */
.wheelock-copy h5 {
  font-family: "Pressura-Mono";
  font-size: 16px;
  color: #585666;
}

.wheelock-copy h5 span {
  text-transform: uppercase;
  color: black;
}

.wheelock-copy p,
.article-feature .lede {
  font-family: "TiemposText", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #585666;
}

.wheelock-copy p strong {
  color: black;
  font-family: "Pressura-Mono";
  font-size: 19px;
}

.wheelock-copy li {
  list-style-type: none;
  padding-left: 20px;
  font-family: "Benton", Helvetica, sans-serif;
  color: #585666;
  border-left: 5px solid #7ff8bd;
}

.wheelock-copy .button {
  border-bottom: none !important;
}

#wrapper a {
  text-decoration: none;
  border-bottom: 1px dashed;
  color: black;
}

.lede em {
  float: left;
  display: block;
  margin-right: 12px;
  font-family: "Circular";
  font-size: 100px;
  line-height: 87px;
  font-style: normal;
  color: black;
}

.lede span {
  font-size: 20px;
  color: black;
  font-weight: bold;
}

a {
  color: #7ff8bd;
}

.wheelock-copy blockquote {
  border-left: none !important;
  padding: 0 100px !important;
  margin: 60px 0 0 0;
}

@media (max-width: 500px) {
  .wheelock-copy blockquote {
    padding: 0 30px !important;
  }
}
.wheelock-copy blockquote p {
  font-family: "Pressura-Mono";
  color: black;
  font-style: normal;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
}

@media (max-width: 992px) {
  .wheelock-copy blockquote p {
    font-size: 20px;
    line-height: 27px;
  }
}
.wheelock-copy blockquote p span {
  display: block;
  width: 100%;
  color: #7ff8bd;
  font-size: 100px;
  line-height: 117px;
}

/* MASTHEAD
----------------------------------------------------------------- */
#primary #masthead {
  background-color: rgba(0, 0, 0, 0.85);
}

#primary #masthead h2 a,
#primary .square-link {
  color: #7ff8bd;
}

/* LAYOUT
----------------------------------------------------------------- */
.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#wrapper .container header {
  display: none;
}

#wrapper .container {
  padding: 0;
}

.wheelock,
.wheelock2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -97px;
  background: white;
  clear: both;
}

.wheelock2 {
  margin-top: 0;
}

.wheelock-copy {
  margin: 40px;
}

@media (max-width: 500px) {
  .wheelock-copy {
    margin: 20px;
  }
}
.wheelock-left {
  position: relative;
  width: 50%;
  overflow: hidden;
}

@media (max-width: 992px) {
  .wheelock-left {
    width: 100%;
  }
}
.wheelock-right {
  position: relative;
  width: 50%;
  overflow: hidden;
}

@media (max-width: 992px) {
  .wheelock-right {
    width: 100%;
  }
}
/* TITLE
----------------------------------------------------------------- */
.wheelock-title {
  width: 100%;
  padding: 230px 0 60px 0px;
}

@media (max-width: 1200px) {
  .wheelock-title {
    padding: 230px 0 60px 30px;
  }
}
@media (max-width: 992px) {
  .wheelock-title {
    padding: 120px 0 60px 30px;
  }
}
@media (max-width: 500px) {
  .wheelock-title {
    padding: 120px 0 60px 0;
  }
}
.wheelock-title2 {
  width: 100%;
  padding-bottom: 60px;
  padding-top: 125px;
}

@media (max-width: 500px) {
  .wheelock-title2 {
    padding-top: 60px;
  }
}
.wheelock-title h2 span,
.wheelock-title2 h3 span {
  display: block;
  padding: 30px;
}

.wheelock-title h1 {
  display: block;
  width: 75%;
  margin: 0 auto;
  font-family: "Circular";
  font-size: 80px;
  line-height: 94px;
  background: rgba(255, 228, 0, 0.5);
}

@media (max-width: 1200px) {
  .wheelock-title h1 {
    font-size: 70px;
    line-height: 78px;
    padding-bottom: 140px;
  }
}
@media (max-width: 500px) {
  .wheelock-title h1 {
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 160px;
  }
}
.wheelock-title h1 span {
  display: block;
  padding-bottom: 18%;
  margin: -60px 0 0 -60px;
}

@media (max-width: 500px) {
  .wheelock-title h1 span {
    margin: -60px 0 0 -10px;
  }
}
.wheelock-title h2 {
  display: block;
  width: 75%;
  margin: 0 auto;
  font-family: "Pressura-Mono";
  text-align: right;
  font-size: 20px;
  background: rgba(0, 255, 252, 0.5);
  margin-top: -527px;
  margin-right: 60px;
  padding-top: 427px;
}

@media (max-width: 1200px) {
  .wheelock-title h2 {
    margin-top: -566px;
    padding-top: 355px;
    margin-left: 30px;
  }
}
@media (max-width: 500px) {
  .wheelock-title h2 {
    margin-top: -419px;
    padding-top: 240px;
    font-size: 16px;
    line-height: 25px;
    margin-right: 20px;
    margin-left: auto;
  }
}
.wheelock-title2 h2 {
  display: block;
  width: 75%;
  margin: 0 auto;
  font-family: "Circular";
  font-size: 100px;
  line-height: 130px;
  background: rgba(0, 255, 252, 0.5);
  padding-bottom: 174px;
}

@media (max-width: 1200px) {
  .wheelock-title2 h2 {
    font-size: 70px;
    line-height: 78px;
  }
}
@media (max-width: 500px) {
  .wheelock-title2 h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 40px;
    line-height: 48px;
    margin-left: auto;
  }
}
.wheelock-title2 h2 span {
  display: block;
  padding-bottom: 38%;
  margin: -60px 0 0 -60px;
}

.wheelock-title2 h3 {
  display: block;
  width: 75%;
  margin: 0 auto;
  font-family: "Pressura-Mono";
  text-align: right;
  font-size: 20px;
  margin-right: 60px;
  padding-top: 470px;
  background: rgba(255, 228, 0, 0.5);
  margin-top: -597px;
}

@media (max-width: 1200px) {
  .wheelock-title2 h3 {
    margin-top: -438px;
    padding-top: 318px;
    margin-right: 30px;
  }
}
@media (max-width: 500px) {
  .wheelock-title2 h3 {
    font-size: 16px;
    line-height: 25px;
    margin-top: -291px;
    padding-top: 195px;
    margin-right: 20px;
  }
}
/* PHOTOS
----------------------------------------------------------------- */
.wheelock-photo {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: black;
}

@media (max-width: 768px) {
  .wheelock-photo {
    height: 500px;
  }
}
@media (max-width: 500px) {
  .wheelock-photo {
    height: 400px;
  }
}
.wheelock-photo img {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  animation-name: fade;
  animation-duration: 84s;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /* Safari 4.0 - 8.0 */
  animation-fill-mode: forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  3.57% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.chard-1 {
  animation-delay: 0s;
}

.chard-2 {
  animation-delay: 9s;
}

.chard-3 {
  animation-delay: 18s;
}

.chard-4 {
  animation-delay: 27s;
}

.chard-5 {
  animation-delay: 36s;
}

.chard-6 {
  animation-delay: 45s;
}

.chard-7 {
  animation-delay: 54s;
}

.wheelock-right .wheelock-photo, .wheelock-photo.mobile {
  background: url(images/lucy.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wheelock-photo.mobile {
  display: none;
}

@media (max-width: 992px) {
  .wheelock-right .wheelock-photo {
    display: none;
  }
}
@media (max-width: 992px) {
  .wheelock-photo.mobile {
    display: block;
  }
}
/* CAPTIONS
----------------------------------------------------------------- */
.wheelock-photo p {
  position: absolute;
  bottom: 0px;
  right: 30px;
  font-family: "Pressura-Mono";
  font-size: 14px;
  line-height: 23px;
  color: white;
  z-index: 500;
}

.wheelock-photo span {
  text-transform: uppercase;
  color: #7ff8bd;
}

.wheelock-right .wheelock-photo p, .wheelock-left .wheelock-photo.mobile p {
  bottom: 30px;
  left: 30px;
  margin-bottom: 0;
  max-width: 137px;
}

.wheelock-left .wheelock-photo.mobile p {
  top: 30px;
}

/* FOOTER
----------------------------------------------------------------- */
.article-meta-footer {
  margin-bottom: 0 !important;
}

#comments_related_wrapper {
  background: #dffffe;
}

#comments_related_wrapper a,
.article-meta a {
  border: none !important;
  color: black;
}

button,
input.button,
input[type="button"],
input[type="submit"],
.button {
  background: rgba(0, 255, 252, 0.5);
  color: black;
}

button:hover,
input.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover,
button:focus,
input.button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.button:focus {
  background: #7ff8bd;
}

.article-meta .meta-tags a {
  background: rgba(0, 255, 252, 0.5);
}

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