:root {
    --green: #74A306;
    --blue: #009CBD;
    --red: #DA291C;
    --purple: #7D55C7;
    --yellow: #F6BE00;
    --orange: #f76902;
    --x-position: 50%;
    --y-position: 50%;
		--form-gap: 2.25rem;
		--svg-path: 120%;
}

@media(min-width: 992px){
	.border-lg-right {
		border-right: 1px solid #dee2e6;
	}
}

#header--middle .nav-link {
  font-weight: bold;
}

#header--mobile {
	background-color: #fff;
}

@media (max-width: 767px) {
  main.mobile-menu-fixed {
    padding-top: 0 !important;
  }

  #header--mobile--rit-bar {
    display: grid !important;
    justify-content: center !important;
    padding: 20px;
    gap: 20px;
  }
  
  #header--mobile--rit-bar .rit--logo {
    width: 100% !important;
    height: auto !important;
  }
  
  #header--mobile--rit-bar .nav-link {
    padding: .25rem .5rem;
    font-weight: bold;
  }
}

html.supports-touch {
   --svg-path: 667%;
}


#header--mobile--rit-bar .bg-black {
	background: white !important;
}

#header {
		position: relative;
}

#header--middle a.logo svg {
    --color-1: #F76902; 
    --color-2: #000000;
}

/* BANNER STYLES */
.node-6693218 h1.page-header,
.node-7265404 h1.page-header{
		position: absolute;
	  width: 1px;
	  height: 1px;
	  padding: 0;
	  margin: -1px;
	  overflow: hidden;
	  clip: rect(0,0,0,0);
	  white-space: nowrap;
	  border-width: 0;
}

.full-logo {
	z-index: 5;
	background-color: white;
}

.campaign-banner {
		position: relative;
}

@media (max-width: 479.99px) {
		.advanced-page-content:not(.has--progress-nav--sidebar) .field--name-field-content > .field__item:first-child > .page-row.brand-banner--mobile-box > .content-row--container {
				padding-top: 0 !important;
		}
		.campaign-banner .campaign-banner--title {
				position: relative;
				color: black;
				top: 10px;
				transform: none;
		}
		
		.campaign-banner .container-test {
				margin-left: 15vw;
				height: 120px;
		}
		
		.campaign-banner .campaign-banner--title .h1 {
				font-size: 2rem;
				line-height: 2.25rem;
		}
		
		.campaign-banner .campaign-banner--title .box {
				content:"";
				display: block;
				height: 120px;
				width: 100px;
				position: absolute;
				border-right: 6px solid #F76902;
				border-bottom: 6px solid #F76902;
				left: -38px;
				top: -15px;
				clip-path: polygon(100% 50px, 100% 100%, -1000% 100%, 0 0, 100% 0, 100% 20px, 50% 20px, 50% 50px);
		}
		
		.campaign-banner .campaign-banner--title .box:before {
				content: "";
				display: block;
				height: 0px;
				width: 100px;
				position: absolute;
				transform-origin: bottom right;
				border-bottom: 6px solid #F76902;
				transform: rotate(45deg);
				right: 95px;
				bottom: -6px;
		}
		
		.brand-banner--mobile-box:after {
				content: "";
				display: block;
				height: 0px;
				width: 400px;
				position: absolute;
				transform-origin: bottom right;
				border-bottom: 6px solid #F76902;
				transform: rotate(45deg);
				right: calc(85vw - 100px + 38px + 5px - var(--scrollbar-width));
				bottom: calc(120px + 15px - 14px);
		}
}


@media (min-width: 480px) and (max-width: 767.99px) {
		.advanced-page-content:not(.has--progress-nav--sidebar) .field--name-field-content > .field__item:first-child > .page-row.brand-banner--mobile-box > .content-row--container {
				padding-top: 0 !important;
		}
	
		.campaign-banner .campaign-banner--title {
				position: relative;
				color: black;
				top: 10px;
				transform: none;
		}
		
		.campaign-banner .container-test {
			margin-left: 30vw;
			height: 175px;
		}
		
		.campaign-banner--overlay {
			display: none;
		}
		
		.campaign-banner .campaign-banner--title .box {
			content:"";
			display: block;
			height: 175px;
			width: 175px;
			position: absolute;
			border-right: 8px solid #F76902;
			border-bottom: 8px solid #F76902;
			left: -100px;
			top: -45px;
			clip-path: polygon(100% 90px, 100% 100%, -1000% 100%, 0 0, 100% 0, 100% 45px, 50% 45px, 50% 90px);
			overflow: visible;
		}
		
		.campaign-banner .campaign-banner--title .box:before {
			content: "";
		    display: block;
		    height: 0px;
		    width: 300px;
		    position: absolute;
		    transform-origin: bottom right;
		    border-bottom: 8px solid #F76902;
		    transform: rotate(45deg);
		    right: 168px;
		    bottom: -8px;
		}
		
		.brand-banner--mobile-box:after {
			content: "";
		    display: block;
		    height: 0px;
		    width: 700px;
		    position: absolute;
		    transform-origin: bottom right;
		    border-bottom: 8px solid #F76902;
		    transform: rotate(45deg);
		    right: calc(70vw - 175px + 105px - var(--scrollbar-width));
		    bottom: calc(175px + 45px - 15px);
		}
		
		#header:before {
			display:none;
		}
}


