/*
 * Theme Name: Dare to Grow
 * Description: Vanderbilt FutureVU Child Theme
 * Template: anchordown-futurevu
 * Version: 1.0
 * Author: Vanderbilt University Division of Communications, Digital Strategies Team
 * Author URI: https://web.vanderbilt.edu
 */
/* NOTE: This file is compiled from style.scss */
/* Navigation */
.primary-nav .primary-nav__site-link span {
  font-family: Staff, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1em;
}

@media (min-width: 1070px) {
  .primary-nav .primary-nav__links {
    align-items: center;
  }
}

.primary-nav .primary-nav__links .primary-nav__links--item:last-child a {
  /* border: solid 1px transparent;
  border-radius: 50px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: Theinhardt, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  padding: 10px 18px 8px;
  background-color: var(--c-text);
  color: var(--c-bg); COMMENTED OUT BY PENTERA */
}

.primary-nav .primary-nav__links .primary-nav__links--item:last-child a:hover {
  background-color: var(--c-bg);
  border-color: var(--c-border);
  color: var(--c-text);
}

.primary-nav .mega-menu .mega-menu__list .mega-menu__list-item:last-child {
  margin-top: 10px;
  margin-bottom: 10px;
}

.primary-nav .mega-menu .mega-menu__list .mega-menu__list-item:last-child a {
  /* border: solid 1px transparent;
  border-radius: 50px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: Theinhardt, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  padding: 10px 18px 8px;
  background-color: var(--c-text);
  color: var(--c-bg); COMMENTED OUT BY PENTERA */
}

.primary-nav .mega-menu .mega-menu__list .mega-menu__list-item:last-child a:hover {
  background-color: var(--c-bg);
  border-color: var(--c-border);
  color: var(--c-text);
}

/* Home Page */
.d2g-home {
  /* Home Page Hero */
  /* Page Content */
  /* Recent News */
  /* Social */
}

.d2g-home .topper-background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.d2g-home .topper-background .topper-background__text .topper-background__text-inner {
  min-height: 0;
}

@media (min-width: 768px) {
  .d2g-home .topper-background .topper-background__text .topper-background__text-inner {
    min-height: calc(100vh - 109px);
  }
}

@media (min-width: 1070px) {
  .d2g-home .topper-background .topper-background__text .topper-background__text-inner {
    min-height: calc(100vh - 124px);
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
  }
}

.d2g-home .topper-background .topper-background__text .topper-background__text-inner .topper-background__title.topper-background__title--logo .d2g-logo {
  width: 90%;
  height: auto;
  max-width: 775px;
}

.d2g-home .topper-background .topper-background__text .topper-background__text-inner .topper-background__title.topper-background__title--text {
  font-family: Staff, sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 0.9em;
  max-width: 900px;
}

@media (min-width: 480px) {
  .d2g-home .topper-background .topper-background__text .topper-background__text-inner .topper-background__title.topper-background__title--text {
    font-size: calc(50px + 80 * (100vw - 480px) / 590);
  }
}

@media (min-width: 1070px) {
  .d2g-home .topper-background .topper-background__text .topper-background__text-inner .topper-background__title.topper-background__title--text {
    font-size: 130px;
    line-height: 1em;
  }
}

.d2g-home .topper-background .topper-background__text .topper-background__text-inner .topper-background__intro {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0;
  color: var(--c-text-strong);
  font-weight: 500;
  font-size: 16px;
}

@media (min-width: 480px) {
  .d2g-home .topper-background .topper-background__text .topper-background__text-inner .topper-background__intro {
    font-size: calc(16px + 8 * (100vw - 480px) / 590);
  }
}

@media (min-width: 1070px) {
  .d2g-home .topper-background .topper-background__text .topper-background__text-inner .topper-background__intro {
    font-size: 24px;
  }
}

.d2g-home .topper-background .topper-background__text .topper-background__text-inner .button-component {
  margin-top: 18px;
  margin-bottom: 0;
}

