.language-header {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.375rem;
	width: 100%;
	background-color: #fab915;
	color: #231e1f;
	padding-bottom: 0.125rem;
}

.language-header a {
	color: #231e1f;
}

.language-header--is-hidden {
	display: none;
}

.language-header__wrap {
	position: relative;
	max-width: 62.5rem;
	padding: 0 2.8125rem;
	min-height: 50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.language-header--close {
	position: absolute;
	left: 15px;
	height: 15px;
	width: 15px;
	text-indent: -99999px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg height='15px' width='15px' fill='%23000000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' version='1.1' style='shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;' viewBox='0 0 185 172' x='0px' y='0px' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .fil0 %7Bfill:%23000000;fill-rule:nonzero%7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpolygon class='fil0' points='163,0 92,64 22,0 0,25 68,86 0,148 22,172 92,109 163,172 185,148 117,86 185,25 '%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}

@media only screen and (min-width: 65.9375rem) {
	.language-header--close {
		left: 0;
	}
}

.language-header--close:hover, .language-header--close:active, .language-header--close:focus {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}

.language-header__question {
	margin-right: 0.625rem;
}

.language-header__answer {
	font-weight: 700;
}

.language-header__caret {
	display: inline-block;
	height: 13px;
	width: 13px;
	margin-left: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg height='15px' width='15px' fill='%23000000' xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 100 100' x='0px' y='0px'%3E%3Ctitle%3EForward%3C/title%3E%3Cpath d='M14.37,99.73a2.42,2.42,0,0,0,1.11.27,2.39,2.39,0,0,0,1.35-.42L85.88,52a2.38,2.38,0,0,0,0-3.92L16.83.42a2.39,2.39,0,0,0-3.74,2V97.62A2.38,2.38,0,0,0,14.37,99.73Z'%3E%3C/path%3E%3C/svg%3E");
}

.language-header__divider, .language-header__stay {
	color: #757575;
	font-weight: 400;
}

.language-header__divider {
	display: inline-flex;
	margin: -2px 0.625rem 0 0.625rem;
}

.language-header__stay {
	transition: color .3s ease-out;
}

.language-header__stay:hover {
	color: #205c86;
	cursor: pointer;
}

@media only screen and (max-width: 39.9375rem) {
	.language-header__wrap {
		flex-direction: row;
		flex-wrap: wrap;
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}
	.language-header__question, .language-header__answer, .language-header__stay {
		display: block;
		width: 100%;
		margin: 0.125rem 0;
	}
	.language-header__divider {
		display: none;
	}
}

/* This probably shouldn't be here but didn't want to make another request for such a small stylesheet */

#branding_footer {
	padding-bottom: 0 !important;
}

.language-footer {
	max-width: 61.25rem;
	margin: 0 auto;
	transform: translateY(-10px);
}

.language-footer a {
	color: #666;
}

.language-footer ul {
	font-size: 0.75rem;
	margin: 0;
	padding: 0 0.9375rem 2.1875rem 0.9375rem;
	list-style-type: none;
}

.language-footer ul li {
	display: block;
}