:root {
	--sbc-body-font: 'proxima-nova', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
	--sbc-heading-font: 'trade-gothic-next', Arial, sans-serif;
	--sbc-heading-condensed-font: 'trade-gothic-next-condensed', Arial, sans-serif;

	--sbc-gap: 30px;
}

@media (min-width: 600px) {
	:root {
		--sbc-gap: 5vw;
	}
}

@media (min-width: 1200px) {
	:root {
		--sbc-gap: 60px;
	}
}

*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-marquee-increment: 0vw;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-decoration-thickness: .1rem;
	text-underline-offset: .175em;
	word-break: break-word;
}

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;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

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 {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

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;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

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;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

.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: 1140px;
	}
}


.container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.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 {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-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 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-sm-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-ms-flex-order: 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 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-md-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-md-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-md-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-md-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-ms-flex-order: 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 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-ms-flex-order: 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 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-xl-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-ms-flex-order: 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%;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: 0.9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
	padding: 0.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: 0.4rem 0.4rem 0;
	border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
	padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
	padding: 0.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 0.4rem 0.4rem;
	border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
	padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.25rem;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !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: -ms-flexbox !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		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: -ms-flexbox !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		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: -ms-flexbox !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		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: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		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: -ms-flexbox !important;
		display: flex !important;
	}

	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}

	.float-sm-right {
		float: right !important;
	}

	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important;
	}

	.float-md-right {
		float: right !important;
	}

	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important;
	}

	.float-lg-right {
		float: right !important;
	}

	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}

	.float-xl-right {
		float: right !important;
	}

	.float-xl-none {
		float: none !important;
	}
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

:root .mb-0,
:root .my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-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;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-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: 0.25rem !important;
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.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: 0.25rem !important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.5rem !important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.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: 0.25rem !important;
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.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: 0.25rem !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: 0.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: 0.25rem !important;
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.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: 0.25rem !important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.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: 0.25rem !important;
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.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: 0.25rem !important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.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;
	}
}

@font-face {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 400;
	src: local("Bebas Neue"), local("BebasNeue"), local("BebasNeue-Regular"), url("../fonts/BebasNeue-Regular.woff2") format("woff2");
}

