:root:root {
	--teal: #375562;
	--red: #c11924;
	--red-hover: #9d141d;
	--gray: #f5f5f0;
	--gray-light: #f7f7f7;
	--gray-dark: #c9c9c9;
	--gray-darker: #939598;
	--blue: #29334a;
	--black: #000000;
	--white: #ffffff;
	--tan: #e1ded5;
	--contact-button-teal: #cae6e5
}

.theme2.theme2 {
	--red: #ed2127;
	--black: #000
}

.btn-red {
	background: var(--orange) !important
}

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--backColor: #f5f4ef;
	--orange: #f15a40;
	--blue: #29334a;
	--teal: #375562;
	--white: #ffffff;
	--gray-light: #f7f7f7;
	--gray: #f5f5f0;
	--gray-dark: #c9c9c9;
	--gray-darker: #939598;
	--primary: #29334a;
	--red: #ed2127;
	--secondary: #b5d9d6;
	--success: #28a745;
	--info: #ed2127;
	--warning: #ed2127;
	--danger: #ed2127;
	--light: #f5f5f0;
	--dark: #c9c9c9;
	--black: #000;
	--tan: #e1ded5;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: "Protipo", "Poppins", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
	box-sizing: border-box
}

html {
	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: Protipo, Poppins, 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: 1.1rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--black);
	text-align: left;
	background-color: var(--backColor);
}

[tabindex="-1"]:focus:not(.focus-visible) {
	outline: 0 !important
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

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

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

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

abbr[data-original-title],
abbr[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 {
	font-style: normal;
	line-height: inherit
}

address,
dl,
ol,
ul {
	margin-bottom: 1rem
}

dl,
ol,
ul {
	margin-top: 0
}

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

dt {
	font-weight: 700
}

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

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: 700
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	background-color: rgba(0, 0, 0, 0)
}


a:hover {
	/*color: var(--white) !important;*/
	text-decoration: underline !important
}

a:not([href]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none
}

code,
kbd,
pre,
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;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	border-style: none
}

img,
svg {
	vertical-align: middle
}

svg {
	overflow: hidden
}

table {
	border-collapse: collapse
}

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

th {
	text-align: inherit
}

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

button {
	border-radius: 0
}

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

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

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

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

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

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

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
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-weight: 700;
	line-height: 1.2
}

.h1,
h1 {
	font-size: 3.89rem
}

.h2,
h2 {
	font-size: 3.33rem
}

.h3,
h3 {
	font-size: 2.22rem
}

.h4,
h4 {
	font-size: 1.67rem
}

.h5,
h5 {
	font-size: 1.11rem
}

.h6,
h6 {
	font-size: 1.03rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem
}

.display-1,
.display-2 {
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem
}

.display-3 {
	font-size: 4.5rem
}

