/* ---------------------------------------------------------------------------------------------- M ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██░░██████░░██
 ██░░██  ██░░██
 ██░░██████░░██
 ██░░░░░░░░░░██
 ██░░██████░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██████  ██████
*/

/* Extra small devices (phones, 600px and up) */
@media only screen and (max-width: 600px) {
  .aboutuscontentcontainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .aboutuscontentcontainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .aboutuscontentcontainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
}

/* ABOUT US LEFT CONTENT */
/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .aboutusleftcontent {
    width: 86%;
    margin-bottom: 5%;
    margin-left: 3.9%;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .aboutusleftcontent {
    width: 85.6%;
    margin-bottom: 5%;
    margin-left: 3.6%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .aboutusleftcontent {
    width: 86.3%;
    margin-bottom: 2%;
    margin-left: 2%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .aboutusleftcontent {
    width: 86.3%;
    margin-bottom: 2%;
    margin-left: 2%;
  }
}

/* ABOUT US RIGHT CONTENT */
/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .aboutusrightcontent {
    width: 86%;
    margin-bottom: 2%;
    margin-right: 3.9%;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .aboutusrightcontent {
    width: 85.6%;
    margin-bottom: 2%;
    margin-right: 3.6%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .aboutusrightcontent {
    width: 86.3%;
    margin-bottom: 2%;
    margin-right: 2%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .aboutusrightcontent {
    width: 86.3%;
    margin-bottom: 2%;
    margin-right: 2%;
  }
}

/* Extra small devices (phones, 600px and up) */
@media only screen and (max-width: 600px) {
  .aboutustitle {
    display: flex;
    font-weight: 900;
    font-size: 6.5vw;
    line-height: 25px;
    justify-content: center;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .aboutustitle {
    display: flex;
    font-weight: 900;
    font-size: 6vw;
    line-height: 25px;
    justify-content: center;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .aboutustitle {
    display: flex;
    font-weight: 900;
    font-size: 5.5vw;
    line-height: 25px;
    justify-content: center;
  }
}

/* ABOUT US LEFT TEXT */
/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .aboutuslefttext {
    font-size: 1em;
    padding: 10px 0 10px 0;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .aboutuslefttext {
    font-size: 1em;
    padding: 10px 0 10px 0;
  }
}

/* ABOUT US LEFT TEXT CONTENT */
/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .aboutuslefttextcontent {
    font-size: 18px;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .aboutuslefttextcontent {
    font-size: 18px;
  }
}

/* ABOUT US LEFT TITLE */
/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .aboutuslefttitle {
    font-weight: 900;
    font-size: 6.5vw;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .aboutuslefttitle {
    font-weight: 900;
    font-size: 6.5vw;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .aboutuslefttitle {
    font-weight: 900;
    font-size: 5.5vw;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .aboutuslefttitle {
    font-weight: 900;
    font-size: 5vw;
  }
}

/* ABOUT US RIGHT TEXT */
/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .aboutusrighttext {
    font-size: 1em;
    padding: 10px 0 10px 0;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .aboutusrighttext {
    font-size: 1em;
    padding: 10px 0 10px 0;
  }
}

/* ABOUT US LEFT TEXT CONTENT */
/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .aboutusrighttextcontent {
    font-size: 18px;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .aboutusrighttextcontent {
    font-size: 18px;
  }
}

/* ABOUT US RIGHT TITLE */
/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .aboutusrighttitle {
    font-weight: 900;
    font-size: 6.5vw;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .aboutusrighttitle {
    font-weight: 900;
    font-size: 6.5vw;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .aboutusrighttitle {
    font-weight: 900;
    font-size: 5.5vw;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .aboutusrighttitle {
    font-weight: 900;
    font-size: 5vw;
  }
}


.applyimg {
  display: flex;
  justify-content: center;
  width: 80%;
  padding: 0% 10%;
  height: auto;
}

/* APPLY IMG */
/* Extra small devices (phones, 344px and up) */
@media only screen and (min-width: 344px) {
  .applyimg {
    width: 200px !important;
    padding: 5% 15% 5% 15% !important;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .applyimg {
    width: 210px !important;
    padding: 5% 15% 5% 25% !important;
  }
}

/* Extra small devices (phones, 540px and up) */
@media only screen and (min-width: 540px) {
  .applyimg {
    width: 225px !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .applyimg {
    width: 280px !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .applyimg {
    width: 325px !important;
    padding: 5% 15% 5% 30% !important;
  }
}

.applysection {
    display: inline-flex;
    align-items: start;
    width: calc(100% - 10%); /*This calculation width needs to match the padding*/
    vertical-align: top;
    padding: 5% 5% 5% 5%; /*top, right, bottom. left*/
    margin-bottom: 5%;
    justify-content: space-evenly;
    /* border-top: 10px solid #2b4979; */
    /* background-color:#2b4979; */
    flex-direction: column;
}

.applytitle {
    display:inline-block;
    vertical-align: top;
    font-weight: 900;
    font-size: 40px;
    /* font-size: 50px; */
    color: white;
    letter-spacing: -1px;
    line-height: 50px;
    width: 100%;
    /* overflow-wrap: break-word;  */
    /* word-break: break-all; */
    hyphens: auto;
  }

/* APPLY TITLE */
/* Extra small devices (phones, 344px and up) */
@media only screen and (min-width: 344px) {
  .applytitle {
    font-size: 32px;
  }
}

/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .applytitle {
    font-size: 36px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .applytitle {
    font-size: 42px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .applytitle {
    font-size: 45px;
  }
}

  
  .applydescription {
    display: block;
    font-size: 20px;
    font-weight: 40;
    padding: 20px 0px 20px 0px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.728);
    font-variant: none;
    z-index: 10;
    /* text-align: bottom; */
  }
  
  .applytext {
    width: 100%;
    /* word-wrap: break-word; */
  }

/* ---------------------------------------------------------------------------------------------- M ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██░░██████░░██
 ██░░██  ██░░██
 ██░░██████░░████
 ██░░░░░░░░░░░░██
 ██░░████████░░██
 ██░░██    ██░░██
 ██░░████████░░██
 ██░░░░░░░░░░░░██
 ████████████████
*/

/* Extra small devices (phones, 600px and up) */
@media only screen and (max-width: 600px) {
  .bluebridgeiconcontainer1, .bluebridgeiconcontainer2, .bluebridgeiconcontainer3 {
    padding: 10% !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .bluebridgeiconcontainer1, .bluebridgeiconcontainer2, .bluebridgeiconcontainer3 {
    padding: 10% !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .bbsubtitle {
    padding: 5%;
  }
}

.bbcontentcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.bluebridgedescription {
  font-size: 2vw;
}

.bluebridgetextcontainer1, .bluebridgetextcontainer2, .bluebridgetextcontainer3 {
  padding: 3%;
}

.bluebridgetitle {
  display: none;
}

/* ---------------------------------------------------------------------------------------------- M ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██░░██████████
 ██░░██
 ██░░██
 ██░░██
 ██░░██
 ██░░██
 ██░░██████████
 ██░░░░░░░░░░██
 ██████████████
*/

/* Extra small devices (phones, 600px and up) */
@media only screen and (max-width: 600px) {
  .contactsubtitle {
    font-size: 33px;
  }

  .contactdescription {
    font-size: 1.8vh;
  }

  .contactdescriptionemail {
    font-size: 1.8vh;
  }
}

/* Small devices (portrait tablets and large phones, 600px to 768px) */
@media only screen and (min-width: 600px) {
  .contactsubtitle {
    font-size: 40px;
  }

  .contactdescription {
    font-size: 2.5vh;
  }

  .contactdescriptionemail {
    font-size: 2.5vh;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .contactsubtitle {
    font-size: 60px;
  }

  .contactdescription {
    font-size: 2.5vh;
  }

  .contactdescriptionemail {
    font-size: 2.5vh;
  }
}

.contactmapcontainer {
  position: relative;
}


/* CUSTOMER TESTIMONIALS SMALL HEADER AND SMALL HEADER TEXT CONTAINERS */
/* Extra small devices (phones, 344px and up) */
@media only screen and (min-width: 344px) {
  .customertestimonialsmallheader {
    line-height: normal;
    margin: 0 20px 0 20px;
  }

  .customertestimonialsmallheadertext {
    white-space: wrap;
  }
}

/* Extra small devices (phones, 412px and up) */
@media only screen and (min-width: 412px) {
  .customertestimonialsmallheader {
    font-size: 35px;
    margin: 10px 20px 0 20px;
  }

  .customertestimonialsmallheadertext {
    padding: 0 20px 0 0;
  }
}

/* Small devices (portrait tablets and large phones, 540px and up) */
@media only screen and (min-width: 540px) {
  .customertestimonialsmallheader {
    margin: 0 30px 0 40px;
  }

  .customertestimonialsmallheadertext {
    padding: 0%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .customertestimonialsmallheader {
    font-size: 40px;
    margin: 30px 20px 0 40px;
  }

  .customertestimonialsmallheadertext {
    padding: 5% 0 0 0;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .customertestimonialsmallheader {
    font-size: 45px;
    margin: 30px 40px 0 80px;
  }

  .customertestimonialsmallheadertext {
    padding: 5% 0 0 0;
  }
}


/* ---------------------------------------------------------------------------------------------- M ---------------------------------------------------------------------------------------------- */
/* 
 ████████████
 ██░░░░░░░░████
 ██░░████░░░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░████░░░░██
 ██░░░░░░░░████
 ████████████
*/

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .dropbtn {
    margin-top: 2%;
  }
}

.dropbtn {
  height: fit-content; 
  background-color: transparent;
  padding: 10px 15px 15px 15px;
  color: white;
  font-size: 4vh;
  border: none;
  cursor: pointer;
  float: right;
  /* display: flex; */
  /* display: block; */
}

.dropdown {
  position: relative;
  /* display: block; */
  width: 100%;
  float: right;
  align-items: center;
  /* display: flex; */
  /* flex-direction: row-reverse; */
  /* align-items: center; */
  /* justify-content: center; */
  /* max-height: 50px;
  overflow: hidden;
  transition: max-height 0.5s ease; */
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: transparent;
  min-width: 160px;
  overflow: auto;
  /* display: flex; */
  /* flex-direction: column; */
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1;
  /* display: block; */
  /* opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease; */
}

/* .dropdown-content.show {
    opacity: 1;
    max-height: 1000px; /* Adjust this value to control the height of the dropdown */
/* } */

.dropdown-content a {
  color: black;
  padding: 30px 30px;
  text-decoration: none;
  display: block;
  color: white;
  text-align: right;
  font-size: 3.5vh;
  position: relative;
  /* max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease; */
}

.dropdown a:hover {
  background-color: #2980B9; 
  color:white; 
  z-index: 16;
  position: relative;
}

.dykcontainer {
  display: flex;
  width: 100%;
  /* height: 20%; */
  /* min-height: 200px; */
  padding: 0 2% 5% 2%;
  flex-direction: column;
  /* background-color: #2b4979; */
  /* background: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(20, 69, 134));
  background-color: #406bbb; */
  justify-content: start;
  /* border-bottom: 10px solid #2b4979; */
  /* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255)), url('assets/didyouknow.png'); */
  /* background-image: url(assets/didyouknow.png); */
  /* margin-top: 50px; */
  /* border-top: 10px solid #2b4979; */
  /* border-bottom: 10px solid #2b4979; */
  /* background-repeat: no-repeat; */
  /* background-position: top; */
  /* background-size: cover; */
  /* background-color: rgb(143, 157, 195); */
  /* background-blend-mode: multiply; */
  /* filter: brightness(200%); This brightens the background image */
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

/* .dyktitle {
  display: inline-block;
  vertical-align: top;
  font-weight: 900; */
  /* font-size: 50px; */
/*   font-size: 5.5vw;
  color: white;
  letter-spacing: -1px; */
  /* line-height: 50px; */
  /* padding: 20px; */
  /* text-align: center;
  text-shadow: 0 0 15px black;
} */

/* Display not working properly when opening profiles on Management/Governance pages. Changed inline display to flex. Check script to fix and change display back to inline if possible. */
/* This display flex is only enabled after being shown, otherwise it would always show */
.show {
    /* display: inline; */
    display: flex; 
    flex-direction: column; 
    /* max-height: 1500px; Adjust this value to control the height of the dropdown */
}
.showdrop {
  display: flex; 
  flex-direction: column; 
  /* max-height: 1500px; Adjust this value to control the height of the dropdown */
}


/* ---------------------------------------------------------------------------------------------- M ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██░░██████████
 ██░░██
 ██░░██████████
 ██░░░░░░░░░░██
 ██░░██████████
 ██░░██
 ██░░██████████
 ██░░░░░░░░░░██
 ██████████████
*/

/* EMPLOYEE CONTAINER */
/* Extra small devices (phones, 344px and up) */
@media only screen and (min-width: 344px) {
  .employeetestimonialscontainer {
    padding: 10% 0 20% 0;
  }

  .employmentcontact {
    padding: 5% !important;
  }

  .viewpositionsbutton {
    width: 70%!important;
    font-size: 3vh!important;
    margin-bottom: 10%;
  }
}

/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .employeetestimonialscontainer {
    padding: 10% 0 40% 0;
  }

  .viewpositionsbutton {
    width: 70%!important;
    font-size: 3vh!important;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .employeetestimonialscontainer {
    padding: 10% 0 15% 0;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .employeetestimonialscontainer {
    padding: 5% 0 10% 0;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .employeetestimonialscontainer {
    padding: 5% 0 10% 0;
  }
}


/* Extra small devices (phones, 600px and up) */
@media only screen and (max-width: 600px) {
  .employmenttitle {
    font-size: 2.5vh;
  }

  .employmentsubtitle {
    font-size: 3.5vh;
  }
  
  .employmentdescription {
    font-size: 2vh;
  }

  .wwacontactsubtitle {
    font-size: 25px;
  }

  .wwacontactdescriptiontitle {
    font-size: 3vh;
  }

  .wwacontactdescription {
    font-size: 2.5vh;
  }

  .viewpositionsbutton {
    font-size: 2.5vh;
  }
}

/* Small devices (portrait tablets and large phones, 600px to 768px) */
@media only screen and (min-width: 600px) {
  .employmentdescription {
    font-size: 3vh;
  }

  .wwacontactsubtitle {
    font-size: 35px;
  }

  .wwacontactdescriptiontitle {
    font-size: 3.5vh;
  }

  .wwacontactdescription {
    font-size: 3vh;
  }

  .viewpositionsbutton {
    font-size: 2.5vh;
  }
}

@media only screen and (max-width: 480px) {
  .slideshowdotscontainer.pipelinedots {
    /*top: 450px;
    left: 45% */
    visibility: hidden;
  }

  .talentcontainer .partnerbutton {
    width: 150px;
    font-size: 1rem;
  }

  .talentpipelinesubtitle {
    font-size: 2rem;
  }

  .talentpipelinedescription {
    font-size: 0.8rem;
  }

  .pipeline-cta-subtitle {
    font-size: 2rem;
  }

  /* .pipeline-cta-button {
    width: 150px;
    font-size: 1rem;
  } */
}

/* accordion slides -- tablet view */
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .accordion-slide {
    min-height: 350px;
  }

  .bbp-content {
    padding: 2rem !important;
  }

  .bbp-content h2 {
    font-size: 1.2rem !important;
  }

  .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%, rgba(0, 0, 0, 0.3) 40%), 
              linear-gradient(to bottom right, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.4) 50%); 
    opacity: 0.8 !important;
    border-radius: inherit;
    display: block;
  }

  .accordion-slide .background {
    opacity: 1 !important;
  }

  .expander {
    max-height: 100px;
    margin-top: 20px;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {

  .accordion-slide {
    position: relative;
    /* overflow: hidden; */
    cursor: pointer;
    /* transition: flex-grow 0.4s ease-in-out; */
    min-height: 300px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    background: #041b3f; /* background for inactive cards */
    margin-bottom: 1rem;
  }

  .half-image-row {
    flex-direction: column !important;
    height: auto !important;
  }

  .accordion-slide .background {
    opacity: 1 !important;
  }

  .accordion-slide .background::after {
    content: "" !important;
    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%, rgba(0, 0, 0, 0.3) 40%), 
              linear-gradient(to bottom right, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.4) 50%); 
    opacity: 0.8 !important;
    border-radius: inherit;
    display: block;
  }

  .bbp-content {
    width: 100% !important;
    padding: 1.5rem !important;
  }

  .expander {
    max-height: 100px;
    margin-top: 20px;
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  .bubblepointer {
    display: none;
  }

  .employmenttitle {
    font-size: 2.5vh;
  }

  .employmentsubtitle {
    font-size: 4.5vh;
    padding-top: 3%;
  }
  
  .employmentdescription {
    font-size: 3.5vh;
  }

  .partnerbubblecontainer { 
    display: none; 
  }

  .pipelinestoriescontainer {
    display: none;
  }

  .pipeline-group-mobile {
    display: block;
    margin-bottom: 1rem;
  }

  .pipelinecarouselcontainer {
    /* display: none !important; */
    border-radius: 16px;
    padding: 16px;
    margin: 0 auto 28px;
    width: 88%;
    max-width: 600px;
    color: white;
    position: relative;
    display: none;
    /* padding-bottom: 80px; */
  }

  .pipelinecarouselcontainer.active {
    display: block;
  }

  .pipeline-group-mobile .partnerbubble {
    width: 150px;
    height: 150px; 
  }

  .partnerbubble .logo {
    width: 66%;
    display: block;
    object-fit: contain;
    border-radius: 0;
  }

  .pipelinestoriescontainer { 
    display: none;
  }

  .pipelinecarouselcontent {
    padding: 1.5rem;
    flex-direction: column;
    align-items: center;
    /* display: flex; 
    min-height: 400px;*/
  }

   .pipelinequotecontainer {
    /* order: 2; */
    width: 100%; 
    max-width: 100%; 
    box-sizing: border-box;
    padding: 12px 14px; 
    margin-top: 6px; 
    border-radius: 10px;
  }
  
  .pipelinequote { 
    font-size: 0.95rem; 
    line-height: 1.55; 
    margin: 0; 
  }

  .pipelineimage {
    /* order: 1; */
    width: 100%; 
    display: flex; 
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
  }

   .profiledescription {
    text-align: center; 
    font-size: 0.95rem;
    margin: 2px 0; 
    display: block;
  }
  
  .carousel-controls {
    position: static !important;
    display: flex;
    justify-content: center; 
    gap: 16px;
    margin-top: 40px; 
    padding-bottom: 8px;
  }
  
  .carousel-controls .prev, .carousel-controls .next {
    position: relative !important; 
    padding: 10px 14px;
    border-radius: 10px; 
    font-size: 20px;
    background: #3F84ED; 
    color: #fff;
    box-shadow: 0 6px 14px rgba(0,0,0,0.18);
  }

  /* .slideshowdotscontainer {
    left: 58%;
    top: 280px;
  } */

  /* .slideshowdotscontainer.pipelinedots {
    margin-top: 20px;
    margin-bottom: 10px; 
    width: 100%;
    display: flex !important; */
    /* justify-content: center; 
    
  }*/

  .slideshowdotscontainer.pipelinedots {
    top: 400px;
    left: 47%
  }

  .pipeline-dots {
    display: flex !important; 
    justify-content: center;
    gap: 8px; 
    margin-top: 12px;
  }
  
  .dot-pipeline { 
    width: 12px; 
    height: 12px; 
    margin: 0 4px; 
  }

  .dot-pipeline.active { 
    background-color: #3F84ED; 
  }

  .pipelinestats {
    flex-direction: column;
    gap: 30px;
  }

  .pipelinedivider {
    display: none;
  }

  .wwacontactsubtitle {
    font-size: 4vh;
  }

  .wwacontactdescriptiontitle {
    font-size: 3vh;
  }

  .wwacontactdescription {
    font-size: 2.5vh;
  }

  .viewpositionsbutton {
    font-size: 2vh;
  }
}

.employmentcontainer {
  display: inline-flex;
  flex-direction: column-reverse;
  /* flex-direction: column; */
  align-items: center;
  width: calc(100% - 10%); /*This calculation width needs to match the padding*/
  vertical-align: top;
  padding: 5% 5% 10% 5%; /*top, right, bottom. left*/
  border-bottom: 10px solid #2b4979;
  /* background-color:#122449; */
  /* background: linear-gradient(to right, #060d1a, 60%, #091325); */
}

.employmentdescription {
  display: block;
  /* font-size: 30px; */
  font-weight: 40;
}

.employmentsubtitle {
  display:inline-block;
  vertical-align: top;
  font-weight: 900;
  /* font-size: 4vw; */
  color: white;
  letter-spacing: -1px;
  line-height: 3vw;
  color: #0073e5;
}

.employmenttext {
  display: inline;
  width: fit-content;
  text-overflow: wrap;
  padding: 0px 0px 0px 0px; /*Top, right, bottom, left - different measurements based on container padding*/
  /* text-align: center; */
}

.employmenttitle {
  font-weight: 700;
  /* font-size: 4vw; */
}

.employmentvideo {
  display: inline;
  width: 100%;
  margin: 5% 0px 0% 0px;
  height: max-content;
  box-shadow: 0px 0px 100px 10px #060d1a;  
  /* margin: 100px 0px 100px 0px; */
  /* filter: sepia(1) hue-rotate(200deg);  */
}

/* ---------------------------------------------------------------------------------------------- M ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██░░██████████
 ██░░██
 ██░░██████████
 ██░░░░░░░░░░██
 ██░░██████████
 ██░░██
 ██░░██
 ██░░██
 ██████
*/

/* ---------------------------------------------------------------------------------------------- M ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██░░██████████
 ██░░██
 ██░░██
 ██░░██  ██████
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██████░░██
 ██░░░░░░░░░░██
 ██████████████
*/

.governancetextcontent {
  margin: 20px 10% 20px 10%;
  padding: 20px 20px 20px 20px;
  text-align: center;
  /* background-color:rgb(16, 36, 67); */
  border-radius: 10px;
  /* background-color: #0067c2; */
  /* border-bottom: 10px solid #38348b; */
}

/* ---------------------------------------------------------------------------------------------- M ---------------------------------------------------------------------------------------------- */
/* 
 ██████  ██████
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██████░░██
 ██░░░░░░░░░░██
 ██░░██████░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██████  ██████
*/

html {
  scroll-behavior: smooth; /* For .testtop and .testbottom */
}

.homejoincontent {
    margin: 0px 5% 0px 5%;
    padding: 5% 5% 5% 5%;
    text-align: center;
    /* border-top: 10px solid #38348b; */
    /* background-color: rgb(16, 36, 67); */
    /* border-radius: 10px; */
    /* background-color: #0067c2; */
    /* border-bottom: 10px solid #38348b; */
}

.homejoincontentbelow {
  margin: 0px 5% 0px 5%;
  padding: 5% 5% 5% 5%;
  text-align: center;
  /* border-top: 10px solid #38348b; */
  /* background-color: rgb(16, 36, 67); */
  /* border-radius: 10px; */
  /* background-color: #0067c2; */
  /* border-bottom: 10px solid #38348b; */
}

/* ---------------------------------------------------------------------------------------------- M ---------------------------------------------------------------------------------------------- */
/* 
 ██████████
 ██░░░░░░██
 ████░░████
   ██░░██
   ██░░██
   ██░░██
   ██░░██
   ██░░██
 ████░░████
 ██░░░░░░██
 ██████████
*/

/* .impactstatscontainer,
  .impactgraphs,
  .impactpercenttextcontainer {
    box-sizing: border-box;
  }

  .impactgraphs {
    width: 92%; 
    max-width: 920px;      
    padding: 12px 16px;    
    margin: 0 auto;        
  }

  .impactpercent-number {
    font-size: 8vh;       
    font-weight: 700;
    padding: 0 6px;
    text-align: center;
    color: #0059ff;
    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;
  } */

  /* @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: 8vh;       
    font-weight: 700;
    padding: 0 6px;
    text-align: center;
    color: #0059ff;
    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; 
  }

  .statsgallerycontainer {
    width: 90%;
    max-width: 350px;
    margin: 0;
  }

  .statscontainer .stats {
    width: 100%;
    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;
  }

  .impactpercenttext p {
    font-size: 1.5rem !important; 
  }
} */

/* ---------------------------------------------------------------------------------------------- M ---------------------------------------------------------------------------------------------- */
/* 
         ██████
         ██░░██
         ██░░██
         ██░░██
         ██░░██
         ██░░██
 ██████  ██░░██
 ██░░██  ██░░██
 ██░░██████░░██
 ██░░░░░░░░░░██
 ██████████████
*/

/* JOIN US CONTAINER */
/* Extra small devices (phones, 600px and up) */
@media only screen and (max-width: 600px) {
  .joinuscontainer {
    position: relative;
    right: 20%;
    width: 80%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .joinuscontainer {
    position: relative;
    right: 20%;
    width: 80%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .joinuscontainer {
    position: relative;
    right: 20%;
    width: 80%;
  }
}


/* JOIN US CONTENT */
/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .joinuscontent {
    width: 100%;
    padding-bottom: 10%;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .joinuscontent {
    width: 100%;
    padding-bottom: 10%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .joinuscontent {
    width: 100%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .joinuscontent {
    width: 100%;
  }
}

/* JOIN US TITLE */
/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .joinustitle {
    font-weight: 700;
    font-size: 2rem;
    line-height: normal;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .joinustitle {
    font-weight: 700;
    font-size: 2rem;
    line-height: normal;
  }
}


/* ---------------------------------------------------------------------------------------------- M ---------------------------------------------------------------------------------------------- */
/* 
 ██████  ████████
 ██░░██  ██░░░░██
 ██░░██  ██░░████
 ██░░██  ██░░██
 ██░░██████░░██
 ██░░░░░░░░░░██
 ██░░██████░░██
 ██░░██  ██░░██
 ██░░██  ██░░████
 ██░░██  ██░░░░██
 ██████  ████████
*/

/* ---------------------------------------------------------------------------------------------- M ---------------------------------------------------------------------------------------------- */
/* 
 ██████
 ██░░██
 ██░░██
 ██░░██
 ██░░██
 ██░░██
 ██░░██
 ██░░██
 ██░░██████████
 ██░░░░░░░░░░██
 ██████████████
*/

/* ---------------------------------------------------------------------------------------------- M ---------------------------------------------------------------------------------------------- */
/*
██████          ██████
██░░██████████████░░██
██░░░░░░░░░░░░░░░░░░██
██░░██████░░██████░░██
██░░██  ██░░██  ██░░██
██░░██  ██░░██  ██░░██
██░░██  ██████  ██░░██
██░░██          ██░░██
██░░██          ██░░██
██░░██          ██░░██
██████          ██████
*/

.managementcontainer {
    display: flex;
    align-items: center;
    width: calc(100%); /*This calculation width needs to match the padding*/
    vertical-align: top;
    padding: 5% 0px 5% 0px; /*top, right, bottom. left*/
    flex-direction: column;
    
    /* border-bottom: 10px solid #38348b; */
    /* background-image: url('assets/CampusAdministrationBuildingBlur.png'); */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* background-size: cover; */
    /* background-color: rgba(0,0,25,.80); */
    /* background-blend-mode: multiply; */
  }

.managementphoto {
    position: relative;
    display: inline;
    /* width: 47%; */
    /* height: max-content; */
    box-shadow: 0px 0px 100px 10px #060d1a;
    
    height: 54vw;
    width: 45vw;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* margin: 100px 0px 100px 0px; */
    /* filter: sepia(1) hue-rotate(200deg);  */
}

.managementsubtitle {
  font-size: 3vh;
  font-weight: 800;
}

.managementdescription {
  font-size: 2.5vh;
}

.managementtext {
    display: inline;
    width: fit-content;
    text-overflow: wrap;
    padding: 50px 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 rgba(0, 0, 0, 0.5);
    width: 80%;
    /* text-shadow: 0px 0px 100px 10px #060d1a;   */
  }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .menu {
    min-height: 12% !important; 
  }
}

  .menu {
    position: fixed;
    width: 100%;
    padding-right: 50px;
    background-color: #5f6871;
    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;
    /*height needs to match the scrollable content height*/
    min-height: 10%; 
  }

.menuitem {
  font-size: 2.5vh;
  z-index: 16;
}




/* ---------------------------------------------------------------------------------------------- N ---------------------------------------------------------------------------------------------- */
/* 
██████████      ██████
██░░░░██████    ██░░██
██░░░░░░░░████  ██░░██
██░░████░░░░██  ██░░██
██░░██████░░██  ██░░██
██░░██  ██░░██  ██░░██
██░░██  ██░░██████░░██
██░░██  ██░░░░████░░██
██░░██  ████░░░░░░░░██
██░░██    ██████░░░░██
██████      ██████████
 */

/* ---------------------------------------------------------------------------------------------- P ---------------------------------------------------------------------------------------------- */
/*
██████████████
██░░░░░░░░░░██
██░░██████░░██
██░░██  ██░░██
██░░██  ██░░██
██░░██  ██░░██
██░░██  ██░░██
██░░██  ██░░██
██░░██████░░██
██░░░░░░░░░░██
██████████████
*/

/* ---------------------------------------------------------------------------------------------- P ---------------------------------------------------------------------------------------------- */
/* 
██████████████
██░░░░░░░░░░██
██░░██████░░██
██░░██  ██░░██
██░░██████░░██
██░░░░░░░░░░██
██░░██████████
██░░██
██░░██
██░░██
██████
*/

.partnerrow {
  flex-direction: column-reverse;
  gap: 10px;
}

.partnershowcasefix {
    height: 0%;
    width: 100%;
}

/* Might need to remove this section from mobile view, unable to resize */
.partnershowcasecontainer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

  /* position: relative; */
  /* background-color: #034b8a; */
  /* background-color: #0067c2; */
  background-image: url('assets/PartnerShowcase1.png');
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px 0px;
  width: 100%;
  height: 0;
  padding: 0% 0% 0% 0%; /*top, right, bottom, left*/
  padding-bottom: 56.5%; /*Padding-Height Work around*/
  /* border-top: 10px solid #38348b; */
  /* border-bottom: 10px solid #38348b; */
  /* background-color: #034b8a; */
}

.partnershowcasetop {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 50%;
  width: 100%;
  top: 0%;
  left: 0%;
}

.partnershowcasebottom {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 50%;
  width: 100%;
  bottom: 0%;
  left: 0%;
}

.partnershowcasetopleft {
  height: 60%;
  width: 60%;
  padding-bottom: 0px;
  background-image: url('assets/PartnerSectionFedExWhite.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.partnershowcasetopleft:hover {
  background-image: url('assets/PartnerSectionFedExText.png');
}

.partnershowcasetopright {
  height: 80%;
  width: 60%;
  padding-bottom: 0px;
  background-image: url('assets/PartnerSectionRaymondJamesWhite.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.partnershowcasetopright:hover {
  background-image: url('assets/PartnerSectionRaymondJamesText.png');
}

.partnershowcasebottomleft {
  height: 60%;
  width: 60%;
  background-image: url('assets/PartnerSectionSedgwickWhite.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.partnershowcasebottomleft:hover {
  background-image: url('assets/PartnerSectionSedgwickText.png');
}

.partnershowcasebottomright {
  height: 60%;
  width: 60%;
  background-image: url('assets/PartnerSectionCityofMemphisWhite.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.partnershowcasebottomright:hover {
  background-image: url('assets/PartnerSectionCityofMemphisText.png');
}

.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;
}


/* PREV NEXT BUTTONS */
/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .prev {
    left: 0;
  }

  .next {
    right: auto;
  }
}


/* PROFILE ICON + QUOTE CONTAINERS */
/* Extra small devices (phones, 344px and up) */
@media only screen and (min-width: 344px) {
  .profileicon {
    margin-bottom: 5%;
  }

  .profileiconcontainer {
    margin-top: 10%;
    margin-left: 2%;
  }

  .profilequotecontainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: unset;
  }

  .profilequote {
    font-weight: 400;
    font-size: 15px;
    position: unset;
    margin: 10% 10% 10% 0;
  }
}

/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .profileiconcontainer {
    margin-left: 3%;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .profileiconcontainer {
    margin-left: 5%;
  }
}

/* Extra small devices (phones, 390px and up) */
@media only screen and (min-width: 390px) {
  .profileiconcontainer {
    margin-left: 7%;
  }
}

/* Extra small devices (phones, 412px and up) */
@media only screen and (min-width: 412px) {
  .profileiconcontainer {
    margin-left: 9%;
  }

  .profilequote {
    margin: 10% 10% 10% 2%;
    font-size: 18px;
  }
}

/* Extra small devices (phones, 430px and up) */
@media only screen and (min-width: 430px) {
  .profileiconcontainer {
    margin-left: 11%;
  }
}

/* Extra small devices (phones, 540px and up) */
@media only screen and (min-width: 540px) {
  .profileiconcontainer {
    margin-left: 20%;
  }

  .profilequote {
    margin: 10% 10% 10% 5%;
    font-size: 20px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .profileiconcontainer {
    margin-top: 5%;
    margin-left: 23%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .profileiconcontainer {
    margin-left: 27%;
  }

  .profilequote {
    margin: 10% 10% 10% 5%;
    font-size: 25px;
  }
}

/* PROFILE DESCRIPTION */
/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .profiledescription {
    font-weight: 500;
    font-size: 13px;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .profiledescription {
    font-weight: 500;
    font-size: 13px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .profiledescription {
    font-weight: 500;
    font-size: 1rem;;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .profiledescription {
    font-weight: 500;
    font-size: 1.2rem;
  }
}

.pipeline-group-mobile .partnerbubble {
    margin: 0 auto 1rem auto;
    width: 250px; /* BIGGER circular bubbles */
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* 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);
}

/* ---------------------------------------------------------------------------------------------- S ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██░░██████░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██████░░████
 ██░░░░░░░░░░░░██
 ████████████████
  */
/* ---------------------------------------------------------------------------------------------- S ---------------------------------------------------------------------------------------------- */
/* 
 ████████████████
 ██░░░░░░░░░░░░██
 ██░░████████░░██
 ██░░██    ██░░██
 ██░░████████░░██
 ██░░░░░░░░░░░░██
 ██░░██████░░████
 ██░░██  ██░░██
 ██░░██  ██░░██████
 ██░░██  ██░░░░░░██
 ██████  ██████████
 */

/* ---------------------------------------------------------------------------------------------- S ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██░░██████████
 ██░░██
 ██░░██████████
 ██░░░░░░░░░░██
 ██████████░░██
         ██░░██
 ██████████░░██
 ██░░░░░░░░░░██
 ██████████████
 */

.scrollableContent {
  /* View height Prevents White space when resizing windows*/
  height: calc(90%);
  min-height: 90%;
  top: 10%;
}

.serviceoption {
  margin-bottom: 40px;
  width: 70%;
}

/* .serviceoptionscontainer {
  display: flex;
  flex-direction: row;
  text-align: center;
  flex-wrap: nowrap;
  padding: 4% 0% 0% 0%;
  height: fit-content;
  width: fit-content;F
  box-sizing: border-box; */
  /* margin: 5% 0% 0% 0%; */
  /* border-top: 10px solid #38348b; */
  /* border-bottom: 5px solid #2b4979; */
  /* background-color: #050b15; */
    /* background-color: #2b4979; */
  /* background: linear-gradient(0deg, #0c162c 0%, #2c54a4 75%, #0c162c 100%); */
/* } */


.serviceoptionscontainer2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* padding: 5% 0% 5% 0%; */
  /* margin: 5% 0% 0% 0%; */
  /* border-top: 10px solid #38348b; */
  /* border-bottom: 5px solid #2b4979; */
  /* background-color: #050b15; */
    /* background-color: #2b4979; */
  /* background: linear-gradient(0deg, #0c162c 0%, #2c54a4 75%, #0c162c 100%); */
}


@media screen and (max-width: 768px) {

  .serviceoptionbr{
      display: inline-block;
  }

  .serviceoptionscontainer {
    display: flex;             
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 4% 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
  }

  .serviceoptionscontainer2 {
    display: flex;             
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 4% 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 350px;
    margin-top: 200px;
  }

  .employmentcontact2 {
    width: 85%;           /* Keep width manageable */
    max-width: 500px;     /* Prevent cards from getting too wide */
    height: auto;
    padding: 4% 5%;
    background-color: #062b52;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .employmentcontact {
    width: 85%;          
    max-width: 500px;     
    height: auto;
    padding: 4% 5%;
    background-color: #062b52;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .wwacontactsubtitle {
    font-size: 2rem; /* Slightly smaller but still readable */
    line-height: 1.4;
    padding-bottom: 10px;
    text-align: center;
  }

  .wwacontactdescription {
    font-size: 1.3rem;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 1.5;
  }

  .impactbackgroundcontainer {
    margin-bottom: 100px;
  }

  #displayedString.textdescription {
    display: block;
    font-size: 1.3rem; 
    font-weight: 400;
    /* padding: 20px 8% 10px 8%; */
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    line-height: 1.6;
  }

  .dyktitle {
    display: block;
    font-weight: 900;
    font-size: 2rem; 
    color: #ffffff;
    letter-spacing: -0.5px;
    text-align: center;
    text-shadow: 0 0 10px black;
    margin-bottom: 15px;
  }
}

.servicedescription {
  text-align: center;
  /* width: 70%; */
}

.servicessection {
  display: inline-flex;
  width: 100%;
  vertical-align: top;
  /* background-color:#122449; */
}

/* SLIDESHOW CONTAINER */
/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .slideshow-container {
    overflow: visible;
    margin-bottom: 50px;
    margin-top: 5%;
    width: 80%;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .slideshow-container {
    overflow: visible;
    margin-bottom: 50px;
    margin-top: 5% !important;
    width: 80%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .slideshow-container {
    overflow: visible;
    top: 10px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .slideshow-container {
    overflow: visible;
    top: 10px;
  }
}


/* SLIDESHOW DOTS CONTAINER */
/* Extra small devices (phones, 344px and up) */
@media only screen and (min-width: 344px) {
  .slideshowdotscontainer {
    left: 42%;
  }
}

/* Extra small devices (phones, 412px and up) */
@media only screen and (min-width: 412px) {
  .slideshowdotscontainer {
    left: 40.5%;
  }
}

/* Extra small devices (phones, 430px and up) */
@media only screen and (min-width: 430px) {
  .slideshowdotscontainer {
    left: 43%;
  }
}

/* Small devices (phones, 540px and up) */
@media only screen and (min-width: 540px) {
  .slideshowdotscontainer {
    left: 45%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .slideshowdotscontainer {
    left: 50%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .slideshowdotscontainer {
    left: 46%;
  }
}


.socialcontainer a {
  color: #0073e5;
}

.sociallogo {
  height: 35px;
  background-color: white;
  border: 1px solid white;
  border-radius: 5px;
}

/* .statsgallerycontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 6px;
  width: fit-content;
  box-sizing: border-box;
}

.statscontainer p {
  display: inline;
  font-weight: 40;
  color: white;
  font-variant: none;
  z-index: 10;
  text-align: center;
} */

.studentContainer {
  display: inline-flex;
  flex-direction: column;
  /* flex-direction: column; */
  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*/
  /* border-bottom: 10px solid #38348b; */
  /* background-color:#122449; */
  /* background: linear-gradient(to right, #060d1a, 60%, #091325); */
  
}

.studentPicture {
  width: 80%;
  border-radius: 10px;
  margin-bottom: 35px;
}

.studentPicture2 {
  width: 60%;
  border-radius: 10px;
  margin-bottom: 35px;
}




/* ---------------------------------------------------------------------------------------------- S ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████
 ██░░░░░░░░░░██
 ██████░░██████
     ██░░██
     ██░░██
     ██░░██
     ██░░██
     ██░░██
     ██░░██
     ██░░██
     ██████
*/

.textdescription {
  /* color: #6EC1E4; */
  color: white;
  /* color: rgba(255, 255, 255, 0.728); */
  font-weight: 500;
  /* font-size: 30px; */
  font-size: 3.5vw;
}

a.textdescription {
  /* color: #6EC1E4; */
  display: inline;
  color: white;
  font-weight: 500;
  font-size: 3.5vw;
  text-decoration: underline;
  z-index: 1px;
  text-shadow: 0 0 10px black;
}

.texttitle {
  font-size: 4.5vh;
}
/* ---------------------------------------------------------------------------------------------- S ---------------------------------------------------------------------------------------------- */
/* 
 ██████  ██████
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██████░░██
 ██░░░░░░░░░░██
 ██████████████
*/

.umrflogo {
  position: absolute;  /* max-width: 100%; */
  /* max-height: calc(100% - 20px); */
  /* height: calc(10% - 20px); */
  /* height: calc(10% - 20px); */
  height: 7vh;
  padding: 10px;
  left: 5%;
  z-index: 15;
}

/* ---------------------------------------------------------------------------------------------- S ---------------------------------------------------------------------------------------------- */
/* 
 ██████  ██████
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░██  ██░░██
 ██░░░░██░░░░██
 ████░░░░░░████
   ████░░████
     ██████
*/

.videoembed {
  top: 5px;
  left: 0;
  width: 90%;
  height: 100%;
}

/* ---------------------------------------------------------------------------------------------- S ---------------------------------------------------------------------------------------------- */
/* 
 ██████          ██████
 ██░░██          ██░░██
 ██░░██          ██░░██
 ██░░██          ██░░██
 ██░░██  ██████  ██░░██
 ██░░██  ██░░██  ██░░██
 ██░░██  ██░░██  ██░░██
 ██░░██████░░██████░░██
 ██░░░░░░░░░░░░░░░░░░██
 ██░░██████░░██████░░██
 ██████  ██████  ██████
*/

.welcomecontainer {
  display: inline-flex;
  flex-direction: column-reverse;
  /* flex-direction: column; */
  align-items: center;
  width: calc(100% - 10%); /*This calculation width needs to match the padding*/
  vertical-align: top;
  padding: 5% 5% 10% 5%; /*top, right, bottom. left*/
  border-bottom: 10px solid #2b4979;
  /* background-color:#122449; */
  /* background: linear-gradient(to right, #060d1a, 60%, #091325); */
}

.welcomedescription {
  display: block;
  /* font-size: 30px; */
  font-weight: 40;
  
}

/* Extra small devices (phone, 600px and up) */
@media only screen and (max-width: 600px) {
  .welcomedescription {
    font-size: 0.8rem;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .welcomedescription {
    font-size: 3vh;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .welcomedescription {
    font-size: 3.5vh;
  }
}

.welcomesubtitle {
  display:inline-block;
  vertical-align: top;
  font-weight: 900;
  font-size: 3.5vw;
  color: white;
  /* letter-spacing: -1px; */
  line-height: 3vw;
}

.welcometext {
  /* display: inline;
  width: fit-content; */
  /* text-overflow: wrap; */

  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* align-items: center; */
  text-align: left;
  padding: 0px 0px 0px 10px; /*Top, right, bottom, left - different measurements based on container padding*/
  /* text-align: center; */
}

.welcometitle {
  font-weight: 900;
  font-size: 4vw;
}

.welcomevideo {
  display: inline;
  width: 90%;
  margin: 5% 0px 0% 0px;
  height: max-content;
  box-shadow: 0px 0px 100px 10px #060d1a;  
  /* margin: 100px 0px 100px 0px; */
  /* filter: sepia(1) hue-rotate(200deg);  */
}



/* .wwacontactdescription {
  display: inline; */
  /* font-size: 3.5vw; */
  /* font-weight: 40; original */
  /* padding: 0px 5% 0px 5%; */
  /* font-style: italic;
  color: rgba(255, 255, 255, 0.728);
  font-variant: none;
  z-index: 10;
  text-align: center;
  width: 70%;
  margin: auto;  
} original */

/* a.wwacontactdescription { */
  /* display: inline; */
  /* text-decoration: underline; original */
  /* text-align: center; 
} */

/* .wwacontactsubtitle {
  display: block; */
  /* width: 100%; */
  /* vertical-align: top; */
  /* font-weight: 900; original */
  /* font-size: 6.5vw; */
  /* color: white;
  letter-spacing: -1px;
  line-height: 50px;
  padding: 20px 5% 10px 5%; original */
  /* text-align: center; 
} */

.wwacontacttext {
    /* display: flex; */
    /* flex-direction: column; */
    width: 90%;
    margin: auto;
    padding: 5% 5% 5% 5%;
    /* height: 200px; */
    /* align-items: center; */
    /* justify-content: center; */
    text-align: center;
    /* border-bottom:#2b4979; */
    /* background-color: #2b4979; */
  }

.wwacontainer {
  display: inline-flex;
  flex-direction: column;
  /* flex-direction: column; */
  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*/
  /* border-bottom: 10px solid #38348b; */
  /* background-color:#122449; */
  /* background: linear-gradient(to right, #060d1a, 60%, #091325); */
}

.wwacontainerbottom {
  display: inline-flex;
  flex-direction: column;
  /* flex-direction: column; */
  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*/
  /* border-bottom: 10px solid #38348b; */
  /* background-color:#122449; */
  /* background: linear-gradient(to right, #060d1a, 60%, #091325); */
}

.wwadescription {
  display: inline;
  font-size: 3.5vw;
  font-weight: 40;
  padding: 20px 0px 10px 0px; 
}

a.wwadescription {
  display: inline;
  font-size: 3.5vw;
  font-weight: 40;
  padding: 20px 0px 10px 0px; 
  color: white;
  text-decoration: underline;
}

/* Extra small devices (phone, 600px and up) */
@media only screen and (max-width: 600px) {
  .wwalinkitem {
    font-size: 3.5vw;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .wwalinkitem {
    font-size: 2.3vh;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .wwalinkitem {
    font-size: 2.6vh;
  }
}

/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .wwareopening p{
    font-weight: 700;
    font-size: 4.5vw;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .wwareopening p{
    font-weight: 700;
    font-size: 4.2vw;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .wwareopening p{
    font-weight: 700;
    font-size: 3.5vw;
    line-height: 25px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .wwareopening p{
    font-weight: 700;
    font-size: 3vw;
    line-height: 25px;
  }
}

/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
 .wwareopeningtextsubtitle {
    font-size: 4.5vw;
    font-weight: 500;
    padding: 2% 7% 2% 7%;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
 .wwareopeningtextsubtitle {
    font-size: 4vw;
    font-weight: 500;
    padding: 2% 7% 2% 7%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
 .wwareopeningtextsubtitle {
    font-size: 3vw;
    font-weight: 500;
    padding: 2% 4% 2% 4%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
 .wwareopeningtextsubtitle {
    font-size: 2.5vw;
    font-weight: 500;
    padding: 2% 4% 2% 4%;
  }
}

.wwatext {
  display: inline;
  width: fit-content;
  text-overflow: wrap;
  padding: 0px 0px 0px 0px; /*Top, right, bottom, left - different measurements based on container padding*/
  /* text-align: center; */
}

.wwatextleft {
  display: inline;
  width: fit-content;
  text-overflow: wrap;
  padding: 0px 0px 5% 0px; /*Top, right, bottom, left - different measurements based on container padding*/
  /* text-align: center; */
}


/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .wwaretitle {
    font-weight: 900;
    font-size: 6vw;
  }
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .wwaretitle {
    font-weight: 900;
    font-size: 5.5vw;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .wwaretitle {
    font-weight: 900;
    font-size: 5vw;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .wwaretitle {
    font-weight: 900;
    font-size: 5.5vw;
  }
}


.wwasubtitle {
  font-size: 4.5vw;
  padding: 30px 0px 0px 0px; /*Top, right, bottom, left - different measurements based on container padding*/
  /* text-align: center; */
}

.wwaphoto {
  display: inline;
  width: 100%;
  margin: 0% 0px 0% 0px;
  height: auto;
  box-shadow: 0px 0px 5px 2px #060d1a;  
  object-fit: cover;
  /* margin: 100px 0px 100px 0px; */
  /* filter: sepia(1) hue-rotate(200deg);  */
}

.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: 5% 5% 0% 8%; /*top, right, bottom. left*/
  margin-top: 5%;
  justify-content: space-evenly;
  /* border-top: 10px solid #2b4979; */
  background-color:#062b52
}

/* Extra small devices (phones, 375px and up) */
@media only screen and (min-width: 375px) {
  .wwdcontact {
    margin-top: 15%;
  }

  .contactbutton {
    margin-bottom: 10%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .wwdcontact {
    margin-top: 15%;
  }

  .contactbutton {
    margin-bottom: 10%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .wwdcontact {
    margin-top: 15%;
  }  
  
  .contactbutton {
    margin-bottom: 10%;
  }
}

/* Extra small devices (phone, 600px and up) */
@media only screen and (max-width: 600px) {
  .wwdcontacttext {
    width: 100%;
    padding-right: 7%;
    padding-bottom: 5%;
  }  
  
  .wwdcontactsubtitle {
    font-size: 5vh;
  }

  .contactbutton {
    font-size: 2.5vh;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .wwdcontacttext {
    width: 100%;
    padding-right: 7%;
    padding-bottom: 5%;
  }  
  
  .wwdcontactsubtitle {
    font-size: 5.5vh;
  }

  .contactbutton {
    font-size: 3vh;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .wwdcontacttext {
    width: 100%;
    padding-right: 7%;
    padding-bottom: 5%;
  }
  
  .wwdcontactsubtitle {
    font-size: 5.5vh;
  }

  .contactbutton {
    font-size: 3vh;
  }
}

.wwdcontainer {
  display: inline-flex;
  flex-direction: column;
  /* flex-direction: column; */
  align-items: center;
  width: calc(100% - 10%); /*This calculation width needs to match the padding*/
  height: auto;
  vertical-align: top;
  padding: 0% 5% 0% 5%; /*top, right, bottom. left*/
  /* border-bottom: 10px solid #38348b; */
  /* background-color:#122449; */
  /* background: linear-gradient(to right, #060d1a, 60%, #091325); */
}

/* .wwdcontainerbottom {
  display: inline-flex;
  flex-direction: column-reverse;
  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 */
  /* flex-direction: column; */
  /* border-bottom: 10px solid #38348b; */
  /* background-color:#122449; */
  /* background: linear-gradient(to right, #060d1a, 60%, #091325); */
/* } */

.wwdWelcomeContainer {
  flex-direction: column;
  align-items: center;
}

.wwddescription {
  display: block;
  /* font-size: 30px; */
  font-size: 3.5vw;
  font-weight: 40;
  padding: 20px; 
}

.wwdsubject {
  display: inline-flex;
  align-items: flex-end;
  width: calc(100% - 40px); /*This calculation width needs to match the margin*/
  margin: 20px;
  vertical-align: top;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0px 0px 100px 10px #060d1a;
  /* max-height: 100vw; */
  /* margin: 20px 30% 20px 30%; top, right, bottom. left */
  /* padding: 20px 0px 0px 0px; */
  /* border-bottom: 10px solid #38348b; */
  /* background-image: url('assets/wwdtemp2.png'); */
  /* background-color: rgba(0,0,25,.80); */
  /* background-blend-mode: multiply; */
}

/* .wwdtestcontainerbottom {
  display: inline-flex;
  flex-direction: column-reverse;
  /* flex-direction: column; */
  /* 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 */
  /* border-bottom: 10px solid #38348b; */
  /* background-color:#122449; */
  /* background: linear-gradient(to right, #060d1a, 60%, #091325); */
/* } */

.wwdtext {
  display: inline;
  width: fit-content;
  text-overflow: wrap;
  padding: 0px 0px 0px 0px; /*Top, right, bottom, left - different measurements based on container padding*/
  /* text-align: center; */
}

/* .wwdtextleft {
  display: inline;
  width: fit-content;
  text-overflow: wrap;
  padding: 0px 0px 0% 0px; /*Top, right, bottom, left - different measurements based on container padding*/
  /* text-align: center; */
/* } */


/* WWD TITLE CONTAINER */
/* Extra small devices (phones, 344px and up) */
@media only screen and (min-width: 344px) {
  .wwdtitle {
    width: 100%;
    font-size: 4.5vh;
    line-height: normal;
    padding: 10% 0 10% 0;
  }
}

/* Extra small devices (phones, 360px and up) */
@media only screen and (min-width: 360px) {
  .wwdtitle {
    padding: 10% 10% 10% 0;
  }
}

/* Extra small devices (phones, 412px and up) */
@media only screen and (min-width: 412px) {
  .wwdtitle {
    font-size: 5vh;
  }
}

/* Small devices (portrait tablets and large phones, 540px and up) */
@media only screen and (min-width: 540px) {
  .wwdtitle {
    font-size: 5.5vh;
    padding: 10% 10% 0 0;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .wwdtitle {
    font-size: 6vh;
  }
}


.wwdsubtitle {
  padding: 30px 0px 0px 0px; /*Top, right, bottom, left - different measurements based on container padding*/
  /* text-align: center; */
}

/* .wwdphoto {
  display: inline;
  width: 100%;
  margin: 0% 0px 0% 0px;
  height: max-content;
  box-shadow: 0px 0px 100px 10px #060d1a;  
  /* margin: 100px 0px 100px 0px; */
  /* filter: sepia(1) hue-rotate(200deg);  */
/* } */

/* ---------------------------------------------------------------------------------------------- S ---------------------------------------------------------------------------------------------- */
/* 
 ████████  ████████
 ██░░░░██  ██░░░░██
 ████░░██  ██░░████
   ██░░░░██░░░░██
   ████░░░░░░████
     ██░░░░░░██
   ████░░░░░░████
   ██░░░░██░░░░██
 ████░░██  ██░░████
 ██░░░░██  ██░░░░██
 ████████  ████████
*/

/* ---------------------------------------------------------------------------------------------- S ---------------------------------------------------------------------------------------------- */
/* 
 ████████  ████████
 ██░░░░██  ██░░░░██
 ████░░██  ██░░████
   ██░░░░██░░░░██
   ████░░░░░░████
     ████░░████
       ██░░██
       ██░░██
       ██░░██
       ██░░██
       ██████
*/

/* ---------------------------------------------------------------------------------------------- S ---------------------------------------------------------------------------------------------- */
/* 
 ██████████████████
 ██░░░░░░░░░░░░░░██
 ████████████░░░░██
         ████░░████
       ████░░████
     ████░░████
   ████░░████
 ████░░████
 ██░░░░████████████
 ██░░░░░░░░░░░░░░██
 ██████████████████
*/