/*
@font-face {
	font-family: 'Bebas';
	font-style: normal;
	font-weight: normal;
	src: local('Bebas'), url('../fonts/bebas-regular-webfont.woff2') format('woff2'),
	     url('../fonts/bebas-regular-webfont.woff') format('woff');
}*/
@font-face {
	font-family: 'Bebas';
	src: local("Bebas Regular"), local("Bebas-Regular"), url("../fonts/Bebas-Regular.woff2") format("woff2"), url("../fonts/Bebas-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

body {
	background: #192226;
	color: #192226;
	font-family: var(--sbc-body-font);
	font-size: clamp(16px, 2vw, 18px);
	line-height: 1.3;
	letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Bebas", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 8px;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 28px;
}

h4,
.h4 {
	font-size: 24px;
}

h5,
.h5 {
	font-size: 20px;
}

h6,
.h6 {
	font-size: 18px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

a {
	color: #192226;
	text-decoration: none;
	transition: all ease-in-out 0.2s;
}

a:hover {
	color: #184E6E;
	text-decoration: none;
}

p {
	line-height: clamp(23px, 2vw, 25px);
	margin: 0 0 24px;
}

ol,
ul {
	margin: 0 0 24px;
	padding: 0 0 0 30px;
}

b,
strong {
	font-weight: 700;
}

blockquote {
	background: #eee;
	border-left: 2px solid #184E6E;
	margin: 0 0 24px;
	padding: 15px;
	position: relative;
	quotes: none;
}

blockquote *:last-child {
	margin-bottom: 0;
}

.display-1 {
	font-size: 48px;
}

.text-xs {
	font-size: 14px;
}

@media (max-width: 768px) {
	.display-1 {
		font-size: 36px;
	}

	h1,
	.h1 {
		font-size: 30px;
	}

	h2,
	.h2 {
		font-size: 28px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	h5,
	.h5 {
		font-size: 18px;
	}

	h6,
	.h6 {
		font-size: 16px;
	}
}

@media (max-width: 479px) {
	.display-1 {
		font-size: 32px;
	}
}

.font-family-bebas {
	font-family: "Bebas", sans-serif !important;
}

.font-family-avenir {
	font-family: var(--sbc-body-font) !important;
}

.font-family-brandon {
	font-family: "brandon-grotesque", sans-serif !important;
}

.text-black {
	color: #fff;
}

.text-blue {
	color: #192226;
}

.text-dark-blue {
	color: #184E6E;
}

.text-darker-blue {
	color: #0f3146;
}

.text-white {
	color: #fff;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-transform-none {
	text-transform: none;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.bg-white {
	background-color: #fff;
}

.letter-spacing-none {
	letter-spacing: 0;
}

.letter-spacing-default {
	letter-spacing: 0.08em;
}

.letter-spacing-large {
	letter-spacing: 0.12em;
}

.no-margin {
	margin-bottom: 0 !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.btn,
.vc_general.vc_btn3 {
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: var(--sbc-heading-condensed-font);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 24px;
	outline: 0;
	padding: 8px 20px;
	text-align: center;
	text-transform: uppercase;
	transition: all ease-in-out 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
}

.btn:focus,
.btn:hover,
.vc_general.vc_btn3:focus,
.vc_general.vc_btn3:hover {
	color: #fff;
	border: none;
	outline: 0;
}

.btn-blue,
.vc_btn3.vc_btn3-color-ss-blue {
	background: #192226;
}

.btn-blue:hover,
.vc_btn3.vc_btn3-color-ss-blue:hover {
	background: #184E6E;
}

.btn-dark-blue,
.vc_btn3.vc_btn3-color-ss-dark-blue {
	background: #184E6E;
}

.btn-dark-blue:hover,
.vc_btn3.vc_btn3-color-ss-dark-blue:hover {
	background: #0f3146;
}

.btn-darker-blue,
.vc_btn3.vc_btn3-color-ss-darker-blue {
	background: #0f3146;
}

.btn-darker-blue:hover,
.vc_btn3.vc_btn3-color-ss-darker-blue:hover {
	background: #777;
}

.btn-white,
.vc_btn3.vc_btn3-color-ss-white {
	background: #FFFFFF;
	color: #1D1B1B;
}

.btn-white:hover,
.vc_btn3.vc_btn3-color-ss-white:hover {
	background: #1D1B1B;
	color: #FFFFFF;
}

.btn-light,
.vc_btn3.vc_btn3-color-ss-light {
	font-weight: 500;
}

.btn-xs,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-size-xs {
	font-size: 16px;
	padding: 4px 16px;
}

.btn-sm,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-size-sm {
	font-size: 18px;
	padding: 6px 18px;
}

.btn-md,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-size-md {
	font-size: 20px;
	padding: 8px 20px;
}

.btn-lg,
.vc_btn3-container .vc_general.vc_btn3.vc_btn3-size-lg {
	font-size: 24px;
	padding: 12px 24px;
}

.btn:disabled {
	border-color: #bbb;
	background: #bbb;
	color: #fff;
}

::-webkit-input-placeholder {
	color: #555;
	font-family: "brandon-grotesque", sans-serif;
}

::-moz-placeholder {
	color: #555;
	font-family: "brandon-grotesque", sans-serif;
}

:-ms-input-placeholder {
	color: #555;
	font-family: "brandon-grotesque", sans-serif;
}

::-ms-input-placeholder {
	color: #555;
	font-family: "brandon-grotesque", sans-serif;
}

::placeholder {
	color: #555;
	font-family: "brandon-grotesque", sans-serif;
}

.form-control,
textarea,
select,
input[type="date"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="url"] {
	background: #fff;
	border: 1px solid #555;
	border-radius: 0;
	color: #1b1b1b;
	display: block;
	font-family: "brandon-grotesque", sans-serif;
	line-height: 38px;
	height: 40px;
	outline: 0;
	padding: 0 15px;
	width: 100%;
}

select {
	height: 40px;
}

textarea {
	height: 220px;
	line-height: 1.2;
	padding: 15px;
}

label {
	display: block;
	font-size: 18px;
	font-family: "Bebas", sans-serif;
	margin-bottom: 2px;
	text-transform: uppercase;
}

div.wpcf7 {
	margin: 0;
	padding: 0 0 20px;
}

div.wpcf7 p {
	margin-bottom: 20px;
}

div.wpcf7 .wpcf7-not-valid-tip {
	color: #A13337;
	background: #A13337;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0;
	padding: 5px 10px;
}

div.wpcf7 span.ajax-loader {
	background-image: url("../images/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 30px;
	height: 40px;
	width: 40px;
}

div.wpcf7 div.wpcf7-response-output {
	border: none;
	font-size: 16px;
	margin: 0 0 24px;
	padding: 10px 15px;
}

div.wpcf7 div.wpcf7-mail-sent-ng,
div.wpcf7 div.wpcf7-spam-blocked {
	background: #A13337;
	color: #fff;
}

div.wpcf7 div.wpcf7-validation-errors {
	background: #E0DD26;
	color: #666;
}

div.wpcf7 div.wpcf7-mail-sent-ok {
	background: #1BA18A;
	color: #fff;
}

#footer .newsletter .mc4wp-form .mc4wp-form-fields,
.newsletter-form {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: no-wrap;
	flex-wrap: no-wrap;
	max-width: 500px;
}

#footer .newsletter .mc4wp-form .mc4wp-form-fields .newsletter-label,
.newsletter-form .newsletter-label {
	margin-right: 10px;
	white-space: nowrap;
}

#footer .newsletter .mc4wp-form .mc4wp-form-fields .newsletter-email,
.newsletter-form .newsletter-email {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

#footer .newsletter .mc4wp-form .mc4wp-form-fields .newsletter-submit,
.newsletter-form .newsletter-submit {
	margin-left: 10px;
}

#footer .newsletter .mc4wp-response {
	font-size: 14px;
	margin-top: 10px;
	max-width: 500px;
	text-align: center;
}

@media (max-width: 991px) {

	#footer .newsletter .mc4wp-form .mc4wp-form-fields,
	.newsletter-form {
		margin: 0 auto;
	}
}

@media (max-width: 575px) {
	div.wpcf7 .wpcf7-submit {
		width: 100%;
	}

	div.wpcf7 span.ajax-loader {
		display: none;
		margin: 10px auto;
	}

	div.wpcf7 span.ajax-loader.is-active {
		display: block;
	}
}

@media (max-width: 479px) {
	.newsletter-form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.newsletter-form .newsletter-email,
	.newsletter-form .newsletter-label,
	.newsletter-form .newsletter-submit {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.newsletter-form .newsletter-label {
		margin: 0 0 10px;
		text-align: center;
	}

	.newsletter-form .newsletter-email {
		margin-bottom: 10px;
	}

	.newsletter-form .newsletter-submit {
		margin: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 0px 24px 0px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
	margin: 0px 0 24px 12px;
}

.alignleft {
	float: left;
	margin: 0px 12px 24px 0;
}

a img.alignright {
	float: right;
	margin: 0px 0 24px 12px;
}

a img.alignnone {
	margin: 0px 24px 0 0;
}

a img.alignleft {
	float: left;
	margin: 0px 12px 24px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 0px 12px 24px 0;
}

.wp-caption.alignleft {
	margin: 0px 12px 24px 0;
}

.wp-caption.alignright {
	margin: 0px 0 24px 12px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 12px;
}

.gallery-item {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: calc((100% - 10px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
	margin-right: 0;
}

.gallery-columns-3 .gallery-item {
	max-width: calc((100% - 10px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
	margin-right: 0;
}

.gallery-columns-4 .gallery-item {
	max-width: calc((100% - 10px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
	margin-right: 0;
}

.gallery-columns-5 .gallery-item {
	max-width: calc((100% - 10px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
	margin-right: 0;
}

.gallery-columns-6 .gallery-item {
	max-width: calc((100% - 10px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
	margin-right: 0;
}

.gallery-columns-7 .gallery-item {
	max-width: calc((100% - 12px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
	margin-right: 0;
}

.gallery-columns-8 .gallery-item {
	max-width: calc((100% - 12px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
	margin-right: 0;
}

.gallery-columns-9 .gallery-item {
	max-width: calc((100% - 12px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
	margin-right: 0;
}

.gallery-item:last-of-type {
	padding-right: 0;
}

.gallery-caption {
	display: block;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0.5rem;
}

.gallery-item > div > a {
	display: block;
	line-height: 0;
	box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
	box-shadow: 0 0 0 2px #0073aa;
}

@media (max-width: 575px) {

	a img.alignright,
	a img.alignleft,
	.alignright,
	.alignleft {
		display: block;
		float: none;
		margin: 0 24px 0;
	}

	img.alignright,
	img.alignleft {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 24px !important;
	}
}

.blog-title {
	border-bottom: 2px solid #0f3146;
	margin-bottom: 48px;
	padding-bottom: 5px;
}

.blog-title-wrap {
	padding: 30px 110px 0;
}

.post {
	padding-left: 80px;
	padding-right: 80px;
}

.post:first-child {
	padding-top: 60px;
}

.post .featured-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 -30px 24px;
	padding-top: 56.25%;
	position: relative;
}

.post .featured-image .post-date {
	background: #0f3146;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80px;
	z-index: 2;
}

.post .featured-image .post-date .day {
	font-family: "Bebas", sans-serif;
	font-size: 48px;
	line-height: 1;
}

.post .featured-image .post-date .month {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.archive .post {
	margin-bottom: 60px;
}

.archive .post .featured-image:hover::before {
	opacity: 1;
}

.archive .post .featured-image::before {
	background: rgba(0, 0, 0, 0.4);
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transition: all 0.3s linear;
	width: 100%;
	z-index: 1;
}

.pagination {
	margin-bottom: 60px;
	text-align: center;
}

.pagination .page-numbers {
	display: inline-block;
	font-family: "Bebas", sans-serif;
	padding: 0 5px;
}

.pagination .page-numbers.current {
	color: #0f3146;
	border-bottom: 2px solid #0f3146;
}

.single .post-navigation {
	border-top: 2px solid #0f3146;
	display: -ms-flexbox;
	display: flex;
	font-family: "Bebas", sans-serif;
	margin-bottom: 60px;
	margin-top: 40px;
	padding-top: 30px;
}

.single .post-navigation .next-post,
.single .post-navigation .previous-post {
	display: inline-block;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
}

.single .post-navigation .previous-post {
	padding-right: 30px;
	text-align: right;
}

.single .post-navigation .next-post {
	padding-left: 30px;
}

#comments {
	padding: 0 30px;
}

#comments .comments-title {
	border-bottom: 2px solid #0f3146;
	padding-bottom: 5px;
	margin-bottom: 24px;
}

#comments .children,
#comments .comment-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#comments .comment-list {
	margin-bottom: 60px;
}

#comments .comment-list > .comment {
	border-bottom: 2px solid #eee;
	margin-bottom: 24px;
}

#comments .comment-list > .comment:last-child {
	border: none;
}

#comments .comment {
	min-height: 60px;
	padding-top: 10px;
	padding-left: 75px;
	position: relative;
}

#comments .avatar {
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

#comments .comment-author .author-name {
	font-size: 16px;
	font-weight: 700;
}

#comments .comment-meta {
	font-size: 14px;
	margin-bottom: 10px;
}

#comments .comment-meta a {
	color: #999;
}

#comments .comment-meta .comment-reply-link,
#comments .comment-meta .comment-edit-link {
	color: #0f3146;
	margin-left: 15px;
	text-decoration: underline;
}

#comments .comment-content {
	font-size: 14px;
	padding-right: 75px;
}

#comments .comment-awaiting-moderation {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 5px;
}

#comments .comment-navigation .nav-links {
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#respond {
	margin-bottom: 60px;
}

#respond .comment-reply-title {
	border-bottom: 2px solid #0f3146;
	padding-bottom: 5px;
	margin-bottom: 24px;
}

#respond #cancel-comment-reply-link {
	color: #999;
	font-size: 14px;
}

#respond .comment-notes {
	color: #999;
	font-size: 14px;
}

#respond .comment-form-cookies-consent label {
	display: inline;
	font-family: var(--sbc-body-font);
	font-size: 14px;
	margin-left: 5px;
	text-transform: none;
}

#respond .comment-form-cookies-consent input {
	vertical-align: middle;
}

#respond .comment-form-error {
	color: #A13337;
	background: #A13337;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0;
	padding: 5px 10px;
}

#respond .form-submit {
	text-align: right;
}

#respond .logged-in-as {
	color: #666;
	font-size: 16px;
}

@media (max-width: 991px) {
	.post {
		padding-left: 45px;
		padding-right: 45px;
	}

	.post:first-child {
		padding-top: 40px;
	}

	.post .featured-image {
		margin-left: -15px;
		margin-right: -15px;
	}

	.post .entry-content {
		padding: 0 15px;
	}

	.post .entry-header {
		padding: 0 15px;
	}

	.blog-title-wrap {
		padding: 30px 80px 0;
	}

	#comments .comment-content {
		padding-right: 0;
	}
}

@media (max-width: 767px) {

	#comments,
	.post {
		padding-left: 15px;
		padding-right: 15px;
	}

	.blog-title-wrap {
		padding: 30px 45px 0;
	}

	.blog-title {
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.post {
		padding-left: 0;
		padding-right: 0;
	}

	.post .featured-image {
		margin-left: 0px;
		margin-right: 0px;
	}

	.post .entry-content {
		padding: 0;
	}

	.post .entry-header {
		padding: 0;
	}

	.blog-title-wrap {
		padding: 30px 15px 0;
	}

	#comments {
		padding-left: 0;
		padding-right: 0;
	}

	#comments .avatar {
		max-width: 40px;
	}

	#comments .comment {
		padding-left: 55px;
		padding-top: 5px;
	}

	#comments .children .comment {
		margin-left: -25px;
	}

	#comments .comment-metadata {
		display: block;
	}
}