.display-3,
.display-4 {
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.home__news__item a .small p,
.small,
small {
	font-size: 80%;
	/*font-weight: 300*/
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-inline,
.list-unstyled,
.sir-menu-nav ul,
.sir-nutrition__additions ul,
.sir-nutrition__sides ul {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1rem
}

.blockquote-footer {
	display: block;
	font-size: font-size-sm;
	color: #707070
}

.blockquote-footer:before {
	content: "\2014\00A0"
}

.img-fluid,
.img-thumbnail {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.breadcrumb,
.container,
.sir-menu__after-content,
.sir-menu__section,
.sir-menuheader__inner,
.sir-nutrition {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {

	.breadcrumb,
	.container,
	.sir-menu__after-content,
	.sir-menu__section,
	.sir-menuheader__inner,
	.sir-nutrition {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.breadcrumb,
	.container,
	.sir-menu__after-content,
	.sir-menu__section,
	.sir-menuheader__inner,
	.sir-nutrition {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.breadcrumb,
	.container,
	.sir-menu__after-content,
	.sir-menu__section,
	.sir-menuheader__inner,
	.sir-nutrition {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.breadcrumb,
	.container,
	.sir-menu__after-content,
	.sir-menu__section,
	.sir-menuheader__inner,
	.sir-nutrition {
		max-width: 1140px
	}
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {

	.breadcrumb,
	.container,
	.container-sm,
	.sir-menu__after-content,
	.sir-menu__section,
	.sir-menuheader__inner,
	.sir-nutrition {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.breadcrumb,
	.container,
	.container-md,
	.container-sm,
	.sir-menu__after-content,
	.sir-menu__section,
	.sir-menuheader__inner,
	.sir-nutrition {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.breadcrumb,
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.sir-menu__after-content,
	.sir-menu__section,
	.sir-menuheader__inner,
	.sir-nutrition {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.breadcrumb,
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.sir-menu__after-content,
	.sir-menu__section,
	.sir-menuheader__inner,
	.sir-nutrition {
		max-width: 1140px;
		margin-top: 20px;
	}
}

.row,
.sir-nutrition__inner {
	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,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto,
.sir-nutrition__content,
.sir-nutrition__head,
.sir-nutrition__info {
	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;
	min-width: 0;
	max-width: 100%
}

.row-cols-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.row-cols-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.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;
		min-width: 0;
		max-width: 100%
	}

	.row-cols-sm-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-sm-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-sm-3>* {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.row-cols-sm-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-sm-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-sm-6>* {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.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;
		min-width: 0;
		max-width: 100%
	}

	.row-cols-md-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-md-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-md-3>* {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.row-cols-md-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-md-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-md-6>* {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.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,
	.sir-nutrition__content,
	.sir-nutrition__head,
	.sir-nutrition__info {
		-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;
		min-width: 0;
		max-width: 100%
	}

	.row-cols-lg-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-lg-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-lg-3>* {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.row-cols-lg-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-lg-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-lg-6>* {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.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;
		min-width: 0;
		max-width: 100%
	}

	.row-cols-xl-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-xl-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-xl-3>* {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.row-cols-xl-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-xl-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-xl-6>* {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.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%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529
}

.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
	padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
	border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
	background-color: #c3c6cc
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
	border-color: #9095a1
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #000
}

.table-red,
.table-red>td,
.table-red>th {
	background-color: #fac1c3
}

.table-red tbody+tbody,
.table-red td,
.table-red th,
.table-red thead th {
	border-color: #f68c8f
}

.table-hover .table-red:hover,
.table-hover .table-red:hover>td,
.table-hover .table-red:hover>th {
	background-color: #000
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
	background-color: #eaf4f4
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
	border-color: #d9ebea
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #000
}

.table-success,
.table-success>td,
.table-success>th {
	background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
	border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #000
}

.table-info,
.table-info>td,
.table-info>th {
	background-color: #fac1c3
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
	border-color: #f68c8f
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #000
}

.table-warning,
.table-warning>td,
.table-warning>th {
	background-color: #fac1c3
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
	border-color: #f68c8f
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #000
}

.table-danger,
.table-danger>td,
.table-danger>th {
	background-color: #fac1c3
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
	border-color: #f68c8f
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #000
}

.table-light,
.table-light>td,
.table-light>th {
	background-color: #fcfcfb
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
	border-color: #fafaf7
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #000
}

.table-dark,
.table-dark>td,
.table-dark>th {
	background-color: #f0f0f0
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #e3e3e3
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #000
}

.table-black,
.table-black>td,
.table-black>th {
	background-color: #b8b8b8
}

.table-black tbody+tbody,
.table-black td,
.table-black th,
.table-black thead th {
	border-color: #7a7a7a
}

.table-hover .table-black:hover,
.table-hover .table-black:hover>td,
.table-hover .table-black:hover>th {
	background-color: #000
}

.table-tan,
.table-tan>td,
.table-tan>th {
	background-color: #f7f6f3
}

.table-tan tbody+tbody,
.table-tan td,
.table-tan th,
.table-tan thead th {
	border-color: #efeee9
}

.table-hover .table-tan:hover,
.table-hover .table-tan:hover>td,
.table-hover .table-tan:hover>th {
	background-color: #000
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #454d55
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: rgba(0, 0, 0, 0);
	border: 0
}

.form-control:-moz-focusring {
	color: rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 #495057
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
	-webkit-appearance: none;
	appearance: none
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: rgba(0, 0, 0, 0);
	border: solid rgba(0, 0, 0, 0);
	border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

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

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, .9);
	border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
	display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
	border-color: #28a745;
	padding-right: calc(.75em + 2.3125rem);
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
	border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
	border-color: #34ce57;
	background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
	border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
	display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc(.75em + 2.3125rem);
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
	border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
	border-color: #e4606d;
	background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before {
	border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width:576px) {
	.form-inline label {
		-ms-flex-align: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.form-inline .form-group,
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		margin-bottom: 0
	}

	.form-inline .form-group {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-plaintext {
		display: inline-block
	}

	.form-inline .custom-select,
	.form-inline .input-group {
		width: auto
	}

	.form-inline .form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}

	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}

	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: var(--black);
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #fff;
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #29334a;
	border-color: #29334a
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
	color: #fff;
	background-color: #1b2231;
	border-color: #171c29
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(73, 82, 101, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #29334a;
	border-color: #29334a
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #171c29;
	border-color: #121721
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(73, 82, 101, .5)
}

.btn-red {
	color: #fff;
	background-color: var(--black);
	border-color: var(--black)
}

.btn-red.focus,
.btn-red:focus,
.btn-red:hover {
	color: #fff;
	background-color: #d61117;
	border-color: #cb1016
}

.btn-red.focus,
.btn-red:focus {
	box-shadow: 0 0 0 .2rem rgba(240, 66, 71, .5)
}

.btn-red.disabled,
.btn-red:disabled {
	color: #fff;
	background-color: #ed2127;
	border-color: #ed2127
}

.btn-red:not(:disabled):not(.disabled).active,
.btn-red:not(:disabled):not(.disabled):active,
.show>.btn-red.dropdown-toggle {
	color: #fff;
	background-color: #cb1016;
	border-color: #bf0f15
}

.btn-red:not(:disabled):not(.disabled).active:focus,
.btn-red:not(:disabled):not(.disabled):active:focus,
.show>.btn-red.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(240, 66, 71, .5)
}

.btn-secondary {
	color: #212529;
	background-color: #b5d9d6;
	border-color: #b5d9d6
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
	color: #212529;
	background-color: #9cccc8;
	border-color: #93c8c3
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(159, 190, 188, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #212529;
	background-color: #b5d9d6;
	border-color: #b5d9d6
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #212529;
	background-color: #93c8c3;
	border-color: #8bc3bf
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(159, 190, 188, .5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
	color: #fff;
	background-color: #ed2127;
	border-color: #ed2127
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
	color: #fff;
	background-color: #d61117;
	border-color: #cb1016
}

.btn-info.focus,
.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(240, 66, 71, .5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #ed2127;
	border-color: #ed2127
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #cb1016;
	border-color: #bf0f15
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(240, 66, 71, .5)
}

.btn-warning {
	color: #fff;
	background-color: #ed2127;
	border-color: #ed2127
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
	color: #fff;
	background-color: #d61117;
	border-color: #cb1016
}

.btn-warning.focus,
.btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(240, 66, 71, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #fff;
	background-color: #ed2127;
	border-color: #ed2127
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #cb1016;
	border-color: #bf0f15
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(240, 66, 71, .5)
}

.btn-danger {
	color: #fff;
	background-color: #ed2127;
	border-color: #ed2127
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
	color: #fff;
	background-color: #d61117;
	border-color: #cb1016
}

.btn-danger.focus,
.btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(240, 66, 71, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #ed2127;
	border-color: #ed2127
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #cb1016;
	border-color: #bf0f15
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(240, 66, 71, .5)
}

.btn-light {
	color: #212529;
	background-color: #f5f5f0;
	border-color: #f5f5f0
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
	color: #212529;
	background-color: #e6e6d9;
	border-color: #e1e1d1
}

.btn-light.focus,
.btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(213, 214, 210, .5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f5f5f0;
	border-color: #f5f5f0
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #e1e1d1;
	border-color: #dcdcca
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(213, 214, 210, .5)
}

.btn-dark {
	color: #212529;
	background-color: #c9c9c9;
	border-color: #c9c9c9
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
	color: #212529;
	background-color: #b6b6b6;
	border-color: #b0b0b0
}

.btn-dark.focus,
.btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(176, 176, 177, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #212529;
	background-color: #c9c9c9;
	border-color: #c9c9c9
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
	color: #212529;
	background-color: #b0b0b0;
	border-color: #a9a9a9
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(176, 176, 177, .5)
}

.btn-black,
.btn-black.focus,
.btn-black:focus,
.btn-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-black.focus,
.btn-black:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-black.disabled,
.btn-black:disabled {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active,
.show>.btn-black.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-black:not(:disabled):not(.disabled).active:focus,
.btn-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-tan {
	color: #212529;
	background-color: #e1ded5;
	border-color: #e1ded5
}

.btn-tan.focus,
.btn-tan:focus,
.btn-tan:hover {
	color: #212529;
	background-color: #d1ccbf;
	border-color: #ccc7b7
}

.btn-tan.focus,
.btn-tan:focus {
	box-shadow: 0 0 0 .2rem rgba(196, 194, 187, .5)
}

.btn-tan.disabled,
.btn-tan:disabled {
	color: #212529;
	background-color: #e1ded5;
	border-color: #e1ded5
}

.btn-tan:not(:disabled):not(.disabled).active,
.btn-tan:not(:disabled):not(.disabled):active,
.show>.btn-tan.dropdown-toggle {
	color: #212529;
	background-color: #ccc7b7;
	border-color: #c6c1b0
}

.btn-tan:not(:disabled):not(.disabled).active:focus,
.btn-tan:not(:disabled):not(.disabled):active:focus,
.show>.btn-tan.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(196, 194, 187, .5)
}

.btn-outline-primary {
	color: #29334a;
	border-color: #29334a
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #29334a;
	border-color: #29334a
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(41, 51, 74, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #29334a;
	background-color: rgba(0, 0, 0, 0)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #29334a;
	border-color: #29334a
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(41, 51, 74, .5)
}

.btn-outline-red {
	color: #ed2127;
	border-color: #ed2127
}

.btn-outline-red:hover {
	color: #fff;
	background-color: #ed2127;
	border-color: #ed2127
}

.btn-outline-red.focus,
.btn-outline-red:focus {
	box-shadow: 0 0 0 .2rem rgba(237, 33, 39, .5)
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
	color: #ed2127;
	background-color: rgba(0, 0, 0, 0)
}

.btn-outline-red:not(:disabled):not(.disabled).active,
.btn-outline-red:not(:disabled):not(.disabled):active,
.show>.btn-outline-red.dropdown-toggle {
	color: #fff;
	background-color: #ed2127;
	border-color: #ed2127
}

.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.btn-outline-red:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-red.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(237, 33, 39, .5)
}

.btn-outline-secondary {
	color: #b5d9d6;
	border-color: #b5d9d6
}

.btn-outline-secondary:hover {
	color: #212529;
	background-color: #b5d9d6;
	border-color: #b5d9d6
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(181, 217, 214, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #b5d9d6;
	background-color: rgba(0, 0, 0, 0)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #212529;
	background-color: #b5d9d6;
	border-color: #b5d9d6
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(181, 217, 214, .5)
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: rgba(0, 0, 0, 0)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
	color: #ed2127;
	border-color: #ed2127
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #ed2127;
	border-color: #ed2127
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(237, 33, 39, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #ed2127;
	background-color: rgba(0, 0, 0, 0)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #ed2127;
	border-color: #ed2127
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(237, 33, 39, .5)
}

.btn-outline-warning {
	color: #ed2127;
	border-color: #ed2127
}

.btn-outline-warning:hover {
	color: #fff;
	background-color: #ed2127;
	border-color: #ed2127
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(237, 33, 39, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ed2127;
	background-color: rgba(0, 0, 0, 0)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #ed2127;
	border-color: #ed2127
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(237, 33, 39, .5)
}

.btn-outline-danger {
	color: #ed2127;
	border-color: #ed2127
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #ed2127;
	border-color: #ed2127
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(237, 33, 39, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #ed2127;
	background-color: rgba(0, 0, 0, 0)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #ed2127;
	border-color: #ed2127
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(237, 33, 39, .5)
}

.btn-outline-light {
	color: #f5f5f0;
	border-color: #f5f5f0
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f5f5f0;
	border-color: #f5f5f0
}

.btn-outline-light.focus,
.btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(245, 245, 240, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f5f5f0;
	background-color: rgba(0, 0, 0, 0)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f5f5f0;
	border-color: #f5f5f0
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(245, 245, 240, .5)
}

.btn-outline-dark {
	color: #c9c9c9;
	border-color: #c9c9c9
}

.btn-outline-dark:hover {
	color: #212529;
	background-color: #c9c9c9;
	border-color: #c9c9c9
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem hsla(0, 0%, 78.8%, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #c9c9c9;
	background-color: rgba(0, 0, 0, 0)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #212529;
	background-color: #c9c9c9;
	border-color: #c9c9c9
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem hsla(0, 0%, 78.8%, .5)
}

.btn-outline-black {
	color: #000;
	border-color: #000
}

.btn-outline-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-outline-black.focus,
.btn-outline-black:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
	color: #000;
	background-color: rgba(0, 0, 0, 0)
}

.btn-outline-black:not(:disabled):not(.disabled).active,
.btn-outline-black:not(:disabled):not(.disabled):active,
.show>.btn-outline-black.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-outline-tan {
	color: #e1ded5;
	border-color: #e1ded5
}

.btn-outline-tan:hover {
	color: #212529;
	background-color: #e1ded5;
	border-color: #e1ded5
}

.btn-outline-tan.focus,
.btn-outline-tan:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 222, 213, .5)
}

.btn-outline-tan.disabled,
.btn-outline-tan:disabled {
	color: #e1ded5;
	background-color: rgba(0, 0, 0, 0)
}

.btn-outline-tan:not(:disabled):not(.disabled).active,
.btn-outline-tan:not(:disabled):not(.disabled):active,
.show>.btn-outline-tan.dropdown-toggle {
	color: #212529;
	background-color: #e1ded5;
	border-color: #e1ded5
}

.btn-outline-tan:not(:disabled):not(.disabled).active:focus,
.btn-outline-tan:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-tan.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 222, 213, .5)
}

.btn-link {
	font-weight: 300
}

.btn-link,
.btn-link:hover {
	color: #000;
	text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	opacity:0;
	transition: opacity .25s ease-in-out, height 0.35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none
	}
}

.dropdown,
.dropleft,
.dropright,
.dropup {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid rgba(0, 0, 0, 0);
	border-bottom: 0;
	border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropdown-toggle:empty:after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

@media (min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid rgba(0, 0, 0, 0);
	border-bottom: .3em solid;
	border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropup .dropdown-toggle:empty:after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid rgba(0, 0, 0, 0);
	border-right: 0;
	border-bottom: .3em solid rgba(0, 0, 0, 0);
	border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
	margin-left: 0
}

.dropright .dropdown-toggle:after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropleft .dropdown-toggle:after {
	display: none
}

.dropleft .dropdown-toggle:before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid rgba(0, 0, 0, 0);
	border-right: .3em solid;
	border-bottom: .3em solid rgba(0, 0, 0, 0)
}

.dropleft .dropdown-toggle:empty:after {
	margin-left: 0
}

.dropleft .dropdown-toggle:before {
	vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 300;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0);
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .78rem;
	color: #6c757d;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem
}

.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
	color: #000;
	border-color: #000;
	background-color: #000
}

.custom-control-input:focus~.custom-control-label:before {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
	border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
	background-color: #e9ecef
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.custom-control-label:before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #adb5bd
}

.custom-control-label:after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
	border-radius: 0
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
	border-color: #007bff;
	background-color: rgba(0, 0, 0, 0)
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
	border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
	padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem
}

.custom-switch .custom-control-label:after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label:after {
		transition: none
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
	background-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateX(.75rem);
	-ms-transform: translateX(.75rem);
	transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	appearance: none
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef
}

.custom-select::-ms-expand {
	display: none
}

.custom-select:-moz-focusring {
	color: rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 #495057
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.custom-file {
	display: inline-block;
	margin-bottom: 0
}

.custom-file,
.custom-file-input {
	position: relative;
	width: 100%;
	height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
	z-index: 2;
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
	background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
	content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
	content: attr(data-browse)
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.custom-file-label:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0
}

.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	appearance: none
}

.custom-range:focus {
	outline: none
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
	border: 0
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: rgba(0, 0, 0, 0);
	cursor: pointer;
	background-color: #dee2e6;
	border-color: rgba(0, 0, 0, 0);
	border-radius: 1rem
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: rgba(0, 0, 0, 0);
	cursor: pointer;
	background-color: #dee2e6;
	border-color: rgba(0, 0, 0, 0);
	border-radius: 1rem
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	-ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none
	}
}

.custom-range::-ms-thumb:active {
	background-color: #b3d7ff
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: rgba(0, 0, 0, 0);
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
	cursor: default
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

	.custom-control-label:before,
	.custom-file-label,
	.custom-select {
		transition: none
	}
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link,
.nav-link:focus,
.nav-link:hover {
	text-decoration: none
	
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid rgba(0, 0, 0, 0);
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}

.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem 1rem
}

@media (max-width:575px){
    .navbar {
    	padding: .5rem 0.2rem
    }
}

.navbar .breadcrumb,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl,
.navbar .sir-menu__after-content,
.navbar .sir-menu__section,
.navbar .sir-menuheader__inner,
.navbar .sir-nutrition {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
	min-width: 150px;
    max-width: 300px;
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat 50%;
	background-size: 100% 100%
}

@media (max-width:575.98px) {

	.navbar-expand-sm>.breadcrumb,
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-xl,
	.navbar-expand-sm>.sir-menu__after-content,
	.navbar-expand-sm>.sir-menu__section,
	.navbar-expand-sm>.sir-menuheader__inner,
	.navbar-expand-sm>.sir-nutrition {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-sm>.breadcrumb,
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid,
	.navbar-expand-sm>.container-lg,
	.navbar-expand-sm>.container-md,
	.navbar-expand-sm>.container-sm,
	.navbar-expand-sm>.container-xl,
	.navbar-expand-sm>.sir-menu__after-content,
	.navbar-expand-sm>.sir-menu__section,
	.navbar-expand-sm>.sir-menuheader__inner,
	.navbar-expand-sm>.sir-nutrition {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (max-width:767.98px) {

	.navbar-expand-md>.breadcrumb,
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-xl,
	.navbar-expand-md>.sir-menu__after-content,
	.navbar-expand-md>.sir-menu__section,
	.navbar-expand-md>.sir-menuheader__inner,
	.navbar-expand-md>.sir-nutrition {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-md>.breadcrumb,
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid,
	.navbar-expand-md>.container-lg,
	.navbar-expand-md>.container-md,
	.navbar-expand-md>.container-sm,
	.navbar-expand-md>.container-xl,
	.navbar-expand-md>.sir-menu__after-content,
	.navbar-expand-md>.sir-menu__section,
	.navbar-expand-md>.sir-menuheader__inner,
	.navbar-expand-md>.sir-nutrition {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width:991.98px) {

	.navbar-expand-lg>.breadcrumb,
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl,
	.navbar-expand-lg>.sir-menu__after-content,
	.navbar-expand-lg>.sir-menu__section,
	.navbar-expand-lg>.sir-menuheader__inner,
	.navbar-expand-lg>.sir-nutrition {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-lg>.breadcrumb,
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid,
	.navbar-expand-lg>.container-lg,
	.navbar-expand-lg>.container-md,
	.navbar-expand-lg>.container-sm,
	.navbar-expand-lg>.container-xl,
	.navbar-expand-lg>.sir-menu__after-content,
	.navbar-expand-lg>.sir-menu__section,
	.navbar-expand-lg>.sir-menuheader__inner,
	.navbar-expand-lg>.sir-nutrition {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (max-width:1199.98px) {

	.navbar-expand-xl>.breadcrumb,
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-xl,
	.navbar-expand-xl>.sir-menu__after-content,
	.navbar-expand-xl>.sir-menu__section,
	.navbar-expand-xl>.sir-menuheader__inner,
	.navbar-expand-xl>.sir-nutrition {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.navbar-expand-xl>.breadcrumb,
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid,
	.navbar-expand-xl>.container-lg,
	.navbar-expand-xl>.container-md,
	.navbar-expand-xl>.container-sm,
	.navbar-expand-xl>.container-xl,
	.navbar-expand-xl>.sir-menu__after-content,
	.navbar-expand-xl>.sir-menu__section,
	.navbar-expand-xl>.sir-menuheader__inner,
	.navbar-expand-xl>.sir-nutrition {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.navbar-expand>.breadcrumb,
.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl,
.navbar-expand>.sir-menu__after-content,
.navbar-expand>.sir-menu__section,
.navbar-expand>.sir-menuheader__inner,
.navbar-expand>.sir-nutrition {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.breadcrumb,
.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl,
.navbar-expand>.sir-menu__after-content,
.navbar-expand>.sir-menu__section,
.navbar-expand>.sir-menuheader__inner,
.navbar-expand>.sir-nutrition {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	/*color: rgba(0, 0, 0, .9)*/
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	/*color: rgba(0, 0, 0, .7)*/
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	/*color: rgba(0, 0, 0, .9)*/
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	/*color: #fff*/
}

.navbar-dark .navbar-nav .nav-link {
	color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	/*color: hsla(0, 0%, 100%, .75)*/
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: hsla(0, 0%, 100%, .5);
	border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
	color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	/*.color: #fff*/
}

.modal-open {
	overflow: hidden
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal {
	position: fixed;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
   left:50%;
   top:45%;
   transform: translate(-50%, -50%);
   width: 100%; 
   height: 100%;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	top: 50%;
    transform: translateY(-50%);
    height:90%;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	/*-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);*/
}

/*@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}*/

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: min-content;
	content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
	content: none
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-clip: padding-box;
	outline: 0;
	height:100%;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	/*padding: 1rem*/
}

.modal-body img {
	position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
}
.modal-footer {
	display: -ms-flexbox;
	/*display: flex;*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: .75rem;
	text-align:center;
	background-color:var(--white);
}

.modal-footer>* {
	margin: .25rem
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:992px) {
	.modal-dialog {
		max-width: 800px;
		margin: 1.75rem auto
	}

	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem)
	}

	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem)
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	.modal-dialog-centered:before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: min-content
	}

	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {

	.modal-lg,
	.modal-xl {
		max-width: 800px
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px
	}
}

.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.bg-primary {
	background-color: #29334a !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #171c29 !important
}

.bg-red {
	background-color: #ed2127 !important
}

a.bg-red:focus,
a.bg-red:hover,
button.bg-red:focus,
button.bg-red:hover {
	background-color: #cb1016 !important
}

.bg-secondary {
	background-color: #b5d9d6 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
	background-color: #93c8c3 !important
}

.bg-success {
	background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #1e7e34 !important
}

.bg-info {
	background-color: #ed2127 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #cb1016 !important
}

.bg-warning {
	background-color: #ed2127 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #cb1016 !important
}

.bg-danger {
	background-color: #ed2127 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #cb1016 !important
}

.bg-light {
	background-color: #f5f5f0 !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
	background-color: #e1e1d1 !important
}

.bg-dark {
	background-color: #c9c9c9 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #b0b0b0 !important
}

.bg-black,
a.bg-black:focus,
a.bg-black:hover,
button.bg-black:focus,
button.bg-black:hover {
	background-color: #000 !important
}

.bg-tan {
	background-color: #e1ded5 !important
}

a.bg-tan:focus,
a.bg-tan:hover,
button.bg-tan:focus,
button.bg-tan:hover {
	background-color: #ccc7b7 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: rgba(0, 0, 0, 0) !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-right {
	border-right: 1px solid #dee2e6 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-left {
	border-left: 1px solid #dee2e6 !important
}

.border-0 {
	border: 0 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.border-primary {
	border-color: #29334a !important
}

.border-red {
	border-color: #ed2127 !important
}

.border-secondary {
	border-color: #b5d9d6 !important
}

.border-success {
	border-color: #28a745 !important
}

.border-danger,
.border-info,
.border-warning {
	border-color: #ed2127 !important
}

.border-light {
	border-color: #f5f5f0 !important
}

.border-dark {
	border-color: #c9c9c9 !important
}

.border-black {
	border-color: #000 !important
}

.border-tan {
	border-color: #e1ded5 !important
}

.border-white {
	border-color: #fff !important
}

.rounded-sm {
	border-radius: .2rem !important
}

.rounded {
	border-radius: 0 !important
}

.rounded-top {
	border-top-left-radius: 0 !important
}

.rounded-right,
.rounded-top {
	border-top-right-radius: 0 !important
}

.rounded-bottom,
.rounded-right {
	border-bottom-right-radius: 0 !important
}

.rounded-bottom,
.rounded-left {
	border-bottom-left-radius: 0 !important
}

.rounded-left {
	border-top-left-radius: 0 !important
}

.rounded-lg {
	border-radius: .3rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: 50rem !important
}

.rounded-0 {
	border-radius: 0 !important
}

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

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive:before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9:before {
	padding-top: 42.85714%
}

.embed-responsive-16by9:before {
	padding-top: 56.25%
}

.embed-responsive-4by3:before {
	padding-top: 75%
}

.embed-responsive-1by1:before {
	padding-top: 100%
}

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

.user-select-all {
	-webkit-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important
}

.user-select-none {
	-webkit-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: sticky !important
}

.fixed-top {
	top: 0
}

.fixed-bottom,
.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	bottom: 0
}

@supports (position:sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	white-space: nowrap
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
	box-shadow: none !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.vw-100 {
	width: 100vw !important
}

.vh-100 {
	height: 100vh !important
}

.m-0 {
	margin: 0 !important
}

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

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

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

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

.m-1 {
	margin: .25rem !important
}

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

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

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

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

.m-2 {
	margin: .5rem !important
}

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

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

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

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

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

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

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

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

.p-2 {
	padding: .5rem !important
}

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

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

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

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

.mt-n1,
.my-n1 {
	margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
	margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
	margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
	margin-left: -.25rem !important
}

.m-n2 {
	margin: -.5rem !important
}

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

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

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

.ml-n2,
.mx-n2 {
	margin-left: -.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: .25rem !important
	}

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

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

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

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

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

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

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

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

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.p-sm-1 {
		padding: .25rem !important
	}

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

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

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

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

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

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

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

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

	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important
	}

	.m-sm-n1 {
		margin: -.25rem !important
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -.25rem !important
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -.25rem !important
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -.25rem !important
	}

	.m-sm-n2 {
		margin: -.5rem !important
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -.5rem !important
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -.5rem !important
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -.5rem !important
	}

	.m-sm-n3 {
		margin: -1rem !important
	}

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

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

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

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

	.m-sm-n4 {
		margin: -1.5rem !important
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important
	}

	.m-sm-n5 {
		margin: -3rem !important
	}

	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important
	}

	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important
	}

	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important
	}

	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important
	}

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

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

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

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

	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important
	}

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

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

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

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

	.m-md-1 {
		margin: .25rem !important
	}

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

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

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

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

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

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

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

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

	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.p-md-1 {
		padding: .25rem !important
	}

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

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

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

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

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

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

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

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

	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important
	}

	.m-md-n1 {
		margin: -.25rem !important
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -.25rem !important
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -.25rem !important
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -.25rem !important
	}

	.m-md-n2 {
		margin: -.5rem !important
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -.5rem !important
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -.5rem !important
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -.5rem !important
	}

	.m-md-n3 {
		margin: -1rem !important
	}

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

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

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

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

	.m-md-n4 {
		margin: -1.5rem !important
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important
	}

	.m-md-n5 {
		margin: -3rem !important
	}

	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important
	}

	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important
	}

	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important
	}

	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important
	}

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

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

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

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

	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important
	}

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

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

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

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

	.m-lg-1 {
		margin: .25rem !important
	}

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

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

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

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

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

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

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

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

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.p-lg-1 {
		padding: .25rem !important
	}

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

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

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

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

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

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

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

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

	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important
	}

	.m-lg-n1 {
		margin: -.25rem !important
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -.25rem !important
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -.25rem !important
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -.25rem !important
	}

	.m-lg-n2 {
		margin: -.5rem !important
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -.5rem !important
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -.5rem !important
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -.5rem !important
	}

	.m-lg-n3 {
		margin: -1rem !important
	}

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

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

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

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

	.m-lg-n4 {
		margin: -1.5rem !important
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important
	}

	.m-lg-n5 {
		margin: -3rem !important
	}

	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important
	}

	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important
	}

	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important
	}

	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important
	}

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

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

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

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

	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

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

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

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

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

	.m-xl-1 {
		margin: .25rem !important
	}

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

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

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

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

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

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

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

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

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.p-xl-1 {
		padding: .25rem !important
	}

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

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

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

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

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

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

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

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

	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem !important
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important
	}

	.m-xl-n1 {
		margin: -.25rem !important
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem !important
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem !important
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem !important
	}

	.m-xl-n2 {
		margin: -.5rem !important
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem !important
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem !important
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.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
	}
}

.stretched-link:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
	text-align: justify !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

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

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

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

	.text-md-right {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

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

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

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

	.text-xl-right {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}
}

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

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

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

.font-weight-light,
.font-weight-lighter {
	font-weight: 200 !important
}

.font-weight-normal {
	font-weight: 300 !important
}

.font-weight-bold {
	font-weight: 600 !important
}

.font-weight-bolder {
	font-weight: 700 !important
}

.font-italic {
	font-style: italic !important
}

.text-primary {
	color: #29334a !important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #0e1119 !important
}

a.text-red:focus,
a.text-red:hover {
	color: #b30f13 !important
}

.text-secondary {
	color: #b5d9d6 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #82bfba !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
	color: #19692c !important
}

.text-info {
	color: #ed2127 !important
}

a.text-info:focus,
a.text-info:hover {
	color: #b30f13 !important
}

.text-warning {
	color: #ed2127 !important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #b30f13 !important
}

.text-danger {
	color: #ed2127 !important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #b30f13 !important
}

.text-light {
	color: #f5f5f0 !important
}

a.text-light:focus,
a.text-light:hover {
	color: #d6d6c2 !important
}

.text-dark {
	color: #c9c9c9 !important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #a3a3a3 !important
}

a.text-black:focus,
a.text-black:hover {
	color: #000 !important
}

.text-tan {
	color: #e1ded5 !important
}

a.text-tan:focus,
a.text-tan:hover {
	color: #c1bba8 !important
}

.text-body {
	color: #fff !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
	color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
	font: 0/0 a;
	color: rgba(0, 0, 0, 0);
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0);
	border: 0
}

.text-decoration-none {
	text-decoration: none !important
}

.text-break {
	word-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

@media print {

	*,
	:after,
	:before {
		text-shadow: none !important;
		box-shadow: none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	pre {
		white-space: pre-wrap !important
	}

	blockquote,
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	.breadcrumb,
	.container,
	.sir-menu__after-content,
	.sir-menu__section,
	.sir-menuheader__inner,
	.sir-nutrition,
	body {
		min-width: 992px !important
	}

	.navbar {
		display: none
	}

	.badge {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td,
	.table th {
		background-color: #fff !important
	}

	.table-bordered td,
	.table-bordered th {
		border: 1px solid #dee2e6 !important
	}

	.table-dark {
		color: inherit
	}

	.table-dark tbody+tbody,
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #dee2e6
	}

	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6
	}
}

.btn-blue {
	background-color: var(--white) !important;
	background-color: var(--blue) !important;
	border-color: #29334a !important;
	border-color: var(--blue) !important
}


.btn-teal {
	background-color: #b5d9d6 !important;
	background-color: var(--black) !important;
	border-color: #b5d9d6 !important;
	border-color: var(--black) !important
}

.btn-black {
	background-color: #000 !important;
	background-color: var(--black) !important;
	border-color: #000 !important;
	border-color: var(--black) !important
}

.btn-white {
	background-color: #fff !important;
	color: var(--orange);
	background-color: var(--white) !important;
	border-color: #fff !important;
	border-color: var(--white) !important
}

.btn-gray-light {
	background-color: #f7f7f7 !important;
	background-color: var(--gray-light) !important;
	border-color: #f7f7f7 !important;
	border-color: var(--gray-light) !important
}

.btn-gray {
	background-color: #f5f5f0 !important;
	background-color: var(--gray) !important;
	border-color: #f5f5f0 !important;
	border-color: var(--gray) !important
}

.btn-gray-dark {
	background-color: #c9c9c9 !important;
	background-color: var(--gray-dark) !important;
	border-color: #c9c9c9 !important;
	border-color: var(--gray-dark) !important
}

.btn-gray-darker {
	background-color: var(--white) !important;
	border-color: var(--gray-darker) !important
}

.btn-gray-darker:hover{
	color:#fff !important;
	background-color: var(--black) !important;
}


h1,
h2,
h3 {
	font-weight: 700
}

.text-blue {
	color: #29334a !important;
	color: var(--blue) !important
}

.text-red {
	color: var(--white) !important
}

.text-teal {
	color: #b5d9d6 !important;
	color: var(--black) !important
}

.text-black {
	color: #000 !important;
	color: var(--black) !important
}

.text-white {
	color: #fff !important;
	color: var(--white) !important
}

.text-gray-light {
	color: #f7f7f7 !important;
	color: var(--gray-light) !important
}

.text-gray {
	color: #f5f5f0 !important;
	color: var(--gray) !important
}

.text-gray-dark {
	color: #c9c9c9 !important;
	color: var(--gray-dark) !important
}

.text-gray-darker {
	color: #707070 !important;
	color: var(--gray-darker) !important
}

.theme1 .location-toggle .right-arrow:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.15' height='8.521'%3E%3Cpath data-name='Path 3570' d='M1.061 1.061l6.875 6.71 7.155-6.71' fill='none' stroke='%23f4dcb3' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E") !important
}

.theme1 .location-toggle .left-locationpin:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.41' height='13.687'%3E%3Cg data-name='Group 3387'%3E%3Cpath data-name='Path 3517' d='M4.705 0A4.692 4.692 0 000 4.705c0 2.609 4.705 8.982 4.705 8.982S9.41 7.314 9.41 4.705A4.692 4.692 0 004.705 0zm0 6.843a2.139 2.139 0 112.139-2.139 2.118 2.118 0 01-2.139 2.139z' fill='%23f4dcb3'/%3E%3C/g%3E%3C/svg%3E") !important
}

.theme1 .location-toggle .location-toggle_window__select {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Component 281 – 108' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg data-name='Component 212'%3E%3Cpath data-name='Path 10' d='M16 8l-1.455-1.455-5.506 5.506V0H6.961v12.052L1.455 6.545 0 8l8 8z' fill='%23f4dcb3'/%3E%3C/g%3E%3C/svg%3E") !important
}

.theme1 .page-template-page-home .navbar .navbar-brand img {
	max-height: 62px
}

.scroll-lock .nav-open .navbar-brand img {
    filter: invert(1);
}

@media screen and (max-width:767px) {
	.theme1 .page-template-page-home .navbar .navbar-brand img {
		max-height: 75px
	}
}

.theme1 #sir-menuContent[data-activeAttributes*=jacks-favourite] .sir-menuitem .sir_mm_menuitem_attribute--Jacks-Favourites:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/f27d65fe599ff01439afebf0f82b34b4.svg)
}

.theme1 #sir-menuContent[data-activeAttributes*=gluten-friendly] .sir-menuitem .sir_mm_menuitem_attribute--Gluten-Friendly:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/17ce6f9df2d3d8b2b48b436191a740eb.svg)
}

.theme1 #sir-menuContent[data-activeAttributes*=vegetarian] .sir-menuitem .sir_mm_menuitem_attribute--Vegetarian:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/f9e47603bdbb27f5a77c6524d9556f3f.svg)
}

.theme1 #sir-menuContent[data-activeAttributes*=spicy] .sir-menuitem .sir_mm_menuitem_attribute--Spicy:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/aa22417c159833be7b618f719d06e45c.svg)
}

.theme1 #sir-menuContent[data-activeAttributes*=plant-based] .sir-menuitem .sir_mm_menuitem_attribute--Plant-Based:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/2431e9271efec63a08a598f553865276.svg)
}

.theme1 #sir-menuContent[data-activeAttributes*=new] .sir-menuitem .sir_mm_menuitem_attribute--New:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/102ee9ded20300c32064ac991caf36af.svg)
}

.theme1 .sir-nutrition .sir_mm_item_nutrition_block {
	background-color: var(--orange);
}

.theme1 .qsr-compact-widget .qsr-powered-by-dinetime em {
	color: #ed2127 !important;
	color: var(--red) !important
}

.theme1 .qsr-compact-widget .qsr-select-container-active .qsr-select-display,
.theme1 .qsr-compact-widget .qsr-select-container:hover>.qsr-select-display,
.theme1 .qsr-compact-widget .qsr-select-display {
	border-color: #ed2127 !important;
	border-color: var(--black) !important;
	background-color: var(--black) !important
}

.theme1 .qsr-compact-widget button.qsr-btn-primary {
	border-color: #ed2127 !important;
	border-color: var(--balck) !important;
	background-color: var(--black) !important
}

.qsr-compact-widget button.qsr-btn-primary {
	color: #fff !important;
	color: var(--white) !important
}

.theme1 .qsr-compact-widget button.qsr-btn-primary .v-spinner.text-center {
	background-color: #ed2127 !important;
	background-color: var(--red) !important
}

.qsr-compact-widget{
    background-color:rgba(0,0,0,0)!important
}
.qsr-compact-wrapper{
    box-shadow:none!important
}
.qsr-compact-wrapper .row,.qsr-compact-wrapper .sir-nutrition__inner{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column!important;
    flex-direction:column!important;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-line-pack:center;
    align-content:center;
    -ms-flex-pack:center;
    justify-content:center
}
.qsr-compact-item{
    max-width:300px!important;
}
.qsr-compact-item .qsr-date-container,.qsr-compact-item .qsr-select-container{
    width:100%!important
}

.qsr-date-container input{
    text-align: center !important;
}

body.light {
	color: #000;
	background: #e1ded5
}

body.location-gate-open header,
body.location-gate-open main {
	display: none
}

::-webkit-search-decoration {
	display: none
}

::-webkit-file-upload-button {
	padding: 0;
	border: 0;
	background: none
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

body {
	padding-top: 130px
}

@media (min-width:1200px) {
	body.theme2 {
		padding-top: 114px
	}
}

#header {
	transition: background .5s;
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 1050;
	background: #e1ded5;
	background: var(--tan);
	/*padding: 13px 0*/
}

.home #header {
	background: #000;
	background: var(--black)
}

#header.nav-open {
	background-color: var(--black) !important;
}

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

@media screen and (max-width:575px) {
	.navbar .navbar-brand {
		/*max-width: 40px*/
	}

	.theme2 .navbar .navbar-brand img {
		/*-webkit-transform: rotate(-90deg) translateY(-100%);
		-ms-transform: rotate(-90deg) translateY(-100%);
		transform: rotate(-90deg) translateY(-100%);*/
		width: 130px !important;
        min-width: 130px !important;
	}

	.navbar .navbar__buttons-wrapper .btn {
		margin-right: 3px;
		font-size:11px;
	}
	
    .navbar .navbar-brand img {
		max-height: 28px !important
	}
}

.navbar .navbar-brand img {

}

@media screen and (max-width:767px) {
	.navbar .navbar-brand img {
		max-height: 36px
	}
}

.navbar img {
	max-width: 100%
}

.navbar li {
	margin: 0 15px
}

.navbar li a {
	color: var(--black);
	font-weight: 700;
	text-transform: uppercase
}

.nav-open .navbar li a {
	color: var(--white);
	font-weight: 700;
	text-transform: uppercase
}

.navbar li a:focus,
.navbar li a:hover {
	/*color: var(--grey) !important*/
}

@media (min-width:992px) {
	body.light .navbar li a {
		color: #000;
		color: var(--black)
	}
	
	body.light .nav-open .navbar li a {
		color: #000;
		color: var(--white)
	}

}

@media screen and (max-width:1199px) {
	.navbar li {
		margin: 0 10px
	}
}

@media screen and (max-width:767px) {
	.navbar .navbar-brand {
		margin-right: 0
	}

	.navbar .navbar-toggler {
		padding-left: 5px;
		padding-right: 5px
	}

	.navbar li {
		margin: 0 15px
	}

	.navbar li a {
		font-size: 2.25rem;
		line-height: 1
	}
}

.navbar__buttons-wrapper .btn {
	margin-right: 1.5em
}

.navbar__buttons-wrapper .btn:last-child {
	margin-right: 0
}

.navbar .btn {
	font-size: 16px;
	font-weight: 500;
	padding: 3px 8px;
	border-radius: 0
}

.navbar #navbarNav {
	-ms-flex-direction: column;
	flex-direction: column
}

.navbar__language-switcher {
	text-align: right;
	font-weight: 700;
	margin-right: 0;
	padding: 0 .5rem;
	color: #000;
	color: var(--black)
}

.navbar__language-switcher a {
	text-transform: uppercase;
	color: #000;
	color: var(--black)
}

.navbar__language-switcher a.current {
	color: #ed2127 !important;
	color: var(--red) !important
}

@media (min-width:768px) {
	.navbar__language-switcher {
		margin-right: 8px
	}
}

@media (min-width:992px) {
	.navbar__language-switcher {
		margin-right: 15px
	}
}

.navbar .navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.25 6.75l-10.5 10.5M6.75 6.75l10.5 10.5' stroke='rgba(255, 255, 255, 1)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.navbar .collapsed .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

body.light .navbar .collapsed .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.home #header {
	background: #ffffffbb;
}

.home #header .navbar li {
	margin: 0 15px
}

.home #header .nav-open li a {
	color: var(--white) !important
}

.home #header .nav-open li a:focus,
.home #header .nav-open li a:hover {
	/*color: #ed2127 !important;*/
	color: var(--black) !important
}

.home #header .navbar__language-switcher,
.home #header .navbar__language-switcher a {
	color: #fff;
	color: var(--white)
}

.home #header .navbar__language-switcher a.current {
	color: #ed2127 !important;
	color: var(--red) !important
}

.home #header .navbar .location-toggle__select {
	color: #fff;
	color: var(--orange);
	font-weight: bolder;
}

.theme1 .page-template-page-home #header {
	background: #000;
	background: var(--black)
}

.theme1 .navbar .navbar-brand img {
	width: auto;
	height: 75px;
	max-height: none;
}

footer {
	padding-top: 100px;
	padding-bottom: 50px;
	color: #fff;
	background-color: #000;
	background-color: var(--black);
}

footer h5 {
	margin-bottom: 25px !important
}

footer li.nav-item {
	font-size: .9rem
}

footer li.nav-item a {
	padding: 0
}

footer li.nav-item a:hover {
	text-decoration: underline
}

footer a {
	color: #fff;
	text-decoration: none
}

footer a:hover {
	/*color: #ed2127;*/
	color: var(--white)
}

footer a.right-arrow {
	font-weight: 700;
	position: relative;
	padding-right: 15px
}

footer a.right-arrow:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.385' height='8.385'%3E%3Cg data-name='00_footer_return_icn_desktop'%3E%3Cg data-name='Component 212'%3E%3Cpath data-name='Path 10' d='M4.192 0L3.43.762l2.886 2.886H0v1.089h6.316L3.43 7.622l.762.762 4.193-4.192z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	content: "";
	position: absolute;
	right: 0;
	top: 5px;
	width: 9px;
	height: 9px
}

@media screen and (max-width:420px) {
	footer #_00_footer_instagram_icn_desktop {
		max-width: 25px
	}
}

@media screen and (max-width:320px) {

	footer a,
	footer p {
		font-size: .8rem
	}
}

.footer__logo {
	width: 118px
}

.theme1 .footer__logo {
	width: 100%;
	height:auto;
}

@media (max-width:767px) {
	.footer__form-col {
		-ms-flex-order: -1;
		order: -1
	}
}

@media screen and (max-width:320px) {

	.footer a,
	.footer p {
		font-size: .8rem
	}
}

.footer__app-links {
	margin: 0 -5px
}

.footer__app-links a {
	display: block;
	padding: 5px
}

.footer__app-links a img {
	width: auto;
	height: 45px
}

@media (min-width:992px) {
	.footer__app-links {
		display: -ms-flexbox;
		display: flex;
		min-width: 286px
	}
}

#careers-popup {
	color: #000;
	color: var(--black)
}

#careers-popup .close {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.4' height='33.158'%3E%3Cg data-name='01_exit_location_popup_icn_mobile' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath data-name='Line 40' d='M.74.673l28.92 31.813'/%3E%3Cpath data-name='Line 41' d='M.74 32.486L29.66.673'/%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 25px;
	height: 28px;
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 1;
	border: 0;
	color: rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
	pointer-events: auto
}

#careers-popup .modal-content {
	padding: 30px;
	border-radius: 0;
	z-index: 0
}

.top-of-page-button {
	cursor: pointer;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	width: 80px;
	height: 80px;
	font-size: 3rem;
	background-color: #ed2127;
	background-color: var(--red);
	border: 1px solid #ed2127;
	border: 1px solid var(--red);
	z-index: 1000
}

.top-of-page-button.visible {
	display: -ms-inline-flexbox;
	display: inline-flex
}

@media (max-width:767.98px) {
	.top-of-page-button {
		width: 60px;
		height: 60px;
		font-size: 2rem
	}
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

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

.sir-menu-nav {
	position: fixed;
	left: 0;
	top: 168px;
	background: var(--backColor);
	color: var(--black);
	font-size: 15px;
	min-width: 200px;
	z-index: 100
}

@media screen and (max-width:1550px) {
	.sir-menu-nav {
		min-width: 0
	}
}

@media (min-width:768px) {
	.theme2 .sir-menu-nav {
		top: 114px
	}
}

.sir-menu-nav>ul {
	margin-bottom: 0
}

.sir-menu-nav__toggle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 25px;
	color: #fff;
	background: var(--black);
	outline: none;
	text-align: left;
	width: 100%;
	border: none;
	border-bottom: 1px solid #707070;
	white-space: nowrap
}

@media screen and (max-width:1550px) {
	.sir-menu-nav__toggle {
		position: absolute;
		left: calc(100% + 32px);
		top: 0;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		width: auto
	}
}

.sir-menu-nav__toggle:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-135deg) translateX(-3px);
	-ms-transform: rotate(-135deg) translateX(-3px);
	transform: rotate(-135deg) translateX(-3px)
}

@media screen and (max-width:1550px) {
	.sir-menu-nav__toggle:after {
		border: none;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.757' height='13.177'%3E%3Cg data-name='Group 3425' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'%3E%3Cpath data-name='Path 3514' d='M1.414 1.413l9.928 10.349'/%3E%3Cpath data-name='Path 3515' d='M11.342 1.413L1.414 11.762'/%3E%3C/g%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-size: contain;
		-webkit-transform: rotate(0deg) translateX(6px);
		-ms-transform: rotate(0deg) translateX(6px);
		transform: rotate(0deg) translateX(6px)
	}
}

.sir-menu-nav__toggle.collapsed:after {
	-webkit-transform: rotate(45deg) translateY(-2px) translateX(2px);
	-ms-transform: rotate(45deg) translateY(-2px) translateX(2px);
	transform: rotate(45deg) translateY(-2px) translateX(2px)
}

@media screen and (max-width:1550px) {
	.sir-menu-nav__toggle.collapsed:after {
		-webkit-transform: rotate(-135deg) translateY(3px) translateX(-5px);
		-ms-transform: rotate(-135deg) translateY(3px) translateX(-5px);
		transform: rotate(-135deg) translateY(3px) translateX(-5px);
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		background: none
	}
}

.sir-menu-nav__toggle--dietary {
	background: var(--black);
	border-bottom: 0
}

@media screen and (max-width:1550px) {
	.sir-menu-nav__toggle--dietary {
		top: 103px
	}
}

.sir-menu-nav__container {
	padding: 10px 40px 40px 25px;
	font-size: 12px
}

@media screen and (max-width:1550px) {
	.sir-menu-nav__container {
		transition: none !important;
		max-height: calc(100vh - 100px);
		overflow: auto
	}
}

@media screen and (max-width:767px) {
	.sir-menu-nav__container {
		height: 450px;
		max-height: 100%;
		overflow-y: scroll
	}
}

.sir-menu-nav__nav h4 {
	color: #ed2127;
	color: var(--black);
	text-transform: uppercase;
	font-size: 15px
}

.sir-menu-nav__nav a {
	color: var(--black);
	text-decoration: none
}

.sir-menu-nav__nav>ul {
	margin-bottom: 15px
}

.sir-menu-nav__legend {
	border-top: 1px solid #707070;
	padding-top: 15px
}

.sir-menu-nav__legend-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px
}

.sir-menu-nav__legend-item:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	background-size: 100%
}

.sir-menu-nav__legend-item--menu-favourites:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/favor.svg)
}

.sir-menu-nav__legend-item--gluten-friendly:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/gluten.svg)
}

