/*  ELEMENTS INSIDE * ARE STYLES AFFECTING EVERYTHING IN THE DOCUMENT */
* {
    font-family: sans-serif;
    margin: 0px; /*This document has a header and a scrollable body, this line sets all margins at zero to prevent content moving when new elements are added*/
}

/*  ELEMENTS INSIDE :root ARE GLOBAL STYLES AFFECTING <HTML> TAGS */
:root {
  /* COMMONLY USED COLORS - to use, do: var(color_name) */
  --background-color-1: rgba(0, 0, 0, 0.3);
  --background-color-2: var(--blue-5);
  --background-color-3: var(--blue-6);
  --background-color-4: var(--blue-7);
  --background-color-5: var(--blue-8);
  --background-color-6: var(--blue-9);
  --background-color-7: var(--blue-10);
  --background-color-8: var(--blue-11);
  --background-color-9: var(--blue-12);
  --background-color-10: var(--blue-13);
  --background-color-11: var(--blue-14);
  --background-color-12: var(--grey-3);

  --blue-1: #0073e5;
  --blue-2: #2b4979;
  --blue-3: #041b3f;
  --blue-4: #254992;
  --blue-5: #102042;
  --blue-6: #2980B9;
  --blue-7: #0e2042;
  --blue-8: #062b52;
  --blue-9: #2955AE;
  --blue-10: #0c162c;
  --blue-11: #2c54a4;
  --blue-12: #406bbb;
  --blue-13: #3F84ED;
  --blue-14: rgba(0, 0, 25, .80);
  --blue-15: #060d1a;

  --box-shadow-color-1: rgba(0, 0, 0, 0.2);

  --description-text-color-1: var(--grey-2);

  --grey-1: rgba(255, 255, 255, 0.3);
  --grey-2: rgba(255, 255, 255, 0.728);
  --grey-3: rgba(255, 255, 255, 0.2);

  --nav-menu-contact-button-background-color: #19305f;
  --nav-menu-contact-button-hover-color: #5aa7da;

  --scrollbar-background-color: #050b15;
  --scrollbar-bar-color: #172d59;
  --scrollbar-hover-color: #15294d;

  --social-media-widget-icon-background-color: #12284b;

  --text-shadow-color: rgba(0, 0, 0, 0.5);
}

/* ---------------------------------------------------------------------------------------------- A ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██░░██████░░██
 ██░░██  ██░░██
 ██░░██████░░██
 ██░░░░░░░░░░██
 ██░░██████░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██████  ██████
*/

/* NAV BAR MENU LINK STYLING */
a {
  color: var(--blue-4);
  position: relative;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

/* ABOUT US SECTION STYLING */
.aboutuscontainer {
  align-items: center;
  width: 76%;
  margin-left: 7%;
  vertical-align: top;
  padding: 7% 5% 10% 5%;
  background-image: url(assets/UMRFStudents5.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #2f4661;
  background-blend-mode: multiply;
  box-shadow: inset 0 0 8px black;
  margin-top: 5%;
}

.aboutuscontentcontainer {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 2%;
  flex: 25%;
}

.aboutustext {
  display: inline;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-overflow: wrap;
  padding: 0px 0px 0px 50px; 
  font-size: fit-content;
  text-shadow: 0px 0px 20px var(--text-shadow-color);
}

.aboutustitle {
  display: block;
  font-weight: 900;
  font-size: 3.75vw;
  color: white;
  letter-spacing: -1px;
  text-align: center;
}

/* ABOUT US LEFT CONTENT SECTION STYLING */
.aboutusleftcontent {
  background-color: var(--blue-3);
  width: 42.3%;
  height: auto;
  box-shadow: 0 10px 20px var(--box-shadow-color-1);
  margin-right: 13px;
  align-items: center;
  align-content: center;
}

.aboutusleftpic {
  width: 80%;
  height: 100%;
  margin-left: 10%;
  border-radius: 2%;
}

.aboutuslefttext {
  display: flex;
  justify-content: center;
  font-size: 1.5em;
  font-weight: 600;
  text-overflow: wrap;
  text-align: center;
  padding: 5% 10% 0% 10%;
  color: white;
}

.aboutuslefttextcontent {
  justify-content: center;
  font-size: 1.2em;
  font-weight: 300;
  text-overflow: wrap;
  text-align: center;
  padding: 5% 10% 0% 10%;
  padding-top: 2%;
  color: rgba(255, 255, 255, 0.65);
}

.aboutuslefttitle {
  display: block;
  font-weight: 900;
  font-size: 3.75vw;
  color: white;
  letter-spacing: -1px;
  line-height: 50px;
  text-align: center;
  position: relative;
  top: 0;
  margin-top: 5%;
  margin-bottom: 5%;
}

/* ABOUT US RIGHT CONTENT SECTION STYLING */
.aboutusrightcontent {
  background-color: var(--blue-3);
  width: 42.3%;
  height: auto;
  box-shadow: 0 10px 20px var(--box-shadow-color-1);
  margin-left: 13px;
  align-items: center;
  align-content: center;
}

.aboutusrightpic {
  width: 80%;
  height: 100%;
  margin-left: 10%;
  border-radius: 2%;
}

.aboutusrighttext {
  display: flex;
  justify-content: center;
  font-size: 1.5em;
  font-weight: 600;
  text-overflow: wrap;
  text-align: center;
  padding: 5% 10% 0% 10%;
  color: white;
}

.aboutusrighttextcontent {
  justify-content: center;
  font-size: 1.2em;
  font-weight: 300;
  text-overflow: wrap;
  text-align: center;
  padding: 5% 10% 0% 10%;
  padding-top: 2%;
  color: rgba(255, 255, 255, 0.65);
}

.aboutusrighttitle {
  display: block;
  font-weight: 900;
  font-size: 3.75vw;
  color: white;
  letter-spacing: -1px;
  line-height: 50px;
  text-align: center;
  position: relative;
  top: 0;
  margin-top: 5%;
  margin-bottom: 5%;
}

/* APPLY SECTION STYLING */
.applyimg {
  padding: 0% 5%;
  height: auto;
  width: 32vw;
}

.applysection {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 10%); /*This calculation width needs to match the padding*/
  vertical-align: top;
  padding: 2% 5% 5% 5%; /*top, right, bottom, left*/
  margin-bottom: 5%;
  justify-content: space-evenly;
  border-bottom: 30px solid #0f2446;
}

.applytitle {
  display:inline-block;
  vertical-align: top;
  font-weight: 900;
  font-size: 4vw;
  color: white;
}

.applydescription {
  display: block;
  font-size: 2vw;
  font-weight: 40;
  padding: 20px 0px 20px 0px;
  font-style: italic;
  color: var(--description-text-color-1);
  font-variant: none;
  z-index: 10;
}

.applytext {
  width: 60%;
}

/* ARTICLE LINKS STYLING */
.articlelinks {
  color: #0059ff;
  font-size: 2vw;
  font-weight: 700;
  padding: 0px 0px 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.articletitle {
  color: white;
  font-size: 2vw;
  font-weight: 700;
  text-shadow: 0 0 10px black;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0px 20px 0px;
}

.audio-container {
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  margin-top: 15px;
}

/* TALENT PIPELINE STYLING */
.accordion-slide {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: flex-grow 0.4s ease-in-out;
  min-height: 200px;
  border-bottom: 1px solid var(--grey-1);
  border-radius: 16px;
  background: var(--blue-3); /* background for inactive cards */
}

.accordion-slide-inner {
  border-radius: inherit;
}

.accordion-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.accordion-slide .content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.accordion-slide.active .content,
.accordion-slide:hover .content {
  opacity: 1;
  visibility: visible;
}

.accordion-slide .background {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
}

.accordion-slide .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.accordion-slide.active .background,
.accordion-slide:hover .background {
  opacity: 1; /* Full opacity when active or hovered */
}

.accordion-slide.active .background {
  background-color: var(--background-color-1); /* Lighter dark overlay */
  background-blend-mode: multiply;
}

.accordion-slide.active .background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0.8; 
  border-radius: inherit;
}

.accordion-slide:hover .expander,
.accordion-slide.active .expander {
  max-height: 200px;
  margin-top: 20px;
}

.accordion-slide .bbp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 1rem;
}

.accordion-slide h2 {
  font-size: 1rem;
}

/* ---------------------------------------------------------------------------------------------- B ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██░░██████░░██
 ██░░██  ██░░██
 ██░░██████░░████
 ██░░░░░░░░░░░░██
 ██░░████████░░██
 ██░░██    ██░░██
 ██░░████████░░██
 ██░░░░░░░░░░░░██
 ████████████████
*/

