:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #DC2126;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: 'SwissPosters', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none
}

/*ol,
ul,
dl {
	list-style-type: none;
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

	a:hover {
		color: #0056b3;
		text-decoration: underline
	}*/

	a:not([href]):not([tabindex]) {
		color: inherit;
		text-decoration: none
	}

		a:not([href]):not([tabindex]):hover,
		a:not([href]):not([tabindex]):focus {
			color: inherit;
			text-decoration: none
		}

		a:not([href]):not([tabindex]):focus {
			outline: 0
		}

/*pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}*/

img {
	border-style: none
}

svg {
	overflow: hidden;
}

caption {
	caption-side: bottom
}

label {
	margin-bottom: .5rem
}

	button:focus {
		outline: 1px dotted;
		outline: 5px auto -webkit-focus-ring-color
	}

button,
input {
	overflow: visible
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none
}

	[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none
	}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

template {
	display: none
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h1,
.h1 {
	font-size: 2.5rem
}

h2,
.h2 {
	font-size: 2rem
}

h3,
.h3 {
	font-size: 1.75rem
}

h4,
.h4 {
	font-size: 1.5rem
}

h5,
.h5 {
	font-size: 1.25rem
}

h6,
.h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
	font-size: 80%;
	font-weight: 400
}

mark,
.mark {
	padding: .2em;
	background-color: #fcf8e3
}

.blockquote-footer {
	display: block;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}

a > code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

	kbd kbd {
		padding: 0;
		font-size: 100%;
		font-weight: 700
	}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

	pre code {
		font-size: inherit;
		color: inherit;
		word-break: normal
	}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media(min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media(min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media(min-width:1200px) {
	.container {
		max-width: 1220px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

	.no-gutters > .col,
	.no-gutters > [class*="col-"] {
		padding-right: 0;
		padding-left: 0
	}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

/*.order-last {
	order: 13
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}*/

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media(min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		order: -1
	}

	.order-sm-last {
		order: 13
	}

	.order-sm-0 {
		order: 0
	}

	.order-sm-1 {
		order: 1
	}

	.order-sm-2 {
		order: 2
	}

	.order-sm-3 {
		order: 3
	}

	.order-sm-4 {
		order: 4
	}

	.order-sm-5 {
		order: 5
	}

	.order-sm-6 {
		order: 6
	}

	.order-sm-7 {
		order: 7
	}

	.order-sm-8 {
		order: 8
	}

	.order-sm-9 {
		order: 9
	}

	.order-sm-10 {
		order: 10
	}

	.order-sm-11 {
		order: 11
	}

	.order-sm-12 {
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media(min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		order: -1
	}

	.order-md-last {
		order: 13
	}

	.order-md-0 {
		order: 0
	}

	.order-md-1 {
		order: 1
	}

	.order-md-2 {
		order: 2
	}

	.order-md-3 {
		order: 3
	}

	.order-md-4 {
		order: 4
	}

	.order-md-5 {
		order: 5
	}

	.order-md-6 {
		order: 6
	}

	.order-md-7 {
		order: 7
	}

	.order-md-8 {
		order: 8
	}

	.order-md-9 {
		order: 9
	}

	.order-md-10 {
		order: 10
	}

	.order-md-11 {
		order: 11
	}

	.order-md-12 {
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media(min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		order: -1
	}

	.order-lg-last {
		order: 13
	}

	.order-lg-0 {
		order: 0
	}

	.order-lg-1 {
		order: 1
	}

	.order-lg-2 {
		order: 2
	}

	.order-lg-3 {
		order: 3
	}

	.order-lg-4 {
		order: 4
	}

	.order-lg-5 {
		order: 5
	}

	.order-lg-6 {
		order: 6
	}

	.order-lg-7 {
		order: 7
	}

	.order-lg-8 {
		order: 8
	}

	.order-lg-9 {
		order: 9
	}

	.order-lg-10 {
		order: 10
	}

	.order-lg-11 {
		order: 11
	}

	.order-lg-12 {
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media(min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		order: -1
	}

	.order-xl-last {
		order: 13
	}

	.order-xl-0 {
		order: 0
	}

	.order-xl-1 {
		order: 1
	}

	.order-xl-2 {
		order: 2
	}

	.order-xl-3 {
		order: 3
	}

	.order-xl-4 {
		order: 4
	}

	.order-xl-5 {
		order: 5
	}

	.order-xl-6 {
		order: 6
	}

	.order-xl-7 {
		order: 7
	}

	.order-xl-8 {
		order: 8
	}

	.order-xl-9 {
		order: 9
	}

	.order-xl-10 {
		order: 10
	}

	.order-xl-11 {
		order: 11
	}

	.order-xl-12 {
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333%
	}

	.offset-xl-2 {
		margin-left: 16.66667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333%
	}

	.offset-xl-5 {
		margin-left: 41.66667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333%
	}

	.offset-xl-8 {
		margin-left: 66.66667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333%
	}

	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

.table {
	color: #212529
}

	.table th,
	.table td {
		padding: .75rem;
		vertical-align: top;
		border-top: 1px solid #dee2e6
	}

	.table thead th {
		vertical-align: bottom;
		border-bottom: 2px solid #dee2e6
	}

	.table tbody + tbody {
		border-top: 2px solid #dee2e6
	}

.table-sm th,
.table-sm td {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #dee2e6
}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #dee2e6
	}

	.table-bordered thead th,
	.table-bordered thead td {
		border-bottom-width: 2px
	}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #b8daff
}

	.table-primary th,
	.table-primary td,
	.table-primary thead th,
	.table-primary tbody + tbody {
		border-color: #7abaff
	}

.table-hover .table-primary:hover {
	background-color: #9fcdff
}

	.table-hover .table-primary:hover > td,
	.table-hover .table-primary:hover > th {
		background-color: #9fcdff
	}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #d6d8db
}

	.table-secondary th,
	.table-secondary td,
	.table-secondary thead th,
	.table-secondary tbody + tbody {
		border-color: #b3b7bb
	}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}

	.table-hover .table-secondary:hover > td,
	.table-hover .table-secondary:hover > th {
		background-color: #c8cbcf
	}

.table-success,
.table-success > th,
.table-success > td {
	background-color: #c3e6cb
}

	.table-success th,
	.table-success td,
	.table-success thead th,
	.table-success tbody + tbody {
		border-color: #8fd19e
	}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

	.table-hover .table-success:hover > td,
	.table-hover .table-success:hover > th {
		background-color: #b1dfbb
	}

.table-info,
.table-info > th,
.table-info > td {
	background-color: #bee5eb
}

	.table-info th,
	.table-info td,
	.table-info thead th,
	.table-info tbody + tbody {
		border-color: #86cfda
	}

.table-hover .table-info:hover {
	background-color: #abdde5
}

	.table-hover .table-info:hover > td,
	.table-hover .table-info:hover > th {
		background-color: #abdde5
	}

.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: #ffeeba
}

	.table-warning th,
	.table-warning td,
	.table-warning thead th,
	.table-warning tbody + tbody {
		border-color: #ffdf7e
	}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

	.table-hover .table-warning:hover > td,
	.table-hover .table-warning:hover > th {
		background-color: #ffe8a1
	}

.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: #f5c6cb
}

	.table-danger th,
	.table-danger td,
	.table-danger thead th,
	.table-danger tbody + tbody {
		border-color: #ed969e
	}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

	.table-hover .table-danger:hover > td,
	.table-hover .table-danger:hover > th {
		background-color: #f1b0b7
	}

.table-light,
.table-light > th,
.table-light > td {
	background-color: #fdfdfe
}

	.table-light th,
	.table-light td,
	.table-light thead th,
	.table-light tbody + tbody {
		border-color: #fbfcfc
	}

.table-hover .table-light:hover {
	background-color: #ececf6
}

	.table-hover .table-light:hover > td,
	.table-hover .table-light:hover > th {
		background-color: #ececf6
	}

.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #c6c8ca
}

	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody + tbody {
		border-color: #95999c
	}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

	.table-hover .table-dark:hover > td,
	.table-hover .table-dark:hover > th {
		background-color: #b9bbbe
	}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

	.table-hover .table-active:hover > td,
	.table-hover .table-active:hover > th {
		background-color: rgba(0, 0, 0, 0.075)
	}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

	.table-dark th,
	.table-dark td,
	.table-dark thead th {
		border-color: #454d55
	}

	.table-dark.table-bordered {
		border: 0
	}

	.table-dark.table-striped tbody tr:nth-of-type(odd) {
		background-color: rgba(255, 255, 255, 0.05)
	}

	.table-dark.table-hover tbody tr:hover {
		color: #fff;
		background-color: rgba(255, 255, 255, 0.075)
	}

@media(max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

		.table-responsive-sm > .table-bordered {
			border: 0
		}
}

@media(max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

		.table-responsive-md > .table-bordered {
			border: 0
		}
}

@media(max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

		.table-responsive-lg > .table-bordered {
			border: 0
		}
}

@media(max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

		.table-responsive-xl > .table-bordered {
			border: 0
		}
}

.table-responsive {
	display: block;
	width: 100%
}

	.table-responsive > .table-bordered {
		border: 0
	}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

	.form-control-plaintext.form-control-sm,
	.form-control-plaintext.form-control-lg {
		padding-right: 0;
		padding-left: 0
	}

.form-control-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

select.form-control[size],
select.form-control[multiple] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

	.form-row > .col,
	.form-row > [class*="col-"] {
		padding-right: 5px;
		padding-left: 5px
	}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

	.form-check-input:disabled ~ .form-check-label {
		color: #6c757d
	}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

	.form-check-inline .form-check-input {
		position: static;
		margin-top: 0;
		margin-right: .3125rem;
		margin-left: 0
	}

.valid-tooltip {
	line-height: 1.5;
}

.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #28a745;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center right calc(0.375em + 0.1875rem);
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

	.was-validated .form-control:valid:focus,
	.form-control.is-valid:focus {
		border-color: #28a745;
		box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
	}

	.was-validated .form-control:valid ~ .valid-feedback,
	.was-validated .form-control:valid ~ .valid-tooltip,
	.form-control.is-valid ~ .valid-feedback,
	.form-control.is-valid ~ .valid-tooltip {
		display: block
	}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
	padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

	.was-validated .custom-select:valid:focus,
	.custom-select.is-valid:focus {
		border-color: #28a745;
		box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
	}

	.was-validated .custom-select:valid ~ .valid-feedback,
	.was-validated .custom-select:valid ~ .valid-tooltip,
	.custom-select.is-valid ~ .valid-feedback,
	.custom-select.is-valid ~ .valid-tooltip {
		display: block
	}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
	display: block
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
	color: #28a745
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
	display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
	color: #28a745
}

	.was-validated .custom-control-input:valid ~ .custom-control-label::before,
	.custom-control-input.is-valid ~ .custom-control-label::before {
		border-color: #28a745
	}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
	display: block
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #28a745
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
	border-color: #28a745
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
	display: block
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(0.375em + 0.1875rem);
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

	.was-validated .form-control:invalid:focus,
	.form-control.is-invalid:focus {
		border-color: #dc3545;
		box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
	}

	.was-validated .form-control:invalid ~ .invalid-feedback,
	.was-validated .form-control:invalid ~ .invalid-tooltip,
	.form-control.is-invalid ~ .invalid-feedback,
	.form-control.is-invalid ~ .invalid-tooltip {
		display: block
	}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545;
	padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

	.was-validated .custom-select:invalid:focus,
	.custom-select.is-invalid:focus {
		border-color: #dc3545;
		box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
	}

	.was-validated .custom-select:invalid ~ .invalid-feedback,
	.was-validated .custom-select:invalid ~ .invalid-tooltip,
	.custom-select.is-invalid ~ .invalid-feedback,
	.custom-select.is-invalid ~ .invalid-tooltip {
		display: block
	}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
	display: block
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
	color: #dc3545
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
	display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
	color: #dc3545
}

	.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
	.custom-control-input.is-invalid ~ .custom-control-label::before {
		border-color: #dc3545
	}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
	display: block
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #dc3545
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #dc3545
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
	display: block
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

	.form-inline .form-check {
		width: 100%
	}

@media(min-width:576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}

	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-plaintext {
		display: inline-block
	}

	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto
	}

	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}

	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}

	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}

	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

	.btn-primary:hover {
		color: #fff;
		background-color: #0069d9;
		border-color: #0062cc
	}

	.btn-primary:focus,
	.btn-primary.focus {
		box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
	}

	.btn-primary.disabled,
	.btn-primary:disabled {
		color: #fff;
		background-color: #007bff;
		border-color: #007bff
	}

	.btn-primary:not(:disabled):not(.disabled):active,
	.btn-primary:not(:disabled):not(.disabled).active,
	.show > .btn-primary.dropdown-toggle {
		color: #fff;
		background-color: #0062cc;
		border-color: #005cbf
	}

		.btn-primary:not(:disabled):not(.disabled):active:focus,
		.btn-primary:not(:disabled):not(.disabled).active:focus,
		.show > .btn-primary.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
		}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}

	.btn-secondary:hover {
		color: #fff;
		background-color: #5a6268;
		border-color: #545b62
	}

	.btn-secondary:focus,
	.btn-secondary.focus {
		box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
	}

	.btn-secondary.disabled,
	.btn-secondary:disabled {
		color: #fff;
		background-color: #6c757d;
		border-color: #6c757d
	}

	.btn-secondary:not(:disabled):not(.disabled):active,
	.btn-secondary:not(:disabled):not(.disabled).active,
	.show > .btn-secondary.dropdown-toggle {
		color: #fff;
		background-color: #545b62;
		border-color: #4e555b
	}

		.btn-secondary:not(:disabled):not(.disabled):active:focus,
		.btn-secondary:not(:disabled):not(.disabled).active:focus,
		.show > .btn-secondary.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
		}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

	.btn-success:hover {
		color: #fff;
		background-color: #218838;
		border-color: #1e7e34
	}

	.btn-success:focus,
	.btn-success.focus {
		box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
	}

	.btn-success.disabled,
	.btn-success:disabled {
		color: #fff;
		background-color: #28a745;
		border-color: #28a745
	}

	.btn-success:not(:disabled):not(.disabled):active,
	.btn-success:not(:disabled):not(.disabled).active,
	.show > .btn-success.dropdown-toggle {
		color: #fff;
		background-color: #1e7e34;
		border-color: #1c7430
	}

		.btn-success:not(:disabled):not(.disabled):active:focus,
		.btn-success:not(:disabled):not(.disabled).active:focus,
		.show > .btn-success.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
		}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

	.btn-info:hover {
		color: #fff;
		background-color: #138496;
		border-color: #117a8b
	}

	.btn-info:focus,
	.btn-info.focus {
		box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
	}

	.btn-info.disabled,
	.btn-info:disabled {
		color: #fff;
		background-color: #17a2b8;
		border-color: #17a2b8
	}

	.btn-info:not(:disabled):not(.disabled):active,
	.btn-info:not(:disabled):not(.disabled).active,
	.show > .btn-info.dropdown-toggle {
		color: #fff;
		background-color: #117a8b;
		border-color: #10707f
	}

		.btn-info:not(:disabled):not(.disabled):active:focus,
		.btn-info:not(:disabled):not(.disabled).active:focus,
		.show > .btn-info.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
		}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

	.btn-warning:hover {
		color: #212529;
		background-color: #e0a800;
		border-color: #d39e00
	}

	.btn-warning:focus,
	.btn-warning.focus {
		box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
	}

	.btn-warning.disabled,
	.btn-warning:disabled {
		color: #212529;
		background-color: #ffc107;
		border-color: #ffc107
	}

	.btn-warning:not(:disabled):not(.disabled):active,
	.btn-warning:not(:disabled):not(.disabled).active,
	.show > .btn-warning.dropdown-toggle {
		color: #212529;
		background-color: #d39e00;
		border-color: #c69500
	}

		.btn-warning:not(:disabled):not(.disabled):active:focus,
		.btn-warning:not(:disabled):not(.disabled).active:focus,
		.show > .btn-warning.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
		}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

	.btn-danger:hover {
		color: #fff;
		background-color: #c82333;
		border-color: #bd2130
	}

	.btn-danger:focus,
	.btn-danger.focus {
		box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
	}

	.btn-danger.disabled,
	.btn-danger:disabled {
		color: #fff;
		background-color: #dc3545;
		border-color: #dc3545
	}

	.btn-danger:not(:disabled):not(.disabled):active,
	.btn-danger:not(:disabled):not(.disabled).active,
	.show > .btn-danger.dropdown-toggle {
		color: #fff;
		background-color: #bd2130;
		border-color: #b21f2d
	}

		.btn-danger:not(:disabled):not(.disabled):active:focus,
		.btn-danger:not(:disabled):not(.disabled).active:focus,
		.show > .btn-danger.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
		}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

	.btn-light:hover {
		color: #212529;
		background-color: #e2e6ea;
		border-color: #dae0e5
	}

	.btn-light:focus,
	.btn-light.focus {
		box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
	}

	.btn-light.disabled,
	.btn-light:disabled {
		color: #212529;
		background-color: #f8f9fa;
		border-color: #f8f9fa
	}

	.btn-light:not(:disabled):not(.disabled):active,
	.btn-light:not(:disabled):not(.disabled).active,
	.show > .btn-light.dropdown-toggle {
		color: #212529;
		background-color: #dae0e5;
		border-color: #d3d9df
	}

		.btn-light:not(:disabled):not(.disabled):active:focus,
		.btn-light:not(:disabled):not(.disabled).active:focus,
		.show > .btn-light.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
		}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

	.btn-dark:hover {
		color: #fff;
		background-color: #23272b;
		border-color: #1d2124
	}

	.btn-dark:focus,
	.btn-dark.focus {
		box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
	}

	.btn-dark.disabled,
	.btn-dark:disabled {
		color: #fff;
		background-color: #343a40;
		border-color: #343a40
	}

	.btn-dark:not(:disabled):not(.disabled):active,
	.btn-dark:not(:disabled):not(.disabled).active,
	.show > .btn-dark.dropdown-toggle {
		color: #fff;
		background-color: #1d2124;
		border-color: #171a1d
	}

		.btn-dark:not(:disabled):not(.disabled):active:focus,
		.btn-dark:not(:disabled):not(.disabled).active:focus,
		.show > .btn-dark.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
		}

.btn-outline-primary {
	color: #007bff;
	border-color: #007bff
}

	.btn-outline-primary:hover {
		color: #fff;
		background-color: #007bff;
		border-color: #007bff
	}

	.btn-outline-primary:focus,
	.btn-outline-primary.focus {
		box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
	}

	.btn-outline-primary.disabled,
	.btn-outline-primary:disabled {
		color: #007bff;
		background-color: transparent
	}

	.btn-outline-primary:not(:disabled):not(.disabled):active,
	.btn-outline-primary:not(:disabled):not(.disabled).active,
	.show > .btn-outline-primary.dropdown-toggle {
		color: #fff;
		background-color: #007bff;
		border-color: #007bff
	}

		.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
		.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-primary.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
		}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d
}

	.btn-outline-secondary:hover {
		color: #fff;
		background-color: #6c757d;
		border-color: #6c757d
	}

	.btn-outline-secondary:focus,
	.btn-outline-secondary.focus {
		box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
	}

	.btn-outline-secondary.disabled,
	.btn-outline-secondary:disabled {
		color: #6c757d;
		background-color: transparent
	}

	.btn-outline-secondary:not(:disabled):not(.disabled):active,
	.btn-outline-secondary:not(:disabled):not(.disabled).active,
	.show > .btn-outline-secondary.dropdown-toggle {
		color: #fff;
		background-color: #6c757d;
		border-color: #6c757d
	}

		.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
		.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-secondary.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
		}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

	.btn-outline-success:hover {
		color: #fff;
		background-color: #28a745;
		border-color: #28a745
	}

	.btn-outline-success:focus,
	.btn-outline-success.focus {
		box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
	}

	.btn-outline-success.disabled,
	.btn-outline-success:disabled {
		color: #28a745;
		background-color: transparent
	}

	.btn-outline-success:not(:disabled):not(.disabled):active,
	.btn-outline-success:not(:disabled):not(.disabled).active,
	.show > .btn-outline-success.dropdown-toggle {
		color: #fff;
		background-color: #28a745;
		border-color: #28a745
	}

		.btn-outline-success:not(:disabled):not(.disabled):active:focus,
		.btn-outline-success:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-success.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
		}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

	.btn-outline-info:hover {
		color: #fff;
		background-color: #17a2b8;
		border-color: #17a2b8
	}

	.btn-outline-info:focus,
	.btn-outline-info.focus {
		box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
	}

	.btn-outline-info.disabled,
	.btn-outline-info:disabled {
		color: #17a2b8;
		background-color: transparent
	}

	.btn-outline-info:not(:disabled):not(.disabled):active,
	.btn-outline-info:not(:disabled):not(.disabled).active,
	.show > .btn-outline-info.dropdown-toggle {
		color: #fff;
		background-color: #17a2b8;
		border-color: #17a2b8
	}

		.btn-outline-info:not(:disabled):not(.disabled):active:focus,
		.btn-outline-info:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-info.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
		}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

	.btn-outline-warning:hover {
		color: #212529;
		background-color: #ffc107;
		border-color: #ffc107
	}

	.btn-outline-warning:focus,
	.btn-outline-warning.focus {
		box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
	}

	.btn-outline-warning.disabled,
	.btn-outline-warning:disabled {
		color: #ffc107;
		background-color: transparent
	}

	.btn-outline-warning:not(:disabled):not(.disabled):active,
	.btn-outline-warning:not(:disabled):not(.disabled).active,
	.show > .btn-outline-warning.dropdown-toggle {
		color: #212529;
		background-color: #ffc107;
		border-color: #ffc107
	}

		.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
		.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-warning.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
		}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

	.btn-outline-danger:hover {
		color: #fff;
		background-color: #dc3545;
		border-color: #dc3545
	}

	.btn-outline-danger:focus,
	.btn-outline-danger.focus {
		box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
	}

	.btn-outline-danger.disabled,
	.btn-outline-danger:disabled {
		color: #dc3545;
		background-color: transparent
	}

	.btn-outline-danger:not(:disabled):not(.disabled):active,
	.btn-outline-danger:not(:disabled):not(.disabled).active,
	.show > .btn-outline-danger.dropdown-toggle {
		color: #fff;
		background-color: #dc3545;
		border-color: #dc3545
	}

		.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
		.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-danger.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
		}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

	.btn-outline-light:hover {
		color: #212529;
		background-color: #f8f9fa;
		border-color: #f8f9fa
	}

	.btn-outline-light:focus,
	.btn-outline-light.focus {
		box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
	}

	.btn-outline-light.disabled,
	.btn-outline-light:disabled {
		color: #f8f9fa;
		background-color: transparent
	}

	.btn-outline-light:not(:disabled):not(.disabled):active,
	.btn-outline-light:not(:disabled):not(.disabled).active,
	.show > .btn-outline-light.dropdown-toggle {
		color: #212529;
		background-color: #f8f9fa;
		border-color: #f8f9fa
	}

		.btn-outline-light:not(:disabled):not(.disabled):active:focus,
		.btn-outline-light:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-light.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
		}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}

	.btn-outline-dark:hover {
		color: #fff;
		background-color: #343a40;
		border-color: #343a40
	}

	.btn-outline-dark:focus,
	.btn-outline-dark.focus {
		box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
	}

	.btn-outline-dark.disabled,
	.btn-outline-dark:disabled {
		color: #343a40;
		background-color: transparent
	}

	.btn-outline-dark:not(:disabled):not(.disabled):active,
	.btn-outline-dark:not(:disabled):not(.disabled).active,
	.show > .btn-outline-dark.dropdown-toggle {
		color: #fff;
		background-color: #343a40;
		border-color: #343a40
	}

		.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
		.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
		.show > .btn-outline-dark.dropdown-toggle:focus {
			box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
		}

.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
}

	.btn-link:hover {
		color: #0056b3;
		text-decoration: underline
	}

	.btn-link:focus,
	.btn-link.focus {
		text-decoration: underline;
		box-shadow: none
	}

	.btn-link:disabled,
	.btn-link.disabled {
		color: #6c757d;
		pointer-events: none
	}

.btn-lg,
.btn-group-lg > .btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-sm,
.btn-group-sm > .btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

	.btn-block + .btn-block {
		margin-top: .5rem
	}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}

.collapsing {
	position: relative
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative
}

.dropdown-menu {
	top: 100%;
	left: 0;
	float: left
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

@media(min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
}

@media(min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
}

@media(min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
}

@media(min-width:1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto
}

/*.btn-group > .btn,
	.btn-group-vertical > .btn {
		position: relative;
		flex: 1 1 auto
}*/

		.btn-group > .btn:hover,
		.btn-group-vertical > .btn:hover {
			z-index: 1
		}

		.btn-group > .btn:focus,
		.btn-group > .btn:active,
		.btn-group > .btn.active,
		.btn-group-vertical > .btn:focus,
		.btn-group-vertical > .btn:active,
		.btn-group-vertical > .btn.active {
			z-index: 1
		}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
	margin-left: -1px
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

	.dropright .dropdown-toggle-split::after {
		margin-left: 0
	}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0
}

	.btn-group-toggle > .btn input[type="radio"],
	.btn-group-toggle > .btn input[type="checkbox"],
	.btn-group-toggle > .btn-group > .btn input[type="radio"],
	.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
		position: absolute;
		clip: rect(0, 0, 0, 0);
		pointer-events: none
	}

	.input-group > .form-control-plaintext,
	.input-group > .custom-file {
		position: relative;
		flex: 1 1 auto;
		width: 1%;
		margin-bottom: 0
	}

		.input-group > .form-control + .form-control,
		.input-group > .form-control + .custom-select,
		.input-group > .form-control + .custom-file,
		.input-group > .form-control-plaintext + .form-control,
		.input-group > .form-control-plaintext + .custom-select,
		.input-group > .form-control-plaintext + .custom-file,
		.input-group > .custom-select + .form-control,
		.input-group > .custom-select + .custom-select,
		.input-group > .custom-select + .custom-file,
		.input-group > .custom-file + .form-control,
		.input-group > .custom-file + .custom-select,
		.input-group > .custom-file + .custom-file {
			margin-left: -1px
		}

		.input-group > .form-control:focus,
		.input-group > .custom-select:focus,
		.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
			z-index: 3
		}

		.input-group > .custom-file .custom-file-input:focus {
			z-index: 4
		}

		.input-group > .form-control:not(:last-child),
		.input-group > .custom-select:not(:last-child) {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0
		}

		.input-group > .form-control:not(:first-child),
		.input-group > .custom-select:not(:first-child) {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0
		}

	.input-group > .custom-file {
		display: flex;
		align-items: center
	}

		.input-group > .custom-file:not(:last-child) .custom-file-label,
		.input-group > .custom-file:not(:last-child) .custom-file-label::after {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0
		}

		.input-group > .custom-file:not(:first-child) .custom-file-label {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0
		}

.input-group-prepend,
.input-group-append {
	display: flex
}

	.input-group-prepend .btn,
	.input-group-append .btn {
		position: relative;
		z-index: 2
	}

		.input-group-prepend .btn:focus,
		.input-group-append .btn:focus {
			z-index: 3
		}

		.input-group-prepend .btn + .btn,
		.input-group-prepend .btn + .input-group-text,
		.input-group-prepend .input-group-text + .input-group-text,
		.input-group-prepend .input-group-text + .btn,
		.input-group-append .btn + .btn,
		.input-group-append .btn + .input-group-text,
		.input-group-append .input-group-text + .input-group-text,
		.input-group-append .input-group-text + .btn {
			margin-left: -1px
		}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

	.input-group-text input[type="radio"],
	.input-group-text input[type="checkbox"] {
		margin-top: 0
	}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
	height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
	height: calc(1.5em + 0.5rem + 2px)
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
	padding-right: 1.75rem
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

	.custom-control-input:checked ~ .custom-control-label::before {
		color: #fff;
		border-color: #007bff;
		background-color: #007bff
	}

	.custom-control-input:focus ~ .custom-control-label::before {
		box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
	}

	.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
		border-color: #80bdff
	}

	.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
		color: #fff;
		background-color: #b3d7ff;
		border-color: #b3d7ff
	}

	.custom-control-input:disabled ~ .custom-control-label {
		color: #6c757d
	}

		.custom-control-input:disabled ~ .custom-control-label::before {
			background-color: #e9ecef
		}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

	.custom-control-label::before {
		position: absolute;
		top: .25rem;
		left: -1.5rem;
		display: block;
		width: 1rem;
		height: 1rem;
		pointer-events: none;
		content: "";
		background-color: #fff;
		border: #adb5bd solid 1px
	}

	.custom-control-label::after {
		position: absolute;
		top: .25rem;
		left: -1.5rem;
		display: block;
		width: 1rem;
		height: 1rem;
		content: "";
		background: no-repeat 50% / 50% 50%
	}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5)
}

.custom-radio .custom-control-label::before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5)
}

.custom-switch {
	padding-left: 2.25rem
}

	.custom-switch .custom-control-label::before {
		left: -2.25rem;
		width: 1.75rem;
		pointer-events: all;
		border-radius: .5rem
	}

	.custom-switch .custom-control-label::after {
		top: calc(0.25rem + 2px);
		left: calc(-2.25rem + 2px);
		width: calc(1rem - 4px);
		height: calc(1rem - 4px);
		background-color: #adb5bd;
		border-radius: .5rem;
		transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
	}

@media(prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label::after {
		transition: none
	}
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	transform: translateX(0.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	appearance: none
}

	.custom-select:focus {
		border-color: #80bdff;
		outline: 0;
		box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
	}

		.custom-select:focus::-ms-value {
			color: #495057;
			background-color: #fff
		}

	.custom-select[multiple],
	.custom-select[size]:not([size="1"]) {
		height: auto;
		padding-right: .75rem;
		background-image: none
	}

	.custom-select:disabled {
		color: #6c757d;
		background-color: #e9ecef
	}

	.custom-select::-ms-expand {
		display: none
	}

.custom-select-sm {
	height: calc(1.5em + 0.5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin-bottom: 0
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	margin: 0;
	opacity: 0
}

	.custom-file-input:focus ~ .custom-file-label {
		border-color: #80bdff;
		box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
	}

	.custom-file-input:disabled ~ .custom-file-label {
		background-color: #e9ecef
	}

	.custom-file-input:lang(en) ~ .custom-file-label::after {
		content: "Browse"
	}

	.custom-file-input ~ .custom-file-label[data-browse]::after {
		content: attr(data-browse)
	}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + 0.75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

	.custom-file-label::after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 3;
		display: block;
		height: calc(1.5em + 0.75rem);
		padding: .375rem .75rem;
		line-height: 1.5;
		color: #495057;
		content: "Browse";
		background-color: #e9ecef;
		border-left: inherit;
		border-radius: 0 .25rem .25rem 0
	}

.custom-range {
	width: 100%;
	height: calc(1rem + 0.4rem);
	padding: 0;
	background-color: transparent;
	appearance: none
}

	.custom-range:focus {
		outline: 0
	}

		.custom-range:focus::-webkit-slider-thumb {
			box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
		}

		.custom-range:focus::-moz-range-thumb {
			box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
		}

		.custom-range:focus::-ms-thumb {
			box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
		}

	.custom-range::-moz-focus-outer {
		border: 0
	}

	.custom-range::-webkit-slider-thumb {
		width: 1rem;
		height: 1rem;
		margin-top: -0.25rem;
		background-color: #007bff;
		border: 0;
		border-radius: 1rem;
		transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
		appearance: none
	}

@media(prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		transition: none
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

@media(prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		transition: none
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

@media(prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		transition: none
	}
}

.custom-range::-ms-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
	cursor: default
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		transition: none
	}
}

	.nav-tabs .nav-item {
		margin-bottom: -1px
	}

		.nav-tabs .nav-link.disabled {
			color: #6c757d;
			background-color: transparent;
			border-color: transparent
		}