.sir-menu-nav__legend-item--vegetarian:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/vegetarian.svg)
}

.sir-menu-nav__legend-item--new:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/new.svg)
}

.sir-menu-nav__legend-item--plant-based:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/plant.svg)
}

.sir-menu-nav__legend-item--spicy:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/spicy.svg)
}

.sir-menu-nav .custom-control {
	line-height: 2
}

.sir-menucontent,
.sir-menuheader {
	visibility: hidden
}

.sir-menucontent.show,
.sir-menuheader.show {
	visibility: visible
}

.sir-menuheader {
	overflow: hidden
}

.sir-menuheader__inner {
	-webkit-font-smoothing: antialiased;
	/*position: relative;*/
	padding-top: 100px;
	padding-bottom: 30px;
	color: var(--black);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

@media (max-width:1199px) {
	.sir-menuheader__inner {
		max-width: 100%
	}
}

@media (min-width:992px) {
	.sir-menuheader__inner {
		padding-top: 100px;
		padding-bottom: 110px;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.sir-menuheader__copy {
	padding-left: 20px;
	padding-right: 0;
	padding-bottom: 120px
}

@media (min-width:992px) {
	.sir-menuheader__copy {
		padding: 100px 60px 100px 0
	}
}

.sir-menuheader__title {
	font-size: 60px;
	margin-bottom: 0
}

@media (min-width:768px) {
	.sir-menuheader__title {
		font-size: 100px
	}
}

.sir-menuheader__background {
	overflow: hidden
}

@media screen and (min-width:420px) {
	.sir-menuheader__background {
		height: 60%
	}
}

@media (max-width:991px) {
	.sir-menuheader__background {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 80%;
		width: auto;
		z-index: -1
	}
}

@media (min-width:992px) {
	.sir-menuheader__background {
		height: 0
	}
}

@media (max-width:991px) {
	.sir-menuheader__background-image {
		-o-object-fit: cover;
		object-fit: cover
	}
}

@media (min-width:992px) {
	.sir-menuheader__background-image {
		position: absolute;
		top: 0;
		right: -150px;
		width: 99%;
		z-index: -1
	}
}

.sir-menuheader__feature {
	width: 40%
}

.sir-menuheader__feature img {
	width: 100%
}

.sir-menunav.nav-tabs {
	border: 0;
	margin: 0 -15px
}

.sir-menunav__link.nav-link {
	font-size: 15px;
	color: var(--black);
	background: rgba(0, 0, 0, 0);
	text-transform: uppercase;
	border: 0;
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	font-weight: 700;
	padding: 0;
	margin: 0 15px
}

.sir-menunav__link.nav-link:active,
.sir-menunav__link.nav-link:focus,
.sir-menunav__link.nav-link:hover {
	outline: none
}

@media (min-width:768px) {
	.sir-menunav__link.nav-link {
		font-size: 27px
	}
}

.sir-menunav__link.nav-link.active {
	background: rgba(0, 0, 0, 0);
	border-bottom-color: #ed2127;
	border-bottom-color: var(--white)
}

.sir-menu {
	color: #000 !important;
	font-size: 12px;
	line-height: 15px
}

.sir-menu a{
	color: var(--black);
}

.sir-menu a hover{
	color: var(--white) !important;
}


@media (max-width:991px) {
	.sir-menu {
		padding-left: 60px;
		padding-right: 30px
	}
}

.sir-menu h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #ed2127;
	color: var(--red)
}

.sir-menu__section {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0
}

@media (min-width:768px) {
	.sir-menu__section {
		margin-bottom: 30px
	}
}

@media (min-width:992px) {
	.sir-menu__section {
		margin-bottom: 100px;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.sir-menu__section-header {
	width: 100%;
	position: relative;
	padding: 0
}

@media (max-width:991px) {
	.sir-menu__section-header {
		max-width: 100%;
		margin-bottom: 30px
	}
}

@media (min-width:992px) {
	.sir-menu__section-header {
		width: 33.33333%;
		padding: 0 15px
	}
}

.sir-menu__section-body {
	width: 100%;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (min-width:992px) {
	.sir-menu__section-body {
		width: 66.66667%;
		padding: 0 15px;
		margin: 0 -30px
	}
}

.sir-menu__section-body .sir-menu__section-after,
.sir-menu__section-body .sir-menu__section-description,
.sir-menu__section-body .sir-menu__subsection {
	padding-left: 0;
	padding-right: 0
}

@media (min-width:992px) {

	.sir-menu__section-body .sir-menu__section-after,
	.sir-menu__section-body .sir-menu__section-description,
	.sir-menu__section-body .sir-menu__subsection {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media (min-width:992px) {
	.sir-menu__section--left .sir-menu__section-header {
		-ms-flex-order: 1;
		order: 1
	}
}

.sir-menu__section--price-inline .sir-menuitem {
	position: relative;
	padding-right: 50px
}

.sir-menu__section--price-inline .sir-menuitem__pricing {
	display: inline;
	position: absolute;
	right: 30px;
	top: 0;
	font-weight: 700;
	line-height: 17px
}

.sir-menu__section--price-columned .sir-menuitem__pricing {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 400px
}

.sir-menu__section--price-columned .sir-menuitem__price {
	font-weight: 700
}

.sir-menu__section--price-columned .sir-menuitem__size {
	font-weight: 400
}

.sir-menu__title {
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
	color: #ed2127;
	color: var(--black);
	bottom: -.5em;
	margin-bottom: 0;
	z-index: 1
}

@media (min-width:768px) {
	.sir-menu__title {
		font-size: 58px
	}
}

@media (min-width:992px) {
	.sir-menu__title {
		bottom: auto;
		top: -.5em
	}
}

@media (min-width:992px) {
	.sir-menu__section--left .sir-menu__title {
		text-align: right
	}
}

@media (max-width:991px) {
	.sir-menu__image_wrapper {
		position: relative;
		top: 0;
		right: -30px;
		height: 0;
		overflow: hidden;
		z-index: 0;
		padding-bottom: 50.76923%
	}

	.sir-menu__image_wrapper img {
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		width: 100%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

@media (max-width:991px) and (max-width:991px) {
	.sir-menu__image_wrapper img.sir-menu__image-secondary {
		display: none
	}
}

@media (min-width:992px) {
	.sir-menu__image_wrapper {
		margin-left: -150px;
		margin-right: 30px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center
	}
}

@media (max-width:991px) {
	.sir-menu__section--left .sir-menu__image_wrapper {
		right: auto;
		left: -60px;
		bottom: 25px
	}
}

@media (min-width:992px) {
	.sir-menu__section--left .sir-menu__image_wrapper {
		margin-right: -150px;
		margin-left: 0px;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: center;
		align-items: center
	}
}

.sir-menu__image {
	width: 100%
}

.sir-menu__image-secondary {
	margin: -35% auto auto
}

.sir-menu__section-description {
	font-size: 14px;
	line-height: 17.5px;
	width: 100%
}

.sir-menu__section-description>p {
	margin-bottom: 30px
}

.sir-menu__section-description>p:empty {
	margin-bottom: 0
}

.sir-menu__section-description:empty {
	margin-bottom: 0;
	display: none
}

.sir-menu__section-metadescription:empty {
	margin-bottom: 0;
	display: none
}

.sir-menu__subsection {
	width: 100%;
	margin-bottom: 40px
}

@media (max-width:991px) {

	.sir-menu__subsection,
	.sir-menu__subsection--half {
		margin-bottom: 30px
	}
}

@media (min-width:992px) {
	.sir-menu__subsection--half {
		width: 50%
	}

	.sir-menu__subsection--half .sir-menu__subsection-items {
		-webkit-column-count: 1;
		column-count: 1
	}
}

.sir-menu__subsection--price-fixed .sir-menuitem {
	position: relative;
	padding-right: 50px
}

.sir-menu__subsection--price-fixed .sir-menuitem__pricing {
	display: inline;
	position: absolute;
	right: 30px;
	top: 0;
	font-weight: 700;
	line-height: 17px
}

.sir-menu__subsection--price-columned .sir-menuitem__pricing {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 400px
}

.sir-menu__subsection--price-columned .sir-menuitem__price {
	font-weight: 700
}

.sir-menu__subsection--price-columned .sir-menuitem__size {
	font-weight: 400
}

.sir-menu__subsection-items {
	-webkit-column-count: 1;
	column-count: 1;
	margin: 0 -30px 20px
}

.sir-menu__subsection-items:last-child {
	margin-bottom: 0
}

@media (min-width:768px) {
	.sir-menu__subsection-items {
		-webkit-column-count: 2;
		column-count: 2
	}
}

.sir-menu__subtitle {
	font-size: 22px;
	color: #ed2127;
	color: var(--red);
	text-transform: uppercase
}

@media (max-width:991px) {
	.sir-menu__subtitle {
		margin-bottom: 20px
	}
}

.sir-menu__subtitle:empty {
	display: none
}

.sir-menu__subdescription,
.sir-menu__subsection .sir_mm_column_header {
	font-size: 12px;
	margin-bottom: 26px
}

@media (min-width:992px) {
	.sir-menu__subsection .sir-menu__subtitle+.sir-menu__subsection-items {
		margin-top: 26px
	}
}

.sir-menu__menuitem-link,
.sir-menu__menuitem-link:focus,
.sir-menu__menuitem-link:hover {
	text-decoration: none !important
}

.sir-menu__after-content {
	font-size: 12px;
	padding-bottom: 10px
}

@media (min-width:576px) {
	.sir-menu__after-content {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width:575px) {
	.sir-menu__after-content {
		padding: 40px 40px 10px
	}
}

.sir-menu__section-after {
	width: 100%
}

.sir-menu__section-after h4 {
	font-size: 14px
}

.sir-menuitem {
	position: relative;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 20px;
	padding: 0 30px
}

@media (max-width:767px) {
	.sir-menuitem {
		max-width: 400px
	}
}

@media (min-width:992px) {
	.sir-menuitem {
		margin-bottom: 24px
	}
}

.sir-menuitem--highlight .sir-menuitem .sir_mm_menuitem_groupitems .sir_mm_menuitem_groupitem .sir_mm_menuitem_groupitem_name,
.sir-menuitem--highlight .sir-menuitem__title,
.sir-menuitem .sir_mm_menuitem_groupitems .sir_mm_menuitem_groupitem .sir-menuitem--highlight .sir_mm_menuitem_groupitem_name {
	color: #ed2127 !important;
	color: var(--red) !important
}

.sir-menuitem:last-child {
	margin-bottom: 0
}

.sir-menuitem .sir_mm_menuitem_groupitems .sir_mm_menuitem_groupitem .sir_mm_menuitem_groupitem_name,
.sir-menuitem .sir_mm_menuitem_groupitems .sir_mm_menuitem_groupitem h4.sir_mm_menuitem_groupitem_name,
.sir-menuitem__title,
.sir-menuitem h4.sir-menuitem__title {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 20px
}

.sir-menuitem .sir_mm_menuitem_groupitems .sir_mm_menuitem_groupitem .sir_mm_menuitem_groupitem_name:last-child,
.sir-menuitem .sir_mm_menuitem_groupitems .sir_mm_menuitem_groupitem h4.sir_mm_menuitem_groupitem_name:last-child,
.sir-menuitem__title:last-child,
.sir-menuitem h4.sir-menuitem__title:last-child {
	margin-right: 0
}

@media (max-width:991px) {
	.sir-menuitem__pricing {
		max-width: 500px
	}
}

.sir-menuitem__price.sir_mm_price_zero {
	display: none
}

.sir-menuitem__nutritional-link {
	font-weight: 700
}

.sir-menuitem .sir_mm_menuitem_groupitems {
	margin-top: 10px
}

.sir-menuitem .sir_mm_menuitem_groupitems>div {
	padding-left: 0 !important;
	margin: 0 -30px
}

.sir-menuitem .sir_mm_menuitem_groupitems .sir_mm_menuitem_groupitem {
	position: relative;
	padding: 0 30px;
	margin-bottom: 10px
}

.sir-menuitem .sir_mm_menuitem_groupitemslist .sir_mm_menuitem_groupitemlist_name {
	display: inline-block
}

.sir-menuitem .sir_mm_menuitem_attributes {
	position: absolute;
	left: 0;
	top: 0
}

.sir-menuitem .sir_mm_menuitem_attributes_inner {
	display: -ms-flexbox;
	/*display: flex;*/
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:575px) {
	.sir-menuitem .sir_mm_menuitem_attributes {
		left: 6px
	}
}

.sir-menuitem .sir_mm_menuitem_attribute:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px
}

.sir-menuitem .sir_mm_menuitem_attribute:not(:first-child) {
	margin-top: 3px
}

.sir-menuitem .sir_mm_menuitem_attribute img {
	display: none
}

.sir-menuitem .sir_mm_menuitem_attribute--Jacks-Favourites:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/105ce4c63dfc4c1f9d63d461f56ca860.svg)
}

.sir-menuitem .sir_mm_menuitem_attribute--Gluten-Friendly:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/89ac56b737b8082d66920471877c3c93.svg)
}

.sir-menuitem .sir_mm_menuitem_attribute--Vegetarian:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/0519dc0ba71fe47a2a1b730f7c448bd4.svg)
}

.sir-menuitem .sir_mm_menuitem_attribute--Spicy:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/c724c0ad7694e311670a448768a50036.svg)
}

.sir-menuitem .sir_mm_menuitem_attribute--New:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/77d3fb713f83fffee231e3b805739335.svg)
}

