@import url("https://use.typekit.net/tli0wsh.css");
/************** 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;
*/
	
}
.title-container {
	background-color: #0b2341;
}
.content_row{
	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;
	border-bottom: 3px solid #e86100;
}
h3.section-header {
		font-size: 1.6rem;
}
h4.section-header {
	word-spacing: 1.2px;
}
.action-indicator{
	font-size: 1.25rem;
	color: #cc4e0b;
}
.letter-a, .letter-b, .letter-c, .letter-d, .letter-e, .letter-f, .list-space {
		margin-left: 22px;
		
	}
h3.section-header.letter-a, h3.section-header.letter-b, h3.section-header.letter-c, h3.section-header.letter-d, h3.section-header.letter-e, h3.section-header.letter-f {
	font-size: 1.2rem !important;
}
	.letter-a:before {
		content: 'A.';
		position: absolute;
		left: -24px;
		top: -1px;
		color: #cc4e0b;
	    font-size: 1.25rem;
	}
.letter-b:before {
		content: 'B.';
		position: absolute;
		left: -24px;
		top: -1px;
		color: #cc4e0b;
	    font-size: 1.25rem;
	}
.letter-c:before {
		content: 'C.';
		position: absolute;
		left: -24px;
		top: -1px;
		color: #cc4e0b;
	    font-size: 1.25rem;
	}
.letter-d:before {
		content: 'D.';
		position: absolute;
		left: -24px;
		top: -1px;
		color: #cc4e0b;
	    font-size: 1.25rem;
	}
.letter-e:before {
		content: 'E.';
		position: absolute;
		left: -24px;
		top: -1px;
		color: #cc4e0b;
	    font-size: 1.25rem;
	}
.letter-f:before {
		content: 'F.';
		position: absolute;
		left: -24px;
		top: -1px;
		color: #cc4e0b;
	    font-size: 1.25rem;
	}
h4.section-header {
	font-size: 1.2rem;
}
p {
	font-size: 1.175rem;
	font-weight: 300;
}

.sticky img {
	position: sticky;
	top: 2%;
}
.dropdown-item.one, .dropdown-item.two, .dropdown-item.three, .dropdown-item.four, .dropdown-item.five-test {
		position: relative;
	
	}
	.dropdown-item.one::before {
		content: 'Goal #1:';
		position: absolute;
		left: 5px;
		
	}
	.dropdown-item.two::before {
		content: 'Goal #2:';
		position: absolute;
		left: 5px;
		
	}
	.dropdown-item.three::before {
		content: 'Goal #3:';
		position: absolute;
		left: 5px;
		
	}
	.dropdown-item.four::before {
		content: 'Goal #4:';
		position: absolute;
		left: 5px;
		
	}
	.dropdown-item.five::before {
		content: 'Goal #5: ';
		position: absolute;
		left: 5px !important;
		
	}
	.dropdown-menu .dropdown-item {
		padding-left: 30%;
	}
.sec-nav-horiz .dropdown-menu {
    min-width: 18rem;
    box-shadow: 2px 2px 2px #555;
}

.title-container .content .title {
	word-spacing: 1px;
}
/***********************************************/

/*************** TITLE(HEADERS) STYLES ******************/
.two-bars, .bar-right-bottom, .bar-left {
	margin: 45px 0 24px;
}
.basic-header {
	text-transform: uppercase;
	font-weight: 800;
	color: #0b2341;
	border-bottom: 3px solid #e86100;	
	padding-bottom: 2%;
	position: relative;
	font-family: sweet-sans-pro, sans-serif;
	font-size: 2rem;
	word-spacing: 3px;
}