@media (max-width: 479px) {
	#comments .form-submit .btn {
		width: 100%;
	}
}

#age-of-majority-popup {
	background: #192226;
	color: #fff;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	width: 100%;
	z-index: 1000;
}

#age-of-majority-popup .popup-inner {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	padding: 30px 15px;
	-ms-flex-pack: center;
	justify-content: center;
	overflow-y: auto;
	width: 100%;
}

#age-of-majority-popup .logo {
	margin: 0 auto 20px;
}

#age-of-majority-popup .logo img {
	width: 300px;
}

#age-of-majority-popup .age-question {
	font-family: "Bebas", sans-serif;
	font-size: 90px;
	line-height: 1;
	margin-bottom: 30px;
}

#age-of-majority-popup .age-disclaimer {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 40px;
}

#age-of-majority-popup .age-disclaimer .btn-darker-blue {
	background: #777;
}

#age-of-majority-popup .age-disclaimer .line-break {
	display: none;
}

#age-of-majority-popup .age-disclaimer a {
	color: #fff;
	font-weight: 900;
	text-decoration: underline;
}

#age-of-majority-popup::after {
	background: #192226;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: inherit;
}

@media (max-width: 1199px) {
	#age-of-majority-popup .age-question {
		font-size: 72px;
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	#age-of-majority-popup .age-question {
		font-size: 60px;
	}

	#age-of-majority-popup .age-disclaimer {
		font-size: 18px;
		margin-bottom: 30px;
	}

	#age-of-majority-popup .logo {
		max-width: 180px;
	}
}