.d2g-home .topper-background .topper-background__text--text .topper-background__text-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .d2g-home .topper-background .topper-background__text--text .topper-background__text-inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.d2g-home .topper-background .topper-background__image {
  display: grid;
  place-items: center;
  overflow: hidden;
}

.d2g-home .topper-background .topper-background__image .d2g-logo-with-ko-grid {
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 20;
}

.d2g-home .topper-background .topper-background__image .d2g-logo-with-ko-grid.mobile {
  display: block;
}

@media (min-width: 768px) {
  .d2g-home .topper-background .topper-background__image .d2g-logo-with-ko-grid.mobile {
    display: none;
  }
}

.d2g-home .topper-background .topper-background__image .d2g-logo-with-ko-grid.desktop {
  display: none;
}

@media (min-width: 768px) {
  .d2g-home .topper-background .topper-background__image .d2g-logo-with-ko-grid.desktop {
    display: block;
  }
}

.d2g-home .topper-background .topper-background__image .solid-grid {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 20;
}

.d2g-home .topper-background .topper-background__image--logo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 28, 0.6);
  top: 0;
  z-index: 10;
}

.d2g-home .topper-background .topper-background__image--text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 28, 0.7);
  top: 0;
  z-index: 10;
}

.d2g-home .single-wide-column-page__content .single-wide-column-page__section {
  padding-top: 38px;
}

.d2g-home .hp-news--wrapper {
  margin: 40px 0 0 0;
  padding: 0 0 40px 0;
}

@media (min-width: 1070px) {
  .d2g-home .hp-news--wrapper {
    margin: 40px 0 0 0;
    padding: 0 0 40px 0;
  }
}

.d2g-home .hp-news--wrapper .hp-news__heading {
  padding: 0 8px 15px;
}

@media (min-width: 768px) {
  .d2g-home .hp-news--wrapper .hp-news__heading {
    padding: 0 0.5vw 36px;
  }
}

.d2g-home .hp-news--wrapper .hp-news__heading h2 {
  font-family: Theinhardt, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2em;
  padding: 0;
}

.d2g-home .hp-news--wrapper .hp-news__heading h2::after {
  border-top: var(--c-border) 1px solid;
  content: "";
  display: block;
  width: 100%;
}

@media (min-width: 300px) and (max-width: 768px) {
  .d2g-home .hp-news--wrapper .hp-news__heading h2 {
    font-size: calc(28px + 7 * (100vw - 300px) / 770);
  }
}

@media (min-width: 768px) {
  .d2g-home .hp-news--wrapper .hp-news__heading h2 {
    font-size: 35px;
  }
}

.d2g-home .hp-news--wrapper .hp-news--stories {
  display: flex;
  flex-wrap: wrap;
  margin-left: 8px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .d2g-home .hp-news--wrapper .hp-news--stories {
    column-gap: 20px;
    flex-wrap: nowrap;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
  }
}

.d2g-home .hp-news--wrapper .hp-news--stories .hp-news--featured-story {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .d2g-home .hp-news--wrapper .hp-news--stories .hp-news--featured-story {
    width: 60%;
  }
}

.d2g-home .hp-news--wrapper .hp-news--stories .hp-news--featured-story .story-tease__image a:hover img,
.d2g-home .hp-news--wrapper .hp-news--stories .hp-news--featured-story .story-tease__image a:focus img {
  transform: scale(1.05);
}

.d2g-home .hp-news--wrapper .hp-news--stories .hp-news--featured-story .story-tease__text {
  padding: 18px 0 30px;
}

@media (min-width: 768px) {
  .d2g-home .hp-news--wrapper .hp-news--stories .hp-news--featured-story .story-tease__text {
    padding: 0;
  }
}

.d2g-home .hp-news--wrapper .hp-news--stories .hp-news--featured-story .story-tease__text .story-tease__title {
  color: var(--c-text) -strong;
  font-family: Jannon Display, Times, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 10px;
  margin-top: 0;
}