.sir-menuitem .sir_mm_menuitem_attribute--Plant-Based:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/9b2e2c791747afbc3dc1ce73957534c1.svg)
}

#sir-menuContent[data-activeAttributes*=jacks-favourite] .sir-menuitem .sir_mm_menuitem_attribute--Jacks-Favourites:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/e6d98688eb44f2aa1bfb336152a3dc0e.svg);
	background-repeat: no-repeat;
	background-position: 1px 2px
}

#sir-menuContent[data-activeAttributes*=gluten-friendly] .sir-menuitem .sir_mm_menuitem_attribute--Gluten-Friendly:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/88c44367f966e387195117ecc92aab08.svg);
	background-repeat: no-repeat;
	background-position: 3px 4px
}

#sir-menuContent[data-activeAttributes*=vegetarian] .sir-menuitem .sir_mm_menuitem_attribute--Vegetarian:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/a2979cd3fd208fa568b04ca96531963b.svg);
	background-repeat: no-repeat;
	background-position: 0 2px
}

#sir-menuContent[data-activeAttributes*=spicy] .sir-menuitem .sir_mm_menuitem_attribute--Spicy:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/6c499b204c3baee08200f9a23a95be5d.svg);
	background-repeat: no-repeat;
	background-position: 3px 3px
}