.navbar-brand {
	display: inline-block;
	line-height: inherit
}

	.navbar-brand:hover,
	.navbar-brand:focus {
		text-decoration: none
	}

	.navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0
	}

	.navbar-nav .dropdown-menu {
		float: none
	}

.navbar-text {
	display: inline-block
}

.navbar-toggler-icon {
	content: "";
	background: no-repeat center center;
}

@media(max-width:575.98px) {
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:576px) {

		.navbar-expand-sm > .container,
		.navbar-expand-sm > .container-fluid {
			flex-wrap: nowrap
		}
}

@media(max-width:767.98px) {
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

		.navbar-expand-md .navbar-nav {
			flex-direction: row
		}

			.navbar-expand-md .navbar-nav .dropdown-menu {
				position: absolute
			}

			.navbar-expand-md .navbar-nav .nav-link {
				padding-right: .5rem;
				padding-left: .5rem
			}

		.navbar-expand-md > .container,
		.navbar-expand-md > .container-fluid {
			flex-wrap: nowrap
		}

		.navbar-expand-md .navbar-collapse {
			display: flex !important;
			flex-basis: auto
		}

		.navbar-expand-md .navbar-toggler {
			display: none
		}
}

@media(max-width:991.98px) {
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

		.navbar-expand-lg .navbar-nav {
			flex-direction: row
		}

			.navbar-expand-lg .navbar-nav .dropdown-menu {
				position: absolute
			}

			.navbar-expand-lg .navbar-nav .nav-link {
				padding-right: .5rem;
				padding-left: .5rem
			}

		.navbar-expand-lg > .container,
		.navbar-expand-lg > .container-fluid {
			flex-wrap: nowrap
		}

		.navbar-expand-lg .navbar-collapse {
			display: flex !important;
			flex-basis: auto
		}

		.navbar-expand-lg .navbar-toggler {
			display: none
		}
}

@media(max-width:1199.98px) {
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media(min-width:1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

		.navbar-expand-xl .navbar-nav {
			flex-direction: row
		}

			.navbar-expand-xl .navbar-nav .dropdown-menu {
				position: absolute
			}

			.navbar-expand-xl .navbar-nav .nav-link {
				padding-right: .5rem;
				padding-left: .5rem
			}

		.navbar-expand-xl > .container,
		.navbar-expand-xl > .container-fluid {
			flex-wrap: nowrap
		}

		.navbar-expand-xl .navbar-collapse {
			display: flex !important;
			flex-basis: auto
		}

		.navbar-expand-xl .navbar-toggler {
			display: none
		}
}

	.navbar-expand > .container,
	.navbar-expand > .container-fluid {
		padding-right: 0;
		padding-left: 0
	}

	.navbar-expand > .container,
	.navbar-expand > .container-fluid {
		flex-wrap: nowrap
	}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9)
}

	.navbar-light .navbar-brand:hover,
	.navbar-light .navbar-brand:focus {
		color: rgba(0, 0, 0, 0.9)
	}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5)
}

	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .navbar-nav .nav-link:focus {
		color: rgba(0, 0, 0, 0.7)
	}

	.navbar-light .navbar-nav .nav-link.disabled {
		color: rgba(0, 0, 0, 0.3)
	}

	.navbar-light .navbar-nav .show > .nav-link,
	.navbar-light .navbar-nav .active > .nav-link,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .nav-link.active {
		color: rgba(0, 0, 0, 0.9)
	}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5)
}

	.navbar-light .navbar-text a {
		color: rgba(0, 0, 0, 0.9)
	}

		.navbar-light .navbar-text a:hover,
		.navbar-light .navbar-text a:focus {
			color: rgba(0, 0, 0, 0.9)
		}

.navbar-dark .navbar-brand {
	color: #fff
}

	.navbar-dark .navbar-brand:hover,
	.navbar-dark .navbar-brand:focus {
		color: #fff
	}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5)
}

	.navbar-dark .navbar-nav .nav-link:hover,
	.navbar-dark .navbar-nav .nav-link:focus {
		color: rgba(255, 255, 255, 0.75)
	}

	.navbar-dark .navbar-nav .nav-link.disabled {
		color: rgba(255, 255, 255, 0.25)
	}

	.navbar-dark .navbar-nav .show > .nav-link,
	.navbar-dark .navbar-nav .active > .nav-link,
	.navbar-dark .navbar-nav .nav-link.show,
	.navbar-dark .navbar-nav .nav-link.active {
		color: #fff
	}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5)
}

	.navbar-dark .navbar-text a {
		color: #fff
	}

		.navbar-dark .navbar-text a:hover,
		.navbar-dark .navbar-text a:focus {
			color: #fff
		}

	.card > .list-group:first-child .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}

	.card > .list-group:last-child .list-group-item:last-child {
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem
	}

	.card-header + .list-group .list-group-item:first-child {
		border-top: 0
	}

.card-img {
	width: 100%;
	border-radius: calc(0.25rem - 1px)
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px)
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px)
}

.card-deck {
	display: flex;
	flex-direction: column
}

	.card-deck .card {
		margin-bottom: 15px
	}

@media(min-width:576px) {
	.card-deck {
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px
	}

		.card-deck .card {
			display: flex;
			flex: 1 0 0;
			flex-direction: column;
			margin-right: 15px;
			margin-bottom: 0;
			margin-left: 15px
		}
}

.card-group {
	display: flex;
	flex-direction: column
}

	.card-group > .card {
		margin-bottom: 15px
	}

@media(min-width:576px) {
	.card-group {
		flex-flow: row wrap
	}

		.card-group > .card {
			flex: 1 0 0;
			margin-bottom: 0
		}

			.card-group > .card + .card {
				margin-left: 0;
				border-left: 0
			}

			.card-group > .card:not(:last-child) {
				border-top-right-radius: 0;
				border-bottom-right-radius: 0
			}

				.card-group > .card:not(:last-child) .card-img-top,
				.card-group > .card:not(:last-child) .card-header {
					border-top-right-radius: 0
				}

				.card-group > .card:not(:last-child) .card-img-bottom,
				.card-group > .card:not(:last-child) .card-footer {
					border-bottom-right-radius: 0
				}

			.card-group > .card:not(:first-child) {
				border-top-left-radius: 0;
				border-bottom-left-radius: 0
			}

				.card-group > .card:not(:first-child) .card-img-top,
				.card-group > .card:not(:first-child) .card-header {
					border-top-left-radius: 0
				}

				.card-group > .card:not(:first-child) .card-img-bottom,
				.card-group > .card:not(:first-child) .card-footer {
					border-bottom-left-radius: 0
				}
}

.card-columns .card {
	margin-bottom: .75rem
}

@media(min-width:576px) {
	.card-columns {
		column-count: 3;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}

		.card-columns .card {
			display: inline-block;
			width: 100%
		}
}

.accordion > .card {
	overflow: hidden
}

	.accordion > .card:not(:first-of-type) .card-header:first-child {
		border-radius: 0
	}

	.accordion > .card:not(:first-of-type):not(:last-of-type) {
		border-bottom: 0;
		border-radius: 0
	}

	.accordion > .card:first-of-type {
		border-bottom: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}

	.accordion > .card:last-of-type {
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}

	.accordion > .card .card-header {
		margin-bottom: -1px
	}

	.breadcrumb-item + .breadcrumb-item::before {
		display: inline-block;
		content: "/"
	}

	.breadcrumb-item + .breadcrumb-item:hover::before {
		text-decoration: underline
	}

	.breadcrumb-item + .breadcrumb-item:hover::before {
		text-decoration: none
	}

.pagination {
	border-radius: .25rem
}

.page-link {
	margin-left: -1px;
	line-height: 1.25
}

.page-item:first-child .page-link {
	margin-left: 0
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
	.badge {
		transition: none
	}
}

a.badge:hover,
a.badge:focus {
	text-decoration: none
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #007bff
}

a.badge-primary:hover,
a.badge-primary:focus {
	color: #fff;
	background-color: #0062cc
}

a.badge-primary:focus,
a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d
}

a.badge-secondary:hover,
a.badge-secondary:focus {
	color: #fff;
	background-color: #545b62
}

a.badge-secondary:focus,
a.badge-secondary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.badge-success {
	color: #fff;
	background-color: #28a745
}

a.badge-success:hover,
a.badge-success:focus {
	color: #fff;
	background-color: #1e7e34
}

a.badge-success:focus,
a.badge-success.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

a.badge-info:hover,
a.badge-info:focus {
	color: #fff;
	background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.badge-warning {
	color: #212529;
	background-color: #ffc107
}

a.badge-warning:hover,
a.badge-warning:focus {
	color: #212529;
	background-color: #d39e00
}

a.badge-warning:focus,
a.badge-warning.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

a.badge-danger:hover,
a.badge-danger:focus {
	color: #fff;
	background-color: #bd2130
}

a.badge-danger:focus,
a.badge-danger.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa
}

a.badge-light:hover,
a.badge-light:focus {
	color: #212529;
	background-color: #dae0e5
}

a.badge-light:focus,
a.badge-light.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.badge-dark {
	color: #fff;
	background-color: #343a40
}

a.badge-dark:hover,
a.badge-dark:focus {
	color: #fff;
	background-color: #1d2124
}

a.badge-dark:focus,
a.badge-dark.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}

@media(min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

/*.alert-dismissible {
	padding-right: 4rem
}*/

	.alert-dismissible .close {
		position: absolute;
		top: 0;
		right: 0;
		padding: .75rem 1.25rem;
		color: inherit
	}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

	.alert-primary hr {
		border-top-color: #9fcdff
	}

	.alert-primary .alert-link {
		color: #002752
	}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

	.alert-secondary hr {
		border-top-color: #c8cbcf
	}

	.alert-secondary .alert-link {
		color: #202326
	}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

	.alert-success hr {
		border-top-color: #b1dfbb
	}

	.alert-success .alert-link {
		color: #0b2e13
	}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

	.alert-info hr {
		border-top-color: #abdde5
	}

	.alert-info .alert-link {
		color: #062c33
	}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

	.alert-warning hr {
		border-top-color: #ffe8a1
	}

	.alert-warning .alert-link {
		color: #533f03
	}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

	.alert-danger hr {
		border-top-color: #f1b0b7
	}

	.alert-danger .alert-link {
		color: #491217
	}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

	.alert-light hr {
		border-top-color: #ececf6
	}

	.alert-light .alert-link {
		color: #686868
	}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

	.alert-dark hr {
		border-top-color: #b9bbbe
	}

	.alert-dark .alert-link {
		color: #040505
	}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

@media(prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none
	}
}

.media {
	display: flex;
	align-items: flex-start
}

.media-body {
	flex: 1
}

.list-group-item {
	margin-bottom: -1px
}

	.list-group-item:last-child {
		margin-bottom: 0
	}

	.list-group-horizontal .list-group-item {
		margin-right: -1px;
		margin-bottom: 0
	}

		.list-group-horizontal .list-group-item:first-child {
			border-top-left-radius: .25rem;
			border-bottom-left-radius: .25rem;
			border-top-right-radius: 0
		}

		.list-group-horizontal .list-group-item:last-child {
			margin-right: 0;
			border-top-right-radius: .25rem;
			border-bottom-right-radius: .25rem;
			border-bottom-left-radius: 0
		}

@media(min-width:576px) {

		.list-group-horizontal-sm .list-group-item {
			margin-right: -1px;
			margin-bottom: 0
		}

			.list-group-horizontal-sm .list-group-item:first-child {
				border-top-left-radius: .25rem;
				border-bottom-left-radius: .25rem;
				border-top-right-radius: 0
			}

			.list-group-horizontal-sm .list-group-item:last-child {
				margin-right: 0;
				border-top-right-radius: .25rem;
				border-bottom-right-radius: .25rem;
				border-bottom-left-radius: 0
			}
}

@media(min-width:768px) {

		.list-group-horizontal-md .list-group-item {
			margin-right: -1px;
			margin-bottom: 0
		}

			.list-group-horizontal-md .list-group-item:first-child {
				border-top-left-radius: .25rem;
				border-bottom-left-radius: .25rem;
				border-top-right-radius: 0
			}

			.list-group-horizontal-md .list-group-item:last-child {
				margin-right: 0;
				border-top-right-radius: .25rem;
				border-bottom-right-radius: .25rem;
				border-bottom-left-radius: 0
			}
}

@media(min-width:992px) {

		.list-group-horizontal-lg .list-group-item {
			margin-right: -1px;
			margin-bottom: 0
		}

			.list-group-horizontal-lg .list-group-item:first-child {
				border-top-left-radius: .25rem;
				border-bottom-left-radius: .25rem;
				border-top-right-radius: 0
			}

			.list-group-horizontal-lg .list-group-item:last-child {
				margin-right: 0;
				border-top-right-radius: .25rem;
				border-bottom-right-radius: .25rem;
				border-bottom-left-radius: 0
			}
}

@media(min-width:1200px) {

		.list-group-horizontal-xl .list-group-item {
			margin-right: -1px;
			margin-bottom: 0
		}

			.list-group-horizontal-xl .list-group-item:first-child {
				border-top-left-radius: .25rem;
				border-bottom-left-radius: .25rem;
				border-top-right-radius: 0
			}

			.list-group-horizontal-xl .list-group-item:last-child {
				margin-right: 0;
				border-top-right-radius: .25rem;
				border-bottom-right-radius: .25rem;
				border-bottom-left-radius: 0
			}
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

	.list-group-flush .list-group-item:last-child {
		margin-bottom: -1px
	}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff
}

	.list-group-item-primary.list-group-item-action:hover,
	.list-group-item-primary.list-group-item-action:focus {
		color: #004085;
		background-color: #9fcdff
	}

	.list-group-item-primary.list-group-item-action.active {
		color: #fff;
		background-color: #004085;
		border-color: #004085
	}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

	.list-group-item-secondary.list-group-item-action:hover,
	.list-group-item-secondary.list-group-item-action:focus {
		color: #383d41;
		background-color: #c8cbcf
	}

	.list-group-item-secondary.list-group-item-action.active {
		color: #fff;
		background-color: #383d41;
		border-color: #383d41
	}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

	.list-group-item-success.list-group-item-action:hover,
	.list-group-item-success.list-group-item-action:focus {
		color: #155724;
		background-color: #b1dfbb
	}

	.list-group-item-success.list-group-item-action.active {
		color: #fff;
		background-color: #155724;
		border-color: #155724
	}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

	.list-group-item-info.list-group-item-action:hover,
	.list-group-item-info.list-group-item-action:focus {
		color: #0c5460;
		background-color: #abdde5
	}

	.list-group-item-info.list-group-item-action.active {
		color: #fff;
		background-color: #0c5460;
		border-color: #0c5460
	}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

	.list-group-item-warning.list-group-item-action:hover,
	.list-group-item-warning.list-group-item-action:focus {
		color: #856404;
		background-color: #ffe8a1
	}

	.list-group-item-warning.list-group-item-action.active {
		color: #fff;
		background-color: #856404;
		border-color: #856404
	}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

	.list-group-item-danger.list-group-item-action:hover,
	.list-group-item-danger.list-group-item-action:focus {
		color: #721c24;
		background-color: #f1b0b7
	}

	.list-group-item-danger.list-group-item-action.active {
		color: #fff;
		background-color: #721c24;
		border-color: #721c24
	}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

	.list-group-item-light.list-group-item-action:hover,
	.list-group-item-light.list-group-item-action:focus {
		color: #818182;
		background-color: #ececf6
	}

	.list-group-item-light.list-group-item-action.active {
		color: #fff;
		background-color: #818182;
		border-color: #818182
	}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

	.list-group-item-dark.list-group-item-action:hover,
	.list-group-item-dark.list-group-item-action:focus {
		color: #1b1e21;
		background-color: #b9bbbe
	}

	.list-group-item-dark.list-group-item-action.active {
		color: #fff;
		background-color: #1b1e21;
		border-color: #1b1e21
	}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

	.close:hover {
		color: #000;
		text-decoration: none
	}

	.close:not(:disabled):not(.disabled):hover,
	.close:not(:disabled):not(.disabled):focus {
		opacity: .75
	}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	appearance: none
}

a.close.disabled {
	pointer-events: none
}

.modal-open {
	overflow: hidden
}

	.modal-open .modal {
		overflow-x: hidden;
		overflow-y: auto
	}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem)
}

	.modal-dialog-scrollable .modal-header,
	.modal-dialog-scrollable .modal-footer {
		flex-shrink: 0
	}

	.modal-dialog-centered::before {
		display: block;
		height: calc(100vh - 1rem);
		content: ""
	}

	.modal-dialog-centered.modal-dialog-scrollable {
		flex-direction: column;
		justify-content: center;
		height: 100%
	}

		.modal-dialog-centered.modal-dialog-scrollable .modal-content {
			max-height: none
		}

		.modal-dialog-centered.modal-dialog-scrollable::before {
			content: none
		}

.modal-header {
	justify-content: space-between
}

	.modal-header .close {
		padding: 1rem 1rem;
		margin: -1rem -1rem -1rem auto
	}

	.modal-footer > :not(:first-child) {
		margin-left: .25rem
	}

	.modal-footer > :not(:last-child) {
		margin-right: .25rem
	}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media(min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}

		.modal-dialog-scrollable .modal-content {
			max-height: calc(100vh - 3.5rem)
		}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

		.modal-dialog-centered::before {
			height: calc(100vh - 3.5rem)
		}

	.modal-sm {
		max-width: 300px
	}
}

@media(min-width:992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

@media(min-width:1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

.tooltip {
	position: absolute;
}

	.tooltip .arrow {
		position: absolute;
		display: block;
		width: .8rem;
		height: .4rem
	}

		.tooltip .arrow::before {
			position: absolute;
			content: "";
			border-color: transparent;
			border-style: solid
		}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
	padding: .4rem 0
}

	.bs-tooltip-top .arrow,
	.bs-tooltip-auto[x-placement^="top"] .arrow {
		bottom: 0
	}

		.bs-tooltip-top .arrow::before,
		.bs-tooltip-auto[x-placement^="top"] .arrow::before {
			top: 0;
			border-width: .4rem .4rem 0;
			border-top-color: #000
		}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
	padding: 0 .4rem
}

	.bs-tooltip-right .arrow,
	.bs-tooltip-auto[x-placement^="right"] .arrow {
		left: 0;
		width: .4rem;
		height: .8rem
	}

		.bs-tooltip-right .arrow::before,
		.bs-tooltip-auto[x-placement^="right"] .arrow::before {
			right: 0;
			border-width: .4rem .4rem .4rem 0;
			border-right-color: #000
		}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
	padding: .4rem 0
}

	.bs-tooltip-bottom .arrow,
	.bs-tooltip-auto[x-placement^="bottom"] .arrow {
		top: 0
	}

		.bs-tooltip-bottom .arrow::before,
		.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
			bottom: 0;
			border-width: 0 .4rem .4rem;
			border-bottom-color: #000
		}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
	padding: 0 .4rem
}

	.bs-tooltip-left .arrow,
	.bs-tooltip-auto[x-placement^="left"] .arrow {
		right: 0;
		width: .4rem;
		height: .8rem
	}

		.bs-tooltip-left .arrow::before,
		.bs-tooltip-auto[x-placement^="left"] .arrow::before {
			left: 0;
			border-width: .4rem 0 .4rem .4rem;
			border-left-color: #000
		}

.popover {
	position: absolute;
	top: 0;
	left: 0
}

	.popover .arrow {
		position: absolute;
		display: block;
		width: 1rem;
		height: .5rem;
		margin: 0 .3rem
	}

		.popover .arrow::before,
		.popover .arrow::after {
			position: absolute;
			display: block;
			content: "";
			border-color: transparent;
			border-style: solid
		}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
	margin-bottom: .5rem
}

	.bs-popover-top > .arrow,
	.bs-popover-auto[x-placement^="top"] > .arrow {
		bottom: calc((0.5rem + 1px) * -1)
	}

		.bs-popover-top > .arrow::before,
		.bs-popover-auto[x-placement^="top"] > .arrow::before {
			bottom: 0;
			border-width: .5rem .5rem 0;
			border-top-color: rgba(0, 0, 0, 0.25)
		}

		.bs-popover-top > .arrow::after,
		.bs-popover-auto[x-placement^="top"] > .arrow::after {
			bottom: 1px;
			border-width: .5rem .5rem 0;
			border-top-color: #fff
		}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
	margin-left: .5rem
}

	.bs-popover-right > .arrow,
	.bs-popover-auto[x-placement^="right"] > .arrow {
		left: calc((0.5rem + 1px) * -1);
		width: .5rem;
		height: 1rem;
		margin: .3rem 0
	}

		.bs-popover-right > .arrow::before,
		.bs-popover-auto[x-placement^="right"] > .arrow::before {
			left: 0;
			border-width: .5rem .5rem .5rem 0;
			border-right-color: rgba(0, 0, 0, 0.25)
		}

		.bs-popover-right > .arrow::after,
		.bs-popover-auto[x-placement^="right"] > .arrow::after {
			left: 1px;
			border-width: .5rem .5rem .5rem 0;
			border-right-color: #fff
		}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
	margin-top: .5rem
}

	.bs-popover-bottom > .arrow,
	.bs-popover-auto[x-placement^="bottom"] > .arrow {
		top: calc((0.5rem + 1px) * -1)
	}

		.bs-popover-bottom > .arrow::before,
		.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
			top: 0;
			border-width: 0 .5rem .5rem .5rem;
			border-bottom-color: rgba(0, 0, 0, 0.25)
		}

		.bs-popover-bottom > .arrow::after,
		.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
			top: 1px;
			border-width: 0 .5rem .5rem .5rem;
			border-bottom-color: #fff
		}

	.bs-popover-bottom .popover-header::before,
	.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		width: 1rem;
		margin-left: -0.5rem;
		content: "";
		border-bottom: 1px solid #f7f7f7
	}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
	margin-right: .5rem
}

	.bs-popover-left > .arrow,
	.bs-popover-auto[x-placement^="left"] > .arrow {
		right: calc((0.5rem + 1px) * -1);
		width: .5rem;
		height: 1rem;
		margin: .3rem 0
	}

		.bs-popover-left > .arrow::before,
		.bs-popover-auto[x-placement^="left"] > .arrow::before {
			right: 0;
			border-width: .5rem 0 .5rem .5rem;
			border-left-color: rgba(0, 0, 0, 0.25)
		}

		.bs-popover-left > .arrow::after,
		.bs-popover-auto[x-placement^="left"] > .arrow::after {
			right: 1px;
			border-width: .5rem 0 .5rem .5rem;
			border-left-color: #fff
		}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0062cc !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important
}

.border-right {
	border-right: 1px solid #dee2e6 !important
}

.border-left {
	border-left: 1px solid #dee2e6 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.rounded-sm {
	border-radius: .2rem !important
}

.rounded-right {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important
}

.rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-lg {
	border-radius: .3rem !important
}

@media(min-width:576px) {
	.d-sm-none {
		display: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: flex !important
	}

	.d-sm-inline-flex {
		display: inline-flex !important
	}
}

@media(min-width:768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: flex !important
	}

	.d-md-inline-flex {
		display: inline-flex !important
	}
}

@media(min-width:992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: flex !important
	}

	.d-lg-inline-flex {
		display: inline-flex !important
	}
}

@media(min-width:1200px) {
	.d-xl-none {
		display: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: flex !important
	}

	.d-xl-inline-flex {
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}

	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: flex !important
	}

	.d-print-inline-flex {
		display: inline-flex !important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

	.embed-responsive::before {
		display: block;
		content: ""
	}

	.embed-responsive .embed-responsive-item,
	.embed-responsive iframe,
	.embed-responsive embed,
	.embed-responsive object,
	.embed-responsive video {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0
	}

.embed-responsive-21by9::before {
	padding-top: 42.85714%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

@media(min-width:576px) {
	.flex-sm-row {
		flex-direction: row !important
	}

	.flex-sm-column {
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-sm-start {
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

	.align-items-sm-start {
		align-items: flex-start !important
	}

	.align-items-sm-end {
		align-items: flex-end !important
	}

	.align-items-sm-center {
		align-items: center !important
	}

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

	.align-content-sm-start {
		align-content: flex-start !important
	}

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		align-self: stretch !important
	}
}

@media(min-width:768px) {
	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}
}

@media(min-width:992px) {
	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}
}

@media(min-width:1200px) {
	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		align-self: stretch !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

@media(min-width:576px) {
	.float-sm-left {
		float: left !important
	}

	.float-sm-right {
		float: right !important
	}
}

@media(min-width:768px) {
	.float-md-left {
		float: left !important
	}

	.float-md-right {
		float: right !important
	}
}

@media(min-width:992px) {
	.float-lg-left {
		float: left !important
	}

	.float-lg-right {
		float: right !important
	}
}

@media(min-width:1200px) {
	.float-xl-left {
		float: left !important
	}

	.float-xl-right {
		float: right !important
	}
}

@supports(position:sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	white-space: nowrap;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	white-space: normal;
}

.stretched-link::after {
	pointer-events: auto;
	background-color: rgba(0, 0, 0, 0)
}

.mr-0 {
	margin-right: 0 !important
}

.ml-0 {
	margin-left: 0 !important
}

.mr-1 {
	margin-right: .25rem !important
}

.ml-1 {
	margin-left: .25rem !important
}

.mr-2 {
	margin-right: .5rem !important
}

.ml-2 {
	margin-left: .5rem !important
}

.mr-3 {
	margin-right: 1rem !important
}

.ml-3 {
	margin-left: 1rem !important
}

.mr-4 {
	margin-right: 1.5rem !important
}

.ml-4 {
	margin-left: 1.5rem !important
}

.mr-5 {
	margin-right: 3rem !important
}

.ml-5 {
	margin-left: 3rem !important
}

.pr-0 {
	padding-right: 0 !important
}

.pl-0 {
	padding-left: 0 !important
}

.pr-1 {
	padding-right: .25rem !important
}

.pl-1 {
	padding-left: .25rem !important
}

.pr-2 {
	padding-right: .5rem !important
}

.pl-2 {
	padding-left: .5rem !important
}

.pr-3 {
	padding-right: 1rem !important
}

.pl-3 {
	padding-left: 1rem !important
}

.pr-4 {
	padding-right: 1.5rem !important
}

.pl-4 {
	padding-left: 1.5rem !important
}

.pr-5 {
	padding-right: 3rem !important
}

.pl-5 {
	padding-left: 3rem !important
}

.m-n1 {
	margin: -0.25rem !important
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important
}

.m-n2 {
	margin: -0.5rem !important
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important
}

.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important
}

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important
}

.m-n3 {
	margin: -1rem !important
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important
}

.m-n4 {
	margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important
}

.m-n5 {
	margin: -3rem !important
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important
}

.mr-auto {
	margin-right: auto !important
}

.ml-auto {
	margin-left: auto !important
}

@media(min-width:576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem !important
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem !important
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem !important
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem !important
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem !important
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem !important
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem !important
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem !important
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem !important
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem !important
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important
	}

	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important
	}

	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important
	}

	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important
	}

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important
	}

	.m-sm-n1 {
		margin: -0.25rem !important
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important
	}

	.m-sm-n2 {
		margin: -0.5rem !important
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important
	}

	.m-sm-n3 {
		margin: -1rem !important
	}

	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important
	}

	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important
	}

	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important
	}

	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important
	}

	.m-sm-n4 {
		margin: -1.5rem !important
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important
	}

	.m-sm-n5 {
		margin: -3rem !important
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important
	}

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important
	}
}

@media(min-width:768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem !important
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem !important
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important
	}

	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important
	}

	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem !important
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem !important
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem !important
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem !important
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem !important
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem !important
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important
	}

	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important
	}

	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important
	}

	.m-md-n1 {
		margin: -0.25rem !important
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important
	}

	.m-md-n2 {
		margin: -0.5rem !important
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important
	}

	.m-md-n3 {
		margin: -1rem !important
	}

	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important
	}

	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important
	}

	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important
	}

	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important
	}

	.m-md-n4 {
		margin: -1.5rem !important
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important
	}

	.m-md-n5 {
		margin: -3rem !important
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important
	}

	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important
	}

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important
	}
}

@media(min-width:992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem !important
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem !important
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important
	}

	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important
	}

	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important
	}

	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem !important
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem !important
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem !important
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem !important
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important
	}

	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important
	}

	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important
	}

	.m-lg-n1 {
		margin: -0.25rem !important
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important
	}

	.m-lg-n2 {
		margin: -0.5rem !important
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important
	}

	.m-lg-n3 {
		margin: -1rem !important
	}

	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important
	}

	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important
	}

	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important
	}

	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important
	}

	.m-lg-n4 {
		margin: -1.5rem !important
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important
	}

	.m-lg-n5 {
		margin: -3rem !important
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important
	}

	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important
	}

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important
	}
}

@media(min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem !important
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem !important
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem !important
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem !important
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important
	}

	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem !important
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem !important
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem !important
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem !important
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem !important
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem !important
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important
	}

	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important
	}

	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important
	}

	.m-xl-n1 {
		margin: -0.25rem !important
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important
	}

	.m-xl-n2 {
		margin: -0.5rem !important
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important
	}

	.m-xl-n3 {
		margin: -1rem !important
	}

	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important
	}

	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important
	}

	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important
	}

	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important
	}

	.m-xl-n4 {
		margin: -1.5rem !important
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important
	}

	.m-xl-n5 {
		margin: -3rem !important
	}

	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important
	}

	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important
	}

	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important
	}

	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
	text-align: justify !important
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

