body {
	background: #000;
}
#sims-header-menu {
	position: relative;
	z-index: 100000000000;
}
#track-pres-top-bar.sims-header {
	display: none;
}
#menu-btn.sims-header,
#track-home-icon.sims-header .glyphicon {
	/*color: #f76;*/
	color: #fff;
}
.sims-header .glyphicon:active,
.sims-header .glyphicon:focus,
.sims-header .glyphicon:hover {
	color: #cc5831;
}
.sims-header-btn:active,
.sims-header-btn:focus,
.sims-header-btn:hover {
	opacity: .65;
	transition: all 1s;
}
#audio-btn {
	position: relative;
}
#audio-btn,
#audio-btn-secondary {
	background: transparent;
	border: none;
}
#audio-btn-secondary {
	padding: 0;
}
#progress {
	background: #05c3de;
	bottom: 0;
	height: 2%;
	z-index: 200;
}
.menu {
	position: fixed;
	right: 10px;
	top: 10px;
}
.menu > * {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
}
.sims-btn {
	width: 45px;
	height: auto;
	margin: 0;
	padding: 0;
}
.sims-alert-btn {
	animation: sims-alert 1s infinite reverse;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
@keyframes sims-alert {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
.sim-story-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.sim-nav-btn,
.sim-nav-btn:not(.sim-current-btn):hover,
.sim-nav-btn.sim-current-btn {
	transition: all 500ms;
}
.sim-nav-btn {
	background: transparent;
	border: solid #fff 2px;
	border-radius: 10px;
	display: inline-block;
	height: 15px;
	opacity: .6;
	position: relative;
	width: 15px;
}
.sim-nav-btn:not(.sim-current-btn):hover {
	background: #05c3de;
}
.sim-nav-btn.sim-current-btn {
	background: #05c3de;
	opacity: .9;
}
.sims-width {
	padding-right: 0px;
	padding-left: 0px;
}
.sims-scroll {
	color: #fff;
	display: block;
	left: 45%;
	position: fixed;
	top: 85%;
	z-index: 1000000000;
}
.scroll-img {
	display: block;
	margin: 0 auto;
	width: 33px;
}
.sims-story-caption.sims-story-caption-header {
	padding: 0 75px 0 50px;
	width: 500px;
}
.sims-story-headline {
	position: relative;
	right: 20px;
	top: 25px;
	width: 250px;
}
.sims-story-deck {
	font-family: "myriad-pro", sans-serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: 100;
	margin-top: 45px;
}
.sims-story-audio {
  width: 28px;
}
.sims-story-caption {
  background: rgba(0,0,0,.65);
	color: #fff;
	padding: 30px 100px 0px 50px;
	right: 0;
	width: 422px;
}
.sim-subhead {
	color: #05c3de;
}
.sims-story-footer {
	padding-bottom: 30px;
	width: 600px;
}
.sims-story-footer p {
  margin: 0 0 15px 0;
}
.sims-story-footer a {
	color: #fff;
	/*font-family: "myriad-pro", sans-serif;*/
	text-decoration: underline;
}
.sims-story-footer a:active,
.sims-story-footer a:focus,
.sims-story-footer a:hover {
	text-decoration: none;
}
.sims-story-hint {
	font-size: .9em;
}
.sims-story-hint.sims-scroll {
	font-size: .9em;
	text-align: center;
}
p.sims-caption {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-family: "Myriad Pro", Helvetica, Arial, "sans-serif";
	font-size: 18px;
}
.sims-list li {
padding: 0 0 0 20px;
margin: 3px 0 0 -20px;
background: url(../images/SimCenter/bulletSquare.png) no-repeat left 11px;
background-size: 11px;
list-style-type: none;
}
/* Make the videos scale to fullscreen */
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .fullscreen-bg {
        /*background: url('http://dev2.slicejack.com/fullscreen-video-demo/img/videoframe.jpg') center center / cover no-repeat;*/
    }

    .fullscreen-bg__video {
        display: none;
    }
}