:root {
	--green_dark: #006141;
  --yellow_dark: #8C3A00;
  --yellow_medium: #FFE6A6;
  --yellow_light: #FFF9D1;
}
.navy-overlay {
	background-color: rgba(0, 46, 93, .7);
	mix-blend-mode: darken;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg ul,
.dark-bg ol {
	color: var(--white);
}
.green-dark-bg {
	background-color: var(--green_dark);
}
.yellow-dark {
	color: var(--yellow_dark);
}
.yellow-light-bg {
	background-color: var(--yellow_light);
}


.display-flex .views-field,
.display-flex .views-field .field-content,
.display-flex .card {
  height: 100%;
}

.border-radius-8 {
	border-radius: 8px;
}
img.round {
  border-radius: 1000px;
}


.fa-calendar::before {
  font-family: 'Font Awesome 6 Free';
  content: "\f133";
  padding-right: 1rem;
}


#hero.fingerprint {
  background-position-x: -120%;
  background-position-y: 100%;
}
#hero.dots > div {
  background-size: 90% !important;
  background-position-y: top;
  background-position-x: 300%;
}
#hero .button {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.mountains {
  background-image: url(/sites/hs.ce2.byu.edu/files/mountains.png);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
}
.mountains.bottom {
  background-size: 100%;
  background-position-y: top;
  background-position-x: center;
}
@media (max-width: 1439.98px) {
.mountains.bottom {
  background-position-y: bottom;
}
}
.fingerprint {
  background-image: url(/sites/hs.ce2.byu.edu/files/fingerprint.svg);
  background-repeat: no-repeat;
}
.fingerprint.bottom {
  background-position-y: bottom;
  background-position-x: center;
}
.fingerprint.left {
  background-position-x: -150%;
  background-position-y: 100%;
  background-size: 70%;
}
.dots > div {
  background-image: url(/sites/hs.ce2.byu.edu/files/dots.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 80%;
  background-position-x: 150%;
}
.dots.bottom > div {
  background-position-y: bottom;
  background-position-x: center;
}

.tear-white_transparent:before,
.tear-transparent_white:after,
.tear-blue_transparent:before,
.tear-transparent_blue:after {
	content: "";
  aspect-ratio: 50 / 1;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  width: 100%;
}
.tear-transparent_blue:after {
  background-image: url(/sites/hs.ce2.byu.edu/files/tear-transparent-blue.svg);
  margin-bottom: -1px;
}
.tear-blue_transparent:before {
  background-image: url(/sites/hs.ce2.byu.edu/files/tear-blue-transparent.svg);
  margin-top: -1px;
}
.tear-transparent_white:after {
  background-image: url(/sites/hs.ce2.byu.edu/files/tear-transparent-white.svg);
  margin-bottom: -1px;
}
.tear-white_transparent:before {
  background-image: url(/sites/hs.ce2.byu.edu/files/tear-white-transparent.svg);
  margin-top: -1px;
}

.pill-yellow {
  color: #8C3A00;
  background-color: #FFF9D1;
  padding: 4px 14px;
  border-radius: 100px;
  display: inline-block;
  margin-right: .5rem;
  margin-bottom: 1rem;
}
.card.dark-bg .pill-yellow {
  background-color: var(--royal_10);
  color: var(--navy);
}

.width-75pct {
  width: 75%;
}

/* KSA CARDS */
.ksa-card-k,
.ksa-card-s,
.ksa-card-a {
  aspect-ratio: 5 / 3;
  display: flex;
  justify-content: end;
	background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
}
.ksa-card-k {
  background-image: url(/sites/hs.ce2.byu.edu/files/ksa-k.png);
}
.ksa-card-s {
  background-image: url(/sites/hs.ce2.byu.edu/files/ksa-s.png);
}
.ksa-card-a {
  background-image: url(/sites/hs.ce2.byu.edu/files/ksa-a.png);
}
.ksa-card-k .text,
.ksa-card-s .text,
.ksa-card-a .text {
  padding: 20px;
  width: 60%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	.ksa-card-k,
	.ksa-card-s,
	.ksa-card-a {
  	aspect-ratio: 5 / 4;
    background-size: auto 60%;
	}
	.ksa-card-k .text,
	.ksa-card-s .text,
	.ksa-card-a .text {
	  width: 65%;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.ksa-card-k,
	.ksa-card-s,
	.ksa-card-a {
  	aspect-ratio: 5 / 5;
    background-size: auto 60%;
	}
}
@media (min-width: 544px) and (max-width: 767.98px) {
	#ksa-cards.section-three_column.layout-33_33_33 .first-region,
	#ksa-cards.section-three_column.layout-33_33_33 .second-region,
	#ksa-cards.section-three_column.layout-33_33_33 .third-region {
	  width: 50%;
	}
	.ksa-card-k,
	.ksa-card-s,
	.ksa-card-a {
  	aspect-ratio: 5 / 5;
    background-size: auto 60%;
	}
}

/* TRANSFER CREDITS ICONS */
.transfer-credits-icons .views-row {
  border-bottom: 2px solid #E8E8EA;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.transfer-credits-icons .views-row:last-of-type {
  border-bottom: unset;
}
.transfer-credits-icons .icons {
  display: flex;
}
.transfer-credits-icons .image {
  display: contents;
}
.transfer-credits-icons .image img {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 543.98px) {
	.transfer-credits-icons .icons {
    flex-direction: column;
    align-items: center;
	}
	.transfer-credits-icons .image {
    display: unset;
    text-align: center;
	}
	.transfer-credits-icons .image img {
	  margin-left: auto;
	  margin-right: auto;
	}
	.transfer-credits-icons .text {
    text-align: center;
	}
}

/* POLAROIDS */
#polaroids {
  aspect-ratio: 2 / 1;
  background-image: url(/sites/hs.ce2.byu.edu/files/polaroids.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* HOW TO APPLY */
#howtoapply-header p:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f017";
  font-weight: bold;
  padding-right: .5rem;
}
#howtoapply-content strong {
  font-size: 1.5rem;
  display: inline-block;
}
#howtoapply-content ul {
    padding: 0;
}
#howtoapply-content li {
    position: relative;
    margin-bottom: 1.375rem;
    list-style-type: none;
    padding-left: 6rem;
}
#howtoapply-content ol::before {
    content: '';
    position: fixed;
		left: 7.125rem;
    top: 3rem;
    bottom: 10rem;
    width: 8px;
    background-color: var(--yellow_medium);
    z-index: 0;
}
#howtoapply-content li::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: var(--yellow_light);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 2rem;
}
#howtoapply-content li:nth-child(1)::before {
	content: '1';
}
#howtoapply-content li:nth-child(2)::before {
	content: '2';
}
#howtoapply-content li:nth-child(3)::before {
	content: '3';
}
#howtoapply-content li:nth-child(4)::before {
	content: '4';
}
#howtoapply-content li:nth-child(5)::before {
	content: '5';
}
#howtoapply-content li:nth-child(6)::before {
	content: '6';
}
#howtoapply-content li:nth-child(7)::before {
	content: '7';
}