@media(min-width:576px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media(min-width:768px) {
	.text-md-left {
		text-align: left !important
	}

	.text-md-right {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media(min-width:992px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media(min-width:1200px) {
	.text-xl-left {
		text-align: left !important
	}

	.text-xl-right {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}
}

.font-weight-light {
	font-weight: 300 !important
}

.font-weight-lighter {
	font-weight: lighter !important
}

.font-weight-normal {
	font-weight: 400 !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-weight-bolder {
	font-weight: bolder !important
}

.font-italic {
	font-style: italic !important
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0056b3 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #494f54 !important
}

a.text-success:hover,
a.text-success:focus {
	color: #19692c !important
}

a.text-info:hover,
a.text-info:focus {
	color: #0f6674 !important
}

a.text-warning:hover,
a.text-warning:focus {
	color: #ba8b00 !important
}

a.text-danger:hover,
a.text-danger:focus {
	color: #a71d2a !important
}

a.text-light:hover,
a.text-light:focus {
	color: #cbd3da !important
}

a.text-dark:hover,
a.text-dark:focus {
	color: #121416 !important
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-break {
	overflow-wrap: break-word !important
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	abbr[title]::after {
		content: " (" attr(title) ")"
	}

	pre {
		white-space: pre-wrap !important
	}

	pre,
	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	tr,
	img {
		page-break-inside: avoid
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	body {
		min-width: 992px !important
	}

	.container {
		min-width: 992px !important
	}

	.navbar {
		display: none
	}

	.badge {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

		.table td,
		.table th {
			background-color: #fff !important
		}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #dee2e6 !important
	}

	.table-dark {
		color: inherit
	}

		.table-dark th,
		.table-dark td,
		.table-dark thead th,
		.table-dark tbody + tbody {
			border-color: #dee2e6
		}

	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6
	}
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

	.mfp-container:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle
	}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

	.mfp-preloader a {
		color: #CCC
	}

		.mfp-preloader a:hover {
			color: #FFF
		}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

	.mfp-close:hover,
	.mfp-close:focus {
		opacity: 1
	}

	.mfp-close:active {
		top: 1px
	}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

	.mfp-arrow:active {
		margin-top: -54px
	}

	.mfp-arrow:hover,
	.mfp-arrow:focus {
		opacity: 1
	}

	.mfp-arrow:before,
	.mfp-arrow:after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 35px;
		margin-left: 35px;
		border: medium inset transparent
	}

	.mfp-arrow:after {
		border-top-width: 13px;
		border-bottom-width: 13px;
		top: 8px
	}

	.mfp-arrow:before {
		border-top-width: 21px;
		border-bottom-width: 21px;
		opacity: .7
	}

.mfp-arrow-left {
	left: 0
}

	.mfp-arrow-left:after {
		border-right: 17px solid #FFF;
		margin-left: 31px
	}

	.mfp-arrow-left:before {
		margin-left: 25px;
		border-right: 27px solid #3f3f3f
	}

.mfp-arrow-right {
	right: 0
}

	.mfp-arrow-right:after {
		border-left: 17px solid #FFF;
		margin-left: 39px
	}

	.mfp-arrow-right:before {
		border-left: 27px solid #3f3f3f
	}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

	.mfp-iframe-holder .mfp-content {
		line-height: 0;
		width: 100%;
		max-width: 900px
	}

	.mfp-iframe-holder .mfp-close {
		top: -40px
	}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

	.mfp-iframe-scaler iframe {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: #000
	}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

	.mfp-figure:after {
		content: '';
		position: absolute;
		left: 0;
		top: 40px;
		bottom: 40px;
		display: block;
		right: 0;
		width: auto;
		height: auto;
		z-index: -1;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: #444
	}

	.mfp-figure small {
		color: #bdbdbd;
		display: block;
		font-size: 12px;
		line-height: 14px
	}

	.mfp-figure figure {
		margin: 0
	}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}

		.mfp-img-mobile .mfp-bottom-bar:empty {
			padding: 0
		}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

html {
	font-size: 62.5%;
	font-style: normal
}

hr.thin {
	border-top: 1px solid #000;
	margin: 40px 0
}

@media(min-width:768px) {
	hr.thin {
		margin: 60px 0
	}
}

hr.bold {
	border-top: 2px solid #000;
	margin: 40px 0
}

@media(min-width:768px) {
	hr.bold {
		margin: 60px 0
	}
}

body {
	line-height: 1.5;
	font-size: 1.6rem;
	font-family: 'Inter Tight', sans-serif !important;
	position: relative
}

	body main {
		padding-bottom: 40px
	}

@media(min-width:768px) {
	body main {
		padding-bottom: 60px
	}
}

@media(min-width:992px) {
	body main {
		padding-bottom: 90px
	}
}

body main.main-skip-pos {
	padding-top: 0
}

body main a {
	color: #db000b;
	text-decoration: underline
}

	body main a.bold {
		font-weight: 700
	}

	body main a:hover,
	body main a:focus {
		color: #db000b;
		text-decoration: none !important
	}

a {
	color: #db000b
}

	a:hover,
	a:focus {
		transition: .3s ease
	}

@media(max-width:1199.98px) {
	.container {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px
	}
}

@media(max-width:767.98px) {
	.container {
		padding-right: 20px;
		padding-left: 20px
	}
}

img {
	max-width: 100%;
	vertical-align: middle
}

ul {
	margin-bottom: 0;
	padding-left: 0;
}

a.focus,
button.focus {
	box-shadow: 0 0 0 1px #db000b;
	-webkit-box-shadow: 0 0 0 1px #db000b;
	-moz-box-shadow: 0 0 0 1px #db000b;
	-ms-box-shadow: 0 0 0 1px #db000b;
	outline: 0
}

button {
	background: transparent;
	border: 0;
	padding: 0
}

.search-input input[type="text"],
.search-input input[type="search"] {
	font-family: 'SwissPosters', sans-serif;
	font-weight: 700;
	font-size: 1.8rem
}

h1,
.h1 {
	font-family: 'SwissPosters', sans-serif;
	font-size: 80px;
	color: #000;
	line-height: 0.9;
	margin-bottom: 60px;
	font-weight: 700
}

	h1 b,
	h1 strong,
	.h1 b,
	.h1 strong {
		margin-bottom: 0;
		line-height: inherit;
		font-family: inherit
	}

@media(max-width:991.98px) {
}

@media(max-width:767.98px) {
	h1,
	.h1 {
		font-size: 3.6rem;
		line-height: 1.166;
		margin-bottom: 30px
	}
}

h2,
.h2 {
	font-family: 'SwissPosters', sans-serif;
	font-size: 2.4rem;
	color: #000;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: 700
}

	h2 b,
	h2 strong,
	.h2 b,
	.h2 strong {
		margin-bottom: 0;
		line-height: inherit;
		font-family: inherit
	}

@media(max-width:991.98px) {
	h2,
	.h2 {
		font-size: 2.4rem;
		line-height: 1.33
	}
}

@media(max-width:767.98px) {
	h2,
	.h2 {
		font-size: 2.1rem;
		line-height: 1.3334
	}
}

h2.heading__larger,
.h2.heading__larger {
	font-size: 3.2rem;
	line-height: 1.3125;
	margin-bottom: 60px
}

@media(max-width:991.98px) {
	h2.heading__larger,
	.h2.heading__larger {
		font-size: 2.4rem;
		line-height: 1.33;
		margin-bottom: 40px
	}
}

h3,
.h3 {
	font-family: 'SwissPosters', sans-serif;
	font-size: 2.1rem;
	color: #000;
	line-height: 1.523;
	margin-bottom: 20px;
	font-weight: 700
}

	h3 b,
	h3 strong,
	.h3 b,
	.h3 strong {
		margin-bottom: 0;
		line-height: inherit;
		font-family: inherit
	}

@media(max-width:991.98px) {
	h3,
	.h3 {
		font-size: 2.1rem;
		line-height: 1.44
	}
}

@media(max-width:767.98px) {
	h3,
	.h3 {
		font-size: 1.8rem;
		line-height: 1.44
	}
}

h4,
.h4 {
	font-family: "Roboto", sans-serif;
	font-size: 1.8rem;
	color: #000;
	line-height: 1.44;
	margin-bottom: 20px;
	font-weight: 700
}

	h4 b,
	h4 strong,
	.h4 b,
	.h4 strong {
		margin-bottom: 0;
		line-height: inherit;
		font-family: inherit
	}

.heading__larger {
	font-family: 'SwissPosters', sans-serif;
	font-size: 3.2rem;
	color: #000;
	line-height: 1.3125;
	margin-bottom: 60px;
	font-weight: 700
}

@media(max-width:991.98px) {
	.heading__larger {
		font-size: 2.4rem;
		line-height: 1.33;
		margin-bottom: 30px
	}
}

@media(min-width:768px) and (max-width:1199.98px) {
	.heading__larger {
		font-size: 3.2rem
	}
}

p,
.body__text {
	font-family: "Open Sans", sans-serif;
	font-size: 1.6rem;
	color: #000;
	line-height: 1.75;
	margin-bottom: 0
}

	p b,
	p strong,
	.body__text b,
	.body__text strong {
		font-weight: 700;
		font-size: inherit;
		color: inherit;
		margin-bottom: 0;
		line-height: inherit;
		font-family: inherit
	}

@media(max-width:767.98px) {
	p,
	.body__text {
		margin-bottom: 0
	}
}

b,
strong {
	font-family: "Open Sans", sans-serif;
	font-size: 1.6rem;
	color: #000;
	line-height: 1.75;
	margin-bottom: 0;
	font-weight: 700
}

	b a,
	strong a {
		font-size: inherit;
		font-weight: inherit
	}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a {
	font-size: inherit;
	font-weight: inherit
}

.lead__text {
	font-family: 'SwissPosters', sans-serif;
	font-size: 2.4rem;
	color: #000;
	line-height: 1.5;
	margin-bottom: 60px;
	font-weight: 700
}

	.lead__text b,
	.lead__text strong {
		margin-bottom: 0;
		line-height: inherit;
		font-family: inherit
	}

@media(max-width:991.98px) {
	.lead__text {
		font-size: 2.4rem;
		line-height: 1.523;
		margin-bottom: 40px
	}
}

@media(max-width:767.98px) {
	.lead__text {
		font-size: 2.1rem;
		line-height: 1.3334
	}
}

h5,
.h5 {
	font-family: "Roboto", sans-serif;
	font-size: 1.4rem;
	color: #000;
	line-height: 1.35;
	margin-bottom: 20px;
	font-weight: 700
}

a.pills {
	display: inline-block;
	padding: .2rem 1rem .3rem;
	color: #000;
	border: 1px solid #000;
	border-radius: 15px;
	font-size: 1.4rem;
	line-height: 1.35;
	text-decoration: none
}

@media(min-width:768px) {
	a.pills {
		padding: .5rem 1rem
	}
}

a.pills:hover,
a.pills:focus {
	border: 1px solid transparent;
	color: #fff;
	background: #db000b;
	text-decoration: none
}

a.external-link {
	position: relative;
	padding-right: 23px;
	white-space: nowrap
}

	a.external-link:after {
		content: '\f08e';
		font-family: "Font Awesome 5 Pro";
		position: absolute;
		right: 0
	}

.black-bg {
	background: #000;
	color: #fff
}

	.black-bg h1,
	.black-bg .h1,
	.black-bg h2,
	.black-bg .h2,
	.black-bg h3,
	.black-bg .h3,
	.black-bg a,
	.black-bg p {
		color: #fff
	}

		.black-bg a .btn {
			color: #000
		}

@media(min-width:768px) and (max-width:1199.98px) {
	p.heading__larger {
		font-size: 3.2rem
	}
}

h2 + p,
h2 + .body__text,
.h2 + p,
.h2 + .body__text {
	margin-top: -10px
}

h3 + p,
.h3 + p {
	margin-top: -10px
}

h4 + p,
.h4 + p {
	margin-top: -10px
}

p + h2,
p + h3,
p + h4,
.body__text + h2,
.body__text + h3,
.body__text + h4 {
	margin-top: 60px
}

@media(max-width:991.98px) {
	p + h2,
	p + h3,
	p + h4,
	.body__text + h2,
	.body__text + h3,
	.body__text + h4 {
		margin-top: 40px
	}
}

p + p,
.body__text + p {
	margin-top: 20px
}

p + .lead__text,
.body__text + .lead__text {
	margin-top: 60px
}

@media(max-width:991.98px) {
	p + .lead__text,
	.body__text + .lead__text {
		margin-top: 40px
	}
}

p + .zone,
.body__text + .zone {
	margin-top: 40px
}

@media(min-width:992px) {
	p + .zone,
	.body__text + .zone {
		margin-top: 60px
	}
}

.img-text-2col img {
	margin-bottom: 20px
}

@media(min-width:768px) {
	.img-text-2col img {
		margin-bottom: 30px
	}
}

@media(min-width:992px) {
	.img-text-2col img {
		margin-bottom: 0
	}
}

.img-text-2col p + a {
	display: inline-block;
	margin-top: 20px
}

p + a.btn {
	margin-top: 20px
}

@media(min-width:768px) {
	p + a.btn {
		margin-top: 30px
	}
}

p + a {
	display: inline-block;
	margin-top: 20px
}

@media(min-width:1200px) {
	.zone.no-margin-top {
		margin-top: -61px
	}
}

@media(max-width:767.98px) {
	.zone.no-margin-top .heading__larger {
		margin-bottom: 20px
	}
}

@media(min-width:768px) and (max-width:991.98px) {
	.zone.ipad-margin-top {
		margin-top: 30px
	}
}

.zone.view-events + .zone {
	margin-top: 0
}

.zone + .zone {
	margin-top: 40px
}

@media(min-width:768px) and (max-width:991.98px) {
	.zone + .zone {
		margin-top: 60px
	}
}

@media(min-width:992px) {
	.zone + .zone {
		margin-top: 90px
	}
}

.zone + .zone.zone-council-member {
	margin-top: 40px
}

@media(min-width:768px) {
	.zone + .zone.zone-council-member {
		margin-top: 60px
	}
}

@media(min-width:992px) {
	.zone.zone-2col-layout h3 + p {
		margin-top: 10px
	}
}

.zone.zone-2col-layout + .zone-accordion {
	margin-top: 40px
}

@media(min-width:992px) {
	.zone.zone-2col-layout + .zone-accordion {
		margin-top: 90px
	}
}

.zone.zone-leaderboard + .zone-events {
	margin-top: 40px
}

@media(min-width:768px) and (max-width:991.98px) {
	.zone.zone-leaderboard + .zone-events {
		margin-top: 60px
	}
}

@media(min-width:992px) {
	.zone.zone-leaderboard + .zone-events {
		margin-top: 90px
	}
}

.zone.zone-events + .zone-articles {
	margin-top: 40px
}

@media(min-width:992px) {
	.zone.zone-events + .zone-articles {
		margin-top: 90px
	}
}

.zone.zone-articles + .zone-sponsors {
	margin-top: 40px
}

@media(min-width:992px) {
	.zone.zone-articles + .zone-sponsors {
		margin-top: 90px
	}
}

.zone + .topic-landing-sponser {
	margin-top: 40px
}

@media(min-width:992px) {
	.zone + .topic-landing-sponser {
		margin-top: 25px
	}
}

@media(min-width:992px) {
	.zone + .topic-landing-sponser {
		margin-top: 75px
	}
}

@media(min-width:768px) and (max-width:991.98px) {
	.zone + .topic-landing-sponser {
		margin-top: 60px
	}
}

.zone.sample-cta-link + .sample-text {
	margin-top: 40px
}

@media(min-width:992px) {
	.zone.sample-cta-link + .sample-text {
		margin-top: 60px
	}
}

.zone.zone-accordion + .col-2-cta-box {
	margin-top: 40px
}

@media(min-width:992px) {
	.zone.zone-accordion + .col-2-cta-box {
		margin-top: 60px
	}
}

.zone.zone-events-template + .sample-text {
	margin-top: 40px
}

@media(min-width:992px) {
	.zone.zone-events-template + .sample-text {
		margin-top: 60px
	}
}

.zone + .zone-sidebar {
	margin-top: 40px
}

.container + .zone {
	margin-top: 40px
}

@media(min-width:992px) {
	.container + .zone {
		margin-top: 90px
	}
}

.zone-sidebar + .zone-sidebar {
	margin-top: 40px
}

@media(min-width:992px) {
	.zone-sidebar + .zone-sidebar {
		margin-top: 30px
	}
}

.zone-sidebar.sidebar-cta + .zone {
	margin-top: 40px
}

@media(min-width:992px) {
	.zone-sidebar.sidebar-cta + .zone {
		margin-top: 0
	}
}

.article-feature + .zone-sidebar.sidebar-events {
	margin-top: 40px
}

@media(min-width:992px) {
	.article-feature + .zone-sidebar.sidebar-events {
		margin-top: 0
	}
}

.article-feature + .zone {
	margin-top: 40px
}

@media(min-width:992px) {
	.zone-events-template .article-featured-img + .row [class*='col-'] .article-feature {
		margin-top: 350px
	}
}

@media(min-width:992px) {
	.zone-events-template .article-featured-img + .row [class*='col-'] .sidebar-cta {
		margin-top: 350px
	}
}

.zone-events-template + .zone-2col-layout {
	margin-top: 40px
}

@media(min-width:992px) {
	.zone-events-template + .zone-2col-layout {
		margin-top: 90px
	}
}

@media(min-width:992px) {
	.zone-3-col-cta-box .box.box-type-4 .thumb-img + .inner {
		padding-bottom: 60px
	}

	.zone-3-col-cta-box.zone + .zone {
		margin-top: 60px
	}
}

@media(min-width:768px) and (max-width:1199.98px) {
	hr.d-lg-block + .zone-leaderboard {
		margin-top: 60px
	}
}

@media(max-width:767.98px) {
	.px-xs-0 {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
}

body.style-guide-template h1.page-title {
	font-size: 4rem;
	line-height: 1;
	text-transform: uppercase;
	color: #000;
	font-family: "Open Sans", sans-serif
}

	body.style-guide-template h1.page-title + p {
		font-style: italic
	}

body.style-guide-template h2.guide__heading--h2 {
	font-size: 3rem;
	border-left: 10px solid #db000b;
	padding-left: 20px;
	line-height: 1;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 30px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif
}

@media(max-width:991.98px) {
	body.style-guide-template h2.guide__heading--h2 {
		font-size: 3.5rem;
		margin-bottom: 30px
	}
}

@media(max-width:767.98px) {
	body.style-guide-template h2.guide__heading--h2 {
		font-size: 2.8rem;
		margin-bottom: 25px
	}
}

body.style-guide-template h3.guide__heading--h3 {
	font-size: 2rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	line-height: 1;
	text-transform: capitalize;
	color: #000;
	margin-bottom: 30px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif
}

body.style-guide-template a {
	text-decoration: none;
	color: #000
}

	body.style-guide-template a.btn {
		color: #fff
	}

		body.style-guide-template a.btn.btn-grey {
			color: #000
		}

			body.style-guide-template a.btn.btn-grey:hover,
			body.style-guide-template a.btn.btn-grey:focus {
				color: #fff
			}

	body.style-guide-template a.btn-inverse {
		color: #000
	}

		body.style-guide-template a.btn-inverse:hover,
		body.style-guide-template a.btn-inverse:focus {
			color: #fff
		}

body.style-guide-template p a {
	text-decoration: underline
}

body.style-guide-template .color__block {
	height: 80px;
	border-radius: 3px;
	margin-bottom: 10px
}

body.style-guide-template .badge {
	height: 17px;
	width: 17px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: -2px;
	margin-right: 5px
}

body.style-guide-template p a {
	color: #db000b
}

	body.style-guide-template p a:hover,
	body.style-guide-template p a:focus {
		color: #fe000c
	}

.box-variation-demo .col-md-4 {
	padding-top: 50px
}

	.box-variation-demo .col-md-4 .variation-title {
		position: absolute;
		top: 0;
		font-weight: 700
	}

.bypass-links {
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	height: 0;
	overflow: hidden;
	white-space: nowrap;
	width: 1px;
	margin: -1px;
	background: #000;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.2rem;
	text-transform: uppercase;
	text-align: center
}

	.bypass-links:focus {
		clip: auto;
		height: 50px;
		text-decoration: underline;
		overflow: visible;
		white-space: normal;
		width: 100%;
		margin: auto;
		padding: 1.4rem 0;
		z-index: 9999;
		color: #fff;
		margin-top: 0;
		margin-bottom: 0;
		display: block;
		transition: none
	}

.bypass-block-target:focus {
	outline: solid 2px #db000b
}

	.bypass-block-target:focus:target {
		outline: solid 2px #db000b
	}

.container--has-focus a.bypass-links:focus {
	box-shadow: none !important
}

.btn {
	margin-right: 20px;
	text-transform: uppercase;
	min-width: 114px;
	padding: 10px 30px;
	font-size: 1.6rem;
	font-family: "Open Sans", sans-serif;
	white-space: nowrap;
	font-weight: 700;
	line-height: 1.37;
	border: 0 none;
	border-radius: 0
}

@media(min-width:768px) {
	.btn {
		font-size: 1.8rem;
		padding: 12px 30px;
		line-height: 1.46
	}
}

.btn:last-child {
	margin-right: 0
}

@media(max-width:575.98px) {
	.btn {
		white-space: normal;
		display: block;
		margin-right: 0;
		width: 100%
	}
}

.btn-primary {
	background-color: #000;
	color: #fff
}

	.btn-primary:disabled,
	.btn-primary.disabled {
		background-color: #fe000c;
		border-color: #fe000c;
		text-decoration: none;
		pointer-events: none;
		cursor: default
	}

	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary:not(:disabled):not(.disabled):active,
	.btn-primary:not(:disabled):not(.disabled).active {
		background-color: #db000b;
		border-color: #db000b;
		text-decoration: none;
		color: #fff
	}

.btn-inverse {
	background-color: #fff;
	color: #000
}

	.btn-inverse:disabled,
	.btn-inverse.disabled {
		background-color: #fff;
		border-color: #fff;
		text-decoration: none;
		color: #000;
		pointer-events: none;
		cursor: default
	}

	.btn-inverse:hover,
	.btn-inverse:focus,
	.btn-inverse:not(:disabled):not(.disabled):active,
	.btn-inverse:not(:disabled):not(.disabled).active {
		background-color: #db000b;
		border-color: #db000b;
		text-decoration: none;
		color: #fff
	}

.btn-grey {
	background-color: #ddd;
	color: #000
}

	.btn-grey:disabled,
	.btn-grey.disabled {
		background-color: #f2f2f2;
		border-color: #f2f2f2;
		text-decoration: none;
		color: #000;
		pointer-events: none;
		cursor: default
	}

	.btn-grey:not(:disabled):not(.disabled):active,
	.btn-grey:not(:disabled):not(.disabled).active {
		background-color: #000;
		border-color: #f2f2f2;
		text-decoration: none;
		color: #fff
	}

	.btn-grey:hover,
	.btn-grey:focus,
	.btn-grey:not(:disabled):not(.disabled):active {
		background-color: #db000b;
		border-color: #f2f2f2;
		text-decoration: none;
		color: #fff
	}

a.btn {
	color: #fff;
	text-decoration: none
}

a.btn-inverse {
	color: #000
}

a.btn-grey {
	color: #000
}

	a.btn-grey.disabled {
		color: #000 !important
	}

a.filter-btn-sm {
	color: #000;
	text-decoration: none;
	float: right;
	font-size: 1.4rem;
	font-weight: 400;
	margin-top: 9px
}

a.btn-clear {
	color: #000;
	background: #ddd
}

.badge {
	font-size: 1.2rem;
	background-color: #db000b;
	color: #fff;
	padding: 5px 10px;
	border-radius: 0;
	text-transform: uppercase
}

@media(min-width:768px) {
	.badge {
		font-size: 1.4rem;
		line-height: 1.35
	}
}

.btn-inline-holder {
	display: flex
}

	.btn-inline-holder .btn {
		flex: 1 1 0;
		width: auto
	}

		.btn-inline-holder .btn + .btn {
			margin-left: 20px
		}

.accordion .card-header .btn {
	font-size: 1.8rem
}

.accordion.accordion-default .card {
	border: 0;
	border-radius: 0;
	overflow: visible
}

	.accordion.accordion-default .card .card-header {
		border: 0
	}

		.accordion.accordion-default .card .card-header .btn-primary {
			padding: 2rem 2rem 2rem 3.6rem;
			background: #fff;
			color: #000;
			white-space: normal;
			text-transform: capitalize;
			line-height: 1.56;
			border-top: 1px solid #000
		}

@media(min-width:768px) and (max-width:991.98px) {
	.accordion.accordion-default .card .card-header .btn-primary {
		padding-right: 14%
	}
}

.accordion.accordion-default .card .card-header .btn-primary:before {
	content: '\f067';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 26px;
	left: 10px;
	font-size: 2.1rem;
	line-height: .99
}

.accordion.accordion-default .card .card-header .btn-primary[aria-expanded="true"]:before {
	content: '\f068'
}

.accordion.accordion-default .card .card-header .btn-primary:hover,
.accordion.accordion-default .card .card-header .btn-primary:focus {
	background: #db000b;
	color: #fff;
	border-top: 1px solid #db000b
}

.accordion.accordion-default .card .card-body {
	padding: 0 2rem 2rem 3.6rem;
	font-size: 1.6rem;
	line-height: 1.75;
	color: #000
}

@media(min-width:768px) {
	.accordion.accordion-default .card .card-body {
		padding: 1rem 3rem 3rem 3.6rem
	}
}

@media(min-width:768px) and (max-width:991.98px) {
	.accordion.accordion-default .card .card-body {
		padding-right: 14%
	}
}

.accordion.accordion-default .card:last-child .card-header .btn-primary.collapsed {
	border-bottom: 1px solid #000
}

.accordion.accordion-type2 .card-header .btn-primary span {
	display: block;
	font-size: 1.6rem;
	font-weight: 400
}

.accordion.accordion-type2 .card-body p + p {
	margin-top: 30px
}

.accordion.accordion-type2 .card-body .col-2-layout {
	margin-bottom: 30px;
	margin-top: 30px
}

	.accordion.accordion-type2 .card-body .col-2-layout img {
		margin-right: 30px
	}

	.accordion.accordion-type2 .card-body .col-2-layout h3 {
		margin-bottom: 10px;
		font-weight: 400
	}

	.accordion.accordion-type2 .card-body .col-2-layout p {
		margin-bottom: 0;
		padding-right: 0
	}

@media(min-width:768px) {
	.accordion.accordion-type2 .card-body .col-2-layout p {
		padding-right: 70px
	}
}

.authored-by .authored-head {
	margin-bottom: 2rem
}

	.authored-by .authored-head h5 {
		font-size: 1.4rem;
		line-height: 1.35;
		font-weight: 700;
		color: #000
	}

.authored-by .authored-body .author-img {
	width: 90px;
	max-height: 90px
}

@media(min-width:768px) {
	.authored-by .authored-body .author-img {
		width: 100px;
		max-height: 100px
	}
}

.authored-by .authored-body .author-description {
	margin-left: 2rem
}

@media(min-width:768px) {
	.authored-by .authored-body .author-description {
		margin-left: 3rem
	}
}

.authored-by .authored-body .author-description h3 {
	margin: 0 0 1rem;
	font-weight: 400
}

@media(min-width:768px) {
	.authored-by .authored-body .author-description h3 {
		line-height: 1.58
	}
}

.authored-by .authored-body .author-description h3 a {
	color: #000
}

	.authored-by .authored-body .author-description h3 a:hover,
	.authored-by .authored-body .author-description h3 a:focus {
		color: #db000b
	}

.authored-by .authored-body .author-description p {
	margin: 0;
	color: #000
}

.sidebar-event {
	margin-top: 0
}

@media(min-width:992px) {
	.sidebar-event {
		margin-top: 0
	}
}

.sidebar-event a {
	color: #000;
	text-decoration: none
}

	.sidebar-event a:hover,
	.sidebar-event a:focus {
		color: #db000b
	}

.sidebar-event .sidebar-event-header {
	margin-bottom: 20px
}

	.sidebar-event .sidebar-event-header .event-pic {
		width: 160px;
		margin-right: 10px
	}

		.sidebar-event .sidebar-event-header .event-pic a {
			display: inline-block
		}

			.sidebar-event .sidebar-event-header .event-pic a img {
				width: 100%
			}

@media(max-width:767.98px) {
	.sidebar-event .sidebar-event-header .event-pic {
		width: 156px
	}
}

.sidebar-event .sidebar-event-header .event-calendar span {
	font-size: 1.4rem;
	line-height: 1.35;
	font-weight: 700;
	padding: 10px 20px 10px 10px
}

@media(min-width:576px) {
	.sidebar-event .sidebar-event-header .event-calendar span {
		padding: 0 10px
	}
}

.sidebar-event .sidebar-event-header .event-calendar span strong {
	font-size: 2.1rem;
	display: block;
	line-height: 1.33
}

.sidebar-event .sidebar-event-header .event-calendar span.event-online {
	border-left: 1px solid #000;
	font-weight: 400;
	text-transform: capitalize
}

	.sidebar-event .sidebar-event-header .event-calendar span.event-online a {
		display: block;
		text-transform: uppercase;
		font-weight: 700;
		text-decoration: underline
	}

.sidebar-event .sidebar-event-body h2 {
	line-height: 1.52;
	margin-bottom: 0;
	font-size: 2.1rem
}

.sidebar-event .sidebar-event-body a:hover,
.sidebar-event .sidebar-event-body a:focus {
	text-decoration: underline !important
}

.sidebar-event + .sidebar-tittle + .box {
	margin-top: 30px
}

.sidebar-tittle h2 {
	line-height: 1.52;
	font-size: 2.1rem
}

	.sidebar-tittle h2 a {
		color: #000;
		text-decoration: none
	}

		.sidebar-tittle h2 a:hover,
		.sidebar-tittle h2 a:focus {
			text-decoration: underline !important
		}

.sidebar-tittle a.sample-link {
	color: #db000b;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 1.4rem
}

@media(min-width:768px) {
	.sidebar-tittle a.sample-link {
		font-size: 1.6rem
	}
}

.social-share span.common-head {
	font-weight: 700;
	padding-right: 11px;
	display: inline-block;
	vertical-align: middle
}

.social-share ul {
	border-left: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 2px;
	display: inline-block;
	vertical-align: middle
}

	.social-share ul li {
		display: inline-block
	}

		.social-share ul li:first-child a {
			padding-left: 15px
		}

		.social-share ul li a {
			padding: 0 6px;
			line-height: 1.22;
			font-size: 1.8rem;
			color: #000;
			text-decoration: none
		}

			.social-share ul li a:hover,
			.social-share ul li a:focus {
				color: #db000b
			}

.zone-events .slider .fs-carousel-enabled .fs-carousel-canister .item:nth-child(even) .box {
	background: #000
}

@media(min-width:768px) {
	/*.zone-events .slider .fs-carousel-enabled .fs-carousel-canister .item:nth-child(even) .box {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
		-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4)
	}*/
}

.zone-events .slider .fs-carousel-enabled .fs-carousel-canister .item:nth-child(even) .box .date {
	color: #fff;
	border-color: #fff
}

.zone-events .slider .fs-carousel-enabled .fs-carousel-canister .item:nth-child(even) .box .event-location,
.zone-events .slider .fs-carousel-enabled .fs-carousel-canister .item:nth-child(even) .box h2,
.zone-events .slider .fs-carousel-enabled .fs-carousel-canister .item:nth-child(even) .box p {
	color: #fff
}

.zone-events .slider .fs-carousel-enabled .fs-carousel-canister .item:nth-child(even) .box a {
	color: #fff
}

	.zone-events .slider .fs-carousel-enabled .fs-carousel-canister .item:nth-child(even) .box a.pills {
		border-color: #fff
	}

	.zone-events .slider .fs-carousel-enabled .fs-carousel-canister .item:nth-child(even) .box a:hover,
	.zone-events .slider .fs-carousel-enabled .fs-carousel-canister .item:nth-child(even) .box a:focus {
		color: #fe000c
	}

.zone-events .slider .fs-carousel-enabled .fs-carousel-canister .item:nth-child(even) .box .inner .box-footer a:hover,
.zone-events .slider .fs-carousel-enabled .fs-carousel-canister .item:nth-child(even) .box .inner .box-footer a:focus {
	color: #fff;
	border: 1px solid transparent
}

.zone-articles .slider .fs-carousel-enabled .fs-carousel-canister .item:nth-child(odd) .box {
	background: #f2f2f2
}

.zone-articles .slider .fs-carousel-enabled .fs-carousel-canister .item:nth-child(even) .box {
	background-color: #fff
}

.slider {
	width: 100vw !important;
	padding-bottom: 15px;
	margin-left: calc(-50vw + 50%);
	overflow-x: hidden
}

	.slider .title-wrap {
		margin-bottom: 10px;
		max-width: calc(100% - 100px)
	}

@media(min-width:768px) {
	.slider .title-wrap {
		margin-top: 24px;
		margin-bottom: 22px
	}
}

.slider .title-wrap h2 {
	font-family: "Inter Tight", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 0;
	display: inline-block
}

	.slider .title-wrap h2 a {
		color: #000;
		text-decoration: none
	}

		.slider .title-wrap h2 a:hover,
		.slider .title-wrap h2 a:focus {
			color: #db000b;
			text-decoration: underline !important
		}

.slider .title-wrap .view-all a {
	font-family: "Open Sans", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase
}

@media(max-width:767.98px) {
	.slider .fs-carousel-enabled {
		box-shadow: 0 0 20px #d6d6d6;
		-webkit-box-shadow: 0 0 20px #d6d6d6;
		-moz-box-shadow: 0 0 20px #d6d6d6;
		-ms-box-shadow: 0 0 20px #d6d6d6
	}
}

.slider .fs-carousel-enabled .fs-carousel-canister {
	overflow: visible
}

	.slider .fs-carousel-enabled .fs-carousel-canister .box {
		margin-bottom: 0
	}

@media(max-width:767.98px) {
	.slider .fs-carousel-enabled .fs-carousel-canister .box {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none
	}
}

@media(min-width:1025px) {
	.slider {
		width: calc(100vw - 17px) !important;
		padding-left: 17px;
		padding-bottom: 18px
	}
}

.slider .container {
	min-height: 1px;
	position: relative
}

.slider .fs-carousel-controls {
	position: absolute;
	right: 0;
	width: 90px !important;
	top: -50px
}

@media(min-width:768px) {
	.slider .fs-carousel-controls {
		top: -60px;
		width: 120px !important
	}
}

.slider .fs-carousel-controls .fs-carousel-control_next {
	float: right;
	font-size: 0 !important;
	display: flex;
	height: 40px;
	width: 40px;
	background: #fff;
	align-items: center;
	justify-content: center;
	position: relative
}

@media(min-width:768px) {
	.slider .fs-carousel-controls .fs-carousel-control_next {
		height: 50px;
		width: 55px
	}
}

.slider .fs-carousel-controls .fs-carousel-control_next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -7px;
	margin-top: -13px;
	content: '\f30b';
	font-family: "Font Awesome 5 Pro";
	font-size: 30px;
	color: #000
}

@media(min-width:768px) {
	.slider .fs-carousel-controls .fs-carousel-control_next:before {
		margin-left: -5px;
		margin-top: -12px
	}
}

.slider .fs-carousel-controls .fs-carousel-control_next:hover,
.slider .fs-carousel-controls .fs-carousel-control_next:focus {
	background: #db000b
}

.slider .fs-carousel-controls .fs-carousel-control_next.fs-carousel-visible {
	pointer-events: inherit;
	opacity: 1;
	position: relative
}

.slider .fs-carousel-controls .fs-carousel-control_previous {
	position: relative;
	float: left;
	font-size: 0 !important;
	display: flex;
	height: 40px;
	width: 40px;
	background: #fff;
	align-items: center;
	justify-content: center;
}

@media(min-width:768px) {
	.slider .fs-carousel-controls .fs-carousel-control_previous {
		height: 50px;
		width: 55px
	}
}

.slider .fs-carousel-controls .fs-carousel-control_previous:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -9px;
	margin-top: -13px;
	content: '\f30a';
	font-family: "Font Awesome 5 Pro";
	font-size: 30px;
	color: #000
}

@media(min-width:768px) {
	.slider .fs-carousel-controls .fs-carousel-control_previous:before {
		margin-left: -10px;
		margin-top: -12px
	}
}

.slider .fs-carousel-controls .fs-carousel-control_previous:hover,
.slider .fs-carousel-controls .fs-carousel-control_previous:focus {
	background: #db000b
}

.slider .fs-carousel-controls .fs-carousel-control_previous.fs-carousel-visible {
	pointer-events: inherit;
	opacity: 1
}

.slider .item {
	float: left;
	width: 338px;
	margin-right: 30px;
	border: 2px dashed transparent
}

@media(min-width:992px) {
	.slider .item {
		/*width: 386px*/
	}
}

@media(max-width:639px) {
	.slider .item {
		margin-right: 0;
		border: 0;
		width: 386px
	}
}

@media(max-width:576px) {
	.slider .item {
		width: 356px
	}
}

@media(max-width:414px) {
	.slider .item {
		width: 374px
	}
}

@media(max-width:375px) {
	.slider .item {
		width: 320px
	}
}

@media(max-width:340px) {
	.slider .item {
		width: 280px
	}
}

@media(max-width:320px) {
	.slider .item {
		width: 240px
	}
}

.slider .item.fs-carousel-visible {
	pointer-events: inherit;
	opacity: 1;
	position: relative
}

.zone-sponsors + .zone-social-carousel {
	margin-bottom: -15px
}

.fs-carousel-canister .no-featured-img {
	background-image: none
}

.box {
	position: relative;
	background: #fff;
	margin-bottom: 30px;
	/*box-shadow: 0 0 20px #d6d6d6;
	-webkit-box-shadow: 0 0 20px #d6d6d6;
	-moz-box-shadow: 0 0 20px #d6d6d6;
	-ms-box-shadow: 0 0 20px #d6d6d6*/
}

	.box a {
		color: #000;
		text-decoration: none
	}

	.box .inner {
		padding: 3rem
	}

	.box .badge-type-3 {
		position: absolute;
		bottom: 0;
		left: 20px
	}

	.box.no-featured-img .badge-type-3 {
		position: relative;
		top: -3px;
		bottom: auto
	}

@media(min-width:768px) {
	.box.no-featured-img .badge-type-3 {
		top: 0;
		bottom: auto
	}
}

.box.no-featured-img.topic-landing-mobile-box .badge-type-3 {
	position: relative !important;
	top: -3px !important
}

.box.no-featured-img.topic-landing-mobile-box .icon-wrapper {
	top: -2px !important;
	right: 20px !important;
	width: 25px !important;
	height: 25px !important
}

.box.no-featured-img.topic-landing-mobile-box .inner .box-body h3,
.box.no-featured-img.topic-landing-mobile-box .inner .box-body .h2 {
	margin-bottom: 20px !important
}

.box.topic-landing-mobile-box .badge-type-3 {
	left: 0;
	right: 0;
	font-size: 1.2rem;
	line-height: 1
}

.box.topic-landing-mobile-box.background-img,
.box.topic-landing-mobile-box.background-img-type1,
.box.topic-landing-mobile-box.background-img-type2,
.box.topic-landing-mobile-box.background-img-type3 {
	background-image: none
}

@media(max-width:767.98px) {
	.box .box-footer a + a {
		margin-top: 5px
	}
}

.box.box-type-1 {
	background: url("https://via.placeholder.com/800x1120") center bottom/cover;
	min-height: 450px
}

@media(min-width:768px) {
	.box.box-type-1 {
		min-height: 550px
	}
}

.box.box-type-1 .inner {
	padding-top: 4rem
}

	.box.box-type-1 .inner .box-header {
		margin: 0 0 2rem
	}

@media(min-width:768px) {
	.box.box-type-1 .inner .box-header {
		margin: 0 0 3rem
	}
}

.box.box-type-1 .inner .box-header .cm-logo {
	width: 60px;
	height: 60px
}

.box.box-type-1 .inner .box-header h2 {
	padding-left: 1rem;
	padding-right: 17px;
	line-height: 1.52;
	margin-bottom: 0
}

@media(min-width:768px) {
	.box.box-type-1 .inner .box-header h2 {
		padding-left: 20px;
		line-height: 1.16
	}
}

.box.box-type-1 .inner .box-body {
	margin-bottom: 20px
}

.box.box-type-1 .inner .box-footer .link {
	font-size: 1.4rem;
	line-height: 1.35;
	color: #db000b;
	font-weight: 700;
	text-decoration: underline
}

@media(min-width:768px) {
	.box.box-type-1 .inner .box-footer .link {
		font-size: 1.6rem;
		line-height: 1.37
	}
}

.box.box-type-2 {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease
}

@media(min-width:992px) {
	.box.box-type-2 {
		min-height: 553px
	}
}

.box.box-type-2 .thumb-img-wrapper {
	position: relative;
	overflow: hidden
}

	.box.box-type-2 .thumb-img-wrapper .icon-wrapper {
		position: absolute;
		right: 10px;
		bottom: 10px;
		width: 40px;
		height: 40px
	}

@media(min-width:768px) {
	.box.box-type-2 .thumb-img-wrapper .icon-wrapper {
		right: 20px;
		bottom: 20px;
		width: 50px;
		height: 50px
	}
}

.box.box-type-2 .thumb-img-wrapper .thumb-img {
	position: relative;
	max-width: 100%;
	height: 220px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	transition: transform .5s ease
}

	.box.box-type-2 .thumb-img-wrapper .thumb-img:hover,
	.box.box-type-2 .thumb-img-wrapper .thumb-img:focus {
		transform: scale(1.5)
	}

	.box.box-type-2 .thumb-img-wrapper .thumb-img img {
		object-fit: cover;
		width: 100%;
		height: 100%
	}

.box.box-type-2 .inner {
	display: flex;
	flex-direction: column;
	padding-top: 2rem
}

	.box.box-type-2 .inner .box-header {
		margin: 0 0 2rem;
		color: #000
	}

		.box.box-type-2 .inner .box-header .date {
			margin-right: 1rem;
			padding-right: 1rem;
			border-right: 1px solid #000;
			font-weight: 700
		}

			.box.box-type-2 .inner .box-header .date .month {
				font-size: 1.4rem;
				line-height: 1.35;
				text-transform: uppercase
			}

			.box.box-type-2 .inner .box-header .date .day {
				font-size: 2.1rem;
				line-height: 1.33
			}

		.box.box-type-2 .inner .box-header .event-location {
			font-size: 1.4rem;
			line-height: 1.35
		}

		.box.box-type-2 .inner .box-header .event-name {
			font-size: 1.4rem;
			line-height: 1.35;
			font-weight: 700
		}

			.box.box-type-2 .inner .box-header .event-name a {
				text-decoration: underline
			}

	/*.box.box-type-2 .inner .box-body {
		margin: 0 0 3rem
	}*/

/*@media(min-width:768px) {
	.box.box-type-2 .inner .box-body {
		margin: 0 0 4rem
	}
}*/

.box.box-type-2 .inner .box-body h3 a:hover,
.box.box-type-2 .inner .box-body h3 a:focus {
	text-decoration: underline !important;
	color: #db000b
}

.box.box-type-2 .inner .box-footer {
	position: absolute;
	bottom: 30px
}

@media(max-width:991.98px) {
	.box.box-type-2 .inner .box-footer {
		position: static
	}
}

.box.box-type-2.black-ver {
	background-color: #000
}

	.box.box-type-2.black-ver .box-header,
	.box.box-type-2.black-ver h2,
	.box.box-type-2.black-ver p {
		color: #fff
	}

		.box.box-type-2.black-ver .box-header a,
		.box.box-type-2.black-ver h2 a,
		.box.box-type-2.black-ver p a {
			color: #fff
		}

			.box.box-type-2.black-ver .box-header a:hover,
			.box.box-type-2.black-ver .box-header a:focus,
			.box.box-type-2.black-ver h2 a:hover,
			.box.box-type-2.black-ver h2 a:focus,
			.box.box-type-2.black-ver p a:hover,
			.box.box-type-2.black-ver p a:focus {
				color: #fe000c
			}

		.box.box-type-2.black-ver .box-header .date,
		.box.box-type-2.black-ver h2 .date,
		.box.box-type-2.black-ver p .date {
			border-right: 1px solid #fff
		}

	.box.box-type-2.black-ver .box-body h2 a:hover,
	.box.box-type-2.black-ver .box-body h2 a:focus {
		color: #fe000c
	}

	.box.box-type-2.black-ver a.pills {
		border: 1px solid #fff;
		color: #fff
	}

		.box.box-type-2.black-ver a.pills:hover,
		.box.box-type-2.black-ver a.pills:focus {
			border: 1px solid #db000b;
			background: #db000b
		}

.box.box-type-2.topic-landing-mobile-box {
	width: 100%;
	padding: 20px
}

@media(min-width:768px) {
	.box.box-type-2.topic-landing-mobile-box {
		padding: 30px
	}
}

.box.box-type-2.topic-landing-mobile-box .h2 {
	margin-bottom: 0
}

@media(max-width:767.98px) {
	.box.box-type-2.topic-landing-mobile-box .h2 {
		font-size: 1.6rem;
		line-height: 1.5
	}
}

.box.box-type-2.topic-landing-mobile-box .h2 + p {
	margin-top: 20px
}

.box.box-type-2.topic-landing-mobile-box .thumb-img-wrapper {
	float: left;
	width: 107px;
	overflow: visible
}

	.box.box-type-2.topic-landing-mobile-box .thumb-img-wrapper .icon-wrapper {
		position: absolute;
		right: 20px;
		bottom: 5px;
		width: 25px;
		height: 25px
	}

@media(min-width:768px) {
	.box.box-type-2.topic-landing-mobile-box .thumb-img-wrapper .icon-wrapper {
		right: 20px;
		bottom: 20px;
		width: 50px;
		height: 50px
	}
}

.box.box-type-2.topic-landing-mobile-box .badge-type-3 {
	left: 0;
	right: 0;
	font-size: 1.2rem;
	line-height: 1
}

.box.box-type-2.topic-landing-mobile-box .thumb-img {
	float: left;
	width: 90px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.box.box-type-2.topic-landing-mobile-box .label-thumb {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

	.box.box-type-2.topic-landing-mobile-box .label-thumb .badge-type-3 {
		position: static;
		width: 100%
	}

.box.box-type-2.topic-landing-mobile-box .inner {
	padding: 0;
	margin-left: 110px
}

@media(min-width:768px) and (max-width:1199.98px) {
	.box.box-type-2.topic-landing-mobile-box .inner {
		display: flex;
		flex-direction: column;
		height: 100%
	}
}

.box.box-type-2.topic-landing-mobile-box .inner .box-body {
	margin-bottom: 14px !important
}

@media(min-width:768px) and (max-width:1199.98px) {
	.box.box-type-2.topic-landing-mobile-box .inner .box-body {
		margin-bottom: 26px !important
	}
}

.box.box-type-2.topic-landing-mobile-box .inner .box-footer {
	position: static
}

@media(min-width:768px) and (max-width:1199.98px) {
	.box.box-type-2.topic-landing-mobile-box .inner .box-footer {
		margin-top: auto !important
	}
}

.box.box-type-2.topic-landing-mobile-box .inner .box-header {
	margin-bottom: 1rem
}

.box.box-type-2.topic-landing-mobile-box .inner .box-body {
	margin: 0
}

	.box.box-type-2.topic-landing-mobile-box .inner .box-body h2 {
		font-size: 1.6rem;
		line-height: 1.5;
		margin-bottom: 0
	}

		.box.box-type-2.topic-landing-mobile-box .inner .box-body h2 + p {
			margin-top: 20px
		}

@media(max-width:767.98px) {
	.box.box-type-2.topic-landing-mobile-box .inner .box-body p {
		display: none
	}
}

@media(min-width:768px) and (max-width:1199.98px) {
	.box.box-type-2.topic-landing-mobile-box .inner .box-body + .box-footer {
		margin-top: auto !important
	}
}

.box.box-type-2:hover,
.box.box-type-2:focus {
	/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8)*/
}

.box.box-type-3 {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease
}

	.box.box-type-3 .thumb-img-wrapper {
		position: relative;
		overflow: hidden
	}

		.box.box-type-3 .thumb-img-wrapper .icon-wrapper {
			position: absolute;
			right: 10px;
			bottom: 10px;
			width: 40px;
			height: 40px
		}

@media(min-width:768px) {
	.box.box-type-3 .thumb-img-wrapper .icon-wrapper {
		right: 20px;
		bottom: 20px;
		width: 50px;
		height: 50px
	}
}

.box.box-type-3 .thumb-img-wrapper .thumb-img {
	position: relative;
	max-width: 100%;
	height: 220px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	transition: transform .5s ease
}

	.box.box-type-3 .thumb-img-wrapper .thumb-img:hover,
	.box.box-type-3 .thumb-img-wrapper .thumb-img:focus {
		transform: scale(1.5)
	}

	.box.box-type-3 .thumb-img-wrapper .thumb-img img {
		object-fit: cover;
		width: 100%;
		height: 100%
	}

	.box.box-type-3 .thumb-img-wrapper .thumb-img .icon-wrapper {
		position: absolute;
		right: 20px;
		bottom: 20px
	}

.box.box-type-3 .inner {
	padding: 20px 65px 30px 20px
}

@media(min-width:768px) {
	.box.box-type-3 .inner {
		padding: 30px
	}
}

.box.box-type-3 .inner .box-header {
	margin: 0 0 2rem;
	color: #000
}

	.box.box-type-3 .inner .box-header a {
		font-size: 1.4rem;
		line-height: 1.35;
		font-weight: 700;
		text-decoration: underline
	}

	.box.box-type-3 .inner .box-header .article-links li {
		display: inline-block
	}

		.box.box-type-3 .inner .box-header .article-links li:before {
			content: "|";
			padding-right: 3px
		}

		.box.box-type-3 .inner .box-header .article-links li:first-child:before {
			content: ""
		}

.box.box-type-3 .inner .box-body {
	margin: 0 0 7.5rem
}

@media(min-width:768px) {
	.box.box-type-3 .inner .box-body {
		margin: 0 0 8.5rem
	}
}

.box.box-type-3 .inner .box-body h3 a:hover,
.box.box-type-3 .inner .box-body h3 a:focus {
	text-decoration: underline !important
}

.box.box-type-3 .inner .box-body p {
	margin-bottom: 2rem
}

.box.box-type-3 .inner .box-body .date {
	font-size: 1.4rem;
	line-height: 1.35
}

.box.box-type-3 .inner .box-footer {
	position: absolute;
	bottom: 30px
}

/*.box.box-type-3:hover,
.box.box-type-3:focus {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8)
}*/

.box.box-type-3 .badge-type-3 {
	position: absolute;
	left: 20px
}

@media(min-width:768px) {
	.box.box-type-3 .badge-type-3 {
		bottom: 0
	}
}

.box.box-type-3.no-featured-img .badge-type-3 {
	position: relative;
	top: -3px;
	bottom: auto
}

@media(min-width:768px) {
	.box.box-type-3.no-featured-img .badge-type-3 {
		top: 0;
		bottom: auto
	}
}

.box.box-type-3.no-featured-img .icon-wrapper {
	position: absolute;
	top: 30%;
	right: 20px;
	width: 50px;
	height: 50px
}

.box.box-type-3.topic-landing-mobile-box {
	padding-bottom: 20px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	border-bottom: 1px solid #000;
	width: 100%
}

	.box.box-type-3.topic-landing-mobile-box .badge-type-3 {
		left: 0;
		right: 0;
		bottom: -22px;
		font-size: 1.2rem;
		line-height: 1
	}

@media(min-width:768px) {
	.box.box-type-3.topic-landing-mobile-box {
		padding-bottom: 30px
	}
}

.box.box-type-3.topic-landing-mobile-box.background-gray-100 {
	background-color: transparent
}

.box.box-type-3.topic-landing-mobile-box .thumb-img-wrapper {
	float: left;
	width: 107px;
	overflow: visible
}

	.box.box-type-3.topic-landing-mobile-box .thumb-img-wrapper .thumb-img {
		height: 70px;
		background-repeat: no-repeat;
		background-position: top
	}

		.box.box-type-3.topic-landing-mobile-box .thumb-img-wrapper .thumb-img:hover,
		.box.box-type-3.topic-landing-mobile-box .thumb-img-wrapper .thumb-img:focus {
			transform: none
		}

	.box.box-type-3.topic-landing-mobile-box .thumb-img-wrapper .icon-wrapper {
		width: 25px;
		height: 25px;
		right: 5px;
		bottom: 5px
	}

	.box.box-type-3.topic-landing-mobile-box .thumb-img-wrapper .label-thumb {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0
	}

		.box.box-type-3.topic-landing-mobile-box .thumb-img-wrapper .label-thumb .badge-type-3 {
			position: static;
			width: 100%
		}

		.box.box-type-3.topic-landing-mobile-box .thumb-img-wrapper .label-thumb .icon-wrapper {
			bottom: 7px
		}

.box.box-type-3.topic-landing-mobile-box .inner {
	padding: 0;
	margin-left: 127px
}

@media(min-width:768px) and (max-width:1199.98px) {
	.box.box-type-3.topic-landing-mobile-box .inner {
		display: flex;
		flex-direction: column;
		height: 100%;
		margin-left: 50%
	}
}

.box.box-type-3.topic-landing-mobile-box .inner .box-header {
	margin-bottom: 5px
}

.box.box-type-3.topic-landing-mobile-box .inner .box-body {
	margin: 0 0 10px
}

	.box.box-type-3.topic-landing-mobile-box .inner .box-body h3,
	.box.box-type-3.topic-landing-mobile-box .inner .box-body .h2 {
		font-size: 1.6rem;
		line-height: 1.5;
		margin-bottom: 10px;
		padding-right: 0
	}

@media(min-width:768px) {
	.box.box-type-3.topic-landing-mobile-box .inner .box-body h3,
	.box.box-type-3.topic-landing-mobile-box .inner .box-body .h2 {
		font-size: 2.4rem
	}
}

.box.box-type-3.topic-landing-mobile-box .inner .box-footer {
	position: static
}

	.box.box-type-3.topic-landing-mobile-box .inner .box-footer a.pills {
		margin-bottom: 2px
	}

		.box.box-type-3.topic-landing-mobile-box .inner .box-footer a.pills:last-child {
			margin-bottom: 0
		}

@media(min-width:768px) {
	.box.box-type-3.topic-landing-mobile-box .inner .box-footer a.pills {
		margin-bottom: 0
	}
}

@media(min-width:768px) and (max-width:1199.98px) {
	.box.box-type-3.topic-landing-mobile-box .badge-type-3 {
		font-size: 1.4rem;
		padding-top: 8px;
		padding-bottom: 8px
	}
}

.box.box-type-3.topic-landing-mobile-box.no-featured-img .badge {
	margin-bottom: 20px
}

@media(min-width:768px) and (max-width:1199.98px) {
	.box.box-type-3.topic-landing-mobile-box.no-featured-img .inner {
		height: auto
	}
}

.box.box-type-3.topic-landing-mobile-box.no-featured-img .box-body + .box-footer {
	margin-top: 20px !important
}

	.box.box-type-3.topic-landing-mobile-box.no-featured-img .box-body + .box-footer a.pills {
		margin-bottom: 0
	}

.box.box-type-3.topic-landing-mobile-box.no-featured-img .box-footer a.pills + .pills {
	margin-top: 0
}

@media(min-width:768px) and (max-width:1199.98px) {
	.box.box-type-3.topic-landing-mobile-box.no-featured-img .icon-wrapper {
		right: 20px !important;
		width: 50px !important;
		height: 50px !important
	}
}

.box.box-type-3.social-box .inner .box-body p {
	font-family: 'SwissPosters', sans-serif;
	font-size: 1.8rem;
	line-height: 1.66;
	font-weight: 400
}

@media(min-width:768px) {
	.box.box-type-3.social-box .inner .box-body p {
		font-size: 2.1rem;
		line-height: 1.71
	}
}

.box.box-type-3.social-box .inner .box-footer i {
	font-size: 3.2rem;
	line-height: 1.18;
	color: #000
}

.box.background-img {
	position: relative;
	background: url("/ResourcePackages/CMA/assets/dist/images/cma-pixel-card-corner-01.svg") 100% -2% no-repeat;
	background-size: 90px 166px
}

	.box.background-img.topic-landing-mobile-box {
		margin-bottom: 20px
	}

		.box.background-img.topic-landing-mobile-box .inner {
			margin-left: 0
		}

@media(min-width:768px) {
	.box.background-img .inner .box-body h2,
	.box.background-img .inner .box-body .h2 {
		padding-right: 6rem
	}
}

.box.background-img-type1 {
	background: url("/ResourcePackages/CMA/assets/dist/images/cma-pixel-card-corner-02.svg") 105% 0 no-repeat;
	background-size: 150px 142px
}

	.box.background-img-type1.topic-landing-mobile-box .inner {
		margin-left: 0
	}

@media(min-width:768px) {
	.box.background-img-type1 .inner .box-body h2,
	.box.background-img-type1 .inner .box-body .h2 {
		padding-right: 6rem
	}
}

.box.background-img-type2 {
	background: url("/ResourcePackages/CMA/assets/dist/images/cma-pixel-card-corner-03.svg") 100% -30px no-repeat;
	background-size: 144px 138px
}

	.box.background-img-type2.topic-landing-mobile-box .inner {
		margin-left: 0
	}

@media(min-width:768px) {
	.box.background-img-type2 .inner .box-body h2,
	.box.background-img-type2 .inner .box-body .h2 {
		padding-right: 6rem
	}
}

.box.background-img-type3 {
	background: url("/ResourcePackages/CMA/assets/dist/images/cma-pixel-card-corner-03.svg") 100% -30px no-repeat;
	background-size: 144px 138px
}

	.box.background-img-type3.topic-landing-mobile-box .inner {
		margin-left: 0
	}

@media(min-width:768px) {
	.box.background-img-type3 .inner .box-body h2,
	.box.background-img-type3 .inner .box-body .h2 {
		padding-right: 6rem
	}
}

.box.background-gray-100 {
	background-color: #f2f2f2
}

.box.box-type-4 {
	box-shadow: none;
	background: transparent;
	margin-bottom: 40px
}

@media(min-width:768px) {
	.box.box-type-4 {
		margin-bottom: 0
	}
}

.box.box-type-4 .inner {
	padding-left: 0
}

@media(max-width:991.98px) {
	.box.box-type-4 .inner {
		padding: 20px 0 0
	}
}

.box.box-type-4 .inner a.box-cta-link {
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: underline
}

	.box.box-type-4 .inner a.box-cta-link:hover,
	.box.box-type-4 .inner a.box-cta-link:focus {
		color: #fe000c;
		text-decoration: none
	}

.sidebar-cta .box.box-type-1 {
	max-width: 377px;
	margin: 0 auto;
	margin-bottom: 30px
}

@media(min-width:768px) {
	.sidebar-cta .box.box-type-1 {
		margin-bottom: 0
	}
}

@media(min-width:768px) {
	.sidebar-cta .box {
		margin-bottom: 0
	}
}

.topic-landing-box-list [class*='col-']:last-child .box.box-type-3.topic-landing-mobile-box {
	border-bottom: 0;
	margin-bottom: 0
}

.topic-landing-box-list + .zone-leaderboard {
	margin-top: 60px
}

.topic-landing-box-list + .zone-articles {
	margin-top: 40px
}

@media(min-width:768px) {
	.topic-landing-box-list + .zone-articles {
		margin-top: 60px
	}
}

.topic-landing-box-list + .zone-articles .slider {
	margin-top: -20px
}

@media(min-width:768px) {
	.topic-landing-box-list + .zone-articles .slider {
		margin-top: 0
	}
}

@media(min-width:768px) {
	.topic-landing-box-list [class*='col-']:nth-child(odd) .box {
		background-color: #fff
	}
}

.topic-landing-box-list [class*='col-']:nth-child(odd) .box.event-box {
	background-color: #000;
	color: #fff
}

	.topic-landing-box-list [class*='col-']:nth-child(odd) .box.event-box a {
		color: #fff
	}

		.topic-landing-box-list [class*='col-']:nth-child(odd) .box.event-box a:hover {
			color: #fe000c
		}

	.topic-landing-box-list [class*='col-']:nth-child(odd) .box.event-box p,
	.topic-landing-box-list [class*='col-']:nth-child(odd) .box.event-box .date,
	.topic-landing-box-list [class*='col-']:nth-child(odd) .box.event-box .month,
	.topic-landing-box-list [class*='col-']:nth-child(odd) .box.event-box .event-location {
		color: #fff
	}

	.topic-landing-box-list [class*='col-']:nth-child(odd) .box.event-box a.pills {
		border: 1px solid #fff;
		color: #fff
	}

		.topic-landing-box-list [class*='col-']:nth-child(odd) .box.event-box a.pills:hover,
		.topic-landing-box-list [class*='col-']:nth-child(odd) .box.event-box a.pills:focus {
			border: 1px solid #db000b;
			background: #fe000c
		}

	.topic-landing-box-list [class*='col-']:nth-child(odd) .box.event-box .date {
		border-right: 1px solid #fff
	}

@media(min-width:768px) {
	.topic-landing-box-list [class*='col-']:nth-child(even) .box {
		background-color: #f2f2f2
	}
}

@media(min-width:768px) {
	.topic-landing-box-list [class*='col-']:nth-child(even) .box.event-box {
		background-color: #fff
	}
}

.topic-landing-box-list.media-rel-search-result .box {
	background-color: #fff !important
}

.slider-box-sm [class*='col-']:nth-child(odd) .box {
	background-color: #fff
}

	.slider-box-sm [class*='col-']:nth-child(odd) .box.background-img,
	.slider-box-sm [class*='col-']:nth-child(odd) .box.background-img-type1,
	.slider-box-sm [class*='col-']:nth-child(odd) .box.background-img-type2,
	.slider-box-sm [class*='col-']:nth-child(odd) .box.background-img-type3 {
		background-color: #fff
	}

.slider-box-sm [class*='col-']:nth-child(even) .box {
	background-color: #000;
	color: #fff
}

	.slider-box-sm [class*='col-']:nth-child(even) .box .box-header,
	.slider-box-sm [class*='col-']:nth-child(even) .box h2,
	.slider-box-sm [class*='col-']:nth-child(even) .box p {
		color: #fff
	}

		.slider-box-sm [class*='col-']:nth-child(even) .box .box-header a,
		.slider-box-sm [class*='col-']:nth-child(even) .box h2 a,
		.slider-box-sm [class*='col-']:nth-child(even) .box p a {
			color: #fff
		}

			.slider-box-sm [class*='col-']:nth-child(even) .box .box-header a:hover,
			.slider-box-sm [class*='col-']:nth-child(even) .box .box-header a:focus,
			.slider-box-sm [class*='col-']:nth-child(even) .box h2 a:hover,
			.slider-box-sm [class*='col-']:nth-child(even) .box h2 a:focus,
			.slider-box-sm [class*='col-']:nth-child(even) .box p a:hover,
			.slider-box-sm [class*='col-']:nth-child(even) .box p a:focus {
				color: #fe000c
			}

		.slider-box-sm [class*='col-']:nth-child(even) .box .box-header .date,
		.slider-box-sm [class*='col-']:nth-child(even) .box h2 .date,
		.slider-box-sm [class*='col-']:nth-child(even) .box p .date {
			border-right: 1px solid #fff
		}

	.slider-box-sm [class*='col-']:nth-child(even) .box .box-body h2,
	.slider-box-sm [class*='col-']:nth-child(even) .box .box-body h3,
	.slider-box-sm [class*='col-']:nth-child(even) .box .box-body .h2 {
		color: #fff
	}

		.slider-box-sm [class*='col-']:nth-child(even) .box .box-body h2 a,
		.slider-box-sm [class*='col-']:nth-child(even) .box .box-body h3 a,
		.slider-box-sm [class*='col-']:nth-child(even) .box .box-body .h2 a {
			color: #fff
		}

			.slider-box-sm [class*='col-']:nth-child(even) .box .box-body h2 a:hover,
			.slider-box-sm [class*='col-']:nth-child(even) .box .box-body h2 a:focus,
			.slider-box-sm [class*='col-']:nth-child(even) .box .box-body h3 a:hover,
			.slider-box-sm [class*='col-']:nth-child(even) .box .box-body h3 a:focus,
			.slider-box-sm [class*='col-']:nth-child(even) .box .box-body .h2 a:hover,
			.slider-box-sm [class*='col-']:nth-child(even) .box .box-body .h2 a:focus {
				color: #fe000c
			}

	.slider-box-sm [class*='col-']:nth-child(even) .box a.pills {
		border: 1px solid #fff;
		color: #fff
	}

		.slider-box-sm [class*='col-']:nth-child(even) .box a.pills:hover,
		.slider-box-sm [class*='col-']:nth-child(even) .box a.pills:focus {
			border: 1px solid #db000b;
			background: #db000b
		}

	.slider-box-sm [class*='col-']:nth-child(even) .box.background-img,
	.slider-box-sm [class*='col-']:nth-child(even) .box.background-img-type1,
	.slider-box-sm [class*='col-']:nth-child(even) .box.background-img-type2,
	.slider-box-sm [class*='col-']:nth-child(even) .box.background-img-type3 {
		background-color: #fff
	}

@media(min-width:768px) and (max-width:1199.98px) {
	.ipad-condenced-card .topic-landing-box-list .full-width-col {
		flex: 0 0 100%;
		max-width: 100%
	}

		.ipad-condenced-card .topic-landing-box-list .full-width-col .topic-landing-mobile-box {
			width: 100%;
			background: 0
		}

			.ipad-condenced-card .topic-landing-box-list .full-width-col .topic-landing-mobile-box .thumb-img-wrapper {
				width: calc(50% - 30px);
				margin-right: 30px
			}

				.ipad-condenced-card .topic-landing-box-list .full-width-col .topic-landing-mobile-box .thumb-img-wrapper .badge-type-3 {
					width: auto;
					left: 30px;
					bottom: 0;
					right: auto
				}
}

@media(min-width:768px) and (max-width:1199.98px) and (min-width:768px) and (max-width:991.98px) {
	.ipad-condenced-card .topic-landing-box-list .full-width-col .topic-landing-mobile-box .thumb-img-wrapper .icon-wrapper {
		bottom: 10px;
		right: 10px !important;
		width: 50px !important;
		height: 50px !important
	}
}

@media(min-width:768px) and (max-width:1199.98px) {
	.ipad-condenced-card .topic-landing-box-list .full-width-col .topic-landing-mobile-box .thumb-img-wrapper .thumb-img {
		min-height: 202px;
		width: 100%
	}

	.ipad-condenced-card .topic-landing-box-list .full-width-col .topic-landing-mobile-box.no-featured-img .inner {
		padding-right: 90px
	}
}

.council-member h2 {
	line-height: 1.58;
	font-weight: 400
}

	.council-member h2 a {
		text-decoration: underline;
		color: #000
	}

.council-member .council-member-body a {
	font-weight: 700;
	line-height: 1.75;
	margin-bottom: 10px;
	text-decoration: underline;
	display: inline-block;
	color: #000
}

	.council-member .council-member-body a:hover,
	.council-member .council-member-body a:focus {
		text-decoration: underline;
		color: #db000b
	}

.council-member .council-member-body ul li {
	margin-bottom: 10px
}

	.council-member .council-member-body ul li:last-child {
		margin-bottom: 20px
	}

@media(min-width:576px) {
	.council-member .council-member-body ul li:last-child {
		margin-bottom: 0
	}
}

.council-member .council-member-body [class*='col-']:last-child ul li:last-child {
	margin-bottom: 0
}

.common-head {
	font-size: 1.3rem;
	line-height: 1.35;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif
}

a.common-head {
	color: #000;
	text-decoration: none
}

.member-logos .common-head {
	font-size: 1.4rem
}

.member-logos.sponsor-border {
	border-top: 1px solid #000;
	padding-top: 40px
}

@media(min-width:768px) {
	.member-logos.sponsor-border {
		border: 0;
		padding-top: 0
	}
}

.member-logos h4.common-head,
.member-logos h2.common-head {
	margin-bottom: 20px
}

@media(min-width:768px) {
	.member-logos h4.common-head,
	.member-logos h2.common-head {
		margin-bottom: 30px;
		white-space: nowrap
	}
}

.member-logos .sponsors-member {
	padding-bottom: 40px
}

@media(min-width:768px) {
	.member-logos .sponsors-member {
		padding-bottom: 0
	}
}

.member-logos .sponsors-member ul {
	margin: 0 -10px
}

@media(min-width:768px) {
	.member-logos .sponsors-member ul {
		margin: 0 -15px
	}
}

@media(min-width:992px) {
	.member-logos .sponsors-member ul {
		margin: 0
	}
}

@media(min-width:768px) and (max-width:991.98px) {
	.member-logos .sponsors-member ul {
		padding-bottom: 30px
	}
}

.member-logos .sponsors-member ul li {
	margin: 0 0 30px;
	width: 50%;
	padding: 0 10px
}

	.member-logos .sponsors-member ul li:last-child {
		margin-bottom: 0
	}

	.member-logos .sponsors-member ul li a img {
		width: 100%
	}

@media(min-width:768px) {
	.member-logos .sponsors-member ul li {
		width: 25%;
		padding: 0 15px
	}

		.member-logos .sponsors-member ul li:last-child {
			margin-bottom: 30px
		}

		.member-logos .sponsors-member ul li:first-child {
			margin-left: 0
		}
}

@media(min-width:992px) {
	.member-logos .sponsors-member ul li {
		margin: 0 0 0 30px;
		width: auto;
		max-width: 110px;
		padding: 0
	}

		.member-logos .sponsors-member ul li:last-child {
			margin-bottom: 0;
			margin-right: 30px
		}

		.member-logos .sponsors-member ul li a {
			transform: scale(1);
			display: inline-block;
			transition: all 300ms ease-in-out
		}
}

.member-logos .sponsors-member.sponsors li {
	flex: 1 0 24%;
	margin: 0 0 60px
}

	.member-logos .sponsors-member.sponsors li span {
		display: block
	}

.member-logos .feature-member {
	border-left: 0;
	border-top: 1px solid #000;
	padding-top: 30px
}

@media(min-width:992px) {
	.member-logos .feature-member {
		border-left: 1px solid #000;
		padding-left: 30px;
		padding-bottom: 0;
		border-top: 0;
		padding-top: 0
	}

		.member-logos .feature-member a {
			transform: scale(1);
			display: inline-block;
			transition: all 300ms ease-in-out
		}
}

@media(min-width:992px) and (min-width:992px) {
	.member-logos .feature-member a {
		max-width: 110px
	}
}

@media(min-width:768px) and (max-width:991.98px) {
	.member-logos .feature-member {
		padding-top: 60px
	}
}

.cma-pixel-corner {
	background-image: none
}

@media(min-width:768px) {
	.cma-pixel-corner {
		position: relative
	}
}

.article-feature {
	position: relative;
	background: #fff
}

	.article-feature.article {
		padding-top: 30px
	}

		.article-feature.article.article-feature-vdo {
			padding-top: 30px
		}

@media(min-width:768px) {
	.article-feature.article.article-feature-vdo {
		padding-top: 60px
	}
}

.article-feature .feature-auth-outer {
	margin-bottom: 40px;
	font-size: 1.4rem;
	line-height: 1
}

	.article-feature .feature-auth-outer a {
		text-decoration: none;
		font-size: 1.4rem
	}

@media(min-width:768px) {
	.article-feature .feature-auth-outer a {
		font-size: 1.6rem
	}
}

@media(min-width:768px) {
	.article-feature .feature-auth-outer {
		margin-bottom: 60px;
		font-size: 1.6rem
	}
}

.article-feature .feature-auth-outer .feature-auth {
	margin-right: 7px
}

@media(min-width:768px) {
	.article-feature .feature-auth-outer .feature-auth {
		margin-right: 20px
	}
}

.article-feature .feature-auth-outer .feature-auth a {
	border-right: 1px solid #000;
	display: inline-block;
	color: #000
}

	.article-feature .feature-auth-outer .feature-auth a:hover,
	.article-feature .feature-auth-outer .feature-auth a:focus {
		color: #db000b;
		text-decoration: underline !important
	}

@media(max-width:348px) {
	.article-feature .feature-auth-outer .feature-pills {
		margin-top: 10px
	}
}

.article-template {
	position: relative
}

@media(min-width:1200px) {
	.article-template .cma-pixel-corner {
		position: relative
	}
}

@media(max-width:1199.98px) {
	.article-template .cma-pixel-corner {
		background-image: none
	}
}

.article-featured-img {
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	width: 100vw;
	height: 210px;
	background-position: center;
	background-size: cover
}

@media(min-width:768px) {
	.article-featured-img {
		margin-left: -30px;
		margin-right: -30px;
		height: 400px
	}
}

@media(min-width:992px) {
	.article-featured-img {
		position: absolute;
		right: 15px;
		height: 600px;
		width: 65vw;
		margin: 0
	}
}

@media(min-width:992px) {
	.article-featured-img + .article-feature {
		margin-top: 350px
	}
}

.article-mobile-strategy {
	font-weight: 700;
	color: #000;
	font-size: 1.4rem;
	margin-bottom: 20px;
	line-height: 1.35;
	display: inline-block
}

@media(min-width:768px) {
	.zone-article-template.article-2col-layout + .zone.zone-2col-layout {
		margin-top: 60px
	}

	.zone-2col-layout + .zone.zone-2col-content-area {
		margin-top: 60px
	}
}

.article.article-feature .article-top-landing-header {
	position: relative;
	background-color: #f2f2f2;
	margin: -30px -20px 40px;
	padding: 20px 20px 30px
}

	.article.article-feature .article-top-landing-header .badge.top-landing-badge {
		position: absolute;
		top: -22px;
		left: 20px;
		border: 0;
		text-transform: uppercase
	}

@media(min-width:768px) {
	.article.article-feature .article-top-landing-header .badge.top-landing-badge {
		top: -28px;
		left: 25px
	}
}

@media(min-width:992px) {
	.article.article-feature .article-top-landing-header .badge.top-landing-badge {
		top: -28px;
		left: 122px
	}
}

.article.article-feature .article-top-landing-header .feature-auth-outer {
	margin-bottom: 20px
}

@media(min-width:768px) {
	.article.article-feature .article-top-landing-header {
		padding: 30px 100px 60px 127px;
		margin: -30px 0 60px
	}

		.article.article-feature .article-top-landing-header .feature-auth-outer {
			margin-bottom: 30px
		}
}

@media(min-width:768px) {
	.article.article-feature .article-top-landing-header.article-landing-modifier {
		margin: -30px -30px 60px
	}
}

@media(min-width:992px) {
	.article.article-feature .article-top-landing-header.article-landing-modifier {
		margin: -30px 0 60px
	}
}

.native-dropdown-holder.topic-landing-dropdown {
	width: 100%
}

@media(min-width:992px) {
	.native-dropdown-holder.topic-landing-dropdown {
		width: 180px
	}
}

.load-article {
	width: 100%;
	margin-top: 20px;
	position: relative;
	text-align: center
}

@media(min-width:992px) {
	.load-article {
		margin-top: 0
	}
}

@media(min-width:992px) {
	.load-article {
		margin: 10px 0 90px
	}
}

.load-article .common-head {
	display: inline-block;
	position: relative;
	margin-bottom: 30px
}

@media(min-width:992px) {
	.load-article .common-head {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		margin-bottom: 0
	}
}

.load-article .article-btn-position {
	width: 100%
}

@media(min-width:768px) {
	.load-article .article-btn-position {
		width: auto
	}
}

@media(min-width:992px) {
	.topic-landing-box-list .box {
		margin-bottom: 3rem
	}
}

.topic-landing-box-list h4.common-head a {
	color: #000;
	text-decoration: none
}

	.topic-landing-box-list h4.common-head a:hover,
	.topic-landing-box-list h4.common-head a:focus {
		color: #db000b;
		text-decoration: underline !important
	}

.zone-article-template h2.heading__larger {
	margin-top: 20px
}

@media(max-width:767.98px) {
	.zone-article-template h2.heading__larger {
		margin-bottom: 20px
	}
}

.zone-article-template h1 {
	margin-bottom: 20px;
	margin-top: 20px
}

@media(min-width:768px) {
	.zone-article-template h1 {
		margin-top: 0
	}
}

.zone-article-template .native-dropdown-holder {
	margin-bottom: 40px
}

@media(max-width:991.98px) {
	.zone-article-template p.heading__larger + .custom-dropdown {
		margin-top: -10px
	}
}

.zone-article-template .custom-dropdown.strategy-dropdown {
	margin-bottom: 40px
}

@media(min-width:768px) {
	.content-landing-top .zone-filter-options {
		padding-top: 0
	}
}

.no-featured-image .article.article-feature {
	padding-top: 0
}

.video-placeholder {
	position: relative;
	padding-top: 56%
}

	.video-placeholder iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100%;
		margin-left: -20px;
		margin-right: -20px
	}

@media(min-width:768px) {
	.video-placeholder iframe {
		margin-left: -30px;
		margin-right: -30px
	}
}

@media(min-width:992px) {
	.video-placeholder iframe {
		width: 100%;
		margin: 0
	}
}

.video-placeholder + .transcript {
	margin-top: 30px
}

.video-placeholder .video-poster {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100vw;
	margin-left: -20px;
	margin-right: -20px;
	border: 0;
	background-size: cover;
	cursor: pointer;
	background-position: center
}

@media(min-width:768px) {
	.video-placeholder .video-poster {
		margin-left: -30px;
		margin-right: -30px
	}
}

@media(min-width:992px) {
	.video-placeholder .video-poster {
		width: 100%;
		margin: 0
	}
}

.video-placeholder .video-poster:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	content: "\f04b";
	font-family: "Font Awesome 5 Pro";
	font-size: 2.8rem;
	line-height: 2.15;
	font-weight: 700;
	color: #fff;
	background: #db000b;
	border-radius: 50%
}

.autocomplete-result {
	position: absolute;
	top: 53px;
	display: none;
	z-index: 9
}

@media(max-width:991.98px) {
	.autocomplete-result {
		left: -20px;
		right: -20px;
		max-height: calc(100vh - 115px);
		overflow: auto;
		top: 41px
	}
}

@media(min-width:768px) and (max-width:1199.98px) {
	.autocomplete-result {
		right: -75px
	}
}

.autocomplete-result li + li {
	margin-top: 15px
}

@media(max-width:991.98px) {
	.autocomplete-result li h3 {
		font-size: 2.1rem
	}
}

.autocomplete-result li a {
	text-decoration: none;
	color: #000
}

	.autocomplete-result li a:hover,
	.autocomplete-result li a:focus {
		text-decoration: underline !important
	}

.autocomplete-result.white-bg {
	padding: 30px;
	border-bottom: 40px solid #000;
	background: #fff;
	color: #000
}

@media(min-width:1200px) {
	.autocomplete-result.white-bg {
		left: -130px;
		padding: 50px 70px 50px 130px;
		border-bottom: 40px solid #000
	}
}

.autocomplete-result.white-bg .key-select {
	color: #fff;
	background: #000
}

.autocomplete-result.black-bg {
	background: #000
}

	.autocomplete-result.black-bg a,
	.autocomplete-result.black-bg p,
	.autocomplete-result.black-bg h3 {
		color: #fff
	}

	.autocomplete-result.black-bg .key-select {
		color: #000;
		background: #fff
	}

.autocomplete-result .result-box {
	overflow-x: hidden
}

.autocomplete-result .view-more-result {
	margin-top: 20px;
	color: #db000b !important;
	text-decoration: underline;
	display: inline-block;
	font-size: 16px
}

	.autocomplete-result .view-more-result strong {
		color: #db000b
	}

.article.article-feature .article-top-landing-header {
	padding: 30px 20px 30px 20px
}

@media(min-width:768px) {
	.article.article-feature .article-top-landing-header {
		padding: 30px 30px
	}
}

@media(min-width:992px) {
	.article.article-feature .article-top-landing-header {
		padding: 30px 76px 40px 123px
	}
}

.article.article-feature .article-top-landing-header.black-bg {
	background: #000
}

	.article.article-feature .article-top-landing-header.black-bg a {
		color: #fff
	}

		.article.article-feature .article-top-landing-header.black-bg a:hover,
		.article.article-feature .article-top-landing-header.black-bg a:focus {
			color: #db000b
		}

		.article.article-feature .article-top-landing-header.black-bg a.btn-inverse:hover,
		.article.article-feature .article-top-landing-header.black-bg a.btn-inverse:focus {
			background-color: #db000b
		}

	.article.article-feature .article-top-landing-header.black-bg .header {
		margin-bottom: 20px;
		color: #fff
	}

		.article.article-feature .article-top-landing-header.black-bg .header .date {
			margin-right: 1rem;
			padding-right: 1rem;
			border-right: 1px solid #fff;
			font-weight: 700
		}

			.article.article-feature .article-top-landing-header.black-bg .header .date .month {
				font-size: 1.4rem;
				line-height: 1.35
			}

			.article.article-feature .article-top-landing-header.black-bg .header .date .day {
				font-size: 2.1rem;
				line-height: 1.33
			}

		.article.article-feature .article-top-landing-header.black-bg .header .event-location {
			font-size: 1.4rem;
			line-height: 1.35
		}

		.article.article-feature .article-top-landing-header.black-bg .header .event-name {
			font-size: 1.4rem;
			line-height: 1.35;
			font-weight: 700
		}

			.article.article-feature .article-top-landing-header.black-bg .header .event-name a {
				color: #fff;
				text-decoration: underline
			}

				.article.article-feature .article-top-landing-header.black-bg .header .event-name a:hover,
				.article.article-feature .article-top-landing-header.black-bg .header .event-name a:focus {
					color: #fe000c
				}

	.article.article-feature .article-top-landing-header.black-bg h1 {
		color: #fff
	}

	.article.article-feature .article-top-landing-header.black-bg a.pills {
		border: 1px solid #fff
	}

		.article.article-feature .article-top-landing-header.black-bg a.pills:hover,
		.article.article-feature .article-top-landing-header.black-bg a.pills:focus {
			color: #fff;
			border: 1px solid transparent;
			background: #fe000c
		}

	.article.article-feature .article-top-landing-header.black-bg a.btn {
		color: #000
	}

		.article.article-feature .article-top-landing-header.black-bg a.btn:hover,
		.article.article-feature .article-top-landing-header.black-bg a.btn:focus {
			color: #fff
		}

	.article.article-feature .article-top-landing-header.black-bg p {
		margin: 0;
		color: #fff
	}

		.article.article-feature .article-top-landing-header.black-bg p.heading__larger + p {
			margin-top: 20px
		}

	.article.article-feature .article-top-landing-header.black-bg .price-chart p:nth-child(2n) {
		margin-bottom: 20px
	}

@media(min-width:992px) {
	.article.article-feature .article-top-landing-header.black-bg .price-chart p:nth-child(2n) {
		margin-bottom: 40px
	}
}

.article.article-feature .article-top-landing-header.black-bg .location {
	margin-bottom: 30px
}

@media(min-width:992px) {
	.article.article-feature .article-top-landing-header.black-bg .location {
		margin-bottom: 0
	}
}

.article.article-feature .article-top-landing-header.black-bg .location span {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff
}

.article.article-feature .article-top-landing-header.black-bg .cpd-credits {
	color: #fff;
	margin-bottom: 30px
}

@media(min-width:992px) {
	.article.article-feature .article-top-landing-header.black-bg .cpd-credits {
		margin-bottom: 40px
	}
}

.article.article-feature .article-top-landing-header.black-bg .cpd-credits img {
	margin-right: 10px;
	max-height: 50px
}

.article.article-feature .article-top-landing-header.black-bg .cpd-credits a {
	display: block
}

	.article.article-feature .article-top-landing-header.black-bg .cpd-credits a strong {
		color: #fff
	}

	.article.article-feature .article-top-landing-header.black-bg .cpd-credits a:hover,
	.article.article-feature .article-top-landing-header.black-bg .cpd-credits a:focus {
		color: #fe000c
	}

		.article.article-feature .article-top-landing-header.black-bg .cpd-credits a:hover strong,
		.article.article-feature .article-top-landing-header.black-bg .cpd-credits a:focus strong {
			color: #fe000c
		}

.zone-events-template .article-featured-img {
	width: 100vw;
	right: 0
}

.zone-events-template .sample-cta-link [class*='col-']:first-child a.bold {
	display: inline-block;
	margin-bottom: 20px
}

@media(min-width:992px) {
	.zone-events-template .sample-cta-link [class*='col-']:first-child a.bold {
		margin-bottom: 0
	}
}

@media(min-width:768px) and (max-width:991.98px) {
	.zone-events-template .article.article-feature .article-top-landing-header {
		margin: -30px -30px 40px;
		padding: 30px 30px 30px 30px
	}
}

.zone-2col-layout .video-placeholder {
	margin-bottom: 20px
}

@media(min-width:992px) {
	.zone-2col-layout .video-placeholder {
		margin-bottom: 0
	}
}

.zone-2col-layout .video-placeholder iframe,
.zone-2col-layout .video-placeholder .video-poster {
	width: 100%;
	margin-left: 0;
	margin-right: 0
}

.speaker .thumb-img-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px
}

	.speaker .thumb-img-wrapper .thumb-img {
		max-width: 100%;
		background-size: cover;
		height: 190px;
		position: relative;
		background-position: center;
		overflow: hidden;
		transition: transform .5s ease
	}

@media(min-width:768px) and (max-width:1199.98px) {
	.speaker .thumb-img-wrapper .thumb-img {
		height: auto
	}
}

@media(min-width:992px) {
	.speaker .thumb-img-wrapper .thumb-img {
		height: 220px
	}
}

.speaker .thumb-img-wrapper .thumb-img:hover,
.speaker .thumb-img-wrapper .thumb-img:focus {
	transform: scale(1.5)
}

.speaker .thumb-img-wrapper .thumb-img img {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.speaker .inner {
	margin-bottom: 40px
}

@media(min-width:992px) {
	.speaker .inner {
		margin-bottom: 0
	}
}

.speaker .inner .speaker-body {
	padding: 0 60px
}

@media(min-width:768px) {
	.speaker .inner .speaker-body {
		padding: 0 40px
	}
}

@media(min-width:992px) {
	.speaker .inner .speaker-body {
		padding: 0 60px
	}
}

.speaker [class*='col-']:last-child .inner {
	margin-bottom: 0
}

.speaker .speaker-header h2 {
	font-weight: 400
}

	.speaker .speaker-header h2 a {
		color: #000;
		text-decoration: none
	}

		.speaker .speaker-header h2 a:hover,
		.speaker .speaker-header h2 a:focus {
			color: #db000b;
			text-decoration: underline !important
		}

.form-group {
	margin-bottom: 30px
}

	.form-group label {
		margin-bottom: 10px
	}

	.form-group .form-control {
		margin-bottom: 0;
		border-radius: 10px;
		border: 1px solid #000;
		height: 40px;
		padding: 10px 20px;
		font-size: 1.6rem;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		color: #000
	}

@media(min-width:768px) {
	.form-group .form-control {
		height: 50px;
		padding: 14px 20px
	}
}

.form-group .form-control.select-dropdown {
	font-size: 1.6rem;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #000
}

.form-group.error-specific label {
	color: #db000b
}

.form-group.error-specific .form-control {
	border: 2px solid #db000b;
	color: #db000b
}

.form-group textarea.form-control {
	height: 200px
}

.form-group.inline-group > label {
	display: block
}

.form-group.inline-group .checkbox__holder,
.form-group.inline-group .radio__holder {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px
}

@media(min-width:992px) {
	.form-group.inline-group .checkbox__holder,
	.form-group.inline-group .radio__holder {
		margin-right: 30px;
		margin-bottom: 0
	}
}

.form-group.inline-group .checkbox__holder:last-of-type,
.form-group.inline-group .radio__holder:last-of-type {
	margin-right: 0;
	margin-bottom: 0
}

.form-group .checkbox__holder,
.form-group .radio__holder {
	position: relative
}

	.form-group .checkbox__holder input + label,
	.form-group .radio__holder input + label {
		font-size: 1.6rem;
		line-height: 3rem;
		display: inline-block;
		text-transform: capitalize;
		margin-bottom: 0;
		position: relative;
		padding-left: 40px
	}

		.form-group .checkbox__holder input + label:before,
		.form-group .radio__holder input + label:before {
			content: "";
			border: 1px solid #000;
			border-radius: 100%;
			position: absolute;
			left: 0;
			top: 0;
			height: 30px;
			width: 30px
		}

	.form-group .checkbox__holder input:focus + label:before,
	.form-group .radio__holder input:focus + label:before {
		box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.6)
	}

	.form-group .checkbox__holder input + label:before {
		content: "";
		border: 1px solid #000;
		border-radius: 0;
		position: absolute;
		left: 0;
		top: 0;
		height: 30px;
		width: 30px
	}

	.form-group .checkbox__holder input:focus + label:before {
		box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.6)
	}

	.form-group .checkbox__holder label:after {
		content: none;
		position: absolute;
		left: 12px;
		top: 5px;
		width: 8px;
		height: 16px;
		border: solid #fff;
		border-width: 0 3px 3px 0;
		color: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.form-group .radio__holder label:after {
		background-color: #db000b;
		border-radius: 100%;
		content: none;
		position: absolute;
		left: 8px;
		top: 8px;
		width: 14px;
		height: 14px
	}

	.form-group .radio__holder .radio__holder--box {
		margin: 40px 0;
		text-align: center
	}

		.form-group .radio__holder .radio__holder--box input + label {
			border: 1px solid #000;
			min-width: 245px;
			padding: 24px 24px 24px 130px;
			margin-right: 30px;
			text-align: left
		}

			.form-group .radio__holder .radio__holder--box input + label:last-child {
				margin-right: 0
			}

			.form-group .radio__holder .radio__holder--box input + label:before {
				left: 85px;
				top: 24px
			}

			.form-group .radio__holder .radio__holder--box input + label:after {
				left: 95px;
				top: 34px
			}

@media(max-width:767.98px) {
	.form-group .radio__holder .radio__holder--box input + label {
		padding: 19px 19px 19px 42px;
		margin-right: 20px;
		min-width: calc(50% - 10px);
		text-align: center
	}

		.form-group .radio__holder .radio__holder--box input + label:before {
			top: 19px;
			left: 50%;
			margin-left: -45px
		}

		.form-group .radio__holder .radio__holder--box input + label:after {
			top: 29px;
			left: 50%;
			margin-left: -35px
		}
}

.form-group .radio__holder .radio__holder--box input[type="radio"]:checked + label,
.form-group .radio__holder .radio__holder--box input[type="radio"]:hover + label,
.form-group .radio__holder .radio__holder--box input[type="radio"]:focus + label {
	border-color: #000
}

.form-group .checkbox__holder input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	margin: 9px;
	padding: 0
}

	.form-group .checkbox__holder input[type="checkbox"]:checked + label:before {
		border-color: #db000b;
		background: #db000b
	}

	.form-group .checkbox__holder input[type="checkbox"]:checked + label:after {
		content: ""
	}