.back-button {
    background-color: var(--background-color-2);
    color: white;
    border-radius: 20px;
    width: 100px;
    margin: 20px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* TALENT PIPELINE STYLING - SEE ACCORDIAN STYLES UNDER A's */
.background {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: inherit;
}

.bbp-content {
  position: relative;
  z-index: 3;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  width: 100%;
}

.bbp-icon img {
  width: 60%;
  height: 60%;
  object-fit: contain; 
}

/* STANDARD UNIVERSAL STYLING FOR BODY OF THE WHOLE DOCUMENT ON EACH PAGE */
body {
  margin: 0 0 0 0;
  background-color: #fff;
  height: 100%;
  position: fixed; /*When the Body is fixed, we don't see scroll bar overlaying the menu, instead we only see scroll bars where the content extends past the height of the window*/
}

/* * {box-sizing: border-box} */
body {font-family: Verdana, sans-serif; margin:0}
.mySlides1, .mySlides2, .mySlides3 {display: none;}
img {vertical-align: middle;  border-radius: 4px;}

/* Triangle pointer */
.bubblepointer {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 27px solid white;
  opacity: 0;
  transition: opacity 0.3s;
}

/* ---------------------------------------------------------------------------------------------- C ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██░░██████████
 ██░░██
 ██░░██
 ██░░██
 ██░░██
 ██░░██
 ██░░██████████
 ██░░░░░░░░░░██
 ██████████████
*/

/* OUR IMPACT STYLING - community carousel */
.carousel-card {
  flex: 0 0 80%;
  max-width: 95vw;
  background-color: var(--background-color-2);
  border-radius: 16px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: none;
  margin: 0 auto;
}

.carousel-card-content {
    padding: 24px;
    background-color: #fff;
}

.carousel-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.carousel-image {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16/9;
  align-items: center;
}

/* Carousel Header */
.carousel-header {
    text-align: center;
    margin-bottom: 20px;
}

.carousel-header h2 {
    font-size: 2em;
    font-weight: bold;
}

.carousel-nav-community {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; /* So they don’t block carousel clicks */
}

.carousel-nav-community button {
  pointer-events: all; /* Re-enable pointer for buttons */
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 2px 6px var(--box-shadow-color-1);
  transition: background 0.2s ease;
}

.carousel-nav-community button:hover {
  background-color: rgba(255, 255, 255, 1);
}

.carousel-wrapper {
    max-width:100%;
    padding: 60px 20px;
    background-color: var(--background-color-2);
    position: relative;
}

.centered-card {
  display: flex;
  justify-content: center;
  width: 100%; 
  margin-bottom: 30px; 
}

.clampbox {
  background-color: red;
  /* Clamp - Minwidth, preferredWidth, MaxWidth */
  width: clamp(220px, 55%, 300px);
  height: 150px;
}

.contactbutton {
  border-radius: 8px;
  background-color: white;
  padding: 10px;
  color: var(--blue-4);
  font-size: 2.5vh;
  text-align: center;
}

.contactbutton:hover {
  background-color: var(--background-color-3);
  color: white;
  transform: scale(1.05); /* Increase the scale to zoom in (1.05 for 105% zoom) */
}

.contactcontainerbottom {
  display: flex;
  width: 90%;
  padding: 5%;
  padding: top;
  align-items: flex-start;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  box-shadow: 0 10px 20px var(--box-shadow-color-1);
  background-color: var(--background-color-5);
}

.contactcontainertop {
  padding: 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--blue-2);
  border-top: 10px solid var(--blue-2);
  border-bottom: 10px solid var(--blue-2);
  background-image: url(assets/UMRFBuildingFront.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--background-color-11);
  background-blend-mode: multiply;
}

.contactfooter {
  background-color: var(--background-color-4);
  position: sticky;
  display: block; /*Display block moves all surrounding content above or below this content*/
  /*This height needs to match the .scrollablecontent padding*/
  height: 5%; /*having to use % instead of pixels for consistency with menu sizing*/ 
  width: 100%;
  top: 100%; /*keeps footer at the bottom of the page*/
  z-index: 3;
  align-items: end;
  margin-top: 5%;
}

.contactmap {
  position: relative;
  height: 20vw;
  width: 30vw;
  border-radius: 10px;
  background-color: white;
  z-index: 1;
  box-shadow: 0px 0px 100px 10px var(--blue-15);
  border-top: var(--blue-2);
  border-bottom: var(--blue-2);
}

.contactmapcontainer {
  display: flex;
  width: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  align-items: center;
  justify-content: center;
  border-top: var(--blue-2);
  border-bottom: var(--blue-2);
  border-radius: 10px;
}

.contactpicture {
  width: 100%;
}

.contactsociallinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 5% 0 0 0;
}

.contacttextcontent {
  margin: 20px 25% 20px 25%;
  padding: 20px 20px 20px 20px;
  text-align: center;
  border-radius: 10px;
}

.contactsubtitle {
  display: block;
  font-weight: 900;
  font-size: 70px;
  color: white;
  letter-spacing: -1px;
  line-height: 50px;
  padding: 50px 5% 10px 5%;
  text-align: center;
}

.contactdescription {
  display: block;
  font-size: 2vw;
  font-weight: 40;
  font-style: italic;
  color: var(--description-text-color-1);
  font-variant: none;
  z-index: 10;
  text-align: center;
  width: 70%;
  margin: auto;
}

.contactdescriptionemail {
  display: block;
  font-size: 2vw;
  font-weight: 40;
  font-style: italic;
  color: var(--description-text-color-1);
  font-variant: none;
  z-index: 10;
  text-align: center;
  text-decoration: underline;
}

a.contactdescription {
  display: inline;
  text-decoration: underline;
  text-align: center;
}

.contacttext {
  width: 90%;
  padding: 5% 5% 5% 5%;
  text-align: center;
}

.customertestimonialsmallheader {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 30px;
  line-height: 80px;
  color: white;
  text-align: center;
  padding: 2%;
}

.customertestimonialsmallheadertext {
  white-space: nowrap;
  padding: 5%;
}

.clampbox {
  background-color: red;
  /* Clamp - Minwidth, preferredWidth, MaxWidth */
  width: clamp(220px, 55%, 300px);
  height: 150px;
}

.community-container {
  position: relative;
  width: 85%; 
  max-width: 900px;
  height: auto; /* Flexible height */
  min-height: 400px; /* Minimum safe height */
  margin: 20px auto;
  overflow: visible !important; /* Critical fix */
}

.community-container img,
.community-container iframe,
.community-container .videoembed {
  max-height: 300px; /* Reduced from 380px */
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.community-container + div[style*="text-align:center"] {
  margin: 15px auto 0;
  padding-bottom: 20px;
}

.contactbutton {
  border-radius: 8px;
  background-color: white;
  padding: 10px;
  color: var(--blue-4);
  font-size: 2.5vh;
  text-align: center;
}

.contactbutton:hover {
  background-color: var(--background-color-3);
  color: white;
  transform: scale(1.05); /* Increase the scale to zoom in (1.05 for 105% zoom) */
}

.contactcontainertop {
  padding: 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--blue-2);
  border-top: 10px solid var(--blue-2);
  border-bottom: 10px solid var(--blue-2);
  background-image: url(assets/UMRFBuildingFront.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--background-color-11);
  background-blend-mode: multiply;
}

.contactcontainerbottom {
  display: flex;
  width: 90%;
  padding: 5%;
  padding: top;
  align-items: flex-start;
  flex-direction: row;
  align-content: center;
  justify-content: space-evenly;
  box-shadow: 0 10px 20px var(--box-shadow-color-1);
  background-color: var(--background-color-5);
}

.contactfooter {
  background-color: var(--background-color-4);
  position: sticky;
  display: block; /*Display block moves all surrounding content above or below this content*/
  /*This height needs to match the .scrollablecontent padding*/
  height: 5%; /*having to use % instead of pixels for consistency with menu sizing*/ 
  width: 100%;
  top: 100%; /*keeps footer at the bottom of the page*/
  z-index: 3;
  align-items: end;
  margin-top: 5%;
}

.contactmapcontainer {
  display: flex;
  width: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  align-items: center;
  justify-content: center;
  border-top: var(--blue-2);
  border-bottom: var(--blue-2);
  border-radius: 10px;
}

.contactmap {
  position: relative;
  height: 20vw;
  width: 30vw;
  border-radius: 10px;
  background-color: white;
  z-index: 1;
  box-shadow: 0px 0px 100px 10px var(--blue-15);
  border-top: var(--blue-2);
  border-bottom: var(--blue-2);
}

.contactpicture {
  width: 100%;
}

.contactsociallinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 5% 0 0 0;
}

.contacttextcontent {
  margin: 20px 25% 20px 25%;
  padding: 20px 20px 20px 20px;
  text-align: center;
  border-radius: 10px;
}

.contactsubtitle {
  display: block;
  font-weight: 900;
  font-size: 70px;
  color: white;
  letter-spacing: -1px;
  line-height: 50px;
  padding: 50px 5% 10px 5%;
  text-align: center;
}

.contactdescription {
  display: block;
  font-size: 2vw;
  font-weight: 40;
  font-style: italic;
  color: var(--description-text-color-1);
  font-variant: none;
  z-index: 10;
  text-align: center;
  width: 70%;
  margin: auto;
}

.contactdescriptionemail {
  display: block;
  font-size: 2vw;
  font-weight: 40;
  font-style: italic;
  color: var(--description-text-color-1);
  font-variant: none;
  z-index: 10;
  text-align: center;
  text-decoration: underline;
}

a.contactdescription {
  display: inline;
  text-decoration: underline;
  text-align: center;
}

.contacttext {
  width: 90%;
  padding: 5% 5% 5% 5%;
  text-align: center;
}

/* ---------------------------------------------------------------------------------------------- D ---------------------------------------------------------------------------------------------- */
/* 
 ████████████
 ██░░░░░░░░████
 ██░░████░░░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░████░░░░██
 ██░░░░░░░░████
 ████████████
*/