@media (max-width: 768px) {
	#age-of-majority-popup .age-question {
		font-size: 48px;
		margin-bottom: 10px;
	}

	#age-of-majority-popup .age-disclaimer {
		font-size: 16px;
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	#age-of-majority-popup .age-question {
		font-size: 36px;
	}

	#age-of-majority-popup .age-disclaimer {
		font-size: 14px;
	}

	#age-of-majority-popup .logo {
		max-width: 150px;
	}
}

@media (max-width: 379px) {
	#age-of-majority-popup .age-question {
		font-size: 32px;
	}

	#age-of-majority-popup .age-disclaimer .line-break {
		display: block;
	}
}

#booking_calendar_container,
.booking_header_container,
.booking_name_days_container {
	margin-left: auto;
	margin-right: auto;
}

.booking_calendar_container_all {
	margin-top: 0;
}

#booking_name_days_container .booking_day_name {
	font-size: 12px;
	letter-spacing: 0;
	text-transform: uppercase;
}

#booking_name_days_container .booking_day_name:first-child {
	margin-left: 0.6%;
}

#booking_calendar_container {
	width: 97%;
}

#booking_calendar_container .booking_day_container {
	margin-right: 1.3%;
}

#booking_calendar_container .booking_day_container:nth-child(7n+7) {
	margin-right: 0;
}

#booking_calendar_container .booking_day_container:nth-child(7n+1) {
	margin-left: 0.6%;
}

.booking_month_container_all {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

.booking_month_year {
	display: block;
	margin-left: 0;
}

.booking_month_name {
	font-family: "Bebas", sans-serif;
	font-size: 32px;
}

.booking_back_today {
	font-size: 12px;
	margin-top: 5px;
	text-transform: uppercase;
}

.booking_back_today a:hover {
	color: #ccc;
}

.booking-time-slots {
	margin: 0 auto;
	max-width: 300px;
}

#booking_next,
#booking_prev {
	display: none;
}

.reservation-slot-checkbox {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.reservation-seats-label,
.reservation-slot-label {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 30px;
	padding: 10px 0;
}

.reservation-seats-select {
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0px;
	width: auto;
}

#booking_container {
	margin-left: auto;
	margin-right: auto;
	width: 97%;
}

#booking_container .booking_margin_t_30 {
	margin-top: 10px;
}

#booking_container .booking_border_t_1 {
	border-top: 2px solid #192226;
}

#booking_container .booking_border_b_1 {
	border-bottom: 1px solid #555;
}

#booking_container .booking_field_input_custom {
	border: 1px solid #555 !important;
}

.booking_word_space {
	color: #0f3146;
	font-weight: 700;
	margin-top: 10px;
	text-align: center;
}

#booking_submit_button {
	border-radius: 0;
	font-family: "Bebas", sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 24px;
	outline: 0;
	padding: 8px 20px !important;
	transition: all 0.2s ease-in-out;
	width: auto;
}

#booking_slot_form .booking_line_20,
#booking_slot_form a {
	font-size: 14px;
	text-transform: uppercase;
}

#booking_slot_form .booking_line_20:hover,
#booking_slot_form a:hover {
	color: #192226;
}

.booking_form_input_container {
	margin: 0 0 15px;
	padding: 0 15px;
	text-align: left;
	width: 33.33%;
}

.booking_form_textarea_container {
	float: none;
	margin: 0;
	padding: 0 15px;
	text-align: left;
	width: 100%;
}

.booking_clear_btn {
	display: none;
}

.booking_booknow_btn {
	padding-right: 15px;
}

.booking_ok_button {
	background: #0f3146;
	border-radius: 0;
	font-family: "Bebas", sans-serif;
	font-size: 20px;
	font-weight: 400;
	height: auto;
	letter-spacing: 0.08em;
	line-height: 24px;
	outline: 0;
	padding: 8px 20px !important;
	transition: all 0.2s ease-in-out;
	width: auto;
}

.booking_ok_button:hover {
	background: #192226;
}

.booking_modal {
	height: 190px;
}

@media (max-width: 768px) {

	.booking_form_textarea_container,
	.booking_form_input_container {
		float: none;
		padding: 0;
		width: 100%;
	}
}

@media (min-width: 1440px) {
	.container {
		max-width: 1280px;
	}

	.display-1 {
		font-size: 72px;
	}
}

.error404 .error-message {
	padding: 80px 0;
	text-align: center;
}

#topbar {
	/*border-bottom: 2px solid #fff;*/
	padding: 12px 15px 10px;
	position: relative;
}

#topbar.has-notice {
	background-color: #b3b0a5;
}

#topbar .container {
	position: relative;
}

#topbar .menu {
	text-align: center;
}

#topbar .menu .menu-item {
	line-height: 20px;
	padding: 0 10px;
}

#topbar .topbar-notice {
	color: #192226;
	font-family: var(--sbc-heading-condensed-font);
	font-weight: 600;
	font-size: 14px;
	line-height: 1.35;
	letter-spacing: 0.08em;
	text-align: center;
	display: -ms-flexbox;
	/*display: flex;*/
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 80vw;
}

#topbar .current-hours {
	color: #fff;
	font-family: "Bebas", sans-serif;
	font-size: 14px;
	letter-spacing: 0.12em;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#header {
	background: #192226;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 20;
}

#header .logo {
	padding: 0 20px;
}

#topbar .menu,
#header .menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topbar .menu-item,
#header .menu-item {
	display: inline-block;
	font-family: var(--sbc-heading-condensed-font);
	font-size: 16px;
	padding: 5px 16px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 600;
}

#topbar .menu-item.tighter,
#header .menu-item.tighter {
	padding-left: 14px;
	padding-right: 14px;
}

#topbar .menu-item.wider,
#header .menu-item.wider {
	padding-left: 18px;
	padding-right: 18px;
}

#topbar .menu-item a,
#header .menu-item a {
	color: #fff;
}

#topbar .menu-item a:hover,
#header .menu-item a:hover {
	color: #0f3146;
}

#topbar .menu-wrap,
#header .menu-wrap {
	padding: 20px 0;
}

#main-menu-left {
	-ms-flex: 1;
	flex: 1;
}

#main-menu-left .menu {
	text-align: right;
}

#main-menu-right {
	-ms-flex: 1;
	flex: 1;
}

#main-menu-right .menu {
	text-align: left;
}

#main-menu-left .sub-menu,
#main-menu-right .sub-menu {
	background: #192226;
	color: #fff;
	margin: 0;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	left: 0;
	top: 100%;
	text-align: left;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	width: 100px;
	z-index: 1000;
}

