@charset 'UTF-8';

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	src: url('../assets/fonts/roboto-light-webfont.woff2?v1.1') format('woff2'), url('../assets/fonts/roboto-light-webfont.woff?v1.1') format('woff');
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	src: url('../assets/fonts/roboto-medium-webfont.woff2?v1.1') format('woff2'), url('../assets/fonts/roboto-medium-webfont.woff?v1.1') format('woff');
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src: url('../assets/fonts/roboto-bold-webfont.woff2?v1.1') format('woff2'), url('../assets/fonts/roboto-bold-webfont.woff?v1.1') format('woff');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	src: url('../assets/fonts/robotocondensed-light-webfont.woff2?v1.1') format('woff2'), url('../assets/fonts/robotocondensed-light-webfont.woff?v1.1') format('woff');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 300;
	src: url('../assets/fonts/robotocondensed-lightitalic-webfont.woff2?v1.1') format('woff2'), url('../assets/fonts/robotocondensed-lightitalic-webfont.woff?v1.1') format('woff');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('../assets/fonts/robotocondensed-bold-webfont.woff2?v1.1') format('woff2'), url('../assets/fonts/robotocondensed-bold-webfont.woff?v1.1') format('woff');
}
@font-face {
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 700;
	src: url('../assets/fonts/robotocondensed-bolditalic-webfont.woff2?v1.1') format('woff2'), url('../assets/fonts/robotocondensed-bolditalic-webfont.woff?v1.1') format('woff');
}

/*
 *-----------------------------------------------------------------------------------------------------------*
 	* Cookie Banner
 *-----------------------------------------------------------------------------------------------------------*
 */
.cookie-banner {
	background-color: #333F48;
	bottom: 1rem;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	color: white;
	display: none;
	font-weight: 300;
	max-width: 680px;
	padding: 1rem;
	position: fixed;
	right: 1rem;
	width: calc(100% - 2rem);
	z-index: 9999;
}
.cookie-banner.is-open {
	display: block;
}
.cookie-banner .button:first-of-type {
	margin-right: 7px;
	margin-top: 1.15rem;
}

.cookie-banner .button, .cookie-settings .button {
	background-color: #8F6A2A;
	border: 1px solid #8F6A2A;
	border-radius: 0;
	color: white;
	display: inline-block;
	font-family: Roboto, Tahoma, sans-serif;
	font-size: 0.8rem;
	font-weight: 300;
	outline: none;
	padding: 0.8rem 1.2rem;
	text-shadow: none;
	text-transform: uppercase;
}
.cookie-banner .button:after, .cookie-settings .button:after {
	display: none;
}
.cookie-banner .button:hover, .cookie-settings .button:hover {
	background-color: #8F6A2A;
	border: 1px solid #8F6A2A;
}
.cookie-banner .button + .button {
	margin-top: 1rem;
}

@media (min-width: 600px) {
	.cookie-banner .button + .button {
		margin-top: 0;
	}
}
.cookie-settings {
	background-color: #333F48;
	color: white;
	left: 50%;
	max-height: 100%;
	max-width: 650px;
	overflow-y: auto;
	padding: 1.5rem 2.5rem;
	position: relative;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

.cookie-settings p {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 1rem !important;
	font-weight: 300 !important;
	letter-spacing: unset !important;
	line-height: 1.55 !important;
	margin-bottom: 1em !important;
	margin-top: 0.75em !important; 
}
.cookie-settings p a {
	color: #8F6A2A;
	font-weight: 700;
}

.cookie-settings-wrapper {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	display: none;
	left: 0;
	padding: 1rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}
.cookie-settings-wrapper.is-open {
	display: block;
}
.cookie-settings__item {
	font-size: 1rem;
	position: relative;
}

.cookie-settings__item__label {
	display: inline-block;
}

.cookie-settings__item__toggle {
	background-color: #999999;
	border-radius: 2em;
	cursor: pointer;
	/* display: inline-block; */
	float: right;
	font-size: 0.8rem;
	height: 1.155em;
	margin-top: 0.8rem;
	padding: 0.16em;
	position: relative;
	-webkit-transition: background-color 0.3s ease;
	        transition: background-color 0.3s ease;
	vertical-align: middle;
	width: 2em;
}
.cookie-settings__item__toggle__switch {
	background-color: #FFFFFF;
	border-radius: 50%;
	display: block;
	height: 1em;
	-webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	        transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	width: 1em;
}
.cookie-settings__item__toggle.is-active {
	background-color: #85DC76;
}
.cookie-settings__item__toggle.is-active .cookie-settings__item__toggle__switch {
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}
.cookie-settings__item__toggle.is-disabled {
	cursor: default;
	opacity: 0.5;
}
.cookie-settings__close {
	background-color: transparent;
	cursor: pointer;
	font-size: 1.5rem;
	line-height: 0.5;
	padding: 1rem;
	position: absolute;
	right: 0;
	top: 0;
}
.cookie-table {
	border: 1px solid;
	font-size: 1.3em;
}
.cookie-table a {
	display: inline;
}
.cookie-table td, .cookie-table th {
	border: 1px solid #8F6A2A;
}
.cookie-table td {
	padding: 10px 5px;

}