.blue-arrow:after{
	content: '';
    width: 150px;
    height: 150px;
    display: inline-block;
    vertical-align: middle;
    /* clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 50% 50%); */
    background: url("../graphics/kpi-arrows.png");
    background-size: 65%;
    background-repeat: no-repeat;
    position: absolute;
    left: 93.4%;
    top: 7.65%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.blue-arrow-two:after{
	content: '';
    width: 150px;
    height: 150px;
    display: inline-block;
    vertical-align: middle;
    background: url("../graphics/kpi-arrows.png");
    background-size: 65%;
    background-repeat: no-repeat;
    position: absolute;
    left: 93.4%;
    top: 8.95%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.blue-arrow-three:after{
	content: '';
    width: 150px;
    height: 150px;
    display: inline-block;
    vertical-align: middle;
    background: url("../graphics/kpi-arrows.png");
    background-size: 65%;
    background-repeat: no-repeat;
    position: absolute;
    left: 93.4%;
    top: 10.7%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.blue-arrow-four:after{
	content: '';
    width: 150px;
    height: 150px;
    display: inline-block;
    vertical-align: middle;
    background: url("../graphics/kpi-arrows.png");
    background-size: 65%;
    background-repeat: no-repeat;
    position: absolute;
    left: 93.4%;
    top: 15.3%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.blue-arrow-five:after{
	content: '';
    width: 150px;
    height: 150px;
    display: inline-block;
    vertical-align: middle;
    background: url("../graphics/kpi-arrows.png");
    background-size: 65%;
    background-repeat: no-repeat;
    position: absolute;
    left: 93.7%;
    top: 12.2%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}


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

/************** BACKGROUND WRAPPERS/SEPARATORS ********************/
.plain-white-bg {
	background-color: #fff;
}
.white-bg {
	background-color: rgba(255, 255, 255, 0.6);
}
.grey-bg {
	background-color: rgba(225, 225, 225, .4);
}
.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;
}

.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){
	box-shadow: none;
}

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

.accordion-button {
	font-size: 1.4rem;
}

.accordion-button h5 {
	color: #0b2341;
	font-size: 1.3rem;
}
.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) {
	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: #fff;
	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: #fff;
	opacity: 1;
	z-index: -1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	 		
}
.accordion-body {
	background-color: #fff;
}
.accordion-button:hover {
	color: #0b2341;
}
.accordion-button.collapsed:hover::before {
	left: 0;
	right: 0;
	opacity: 1;
}

.accordion-button:focus {
   box-shadow: none;
   border-color: #f6f6f6;
}

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

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

.sect-diagonal{
	background: #fff;
	position: relative;
	isolation: isolate;
}
.sect-diagonal:before {
	content: '';
	background-color: rgba(157, 167, 179, 0.05);
	clip-path: polygon(85% 0, 100% 15%, 100% 0);
filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));

	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: rgba(157, 167, 179, 0.05);
	clip-path: polygon(0 30%, 0% 100%, 50% 100%);
filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));

	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;
}
.sect-diagonal-goal4{
	background: #fff;
	position: relative;
	isolation: isolate;
}
.sect-diagonal-goal4:before {
	content: '';
	background-color: rgba(157, 167, 179, 0.05);
	clip-path: polygon(70% 0, 100% 50%, 100% 0);
filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
	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-goal4:after {
	content: '';
	background: rgba(157, 167, 179, 0.05);
	clip-path: polygon(0 20%, 0% 100%, 30% 100%);
filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));

	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 screen and (min-width: 390px) {
/*
	.page-content {
		border-right: 0.9375rem solid #e7e9ec;
        border-left: 0.9375rem solid #e7e9ec;
	}
*/
	.bar-left h2.section-header {
		border-bottom: none;
	}
		.bar-left 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 0fr;
  grid-template-rows: 20px 0;
  grid-gap: 22px;
}
	.bar-left h2:after,.bar-left h2:before{
  content: " ";
  display: block;
  border-bottom: 3px solid  #e86100;
  background-color: transparent;
}
	
	.title-container .content .head-title::before {
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -50px;
		width: 40px;
		content: '';
		background: url("../graphics/Arrow-Peak_Auburn-orange_digital-resizedv2.png") no-repeat 0 0;
		background-size: 100%;
	}
	
	.title-container .content .head-titlev2::before {
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -75px;
		width: 40px;
		content: '';
		background: url("../graphics/Arrow-Peak_Auburn-orange_digital-resizedv2.png") no-repeat 0 0;
		background-size: 100%;
	}
	.title-container .content .head-titlev2::after {
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -50px;
		width: 40px;
		content: '';
		background: url("../graphics/Arrow-Peak_Auburn-orange_digital-resizedv2.png") no-repeat 0 0;
		background-size: 100%;
	}
	.kpi-bg::after {
		opacity: 0.45 !important;
	}
}

