#welcome-back-break {
  display: block;
}

#second-welcome-back-break {
  display: none;
}

@media screen and (max-width: 650px) {
  #second-welcome-back-break {
    display: block;
  }
}
@keyframes arrow-animate-right {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(12px);
  }
}
@keyframes arrow-animate-left {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-8px);
  }
}
@keyframes rotate-return {
  100% {
    transform: rotate(-30deg);
  }
}
.animate-underline-l-to-r {
  cursor: pointer;
  position: relative;
  color: #000;
  text-decoration: none;
}
.animate-underline-l-to-r:hover {
  color: #000;
}
.animate-underline-l-to-r::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}
.animate-underline-l-to-r:hover::before {
  transform: scaleX(1);
}

.custom-js-and-css-code {
  height: 0 !important;
  display: none;
}

#whitewrap .block-type-custom-code #homepage-2021 {
  margin: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 .pause-play-button {
  bottom: 0px;
  max-width: 1920px;
  position: absolute;
  left: 0;
  z-index: 100;
  margin-left: 0px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
#whitewrap .block-type-custom-code #homepage-2021 .pause-play-button:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
#whitewrap .block-type-custom-code #homepage-2021 .pause-play-button:after {
  background-image: url("https://tcnj.edu/custom/homepage/img/hero-pause-button-white.svg");
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
}
#whitewrap .block-type-custom-code #homepage-2021 .pause-play-button.video-paused:after {
  background-image: url("https://tcnj.edu/custom/homepage/img/hero-play-button-white.svg");
  height: 22px;
}
#whitewrap .block-type-custom-code #homepage-2021 .inner-report {
  bottom: 70px;
  z-index: 20;
  height: 25px;
  position: absolute;
  right: 0;
  margin-right: 40px;
}
#whitewrap .block-type-custom-code #homepage-2021 .inner-report .report-filler {
  visibility: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 .inner-report #world-report {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  margin: 0;
  z-index: 20;
  font-family: "Bitter", serif;
}
#whitewrap .block-type-custom-code #homepage-2021 .inner-report #world-report a {
  color: white;
  text-decoration: none;
}
#whitewrap .block-type-custom-code #homepage-2021 .inner-report #world-report a:hover {
  text-decoration: underline;
}
#whitewrap .block-type-custom-code #homepage-2021 span.hi-underline {
  position: relative;
}
#whitewrap .block-type-custom-code #homepage-2021 span.hi-underline:after {
  content: "";
  height: 3px;
  background-color: #293f6f;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 12px;
}
#whitewrap .block-type-custom-code #homepage-2021 .clear::after {
  content: "";
  clear: both;
  display: table;
}
#whitewrap .block-type-custom-code #homepage-2021 #take-over-banner {
  background-color: #f1f1f1;
}
#whitewrap .block-type-custom-code #homepage-2021 #take-over-banner .inner-small {
  display: flex;
  justify-content: center;
  min-height: 94px;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  gap: 35px;
}
#whitewrap .block-type-custom-code #homepage-2021 #take-over-banner .inner-small h2 {
  margin: 0;
  font-size: 25px;
}
#whitewrap .block-type-custom-code #homepage-2021 #take-over-banner .inner-small .button-link {
  flex-basis: 169px;
  max-height: 55px;
  color: #000;
  border-color: #000;
}
#whitewrap .block-type-custom-code #homepage-2021 #take-over-banner .inner-small .button-link:hover {
  background-color: #293f6f;
  border-color: white;
  color: white;
}
#whitewrap .block-type-custom-code #homepage-2021 .button {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: white;
  float: right;
  margin-left: 0px;
  margin-top: 41px;
  border: 1px solid white;
  height: 100px;
  display: flex;
  padding: 0;
  align-content: flex-start;
  justify-content: center;
  flex-direction: column;
  border-radius: 0;
  letter-spacing: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 .button.blue {
  border: 2px solid #293f6f;
  color: #293f6f;
  font-size: 20px;
  line-height: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background-color: transparent;
  display: flex;
  justify-content: center;
  min-width: 350px;
  max-width: 350px;
  text-align: center;
  align-content: center;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0;
  transition: all 0.25s;
}
#whitewrap .block-type-custom-code #homepage-2021 .button.blue:hover {
  background-color: #293f6f;
  color: white;
}
#whitewrap .block-type-custom-code #homepage-2021 .button.blue.clear {
  margin: 0 auto;
  float: none;
}
#whitewrap .block-type-custom-code #homepage-2021 .button-link {
  max-height: 100px;
  transition: all 0.25s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0px;
  outline: none;
  flex-basis: 352px;
  border: 2px solid white;
  border: 0;
  height: 100px;
  font-size: 17px;
  line-height: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
