: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%;
}

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

@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 */
@media (max-width: 767.98px) {
	main.mobile-menu-fixed {
	    padding-top: 0px !important;
	}
}

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;
}

.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: 100px;
		}
		
		.campaign-banner .campaign-banner--title .h1 {
				font-size: 2rem;
				line-height: 2.25rem;
		}
		
		.campaign-banner .campaign-banner--title .box {
				content:"";
				display: block;
				height: 100px;
				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);
				bottom: calc(100px + 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 + 100px + 7px);
		    bottom: calc(175px + 45px - 15px);
		}
		
		#header:before {
			display:none;
		}
}


@media (min-width: 768px) {
		.campaign-banner .campaign-banner--title {
				color: white;
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
		}
	
		.campaign-banner--overlay {
				position: absolute;
				inset: 0;
				background: #00000055;
		}
		
		.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 + (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 + (1000 / 2884 * .5 * (100vw - var(--scrollbar-width))) - 173px); /* needs to be adjusted for header size and with/without admin sections */
		}
	
}


#header--middle .container {
		background: white;
		position: relative;
		z-index: 60;
}
/* END BANNER STYLES */


/* BRAND ANTHEM VIDEO */
.brand-anthem--link {
		display: block;
}

.brand-anthem--link:before {
		content: "";
		display: block;
		position: absolute;
		inset: 0;
		background: #00000035;
		z-index: 2;
}

.brand-anthem--link:after {
		content: "\f04b";
		font-family: "Font Awesome 6 Pro";
		display: block;
		position: absolute;
		color: white;
		font-size: 5rem;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 3;
}

.brand-anthem--link img {
		transition: transform 300ms ease-in-out;
}

.brand-anthem--link:hover img {
		transform: scale(1.1);
}

@media (max-width: 767.98px) {
		.brand-anthem-video .h4 {
				font-size: 1.75rem !important;
				line-height: 1.2 !important;
		}
}
/* END BRAND ANTHEM VIDEO */


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

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


.story li {
	font-weight: bold;
}

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

.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;
}

@media (max-width:575.98px) {
		.jcarousel-control-prev {
				margin-left: -.5rem;
		}
		.jcarousel-control-next {
				margin-right: -.5rem;
		}
}

/* 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;
	}
}




/* Slate Form */
.adminimal select {
	background: 0 !important;
}

#form_page_1c7a0170-b5a7-ef75-75be-ebec09a28cc0 #form_page_1 {
	display: none;
}

#slateform .form_label {
	font-size: 95%;
	padding-left: 4px;
	margin-bottom: 0;
	color: #676767;
	line-height: 1.1;
}
#slateform .form_question {
	margin-bottom: 0;
}

#slateform input,
#slateform textarea,
#slateform select {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #f79602;
	background: none;
    background-color: white;
    border-radius: 0;
	padding-inline: 0;
	text-indent: 0;
	cursor: auto;
}

#slateform input {
	padding-inline: 4px;
}

#slateform input:hover,
#slateform select:hover,
#slateform input:focus,
#slateform select:focus,
#slateform textarea:hover,
#slateform textarea:focus {
	background: white;
	
}

#slateform .form_birthdate .form_responses {
	display: flex;
}

#slateform .form_page,
#slateform .form_address fieldset{
	display: grid;
	gap: var(--form-gap);
	margin-top: var(--form-gap);
}

#slateform .form_address fieldset {
	margin-top: calc(-1 * var(--form-gap));
}

#slateform .form_address fieldset legend {
	display: none;
}

#slateform .action.form_action {
	margin-top: var(--form-gap);
}

.form_button_submit,
.form_button_submit:focus {
	appearance: none;
	background-color: #f76902;
	color: white;
	font-weight: bold;
	border: 2px solid #f76902;
	padding-block: .5rem;
	padding-inline: .75rem;
	transition: color 300ms ease;
}

.form_button_submit:hover {
	background-color: white;
	color: #f76902;
}