#main-menu-left .sub-menu .menu-item,
#main-menu-right .sub-menu .menu-item {
	display: block;
	margin-bottom: 5px;
}

#main-menu-left .sub-menu .menu-item a:hover,
#main-menu-right .sub-menu .menu-item a:hover {
	color: #fff;
}

#main-menu-left .menu-item:hover .sub-menu,
#main-menu-right .menu-item:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

#mobile-menu-wrap,
#mobile-nav-button {
	display: none;
}

@media (max-width: 1199px) {
	#topbar .container {
		max-width: 100%;
		width: auto;
	}
}

@media (max-width: 991px) {
	#topbar .menu {
		display: none;
		text-align: left;
	}

	#topbar .menu .menu-item {
		margin-right: 20px;
		padding: 0;
	}

	#topbar .current-hours {
		position: static;
		text-align: center;
		-webkit-transform: none;
		transform: none;
	}

	#main-menu-right,
	#main-menu-left {
		display: none;
	}

	#header .menu-wrap {
		padding: 15px 0;
	}

	#mobile-menu-wrap {
		background: #192226;
		box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.4);
		display: block;
		height: 100%;
		margin-left: -250px;
		opacity: 0;
		padding: 30px;
		position: fixed;
		left: 0;
		top: 0;
		transition: all 0.2s ease-in-out;
		width: 290px;
		z-index: 100;
	}

	#mobile-menu-wrap .container {
		padding: 0;
	}

	#mobile-menu-wrap.open {
		margin-left: 0;
		opacity: 1;
	}

	#mobile-menu-wrap .menu {
		text-align: left;
	}

	#mobile-menu-wrap .menu .menu-item {
		display: block;
		margin: 0 0 20px;
		padding: 0;
	}

	#mobile-menu-wrap .sub-menu {
		padding: 20px 0 0px 10px;
	}

	#mobile-menu-wrap .sub-menu .menu-item:last-child {
		margin-bottom: 0;
	}

	#mobile-menu-wrap .sub-menu .menu-item::before {
		color: #fff;
		content: "- ";
	}

	#mobile-menu-wrap .current-hours {
		border-top: 2px solid #fff;
		color: #fff;
		font-size: 15px;
		padding-top: 15px;
	}

	#mobile-menu-overlay {
		background: rgba(0, 0, 0, 0.4);
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: 100;
	}

	#mobile-menu-overlay.open {
		display: block;
	}

	#mobile-nav-button {
		background: transparent;
		border: none;
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 36px;
		font-weight: 700;
		height: 40px;
		outline: 0;
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: rotate(0deg) translateY(-50%);
		transform: rotate(0deg) translateY(-50%);
		transition: 0.5s ease-in-out;
		width: 40px;
		z-index: 1000;
	}

	#mobile-nav-button span {
		background: #fff;
		display: block;
		height: 2px;
		opacity: 1;
		position: absolute;
		left: 15%;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transition: .25s ease-in-out;
		width: 70%;
	}

	#mobile-nav-button span:nth-child(1) {
		top: 9px;
	}

	#mobile-nav-button span:nth-child(2),
	#mobile-nav-button span:nth-child(3) {
		top: 19px;
	}

	#mobile-nav-button span:nth-child(4) {
		top: 29px;
	}

	#mobile-nav-button.open span:nth-child(1) {
		top: 19px;
		width: 0%;
		left: 50%;
	}

	#mobile-nav-button.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#mobile-nav-button.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#mobile-nav-button.open span:nth-child(4) {
		top: 19px;
		width: 0%;
		left: 50%;
	}
}

#footer {
	color: #fff;
}

#footer .footer-widgets {
	border-bottom: 2px solid #fff;
	font-family: var(--sbc-body-font);
	font-size: 16px;
	font-weight: 400;
}

#footer .footer-widgets .widgettitle {
	font-family: var(--sbc-heading-condensed-font);
	font-size: 17px;
	letter-spacing: 1.5px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

#footer .footer-widgets .widget:last-child {
	margin-bottom: 50px;
}

#footer .footer-widgets .menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer .footer-widgets .menu .menu-item {
	margin-bottom: 8px;
}

#footer .footer-widgets a {
	color: #fff;
}

#footer .footer-widgets a:hover {
	color: #B2B0A5;
}

#footer .footer-widgets .textwidget p {
	margin-bottom: 8px;
	line-height: 1.4;
}

#footer .bottom-bar {
	padding: 20px 0;
}

#footer .bottom-bar .copyright {
	font-size: 14px;
}

#footer .bottom-bar .copyright p {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	#footer .bottom-bar .copyright {
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	#footer .bottom-bar .copyright {
		text-align: center;
	}

	#footer .bottom-bar .newsletter-form {
		margin: 0 auto 30px;
	}
}

.filterable-list .filterable-list-filters {
	margin-bottom: 60px;
	text-align: center;
}

.filterable-list .filterable-list-filters .filter-button-wrap {
	color: #0f3146;
}

.filterable-list .filterable-list-filters .filter-button-wrap::after {
	content: " | ";
	position: relative;
	top: -2px;
}

.filterable-list .filterable-list-filters .filter-button-wrap:last-child::after {
	content: "";
}

.filterable-list .filterable-list-filters .filter-button {
	background: none;
	border: none;
	color: #0f3146;
	letter-spacing: 0.08em;
	margin: 0;
	outline: 0;
	padding: 0;
}

.filterable-list .filterable-list-filters .filter-button.active,
.filterable-list .filterable-list-filters .filter-button:hover {
	color: #192226;
}

.ss-beer-list .row {
	margin-left: -30px;
	margin-right: -30px;
}

.ss-beer-list .beer-list-col {
	padding-right: 30px;
	padding-left: 30px;
}

.ss-beer-list .beer {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
	position: relative;
}

.ss-beer-list .beer .beer-image {
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	margin-left: -20px;
	margin-right: 30px;
	position: relative;
	z-index: 1;
	transition: all 0.2s linear;
}

.ss-beer-list .beer .beer-name {
	color: #192226;
	position: relative;
}