#sir-menuContent[data-activeAttributes*=plant-based] .sir-menuitem .sir_mm_menuitem_attribute--Plant-Based:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/7bbba3ad76a1a25310df5b4a07faf4db.svg);
	background-repeat: no-repeat;
	background-position: 2px 4px
}

#sir-menuContent[data-activeAttributes*=new] .sir-menuitem .sir_mm_menuitem_attribute--New:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/9baf85eb515f08622bd8bd565ccc2dce.svg);
	background-repeat: no-repeat;
	background-position: 4px 4px
}

.sir-menuitem__allergens {
	display: none;
	background-color: rgba(237, 33, 39, .22);
	padding: 8px 5px;
	margin-top: 4px
}

.sir-menuitem__allergens strong {
	color: #ed2127;
	color: var(--red)
}

.sir-menuitem .sir_mm_menuitem_image,
.sir-menuitem__allergens span.allergen {
	display: none
}

@media (max-width:575px) {
	.sir-menu#nav-101 {
		padding-left: 40px
	}
}

@media (max-width:767px) {
	.sir-menu#nav-101 .sir-menuitem {
		max-width: 400px
	}
}

@media (max-width:575px) {
	.sir-menu#nav-101 .sir-menuitem .sir_mm_menuitem_attributes {
		left: 6px;
		top: -1px
	}
}

.sir-menu {
	overflow: hidden;
	padding-top: 2em
}

@media (min-width:576px) {
	.sir-menu .sir-menu__section div.mobile-only.doneness-table {
		display: none
	}
}

.sir-menu .sir-menu__section div.mobile-only.doneness-table .doneness-table__row {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row;
	flex-flow: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.sir-menu .sir-menu__section div.mobile-only.doneness-table .doneness-table__row span:first-child {
	width: 55%;
	font-size: 14px;
	font-weight: 600;
	padding-right: 10px
}

.sir-menu .sir-menu__section div.mobile-only.doneness-table .doneness-table__row span:last-child {
	width: 45%;
	margin-left: auto
}

.sir-menu .sir-menu__section table.desktop-only.doneness-table {
	table-layout: auto
}

@media (max-width:575px) {
	.sir-menu .sir-menu__section table.desktop-only.doneness-table {
		display: none
	}
}

.sir-menu .sir-menu__section table.desktop-only.doneness-table thead tr {
	text-transform: uppercase
}

.sir-menu .sir-menu__section table.desktop-only.doneness-table thead th {
	font-size: 14px;
	padding-right: 30px;
	vertical-align: top
}

.sir-menu .sir-menu__section table.desktop-only.doneness-table tbody tr:first-child td {
	padding-top: 5px
}

.sir-menu .sir-menu__section table.desktop-only.doneness-table tbody td {
	font-size: 12px;
	padding-right: 30px
}

.sir-menu#nav-101 .sir-menu__subsection table {
	font-size: 12px;
	table-layout: auto;
	border-collapse: collapse
}

@media (min-width:576px) {
	.sir-menu#nav-101 .sir-menu__subsection table {
		font-size: 12px
	}
}

.sir-menu#nav-101 .sir-menu__subsection table thead {
	background-color: #c1bdb3;
	border-collapse: collapse
}

.sir-menu#nav-101 .sir-menu__subsection table thead th {
	text-align: center;
	background-color: #c1bdb3;
	font-size: 12px;
	padding: 15px
}

.sir-menu#nav-101 .sir-menu__subsection table tbody {
	margin: 100px
}

.sir-menu#nav-101 .sir-menu__subsection table tbody tr:first-child td {
	padding-top: 30px
}

.sir-menu#nav-101 .sir-menu__subsection table tbody tr:last-child td {
	padding-bottom: 30px
}

.sir-menu#nav-101 .sir-menu__subsection table tbody td {
	display: table-cell;
	vertical-align: top;
	text-align: center
}

.sir-menu#nav-101 .sir-menu__subsection table tbody td:first-child {
	text-align: left;
	width: 25%
}

@media (min-width:768px) {
	.sir-menu#nav-101 .sir-menu__subsection table tbody td:first-child {
		text-align: center;
		width: 30%
	}
}

.sir-menu#nav-101 .sir-menu__subsection table tbody td:last-child {
	width: 25%
}

@media (min-width:768px) {
	.sir-menu#nav-101 .sir-menu__subsection table tbody td:last-child {
		width: 30%
	}
}

.sir-mm-menu-item-page .sir-nutrition__info>div:first-child,
.sir-mm-menu-item-page .sir_mm_store_summary {
	display: none
}

@media (min-width:1200px) {
	.breadcrumb {
    	font-size: 21px;
    	padding-top: 30px;
	}
}

.breadcrumb__item {
	color: #ed2127;
	color: var(--black);
	text-decoration: none
}

.breadcrumb__item:after {
	content: "<";
	display: inline-block;
	margin-left: 5px;
	transition: margin .1s ease-in-out
}

.breadcrumb__item:focus,
.breadcrumb__item:hover {
	text-decoration: none;
	/*color: #ed2127;*/
	color: var(--white)
}

.breadcrumb__item:focus:after,
.breadcrumb__item:hover:after {
	margin-left: 10px
}

.sir-nutrition__inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.sir-nutrition__info,
.sir-nutrition__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch
}

.sir-nutrition__info {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: stretch;
	justify-content: stretch
}

@media (min-width:768px) {
	.sir-nutrition__info {
		margin-top: -28px
	}
}

.sir-nutrition__image-wrapper {
	-ms-flex: 1;
	flex: 1;
	position: relative;
	-ms-flex-order: 2;
	order: 2;
	overflow: hidden;
	margin-top: 10px
}

@media (max-width:767px) {
	.sir-nutrition__image-wrapper {
		-ms-flex-order: 1;
		order: 1;
		min-height: 210px;
		height: 0;
		padding-bottom: 56.75676%
	}
}

@media (min-width:768px) {
	.sir-nutrition__image-wrapper {
		min-height: 540px
	}
}

.sir-nutrition__image {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	max-width: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.sir-nutrition__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.sir-nutrition__sides-head {
	-ms-flex-order: 2;
	order: 2;
	font-size: 16px;
	color: #ed2127;
	color: var(--red);
	text-transform: uppercase
}

.sir-nutrition__additions,
.sir-nutrition__sides {
	-ms-flex-order: 2;
	order: 2
}

@media (min-width:768px) {

	.sir-nutrition__additions,
	.sir-nutrition__sides {
		-webkit-column-count: 2;
		column-count: 2
	}
}

.sir-nutrition__additions ul,
.sir-nutrition__sides ul {
	margin-bottom: 0
}

.sir-nutrition__additions ul a,
.sir-nutrition__additions ul a:focus,
.sir-nutrition__additions ul a:hover,
.sir-nutrition__sides ul a,
.sir-nutrition__sides ul a:focus,
.sir-nutrition__sides ul a:hover {
	color: #000;
	text-decoration: none !important
}

.sir-nutrition__additions .custom-control-label:before,
.sir-nutrition__sides .custom-control-label:before {
	top: .15rem;
	border-color: #000
}

.sir-nutrition__additions .custom-checkbox .custom-control-input:checked~.custom-control-label:before,
.sir-nutrition__sides .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
	border-color: #000
}

.sir-nutrition__additions .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.sir-nutrition__sides .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	top: .15rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.sir-nutrition__sides {
	font-size: 13px;
	margin-bottom: 10px
}

@media (max-width:767px) {
	.sir-nutrition__sides {
		margin-top: 10px
	}
}

@media (min-width:768px) {
	.sir-nutrition__sides {
		padding-top: 1.45em
	}
}

.sir-nutrition__side {
	text-decoration: none
}

.sir-nutrition__additions-head {
	font-size: 16px;
	color: #ed2127;
	color: var(--red);
	text-transform: uppercase
}

@media (min-width:768px) {
	.sir-nutrition__additions-head {
		margin-top: -1.45em
	}
}

.sir-nutrition__additions {
	font-size: 13px
}

@media (max-width:767px) {
	.sir-nutrition__additions {
		margin-bottom: 10px
	}
}

.sir-nutrition__addition {
	text-decoration: none;
	display: block
}

.sir-nutrition__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width:768px) {
	.sir-nutrition__head {
		/*margin-left: 50%*/
	}
}

.sir-nutrition__header {
	font-size: 27px;
	color: #ed2127;
	color: var(--orange);
	text-transform: uppercase;
	width: 100%;
	display: none;
}

.sir-nutrition__heading {
	font-size: 18px;
	text-transform: uppercase;
	width: 75%;
	margin-bottom: 10px;
	display: block !important;
}

@media (min-width:768px) {
	.sir-nutrition__heading {
		padding-bottom: 30px;
	}
}

.sir-nutrition__attributes {
	width: 25%
}

.sir-nutrition__attributes .sir_mm_menuitem_attributes_inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.sir-nutrition__attributes .sir-nutrition__attribute:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background-size: 100%
}

.sir-nutrition__attributes .sir-nutrition__attribute:not(:first-child) {
	margin-left: 3px
}