.form-group .checkbox__holder .checkbox__holder--inline {
	text-align: center
}

	.form-group .checkbox__holder .checkbox__holder--inline fieldset label {
		font-size: 1.8rem
	}

		.form-group .checkbox__holder .checkbox__holder--inline fieldset label:not(:last-of-type) {
			margin-right: 100px
		}

@media(max-width:767.98px) {
	.form-group .checkbox__holder .checkbox__holder--inline fieldset label:not(:last-of-type) {
		margin-right: 30px
	}
}

.form-group .checkbox__holder .checkbox__holder--inline.error-specific .text-danger {
	margin-top: 20px
}

.form-group .radio__holder input[type="radio"] {
	opacity: 0;
	position: absolute;
	margin: 9px;
	padding: 0;
	z-index: 2
}

	.form-group .radio__holder input[type="radio"]:checked + label:before {
		border-color: #db000b;
		border-width: 2px
	}

	.form-group .radio__holder input[type="radio"]:checked + label:after {
		content: ""
	}

.native-dropdown-holder {
	position: relative
}

	.native-dropdown-holder::after {
		content: "\f107";
		font-family: 'Font Awesome 5 Pro';
		position: absolute;
		font-size: 2.1rem;
		font-weight: 700;
		line-height: 15px;
		color: #000;
		top: 19px;
		right: 15px;
		pointer-events: none
	}

	.native-dropdown-holder select {
		-webkit-appearance: none;
		-o-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		appearance: none
	}

		.native-dropdown-holder select::-ms-expand {
			display: none
		}

		.native-dropdown-holder select.select-dropdown {
			border: 1px solid #000;
			color: #000;
			height: 50px;
			border-radius: 25px;
			padding: 0 20px;
			font-family: 'SwissPosters', sans-serif;
			font-size: 1.8rem;
			font-weight: 700
		}