@media (min-width: 300px) {
  .d2g-home .hp-news--wrapper .hp-news--stories .hp-news--featured-story .story-tease__text .story-tease__title {
    font-size: calc(28px + 6 * (100vw - 300px) / 770);
  }
}

@media (min-width: 768px) {
  .d2g-home .hp-news--wrapper .hp-news--stories .hp-news--featured-story .story-tease__text .story-tease__title {
    font-size: 32px;
    margin-bottom: 12px;
    margin-top: 20px;
  }
}

.d2g-home .hp-news--wrapper .hp-news--stories .hp-news--featured-story .story-tease__text .story-tease__dek {
  color: var(--c-text);
  font-family: Theinhardt, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
  margin: 0;
}

@media (min-width: 300px) {
  .d2g-home .hp-news--wrapper .hp-news--stories .hp-news--featured-story .story-tease__text .story-tease__dek {
    font-size: calc(18px + 4 * (100vw - 300px) / 770);
  }
}

@media (min-width: 768px) {
  .d2g-home .hp-news--wrapper .hp-news--stories .hp-news--featured-story .story-tease__text .story-tease__dek {
    font-size: 22px;
  }
}

.d2g-home .hp-news--wrapper .hp-news--stories .hp-news--featured-story .story-tease__text .story-tease__dek p:not(:last-child) {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .d2g-home .hp-news--wrapper .hp-news--stories .hp-news--featured-story .story-tease__text .story-tease__dek p:not(:last-child) {
    margin-bottom: 10px;
  }
}

.d2g-home .hp-news--wrapper .hp-news--stories .hp-news--featured-story .story-tease__text .story-tease__dek .read-more {
  font-size: 15px;
  font-weight: 400;
}

@media (min-width: 300px) and (max-width: 768px) {
  .d2g-home .hp-news--wrapper .hp-news--stories .hp-news--featured-story .story-tease__text .story-tease__dek .read-more {
    font-size: calc(15px + 2 * (100vw - 300px) / 770);
  }
}

@media (min-width: 768px) {
  .d2g-home .hp-news--wrapper .hp-news--stories .hp-news--featured-story .story-tease__text .story-tease__dek .read-more {
    font-size: 17px;
  }
}

.d2g-home .hp-news--wrapper .hp-news--stories .hp-news--secondary-stories {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .d2g-home .hp-news--wrapper .hp-news--stories .hp-news--secondary-stories {
    margin-left: 0;
    margin-right: -1vw;
    padding: 0 10px;
    width: 40%;
  }
}

.d2g-home .hp-news--wrapper .hp-news--stories .hp-news--secondary-stories ul {
  margin: 0;
  padding: 0;
}

.d2g-home .hp-news--wrapper .hp-news--stories .hp-news--secondary-stories ul li {
  border-bottom: var(--c-border) 1px solid;
}

.d2g-home .hp-news--wrapper .hp-news--stories .hp-news--secondary-stories ul li:first-child {
  border-top: var(--c-border) 1px solid;
}

@media (min-width: 768px) {
  .d2g-home .hp-news--wrapper .hp-news--stories .hp-news--secondary-stories ul li:first-child {
    border-top: 0;
  }
}

@media (min-width: 768px) {
  .d2g-home .hp-news--wrapper .hp-news--stories .hp-news--secondary-stories ul li:last-child {
    border-bottom: 0;
  }
}

.d2g-home .hp-news--wrapper .hp-news--stories .hp-news--secondary-stories ul li a {
  display: block;
  padding: 18px 0;
}

@media (min-width: 768px) {
  .d2g-home .hp-news--wrapper .hp-news--stories .hp-news--secondary-stories ul li a {
    padding: 24px 12px;
  }
}

