/* People Grid Squares */

.toggle-grid {
    display: grid;
	  grid-template-columns: repeat(5, minmax(120px, 1fr));
	  grid-template-rows: repeat(3, 1fr);
	  gap: 0;
	  width: 100%;
	  aspect-ratio: 5 / 3;
	  margin-left: auto;
	  overflow: visible;
	  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.toggle-square {
    width: 100%;
	  height: 100%;
	  aspect-ratio: 1 / 1;
	  max-width: 360px;
	  max-height: 360px;
	  min-height: 120px;
	  min-width: 120px;
	  position: relative;
	  overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease;
}

.toggle-square.fade-in {
    opacity: 1;
    visibility: visible;
}

.toggle-square .color-layer,
.toggle-square .image-layer {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
}

.toggle-square .color-layer {
  z-index: 1;
  opacity: 1;
}

.toggle-square .image-layer {
  z-index: 2;
  opacity: 0;
  background-size: cover;
  background-position: center;
}
.toggle-square[data-toggled="true"] .image-layer {
  opacity: 1;
}

/* News Events Filter */

.newsevents-filters {
	margin-bottom: 20px; 
	display: flex; 
	align-items: center; 
	gap: 3px;
}

.newsevents-filters  .newsevents-filter-label {
	display: flex; 
	align-items: center; 
	gap: 5px;
	font-size: 16px;
	font-weight: 700;
}

.newsevents-filters button {
	border: none;
	background: transparent;
	font-size: 16px;
	cursor: pointer;
	transition: all .3s ease;
}

.newsevents-filters button:hover {
	font-weight: 700;
}

.newsevents-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch; /* equal height hack */
}

.newsevents-item > * {
  flex-grow: 1; /* equal height hack */
}

.newsevents-item {
  border-radius: 24px;
  flex: 1 0 calc(33.333% - 20px);
  box-sizing: border-box;
  transition: all 0.3s ease;
  overflow: hidden;
}

.newsevents-item.news-item {
	background: #22265F;
}

.newsevents-item.event-item {
	background: #4A90C5;
}

.newsevents-item:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.newsevents-image {
  position: relative;
  width: 100%;
  padding-top: 66.66%; /* 3:2 aspect ratio */
  overflow: hidden;
}

.newsevents-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.newsevent-content {
	padding: 32px 12px 24px 12px;
	color: #FFF;
	text-align: center;
}

.newsevent-content h3 {
	padding-bottom: 8px;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
}

.newsevent-content .newsevents-meta {
	padding-bottom: 24px;
	font-size: 12px;
}

@media (max-width: 980px) {
  .newsevents-item {
    flex: 1 0 calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .newsevents-item {
    flex: 1 0 100%;
  }
}



/* Redesign 2023 */

.gmi_cpt_template #page-container {
	padding-top: 0 !important;
}

.gmi_cpt_template .et_pb_row {
	max-width: none;
	width:100%;
}

.gmi_cpt_template .mobileonly {
	display:none !important;
}

.gmi_cpt_template h1, 
.gmi_cpt_template h2, 
.gmi_cpt_template h3, 
.gmi_cpt_template h4, 
.gmi_cpt_template h5, 
.gmi_cpt_template h6 {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	color: #2A3077;
}

.gmi_cpt_template p,
.gmi_cpt_template .et_pb_text_inner ul,
.gmi_cpt_template .et_pb_text_inner ol {
	font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
	color: #333333;
}

.gmi_cpt_template p,
.gmi_cpt_template .et_pb_text_inner ul,
.gmi_cpt_template .et_pb_text_inner ol {
	font-size: 20px;
}

.gmi_cpt_template img.mfp-img {
	background: #FFF;
}

.gmi_cpt_template .mfp-title,
.gmi_cpt_template .mfp-iframe-holder .mfp-close, 
.gmi_cpt_template .mfp-image-holder .mfp-close {
	color: #2A3077;
}

.gmi_cpt_template .et_pb_text_inner ul,
.gmi_cpt_template .et_pb_text_inner ol {
	margin-left: 20px;
	padding: 10px 0;
}

.gmi_cpt_template .et_pb_text_inner ul li,
.gmi_cpt_template .et_pb_text_inner ol li {
	list-style-position: outside;
	padding-bottom: 15px;
}

.gmi_cpt_template h1 {
	font-size: 45px;
	font-weight: 700;
}

.gmi_cpt_template h2 {
	font-size: 40px;
	font-weight: 700;
}

.gmi_cpt_template h3 {
	font-size: 25px;
	font-weight: 700;
}

.gmi_cpt_template #company_hero_section.et_pb_section {
    background-image: url(/wp-content/uploads/2024/01/Uni-Background-2-1.png);    
    background-color: rgba(42, 48, 119,0.8);
    padding: 0;
}

.gmi_cpt_template #company_hero_section .languageswitch {
  padding-bottom: 0 !important;
}

.gmi_cpt_template #company_hero_section .companylogorow img {
	  max-width: 25vw;
    max-height: 300px;
}

.gmi_cpt_template #company_hero_section .companylogorow .gmi_img img {
	max-height: 85px;
}

.gmi_cpt_template #company_hero_section .companylogorow .gmi_img {
	text-align: right;
}

.gmi_cpt_template #company_hero_section .languageswitch,
.gmi_cpt_template #company_hero_section .companylogorow,
.gmi_cpt_template #company_hero_section .herocontent,
.gmi_cpt_template .company_pathway_section .et_pb_row,
.gmi_cpt_template footer .et_pb_section_0_tb_footer .et_pb_row  {
	width: 80%;
}

.gmi_cpt_template #company_hero_section .herocontent {
	padding-bottom: 0;
}

.gmi_cpt_template #company_hero_section .et_pb_column {
	margin-right: 0;
}

.gmi_cpt_template #company_hero_section .formcontent {
	width: 45%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.gmi_cpt_template #company_hero_section .companyheadshot {
	width: 50%;
}

.gmi_cpt_template #company_hero_section h3{
	color: #FFF;
}

.gmi_cpt_template #company_hero_section .companyheadshot,
.gmi_cpt_template #company_hero_section .companyquote {
	display: flex;
	flex-wrap: wrap;
  align-items: end;
}

.gmi_cpt_template #company_hero_section .companyquote .et_pb_text_inner {
	width: 60%;
	margin: auto 0 10% auto;
}

.gmi_cpt_template #company_hero_section .companyquotetext {
	color: #2A3077;
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
  line-height: 1.5em;
}

.gmi_cpt_template #company_hero_section .companyquotename {
	color: #2A3077;
	font-size: 15px;
	font-weight: 700;
}

.gmi_cpt_template #company_hero_section .headshotbubble {
  width: 70%;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 15%;
}

.gmi_cpt_template #company_hero_section .headshotbubble .circle {
	height: 0;
  padding-bottom: 100%;
}

.gmi_cpt_template #alchemerstart1 .alchemercol,
.gmi_cpt_template .alchemerstart .alchemerinput-container label,
.gmi_cpt_template .alchemerstart .alchemerinput-container input {
  width: 100%;
}

.gmi_cpt_template .alchemerstart .alchemerinput-container {
	margin-bottom: 25px;
}

.gmi_cpt_template .alchemerstart .alchemerinput-container input {
 	border: none;
 	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
 	border-radius: 4px;
}

.gmi_cpt_template .alchemerstart #submit1,
.gmi_cpt_template .alchemerstart #submit2 {
  cursor:pointer;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.7em;
  height: auto;
}

.gmi_cpt_template #alchemerstart1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gmi_cpt_template #alchemerstart1 input {
 	height: 25px;
}

.gmi_cpt_template #alchemerstart1 #submit1 {
  margin-top: 22px;
  background: #2A3077;
  color: #FFF;
  transition: all .3s ease;
}

.gmi_cpt_template #alchemerstart1 #submit1:hover {
  background: #EB9441;
}

.gmi_cpt_template #alchemerstart1 label {
  line-height: 22px;
  height: 22px;
  display: block;
  color: #2A3077;
}

.gmi_cpt_template #alchemerstart2 input {
  font-size: 16px;
  line-height: 1.7em;
  padding: 0.3em 1em;
}

.gmi_cpt_template #alchemerstart2 label {
  color: #FFF;
}

.gmi_cpt_template #alchemerstart2 #submit2 {
  color: #FFF;
  font-weight: 700;
  margin-top: 20px;
  background: #2A3077;
  transition: all .3s ease;
}

.gmi_cpt_template #alchemerstart2 #submit2:hover {
  background:#EB9441;
  color:#FFF;
}

.gmi_cpt_template #alchemerstart2 input {
  margin-bottom: 10px;
}

.gmi_cpt_template .sectiondefaultcolor {
	background: #2A3077;
}

.gmi_cpt_template .company_mission_section,
.gmi_cpt_template .company_details_section,
.gmi_cpt_template .company_mission_section .et_pb_row,
.gmi_cpt_template .company_details_section .et_pb_row {
	padding: 0;
}

.gmi_cpt_template .company_mission_section .colhalf,
.gmi_cpt_template .company_details_section .colhalf,
.gmi_cpt_template .company_contact_section .colhalf {
	width: 50%;
	margin: 0;
	padding: 40px 4%;
}

.gmi_cpt_template .colhalf.middlealign {
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.gmi_cpt_template .split_company_facts {
	padding: 0 !important;
	display:flex;
	flex-wrap: wrap;
}

.gmi_cpt_template .company_mission_section h2 {
	display: inline-block;
}

.gmi_cpt_template .company_mission_section .sectiondefaultcolor h2,
.gmi_cpt_template .company_mission_section .sectiondefaultcolor p,
.gmi_cpt_template .company_mission_section .sectiondefaultcolor li {
	color: #FFF;
}

.gmi_cpt_template .underlined:after {
		background-color: transparent;
    max-width: 260px;
    content: '';
    display: block;
    border-top-color: #EB9441;
    border-top-style: dotted;
    border-top-width: 6px;
}

.centered {
	text-align: center;
}

.gmi_cpt_template .company_mission_section .aboutvideo {
	height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gmi_cpt_template .company_mission_section .aboutvideo iframe {
	border-radius: 5px;
}

.gmi_cpt_template .company_details_section .split_company_facts .defaultcolor {
	background-image: url(/wp-content/uploads/2023/09/get-hired.png);
	background-size: 100%;
  background-position: bottom;
}

.gmi_cpt_template .company_details_section .split_company_facts .companycolor {
	background-image: url(/wp-content/uploads/2023/09/career-confidence.png);
	background-size: 80%;
	background-position: bottom right;
}

.gmi_cpt_template .company_details_section .split_company_facts h4 {
	color: #FFF;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 250px;
}

.gmi_cpt_template .requirementslist .requirementssublist,
.gmi_cpt_template .requirementslist .requirementssublist li:last-of-type {
	padding-bottom: 0;
}

.gmi_cpt_template .requirementslist .requirementssublist li {
	list-style: circle;
}

.gmi_cpt_template .global_partners_section {
	background-image: url(/wp-content/uploads/2023/12/earth-circles-background.png);
	background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.gmi_cpt_template .company_pathway_section .et_pb_image {
	text-align: center;
}

.gmi_cpt_template .company_contact_section,
.gmi_cpt_template .company_contact_section .et_pb_row {
	padding-bottom: 0;
}

.gmi_cpt_template .company_contact_section .sectiondefaultcolor h2, 
.gmi_cpt_template .company_contact_section .sectiondefaultcolor p,
.gmi_cpt_template .company_contact_section .sectiondefaultcolor ul {
	color: #FFF;
}

.gmi_cpt_template .company_contact_section .sectiondefaultcolor .et_pb_button {
    background-color: #4A90C5;
}

.gmi_cpt_template .company_contact_section .sectiondefaultcolor .et_pb_button:hover {
    background-color: #EB9441;
}

.gmi_cpt_template .company_contact_section .et_pb_code {
	margin-top: 4%;
}

.gmi_cpt_template .company_contact_section .et_pb_button_module_wrapper {
	margin: 4% 0;
}

.gmi_cpt_template .et_pb_button.darkblue {
	background-color: #2A3077;
}

.gmi_cpt_template .et_pb_button.darkblue:hover {
	background-color: #4a90c5;
}

.gmi_cpt_template footer .et_pb_section_1_tb_footer {
	padding: 0 10px;
}

.gmi_cpt_template footer p {
	color: #FFF;
}

/*Student Notifications*/
.gmi_cpt_template #student_notifications {
    background-blend-mode: overlay;
    padding-top: 170px;
    background-color: rgba(42, 48, 119, 0.2) !important;
    background-image: url(https://globalmentorship.org/wp-content/uploads/2024/02/Mountain_Background-e1707727530752.png) !important;
}

.gmi_cpt_template #student_notifications h1 {
	font-weight: 700 !important;
}


.gmi_cpt_template #notificationroll .et_pb_ajax_pagination_container, 
.student-notifications-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 24px;
}

.gmi_cpt_template #notificationroll .et_pb_ajax_pagination_container article, 
.student-notifications-list .student-notification-item {
	  width: 32%;
    border: 0 solid #333;
    height: 100%;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    border-radius: 25px;
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.gmi_cpt_template #notificationroll .et_pb_ajax_pagination_container article .post-content, 
.student-notifications-list .student-notification-item article {
	max-width: 100%;
}

.gmi_cpt_template .centeredbutton {
	  margin: auto;
    text-align: center;
}

.single-student_notification #student_notification_content .et_pb_row {
	justify-content: center;
}

@media (max-width:1500px) and (min-width: 1341px) {
	.gmi_cpt_template .company_details_section .split_company_facts h4 {
		font-size: 35px;
	}
}

@media (max-width:1340px) and (min-width: 1131px) {
	.gmi_cpt_template .company_details_section .split_company_facts h4 {
		font-size: 30px;
	}
}

@media (max-width:1130px) and (min-width: 981px) {
	.gmi_cpt_template .company_details_section .split_company_facts h4 {
		font-size: 24px;
	}
}

@media (max-width: 980px) {
	.gmi_cpt_template .companylogorow .et_pb_column {
		width: 50% !important;
	}
	.gmi_cpt_template #company_hero_section .herocontent > .et_pb_column {
		width: 100%;
	}
	.gmi_cpt_template #company_hero_section .herointro {
	    padding-bottom: 20px;
	}
	.gmi_cpt_template #company_hero_section .companyquote .et_pb_text_inner {
		width: 100%;
		margin: auto;
	}
	.gmi_cpt_template #company_hero_section .companyquotetext,
	.gmi_cpt_template #company_hero_section .companyquotename {
		text-align: center;
	}
	.gmi_cpt_template .company_mission_section .colhalf, 
	.gmi_cpt_template .company_details_section .colhalf:not(.defaultcolor,.companycolor),
	.gmi_cpt_template .company_contact_section .colhalf {
		width: 100%;
	}
	.company_details_section .et_pb_row {
		display: flex;
    flex-wrap: wrap;
	}
	.company_details_section .split_company_facts {
		order: 2;
	}
	.gmi_cpt_template .company_contact_section .et_pb_code {
  	width: 100%;
	}
}

@media (max-width: 767px) {
	.gmi_cpt_template #company_hero_section .companylogorow img {
    	max-width: 95%;
	}
	.gmi_cpt_template .mobileonly {
		display:block !important;
	}
	.gmi_cpt_template .desktoponly {
		display:none !important;
	}
}

@media (max-width: 500px) {
  .gmi_cpt_template #notificationroll .et_pb_ajax_pagination_container article, 
  .student-notifications-list .student-notification-item {
  	width: 100%; 
  	height: auto; 
  	margin-bottom: 20px; 
  }
}

/* Hero Sliders */
.gmi-hero-slider {
    width: 100%;
    min-height: 500px;
    max-height: none;
    position: relative;
    overflow: visible;
    margin-bottom: 80px; /* Add bottom margin for navigation */
}

.hero-slider-container {
    display: flex;
    min-height: 500px;
    max-height: none;
    position: relative;
    transition: background-color 0.8s ease-in-out;
}

.hero-slider-left {
    flex: 0 0 50%;
    display: flex;
    align-items: flex-start;
    padding: 5%;
    position: relative;
    z-index: 2;
}

.hero-slider-content {
    max-width: 80%;
    color: white;
    position: relative;
    z-index: 3;
    padding-top: 5%;
}

.hero-slider-left .hero-slider-title {
  font-size: 45px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: white;
  transition: color 0.8s ease-in-out;
}

.hero-slider-left .hero-slider-title.dark-text {
  color: #22265F !important;
}

.hero-slider-left .hero-slider-subtitle {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: white;
  transition: color 0.8s ease-in-out;
}

.hero-slider-left .hero-slider-subtitle.dark-text {
  color: #22265F !important;
}

.hero-slider-description {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 40px 0;
    color: white;
    transition: color 0.8s ease-in-out;
}

.hero-slider-description.dark-text {
    color: #111111 !important;
}

.hero-slider-button {
    display: inline-block;
    color: #22265F;
    border: 1px solid #22265F;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 0.3em 1em;
    font-size: 16px;
    font-weight: 700;
    transition: all 300ms ease 0ms;
}

.hero-slider-button:hover {
    background: transparent;
    color: white;
    border: 1px solid #fff;
    text-decoration: none;
}

.hero-slider-right {
    flex: 0 0 50%;
    position: relative;
    overflow: visible;
    padding: 4% 4% 4% 0;
}

    .hero-slider-headshots {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 5;
    }

.hero-slider-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    overflow: visible;
}

.hero-slide.active {
    opacity: 1;
}

.hero-slide-quote-box {
    background: white;
    border: none;
    border-radius: 15px;
    padding: 30px;
    max-width: calc(100% - 80px);
    position: relative;
    z-index: 3;
    box-shadow: 6px 6px 0 #00076D; /* Default shadow, will be overridden by JS */
}

.quote-icon-open {
    position: absolute;
    top: 20px;
    left: -80px;
    z-index: 4;
}

.quote-icon-open .quote-icon {
    width: 100px;
    height: auto;
}

.quote-content {
    position: relative;
    z-index: 2;
    line-height: 1.3em;
    color: #111111;
    font-size: 22px;
}

.quote-text {
    margin-bottom: 20px;
    font-weight: 600;
}

.quote-attribution {
    text-align: left;
}

.quote-name {
    font-weight: 700;
    margin-bottom: 5px;
}


.quote-icon-close {
    position: absolute;
    bottom: 20px;
    right: -40px;
    z-index: 4;
}

.quote-icon-close-img {
    width: 50px;
    height: auto;
}

.hero-slide-headshot {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    margin-left: -4%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    height: 70%;
    display: flex;
    align-items: flex-end;
}

.hero-slide-headshot.active {
    opacity: 1;
}

/* Hide mobile headshots on desktop */
.hero-slide-headshot.mobile-headshot {
    display: none;
}

.headshot-image {
    width: auto;
    height: 100%;
    min-height: 275px;
    object-fit: cover;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.hero-slider-navigation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    z-index: 5;
}

.slider-nav {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #2a3077;
}

.slider-nav:hover {
    background: white;
    transform: scale(1.1);
}

.slider-dots {
    display: flex;
    gap: 8px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #22265F;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #027CD7;
}

.slider-dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

/* Mobile Responsive */
@media (max-width: 1600px) {
  .hero-slider-content {
    max-width: 75%;
  }
}

@media (max-width: 1400px) {
  .hero-slide-headshot {
    height: 65%;
  }
}

@media (max-width: 1040px) {
  .hero-slide-headshot {
    height: 50%;
  }
  .hero-slider-left, 
  .hero-slider-right {
    flex: 0 0 50%;
  }
  .hero-slider-left .hero-slider-title {
    font-size: 38px;
  }
  .hero-slider-left .hero-slider-subtitle {
    font-size: 22px;
  }
  .hero-slider-description {
    font-size: 16px;
  }
  .quote-content {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
    /* Mobile: Completely different structure */
    .hero-slider-container {
        flex-direction: column;
        min-height: auto;
    }
    
    /* White background section - static content */
    .hero-slider-left {
        flex: none;
        width: 100%;
        padding: 40px 20px;
        background: white;
        order: 1;
    }
    
    .hero-slider-content {
        color: #111111;
        max-width: 100%;
    }

    .hero-slider-left .hero-slider-title, 
    .hero-slider-left .hero-slider-subtitle {
      color: #2a3077;
    }
    
    .hero-slider-title {
        font-size: 32px;
        color: #2a3077;
    }
    
    .hero-slider-subtitle {
        font-size: 20px;
        color: #2a3077;
    }
    
    .hero-slider-description {
        color: #333;
    }
    
    .hero-slider-button {
        background: #2a3077;
        color: white;
        border-color: #2a3077;
    }
    
    .hero-slider-button:hover {
        background: #4a90c5;
        border-color: #4a90c5;
        color: white;
    }
    
    /* Color background section - dynamic content */
    .hero-slider-right {
        flex: none;
        width: 100%;
        height: auto;
        min-height: auto;
        order: 2;
        position: relative;
        padding: 8% 8% 0;
        background-color: #01042F; /* Default background color */
        transition: background-color 0.6s ease-in-out;
    }
    
    /* Hide the desktop headshots container on mobile */
    .hero-slider-headshots {
        display: none;
    }
    
    /* Mobile slides - relative positioning, natural flow */
    .hero-slide {
        padding: 0;
        position: relative;
        height: auto;
        min-height: auto;
        display: none;
    }
    
    .hero-slide.active {
        display: block;
    }
    
    .hero-slide-quote-box {
        max-width: 85%;
        padding: 20px;
        margin: auto;
    }
    
    .quote-content {
        font-size: 18px;
    }

    .quote-icon-open {
        left: -50px;
    }

    .quote-icon-open .quote-icon {
      width: 60px;
    }    

    .quote-icon-close {
      position: absolute;
      right: -30px;
    }

    .quote-icon-close-img {
      width: 40px;
    }
  
    /* Mobile headshot - relative positioning, centered */
    .hero-slide-headshot {
        position: relative;
        text-align: center;
        margin: 0 auto;
        height: auto;
    }
    
    /* Show mobile headshots on mobile when their slide is active */
    .hero-slide.active .hero-slide-headshot.mobile-headshot {
        display: block !important;
    }
    
    .hero-slide-headshot.mobile-headshot {
      opacity: 1;
    }

    .headshot-image {
        width: auto;
        height: 300px;
        min-height: 300px;
        margin-top: -5%;
    }
    
    /* Navigation - below everything */
    .hero-slider-navigation {
        margin-top: 20px;
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        justify-content: center;
    }
}