.input-group {
	margin-bottom: 20px
}

@media(min-width:992px) {
	.input-group {
		margin-bottom: 30px
	}
}

.input-group .form-control {
	height: 40px;
	font-size: 1.6rem;
	line-height: 1.4;
	border: 1px solid #000;
	border-radius: 10px;
	border-right: 0;
	padding-left: 20px;
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-weight: 400
}

@media(min-width:768px) {
	.input-group .form-control {
		height: 50px
	}
}

.input-group .input-group-text {
	background: #fff;
	border: 1px solid #000;
	border-radius: 10px;
	border-left: 0;
	font-size: 21px;
	line-height: 1.25;
	color: #000;
	padding: 7px 20px 5px 2px;
	height: 40px
}

	.input-group .input-group-text:hover,
	.input-group .input-group-text:focus {
		color: #db000b
	}

@media(min-width:768px) {
	.input-group .input-group-text {
		padding: 12px 20px 10px 2px;
		height: 50px
	}
}

.form-control {
	font-family: 'SwissPosters', sans-serif;
	font-weight: 700;
	margin-bottom: 20px
}

@media(min-width:992px) {
	.form-control {
		margin-bottom: 30px
	}
}

.form-control::placeholder {
	color: #000;
	font-size: 1.8rem
}

.form-control:-ms-input-placeholder {
	color: #000;
	line-height: 1.4
}

.form-control::-ms-input-placeholder {
	color: #000;
	border: 1px solid #000
}

input::-webkit-input-placeholder {
	color: #000
}

input::-moz-placeholder {
	color: #000
}

input:-ms-input-placeholder {
	color: #000
}

input:-moz-placeholder {
	color: #000
}

input::placeholder {
	color: #000
}

.custom-dropdown {
	display: inline-block;
	position: relative;
	min-width: 100%
}

@media(min-width:768px) {
	.custom-dropdown {
		width: 100%
	}
}

.custom-dropdown .custom-dropdown-btn {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
	padding: 6px 40px 14px 20px;
	font-size: 1.6rem;
	font-family: 'SwissPosters', sans-serif;
	font-weight: 700;
	border-radius: 25px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 40px
}

@media(min-width:768px) {
	.custom-dropdown .custom-dropdown-btn {
		height: 50px;
		padding: 12px 40px 12px 20px
	}
}

.custom-dropdown .custom-dropdown-btn.dropdown-icon-up.dropdown-toggle:after {
	content: '\f106'
}

.custom-dropdown .custom-dropdown-btn.dropdown-toggle {
	position: relative
}

	.custom-dropdown .custom-dropdown-btn.dropdown-toggle:after {
		content: '\f107';
		font-family: "Font Awesome 5 Pro";
		font-weight: 700;
		font-size: 2.1rem;
		border: 0;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%)
	}

.custom-dropdown.show .custom-dropdown-btn {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0
}

.custom-dropdown.show .dropdown-menu {
	width: 100%;
	border-radius: 0;
	border: 1px solid #000;
	padding: 0;
	max-height: 500px;
	overflow-y: auto
}

	.custom-dropdown.show .dropdown-menu.show {
		transform: translate3d(0, 40px, 0) !important;
		top: -1px !important;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2)
	}

@media(min-width:768px) {
	.custom-dropdown.show .dropdown-menu.show {
		transform: translate3d(0, 49px, 0) !important
	}
}

.custom-dropdown.show .dropdown-menu .dropdown-item {
	font-family: "Open Sans", sans-serif;
	font-size: 1.6rem;
	text-decoration: none;
	color: #000;
	padding: 14px 40px 14px 20px;
	white-space: inherit;
	position: relative
}

	.custom-dropdown.show .dropdown-menu .dropdown-item.active {
		background: 0
	}

		.custom-dropdown.show .dropdown-menu .dropdown-item.active:after {
			content: '\f00c';
			font-family: "Font Awesome 5 Pro";
			font-weight: 700;
			font-size: 1.6rem;
			color: #db000b;
			position: absolute;
			right: 15px;
			top: 50%;
			transform: translateY(-50%)
		}

		.custom-dropdown.show .dropdown-menu .dropdown-item.active:hover:after,
		.custom-dropdown.show .dropdown-menu .dropdown-item.active:focus:after {
			color: #db000b
		}

	.custom-dropdown.show .dropdown-menu .dropdown-item:focus:after {
		content: '\f00c';
		font-family: "Font Awesome 5 Pro";
		font-weight: 700;
		font-size: 1.6rem;
		color: #000;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%)
	}

	.custom-dropdown.show .dropdown-menu .dropdown-item:hover,
	.custom-dropdown.show .dropdown-menu .dropdown-item:focus {
		background: #f2f2f2
	}

		.custom-dropdown.show .dropdown-menu .dropdown-item:hover:after,
		.custom-dropdown.show .dropdown-menu .dropdown-item:focus:after {
			content: '\f00c';
			font-family: "Font Awesome 5 Pro";
			font-weight: 700;
			font-size: 1.6rem;
			color: #000;
			position: absolute;
			right: 15px;
			top: 50%;
			transform: translateY(-50%)
		}

	.custom-dropdown.show .dropdown-menu .dropdown-item.no-val:hover:after,
	.custom-dropdown.show .dropdown-menu .dropdown-item.no-val:focus:after,
	.custom-dropdown.show .dropdown-menu .dropdown-item.no-val.active:after {
		display: none
	}

	.custom-dropdown.show .dropdown-menu .dropdown-item.parent-page {
		font-weight: 700;
		text-transform: uppercase
	}

		.custom-dropdown.show .dropdown-menu .dropdown-item.parent-page.disabled {
			pointer-events: none;
			color: #716d6d
		}

			.custom-dropdown.show .dropdown-menu .dropdown-item.parent-page.disabled:focus:after {
				display: none
			}

	.custom-dropdown.show .dropdown-menu .dropdown-item.sub-page {
		padding-left: 30px
	}