.d2g-home .hp-news--wrapper .hp-news--stories .hp-news--secondary-stories ul li a:hover,
.d2g-home .hp-news--wrapper .hp-news--stories .hp-news--secondary-stories ul li a:active {
  background-color: var(--c-card-bg-light);
}

.d2g-home .hp-news--wrapper .hp-news--stories .hp-news--secondary-stories ul li a h4 {
  color: var(--c-text);
  font-family: Theinhardt, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

@media (min-width: 300px) {
  .d2g-home .hp-news--wrapper .hp-news--stories .hp-news--secondary-stories ul li a h4 {
    font-size: calc(18px + 1 * (100vw - 300px) / 770);
  }
}

@media (min-width: 768px) {
  .d2g-home .hp-news--wrapper .hp-news--stories .hp-news--secondary-stories ul li a h4 {
    font-size: 19px;
  }
}

.d2g-home .hp-social {
  margin: 38px -8px 0 -8px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .d2g-home .hp-social {
    margin: 38px -8.75vw 0 -8.75vw;
    padding: 0 8.75vw;
  }
}

@media (min-width: 1800px) {
  .d2g-home .hp-social {
    margin: 38px calc(750px - 50.5vw) 0 calc(750px - 50.5vw);
    padding: 0 calc(50.5vw - 750px) 0 calc(50.5vw - 750px);
  }
}

.d2g-home .hp-social.hp-social--bg-yes {
  background: var(--c-card-bg-light);
}

.d2g-home .hp-social:not(.hp-social--bg-yes) {
  background: transparent;
}

.d2g-home .hp-social.hp-social--images-0 .hp-social__inner {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .d2g-home .hp-social.hp-social--images-0 .hp-social__inner {
    flex-wrap: wrap;
  }
}

.d2g-home .hp-social.hp-social--images-0 .hp-social__inner .hp-social__block {
  width: 100%;
}

@media (min-width: 768px) {
  .d2g-home .hp-social.hp-social--images-0 .hp-social__inner .hp-social__block {
    width: 100%;
  }
}

.d2g-home .hp-social.hp-social--images-1 .hp-social__inner,
.d2g-home .hp-social.hp-social--images-2 .hp-social__inner {
  flex-wrap: wrap;
}

@media (min-width: 768px) {

  .d2g-home .hp-social.hp-social--images-1 .hp-social__inner,
  .d2g-home .hp-social.hp-social--images-2 .hp-social__inner {
    flex-wrap: nowrap;
  }
}

.d2g-home .hp-social.hp-social--images-1 .hp-social__inner .hp-social__block,
.d2g-home .hp-social.hp-social--images-2 .hp-social__inner .hp-social__block {
  width: 100%;
}

@media (min-width: 768px) {

  .d2g-home .hp-social.hp-social--images-1 .hp-social__inner .hp-social__block,
  .d2g-home .hp-social.hp-social--images-2 .hp-social__inner .hp-social__block {
    width: 50%;
  }
}

@media (min-width: 768px) {

  .d2g-home .hp-social.hp-social--images-1 .hp-social__inner .hp-social__block--text .hp-social__title,
  .d2g-home .hp-social.hp-social--images-2 .hp-social__inner .hp-social__block--text .hp-social__title {
    text-align: left;
  }

  .d2g-home .hp-social.hp-social--images-1 .hp-social__inner .hp-social__block--text .hp-social__introduction,
  .d2g-home .hp-social.hp-social--images-2 .hp-social__inner .hp-social__block--text .hp-social__introduction {
    text-align: left;
  }

  .d2g-home .hp-social.hp-social--images-1 .hp-social__inner .hp-social__block--text .hp-social__social-links ul,
  .d2g-home .hp-social.hp-social--images-2 .hp-social__inner .hp-social__block--text .hp-social__social-links ul {
    justify-content: flex-start;
  }
}

.d2g-home .hp-social .hp-social__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 40px 8px;
}