.ss-beer-list .beer .beer-meta {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.ss-beer-list .beer .beer-description {
	font-size: 16px;
}

.ss-beer-list .beer-list-separator {
	border-bottom: 2px solid #0f3146;
	margin-bottom: 60px;
}

.ss-beer-list .beer-list-filters .filter-button {
	font-family: "Bebas", sans-serif;
}

@media (max-width: 991px) {
	.ss-beer-list .beer-list-col {
		padding-left: 15px;
		padding-right: 15px;
	}

	.ss-beer-list .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.ss-beer-list .beer .beer-meta,
	.ss-beer-list .beer .beer-description {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.ss-beer-list .beer {
		margin-bottom: 20px;
	}

	.ss-beer-list .beer .beer-meta,
	.ss-beer-list .beer .beer-description {
		font-size: 16px;
	}
}

.ss-divider .ss-divider-row {
	height: 40px;
}

.ss-divider .ss-divider-row.ss-divider-row-top {
	background: #192226;
}

.ss-divider .ss-divider-row.ss-divider-row-middle {
	background: #184E6E;
}

.ss-divider .ss-divider-row.ss-divider-row-bottom {
	background: #0f3146;
}

@media (max-width: 767px) {
	.ss-divider .ss-divider-row {
		height: 30px;
	}
}

.ss-event-list .event {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
	transition: opacity 0.2s ease-in-out;
}

.ss-event-list .event-details {
	padding-left: 15px;
	padding-top: 10px;
}

.ss-event-list .event-image {
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	max-width: 200px;
}

.ss-event-list .event-time,
.ss-event-list .event-date,
.ss-event-list .event-title {
	color: #0f3146;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 24px;
	font-weight: 700;
}

.ss-event-list .event-button {
	margin-top: 24px;
}

.ss-event-list .event-navigation {
	color: #0f3146;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 60px;
	margin-top: 80px;
	text-align: center;
	text-transform: uppercase;
}

.ss-event-list .event-navigation .previous-event,
.ss-event-list .event-navigation .next-event {
	color: inherit;
	position: relative;
	top: -2px;
}

.ss-event-list .event-navigation .previous-event:hover,
.ss-event-list .event-navigation .next-event:hover {
	color: #192226;
}

.ss-event-list .event-navigation .current-month {
	position: relative;
}

.ss-event-list .event-navigation .current-month .year {
	color: #192226;
	font-family: "Bebas", sans-serif;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: -10px;
	width: 100%;
}

.ss-event-list .no-events {
	background: #eee;
	color: #0f3146;
	font-size: 24px;
	margin-bottom: 60px;
	padding: 30px 15px;
	text-align: center;
}

.ss-event-list.loading .event {
	opacity: 0.5;
}

.ss-event-list.loading::after {
	background-image: url("../images/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 30px;
	content: "";
	display: block;
	height: 40px;
	margin: -60px auto 60px;
	width: 40px;
}

@media (max-width: 991px) {
	.ss-event-list .event-image {
		-ms-flex: 0 0 180px;
		flex: 0 0 180px;
		max-width: 180px;
	}

	.ss-event-list .event {
		margin-bottom: 40px;
	}

	.ss-event-list .no-events,
	.ss-event-list .event-time,
	.ss-event-list .event-date,
	.ss-event-list .event-title {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.ss-event-list .event-image {
		-ms-flex: 0 0 120px;
		flex: 0 0 120px;
		max-width: 120px;
	}

	.ss-event-list .event-details {
		padding-top: 0;
	}
}

@media (max-width: 575px) {

	.ss-event-list .no-events,
	.ss-event-list .event-time,
	.ss-event-list .event-date,
	.ss-event-list .event-title {
		font-size: 18px;
	}

	.ss-event-list .event-image {
		-ms-flex: 0 0 100px;
		flex: 0 0 100px;
		max-width: 100px;
	}
}

@media (max-width: 479px) {
	.ss-event-list .event {
		display: block;
	}

	.ss-event-list .event-image {
		margin: 0 auto 10px;
		max-width: 320px;
	}

	.ss-event-list .event-date,
	.ss-event-list .event-time,
	.ss-event-list .event-title {
		text-align: center;
	}
}

.ss-food-menu .food-menu-item-col {
	margin-bottom: 30px;
}

.ss-food-menu .food-menu-item {
	background: #192226;
	color: #fff;
	height: 100%;
	min-height: 120px;
	position: relative;
	padding-left: 33.33%;
}

.ss-food-menu .food-menu-item-inner {
	padding: 10px;
}

.ss-food-menu .food-menu-item-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 33.33%;
}

.ss-food-menu .food-menu-item-name {
	font-family: "brandon-grotesque", sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: none;
}

.ss-food-menu .food-menu-item-description {
	font-size: 12px;
}

.ss-food-menu .food-menu-item-description *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.ss-food-menu .food-list-filters .filter-button-wrap {
	font-weight: 700;
}

.ss-food-menu .food-list-filters .filter-button-wrap::after {
	top: -1px;
}

.ss-food-menu .food-list-filters .filter-button {
	text-transform: uppercase;
	font-weight: 700;
}

@media (max-width: 575px) {
	.ss-food-menu .food-menu-item-name {
		font-size: 18px;
	}
}

@media (max-width: 479px) {
	.ss-food-menu .food-menu-item {
		padding-left: 0;
		margin: 0 auto;
		max-width: 360px;
	}

	.ss-food-menu .food-menu-item-inner {
		padding: 0 0 15px;
	}

	.ss-food-menu .food-menu-item-image {
		height: auto;
		margin: 0 0 10px;
		padding-top: 56.25%;
		position: static;
		width: auto;
	}

	.ss-food-menu .food-menu-item-name,
	.ss-food-menu .food-menu-item-description {
		padding: 0 15px;
	}
}

.ss-google-map {
	height: 350px;
	position: relative;
}

.ss-google-map .map-canvas {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

@media (max-width: 991px) {
	.ss-google-map {
		height: 300px;
	}
}

@media (max-width: 767px) {
	.ss-google-map {
		height: 250px;
	}
}

@media (min-width: 768px) {

	#footer-sidebar-4 {
		padding-top: 32px;
	}
}


.wpb_wrapper .ss-hours .ss-hours-table {
	margin: auto;
}

.ss-hours .ss-hours-table {
	padding: 0;
	width: 100%;
}

.ss-hours .ss-hours-table .day {
	font-weight: 800;
}

.ss-hours .ss-hours-table .weekday {
	font-family: var(--sbc-body-font);
	font-size: 14px;
	text-transform: uppercase;
	width: 50%;
	font-weight: 800;
}


.ss-hours .ss-hours-table .hours {
	font-family: var(--sbc-body-font);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
}

.ss-image-box {
	min-height: 100%;
	overflow: hidden;
	padding-top: 75%;
	position: relative;
}

.ss-image-box:hover .ss-image-box-background {
	-webkit-transform: scale(1.025);
	transform: scale(1.025);
}

.ss-image-box:hover .ss-image-box-overlay {
	background: transparent !important;
}

.ss-image-box .ss-image-box-background {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s linear;
	z-index: 1;
}

.ss-image-box .ss-image-box-overlay {
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.4);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all 0.3s linear;
	z-index: 2;
}

.ss-image-box .ss-image-box-overlay:hover {
	background: transparent !important;
}

.ss-image-box .ss-image-box-background,
.ss-image-box .ss-image-box-overlay {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.ss-image-box .ss-image-box-text {
	color: #fff;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.ss-image-box .ss-image-box-text {
		font-size: 36px;
	}
}

@media (max-width: 575px) {
	.ss-image-box .ss-image-box-text {
		font-size: 30px;
	}
}

.ss-social-icons.ss-social-icons-align-center {
	text-align: center;
}

.ss-social-icons.ss-social-icons-align-left {
	text-align: left;
}

.ss-social-icons.ss-social-icons-align-right {
	text-align: right;
}

.ss-social-icons.ss-social-icons-align-justify {
	text-align: justify;
}

.ss-social-icons .ss-social-icon {
	display: inline-block;
	line-height: 1;
	margin: 0 20px;
}

.ss-social-icons .ss-social-icon:hover {
	opacity: 0.7;
}

.ss-social-icons .ss-social-icon:first-child {
	margin-left: 0;
}

.ss-social-icons .ss-social-icon:last-child {
	margin-right: 0;
}

.svg-inline--fa {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -0.125em;
}

@media (max-width: 575px) {
	.ss-social-icons .ss-social-icon {
		font-size: 32px !important;
		margin: 0 10px;
	}
}

@media (max-width: 379px) {
	.ss-social-icons .ss-social-icon {
		font-size: 24px !important;
	}
}

.vc_row-container.container .vc_column-inner {
	background: #fff;
}

.vc_section {
	margin-left: 0;
	margin-right: 0;
}

.vc_section > .vc_row-container {
	padding-left: 0;
	padding-right: 0;
}

.vc_separator.vc_sep_color_ss-blue .vc_sep_line {
	border-color: #192226;
}

.vc_separator.vc_sep_color_ss-dark-blue .vc_sep_line {
	border-color: #184E6E;
}

.vc_separator.vc_sep_color_ss-darker-blue .vc_sep_line {
	border-color: #0f3146;
}

.home .vc_section.vc_section-has-fill {
	padding: 80px 0;
}

.home .vc_col-has-fill > .vc_column-inner {
	padding-top: 0 !important;
}

#footer .bottom-bar {
	background: #b3b0a5;
	color: #192226;
}

#footer .newsletter .mc4wp-form .mc4wp-form-fields .newsletter-submit {
	margin: 0;
}