.custom-dropdown.show .dropdown-menu .close-dropdown {
	font-family: "Open Sans", sans-serif;
	font-size: 1.6rem;
	text-decoration: none;
	color: #000;
	padding: 14px 40px 14px 20px;
	white-space: inherit;
	display: block;
	position: relative
}

	.custom-dropdown.show .dropdown-menu .close-dropdown:hover:after,
	.custom-dropdown.show .dropdown-menu .close-dropdown:focus:after {
		content: '\f00d';
		font-family: "Font Awesome 5 Pro";
		font-weight: 700;
		font-size: 1.6rem;
		color: #000;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%)
	}

	.custom-dropdown.show .dropdown-menu .close-dropdown.active:after {
		display: none
	}

.error-specific .custom-dropdown-btn {
	color: #db000b;
	border: 2px solid #db000b
}

.error-specific .parsley-error .text-danger .parsley-required {
	font-size: 1.4rem;
	line-height: 2;
	margin-left: 20px
}

.zone-filter-options {
	padding-top: 20px
}

@media(min-width:768px) {
	.zone-filter-options {
		padding-top: 30px
	}
}

@media(max-width:767.98px) {
	.zone-filter-options h1 {
		margin-bottom: 0
	}
}

.zone-filter-options .filter-option-wrapper {
	background: #f2f2f2;
	padding: 20px;
	margin-left: -20px;
	margin-right: -20px;
	display: none
}

@media(min-width:768px) {
	.zone-filter-options .filter-option-wrapper {
		padding: 0;
		margin: 0
	}
}

@media(max-width:767.98px) {
	.zone-filter-options .filter-option-wrapper {
		margin-top: 20px
	}
}

@media(min-width:768px) {
	.zone-filter-options .filter-option-wrapper {
		background: transparent;
		display: block
	}
}

.zone-filter-options .filter-option-wrapper .custom-dropdown {
	margin-bottom: 20px
}

@media(min-width:768px) {
	.zone-filter-options .filter-option-wrapper .custom-dropdown {
		margin-bottom: 0
	}
}

@media(min-width:768px) {
	.zone-filter-options .filter-option-wrapper .custom-dropdown .custom-dropdown-btn {
		font-size: 1.8rem
	}
}

.zone-filter-options .filter-option-wrapper + .topic-landing-box-list {
	margin-top: 20px
}

@media(min-width:768px) {
	.zone-filter-options .filter-option-wrapper + .topic-landing-box-list {
		margin-top: 30px
	}
}

.zone-filter-options .filter-option-wrapper .tag-wrapper {
	margin: 0 0 10px
}

@media(min-width:768px) {
	.zone-filter-options .filter-option-wrapper .tag-wrapper {
		margin: 30px 0 60px
	}
}

.zone-filter-options .filter-option-wrapper.open .tag-wrapper {
	margin: 0 0 10px
}

@media(min-width:768px) {
	.zone-filter-options .filter-option-wrapper.open .tag-wrapper {
		margin: 30px 0 50px
	}
}

.zone-filter-options .filter-option-wrapper .search-input,
.zone-filter-options .filter-option-wrapper .custom-dropdown {
	margin-bottom: 30px
}

@media(min-width:768px) {
	.zone-filter-options .filter-option-wrapper .btn {
		min-width: inherit;
		padding: 12px 20px
	}
}

.zone-filter-options .filter-option-wrapper .search-input.input-group .form-control {
	font-family: 'SwissPosters', sans-serif;
	font-weight: 700
}

@media(min-width:768px) {
	.zone-filter-options .filter-option-wrapper .search-input.input-group .form-control {
		font-size: 1.8rem
	}
}

.zone-filter-options .filter-option-wrapper .no-results-section {
	display: none
}

.zone-filter-options .tag-wrapper,
.zone-filter-options .tag-wrapper-sm {
	display: none
}

	.zone-filter-options .tag-wrapper .tags,
	.zone-filter-options .tag-wrapper-sm .tags {
		display: none;
		margin-right: 50px;
		flex-wrap: wrap;
		margin-bottom: 10px
	}

		.zone-filter-options .tag-wrapper .tags label,
		.zone-filter-options .tag-wrapper-sm .tags label {
			font-size: 1.4rem;
			line-height: 1;
			font-family: "Open Sans", sans-serif;
			font-weight: 700;
			margin-right: 8px;
			margin-bottom: 0
		}

		.zone-filter-options .tag-wrapper .tags .tag-pill,
		.zone-filter-options .tag-wrapper-sm .tags .tag-pill {
			display: none;
			background: #ddd;
			border-radius: 15px;
			font-size: 1.4rem;
			line-height: 1;
			font-family: "Open Sans", sans-serif;
			font-weight: 700;
			padding: 5px 10px;
			color: #000;
			margin-bottom: 0;
			text-transform: none
		}

			.zone-filter-options .tag-wrapper .tags .tag-pill + .tag-pill,
			.zone-filter-options .tag-wrapper-sm .tags .tag-pill + .tag-pill {
				margin-left: 6px
			}

			.zone-filter-options .tag-wrapper .tags .tag-pill button,
			.zone-filter-options .tag-wrapper-sm .tags .tag-pill button {
				margin-left: 10px
			}

				.zone-filter-options .tag-wrapper .tags .tag-pill button.close,
				.zone-filter-options .tag-wrapper-sm .tags .tag-pill button.close {
					opacity: 1;
					color: #000
				}

					.zone-filter-options .tag-wrapper .tags .tag-pill button.close:hover,
					.zone-filter-options .tag-wrapper .tags .tag-pill button.close:focus,
					.zone-filter-options .tag-wrapper-sm .tags .tag-pill button.close:hover,
					.zone-filter-options .tag-wrapper-sm .tags .tag-pill button.close:focus {
						color: #db000b
					}

	.zone-filter-options .tag-wrapper-sm .tag-pill {
		margin-bottom: 10px !important
	}

@media(min-width:768px) {
	.zone-filter-options .more-options,
	.zone-filter-options .clear-filter {
		display: none
	}
}

.zone-filter-options .more-options + .tag-wrapper {
	margin-top: 30px
}

.zone-filter-options .clear-filter {
	font-size: 1.4rem;
	line-height: 1;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	color: #000;
	margin-left: -20px
}

	.zone-filter-options .clear-filter:hover,
	.zone-filter-options .clear-filter:focus {
		text-decoration: underline !important;
		color: #db000b
	}

.topic-landing-box-list {
	position: relative
}

	.topic-landing-box-list.overlay:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 9;
		background: rgba(255, 255, 255, 0.8)
	}

	.topic-landing-box-list .custom-dropdown {
		margin-bottom: 40px
	}

@media(min-width:768px) {
	.topic-landing-box-list .custom-dropdown {
		margin-bottom: 30px
	}
}

.spinner {
	display: none;
	position: absolute;
	z-index: 9;
	left: 50%;
	transform: translateX(-50%);
	min-width: 200px;
	min-height: 200px;
	background-repeat: no-repeat;
	background-image: url("/ResourcePackages/CMA/assets/dist/images/spinner.gif")
}

.zone-councils-author-template .lead__text {
	margin-bottom: 20px
}

.zone-councils-author-template .accordion-default {
	margin-top: 40px
}

@media(min-width:992px) {
	.zone-councils-author-template .accordion-default {
		margin-top: 60px
	}
}

.council-members-wrapper {
	margin-left: 0
}

@media(min-width:1200px) {
	.council-members-wrapper {
		margin-left: 35px
	}
}

.council-members-wrapper .authored-by {
	margin-bottom: 40px
}

@media(min-width:992px) {
	.council-members-wrapper .authored-by {
		margin-bottom: 60px
	}
}

.council-members-wrapper .authored-by .author-description h2 {
	font-weight: 400
}

.council-members-wrapper .authored-by .author-description .designation {
	font-size: 1.4rem;
	line-height: 1.35;
	text-transform: uppercase;
	font-weight: 700;
	color: #000
}

@media(min-width:992px) {
	.council-members-wrapper .row:last-child .authored-by {
		margin-bottom: 0
	}
}

.council-members-wrapper .row:last-child [class*='col-']:last-child .authored-by {
	margin-bottom: 0
}

.zone-media-releases-template {
	margin-top: 0
}

	.zone-media-releases-template + .media-rel-search-result {
		margin-top: 30px
	}

	.zone-media-releases-template h1 {
		margin-top: 20px;
		margin-bottom: 20px
	}

@media(min-width:768px) {
	.zone-media-releases-template h1 {
		margin-bottom: 30px;
		margin-top: 0
	}
}

@media(min-width:992px) {
	.zone-media-releases-template h1 {
		margin-bottom: 60px;
		margin-top: 0
	}
}

@media(min-width:768px) {
	.media-rel-search-result .box {
		min-height: 545px
	}
}

.media-rel-search-result .box.box-type-3 .inner .box-body {
	margin: 0
}

@media(min-width:768px) and (max-width:1199.98px) {
	.ipad-condenced-card .media-rel-search-result .box {
		min-height: inherit
	}
}

.all-media-releases {
	display: inline-block;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.35;
	color: #000;
	text-transform: uppercase
}

@media(min-width:992px) {
	.all-media-releases {
		margin-bottom: 30px
	}
}

@media(min-width:768px) {
	.article-landing-top .zone-media-releases-template {
		margin-top: 0
	}
}

.calendar-filter-wrapper {
	background: #fff;
	padding: 30px 30px 15px
}

	.calendar-filter-wrapper .form-control {
		margin-bottom: 20px
	}

	.calendar-filter-wrapper h5 {
		margin-bottom: 30px
	}

	.calendar-filter-wrapper .custom-dropdown .custom-dropdown-btn {
		overflow: visible
	}

	.calendar-filter-wrapper .custom-dropdown + .custom-dropdown {
		margin-top: 20px
	}

.calendar-filter-wrapper-sm {
	display: none;
	background: #f2f2f2;
	padding: 20px;
	margin-left: -20px;
	margin-right: -20px
}

	.calendar-filter-wrapper-sm .custom-dropdown + .custom-dropdown,
	.calendar-filter-wrapper-sm .custom-dropdown + .btn-inline-holder {
		margin-top: 20px
	}

.view-events {
	padding-top: 20px
}

@media(min-width:768px) {
	.view-events {
		padding-top: 0
	}
}

.view-events h1 {
	margin-bottom: 20px
}

.sponsors-logo .sponsor-group ul.sponsor-logo-wrap li {
	padding: 15px 15px 0
}

.sponsors-logo ul.sponsor-logo-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}

	.sponsors-logo ul.sponsor-logo-wrap li {
		width: 50%;
		text-align: center;
		padding: 15px 15px 0 15px
	}

@media(min-width:768px) {
	.sponsors-logo ul.sponsor-logo-wrap li {
		width: 25%;
		padding: 15px 15px 0 15px
	}
}

@media(min-width:768px) {
	.sponsors-logo ul.sponsor-logo-wrap li:nth-child(-n+4) {
		padding: 0 15px 0 15px
	}
}

.sponsors-logo a {
	margin-bottom: 20px
}

@media(min-width:768px) {
	.sponsors-logo a {
		margin-bottom: 0
	}
}

.sponsors-logo .logo-title {
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 5px
}

@media(min-width:768px) {
	.sponsors-logo .logo-title {
		margin-bottom: 15px
	}
}

.breadcrumb.default {
	margin-bottom: 20px;
	padding: 0;
	background: transparent;
	border-radius: 0
}

.breadcrumb .breadcrumb-item {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1.35
}

	.breadcrumb .breadcrumb-item a {
		color: #000
	}

		.breadcrumb .breadcrumb-item a:hover,
		.breadcrumb .breadcrumb-item a:focus {
			color: #db000b
		}

	.breadcrumb .breadcrumb-item + .breadcrumb-item {
		padding-left: .3rem
	}

		.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
			padding-right: .3rem;
			content: ">";
			color: #000;
			font-weight: 700
		}

.column-cta-box {
	margin-bottom: 30px;
	padding-right: 50px
}

@media(min-width:992px) {
	.column-cta-box {
		margin-bottom: 0;
		padding-right: 30px
	}
}

.column-cta-box a,
.column-cta-box h2,
.column-cta-box h3 {
	color: #000
}

.column-cta-box h2 {
	font-size: 1.4rem;
	font-weight: 700;
	font-family: "Open Sans", sans-serif
}

	.column-cta-box h2 a {
		text-transform: uppercase
	}

.column-cta-box h3 {
	font-size: 2.1rem
}

	.column-cta-box h3 a {
		text-decoration: none
	}

		.column-cta-box h3 a:hover,
		.column-cta-box h3 a:focus {
			text-decoration: underline !important
		}

.column-cta-box .date {
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase
}

@media(max-width:767.98px) {
	.zone-column-content-cta [class*='col-']:last-child .column-cta-box {
		margin-bottom: 0
	}
}

@media(max-width:767.98px) {
	.zone-column-content-cta [class*='col-']:last-child .column-cta-box h3 {
		margin-bottom: 0
	}
}

.zone-cta-1-col .cta-1-col-featured-img {
	height: 220px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

@media(min-width:768px) {
	.zone-cta-1-col .cta-1-col-featured-img {
		height: 430px
	}
}

@media(min-width:1200px) {
	.zone-cta-1-col .cta-1-col-featured-img {
		height: 580px
	}
}

.zone-cta-1-col .cta-1-col-featured-img img {
	height: 220px;
	object-fit: cover
}

@media(min-width:768px) {
	.zone-cta-1-col .cta-1-col-featured-img img {
		height: 43px
	}
}

@media(min-width:1200px) {
	.zone-cta-1-col .cta-1-col-featured-img img {
		height: 580px
	}
}

.zone-cta-1-col .cta-1-col-featured-img + .cta-1-col-box-wrap {
	margin-left: 0;
	margin-right: 0;
	background: #000
}

@media(min-width:768px) {
	.zone-cta-1-col .cta-1-col-featured-img + .cta-1-col-box-wrap {
		margin-top: -100px;
		margin-left: 0;
		margin-right: 0;
		background: transparent
	}
}

@media(min-width:1200px) {
	.zone-cta-1-col .cta-1-col-featured-img + .cta-1-col-box-wrap {
		margin-top: -180px
	}
}

.zone-cta-1-col .cta-1-col-box {
	min-height: 236px;
	position: relative;
	z-index: 1;
	padding: 20px 0 30px 0;
	margin-bottom: 40px
}

@media(min-width:768px) {
	.zone-cta-1-col .cta-1-col-box {
		padding: 30px;
		margin-bottom: 20px
	}
}

@media(min-width:1200px) {
	.zone-cta-1-col .cta-1-col-box {
		padding: 30px 135px 40px 135px;
		margin-bottom: 20px
	}
}

.zone-cta-1-col .cta-1-col-box.col-box-black {
	background: #000;
	color: #fff
}

@media(min-width:768px) {
	.zone-cta-1-col .cta-1-col-box.col-box-black {
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.4)
	}
}

.zone-cta-1-col .cta-1-col-box.col-box-black h2,
.zone-cta-1-col .cta-1-col-box.col-box-black p {
	color: #fff
}

.zone-cta-1-col .cta-1-col-box.col-box-black h2 {
	font-size: 1.8rem
}

@media(min-width:768px) {
	.zone-cta-1-col .cta-1-col-box.col-box-black h2 {
		font-size: 2.4rem
	}
}

.zone-cta-1-col .cta-1-col-box.col-box-black a.btn-inverse:hover,
.zone-cta-1-col .cta-1-col-box.col-box-black a.btn-inverse:focus {
	background-color: #db000b
}

.zone-cta-2-col {
	overflow: hidden
}

	.zone-cta-2-col .cta-2-col-featured-img {
		width: 100vw;
		height: 220px;
		margin-left: -20px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		object-fit: cover
	}

		.zone-cta-2-col .cta-2-col-featured-img img {
			width: 100%
		}

@media(min-width:768px) {
	.zone-cta-2-col .cta-2-col-featured-img {
		height: 250px;
		width: 50vw;
		position: absolute;
		margin-left: 0
	}
}

@media(min-width:1200px) {
	.zone-cta-2-col .cta-2-col-featured-img {
		height: 530px
	}
}

@media(min-width:768px) {
	.zone-cta-2-col .cta-2-col-featured-img.left-col-img {
		right: 15px
	}
}

.zone-cta-2-col .cta-2-col-featured-img.right-col-img {
	margin-top: 30px
}

@media(min-width:768px) {
	.zone-cta-2-col .cta-2-col-featured-img.right-col-img {
		left: 15px;
		margin-top: 0
	}
}

.zone-cta-2-col .cta-2-col-featured-img + .cta-2-col-box {
	margin-left: -20px;
	margin-right: -20px
}

@media(min-width:768px) {
	.zone-cta-2-col .cta-2-col-featured-img + .cta-2-col-box {
		margin-top: 150px;
		margin-left: 0;
		margin-right: 0
	}
}

@media(min-width:1200px) {
	.zone-cta-2-col .cta-2-col-featured-img + .cta-2-col-box {
		margin-top: 350px
	}
}

.zone-cta-2-col .cta-2-col-box {
	min-height: 276px;
	position: relative;
	z-index: 1;
	padding: 20px 20px 30px 20px;
	margin-bottom: 0
}

@media(min-width:768px) {
	.zone-cta-2-col .cta-2-col-box {
		padding: 30px 60px 40px 30px;
		margin-bottom: 20px
	}
}

.zone-cta-2-col .cta-2-col-box.col-box-white {
	background: #fff;
	color: #000;
	padding-bottom: 0
}

@media(min-width:768px) {
	.zone-cta-2-col .cta-2-col-box.col-box-white {
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
		padding-bottom: 40px
	}
}

.zone-cta-2-col .cta-2-col-box.col-box-white h2,
.zone-cta-2-col .cta-2-col-box.col-box-white p {
	color: #000
}

.zone-cta-2-col .cta-2-col-box.col-box-white h2 {
	font-size: 1.8rem
}

@media(min-width:768px) {
	.zone-cta-2-col .cta-2-col-box.col-box-white h2 {
		font-size: 2.4rem
	}
}

.zone-cta-2-col .cta-2-col-box.col-box-black {
	background: #000;
	color: #fff
}

@media(min-width:768px) {
	.zone-cta-2-col .cta-2-col-box.col-box-black {
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.4)
	}
}

.zone-cta-2-col .cta-2-col-box.col-box-black h2,
.zone-cta-2-col .cta-2-col-box.col-box-black p {
	color: #fff
}

.zone-cta-2-col .cta-2-col-box.col-box-black a.btn-inverse:hover,
.zone-cta-2-col .cta-2-col-box.col-box-black a.btn-inverse:focus {
	background-color: #db000b
}

.zone-tertiary-menu-basic {
	margin-bottom: 40px
}

	.zone-tertiary-menu-basic .tertiary-menu-links ul {
		display: none;
		overflow: hidden;
		margin-left: -12px
	}

@media(min-width:768px) {
	.zone-tertiary-menu-basic .tertiary-menu-links ul {
		display: block
	}
}

.zone-tertiary-menu-basic .tertiary-menu-links ul li {
	float: left;
	position: relative;
	margin-right: 2px
}

	.zone-tertiary-menu-basic .tertiary-menu-links ul li:before {
		content: "|";
		position: absolute;
		left: -6px;
		top: 0
	}

	.zone-tertiary-menu-basic .tertiary-menu-links ul li a {
		color: #000;
		padding: 0 12px;
		line-height: 1
	}

		.zone-tertiary-menu-basic .tertiary-menu-links ul li a:hover,
		.zone-tertiary-menu-basic .tertiary-menu-links ul li a:focus {
			color: #db000b
		}

@media(min-width:768px) {
	.zone-tertiary-menu-basic .tertiary-menu-links ul li.mobile-view {
		display: none
	}
}

.zone-tertiary-menu-basic .tertiary-menu-links ul li.mobile-view::before {
	display: none
}

@media(min-width:768px) {
	.zone-tertiary-menu-basic .tertiary-menu-links.custom-dropdown .custom-dropdown-btn {
		display: none
	}
}

.tertiary-menu-clp {
	margin-bottom: 60px
}

@media(max-width:475px) {
	.tertiary-menu-clp {
		margin-bottom: 40px
	}
}

@media(min-width:768px) {
	.tertiary-menu-clp .desktop-tertiary-menu {
		display: block
	}
}

@media(max-width:475px) {
	.tertiary-menu-clp.active-sub {
		margin-bottom: 40px
	}
}

.tertiary-menu-clp mark.active_mark {
	background-color: #db000b;
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	top: 46px;
	transition: left 300ms, width 300ms;
	padding: 0;
	z-index: 0
}

@media(max-width:475px) {
	.tertiary-menu-clp mark.active_mark {
		display: none
	}
}

.tertiary-menu-clp mark.active_mark.remove-left {
	left: 0 !important
}

.tertiary-menu-clp > ul {
	position: relative;
	border-bottom: 1px solid transparent
}

	.tertiary-menu-clp > ul:hover,
	.tertiary-menu-clp > ul:focus {
		border-color: #000
	}

	.tertiary-menu-clp > ul.sub-nav-border {
		border-color: #000
	}

	.tertiary-menu-clp > ul > li {
		font-family: "Open Sans", sans-serif;
		display: inline-block;
		font-size: 16px;
		margin-right: 2px
	}

		.tertiary-menu-clp > ul > li:after {
			content: "|";
			position: static;
			font-weight: 700
		}

		.tertiary-menu-clp > ul > li:last-of-type::after {
			content: ""
		}

		.tertiary-menu-clp > ul > li:first-of-type a {
			padding-left: 0
		}

		.tertiary-menu-clp > ul > li.current-active-page > a {
			color: #db000b
		}

		.tertiary-menu-clp > ul > li > a {
			color: #000;
			display: inline-block;
			font-weight: 700;
			text-decoration: none;
			padding-left: 5px;
			padding-right: 5px;
			padding-bottom: 25px
		}

			.tertiary-menu-clp > ul > li > a:hover,
			.tertiary-menu-clp > ul > li > a:focus {
				color: #db000b
			}

		.tertiary-menu-clp > ul > li.black-focus > a:focus {
			color: #000
		}

		.tertiary-menu-clp > ul > li .sub-menu {
			display: none;
			left: 0;
			position: absolute;
			z-index: 9;
			overflow: hidden;
			padding-top: 18px;
			margin-left: -10px
		}

			.tertiary-menu-clp > ul > li .sub-menu.show {
				display: block
			}

			.tertiary-menu-clp > ul > li .sub-menu li {
				margin-right: 5px;
				float: left
			}

				.tertiary-menu-clp > ul > li .sub-menu li:before {
					content: "|";
					position: static;
					margin-top: 18px;
					margin-left: -6px
				}

				.tertiary-menu-clp > ul > li .sub-menu li a {
					color: #000;
					display: inline-block;
					text-decoration: none;
					padding-left: 9px;
					padding-right: 9px;
					text-decoration: underline
				}

					.tertiary-menu-clp > ul > li .sub-menu li a:hover,
					.tertiary-menu-clp > ul > li .sub-menu li a:focus,
					.tertiary-menu-clp > ul > li .sub-menu li a.current-active-item {
						color: #db000b
					}

.tertiary-menu-clp .mobile-tertiary {
	border: 1px solid #000;
	color: #000;
	height: 50px;
	border-radius: 25px;
	padding: 0 20px;
	font-family: 'SwissPosters', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	height: 48px;
	width: 100%;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	position: relative
}

	.tertiary-menu-clp .mobile-tertiary::after {
		content: "\f107";
		font-family: 'Font Awesome 5 Pro';
		position: absolute;
		font-size: 2.1rem;
		font-weight: 700;
		line-height: 15px;
		color: #000;
		top: 17px;
		right: 15px;
		pointer-events: none
	}

.tertiary-menu-clp .tertiary-mobile-modal .modal-dialog {
	margin: 20px
}

.tertiary-menu-clp .tertiary-mobile-modal .modal-content a.close {
	font-size: 28px;
	position: absolute;
	right: 10px;
	padding: 10px;
	text-decoration: none
}

.tertiary-menu-clp .tertiary-mobile-modal .modal-content li a {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px
}

	.tertiary-menu-clp .tertiary-mobile-modal .modal-content li a::after {
		content: "";
		background: url(../assets/dist/images/radio.png) left bottom no-repeat;
		width: 24px;
		height: 24px;
		background-size: cover;
		display: inline-block;
		position: absolute;
		right: 20px;
		margin-top: 3px
	}

	.tertiary-menu-clp .tertiary-mobile-modal .modal-content li a.active::after {
		background-position: 0 top
	}

	.tertiary-menu-clp .tertiary-mobile-modal .modal-content li a.has-no-content {
		pointer-events: none
	}

		.tertiary-menu-clp .tertiary-mobile-modal .modal-content li a.has-no-content::after {
			display: none
		}

.tertiary-menu-clp .tertiary-mobile-modal .modal-content li.level0 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd
}

	.tertiary-menu-clp .tertiary-mobile-modal .modal-content li.level0 > a {
		padding-left: 20px;
		padding-right: 20px
	}

@media(max-width:475px) {
	.tertiary-menu-clp .tertiary-mobile-modal .modal-content li a {
		color: #000;
		font-size: 2rem;
		text-decoration: none
	}
}

.tertiary-menu-clp .tertiary-mobile-modal .modal-content li li a {
	padding-left: 30px
}

.select-native-dropdown + .chzn-container-single {
	border: 1px solid #000;
	border-radius: 35px;
	padding: 12px 17px 1px 20px;
	display: block;
	width: 100% !important
}

@media(min-width:768px) {
	.select-native-dropdown + .chzn-container-single {
		display: none
	}
}

.select-native-dropdown + .chzn-container-single.chzn-container-active.chzn-with-drop .chzn-results {
	display: block
}

.select-native-dropdown + .chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
	background-image: none;
	background-color: transparent
}

.select-native-dropdown + .chzn-container-single.chzn-container-active .chzn-single {
	border: 0
}

.select-native-dropdown + .chzn-container-single .chzn-single {
	background-image: none;
	height: 38px;
	border: 0;
	border-radius: 0;
	font-size: 1.8rem;
	padding: 0;
	box-shadow: none;
	font-family: 'SwissPosters', sans-serif;
	color: #000;
	font-weight: 700;
	position: relative
}

	.select-native-dropdown + .chzn-container-single .chzn-single:after {
		content: "\f107";
		font-family: 'Font Awesome 5 Pro';
		position: absolute;
		font-size: 2.1rem;
		font-weight: 700;
		line-height: 15px;
		color: #000;
		top: 9px;
		right: 0;
		pointer-events: none
	}

.select-native-dropdown + .chzn-container-single .chzn-results {
	display: none;
	margin: 0;
	padding: 0
}

	.select-native-dropdown + .chzn-container-single .chzn-results li {
		position: relative;
		font-size: 2rem;
		padding: 15px 15px 15px 20px
	}

		.select-native-dropdown + .chzn-container-single .chzn-results li.item {
			padding-left: 35px;
			font-weight: 400
		}

			.select-native-dropdown + .chzn-container-single .chzn-results li.item :last-child {
				padding-bottom: 20px
			}

			.select-native-dropdown + .chzn-container-single .chzn-results li.item.lastitem {
				padding-bottom: 30px
			}

		.select-native-dropdown + .chzn-container-single .chzn-results li:after {
			content: "";
			background: url(../assets/dist/images/radio.png) left bottom no-repeat;
			width: 20px;
			height: 20px;
			background-size: cover;
			display: inline-block;
			position: absolute;
			right: 15px;
			top: 13px
		}

		.select-native-dropdown + .chzn-container-single .chzn-results li.category {
			padding: 20px 15px 20px 20px;
			border-top: 1px solid #ddd;
			text-transform: uppercase
		}

			.select-native-dropdown + .chzn-container-single .chzn-results li.category:after {
				top: 18px
			}

			.select-native-dropdown + .chzn-container-single .chzn-results li.category.disable {
				pointer-events: none;
				opacity: .6
			}

				.select-native-dropdown + .chzn-container-single .chzn-results li.category.disable:after {
					display: none
				}

	.select-native-dropdown + .chzn-container-single .chzn-results .highlighted {
		background-color: transparent;
		background-image: none;
		color: #000
	}

		.select-native-dropdown + .chzn-container-single .chzn-results .highlighted:after {
			background-position: 0 top
		}

.select-native-dropdown + .chzn-container-single .chzn-search {
	display: none
}

.select-native-dropdown + .chzn-container-single .chzn-drop {
	margin-top: 1px
}

@media(min-width:1025px) {
	.campaign-tertiary-menu-sm {
		display: none
	}
}

@media(min-width:1025px) {
	.campaign-tertiary-menu-lg {
		display: block !important
	}
}

.zone-3col-with-cta-box .col-with-cta-box-wrap {
	padding-top: 30px;
	padding-bottom: 0
}

@media(min-width:768px) {
	.zone-3col-with-cta-box .col-with-cta-box-wrap {
		padding-top: 90px;
		padding-bottom: 155px
	}
}

.zone-3col-with-cta-box .col-with-cta-box-wrap .box-type-4 .inner a.box-cta-link {
	color: #fff
}

	.zone-3col-with-cta-box .col-with-cta-box-wrap .box-type-4 .inner a.box-cta-link:hover,
	.zone-3col-with-cta-box .col-with-cta-box-wrap .box-type-4 .inner a.box-cta-link:focus {
		color: #fe000c;
		text-decoration: none
	}

@media(min-width:768px) {
	.zone-3col-with-cta-box .custom-content-cta-wrap {
		margin-top: -100px
	}
}

.zone-3col-with-cta-box .custom-content-cta-wrap .custom-content-cta-box {
	background: #fff;
	padding: 40px 0 20px 0
}

@media(min-width:768px) {
	.zone-3col-with-cta-box .custom-content-cta-wrap .custom-content-cta-box {
		padding: 40px
	}
}

@media(min-width:992px) {
	.zone-3col-with-cta-box .custom-content-cta-wrap .custom-content-cta-box {
		padding: 90px 100px 60px 130px
	}
}

@media(max-width:767.98px) {
	.zone-3col-with-cta-box .custom-content-cta-wrap .custom-content-cta-box h2 {
		margin-bottom: 40px
	}
}

.zone-3col-with-cta-box .custom-content-cta-wrap .custom-content-cta-box .btn {
	margin-bottom: 20px
}

.zone-4-col-cta-box .box-type-4 {
	margin-bottom: 40px
}

@media(min-width:768px) {
	.zone-4-col-cta-box .box-type-4 {
		margin-bottom: 30px
	}
}

.zone-4-col-cta-box .box-type-4 .inner {
	padding-top: 20px
}

	.zone-4-col-cta-box .box-type-4 .inner p {
		margin-bottom: 0
	}

.zone-4-col-cta-box .col-sm-3:last-of-type .box-type-4 {
	margin-bottom: 20px
}

@media(max-width:767.98px) {
	.zone-testimonial .container {
		padding-left: 0;
		padding-right: 0
	}
}

