/* General Styling */

html {
    height: 100%;
}

body {
    position: relative;
    margin: 0;
	/* height of the footer */
    padding-bottom: 72px; 
    min-height: 100%;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.center-page {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.challenge-header {
    margin-top: .5em;
}

.challenge-question {
    margin-bottom: .5em;
}

#video{
    margin-top: 1em;
    margin-bottom: 1em;
}

.cta-buttons-row {
    margin-bottom: .5em;
}

.cta-button-text {
    padding: 0px;
    margin: 0px;
}

.challenge-input-col {
    padding-bottom: .5em;
}

#spanish-help-text {
    margin-bottom: 0px;

}

.player-container {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sidebar {
	background-color: #475470;
	font-family: Arial, sans-serif;
	height: 360px;
	display: inline-flex;
	flex-flow: column nowrap;
	margin: 0;
	overflow: hidden;
	width: 360px;
}

#mediaplayer {
	display: inline-flex;
}

@media screen and (max-width: 1080px) {
	.sidebar {
		margin-bottom: 20px;
		width: 640px;
	}
}

.sidebar h3 {
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 20px;
	text-align: left;
}

.searchbox {
	display: block;
	margin: 10px 20px;
	position: relative;
}

.searchbox input {
	background: #fff url("/kent/assets/search.png") no-repeat top left;
	border-radius: 3px;
	border: none;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 20px 5px 30px;
	width: 100%;
}

.searchbox .match {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 5px;
}

.transcript {
	padding: 0 20px;
	overflow: auto;
	flex: 1 1 auto;
}

.transcript p {
	font-size: 15px;
	overflow: hidden;
	text-align: left;
	color: #fff;
	line-height: 20px;
}

.transcript p:empty {
	display: none;
}

.transcript span {
	display: inline;
	padding: 4px 2px;
	line-height: 24px;
	cursor: pointer;
	color: #fff;
}

.transcript span.current {
	background: #00f096;
	color: #000;
}

.transcript span:hover {
	color: #00f096;
}

.transcript span.current:hover {
	color: #000;
}

.transcript span em {
	background: #666;
	color: #fff;
	font-style: normal;
}

.transcript span em.current {
	background: #ff0046;
}

.transcript h4 {
	margin: 25px 0 15px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}

.caption-copy {
	max-width: 640px;
	margin: 20px auto;
	text-align: left;
	padding: 10px;
}

.caption-copy div,
.caption-copy ol,
.caption-copy li {
	text-align: left;
	font-size: 20px;
}

.caption-copy div {
	font-weight: 400;
	margin: 15px 0;
}

.caption-copy ol {
	margin-left: 15px;
	margin-top: 20px;
}

.caption-copy li {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 600;
}

#disclaimer {
	font-style: italic;
}

#disclaimer-wrapper{
	margin-bottom: .5em;
}

.thumbs-btn {
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	text-shadow: none;
	user-select: none;
	transition: all,.1s,ease-in;
}

.thumbs-icon {
	display: block;
	fill: currentColor;
	width: 20px; 
	height: 20px;
  }

#feedback-survey {
	margin-top: 10px;
	margin-bottom: 10px;
}

#feedback-survey-text {
	margin: 0px;
}
