/* Cooke Modal */

.privacy-modal-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 100;
	display: none;
}

.privacy-modal {
	position: fixed;
	z-index: 1000;
	width: 100%;
	bottom: 0;
	padding: 43px 0;
	background-color: #1d1d1b;
	font-size: 18px;
	line-height: 26px;
	font-weight: 200 !important;
	color: #fff;
	display: none;	
}

.privacy-modal .container {
	max-width: 1170px;
}

.privacy-modal-title {
	font-size: 42px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #fff;
	padding-bottom: 18px;
	margin-bottom: 16px;
	font-family: "aktiv-grotesk", "aktiv-grotesk-std", sans-serif;
}

.privacy-modal-button {
	background-color: transparent;
	border: 1px solid #fff;
	padding: 8px 12px;
	color: #fff;
}

.privacy-modal-button:hover,
.privacy-modal-button:focus {
	background-color: #fff;
	color: #000;
}

@media only screen and (min-width: 768px) {
	.privacy-modal-button {
		float: right;
	}
}


.privacy-modal-link {
	border-bottom: 4px solid #fff;
	display: inline-block;
	padding-bottom: 8px;
	color: #fff !important;
}