.zone-testimonial .testimonial-wrapper {
	position: relative
}

	.zone-testimonial .testimonial-wrapper .controls {
		position: absolute;
		top: 30px;
		right: 20px;
		z-index: 2
	}

@media(min-width:768px) {
	.zone-testimonial .testimonial-wrapper .controls {
		right: 320px;
		top: 0
	}
}

@media(min-width:992px) {
	.zone-testimonial .testimonial-wrapper .controls {
		right: 394px;
		top: 0
	}
}

.zone-testimonial .testimonial-wrapper .controls .fs-carousel-control_next {
	float: right;
	font-size: 0 !important;
	display: flex;
	height: 40px;
	width: 40px;
	background: #fff;
	align-items: center;
	justify-content: center;
	transition: .3s all ease;
	pointer-events: none;
	opacity: .2;
	position: relative
}

@media(min-width:768px) {
	.zone-testimonial .testimonial-wrapper .controls .fs-carousel-control_next {
		background: #000;
		height: 50px;
		width: 55px
	}
}

.zone-testimonial .testimonial-wrapper .controls .fs-carousel-control_next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '\f30b';
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	color: #000
}

@media(min-width:768px) {
	.zone-testimonial .testimonial-wrapper .controls .fs-carousel-control_next:before {
		color: #fff
	}
}

.zone-testimonial .testimonial-wrapper .controls .fs-carousel-control_next:hover,
.zone-testimonial .testimonial-wrapper .controls .fs-carousel-control_next:focus {
	background: #db000b
}

.zone-testimonial .testimonial-wrapper .controls .fs-carousel-control_next.fs-carousel-visible {
	pointer-events: inherit;
	opacity: 1
}

.zone-testimonial .testimonial-wrapper .controls .fs-carousel-control_previous {
	position: relative;
	float: left;
	font-size: 0 !important;
	display: flex;
	height: 40px;
	width: 40px;
	background: #fff;
	align-items: center;
	justify-content: center;
	transition: .3s all ease;
	pointer-events: none;
	opacity: .2;
	margin-right: 10px
}

@media(min-width:768px) {
	.zone-testimonial .testimonial-wrapper .controls .fs-carousel-control_previous {
		background: #000;
		height: 50px;
		width: 55px
	}
}

.zone-testimonial .testimonial-wrapper .controls .fs-carousel-control_previous:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '\f30a';
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	color: #000
}

@media(min-width:768px) {
	.zone-testimonial .testimonial-wrapper .controls .fs-carousel-control_previous:before {
		color: #fff
	}
}

.zone-testimonial .testimonial-wrapper .controls .fs-carousel-control_previous:hover,
.zone-testimonial .testimonial-wrapper .controls .fs-carousel-control_previous:focus {
	background: #db000b
}

.zone-testimonial .testimonial-wrapper .controls .fs-carousel-control_previous.fs-carousel-visible {
	pointer-events: inherit;
	opacity: 1
}

.zone-testimonial .testimonial-wrapper .carousel-testimonial .testimonial-item {
	position: relative;
	margin-bottom: 280px
}

@media(min-width:768px) {
	.zone-testimonial .testimonial-wrapper .carousel-testimonial .testimonial-item {
		margin-bottom: 0
	}
}

.zone-testimonial .testimonial-wrapper .carousel-testimonial .testimonial-item .testimonial-content {
	background: #000;
	color: #fff;
	width: 100%;
	padding: 90px 20px 100px 20px
}

@media(min-width:768px) {
	.zone-testimonial .testimonial-wrapper .carousel-testimonial .testimonial-item .testimonial-content {
		margin-top: 60px;
		padding: 100px 260px 90px 60px;
		width: calc(100% - 80px);
		min-height: 307px
	}
}

@media(min-width:992px) {
	.zone-testimonial .testimonial-wrapper .carousel-testimonial .testimonial-item .testimonial-content {
		margin-top: 60px;
		padding: 150px 280px 90px 130px;
		width: calc(100% - 280px);
		min-height: 387px
	}
}

.zone-testimonial .testimonial-wrapper .carousel-testimonial .testimonial-item .testimonial-content:before {
	background: url("/ResourcePackages/CMA/assets/dist/images/testimonial-quote.svg");
	content: "";
	position: absolute;
	top: 30px;
	width: 71px;
	height: 40px;
	background-repeat: no-repeat
}

@media(min-width:768px) {
	.zone-testimonial .testimonial-wrapper .carousel-testimonial .testimonial-item .testimonial-content:before {
		top: 80px;
		width: 76px;
		height: 55px
	}
}

@media(min-width:992px) {
	.zone-testimonial .testimonial-wrapper .carousel-testimonial .testimonial-item .testimonial-content:before {
		top: 120px;
		width: 76px;
		height: 55px
	}
}

.zone-testimonial .testimonial-wrapper .carousel-testimonial .testimonial-item .testimonial-content p,
.zone-testimonial .testimonial-wrapper .carousel-testimonial .testimonial-item .testimonial-content a {
	color: #fff
}

	.zone-testimonial .testimonial-wrapper .carousel-testimonial .testimonial-item .testimonial-content p.testimonial {
		font-weight: 700;
		text-transform: uppercase;
		line-height: 1.75
	}

	.zone-testimonial .testimonial-wrapper .carousel-testimonial .testimonial-item .testimonial-content p.overview {
		font-size: 2.4rem;
		font-family: 'SwissPosters', sans-serif
	}

.zone-testimonial .testimonial-wrapper .carousel-testimonial .testimonial-item .img-box {
	position: absolute;
	top: calc(100% - 70px);
	right: 20px;
	width: calc(100% - 40px);
	height: 250px
}

@media(min-width:768px) {
	.zone-testimonial .testimonial-wrapper .carousel-testimonial .testimonial-item .img-box {
		top: 0;
		right: 0;
		width: 300px;
		height: 307px
	}
}

@media(min-width:992px) {
	.zone-testimonial .testimonial-wrapper .carousel-testimonial .testimonial-item .img-box {
		top: 0;
		right: 0;
		width: 386px;
		height: 387px
	}
}

.zone-testimonial .testimonial-wrapper .carousel-testimonial .testimonial-item.fs-carousel-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0s linear, visibility 0s linear;
	transition-delay: .25s
}

	.zone-testimonial .testimonial-wrapper .carousel-testimonial .testimonial-item.fs-carousel-item.fs-carousel-visible {
		opacity: 1;
		visibility: visible;
		transition-duration: .25s;
		transition-delay: 0s
	}

.zone-social-carousel h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin-top: 24px;
	margin-bottom: 22px
}

	.zone-social-carousel h2 a {
		color: #000;
		text-decoration: none
	}

		.zone-social-carousel h2 a:hover,
		.zone-social-carousel h2 a:focus {
			color: #db000b;
			text-decoration: underline !important
		}

.zone-social-carousel .box.box-type-3 .inner .box-body p {
	font-family: 'SwissPosters', sans-serif;
	font-size: 1.8rem;
	line-height: 1.66;
	font-weight: 400
}

@media(min-width:768px) {
	.zone-social-carousel .box.box-type-3 .inner .box-body p {
		font-size: 2.1rem;
		line-height: 1.71
	}
}

.zone-social-carousel .box.box-type-3 .inner .box-footer i {
	font-size: 3.2rem;
	line-height: 1.18;
	color: #000
}

.col-2-cta-content .img-placeholder {
	max-width: 240px;
	max-height: 135px;
	margin: 0 0 20px 0;
	flex: none
}

@media(min-width:768px) {
	.col-2-cta-content .img-placeholder {
		margin: 0 30px 0 0
	}
}

.col-2-cta-content .content-area h2 {
	margin-bottom: 0;
	font-size: 2.1rem;
	line-height: 1.33;
	font-weight: 400
}

@media(min-width:992px) {
	.col-2-cta-content .content-area h2 {
		line-height: 1.58
	}
}

.col-2-cta-content .content-area h2 + p {
	margin-top: 10px
}

.col-2-cta-content .content-area p + a {
	margin-top: 20px
}

.col-2-cta-content .content-area a {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.35;
	font-weight: 700
}

@media(min-width:992px) {
	.col-2-cta-content .content-area a {
		font-size: 1.6rem;
		line-height: 1.37
	}
}

.desktop-page h1 + .thin,
.desktop-page .h1 + .thin {
	margin-top: 40px;
	margin-bottom: 20px
}

.desktop-page .zone-article-template .native-dropdown-holder {
	margin-bottom: 40px
}

@media(min-width:992px) {
	.desktop-page .zone-article-template .native-dropdown-holder {
		margin-bottom: 60px
	}
}

.desktop-page a + h2 {
	margin-top: 40px
}

@media(min-width:992px) {
	.desktop-page a + h2 {
		margin-top: 60px
	}
}

.desktop-page p + a {
	margin-top: 20px
}

@media(min-width:992px) {
	.desktop-page p + a {
		margin-top: 30px
	}
}

.desktop-page .img-text-2col .video-placeholder {
	margin-bottom: 20px
}

@media(min-width:992px) {
	.desktop-page .img-text-2col .video-placeholder {
		margin-bottom: 0
	}
}

.desktop-page .box.box-type-4 .inner p + a {
	color: #db000b
}

@media(min-width:992px) {
	.desktop-page h2.layout-space {
		margin-bottom: 60px
	}
}

a.common-link {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.35;
	text-transform: uppercase;
	text-decoration: underline
}

@media(min-width:992px) {
	a.common-link {
		font-size: 1.6rem;
		line-height: 1.37
	}
}

a.common-link:hover,
a.common-link:focus {
	text-decoration: none
}

.zone-4-col-cta-box [class*='col-']:last-child .box-type-4 .inner {
	padding-bottom: 0
}

@media(max-width:991.98px) {
	.pr-lg-0 .article-feature.article.desktop-calendar-events {
		margin: 0
	}
}

.article-feature.article h1,
.article-feature.article .heading__larger,
.article-feature.article .h1 {
	margin-bottom: 40px
}

.article-feature.article .h2 {
	margin-bottom: 20px;
	margin-top: 0
}

@media(min-width:768px) and (max-width:1199.98px) {
	.article-feature.article.desktop-calendar-events {
		margin: 0 -30px
	}
}

@media(min-width:992px) {
	.article-feature.article.desktop-calendar-events {
		margin-right: 0;
		margin-top: 350px
	}
}

@media(max-width:767.98px) {
	.article-feature.article.desktop-calendar-events .article-top-landing-header {
		width: auto
	}
}

@media(max-width:767.98px) {
	.article-feature.article {
		margin: 0
	}
}

@media(min-width:768px) {
	.article-feature.article .article-top-landing-header .heading__larger {
		font-size: 3.2rem;
		line-height: 1.313
	}
}

.container + .zone.zone-full-width.space-modify {
	margin-top: 75px
}

.slider-box-sm h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin-top: 24px;
	margin-bottom: 22px
}

.full-width-featured-img {
	position: absolute;
	left: 0;
	width: 100vw;
	max-width: 100%;
	height: 210px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	box-sizing: border-box
}

@media(min-width:768px) {
	.full-width-featured-img {
		width: 100%;
		position: relative;
		height: 545px
	}
}

@media(min-width:992px) {
	.full-width-featured-img {
		width: 100%;
		position: relative;
		height: 100vh
	}
}

.desktop-campaign-landing-page .custom-dropdown {
	margin-bottom: 40px
}

.desktop-campaign-landing-page .featured-wrap {
	position: static
}

@media(min-width:768px) {
	.desktop-campaign-landing-page .featured-wrap {
		margin-top: -150px;
		z-index: 3;
		max-width: 800px
	}
}

@media(min-width:992px) {
	.desktop-campaign-landing-page .featured-wrap {
		position: absolute;
		bottom: 0;
		z-index: 3;
		max-width: 800px
	}
}

.desktop-campaign-landing-page .featured-wrap .featured-box {
	padding: 30px 0 0 0;
	position: relative;
	background: #fff
}

@media(min-width:768px) {
	.desktop-campaign-landing-page .featured-wrap .featured-box {
		padding: 40px 0 0 0;
		max-width: 568px;
		margin-left: 0
	}
}

@media(min-width:992px) {
	.desktop-campaign-landing-page .featured-wrap .featured-box {
		padding: 30px 100px 30px 130px;
		max-width: 800px;
		margin-left: 0
	}
}

@media(max-width:767.98px) {
	.desktop-campaign-landing-page .featured-wrap .featured-box h1 {
		margin-bottom: 20px
	}
}

.desktop-campaign-landing-page .featured-wrap .featured-box p + .btn-wrapper {
	margin-top: 30px
}

.desktop-campaign-landing-page .featured-wrap .featured-box .btn-wrapper + .tertiary-menu-clp {
	margin-top: 40px;
	margin-bottom: 0
}

@media(min-width:992px) {
	.desktop-campaign-landing-page .featured-wrap .featured-box .btn-wrapper + .tertiary-menu-clp {
		margin-top: 60px
	}
}

.desktop-campaign-landing-page .featured-wrap .featured-box .btn-wrapper .btn {
	margin-bottom: 20px
}

@media(min-width:768px) {
	.desktop-campaign-landing-page .featured-wrap .featured-box .btn-wrapper .btn {
		margin-bottom: 0
	}
}

.desktop-campaign-landing-page .featured-wrap .featured-box .btn-wrapper .btn.btn-grey:hover,
.desktop-campaign-landing-page .featured-wrap .featured-box .btn-wrapper .btn.btn-grey:focus {
	color: #fff;
	background: #db000b
}

.desktop-campaign-landing-page .featured-wrap .featured-box h1 + p {
	margin-top: 0 !important
}

.desktop-campaign-landing-page .zone-cta-1-col .cta-1-col-box {
	margin-bottom: 0
}

.desktop-campaign-landing-page .zone-sample-text .article.article-feature {
	padding-top: 0
}

@media(min-width:992px) {
	.desktop-campaign-landing-page .sponsors-logo {
		margin-left: 35px
	}
}

.featured-banner-heading {
	position: relative;
	padding-top: 120px
}

@media(min-width:768px) {
	.featured-banner-heading {
		padding-top: 0
	}
}

.featured-banner-heading .logo {
	width: auto;
	height: 70px;
	margin-right: 20px
}

@media(min-width:768px) {
	.featured-banner-heading .logo {
		height: 103px;
		margin-right: 36px
	}
}

.featured-banner-heading h1 {
	margin-bottom: 0
}

@media(max-width:991.98px) {
	.featured-banner-heading .h1 {
		font-size: 4.2rem
	}
}

@media(max-width:767.98px) {
	.featured-banner-heading .h1 {
		font-size: 2.1rem;
		line-height: 1.3334
	}
}

.featured-banner-heading + .featured-box {
	margin-top: 20px
}

@media(min-width:768px) {
	.featured-banner-heading + .featured-box {
		margin-top: 45px
	}
}

@media(min-width:768px) {
	.zone-testimonial + .zone-4-col-cta-box .box-type-4 {
		margin-bottom: 0
	}
}

.zone-testimonial + .zone-4-col-cta-box .box-type-4 .inner {
	padding-bottom: 0
}

@media(max-width:767.98px) {
	.zone-testimonial + .zone-4-col-cta-box + .zone {
		margin-top: 20px
	}
}

.error-page {
	margin-top: 20px
}

@media(min-width:992px) {
	.error-page {
		margin-top: 30px
	}
}

.error-page h1 {
	margin-bottom: 30px;
	line-height: 1.31
}

	.error-page h1 + p {
		margin-top: 0 !important
	}

.error-page p {
	margin-bottom: 30px
}

.error-page ul {
	padding-left: 15px;
	margin-bottom: 30px
}

@media(min-width:992px) {
	.error-page ul {
		margin-bottom: 0
	}
}

.error-page ul li {
	position: relative;
	margin-bottom: 4px
}

	.error-page ul li:last-child {
		margin-bottom: 0
	}

	.error-page ul li:before {
		content: "";
		width: 3px;
		height: 3px;
		background: #000;
		border-radius: 50%;
		position: absolute;
		left: -15px;
		top: 11px
	}

.zone-filter-options.zone-filter-search {
	padding-top: 0
}

@media(min-width:1200px) {
	.zone-filter-options.zone-filter-search {
		padding-top: 60px
	}
}

.zone-filter-options .no-results-section {
	margin: 40px 0 0
}

@media(min-width:768px) {
	.zone-filter-options .no-results-section {
		margin: 60px 0 0
	}
}

.zone-filter-options .no-results-section .clear-filter {
	margin-left: 0;
	color: #db000b;
	font-weight: 400;
	font-size: 1.6rem;
	display: inline-block
}

.zone-filter-options .no-results-section.no-result-mob {
	margin: 0 0 40px
}

.zone-filter-options .no-results-section h2 {
	margin-bottom: 30px
}

@media(min-width:768px) {
	.zone-filter-options .filter-option-wrapper.open .no-results-section {
		margin: 50px 0 0
	}
}

@media(min-width:992px) {
	.zone-filter-options.desktop-search-results {
		padding-top: 30px
	}
}

.zone-filter-options.desktop-search-results .filter-option-wrapper {
	margin-top: 0
}

.zone-filter-options.desktop-search-results .tag-wrapper .tags {
	margin-right: 7px
}

@media(min-width:1200px) {
	.zone-filter-options.desktop-search-results .tag-wrapper .tags {
		margin-right: 10px
	}
}

.zone-filter-options.desktop-search-results .tag-wrapper .tags a {
	text-decoration: none
}

	.zone-filter-options.desktop-search-results .tag-wrapper .tags a:hover .tag-pill,
	.zone-filter-options.desktop-search-results .tag-wrapper .tags a:focus .tag-pill {
		background: #000;
		color: #fff
	}

	.zone-filter-options.desktop-search-results .tag-wrapper .tags a.selected .tag-pill {
		background: #000;
		color: #fff
	}

.zone-filter-options.desktop-search-results .tag-wrapper .tags .tag-pill {
	text-transform: none
}

.zone-filter-options.desktop-search-results .input-group {
	margin-bottom: 0
}

@media(min-width:768px) {
	.zone-filter-options.desktop-search-results .input-group {
		margin-bottom: 60px
	}
}

.zone-filter-options.desktop-search-results .autocomplete-result {
	position: static;
	padding: 0
}

	.zone-filter-options.desktop-search-results .autocomplete-result.white-bg {
		border: 0
	}

@media(max-width:991.98px) {
	.zone-filter-options.desktop-search-results .autocomplete-result {
		overflow: visible;
		max-height: inherit
	}
}

.zone-filter-options.desktop-search-results .search-result-number {
	font-weight: 700;
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: block
}

.zone-filter-options.desktop-search-results .filter-option-wrapper {
	display: block;
	background: transparent;
	margin-bottom: 0
}

.zone-filter-options.desktop-search-results .mobile-search-result {
	font-weight: 700;
	font-size: 1.4rem;
	margin-bottom: 20px;
	text-transform: uppercase
}

.zone-filter-options .search-pagination {
	margin: 0
}

@media(max-width:991.98px) {
	.zone-filter-options .search-pagination {
		margin: 0 0 40px;
		border-bottom: 1px solid #000;
		padding-bottom: 40px
	}

		.zone-filter-options .search-pagination .cma-pagination {
			justify-content: center;
			margin: 0
		}
}

.zone-filter-options .search-key-name {
	display: none;
	margin-bottom: 10px
}

	.zone-filter-options .search-key-name p.h4 {
		line-height: 1.44
	}

.zone-filter-options.search-key .search-key-name {
	display: block
}

.cma-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	align-items: baseline
}

	.cma-pagination li a {
		color: #000
	}

		.cma-pagination li a.page-link {
			border: 0;
			padding: 12px 20px;
			text-decoration: none;
			font-weight: 700;
			font-size: 1.8rem;
			border-radius: 0
		}

			.cma-pagination li a.page-link:hover,
			.cma-pagination li a.page-link:focus {
				background-color: #000;
				color: #fff
			}

			.cma-pagination li a.page-link.active {
				background-color: #000;
				color: #fff
			}

	.cma-pagination li:first-child a {
		padding-left: 0
	}

		.cma-pagination li:first-child a:hover,
		.cma-pagination li:first-child a:focus,
		.cma-pagination li:first-child a.active-icon {
			background-color: transparent;
			color: #db000b
		}

	.cma-pagination li:last-child a {
		padding-right: 0
	}

		.cma-pagination li:last-child a:hover,
		.cma-pagination li:last-child a:focus,
		.cma-pagination li:last-child a.active-icon {
			background-color: transparent;
			color: #db000b
		}

	.cma-pagination li ul li:first-child a {
		padding-left: 20px
	}

		.cma-pagination li ul li:first-child a:hover,
		.cma-pagination li ul li:first-child a:focus {
			background-color: #000;
			color: #fff
		}

	.cma-pagination li ul li:last-child a {
		padding-right: 20px
	}

		.cma-pagination li ul li:last-child a:hover,
		.cma-pagination li ul li:last-child a:focus {
			background-color: #000;
			color: #fff
		}

.sponsor-takeover {
	position: relative
}

	.sponsor-takeover.sponsor-takeover-lg {
		display: none
	}

@media(min-width:992px) {
	.sponsor-takeover.sponsor-takeover-lg {
		display: block
	}
}

.sponsor-takeover.sponsor-takeover-sm {
	display: block
}

@media(min-width:992px) {
	.sponsor-takeover.sponsor-takeover-sm {
		display: none
	}
}

.sponsor-takeover img {
	width: 100%
}

.sponsor-takeover .close-add {
	background: #fff;
	padding: 5px 10px;
	color: #000;
	position: absolute;
	right: 10px;
	top: 10px
}

@media(min-width:768px) {
	.sponsor-takeover .close-add {
		right: 20px;
		top: 20px
	}
}

.sponsor-takeover .close-add:hover,
.sponsor-takeover .close-add:focus {
	background: #db000b;
	color: #fff
}

.sponsor-takeover + .header-new {
	position: static
}

	.sponsor-takeover + .header-new .logo-holder img {
		position: static
	}

	.sponsor-takeover + .header-new.shrink {
		position: fixed
	}

		.sponsor-takeover + .header-new.shrink .logo-holder img {
			transform: none;
			position: static;
			height: 50px
		}

@media(min-width:992px) {
	.sponsor-takeover + .header-new.shrink .logo-holder img {
		height: 60px
	}
}

@media(max-width:1199.98px) {
	.sponsor-takeover + .header-new.shrink .offcanvas-collapse {
		top: 70px
	}
}

.sponsor-takeover + .header-new + main {
	padding-top: 0
}

@media(min-width:1200px) {
	.sponsor-takeover + .header-new + main {
		padding-top: 60px
	}
}

@media(min-width:1200px) {
	.sponsor-takeover + .header-new + main.submenu-pos {
		padding-top: 69px
	}
}

@media(min-width:1200px) {
	.sponsor-takeover + .header-new + main.submenu-pos.no-featured-image {
		padding-top: 93px
	}
}

.sponsor-takeover.closed + .header-new {
	position: static
}

	.sponsor-takeover.closed + .header-new.shrink {
		position: fixed
	}

@media(min-width:768px) {
	.sponsor-takeover.closed + .header-new.shrink {
		padding-bottom: 30px
	}
}

@media(min-width:992px) {
	.sponsor-takeover.closed + .header-new.shrink {
		padding-bottom: 0
	}
}

@media(max-width:1199.98px) {
	.sponsor-takeover.closed + .header-new .offcanvas-collapse {
		top: 85px
	}
}

@media(max-width:1199.98px) {
	.sponsor-takeover + .header-new .offcanvas-collapse {
		top: 320px
	}
}

.sponsor-takeover + .header-new + main.content-top-empty {
	padding-top: 0
}

.container--has-focus .sponsor-takeover a.close-add:focus {
	background: #db000b;
	color: #fff
}

@media(min-width:992px) {
	.sponsor-takeover + .header-new + main.content-landing-top {
		padding-top: 22px
	}
}

.cookies-notification {
	padding: 20px;
	background: #f2f2f2;
	margin-bottom: 0
}

@media(min-width:768px) {
	.cookies-notification {
		padding: 30px 20px
	}
}

.cookies-notification p {
	margin-right: 60px
}

	.cookies-notification p a {
		text-decoration: underline
	}

		.cookies-notification p a:hover,
		.cookies-notification p a:focus {
			color: #db000b;
			text-decoration: none
		}

@media(min-width:768px) {
	.zone-3-col-cta-box .box.box-type-4 .inner {
		padding-bottom: 60px
	}
}

.zone-3-col-cta-box .box.box-type-4 .inner p + a {
	color: #db000b
}

.zone-3-col-cta-box + .zone-social-share.zone {
	margin-top: 0
}

@media(min-width:768px) {
	.zone-3-col-cta-box + .zone-social-share.zone {
		margin-top: 30px
	}
}

.overflow-hidden {
	overflow: hidden
}

main {
	padding-top: 90px
}

@media(min-width:1200px) {
	main {
		padding-top: 137px
	}
}

main.main-skip-pos {
	padding-top: 0;
	transition: none
}

main.submenu-pos,
main.submenu-pos-sm {
	padding-top: 150px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease
}

@media(min-width:1200px) {
	main.submenu-pos,
	main.submenu-pos-sm {
		padding-top: 190px
	}
}

header.header-new {
	background-color: #fff;
	z-index: 5;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	padding-bottom: 20px
}

@media(min-width:768px) {
	header.header-new {
		padding-bottom: 30px
	}
}

@media(min-width:1200px) {
	header.header-new {
		padding-bottom: 0
	}
}

header.header-new.skip-pos {
	position: relative
}

header.header-new a,
header.header-new button {
	cursor: pointer
}

header.header-new a {
	color: #000;
	display: block
}

	header.header-new a:hover,
	header.header-new a:focus {
		text-decoration: none
	}

header.header-new.shrink {
	padding-top: 0;
	padding-bottom: 20px;
	-webkit-box-shadow: 0 10px 11px -11px rgba(80, 80, 80, 0.4);
	-moz-box-shadow: 0 10px 11px -11px rgba(80, 80, 80, 0.4);
	box-shadow: 0 10px 11px -11px rgba(80, 80, 80, 0.4);
	z-index: 99
}

@media(min-width:768px) {
	header.header-new.shrink {
		padding-bottom: 30px
	}
}

@media(min-width:992px) {
	header.header-new.shrink {
		padding-bottom: 0
	}
}

header.header-new.shrink .logo-holder {
	height: 50px;
	width: 50px
}

@media(min-width:992px) {
	header.header-new.shrink .logo-holder {
		height: 60px;
		width: 60px;
		margin-right: 65px
	}
}

header.header-new.shrink .logo-holder img {
	transform-origin: top left;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transform: scale(0.7)
}

@media(min-width:992px) {
	header.header-new.shrink .logo-holder img {
		transform: scale(0.6)
	}
}

header.header-new.shrink .header-top-nav {
	display: none;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease
}

header.header-new.shrink .primary-nav {
	padding-top: 39px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease
}

header.header-new.shrink .header-icon-wrapper {
	margin-top: 20px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease
}

@media(min-width:1200px) {
	header.header-new.shrink .header-icon-wrapper {
		margin-top: 34px
	}
}

header.header-new.shrink .navigation-area .primary-nav .primary-navbar-nav.sub-nav-border {
	border-bottom: 0
}

@media(min-width:768px) and (max-width:991.98px) {
	header.header-new.shrink .primary-nav-search {
		top: -4px
	}
}

header.header-new .logo-holder {
	margin-right: 30px;
	width: 70px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transform-origin: top left
}

@media(min-width:1200px) {
	header.header-new .logo-holder {
		width: 100px;
		height: 100px
	}
}

header.header-new .logo-holder img {
	width: 70px;
	height: 70px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transform-origin: top left;
	position: fixed
}

@media(min-width:1200px) {
	header.header-new .logo-holder img {
		height: 100px;
		width: 100px
	}
}

header.header-new .header-icon-wrapper {
	position: relative;
	margin-top: 35px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease
}

@media(min-width:1200px) {
	header.header-new .header-icon-wrapper {
		margin-top: 74px
	}
}

header.header-new .header-icon-wrapper i {
	font-size: 2.4rem
}

header.header-new .header-icon-wrapper a {
	padding: .25rem 1rem
}

	header.header-new .header-icon-wrapper a.primary-nav-search-btn-sm {
		position: relative
	}

	header.header-new .header-icon-wrapper a.tablet-close-search-btn {
		display: none;
		position: absolute;
		z-index: 9;
		right: 43px
	}

@media(max-width:1199px) and (min-width:768px) {
	header.header-new .search-tablet.open .tablet-close-search-btn {
		display: inline-block
	}
}

header.header-new .header-search-bar-sm {
	display: none;
	width: calc(100vw - 40px);
	opacity: 0;
	padding-top: 10px;
	padding-bottom: 20px;
	-webkit-box-shadow: 0 10px 11px -11px rgba(80, 80, 80, 0.4);
	-moz-box-shadow: 0 10px 11px -11px rgba(80, 80, 80, 0.4);
	box-shadow: 0 10px 11px -11px rgba(80, 80, 80, 0.4)
}

@media(min-width:768px) {
	header.header-new .header-search-bar-sm {
		width: calc(100vw - 60px)
	}
}

@media(max-width:991.98px) {
	header.header-new .header-search-bar-sm {
		position: absolute;
		width: 100%;
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		background: #fff
	}
}

header.header-new .header-search-bar-sm .primary-nav-search-sm {
	position: relative
}

	header.header-new .header-search-bar-sm .primary-nav-search-sm .input-group {
		border-bottom: 1px solid #000;
		margin-bottom: 0
	}

		header.header-new .header-search-bar-sm .primary-nav-search-sm .input-group .search-input-close-btn-sm {
			font-size: 2.4rem;
			line-height: 1;
			padding: 0 14px
		}

		header.header-new .header-search-bar-sm .primary-nav-search-sm .input-group .input-group-text {
			border: 0;
			border-radius: 0;
			background: transparent;
			font-size: 2.4rem;
			line-height: 1.20;
			padding-top: 6px;
			padding-bottom: 0
		}

		header.header-new .header-search-bar-sm .primary-nav-search-sm .input-group .form-control {
			height: 35px;
			font-size: 1.6rem;
			line-height: 1.4;
			border: 0
		}

header.header-new .navbar-toggler {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.6rem;
	position: relative
}

	header.header-new .navbar-toggler:hover,
	header.header-new .navbar-toggler:focus {
		color: #db000b
	}

		header.header-new .navbar-toggler:hover .iconlabel,
		header.header-new .navbar-toggler:focus .iconlabel {
			text-decoration: underline
		}

@media(min-width:1200px) {
	header.header-new .navbar-toggler.sidebar-open {
		color: #000
	}
}

header.header-new .navbar-toggler.sidebar-open .iconlabel {
	display: block
}

header.header-new .navbar-toggler.sidebar-open.offcanvas-sidebar {
	color: #fff
}

header.header-new .navbar-toggler.sidebar-open:hover .iconlabel,
header.header-new .navbar-toggler.sidebar-open:hover .icon,
header.header-new .navbar-toggler.sidebar-open:focus .iconlabel,
header.header-new .navbar-toggler.sidebar-open:focus .icon {
	color: #db000b
}

header.header-new .navbar-toggler .iconlabel {
	margin-right: 10px;
	display: none
}

@media(min-width:1200px) {
	header.header-new .navbar-toggler .iconlabel {
		display: block
	}
}

header.header-new .navbar-toggler .icon {
	font-size: 2.4rem;
	font-weight: 700
}

header.header-new .offcanvas-collapse {
	position: fixed;
	top: 70px;
	bottom: 0;
	left: 100%;
	width: 100vw;
	overflow-y: auto;
	visibility: hidden;
	background: #000;
	color: #fff;
	z-index: 9;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out
}

@media(min-width:1200px) {
	header.header-new .offcanvas-collapse {
		top: 0;
		width: 65vw;
		padding: 78px 60px 0 60px
	}
}

