.node--unpublished {
  background-color: #fff4f4;
}
.node--unpublished::before {
  content: 'Unpublished';
  background-color: #fff4f4;
  border-bottom: 4px solid var(--bg-body);
  display: block;
  color: var(--body);
  padding: .2em .6em;
  margin-bottom: .5em;
  font-style: italic;
}
.node--unpublished .views-element-container {
  background-color: var(--bg-body);
}
@media (min-width: 56.12em) {
  .node--unpublished::before {
    position: absolute;
    left: -100px;
    top: -92px;
    transform: rotate(-90deg);
    padding: 0.8em 0.8em;
    z-index: -3;
  }
}



.page-node-type-article .dcf-hero-default {
  margin-bottom: 0;
  background-color: inherit;
}


.custom-first-paragraph-big-font p:first-of-type {
  font-size: 1.33em;
}
.custom-first-paragraph-big-font li p {
  font-size: inherit !important;
}


.dcf-hover-image:hover {
  border: 1px solid var(--hover);
  transition: border .3s ease;
}

.custom-l-line {
  height: 1px;
  margin-bottom: 18px;
  border: none;
  background: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#41413f),
    to(transparent),
    color-stop(40%, #41413f)
  );
}

.custom-white-line {
  height: 1px;
  margin-bottom: 18px;
  border: none;
  background: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(var(--bg-input-disabled)),
    to(transparent),
    color-stop(40%, #41413f)
  );
}

.slide {
  transition: all ease-in-out 300ms;
}

.custom-pin-top {
  top: 0;
}

.slide::after {
  content: "";
  float: left;
}

.dcf-d-inline-block div p {
  margin-bottom: 0.5em;
}

.landing-section {
  min-height: 50vh;
  max-height: 65vh;
  width: auto;
  overflow: hidden;
}

.dcf-custome-col {
  display: grid;
  grid-template-columns: 31% 60%;
}