@media screen and (min-width: 768px) {
	.page-content.arrows h2.section-header {
		padding-bottom: 10px;
		border-bottom: 0px;
	}
	.page-content.arrows h2.section-header::before {
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -50px;
		width: 40px;
		content: '';
		background: url("../graphics/Arrow-Peak_Auburn-orange_digital-resizedv2.png") no-repeat 0 0;
		background-size: 100%;
		z-index: 1;
	}
	
	
}

@media screen and (min-width: 992px) {
	.basic-header {
		padding-bottom: .5%;
	}
	.goal-list.arrow-bottom {
        background: url(https://auburn.edu/template/2022/_assets/images/design-elements/arrow-bottom.jpg);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 35%;
        background-position: right 5% bottom 0%;
    }
}
@media (min-width: 1200px) {
	.two-bars h2.section-header, .bar-right-bottom h1.title {
		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;
}
	
	.bar-right-bottom h1 {
		text-align: left;
  		text-transform: uppercase;
  		font-size: 2.5rem; 
  		font-weight: 800;
  		color: #0b2341;
  		display: grid;
  		grid-template-columns: 0fr auto 1fr;
  		grid-template-rows: 35px 0;
  		grid-gap: 0px 5px;
	}
	.bar-right-bottom h1:after, .bar-right-bottom h1:before {
		content: '';
		display: block;
		border-bottom: 3px solid #0b2341;
		background-color: transparent;
	}

.basic-header {
	padding-bottom: .5%;
}

	
	
}

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

@media screen and (min-width: 2500px) {
	.page-content .content_row {
    	padding: 3% 5%;
	}
	h2.section-header {
		font-size: 1.75rem !important;
	}
	h3.section-header {
	font-size: 1.45rem !important;
	}
	.action-indicator {
		font-size: 1.45rem !important;
	}
	.blue-arrow:after, .blue-arrow-two:after, .blue-arrow-three:after, .blue-arrow-four:after, .blue-arrow-five:after {
		display: none;
	}
	
}

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


	
@media screen and (max-width: 1200px) {	
	.page-content .content_row {
			padding: 2% 5%;
	}
	.kpi-bg {
		background-color: rgba(157, 167, 179, 0.05);
		
	}
	.sect-diagonal:before {
		opacity: 0;
		clip-path: polygon(40% 0, 100% 15%, 100% 0) !important;
		width: 0% !important;	
		z-index: -1;
	}
	.sect-diagonal:after {
		opacity: 0;
		clip-path: polygon(0 30%, 0% 100%, 50% 100%) !important;
		 width: 0 !important;	
		z-index: -1;
	}
	.sect-diagonal-goal4:before {
		opacity: 0;
		width: 0% !important;	
		z-index: -1;
	}
	.sect-diagonal-goal4:after {
		opacity: 0;
		width: 0 !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;
		
	}
	
	h2.section-header {
    	font-size: 1.75rem;
	}
	h3.section-header {
		font-size: 1.3rem;
	}
	h4.section-header {
		font-size: 1.2rem !important;
	}
	.action-indicator {
		font-size: 1.2rem !important;
	}
	.title-container .content {
		padding: 5% !important;
	}
	.title-container {
		min-height: 45vh !important;
	}
	.kpi-bg {
		background-attachment: scroll !important;
	}
}
	
@media screen and (max-width: 996px) {	
	.sect-diagonal:before {
		clip-path: polygon(75% 0, 100% 0%, 100% 100%, 25% 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;
	}
	h1.title {
		font-size: 1.75rem !important;
	}
	.title-text {
		font-size: 1.4rem !important;
	}
	.title-container .content .head-titlev2::before {
		width: 30px;
	}
	.title-container .content .head-titlev2::after {
		width: 30px;
	}	
	.title-container .content .head-titlev2::before {
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -52px;
		width: 30px;
		content: '';
		background: url("../graphics/Arrow-Peak_Auburn-orange_digital-resizedv2.png") no-repeat 0 0;
		background-size: 100%;
	}
	.title-container .content .head-titlev2::after {
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -32px;
		width: 30px;
		content: '';
		background: url("../graphics/Arrow-Peak_Auburn-orange_digital-resizedv2.png") no-repeat 0 0;
		background-size: 100%;
	}
	
}

@media screen and (max-width: 768px) {

	
	.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;
	}
	
	.footer-container {
		background-attachment: scroll !important;
	}
	
}

@media screen and (max-width: 556px) {

	.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;
	}
	.table-row {
    padding: 0 5% !important;
   
	}
}

@media screen and (max-width: 390px) {
		
	.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;
	}
/*
	.title-container .content .head-titlev2::before {
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -52px;
		width: 30px;
		content: '';
		background: url("../graphics/Arrow-Peak_Auburn-orange_digital-resizedv2.png") no-repeat 0 0;
		background-size: 100%;
	}
	.title-container .content .head-titlev2::after {
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -32px;
		width: 30px;
		content: '';
		background: url("../graphics/Arrow-Peak_Auburn-orange_digital-resizedv2.png") no-repeat 0 0;
		background-size: 100%;
	}
*/
}
/*********************************************************************/
/******************** RESPONSIVE SIZING FOR KPIs TABLE HEADER ARROW ******************************/
@media screen and (min-width: 2220px) {
	.blue-arrow::after {
		left: 93%;
    	top: 7.65%;
	}
	.blue-arrow-two::after {
		left: 93%;
    	top: 8.85%;
	}
}
@media screen and (max-width: 1785px) {
	.blue-arrow:after {
		height: 145px;
		left: 94%;
	}
	.blue-arrow-two:after {
		width: 210px;
		left: 95.5%;
    	top: 8.75%;
	}
	.blue-arrow-three:after {
		left: 94%;
    	top: 10.6%;
	}
	.blue-arrow-four:after {
		 left: 94%;
   	 	 top: 15.5%;
	}
	.blue-arrow-five:after {
		left: 94.3%;
    	 top: 11.7%;
	}
}
@media screen and (max-width: 1576px) {
	.blue-arrow-five:after {
		width: 210px;
		left: 96.8%;
    	top: 11.3%;
	}
}
@media screen and (max-width: 1570px) {
	.blue-arrow:after {
		width: 210px;
		top: 7.25%;
		left: 96.5%;
	}
	.blue-arrow-two:after {
		width: 210px;
		top: 8.6%;
		left: 96.5%;
	}
	.blue-arrow-three:after {
		left: 94.4%;
    	top: 10%;
	}
	
	
}

@media screen and (max-width: 1456px) {
	.blue-arrow-two:after {
		width: 210px;
		top: 8.1%;
		left: 96.5%;
	}
	.blue-arrow-three:after {
		width: 210px;
		left: 97%;
    	top: 9.9%;
	}
	.blue-arrow-four:after {
		width: 210px;
		 left: 97%;
   	 	 top: 14.5%;
	}
	
}
@media screen and (max-width: 1440px) {
	.blue-arrow-four:after {
		width: 210px;
		 left: 97%;
   	 	 top: 14.5%;
	}
		.blue-arrow-five:after {
		width: 210px;
		left: 97%;
    	top: 10.6%;
	}
}
@media screen and (max-width: 1366px) {
	.blue-arrow-five:after {
		width: 210px;
		left: 97%;
    	top: 10%;
	}
}

@media screen and (max-width: 1356px) {
	.blue-arrow:after {
		top: 7%;
		left: 97.5%;
	}
	.blue-arrow-two:after {
		width: 210px;
		top: 7.9%;
		left: 98.1%;
	}
	.blue-arrow-four:after {
		width: 210px;
		 left: 97%;
   	 	 top: 14.5%;
	}
	
	
}
@media screen and (max-width: 1284px) {
	.blue-arrow-five:after {
		width: 245px;
		left: 99%;
    	top: 9.3%;
	}
}

