html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'proximanova', Arial, sans-serif;
	background: #000;
	color:#999;
}
.serif {
	font-family:'capita','Times New Roman',serif;
}
a, button {
	-webkit-transition:all 0.2s ease;
	   -moz-transition:all 0.2s ease;
	  	-ms-transition:all 0.2s ease;
	  	 -o-transition:all 0.2s ease;
		    transition:all 0.2s ease;
}
/* HEADER */
#ki-header {
	background: #bb0000;
	border-bottom:1px solid #da0606;
}
#page-hero {
	border-top:2px solid rgba(0, 0, 0, 0.5);
	border-bottom:1px solid #333;
}
#ki-header a, #ki-header a:visited{
	color:#fdaaaa;
	text-decoration:none;
	line-height:40px;
	font-weight:700;
}
#ki-header a:hover{
	color:#fff;
}
#page-hero {
	background: url('../img/hero-background.jpg') center;
	background-size: cover;
}
	@media only screen and (min-width : 1200px) {
		#page-hero {
			height:180px;
		}
	}
#page-hero h1{
	color:#fff;
	font-size:3em;
	text-shadow:2px 2px #000;
}
	@media only screen and (min-width : 1200px) {
		#page-hero h1 {
			font-size:3.5em;
			padding-top:30px;
			margin-bottom:0;
		}
	}
#page-hero p{
	color:#cc3;
	text-transform:uppercase;
	letter-spacing:1px;
}
#page-hero p.lead {
	margin:0;
}
/* MAIN BODY */
button, .card {
	border:1px solid #333;
	border-top:none;
}
button {
	-webkit-appearance: none;
	border:1px solid #333;
	background:#000;
	border-top:none;
	padding:16px 12px;
	text-transform:uppercase;
	font-weight:700;
	font-size:0.95em;
	display:block;
	letter-spacing:1px;
	color:#cccc33;
	width:100%;
	text-align:left;
	cursor:pointer;
}
button.first {
	border-top:1px solid #333;
}
button:hover {
	background:#1b1b1b;
} 
button:focus {
	outline: none;
}
button span {
	color:#fff;
	text-transform:none;
	font-weight:600;
	font-size:1.6em;
	letter-spacing:px;
	display:block;
}
button[aria-expanded="false"] span {
	display:none;
}
h5.special button {
	color:#999;
	font-weight:600;
	font-size:0.75em;
	letter-spacing:px;
	display:block;
}
h5.special button:hover {
	color:#fff;
}
.card {
	background:#1b1b1b;
	border-radius:0;
	padding:0px;
}
.card ul {
	margin-bottom: 0px;
}
.card li a {
	padding: 8px;
	display:block;
	border-bottom:1px solid #333;
	color:#999;
	text-decoration:none;
}
.card li a.first {
	border-top:1px solid #333;
}
.card li a.first,
.card li a.last {
	background: #000;	
}
.card li a.first:hover,
.card li a.last:hover {
	background: #1b1b1b;	
}
.card li:last-child a{
	border-bottom:none;
}
.card li a:hover {
	background: #000;
	color:#fff;
}
.card li .svg-inline--fa {
	margin-right: 4px;
	margin-bottom:-1px;
	color:#999;
}
.card li a span{
	
}

.card li a.active {
	background: #000;
	color:#fff;
	font-weight:600;
}
.card li  a.active .svg-inline--fa {
	color:#cc3;
}
/* PLAYER + MAIN STAGE */
.module-container.active,
.text-module.active {
    display: block;
    width:100%;
}
.module-container,
.text-module {
    display: none;
}
.module-container.text {
	color:#c5c5c5;
	font-size:1.1em;
}
.module-container.text h2{
	color:#c5c5c5;
	font-weight:700;
}
#main-stage a {
    color: #cc3;
}
#main-stage a:hover {
    color: #b5b529;
    text-decoration:none;
}
#main-stage a.btn-primary {
    color:#000;
    font-weight:700;
    background-color: #cc3;
    border-color: #cc3;
}
#main-stage a.btn-primary:hover,
#main-stage a.btn-primary:not(:disabled):not(.disabled):active {
    color:#000;
    background-color: #b5b529;
    border-color: #b5b529;
}
#main-stage a.btn:focus, #main-stage a.btn:hover {
    text-decoration: none;
}
#main-stage .btn-primary.focus, #main-stage .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 255, 0, 0.46);
}
#main-stage hr {
    border-color: #666;
}
#main-stage .video-captions {
	text-align:right;
}
#main-stage .video-captions a,
#main-stage .video-captions a:visited {
	color:#999;
	text-transform:uppercase;
	font-size:0.75em;
	letter-spacing:1px;
}
#main-stage .video-captions a:hover {
	color:#e4e4e4;
}
/* FOOTER */
footer {
	font-size:0.7em;
	text-align:center;
	margin-top:40px;
}
	@media only screen and (min-width : 1200px) {
		footer {
			font-size:0.9em;
		}
	}
footer img{
	max-width:280px;
	margin-bottom:60px;
}
footer p {
	margin:0 auto;
}
footer a, footer a:visited {
	color:#999;
	
}
footer a:hover{
	color:#fff;
	text-decoration:none;
}