.btn-darker-blue {
	background: #192226;
}

/*.container {*/
/*  max-width: none;*/
/*}*/

.beer-list-separator {
	width: 60%;
	margin: 0 auto 60px;
	border-bottom: 2px solid #ccc;
}

.ss-beer-list {
	width: 70%;
	margin: 0 auto;
}


.ss-beer-list .beer .beer-image {
	flex: 0 0 150px;
	width: 150px;
	text-align: center;
}

.ss-beer-list .beer .beer-image img {
	width: auto;
	max-height: 350px;
}

.ss-beer-list .beer .beer-name {
	font-size: 50px;
}

.vc_row-container {
	max-width: none;
}

.ss-food-menu-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.menu-wrapper {
	width: calc(100% - 30px);
	margin: 0 auto;
}

.menu-header {
	padding-bottom: var(--sbc-gap);
	margin-bottom: var(--sbc-gap) !important;
	border-bottom: 1px solid #B4B0A6;
}

.menu-header h2,
.menu-header-drinks h2 {
	font-family: var(--sbc-heading-condensed-font);
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1;
	font-size: clamp(54px, 5vw, 72px);
}

.menu-header-drinks {
	margin-bottom: 0px;
	padding-bottom: calc(var(--sbc-gap) / 1.2);
	border-bottom: 1px solid #B4B0A6;
}

.menu-header-drinks + .menu-subheader {
	padding-top: clamp(24px, 3vw, 32px);
	padding-bottom: clamp(24px, 3vw, 32px);
}

.menu-header-drinks + .menu-subheader .ss-food-subheader {
	line-height: 1.1;
}

.menu-header-drinks + .menu-subheader p {
	margin-top: 10px;
}

.menu-subheader {
	margin-bottom: calc(var(--sbc-gap) / 4);
	padding-bottom: calc(var(--sbc-gap) / 4);
	display: block;
	border-bottom: 1px solid #B4B0A6;
}

@media (min-width: 700px) {
	.menu-subheader {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.menu-header-drinks + .menu-subheader p {
		margin-top: 0;
	}
}

.ss-food-subheader {
	font-family: var(--sbc-heading-condensed-font);
	font-size: clamp(36px, 5vw, 48px);
	font-weight: 800;
}

.menu-columns {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--sbc-gap);
}

@media (min-width: 800px) {
	.menu-columns {
		grid-template-columns: 1fr 1fr;
	}
}

.menu-header,
.menu-column {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
}

.menu-column > *:first-child {
	margin-top: 0;
}

.menu-columns-border {
	padding-top: var(--sbc-gap);
	margin-top: var(--sbc-gap);
	border-top: 1px solid #B4B0A6;
}

@media (min-width: 800px) {
	.menu-header {
		margin: 0;
		max-width: 100%;
	}

	.menu-column {
		margin: 0;
	}
}

.menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.food-menu-disclaimer {
	font-style: italic;
	font-size: 0.85em;
	color: #B4B0A6;
	padding-top: .75em;
	margin-bottom: calc(var(--sbc-gap) - 1em);
}

.ss-menu-title {
	text-align: center;
	font-size: 75px;
	font-weight: 600;
}

.ss-menu-subtitle {
	text-align: center;
	font-size: 22px;
}

.ss-food-menu-divider {
	border-bottom: 2px solid #ccc;
	width: 60%;
	margin: 50px auto;
}

.ss-food-price,
.ss-food-name {
	font-size: clamp(20px, 2.5vw, 26px);
	font-weight: 700;
	font-family: var(--sbc-heading-font);
	line-height: 1.1;
}

.ss-food-item {
	position: relative;
	margin-top: clamp(30px, 2vw, 40px);
}

.ss-food-menu-logo {
	width: 40vw;
	max-width: 300px;
}

.menu-gallery {
	width: 100vw !important;
	max-width: 100vw !important;
	position: relative;
	left: 50%;
	margin-left: -50vw;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-top: calc(1.5 * var(--sbc-gap));
	margin-bottom: calc(1.5 * var(--sbc-gap));
}

