/*
    override framework colors here
*/
#preloader, #header, .notify, #restart-container div {
    background-color: #a50000;
}
#intro {
    color: #a50000;
}
#intro button {
    border-color: #a50000;
}
#intro button:hover {
    border-color: #a50000;
}
.notify::after {
    border-top-color: #a50000;
}

#intro .media-title{text-align: center;}

#slides-container{background-color: #ccc;}
.slide{background-color: white;}
/*
    end overrides
*/
#slide-1 img{max-width: 100%;}

.sub-slide {
    padding: 1rem;
}
.show-sub, .printBtn {
    height: 40px;
    background-color: #cc0000;
    color: #fefefe;
    /*float: right;*/
    margin-top: 15px;
    min-width: 130px;
    border-radius: 5px;
}

.show-sub:hover, .show-sub:focus, .printBtn:hover, .printBtn:focus{background-color: black;}

.hide{display: none;}

h2, .h2 {
    font-size: 1.5rem;
	font-weight: bold;
	    margin-bottom: 20px;
	color: #262626;
    /*border-bottom: 1px solid #e5e5e5;*/
}

/* remove this if you dont want the sub-slides to be full height*/
.current-sub-slide {
    min-height: calc(100vh - 100px);
}
@media (max-width: 640px) {
    .current-sub-slide {
        min-height: calc(100vh - 88px);
    }
}

.choice-container {
    background-color: #E4DED2;
    padding: 1rem;
    border-radius: 5px;
    margin: 1rem 0;
}
.choice-container h1, .infoCard h1 {
    font-size: 1.5rem;
    font-weight: bold;
}
/*GA*/.choice img {
    width: 60%;
}
.choice-container p {
    font-weight: bold;
}
/*.choice-container ul {
    list-style-type: none;
    margin: 1rem auto;
    width: 100%;
    max-width: 700px;
}*/
.choice-container .choice, .choice-container .mchoice {
    color: #fefefe;
    background-color: #605b55;
    padding: .75rem;
    /*width: 100%;*/
    border-radius: 3px;
    text-align: left;
    margin-bottom: 5px;
}
.choice-container .choice:hover, .choice-container .choice:focus, .choice-container .mchoice:hover, .choice-container .mchoice:focus {
    background-color: #c8102e;
    color: #fefefe;
    font-weight: bold;
}
.choice-container .choice.disabled {
    background-color: #cac1af;
    color: #050505;
    pointer-events: none;
}
.choice-container .choice.chosen {
    background-color: #c8102e;
    color: #fefefe;
    font-weight: bold;
    pointer-events: none;
}
textarea {
    height: 89px;
    width: 100%;
    resize: none;
    margin-top: 12px;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
}