.sir-nutrition__attributes .sir-nutrition__attribute--Jacks-Favourites:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/105ce4c63dfc4c1f9d63d461f56ca860.svg)
}

.sir-nutrition__attributes .sir-nutrition__attribute--Gluten-Friendly:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/89ac56b737b8082d66920471877c3c93.svg)
}

.sir-nutrition__attributes .sir-nutrition__attribute--Vegetarian:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/0519dc0ba71fe47a2a1b730f7c448bd4.svg)
}

.sir-nutrition__attributes .sir-nutrition__attribute--Spicy:before {
	background-image: url(/wp-content/themes/jacks/theme/dist/c724c0ad7694e311670a448768a50036.svg)
}

.sir-nutrition .sir_mm_item_nutrition {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 12px
}

.sir-nutrition .sir_mm_item_nutrition_block {
	background-color: rgba(193, 189, 179, .35);
	padding: 3px 10px;
	border: 0 !important;
	margin-bottom: 4px !important
}

.sir-nutrition .sir_mm_item_nutrition_block--serving {
	padding: 6px 10px;
	margin-bottom: 8px !important
}

.sir-nutrition .sir_mm_item_nutrition_block:last-child {
	margin-bottom: 0 !important
}

.sir-nutrition .sir_mm_item_nutrition_line {
	display: -ms-flexbox;
	display: flex;
	border: 0 !important;
	line-height: 1;
	margin: 6px 0
}

.sir-nutrition .sir_mm_item_nutrition_label {
	font-weight: 500;
	width: 40%
}

@media (max-width:767px) {
	.sir-nutrition .sir_mm_item_nutrition_label {
		width: 50%
	}
}

.sir-nutrition {
    color: var(--black);
}

.sir-nutrition .sir_mm_item_nutrition_label--amount-label {
	margin-bottom: 6px
}

.sir-nutrition .sir_mm_item_nutrition_daily,
.sir-nutrition .sir_mm_item_nutrition_label--thin,
.sir-nutrition .sir_mm_item_nutrition_number {
	font-weight: 400
}

.sir-nutrition .sir_mm_item_nutrition_number:not(:last-child) {
	justify-self: flex-start
}

.sir-nutrition .sir_mm_item_nutrition_daily,
.sir-nutrition .sir_mm_item_nutrition_number:last-child {
	margin-left: auto;
	margin-right: 0
}

.sir-nutrition .sir_mm_item_nutrition_daily-label {
	float: none !important;
	-ms-flex-item-align: end;
	align-self: flex-end;
	font-weight: 500;
	color: #ed2127;
	color: var(--orange);
	margin-top: -4px;
	margin-right: 10px
}

.sir-nutrition .sir_mm_item_nutrition_indented_line {
	border: 0 !important
}

.sir-nutrition .sir_mm_item_nutrition_indented_line>.sir_mm_item_nutrition_line {
	margin-left: 0 !important
}

.sir-nutrition .sir_mm_item_nutrition_indented_line .sir-nutrition .sir_mm_item_nutrition_label {
	font-weight: 400
}

.sir-nutrition .sir_mm_item_nutrition_footnote {
	font-size: 14px !important;
	margin-top: 20px;
	margin-bottom: 15px
}

.menu-nav-v2 {
	width: 100%
}

.menu-nav-v2__nav-item {
	height: 500px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 33%;
	height: 400px
}

.menu-nav-v2__nav-item a {
	margin-top: 15px;
	text-decoration: none
}

.menu-nav-v2__nav-item a:first-child {
	margin-top: 0
}

.menu-nav-v2__nav-item span {
	display: block;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	bottom: -75px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	font-size: 4rem;
	font-weight: 600;
	z-index: 2
}

.menu-nav-v2__nav-item:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0);
	transition: all .5s
}

.menu-nav-v2__nav-item a:hover {
	/*color: #fff;*/
	text-decoration: none
}

.menu-nav-v2__nav-item a:hover span {
	background: #fff;
	color: #000
}

.menu-nav-v2__nav-item span {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	position: relative;
	bottom: auto;
	font-size: 1.15rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #000;
	padding: 15px 20px;
	min-width: 240px
}

@media screen and (max-width:767px) {
	.menu-nav-v2__nav-item {
		height: 350px;
		width: 100%
	}
}

.theme1 .home .menu-nav-v2__nav-item span {
	/*background: #ed2127 !important;*/
	background: var(--black) !important
}

.theme1 .home .menu-nav-v2__nav-item a:hover span {
	background: #fff !important
}

#location-gate {
	position: fixed;
	top: 0;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	width: 100%;
	display: none;
	background: var(--backColor);
	color: var(--black);
}

@media screen and (max-width:991px) {
	#location-gate {
		overflow-y: scroll
	}
}

#location-gate h3 {
	font-size: 26px
}

#location-gate h4 {
	font-size: 1rem;
	text-transform: uppercase
}

#location-gate.open {
	display: block;
	z-index: 1060
}

.location-gate__header {
	margin: 20px 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.location-gate__language-switcher {
	color: #fff
}

.location-gate__language-switcher a {
	color: inherit;
	text-transform: uppercase;
	font-weight: 700
}

.location-gate__language-switcher a.current {
	color: #ed2127;
	color: var(--red)
}

.location-gate__overlay {
	width: 100%;
	min-height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column
}

@media screen and (max-width:991px) {
	.location-gate__overlay {
		min-height: 0;
		padding-bottom: 60px
	}
}

.location-gate__columncontainer {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 800px;
	/*margin: 0 30px;
	overflow:scroll;*/
	overflow-y: hidden;
}

@media screen and (max-width:991px) {
	.location-gate__columncontainer {
    	min-height:300px;
    }
}

.location-gate__columncontainer__column {
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 200px;
	margin: 0 16px;
	position:relative;
	transition: boder 2s ease-out 100ms
}

/*.location-gate__columncontainer__column:hover {
    border-radius: 25px;
	border: 1px solid var(--black);
	background-color:;
}*/
.location-gate__columncontainer__column a { 
    position:absolute;
    bottom:10px;
    width:90%;
    left:5%;
}

.location-gate__columncontainer__column label {
	font-weight: 700;
}

.location-gate__columncontainer__column select {
	/*background-color: #939598;*/
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='01_location_arrow_icn_desktop' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg data-name='Component 212'%3E%3Cpath data-name='Path 10' d='M16 8l-1.455-1.455-5.506 5.506V0H6.961v12.052L1.455 6.545 0 8l8 8z' fill='%23F15B40'/%3E%3C/g%3E%3C/svg%3E");
    background-color: #93959800;
    /* background-image: url(/wp-content/uploads/2023/02/Page_Background.jpg); */
    background-position: 97%;
    background-repeat: no-repeat;
    font-weight: 400;
    color: var(--black);
    border: 0px solid var(--black);
    border-bottom: 2px solid var(--orange);
    border-radius: 0;
    width: 100%;
    height: 52px;
    -webkit-appearance: none;
    padding: 10px;
}

.location-gate__location-button {
	margin-bottom: 50px;
	opacity: 0
}

.location-gate__location-button button {
	background: var(--orange);
	color: #fff;
	border: 1px solid #fff;
	font-weight: 700;
	padding: 10px 60px;
	max-width: 100%
}

.location-gate__location-button button:hover {
	background: #fff;
	color: #000
}

#location-gate__near-you  {
	display: none;
	width: 100%;
	max-width: 800px;
}

#location-gate__notwanted {
	display: none;
	width: 100%;
	max-width: 800px;
    padding: 0px 4vw 0px 4vw;
}

#location-gate__slogan {
	width: 100%;
	max-width: 800px;
    padding: 0px 4vw 0 4vw;
}

#location-gate__near-you h4 {
	cursor: pointer
}

@media screen and (max-width:991px) {
	#location-gate__near-you .location-gate__columncontainer {
		max-height: 150px;
		overflow-y: scroll
	}
}

@media screen and (max-width:991px) {
	#location-gate__near-you {
		padding: 50px 0
	}
}

@media screen and (max-width:991px) {
	.location-gate__columncontainer {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.location-gate__columncontainer__column {
		margin-bottom: 15px;
		width: calc(100% - 32px)
	}

	.location-gate__location-button {
		margin-top: 15px
	}
}

#change-location-toggle {
	width: 100%;
	padding: 10px 0;
	background: #ed2127 !important;
	background: var(--black) !important;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer
}

#change-location-toggle span {
	position: relative
}

#change-location-toggle span:after {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.385' height='18.794'%3E%3Cpath data-name='Path 3578' d='M.967 17.642L19.588 1.957l18.838 15.685' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E");
	width: 35px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -45px;
	top: 1px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

#change-location-toggle.open span:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.396' height='28.753'%3E%3Cg data-name='01_exit_vibe_check_icn' fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath data-name='Line 40' d='M.74.673l24.917 27.408'/%3E%3Cpath data-name='Line 41' d='M.74 28.081L25.657.673'/%3E%3C/g%3E%3C/svg%3E");
	width: 25px;
	height: 25px;
	top: -3px
}

#change-location {
    height: 0;
    overflow: hidden;
	background: var(--white);
	transition: all 1s
}

#change-location.open {
	height: auto
}

#change-location h3 {
	font-size: 22px
}

#change-location.open {
	display: block;
	z-index: 999
}

.change-location__logo {
	margin-top: 20px;
	margin-left: 30px
}

.change-location__overlay {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 100px 50px
}

.change-location__columncontainer {
	display: -ms-flexbox;
	display: flex;
	width: 85%;
	/*max-width: 800px;*/
	margin: 0 auto
}

.change-location__columncontainer__column {
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 200px;
	margin: 0 16px;
	position:relative;
	transition: boder 2s ease-out 100ms
}

.change-location__columncontainer__column label {
	font-weight: 700;
	color: var(--black)
}

.change-location__columncontainer__column select {
background-color: #939598;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='01_location_arrow_icn_desktop' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg data-name='Component 212'%3E%3Cpath data-name='Path 10' d='M16 8l-1.455-1.455-5.506 5.506V0H6.961v12.052L1.455 6.545 0 8l8 8z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
	background-position: 97%;
	background-repeat: no-repeat;
	font-weight: 400;
	color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	width: 100%;
	height: 52px;
	-webkit-appearance: none;
	padding: 10px;
}


.change-location__location-button {
	margin-top: 50px;
	opacity: 0
}

.change-location__location-button button {
	background: var(--orange);
	color: #fff;
	border: 1px solid #fff;
	font-weight: 700;
	padding: 10px 60px;
	max-width: 100%
}

.change-location__location-button button:hover {
	background: #fff;
	color: #000
}


#change-location__near-you,
#change-location__notwanted {
	display: none;
	width: 100%;
	max-width: 1198px;
	margin: 0 auto
}

#change-location__near-you h4 {
	cursor: pointer;
	color: var(--black);
}

@media screen and (max-width:991px) {
	.change-location__overlay {
		padding: 50px 25px
	}

	.change-location__columncontainer {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.change-location__columncontainer__column {
		margin-bottom: 15px;
		width: calc(100% - 32px)
	}

	.change-location__location-button {
		margin-top: 15px
	}
}

body.theme1 #change-location {
	background: #fff
}

body.theme1 #change-location h4,
body.theme1 #change-location p {
	color: #000 !important
}

body.theme1 #change-location .change-location__columncontainer__column label {
	color: #000
}

body.theme1 #change-location .change-location__columncontainer__column select {
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='01_location_arrow_icn_desktop' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg data-name='Component 212'%3E%3Cpath data-name='Path 10' d='M16 8l-1.455-1.455-5.506 5.506V0H6.961v12.052L1.455 6.545 0 8l8 8z'/%3E%3C/g%3E%3C/svg%3E");
	color: #000;
	border-color: #000
}

body.theme1 #change-location .change-location__location-button button:hover {
	background: #fff;
	color: #000
}

.location-toggle {
	position: relative
}

.location-toggle strong {
	font-weight: 700
}

.location-toggle .location-toggle_location {
	padding-left: 20px;
	margin-bottom: 0;
	font-size: .95rem;
	color: #ed2127 !important;
	color: var(--red) !important
}

.location-toggle .location-toggle__select {
	background: none;
	border: none;
	padding: 0 20px
}

.location-toggle .left-locationpin:before {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.41' height='13.687'%3E%3Cg data-name='Group 3387'%3E%3Cpath data-name='Path 3517' d='M4.705 0A4.692 4.692 0 000 4.705c0 2.609 4.705 8.982 4.705 8.982S9.41 7.314 9.41 4.705A4.692 4.692 0 004.705 0zm0 6.843a2.139 2.139 0 112.139-2.139 2.118 2.118 0 01-2.139 2.139z' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 4px;
	width: 15px;
	height: 20px
}

.location-toggle .right-arrow:after {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.15' height='8.521'%3E%3Cpath data-name='Path 3570' d='M1.061 1.061l6.875 6.71 7.155-6.71' fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 8px;
	width: 14px;
	height: 14px;
	margin-top:3px;
}

@media screen and (max-width:767px) {
	.location-toggle .right-arrow.vibeCheckNo__select:after {
		content: none
	}
}

.location-toggle .location-toggle_container {
	position: relative
}

.location-toggle .location-toggle_window .modal-dialog {
	background: #fff;
	position: relative;
	top: 124px;
	margin: 0
}

@media (max-width:767px) {
	.location-toggle .location-toggle_window .modal-dialog .text-red {
		font-size: 16px
	}
}

@media (min-width:576px) {
	.location-toggle .location-toggle_window .modal-dialog {
		position: absolute;
		top: 124px;
		left: auto;
		right: 15px;
		width: 100%;
		width: 340px
	}
}

@media (min-width:1200px) {
	.location-toggle .location-toggle_window .modal-dialog {
		position: absolute;
		right: auto;
		left: 200px;
		top: 90px
	}
}

@media (min-width:1200px) {
	.theme1 .location-toggle .location-toggle_window .modal-dialog {
		left: 120px
	}
}

.location-toggle .location-toggle_window .modal-header {
	padding: 0
}

.location-toggle .location-toggle_window .modal-content {
	border: none
}

.location-toggle .location-toggle_window .text-red {
	text-transform: uppercase
}

.location-toggle .location-toggle_window p {
	color: #000;
	margin-bottom: 5px
}

.location-toggle .location-toggle_window .location-toggle_window__close {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.4' height='33.158'%3E%3Cg data-name='01_exit_location_popup_icn_mobile' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath data-name='Line 40' d='M.74.673l28.92 31.813'/%3E%3Cpath data-name='Line 41' d='M.74 32.486L29.66.673'/%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	width: 25px;
	height: 28px;
	position: absolute;
	top: 20px;
	right: 15px;
	border: 0;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0)
}

.location-toggle .location-toggle_window .location-toggle_window__topwhite {
	padding: 25px 20px
}

.location-toggle .location-toggle_window .location-toggle_window__bottomgrey {
	padding: 25px 20px;
	background-color: #f4f3f0
}

.location-toggle .location-toggle_window .location-toggle_window__bottomgrey p {
	margin-bottom: 0
}

.location-toggle .location-toggle_window .location-toggle_window__label {
	margin-bottom: 0;
	margin-top: 15px;
	font-weight: 700;
	color: #000
}

