body {
	width:100%;
	max-width:100%;
	overflow-x: hidden;
	font-size:inherit;
}

p {
	font-size: 1.5rem!important;
}
.col-12.body-wrapper {
	display: block;
	position: relative;
	width: 100%;
}

.col-12.page-header-container {
	display: block;
	position: relative;
	width: 100%;
}

.banner-video-container {
	display: block;
	position: relative;
	width:100%;
	height:38vh;
}

.homepage-image {
	background-image: url(https://www.auburn.edu/academic/provost/facultyjobs/_assets/images/20220824_DW_7361.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.title-container {
	min-height:31vh;
}

.title-bluebar.title-container .content {
    min-height: 31vh;
	height:32vh;
}

.title-container .content .angle-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 35%;
    background: url(https://auburn.edu/template/2022/_assets/images/angle-right-white.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.title-container-home {background:url(https://www.auburn.edu/academic/provost/facultyjobs/_assets/images/20220824_DW_7361.jpg); background-position: center center; background-size:cover;}

.col-10.content-wrapper{
	display: block;
	position: relative;
	width:90%;
	margin: 0 auto;
	padding:2% 0 0 0 ;
}

.col-12.button-container {
	display: block;
	position: relative;
	width:100%;padding: 1% 0;
}

.col-12.button-container a{
	text-decoration: none;
}

.col-3.button-clear {
	display: inline-block;
	position: relative;
	width:23%;
	margin: 0 1%;
}

.col-4.button-image {
	display: inline-block;
	position: relative;
	width:32%;
	margin: 0;
	padding: 1%;
	transform: scale(0.75);
	transition: transform .2s ease;
}

.col-4.button-image:hover {
	padding: 1%;
	transform: scale(0.95);
	transition: transform .2s ease;
}


.col-4.button-image img {
	display: block;
	width:100%;
}

.col-3.button:hover {
	
}

.col-6.left-info, .col-6.right-info {
	display: inline-block;
	position: relative;
	width:48%;
	padding: 2%;
}

/* ----------------- Form test Css ------------ */

.col-8.form-container {
	display: block;
    position: relative;
    width: 50%;
    padding: 2%;
	margin: 0 auto;
}

.progress {
	 height: 50px;
	 width: 100%;
	 background-color: white;
	 position: relative;
}
 .progress__bar {
	 position: absolute;
	 height: 100%;
	 background-color: #3a455b;
	 transition: width 0.5s;
	 width: 0;
}
 .progress__num {
	 width: 50px;
	 height: 50px;
	 background-color: #8e95b7;
	 text-align: center;
	 position: absolute;
	 z-index: 1;
	 color: white;
	 bottom: 50%;
	 transform: translateY(50%);
	 transition-delay: 0s;
	 font-size: 2rem;
}
 .progress__num--1 {
	 left: 0;
}
 .progress__num--2 {
	 left: 50%;
	 transform: translate(-50%, 50%);
}
 .progress__num--3 {
	 left: 100%;
	 transform: translate(-100%, 50%);
}
 .progress__num::before {
	 height: 100%;
	 background-color: #3a455b;
	 content: "";
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 top: 0;
	 width: 0px;
	 transition: width 0.07s;
	 z-index: -1;
}
 .progress__num--filled::before {
	 width: 100%;
	 transition-delay: 0.4s;
}
 .cards {
	 position: relative;
}
 .card {
    display: block;
    background-color: rgb(60,79,103);
    margin-top: 45px;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
    transition: ease 1s;
    color: rgb(204,78,11);
}
 .card--off-screen {
	 opacity: 0;
	 top: 0;
	 left: 60%;
}
 .card--hide {
	 animation-name: hide;
	 animation-duration: 1s;
	 transform: scale(0.8);
	 opacity: 0;
}
 .card--none {
	 display: none;
}
 .card--show {
	 animation-name: show;
	 animation-duration: 1s;
	 opacity: 1;
	 transform: scale(1);
}
 .card__button {
	 background-color: #fafafa;
	 border: none;
	 padding: 10px 20px;
	 font-size: 0.9rem;
	 cursor: pointer;
	 border-radius: 10px;
	 text-transform: uppercase;
}
 .card__button:hover {
	 background-color: #eee;
}
 .form {
	 width: 100%;
}
 .form .form__group {
	 position: relative;
	 height: 30px;
	 margin: 30px 0px 20px 0px;
	 width: 100%;
}
 .form .form__input {
	 height: 100%;
	 width: 100%;
	 padding: 5px;
	 border: 1px solid #eee;
}
 .form .form__input:focus {
	 outline: none;
}
 .form .form__input:focus + label, .form .form__input:valid + label {
	 transform: translateY(-105%);
	 top: 0%;
	 left: 0;
	 font-size: 0.8rem;
}
 .form .form__input:focus ~ .border--left {
	 transition-delay: 0s;
	 bottom: 0;
}
 .form .form__input:focus ~ .border--bottom {
	 transition-delay: 0.3s;
	 right: 0;
}
 .form .form__input:focus ~ .border--right {
	 transition-delay: 0.6s;
	 top: 0;
}
 .form .form__input:focus ~ .border--top {
	 transition-delay: 0.9s;
	 left: 0;
}
 .form__label {
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 left: 5px;
	 cursor: text;
	 transition: left 0.3s, top 0.3s, transform 0.3s, font-size 0.3s;
}
 .border {
	 position: absolute;
	 background-color: #b993d6;
}
 .border--left {
	 top: 0;
	 width: 2px;
	 bottom: 100%;
	 transition: bottom 0.3s;
	 transition-delay: 0.9s;
}
 .border--bottom {
	 left: 0;
	 right: 100%;
	 height: 2px;
	 transition: right 0.3s;
	 transition-delay: 0.6s;
}
 .border--right {
	 top: 100%;
	 bottom: 0;
	 right: 0;
	 width: 2px;
	 transition: top 0.3s;
	 transition-delay: 0.3s;
}
 .border--top {
	 left: 100%;
	 right: 0;
	 top: 0;
	 height: 2px;
	 transition: left 0.3s;
}
 .checkbox__group {
	 margin: 20px 0px;
}
 .checkbox__label {
	 display: flex;
}
 .checkbox__original {
	 display: none;
}
 .checkbox__original:checked + .checkbox__custom .checkbox__tick {
	 display: inline-block;
}
 .checkbox__custom {
	 margin-left: 10px;
	 width: 20px;
	 height: 20px;
	 border: 1px solid #eee;
	 display: inline-block;
}
 .checkbox__tick {
	 font-size: 25px;
	 position: relative;
	 left: 2px;
	 bottom: 7px;
	 display: none;
}
 @keyframes hide {
	 0% {
		 transform: scale(1);
		 opacity: 1;
	}
	 15% {
		 transform: scale(1.1);
	}
}
 @keyframes show {
	 0% {
		 transform: scale(0.8);
		 opacity: 0;
	}
	 60% {
		 opacity: 1;
	}
	 80% {
		 transform: scale(1.1);
	}
}
 
 

@media only screen and (max-width: 2560px) {
  
}

@media only screen and (max-width: 1920px) {
  
}


@media only screen and (max-width: 1536px) {
  
}

@media only screen and (max-width: 1440px) {
  
}

@media only screen and (max-width: 1366px) {
  
}
@media only screen and (max-width: 1280px) {
  	.banner-video-container {
		display: block;
		position: relative;
		width:100%;
		height:22vh;
	}
}
@media only screen and (max-width: 962px) {
  	.banner-video-container {
		display: block;
		position: relative;
		width:100%;
		height:22vh;
	}
}
@media only screen and (max-width: 800px) {
  	.banner-video-container {
		display: block;
		position: relative;
		width:100%;
		height:22vh;
	}
}

@media only screen and (max-width: 768px) {
  	.banner-video-container {
		display: block;
		position: relative;
		width:100%;
		height:22vh;
	}
}

@media only screen and (max-width: 601px) {
  	.banner-video-container {
		display: block;
		position: relative;
		width:100%;
		height:22vh;
	}
}

@media only screen and (max-width: 414px) {
  	.banner-video-container {
		display: block;
		position: relative;
		width:100%;
		height:22vh;
	}

}

@media only screen and (max-width: 375px) {
  	.banner-video-container {
		display: block;
		position: relative;
		width:100%;
		height:22vh;
	}
}

@media only screen and (max-width: 360px) {
  	.banner-video-container {
		display: block;
		position: relative;
		width:100%;
		height:22vh;
	}
}