/** GENERAL **/
html {
	height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	margin: 0px;
}

.fw-wrapper,
.full-width-wrapper {
	width: 100%;
	clear: both;
	display: block;
}

.fw-margins {
	width: 100%;
	max-width: 999px;
	margin: 0px auto;
}

.fw-padding {
	padding: 0px 10px;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
	margin: 0px;
}

hr {
	clear: both;
	margin: 20px 0px;
	border-top: 0px;
}

.cookiebox {
	display: none !important;
}

.cookiebox p a {
	text-decoration: underline;
}

.form .form-error-summary {
	padding: 20px;
	border: none;
}

.form .form-textbox input,
.form .form-textbox textarea {
	padding: 10px;
	font-size: 1em;
	min-width: 3em;
}

.btn,
a.btn {
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 600;
}

.btn-right {
	clear: both;
	float: right;
}

a {
	-webkit-transition: border .2s linear;
	-moz-transition: border .2s linear;
	transition: border .2s linear;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .2s linear;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	transition: background .2s linear;
}



/** PRIVACY POPUP **/
.PrivacyPolicy {
	position: fixed;
	z-index: 999;
	inset: 0;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.8);
}

.PrivacyPolicy--hidden {
	display: none;
}

.PrivacyPolicy .PrivacyPolicy-spacing {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}
.PrivacyPolicy .PrivacyPolicy-content {
	position: relative;
	display: block;
	max-width: 680px;
	height: 480px;
	max-height: 60%;
	max-height: 60vh;
	overflow-Y: auto;
	margin: 0px auto;
	padding: 40px;
	background-color: #FFFFFF;
	text-align: left;
	-webkit-box-shadow: 0px 40px 20px -20px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 40px 20px -20px rgba(0,0,0,0.8);
	box-shadow: 0px 40px 20px -20px rgba(0,0,0,0.8);
}

.PrivacyPolicy .PrivacyPolicy-content a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}

.PrivacyPolicy .PrivacyTrigger {
	display: block;
	position: absolute;
	z-index: 10;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #E30671;
	color: #FFFFFF;
	font-size: 20px;
	cursor: pointer;
}

.PrivacyPolicy .PrivacyTrigger:hover {
	background-color: #000000;
	color: #FFFFFF;
}

.PrivacySection {
	margin: 40px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
	border-top: 1px dashed #CCCCCC;
}
.PrivacySection .NumberTitle {
	position: relative;
	min-height: 30px;
}
.PrivacySection .NumberTitle .NumberTitle-number {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #E30671;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}
.PrivacySection .NumberTitle .NumberTitle-text {
	display: block;
	padding: 5px 0px 0px 40px;
	font-weight: 400;
	color: #263581;
}

.PrivacySection ul,
.PrivacySection ol {
	padding: 0px 0px 0px 20px;
	color: #E30671;
}
.PrivacySection ul li span,
.PrivacySection ol li span {
	color: #2A2A2A;
}