article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}
body {
	margin: 0;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0;
}
h2 {
	font-size: 1.5em;
	margin: 0;
}
h3 {
	font-size: 1.17em;
	margin: 0;
}
h4 {
	font-size: 1em;
	margin: 0;
}
h5 {
	font-size: 0.83em;
	margin: 0;
}
h6 {
	font-size: 0.75em;
	margin: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
p,
pre {
	margin: 1em 0;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before,
q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dl,
menu,
ol,
ul {
	margin: 1em 0;
}
dd {
	margin: 0 0 0 40px;
}
menu,
ol,
ul {
	padding: 0 0 0 40px;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input {
	line-height: normal;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type='checkbox'],
input[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}
input[type='search'] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b,
strong,
.strong {
	font-weight: bold;
}
dfn,
em,
.em {
	font-style: italic;
}
small,
.small {
	font-size: 75%;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dd {
	margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
	list-style: none;
}
input[type='search'] {
	-webkit-appearance: none;
}
body {
	font-family: 'Inter', Arial, Calibri, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: black;
	font-size: 16px;
}
@media (max-width: 350px) {
	body {
		font-size: 14px;
	}
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}
.type-x-large {
	font-size: 34px;
}
@media (min-width: 992px) {
	.type-x-large {
		font-size: 42px;
	}
}
@media (min-width: 1200px) {
	.type-x-large {
		font-size: 52px;
	}
}
.type-large {
	font-size: 22px;
}
@media (min-width: 992px) {
	.type-large {
		font-size: 28px;
	}
}
@media (min-width: 1200px) {
	.type-large {
		font-size: 38px;
	}
}
.type-medium {
	font-size: 24px;
}
.type-default {
	font-size: 16px;
}
@media (max-width: 350px) {
	.type-default {
		font-size: 14px;
	}
}
.type-small {
	font-size: 12px;
}
a {
	position: relative;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
a:focus:after {
	opacity: 1;
}
a:after {
	content: '';
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
	border: 3px solid #0e35dd;
	border-radius: 18px;
	-webkit-transition: opacity 0.15s;
	-o-transition: opacity 0.15s;
	transition: opacity 0.15s;
	opacity: 0;
	padding: 4px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.select2-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}
.select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em;
}
.select2-container[dir='rtl']
	.select2-selection--single
	.select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline;
	list-style: none;
	padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	margin-left: 5px;
	padding: 0;
	max-width: 100%;
	resize: none;
	height: 18px;
	vertical-align: bottom;
	font-family: sans-serif;
	overflow: hidden;
	word-break: keep-all;
}
.select2-container
	.select2-search--inline
	.select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}
.select2-results {
	display: block;
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}
.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}
.select2-results__option--selectable {
	cursor: pointer;
}
.select2-container--open .select2-dropdown {
	left: 0;
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-search--dropdown {
	display: block;
	padding: 4px;
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
	display: none;
}
.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}
.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #444;
	line-height: 28px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	margin-right: 20px;
	padding-right: 0px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__placeholder {
	color: #999;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--default[dir='rtl']
	.select2-selection--single
	.select2-selection__clear {
	float: left;
}
.select2-container--default[dir='rtl']
	.select2-selection--single
	.select2-selection__arrow {
	left: 1px;
	right: auto;
}
.select2-container--default.select2-container--disabled
	.select2-selection--single {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled
	.select2-selection--single
	.select2-selection__clear {
	display: none;
}
.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	padding-bottom: 5px;
	padding-right: 5px;
	position: relative;
}
.select2-container--default
	.select2-selection--multiple.select2-selection--clearable {
	padding-right: 25px;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__clear {
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	margin-right: 10px;
	margin-top: 5px;
	position: absolute;
	right: 0;
	padding: 1px;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
	padding-left: 20px;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-right: 1px solid #aaa;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #999;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
	position: absolute;
	left: 0;
	top: 0;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:hover,
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:focus {
	background-color: #f1f1f1;
	color: #333;
	outline: none;
}
.select2-container--default[dir='rtl']
	.select2-selection--multiple
	.select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--default[dir='rtl']
	.select2-selection--multiple
	.select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px;
}
.select2-container--default[dir='rtl']
	.select2-selection--multiple
	.select2-selection__choice__remove {
	border-left: 1px solid #aaa;
	border-right: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.select2-container--default[dir='rtl']
	.select2-selection--multiple
	.select2-selection__clear {
	float: left;
	margin-left: 10px;
	margin-right: auto;
}
.select2-container--default.select2-container--focus
	.select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}
.select2-container--default.select2-container--disabled
	.select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled
	.select2-selection__choice__remove {
	display: none;
}
.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__group {
	padding-left: 0;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
	padding: 0;
}
.select2-container--default .select2-results__option--disabled {
	color: #999;
}
.select2-container--default .select2-results__option--selected {
	background-color: #ddd;
}
.select2-container--default
	.select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #5897fb;
	color: white;
}
.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(50%, #fff),
		to(#eee)
	);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__rendered {
	color: #444;
	line-height: 28px;
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	margin-right: 20px;
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__placeholder {
	color: #999;
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(50%, #eee),
		to(#ccc)
	);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--classic[dir='rtl']
	.select2-selection--single
	.select2-selection__clear {
	float: left;
}
.select2-container--classic[dir='rtl']
	.select2-selection--single
	.select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
	.select2-selection--single
	.select2-selection__arrow {
	background: transparent;
	border: none;
}
.select2-container--classic.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
	.select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		color-stop(50%, #eee)
	);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
	.select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(50%, #eee),
		to(#fff)
	);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
	padding-bottom: 5px;
	padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__clear {
	display: none;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #888;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice__remove:hover {
	color: #555;
	outline: none;
}
.select2-container--classic[dir='rtl']
	.select2-selection--multiple
	.select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--classic[dir='rtl']
	.select2-selection--multiple
	.select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px;
}
.select2-container--classic[dir='rtl']
	.select2-selection--multiple
	.select2-selection__choice__remove {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open
	.select2-selection--multiple {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
	.select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
	.select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
	border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
	padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
	color: grey;
}
.select2-container--classic
	.select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #3875d7;
	color: #fff;
}
.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}
.select2 {
	font-weight: bold;
	position: relative;
}
.select2-container:after {
	opacity: 0;
}
.select2-container--focus {
	outline: 0;
	position: relative;
	text-decoration: none;
	display: inline-block;
}
.select2-container--open:after {
	display: none !important;
}
@media (max-width: 767px) {
	.select2-selection__placeholder,
	.select2-selection__rendered {
		font-size: 20px;
	}
}
@media (min-width: 767px) {
	.select2-selection__placeholder,
	.select2-selection__rendered {
		font-size: 24px;
	}
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: black;
}
.select2-container--default .select2-selection--single {
	border: 3px solid #1e48ff;
	border-radius: 12px;
	padding: 15px 25px;
}
.select2-container--open .select2-selection--single {
	border: 3px solid black;
}
.select2-container--open .select2-dropdown--below {
	border-radius: 12px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	overflow: hidden;
}
.select2-results__option {
	padding: 10px 25px;
}
.select2-results__option--highlighted {
	background: #1e48ff;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.select2-dropdown {
	border: 3px solid black;
}
.select2-container .select2-selection--single {
	height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
}
.select2-search--dropdown {
	padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: none;
	border-bottom: 3px solid black;
}
.select2-search--dropdown .select2-search__field {
	padding: 10px 25px;
	outline: 0;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-width: 7px 8px 0 8px;
	border-color: #000 transparent transparent transparent;
}
.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-width: 0px 7px 8px 7px;
	border-color: transparent transparent #000 transparent;
}
.cta {
	display: inline-block;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}
.cta.main {
	border-radius: 12px;
	color: white;
	font-weight: 700;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cta.main:hover {
	text-decoration: none;
	cursor: pointer;
}
.cta.main:before {
	content: '';
	background-size: contain;
	background-position: center;
}
.cta.main.large {
	font-size: 24px;
	padding: 15px 25px;
	width: 100%;
}
@media (max-width: 991px) {
	.cta.main.large {
		font-size: 22px;
		padding: 15px 25px;
	}
}
.cta.main.large:before {
	width: 20px;
	height: 20px;
	margin-left: 20px;
}
.cta.main.small {
	font-size: 14px;
	padding: 7px 20px;
}
.cta.main.small:before {
	width: 10px;
	height: 10px;
	margin-left: 10px;
}
.cta.main.blue {
	background-color: #1e48ff;
}
.cta.main.blue:hover {
	background-color: #0e35dd;
}
.cta.main.blue:before {
	background-image: url('img/icons/icon-arrow-white.svg');
}
.cta.main.grey {
	background-color: #f1f1f1;
	color: #1e48ff;
}
.cta.main.grey:hover {
	background-color: #e1e1e1;
}
.cta.main.grey:before {
	background-image: url('img/icons/icon-arrow-blue.svg');
}
.cta.main.disabled {
	pointer-events: none;
	cursor: default;
	background: #e1e1e1;
}
.facebook-opposite {
	display: inline-block;
	position: relative;
	width: 33px;
	height: 33px;
	border-radius: 33px;
	background-color: white;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.facebook-opposite:hover {
	text-decoration: none;
}
.facebook-opposite:before {
	display: inline-block;
	width: 33px;
	font-size: 1rem;
	font-family: 'FontAwesome';
	text-align: center;
	position: relative;
}
.facebook-opposite:before {
	content: '\f09a';
}
.twitter-opposite {
	display: inline-block;
	position: relative;
	width: 33px;
	height: 33px;
	border-radius: 33px;
	background-color: white;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.twitter-opposite:hover {
	text-decoration: none;
}
.twitter-opposite:before {
	display: inline-block;
	width: 33px;
	font-size: 1rem;
	font-family: 'FontAwesome';
	text-align: center;
	position: relative;
}
.twitter-opposite:before {
	content: '\f099';
}
.youtube-opposite {
	display: inline-block;
	position: relative;
	width: 33px;
	height: 33px;
	border-radius: 33px;
	background-color: white;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.youtube-opposite:hover {
	text-decoration: none;
}
.youtube-opposite:before {
	display: inline-block;
	width: 33px;
	font-size: 1rem;
	font-family: 'FontAwesome';
	text-align: center;
	position: relative;
}
.youtube-opposite:before {
	content: '\f16a';
}
.instagram-opposite {
	display: inline-block;
	position: relative;
	width: 33px;
	height: 33px;
	border-radius: 33px;
	background-color: white;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.instagram-opposite:hover {
	text-decoration: none;
}
.instagram-opposite:before {
	display: inline-block;
	width: 33px;
	font-size: 1rem;
	font-family: 'FontAwesome';
	text-align: center;
	position: relative;
}
.instagram-opposite:before {
	content: '\f16d';
}
.linkedin-opposite {
	display: inline-block;
	position: relative;
	width: 33px;
	height: 33px;
	border-radius: 33px;
	background-color: white;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.linkedin-opposite:hover {
	text-decoration: none;
}
.linkedin-opposite:before {
	display: inline-block;
	width: 33px;
	font-size: 1rem;
	font-family: 'FontAwesome';
	text-align: center;
	position: relative;
}
.linkedin-opposite:before {
	content: '\f0e1';
}
.rss-opposite {
	display: inline-block;
	position: relative;
	width: 33px;
	height: 33px;
	border-radius: 33px;
	background-color: white;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.rss-opposite:hover {
	text-decoration: none;
}
.rss-opposite:before {
	display: inline-block;
	width: 33px;
	font-size: 1rem;
	font-family: 'FontAwesome';
	text-align: center;
	position: relative;
}
.rss-opposite:before {
	content: '\f09e';
}
.map-tooltip {
	position: absolute;
	padding: 10px 30px;
	background-color: white;
	border: 2px solid black;
	color: black;
	font-weight: bold;
	display: none;
	z-index: 100;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: -60px;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1),
		0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1),
		0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	white-space: nowrap;
	pointer-events: none;
}
.touch .map-tooltip {
	pointer-events: all !important;
}
.touch .map-tooltip:after {
	content: '▶︎';
	margin-left: 10px;
	position: relative;
	top: 2px;
}
.map-tooltip:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid white;
}
header {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	background-color: white;
}
header .header-main .flex-wrapper {
	height: 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .header-logo {
	display: block;
	width: 120px;
	height: 25px;
	background: url(img/logo-stemwijzer.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -1000000px;
}
header .header-prodemos {
	display: block;
	width: 85px;
	height: 15px;
	background: url(img/logo-prodemos.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -1000000px;
}
header .header-nav {
	background-color: #1e48ff;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
}
header .header-nav a {
	color: white;
	font-weight: bold;
}
header .page-nav a:not(:last-child) {
	margin-right: 20px;
}
.cover {
	width: 100%;
	background-color: #f1f1f1;
	position: relative;
	margin-top: 90px;
	height: 300px;
}
@media (max-width: 768px) {
	.cover {
		height: 250px;
	}
}
.cover .container {
	height: 100%;
}
.cover .text-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	top: -25px;
	height: 100%;
}
@media (max-width: 768px) {
	.cover .text-container {
		top: -45px;
	}
}
.cover .text {
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	.cover .text {
		text-align: center;
	}
}
@media (max-width: 350px) {
	.cover .text {
		padding: 0;
	}
}
.cover .text h2 {
	color: white;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	font-size: 34px;
}
@media (min-width: 992px) {
	.cover .text h2 {
		font-size: 42px;
	}
}
@media (min-width: 1200px) {
	.cover .text h2 {
		font-size: 52px;
	}
}
.cover .current-election {
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
	.cover .current-election {
		top: 80px;
	}
}
.cover .image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.products {
	background-color: #f1f1f1;
	padding: 50px 0;
}
@media (min-width: 992px) {
	.products .row {
		margin-top: 100px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.products .product {
	background-color: white;
	border-radius: 12px;
	color: black;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	padding-top: 50px;
}
@media (max-width: 991px) {
	.products .product {
		margin-top: 150px;
	}
}
@media (min-width: 992px) {
	.products .product {
		height: 100%;
	}
}
.products .product:hover {
	text-decoration: none;
}
.products .image {
	width: 160px;
	height: 160px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-size: cover;
	background-repeat: repeat;
	background-position: center;
	border-radius: 160px;
	margin: 0 auto;
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -80px;
}
.products .text-wrapper {
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 992px) {
	.products .text-wrapper {
		height: 100%;
	}
}
@media (max-width: 350px) {
	.products .text-wrapper {
		padding: 25px;
	}
}
.products .title {
	padding-bottom: 40px;
}
.products .title center {
	text-align: left;
}
.products .description {
	padding-bottom: 30px;
}
.products .cta {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-top: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.footer {
	font-size: 12px;
}
.footer .nav-wrapper {
	border-top: 1px solid #e1e1e1;
	padding: 12px 0;
}
@media (min-width: 767px) {
	.footer .nav-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	.footer .nav-wrapper {
		line-height: 3;
	}
}
.footer .nav-item:not(:last-child) {
	margin-right: 25px;
}
@media (max-width: 767px) {
	.footer .nav-item {
		display: block;
	}
}
.footer .prodemos-wrapper {
	padding: 35px 0 25px 0;
}
@media (min-width: 768px) {
	.footer .prodemos-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.footer .prodemos-info-logo {
	max-width: 380px;
	width: 100%;
	height: 25px;
	background-image: url(img/prodemos-logo-horizontal.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.footer .prodemos-info {
	display: inline-block;
	max-width: 550px;
	width: 100%;
}
.footer a {
	color: black;
}
.footer a:hover {
	text-decoration: none;
}
.footer .prodemos-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer .prodemos-social a {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #e1e1e1;
	border-radius: 40px;
}
.footer .prodemos-social a:not(:last-child) {
	margin-right: 10px;
}
.content-text a {
	color: #1e48ff;
}
.content-text h1,
.content-text h2 {
	font-size: 22px;
}
@media (min-width: 992px) {
	.content-text h1,
	.content-text h2 {
		font-size: 28px;
	}
}
@media (min-width: 1200px) {
	.content-text h1,
	.content-text h2 {
		font-size: 38px;
	}
}
.content-text h3 {
	font-size: 24px;
}
.content-text img {
	max-width: 100%;
	height: auto;
}
.faq {
	padding-top: 150px;
}
.faq .block-content-header {
	padding-bottom: 50px;
}
.faq .question-answer {
	margin-bottom: 3em;
}
.faq a.block {
	color: black;
	font-weight: bold;
	display: block;
}
.faq .answer {
	margin-top: 1em;
}
.page-wrapper .content-container {
	padding-bottom: 20px;
}
@media (min-width: 767px) {
	.page-wrapper .content-container {
		padding-top: 150px;
		padding-bottom: 100px;
	}
}
@media (max-width: 767px) {
	.page-wrapper .content-container {
		padding-top: 100px;
		padding-bottom: 50px;
	}
}
#map {
	width: 100%;
	height: auto;
}
#map .hover {
	fill: #001b91 !important;
	cursor: pointer;
}
.current-election {
	width: 100%;
	background-color: white;
	border-radius: 12px;
	-webkit-box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.25);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
@media (max-width: 767px) {
	.current-election {
		padding: 25px;
		margin-bottom: 15px;
	}
}
@media (max-width: 991px) {
	.current-election {
		padding: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: -75px;
	}
}
@media (min-width: 992px) {
	.current-election {
		padding: 50px;
		margin-top: -75px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (min-width: 992px) {
	.current-election .wrapper {
		width: 50%;
	}
}
.current-election .title {
	font-size: 22px;
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	.current-election .title {
		font-size: 28px;
	}
}
@media (min-width: 1200px) {
	.current-election .title {
		font-size: 38px;
	}
}
@media (max-width: 767px) {
	.current-election .title {
		font-size: 30px;
	}
}
@media (max-width: 991px) {
	.current-election .title {
		text-align: center;
	}
}
@media (min-width: 992px) {
	.current-election .title {
		margin-top: 50px;
	}
}
.current-election .description {
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.current-election .description {
		text-align: center;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 992px) {
	.current-election .description .map {
		display: block;
	}
	.current-election .description .no-map {
		display: none;
	}
}
@media (max-width: 991px) {
	.current-election .description .map {
		display: none;
	}
	.current-election .description .no-map {
		display: block;
	}
}
.current-election p {
	font-weight: bold;
}
.current-election p a {
	color: #1e48ff;
}
.current-election .cta {
	margin-top: 20px;
}
.current-election .svg-container {
	position: relative;
}
@media (min-width: 992px) {
	.current-election .svg-container {
		width: 55%;
		height: auto;
	}
}
@media (max-width: 991px) {
	.current-election .svg-container {
		display: none;
	}
}
.block-description {
	padding: 80px 0 50px;
}
.block-description .header-wrapper {
	padding-bottom: 70px;
}
@media (max-width: 767px) {
	.block-description .header-wrapper {
		padding-bottom: 30px;
	}
}
.block-description .title {
	font-size: 24px;
}
.block-description .subtitle {
	margin-top: 10px;
	max-width: 340px;
}
.block-description .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.block-description .block {
	background-color: #f1f1f1;
	border-radius: 12px;
	font-weight: 700;
	height: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (min-width: 768px) {
	.block-description .block {
		padding: 0 50px;
	}
}
@media (min-width: 992px) {
	.block-description .block {
		margin-bottom: 30px;
	}
}
@media (max-width: 991px) {
	.block-description .block {
		margin-top: 15px;
		padding: 0 25px;
	}
}
@media (max-width: 350px) {
	.block-description .block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		height: auto;
		padding: 25px;
		text-align: center;
	}
}
.block-description .icon {
	height: 120px;
	width: 100px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.block-description .icon.icon-speaker {
	background-image: url('img/icons/icon-speaker.svg');
}
.block-description .icon.icon-stemmentracker {
	background-image: url('img/icons/icon-stemmentracker-blue.svg');
}
.block-description .icon.icon-paper {
	background-image: url('img/icons/icon-paper.svg');
	width: 90px;
}
.block-description .icon.icon-young-voice {
	background-image: url('img/icons/icon-young-voice.svg');
	width: 120px;
}
@media (min-width: 350px) {
	.block-description .text-wrapper {
		padding-right: 25px;
	}
}
@media (max-width: 350px) {
	.block-description .text-wrapper {
		padding-top: 25px;
	}
}
.block-description .highlight {
	color: #1e48ff;
}
.block-description a {
	color: black;
}
.block-description a:hover {
	text-decoration: none;
}
.block-description a:hover .highlight {
	text-decoration: underline;
}
.banners {
	width: 100%;
	padding: 40px 0;
	border-top: 1px solid #f1f1f1;
}
.banners .header-wrapper {
	padding-bottom: 70px;
}
@media (max-width: 767px) {
	.banners .header-wrapper {
		padding-bottom: 30px;
	}
}
@media (min-width: 768px) {
	.banners .flex-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.banners .banner {
	display: inline-block;
	position: relative;
}
@media (min-width: 768px) {
	.banners .banner {
		width: 50%;
		padding-bottom: 23.4375%;
	}
}
@media (max-width: 768px) {
	.banners .banner {
		width: 100%;
		padding-bottom: 46.875%;
	}
}
.banners img {
	position: absolute;
	width: 100%;
	height: auto;
	display: inline-block;
}