.location-toggle .location-toggle_window .location-toggle_window__select {
	background-color: #f4f3f0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Component 281 – 108' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg data-name='Component 212'%3E%3Cpath data-name='Path 10' d='M16 8l-1.455-1.455-5.506 5.506V0H6.961v12.052L1.455 6.545 0 8l8 8z' fill='%23ed2127'/%3E%3C/g%3E%3C/svg%3E");
	background-position: 97%;
	background-repeat: no-repeat;
	color: #000;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	width: 100%;
	font-weight: 400;
	/*height: 42px;*/
	-webkit-appearance: none;
	padding:10px;
}

.location-toggle .location-toggle_window .location-toggle_window__location-button {
	margin-top: 15px;
	width: 100%;
	background: #ed2127;
	background: var(--orange);
	color: #fff;
	border: none;
	font-weight: 700;
	padding: 15px
}

@media screen and (max-width:767px) {

	.location-toggle button,
	.location-toggle p {
		font-size: 14px
	}
}

@media screen and (max-width:420px) {

	.location-toggle button,
	.location-toggle p {
		font-size: 13px
	}
}

.home .location-toggle .location-toggle__select {
	color: #fff
}

.home__promotions__promotion {
	min-width: 25%;
	max-width: 50%
}

.home__promotions__promotion img {
	width: 100%
}

.home__promotions__promotion strong.h3 {
	text-transform: uppercase
}

.home__promotions__promotion a {
	text-decoration: none;
	text-transform: none
}

@media screen and (max-width:991px) {
	.home__promotions__promotion {
		min-width: 50%
	}
}

.home__news__item a {
	text-decoration: none
}

.home__news__item a p {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none
}

.home__news__item a .small p {
	text-transform: none;
	text-decoration: none
}

.home__features {
   
}

.home__features .h1 {
	padding-top: 20px;
	width: 120%;
	margin-left: -10%;
	font-size: 15vw !important;
	text-align: center
}

@media (min-width:768px) {
	.home__features .h1 {
		font-size: 5rem !important;
		width: 100%;
		margin-left: 0;
		text-align: left
	}
}

@media (min-width:992px) {
	.home__features .h1 {
		font-size: 5rem !important
	}
}

@media (min-width:1200px) {
	.home__features .h1 {
		font-size: 9rem !important
	}
}

.home__features_slider:not(.slick-initialized) {
	position: relative
}

.home__features_slider:not(.slick-initialized):before {
	display: block;
	content: "";
	height: 0;
	width: 100%;
	padding-bottom: 39.91798%;
	background: #000;
	background: var(--black)
}

.home__features_slider:not(.slick-initialized):after {
	display: block;
	content: "Loading...";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%)
}

.home__features_slider:not(.slick-initialized) .home__features_slider__outer {
	visibility: hidden
}

.home__features_slider__outer.slick-slide {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px;
	height: 100%;
	position: relative
}

@media (min-width:768px) {
	.home__features_slider__outer.slick-slide:before {
		display: block;
		content: "";
		height: 0;
		width: 100%;
		padding-bottom: 39.91798%
	}
}

@media (max-width:767px) {
	.home__features_slider__outer.slick-slide {
		padding: 150px 30px 50px
	}
}

.home__features_slider__disclaimer,
.home__features_slider__disclaimer>p {
	font-size: .85em !important;
	color:white !important;
}

.home__features_slider__inner {
	background: #00000090;
	padding: 35px 40px;
	max-width: 50%
}

@media (min-width:768px) {
	.home__features_slider__inner {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

@media screen and (max-width:991px) {
	.home__features_slider__inner h2 {
		font-size: 2rem !important
	}
}

@media screen and (max-width:991px) {
	.home__features_slider__inner p {
		font-size: .85rem !important
	}
}

.home__features_slider__inner h2,
.home__features_slider__inner p {
	color: #fff !important
}

.home__features_slider__inner p {
	font-size: 1.25rem
}

.home__features_slider__inner a {
	color: #ed2127 !important;
	color: var(--orange) !important;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none
}

.home__features_slider__inner a p {
	font-weight: 400;
	text-transform: none
}

@media screen and (max-width:991px) {
	.home__features_slider__inner {
		max-width: 100%;
		padding: 25px 30px
	}
}

.home__features_slider-nav {
	background: var(--black);
	margin: 2vw 0;
}

.home__features_slider-nav:not(.slick-initialized) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.home__features_slider-nav .slick-track {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.home__features_slider-nav .slick-track .slick-slide {
	cursor: pointer
}

.home__features_slider-nav .slick-slide {
	height: auto;
	opacity: .5
}

.home__features_slider-nav .slick-slide.slick-current {
	opacity: 1
}

.home__features_slider-nav img {
	width: 100%;
}

.home__features_slider-nav h4 {
	margin-bottom: 0
}

.home__features_slider-nav p {
	color: #fff !important;
	font-size: 11px;
	margin-bottom: 0
}

.home #vibe-check {
	padding-top: 300px;
	padding-bottom: 75px;
	background: none;
	position: relative
}

.home #vibe-check:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(/wp-content/themes/jacks/theme/dist/f75fba1a65a6b8525b9791ae8531c04f.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-animation: pulse 1.25s infinite;
	animation: pulse 1.25s infinite;
	opacity: 1;
	z-index: -1
}

@media screen and (prefers-reduced-motion:reduce) {
	.home #vibe-check:after {
		-webkit-animation: none;
		animation: none
	}
}

@media screen and (max-width:767px) {
	.home #vibe-check:after {
		top: -18%;
		width: 150%;
		left: -25%
	}
}

@-webkit-keyframes pulse {
	10% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: .5
	}

	20% {
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
		opacity: .8
	}

	30% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: .5
	}
}

@keyframes pulse {
	10% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: .5
	}

	20% {
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
		opacity: .8
	}

	30% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: .5
	}
}

.home #vibe-check .h1 {
	color: #171717;
	font-size: 13vw;
	right: 0;
	top: -75px;
	position: absolute;
	z-index: -2
}

@media screen and (max-width:767px) {
	.home #vibe-check .h1 {
		position: relative;
		top: 0;
		margin-top: -20px;
		margin-bottom: 20px;
		font-size: 16vw
	}
}

.home #vibe-check .vibe_Check__status {
	-webkit-column-count: auto;
	column-count: auto
}

@media screen and (max-width:767px) {
	.home #vibe-check #vibe-mic h1 {
		font-size: 3rem
	}
}

@media screen and (max-width:767px) {
	.home #vibe-check .vibe_Check__Num_1 {
		font-size: 9rem;
		bottom: 45%;
		left: 35%
	}
}

@media screen and (max-width:767px) {
	.home #vibe-check .vibe_Check__Num_2 {
		font-size: 1.5rem;
		bottom: 22%;
		left: 25%
	}
}

@media screen and (max-width:767px) {
	.home #vibe-check .vibe_Check__Num_3 {
		font-size: 5rem;
		bottom: 18%;
		left: 45%
	}
}

@media screen and (max-width:767px) {
	.home #vibe-check {
		padding-top: 100px
	}
}

.home .vibe_Check__details-section input {
	font-size: 18px;
	min-width: 200px;
	font-weight: 700;
	background: #000;
	background: var(--black)
}

.home .vibe_Check__details-section h1 {
	font-size: 6rem
}

.vibeCheckNo__select {
	background: none;
	border: none;
	padding: 0 20px
}

.vibe_Check__details {
	margin: 20px 0;
	-webkit-column-count: 1;
	column-count: 1
}

.vibe_Check__Num {
	margin: 10px 0;
	-webkit-column-count: 3;
	column-count: 3
}

@media (min-width:960px) {
	.vibe_Check__details {
		-webkit-column-count: 2;
		column-count: 2;
		margin: 40px 0
	}
}

.vibe_Check__details a {
	color: #fff;
	text-decoration: none
}

.vibe_Check__details-section {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	text-align: center
}

.vibe_Check__details-section h1 {
	font-size: 6rem
}

.vibe_Check__details-section input {
	width: 50%;
	height: 50px;
	font-size: 1.5rem;
	background-color: #000;
	color: #fff;
	border: 2px solid #fff
}

.vibe_Check__Num {
	height: 300px
}

.vibe_Check__Num_1 {
	font-size: 20rem;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 10%
}

.vibe_Check__Num_2 {
	font-size: 3rem;
	left: 50%
}

.vibe_Check__Num_2,
.vibe_Check__Num_3 {
	font-weight: 700;
	line-height: 1;
	position: absolute;
	bottom: 10%
}

.vibe_Check__Num_3 {
	font-size: 6rem;
	left: 70%
}

.vibe_Check__status {
	-webkit-column-count: 1;
	column-count: 1
}

@media (min-width:600px) {
	.vibe_Check__status {
		-webkit-column-count: 3;
		column-count: 3
	}
}

.vibe_Check__status_PLAY {
	text-align: left
}

.vibe_Check__Albumn {
	text-align: left;
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 20px 0 0
}

.vibe_Check__Albumn_info {
	text-align: left
}

.vibe-instruction_window .modal-dialog {
	max-width: 680px;
	padding-top: 40px;
	top: 62px
}

@media (min-width:768px) {
	.vibe-instruction_window {
		padding-top: 0
	}
}

.vibe-instruction_window .text-red {
	text-transform: uppercase
}

.vibe-instruction_window p {
	color: #000;
	margin-bottom: 15px
}

.vibe-instruction_window .close {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.4' height='33.158'%3E%3Cg data-name='01_exit_location_popup_icn_mobile' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath data-name='Line 40' d='M.74.673l28.92 31.813'/%3E%3Cpath data-name='Line 41' d='M.74 32.486L29.66.673'/%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 25px;
	height: 28px;
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 1;
	border: 0;
	color: rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0)
}

.vibe-instruction_window .vibe-instruction_window__bottomgrey h3.text-red.text-uppercase {
	margin-bottom: 0 !important
}

@media (min-width:768px) {
	.vibe-instruction_window .vibe-instruction_window__bottomgrey>:first-child {
		padding: 0 40px 40px
	}
}

.vibe-instruction_window .vibe-instruction_window__bottomgrey {
	padding: 25px 20px;
	background-color: #f4f3f0
}

.vibe-instruction_window .vibe-instruction_window__bottomgrey p {
	margin-bottom: 15px
}

.vibe-instruction_window .vibe-instruction_window__label {
	margin-bottom: 0;
	margin-top: 15px;
	font-weight: 700;
	color: #000
}

.vibe-instruction_window .vibe-instruction_window__select {
	background-color: #f4f3f0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Component 281 – 108' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg data-name='Component 212'%3E%3Cpath data-name='Path 10' d='M16 8l-1.455-1.455-5.506 5.506V0H6.961v12.052L1.455 6.545 0 8l8 8z' fill='%23ed2127'/%3E%3C/g%3E%3C/svg%3E");
	background-position: 100%;
	background-repeat: no-repeat;
	color: #000;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	width: 100%;
	font-weight: 400;
	height: 42px;
	-webkit-appearance: none
}

.vibe-instruction_window .vibe-instruction_window__location-button {
	margin-top: 15px;
	width: 100%;
	background: #ed2127;
	color: #fff;
	border: none;
	font-weight: 700;
	padding: 15px
}

.vibe-instruction_window .text-black,
.vibe-instruction_window .text-black_1 {
	color: #000;
	font-size: 1em;
	font-weight: 400
}

.vibe-instruction_window .text-black_1 .text-red {
	font-size: 1.5em;
	font-weight: bolder;
	margin-right: 5px;
	position: relative;
	top: 2px
}

@media screen and (max-width:767px) {
	.vibe-instruction_window {
		position: fixed;
		left: 0;
		top: 120px;
		width: 100vw;
		max-height: calc(100vh - 120px);
		overflow-y: scroll
	}

	.vibe-instruction_window .text-black,
	.vibe-instruction_window .text-red {
		font-size: 18px
	}

	.vibe-instruction_window .text-black_1 {
		font-size: 16px
	}
}

@media screen and (max-width:767px) {

	button,
	p {
		font-size: 14px
	}
}

@media screen and (max-width:420px) {

	button,
	p {
		font-size: 16px
	}
}

@media (min-width:768px) {
	.col-md-8.home__reservation-widget {
		padding-left: 60px
	}
}


.subscribe-form {
	font-size: 15px
}

.subscribe-form__error {
	color: #ed2127;
	color: var(--red)
}

.subscribe-form__inner {
	position: relative
}

.subscribe-form__disclaimer {
	font-size: 12px
}

.subscribe-form__message {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center
}

.subscribe-form__message:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .9;
	background: #000;
	background: var(--black)
}

