/* General Styling */

html {
    height: 100%;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 72px; /* height of the footer */
    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;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1170px;
    }
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-block {
    display: block;
    width: 100%;
}

.navbar {
	padding: 20px;
	background-color: #00305C;
	border-top:  #00305C 4px solid;
	border-bottom:  #00305C 1px solid;
	margin-bottom: 20px;
}

.navbar > img {
    max-height: 70px;
	padding: 8px;

}

footer {
    color: #fff;
    background-color: #00305C;
    padding: 10px 10px 0;
	font-size: 14px;
}

footer a, footer a:hover, footer a:active {
	color: #fff;

}
footer a {color: #fff;}

#cta-buttons {
	margin-top: 10px;
}

.btn-primary {
  color: #fff;
  font-weight: bold;
  background-color: #286BC8;
  border-color: #286BC8;
  border-width: 2px;
  border-radius: 6px;
}

.btn-primary:focus, .btn-primary:visited, .btn-primary.focus {
    color: #fff;
    font-weight: bold;
    background-color: #286BC8;
    border-color: #286BC8;
}
.btn-primary:hover {
  color: #fff;
  font-weight: bold;
  background-color: #F5A623;
  border-color: #F5A623;
}