.dcf-basic-view {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 3.16vw;
}
.dcf-hover {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.dcf-hover:hover {
  opacity: 0.7;
}

.image-gallery-grid div {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* Quote Block */
.custom-credit div {
  font-style: normal;
  text-align: right;
  font-style: italic;
  color: var(--caption);
}

.custom-credit a {
  text-decoration: none;
  color: var(--caption);
}

.custom-credit-link div {
  font-style: normal;
  text-align: right;
  font-style: italic;
  color: var(--link);
}

.custom-credit div:nth-of-type(1)::before {
  content: "\2014\0020";
  color: #d00000;
}

.custom-credit-link div:nth-of-type(1):hover {
  color: var(--hover);
}

.custom-quote-box-left-border div {
  margin-left: 1.5rem;
}

.custom-quote-box-left-border {
  border-left: 3px solid #d00000;
}

.custom-quote-box-left-border div ::after {
  content: '"';
}

.custom-quote::before {
  content: "\201c";
  font-size: 8.4em;
  color: #d00000;
  display: block;
  margin-bottom: -100px;
  margin-top: -20px;
}

.custom-credit-title {
  font-style: normal;
  text-align: right;
  font-style: italic;
  color: var(--caption);
}

.custom-credit-title div::before {
  color: var(--btn-inverse-primary);
  content: " ( ";
}
.custom-credit-title div::after {
  color: var(--btn-inverse-primary);
  content: " ) ";
}

.dcf-figcaption {
  margin-bottom: 0.56em;
}

/* DCF-Quote */
blockquote {
  margin: 0;
}

blockquote::before {
  content: "\201c";
  font-size: 8.4em;
  color: #d00000;
  display: block;
  margin-bottom: -100px;
  margin-top: -20px;
}
blockquote p:nth-of-type(1)::after {
  content: '"';
}

blockquote p:first-of-type {
  border-left: 3px solid #d00000;
  padding-left: 1.5rem;
}
blockquote p:nth-of-type(2) {
  font-style: normal;
  text-align: right;
  font-style: italic;
  color: var(--caption);
}

blockquote p:nth-of-type(2)::before {
  content: "\2014\0020";
  color: #d00000;
}

blockquote p:nth-of-type(3) {
  font-style: normal;
  text-align: right;
  font-style: italic;
  margin-top: -1rem;
  color: var(--caption);
}

blockquote p:nth-of-type(3)::before {
  color: var(--btn-inverse-primary);
  content: " ( ";
}

blockquote p:nth-of-type(3)::after {
  color: var(--btn-inverse-primary);
  content: " ) ";
}

/* DCF-Quote Card */
.custom-pill div {
  background-color: #42a7c6;
  color: #fefdfa;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.26em 0.56em;
  cursor: default;
}

.custom-pill div:hover {
  background-color: #71bdd3;
}

.custom-quote-card {
  background-color: var(--bg-body);
  max-width: 30ch;
  height: 100%;
  padding-bottom: 1em;
  box-shadow: 0px 5px 10px 0px rgba(66, 167, 198, 0.3);
  border-bottom: 5px solid #d00000;
}

.custom-quote-card-quote::before {
  content: "\201c";
  font-size: 4.4em;
  color: #d00000;
  display: block;
  margin-bottom: -50px;
  margin-top: 0px;
}

.custom-quote-card-quote div::after {
  content: '"';
}

/* Paragraph Card */
.custom-paragraph-card {
  background-color: var(--bg-body);
  max-width: 30ch;
  height: 100%;
  box-shadow: 0px 5px 10px 0px rgba(66, 167, 198, 0.3);
  border-bottom: 5px solid #d00000;
}

/* Image with Quote Card */
.custom-image-quote-card {
  background-color: var(--bg-body);
  max-width: 70ch;
  height: 100%;
  box-shadow: 0px 5px 10px 0px rgba(66, 167, 198, 0.3);
  border-bottom: 5px solid #d00000;
}

/* Image parallax body */
.custom-hide-title .dcf-title-hide {
  display: none !important;
}

.custom-hide-title .custom-hide {
  display: none !important;
}

.custom-image .custom-main-page {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.custom-hide-subscribe .custom-news-subscribe {
  display: none !important;
}

.custom-arrow::after {
  content: "\2192";
  padding-left: 0.25em;
}

.custom-feature-link a {
  color: #fefdfa;
}

.custom-oncampus-2 {
  display: flex;
  flex-direction: column;
}

.custom-oncampus-title {
  background-color: rgba(208, 0, 0, 95);
  color: var(--btn-inverse-secondary) !important;
  width: auto;
  max-width: 100%;
  order: 2;
  padding: 2vh 5%;
}

.custom-oncampus-title h3 span {
  color: var(--bg-btn-inverse-primary);
}

.custom-athelic-padding {
  padding: 0 1.58vw;
}

.custom-oncampus-image {
  order: 1;
  width: 100%;
  background-color: var(--bg-brand-alpha);
}

.custom-width-66 {
  width: 66.666%;
}

.custom-width-33 {
  width: 33.333%;
}

.custom-oncampus-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.custom-share::after {
  content: "\279A";
}

.custom-in-the-news-padding {
  margin-bottom: 1em;
}

.custom-section-display div {
  display: inline;
}

.custom-before-in-text {
  font-weight: 400;
  font-style: normal;
  font-size: .75em;
}

.custom-front-hero .custom-before-in-text,
.custom-front-hero .custom-before-in-text a {
  color: rgba(254, 253, 250, .75);
}

.custom-before-in-text > div:nth-of-type(1) {
  min-width: 90px;
}

.custom-section-display > div > div a::after {
  content: ",";
}

.custom-section-display > div > div:last-child a:after {
  content: "";
}

.custom-section-display:has(a)::before {
  content: "in ";
}

.custom-name-after-comma div::after {
  content: ",";
}

.custom-title-after-comma div::before {
  content: " ";
}

.custom-dcf-wrapper {
  padding-left: 5.62vw;
}

.fifthy-fifthy-text-placement {
  position: relative;
}

.fifthy-fifthy-text-placement-vertical-center {
  top: calc((100% - 250px) / 2);
}

.fifthy-fifthy-text-placement-top {
  top: 5%;
}

.fifthy-fifthy-text-placement-bottom {
  bottom: 5%;
}

.fifthy-fifthy-text-placement-left {
  left: 5%;
}

.fifthy-fifthy-text-placement-right {
  right: 5%;
}

.fifthy-fifthy-text-placement-center {
  left: 30%;
}

.fifthy-fifthy-text-placement-compact {
  width: calc(50% - 3.5%);
}

.fifthy-fifthy-text-placement-non-compact {
  width: calc(100% - 25%);
}

.custom-position {
  position: absolute;
}

.custom-section-heading-padding {
  padding: 3vh calc(5% + 1em) 3vh 5.62vw;
}

.half-text-half-image-grid {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}

.half-text-half-image-grid > div:nth-child(1) {
  width: 33.33333333%;
  padding-right: 1.58vw;
}

.half-text-half-image-grid > div:nth-child(2) {
  width: 66.66666667%;
  padding: 0 1.58vw;
}

.share-icon-flex {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.share-icon-flex div {
  padding: 10px 10px 5px 10px;
  background-color: #42a7c6;
  border-radius: 10px;
  width: 45px;
}

.share-icon-flex .facebook {
  background-color: #3b5998;
}

.share-icon-flex .icon {
  background-color: var(--b-input-hover);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.share-icon-flex .icon:hover {
  background-color: var(--bg-brand-alpha) !important;
  transform: scale(1.1);
  box-shadow: 0 0 10px var(--bg-code);
}

.share-icon-flex .icon svg {
  fill: var(--bg-body) !important;
}

.share-icon-flex .twitter {
  background-color: #00acee;
}

.share-icon-flex .instagram {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.share-icon-flex .youtube {
  background-color: #c4302b;
}

.share-icon-flex .linkedin {
  background-color: #0072b1;
}

.share-icon-flex .mail {
  background-color: #d00000;
}

.share-icon-flex .share {
  background-color: gray;
}

.custom-main-page-quote blockquote p::before {
  content: none;
}

.media-credit {
  display: none;
  background: linear-gradient(to right,var(--b) 0,rgba(234,233,230,0) 100%) top left/100% 1px no-repeat;
  color: var(--figcaption);
}
.dcf-news-column .media-credit {
  display: block;
}

.align-left {
  max-width: 55%;
  position: relative;
  left: -26px;
  bottom: -6px;
  padding-bottom: 1em;
}

.align-right {
  max-width: 55%;
  position: relative;
  right: -16px;
  bottom: -6px;
  padding-bottom: 1em;
}

.align-center {
  max-width: 80%;
  padding-bottom: 1em;
}

.custom-editors-order-1,
.custom-editors-order-1 div,
.custom-editors-order-1 article {
  height: 100%;
}

.custom-height-100,
.custom-height-100 div,
.custom-height-100 article {
  height: 100%;
}

.custom-on-campus-news-3 h5 {
  margin-bottom: 0.5rem;
}

.custom-editors-order-2 h5 {
  margin-bottom: 0.5rem;
}

.custom-event-circle {
  grid-area: logo;
  align-items: center;
  background-color: #d00000;
  border: 1px solid rgba(254, 253, 250, 0.9);
  border-radius: 50%;
  box-shadow: 0 0 0 3px #d00000;
  display: flex;
  height: 6em;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 6em;
  flex-direction: column;
  color: white;
  position: relative;
  top: -1em;
}
.custom-event-circle .month {
  font-size: .8em;
  text-transform: uppercase;
  line-height: 1;
}
.custom-event-circle .day {
  font-size: 1.8em;
  margin: 4px 0;
  line-height: 1;
}
.custom-event-circle .time {
  font-size: .8em;
  line-height: 1;
}

.custom-events-heading-and-logo {
  display: grid;
  grid-template-areas: "title logo";
}
.custom-event-title {
  grid-area: title;
  width: calc(100% - 1em);
}

.custom-event-location {
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  margin-bottom: 1em;
  order: 4;
  width: calc(100% - 1em);
  color: #6b6b68;
}


.custom-featured-events-flex {
  display: flex;
  flex-direction: row;
  column-gap: 2.5vw;
}

.custom-expertise-bg-color {
  background-color: var(--b-btn-inverse-primary);
  border-top: solid 0.5rem var(--bg-brand-alpha);
}

.custom-expertise-photo,
.custom-expertise-photo div {
  height: 8rem;
  width: 8rem;
}

.custom-expertise-photo img {
  height: -webkit-fill-available;
  width: -webkit-fill-available;
}

.custom-expertise-icons-flex {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  border-top: solid 1px black;
}

.custom-expertise-card {
  max-width: 31.57rem;
  margin: 0 auto;
}

.custom-external-entity-border {
  border-bottom: 1px solid var(--bg-inverse);
}

.custom-bleed {
  left: 50%;
  margin-left: -45.5vw;
  margin-right: -55vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.dcf-paragraph-card-grid {
  background-color: var(--bg-body);
  height: 100%;
  box-shadow: 0px 5px 10px 0px rgba(66, 167, 198, 0.3);
  border-bottom: 5px solid #d00000;
  display: block;
}
.custom-quote-card-grid {
  background-color: var(--bg-body);
  height: 100%;
  box-shadow: 0px 5px 10px 0px rgba(66, 167, 198, 0.3);
  border-bottom: 5px solid #d00000;
  display: block;
}

.landing-section iframe {
  width: -webkit-fill-available;
}

.custom-image::after {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.custom-background-color-dark-light {
  background-color: rgba(41, 40, 40, 0.96);
}

@media only screen and (max-width: 42.09em) {
  .node--view-mode-teaser:has(iframe) .custom-iframe-check-class {
    height: 38vh;
  }

  .custom-bleed {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw;
  }

  .custom-wrapper {
    padding-left: 5.62vw;
    padding-right: 5.62vw;
  }

  .landing-section iframe {
    height: fit-content;
  }

  .custom-heading {
    background-color: #333332;
    color: #fefdfa;
    line-height: 1.33;
    order: 2;
    padding: 4vh 5%;
    margin: none;
  }
}

@media only screen and (min-width: 42.09em) {
  .node--view-mode-teaser:has(iframe) .custom-iframe-check-class {
    height: 60vh;
  }
}

@media only screen and (min-width: 56.12em) {
  .node--view-mode-teaser:has(iframe) .custom-iframe-check-class {
    height: 72%;
  }

  /* Image Quote Card */
  .custom-image-quote-grid {
    display: grid;
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 10% 10% 10%;
    grid-template-rows: minmax(auto, 17.8em) 10em 1fr;
  }

  .custom-quote-card-mobileview {
    padding-top: 2.37em;
    padding-right: 2.37em;
    padding-bottom: 1.33em;
  }

  .custom-padding-8 {
    padding-top: 3.16em;
  }

  /* Image Card grid */
  .custom-ImageCard-grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 45em;
  }

  /* 1st and 5th card / 2nd 3rd 4th and 6th image */
  .custom-image-card-grid-1 {
    grid-area: 1 / 1 / 3 / 3;
  }

  .custom-image-card-grid-2 {
    grid-area: 1 / 3 / 3 / 7;
  }

  .custom-image-card-grid-3 {
    grid-area: 1 / 7 / 3 / 11;
  }

  .custom-image-card-grid-4 {
    grid-area: 3 / 1 / 5 / 5;
  }

  .custom-image-card-grid-5 {
    grid-area: 3 / 5 / 5 / 7;
  }

  .custom-image-card-grid-6 {
    grid-area: 3 / 7 / 5 / 11;
  }

  /* 2nd and 5th card / 1st 3rd 4th and 6th image */
  .custom-image-card-grid-1-2 {
    grid-area: 1 / 1 / 3 / 5;
  }

  .custom-image-card-grid-2-2 {
    grid-area: 1 / 5 / 3 / 7;
  }

  .custom-image-card-grid-3-2 {
    grid-area: 1 / 7 / 3 / 11;
  }

  .custom-image-card-grid-4-2 {
    grid-area: 3 / 1 / 5 / 5;
  }

  .custom-image-card-grid-5-2 {
    grid-area: 3 / 5 / 5 / 7;
  }

  .custom-image-card-grid-6-2 {
    grid-area: 3 / 7 / 5 / 11;
  }

  /* 3rd and 4th card / 1st 2nd 5th and 6th image */
  .custom-image-card-grid-1-3 {
    grid-area: 1 / 1 / 3 / 5;
  }

  .custom-image-card-grid-2-3 {
    grid-area: 1 / 5 / 3 / 9;
  }

  .custom-image-card-grid-3-3 {
    grid-area: 1 / 9 / 3 / 11;
  }

  .custom-image-card-grid-4-3 {
    grid-area: 3 / 1 / 5 / 3;
  }

  .custom-image-card-grid-5-3 {
    grid-area: 3 / 3 / 5 / 7;
  }

  .custom-image-card-grid-6-3 {
    grid-area: 3 / 7 / 5 / 11;
  }

  /* 3rd and 5th card / 1st 2nd 4th and 6th image */
  .custom-image-card-grid-1-4 {
    grid-area: 1 / 1 / 3 / 5;
  }

  .custom-image-card-grid-2-4 {
    grid-area: 1 / 5 / 3 / 9;
  }

  .custom-image-card-grid-3-4 {
    grid-area: 1 / 9 / 3 / 11;
  }

  .custom-image-card-grid-4-4 {
    grid-area: 3 / 1 / 5 / 5;
  }

  .custom-image-card-grid-5-4 {
    grid-area: 3 / 5 / 5 / 7;
  }

  .custom-image-card-grid-6-4 {
    grid-area: 3 / 7 / 5 / 11;
  }

  /* 1st and 6th card / 2nd 3rc 4tb 5th image */
  .custom-image-card-grid-1-5 {
    grid-area: 1 / 1 / 3 / 3;
  }

  .custom-image-card-grid-2-5 {
    grid-area: 1 / 3 / 3 / 7;
  }

  .custom-image-card-grid-3-5 {
    grid-area: 1 / 7 / 3 / 11;
  }

  .custom-image-card-grid-4-5 {
    grid-area: 3 / 1 / 5 / 5;
  }

  .custom-image-card-grid-5-5 {
    grid-area: 3 / 5 / 5 / 9;
  }

  .custom-image-card-grid-6-5 {
    grid-area: 3 / 9 / 5 / 11;
  }

  /* 2nd and 6th card / 2nd 3rd 4th 5th image */
  .custom-image-card-grid-1-6 {
    grid-area: 1 / 1 / 3 / 5;
  }

  .custom-image-card-grid-2-6 {
    grid-area: 1 / 5 / 3 / 7;
  }

  .custom-image-card-grid-3-6 {
    grid-area: 1 / 7 / 3 / 11;
  }

  .custom-image-card-grid-4-6 {
    grid-area: 3 / 1 / 5 / 5;
  }

  .custom-image-card-grid-5-6 {
    grid-area: 3 / 5 / 5 / 9;
  }

  .custom-image-card-grid-6-6 {
    grid-area: 3 / 9 / 5 / 11;
  }

  /* 1st and 4th card / 2nd 3rd 5tb 6th image */
  .custom-image-card-grid-1-7 {
    grid-area: 1 / 1 / 3 / 3;
  }

  .custom-image-card-grid-2-7 {
    grid-area: 1 / 3 / 3 / 7;
  }

  .custom-image-card-grid-3-7 {
    grid-area: 1 / 7 / 3 / 11;
  }

  .custom-image-card-grid-4-7 {
    grid-area: 3 / 1 / 5 / 3;
  }

  .custom-image-card-grid-5-7 {
    grid-area: 3 / 3 / 5 / 7;
  }

  .custom-image-card-grid-6-7 {
    grid-area: 3 / 7 / 5 / 11;
  }

  /* 3rd and 6th card / 1st 2nd 4th 5th image */
  .custom-image-card-grid-1-8 {
    grid-area: 1 / 1 / 3 / 5;
  }

  .custom-image-card-grid-2-8 {
    grid-area: 1 / 5 / 3 / 9;
  }

  .custom-image-card-grid-3-8 {
    grid-area: 1 / 9 / 3 / 11;
  }

  .custom-image-card-grid-4-8 {
    grid-area: 3 / 1 / 5 / 5;
  }

  .custom-image-card-grid-5-8 {
    grid-area: 3 / 5 / 5 / 9;
  }

  .custom-image-card-grid-6-8 {
    grid-area: 3 / 9 / 5 / 11;
  }

  /* 2rd and 4th card / 1st 3rd 5th 6th image */
  .custom-image-card-grid-1-9 {
    grid-area: 1 / 1 / 3 / 5;
  }

  .custom-image-card-grid-2-9 {
    grid-area: 1 / 5 / 3 / 7;
  }

  .custom-image-card-grid-3-9 {
    grid-area: 1 / 7 / 3 / 11;
  }

  .custom-image-card-grid-4-9 {
    grid-area: 3 / 1 / 5 / 3;
  }

  .custom-image-card-grid-5-9 {
    grid-area: 3 / 3 / 5 / 7;
  }

  .custom-image-card-grid-6-9 {
    grid-area: 3 / 7 / 5 / 11;
  }
}

@media only screen and (min-width: 74.83em) {
  .node--view-mode-teaser:has(iframe) .custom-iframe-check-class {
    height: 55%;
  }
}

@media only screen and (min-width: 99.78em) {
  .node--view-mode-teaser:has(iframe) .custom-iframe-check-class {
    height: 65%;
  }
}

.node--view-mode-teaser:has(iframe),
.node--view-mode-teaser:has(iframe) div,
.node--view-mode-teaser:has(iframe) iframe {
  height: 100%;
}

@media only screen and (max-width: 42.09em) {
  .align-left {
    max-width: 100%;
    position: static;
  }

  .align-right {
    max-width: 100%;
    position: static;
  }

  .align-center {
    max-width: 100%;
  }
}

@media only screen and (max-width: 56.12em) {
  .custom-ImageCard-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 1em;
  }

  .custom-background-color-dark-light {
    background-color: inherit;
  }

  .custom-padding-color {
    background-color: rgba(41, 40, 40, 0.96);
  }
}

/* Full screen */
@media only screen and (min-width: 42.09em) {
  /* Heading Placement*/
  .dcf-title-center-left {
    top: 40%;
    left: 20px;
    transform: translateY(-50%);
    width: 50%;
    position: absolute;
  }
  .dcf-title-bottom-left {
    bottom: 10%;
    left: 2%;
    width: 40%;
    position: absolute;
  }
  .dcf-title-center-right {
    top: 40%;
    right: 2%;
    width: 40%;
    position: absolute;
  }
  .dcf-title-bottom-right {
    bottom: 10%;
    right: 2%;
    width: 40%;
    position: absolute;
  }
  .dcf-title-center-center {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
  }
  .dcf-title-bottom-center {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
  }

  /* Credit */
  .custom-credit-text {
    text-align: left;
  }

  /* News Column  */
  .dcf-news-column {
    max-width: 45em;
    padding: 0 1.58vw;
  }

  .outer-content {
    align-items: start;
    display: grid;
    grid-template-columns: 3fr 1fr;
  }

  /* 4 by 4 grid */

  .custom-gallery4x4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 15px;
    height: 40vh;
  }

  .dcf-height-40vh {
    height: 40vh;
  }

  /* grid images for 2 */
  /* Type 1 */
  .custom-gallery-2-1-type1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 5;
  }
  .custom-gallery-2-2-type1 {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 5;
  }

  /* Type 2 */
  .custom-gallery-2-1-type2 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 5;
  }
  .custom-gallery-2-2-type2 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 5;
  }

  /* grid images for 3 */
  /* Type 1 */
  .custom-gallery-3-1-type1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .custom-gallery-3-2-type1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  .custom-gallery-3-3-type1 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 5;
  }
  /* Type 2 */
  .custom-gallery-3-1-type2 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 5;
  }
  .custom-gallery-3-2-type2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .custom-gallery-3-3-type2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 5;
  }
  /* Type 3 */
  .custom-gallery-3-1-type3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 5;
  }
  .custom-gallery-3-2-type3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 5;
  }
  .custom-gallery-3-3-type3 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 5;
  }
  /* Type 4 */
  .custom-gallery-3-1-type4 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 5;
  }
  .custom-gallery-3-2-type4 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 5;
  }
  .custom-gallery-3-3-type4 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 5;
  }

  /* 8 by 8 grid */
  .custom-gallery8x8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 5vw);
    grid-gap: 15px;
  }
  .custom-gallery8x8-wide {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 5vw);
    grid-gap: 15px;
  }

  .custom-wrapper {
    padding-left: 15.62vw;
    padding-right: 15.62vw;
  }

  /* grid images for 4 */
  /* Type 1 */
  .custom-gallery-4-1 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 5;
  }
  .custom-gallery-4-2 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 5;
  }
  .custom-gallery-4-3 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 9;
  }
  .custom-gallery-4-4 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 5;
    grid-row-end: 9;
  }

  /* grid images for 5 */
  /* Type 1 */
  .custom-gallery-5-1-type1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 6;
  }

  .custom-gallery-5-2-type1 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 6;
  }

  .custom-gallery-5-3-type1 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 6;
  }

  .custom-gallery-5-4-type1 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 9;
  }

  .custom-gallery-5-5-type1 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9;
  }

  /* Type 2 */
  .custom-gallery-5-1-type2 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 6;
  }

  .custom-gallery-5-2-type2 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 6;
  }

  .custom-gallery-5-3-type2 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 6;
  }

  .custom-gallery-5-4-type2 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 9;
  }

  .custom-gallery-5-5-type2 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9;
  }

  /* grid for 6 images */
  /* Type 1 */
  .custom-gallery-6-1-type1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .custom-gallery-6-2-type1 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .custom-gallery-6-3-type1 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 6;
  }

  .custom-gallery-6-4-type1 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 6;
  }

  .custom-gallery-6-5-type1 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 9;
  }

  .custom-gallery-6-6-type1 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9;
  }
  /* Type 2 */
  .custom-gallery-6-1-type2 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 6;
  }

  .custom-gallery-6-2-type2 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .custom-gallery-6-3-type2 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .custom-gallery-6-4-type2 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 3;
    grid-row-end: 6;
  }

  .custom-gallery-6-5-type2 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 9;
  }

  .custom-gallery-6-6-type2 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9;
  }

  /* grid for 7 images */
  /* Type 1 */
  .custom-gallery-7-1-type1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .custom-gallery-7-2-type1 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .custom-gallery-7-3-type1 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 6;
  }

  .custom-gallery-7-4-type1 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 6;
  }

  .custom-gallery-7-5-type1 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 9;
  }

  .custom-gallery-7-6-type1 {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 6;
    grid-row-end: 9;
  }

  .custom-gallery-7-7-type1 {
    grid-column-start: 6;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9;
  }
  /* Type 2 */
  .custom-gallery-7-1-type2 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 4;
  }

  .custom-gallery-7-2-type2 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 6;
  }

  .custom-gallery-7-3-type2 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 6;
  }

  .custom-gallery-7-4-type2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 6;
  }

  .custom-gallery-7-5-type2 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 9;
  }

  .custom-gallery-7-6-type2 {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 6;
    grid-row-end: 9;
  }

  .custom-gallery-7-7-type2 {
    grid-column-start: 6;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9;
  }

  .custom-card-bleed-right {
    float: right;
    margin-right: -5rem;
  }
  .custom-card-bleed-left {
    float: left;
    margin-left: -5rem;
  }

  .grid-cont {
    margin-left: -20em;
    margin-right: -20em;
    height: 70vh;
  }
  .custom-quote-image {
    grid-column: 1 / -1;
    grid-row: 1 / 3;
  }
  .custom-quote-image div {
    object-fit: cover !important;
    overflow: hidden;
    height: 30em;
  }
  .custom-quote-card-left {
    grid-column: 1 / 6;
    grid-row: 2 / 4;
    padding-right: 2.62vw;
    padding-left: 2.62vw;
    padding-top: 2.62vw;
  }

  .custom-quote-card-right {
    grid-column: 6 / 11;
    grid-row: 2 / 4;
    padding-right: 2.62vw;
    padding-left: 2.62vw;
    padding-top: 2.62vw;
  }

  .custom-quote-card-wrapper {
    padding-right: 5.62vw;
    padding-left: 5.62vw;
  }

  .dcf-txt-overflow-paragraph-card div {
    display: -webkit-box;
    -webkit-line-clamp: 7; /* Number of lines to limit to */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .dcf-txt-overflow-quote-card {
    display: -webkit-box;
    -webkit-line-clamp: 7; /* Number of lines to limit to */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .dcf-image-card-grid-1 {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .custom-image-card-grid-2 div,
  .custom-image-card-grid-3 div,
  .custom-image-card-grid-4 div,
  .custom-image-card-grid-6 div {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .custom-image-card-grid-1-2 div,
  .custom-image-card-grid-3-2 div,
  .custom-image-card-grid-4-2 div,
  .custom-image-card-grid-6-2 div {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .custom-image-card-grid-1-3 div,
  .custom-image-card-grid-2-3 div,
  .custom-image-card-grid-5-3 div,
  .custom-image-card-grid-6-3 div {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .custom-image-card-grid-1-4 div,
  .custom-image-card-grid-2-4 div,
  .custom-image-card-grid-4-4 div,
  .custom-image-card-grid-6-4 div {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .custom-image-card-grid-2-5 div,
  .custom-image-card-grid-3-5 div,
  .custom-image-card-grid-4-5 div,
  .custom-image-card-grid-5-5 div {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .custom-image-card-grid-1-6 div,
  .custom-image-card-grid-3-6 div,
  .custom-image-card-grid-4-6 div,
  .custom-image-card-grid-5-6 div {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .custom-image-card-grid-2-7 div,
  .custom-image-card-grid-3-7 div,
  .custom-image-card-grid-5-7 div,
  .custom-image-card-grid-6-7 div {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .custom-image-card-grid-1-8 div,
  .custom-image-card-grid-2-8 div,
  .custom-image-card-grid-4-8 div,
  .custom-image-card-grid-5-8 div {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .custom-image-card-grid-1-9 div,
  .custom-image-card-grid-3-9 div,
  .custom-image-card-grid-5-9 div,
  .custom-image-card-grid-6-9 div {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .dcf-image-card-grid-2 div .paragraph {
    padding: 2em;
  }
  .dcf-image-card-grid-3 div .paragraph {
    padding: 2em;
  }
  .dcf-image-card-grid-4 div .paragraph {
    padding: 2em;
  }
  .dcf-image-card-grid-6 div .paragraph {
    padding: 2em;
  }

  .custom-min-height-25 {
    min-height: 25.24em;
  }


  .custom-min-height-35 {
    min-height: 35.24em;
  }

  .custom-min-height-35 div{
    height: 35.24em;
  }

  .custom-heading {
    margin-left: 16%;
    margin-right: 16%;
    /* width: calc(50% - 16%); */
    width: auto;
    z-index: 2;
  }

  .custom-hide-title .custom-heading {
    bottom: 0%;
    position: absolute;
    padding: 0 0 1.78em;
  }

  .custom-flex {
    display: flex;
  }

  .custom-on-campus-news-3 .views-element-container {
    align-self: center;
  }

  .custom-on-campus-news-1 {
    width: 55%;
  }

  .custom-on-campus-news-2 {
    width: 45%;
  }

  .custom-oncampus-2 {
    display: flex;
    flex-flow: column wrap;
    overflow: visible;
    position: relative;
  }

  .custom-oncampus-title {
    background-color: rgba(208, 0, 0, 95);
    position: absolute;
    width: auto;
    width: 80%;
    right: 5%;
    order: 2;
    z-index: 2;
    bottom: -1.43em;
  }

  .custom-oncampus-title {
    height: auto !important;
  }

  .custom-pt-pb-5 {
    padding-top: 0.75em;
    padding-bottom: 1.33em;
  }

  .custom-husker-logo::before {
    background: transparent url(huskers.svg) 50% 100% / contain no-repeat;
    content: "";
    opacity: 0.05;
    position: absolute;
    padding: 0;
    top: 50%;
    transform: rotate(-90deg);
    z-index: 0;
    height: 20.4vw;
    margin-top: -10.2vw;
    right: -10.2vw;
    width: 34vw;
  }

  .inner-content {
    display: grid;
    grid-template-columns: 1fr 4fr;
  }

  .inner-content-item1 {
    padding-right: 1.58vw;
    float: right;
  }

  .outer-content-item2 {
    padding-left: 2.5em;
  }

  .inner-content-item2 {
    order: -1;
  }
}

/* CSS applied for css screen width equal or less than of 42.09em */
@media only screen and (max-width: 42.09em) {
  .custom-credit-text {
    text-align: right;
  }

  .custom-on-campus-news-3 {
    padding-bottom: 1em;
    padding-top: 1em;
  }

  .custom-pt-pb-5 {
    padding-top: 1.33em;
    padding-bottom: 1.33em;
  }

  .custom-oncampus-2 {
    overflow: hidden;
    position: relative;
  }

  .share-icon-flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    flex-direction: inherit;
  }

  .fifthy-fifthy-text-placement-compact {
    width: 100% !important;
  }
  .custom-position {
    position: static;
  }

  .landing-section {
    min-height: auto;
  }

  .custom-section-heading-padding {
    padding: 4vh 5%;
  }
  .custom-section-heading-order {
    order: 2;
  }

  .custom-dcf-wrapper {
    padding-left: 5.62vw;
    padding-right: 5.62vw;
  }

  .half-text-half-image-grid {
    display: flex;
    align-items: center;
    flex-wrap: row nowrap;
  }
  .custom-featured-events-flex {
    flex-direction: column;
  }
}

@media (min-width: 42.09em) and (max-width: 56.12em) {
  .custom-section-heading-padding {
    margin: -7vh 9% 0;
    padding: 4vh 4%;
    order: 2;
    z-index: 2;
  }

  .custom-heading {
    z-index: 2;
    background-color: #333332;
    color: #fefdfa;
    line-height: 1.33;
    order: 2;
    margin: -7vh 9% 0;
    padding: 4vh 4% !important;
  }
}


@media screen and (min-width: 56.12em) and (max-width: 74.83em) {
  .custom-heading {
    margin-left: 10%;
    margin-right: 10%;
    padding: 0 0 1.78em;
    position: absolute;
    text-shadow: 1px 1px 30px #141414;
    top: auto;
    width: calc(50% - 10%);
  }
}

@media only screen and (max-width: 56.12em) {
  .custom-editors-order-1 {
    order: 1;
  }
  .custom-editors-order-2 {
    order: 2;
  }

  .custom-image::after {
    background-image: inherit;
  }
}

.custom_obj_pos_50_0 img {
  object-position: 50% 0%;
}
.custom_obj_pos_50_25 img {
  object-position: 50% 25%;
}
.custom_obj_pos_50_75 img {
  object-position: 50% 75%;
}
.custom_obj_pos_50_100 img {
  object-position: 50% 100%;
}


/**
 * One-off custom things
 */

.unl-lightest-gray .field-written-by a {
  color: #f6f6f5 !important;
}

.hero-expanded #dcf-page-title {
  display: none;
}

.hero-article-full {
  padding-left: 5.62vw;
  padding-right: 5.62vw;
}

.unl-bg-scarlet.unl-cream a {
  color: #fefdfa !important;
}