.defaultpicture {
  height: 150px;
  width: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

/* The dots/bullets/indicators */
.dot1, .dot2, .dot3{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot1.active, .dot2.active, .dot3.active, .dot:hover {
  background-color: #717171;
}

/* pipeline carousel dots */
.dot4 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot4.active {
  background-color: var(--background-color-10);
}

.dykbutton {
  border-radius: 15px;
  background-color: white;
  padding: 9px 30px; /* makes the button longer and slightly bigger */
  height: auto;
  width: auto;
  color: var(--blue-4);
  font-weight: 900;
  font-size: 1.2rem;
  text-align: center;
  margin-top: -20px;
  display: inline-block; /* Helps with sizing and alignment */
}

.dykcontainer {
  padding: 0 5% 5% 5%;
  display: flex; 
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; /*center the content */
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  max-width: 70%;
}

.dykdescription {
  display: block;
  font-size: 1.4em;
  font-weight: 40;
  padding: 20px 5% 10px 5%;
  font-style: italic;
  color: var(--description-text-color-1);
  font-variant: none;
  z-index: 10;
  text-align: center;
}

.dyktitle {
  font-weight: 900;
  font-size: 4vw;
  color: var(--blue-1);
  letter-spacing: -1px;
  text-align: center;
  text-shadow: 0 0 5px black;
  white-space: nowrap; /* Prevents text from wrapping */
  overflow: visible; /* Allows text to overflow parent */
  margin-bottom: 10px; /* Adds some space below the title */
}

.dyktitle p {
  padding-top: -5%;
}

.dyktop {
  display: flex;
  justify-content: center;
}

/* ---------------------------------------------------------------------------------------------- E ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██░░██████████
 ██░░██
 ██░░██████████
 ██░░░░░░░░░░██
 ██░░██████████
 ██░░██
 ██░░██████████
 ██░░░░░░░░░░██
 ██████████████
*/

.employmentcontact {
  width: 70%;
  padding: 2% 5% 5% 5%;
  background-color: var(--background-color-5);
  border-radius: 15px;
  box-shadow: 0 10px 20px var(--box-shadow-color-1); 
}

.employmentcontact2 {
  width: 90%;
  margin: 0;
  padding: 10px 3% 15px 3%;
  background-color: var(--background-color-5);
  border-radius: 15px;
  box-shadow: 0 10px 20px var(--box-shadow-color-1);
  max-width: 800px;
  height: auto;
}

.employmentcontact3 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 50px 4% 60px 4%;
  background-color: var(--background-color-5);
  border-radius: 15px;
  box-shadow: 0 10px 20px var(--box-shadow-color-1);
}

.employmentcontacttext {
  width: 70%;
  margin: auto;
  padding: 5% 5% 0% 5%;
  text-align: center;
}

.employmentcontainer {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 10%); /*This calculation width needs to match the padding*/
  vertical-align: top;
  padding: 7% 5% 10% 5%; /*top, right, bottom. left*/
  border-top: 10px solid var(--blue-2);
  border-bottom: 10px solid var(--blue-2);
  background-image: url('assets/StockConfetti.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--background-color-11);
  background-blend-mode: multiply;
}

.employmentdescription {
  display: block;
  font-size: 3.5vh;
  font-weight: 40;
  padding: 20px 0px 10px 0px;
  font-style: italic;
  color: var(--description-text-color-1);
  font-variant: none;
  z-index: 10;
}

.employeetestimonialscontainer {
  display: flex;
  flex-wrap: wrap;
  padding: 2% 5% 5% 5%;
  background-color: var(--background-color-5);
  box-shadow: 0 10px 20px var(--box-shadow-color-1);
  margin-top: 4%;
}

.employmenttext {
  display: inline;
  width: fit-content;
  text-overflow: wrap;
  padding: 0px 0px 0px 50px; /*Top, right, bottom, left - different measurements based on container padding*/
  font-size: fit-content;
  font-variant: small-caps;
  text-shadow: 0px 0px 20px var(--text-shadow-color);
  position: relative; 
  z-index: 3;
}

.employmenttitle {
  display:inline-block;
  vertical-align: top;
  font-weight: 900;
  font-size: 2.75vw;
  text-shadow: 0px 0px 10px var(--text-shadow-color);
  color: white;
}
.employmentsubtitle {
  display: block;
  font-weight: 900;
  font-size: 50px;
  color: var(--blue-1);
  letter-spacing: -1px;
  line-height: 50px;;
}

.employmentvideo {
  position: relative;
  display: inline;
  width: 70%;
  height: max-content;
  box-shadow: 0px 0px 100px 10px var(--blue-15);
  flex: 3; 
  border-radius: 10px;
}

/* TALENT PIPELING STYLING - SEE ACCORDIAN STYLES UNDER A's */
.expander {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, margin-top 0.3s ease-out;
}

/* ---------------------------------------------------------------------------------------------- F ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██░░██████████
 ██░░██
 ██░░██████████
 ██░░░░░░░░░░██
 ██░░██████████
 ██░░██
 ██░░██
 ██░░██
 ██████
*/

.facebooklogo {
  height: 100px;
  border: 1px solid white;
  border-radius: 5px;
  background-color: white;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fedexlogo {
  height: 180px;
  border: 1px solid black;
}

/* ---------------------------------------------------------------------------------------------- G ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██░░██████████
 ██░░██
 ██░░██
 ██░░██  ██████
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██████░░██
 ██░░░░░░░░░░██
 ██████████████
*/

.governanceinfo {
  height: 300px;
  width: 250px;
  background: linear-gradient(to top, var(--blue-15), transparent, transparent);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  position: absolute;
  z-index: 1;
  transform: scale(1); /* Set initial scale to 1 (no scaling) */
  transition: scale 1.5s ease-in-out; /* Add a transition for smooth effect */
  transition-duration: .3s;
}

.governanceinfo:hover,
.governanceinfo:hover + .governancepicture {
  transform: scale(1.05); /* Increase the scale to zoom in (1.05 for 105% zoom) */
  filter: brightness(1.2); /* Increase brightness when governanceinfo is hovered */
}

.governanceinfonohover {
  height: 300px;
  width: 250px;
  background: linear-gradient(to top, var(--blue-15), transparent, transparent);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  position: absolute;
  z-index: 1;
}

.governancename {
  position: absolute;
  bottom: 35px;
  left: 10px;
  font-size: 1.2em;
  color: white;
}

.governancenamehigher {
  position: absolute;
  bottom: 45px;
  left: 10px;
  font-size: 1.2em;
  color: white;
}

.governancetitle {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  font-size: 0.7em;
  color: white;
}

.governancelist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0px 10% 0px 10%;
}

.governancecontact {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 10%); /*This calculation width needs to match the padding*/
  vertical-align: top;
  padding: 5% 5% 5% 5%; /*top, right, bottom. left*/
  justify-content: space-evenly;
}

.governancecontactsubtitle {
  display:inline-block;
  vertical-align: top;
  font-weight: 900;
  font-size: 50px;
  color: white;
  letter-spacing: -1px;
  line-height: 50px;
}

.governancecontactdescription {
  display: block;
  font-size: 20px;
  font-weight: 40;
  padding: 20px 0px 10px 0px;
  font-style: italic;
  color: var(--description-text-color-1);
  font-variant: none;
  z-index: 10;
}

.governancecontacttext {
  width: 60%;
}

.governancecontainer {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 10%);
  height: 50%;
  vertical-align: top;
  padding: 5% 5% 5% 5%;
}

.governancecontainer > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 15px 30px 15px;
}

.governancedescription {
  display: block;
  font-size: 1em;
  font-weight: 40;
  padding: 20px 0px 10px 0px;
  font-style: italic;
  color: var(--description-text-color-1);
  font-variant: none;
  z-index: 10;
  text-overflow: ellipsis;
}

.governancetext {
  display: inline;
  width: fit-content;
  text-overflow: wrap;
  padding: 0px 0px 0px 50px; /*Top, right, bottom, left - different measurements based on container padding*/
  font-size: fit-content;
  font-variant: small-caps;
  text-shadow: 0px 0px 20px var(--text-shadow-color);
  width: 50%;
}

.governancetextcontent {
  margin: 20px 10% 20px 10%;
  padding: 20px 20px 20px 20px;
  text-align: center;
  border-radius: 10px;
}

.governancesubtitle {
  display:inline-block;
  vertical-align: top;
  font-weight: 900;
  font-size: 2em;
  color: white;
  letter-spacing: -1px;
  line-height: 50px;
}

.governancephoto {
  position: relative;
  display: inline;
  height: 100%;
  box-shadow: 0px 0px 100px 10px var(--blue-15);
  border-radius: 10px;
}

.governancepicture {
  height: 300px;
  width: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  margin: 0px 30px 30px 0px;
  transform: scale(1); /* Set initial scale to 1 (no scaling) */
  transition: filter 0.5s ease, scale 1.5s ease; /* Add a transition for smooth effect */
  transition-duration: .3s;
}

/* ---------------------------------------------------------------------------------------------- H ---------------------------------------------------------------------------------------------- */
/* 
 ██████  ██████
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██████░░██
 ██░░░░░░░░░░██
 ██░░██████░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██████  ██████
*/

.half-image-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hidden {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-20%);
  transition: all 0.75s ease-in-out, filter 0.75s ease-in-out, transform 0.75s ease-in-out, fadeIn 0.5s;
}

.homejoincontent {
  margin: 0px 25% 0px 25%;
  padding: 5% 20px 5% 20px;
  text-align: center;
}

.homejoincontentor {
  padding: 0% 20px 0% 20px;
  text-align: center;
}

.homejoincontainer {
  height: auto;
  border-top: 10px solid var(--blue-2);
  border-bottom: 10px solid var(--blue-2);
  height: auto;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(100, 141, 255, 0.207)), url('assets/UMRFBuildingFront.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.homepartnercontainer {
  height: auto;
  height: auto;
  width: 100%;
  background-color: var(--background-color-9);
  background-image: url('assets/UMRF5thAnnyBlur.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  object-fit: cover;
}

.homepartnercontainerbelow {
  height: auto;
  border-top: 10px solid var(--blue-2);
  height: auto;
  width: 100%;
  background-color: #b4cefc;
  background-image: url('assets/crowd.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(165, 210, 255, 0.579);
  object-fit: cover;
}

.homepartnerimage {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  object-fit: cover;
  filter: blur(2px);
}

.homejoincontentbelow {
  margin: 0px 25% 0px 25%;
  padding: 0px 20px 5% 20px;
  text-align: center;
}

.homeservicecontainer {
  height: auto;
  height: auto;
  width: 100%;
  margin-bottom:10px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(20, 69, 134));
  background-color: var(--background-color-9);
}

.hometextcontent {
  margin: 20px 20% 0px 20%;
  padding: 20px 20px 0px 20px;
  text-align: center;
  border-radius: 10px;
}

/* STANDARD UNIVERSAL STYLING FOR HTML OF THE WHOLE DOCUMENT ON EACH PAGE */
html {
  margin: 0 0 0 0;
  background-color: #fff;
  position: relative;
  height: 100%;
  scroll-behavior: smooth; /* For .testtop and .testbottom */
  /* Keeps Scroll bar from shifting the content of the page*/
}

/* Style the video: 100% width and height to cover the entire window */
#homevideo {
  position: relative;
  top: 0px;
  width: 100%;
  min-height: 100%; /*We only want the video to cover the width of the page*/
}