#whitewrap .block-type-custom-code #homepage-2021 .button-link.blue {
  border: 2px solid #293f6f;
  color: #293f6f;
}
#whitewrap .block-type-custom-code #homepage-2021 .button-link.blue:hover {
  color: white;
  background-color: #293f6f;
}
#whitewrap .block-type-custom-code #homepage-2021 .button-link:hover {
  color: black;
  background-color: rgba(255, 255, 255, 0.9);
}
#whitewrap .block-type-custom-code #homepage-2021 h2 {
  font-family: "Alfa Slab One";
  font-size: 35px;
  margin-bottom: 15px;
  color: #293f6f;
  font-weight: 400;
}
#whitewrap .block-type-custom-code #homepage-2021 h3 {
  font-family: "Alfa Slab One";
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 400;
}
#whitewrap .block-type-custom-code #homepage-2021 p {
  font-size: 20px;
  line-height: 35px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: left;
  color: #2e2e2e;
  margin-top: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 .full-width {
  width: 100%;
}
#whitewrap .block-type-custom-code #homepage-2021 .inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
#whitewrap .block-type-custom-code #homepage-2021 .inner-small {
  max-width: 1225px;
  width: 100%;
  margin: 0 auto;
}
#whitewrap .block-type-custom-code #homepage-2021 .interior.bottom {
  margin-top: auto;
}
#whitewrap .block-type-custom-code #homepage-2021 .yellow-background {
  background-color: #fdd700;
}
#whitewrap .block-type-custom-code #homepage-2021 #nav {
  background-image: linear-gradient(0, white 137px, #293f6f 50%);
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop {
  height: 960px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  background-color: #f1f1f1;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .slider-gradient-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 4;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 960px;
  width: 100%;
  -o-object-position: 50% 1%;
     object-position: 50% 1%;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #one {
  -o-object-position: 50% 14%;
     object-position: 50% 14%;
}
@media only screen and (max-width: 1025px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #one {
    -o-object-position: 40% 0%;
       object-position: 40% 0%;
  }
}
@media only screen and (max-width: 820px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #one {
    -o-object-position: 55% 0%;
       object-position: 55% 0%;
  }
}
@media only screen and (max-width: 650px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #one {
    -o-object-position: 75% 50%;
       object-position: 75% 50%;
  }
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #two {
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
@media only screen and (max-width: 1600px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #two {
    height: 960px;
    -o-object-position: 0 0;
       object-position: 0 0;
  }
}
@media only screen and (max-width: 1460px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #two {
    height: 860px;
    -o-object-position: 12% 79%;
       object-position: 12% 79%;
  }
}
@media only screen and (max-width: 1280px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #two {
    height: 640px;
    width: 100%;
  }
}
@media only screen and (max-width: 1025px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #two {
    -o-object-position: 35% 50%;
       object-position: 35% 50%;
    height: 900px;
  }
}
@media only screen and (max-width: 820px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #two {
    -o-object-position: 50% 50% !important;
       object-position: 50% 50% !important;
  }
}
@media only screen and (max-width: 650px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #two {
    -o-object-position: 69% 50% !important;
       object-position: 69% 50% !important;
    height: 600px;
  }
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #three {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}
@media only screen and (max-width: 1425px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #three {
    -o-object-position: 60% 0%;
       object-position: 60% 0%;
  }
}
@media only screen and (max-width: 820px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #three {
    -o-object-position: 67% 0%;
       object-position: 67% 0%;
  }
}
@media only screen and (max-width: 650px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #three {
    -o-object-position: 100% 0%;
       object-position: 100% 0%;
  }
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #four {
  -o-object-position: 50% 96%;
     object-position: 50% 96%;
}
@media only screen and (max-width: 1025px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #four {
    -o-object-position: 34% 50%;
       object-position: 34% 50%;
  }
}
@media only screen and (max-width: 820px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #four {
    -o-object-position: 60% 50% !important;
       object-position: 60% 50% !important;
  }
}
@media only screen and (max-width: 650px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #four {
    -o-object-position: 80% 50% !important;
       object-position: 80% 50% !important;
  }
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #five {
  -o-object-position: 50% 58%;
     object-position: 50% 58%;
}
@media only screen and (max-width: 1600px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #five {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
}
@media only screen and (max-width: 1025px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #five {
    -o-object-position: 66% 50%;
       object-position: 66% 50%;
  }
}
@media only screen and (max-width: 820px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #five {
    -o-object-position: 76% 85%;
       object-position: 76% 85%;
  }
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images img {
  width: 100%;
  max-width: 100% !important;
  height: 960px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  transition: opacity 0.5s ease-in;
  top: 0;
  left: 0;
  opacity: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images img:first-child {
  position: relative;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .overlay {
  height: 100%;
  min-height: 1120px;
  width: 100%;
  background-color: rgba(23, 23, 23, 0.3);
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container {
  padding: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
  left: 10px;
  width: 100%;
  height: 920px;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
  height: 400px;
  width: 100%;
  position: relative;
  max-width: 870px;
  margin-left: auto;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines h2 {
  font-weight: 400;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text {
  top: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
  color: #fdd700;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text .hanging-right {
  margin-right: -2rem;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text a {
  pointer-events: all;
  text-decoration: none;
  color: #fdd700;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text a:visited {
  color: #fdd700;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text .subhead {
  font-size: 60px;
  line-height: 110px;
  display: block;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header1 {
  font-size: 130px;
  line-height: 140px;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header2,
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header3 {
  font-size: 122px;
  line-height: 125px;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .button-container {
  height: 100px;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .button-container .button-link {
  border: 0;
  background-color: rgba(255, 255, 255, 0.75);
  color: #293f6f;
  max-width: 300px;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .button-container .button-link:hover {
  background-color: rgb(255, 255, 255);
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .banner-text {
  font-family: "Alfa Slab One";
  text-align: right;
  color: #fdd700;
  text-decoration: none;
  line-height: 140px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 130px;
  margin-top: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .button-container {
  display: flex;
  justify-content: right;
  gap: 28px;
  -webkit-justify-content: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .button-container .button {
  flex-basis: 352px;
  float: none;
  margin: 0;
  text-align: center;
  border-radius: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .button-container .button a {
  color: white;
  text-decoration: none;
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .inner {
  display: inline-grid;
  width: 50%;
  text-align: left;
  margin: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container {
  margin: 0 auto;
  max-width: 358px;
  height: 636px;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container #close-video {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  padding: 35px 35px 54px 35px;
  color: black;
  width: 22px;
  -webkit-transform-style: preserve-3d;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .gradient-overlay {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.465406) 80%, black 100%);
  height: 100%;
  position: absolute;
  z-index: 8;
  width: 100%;
  pointer-events: none;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100% !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .fade-enter-active,
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .fade-leave-active {
  transition: opacity 0.5s ease;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .fade-enter-from,
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .fade-leave-to {
  opacity: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container video {
  width: 100%;
  position: absolute;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 636px;
  background-color: black;
  height: 100%;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .carousel__item {
  height: 636px;
  position: relative;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .video-caption {
  position: absolute;
  z-index: 3;
  bottom: 0;
  padding: 35px 35px 54px 35px;
}
#whitewrap .block-type-custom-code #homepage-2021 #explore-bar {
  position: relative;
  z-index: 10;
  height: 275px;
}
#whitewrap .block-type-custom-code #homepage-2021 #explore-bar h3 {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
#whitewrap .block-type-custom-code #homepage-2021 #explore-bar .vertical-position {
  transform: translate(0, -35px);
  height: 70px;
  overflow: hidden;
}
#whitewrap .block-type-custom-code #homepage-2021 #explore-bar h3 {
  font-family: "Alfa Slab One";
  color: #293f6f;
  background-color: #fdd700;
  font-size: 35px;
  line-height: 70px;
  height: 70px;
  width: 190px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
#whitewrap .block-type-custom-code #homepage-2021 #academic-description h3 {
  font-family: "Alfa Slab One";
  color: #293f6f;
  background-color: #fdd700;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  margin-top: -40px;
  z-index: 10;
  position: relative;
  width: 168px;
  font-size: 35px !important;
  line-height: 45px !important;
  font-weight: 400;
  margin-bottom: 40px !important;
  overflow: hidden;
}
#whitewrap .block-type-custom-code #homepage-2021 #explore-bar .inner-small {
  height: auto;
}
#whitewrap .block-type-custom-code #homepage-2021 #explore-bar #block-load {
  font-size: 35px;
}
#whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul {
  min-height: 100px;
  list-style: none;
  display: flex;
  margin: 0 auto 70px;
  overflow: hidden;
}
#whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul li {
  flex: 1;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #293f6f;
  border-right: 4px solid #fdd700;
  height: 100px;
  overflow: hidden;
}
#whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul li:last-of-type {
  border-right: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul li a {
  text-decoration: underline !important;
  display: block;
  color: #293f6f;
  max-width: 225px;
  text-align: center;
  margin: 0 auto;
}
#whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul {
  padding-left: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers {
  background-color: #fdd700;
  padding-top: 200px;
  padding-bottom: 100px;
  text-align: center;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers #filler-container {
  font-family: "Bitter", serif;
  line-height: 33px;
  letter-spacing: 0px;
  font-size: 23px;
  border-color: #444444;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load {
  display: flex;
  flex: 1;
  gap: 47px;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load h3 {
  font-size: 60px !important;
  color: #293f6f;
  line-height: 71.53px;
  text-align: right;
  margin-top: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load p,
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load h3 {
  flex-basis: 50%;
}
#whitewrap .block-type-custom-code #homepage-2021 .flex-center-container {
  display: flex;
  justify-content: center;
}
#whitewrap .block-type-custom-code #homepage-2021 #academic-description {
  padding-bottom: 200px;
}
#whitewrap .block-type-custom-code #homepage-2021 #academic-description .mobile-breaks {
  display: none;
}
#whitewrap .block-type-custom-code #homepage-2021 #academic-description .mobile-breaks-condensed {
  display: none;
}
#whitewrap .block-type-custom-code #homepage-2021 #academic-description .mobile-breaks-condensed-small {
  display: none;
}
#whitewrap .block-type-custom-code #homepage-2021 #academic-description .button-link.blue {
  min-width: 350px;
  max-width: 350px;
  justify-content: center;
  display: flex;
}
#whitewrap .block-type-custom-code #homepage-2021 #academic-description h3 {
  font-size: 40px !important;
  padding-bottom: 0px !important;
  width: auto;
  color: black;
}
#whitewrap .block-type-custom-code #homepage-2021 #academic-description .hss-break,
#whitewrap .block-type-custom-code #homepage-2021 #academic-description .enrollment-break {
  display: none;
}
#whitewrap .block-type-custom-code #homepage-2021 #academic-description ul#explore-list {
  padding-left: 0 !important;
  max-width: 1160px;
  align-items: center;
  list-style: none;
  text-align: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 100px;
}
#whitewrap .block-type-custom-code #homepage-2021 #academic-description ul#explore-list li {
  color: #293f6f;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  overflow-wrap: anywhere;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #293f6f;
  font-size: 20px;
  line-height: 50px;
}
#whitewrap .block-type-custom-code #homepage-2021 #academic-description ul#explore-list li a {
  text-decoration: underline !important;
  color: #293f6f;
}
#whitewrap .block-type-custom-code #homepage-2021 #academic-description ul#explore-list li a:visited {
  color: #293f6f;
}
#whitewrap .block-type-custom-code #homepage-2021 #academic-description ul#explore-list li .last-character {
  border-inline-start: 2px solid white;
  margin: 0 16px 0 16px;
  writing-mode: horizontal-tb;
  direction: rtl;
  position: relative;
}
#whitewrap .block-type-custom-code #homepage-2021 #academic-description ul#explore-list li .last-character:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 17px;
  background-color: #fdd700;
}
#whitewrap .block-type-custom-code #homepage-2021 #academic-description ul#explore-list li .last-character#last-one {
  display: none;
}
#whitewrap .block-type-custom-code #homepage-2021 #large-counter-section {
  padding: 130px 0 180px 0;
  position: relative;
}
#whitewrap .block-type-custom-code #homepage-2021 #large-counter-section #five-year-average {
  position: absolute;
  bottom: 35px;
  right: 0;
  font-size: 16px;
  margin-bottom: 9px;
  color: grey;
  font-style: italic;
  padding-top: 0px;
}
#whitewrap .block-type-custom-code #homepage-2021 #large-counter-section h2 {
  font-family: "Alfa Slab One";
  text-align: center;
  color: #293f6f;
  text-decoration: none;
  line-height: 85px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 85px;
}
#whitewrap .block-type-custom-code #homepage-2021 #large-counter-section p {
  text-align: center;
  list-style: none;
  font-family: "Bitter", serif;
  margin-bottom: 35px;
  line-height: 33px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 23px;
  border-color: rgb(68, 68, 68);
  padding-top: 47px;
}
#whitewrap .block-type-custom-code #homepage-2021 #large-counter-section .enrollment-break {
  display: none;
}
#whitewrap .block-type-custom-code #homepage-2021 .counter-section {
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#whitewrap .block-type-custom-code #homepage-2021 .counter-section li {
  margin: 5px;
  min-height: 243px;
  visibility: none;
  text-align: center;
  list-style: none;
  font-family: "Bitter", serif;
  display: inline-grid;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 23px;
  border-color: rgb(68, 68, 68);
}
#whitewrap .block-type-custom-code #homepage-2021 .counter-section li .numbers p {
  font-family: "Alfa Slab One" !important;
  color: #293f6f;
  text-decoration: none;
  line-height: 85px !important;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
  font-size: 85px !important;
  margin-bottom: -40px !important;
}
#whitewrap .block-type-custom-code #homepage-2021 .counter-section li .numbers p .second-line {
  font-size: 41px;
  display: block;
  margin-top: -20px;
}
#whitewrap .block-type-custom-code #homepage-2021 .counter-section li .bottom-border,
#whitewrap .block-type-custom-code #homepage-2021 .counter-section li .lower-border {
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  height: 5px;
  margin-top: auto;
  background-color: #fdd700;
  width: 200px;
}
#whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter {
  display: flex;
  justify-content: center;
  margin-top: 98px;
}
#whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter li {
  display: flex;
  gap: 104px;
  min-height: 160px;
}
#whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter li .under-stat {
  padding-top: 60px !important;
  text-align: left !important;
}
#whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter li .bottom-border {
  margin-top: 80px !important;
}
#whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter li .lower-border {
  display: none;
}
#whitewrap .block-type-custom-code #homepage-2021 .video-caption {
  max-width: 400px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  top: 64.75%;
  padding: 35px 35px 54px 35px;
}
#whitewrap .block-type-custom-code #homepage-2021 .video-caption h3 {
  font-family: "Alfa Slab One";
  color: #fdd700 !important;
  line-height: 10px !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  margin-bottom: 35px !important;
}
@media screen and (min-width: 1361px) {
  #whitewrap .block-type-custom-code #homepage-2021 .video-caption h3 {
    margin-top: 38px;
  }
}
@media screen and (max-width: 1360px) {
  #whitewrap .block-type-custom-code #homepage-2021 .video-caption h3 {
    margin-top: 23px;
  }
}
@media screen and (max-width: 1025px) {
  #whitewrap .block-type-custom-code #homepage-2021 .video-caption h3 {
    margin-top: 38px;
  }
}
#whitewrap .block-type-custom-code #homepage-2021 .video-caption p {
  font-family: "Bitter", serif;
  color: white !important;
  font-size: 25px !important;
  line-height: 35px !important;
  font-weight: 400;
  letter-spacing: 0.5px;
}
#whitewrap .block-type-custom-code #homepage-2021 .video-caption.SebastianSanchez h3 {
  font-size: 36px !important;
}
#whitewrap .block-type-custom-code #homepage-2021 .video-caption.SebastianSanchez p {
  font-size: 23px !important;
}
#whitewrap .block-type-custom-code #homepage-2021 .video-caption.OsvaldoMartinez-Pineda h3 {
  line-height: 40px !important;
  margin-top: 23px;
  margin-bottom: 15px !important;
}
@media screen and (max-width: 1505px) and (min-width: 1461px) {
  #whitewrap .block-type-custom-code #homepage-2021 .video-caption.RayhanahAhmed h3 {
    font-size: 36px !important;
  }
}
#whitewrap .block-type-custom-code #homepage-2021 .video-caption.mobile-slider {
  top: auto;
  bottom: 0px;
}
#whitewrap .block-type-custom-code #homepage-2021 .video-caption.mobile-slider h3 {
  font-size: 35px !important;
}
#whitewrap .block-type-custom-code #homepage-2021 .video-caption.mobile-slider p {
  font-size: 18px !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .video-caption {
  padding-bottom: 84px;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .video-caption h3 {
  margin-bottom: 20px;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .hoverPlayButton {
  content: url("https://tcnj.edu/custom/homepage/img/play-button.svg");
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  text-align: center;
  z-index: 11;
  pointer-events: none;
  display: flex;
  width: 65px;
  height: 65px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  margin-top: -50px;
  opacity: 1;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .video-caption,
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container p {
  text-align: center;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .splide__video__play {
  align-items: center !important;
  background: white !important;
  border: 0 !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  display: flex;
  height: 40px !important;
  justify-content: center !important;
  left: 50% !important;
  position: absolute !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  transition: opacity 0.1s linear !important;
  width: 40px !important;
  padding: 25px !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .splide__arrow {
  align-items: center !important;
  background: white !important;
  border: 0 !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  display: flex !important;
  height: 2em !important;
  justify-content: center !important;
  opacity: 0.7 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 2em !important;
  z-index: 1 !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .splide__pagination {
  bottom: 35px;
  opacity: 1;
  transition: opacity 0.15s ease;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .splide__pagination .splide__pagination__page {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background-color: transparent;
  border: 1px solid white;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .splide__pagination .splide__pagination__page.is-active {
  width: 20px !important;
  height: 20px !important;
  background-color: white;
  transform: scale(1);
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .splide__pagination .splide__pagination__page {
  background: transparent !important;
  border-radius: 50% !important;
  display: inline-block !important;
  height: 20px !important;
  width: 20px !important;
  margin: 3px !important;
  opacity: 0.7 !important;
  padding: 0 !important;
  transition: transform 0.2s linear !important;
  border: 1px solid white !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container .splide__pagination .splide__pagination__page.is-active {
  background: #fff !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container.is-playing .splide__pagination {
  opacity: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid {
  display: flex;
  margin: 0 auto;
  min-height: 1030px;
  gap: 30px;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid #line-container {
  position: relative;
  z-index: 1;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-container {
  flex: 1;
  width: 100%;
  position: relative;
  margin: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-container .hoverPlayButton {
  content: url("https://tcnj.edu/custom/homepage/img/play-button.svg");
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  text-align: center;
  z-index: 11;
  pointer-events: none;
  display: flex;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  left: 50%;
  margin-left: -50px;
  top: 62%;
  margin-top: -62px;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-container:hover .hoverPlayButton {
  opacity: 1;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-container .gradient-overlay {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0.465406) 80%, black 100%);
  height: 100%;
  position: absolute;
  z-index: 8;
  width: 100%;
  pointer-events: none;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-container img {
  position: absolute;
  z-index: 2;
  width: 100%;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-container video {
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 100%;
  background-color: white;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-container .full-video-play {
  z-index: 7;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid .fade-enter-active,
#whitewrap .block-type-custom-code #homepage-2021 #video-grid .fade-leave-active {
  transition: opacity 0.5s ease;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid .fade-enter-from,
#whitewrap .block-type-custom-code #homepage-2021 #video-grid .fade-leave-to {
  opacity: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid .inner-container {
  cursor: pointer;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-caption {
  pointer-events: none;
  cursor: pointer;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid #close-video {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 35px 35px 54px 35px;
  color: black;
  width: 22px;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid #ccContainer {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 35px 35px 54px 35px;
  color: white;
  -webkit-transform-style: preserve-3d;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-container {
  flex: 1;
  width: 100%;
  position: relative;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-container .video-caption {
  position: absolute;
  bottom: 0;
  padding: 35px 35px 54px 35px;
}
#whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-container video {
  width: 100%;
  position: absolute;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  background-color: white;
}
#whitewrap .block-type-custom-code #homepage-2021 #split-yellow {
  background: rgb(253, 215, 2);
  background: linear-gradient(180deg, rgb(253, 215, 2) 60%, rgb(255, 255, 255) 60%);
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list,
#whitewrap .block-type-custom-code #homepage-2021 #academic-description,
#whitewrap .block-type-custom-code #homepage-2021 .yellow-background {
  background-color: #fdd700;
}
#whitewrap .block-type-custom-code #homepage-2021 #spotlight {
  background-color: #f1f1f1;
  padding: 100px 0;
}
#whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex {
  display: flex;
  justify-content: center;
}
#whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 {
  padding: 0 40px 61px;
  margin: 0 12.5px;
  background-image: linear-gradient(0, #fff 70%, transparent 50%);
  flex-basis: 50%;
}
#whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 a {
  font-weight: 400;
}
#whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 a.learn-more {
  text-decoration: underline;
  font-weight: bold !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 h3 {
  font-size: 40px !important;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
  transition: all 0.25s;
  cursor: pointer;
}
#whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 h3:hover {
  text-decoration: underline;
}
#whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2:last-child {
  margin: 0 0 0 14.5px;
}
#whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 .spotlight-image {
  height: auto;
  width: 100%;
  aspect-ratio: 7/4.5;
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  overflow: hidden;
}
#whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 .spotlight-image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#whitewrap .block-type-custom-code #homepage-2021 #spotlight h3,
#whitewrap .block-type-custom-code #homepage-2021 #spotlight a {
  text-align: center;
  display: block;
}
#whitewrap .block-type-custom-code #homepage-2021 #spotlight a {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #293f6f;
  text-align: center;
}
#whitewrap .block-type-custom-code #homepage-2021 #spotlight h3 {
  font-family: "Alfa Slab One";
  color: black;
  font-size: 30px;
  color: black;
  width: 100%;
  margin: 40px auto 34px auto !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #spotlight h3 a {
  font-family: "Alfa Slab One";
  color: black;
  font-size: 40px;
  color: black;
  line-height: 50px;
  width: 100%;
  margin: 25px auto;
  text-transform: inherit !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #spotlight img {
  width: 100%;
}
#whitewrap .block-type-custom-code #homepage-2021 #social-feed {
  margin: 200px 0 250px;
}
#whitewrap .block-type-custom-code #homepage-2021 #social-feed h3 {
  margin-bottom: 23px !important;
  color: black;
}
#whitewrap .block-type-custom-code #homepage-2021 #social-feed .tagboard-alternative {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 11px;
  grid-row-gap: 0px;
  width: 100%;
}
#whitewrap .block-type-custom-code #homepage-2021 #social-feed .tagboard-alternative img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
#whitewrap .block-type-custom-code #homepage-2021 #social-feed .split {
  display: flex;
}
#whitewrap .block-type-custom-code #homepage-2021 #social-feed .split h3 a {
  width: -moz-fit-content;
  width: fit-content;
  block-size: -moz-fit-content;
  block-size: fit-content;
}
#whitewrap .block-type-custom-code #homepage-2021 #social-feed .flex {
  display: flex;
}
#whitewrap .block-type-custom-code #homepage-2021 #social-feed .social-icons-container {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  margin-left: auto;
  margin-bottom: 25px !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #social-feed .social-icons-container img {
  max-width: 100% !important;
  height: auto;
}
#whitewrap .block-type-custom-code #homepage-2021 #social-feed .social-images {
  padding: 0 5px;
}
#whitewrap .block-type-custom-code #homepage-2021 #social-feed h3 a {
  color: #293f6f;
  text-decoration: none;
  position: relative;
}
#whitewrap .block-type-custom-code #homepage-2021 #social-feed h3 a:after {
  content: "";
  height: 3px;
  background-color: #293f6f;
  width: 89%;
  position: absolute;
  left: 0;
  bottom: 5px;
}
#whitewrap .block-type-custom-code #homepage-2021 #next-steps {
  background-color: #fdd700;
  padding: 82px 0;
}
#whitewrap .block-type-custom-code #homepage-2021 #next-steps h2 {
  font-size: 70px;
  line-height: 74px;
  text-align: center;
  padding-bottom: 42px;
}
#whitewrap .block-type-custom-code #homepage-2021 #next-steps a {
  transition: all 0.25s;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed {
  display: flex;
  gap: 92px;
  margin: 185px 0 250px;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #latest-news {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #latest-news .button-link.blue {
  min-width: 350px;
  max-width: 350px;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #latest-news h3 {
  color: #293f6f;
  font-size: 60px !important;
  margin-top: 0;
  padding-top: 0;
  line-height: 60px;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #latest-news p {
  font-family: "Bitter", serif;
  color: #33739f;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 28px;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #latest-news p.date {
  line-height: 23px;
  font-size: 18px;
  margin-bottom: 15px;
  color: black;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #latest-news p a:hover {
  text-decoration: underline !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #latest-news ul {
  margin-left: 0;
  padding-left: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #latest-news li {
  list-style: none;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #latest-news .button {
  margin-top: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1909138655) 35%, rgba(0, 0, 0, 0.7) 100%), url("/img/compressed/news-item.jpg");
  padding: 72px;
  display: flex;
  width: 100%;
  max-width: 848px;
  min-height: 448px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% center;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider p:hover {
  text-decoration: underline !important;
  color: white;
  cursor: pointer;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider h3 {
  color: #fdd700;
  font-size: 50px !important;
  line-height: 60px;
  cursor: pointer;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider p {
  color: white;
  font-family: "Bitter", serif;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 25px;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider .interior {
  max-width: 400px;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider-mobile img {
  width: 100%;
  max-width: 100% !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider-mobile p {
  font-family: "Bitter", serif;
  color: #33739f;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 28px;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider-mobile h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 32px;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider-mobile h3 {
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0;
  font-size: 30px;
}
#whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider-mobile .date {
  line-height: 23px;
  font-size: 18px;
  margin-bottom: 15px;
  color: black;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 11px;
  margin-top: 18px;
}
#whitewrap .block-type-custom-code #homepage-2021 #event-feed h2 {
  text-align: center;
  font-size: 70px;
  margin-bottom: 115px;
}
#whitewrap .block-type-custom-code #homepage-2021 #event-feed h4 {
  font-family: "Bitter", serif;
  font-weight: 400;
  font-size: 23px;
  margin-top: 0;
  margin-bottom: 10;
}
#whitewrap .block-type-custom-code #homepage-2021 #event-feed p {
  font-size: 20px;
  text-align: left;
  margin-bottom: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 #event-feed .event-grid {
  display: inline-flex;
  gap: 42px;
}
#whitewrap .block-type-custom-code #homepage-2021 #event-feed .event {
  display: inline-flex;
}
#whitewrap .block-type-custom-code #homepage-2021 #event-feed .event-date {
  flex-basis: 125px;
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fdd700;
}
#whitewrap .block-type-custom-code #homepage-2021 #event-feed .event-date p {
  font-family: "Alfa Slab One";
  color: #293f6f;
  font-size: 27px;
  text-align: center;
  margin-bottom: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 #event-feed .event-date p span {
  font-size: 40px;
}
#whitewrap .block-type-custom-code #homepage-2021 #event-feed .event-description {
  display: inline-grid;
  flex-basis: 370px;
  background-color: #f1f1f1;
  padding: 25px 35px 38px;
  min-height: 300px;
}
#whitewrap .block-type-custom-code #homepage-2021 #event-feed .event-description span {
  font-style: italic;
}
#whitewrap .block-type-custom-code #homepage-2021 #event-feed .event-description .read-more-link {
  margin-top: auto;
  font-family: "Open Sans", sans-serif;
  color: #33739f;
  font-weight: 600;
}
#whitewrap .block-type-custom-code #homepage-2021 #event-feed .event-description .read-more-link:visited {
  color: #33739f;
}
#whitewrap .block-type-custom-code #homepage-2021 #footer1 {
  background-color: #fcd702;
  padding: 85px 0 100px;
}
#whitewrap .block-type-custom-code #homepage-2021 #footer2 {
  background-color: #293f6f;
  padding: 70px 0;
}
#whitewrap .block-type-custom-code #homepage-2021 #carousel-container {
  display: none;
}
#whitewrap .block-type-custom-code #homepage-2021 .mobile-hide {
  display: inherit !important;
}
#whitewrap .block-type-custom-code #homepage-2021 .mobile-show {
  display: none !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list {
  background-color: #fdd700;
  margin: 0 auto;
  padding: 213px 0 225px;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .degree-selection {
  cursor: pointer;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list h2 {
  font-family: "Alfa Slab One";
  text-align: center !important;
  color: #293f6f !important;
  text-decoration: none;
  line-height: 85px !important;
  letter-spacing: 0px;
  font-weight: 400 !important;
  font-size: 70px !important;
  margin: 25px 0 100px !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list button {
  letter-spacing: 0;
  border: 2px solid #293f6f;
  text-transform: uppercase;
  padding: 35px 10px;
  cursor: pointer;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  background-color: transparent;
  color: #293f6f;
  border-radius: 0px;
  margin-top: 0;
  margin-right: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list button:hover {
  background-color: #293f6f;
  color: white;
  transition: all 0.25s;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .button-container {
  display: grid;
  grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 30px;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .flex-container {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .flex-container .flex {
  flex-basis: calc(25% - 30px);
  position: relative;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .flex-container .flex img {
  width: 100%;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container {
  gap: 136px;
  width: 100%;
  flex-wrap: nowrap;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container #school-image {
  flex-basis: 816px;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container #school-level {
  display: flex;
  position: static;
  flex-direction: column;
  flex-basis: 640px;
  justify-content: space-between;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container .flex p {
  font-family: "Bitter", serif;
  font-weight: 400;
  border-bottom: 4px solid white;
  padding-bottom: 52px;
  margin-bottom: 0;
  font-size: 28px;
  position: relative;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container .flex p .animate-underline-l-to-r {
  cursor: pointer;
  position: relative;
  color: #000;
  text-decoration: none;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container .flex p .animate-underline-l-to-r:hover {
  color: #000;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container .flex p .animate-underline-l-to-r::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container .flex p .animate-underline-l-to-r:hover::before {
  transform: scaleX(1);
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container .flex p:after {
  content: url("https://tcnj.edu/custom/homepage/img/compressed/back-icon-02.png");
  cursor: pointer;
  width: 16px;
  height: 16px;
  right: 16px;
  position: absolute;
  transition: transform 0.3s ease-out;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container .flex p:hover {
  background-size: 100% 100%;
  background-position-x: left;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container .flex p:hover::after {
  animation: arrow-animate-right 1s infinite;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #intro {
  text-align: center;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #intro #step-number-container {
  background-color: white;
  max-width: 150px;
  margin: 0 auto;
  display: block;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #intro #step-number-container p {
  text-align: center;
  list-style: none;
  font-family: "Domine", serif;
  margin-bottom: 50px;
  line-height: 50px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 23px;
  border-color: #444444;
  font-weight: bold;
  margin-bottom: 60px;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #intro .stepped-heading {
  font-size: 40px;
  font-family: "Alfa Slab One";
  color: black;
  margin-bottom: 100px;
  text-align: center;
  line-height: 50px;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #intro .stepped-heading.two {
  margin-bottom: 56px;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #intro .stepped-heading.three {
  margin-bottom: 107px;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #intro .flex-container p {
  font-size: 30px;
  color: #293f6f;
  font-family: "Alfa Slab One";
  padding: 20px 0px;
  text-align: left;
  margin: 20px 0;
  display: flex;
  cursor: pointer;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list #intro .flex-container p:after {
  margin-left: 20px;
  content: url("https://assets.codepen.io/3964360/arrow%281%29.png");
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .back-to-categories,
#whitewrap .block-type-custom-code #homepage-2021 #step-list .start-over {
  font-family: "Bitter", serif;
  font-size: 23px;
  line-height: 23px;
  color: black !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .back-to-categories {
  margin-bottom: 35px;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .back-to-categories:hover:before {
  animation: arrow-animate-left 1.25s 1 forwards;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .back-to-categories:before {
  content: url("https://tcnj.edu/custom/homepage/img/compressed/back-icon.png");
  width: 28px;
  height: 25px;
  top: 3px;
  position: relative;
  display: inline-block;
  margin-right: 9.25px;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .start-over:hover:before {
  animation: rotate-return 0.5s 1 forwards;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .start-over:before {
  content: url("https://tcnj.edu/custom/homepage/img/compressed/start-over-icon.png");
  width: 28px;
  height: 25px;
  top: 3px;
  position: relative;
  margin-right: 9.25px;
  display: inline-block;
  transform-origin: 14px 10px;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .undergrad-grad .start-over-container {
  margin-top: 50px !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .undergrad-grad .start-over-container .start-over {
  text-decoration: none !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level {
  display: inline-flex;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level,
#whitewrap .block-type-custom-code #homepage-2021 #step-list .undergrad-grad {
  text-align: center;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level h3,
#whitewrap .block-type-custom-code #homepage-2021 #step-list .undergrad-grad h3 {
  font-family: "Alfa Slab One";
  font-size: 23px !important;
  line-height: 30px !important;
  color: black;
  font-weight: 200;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level h3.school-title,
#whitewrap .block-type-custom-code #homepage-2021 #step-list .undergrad-grad h3.school-title {
  line-height: 40px !important;
  font-size: 35px !important;
  color: #293f6f;
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .menu-options h3 {
  margin-top: 25px !important;
  font-size: 30px !important;
  margin-bottom: 30px !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .menu-options p a {
  font-family: "Bitter", serif;
  color: black;
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .menu-options p a:visited {
  color: black !important;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level a,
#whitewrap .block-type-custom-code #homepage-2021 #step-list .undergrad-grad a {
  text-decoration: underline;
  text-align: left;
  color: #293f6f;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .degree-box p,
#whitewrap .block-type-custom-code #homepage-2021 #step-list .undergrad-grad .degree-box p {
  font-family: "Bitter", serif;
  font-size: 21px;
  line-height: 35px;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .degree-box a {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding-top: 16px;
  font-weight: 700;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level p,
#whitewrap .block-type-custom-code #homepage-2021 #step-list .undergrad-grad p {
  font-family: "Bitter", serif;
  font-size: 23px;
  line-height: 35px;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .school-info,
#whitewrap .block-type-custom-code #homepage-2021 #step-list .undergrad-grad .school-info {
  width: 379px;
  min-width: 347px;
  flex: 0 1 auto;
  text-align: left;
  margin-right: 55px;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .school-info .menu-options,
#whitewrap .block-type-custom-code #homepage-2021 #step-list .undergrad-grad .school-info .menu-options {
  text-align: left;
  border-top: 3px solid white;
  padding: 20px 0;
  margin-top: 50px;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .school-info .menu-options .go-back,
#whitewrap .block-type-custom-code #homepage-2021 #step-list .undergrad-grad .school-info .menu-options .go-back {
  margin-top: 35px;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .degree-columns,
#whitewrap .block-type-custom-code #homepage-2021 #step-list .undergrad-grad .degree-columns {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 80px 30px;
  text-align: left;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .degree-columns .degree-box,
#whitewrap .block-type-custom-code #homepage-2021 #step-list .undergrad-grad .degree-columns .degree-box {
  flex-basis: 379px;
  text-align: left;
}
#whitewrap .block-type-custom-code #homepage-2021 #step-list .business .degree-columns .degree-box,
#whitewrap .block-type-custom-code #homepage-2021 #step-list .education .degree-columns .degree-box,
#whitewrap .block-type-custom-code #homepage-2021 #step-list .engineering .degree-columns .degree-box,
#whitewrap .block-type-custom-code #homepage-2021 #step-list .nursing .degree-columns .degree-box {
  flex-basis: 370px;
}

#whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-container .video-caption.StarlinRegaladoNunez h3 {
  font-size: 30px !important;
}

@media only screen and (min-width: 1700px) {
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 1680px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop {
    height: 840px;
    width: 100%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop video {
    height: 840px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .button-container {
    height: 90px;
    gap: 20px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .button-link {
    flex-basis: 325px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .banner-text {
    font-size: 115px;
    line-height: 120px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .overlay {
    height: 100%;
    min-height: 840px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .inner {
    margin-top: 1px;
    height: 540px;
    transform: translate(0, -15px);
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images img {
    height: 840px;
    width: 100%;
    max-width: 100%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container {
    height: auto;
    overflow: hidden;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
    height: 320px;
    margin-bottom: 0;
    left: 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text .subhead {
    font-size: 50px;
    line-height: 70px;
    margin-top: 20px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header1 {
    font-size: 125px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header2,
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header3 {
    font-size: 100px;
    line-height: 110px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .inner {
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 1600px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .inner {
    width: 55%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header1 {
    line-height: 130px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header2,
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header3 {
    font-size: 100px;
    line-height: 115px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container {
    flex-wrap: wrap;
    gap: 5%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container #school-image {
    flex-basis: 45%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container #school-level {
    flex-basis: 45%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container .flex p {
    padding-bottom: 6%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .degree-columns .degree-box {
    flex-basis: 47%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 .spotlight-image {
    min-height: 400px;
  }
}
@media only screen and (max-width: 1550px) {
  #whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-container .video-caption.StarlinRegaladoNunez h3 {
    font-size: 26px !important;
  }
}
@media only screen and (max-width: 1460px) {
  #whitewrap .block-type-custom-code #homepage-2021 .inner-small {
    width: 90%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop {
    height: 720px;
    width: 100%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop video {
    height: 720px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .button-container {
    height: 90px;
    gap: 24px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .button-link {
    flex-basis: 275px;
    height: 90px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images img {
    height: 720px;
    width: 100%;
    max-width: 100%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .inner {
    height: 430px;
    margin: 0;
    padding-left: 0;
    text-align: left;
    transform: translate(0, -25px);
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container {
    height: auto;
    width: 100%;
    padding: 0;
    left: 0;
    overflow: hidden;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
    height: 320px;
    margin-bottom: 0;
    left: 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text {
    font-size: 100px;
    line-height: 110px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text .subhead {
    font-size: 40px;
    margin-top: 10px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header2,
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header3 {
    font-size: 100px;
    line-height: 100px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header1 {
    font-size: 100px;
    line-height: 115px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #video-grid {
    min-height: 800px;
    width: 95%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-container .hoverPlayButton {
    top: 45%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-caption {
    top: 53%;
    padding: 35px 30px 54px 30px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-caption h3 {
    font-size: 33px !important;
    line-height: 38px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description ul li {
    font-size: 17px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description h3 {
    font-size: 40px !important;
    line-height: 45px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 {
    padding-left: 1.75%;
    padding-right: 1.75%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2:last-child {
    margin: 0 12.5px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter {
    display: flex;
    justify-content: center;
    margin-top: 98px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter li {
    display: flex;
    gap: 50px;
    min-height: 160px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter li .under-stat {
    padding-top: 60px !important;
    text-align: left !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter li .bottom-border {
    margin-top: 80px !important;
  }
}
@media only screen and (max-width: 1360px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
    height: 320px;
    margin-bottom: 0;
    left: 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-caption {
    top: 48%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-caption h3 {
    font-size: 30px !important;
    margin-bottom: 15px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 h3 a {
    font-size: 35px;
    line-height: 40px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 .spotlight-image {
    min-height: 350px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter {
    display: flex;
    justify-content: center;
    margin-top: 98px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter li {
    display: flex;
    flex-direction: column;
    gap: 25px;
    min-height: 160px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter li .under-stat {
    padding-top: 40px !important;
    margin-bottom: 16px !important;
    text-align: center !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter li .bottom-border {
    display: none;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter li .lower-border {
    display: block !important;
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1360px) {
  #whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-container .video-caption.StarlinRegaladoNunez h3 {
    font-size: 23px !important;
    margin-bottom: 21px !important;
  }
}
@media only screen and (max-width: 1318px) {
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1280px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop {
    height: 640px;
    width: 100%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop video {
    height: 640px;
    -o-object-position: top;
       object-position: top;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .button-container {
    height: 90px;
    gap: 20px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .button-link {
    flex-basis: 250px;
    height: 90px;
    font-size: 15px;
    line-height: 15px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .inner {
    transform: translate(0, -10px);
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images img {
    height: 640px;
    width: 100%;
    max-width: 100%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container {
    height: auto;
    width: 100%;
    padding: 0;
    left: 0;
    overflow: hidden;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
    height: 230px;
    margin-bottom: 0;
    left: 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text {
    font-size: 85px;
    line-height: 95px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text .subhead {
    font-size: 35px;
    line-height: 50px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header1 {
    font-size: 85px;
    line-height: 95px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header2,
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header3 {
    font-size: 85px;
    line-height: 85px;
  }
}
@media only screen and (max-width: 1250px) {
  #whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-container .video-caption.StarlinRegaladoNunez h3 {
    font-size: 18px !important;
    margin-bottom: 23px !important;
  }
}
@media only screen and (max-width: 1215px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1 #header2,
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1 #header3 {
    font-size: 85px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 1200px) {
  #whitewrap .block-type-custom-code #homepage-2021 .inner,
  #whitewrap .block-type-custom-code #homepage-2021 .inner-small {
    width: calc(100% - 60px);
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .inner {
    width: 50%;
    margin-left: 2%;
    transform: translate(0, -10px);
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header2,
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header3 {
    font-size: 75px;
    line-height: 85px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .banner-text {
    line-height: 100px;
    font-size: 100px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #video-grid {
    min-height: 600px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-caption {
    top: 275px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-caption h3 {
    font-size: 25px !important;
    line-height: 25px !important;
    margin-bottom: 15px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #video-grid .video-caption p {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li {
    margin-bottom: 90px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li .bottom-border {
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter {
    margin-top: -40px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter li .bottom-border {
    display: none;
    bottom: -30px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed {
    margin-left: 20px;
    margin-right: 20px;
    gap: 32px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed #latest-news h3 {
    line-height: 60px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .degree-columns .degree-box {
    flex-basis: 100%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description .hss-break {
    display: block;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 .spotlight-image {
    min-height: 300px;
  }
}
@media only screen and (max-width: 1070px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .inner-report {
    max-width: 307px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .inner-report #world-report {
    bottom: 70px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .button-container {
    justify-content: center;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .banner-text {
    text-align: center;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .banner-text .subhead {
    text-align: center;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .inner {
    transform: translate(0, -5px);
    margin-left: auto;
    margin-right: auto;
    width: 65%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images:after {
    background-color: rgba(0, 0, 0, 0.2);
  }
  #whitewrap .block-type-custom-code #homepage-2021 #take-over-banner .inner-small {
    flex-wrap: wrap;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #take-over-banner .inner-small h2 {
    text-align: center;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li {
    margin-bottom: 84px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li .under-stat {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 40px;
    margin-bottom: 40px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li #return-title:after {
    margin-bottom: 0;
    padding: 0px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter {
    margin-top: -15px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter li .under-stat {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 40px;
    margin-bottom: 40px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter li .bottom-border {
    display: none;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #explore-bar {
    height: 425px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul {
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 37px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul li {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-right: 0;
    border-bottom: 0px solid #fcd702;
    position: relative;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul li:after {
    content: "";
    background: #fcd702;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    width: 100px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul li:last-of-type {
    margin-bottom: 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul li:last-of-type::after {
    height: 0px;
    width: 0px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul li a {
    max-width: none;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section {
    grid-template-columns: 1fr 1fr;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list {
    padding: 108px 0 0;
    max-width: 666px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #intro h2 {
    font-size: 60px !important;
    line-height: 80px !important;
    margin-bottom: 69px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #intro .stepped-heading.one {
    font-size: 35px !important;
    line-height: 50px !important;
    margin-bottom: 47px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level {
    display: flex;
    flex-direction: column;
    padding-bottom: 150px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .school-info {
    display: grid;
    width: 100%;
    min-width: auto;
    margin-right: 0;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    border-bottom: 3px solid white;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .school-info .menu-options {
    border-top: 0;
    padding: 0;
    margin-top: 0px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .school-info .menu-options h3 {
    margin-top: 0 !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .degree-columns {
    display: grid;
    width: 100%;
    min-width: auto;
    margin-right: 0;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .undergrad-grad {
    padding-bottom: 150px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .undergrad-grad .start-over-container {
    margin-bottom: 0;
    padding-bottom: 23px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container #school-image {
    display: none;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container #school-level {
    flex-basis: 94%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container .flex p {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .button-container {
    grid-template-columns: 48% 48%;
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 30px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description {
    padding-bottom: 150px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description h3 {
    margin-top: 0;
    padding-top: 130px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description ul#explore-list {
    max-width: 666px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #video-grid {
    display: none;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-slider {
    flex-basis: 35%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed {
    gap: 47px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed .button.blue {
    min-width: auto;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers {
    padding: 84px 0 100px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load {
    gap: 0;
    max-width: 514px;
    flex-direction: column;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load h3,
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load p {
    text-align: center;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container {
    display: block;
    max-width: 514px;
    height: 1030px;
    margin-bottom: 0px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container #ccContainer {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 35px 35px 54px 35px;
    color: white;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .carousel__item {
    height: 100%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container #carousel-container-slide01 .video-caption h3 {
    font-size: 28px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .video-caption {
    position: absolute;
    z-index: 0;
    padding-bottom: 70px;
    top: 48%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .video-caption h3 {
    text-align: center;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .video-caption p {
    line-height: 25px !important;
    font-size: 18px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #large-counter-section {
    padding: 50px 0 50px;
    max-width: 612px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight {
    padding: 100px 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight h3 {
    opacity: 1;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 {
    background-image: linear-gradient(0, #fff 80%, transparent 50%);
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 h3 a {
    font-size: 35px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .spotlight-image {
    aspect-ratio: 358/239;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .inner {
    width: calc(100% - 40px) !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    background-image: linear-gradient(0, #fff 80%, transparent 50%);
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 .spotlight-image {
    min-height: 350px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container {
    margin-bottom: 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .button.blue {
    min-width: auto;
    width: 100%;
    max-width: none;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .mobile-hide {
    display: none !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .mobile-show {
    display: inline !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .social-icons-container.mobile-show {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container {
    max-width: 358px;
    height: 636px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .carousel__item {
    height: 636px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed {
    gap: 32px;
    flex-direction: column;
    margin: 80px auto 0 auto;
    max-width: 666px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed #latest-news {
    align-items: initial;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed #latest-news button {
    width: 100%;
    margin: 0 auto;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed #latest-news p {
    margin-bottom: 47px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight {
    padding: 100px 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex {
    flex-direction: column;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 {
    background-image: linear-gradient(0, #fff 80%, transparent 50%);
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .spotlight-image {
    aspect-ratio: 358/239;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .inner {
    width: calc(100% - 40px) !important;
    max-width: 666px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 36px;
    padding-right: 36px;
    background-image: linear-gradient(0, #fff 80%, transparent 50%);
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 h3 a {
    line-height: 45px;
    max-width: 666px;
    text-transform: none;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 h3 a:hover {
    text-decoration: underline;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 a:hover {
    text-decoration: underline;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2:last-child {
    margin-top: 77px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed {
    flex-direction: column;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider {
    flex-basis: auto;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider-mobile p {
    margin-bottom: 0 !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider-mobile h2 {
    font-size: 60px;
    line-height: 80px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider-mobile h3 {
    padding: 7px 0 !important;
    color: black;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider-mobile img {
    margin-bottom: 34px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed #latest-news .button-link.blue {
    margin: 42px auto 0 !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #social-feed h3 {
    text-align: center;
    margin: 0 auto;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #social-feed .social-icons-container.mobile-show {
    display: flex !important;
    max-width: 666px;
    margin: 0 auto;
    justify-content: flex-end;
    margin-top: 25px;
    flex-wrap: wrap;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .video-caption h3 {
    font-size: 32px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .video-caption.StarlinRegaladoNunez h3 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    line-height: 35px !important;
  }
}
@media only screen and (max-width: 820px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop {
    height: 900px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop video {
    height: 900px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .button-link {
    flex-basis: 350px;
    height: 90px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images img {
    height: 1000px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #two {
    -o-object-position: 64% 0;
       object-position: 64% 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #four {
    -o-object-position: 68% 50%;
       object-position: 68% 50%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images #five {
    -o-object-position: 78% 50%;
       object-position: 78% 50%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container {
    height: auto;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
    height: 400px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text {
    font-size: 125px;
    line-height: 125px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text .subhead {
    font-size: 45px;
    margin-top: 30px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header1 {
    font-size: 130px;
    line-height: 140px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header2,
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header3 {
    font-size: 95px;
    line-height: 120px;
    margin-top: 40px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #take-over-banner .inner-small {
    gap: 5px;
    padding: 20px 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #take-over-banner .inner-small .button-link {
    max-height: 45px;
  }
}
@media only screen and (max-width: 780px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop {
    height: 900px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .button-link {
    flex-basis: 300px;
    height: 90px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images img {
    height: 900px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container {
    height: auto;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
    height: 325px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text {
    font-size: 125px;
    line-height: 125px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text .subhead {
    font-size: 45px;
    margin-top: 30px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header1 {
    margin-top: 15px;
    font-size: 100px;
    line-height: 110px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header2,
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header3 {
    font-size: 90px;
    line-height: 100px;
    margin-top: 40px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #slider-images #two {
    -o-object-position: 77% 0;
       object-position: 77% 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #take-over-banner .inner-small {
    gap: 5px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .button-container {
    gap: 20px;
    grid-template-columns: 100%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .stepped-heading {
    margin-bottom: 67px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level {
    display: block;
    flex-direction: column;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .degree-columns {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .school-info {
    width: 100%;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 50px;
    padding-bottom: 26px;
    grid-template-columns: 1fr;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .school-info .academic-interest-top {
    border-bottom: 3px solid white;
    padding-bottom: 21px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description .hss-break,
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description .nursing-break {
    display: none;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #social-feed .split {
    flex-direction: column;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #social-feed .split .social-icons-container {
    margin-left: auto;
    margin-bottom: 0px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #social-feed .tagboard-alternative {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    width: 100%;
    max-width: 666px;
    margin: 0 auto;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #social-feed .tagboard-alternative img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    aspect-ratio: 1/1;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .social-icons-container.mobile-show {
    display: flex !important;
    align-items: center;
    gap: 10px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #next-steps h2 {
    font-size: 40px;
    line-height: 45px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 h3 a {
    font-size: 25px !important;
    line-height: 33px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 .spotlight-image {
    min-height: 350px;
  }
}
@media only screen and (max-width: 650px) {
  #whitewrap .block-type-custom-code #homepage-2021 #explore-bar {
    height: 375px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop {
    height: 560px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop video {
    height: 560px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .inner-report {
    max-width: none;
    text-align: center;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .inner-report #world-report {
    width: 100%;
    bottom: 0px !important;
    text-align: center;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    font-size: 12px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .inner-report .button-link {
    flex-basis: 300px;
    min-height: 90px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images img {
    height: 560px;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images:after {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container {
    height: 445px;
    left: auto;
    right: auto;
    text-align: center;
    margin: 0 auto;
    flex-direction: column;
    margin-top: 30px;
    max-width: 400px;
    height: auto;
    justify-content: flex-start;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .button-container {
    height: 100px;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .button-container .button {
    flex-basis: auto;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .button-container .button-link {
    width: 300px;
    min-height: 90px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .inner {
    width: 98%;
    margin: 0 auto;
    height: 500px;
    transform: translate(0, 10px);
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
    height: 200px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text {
    font-size: 70px;
    line-height: 80px;
    text-align: center;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text .subhead {
    margin-top: 0;
    font-size: 25px;
    line-height: 45px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header1 {
    font-size: 65px;
    line-height: 65px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header2,
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header3 {
    font-size: 60px;
    line-height: 60px;
    margin-top: 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .inner-report {
    max-width: none;
    text-align: center;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .inner-report #world-report {
    width: 100%;
    bottom: 0px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    bottom: 30px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #take-over-banner .inner-small h2 {
    font-size: 22px !important;
    text-align: center;
    margin-bottom: 10px;
    line-height: 30px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 h1 {
    font-size: 3rem !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 h2 {
    font-size: 3.5rem !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 h3 {
    font-size: 2rem !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .button {
    width: 100%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #explore-bar h3,
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description h3 {
    font-weight: 400;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #explore-bar #block-load,
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description #block-load {
    font-size: 25px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li #return-title:after {
    margin-bottom: 0;
    padding-top: 14px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul {
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 37px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-right: 0;
    border-bottom: 0px solid #fcd702;
    position: relative;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul li:after {
    content: "";
    background: #fcd702;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    width: 100px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul li:last-of-type {
    margin-bottom: 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul li:last-of-type::after {
    height: 0px;
    width: 0px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul li a {
    max-width: none;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #explore-bar ul li {
    font-size: 17px;
    font-weight: bold;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description {
    padding-bottom: 100px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description .mobile-breaks {
    display: block;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description h3 {
    font-size: 25px !important;
    line-height: 30px !important;
    padding-top: 40px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description ul#explore-list {
    margin-bottom: 50px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description ul#explore-list li {
    display: inline;
    font-size: 17px;
    line-height: 40px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description ul#explore-list li .last-character:before {
    height: 11px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #split-yellow {
    background: linear-gradient(180deg, #fdd702 50%, white 50%);
  }
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers {
    padding: 88px 0 40px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load {
    flex-direction: column;
    gap: 1px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load p {
    font-size: 21px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load p,
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load h3 {
    text-align: center;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #large-counter-section {
    padding: 60px 0 105px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #large-counter-section p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #large-counter-section .enrollment-break {
    display: block;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section {
    display: grid;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter li .bottom-border {
    display: none;
    bottom: 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter p.under-stat {
    max-width: 300px !important;
    padding-top: 30px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li {
    padding-bottom: 75px;
    margin-bottom: 0;
    font-size: 16px;
    min-height: 230px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li .numbers {
    font-size: 50px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li .numbers .second-line {
    font-size: 27px;
    margin-top: -35px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li .border-bottom {
    width: 100px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list {
    padding: 80px 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list button {
    margin-top: 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .button-container {
    row-gap: 20px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #intro h2 {
    font-size: 50px !important;
    line-height: 55px !important;
    margin-bottom: 39px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level {
    padding-bottom: 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level p {
    font-size: 21px;
    line-height: 33px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level h3.school-title {
    line-height: 35px !important;
    font-size: 28px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .school-info {
    margin-bottom: 50px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .degree-box p {
    line-height: 33px;
    margin-bottom: 19px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .school-level .degree-columns {
    gap: 50px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container .flex p {
    font-size: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #step1 .flex-container .flex p:after {
    content: "";
    background: url(https://tcnj.edu/custom/homepage/img/compressed/back-icon-02.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    width: 20px;
    height: 16px;
    right: 4px;
    position: absolute;
    top: 48px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .flex-container .flex img {
    width: 100%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list h1 {
    line-height: 65px;
    margin-top: 0;
    font-size: 50px !important;
    margin: 10px 0 30px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #intro .stepped-heading.one {
    font-size: 25px !important;
    line-height: 33px !important;
    margin-bottom: 18px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #intro .stepped-heading.two {
    font-size: 25px !important;
    line-height: 33px !important;
    margin-bottom: 46px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #intro .stepped-heading.three {
    font-size: 25px !important;
    line-height: 33px !important;
    margin-bottom: 67px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #intro #step-number-container p {
    font-size: 15px;
    margin-bottom: 40px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #step-list .undergrad-grad {
    padding-bottom: 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li {
    position: relative;
    padding-bottom: 25px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li .numbers p {
    font-size: 50px !important;
    line-height: 67px !important;
    padding-top: 30px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li .numbers p .second-line {
    font-size: 27px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li .bottom-border {
    max-width: 100px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight {
    padding: 50px 0;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 {
    padding-bottom: 32px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 h3 a {
    font-size: 25px !important;
    line-height: 33px !important;
    margin: 29px 0 31px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2:last-child {
    margin-top: 50px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed {
    margin-top: 80px;
    gap: 38px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider-mobile img {
    margin-bottom: 0px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider-mobile h3 {
    font-size: 23px !important;
    line-height: 40px;
    padding-bottom: 0 !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed #latest-news .button-link.blue {
    margin-top: 22px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #social-feed {
    margin: 118px 0 75px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #social-feed .split h3 {
    text-align: center;
    font-size: 25px !important;
    line-height: 37px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #social-feed .split h3 a {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #next-steps h2 {
    font-size: 40px !important;
    line-height: 45px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 .spotlight-image {
    min-height: 270px;
  }
}
@media only screen and (max-width: 500px) {
  #whitewrap .block-type-custom-code #homepage-2021 .button-link,
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description .button-link.blue,
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed #latest-news .button-link.blue {
    min-width: auto;
    /* max-width: max-content; */
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .carousel__item img {
    height: 100%;
    -o-object-position: top;
       object-position: top;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .carousel__item .video-caption h3 {
    line-height: 40px !important;
    margin-bottom: 20px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load h3,
  #whitewrap .block-type-custom-code #homepage-2021 #step-list h2 {
    font-size: 3.125rem !important;
    line-height: 55px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers #filler-container {
    font-size: 21px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li .numbers p {
    font-size: 3.125rem;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight h3 {
    font-size: 1.563rem !important;
    line-height: 33px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 .spotlight-image {
    min-height: 250px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .video-caption.StarlinRegaladoNunez h3 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    line-height: 35px !important;
  }
}
@media only screen and (max-width: 460px) {
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description .mobile-breaks-condensed {
    display: block;
  }
}
@media only screen and (max-width: 450px) {
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider-mobile h2 {
    line-height: 66px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
    height: 160px;
    margin-top: 0px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1 {
    font-size: 2.5rem !important;
    margin-top: 20px;
    line-height: 45px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1 .subhead {
    font-size: 35px;
    line-height: 45px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header3 {
    margin-top: 0px;
    line-height: 48px;
    font-size: 2.75rem !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 .spotlight-image {
    min-height: 200px;
  }
}
@media only screen and (max-width: 450px) {
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 .spotlight-image {
    min-height: 175px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .video-caption {
    padding-left: 5%;
    padding-right: 5%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .video-caption h3 {
    font-size: 35px !important;
  }
}
@media only screen and (max-width: 410px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1 {
    font-size: 2.25rem !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #academic-description .mobile-breaks-condensed-small {
    display: block;
  }
}
@media only screen and (max-width: 380px) {
  #whitewrap .block-type-custom-code #homepage-2021 #take-over-banner .inner-small h2 {
    font-size: 18px !important;
    text-align: center;
    margin-bottom: 5px;
    line-height: 24px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #large-counter-section {
    padding: 40px 0 80px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header1 {
    font-size: 35px !important;
    margin-top: 35px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines #header1 .subhead {
    font-size: 20px;
    line-height: 35px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container {
    height: 530px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .splide__pagination {
    bottom: 20px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .video-caption {
    top: 53%;
    top: 45%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .carousel__item {
    height: 530px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .carousel__item#carousel-container-slide01 .video-caption h3, #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .carousel__item#carousel-container-slide02 .video-caption h3, #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .carousel__item#carousel-container-slide03 .video-caption h3 {
    font-size: 1.5rem !important;
    line-height: 25px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li {
    min-height: 210px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li .numbers p {
    padding-top: 10px !important;
    font-size: 45px !important;
    line-height: 60px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li#stat1 {
    min-height: 222px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter li .numbers p {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 370px) {
  #whitewrap .block-type-custom-code #homepage-2021 span.hi-underline:after {
    bottom: 5px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header3, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1 .subhead {
    font-size: 2.15rem !important;
    line-height: 45px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header3 {
    font-size: 2.5rem !important;
    line-height: 51px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li#stat1 {
    min-height: 205px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li .numbers p {
    font-size: 38px !important;
    line-height: 55px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section.second-counter li .numbers p {
    font-size: 38px !important;
    line-height: 55px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .video-caption h3 {
    margin-bottom: 0 !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider-mobile h2 {
    line-height: 60px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #spotlight .flex-2 .spotlight-image {
    min-height: 150px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load h3,
  #whitewrap .block-type-custom-code #homepage-2021 #step-list h2,
  #whitewrap .block-type-custom-code #homepage-2021 #step-list #intro h2,
  #whitewrap .block-type-custom-code #homepage-2021 #news-feed #news-slider-mobile h2,
  #whitewrap .block-type-custom-code #homepage-2021 #next-steps h2 {
    font-size: 2.5rem !important;
    line-height: 45px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #next-steps p,
  #whitewrap .block-type-custom-code #homepage-2021 #next-steps h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 360px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header3, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1 .subhead {
    font-size: 2rem !important;
    line-height: 45px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header3 {
    font-size: 2.5rem !important;
    line-height: 51px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #carousel-container .carousel__item .video-caption.EmaniWilson p {
    line-height: 22px !important;
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 330px) {
  #whitewrap .block-type-custom-code #homepage-2021 .pause-play-button {
    padding: 14px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1 .subhead {
    font-size: 1.85rem !important;
    line-height: 45px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .counter-section li #return-title:after {
    margin-bottom: 0;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 320px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop {
    height: 500px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .inner-report #world-report {
    width: 70%;
    bottom: 0 !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images img {
    height: 500px !important;
    min-height: auto;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container {
    height: 390px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .inner {
    width: 100%;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .inner #rotating-headlines {
    height: 130px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .inner #rotating-headlines .banner-text#header1, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .inner #rotating-headlines .banner-text#header1 .subhead {
    font-size: 1.75rem !important;
    line-height: 35px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .inner #rotating-headlines .banner-text#header1 {
    margin-top: 10px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .inner #rotating-headlines .banner-text#header2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .inner #rotating-headlines .banner-text#header3 {
    margin-top: 0px !important;
    font-size: 2.15rem !important;
    line-height: 40px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .inner .button-container {
    height: 80px;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .inner .button-container .button {
    flex-basis: auto;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .inner .button-container .button-link {
    width: 200px;
    min-height: 80px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #explore-bar h3 {
    width: calc(100% - 40px);
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #carousel-container {
    height: 500px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #carousel-container .carousel__item {
    height: 500px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #carousel-container .carousel__item .video-caption h3 {
    margin-bottom: 5px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #high-achievers .bar-load h3 {
    font-size: 1.75rem !important;
    line-height: 35px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .counter-section {
    grid-template-columns: 1fr;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .counter-section.second-counter li .numbers p {
    font-size: 40px !important;
    line-height: 45px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #carousel-container .video-caption {
    padding: 35px 5% !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #carousel-container .video-caption p {
    font-size: 16px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #carousel-container .video-caption h3 {
    font-size: 18px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #carousel-container #carousel-container-slide01 .video-caption h3 {
    font-size: 18px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #spotlight .flex-2 .spotlight-image {
    min-height: 100px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #next-steps a {
    min-width: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 295px) {
  #whitewrap .block-type-custom-code #homepage-2021 .pause-play-button {
    padding: 10px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
    height: 155px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1 .subhead {
    font-size: 1.65rem !important;
    line-height: 35px !important;
  }
}
@media only screen and (max-width: 280px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
    height: 140px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1 .subhead {
    font-size: 1.5rem !important;
    line-height: 35px !important;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header3 {
    font-size: 1.75rem !important;
    line-height: 35px !important;
  }
}
@media only screen and (max-width: 260px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1 .subhead {
    font-size: 1.25rem !important;
    line-height: 35px !important;
  }
}
@media only screen and (max-width: 200px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header1 .subhead, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#header3 {
    font-size: 1.25rem !important;
    line-height: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop {
    height: 900px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images img {
    height: 900px;
  }
}
@media screen and (max-width: 650px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop {
    height: 562px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images img {
    height: 562px;
  }
}
@media screen and (max-width: 320px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop {
    height: 390px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #slider-images img {
    height: 390px;
  }
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
  height: 360px;
}
@media screen and (max-width: 1680px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
    height: 310px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1460px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
    height: 285px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 1280px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
    height: 200px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
    height: 350px;
    margin-top: -90px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 650px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
    margin-top: 35px;
    height: 170px !important;
  }
}
@media screen and (max-width: 320px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text {
    position: absolute;
    left: 0;
    right: 0;
  }
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-1, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-3 {
  font-size: 100px;
  line-height: 110px;
}
@media screen and (max-width: 1460px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-1, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-3 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media screen and (max-width: 1280px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-1, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-3 {
    font-size: 75px;
    line-height: 85px;
  }
}
@media screen and (max-width: 1024px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-1, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-3 {
    font-size: 100px;
    line-height: 110px;
  }
}
@media screen and (max-width: 650px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-1, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-3 {
    font-size: 45px !important;
    line-height: 55px;
  }
}
@media screen and (max-width: 320px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-1, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-3 {
    font-size: 35px !important;
    line-height: 45px;
  }
}
#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-3 {
  margin-top: 110px;
}
@media screen and (max-width: 1460px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-3 {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1280px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-3 {
    margin-top: 85px;
  }
}
@media screen and (max-width: 1024px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-3 {
    margin-top: 115px;
  }
}
@media screen and (max-width: 650px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-2, #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-3 {
    margin-top: -20px;
    font-size: 60px !important;
    line-height: 65px;
  }
}
@media screen and (max-width: 1175px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-3 {
    font-size: 65px;
    line-height: 75px;
    margin-top: 105px;
  }
}

@media screen and (max-width: 1024px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-3 {
    font-size: 100px;
    line-height: 110px;
    margin-top: 115px;
  }
}
@media screen and (max-width: 825px) and (min-width: 651px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-3 {
    font-size: 80px;
    line-height: 90px;
    margin-top: 155px;
  }
}
@media screen and (max-width: 650px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-3 {
    font-size: 52px;
    line-height: 52px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 360px) and (min-width: 320px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-3 {
    font-size: 35px !important;
    line-height: 50px !important;
    margin-top: 65px;
  }
}

@media screen and (max-width: 1024px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .inner {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container .inner .button-container .button-link {
    min-height: 55px;
  }
}

#whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop .inner-report #world-report {
  display: none !important;
}

#whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load {
  max-width: 1600px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load {
    max-width: 1225px;
    width: calc(100% - 100px);
  }
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load h3 {
  max-width: 670px;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load h3,
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load p {
  margin-bottom: 0;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load #filler-container {
  max-width: 635px;
  padding-top: 5px;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers .bar-load #filler-container #elevated-link {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  margin-left: 5px;
  color: #293f6f !important;
  text-decoration: underline;
  font-weight: 700;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers #anthem-link {
  margin-top: 65px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 23px;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers #anthem-link #link-break {
  display: none;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers #anthem-link #space-break {
  display: inline;
}
@media screen and (max-width: 1024px) {
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers #anthem-link {
    margin-top: 75px;
  }
}
@media screen and (max-width: 650px) {
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers #anthem-link {
    gap: 15px;
    margin-top: 50px;
    margin-bottom: 35px;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers #anthem-link #link-break {
    display: block;
  }
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers #anthem-link #space-break {
    display: none;
  }
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers #anthem-link .anthem-link-inner {
  cursor: pointer;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers #anthem-link a {
  text-align: left;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  line-height: 32.91px;
  font-weight: 700;
  font-size: 20px;
  margin-left: 5px;
  color: #293f6f !important;
  text-decoration: underline;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers #anthem-link img {
  width: 35px;
  height: auto;
  display: block;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers #popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: none;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers #popup-container.active {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: all;
  transition-delay: 0s;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers #popup-container #popup {
  position: relative;
  width: 90%;
  max-width: 1200px;
  aspect-ratio: 16/9;
  max-height: 98vh;
}
@media screen and (min-width: 1600px) {
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers #popup-container #popup {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1599px) {
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers #popup-container #popup {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1028px) {
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers #popup-container #popup {
    max-width: 800px;
  }
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers #popup-container #popup #popup-video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers #popup-container #popup #popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  cursor: pointer;
  padding: 5px 10px;
  transition: opacity 0.2s ease;
  opacity: 0.95;
}
@media screen and (max-width: 600px) {
  #whitewrap .block-type-custom-code #homepage-2021 #high-achievers #popup-container #popup #popup-close {
    top: -35px;
    right: -8px;
  }
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers #popup-container #popup #popup-close:hover {
  opacity: 1;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers #popup-container #popup #popup-close img {
  width: 20px;
  height: auto;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.5));
  transition: filter 0.2s ease;
}
#whitewrap .block-type-custom-code #homepage-2021 #high-achievers #popup-container #popup #popup-close img:hover {
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.8));
}

body.popup-open {
  overflow: hidden;
}

@media only screen and (min-width: 1900px) {
  #whitewrap .block-type-custom-code #homepage-2021 .hero-image-desktop #position-container #rotating-headlines .banner-text#new-brand-2 {
    font-size: 122px;
    line-height: 139px;
    margin-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */