/* =========================================================
   STUDENTS SECTION CSS
   ========================================================= */

:root {
	--gie-navy: #053A59;
	--gie-blue: #2A7DDF;
	--gie-teal: #68F3E4;
	--gie-chartreuse: #D5E374;  /* students section */
	--gie-yellow: #F1EC4E;  /* students section */
}

body.students-section .et_pb_section_0_tb_header {
    border-bottom-color: var(--gie-yellow) !important;
}

body.students-section #main-content {
	font-size: 17px;
	line-height: 1.4;
	overflow-x: clip;
}

body.students-section #main-content h1 {
	font-family: "strelka", sans-serif;
	font-size: 60px;
    max-width: 500px;
	font-size: clamp(1.9rem, 5vw, 3.75rem);
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
	z-index: 100;
}

body.students-section #main-content h1 .heading-small {
	font-family: "hagrid", sans-serif;
	font-size: clamp(1.5rem, 2.8vw, 2rem);
	text-transform: none;
	line-height: 1.2;
    display: inline-block;
}

body.students-section #main-content h2, body.students-section #main-content h3 {
	font-family: "hagrid", sans-serif;
	color: var(--gie-blue);
	font-size: clamp(2rem, 3.8vw, 2.5rem);
	line-height: 1.2;
	font-weight: 400;
}
body.students-section #main-content h3 {
	font-size: clamp(1.5rem, 2.8vw, 2rem);
}

body.students-section #main-content h2 strong, body.students-section #main-content h3 strong,
body.students-section #main-content h2 b, body.students-section #main-content h3 b {
	font-weight: 800;
}

body.students-section  #page-container .et_pb_section .et_pb_button_module_wrapper a {
    font-family: "hagrid", sans-serif !important;
   font-size: clamp(1rem, 2vw, 1.25rem) !important;
}

body.students-section #page-container .text-max-center {
	max-width: 850px;
    text-align: center;
    margin: 0 auto;
}
body.students-section #main-content ul, body.students-section .student-routes ul {
	list-style-type: disc;
   	padding: 0 0 23px 30px ;
   	line-height: 26px;
}
body.students-section #main-content ul li::marker, body.students-section .student-routes ul li::marker {
  color: var(--gie-blue);
}

/* ==== Students Section Hero Preset ============ */
.student-hero{
	position:relative;
	overflow:hidden;
	background-image:url('/wp-content/uploads/2026/05/blue-graph-paper-background.jpg');
	background-repeat:repeat;
	background-size:auto;
}
.student-hero .et_pb_row{
	position:static;
	display:flex;
	align-items:center;
	min-height: 300px;
	padding-top: 0;
}
.student-hero .et_pb_row .et_pb_column, .student-hero .et_pb_row .et_pb_column .et_pb_module, .student-hero .et_pb_row .et_pb_column .et_pb_module .et_pb_code_inner {
	position: static;
}
.student-hero-media{
	position:absolute;
	left: 50%;
	bottom:0;
	width:50%;
	height:100%;
}
.student-hero-image{
	position:absolute;
	z-index:3;
}
.student-hero-accent{
	position:absolute;
	z-index:2;
}
.student-hero-landing .student-hero-image {
    left: 0;
    bottom: -110px;
    transform: rotate(16deg) !important;
    width: 500px;
    max-width: none;
}
.student-hero-landing .student-hero-accent {
    bottom: 267px;
    left: 100px;
    width: 150px;
}
.student-hero-blueprint .student-hero-image {
    height: 100%;
    max-width: none;
    left: -100px;
}
.student-hero-blueprint .student-hero-accent {
    left: 100px;
    width: 375px;
	min-width: 325px;
    bottom: -125px;
}
.student-hero-athletes .student-hero-image {
    height: 360px;
    bottom: 0;
    left: 0;
    max-width: none;
}
.student-hero-athletes .student-hero-accent {
    left: 158px;
    width: 180px;
    bottom: 230px;
}
.student-hero-media.student-hero-mathletes {
	max-width: 700px;
}
.student-hero-mathletes .student-hero-image {
    bottom: 0;
    left: 0;
    max-height: 335px;
    max-width: none;
}
.student-hero-mathletes .student-hero-accent {
    bottom: 35px;
    left: 220px;
    width: 280px;
	max-width: none;
}
.student-hero-media.student-hero-explore {
    max-width: 325px;
    left: 55%;
}
.student-hero-explore .student-hero-image {
    bottom: 0;
    max-height: 325px;
    max-width: none;
}
.student-hero-explore .student-hero-accent {
    bottom: 200px;
    left: 40px;
    width: 150px;
	max-width: none;
}
.student-hero-media.student-hero-resources {

}
.student-hero-resources .student-hero-image {
    bottom: 0px;
    max-height: 400px;
    max-width: none;
}
.student-hero-resources .student-hero-accent {
    bottom: 200px;
    left: 70px;
    width: 200px;
    max-width: none;
}
/* Student Hero mobile adjustments */
@media(max-width:700px){
	.student-hero .et_pb_row {
		flex-direction: column;
		min-height: 260px;
	}
	.page-id-42883 .student-hero .et_pb_row {
		flex-direction: row;
	}
	.student-hero-media.student-hero-blueprint {
		left: 30%;
	}
	.student-hero-athletes .student-hero-image {
		height: 235px;
	}
	.student-hero-athletes .student-hero-accent {
		left: 100px;
		width: 120px;
		bottom: 150px;
	}
	.student-hero-media.student-hero-mathletes {
		left: 25%;
	}
	.student-hero-mathletes .student-hero-image {
		max-height: 260px;
	}
	.student-hero-mathletes .student-hero-accent {
		bottom: 25px;
		left: 165px;
		width: 225px;
	}
	.student-hero-explore .student-hero-image {
		max-height: 275px;
	}
	.student-hero-explore .student-hero-accent {
		bottom: 170px;
		left: 25px;
		width: 130px;
	}
	.student-hero-resources .student-hero-image {
		max-height: 300px;
	}
	.student-hero-resources .student-hero-accent {
		bottom: 100px;
		left: 50px;
	}
}





.animate-pulseGlow {
	animation:pulseGlow 4s ease-in-out 2s infinite;
	filter:  drop-shadow(0 0 8px rgba(255,255,255,.75)) drop-shadow(0 0 18px rgba(255,255,255,.45));
}
@keyframes pulseGlow{
	0%{
		opacity:.55;
		transform:scale(.96);
		filter: drop-shadow(0 0 4px rgba(255,255,255,.45)) drop-shadow(0 0 10px rgba(255,255,255,.25));
	}
	50%{
		opacity:1;
		transform:scale(1);
		filter: drop-shadow(0 0 10px rgba(255,255,255,.85)) drop-shadow(0 0 24px rgba(255,255,255,.55));
	}
	100%{
		opacity:.55;
		transform:scale(.96);
		filter: drop-shadow(0 0 4px rgba(255,255,255,.45)) drop-shadow(0 0 10px rgba(255,255,255,.25));
	}
}


/* HERO ANIMATIONS */
.et_pb_code_inner > h1,
.student-hero-image,
.student-hero-accent {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

/* HEADING ENTRANCE */
.et_pb_code_inner > h1 {
  opacity: 0;
  transform: translateX(-14px);

  animation:
    studentHeroHeadingIn 850ms cubic-bezier(.22,.61,.36,1) 250ms forwards;
}

@keyframes studentHeroHeadingIn {
  0% {
    opacity: 0;
    transform: translateX(-14px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* HERO IMAGE ENTRANCE */
.student-hero-image {
  opacity: 0;
  transform: scale(1.08) translateY(18px);

  animation:
    studentHeroImageIn 1.1s cubic-bezier(.22,.61,.36,1) 800ms forwards;
}

@keyframes studentHeroImageIn {
  0% {
    opacity: 0;
    transform: scale(1.08) translateY(18px);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* ACCENT ENTRANCE + PULSE */
.student-hero-accent {
  opacity: 0;
  transform: scale(.65) rotate(-6deg);
  transform-origin: center center;

  filter:
    drop-shadow(0 0 10px rgba(255,255,255,.8))
    drop-shadow(0 0 24px rgba(255,255,255,.5));

  animation:
	studentHeroAccentIn 2000ms cubic-bezier(.16,.84,.32,1) 1200ms forwards,
    accentPulse 4s ease-in-out 4s infinite;
}

@keyframes studentHeroAccentIn {
  0% {
    opacity: 0;
    transform: scale(.72) rotate(-4deg);
  }

  60% {
    opacity: 1;
    transform: scale(1.05) rotate(.4deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

/* AMBIENT PULSE */
@keyframes accentPulse {
  0% {
    opacity: 1;
    transform: scale(1);

    filter:
      drop-shadow(0 0 10px rgba(255,255,255,.8))
      drop-shadow(0 0 24px rgba(255,255,255,.5));
  }

  50% {
    opacity: .76;
    transform: scale(.96);

    filter:
      drop-shadow(0 0 6px rgba(255,255,255,.45))
      drop-shadow(0 0 14px rgba(255,255,255,.25));
  }

  100% {
    opacity: 1;
    transform: scale(1);

    filter:
      drop-shadow(0 0 10px rgba(255,255,255,.8))
      drop-shadow(0 0 24px rgba(255,255,255,.5));
  }
}


/* Students Section Sub Menu */
.students-menu {
  display: flex;
  width: 100%;
  position: relative;
  margin-top: -125px; 
  z-index: 10;
}
.students-menu-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 5px;
  width: 100%;
  padding: 0;
  margin: 0;
}
.students-menu-buttons li {
  list-style: none;
  flex: 1;
  display: flex;
}
.students-menu-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #053a59;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.students-menu-buttons a.current-page {
	color: var(--gie-yellow) !important;
}
.students-menu-buttons a:hover {
    color: var(--gie-yellow) !important;
	transform: scale(1.05);
}
@media only screen and (max-width: 980px) {
  .students-menu {
    margin-top: -150px;
  }
  .students-menu-buttons {
    flex-wrap: wrap;
  }
  .students-menu-buttons li {
  	flex: 0 0 calc(50% - 2.5px);
  }
}
@media only screen and (max-width: 767px) {
  .students-menu-buttons li {
    flex: 0 0 100%;
  }
}
/* END Students Section Sub Menu */

/* Custom Staggered Layout Images */
.staggered-layout-2 .et_pb_column:first-child {
    margin-top: 3%;
    margin-bottom: 0 !important;
}
.staggered-layout-2 .et_pb_column:first-child .et_pb_image img {
    border-radius: 8px;
}
.staggered-layout-2 .et_pb_column:first-child .et_pb_image:first-child {
	position: absolute;
    width: 70%;
    z-index: 2;
}
.staggered-layout-2 .et_pb_column:first-child .et_pb_image:nth-child(2) {
    width: 70%;
    margin-top: 40%;
    margin-left: auto;
    margin-right: 0;
}
@media only screen and (min-width: 981px) {
    .staggered-layout-2 h2 {
        margin-left: -120px;
    }
}
@media only screen and (max-width: 980px) {
    .staggered-layout-2 {
        display: flex;
        flex-direction: column-reverse;
    }
}
	/* Adjust h2 on mathletes page only */
	@media (max-width: 1128px) {
		.page-id-42948 h2:first-of-type {
			margin-left: 0px;
		}
	}
/* END Staggered Layout Images */

/* Icon Cards - Overlap Column */
.overlap-column {
  	margin-top: 40px;
	overflow: visible !important;
}

.overlap-column .et_pb_image .et_pb_image_wrap img[src*=".svg"] {
    margin-top: -50px;
	margin-bottom: 15px;
    width: 110px !important;
    height: 110px !important;
    display: block;
}

/* Flip Cards Carousel in Students Section */
.students-flip-carousel {
  margin: 0 auto;
}

.students-flip-carousel .slick-list {
  overflow: hidden;
}

.students-flip-carousel .slick-slide {
  padding: 0 8px;
  transform: scale(0.88);
  transition: transform 0.3s ease;
}

.students-flip-card {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 2.4 / 3;
  margin: 0 auto;
  perspective: 1000px;
}

.students-flip-carousel .slick-center {
    transform: scale(1);
}
.page-id-42948 .students-flip-carousel .slick-center {
    aspect-ratio: 2.1 / 3;
}

.students-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s ease;
  transform-style: preserve-3d;
}

.slick-center .students-flip-inner {
  transform: rotateY(180deg);
}

.students-flip-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 18px;
  overflow: hidden;
}

.students-flip-face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.students-flip-back {
  transform: rotateY(180deg);
  box-sizing: border-box;
  background: #053a59;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Back Card Content */

.students-card-data {
  /*display: none;*/
}

.students-card-content {
    width: 100%;
    max-height: 100%;
    /* box-sizing: border-box; */
    padding: 1rem;
    text-align: center;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    overflow-y: auto;
    color: white;
    scrollbar-width: 18px;
    scrollbar-color: red;
    /* align-items: center; */
}

/* Chrome, Edge, Safari */
.students-card-content::-webkit-scrollbar {
    width: 16px;
}

.students-card-content::-webkit-scrollbar-track {
    background: #A6A6A6;
   
}

.students-card-content::-webkit-scrollbar-thumb {
   background: rgba(213, 227, 116, 0.804);
    border-radius: 8px;
     border:1px solid #BBBBBB;
}

.students-card-content h3 {
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  color: #fff !important;
  padding-bottom: 20px;
}

.students-card-section {
  margin-bottom: 12px;
}

.students-card-section:last-child {
  margin-bottom: 0;
}


.students-card-content h4 {
   font-weight: 600 !important;
   font-size: 1rem !important;
   color: var(--gie-yellow);
   padding-bottom: 4px;
}

.students-card-content ul {
   list-style: none !important;
  padding: 0 0 23px 0 !important;
  margin: 0;
  line-height: 1.1 !important;
}

.students-card-content li {
    margin-bottom: 7px;
}

.students-card-content li:last-child {
  margin-bottom: 0;
}

.students-flip-carousel .slick-track {
    margin: 28px 0;
}
/* Flip Carousel Arrows */
.students-flip-carousel .slick-prev,
.students-flip-carousel .slick-next,
.gie-career-map-cards .slick-prev,
.gie-career-map-cards .slick-next
{
  width: 42px;
  height: 42px;
  border: 2px solid #008ee8;
  background-color: #fff;
  border-radius: 50%;
  z-index: 5;
  font-size: 0;
}
.students-flip-carousel .slick-prev,
.gie-career-map-cards .slick-prev {
  left: -35px;
}

.students-flip-carousel .slick-next,
.gie-career-map-cards .slick-next {
  right: -35px;
}

.students-flip-carousel .slick-prev:before, .students-flip-carousel .slick-next:before, .gie-career-map-cards .slick-prev:before, .gie-career-map-cards .slick-next:before {
    color: #008ee8;
    font-size: 42px;
    text-align: center;
    font-weight: bold;
    line-height: 18px;
}

.students-flip-carousel .slick-prev:before,
.gie-career-map-cards .slick-prev:before{
  content: "‹";
}

.students-flip-carousel .slick-next:before,
.gie-career-map-cards .slick-next:before {
  content: "›";
}
/* Inverse colors for arrows */
.gie-career-map-cards .slick-prev,
.gie-career-map-cards .slick-next
{
  border: 2px solid #fff;
  background-color: #0c71c3;
}
.gie-career-map-cards .slick-prev:before,
.gie-career-map-cards .slick-next:before{
  color: #fff;
}

@media (max-width: 767px) { 
	.students-flip-carousel .slick-track { display: flex; align-items: center; } 
	.students-flip-carousel .slick-slide { padding: 0; opacity: .6; transition: all .3s ease; display: flex !important; justify-content: center; } 
	.students-flip-carousel .slick-center { transform: scale(1); opacity: 1; z-index: 10; } 
	.students-flip-card { width: 100%; max-width: 320px; height: 500px; } 
	.students-card-content { box-sizing: border-box; padding: 1rem; } 
	.students-card-content h2 { font-size: 1rem !important; line-height: 1.1; } 
		.students-card-content h3 {
		    font-size: 1.2rem !important;
		}
	.students-card-section { margin-bottom: .75rem; }
}
  

/* END Flip Cards */





/* Homepage career salary cards */
.career-salary-grid {
  display: grid;
box-sizing: border-box;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 40px;
  max-width: 980px;
  margin: 0 auto;
}
.career-salary-card {
  background: #d5e374;
  border-radius: 14px;
  padding: 16px 24px;
  height: 100%;
}
.career-salary-card .career-card-main {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}
.career-salary-card .career-icon {
  width: 110px;
  height: 110px;
  flex: 0 0 110px;
}
.career-salary-card .career-icon img {
  width: 110px;
  height: 110px;
  display: block;
}
.career-salary-card .career-content h3 {
  font-size: clamp(1.125rem, 0.95rem + 0.9vw, 1.5rem) !important;
  line-height: 1;
  font-weight: 800 !important;
color:var(--gie-navy)!important;
}
.career-salary-card span.career-salary {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  color: #003b66;
}
.career-salary-card .career-salary-source {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.2;
  color: #003b66;
  opacity: 0.7;
  font-style: italic;
}
@media (max-width: 940px) {
  .career-salary-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 450px;
	margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .career-salary-card .career-card {
    padding: 16px;
  }

  .career-salary-card .career-card-main {
    gap: 18px;
  }

  .career-salary-card .career-content h3 {
    font-size: 24px;
  }

  .career-salary-card span.career-salary {
    font-size: 18px;
  }
}
/* End: Homepage career salary cards */


/*** Resources Rows ***/
.row-align-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}



/*** Reverses rows on the Explore Roles Page - Margin-top to accomodate divi's built in padding on the reversed row **/

@media (max-width: 980px) {
    .row-reverse {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 30px;
    }
     .row-reverse .et_pb_column > .et_pb_image:last-child {
        margin-bottom: 20px;
    }
    
}


/* STUDENT SECTION ANIMATIONS */
.animate-on-view {
  opacity: 0;
  will-change: transform, opacity, clip-path, filter;
  backface-visibility: hidden;
}
.animate-delay-100 { animation-delay: 100ms !important; }
.animate-delay-200 { animation-delay: 200ms !important; }
.animate-delay-300 { animation-delay: 300ms !important; }
.animate-delay-400 { animation-delay: 400ms !important; }
.animate-delay-500 { animation-delay: 500ms !important; }
.animate-delay-600 { animation-delay: 600ms !important; }
.animate-delay-800 { animation-delay: 800ms !important; }
.animate-delay-1000 { animation-delay: 1000ms !important; }
.animate-delay-1200 { animation-delay: 1200ms !important; }

	/* pop-in */
	.animate-pop-in.is-visible {
	  animation: studentPopIn 700ms cubic-bezier(.22,.61,.36,1) forwards;
	}
	@keyframes studentPopIn {
	  0% {
		opacity: 0;
		transform: scale(.3);
	  }

	  70% {
		opacity: 1;
		transform: scale(1.08);
	  }

	  100% {
		opacity: 1;
		transform: scale(1);
	  }
	}

	/* Fade Up */
	.animate-fade-up.is-visible {
	  animation: studentFadeUp 750ms cubic-bezier(.22,.61,.36,1) forwards;
	}

	@keyframes studentFadeUp {
	  0% {
		opacity: 0;
		transform: translateY(22px);
	  }

	  100% {
		opacity: 1;
		transform: translateY(0);
	  }
	}

	/* Fade Right */
	.animate-fade-right.is-visible {
	  animation: studentFadeRight 750ms cubic-bezier(.22,.61,.36,1) forwards;
	}

	@keyframes studentFadeRight {
	  0% {
		opacity: 0;
		transform: translateX(-18px);
	  }

	  100% {
		opacity: 1;
		transform: translateX(0);
	  }
	}

	/* Soft Zoom */
	.animate-soft-zoom.is-visible {
	  animation: studentSoftZoom 850ms cubic-bezier(.22,.61,.36,1) forwards;
	}

	@keyframes studentSoftZoom {
	  0% {
		opacity: 0;
		transform: scale(.92);
	  }

	  100% {
		opacity: 1;
		transform: scale(1);
	  }
	}

/* UNDERLINE DRAW */
.underline-green,
.underline-blue {
  position: relative;
  display: inline-block;
}

.underline-green::after,
.underline-blue::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.26em;
  width: 100%;
  height: 0.5em;

  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  pointer-events: none;

  clip-path: inset(0 100% 0 0);
}

.underline-green::after {
  background-image: url("/wp-content/uploads/students/svg/green-underline.svg");
}

.underline-blue::after {
  background-image: url("/wp-content/uploads/students/svg/blue-underline.svg");
}

.underline-green.is-visible::after,
.underline-blue.is-visible::after {
  animation:
    studentUnderlineDraw 1200ms cubic-bezier(.22,.61,.36,1) 150ms forwards;
}

@keyframes studentUnderlineDraw {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}


.student-section-arrow::before {
    content: '';
    position: absolute;
    display: block;
    top: -58px;
    left: 75%;
    width: 125px;
    height: 125px;
    background-image: url('/wp-content/uploads/students/svg/solid-arrow-right-down-chartreuse.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    z-index: 2;
}
.student-section-arrow-left::before {
	left: max(30px, calc((100vw - 1200px) / 2 + 30px));
	transform: scaleX(-1);
}
.student-section-arrow.is-visible::before {
  animation:
    studentArrowReveal 1200ms cubic-bezier(.22,.61,.36,1) forwards;
}

@keyframes studentArrowReveal {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }

  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

/* Arrows for the explore roles page */
.career-title-arrow {
    position: relative;
}

.career-title-arrow::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url('/wp-content/uploads/students/svg/solid-arrow-right-down-chartreuse.svg');
    background-size: contain;
    background-repeat: no-repeat;

    top: -90px;
    left: -90px;
	transform: rotate(-85deg);
	
    opacity: 0;
    clip-path: inset(0 0 100% 0);

    pointer-events: none;
}
.career-title-arrow-from-right::after {
    top: -80px;
    right: -52px;
    transform: scaleX(-1) rotate(-85deg);
    left: auto;
}

.career-title-arrow.is-visible::after {
    animation: studentArrowReveal 500ms cubic-bezier(.22,.61,.36,1) forwards;
}

@media (max-width: 980px) {
	.career-title-arrow::after {
		transform: scaleX(-1) rotate(10deg);
		left: -100px;
	}
	.career-title-arrow-from-right::after {
		transform: rotate(21deg);
		right: -90px;
		top: -35px;
		left: auto;
	}
}


/* END ANIMATION CSS */

/* =========================================================
   END STUDENTS SECTION CSS
   ========================================================= */