/* ---------------------------------------------------------------------------------------------- I ---------------------------------------------------------------------------------------------- */
/* 
 ██████████
 ██░░░░░░██
 ████░░████
   ██░░██
   ██░░██
   ██░░██
   ██░░██
   ██░░██
 ████░░████
 ██░░░░░░██
 ██████████
*/

.icon {
  display: inline;
  justify-content: center; 
  font-size: 20px; 
  line-height: 60px; 
  color: var(--blue-1)
}

.inlinetextlink {
  color: var(--blue-1);
  display: inline;
  font-weight: 700;
  font-size: 50px;
}

.inlinetexttitle {
  color: white;
  font-weight: 700;
  font-size: 50px;
}

.instagramlogo {
  height: 100px;
  border: 1px solid white;
  border-radius: 5px;
}

/* OUR IMPACT STYLING - Cards Wrapper */
.impact-carousel {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
}

.impact-carousel::-webkit-scrollbar {
  height: 8px;
}

.impact-carousel::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* OUR IMPACT STYLING */
.impactbackgroundcontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 10%);
  vertical-align: top;
  padding: 5% 5% 2% 5%;  /*Top, right, bottom, left - different measurements based on container padding*/
  border-top: 10px solid var(--blue-2);
  border-bottom: var(--blue-2);
  background-image: url(assets/ACADCommencementWinter.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 25, .80);
  background-blend-mode: multiply;
  position: relative;
  z-index: 0;
  margin-bottom: 80px;
}

.impactcolumn {
  flex: 25%;
  max-width: 25%;
  padding: 0px;
}

.impactcontainer {
  align-items: center;
  width: calc(100% - 10%);
  vertical-align: top;
  padding: 7% 5% 10% 5%;
  border-top: 10px solid var(--blue-2);
  border-bottom: var(--blue-2);
  /* background-image: url(assets/UMRF5thAnniversary9.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 25, .80);
  background-blend-mode: multiply; */
  position: relative;
  overflow: hidden;
}

.impact-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  /* background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 25, .80);
  background-blend-mode: multiply; */
}

.impactdescription {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 2vw;
  font-weight: 40;
  padding: 10px 0px 0px 40px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.85);
  font-variant: none;
  z-index: 10;
  text-shadow: 0px 0px 3px rgb(0 0 0);
}

.impactgraphs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  flex-wrap: wrap;
}

.impact-link {
  color: #55C5F2;
  margin-top: 1rem;
}

.impactpercentcontainer {
  text-align: center;
  color: white;
  font-family: inherit;
  font-weight: 900;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
}

.impactpercent {
  height: 100%;
}

.impactpercent-number {
  font-size: 6vh;
  font-weight: 700;
  padding: 0 4px;
  text-align: center;
  color: #55C5F2;
  text-shadow: 1px 0px 3px rgb(1, 0, 43);
}

.impactpercenttext {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3vh;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 5%;
  color: rgb(255, 255, 255, 0.65);
}

.impactpicture {
  margin-top: 0px;
  vertical-align: middle;
  width: 100%;
}

.impactrow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 0px;
}

.impactsubtitle {
  display: block;
  font-weight: 900;
  font-size: 1.5rem;
  color: var(--blue-1);
  letter-spacing: -1px;
  line-height: 50px;
}

.impactstatscontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0 0 20px 0;
  margin: 5%;
}

.impacttext {
  display: flex;
  padding: 50px 50px 30px 50px; /*Top, right, bottom, left - different measurements based on container padding*/
  font-size: 6vh;
  text-shadow: 0px 0px 20px var(--text-shadow-color);
}

.impacttitle {
  display: inline-block;
  vertical-align: top;
  font-weight: 900;
  font-size: 3vw;
  text-shadow: 0px 0px 10px var(--text-shadow-color);
  color: white;
}

.impactvideocontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7%;
}

/* ---------------------------------------------------------------------------------------------- J ---------------------------------------------------------------------------------------------- */
/* 
         ██████
         ██░░██
         ██░░██
         ██░░██
         ██░░██
         ██░░██
 ██████  ██░░██
 ██░░██  ██░░██
 ██░░██████░░██
 ██░░░░░░░░░░██
 ██████████████
*/

.joinuscontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 5% 30% 2% 30%;
}

.joinuscontent {
  width: 70%;
  padding: 2% 3% 3% 3%; 
  background-color: var(--blue-3);
  border-radius: 15px;
  box-shadow: 0 10px 20px var(--box-shadow-color-1); 
}

.joinustitle {
  display: block;
  font-weight: 700;
  font-size: 40px;
  color: white;
  letter-spacing: -1px;
  line-height: 50px;
  padding: 25px 5% 5% 5%;
  text-align: center;
}

/* ---------------------------------------------------------------------------------------------- K ---------------------------------------------------------------------------------------------- */
/* 
 ██████  ████████
 ██░░██  ██░░░░██
 ██░░██  ██░░████
 ██░░██  ██░░██
 ██░░██████░░██
 ██░░░░░░░░░░██
 ██░░██████░░██
 ██░░██  ██░░██
 ██░░██  ██░░████
 ██░░██  ██░░░░██
 ██████  ████████
*/

/* ---------------------------------------------------------------------------------------------- L ---------------------------------------------------------------------------------------------- */
/* 
 ██████
 ██░░██
 ██░░██
 ██░░██
 ██░░██
 ██░░██
 ██░░██
 ██░░██
 ██░░██████████
 ██░░░░░░░░░░██
 ██████████████
*/

li {
  position: relative;
  display: block;
}

.linkedinlogo {
  height: 100px;
  border: 1px solid white;
  border-radius: 5px;
}

.logo {
  width: 80%;
  height: auto;
}

/* ---------------------------------------------------------------------------------------------- M ---------------------------------------------------------------------------------------------- */
/*
██████          ██████
██░░██████████████░░██
██░░░░░░░░░░░░░░░░░░██
██░░██████░░██████░░██
██░░██  ██░░██  ██░░██
██░░██  ██░░██  ██░░██
██░░██  ██████  ██░░██
██░░██          ██░░██
██░░██          ██░░██
██░░██          ██░░██
██████          ██████
*/

.managementcontainer {
  display: flex;
  align-items: center;
  width: calc(100% - 10%); /*This calculation width needs to match the padding*/
  vertical-align: top;
  padding: 5% 5% 5% 5%; /*top, right, bottom. left*/
  justify-content: space-evenly;
}

.managementdescription {
  display: block;
  font-size: 1.4vw;
  font-weight: 40;
  padding: 20px 0px 10px 0px;
  font-style: italic;
  color: var(--description-text-color-1);
  font-variant: none;
  z-index: 10;
}

.managementheader {
  width: 100%;
}

.managementphoto {
  position: relative;
  display: inline;
  box-shadow: 0px 0px 100px 10px var(--blue-15);
  height: 36vw;
  width: 30vw;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.managementsubtitle {
  display:inline-block;
  vertical-align: top;
  font-weight: 800;
  font-size: 3.5vh;
  color: white;
}

.managementtext {
  display: inline;
  width: fit-content;
  text-overflow: wrap;
  padding: 0px 0px 0px 0px; /*Top, right, bottom, left - different measurements based on container padding*/
  font-size: fit-content;
  font-variant: small-caps;
  text-shadow: 0px 0px 20px var(--text-shadow-color);
  width: 50%;
}

/* TALENT PIPELINE STYLING - SEE ACCORDIAN STYLES UNDER A's */
.media {
  display: flex;
  width: 100%;
  height: 100%;
}

/*  NAV BAR STYLING */
.menu {
  position: fixed;
  width: 100%;
  padding-right: 50px;
  /*height needs to match the scrollable content height*/
  min-height: 12.5%; 
  background: linear-gradient(to right, black, 40%, var(--background-color-4));
  z-index: 10; /*Higher the number, the further front the content is*/
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  overflow: hidden;
}

/*  MENU ITEMS = MENU TABS (Ex: Home, What We Do, Who We Are and etc.) */
.menuitem {
  position: relative;
  color: white;
  float: right;
  padding: 10px;
  font-size: 2.0vh;
}

.menuitem:hover {
  color: var(--nav-menu-contact-button-hover-color);
}

.menuitem.contactbutton {
  background: linear-gradient(-45deg, var(--nav-menu-contact-button-color-1) 0%, var(--nav-menu-contact-button-color-2) 50%, var(--nav-menu-contact-button-color-1) 100%);
  background-size: 400% 400%;
  color: white;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  animation: shimmer 10s infinite;
}

.menuitem.contactbutton:hover {
  background-color: var(--nav-menu-contact-button-background-color);
  color: white;
  transform: scale(1.05); /* Increase the scale to zoom in (1.05 for 105% zoom) */
  filter: brightness(1.2);
}

.menuitem.current {
  color: var(--nav-menu-contact-button-hover-color); /* Change current menuitem color to this blue color */
}

.menuitem.contactbutton.current {
  color: white;
}

.menuitemcontainer {
  position: fixed;
  width: 100%;
  min-height: inherit; 
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}

.menu1 {
  height: 50px;
  width: 50px;
  background-color: red;
  transition: transform .2s; /* Animation */
}

.menu1:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  background-color: blue;
  /* Transition time is determined in the parent class */
}

/* TALENT PIPELINE > blue bridge STYLING - SEE ACCORDIAN STYLES UNDER A's */
.mod_accordion {
  max-width: min(100% - 40px, 1200px);
  margin: 80px auto;
  position: relative;
}