@media (min-width: 768px) and (max-width: 991.98px) {
	#howtoapply-content ol::before {
    left: 6.25rem;
	}
}

@media (max-width: 767.98px) {
	#howtoapply-content ol::before {
    left: 5.75rem;
    bottom: 10rem;
	}
}

/* INFORMATION SESSIONS */
#information-sessions h5,
#information-sessions ul,
#information-sessions p {
	color: white;
}
#information-sessions {
  background-image: url(/sites/hs.ce2.byu.edu/files/dots.svg);
  background-size: 50%;
  background-position-x: 100%;
  background-repeat: no-repeat;
}

/* TRIED TESTED TERRIFIC (multiple pages) */
#tried-tested-terrific img {
  max-height: 95px;
  width: auto;
}
#tried-tested-terrific h6 {
  margin-bottom: 0;
}
#tried-tested-terrific p {
  font-size: .9rem;
  color: var(--gray_80);
}

/* STUDENTS GIVE "A" GRADE (multiple pages) */
#a-grade {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 3rem;
}


/* BROWSERS UNDER 1200px */
@media (max-width: 1199.98px) {
	#hero.fingerprint {
	  background-position-x: -80%;
	  background-position-y: 80%;
	  background-size: 150%;
	}
	#polaroids {
    aspect-ratio: 3 / 2;
    background-size: cover;
	}
}

/* BROWSERS UNDER 768px */
@media (max-width: 767.98px) {
	#polaroids {
    aspect-ratio: 1 / 1;
	}
}

/* BROWSERS UNDER 544px */
@media (max-width: 543.98px) {
	#polaroids {
    aspect-ratio: 2 / 3;
	}
}