@charset "UTF-8";
/*
 * 
 * EMORY BRAND COLOR PALETTE - DO NOT CHANGE!!!
 * "AA compliant" means color is WCAG 2.0 AA compliant for text on a white background, or as a background for white text
 * 
*/
/*
 * 
 * SUPPLEMENTAL COLORS
 * Not part of the Emory brand palette
 * 
*/
/*
 * 
 * EMORY BRAND FONT STACKS
 * 
*/
/*
 * TYPOGRAPHY
*/
/*
 * ASPECT RATIO PLACEHOLDER
 * For $width and $height, enter the aspect
 * ratio numbers, like (16,9) or (4,3).
*/
/*
 * FONTAWESOME CSS PSEUDO ELEMENT
 * Use this ::before or ::after
 * an element
*/
/*
 * ACCESSIBILITY
 * Basic outline styles
*/
#siteHeader .nav-item > a:focus,
#siteHeader .dropdown-menu > a:focus {
  outline: 2px solid #41b6e6; }

.figure figcaption,
.figure .figure-caption,
.figure .caption, .wysiwyg .imported-block figcaption,
.wysiwyg .imported-block .figure-caption,
.wysiwyg .imported-block .caption {
  color: #101820;
  background-color: #f2f3f3; }

.wysiwyg .imported-block .image-with-caption {
  margin-bottom: 0; }

.figure-img {
  border: solid 1px #d0d0ce; }

@media (min-width: 576px) and (max-width: 767.98px) {
  .sidebar-image {
    max-width: 42%; } }

.interior-header {
  background-color: #BBBCBC;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.logo-interior {
  width: auto;
  max-height: 166px;
  max-width: 100%; }

.bg-custom {
  background-color: #C6DEEC;
  background-image: url("../images/intro-bg-top.svg"), url("../images/intro-bg-bottom.svg");
  background-repeat: no-repeat;
  background-size: 27% auto;
  background-position: right top, left bottom;
  position: relative;
  padding: 0 15px;
  overflow: hidden; }

.bg-custom__divider {
  height: 50px;
  margin: 0 auto; }

.has-corner-arrow {
  background-color: transparent; }
  .has-corner-arrow::before, .has-corner-arrow::after {
    content: '';
    position: absolute;
    left: 0;
    z-index: -1; }
  .has-corner-arrow::before {
    top: 50px;
    right: 0;
    bottom: 0; }
  .has-corner-arrow::after {
    top: 0;
    right: 0;
    bottom: auto;
    border-style: solid;
    border-width: 0 50px 50px 0;
    background-color: transparent;
    border-right-color: transparent; }

.corner-arrow {
  background-color: transparent;
  height: 0;
  width: 0;
  border-top-color: #f2a900;
  border-right-color: #f2a900;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-style: solid;
  border-width: 19px;
  position: absolute;
  top: 0;
  right: 0; }
  .corner-arrow::before {
    top: 50px;
    right: 0;
    bottom: 0; }
  .corner-arrow::after {
    top: 0;
    right: 0;
    bottom: auto;
    border-style: solid;
    border-width: 0 50px 50px 0;
    background-color: transparent;
    border-right-color: transparent; }

.hashtag-promo {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-transform: none;
  letter-spacing: initial; }
  .hashtag-promo .hashtag-promo__hash {
    color: #f2a900; }

.modal-header .close {
  margin: 0; }

h1, .h1, h2, .h2, h3, .h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em; }

h2, .h2, h4, .h4 {
  color: #012169; }

h1 {
  letter-spacing: 0.03em;
  position: relative;
  top: -.06em; }

@media (min-width: 768px) {
  .section-headline {
    font-size: 2rem; } }

@media (min-width: 992px) {
  h1 {
    font-size: 3.5rem; } }

.footer-hat {
  background-color: #101820;
  background-image: url("../images/footer-hat-2.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  text-align: center;
  position: relative;
  min-height: 350px; }
  .footer-hat .hashtag-promo {
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(16, 24, 32, 0.85);
    display: inline-block;
    padding: 1rem 2rem 1.25rem 2rem; }

.footer-hat__headline {
  letter-spacing: normal; }

.footer-hat__btn {
  margin-bottom: -4.5rem;
  position: relative; }

#siteHeader.header-microsite .header-sitename .header-sitename__svg {
  width: 302px; }

#siteHeader.header .header-nav-main .nav-link:hover, .header .navbar-toggler span {
  color: #fff; }

@media (min-width: 768px) {
  .nav-item--social {
    font-size: 1.25rem; } }

main .btn.btn-secondary {
  color: #012169;
  background-color: #f2a900;
  border-color: #f2a900; }
  main .btn.btn-secondary:hover {
    background-color: #ffcd59;
    border-color: #ffcd59; }

.event p:last-child {
  margin-bottom: 0; }

.event__date {
  line-height: 1; }

.event__day {
  font-size: 3.825rem;
  margin-top: -.07em; }

.event__day--long {
  font-size: 2rem;
  line-height: .9;
  margin: .01em 0; }

.event__day--sm {
  font-size: 1rem; }

@media (min-width: 576px) {
  .event__day--sm {
    font-size: 1.125rem; } }

@media (min-width: 1200px) {
  .event__day--sm {
    font-size: 1.5rem; } }

.carousel {
  border-top: solid 5px #fff;
  border-bottom: solid 5px #fff;
  margin-bottom: -5px; }
  .carousel .carousel-caption .wysiwyg h1,
  .carousel .carousel-caption .wysiwyg h2,
  .carousel .carousel-caption .wysiwyg h3,
  .carousel .carousel-caption .wysiwyg h4,
  .carousel .carousel-caption .wysiwyg h5,
  .carousel .carousel-caption .wysiwyg h6 {
    margin-right: auto;
    margin-left: auto; }

@media (max-width: 767.98px) {
  .carousel .carousel-caption.has-corner-arrow::after, .carousel .carousel-caption.has-corner-arrow .corner-arrow {
    display: none; } }

@media (min-width: 768px) {
  .carousel .carousel-caption.has-corner-arrow {
    background-color: transparent; }
    .carousel .carousel-caption.has-corner-arrow::before {
      background-color: rgba(16, 24, 32, 0.85);
      border-color: rgba(16, 24, 32, 0.85); }
    .carousel .carousel-caption.has-corner-arrow::after {
      border-top-color: rgba(16, 24, 32, 0.85);
      border-bottom-color: rgba(16, 24, 32, 0.85);
      border-left-color: rgba(16, 24, 32, 0.85); } }

@media (min-width: 992px) {
  .carousel-caption,
  .carousel-indicators {
    max-width: 30rem;
    right: 15%;
    left: auto;
    width: 70%;
    text-align: left;
    margin-right: 0;
    margin-left: 0; }
  .carousel-indicators {
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 0 1rem; } }

.form-check-inline {
  margin-right: .125rem; }

.form-check-button {
  font-size: .875rem;
  position: relative; }
  .form-check-button .form-check-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .form-check-button .form-check-input:hover + .form-check-label {
      border-color: #41b6e6; }
    .form-check-button .form-check-input:focus + .form-check-label {
      background-color: #ffdc8c; }
  .form-check-button .form-check-label {
    padding: 0.25rem 0.5rem;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #d0d0ce;
    margin-bottom: 0.25rem;
    cursor: pointer;
    transition: all 0.1s ease-in-out; }
    .form-check-button .form-check-label::before {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      content: '\f111';
      font-weight: normal;
      color: #41b6e6;
      margin-right: 0.25rem; }
  .form-check-button .form-check-input:checked + .form-check-label {
    border-color: #41b6e6; }
    .form-check-button .form-check-input:checked + .form-check-label::before {
      content: '\f058'; }
  .form-check-button.form-check-button-clear .form-check-input:checked + .form-check-label::before {
    content: ""; }

.highlight {
  position: relative;
  padding: 0 15px;
  overflow: hidden; }
  .highlight .highlight-button-offset {
    margin-top: -1.5rem;
    position: relative;
    z-index: +1; }
  .highlight .highlight__content {
    background-color: #fff; }
    .highlight .highlight__content.has-corner-arrow {
      background-color: transparent;
      position: relative;
      z-index: +1; }
      .highlight .highlight__content.has-corner-arrow::before {
        background-color: #fff;
        border-color: #fff; }
      .highlight .highlight__content.has-corner-arrow::after {
        border-top-color: #fff;
        border-bottom-color: #fff;
        border-left-color: #fff; }
    .highlight .highlight__content .wysiwyg p:last-of-type {
      margin-bottom: 0; }
    .highlight .highlight__content .hashtag-promo {
      font-size: 2rem;
      line-height: 1;
      color: #007dba;
      text-align: center;
      margin-bottom: 2rem; }
  .highlight .highlight-title {
    text-align: center;
    position: relative;
    top: -.2em;
    margin-bottom: .2em; }

.media-gallery {
  margin: 0;
  padding: 0;
  border: none; }

.media-gallery-item {
  width: calc(100% / 3);
  margin: 0; }
  .media-gallery-item::after {
    content: '';
    display: none; }
  .media-gallery-item::before, .media-gallery-item:hover::before {
    top: 0;
    right: 0;
    left: auto;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    content: '\f00e';
    line-height: 1;
    font-weight: 900;
    color: #fff;
    background-color: #101820;
    padding: .375rem; }
  .media-gallery-item:hover img {
    opacity: 1;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1); }
  .media-gallery-item:hover .ratio-1by1::after {
    box-shadow: inset 0 0 1.5rem 0 rgba(0, 0, 0, 0.3); }
  .media-gallery-item:focus, .media-gallery-item:hover {
    z-index: +2; }
  .media-gallery-item img {
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s; }
  .media-gallery-item .ratio-1by1::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 1.5rem 0 rgba(0, 0, 0, 0.7);
    transition: box-shadow .2s ease-in-out; }

.media-gallery__logo {
  background-color: #fff;
  text-align: center;
  height: calc(100vw / 3);
  width: 100%; }
  .media-gallery__logo img {
    height: 100%;
    width: auto;
    max-width: 100%; }

.media-gallery__divider--dark {
  background: #012169 url("../images/gallery-square-bg-dark.svg") repeat; }

.media-gallery__divider--light {
  background: #f2a900 url("../images/gallery-square-bg-light.svg") repeat; }

.chocolat-overlay {
  background-color: #101820; }

.chocolat-wrapper .chocolat-right::before,
.chocolat-wrapper .chocolat-left::before,
.chocolat-wrapper .chocolat-close::before {
  color: #fff;
  text-shadow: none; }

.chocolat-wrapper .chocolat-bottom {
  font-weight: bold;
  color: #012169;
  background-color: #f2a900; }
  .chocolat-wrapper .chocolat-bottom .chocolat-fullscreen::before {
    color: #fff; }

.chocolat-pagination {
  font-weight: normal; }

@media (max-width: 767.98px) {
  .media-gallery__divider {
    display: none; } }

@media (min-width: 768px) {
  .media-gallery-item,
  .media-gallery__divider {
    width: calc(100% / 6); }
  .media-gallery__logo {
    height: 20%;
    width: calc(100% / 3); }
    .media-gallery__logo img {
      height: auto;
      width: 100%; }
  .chocolat-wrapper .chocolat-bottom {
    font-size: 1.125rem; }
  .chocolat-pagination {
    font-size: 0.875rem; }
  .chocolat-set-title {
    font-size: 1rem; } }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 767px; } }

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 991px; } }

.modal-header,
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.modal-header {
  position: relative;
  padding-right: 3rem; }

.modal-header .close {
  position: absolute;
  top: 0;
  right: 0; }

.profile-bg {
  background-color: #fff;
  background-image: url("../images/profile-bg-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.profile-title,
.profile-tag {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff; }

.profile-title {
  font-size: 1.5rem;
  margin-bottom: 1rem; }

.profile-text-container {
  background-color: #fff;
  clear: both;
  padding: 1.5rem; }

.profile-tag {
  padding: 0.5rem 1.5rem;
  margin: 0;
  display: inline-block;
  font-size: 1.125rem;
  background-color: #007dba; }

.profile-name {
  font-family: "Spectral", serif;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  color: #012169;
  font-size: 2rem; }
  @media (min-width: 576px) {
    .profile-name {
      font-size: 3rem;
      line-height: 1.1;
      letter-spacing: -.03em; } }
  @media (min-width: 992px) {
    .profile-name {
      font-size: 3.5rem; } }

.profile figure a img {
  transition: -webkit-filter 0.1s ease-in-out;
  transition: filter 0.1s ease-in-out;
  transition: filter 0.1s ease-in-out, -webkit-filter 0.1s ease-in-out; }

.profile figure a:hover img,
.profile figure a:focus img {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2); }

@media (min-width: 768px) {
  .profile__content {
    margin-top: 60px; } }

a.card.profile-card {
  background-color: #101820;
  border: none;
  overflow: hidden; }
  a.card.profile-card::after {
    display: none; }
  a.card.profile-card:hover {
    z-index: +1; }
  a.card.profile-card .card-img-top {
    z-index: 1; }
  a.card.profile-card .card-body {
    color: #fff;
    background-color: rgba(16, 24, 32, 0.85);
    width: 100%;
    padding: 1rem; }
  a.card.profile-card .profile-description {
    opacity: 0;
    max-height: 0;
    overflow: hidden; }

.card-pagination {
  font-size: .875rem;
  font-weight: bold; }

@media (min-width: 992px) {
  a.card.profile-card::before {
    content: '';
    background-color: rgba(16, 24, 32, 0.85);
    position: absolute;
    top: 100%;
    right: 0;
    bottom: -100%;
    left: 0;
    z-index: 2;
    transition: all .7s ease-in-out; }
  a.card.profile-card:hover::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  a.card.profile-card:hover .card-body {
    background-color: transparent; }
  a.card.profile-card:hover .profile-description {
    opacity: 1;
    max-height: 600px; }
  a.card.profile-card:hover .corner-arrow {
    opacity: 1;
    top: 0;
    right: 0; }
  a.card.profile-card .card-body {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    transition: background-color .7s ease-in-out; }
  a.card.profile-card .profile-description {
    font-size: .875rem;
    display: block;
    transition: opacity .7s ease-in-out, max-height .7s ease-in-out; }
    a.card.profile-card .profile-description p {
      margin-top: .75em;
      margin-bottom: 0; }
      a.card.profile-card .profile-description p:last-child {
        margin-bottom: .75em; }
    a.card.profile-card .profile-description .btn {
      margin-top: .25em; }
  a.card.profile-card .corner-arrow {
    opacity: 0;
    top: -100%;
    right: -100%;
    z-index: 4;
    transition: opacity .7s ease-in-out, top .7s ease-in-out, right .7s ease-in-out; } }

.timeline__dean {
  border-left: solid 3px #f2a900;
  padding: 0.25rem 0 0.25rem 1rem;
  margin-bottom: 1.5rem; }
  .timeline__dean > p {
    margin-bottom: 0; }
  .timeline__dean span {
    font-weight: 800; }

.timeline__year {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
  margin: 0 auto;
  background-color: #007dba;
  font-size: 1.25rem; }

.timeline__row ul {
  margin: 0; }

.timeline__row li {
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  .timeline__row {
    border-top: solid 3px #007dba; }
  .timeline__year {
    position: relative;
    top: -1.25rem; } }