@media screen and (max-width: 1240px) {
	.blue-arrow:after {
		top: 6.5%;
		left: 98%;
	}
	.blue-arrow-four:after {
		width: 210px;
		 left: 98%;
   	 	 top: 13%;
	}
	.blue-arrow-five:after {
		width: 245px;
		left: 99%;
    	top: 8.7%;
	}
}
@media screen and (max-width: 1200px) {
	.blue-arrow:after {
		width: 210px;
		top: 6%;
	}
	.blue-arrow-two:after {
		width: 210px;
		top: 7.3%;
		left: 98.5%;
	}
	.blue-arrow-three:after {
		width: 210px;
		left: 98.5%;
    	top: 9.55%;
	}
	
	
}
@media screen and (max-width: 1180px) {
	.blue-arrow:after {
		top: 6.15%;
	}
	.blue-arrow-two:after {

		top: 7.45%;
		left: 98.9%;
	}
	.blue-arrow-three:after {
		width: 210px;
		left: 98.5%;
    	top: 9.5%;
	}
	.blue-arrow-four:after {
		width: 210px;
		 left: 98.85%;
   	 	 top: 12.5%;
	}
	.blue-arrow-five:after {
		width: 210px;
		left: 98.85%;
    	top: 8.4%;
	}
}
@media screen and (max-width: 1086px) {
	.blue-arrow:after {
		width: 245px;
		top: 5.65%;
		left: 101%;
	}
	.blue-arrow-two:after {
		width: 245px;
		top: 6.5%;
		left: 101%;
	}
	.blue-arrow-three:after {
		width: 245px;
		left: 101.5%;
    	top: 8.6%;
	}
	.blue-arrow-five:after {
		width: 210px;
		left: 99.5%;
    	top: 7.4%;
	}
	
}
@media screen and (max-width: 1040px) {
	.blue-arrow:after {
		width: 245px;
		top: 5.15%;
		left: 101.5%;
	}
	.blue-arrow-two:after {
		width: 245px;
		top: 5.5%;
		left: 101.5%;
	}
	.blue-arrow-four:after {
		width: 245px;
		 left: 101.5%;
   	 	 top: 10.4%;
	}
	.blue-arrow-five:after {
		width: 210px;
		left: 100.3%;
    	top: 7.2%;
	}
}
@media screen and (max-width: 1024px) {
	.blue-arrow-two:after {
		top: 5.7%;
	}
}
@media screen and (max-width: 998px) {
	.blue-arrow:after {
		width: 250px;
		top: 4.7%;
		left: 102%;
	}
			.blue-arrow-two:after {

		top: 5.3%;
		left: 102.6%;
	}
	.blue-arrow-three:after {
		width: 245px;
		left: 102%;
    	top: 7.65%;
	}
	.blue-arrow-five:after {
		width: 210px;
		left: 100.5%;
    	top: 7%;
	}
	
}
@media screen and (max-width: 978px) {

}
@media screen and (max-width: 948px) {
	.blue-arrow:after {
		width: 335px;
		top: 4.08%;
		left: 107%;
	}
	.blue-arrow-three:after {
		width: 245px;
		left: 102.5%;
    	top: 7.1%;
	}
	
}
@media screen and (max-width: 913px) {
	.blue-arrow-three:after {
		width: 335px;
		left: 108%;
    	top: 6.75%;
	}
}
@media screen and (max-width: 874px) {
	.blue-arrow-two:after {

		top: 5.3%;
		left: 103.6%;
	}
	.blue-arrow-three:after {
		width: 335px;
		left: 108%;
    	top: 6.4%;
	}
	.blue-arrow-four:after {
		width: 335px;
		 left: 110%;
   	 	 top: 7.5%;
	}
	.blue-arrow-five:after {
		width: 210px;
		left: 102.3%;
    	top: 7.15%;
	}
}
@media screen and (max-width: 873px) {
	.blue-arrow:after, .blue-arrow-two:after, .blue-arrow-three:after, .blue-arrow-four:after, .blue-arrow-five:after {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.blue-arrow:after, .blue-arrow-two:after, .blue-arrow-three:after, .blue-arrow-four:after, .blue-arrow-five:after {
		display: none;
	}
}

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