@media (min-width: 768px) {
		.campaign-banner .campaign-banner--title {
				color: black;
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
		}
	
		.campaign-banner--overlay {
				position: absolute;
				inset: 0;
				background: #fff;
				background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9037990196078431) 0%, rgba(255,255,255,0.3883928571428571) 47%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
		}
		
		.campaign-banner--title .h1 {
				font-size: 3.25rem;
				line-height: 3.5rem;
		}
		
		.campaign-banner .container-test {
				margin-left: 16vw;
		}

		.campaign-banner .campaign-banner--title .box {
				content:"";
				display: block;
				height: 200px;
				width: 200px;
				position: absolute;
				border-right: 8px solid #F76902;
				border-bottom: 8px solid #F76902;
				left: -100px;
				top: -35px;
				clip-path: polygon(100% 100px, 100% 100%, -1000% 100%, 0 0, 100% 0, 100% 45px, 50% 45px, 50% 100px);
		}

		.campaign-banner .campaign-banner--title .box:before {
				content: "";
		    display: block;
		    height: 0px;
		    width: 300px;
		    position: absolute;
		    transform-origin: bottom right;
		    border-bottom: 8px solid #F76902;
		    transform: rotate(45deg);
		    right: 192px;
		    bottom: -8px;
		}
		
		#header:before {
			content: "";
		    display: block;
		    height: 0px;
		    width: 1000px;
		    position: absolute;
				right: calc(84vw - 94px - var(--scrollbar-width));
				top: calc(112px - 27px + (1000 / 2884 * .5 * (100vw - var(--scrollbar-width))) - 118px);
		    border-right: 8px solid #F76902;
		    border-bottom: 8px solid #F76902;
		    transform-origin: bottom right;
		    transform: rotate(45deg);
		    z-index: 5;
		}
	
}

@media (min-width: 1400px) {
	
		.campaign-banner--title .h1 {
				font-size: 4.25rem;
				line-height: 4.5rem;
		}
	
		.campaign-banner .container-test {
				margin-left: 14vw;
		}
		
		.campaign-banner .campaign-banner--title .box {
				height: 300px;
				width: 300px;
				left: -170px;
				top: -75px;
				clip-path: polygon(100% 150px, 100% 100%, -1000% 100%, 0 0, 100% 0, 100% 75px, 50% 75px, 50% 150px);
		}
		
		.campaign-banner .campaign-banner--title .box:before {
				width: 700px;
				right: 292px;
				bottom: -8px;
		}
		
		#header:before {
				right: calc(86vw - 124px - var(--scrollbar-width));
				top: calc(112px - 35px +  (1000 / 2884 * .5 * (100vw - var(--scrollbar-width))) - 173px); /* needs to be adjusted for header size and with/without admin sections */
		}
	
}


.node-6693218 .carousel-item {
    max-height: 50vh;
}

.node-6856152 #header:before,
.node-6955543 #header:before{
	content: none !important;
}

.node-6856152 #header--mobile--rit-bar .rit--logo,
.node-6955543 #header--mobile--rit-bar .rit--logo
{
    width: 64px !important;
    height: 31px !important;
}


/* Career outcomes clone page */
.modified-stat-size .card.statistic .card-header {
	font-size: 50px;
	line-height: 1;
}

.modified-stat-size .card.statistic .card-header sup {
    font-size: 65%;
    top: auto;
    vertical-align: super;
}

@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splide__track--fade > .splide__list {
    display: block;
}
.splide__track--fade > .splide__list > .splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1;
}
.splide--rtl {
    direction: rtl;
}
.splide__track--ttb > .splide__list {
    display: block;
}
.splide__container {
    box-sizing: border-box;
    position: relative;
}
.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}

.splide {
    position: relative;
    visibility: hidden;
}
.splide.is-initialized,.splide.is-rendered {
    visibility: visible;
}
.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
    display: flex;
    place-content: center;
}

/*
.splide__slide a {
	color: white !important;
}
*/

@media (max-width: 991.9px) {
	.splide__slide {
		flex-direction: column;
		justify-content: flex-start;
	}
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}



.splide .carousel-control-prev {
    font-family: "Font Awesome 6 Pro";
    justify-content: flex-end;
    width: 10%;
}

.splide .carousel-control-prev:before {
    content: "\f104";
    font-size: 5rem;
    font-weight: 100;
    padding-left: 5px;
}

.splide .carousel-control-next {
    font-family: "Font Awesome 6 Pro";
    justify-content: flex-start;
    width: 10%;
}