@media(min-width:1550px) {
	header.header-new .offcanvas-collapse {
		padding: 78px 300px 0 60px
	}
}

@media(min-width:1200px) {
	header.header-new .offcanvas-collapse {
		height: 100vh
	}

		header.header-new .offcanvas-collapse.fix-search {
			padding-top: 42px
		}

		header.header-new .offcanvas-collapse .menu-content {
			margin-top: 20px
		}
}

header.header-new .offcanvas-collapse.open {
	visibility: visible;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

header.header-new .offcanvas-collapse a,
header.header-new .offcanvas-collapse button {
	color: #fff
}

header.header-new .offcanvas-collapse .menu-box {
	overflow-x: hidden;
	padding-bottom: 50px
}

	header.header-new .offcanvas-collapse .menu-box .header-list .menu-head {
		color: #fff;
		text-transform: uppercase;
		font-weight: 700;
		display: block;
		margin-bottom: 15px;
		margin-top: 40px;
		line-height: 18px
	}

@media(min-width:768px) {
	header.header-new .offcanvas-collapse .menu-box .header-list .menu-head {
		margin-top: 60px
	}
}

@media(min-width:1200px) {
	header.header-new .offcanvas-collapse .menu-box .header-list .menu-head {
		margin-top: 40px
	}
}

header.header-new .offcanvas-collapse .menu-box .header-list .menu-head:hover,
header.header-new .offcanvas-collapse .menu-box .header-list .menu-head:focus {
	color: #fe000c;
	text-decoration: underline
}

@media(min-width:576px) {
	header.header-new .offcanvas-collapse .menu-box .header-list nav {
		margin-bottom: 20px
	}
}

header.header-new .offcanvas-collapse .menu-box .header-list ul {
	list-style: none
}

@media(max-width:575.98px) {
	header.header-new .offcanvas-collapse .menu-box .header-list ul {
		padding-bottom: 25px;
		border-bottom: 1px solid #ddd;
		column-count: 2
	}
}

header.header-new .offcanvas-collapse .menu-box .header-list ul li {
	margin-bottom: 10px;
	line-height: 1.3125;
	display: block
}

@media(max-width:575.98px) {
	header.header-new .offcanvas-collapse .menu-box .header-list ul li {
		margin-bottom: 15px;
		vertical-align: top
	}
}

@media(min-width:768px) {
	header.header-new .offcanvas-collapse .menu-box .header-list ul li {
		line-height: 1.3125
	}
}

header.header-new .offcanvas-collapse .menu-box .header-list ul li:last-child {
	margin-bottom: 0
}

header.header-new .offcanvas-collapse .menu-box .header-list ul li a {
	color: #fff
}

	header.header-new .offcanvas-collapse .menu-box .header-list ul li a:hover,
	header.header-new .offcanvas-collapse .menu-box .header-list ul li a:focus {
		color: #fe000c;
		text-decoration: underline
	}

header.header-new .offcanvas-collapse .navbar-social {
	margin-bottom: 40px
}

@media(min-width:768px) {
	header.header-new .offcanvas-collapse .navbar-social {
		margin-bottom: 90px
	}
}

header.header-new .offcanvas-collapse .navbar-social h5 {
	font-size: 1.4rem;
	line-height: 1.35;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff
}

header.header-new .offcanvas-collapse .navbar-social ul {
	list-style: none;
	line-height: 1
}

	header.header-new .offcanvas-collapse .navbar-social ul li {
		display: inline-block;
		margin: 0 10px;
		vertical-align: middle
	}

		header.header-new .offcanvas-collapse .navbar-social ul li:first-child {
			margin-left: 0
		}

		header.header-new .offcanvas-collapse .navbar-social ul li .social-style {
			font-size: 28px;
			padding: 0 6px;
			border-radius: 4px;
			background: #fff
		}

			header.header-new .offcanvas-collapse .navbar-social ul li .social-style:hover,
			header.header-new .offcanvas-collapse .navbar-social ul li .social-style:focus {
				background: #fe000c
			}

			header.header-new .offcanvas-collapse .navbar-social ul li .social-style .fa-instagram {
				font-size: 30px;
				color: #000
			}

		header.header-new .offcanvas-collapse .navbar-social ul li a {
			color: #fff;
			font-size: 4rem
		}

			header.header-new .offcanvas-collapse .navbar-social ul li a.social-style {
				padding: 4px 7px 1px;
				background: #fff;
				color: #000;
				font-size: 23px;
				border-radius: 4px
			}

				header.header-new .offcanvas-collapse .navbar-social ul li a.social-style:hover {
					background: #fe000c;
					color: #000
				}

			header.header-new .offcanvas-collapse .navbar-social ul li a:hover,
			header.header-new .offcanvas-collapse .navbar-social ul li a:focus {
				color: #fe000c
			}

header.header-new .offcanvas-collapse .offcanvas-search-sm .autocomplete-result {
	left: 0;
	width: 100%
}

header.header-new .offcanvas-collapse .offcanvas-search-sm .clr-collapse-srch-btn {
	display: none;
	font-size: 2.4rem;
	line-height: 1;
	padding-bottom: 0;
	position: absolute;
	z-index: 3;
	right: 0;
	width: 30px;
	text-align: center;
	top: 4px
}

header.header-new .offcanvas-collapse .offcanvas-search-sm.open .clr-collapse-srch-btn {
	display: inline-block
}

header.header-new .offcanvas-collapse .offcanvas-search {
	width: 90%;
	margin-top: -15px
}

	header.header-new .offcanvas-collapse .offcanvas-search .autocomplete-result .view-more-result {
		color: #fff !important
	}

		header.header-new .offcanvas-collapse .offcanvas-search .autocomplete-result .view-more-result strong {
			color: #fff
		}

	header.header-new .offcanvas-collapse .offcanvas-search .clr-collapse-srch-btn {
		display: none;
		font-size: 2.4rem;
		line-height: 1;
		padding-bottom: 0;
		position: absolute;
		z-index: 3;
		right: 0;
		width: 30px;
		text-align: center;
		top: 4px
	}

		header.header-new .offcanvas-collapse .offcanvas-search .clr-collapse-srch-btn:hover,
		header.header-new .offcanvas-collapse .offcanvas-search .clr-collapse-srch-btn:focus {
			color: #db000b
		}

	header.header-new .offcanvas-collapse .offcanvas-search.open .clr-collapse-srch-btn {
		display: inline-block
	}

	header.header-new .offcanvas-collapse .offcanvas-search .input-group {
		border-bottom: 1px solid #fff
	}

		header.header-new .offcanvas-collapse .offcanvas-search .input-group .search-input-close-btn-sm {
			font-size: 2.4rem;
			line-height: 1.20;
			padding: 0 14px
		}

		header.header-new .offcanvas-collapse .offcanvas-search .input-group .input-group-text {
			border: 0;
			border-radius: 0;
			background: transparent;
			font-size: 2.4rem;
			line-height: 1.20;
			color: #fff;
			padding-top: 6px;
			padding-bottom: 0
		}

		header.header-new .offcanvas-collapse .offcanvas-search .input-group .form-control {
			height: 35px;
			font-family: "Open Sans", sans-serif;
			font-weight: 400;
			font-size: 1.6rem;
			line-height: 1.4;
			border: 0;
			background: transparent;
			color: #fff;
			padding-left: 0
		}

			header.header-new .offcanvas-collapse .offcanvas-search .input-group .form-control::-webkit-input-placeholder {
				color: #fff
			}

			header.header-new .offcanvas-collapse .offcanvas-search .input-group .form-control::-moz-placeholder {
				color: #fff
			}

			header.header-new .offcanvas-collapse .offcanvas-search .input-group .form-control:-ms-input-placeholder {
				color: #fff
			}

			header.header-new .offcanvas-collapse .offcanvas-search .input-group .form-control:-moz-placeholder {
				color: #fff
			}

header.header-new .offcanvas-collapse .header-top-nav-sm {
	padding: 10px 20px 40px;
	background: #fff;
	color: #000
}

@media(min-width:768px) {
	header.header-new .offcanvas-collapse .header-top-nav-sm {
		padding: 0 30px 0
	}
}

header.header-new .offcanvas-collapse .header-top-nav-sm a {
	color: #000
}

header.header-new .offcanvas-collapse .header-top-nav-sm nav {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #000
}

@media(max-width:767.98px) {
	header.header-new .offcanvas-collapse .header-top-nav-sm nav {
		padding-bottom: 30px;
		margin-bottom: 40px
	}
}

header.header-new .offcanvas-collapse .header-top-nav-sm nav:last-child {
	margin-bottom: 0;
	border: 0
}

@media(max-width:767.98px) {
	header.header-new .offcanvas-collapse .header-top-nav-sm nav:last-child {
		padding-bottom: 0
	}
}

header.header-new .offcanvas-collapse .header-top-nav-sm nav:last-child li a {
	font-weight: 400
}

header.header-new .offcanvas-collapse .header-top-nav-sm nav ul {
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	justify-content: space-between
}

@media(max-width:767.98px) {
	header.header-new .offcanvas-collapse .header-top-nav-sm nav ul {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2
	}
}

header.header-new .offcanvas-collapse .header-top-nav-sm nav ul li {
	line-height: 22px;
	margin-bottom: 10px
}

@media(min-width:576px) {
	header.header-new .offcanvas-collapse .header-top-nav-sm nav ul li:nth-child(even) {
		margin-bottom: 0
	}
}

header.header-new .offcanvas-collapse .header-top-nav-sm nav ul li a {
	color: #000;
	font-weight: 700
}

	header.header-new .offcanvas-collapse .header-top-nav-sm nav ul li a:hover,
	header.header-new .offcanvas-collapse .header-top-nav-sm nav ul li a:focus {
		color: #db000b
	}

header.header-new .offcanvas-collapse .header-top-nav-sm .offcanvas-search-sm {
	margin-bottom: 40px
}

@media(min-width:768px) {
	header.header-new .offcanvas-collapse .header-top-nav-sm .offcanvas-search-sm {
		margin-bottom: 60px
	}
}

header.header-new .offcanvas-collapse .header-top-nav-sm .offcanvas-search-sm .input-group {
	border-bottom: 1px solid #000
}

	header.header-new .offcanvas-collapse .header-top-nav-sm .offcanvas-search-sm .input-group .search-input-close-btn-sm {
		font-size: 2.4rem;
		line-height: 1;
		padding: 0 14px
	}

	header.header-new .offcanvas-collapse .header-top-nav-sm .offcanvas-search-sm .input-group .input-group-text {
		border: 0;
		border-radius: 0;
		background: transparent;
		font-size: 2.4rem;
		line-height: 1.20;
		padding-top: 6px;
		padding-bottom: 0
	}

	header.header-new .offcanvas-collapse .header-top-nav-sm .offcanvas-search-sm .input-group .form-control {
		height: 35px;
		font-size: 1.6rem;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		line-height: 1.4;
		border: 0
	}

	header.header-new .offcanvas-collapse .header-top-nav-sm .offcanvas-search-sm .input-group.default-search {
		position: relative
	}

		header.header-new .offcanvas-collapse .header-top-nav-sm .offcanvas-search-sm .input-group.default-search:before {
			position: absolute;
			left: 0;
			top: 0;
			font-family: "Font Awesome 5 Pro";
			content: "\f002";
			font-size: 2.4rem
		}

		header.header-new .offcanvas-collapse .header-top-nav-sm .offcanvas-search-sm .input-group.default-search .form-control {
			padding-left: 0;
			margin-left: 40px
		}

header.header-new .navigation-area .header-top-nav {
	list-style: none;
	padding-top: 15px;
	margin-bottom: 42px
}

	header.header-new .navigation-area .header-top-nav li {
		display: inline-block;
		position: relative
	}

		header.header-new .navigation-area .header-top-nav li:after {
			content: "|";
			position: absolute;
			top: 3px;
			right: -5px;
			font-size: 1.4rem;
			line-height: 1
		}

		header.header-new .navigation-area .header-top-nav li:first-child a {
			padding-left: 0
		}

		header.header-new .navigation-area .header-top-nav li:last-child {
			border-right: 0
		}

			header.header-new .navigation-area .header-top-nav li:last-child:after {
				display: none
			}

		header.header-new .navigation-area .header-top-nav li a {
			font-size: 1.6rem;
			line-height: 1.4;
			padding: 0 10px;
			color: #000
		}

			header.header-new .navigation-area .header-top-nav li a:hover,
			header.header-new .navigation-area .header-top-nav li a:active,
			header.header-new .navigation-area .header-top-nav li a:focus {
				color: #db000b;
				text-decoration: underline
			}

			header.header-new .navigation-area .header-top-nav li a.active {
				color: #db000b;
				text-decoration: none
			}

header.header-new .navigation-area .search-sec {
	position: absolute;
	right: -54px;
	font-size: 2.4rem;
	bottom: 17px;
	min-height: 36px
}

	header.header-new .navigation-area .search-sec.open.larger-padding .primary-nav-search {
		transition: none
	}

	header.header-new .navigation-area .search-sec.larger-padding .primary-nav-search {
		padding-bottom: 72px
	}

	header.header-new .navigation-area .search-sec .primary-nav-search-btn {
		font-size: 2.4rem;
		line-height: 1;
		padding-bottom: 0;
		position: absolute;
		z-index: 1;
		right: 0;
		width: 48px;
		text-align: center
	}

		header.header-new .navigation-area .search-sec .primary-nav-search-btn:hover,
		header.header-new .navigation-area .search-sec .primary-nav-search-btn:focus {
			color: #db000b
		}

	header.header-new .navigation-area .search-sec .primary-nav-search-close-btn {
		display: none;
		font-size: 2.4rem;
		line-height: 1;
		padding-bottom: 0;
		position: absolute;
		z-index: 3;
		right: 0;
		width: 48px;
		text-align: center;
		top: -4px
	}

		header.header-new .navigation-area .search-sec .primary-nav-search-close-btn:hover,
		header.header-new .navigation-area .search-sec .primary-nav-search-close-btn:focus {
			color: #db000b
		}

	header.header-new .navigation-area .search-sec.open .primary-nav-search-close-btn {
		display: inline-block
	}

header.header-new .navigation-area .primary-nav {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	position: relative
}

	header.header-new .navigation-area .primary-nav .primary-navbar-nav {
		list-style: none;
		display: inline-block;
		margin: 0;
		position: relative
	}

		header.header-new .navigation-area .primary-nav .primary-navbar-nav.hide-subnav .dropdown-menu {
			display: none
		}

		header.header-new .navigation-area .primary-nav .primary-navbar-nav .remove-left {
			left: 0 !important
		}

		header.header-new .navigation-area .primary-nav .primary-navbar-nav.sub-nav-border {
			border-bottom: 1px solid #000
		}

		header.header-new .navigation-area .primary-nav .primary-navbar-nav.sub-nav-border-remove {
			border-bottom: 1px solid transparent
		}

		header.header-new .navigation-area .primary-nav .primary-navbar-nav > li.black-focus > a:focus {
			color: #000
		}

		header.header-new .navigation-area .primary-nav .primary-navbar-nav li {
			display: inline-block
		}

			header.header-new .navigation-area .primary-nav .primary-navbar-nav li.current-active-page > a {
				color: #db000b
			}

			header.header-new .navigation-area .primary-nav .primary-navbar-nav li a {
				font-weight: 700;
				color: #000;
				font-size: 1.6rem;
				line-height: 1.4;
				display: block;
				padding: 0 12px 27px 12px;
				text-transform: uppercase
			}

				header.header-new .navigation-area .primary-nav .primary-navbar-nav li a:hover,
				header.header-new .navigation-area .primary-nav .primary-navbar-nav li a:focus {
					color: #db000b
				}

				header.header-new .navigation-area .primary-nav .primary-navbar-nav li a.hover-effect {
					position: relative
				}

					header.header-new .navigation-area .primary-nav .primary-navbar-nav li a.hover-effect:after {
						content: '';
						position: absolute;
						bottom: 0;
						left: 10px;
						display: block;
						width: 0;
						height: 3px;
						background: #db000b;
						transition: width .3s
					}

			header.header-new .navigation-area .primary-nav .primary-navbar-nav li:first-child a {
				padding-left: 0
			}

				header.header-new .navigation-area .primary-nav .primary-navbar-nav li:first-child a.hover-effect:after {
					left: 0
				}

			header.header-new .navigation-area .primary-nav .primary-navbar-nav li:nth-last-child(2) a {
				padding-right: 0
			}

			header.header-new .navigation-area .primary-nav .primary-navbar-nav li .dropdown-menu {
				right: 0;
				border: 0;
				z-index: 1;
				padding: 0
			}

				header.header-new .navigation-area .primary-nav .primary-navbar-nav li .dropdown-menu li {
					position: relative
				}

					header.header-new .navigation-area .primary-nav .primary-navbar-nav li .dropdown-menu li:after {
						content: "|";
						position: absolute;
						top: 20px;
						right: -5px;
						font-size: 1.4rem;
						line-height: 1
					}

					header.header-new .navigation-area .primary-nav .primary-navbar-nav li .dropdown-menu li a {
						font-weight: 400;
						font-size: 1.6rem;
						line-height: 1.4;
						text-transform: capitalize;
						padding: 16px 10px 0
					}

						header.header-new .navigation-area .primary-nav .primary-navbar-nav li .dropdown-menu li a:hover,
						header.header-new .navigation-area .primary-nav .primary-navbar-nav li .dropdown-menu li a:focus,
						header.header-new .navigation-area .primary-nav .primary-navbar-nav li .dropdown-menu li a:active {
							text-decoration: underline;
							color: #db000b
						}

					header.header-new .navigation-area .primary-nav .primary-navbar-nav li .dropdown-menu li:first-child a {
						padding-left: 0
					}

					header.header-new .navigation-area .primary-nav .primary-navbar-nav li .dropdown-menu li:last-child:after {
						display: none
					}

					header.header-new .navigation-area .primary-nav .primary-navbar-nav li .dropdown-menu li:last-child a {
						padding-right: 0
					}

		header.header-new .navigation-area .primary-nav .primary-navbar-nav mark {
			background-color: #db000b;
			display: block;
			height: 4px;
			left: 0;
			position: absolute;
			top: 46px;
			transition: left 300ms, width 300ms;
			padding: 0;
			z-index: 0
		}

header.header-new .primary-nav-search {
	display: none;
	z-index: 1;
	position: absolute;
	right: 45px;
	top: 0;
	width: 100%;
	background-color: #fff;
	transition: all .3s
}

@media(min-width:1200px) {
	header.header-new .primary-nav-search {
		right: 0;
		top: -14px;
		padding-bottom: 31px
	}
}

header.header-new .primary-nav-search.search-expanded {
	display: block;
	width: 100%;
	transition: width .4s ease;
	-webkit-transition: width .4s ease;
	-moz-transition: width .4s ease;
	-ms-transition: width .4s ease;
	-o-transition: width .4s ease
}

header.header-new .primary-nav-search .input-group {
	border-bottom: 1px solid #000;
	margin-bottom: 0
}

	header.header-new .primary-nav-search .input-group .search-input-close-btn {
		font-size: 2.4rem;
		line-height: 1;
		padding: 0 14px
	}

	header.header-new .primary-nav-search .input-group .input-group-text {
		border: 0;
		border-radius: 0;
		background: transparent;
		font-size: 2.4rem;
		line-height: 1.20;
		padding-top: 6px;
		padding-bottom: 0;
		height: inherit
	}

	header.header-new .primary-nav-search .input-group .form-control {
		height: 35px;
		font-size: 1.6rem;
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		line-height: 1.4;
		border: 0;
		padding-left: 0
	}

.autocomplete {
	border: 1px solid red
}

.autocomplete-suggestions {
	text-align: left;
	border: 1px solid #999;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #FFF;
	overflow: auto
}

.autocomplete-suggestion {
	padding: 5px 5px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer
}

.autocomplete-selected {
	background: #f0f0f0
}

.autocomplete-suggestions strong {
	font-weight: normal;
	color: #fff;
	background: #000
}

.autocomplete-group {
	padding: 2px 5px
}

	.autocomplete-group strong {
		display: block;
		border-bottom: 1px solid #000
	}

.container--has-focus .header-top-nav ul li a:focus,
.container--has-focus .header-top-nav ul li a:active {
	text-decoration: underline;
	color: #db000b
}

.container--has-focus .search-sec a.primary-nav-search-btn:focus {
	color: #db000b
}

.footer {
	padding: 6rem 0 0;
	color: #fff;
	background: #000
}

	.footer .footer-top {
		width: 100%;
		background: #000;
		float: left
	}

		.footer .footer-top .logo {
			margin: -6rem 0 4rem;
			max-width: 70px
		}

@media(min-width:768px) {
	.footer .footer-top .logo {
		margin: -6rem 0 6rem
	}
}

@media(min-width:992px) {
	.footer .footer-top .logo {
		max-width: 100px
	}
}

.footer .footer-top .main-footer-links {
	margin-bottom: 4rem;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	padding-bottom: 2rem;
	border-bottom: 1px solid #fff;
	justify-content: space-between
}

@media(min-width:768px) {
	.footer .footer-top .main-footer-links {
		border-bottom: 0;
		margin-bottom: 0
	}
}

@media(min-width:768px) {
	.footer .footer-top .main-footer-links {
		padding-bottom: 3rem
	}
}

@media(min-width:576px) and (max-width:991.98px) {
	.footer .footer-top .main-footer-links {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4
	}
}

.footer .footer-top .main-footer-links li {
	padding-bottom: 2rem;
	display: block
}

@media(min-width:768px) {
	.footer .footer-top .main-footer-links li {
		padding-bottom: 3rem
	}
}

.footer .footer-top .main-footer-links li a {
	color: #fff;
	font-size: 1.6rem;
	line-height: .75;
	text-transform: uppercase;
	font-weight: 700
}

	.footer .footer-top .main-footer-links li a:hover,
	.footer .footer-top .main-footer-links li a:focus {
		color: #fe000c;
		text-decoration: underline
	}

.footer .footer-top h4 {
	margin: 0;
	padding: 0 0 2rem;
	font-size: 1.4rem;
	line-height: 1.35;
	text-transform: uppercase;
	font-weight: 700
}

.footer .footer-top .follow-us {
	margin: 0 0 4rem;
	padding: 0 0 4rem;
	border-bottom: 1px solid #fff
}

@media(min-width:768px) {
	.footer .footer-top .follow-us {
		padding: 0;
		border-bottom: 0;
		margin-bottom: 0
	}
}

@media(min-width:992px) {
	.footer .footer-top .follow-us {
		padding: 0 0 6rem
	}
}

.footer .footer-top .follow-us li {
	display: inline-block;
	padding-right: 2rem;
	vertical-align: middle
}

	.footer .footer-top .follow-us li .social-style {
		font-size: 2.8rem;
		padding: 0 .6rem;
		border-radius: 4px;
		background: #fff
	}

		.footer .footer-top .follow-us li .social-style:hover,
		.footer .footer-top .follow-us li .social-style:focus {
			background: #fe000c
		}

		.footer .footer-top .follow-us li .social-style .fa-instagram {
			font-size: 3rem;
			color: #000
		}

	.footer .footer-top .follow-us li a {
		color: #fff;
		font-size: 4.2rem;
		line-height: 1.19
	}

		.footer .footer-top .follow-us li a:hover,
		.footer .footer-top .follow-us li a:focus {
			color: #fe000c
		}

.footer .footer-top .patners-logo {
	padding-bottom: 2rem
}

@media(min-width:576px) {
	.footer .footer-top .patners-logo {
		padding-bottom: 3rem
	}
}

@media(min-width:992px) {
	.footer .footer-top .patners-logo {
		padding-bottom: 0
	}
}

.footer .footer-top .patners-logo a:hover,
.footer .footer-top .patners-logo a:focus {
	color: #fe000c
}

	.footer .footer-top .patners-logo a:hover span,
	.footer .footer-top .patners-logo a:focus span {
		color: #fe000c;
		text-decoration: underline
	}

.footer .footer-top .patners-logo img {
	padding-bottom: 1rem
}

.footer .footer-top .patners-logo .four-D {
	margin-right: 7.6rem
}

	.footer .footer-top .patners-logo .four-D span {
		display: block;
		font-size: 1.4rem;
		color: #fff
	}

	.footer .footer-top .patners-logo .four-D img {
		max-width: 40px;
		max-height: 40px
	}

.footer .footer-top .patners-logo .ayima span {
	display: block;
	font-size: 1.4rem;
	color: #fff
}

.footer .footer-top .patners-logo .ayima img {
	max-width: 115px
}

.footer .footer-top .square-50 {
	min-width: 40px;
	height: 40px;
	color: #000;
	margin-bottom: 1.5rem;
	display: table;
	text-align: center;
	background: #fff
}

@media(min-width:768px) {
	.footer .footer-top .square-50 {
		min-width: 50px;
		height: 50px
	}
}

@media(min-width:768px) {
	.footer .footer-top .square-50 {
		margin-bottom: 2rem
	}
}

.footer .footer-top .square-50 i {
	vertical-align: middle;
	display: table-cell;
	font-size: 2.8rem
}

.footer .footer-top .square-50:hover,
.footer .footer-top .square-50:focus {
	background: #fe000c;
	text-decoration: none
}

.footer .footer-bottom {
	width: 100%;
	background: #000;
	float: left;
	font-size: 1.4rem;
	padding: 0 0 4rem
}

@media(min-width:992px) {
	.footer .footer-bottom {
		padding: 0 0 6rem
	}
}

.footer .footer-bottom .footer-bottom-wrapper {
	padding-top: 2rem;
	border-top: 1px solid #fff
}

@media(min-width:768px) {
	.footer .footer-bottom .footer-bottom-wrapper {
		padding-top: 3rem
	}
}

.footer .footer-bottom .footer-bottom-wrapper .secondary-footer-links {
	padding-bottom: 1.5rem;
	font-weight: 700
}

@media(min-width:992px) {
	.footer .footer-bottom .footer-bottom-wrapper .secondary-footer-links {
		padding-bottom: 0
	}
}

.footer .footer-bottom .footer-bottom-wrapper .secondary-footer-links li {
	display: inline
}

	.footer .footer-bottom .footer-bottom-wrapper .secondary-footer-links li:before {
		content: "|";
		padding: 0 1.5rem
	}

	.footer .footer-bottom .footer-bottom-wrapper .secondary-footer-links li:first-child:before {
		content: "";
		padding: 0
	}

	.footer .footer-bottom .footer-bottom-wrapper .secondary-footer-links li a {
		color: #fff;
		line-height: 1.35
	}

		.footer .footer-bottom .footer-bottom-wrapper .secondary-footer-links li a:hover,
		.footer .footer-bottom .footer-bottom-wrapper .secondary-footer-links li a:focus {
			color: #fe000c
		}

.footer .footer-bottom .footer-bottom-wrapper .copyright-txt {
	margin: 0;
	color: #ddd;
	line-height: 1.35
}

.footer h1,
.footer h2,
.footer h3,
.footer h4 {
	color: #fff
}

.footer .fixed-cookies {
	position: fixed;
	z-index: 9;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .3s all ease
}

@media(max-width:991.98px) {
	.footer .fixed-cookies .cookies-btn {
		min-width: 90px;
		padding: 10px 0;
		max-width: 90px
	}
}

@media(max-width:991.98px) {
	.footer .fixed-cookies .cookies-notification p {
		margin-right: 20px
	}
}

.container--has-focus .footer .footer-top ul.main-footer-links li a:focus {
	text-decoration: underline;
	color: #db000b
}

.container--has-focus .footer .footer-bottom ul.secondary-footer-links li a:focus {
	text-decoration: underline;
	color: #db000b
}

.header ul.nav-top {
	list-style: none;
	margin-top: 15px;
	padding: 0
}

	.header ul.nav-top li {
		display: inline-block;
		border-right: 1px solid #000;
		line-height: 1
	}

		.header ul.nav-top li:last-child {
			border-right: 0
		}

		.header ul.nav-top li:first-child a {
			padding-left: 0
		}

		.header ul.nav-top li a {
			padding: 0 7px;
			color: #000;
			font-size: 1.6rem
		}

			.header ul.nav-top li a:hover,
			.header ul.nav-top li a:focus {
				color: #db000b
			}

.header .nav-area {
	margin-left: 25px;
	display: inline-block;
	width: 88%;
	position: relative;
	vertical-align: middle;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out
}

@media(max-width:1199.98px) {
	.header .nav-area {
		display: block;
		width: 100%;
		margin-left: 13px
	}
}

.header .nav-bottom {
	list-style: none;
	padding: 34px 0 0;
	margin: 0
}

	.header .nav-bottom li {
		display: inline-block
	}

@media(max-width:1199.98px) {
	.header .nav-bottom li {
		width: 30%
	}
}

.header .nav-bottom li:first-child a {
	padding-left: 0
}

.header .nav-bottom li a {
	font-weight: 700;
	color: #000;
	padding: 0 12px
}

	.header .nav-bottom li a:hover,
	.header .nav-bottom li a:focus {
		color: #db000b
	}

.header .menu-inner.slide-inner {
	margin-right: 0;
	overflow-y: auto;
	visibility: visible;
	opacity: 1;
	right: 0
}

.header .menu-search {
	position: relative;
	width: 70%
}

.header .header-list .menu-head {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
	margin-top: 60px;
	line-height: 18px
}

@media(max-width:767.98px) {
	.header .header-list .menu-head {
		margin-top: 40px
	}
}

.header .header-list .menu-head:hover,
.header .header-list .menu-head:focus {
	color: #fe000c
}

.header .header-list ul {
	list-style: none
}

@media(max-width:575.98px) {
	.header .header-list ul {
		padding-bottom: 25px;
		border-bottom: 1px solid #ddd;
		column-count: 2
	}
}

.header .header-list ul li {
	margin-bottom: 10px;
	line-height: 18px
}

@media(max-width:575.98px) {
	.header .header-list ul li {
		margin-bottom: 15px;
		vertical-align: top
	}
}

.header .header-list ul li:last-child {
	margin-bottom: 0
}

.header .header-list ul li a {
	color: #fff
}

	.header .header-list ul li a:hover,
	.header .header-list ul li a:focus {
		color: #fe000c
	}

.header .navbar-social {
	padding-left: 60px
}

@media(max-width:1199.98px) {
	.header .navbar-social {
		padding: 0 0 80px 30px
	}
}

@media(max-width:767.98px) {
	.header .navbar-social {
		padding: 0 0 40px 20px
	}
}

.header .navbar-social h5 {
	font-size: 1.4rem;
	line-height: 19px;
	margin-bottom: 20px;
	font-weight: 700
}

.header .navbar-social ul {
	list-style: none;
	line-height: 1
}

	.header .navbar-social ul li {
		display: inline-block;
		margin: 0 10px;
		vertical-align: middle
	}

		.header .navbar-social ul li .social-style {
			font-size: 28px;
			padding: 0 6px;
			border-radius: 4px;
			background: #fff
		}

			.header .navbar-social ul li .social-style:hover,
			.header .navbar-social ul li .social-style:focus {
				background: #fe000c
			}

			.header .navbar-social ul li .social-style .fa-instagram {
				font-size: 30px;
				color: #000
			}

		.header .navbar-social ul li a {
			color: #fff;
			font-size: 4rem
		}

			.header .navbar-social ul li a.social-style {
				padding: 4px 7px 1px;
				background: #fff;
				color: #000;
				font-size: 23px;
				border-radius: 4px
			}

				.header .navbar-social ul li a.social-style:hover,
				.header .navbar-social ul li a.social-style:focus {
					background: #fe000c;
					color: #000
				}

			.header .navbar-social ul li a:hover,
			.header .navbar-social ul li a:focus {
				color: #fe000c
			}

.header .navbottom-search {
	width: 640px;
	position: relative;
	display: flex;
	align-items: baseline
}

@media(max-width:1199.98px) {
	.header .navbottom-search {
		width: auto
	}
}

.header .nav-search-menu {
	position: relative
}

.hide {
	display: none
}