.mySlides1 img {
  width: 100%;
  height: 100%; /* Prevents cropping */
  max-height: 100%;  /* Control max size */
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
}

.mySlides2 img {
  width: 100%;
  height: 100%; /* Prevents cropping */
  max-height: 100%;  /* Control max size */
  object-fit: contain;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
}

.mySlides2 {
  height: 500px !important; /* Accounts for links/dots */
  /*min-height: 300px;  Prevents collapse */
  position: relative;
}

.mySlides2 img,
.mySlides2 .videoembed{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
}

/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

/* ---------------------------------------------------------------------------------------------- N ---------------------------------------------------------------------------------------------- */
/* 
██████████      ██████
██░░░░██████    ██░░██
██░░░░░░░░████  ██░░██
██░░████░░░░██  ██░░██
██░░██████░░██  ██░░██
██░░██  ██░░██  ██░░██
██░░██  ██░░██████░░██
██░░██  ██░░░░████░░██
██░░██  ████░░░░░░░░██
██░░██    ██████░░░░██
██████      ██████████
 */

.next-community {
  margin-right: 24px; /* or more if needed */
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* ---------------------------------------------------------------------------------------------- O ---------------------------------------------------------------------------------------------- */
/*
██████████████
██░░░░░░░░░░██
██░░██████░░██
██░░██  ██░░██
██░░██  ██░░██
██░░██  ██░░██
██░░██  ██░░██
██░░██  ██░░██
██░░██████░░██
██░░░░░░░░░░██
██████████████
*/

/* ---------------------------------------------------------------------------------------------- P ---------------------------------------------------------------------------------------------- */
/* 
██████████████
██░░░░░░░░░░██
██░░██████░░██
██░░██  ██░░██
██░░██████░░██
██░░░░░░░░░░██
██░░██████████
██░░██
██░░██
██░░██
██████
*/

.partnerrow {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 100px;
  height: max-content;
  width: 100%;
}

.partnershowcasefix {
  height: 10%;
  width: 100%;
}

.partnershowcase {
  position: relative;
  width: 100%;
  height: auto;
}

.partnershowcasecontainer {
  position: relative;
  background-image: url('assets/PartnerShowcase1.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0px 0px;
  width: 100%;
  height: 0%;
  margin: 0% 0% 0% 0%;
  padding-bottom: 30%; /*Padding-Height Work around required to show showcase (46.5 orign)*/
}

/* The Sizing of the height, width, and top margin is specific */
/* Height needs to be half of width */
/* Top margin needs to be (100% - width%) / 2 */
/* Left margin needs to match the top margin */
.partnershowcasetop {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  width: 100%;
  top: 2%;
  left: 0%;
}

.partnershowcasetopleft {
  height: 70%;
  width: 100%;
  background-image: url('assets/PartnerSectionFedExWhite.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.partnershowcasetopleft:hover {
  background-image: url('assets/PartnerSectionFedExText.png');
  animation: fadeIn 0.5s;
}

.partnershowcasetopright {
  height: 70%;
  width: 100%;
  background-image: url('assets/PartnerSectionRaymondJamesWhite.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.partnershowcasetopright:hover {
  background-image: url('assets/PartnerSectionRaymondJamesText.png');
  animation: fadeIn 0.5s;
}

/* The Sizing of the height, width, and top margin is specific */
/* Height needs to be half of width */
/* Bottom margin needs to be (100% - width%) / 2 */
/* Left margin needs to match the bottom margin */
.partnershowcasebottom {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  height: 50%;
  width: 100%;
  top: 50%;
  bottom: 8%;
  left: 0%;
}

.partnershowcasebottomleft {
  height: 70%;
  width: 70%;
  background-image: url('assets/PartnerSectionSedgwickWhite.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.partnershowcasebottomleft:hover {
  background-image: url('assets/PartnerSectionSedgwickText.png');
  animation: fadeIn 0.5s;
}

.partnershowcasebottomright {
  height: 70%;
  width: 70%;
  background-image: url('assets/PartnerSectionCityofMemphisWhite.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.partnershowcasebottomright:hover {
  background-image: url('assets/PartnerSectionCityofMemphisText.png');
  animation: fadeIn 0.5s;
}

a.partnerbutton {
  font-size: 1.2rem;
}

.partnerbutton {
  border-radius: 8px;
  background-color: var(--background-color-6); 
  padding: 10px;
  color: white;
  width: 200px;
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 3.5vh;
  align-self: flex-end; /* newline */
}

.partnerbubblecontainer {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 4rem;
}

.partnerbubble {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  background: var(--background-color-12);
  box-shadow: 0 4px 30px var(--box-shadow-color-1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--background-color-12);
  transition: all 0.3s ease;
}

.partnerbubble:hover {
  transform: scale(1.05);
}

.partnerbubble:nth-child(2) .logo {
  width: 85%;
  position: relative;
  top: -10px;
}

.partnerbubble:nth-child(3) .logo {
  width: 85%;
}

.partnerbubble img {
  height: auto;
  object-fit: contain;
  z-index: 2;
}

/* Show triangle only on selected bubble */
.partnerbubble.selected .bubblepointer {
  opacity: 1;
}

.pipelinestats {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--background-color-2); /* Navy background */
  color: #ffffff;
  padding: 40px 20px;
  gap: 50px;
  flex-wrap: wrap;
}

.pipelinestat {
  text-align: center;
  padding: 0 20px;
  min-width: 150px;
}

.pipelinestat h3 {
  font-size: 2rem;
  color: #55C5F2; /* Light blue */
  margin: 0;
}

.pipelinestat p {
  font-size: 1rem;
  margin-top: 8px;
  line-height: 1.4;
}

.pipelinedivider {
  width: 1px;
  height: 80px;
  background-color: #d0d0d0;
  opacity: 0.5;
}

.pipeline-container {
  max-width: 1200px;
  margin: 0 auto;
}

.pipelinestoriescontainer {
  margin-bottom: 100px;
  display: block;
}

.pipelinestoriescontainer .pipelinecarouselcontainer {
  display: none; /* Hide ALL carousels by default */
}

.pipelinestoriescontainer .pipelinecarouselcontainer.active {
  display: block; /* Show only the active one */
}

.pipelinecarouselcontainer {
  background-color: var(--background-color-2);
  border-radius: 16px;
  padding: 2rem;
  margin: auto;
  max-width: 900px;
  width: 90%;
  color: white;
  position: relative;
}

.pipeline-group-mobile {
  display: none; /*hidden on desktop */
  margin-bottom: 2rem;
}

.pipelinecarouselcontent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  flex-wrap: nowrap;
}

/* pipeline carousel controls */
.carousel-controls .prev,
.carousel-controls .next {
  cursor: pointer;
  padding: 14px;
  position: absolute;
  top: 45%;
  background: var(--background-color-10);
  border-radius: 50%;
  color: white;
  font-size: 20px;
  user-select: none;
}

.carousel-controls .prev {
  left: -10px;
}
.carousel-controls .next {
  right: -10px;
}

.pipeline-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: relative; /* Avoid interfering with other absolute top/left rules */
  top: auto !important;
  left: auto !important;
}

.dot-pipeline {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.dot-pipeline.active {
  background-color: var(--background-color-10);
}

.pipelineimage {
  text-align: center;
  flex-shrink: 0;
}

.pipelineicon {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  object-position: top center;
  margin-bottom: 10px;
}

.pipelinequotecontainer {
  max-width: 500px; 
  flex: 1;
  text-align: left;
  color: white;
}

.pipelinequote {
  font-size: 1.2rem;
  font-style: italic;
  margin: 0;
  margin-top: 40px;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next,.text {font-size: 11px}
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  background-color: rgba(108, 189, 255, 0.8);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 100;
}

.prev { left: -10px; } /* Slightly outside */
.next { right: -10px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(36, 93, 174, 0.8);
}

.profiledescription {
  vertical-align: top;
  font-weight: 400;
  font-size: 1rem;
  color: white;
  text-align: center;
  margin-top: 2%;
}

.profileiconcontainer {
  float: left;
  width: 300px;
  height: 300px;
  margin-left: 5%;
  background: linear-gradient(to bottom right, transparent 70%, rgb(20, 69, 134) 81%);
  border-radius: 5%;
}

.profileiconcontainer:hover {
  filter: brightness(1.2);
  transform: scale(1.05); /* Increase the scale to zoom in (1.05 for 105% zoom) */
  transition: transform 0.3s ease, filter 0.3s ease; /* Smooth transition for scaling and brightness */
}

.profileicon {
  height: 200px;
  width: 200px;
  margin-left: 20%;
  border-radius: 50%;
  background: linear-gradient(to bottom right, transparent 10%, rgb(20, 69, 134));
  background-repeat: no-repeat;
  object-fit: cover;
}

.profilequote {
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
}

.profilequotecontainer {
  width: 63%;
  text-align: center;
  margin: 0.5rem;
  margin-right: 2%;
  padding: 0.5rem;
  position: absolute;
  right: 60px;
  top: 10px;
}

.pipeline-cta-container {
  align-items: center;
  width: calc(100% - 10%);
  vertical-align: top;
  padding: 7% 5% 10% 5%;
  border-bottom: var(--blue-2);
  background-image: url(assets/TP_CTA_Building.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0, 0, 25, .80);
  background-blend-mode: multiply;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 30px;
}

.pipeline-cta-subtitle {
  display: block;
  font-weight: 700;
  font-size: 3.75vw;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 50px;
  text-align: center;
}

a.pipeline-cta-button {
  font-size: 1.2rem;
}

.pipeline-cta-button {
  border-radius: 8px;
  background-color: var(--background-color-6); 
  padding: 10px;
  color: white;
  width: 200px;
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 3.5vh;
  margin: auto;
  margin-top: 20px;
}

/* ---------------------------------------------------------------------------------------------- S ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██░░██████░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██████░░████
 ██░░░░░░░░░░░░██
 ████████████████
  */
/* ---------------------------------------------------------------------------------------------- S ---------------------------------------------------------------------------------------------- */
/* 
 ████████████████
 ██░░░░░░░░░░░░██
 ██░░████████░░██
 ██░░██    ██░░██
 ██░░████████░░██
 ██░░░░░░░░░░░░██
 ██░░██████░░████
 ██░░██  ██░░██
 ██░░██  ██░░██████
 ██░░██  ██░░░░░░██
 ██████  ██████████
 */

.raymondjameslogo {
  height: 180px;
  border: 1px solid black;
  background-color: white;
}

/* ---------------------------------------------------------------------------------------------- S ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██░░██████████
 ██░░██
 ██░░██████████
 ██░░░░░░░░░░██
 ██████████░░██
         ██░░██
 ██████████░░██
 ██░░░░░░░░░░██
 ██████████████
 */

.scrollableContent {
  position: relative;
  overflow-y: auto;
  overflow-x: none;
  display: block;
  width: 100vw;
  height: calc(87.5%);
  min-height: 87.5%;
  /* View height Prevents White space when resizing windows*/
  top: 12.5%;
  /*This padding needs to match the .contactfooter height*/ /* View height Prevents White space when resizing windows*/
  left: 0px;
  right: 0px;
  background-color: rgb(20, 69, 134);
  color: white;
  z-index: 2; /*The lower the number, the further back the content is*/
}

.sedgwicklogo {
  height: 180px;
  border: 1px solid black;
}

.serviceoptionscontainer {
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
  padding: 2% 5%; /* 5% 0% 2% 0%; */
  box-sizing: border-box;
}

.serviceoptionscontainer2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  height: fit-content;
  max-height: 90vh;
  overflow: visible;
  box-sizing: border-box;
  margin-top: 60px;
}

.serviceoptionscontainer3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
}

.serviceoptionscontainer4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  height: fit-content;
  max-height: 90vh;
  overflow: visible;
  box-sizing: border-box;
  margin-top: 60px;
}

.serviceoptionbr{
  display: none;
}

.serviceoption {
  width: 25%;
  text-align: center;
}

.servicedescription {
  color: white;
  font-weight: 500;
  font-size: 1.1vw;
  text-align: left;
  line-height: 1.5;
}

.servicetitle {
  color: white;
  font-weight: 700;
  font-size: 30px;
  margin: 0px 0px 15px 0px;
  text-align: center;
}

.serviceoptionsphoto {
  /* This line changes the black image to white */
  width: 150px;
  margin: 0px 0px 15px 0px;
}

.serviceoptionsphoto2 {
  /* This line changes the black image to white */
  width: 225px;
  margin: 0px 0px 15px 0px;
}

.servicessection {
  display: inline-flex;
  width: 50%;
  vertical-align: top;
}

.servicessectionpicture {
  display: inline;
}

.servicessectiontext {
  display: inline;
  width: fit-content;
  text-overflow: wrap;
  color: white;
}

.servicessectiontext a {
  color: white;
}

.servicestitle {
  display:inline-block;
  vertical-align: top;
}

.servicesdescription {
  display: block;
}

@keyframes shimmer {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

/* Slideshow container */
.slideshow-container {
  width: calc(50% - 100px);
  position: relative;
  width: 80%;
  max-width: 90vw;
  height: auto;
  max-height: 90vh;
  margin: 5px auto 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.slideshowdotscontainer {
  position: absolute;
  left: 60%;
  bottom: 10px;
  margin-top: 20px;
}

.statscontainer {
  display: flex;
  justify-content: center; /* space-evenly */
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 5%; /* 20% */
  padding: 20px 0;
  gap: 20px;
  position: relative;
}

.statscontainer img {
  display: block; /* flex; */
  margin: 0 auto;
  width: 80%;
  max-width: 100%; 
  height: auto;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}

.stats-img-grads {
  aspect-ratio: 240 / 158;
}

.stats-img-bbp {
  aspect-ratio: 238 / 196;
}

.statscontainer .impactpercenttext {
  display: inline;
  font-weight: 40;
  text-align: center;
  margin-top: 1.5rem;
  color: white;
  font-variant: none;
  z-index: 10;
  text-align: center;
}

.statscontainer .stats {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 300px; /* 360 */
  width: 300px;
  background: #12284b;
  border-radius: 50px;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease-out;
  position: relative;
}

.statsgallerycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column; 
  min-width: 300px;
  max-width: 400px;
}

/* New social media widget styles */
.socialcontainer {
  display: flex;
  justify-content: center;
  margin-top: 5%;
}

.socialcontainer a {
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 0 5px;
  background: var(--social-media-widget-icon-background-color);
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease-out;
  overflow: hidden;
}

.socialcontainer a:hover .icon {
  color: var(--blue-1);
} */

.socialcontainer a .icon i {
  color: var(--blue-1);
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

.socialcontainer a:hover .icon i {
  color: white;
  text-shadow: 0 0 10px rgba(0, 115, 229, 0.8);
}

.socialmediafeedcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
}

.socialstitle {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-top: 5%;
  font-size: 30px;
  font-family: inherit;
  text-shadow: 0 3px 6px black;
}

div.scrollstudentContainer img {
  padding: 3%;
  flex: 0 auto;
}

.studentContainer {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 10%); /*This calculation width needs to match the padding*/
  vertical-align: top;
  padding: 0% 5% 0% 5%; /*top, right, bottom. left*/
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.studentPicture2 {
  width: 25%;
  padding: 0% 1% 0% 1%; /*top, right, bottom. left*/
  border-radius: 10px;
  margin-bottom: 45px;
}

.studentPicture {
  width: 32%;
  border-radius: 10px;
  margin-bottom: 45px;
}

/* ---------------------------------------------------------------------------------------------- T ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██████░░██████
     ██░░██
     ██░░██
     ██░░██
     ██░░██
     ██░░██
     ██░░██
     ██░░██
     ██████
*/

.talentcontainer {
  display: flex; /* newline */ 
  position: relative;
  overflow: hidden;
  width: calc(100% - 10%);
  padding: 7% 5% 10% 5%;
  vertical-align: top;
  text-align: right;
  border: none;
  min-height: 250px;
  height: auto
}

.talent-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.talent-welcomebackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 25, 0.80);
  z-index: 2;
}

.talentcontainer .employmenttext {
  display: flex;
  flex-direction: column;
  align-items: flex-end; 
  text-align: right;
  /* max-width: 500px; */
  width: 100%;
  position: relative; 
  z-index: 1000;
} 

.talentsubtitle {
  display: block;
  font-weight: 700;
  font-size: 3.75vw;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 50px;
  max-width: 500px;
}

.talentpipelinesubtitle {
  display: block;
  font-weight: 700;
  font-size: 3.75vw;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 50px;
  max-width: 500px;
  margin-bottom: 10px; /* newline */
}

.talentpipelinesubtitle span {
  display: block; 
}

.talentpipelinedescription {
  display: block;
  font-size: 2vw;
  font-weight: 40;
  color: white;
  font-variant: none;
  z-index: 10;
  text-shadow: 0px 0px 3px rgb(0 0 0);
  max-width: 500px; /* match subtitle width */
  text-align: right;
  margin-bottom: 15px;
}

.talentdescription {
  display: block;
  font-size: 2vw;
  font-weight: 40;
  padding: 10px 0px 10px 0px;
  color: white;
  font-variant: none;
  z-index: 10;
  text-shadow: 0px 0px 3px rgb(0 0 0);
  max-width: 350px;
}

.talentpipelinesubtitle,
.talentpipelinedescription,
.talentsubtitle,
.talentdescription {
  z-index: 3;
  position: relative;
}

.test1 {
  height: 50px;
  width: 50px;
  background-color: red;
  transition: transform .2s; /* Animation */
}

.test1:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  background-color: blue;
  /* Transition time is determined in the parent class */
}

.testtop,
.testbottom {
  height: 100vh;
}

.textcontent {
  margin: 20px 25% 20px 25%;
  padding: 20px 20px 20px 20px;
  text-align: center;
  border-radius: 10px;
}

#displayedString.textdescription {
  display: block;
  font-size: 1.4em;
  font-weight: 40;
  padding: 20px 5% 10px 5%;
  font-style: italic;
  color: var(--description-text-color-1);
  font-variant: none;
  z-index: 10;
  text-align: left;
  max-width: 80%; 
  margin-left: auto; /* Helps center the text block */
  margin-right: auto;
}

.textdescription {
  display: inline;
  color: white;
  font-weight: 500;
  font-size: 2.5vw;
  text-shadow: 0 0 10px black;
}

a.textdescription {
  text-decoration: underline;
}

.textlink {
  color: var(--blue-1);
}

.texttitle {
  color: white;
  font-weight: 700;
  font-size: 5vw;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  text-align: center;
}

.twitterlogo {
  height: 100px;
  border: 1px solid white;
  border-radius: 5px;
}

/* ---------------------------------------------------------------------------------------------- U ---------------------------------------------------------------------------------------------- */
/* 
 ██████  ██████
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██████░░██
 ██░░░░░░░░░░██
 ██████████████
*/

ul {
  position: relative;
  display: block
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .umrflogo {
    height: calc(12.5vh - 40px) !important;
    left: 3% !important;
    margin-top: 1% !important;
  }
}

/* Default logo sizing */
.umrflogo {
  position: absolute; 
  height: calc(12.5vh - 20px);
  padding: 10px;
  left: 3.5%;
  z-index: 15;
}

/* ---------------------------------------------------------------------------------------------- V ---------------------------------------------------------------------------------------------- */
/* 
 ██████  ██████
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░░░██░░░░██
 ████░░░░░░████
   ████░░████
     ██████
*/

.videocontainer {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: fit-content;
}

/* Add some content at the bottom of the video/page */
.videooverlay {
  position: absolute;
  background: var(--text-shadow-color);
  color: #f1f1f1;
  width: 100%;
  bottom: 0px; /*content hangs off the bottom of the video due to vh somewhere*/
}

.viewpositionsbutton {
  border-radius: 8px;
  background-color: white;
  padding: 10px;
  color: var(--blue-4);
  width: 40%;
  margin: auto;
  text-align: center;
  font-size: 3.5vh;
}

.viewpositionsbutton:hover{
  background-color: var(--background-color-3);
  color: white;
  transform: scale(1.05); /* Increase the scale to zoom in (1.05 for 105% zoom) */
}

.videoembed {
  position: relative;
  border-radius: 10px;
  background-color: white;
  z-index: 1;
  box-shadow: 0px 0px 100px 10px var(--blue-15);
  border-top: var(--blue-2);
  border-bottom: var(--blue-2);
}

/* ---------------------------------------------------------------------------------------------- W ---------------------------------------------------------------------------------------------- */
/* 
 ██████          ██████
 ██░░██          ██░░██
 ██░░██          ██░░██
 ██░░██          ██░░██
 ██░░██  ██████  ██░░██
 ██░░██  ██░░██  ██░░██
 ██░░██  ██░░██  ██░░██
 ██░░██████░░██████░░██
 ██░░░░░░░░░░░░░░░░░░██
 ██░░██████░░██████░░██
 ██████  ██████  ██████
*/

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: var(--scrollbar-background-color);
  box-shadow: inset 0 0 5px black; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--scrollbar-bar-color); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-hover-color); 
}

.welcomebackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 25, 0.80);
  z-index: 2;
}

.welcomecontainer {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 10%); /*This calculation width needs to match the padding*/
  vertical-align: top;
  padding: 7% 5% 10% 5%; /*top, right, bottom. left*/
  border-top: 10px solid var(--blue-2);
  border-bottom: 10px solid var(--blue-2);
  background-image: url('assets/CampusAdministrationBuildingBlur.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgb(128 128 133 / 21%);
  background-blend-mode: multiply;
  object-fit: cover;
}

.welcomedescription {
  display: block;
  font-size: 2vw;
  font-weight: 40;
  padding: 10px 0px 10px 0px;
  font-style: italic;
  color: rgba(193, 190, 190, 1);
  font-variant: none;
  z-index: 10;
  text-shadow: 0px 0px 3px var(--text-shadow-color);
}

.welcometext {
  display: inline;
  width: fit-content;
  text-overflow: wrap;
  padding: 0px 0px 0px 50px; /*Top, right, bottom, left - different measurements based on container padding*/
  font-size: fit-content;
  font-variant: small-caps;
  text-shadow: 0px 0px 20px var(--text-shadow-color);
}

.welcometitle {
  display:inline-block;
  vertical-align: top;
  font-weight: 900;
  font-size: 3vw;
  color: white;
  text-shadow: 0px 0px 10px var(--text-shadow-color);
}

.welcomesubtitle {
  display:inline-block;
  vertical-align: top;
  font-weight: 900;
  font-size: 3vw;
  color: white;
  text-shadow: 0px 0px 10px rgb(13, 24, 55);
}

.welcomevideo {
  position: relative;
  display: inline;
  width: 10%;
  height: max-content;
  box-shadow: 0px 0px 100px 10px var(--blue-15);
  flex: 3; 
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  align-items: center;
  border-top: var(--blue-2);
  border-bottom: var(--blue-2);
}

/* This id is used to keep the menu item colorized even when on a different url */
.whoweare.current{
  color: var(--background-color-3);
}

.wwalinks {
  display: flex;
  justify-content: space-between;
  color: white;
  padding: 3% 8% 3%;
  background-color: var(--blue-3);
  position: relative;
  z-index: 10;
}

.wwalinkitem {
  font-size: 3vw;
  display: flex;
  justify-content: space-evenly;
  color: white;
}

.wwalinkitem:hover {
  color: var(--background-color-3);
}

.wwalinkitem.current {
  color: var(--background-color-3);
}

.wwaphoto {
  width: 50%;
  border-radius: 10px;
}

.wwaphoto {
  display: inline;
  width: 47%;
  margin: 0% 0px 0% 0px;
  height: max-content;
  box-shadow: 0px 0px 5px 5px var(--blue-15);  
}

.wwacontact {
  display: inline-flex;
  align-items: center;
  width: 70%; 
  margin: auto;
  vertical-align: top;
  justify-content: space-evenly;
}

.wwacontactsubtitle {
  display: block;
  font-weight: 1000;
  font-size: 2.5rem;
  color: white;
  letter-spacing: -1px;
  line-height: 50px;
  padding: 25px 5% 5% 5%;
  text-align: center;
}

.wwacontactdescription {
  display: inline;
  font-size: 2.5vh;
  font-weight: 40;
  font-style: italic;
  color: #C1BEBE;
  font-variant: none;
  z-index: 10;
  text-align: center;
  width: 70%; /* originally 70% */
  margin: auto; /* auto */
}

.wwacontactdescriptiontitle {
  display: inline;
  font-size: 4.5vh;
  font-weight: bolder;
  color: rgba(255, 255, 255, 0.9);
  font-variant: none;
  z-index: 10;
  text-align: center;
  width: 70%;
  margin: auto;
}

a.wwacontactdescription {
  display: inline;
  text-decoration: underline;
  text-align: center;
}

.wwacontacttext {
  width: 70%;
  margin: auto;
  padding: 5% 5% 5% 5%;
  text-align: center;
}

.wwacontainer {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 10%); /*This calculation width needs to match the padding*/
  vertical-align: top;
  padding: 5% 5% 0% 5%; /*top, right, bottom. left*/
}

.wwacontainerbottom {
  display: inline-flex;
  align-items: center;
  width: calc(100% - 10%); /*This calculation width needs to match the padding*/
  vertical-align: top;
  padding: 5% 5% 0% 5%; /*top, right, bottom. left*/
}

.wwadescription {
  display: inline;
  font-size: 2.5vh;
  font-weight: 40;
  padding: 20px 0px 10px 0px;
  font-style: italic;
  color: #C1BEBE;
  font-variant: none;
  z-index: 10;
}

a.wwadescription {
  display: inline;
  font-size: 2.5vh;
  font-weight: 40;
  padding: 20px 0px 10px 0px;
  font-style: italic;
  color: white;
  font-variant: none;
  z-index: 10;
  text-decoration: underline;
}