.splide .carousel-control-next:before {
    content: "\f105";
    font-size: 5rem;
    font-weight: 100;
    padding-right: 5px;
}

.splide.rtl .carousel-control-prev {
    justify-content: flex-start;
}
.splide.rtl .carousel-control-next {
    justify-content: flex-end;
}


.splide .carousel-control-prev,
.splide .carousel-control-next,
.splide .carousel-control-prev:focus,
.splide .carousel-control-next:focus {
  background-color: transparent;
  border: none;
}

.splide__slide.is-active {
    z-index: 2;
}

.campaign-header img {
	height: 100%;
	object-fit: cover;
}

.text-wrapper {
	bottom: 17%;
	right: 50%;
	transform: translateX(50%);
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: .1em;
}

.text-wrapper:before {
    content: "";
    background-image: url(https://www.rit.edu/sites/rit.edu/files/campaigns/national-fall-2023/prism.svg);
    background-size: 500px;
    background-repeat: no-repeat;
	background-position: bottom right;
    position: absolute;
    bottom: 0;
    right: 110%;
    height: 540px;
    width: 500px;
}


@media (min-width: 767px) {
	.campaign-header {
		overflow: visible;
	}
	
	.text-wrapper:before {
		bottom: -0;
		right: 109.5%;
		height: 1077px;
		width: 1129px;
		background-size: 600px;
	}
	
	.text-wrapper {
		font-size: 3rem;
		right: 50%;
		transform: translateX(50%)
	}
	
	
}

@media (min-width: 1300px) {
	.campaign-header {
		height: clamp(450px, 60vh, 650px);
		overflow: hidden;
	}
	.text-wrapper:before {
		bottom: -29px;
		right: 109.5%;
		height: 1100px;
		width: 1000px;
	}
	
	.text-wrapper {
		right: 56%;
		font-size: 4rem;
		position: absolute;
	}
}


.slotted-word {
	margin-left: -2.5em;
}

/* Carousel */

.splide .carousel-control-prev, .splide .carousel-control-next, .splide .carousel-control-prev:focus, .splide .carousel-control-next:focus {
    color: #f76902;
}


.splide__slide img {
	max-height: 450px;
	vertical-align: inherit;
	object-fit: inherit;
	width: auto;
	
}

@media (max-width: 991.9px) {
	.splide__slide img {
		height: auto;
	}
	

	.single-column-container-37841 .container-xxl {
		padding-inline: 0;
	}
	.single-column-container-37841 .full-width-row {
		margin-inline: 0;
	}
}

@media (max-width: 650px) {
	.splide .carousel-control-next {
		margin-right: 1rem;
	}
	
	.splide .carousel-control-prev {
		margin-left: 1rem;
	}
	
}

.splide__slide > div {
    min-width: 100%;
    gap: 3rem;
		padding-inline: 1rem;
		justify-content: center;
}


.splide__slide {
	background-color: #000;
	padding-block: 2rem;
}

.node-6856152 .splide__slide {
		background-color: #E9ECEF;
}

.close-items-row .field__item {
    padding-bottom: 0.25rem !important;
}

.story > p {
	max-width: 25em !important;
	margin-left: 0 !important;
	direction: ltr;
}


.story li {
	font-weight: bold;
	direction: ltr;
}

.node-6693218 .story a:hover {
	color: white;
	text-decoration: underline;
}

.node-6856152 .story a {
	font-size: 1.1704rem;
}

.aos {
	position: relative;
}

.aos:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #f76902;
  left: 0;
  top: -1rem;
}

.large-header {
	font-size: clamp(3rem, 5vw, 3.5rem) !important;
    line-height: 1.1;
	font-weight: bold;
}




/* Launch Career */
.launch-career svg {
		color: white;
		font-size:clamp(30px, 15vw, 60px);
		font-weight: bold;
}

.launch-career tspan.svg-be {
		fill: black;
}

.launch-career tspan.svg-impressive,
.launch-career tspan.svg-career {
		fill: #F76902;
		stroke: black;
		stroke-width: 4px;
		stroke-dasharray: var(--svg-path);
		stroke-dashoffset: var(--svg-path);
		paint-order: stroke;
}

html.supports-touch .launch-career tspan.svg-career {
	stroke-dashoffset: calc(2 * var(--svg-path));
}

.launch-career .animate tspan.svg-impressive,
.launch-career .animate tspan.svg-career{
		animation: show-word 2000ms ease-in;
		animation-fill-mode: forwards;
}

@keyframes show-word {
	0% {
			fill: #f76902;
			stroke: black;
			stroke-dashoffset: var(--svg-path);
	}
	
	50% {
			fill: #f76902;
			stroke: black;
			stroke-dashoffset: 0;
	}
	100% {
			fill: #FFFFFF;
			stroke-dashoffset: var(--svg-path);
			stroke: black;
	}
}
