body {
    background: #ccc;
}

.launcher, .slide {
    width: 900px;
    height: 651px;
    position: relative;
    font-family: sans-serif;
    margin: 0 auto;
}

.launcher {
    background: #fff;
}

.launcher-bar {
    background: #4F89C0;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 170px;
    right: 0px;
    height: 1.15em;
    text-align: center;
    font-size: 20px;
    padding: 4px 10px;
}

.launcher-cover, .launcher-button-wrap {
    position: absolute;
    left: 0px;
    top: 170px;
    width: 900px;
    height: 481px;
}

.launcher-logo {
    position: absolute;
    left: 20px;
    top: 20px;
    width: auto;
    max-width: 350px;
    height: 130px;
    object-fit: contain;
}

.launcher-title, .launcher-subtitle {
    text-align: right;
    font-size: 24px;
    font-weight: bold;
}

.launcher-title {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 860px;
    height: 130px;
    vertical-align: middle;
    line-height: 130px;
}

.launcher-subtitle {
    position: absolute;
    left: 20px;
    top: 115px;
    width: 860px;
    height: 40px;
}

.button-center-box {
    text-align: center;
    display: table;
}

.button-center-wrap {
    display: table-cell;
    vertical-align: middle;
}

.launcher-button {
    padding: 10px;
    background: #4F89C0;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
}

.launcher-button:hover, .launcher-button:focus {
    background: rgb(153,0,0);
}

.launcher-button-wrap > .launcher-button { position: absolute; }
.launcher-button.top { top: 100px; }
.launcher-button.bottom { bottom: 100px; }
.launcher-button.left { left: 100px; }
.launcher-button.right { right: 100px; }

.slide {
    background: url(images/background.png);
}

.slide-logo-container {
    position: absolute;
    left: 18px;
    top: 10px;
    width: 350px;
    height: 60px;
}

.slide-logo-container:hover {
    cursor: default;
}

.slide-logo {
    width: auto;
    max-width: 350px;
    height: 100%;
    object-fit: contain;
}

.slide-title {
    position: absolute;
    left: 16px;
    top: 48px;
    width: 865px;
    height: 28px;
    text-align: right;
    color: white;
    font-size: 20px;
}

.slide-nav {
    position: absolute;
    left: 25px;
    top: 610px;
    width: 850px;
    height: 22px;
    text-align: center;
    font-size: 22px;
}

.slide-nav a {
    font-weight: bold;
    color: #4F89C0;
}

.slide-page {
    margin: 0 3em;
}

.slide-copyright {
    position: absolute;
    left: 760px;
    top: 605px;
    width: 120px;
    height: 32px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: black;
}

.slide-copyright:hover {
    cursor: default;
}

.slide-skip {
    position: absolute;
    left: 450px;
    top: 0px;
    width: 450px;
    height: 30px;
}

.slide-skip {
    cursor: default;
}

.slide-body {
    position: absolute;
    left: 35px;
    top: 90px;
    width: 835px;
    height: 505px;
    overflow: auto;
}

.slide-body h1 {
    font-size: 1.5rem;
    margin-top: 0;
    color: #4F89C0;
}

.slide-body .bullet {
    margin: 1em;
}

.slide-body .indent {
    margin-left: 2.5em;
}

.slide-body img {
    display: block;
    float: unset;
    margin: 1em;
}

.slide-body .footnote {
    font-size: 18px;
    font-style: italic;
}

.slide-body input[type="submit"] {
    font-size: 1.2em;
}

.slide-body input[type="radio"] {
    width: 1.5em;
    height: 1.5em;
}

.slide-body .input-row {
    margin-bottom: 1em;
}

.slide-body .largeboldcentered {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

.slide-body .mediumboldcentered {
    font-size: 1.75em;
    font-weight: bold;
    text-align: center;
}

.hidden {
    visibility: hidden;
}

.removed {
    display: none;
}

.quiz-response {
    position: absolute;
    bottom: 100px;
    right: 50px;
    width: 350px;
    background: #F0E68C;
    border: 1px solid #888;
    padding: 1em;
}

.completed-button-wrap {
    position: absolute;
    left: 0px;
    top: 250px;
    width: 100%;
    height: 250px;
}

.completed-button {
    padding: 10px;
    background: #4F89C0;
    color: #fff;
    font-size: 22px;
}