.subscribe-form__message.show {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.subscribe-form__message .btn {
	border: 1px solid #fff
}

.subscribe-form .form-control {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	border-color: #fff;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	padding-left: 0;
	border-radius: 0;
	line-height: 1.25em;
	font-weight: 700
}

.subscribe-form .form-control:focus {
	background: var(--black);
	color: #fff;
	outline: none;
	box-shadow: none;
	border-bottom-color: #ed2127;
	border-bottom-color: var(--red)
}

.subscribe-form .form-control::-webkit-input-placeholder {
	color: #fff
}

.subscribe-form .form-control:-ms-input-placeholder {
	color: #fff
}

.subscribe-form .form-control::placeholder {
	color: #fff
}

.subscribe-form .form-control::-webkit-calendar-picker-indicator {
	-webkit-filter: invert(1);
	filter: invert(1)
}

.subscribe-form .form-control:not(select) {
	padding-left: 3px
}

.subscribe-form button {
	border-radius: 0
}

.subscribe-form .custom-control-label {
	color: #fff;
	margin-top: 16px;
	margin-bottom: 10px
}

.subscribe-form .custom-control-label:before {
	top: 3px;
	border-color: #fff;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0 !important
}

.subscribe-form .custom-control-label:after {
	top: 3px
}

.subscribe-form .custom-checkbox .custom-control-input:checked~.custom-control-label:before {
	border-color: #fff;
	background-color: rgba(0, 0, 0, 0) !important
}

.subscribe-form .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

body.home {
	overflow-x: hidden;
	background-color: var(--backColor);
	min-height: 680px;
}

.home .home__bgbottom,
.home .home__bgtop {
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	z-index: -1
}

@media screen and (max-width:1199px) {

	.home .home__bgbottom,
	.home .home__bgtop {
		max-width: 100%
	}
}

.home .home__bgtop {
	top: 110px
}

.home .home__bgbottom {
	bottom: -150px !important;
	top: auto !important;
	right: auto !important;
	left: 0 !important
}

@media screen and (max-width:1199px) {
	.home .home__bgbottom {
		bottom: -50px !important;
		max-width: 100%
	}
}

.home .home__location,
.home .home__top {
	overflow: hidden
}

.home h1 {
	font-size: 9rem;
	line-height: 1
}

@media screen and (max-width:1199px) {
	.home h1 {
		font-size: 7rem
	}
}

@media screen and (max-width:991px) {
	.home h1 {
		font-size: 6rem
	}
}

@media screen and (max-width:767px) {
	.home h1 {
		font-size: 3.5rem
	}
}

.home h2 {
	font-size: 3rem
}

.home h2,
.home h3 {
	text-transform: uppercase
}

.home h3 {
	font-size: 2rem
}

@media (max-width:575px) {
	.home h3 {
		font-size: 1.5rem
	}
}

.home h4 {
	font-size: 1.25rem;
	text-transform: uppercase
}

.home .home__section {
	position: relative
}

/*.home .home__section img {
	position: absolute;
	top: 0;
	left: 0
}
*/
.home .home__section h1,
.home .home__section h2,
.home .home__section h3,
.home .home__section p {
	z-index: 2;
	position: relative
}

.home .home__section.home__section1 {
	padding-top: 60px
}

@media (min-width:768px) {
	.home .home__section.home__section1 {
		padding-top: 100px
	}
}

.home__section__profile{
    min-height:150px;
    width:100%;
    padding-left: 40px;
}

.home .home__section.home__section1 .home__section__copycontainer {
	position: relative;
}

.home .home__section.home__section1 .home__section__copycontainer .home__section1__copy {
	margin-left: 400px
}

@media screen and (max-width:991px) {
	.home .home__section.home__section1 .home__section__copycontainer .home__section1__copy {
		margin-left: 250px
	}
}

@media screen and (max-width:767px) {
	.home .home__section.home__section1 .home__section__copycontainer .home__section1__copy {
		margin-left: 50px;
		margin-top: 1rem !important
	}
}

@media screen and (max-width:767px) {
	.home .home__section.home__section1 .home__section__copycontainer .section1__image1 {
		left: 30px;
		top: 50px
	}
}


@media screen and (max-width:767px) {
	.home .home__section.home__section1 img {
		width: 80%
	}
}

@media (max-width:575px) {
	.home .home__section.home__section1 h1 {
		padding-top: 30px
	}
}

.home .home__section.home__section1 h2 {
	font-size: 16px;
	margin-left: 160px
}

@media (min-width:768px) {
	.home .home__section.home__section1 h2 {
		font-size: 32px;
		margin-left: 175px;
		margin-right: 40px;
		margin-top: 20px
	}
}

.home .home__section.home__section1 h2 b {
	color: #ed2127;
	color: var(--red)
}

.home .home__section.home__section2 .home__section__copycontainer {
	min-height: 550px
}

@media screen and (max-width:767px) {
	.home .home__section.home__section2 .home__section__copycontainer {
		min-height: 0
	}
}

.home .home__section.home__section2 h2 {
	max-width: 100%;
	width: 550px;
	margin-top: -75px;
	margin-left: 75px;
	font-size: 3.25rem
}

@media screen and (max-width:767px) {
	.home .home__section.home__section2 h2 {
		font-size: 1.75rem;
		margin-left: 0;
		margin-top: 10px
	}
}

.home .home__section.home__section2 img {
	top: -25px;
	left: 400px;
	max-height: 100%
}

@media screen and (max-width:767px) {
	.home .home__section.home__section2 img {
		max-height: none;
		height: 300px;
		left: auto;
		right: -150px;
		top: -325px
	}
}

.home .home__section.home__section3 .home__section__copycontainer p {
	min-height: 350px;
	margin-left: 400px
}

.home .home__section.home__section3 .home__section__copycontainer h2 {
	margin-left: 400px
}

@media screen and (max-width:991px) {
	.home .home__section.home__section3 .home__section__copycontainer p {
		margin-left: 250px
	}
	
    .home .home__section.home__section3 .home__section__copycontainer h2 {
        font-size:2rem;
	    margin-left: 250px
    }
}

@media screen and (max-width:767px) {
	.home .home__section.home__section3 .home__section__copycontainer p {
		min-height: 200px;
		margin-left: 0
	}
    	
    .home .home__section.home__section3 .home__section__copycontainer h2 {
        font-size:1.5rem;
    	margin-left: 0px
    }
}

.home .home__section.home__section3 img {
	left: -150px
}

@media screen and (max-width:991px) {
	.home .home__section.home__section3 img {
		left: -200px
	}
}

@media screen and (max-width:767px) {
	.home .home__section.home__section3 img {
		left: auto;
		margin-left: -15px;
		position: relative;
		max-width: 80%
	}
}

/*.home .home__section.home__welcome .home__section__copycontainer p {
	min-height: 350px;
	margin-left: 50%
}

.home .home__section.home__welcome .home__section__copycontainer h2 {
	margin-left: 50%
}*/

@media screen and (max-width:991px) {
	.home .home__section.home__welcome .home__section__copycontainer p {
		margin-left: 250px
	}
	
    .home .home__section.home__welcome .home__section__copycontainer h2 {
        font-size:2rem;
	    margin-left: 250px
    }
}

@media screen and (max-width:767px) {
	.home .home__section.home__welcome .home__section__copycontainer p {
		min-height: 100px;
		margin-left: 0
	}
    	
    .home .home__section.home__welcome .home__section__copycontainer h2 {
        font-size:1.5rem;
    	margin-left: 0px
    }
}


.home .home__section.home__welcome img {
		max-width: 500px;
		width: 100%;
		margin:20px 0px;
}
@media screen and (min-width:768px) {
    
    /*.home .home__section.home__welcome .home__section__copycontainer .welcome__message {
    	margin-top:150px;
    }
    .welcome__image1{
        left: 60% !important;
        top: -150% !important;
        z-index:100;
    }
    .welcome__image2{
        top: -200px !important;
    }
    .welcome__image3{
        top: -100px !important;
        left:100px !important;
    }*/
}

@media screen and (max-width:991px) {
	.home .home__section.home__welcome img {
		left: -200px
	}
}

@media screen and (max-width:767px) {
	.home .home__section.home__welcome img {
		position: relative;
		max-width: 400px;
		left:0px;
		top:0px;
		margin-top:-40px;
	}
	.welcome__image1{
        top: -60px !important;
    }
    .welcome__image3{
        top: 20px !important;
    }
}

@media screen and (max-width:767px) {
	.home .home__section.home__section4 {
		margin-top: -110px
	}
}

.home .home__section.home__section4 .home__section__copycontainer {
	min-height: 650px;
	position: relative
}

@media screen and (max-width:991px) {
	.home .home__section.home__section4 .home__section__copycontainer {
		min-height: 550px
	}
}

@media screen and (max-width:767px) {
	.home .home__section.home__section4 .home__section__copycontainer {
		min-height: 450px
	}
}

.home .home__section.home__section4 img {
	left: 400px
}

.home .home__section.home__section4 .section4__image1 {
	top: 100px
}

@media screen and (max-width:991px) {
	.home .home__section.home__section4 .section4__image1 {
		left: 250px;
		max-width: 50%
	}
}

@media screen and (max-width:767px) {
	.home .home__section.home__section4 .section4__image1 {
		left: 16px;
		top: 130px;
		max-width: 80%
	}
}

.home .home__section.home__section4 .section4__image2 {
	left: auto;
	top: -75px;
	right: -150px
}

@media screen and (max-width:767px) {
	.home .home__section.home__section4 .section4__image2 {
		height: 213px;
		right: 0;
		top: 0
	}
}

.home .home__section.home__section4 .section4__image3 {
	left: auto;
	top: 325px;
	left: -150px
}

@media screen and (max-width:767px) {
	.home .home__section.home__section4 .section4__image3 {
		height: 213px;
		left: 0;
		top: 0;
		display: none
	}
}


.home__dine .h1,
.home__features .h1,
.home__location .h1,
.home__news .h1,
.home__promotions .h1,
.home__reservation .h1 {
	font-size: 9rem;
	overflow: visible;
	/*color: rgba(0, 0, 0, .1);*/
	line-height: .75
}

@media screen and (max-width:767px) {

	.home__dine .h1,
	.home__features .h1,
	.home__location .h1,
	.home__news .h1,
	.home__promotions .h1,
	.home__reservation .h1 {
		font-size: 3.5rem
	}
}

.home__dine .h3,
.home__features .h3,
.home__location .h3,
.home__news .h3,
.home__promotions .h3,
.home__reservation .h3 {
	font-size: 1.15rem
}

.home__dine a,
.home__dine p,
.home__features a,
.home__features p,
.home__location a,
.home__location p,
.home__news a,
.home__news p,
.home__promotions a,
.home__promotions p,
.home__reservation a,
.home__reservation p {
	color: #000
}

.home__dine .home__news__item a .small p,
.home__dine p.small,
.home__features .home__news__item a .small p,
.home__features p.small,
.home__location .home__news__item a .small p,
.home__location p.small,
.home__news .home__news__item a .small p,
.home__news__item a .small .home__dine p,
.home__news__item a .small .home__features p,
.home__news__item a .small .home__location p,
.home__news__item a .small .home__news p,
.home__news__item a .small .home__promotions p,
.home__news__item a .small .home__reservation p,
.home__news p.small,
.home__promotions .home__news__item a .small p,
.home__promotions p.small,
.home__reservation .home__news__item a .small p,
.home__reservation p.small {
	font-size: .85rem
}

.home #dine-with-us .h1 {
	width: 65%
}

@media screen and (max-width:767px) {
	.home #dine-with-us .h1 {
		font-size: 15vw;
		width: 100%;
		text-align: center
	}
}

@media screen and (max-width:576px) {
	.home #dine-with-us .h1 {
		width: 120%;
		margin-left: -10%;
		text-align: center
	}
}

@media screen and (max-width:767px) {
	.home #reservation .h1 {
		font-size: 76px;
		width: 100%;
		text-align: center
	}
}

@media screen and (max-width:576px) {
	.home #reservation .h1 {
		width: 120%;
		margin-left: -10%;
		font-size: 15.5vw;
		text-align: center
	}
}

@media (max-width:575px) {
	.home #reservation .col-md-4 {
		padding: 0
	}
}

@media screen and (max-width:767px) {
	.home #reservation {
	/*	padding-top: 100px */
	}
}

.home__features .h1 {
	margin-bottom: -20px;
	position: relative;
	z-index: 1
}

@media screen and (max-width:767px) {
	.home__features .h1 {
		margin-bottom: 0
	}
}

.home__location-map {
	height: 250px;
	max-height: 95vh;
	width: 100%;
	position: relative
}

@media (min-width:768px) {
	.home__location-map {
		height: 450px
	}
}

.home #dine-with-us .dine_with_us_image {
	margin-top: -150px;
	margin-left: 50px
}

@media screen and (max-width:767px) {
	.home__reservation .h1 {
		margin-top: -18px;
		margin-bottom: 25px
	}
}

.home__reservation img {
	/*-webkit-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);*/
	position: relative;
	z-index: 1;
}

@media screen and (max-width:767px) {
	.home__reservation img {
		margin-left: 0;
		margin-top: 0;
		max-width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.home__reservation-widget {
	margin: 20px auto
}

@media (min-width:768px) {
	.home__reservation-widget {
		margin-top: 40px;
		margin-bottom: 80px
	}
	/*.home__reservation img {
	    margin-left: 80px;
        margin-top: -220px;
	}*/
	.welcome__message{
	      margin: 0;
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
	}
}

.home__address {
	margin: 20px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row
}

@media (min-width:768px) {
	.home__address {
		margin: 40px 0
	}
}

.home__address a {
	text-decoration: none
}

.home__address-section {
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;.home__address-section>div {
	width: 50%
}
	break-inside: avoid;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}


.home__address-section>div:first-child {
	margin-right: 15px
}

.home__address-section--hours {
	display: block;
	width: 100%
}

@media (min-width:992px) {
	.home__address-section {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 99%
	}

	.home__address-section>div {
		width: 100%
	}
}

.home .btn-black {
	text-transform: uppercase;
	color: #fff;
	border-radius: 0;
	padding: 12px 20px;
	font-weight: 700
}

.theme1 .home .home__bgbottom,
.theme1 .home .home__bgtop {
	display: none
}

.theme1 .home__section.home__section1 h1 {
	font-size: 14vw;
	margin-left: -33%
}

@media screen and (max-width:767px) {
	.theme1 .home__section.home__section1 h1 {
		margin-left: 0;
		font-size: 22vw;
		margin-top: 75px
	}
}

.theme1 .home__section.home__section1 h2 {
	font-size: 3rem
}

@media screen and (max-width:767px) {
	.theme1 .home__section.home__section1 h2 {
		font-size: 2rem;
		margin-left: 0;
		position: absolute;
		bottom: 0;
		margin-top: 0
	}
}

@media screen and (max-width:767px) {
	.theme1 .home__section.home__section1 img.section1__image1 {
		width: 100%;
		position: relative;
		left: -30% !important;
		top: 0 !important;
		-webkit-transform: translate(0) !important;
		-ms-transform: translate(0) !important;
		transform: translate(0) !important;
		padding-bottom: 150px
	}
}

@media screen and (max-width:767px) {
	.theme1 .home__section.home__section1 .home__section__copycontainer {
		margin-left: 0;
		min-height: auto !important
	}
}

@media screen and (max-width:767px) {
	.theme1 .home__section.home__section1 .home__section__copycontainer .home__section1__copy {
		margin-left: 25px;
		position: absolute;
		width: 100%;
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center
	}

	.theme1 .home__section.home__section1 .home__section__copycontainer .home__section1__copy h1 {
		margin-top: -200px;
		margin-bottom: 0
	}

	.theme1 .home__section.home__section1 .home__section__copycontainer .home__section1__copy h2 {
		position: absolute;
		bottom: 30px
	}
	
	.theme1 .home__section2_old h2 {
	font-size: 1.5rem
    }
    
    .theme1 .home__section2_old #hero_header {
    	height: 400px;
    }
}

@media screen and (min-width:768px) {
    .theme1 .home__section2_old h2 {
    	font-size: 2.25rem
    }
    .theme1 .home__section2_old #hero_header {
    	height: 800px;
    }
}

.theme1 .home__section2_old span {
	color: #ed2127;
	color: var(--red)
}

.theme1 .home__section2_old .section2__image1_old {
	position: relative;
	max-width: 100%
}

.theme1 .home #vibe-check {
	padding-top: 100px
}

.theme1 .home #vibe-check .h1 {
	color: rgba(0, 0, 0, .3)
}

@media screen and (max-width:767px) {
	.theme1 .home #vibe-check:after {
		top: -18%
	}
}

@media screen and (max-width:767px) {
	.theme1 .home__reservation img {
		margin-left: 0;
		margin-top: 0;
		max-width: 100%
	}
}

.page-template-page-mobile-qr {
	background: #e1ded5
}

.page-template-page-mobile-qr .content-wrapper .mobile-qr__logo img {
	max-width: 100%;
	width: 100%;
}

.page-template-page-mobile-qr .content-wrapper nav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0
}

.page-template-page-mobile-qr .content-wrapper nav ul li {
	margin-bottom: 15px
}

.page-template-page-mobile-qr .content-wrapper nav ul li a {
	color: #375562;
	font-weight: 700;
	font-size: 15vw;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase
}

.page-template-page-mobile-qr .content-wrapper nav ul li ul {
	display: none;
	margin-top: 10px
}

.page-template-page-mobile-qr .content-wrapper nav ul li ul li {
	margin-bottom: 8px
}

.page-template-page-mobile-qr .content-wrapper nav ul li ul li a {
	color: var(--orange);
	font-weight: 700;
	font-size: 6vw;
	line-height: 1
}

.page-template-page-mobile-qr .content-wrapper nav ul li.open ul {
	display: block
}

.page-template-page-mobile-qr footer,
.page-template-page-mobile-qr header {
	display: none
}

.scroll-lock {
	overflow: hidden !important
}

body {
	width: 100%;
	overflow-x: hidden
}

.col--flush {
	max-width: none;
	width: calc(100% + 16px) !important;
	margin-right: 0 !important;
	margin-left: -8px !important;
	padding-left: 0 !important;
	padding-right: 0 !important
}

.modal-backdrop {
	background-color: #000;
	background-color: var(--black)
}

.home__image {
    width:100%;
    height:auto;
}
