body {
	background: #131313; 
	margin:0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
}

.lead { font-size: 1.5rem; font-weight: 300; }

.preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-image: url('/accordion/img/loading.gif');
	background-repeat: no-repeat; 
	background-color: #040204;
	background-position: center;
 }

#accordionACS .panel-counter {
	font-family: 'Roboto', Arial, sans-serif;
    font-size: 30px;
    color: #fff;
	text-transform: uppercase;
}

/* img.as-background {
    position: absolute;
    left: 0;
    top: 0;
} */

/* .ascTab {
    min-width: 45%;
    margin-top: 43% !important;
    text-align: right;
    white-space: nowrap;
} */

.acsSubtitle {
    position: absolute;
    color: #fff;
    font-size: 25px !important;
    font-weight: 600 !important;
    bottom: 5px !important;
}

.acsSubtitle:before {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    background: #9bc03c;
    top: 3px;
    margin-right: 10px;
}

.ascTab {
    display: flex;
    white-space: nowrap;
    width: 100%;
    align-items: flex-end;
    flex-direction: column;
	width: 3%;
}

.acsContent {
	font-family: 'Roboto', Arial, sans-serif;
    font-size: 70px !important;
    color: #fff;
	text-transform: uppercase;
	width: max-content;
	bottom: 20px !important;
}

.acsContentSubtitle {
	font-family: 'Roboto', Arial, sans-serif;
    font-size: 30px !important;
    color: #fff;
	/*text-transform: uppercase; */
	text-decoration: italic;
}

@media (max-width: 860px) {
	#accordionACS.custom-responsive .panel-counter {
		font-size: 16px;
		padding: 2px;
		bottom: 2px !important;
		left: 2px !important;
	}

	#accordionACS.custom-responsive .hide-medium-screen {
		display: none;
	}
}

@media (max-width: 640px) {
	#accordionACS.custom-responsive .as-layer {
		font-size: 12px;
	}

	#accordionACS.custom-responsive .hide-small-screen {
		display: none;
	}
}

@media (max-width: 450px) {

	/* #accordionACS {
		width: 1450px !important;
		height: 500px !important;
		max-width: unset !important;
    	max-height: unset !important;
	} */

	#accordionACS.custom-responsive .as-layer {
		font-size: 10px;
		padding: 2px;
	}
}

#example-xml .as-panel-counter {
	padding: 5px;
	font-size: 20px;
	color: #333;
	-moz-transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-moz-transform: rotate(-90deg) translateY(100%);
	-webkit-transform: rotate(-90deg) translateY(100%);
	transform: rotate(-90deg) translateY(100%);
}

.controls {
	margin-top: 30px;
	text-align: center;
}

.controls a {
	color: #333;
}

.controls span.custom-arrow {
	display: none;
}

.ASCLogo {
    background-image: url("/accordion/img/ACS_Logo white.svg");
    width: 300px;
    height: 169px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: -100VH !important;
}


.ASCLogoDark {
    background-image: url("/accordion/img/ACS_Logo blue.svg");
    width: 300px;
    height: 169px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: -100VH !important;
}

/* .acsTabOverlay {
    display: block;
    position: relative;
    width: 40px;
} */

.as-panel a {
    z-index: 1000000000;
}

.as-panel:not(.as-opened) a:before {
    content: '';
    display: block;
    position: absolute;
    background: rgb(0,0,0);
	background: linear-gradient(-90deg, rgba(0,0,0,0) 95%, rgba(0,0,0,0.4990371148459384) 99%);
    width: 100%;
    height: 100%;
	z-index: 0;
}

.as-panel.as-shadow.as-opened a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 80%, rgba(0,0,0,1) 100%);
	z-index: 0;
}