/************** OVERALL PAGE *******************/
.page-content {
	background-color: #fff;
	background-size: 15px 15px;
	background-image: repeating-linear-gradient(45deg, rgba(11, 35, 65, 0.02) 0, rgba(11, 35, 65, 0.02) 3px, #fff 0, #fff 50%);
/*		 background: #f6f6f6;*/
	position: relative;
	isolation: isolate;
}
.content_row, .title-container {
	max-width: 2500px;
	margin: 0 auto;
}
#gdpr .alert p {
    font-size: .9em;
	color: #fff !important;
}
h1 {
	font-size: 2rem;
	font-weight: 800;
	text-transform: uppercase;
}
h2.section-header {
	font-size: 2rem;
}
h3.section-header {
		font-size: 1.6rem;
}
h4.section-header {
	font-size: 1.3rem;
}
p {
	font-size: 1.25rem;
	font-weight: 300;
}

ol li::marker {

    font-size: 1.2rem;

    font-weight: 400;

    color: #e86100;

}

ul li::marker {
	
    color: #e86100;

}
/***********************************************/

/*************** TITLE(HEADERS) STYLES ******************/
.two-bars {
	margin: 45px 0 24px;
}

/********************************************************/

/************** BACKGROUND WRAPPERS/SEPARATORS ********************/
.white-bg {
	background-color: rgba(255, 255, 255, .7);
}
.grey-bg {
	background-color: rgba(225, 225, 225, .7);
}
.au-blue-bg {
	background: hsla(213, 71%, 15%, 0.7);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.au-blue-bg ol li::marker {
	color: #e86100;
}
.au-orange-bg {
	position: relative;
	background: hsla(21, 90%, 42%, 0.7); 
/*	background: hsla(25, 100%, 45%, 0.7);  auburn orange */
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.au-mix-bg {
	position: relative;
/*	background: hsla(21, 90%, 42%, 0.7); */
/*	background: hsla(25, 100%, 45%, 0.7);  auburn orange */
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.au-mix-bg::before {
	content: '';
	background: hsla(213, 71%, 15%, 0.7);	
	

/*	background: hsla(25, 100%, 45%, 0.7);  auburn orange */
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.au-mix-bg::after {
	content: '';
	background: hsla(21, 90%, 42%, 0.7); 
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);

/*	background: hsla(25, 100%, 45%, 0.7);  auburn orange */
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
	position: absolute;
	width: 30%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
}
.sign-up-link {
	text-decoration: none;
}
/*
.cta-arrow {
	position: relative;
}
.cta-arrow::before {
	content: '';
	background-image: url('https://auburn.edu/template/2022/_assets/images/design-elements/au-arrow-peak-right-white.svg');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

}
*/
.cta-arrow img {
	width: 30%;

}

.sign-up-link .cta-arrow {
	transition-duration: 0.1s;
	transition-property: transform;
	transition-timing-function: ease-out;
}
.sign-up-link:hover .cta-arrow {
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}
.au-orange-bg ol li::marker {
	color: black;
}
.au-blue-bg h2.section-header, .au-orange-bg h2.section-header, .au-mix-bg h2.section-header {
	color: #fff;
}
.au-blue-bg h3.section-header {
	color: #FF8127;
	font-weight: 700;
}
.au-blue-bg p {
	color: #fff;
	font-weight: 300;
}
.au-orange-bg p {
	color: #fff;
}


 .vertical {
    height: 35vh !important;
    width: 1.5px !important;
    border-width:0 !important;
    background-color:rgba(0, 0, 0, .2) !important;
	color: rgba(0, 0, 0, .2);
	margin: 0 auto;

}
/*******************************************************/

/************ ACCORDION STYLE **********/
.accordion-item {
	border-color: #6d7b8d;
	border-bottom-style: dotted;
	border-width: .5px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
/*		background-color: transparent;*/
}

.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23cc4e0b' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
	background-size: 1.75rem;
	width: 1.75rem;
	height: 1.75rem;
}

.accordion-button:hover::after  {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%230b2341' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
	background-size: 1.75rem;
	width: 1.75rem;
	height: 1.75rem;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='%230b2341' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E");
	background-size: 1.75rem;
	width: 1.75rem;
	height: 1.75rem;
	border-bottom: none;	
	position: relative;
	z-index: 5;
}

.accordion-button:not(.collapsed){
/*	background-color: transparent;*/
/*	transform: scaleX(1);*/
	box-shadow: none;
}
	
/*
.accordion-button:not(.collapsed) h5 {
	color: #fff;
}
*/

.accordion-button:not(.collapsed)::after .accordion-item  {
	border-color: #0b2341;
}

/*
.accordion-button:hover h5 {
	color: #fff;

}
*/
.accordion-button {
	font-size: 1.4rem;
/*		background-color: #fff;*/
}

.accordion-button h5 {
	color: #0b2341;
	font-size: 1.3rem;
/*		text-transform: none;*/
}
.accordion-button h3 {
	color: #0b2341;
	font-size: 1.3rem;
/*		text-transform: none;*/
}
.accordion-flush .accordion-item {
	vertical-align: middle;
	position: relative;
	border-radius: 4px;
	transform:  translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transition-property: color;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	
}

.accordion-flush .accordion-item::before {
	content: "";
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 99.5%;
	bottom: 0;
	background: #0b2341;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	
	transform-origin: 0 50%;
	-webkit-transition-origin: 0 50%;
	-moz-transition-origin: 0 50%;
	
	transition-property: transform;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
}
.accordion-flush .accordion-item:hover::before {
	transform: scaleX(1);
}

.accordion-button {
	background: #fff;
	vertical-align: middle;
	color: #0b2341;
	
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  	position: relative;
  	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
	.accordion-button:not(.collapsed) {
/*	background: #f6f6f6;*/
	vertical-align: middle;
	color: #0b2341;
  	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  	position: relative;
  	
}

.accordion-button.collapsed::before {
	content: "";
  	position: absolute;
  	top: 0;
	bottom: 0;
	right: 100%;
  	left: 0;
	background-color: #f6f6f6;
	opacity: 0;
	z-index: -1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
	
.accordion-button:not(.collapsed)::before{
	content: "";
  	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
  	left: 0;
	background-color: #f6f6f6;
	opacity: 1;
	z-index: -1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	 		
}
.accordion-body {
	background-color: #f6f6f6;
}
.accordion-button:hover {
	color: #0b2341;
}
.accordion-button.collapsed:hover::before {
	left: 0;
	right: 0;
	opacity: 1;
}

/*
 .accordion-flush .accordion-item  .accordion-button.collapsed:hover::before{
	border-left: 8px solid #0b2341 !important;
	transition: all 0.5s;
}
*/
/*
.accordion-flush .accordion-item .accordion-button:not(.collapsed) {
	border-left: 8px solid #0b2341 !important;
	
}
*/
.accordion-button:focus {
   box-shadow: none;
   border-color: #f6f6f6;
}
/*
.accordion-body {
	background-color: #f6f6f6;
	border-left: 8px solid #0b2341 !important;
	position: relative;
  	transition: all 0.5s;
}
*/

/*********************************************************************/

/************************* DIAGONAL CORNERS *************************/

 .sect-diagonal{
/*		 --skew-angle: -50deg;*/
/*		 11/35/65*/
/*		 240/135/59*/
		background: transparent;

/*		 background: #f6f6f6;*/
		 position: relative;
		 isolation: isolate;
	}
 .sect-diagonal:before {
		 content: '';
		background: #0b2341;

	clip-path: polygon(100% 0, 50% 0, 50% 100%, 100% 100%);
		 position: absolute;
		 width: 100%;
		 top: 0;
		 bottom: 0;
		right: 0;
		 z-index: 1;
		 inset: 1;
		 transform: skew(var(--skew-angle));
		 transform-origin: bottom;
		 border: none;
	}
	 .sect-diagonal:after {
		 content: '';
		 background: #0b2341;

		clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);


		 position: absolute;
		 width: 100%;
		 top: 0;
		 bottom: 0;
		 left: 0;
		 z-index: 1;
		 inset: 0;
		 transform: skew(var(--skew-angle));
		 transform-origin: bottom;
		 border: none;
	}
.footer-info, .footer-title {
			position: relative !important;
			z-index: 5 !important;
			color: #fff !important;
		}

/**********************************************************************/

/******************** RESPONSIVE SIZING ******************************/

@media (max-width: 768px) {
		.page-content .content_row {
			padding: 2% 5%;
		}
}
@media (min-width: 996px) {
	.blur-img {
		background-attachment: fixed;
	}
	.au-mix-bg::before {
		clip-path: polygon(70% 0, 77.5% 50%, 70% 100%, 0 100%, 0 0);
	}
}
@media (min-width: 1200px) {
	.two-bars h2.section-header {
		border-bottom: none;
	}
	.two-bars h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem; 
/*  letter-spacing: 1px;*/
  font-weight: 800;
  color: #0b2341;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 20px 0;
  grid-gap: 22px;
}

.two-bars h2:after,.two-bars h2:before {
  content: " ";
  display: block;
  border-bottom: 3px solid  #e86100;
  background-color: transparent;
}
}

@media (min-width: 1440px) {
	.parking-map {
		height: 450px;
	}
}

@media screen and (max-width: 1440px) {
	.two-bars {
		margin: 45px 0 0px 0;
	}
	.parking-map {
		height: 450px;
	}
}


	
	@media screen and (max-width: 1200px) {
/*
		.sect-diagonal:before {
			clip-path: polygon(100% 90%, 0 100%, 100% 100%);
			width: 70%;
		}
*/
		
		.sect-diagonal:before {
			clip-path: polygon(100% 20%, 0 20%, 0 100%, 100% 100%)!important;
		 	width: 100% !important;	
			z-index: -1;
		}
		.sect-diagonal:after {
			clip-path: polygon(0 0, 100% 0%, 100% 50%, 0 50%) !important;
		 	width: 100% !important;	
			z-index: -1;
		}
		.footer-info, .footer-title {
			position: relative !important;
			z-index: 5 !important;
		
		}
		
		.footer-title {
			color: #fff !important;
		}
		.parking-map {
			height: 400px;
		}
			h1 {
		font-size: 1.75rem;
		
/*		font-family: 'Davis Sans';*/
	}
		h2.section-header {
    		font-size: 1.75rem;
		}
		h3.section-header {
			font-size: 1.45rem;
		}
	}
	
	@media screen and (max-width: 996px) {
/*
		.sect-diagonal:before {
			clip-path: polygon(100% 90%, 0 100%, 100% 100%);
			width: 70%;
		}
*/
		
		.sect-diagonal:before {
			clip-path: polygon(100% 40%, 0 40%, 0 100%, 100% 100%)!important;
		 	width: 100% !important;	
			z-index: -1;
		}
		.sect-diagonal:after {
			clip-path: polygon(0 0, 100% 0%, 100% 51%, 0 51%) !important;
		 	width: 100% !important;	
			z-index: -1;
		}
		.footer-info, .footer-title {
			position: relative !important;
			z-index: 5 !important;
		
		}
		
		.footer-title {
			color: #fff !important;
		}
		.parking-map {
			height: 400px;
		}
		.au-mix-bg::before {
/*			clip-path: polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%);*/
			width: 100%;
		}
		.au-mix-bg::after {
			clip-path: polygon(40% 0, 100% 0, 100% 100%, 40% 100%, 70% 50%);
			width: 0;
		}
	}

	@media screen and (max-width: 768px) {
/*
		.sect-diagonal:before {
			clip-path: polygon(100% 90%, 0 100%, 100% 100%);
			width: 70%;
		}
*/
		.sect-diagonal:before {
			clip-path: polygon(100% 45%, 0 45%, 0 100%, 100% 100%)!important;
		 	width: 100% !important;	
			z-index: -1;
		}
		.sect-diagonal:after {
			clip-path: polygon(0 0, 100% 0%, 100% 55%, 0 55%) !important;
		 	width: 100% !important;	
			z-index: -1;
		}
		.parking-map {
			height: 400px;
		}
	
	}

	@media screen and (max-width: 556px) {
/*
		.sect-diagonal:before {
			clip-path: polygon(100% 90%, 0 100%, 100% 100%);
			width: 70%;
		}
*/
		.sect-diagonal:before {
			clip-path: polygon(100% 45%, 0 45%, 0 100%, 100% 100%)!important;
		 	width: 100% !important;	
			z-index: -1;
		}
		.sect-diagonal:after {
			clip-path: polygon(0 0, 100% 0%, 100% 65%, 0 65%) !important;
		 	width: 100% !important;	
			z-index: -1;
		}
		.parking-map {
			height: 250px;
		}
	
	}

	@media screen and (max-width: 390px) {
/*
		.sect-diagonal:before {
			clip-path: polygon(100% 90%, 0 100%, 100% 100%);
			width: 70%;
		}
*/
		.sect-diagonal:before {
			clip-path: polygon(100% 40%, 0 40%, 0 100%, 100% 100%)!important;
		 	width: 100% !important;	
			z-index: -1;
		}
		.sect-diagonal:after {
			clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 70%) !important;
		 	width: 100% !important;	
			z-index: -1;
		}
		.parking-map {
			height: 250px;
		}
	
	}
/*********************************************************************/