.wwareheadercontainer {
  align-items: center;
  width: calc(100% - 10%);
  vertical-align: top;
  padding: 7% 5% 10% 5%;
  background-image: url(assets/UMRF5thAnnyBlur.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #51769b;
  background-blend-mode: multiply;
  box-shadow: inset 0 0 8px black;
  object-fit: cover;
}

.wwarecontentcontainer {
  display: flex;
  justify-content: space-evenly;
}

.wwarecontentheader {
  width: 80%;
  margin:inline;
  padding: 2% 3% 3% 3%;
  background-color: var(--blue-3);
  box-shadow: 0 10px 20px var(--box-shadow-color-1);
  margin-bottom: 2%;
}

.wwareopening {
  display: inline;
  width: fit-content;
  text-overflow: wrap;
  padding: 0px 0px 0px 50px; /*Top, right, bottom, left - different measurements based on container padding*/
  font-size: fit-content;
}

.wwareopening p {
  display: block;
  font-weight: 600;
  font-size: 2vw;
  color: rgba(255, 255, 255, 0.719);
  letter-spacing: -1px;
  text-align: center;
}

.wwareopeningtext {
  display: inline;
  text-overflow: wrap;
  text-align: left;
  padding: 2%;
}

.wwareopeningtextsubtitle {
  text-align: center;
  font-size: 1.5vw;
  color: rgba(255, 255, 255, 0.61);
  font-weight: 500;
}

.wwareopeningtextsubtitlelink a {
  color: var(--background-color-10);
}

.wwaretext {
  display: inline;
  width: fit-content;
  text-overflow: wrap;
  padding: 0px 0px 0px 50px; 
  font-size: fit-content;
  text-shadow: 0px 0px 20px var(--text-shadow-color);
}

.wwaretitle {
  font-weight: 900;
  font-size: 3.75vw;
  color: rgba(255, 255, 255, 0.719);
  letter-spacing: -1px;
}

.wwatext {
  display: inline;
  width: fit-content;
  text-overflow: wrap;
  padding: 0px 0px 0px 50px; /*Top, right, bottom, left - different measurements based on container padding*/
  font-size: fit-content;
  font-variant: small-caps;
  text-shadow: 0px 0px 20px var(--text-shadow-color);
}

.wwatextcontent {
  margin: 20px 25% 20px 25%;
  padding: 20px 20px 20px 20px;
  text-align: center;
  border-radius: 10px;
}

.wwatextleft {
  display: inline;
  width: fit-content;
  text-overflow: wrap;
  padding: 0px 50px 40px 0px; /*Top, right, bottom, left - different measurements based on container padding*/
  font-size: fit-content;
  font-variant: small-caps;
  text-shadow: 0px 0px 20px var(--text-shadow-color);
}

.wwatitle {
  display:inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 50px;
  color: var(--blue-1);
}

.wwasubtitle {
  display: inline-block;
  vertical-align: top;
  font-weight: 900;
  font-size: 3.5vw;
  color: white;
  letter-spacing: -1px;
}

.wwaphoto {
  position: relative;
  display: inline;
  width: 47%;
  height: max-content;
  box-shadow: 0px 0px 10px 1px var(--blue-15);
  object-fit: cover;
}

.wwdWelcomeContainer {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  width: calc(100% - 10%); /*This calculation width needs to match the padding*/
  vertical-align: top;
  padding: 7% 5% 10% 5%; /*top, right, bottom. left*/
  border-top: 10px solid var(--blue-2);
  border-bottom: 10px solid var(--blue-2);
  background-image: url('assets/bridge.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgb(128 128 133 / 21%);
  background-blend-mode: multiply;
  object-fit: cover;
}

.wwdCard-container {
  width: 400px;
  height: 300px;
  position: relative;
  border-radius: 15px;
  box-shadow: 0 10px 20px var(--box-shadow-color-1);
  overflow: hidden;
  padding-bottom: 20px;
}

.wwdCard {
  width: 100%;
  height: 100%;
  border-radius: inherit;
 
}

.wwdCard .front-content {
  width: 100%;
  height: 100%;
  background-color: var(--background-color-5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
}

.wwdCard .front-content p {
  font-size: 32px;
  font-weight: 700;
  opacity: 1;
  background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
}

.wwdCard .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  background: linear-gradient(-45deg, var(--background-color-7) 0%, var(--background-color-8) 0%, var(--background-color-7) 100%);
  animation: shimmer 10s infinite;
  color: #e8e8e8;
  line-height: 1.5;
  border-radius: 5px;
  pointer-events: none;
  transform: translateY(96%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.wwdCard .content .heading {
  font-size: 32px;
  font-weight: 700;
}

.wwdCard:hover .content {
  transform: translateY(0);
}

.wwdCard:hover .front-content {
  transform: translateY(-30%);
}

.wwdCard:hover .front-content p {
  opacity: 0;
}

.wwdcontact {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 10%); /*This calculation width needs to match the padding*/
  vertical-align: top;
  padding: 2% 5% 3% 5%; /*top, right, bottom. left*/
  margin-top: 5%;
  justify-content: space-evenly;
  background-color: var(--background-color-5);
}

.wwdcontact2 {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 10%); /*This calculation width needs to match the padding*/
  vertical-align: top;
  padding: 2% 5% 0% 5%; /*top, right, bottom. left*/
  margin-top: 5%;
  justify-content: space-evenly;
  background-color: var(--background-color-5);
}

.wwdcontactsubtitle {
  display:inline-block;
  vertical-align: top;
  font-weight: 900;
  font-size: 55px;
  color: white;
  letter-spacing: -1px;
  line-height: 80px;
}

.wwdcontactdescription {
  display: block;
  font-size: 20px;
  font-weight: 40;
  padding: 20px 0px 10px 0px;
  font-style: italic;
  color: var(--description-text-color-1);
  font-variant: none;
  z-index: 10;
}

.wwdcontacttext {
  width: 60%;
}

.wwdcontainer {
  display: inline-flex;
  width: calc(100% - 10%); /*This calculation width needs to match the padding*/
  vertical-align: top;
  padding: 60px 5% 0% 5%; /*top, right, bottom. left*/
  justify-content: space-evenly;
  align-items: flex start;
}

.wwdsubject {
  display: inline-flex;
  align-items: flex-end;
  width: calc(50% - 40px); /* This calculation width needs to match the margin */
  vertical-align: top;
  margin: 10px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wwddescription {
  position: relative;
  display: block;
  font-size: 1.2vw;
  font-weight: 40;
  padding: 40px 20px 20px 20px;
  font-style: italic;
  color: var(--description-text-color-1);
  font-variant: none;
  z-index: 10;
  bottom: 0;
}

.wwdsubject .wwddescription {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.wwdsubject:hover .wwddescription {
  opacity: 1;
  background: linear-gradient(to top, var(--blue-15), #060d1aa9, #060d1aa9, #060d1ab3, transparent);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.wwdtitle {
  display:inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 900;
  font-size: 5vw;
  color: white;
  letter-spacing: -1px;
  line-height: 50px;
  padding-top: 4%;
  padding-bottom: 1%;
  /* Calculate for the padding */
  width: calc(100% - 40px);  
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  text-shadow: 0 0 10px black;
}

.wwdtext {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

/* ---------------------------------------------------------------------------------------------- X ---------------------------------------------------------------------------------------------- */
/* 
 ████████  ████████
 ██░░░░██  ██░░░░██
 ████░░██  ██░░████
   ██░░░░██░░░░██
   ████░░░░░░████
     ██░░░░░░██
   ████░░░░░░████
   ██░░░░██░░░░██
 ████░░██  ██░░████
 ██░░░░██  ██░░░░██
 ████████  ████████
*/

/* ---------------------------------------------------------------------------------------------- Y ---------------------------------------------------------------------------------------------- */
/* 
 ████████  ████████
 ██░░░░██  ██░░░░██
 ████░░██  ██░░████
   ██░░░░██░░░░██
   ████░░░░░░████
     ████░░████
       ██░░██
       ██░░██
       ██░░██
       ██░░██
       ██████
*/

/* ---------------------------------------------------------------------------------------------- Z ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████████
 ██░░░░░░░░░░░░░░██
 ████████████░░░░██
         ████░░████
       ████░░████
     ████░░████
   ████░░████
 ████░░████
 ██░░░░████████████
 ██░░░░░░░░░░░░░░██
 ██████████████████
*/

/* ---------------------------------------------------------------------------------------------- Other ---------------------------------------------------------------------------------------------- */
/* 
Media Queries for Responsive Design
  - Adjusts layout and styles for different screen sizes
*/

@media (min-width: 769px) {
  .accordion-slide {
    flex: 1;
    min-height: auto;
    border-bottom: none;
    border-right: 1px solid var(--grey-1);
    transition: flex-grow 0.3s ease-in-out;
  }

  .accordion-slide:last-child {
    border-right: none;
  }

  .accordion-slide.active {
    flex-grow: 2;
  }

  .accordion-slide .background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.6) 0%, var(--background-color-1) 40%), 
              linear-gradient(to bottom right, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.4) 50%); 
    opacity: 0.7;
    border-radius: inherit;
    transition: opacity 0.3 ease-in-out;
  }

  .accordion-slide.active .background::after {
    opacity: 0.9;
  }

  .accordion-slide:not(.active):hover .background::after {
    opacity: 0.7 !important;
  }

  .accordion-slide .expander {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
  }

  .accordion-slide.active .expander {
    max-height: 100px;
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
  }

  .accordion-slide.active:hover .expander {
    max-height: 100px;
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
  }

  .bbp-content {
    width: 50%;
  }

  .bbp-content h2 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    line-height: 1.2;
  }

  .bbp-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    background-color: var(--background-color-12);
    border-radius: 50%;
  }

  .block {
    display: block;
  }

  .carousel-card {
    flex: 0 0 45%;
    max-width: 500px;
  }

  .half-image-row {
    flex-direction: row;
    height: 500px;
    gap: 1rem;
  }

   /* Hovering over row - shrink non-hovered cards */
  .half-image-row:hover .accordion-slide:not(:hover) {
    flex-grow: 0.7; /* Shrink non-hovered cards */
  }
  
  /* Hovered card - expand it */
  .half-image-row .accordion-slide:hover {
    flex-grow: 2; /* Expand hovered card */
  }
  
  /* Active (clicked) card - keep it expanded */
  .half-image-row .accordion-slide.active {
    flex-grow: 2; /* Active card stays expanded */
  }
  
  /* If hovering over an active card, keep it expanded */
  .half-image-row .accordion-slide.active:hover {
    flex-grow: 2;
  }
  
  /* Ensure non-active, non-hovered cards stay small when row is hovered */
  .half-image-row:hover .accordion-slide:not(:hover):not(.active) {
    flex-grow: 0.7;
  }

  .impact-title {
    font-size: 1.5rem;
  }

  .impact-link {
    font-size: 1.2rem;
  }

  .partnerbubblecontainer {
    display: flex;
  }

  .pipeline-group-mobile {
      display: none;
  }

  .pipelinestoriescontainer {
    display: block;
  }

  .pipelinestoriescontainer .pipelinecarouselcontainer {
      display: none;
  }
  
  .pipelinestoriescontainer .pipelinecarouselcontainer.active {
      display: block;
  }

  .statscontainer .impactpercenttext {
    font-size: 1.25rem; 
    line-height: 1.6;
    margin: 20px auto;
    max-width: 800px;
    text-align: left;
    display: block; /* undo inline if needed */
  }
}

@media (min-width: 1024px) {
  .carousel-card {
    flex: 0 0 30%;
    max-width: 400px;
  }

  .impact-title {
    font-size: 1.5rem;
  }

  .impact-link {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .carousel-card {
    flex: 0 0 80%;
  }

  .impactstatscontainer,
  .impactgraphs,
  .impactpercenttextcontainer {
    box-sizing: border-box;
  }

  .impactgraphs {
    width: 92%; 
    max-width: 920px;      
    padding: 12px 16px;    
    margin: 0 auto;        
  }

  .impactpercent-number {
    font-size: 3rem;       
    font-weight: 700;
    padding: 0 6px;
    text-align: center;
    color: #55C5F2;
    text-shadow: 1px 0 3px rgba(1,0,43,0.9);
    line-height: 0.9;
    margin: 0;
  }

  .impactpercenttext {
    width: 100%;
    margin: 10px 0 0;
    padding: 8px 6px;
    font-size: 1.05rem;
    line-height: 1.45;
    color: rgba(255,255,255,0.85);
    text-align: center;
  }

  .impactpercenttextcontainer {
    max-width: 720px;     
    margin: 0 auto;
    padding: 0 6px;
  }

  .statscontainer {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 10% !important; /* Reduced from 20% */
  }

  .statsgallerycontainer {
    width: 90%;
    max-width: 350px;
    margin: 0;
  }

  .statscontainer .stats {
    width: 90%;
    height: auto;
    min-height: 280px;
    padding: 20px;
    justify-content: center; 
    align-items: center;
  }

  .statscontainer img {
    max-width: 80%; 
    width: auto;
    height: auto;
    margin: 0 auto;
  }

  .impactpercent p {
    font-size: 4vh; /* Slightly smaller text */
  }

  .impactpercenttext p {
    font-size: 1.5rem !important; /* Fixed size */
  }
}