@media (min-width: 768px) {
  .d2g-home .hp-social .hp-social__inner {
    column-gap: 45px;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    padding: 60px 0;
  }
}

.d2g-home .hp-social .hp-social__inner .hp-social__block--text {
  max-width: 816px;
  order: 2;
}

@media (min-width: 768px) {
  .d2g-home .hp-social .hp-social__inner .hp-social__block--text {
    order: 1;
  }
}

.d2g-home .hp-social .hp-social__inner .hp-social__block--text .hp-social__title {
  color: var(--c-text);
  font-family: Theinhardt, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.1em;
  margin: 0 0 18px;
  text-align: center;
}

@media (min-width: 300px) and (max-width: 768px) {
  .d2g-home .hp-social .hp-social__inner .hp-social__block--text .hp-social__title {
    font-size: calc(28px + 7 * (100vw - 300px) / 468);
  }
}

@media (min-width: 768px) {
  .d2g-home .hp-social .hp-social__inner .hp-social__block--text .hp-social__title {
    font-size: 35px;
  }
}

.d2g-home .hp-social .hp-social__inner .hp-social__block--text .hp-social__introduction {
  color: var(--c-text);
  font-family: Theinhardt, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0 0 18px;
  text-align: center;
}

@media (min-width: 300px) and (max-width: 768px) {
  .d2g-home .hp-social .hp-social__inner .hp-social__block--text .hp-social__introduction {
    font-size: calc(18px + 4 * (100vw - 300px) / 468);
  }
}

@media (min-width: 768px) {
  .d2g-home .hp-social .hp-social__inner .hp-social__block--text .hp-social__introduction {
    font-size: 22px;
  }
}

.d2g-home .hp-social .hp-social__inner .hp-social__block--text .hp-social__introduction.rich-text {
  padding: 0;
}

.d2g-home .hp-social .hp-social__inner .hp-social__block--text .hp-social__social-links ul {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.d2g-home .hp-social .hp-social__inner .hp-social__block--text .hp-social__social-links ul li {
  flex-shrink: 0;
  margin: 4px;
}

.d2g-home .hp-social .hp-social__inner .hp-social__block--text .hp-social__social-links ul li a {
  align-items: center;
  background-color: var(--c-text);
  border: 1px solid transparent;
  border-radius: 50%;
  color: var(--c-bg);
  display: flex;
  height: 30px;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 30px;
}

.d2g-home .hp-social .hp-social__inner .hp-social__block--text .hp-social__social-links ul li a:hover,
.d2g-home .hp-social .hp-social__inner .hp-social__block--text .hp-social__social-links ul li a:active {
  background-color: transparent;
  border-color: var(--c-text);
  color: var(--c-text);
}

.d2g-home .hp-social .hp-social__inner .hp-social__block--text .hp-social__social-links ul li a svg {
  height: 70%;
  width: 70%;
}

.d2g-home .hp-social .hp-social__inner .hp-social__block--images {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  order: 1;
  padding-bottom: 18px;
}

@media (min-width: 768px) {
  .d2g-home .hp-social .hp-social__inner .hp-social__block--images {
    order: 2;
    padding-bottom: 0;
  }
}

.d2g-home .hp-social .hp-social__inner .hp-social__block--images .hp-social__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.d2g-home .hp-social .hp-social__inner .hp-social__block--images .hp-social__image--double {
  padding: 65% 0 0;
  width: 100%;
}

.d2g-home .hp-social .hp-social__inner .hp-social__block--images .hp-social__image--single {
  padding: 48% 0 0;
  width: 48%;
}

.d2g-home .hp-social .hp-social__inner .hp-social__block--images a.hp-social__image {
  background-size: 100%;
  transition: 0.5s;
}

.d2g-home .hp-social .hp-social__inner .hp-social__block--images a.hp-social__image:hover,
.d2g-home .hp-social .hp-social__inner .hp-social__block--images a.hp-social__image:focus {
  background-size: 110%;
}