@media (min-width: 800px) {
	.menu-gallery {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 799px) {
	.menu-gallery > *:last-child {
		grid-column: 1 / span 2;
	}
}

.menu-gallery br {
	display: none;
}

#age-of-majority-popup .logo {
	width: 20vw;
	max-width: 300px;
	margin: 0 auto 20px;
}

#topbar .menu-item a:hover {
	color: #184E6E;
}

#header .menu-item a:hover,
#header .menu-item .sub-menu a:hover {
	color: #B2B0A5;
}

@media (max-width: 575px) {
	.ss-beer-list .beer {
		display: block;
		margin-bottom: 30px;
	}

	.ss-beer-list .beer .beer-image {
		margin: 10px auto;
	}

	.ss-beer-list .beer .beer-image img {
		max-height: none;
	}
}

.ss-food-category {
	font-family: var(--sbc-heading-condensed-font);
	font-size: clamp(36px, 5vw, 48px);
	font-weight: 800;
	margin-top: 30px;
	margin-bottom: 20px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.ss-food-category-center {
	font-family: var(--sbc-heading-condensed-font);
	font-size: clamp(36px, 5vw, 48px);
	font-weight: 800;
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin-top: var(--sbc-gap);
	margin-bottom: 16px;
}

.ss-food-category .ss-category-price {
	font-family: var(--sbc-heading-font);
	font-size: clamp(22px, 2vw, 26px);
}

.ss-food-note + .ss-food-category,
.flex-container + .ss-food-category,
.ss-food-item + .ss-food-category {
	margin-top: clamp(30px, 5vw, 50px);
}

.ss-wine-category {
	font-family: var(--sbc-heading-condensed-font);
	font-size: clamp(28px, 3vw, 32px);
	font-weight: 800;
	text-transform: uppercase;
	margin-top: clamp(30px, 2vw, 40px);
}

.flex-container + .ss-wine-category {
	margin-top: var(--sbc-gap);
}

.ss-wine-name {
	font-weight: 400;
}

.ss-wine-category + .ss-wine-brand {
	margin-top: 16px;
}

.ss-wine-name + .ss-wine-name {
	margin-top: 5px;
}

.ss-food-note,
.ss-wine-brand,
.ss-wine-name,
.ss-wine-price,
.ss-wine-price .ss-food-name,
.ss-wine-price .ss-food-price {
	font-size: clamp(22px, 1.5vw, 24px);
	font-family: var(--sbc-heading-font);
	line-height: 1.2;
}

.ss-wine-brand {
	font-weight: 700;
	margin-bottom: 5px;
}

.ss-wine-price {
	font-weight: 700;
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-container + .flex-container {
	margin-top: 5px;
}

.flex-container .ss-wine-price {
	font-weight: 400;
	text-align: right;
	margin-top: 0px;
}

.flex-container + .ss-wine-brand {
	margin-top: 30px;
}

.ss-drink-flavour {
	margin-top: 8px;
}

.ss-wine-price + .ss-wine-price {
	margin-top: 5px;
}

.ss-wine-price + .ss-wine-name {
	margin-top: clamp(30px, 2vw, 40px);
}

.ss-draught-price-center {
	font-size: clamp(22px, 1.5vw, 24px);
	font-family: var(--sbc-heading-font);
	line-height: 1.2;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: var(--sbc-gap);
}

.ss-beer-description {
	margin-top: 0.75em;
}

.ss-beer-taste {
	font-weight: 600;
}

.ss-beer-price {
	display: flex;
	align-items: center;
	margin-top: clamp(30px, 2vw, 40px);
}

.ss-beer-price + .ss-beer-price {
	margin-top: 10px;
}

.ss-beer-price .ss-food-name,
.ss-beer-price .ss-food-price {
	font-size: clamp(22px, 3vw, 24px);
	flex: none;
}

.ss-separator {
	flex: 0 0 20px;
}

@media (min-width: 576px) {
	.ss-separator {
		flex: 0 0 50px;
	}
}

.ss-price-separator {
	flex: 0 0 30px;
}

.ss-price-separator-lg {
	flex: 0 0 15px;
}

@media (min-width: 576px) {
	.ss-price-separator-lg {
		flex: 0 0 75px;
	}
}

.ss-price-separator,
.ss-price-separator-lg {
	height: 1px;
	display: block;
	background-color: #B4B0A6;
	content: '';
	margin: 0 10px;
}

.ss-beer-price__full .ss-price-separator {
	flex: 1 0 auto;
	margin: 0 15px;
}

.flex-container-start {
	justify-content: start;
	padding-top: 10px;
	padding-bottom: 15px;
}

.flex-container-start .ss-food-price {
	padding-right: 50px;
}



.ss-food-ingredients {
	padding-top: 10px;
}

.ss-food-note {
	text-align: center;
	font-weight: 600;
	margin-top: 30px;
}

.ss-food-category-description {
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	margin-top: -12px;
}

.ss-wine-brand,
.ss-wine-type {
	margin-top: 20px;
}

.ss-for-kids {
	font-style: italic;
	font-weight: 400;
	font-size: 17px;
	margin-top: 8px;
}

.ss-food-group {
	margin-top: var(--sbc-gap);
	margin-bottom: var(--sbc-gap);
	border-width: 5px;
	border-style: dotted;
	border-image-source: url(../images/border.svg);
	border-image-slice: 30% 30%;
	border-image-repeat: repeat;
}

.ss-food-group .ss-food-title {
	font-family: var(--sbc-heading-condensed-font);
	font-size: clamp(40px, 5vw, 48px);
	font-weight: 800;
	margin-bottom: 20px;
	line-height: 1;
}

.ss-food-group hr {
	border: 0;
	box-shadow: none;
	background-color: #B4ADA0;
	width: 100%;
	display: block;
	height: 1px;
	margin: 30px 0;
}

.ss-food-group p {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.4;
}

.ss-food-group p + p {
	margin-top: .75em;
}

.ss-food-group__inner {
	text-align: center;
	color: #B4B0A6;
	max-width: 440px;
	margin: 0 auto;
	padding: 10%;
}

.ss-food-group__inner .group-note {
	color: #555;
	font-size: 0.95em;
	line-height: 1.25;
}

.hide-on-desktop {
	display: block;
}

@media (min-width: 800px) {
	.hide-on-desktop {
		display: none;
	}
}

.hide-on-mobile {
	display: none;
}

@media (min-width: 800px) {
	.hide-on-mobile {
		display: block;
	}
}

@media (max-width: 799px) {
	.menu-column .col-sm-6 {
		margin-top: 5px;
	}
}