br.responsive {
  display: inline;
}

.question-box-padding {
	padding-bottom: 15px;
}

.answer-box-height {
	min-height: 90px;
}

.logo-repositioning {
	top: 14rem;
}

@media (max-width: 700px) {
	.question-box-padding {
		min-height: 0px;
	}

	.answer-box-height {
		min-height: 45px;
	}

	br.responsive {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.logo-repositioning {
		top: 17rem !important;
	}
}

@media (max-width: 800px) {
	.quiz .timer {
		top: 21rem !important;
	}
}

@media (max-width: 767.98px) {
	.quiz .timer {
		top: 21rem !important;
	}
}

@media (max-width: 575.98px) {
	.quiz .timer {
		top: 21rem !important;
	}
}

.footer-logo {
    text-align: center;
    height: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-osa-logo {
    width: 100%;
    max-width: 200px;
    margin: 0 20px
}

.footer-usa-logo {
    width: 100%;
    max-width: 100px;
    margin: 0 20px;
}

.footer-copyright {
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    font-family: "Montserrat",sans-serif;
    text-align: center;
    margin-top: 30px;
}

a, a:hover {
    color: #fd3c3a;
}
