@charset "utf-8";
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/** COLOR PALETTE **/
@media print {

	@page  {
		size: a3;
	}
	*,
	*::before,
	*::after {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}

	abbr[title]::after {
		content: ' (' attr(title) ')';
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	body {
		min-width: 992px !important;
	}

	.container {
		min-width: 992px !important;
	}

	.navbar {
		display: none;
	}

	.badge {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

@-ms-viewport {
	width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	background-color: #fff;
	color: #212529;
	font-family: 'myriad-pro', Arial, sans-serif;
	font-size: 0.9375rem;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	text-align: left;
}

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

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

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

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

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

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

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

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

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	background-color: transparent;
	color: #000;
	text-decoration: none;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

pre {
	margin-bottom: 1rem;
	margin-top: 0;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	border-style: none;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

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

th {
	text-align: inherit;
}

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

button {
	border-radius: 0;
}

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

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

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

legend {
	color: inherit;
	display: block;
	font-size: 1.5rem;
	line-height: inherit;
	margin-bottom: 0.5rem;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	width: 100%;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: none;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

output {
	display: inline-block;
}

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

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #fff;
	font-family: 'myriad-pro', Arial, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 0.5rem;
}

h1,
.h1 {
	font-size: 3.75rem;
}

h2,
.h2 {
	font-size: 2.25rem;
}

h3,
.h3 {
	font-size: 1.875rem;
}

h4,
.h4 {
	font-size: 1.5rem;
}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1rem;
}

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

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.1;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.1;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.1;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.1;
}

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

small,
.small {
	font-size: 80%;
	font-weight: normal;
}

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

.list-unstyled {
	list-style: none;
	padding-left: 0;
}

.list-inline {
	list-style: none;
	padding-left: 0;
}

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

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

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

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

.blockquote-footer {
	color: #6c757d;
	display: block;
	font-size: 80%;
}

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

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

.img-thumbnail {
	background-color: #fff;
	border: 1px solid #dee2e6;
	height: auto;
	max-width: 100%;
	padding: 0.25rem;
}

.figure {
	display: inline-block;
}

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

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

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

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

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

.no-gutters {
	margin-left: 0;
	margin-right: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	min-height: 1px;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	width: 100%;
}

.col {
	-webkit-box-flex: 1;
	flex-basis: 0;
	flex-grow: 1;
	-ms-flex-positive: 1;
	-ms-flex-preferred-size: 0;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: none;
	width: auto;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

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

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

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

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

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

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

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

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-webkit-box-flex: 1;
		flex-basis: 0;
		flex-grow: 1;
		-ms-flex-positive: 1;
		-ms-flex-preferred-size: 0;
		max-width: 100%;
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
		width: auto;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

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

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

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

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

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

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

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

	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}

	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}

	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}

	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}

	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-webkit-box-flex: 1;
		flex-basis: 0;
		flex-grow: 1;
		-ms-flex-positive: 1;
		-ms-flex-preferred-size: 0;
		max-width: 100%;
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
		width: auto;
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

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

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

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

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

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

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

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

	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.3333333333%;
	}

	.offset-md-2 {
		margin-left: 16.6666666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.3333333333%;
	}

	.offset-md-5 {
		margin-left: 41.6666666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.3333333333%;
	}

	.offset-md-8 {
		margin-left: 66.6666666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.3333333333%;
	}

	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-webkit-box-flex: 1;
		flex-basis: 0;
		flex-grow: 1;
		-ms-flex-positive: 1;
		-ms-flex-preferred-size: 0;
		max-width: 100%;
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
		width: auto;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

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

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

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

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

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

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

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

	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}

	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}

	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}

	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}

	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-webkit-box-flex: 1;
		flex-basis: 0;
		flex-grow: 1;
		-ms-flex-positive: 1;
		-ms-flex-preferred-size: 0;
		max-width: 100%;
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: none;
		width: auto;
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

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

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

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

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

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

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

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

	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}

	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}

	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}

	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}

	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
}

.table {
	background-color: transparent;
	margin-bottom: 1rem;
	max-width: 100%;
	width: 100%;
}

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

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

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

.table .table {
	background-color: #fff;
}

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

.table-bordered {
	border: 1px solid #dee2e6;
}

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

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

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

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

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

.table-hover .table-primary:hover {
	background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #9fcdff;
}

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

.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}

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

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

.table-hover .table-success:hover {
	background-color: #b1dfbb;
}

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

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

.table-hover .table-info:hover {
	background-color: #abdde5;
}

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

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

.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}

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

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

.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}

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

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

.table-hover .table-light:hover {
	background-color: #ececf6;
}

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

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

.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}

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

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

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

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

.table .thead-dark th {
	background-color: #212529;
	border-color: #32383e;
	color: #fff;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #32383e;
}

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

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.075);
}

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

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

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

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

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

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

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

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

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

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

.form-control {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #444;
	border-radius: 0;
	color: #212529;
	display: block;
	font-size: 0.9375rem;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	width: 100%;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	background-color: #fff;
	border-color: #80bdff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 123, 255, 0.25);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 123, 255, 0.25);
	color: #212529;
	outline: 0;
}

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

.form-control:-ms-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;
}

select.form-control:not([size]):not([multiple]) {
	height: 60px;
}

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

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

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

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

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

.form-control-plaintext {
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
	display: block;
	line-height: 1.5;
	margin-bottom: 0;
	padding-bottom: 0.375rem;
	padding-top: 0.375rem;
	width: 100%;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
	padding-left: 0;
	padding-right: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
	font-size: 0.75rem;
	line-height: 1.5;
	padding: 0.25rem 0.5rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
	height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 0.5rem 1rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
	height: calc(2.875rem + 2px);
}

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

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

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

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

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

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

.form-check-input:disabled ~ .form-check-label {
	color: #6c757d;
}

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

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

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

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

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

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
}

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

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
  .custom-select:valid ~ .valid-feedback,
.was-validated
  .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
	display: block;
}

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
	background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
	display: block;
}

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
	border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545;
}

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

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
  .custom-select:invalid ~ .invalid-feedback,
.was-validated
  .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
	display: block;
}

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

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

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

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

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
	border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

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

@media (min-width: 576px) {
	.form-inline label {
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}

	.form-inline .form-group {
		align-items: center;
		-webkit-box-align: center;
		-webkit-box-direction: normal;
		-webkit-box-flex: 0;
		-webkit-box-orient: horizontal;
		display: -webkit-box;
		display: flex;
		display: -ms-flexbox;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-align: center;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-bottom: 0;
	}

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

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

	.form-inline .input-group {
		width: auto;
	}

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

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

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

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

.btn {
	border: 1px solid transparent;
	border-radius: 0;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: normal;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	text-align: center;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.btn:hover,
.btn:focus {
	text-decoration: none;
}

.btn:focus,
.btn.focus {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
	outline: 0;
}

.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}

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

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
	background-image: none;
}

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

.btn-primary {
	background-color: #007bff;
	border-color: #007bff;
	color: #fff;
}

.btn-primary:hover {
	background-color: #0069d9;
	border-color: #0062cc;
	color: #fff;
}

.btn-primary:focus,
.btn-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #007bff;
	border-color: #007bff;
	color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	background-color: #0062cc;
	border-color: #005cbf;
	color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
	background-color: #6c757d;
	border-color: #6c757d;
	color: #fff;
}

.btn-secondary:hover {
	background-color: #5a6268;
	border-color: #545b62;
	color: #fff;
}

.btn-secondary:focus,
.btn-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	background-color: #6c757d;
	border-color: #6c757d;
	color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	background-color: #545b62;
	border-color: #4e555b;
	color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

.btn-success:focus,
.btn-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

.btn-info:hover {
	background-color: #138496;
	border-color: #117a8b;
	color: #fff;
}

.btn-info:focus,
.btn-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	background-color: #117a8b;
	border-color: #10707f;
	color: #fff;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #212529;
}

.btn-warning:hover {
	background-color: #e0a800;
	border-color: #d39e00;
	color: #212529;
}

.btn-warning:focus,
.btn-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #212529;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	background-color: #d39e00;
	border-color: #c69500;
	color: #212529;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

.btn-danger:hover {
	background-color: #c82333;
	border-color: #bd2130;
	color: #fff;
}

.btn-danger:focus,
.btn-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

.btn-light:hover {
	background-color: #e2e6ea;
	border-color: #dae0e5;
	color: #212529;
}

.btn-light:focus,
.btn-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

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

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.btn-dark:hover {
	background-color: #23272b;
	border-color: #1d2124;
	color: #fff;
}

.btn-dark:focus,
.btn-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
	background-color: #343a40;
	border-color: #343a40;
	color: #fff;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	background-color: #1d2124;
	border-color: #171a1d;
	color: #fff;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
	background-color: transparent;
	background-image: none;
	border-color: #007bff;
	color: #007bff;
}

.btn-outline-primary:hover {
	background-color: #007bff;
	border-color: #007bff;
	color: #fff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	background-color: transparent;
	color: #007bff;
}

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

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
	background-color: transparent;
	background-image: none;
	border-color: #6c757d;
	color: #6c757d;
}

.btn-outline-secondary:hover {
	background-color: #6c757d;
	border-color: #6c757d;
	color: #fff;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	background-color: transparent;
	color: #6c757d;
}

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

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
	background-color: transparent;
	background-image: none;
	border-color: #28a745;
	color: #28a745;
}

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

.btn-outline-success:focus,
.btn-outline-success.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	background-color: transparent;
	color: #28a745;
}

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

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
	background-color: transparent;
	background-image: none;
	border-color: #17a2b8;
	color: #17a2b8;
}

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

.btn-outline-info:focus,
.btn-outline-info.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	background-color: transparent;
	color: #17a2b8;
}

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

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
	background-color: transparent;
	background-image: none;
	border-color: #ffc107;
	color: #ffc107;
}

.btn-outline-warning:hover {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #212529;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	background-color: transparent;
	color: #ffc107;
}

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

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
	background-color: transparent;
	background-image: none;
	border-color: #dc3545;
	color: #dc3545;
}

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	background-color: transparent;
	color: #dc3545;
}

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

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa;
	color: #f8f9fa;
}

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

.btn-outline-light:focus,
.btn-outline-light.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	background-color: transparent;
	color: #f8f9fa;
}

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

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
	background-color: transparent;
	background-image: none;
	border-color: #343a40;
	color: #343a40;
}

.btn-outline-dark:hover {
	background-color: #343a40;
	border-color: #343a40;
	color: #fff;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	background-color: transparent;
	color: #343a40;
}

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

.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 {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
	background-color: transparent;
	color: #000;
	font-weight: normal;
}

.btn-link:hover {
	background-color: transparent;
	border-color: transparent;
	color: #000;
	text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: underline;
}

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

.btn-lg,
.btn-group-lg > .btn {
	border-radius: 0;
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 0.5rem 1rem;
}

.btn-sm,
.btn-group-sm > .btn {
	border-radius: 0;
	font-size: 0.75rem;
	line-height: 1.5;
	padding: 0.25rem 0.5rem;
}

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

.btn-block + .btn-block {
	margin-top: 0.5rem;
}

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

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.show {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.show {
	display: block;
}

tr.collapse.show {
	display: table-row;
}

tbody.collapse.show {
	display: table-row-group;
}

.collapsing {
	height: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle::after {
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-top: 0.3em solid;
	content: '';
	display: inline-block;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	width: 0;
}

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

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

.dropup .dropdown-menu {
	margin-bottom: 0.125rem;
	margin-top: 0;
}

.dropup .dropdown-toggle::after {
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	border-top: 0;
	content: '';
	display: inline-block;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	width: 0;
}

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

.dropright .dropdown-menu {
	margin-left: 0.125rem;
	margin-top: 0;
}

.dropright .dropdown-toggle::after {
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
	border-top: 0.3em solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	width: 0;
}

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

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

.dropleft .dropdown-menu {
	margin-right: 0.125rem;
	margin-top: 0;
}

.dropleft .dropdown-toggle::after {
	content: '';
	display: inline-block;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	width: 0;
}

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

.dropleft .dropdown-toggle::before {
	border-bottom: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-top: 0.3em solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	width: 0;
}

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

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

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

.dropdown-item {
	background-color: transparent;
	border: 0;
	clear: both;
	color: #212529;
	display: block;
	font-weight: normal;
	padding: 0.25rem 1.5rem;
	text-align: inherit;
	white-space: nowrap;
	width: 100%;
}

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

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

.dropdown-item.disabled,
.dropdown-item:disabled {
	background-color: transparent;
	color: #6c757d;
}

.dropdown-menu.show {
	display: block;
}

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

.btn-group,
.btn-group-vertical {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	position: relative;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
	z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	-webkit-box-pack: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

.dropdown-toggle-split {
	padding-left: 0.5625rem;
	padding-right: 0.5625rem;
}

.dropdown-toggle-split::after {
	margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.btn-group-vertical {
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-ms-flex-align: start;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
	width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-left: 0;
	margin-top: -1px;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
	position: absolute;
}

.input-group {
	align-items: stretch;
	-webkit-box-align: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-bottom: 0;
	position: relative;
	width: 1%;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
	z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
	margin-left: -1px;
}

.input-group > .custom-file {
	align-items: center;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
}

.input-group-prepend,
.input-group-append {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	align-items: center;
	background-color: #e9ecef;
	border: 1px solid #444;
	-webkit-box-align: center;
	color: #495057;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	font-size: 0.9375rem;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 0.375rem 0.75rem;
	text-align: center;
	white-space: nowrap;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
	margin-top: 0;
}

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

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

.custom-control-input {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.custom-control-input:checked ~ .custom-control-label::before {
	background-color: #007bff;
	color: #fff;
}

.custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
	background-color: #b3d7ff;
	color: #fff;
}

.custom-control-input:disabled ~ .custom-control-label {
	color: #6c757d;
}

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

.custom-control-label {
	margin-bottom: 0;
}

.custom-control-label::before {
	background-color: #dee2e6;
	content: '';
	display: block;
	height: 1rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0.25rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 1rem;
}

.custom-control-label::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50% 50%;
	content: '';
	display: block;
	height: 1rem;
	left: 0;
	position: absolute;
	top: 0.25rem;
	width: 1rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #007bff;
}

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	background-color: #007bff;
}

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

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

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #007bff;
}

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

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

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

.custom-select:focus {
	border-color: #80bdff;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
	outline: 0;
}

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

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

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

.custom-select::-ms-expand {
	opacity: 0;
}

.custom-select-sm {
	font-size: 75%;
	height: calc(1.8125rem + 2px);
	padding-bottom: 0.375rem;
	padding-top: 0.375rem;
}

.custom-select-lg {
	font-size: 125%;
	height: calc(2.875rem + 2px);
	padding-bottom: 0.375rem;
	padding-top: 0.375rem;
}

.custom-file {
	display: inline-block;
	height: calc(2.25rem + 2px);
	margin-bottom: 0;
	position: relative;
	width: 100%;
}

.custom-file-input {
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

.custom-file-input:focus ~ .custom-file-control {
	border-color: #80bdff;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
	border-color: #80bdff;
}

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

.custom-file-label {
	background-color: #fff;
	border: 1px solid #ced4da;
	color: #495057;
	height: calc(2.25rem + 2px);
	left: 0;
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.custom-file-label::after {
	background-color: #e9ecef;
	border-left: 1px solid #ced4da;
	bottom: 0;
	color: #495057;
	content: 'Browse';
	display: block;
	height: calc(calc(2.25rem + 2px) - 1px * 2);
	line-height: 1.5;
	padding: 0.375rem 0.75rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

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

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

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

.nav-link.disabled {
	color: #6c757d;
}

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

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

.nav-tabs .nav-link {
	border: 1px solid transparent;
}

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

.nav-tabs .nav-link.disabled {
	background-color: transparent;
	border-color: transparent;
	color: #6c757d;
}

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

.nav-tabs .dropdown-menu {
	margin-top: -1px;
}

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

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

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

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

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

.navbar {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0.5rem 1rem;
	position: relative;
}

.navbar > .container,
.navbar > .container-fluid {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	font-size: 1.25rem;
	line-height: inherit;
	margin-right: 1rem;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
	white-space: nowrap;
}

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

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

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

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

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

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

.navbar-toggler {
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 1.25rem;
	line-height: 1;
	padding: 0.25rem 0.75rem;
}

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

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer;
}

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

@media (max-width: 575.98px) {
	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
}

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

	.navbar-expand-sm .navbar-nav {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

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

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

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

	.navbar-expand-sm > .container,
	.navbar-expand-sm > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

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

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

	.navbar-expand-sm .dropup .dropdown-menu {
		bottom: 100%;
		top: auto;
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
}

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

	.navbar-expand-md .navbar-nav {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

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

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

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

	.navbar-expand-md > .container,
	.navbar-expand-md > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

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

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

	.navbar-expand-md .dropup .dropdown-menu {
		bottom: 100%;
		top: auto;
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
}

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

	.navbar-expand-lg .navbar-nav {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

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

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

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

	.navbar-expand-lg > .container,
	.navbar-expand-lg > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

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

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

	.navbar-expand-lg .dropup .dropdown-menu {
		bottom: 100%;
		top: auto;
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
}

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

	.navbar-expand-xl .navbar-nav {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

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

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

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

	.navbar-expand-xl > .container,
	.navbar-expand-xl > .container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

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

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

	.navbar-expand-xl .dropup .dropdown-menu {
		bottom: 100%;
		top: auto;
	}
}

.navbar-expand {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: start;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.navbar-expand .navbar-nav {
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
}

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

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

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

.navbar-expand > .container,
.navbar-expand > .container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

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

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

.navbar-expand .dropup .dropdown-menu {
	bottom: 100%;
	top: auto;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9);
}

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

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7);
}

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

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

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

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

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

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

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

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

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

.navbar-dark .navbar-toggler {
	border-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.5);
}

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

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

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

.card {
	background-clip: border-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	position: relative;
	word-wrap: break-word;
}

.card > hr {
	margin-left: 0;
	margin-right: 0;
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-bottom: 0;
	margin-top: -0.375rem;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 1.25rem;
}

.card-header {
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	margin-bottom: 0;
	padding: 0.75rem 1.25rem;
}

.card-header + .list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.75rem 1.25rem;
}

.card-header-tabs {
	border-bottom: 0;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}

.card-header-pills {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}

.card-img-overlay {
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	position: absolute;
	right: 0;
	top: 0;
}

.card-img {
	width: 100%;
}

.card-img-top {
	width: 100%;
}

.card-img-bottom {
	width: 100%;
}

.card-deck {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-deck .card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-deck {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-left: -15px;
		margin-right: -15px;
	}

	.card-deck .card {
		-webkit-box-direction: normal;
		-webkit-box-flex: 1;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		display: flex;
		display: -ms-flexbox;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
		margin-left: 15px;
		margin-right: 15px;
	}
}

.card-group {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-group > .card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	.card-group {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.card-group > .card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}

	.card-group > .card + .card {
		border-left: 0;
		margin-left: 0;
	}
}

.card-columns .card {
	margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}

	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.breadcrumb {
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 0;
	padding: 0.45rem 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
	content: '/';
	display: inline-block;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #fff;
}

.media {
	align-items: flex-start;
	-webkit-box-align: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
}

.media-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.list-group {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 0;
	padding-left: 0;
}

.list-group-item-action {
	color: #495057;
	text-align: inherit;
	width: 100%;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
	background-color: #f8f9fa;
	color: #495057;
	text-decoration: none;
}

.list-group-item-action:active {
	background-color: #e9ecef;
	color: #212529;
}

.list-group-item {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
	display: block;
	margin-bottom: -1px;
	padding: 0.75rem 1.25rem;
	position: relative;
}

.list-group-item:last-child {
	margin-bottom: 0;
}

.list-group-item:hover,
.list-group-item:focus {
	text-decoration: none;
	z-index: 1;
}

.list-group-item.disabled,
.list-group-item:disabled {
	background-color: #fff;
	color: #6c757d;
}

.list-group-item.active {
	background-color: #007bff;
	border-color: #007bff;
	color: #fff;
	z-index: 2;
}

.list-group-flush .list-group-item {
	border-left: 0;
	border-right: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0;
}

.list-group-item-primary {
	background-color: #b8daff;
	color: #004085;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
	background-color: #9fcdff;
	color: #004085;
}

.list-group-item-primary.list-group-item-action.active {
	background-color: #004085;
	border-color: #004085;
	color: #fff;
}

.list-group-item-secondary {
	background-color: #d6d8db;
	color: #383d41;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
	background-color: #c8cbcf;
	color: #383d41;
}

.list-group-item-secondary.list-group-item-action.active {
	background-color: #383d41;
	border-color: #383d41;
	color: #fff;
}

.list-group-item-success {
	background-color: #c3e6cb;
	color: #155724;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
	background-color: #b1dfbb;
	color: #155724;
}

.list-group-item-success.list-group-item-action.active {
	background-color: #155724;
	border-color: #155724;
	color: #fff;
}

.list-group-item-info {
	background-color: #bee5eb;
	color: #0c5460;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
	background-color: #abdde5;
	color: #0c5460;
}

.list-group-item-info.list-group-item-action.active {
	background-color: #0c5460;
	border-color: #0c5460;
	color: #fff;
}

.list-group-item-warning {
	background-color: #ffeeba;
	color: #856404;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
	background-color: #ffe8a1;
	color: #856404;
}

.list-group-item-warning.list-group-item-action.active {
	background-color: #856404;
	border-color: #856404;
	color: #fff;
}

.list-group-item-danger {
	background-color: #f5c6cb;
	color: #721c24;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
	background-color: #f1b0b7;
	color: #721c24;
}

.list-group-item-danger.list-group-item-action.active {
	background-color: #721c24;
	border-color: #721c24;
	color: #fff;
}

.list-group-item-light {
	background-color: #fdfdfe;
	color: #818182;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
	background-color: #ececf6;
	color: #818182;
}

.list-group-item-light.list-group-item-action.active {
	background-color: #818182;
	border-color: #818182;
	color: #fff;
}

.list-group-item-dark {
	background-color: #c6c8ca;
	color: #1b1e21;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
	background-color: #b9bbbe;
	color: #1b1e21;
}

.list-group-item-dark.list-group-item-action.active {
	background-color: #1b1e21;
	border-color: #1b1e21;
	color: #fff;
}

.close {
	color: #000;
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	opacity: 0.5;
	text-shadow: 0 1px 0 #fff;
}

.close:hover,
.close:focus {
	color: #000;
	opacity: 0.75;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer;
}

button.close {
	-webkit-appearance: none;
	background-color: transparent;
	border: 0;
	padding: 0;
}

.modal-open {
	overflow: hidden;
}

.modal {
	bottom: 0;
	display: none;
	left: 0;
	outline: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1050;
}

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

.modal-dialog {
	margin: 0.5rem;
	pointer-events: none;
	position: relative;
	width: auto;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

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

.modal-content {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-direction: column;
	flex-direction: column;
	outline: 0;
	pointer-events: auto;
	position: relative;
	width: 100%;
}

.modal-backdrop {
	background-color: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	align-items: flex-start;
	border-bottom: 1px solid #e9ecef;
	-webkit-box-align: start;
	-webkit-box-pack: justify;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	-ms-flex-align: start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
}

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

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

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

.modal-footer {
	align-items: center;
	border-top: 1px solid #e9ecef;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	-ms-flex-align: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
}

.modal-footer > :not(:first-child) {
	margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
	margin-right: 0.25rem;
}

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

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

	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}

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

@media (min-width: 992px) {
	.modal-lg {
		max-width: 800px;
	}
}

.tooltip {
	display: block;
	font-family: 'myriad-pro', Arial, sans-serif;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: start;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: break-word;
	z-index: 1070;
}

.tooltip.show {
	opacity: 0.9;
}

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

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

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

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0;
}

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

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

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

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

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

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0;
}

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

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

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

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

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

.popover {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: block;
	font-family: 'myriad-pro', Arial, sans-serif;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: normal;
	left: 0;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	max-width: 276px;
	position: absolute;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	top: 0;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: break-word;
	z-index: 1060;
}

.popover .arrow {
	display: block;
	height: 0.5rem;
	margin: 0;
	position: absolute;
	width: 1rem;
}

.popover .arrow::before,
.popover .arrow::after {
	border-color: transparent;
	border-style: solid;
	content: '';
	display: block;
	position: absolute;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
	margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
	bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
	border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
	border-top-color: #fff;
	bottom: 1px;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
	margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
	height: 1rem;
	left: calc((0.5rem + 1px) * -1);
	margin: 0;
	width: 0.5rem;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
	border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
	border-right-color: rgba(0, 0, 0, 0.25);
	left: 0;
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
	border-right-color: #fff;
	left: 1px;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
	margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
	top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
	border-width: 0 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: 0;
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
	border-bottom-color: #fff;
	top: 1px;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	border-bottom: 1px solid #f7f7f7;
	content: '';
	display: block;
	left: 50%;
	margin-left: -0.5rem;
	position: absolute;
	top: 0;
	width: 1rem;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
	margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
	height: 1rem;
	margin: 0;
	right: calc((0.5rem + 1px) * -1);
	width: 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
	border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
	border-left-color: rgba(0, 0, 0, 0.25);
	right: 0;
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
	border-left-color: #fff;
	right: 1px;
}

.popover-header {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	color: inherit;
	font-size: 0.9375rem;
	margin-bottom: 0;
	padding: 0.5rem 0.75rem;
}

.popover-header:empty {
	display: none;
}

.popover-body {
	color: #212529;
	padding: 0.5rem 0.75rem;
}

.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: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0062cc !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important;
}

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

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

.bg-info {
	background-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

.bg-dark {
	background-color: #343a40 !important;
}

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

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

.bg-transparent {
	background-color: transparent !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: #007bff !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

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

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #343a40 !important;
}

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

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

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

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

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

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

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

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

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

.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: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
	-webkit-box-direction: normal !important;
	-webkit-box-orient: horizontal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-direction: normal !important;
	-webkit-box-orient: vertical !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-direction: reverse !important;
	-webkit-box-orient: horizontal !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-direction: reverse !important;
	-webkit-box-orient: vertical !important;
	-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;
}

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

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

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

.justify-content-between {
	-webkit-box-pack: justify !important;
	-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 {
	align-items: flex-start !important;
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.flex-sm-column {
		-webkit-box-direction: normal !important;
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		-webkit-box-direction: reverse !important;
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		-webkit-box-direction: reverse !important;
		-webkit-box-orient: vertical !important;
		-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;
	}

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

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

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

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-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 {
		align-items: flex-start !important;
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.flex-md-column {
		-webkit-box-direction: normal !important;
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		-webkit-box-direction: reverse !important;
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		-webkit-box-direction: reverse !important;
		-webkit-box-orient: vertical !important;
		-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;
	}

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

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

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

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-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 {
		align-items: flex-start !important;
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.flex-lg-column {
		-webkit-box-direction: normal !important;
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-webkit-box-direction: reverse !important;
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-webkit-box-direction: reverse !important;
		-webkit-box-orient: vertical !important;
		-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;
	}

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

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

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

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-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 {
		align-items: flex-start !important;
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.flex-xl-column {
		-webkit-box-direction: normal !important;
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		-webkit-box-direction: reverse !important;
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		-webkit-box-direction: reverse !important;
		-webkit-box-orient: vertical !important;
		-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;
	}

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

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

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

	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-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 {
		align-items: flex-start !important;
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.align-self-xl-stretch {
		align-self: stretch !important;
		-ms-flex-item-align: 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;
	}
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

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

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

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

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

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

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

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

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

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

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

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

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

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

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

.mh-100 {
	max-height: 100% !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: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-justify {
	text-align: justify !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: 300 !important;
}

.font-weight-normal {
	font-weight: normal !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0062cc !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #545b62 !important;
}

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

a.text-success:hover,
a.text-success:focus {
	color: #1e7e34 !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
	color: #117a8b !important;
}

.text-warning {
	color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #d39e00 !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #bd2130 !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
	color: #dae0e5 !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
	color: #1d2124 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-hide {
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	color: #333;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: relative;
	z-index: 9999;
}

.pika-single.is-hidden {
	display: none;
}

.pika-single.is-bound {
	-webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
	position: absolute;
}

.pika-single {
	*zoom: 1;
}

.pika-single:before,
.pika-single:after {
	content: ' ';
	display: table;
}

.pika-single:after {
	clear: both;
}

.pika-lendar {
	float: left;
	margin: 8px;
	width: 240px;
}

.pika-title {
	position: relative;
	text-align: center;
}

.pika-title select {
	cursor: pointer;
	filter: alpha(opacity=0);
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 5px;
	z-index: 9998;
}

.pika-label {
	*display: inline;
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
	padding: 5px 3px;
	position: relative;
	z-index: 9999;
}

.pika-prev,
.pika-next {
	*position: absolute;
	*top: 0;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 75% 75%;
	border: 0;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 20px;
	white-space: nowrap;
	width: 20px;
}

.pika-prev:hover,
.pika-next:hover {
	opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
	cursor: default;
	opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
	*left: 0;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
	float: left;
}

.pika-next,
.is-rtl .pika-prev {
	*right: 0;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
	float: right;
}

.pika-select {
	*display: inline;
	display: inline-block;
}

.pika-table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.pika-table th,
.pika-table td {
	padding: 0;
	width: 14.285714285714286%;
}

.pika-table th {
	color: #999;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}

.pika-table abbr {
	border-bottom: none;
	cursor: help;
}

.pika-button {
	background: #f5f5f5;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	outline: none;
	padding: 5px;
	text-align: right;
	width: 100%;
}

.is-today .pika-button {
	color: #3af;
	font-weight: bold;
}

.is-selected .pika-button {
	background: #3af;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px #178fe5;
	box-shadow: inset 0 1px 3px #178fe5;
	color: #fff;
	font-weight: bold;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
	color: #999;
	opacity: 0.3;
}

.is-disabled .pika-button {
	cursor: default;
	pointer-events: none;
}

.pika-button:hover {
	background: #ff8000;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.pika-button .is-selection-disabled {
	cursor: default;
	pointer-events: none;
}

.pika-week {
	color: #999;
	font-size: 11px;
}

.is-inrange .pika-button {
	background: #d5e9f7;
}

.is-startrange .pika-button {
	background: #6cb31d;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

.is-endrange .pika-button {
	background: #3af;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
}

/**
 * Use this mixin instead of `font-size` property
 */
html {
	font-size: 16px;
	overflow-x: hidden;
}

body {
	background-color: #f3f3f3;
	color: #222;
	font-family: 'myriad-pro', Arial, sans-serif;
	font-size: 0.9375rem;
	margin: 0 auto;
	min-height: 100vh;
	overflow-x: hidden;
}

a,
u {
	cursor: pointer;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink;
}

a:hover,
a:focus,
a:active,
a.active,
u:hover,
u:focus,
u:active,
u.active {
	outline: none;
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink;
}

button:hover,
button:focus,
button:active,
button.active {
	outline: none;
}

@media (min-width: 992px) {
	#mainContent:not(.checkout-pages),
	.siteHeader:not(.checkout-pages),
	.updatedFooter:not(.checkout-pages),
	.siteFooter:not(.checkout-pages),
	.pageHeader:not(.checkout-pages),
	.breadcrumbs:not(.checkout-pages) {
		width: calc(100% - 90px);
	}

	.pageHeader .breadcrumbs {
		width: 100%;
	}
}

.block.imagesliderblock,
.block.htmlblock {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@font-face {
	font-family: 'sj-icons';
	font-style: normal;
	font-weight: normal;
	src: url('/Static/assets/css/fonts/icons/sj-icons.eot?g6ugs7');
	src: url('/Static/assets/css/fonts/icons/sj-icons.eot?g6ugs7#iefix') format('embedded-opentype'), url('/Static/assets/css/fonts/icons/sj-icons.ttf?g6ugs7') format('truetype'), url('/Static/assets/css/fonts/icons/sj-icons.woff?g6ugs7') format('woff'), url('/Static/assets/css/fonts/icons/sj-icons.svg?g6ugs7#sj-icons') format('svg');
}

[class^='icon-'],
[class*=' icon-'] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'sj-icons' !important;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-transform: none;
}

.icon-action::before {
	content: '\e900';
}

.icon-basket::before {
	content: '\e901';
}

.icon-calendar::before {
	content: '\e902';
}

.icon-check::before {
	content: '\e903';
}

.icon-chevron-down::before {
	content: '\e904';
}

.icon-chevron-left::before {
	content: '\e905';
}

.icon-chevron-right::before {
	content: '\e906';
}

.icon-chevron-up::before {
	content: '\e907';
}

.icon-close::before {
	content: '\e908';
}

.icon-delete-circle::before {
	content: '\e909';
}

.icon-email::before {
	content: '\e90a';
}

.icon-facebook::before {
	content: '\e90b';
}

.icon-gift::before {
	content: '\e90c';
}

.icon-handshake::before {
	content: '\e90d';
}

.icon-location-marker::before {
	content: '\e90e';
}

.icon-menu::before {
	content: '\e90f';
}

.icon-minus::before {
	content: '\e910';
}

.icon-mobile::before {
	content: '\e911';
}

.icon-paper::before {
	content: '\e912';
}

.icon-phone::before {
	content: '\e913';
}

.icon-plus::before {
	content: '\e914';
}

.icon-rss::before {
	content: '\e915';
}

.icon-search::before {
	content: '\e916';
}

.icon-twitter::before {
	content: '\e917';
}

.icon-user::before {
	content: '\e918';
}

.btn {
	border-radius: 0;
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.125rem;
	padding: 0.5rem 1rem;
}

@media (min-width: 768px) {
	.btn {
		color: #000;
		font-size: 0.875rem;
		font-weight: 700;
	}
}

.btn-primary {
	background-color: #feb913;
	border-color: #feb913;
	color: #212529;
}

.btn-primary:hover {
	background-color: #eaa501;
	border-color: #dd9c01;
	color: #212529;
}

.btn-primary:focus,
.btn-primary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(254, 185, 19, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(254, 185, 19, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #feb913;
	border-color: #feb913;
	color: #212529;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	background-color: #dd9c01;
	border-color: #d09301;
	color: #212529;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(254, 185, 19, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(254, 185, 19, 0.5);
}

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

.btn-secondary:hover {
	background-color: #ececec;
	border-color: #e6e5e5;
	color: #212529;
}

.btn-secondary:focus,
.btn-secondary.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

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

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

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dark {
	background-color: #222;
	border-color: #222;
	color: #fff;
	color: #feb913;
}

.btn-dark:hover {
	background-color: #0f0f0f;
	border-color: #090808;
	color: #fff;
}

.btn-dark:focus,
.btn-dark.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
	background-color: #222;
	border-color: #222;
	color: #fff;
}

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

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
}

.btn-blue {
	background-color: #00589f;
	border-color: #00589f;
	color: #fff;
	color: #000;
}

.btn-blue:hover {
	background-color: #004379;
	border-color: #003c6c;
	color: #fff;
}

.btn-blue:focus,
.btn-blue.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 88, 159, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 88, 159, 0.5);
}

.btn-blue.disabled,
.btn-blue:disabled {
	background-color: #00589f;
	border-color: #00589f;
	color: #fff;
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
	background-color: #003c6c;
	border-color: #00355f;
	color: #fff;
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 88, 159, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 88, 159, 0.5);
}

.btn-green {
	background-color: #00693c;
	border-color: #00693c;
	color: #fff;
	color: #fff;
}

.btn-green:hover {
	background-color: #004326;
	border-color: #00361f;
	color: #fff;
}

.btn-green:focus,
.btn-green.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 105, 60, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 105, 60, 0.5);
}

.btn-green.disabled,
.btn-green:disabled {
	background-color: #00693c;
	border-color: #00693c;
	color: #fff;
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
	background-color: #00361f;
	border-color: #002918;
	color: #fff;
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 105, 60, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(0, 105, 60, 0.5);
}

.btn-gray {
	background-color: #7f7f7f;
	border-color: #7f7f7f;
	color: #fff;
	color: #fff;
}

.btn-gray:hover {
	background-color: #6c6c6c;
	border-color: #666565;
	color: #fff;
}

.btn-gray:focus,
.btn-gray.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(127, 127, 127, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(127, 127, 127, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
	background-color: #7f7f7f;
	border-color: #7f7f7f;
	color: #fff;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
	background-color: #666565;
	border-color: #5f5f5f;
	color: #fff;
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(127, 127, 127, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(127, 127, 127, 0.5);
}

.btn-light-gray {
	background-color: #e8e8e8;
	border-color: #e8e8e8;
	color: #212529;
	color: #000;
}

.btn-light-gray:hover {
	background-color: #d5d5d5;
	border-color: #cfcece;
	color: #212529;
}

.btn-light-gray:focus,
.btn-light-gray.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
}

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

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

.btn-light-gray:not(:disabled):not(.disabled):active:focus,
.btn-light-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-gray.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(232, 232, 232, 0.5);
}

.btn-danger {
	color: #fff;
}

.btn {
	border-width: 2px;
	padding: 0.5rem;
	text-transform: uppercase !important;
}

@media (min-width: 768px) {
	.btn--fat {
		padding: 1.25rem 1rem !important;
	}
}

@media (min-width: 768px) {
	.btn--48 {
		padding: 0.8125rem 1rem !important;
	}
}

.btn--thin {
	padding: 0.3125rem 1rem !important;
}

@media (min-width: 768px) {
	.btn--thin {
		padding: 0.3125rem 1.125rem !important;
	}
}

.btn--outline {
	background-color: transparent;
	border: 2px solid #ffb200;
	color: #000;
}

.btn--outline:hover,
.btn--outline:focus,
.btn--outline:active,
.btn--outline.active {
	background-color: #ffb200;
	border: 2px solid #ffb200;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
}

.btn--upperCase {
	text-transform: uppercase;
}

.btn--hasIcon {
	font-size: 0.875rem;
	padding: 0.875rem 1.5625rem;
	position: relative;
	text-align: left;
}

.btn--hasIcon .btn-icon {
	color: #ff5630;
	font-size: 80%;
	position: absolute;
	right: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 992px) {
	.btn--hasIcon .btn-icon {
		font-size: 100%;
	}
}

@media (min-width: 992px) {
	.btn {
		padding: 0.5rem 1.875rem;
	}
}

.custom-carets .dropdown-toggle {
	position: relative;
}

.custom-carets .dropdown-toggle::after {
	border-width: 0;
	content: '\e904';
	display: inline-block;
	font-family: 'sj-icons';
	font-size: 80%;
	height: auto;
	margin-left: 0.3125rem;
	position: absolute;
	right: 1.125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
}

.custom-carets .dropdown-toggle[aria-expanded='true']::after {
	content: '\e907';
}

.custom-carets .dropdown-toggle > span.caret {
	display: none;
}

.no-carets .dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	cursor: pointer;
}

.styled-form label,
.styled-form .form-label {
	color: #444;
	display: block;
	font-size: 0.8125rem;
	margin-bottom: 0.1875rem;
}

@media (min-width: 768px) {
	.styled-form label,
	.styled-form .form-label {
		color: #444;
		font-size: 0.9375rem;
		margin-bottom: 0.5rem;
	}
}

.styled-form .styled-select,
.styled-form .DropDownField {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	background-image: url('/Static/assets/svgs/chevron-down-green.svg');
	background-position: calc(100% - 13px) calc(1em);
	background-repeat: no-repeat;
	background-size: 14px;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	color: #444;
	font-size: 0.9375rem;
	height: 36px !important;
	/* reset */
	margin: 0;
	outline: none;
}

@media (min-width: 768px) {
	.styled-form .styled-select,
	.styled-form .DropDownField {
		color: #444;
		font-size: 1.375rem;
		height: 48px !important;
	}
}

.styled-form .styled-select--bold,
.styled-form .DropDownField--bold {
	color: #000;
	font-size: 1rem;
	height: 56px;
}

@media (min-width: 768px) {
	.styled-form .styled-select--bold,
	.styled-form .DropDownField--bold {
		font-size: 0.9375rem;
	}
}

.styled-form .styled-select--small,
.styled-form .DropDownField--small {
	font-size: 0.875rem;
	height: 36px;
}

.styled-form .styled-select:hover,
.styled-form .styled-select:focus,
.styled-form .styled-select:active,
.styled-form .styled-select.active,
.styled-form .DropDownField:hover,
.styled-form .DropDownField:focus,
.styled-form .DropDownField:active,
.styled-form .DropDownField.active {
	background-color: #fff;
	padding-right: 1.875rem;
}

.styled-form .styled-selects,
.styled-form .DropDownField {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	background-image: url('/Static/assets/svgs/chevron-down-green.svg');
	background-position: calc(100% - 13px) calc(1em);
	background-repeat: no-repeat;
	background-size: 14px;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	color: #444;
	font-size: 0.9375rem;
	height: 36px !important;
	/* reset */
	margin: 0;
	outline: none;
}

.styled-form .styled-selects--bold,
.styled-form .DropDownField--bold {
	color: #000;
	font-size: 1rem;
	height: 56px;
}

@media (min-width: 768px) {
	.styled-form .styled-selects--bold,
	.styled-form .DropDownField--bold {
		font-size: 0.9375rem;
	}
}

.styled-form .styled-selects--small,
.styled-form .DropDownField--small {
	font-size: 0.875rem;
	height: 36px;
}

.styled-form .styled-selects:hover,
.styled-form .styled-selects:focus,
.styled-form .styled-selects:active,
.styled-form .styled-selects.active,
.styled-form .DropDownField:hover,
.styled-form .DropDownField:focus,
.styled-form .DropDownField:active,
.styled-form .DropDownField.active {
	background-color: #fff;
	padding-right: 1.875rem;
}

.styled-form .styled-select:disabled,
.styled-form .DropDownField:disabled {
	background-color: #e9ecef !important;
}

.styled-form input,
.styled-form .styled-input {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	color: #444;
	font-size: 0.9375rem;
	height: 2.25rem;
	padding: 0 0.35em 0 1em;
}

@media (min-width: 768px) {
	.styled-form input,
	.styled-form .styled-input {
		color: #444;
		font-size: 1.375rem;
		height: 3rem;
	}
}

.styled-form .heavy-label {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
}

.styled-form .form-field {
	margin-bottom: 1.25rem;
}

.styled-form .form-check {
	display: table;
	margin-bottom: 1.25rem;
	padding-left: 0;
}

.styled-form .form-check input {
	display: table-cell;
}

.styled-form .form-check label {
	display: table-cell !important;
	line-height: 20px;
	padding-left: 6px;
	vertical-align: top;
}

.styled-form .form-text {
	color: #444;
	font-size: 0.8125rem;
	margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
	.styled-form .form-text {
		margin-bottom: 0;
	}
}

.styled-form option:disabled {
	color: #444;
	font-style: italic;
}

input[type='checkbox'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 0;
	height: 1.125rem;
	left: 0;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	width: 1.125rem;
}

@media (min-width: 768px) {
	input[type='checkbox'] {
		margin-top: 0.0625rem;
	}
}

input[type='checkbox']::before {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	content: '';
	display: inline-block;
	height: 18px;
	vertical-align: top;
	width: 18px;
}

input[type='checkbox']:checked::before {
	background-color: #36b37e;
	border: 1px solid #36b37e;
	border-radius: 3px;
}

input[type='checkbox']:checked::after {
	color: #fff;
	content: '\e903';
	font-family: 'sj-icons';
	font-size: 0.75rem;
	left: 3px;
	outline: none;
	position: absolute;
	top: 3px;
}

input[type='checkbox']:active,
input[type='checkbox']:focus {
	outline: none;
}

input[type='radio']:checked,
input[type='radio']:not(:checked) {
	left: -9999px;
	position: absolute;
}

input[type='radio']:checked ~ label,
input[type='radio']:not(:checked) ~ label {
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 18px;
	margin-right: 16px;
	padding-left: 24px;
	position: relative;
}

input[type='radio']:checked ~ label::before,
input[type='radio']:not(:checked) ~ label::before {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 100%;
	content: '';
	height: 18px;
	left: 0;
	position: absolute;
	top: 0;
	width: 18px;
}

input[type='radio']:checked ~ label::after,
input[type='radio']:not(:checked) ~ label::after {
	background: #000;
	border-radius: 100%;
	content: '';
	height: 12px;
	left: 3px;
	position: absolute;
	top: 3px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 12px;
}

input[type='radio']:not(:checked) ~ label::after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

input[type='radio']:checked ~ label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

input[type='radio'] .vivalid-error {
	display: none !important;
}

.form-group {
	margin-bottom: 0.75rem;
	position: relative;
}

@media (min-width: 768px) {
	.form-group {
		margin-bottom: 1rem;
	}
}

.form-group .has-icon {
	position: relative;
}

.form-group .has-icon [class^="icon-"],
.form-group .has-icon [class*=" icon-"] {
	font-size: 0.875rem;
	position: absolute;
	top: 0.75rem;
}

@media (min-width: 768px) {
	.form-group .has-icon [class^="icon-"],
	.form-group .has-icon [class*=" icon-"] {
		font-size: 1.25rem;
		top: 0.875rem;
	}
}

.form-group .has-left-icon [class^="icon-"],
.form-group .has-left-icon [class*=" icon-"] {
	left: 0.75rem;
}

.form-group .has-right-icon [class^="icon-"],
.form-group .has-right-icon [class*=" icon-"] {
	right: 0.75rem;
}

.form-group .has-right-icon .styled-input {
	padding-right: 2rem;
}

@media (min-width: 768px) {
	.form-group .has-right-icon .styled-input {
		padding-right: 3.25rem;
	}
}

.form-group.radio-has-error {
	margin-bottom: 1.375rem;
}

.form-group.radio-has-error [type='radio'] {
	margin-bottom: 1.25rem;
}

.form-group.radio-has-error [type='radio']:checked ~ label,
.form-group.radio-has-error [type='radio']:not(:checked) ~ label {
	color: #b84141 !important;
}

.form-group.radio-has-error [type='radio']:checked ~ label::before,
.form-group.radio-has-error [type='radio']:not(:checked) ~ label::before {
	border: 1px solid #b84141 !important;
}

.form-group.radio-has-error .form-check {
	position: static;
	vertical-align: top;
}

.form-group.radio-has-error .form-check .vivalid-error {
	display: none !important;
}

.form-group.radio-has-error::after {
	color: #b84141;
	content: 'Please select an option';
	display: block;
	font-size: 0.8125rem;
}

.input-group .form-control {
	border-radius: 2px 0 0 2px;
	border-right: 0;
	padding-right: 0;
}

.input-group-addon {
	background-color: #fff;
	border-radius: 2px 0 0 2px;
}

.input-group-addon + .form-control {
	border-left-width: 0;
	border-radius: 0 2px 2px 0;
	border-right: 1px solid #444;
	padding-left: 0;
	padding-right: 0.75rem;
}

.input-group-addon label {
	margin-bottom: 0;
}

.form-control {
	border-color: #444;
	border-radius: 2px;
	color: #000;
	height: 48px;
}

.form-control:focus {
	border-color: #444;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control + .input-group-addon {
	border-radius: 0 2px 2px 0;
}

.form-check,
.checkbox {
	padding-left: 0;
}

@media (max-width: 767.98px) {
	.form-check,
	.checkbox {
		margin-bottom: 0.25rem;
	}
}

.form-check label,
.checkbox label {
	color: #000;
	display: inline-block;
	font-weight: 300;
}

@media (max-width: 767.98px) {
	.form-check label,
	.checkbox label {
		font-size: 0.8125rem !important;
		margin-bottom: 0.375rem;
	}
}

.form-check .vivalid-error,
.checkbox .vivalid-error {
	display: none !important;
}

.form-check-label {
	display: table-cell !important;
	margin-bottom: 0 !important;
	padding-left: 6px;
}

.form-check-label--sm {
	font-size: 0.9375rem;
}

.custom-select {
	background-image: none;
	border-color: #d6d6d6;
	border-radius: 2px;
	color: #000;
	height: 48px;
	padding-right: 2.5rem;
	width: 100%;
}

.custom-select:focus {
	border-color: #444;
}

@media (max-width: 767.98px) {
	.custom-select {
		font-size: 0.75rem;
	}
}

.custom-select-arrow {
	font-size: 1.5625rem;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-control {
	height: 48px;
}

.form-control.small {
	color: #000;
	font-size: 0.9375rem;
	height: 38px;
}

.form-control.width-100 {
	width: 100px;
}

.form-control.width-170 {
	width: 170px;
}

.form-control.width-200 {
	width: 200px;
}

label {
	color: #444;
	display: block;
	font-size: 0.9375rem;
}

textarea {
	resize: none;
}

.valid-feedback,
.invalid-feedback {
	font-size: 0.8125rem;
}

.Error {
	padding-bottom: 0;
}

.Error .form-control {
	background-color: #fff;
	border: 1px solid #b84141;
}

.FormErrorLabel {
	color: #b84141;
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	padding-bottom: 0.75rem;
}

.EditingFormErrorLabel {
	color: #b84141;
	font-size: 1rem;
	line-height: 46px;
	padding-bottom: 0.625rem;
}

.updateQuantity {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	height: 60px;
	padding: 1.125rem 0.375rem;
}

.is-invalid,
.vivalid-error-input {
	border-color: #b84141 !important;
}

.vivalid-error {
	color: #b84141 !important;
	font-size: 0.8125rem !important;
}

.error-messages {
	border: 1px solid #b84141;
	color: #b84141;
	display: none;
	font-size: 0.8125rem;
	margin-bottom: 0.75rem;
	padding: 0.75rem;
}

.error-messages.is-active {
	display: block;
	width: 100%;
}

.success-messages {
	border: 1px solid #00693c;
	color: #00693c;
	display: none;
	font-size: 0.8125rem;
	margin-bottom: 0.75rem;
	padding: 0.75rem;
}

.success-messages.is-active {
	display: block;
	width: 100%;
}

.warning-messages {
	border: 1px solid #f9a51a;
	display: none;
	margin-bottom: 0.75rem;
	padding: 0.75rem;
}

.warning-messages.is-active {
	display: block;
	width: 100%;
}

.loading-spinner {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: none;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.loading-spinner.is-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.loading-spinner img {
	height: auto;
	width: 2.8125rem;
}

.icon-spinner {
	background-color: #fff;
	display: none;
	position: absolute;
	right: 8px;
	top: 7px;
}

.icon-spinner.is-active {
	display: block;
}

@media (min-width: 768px) {
	.icon-spinner {
		right: 10px;
		top: 15px;
	}
}

.icon-spinner img {
	max-height: 22px;
}

.success-messages {
	border: 1px solid #00693c;
	color: #00693c;
	display: none;
	font-size: 0.8125rem;
	margin-bottom: 0.75rem;
	padding: 0.75rem;
}

.success-messages.is-active {
	display: block;
	width: 100%;
}

input::-webkit-input-placeholder {
	font-style: italic;
}

input::-moz-placeholder {
	font-style: italic;
}

input:-ms-input-placeholder {
	font-style: italic;
}

input:-moz-placeholder {
	font-style: italic;
}

input::-ms-clear,
input::-ms-reveal {
	display: none;
}

::-webkit-credentials-auto-fill-button {
	pointer-events: none;
	position: absolute;
	right: 0;
	visibility: hidden;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
	-webkit-transition: color 0ms;
	transition: color 0ms;
}

select:-moz-focusring:hover,
select:-moz-focusring:focus,
select:-moz-focusring:active,
select:-moz-focusring.active {
	color: transparent;
	text-shadow: 0 0 0 #000;
	-webkit-transition: color 0ms;
	transition: color 0ms;
}

.highlightBlock {
	background-color: #fff;
	padding: 0 0 1.5rem 1.875rem;
}

.highlightBlock.is-styled {
	border-left: 12px solid #feb913;
	padding-left: 1.125rem;
}

@media (max-width: 991.98px) {
	.highlightBlock.is-styled {
		border-width: 6px;
	}
}

@media (max-width: 991.98px) {
	.highlightBlock.is-styled {
		padding-left: 1.125rem;
	}
}

.highlightBlock.styled-form {
	color: #444;
	padding-bottom: 0;
}

@media (max-width: 991.98px) {
	.highlightBlock {
		padding-left: 1.5rem;
	}
}

@media (max-width: 767.98px) {
	.highlightBlock {
		padding: 0 0 1.125rem 0.75rem;
	}
}

.highlightBlock:first-child .highlightBlock-inner {
	border-top: 0;
}

.highlightBlock-inner {
	border-top: 1px solid #000;
	padding-right: 1.5rem;
	padding-top: 1.5rem;
}

@media (max-width: 767.98px) {
	.highlightBlock-inner {
		padding-right: 0.75rem;
		padding-top: 1.125rem;
	}
}

.highlightBlock-heading {
	font-size: 0.9375rem;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

h1,
.h1 {
	color: #000;
	font-size: 2.25rem;
}

@media (min-width: 768px) {
	h1,
	.h1 {
		color: #000;
		font-size: 3.75rem;
	}
}

h2,
.h2 {
	color: #000;
	font-size: 1.875rem;
}

@media (min-width: 768px) {
	h2,
	.h2 {
		color: #000;
		font-size: 2.25rem;
	}
}

h3,
.h3 {
	color: #000;
	font-size: 1.5rem;
}

@media (min-width: 768px) {
	h3,
	.h3 {
		color: #000;
		font-size: 1.875rem;
	}
}

h4,
.h4 {
	color: #000;
	font-size: 1.125rem;
}

@media (min-width: 768px) {
	h4,
	.h4 {
		color: #000;
		font-size: 1.5rem;
	}
}

h5,
.h5 {
	color: #000;
	font-size: 1rem;
}

@media (min-width: 768px) {
	h5,
	.h5 {
		color: #000;
		font-size: 1.25rem;
	}
}

h6,
.h6 {
	color: #000;
	font-size: 0.875rem;
}

@media (min-width: 768px) {
	h6,
	.h6 {
		color: #000;
		font-size: 1rem;
	}
}

.p-13 {
	color: #444;
	font-size: 0.8125rem;
}

.p-16 {
	color: #444;
	font-size: 1rem;
}

.p-18 {
	color: #444;
	font-size: 1.125rem;
}

.breadcrumb {
	background-color: transparent;
	padding: 0.45rem 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
	content: '\e906';
	display: inline-block;
	font-family: 'sj-icons';
	font-size: 0.625rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #fff;
}

/**
 * rome - Customizable date (and time) picker. Opt-in UI, no jQuery!
 * @version v2.1.22
 * @link https://github.com/bevacqua/rome
 * @license MIT
 */
.rd-container {
	background-color: #fff;
	border: 1px solid #333;
	display: none;
	padding: 15px;
	text-align: center;
}

.rd-container-attachment {
	position: absolute;
}

.rd-month {
	display: inline-block;
	margin-right: 25px;
}

.rd-month:last-child {
	margin-right: 0;
}

.rd-back,
.rd-next {
	background: none;
	border: 0;
	cursor: pointer;
	margin: 0;
	outline: none;
	padding: 0;
}

.rd-back[disabled],
.rd-next[disabled] {
	cursor: default;
}

.rd-back {
	float: left;
}

.rd-next {
	float: right;
}

.rd-back::before {
	content: '\2190';
	display: block;
}

.rd-next::before {
	content: '\2192';
	display: block;
}

.rd-day-body {
	cursor: pointer;
	padding: 0 5px;
	text-align: center;
}

.rd-day-selected,
.rd-time-selected,
.rd-time-option:hover {
	background-color: #333;
	color: #fff;
	cursor: pointer;
}

.rd-day-prev-month,
.rd-day-next-month {
	color: #999;
}

.rd-day-disabled {
	color: #fcc;
	cursor: default;
}

.rd-time {
	display: inline-block;
	margin-top: 5px;
	min-width: 80px;
	position: relative;
}

.rd-time-list {
	background-color: #fff;
	color: #333;
	display: none;
	left: 0;
	max-height: 160px;
	overflow-y: scroll;
	position: absolute;
	right: 0;
}

.rd-time-selected {
	padding: 5px;
}

.rd-time-option {
	padding: 5px;
}

.rd-day-concealed {
	visibility: hidden;
}

.list {
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-left: 0;
	border-right: 0;
}

.list-group-styled .list-group-item {
	border-left: 0;
	border-right: 0;
	position: relative;
	width: 100%;
}

@media (min-width: 768px) {
	.list-group-styled .list-group-item {
		font-size: 0.9375rem;
		padding: 0.375rem 0.75rem !important;
	}
}

@media (max-width: 767.98px) {
	.list-group-styled .list-group-item {
		font-size: 0.8125rem;
	}
}

.list-group-styled .list-group-item:hover,
.list-group-styled .list-group-item:focus,
.list-group-styled .list-group-item:active,
.list-group-styled .list-group-item.active {
	background-color: #fef8e7;
}

.list-group-styled .list-group-item.list-group-item-filter {
	border-top: 0 !important;
}

.list-group-styled .list-group-item-head {
	color: #444;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

.list-group-styled .list-group-item-head::after {
	content: '\e904';
	display: inline-block;
	font-family: 'sj-icons';
	font-size: 8px;
	margin-left: 5px;
	position: relative;
	top: 0;
}

.list-group-styled .list-group-item-head.desc {
	color: #000;
}

.list-group-styled .list-group-item-head.desc::after {
	content: '\e907';
}

.list-group-styled .list-group-item-head.asc {
	color: #000;
}

.list-group-styled .list-group-item-filter {
	background-color: #fff !important;
}

.list-group-styled:first-child .list-group-item:first-child {
	border-top: 0;
}

.list-group-styled .list-group-item:nth-child(even) {
	background-color: #f7f7f7;
	border-bottom: 1px solid #d6d6d6 !important;
}

.list-group-styled .list-group-item:nth-child(even):hover,
.list-group-styled .list-group-item:nth-child(even):focus,
.list-group-styled .list-group-item:nth-child(even):active,
.list-group-styled .list-group-item:nth-child(even).active {
	background-color: #fef8e7;
}

.list-group-styled .pagination-group {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.list-group-styled .pagination-group {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.list-group-styled .pagination {
	list-style: none;
	margin-top: 0.9375rem;
	padding-left: 0;
}

.list-group-styled .pagination li {
	border-bottom: 2px solid #ffb200;
	color: #000;
	display: inline-block;
	font-size: 0.75rem;
	height: 18px;
	margin-left: 0.625rem;
	text-align: center;
	vertical-align: center;
	width: 18px;
}

.list-group-styled .pagination li .page {
	text-decoration: none;
}

.list-group-styled .pagination li.active {
	background-color: #ffb200;
	border-bottom-width: 0;
}

.list-group-styled .pagination li.active .page {
	cursor: default !important;
}

.list-group-styled .pagination-prev,
.list-group-styled .pagination-next {
	border-width: 0;
	color: #00693c;
	cursor: pointer;
	font-size: 1.125rem;
	height: 18px;
	text-decoration: none !important;
	width: 18px;
}

.list-group-styled .pagination-next {
	margin-left: 0.9375rem;
}

.list-group-styled .list {
	border-top: 0;
}

@media (min-width: 992px) {
	.list-group-styled .list {
		border-top: 1px solid #d6d6d6;
	}
}

.custom-tab {
	background-color: #fff;
	border-bottom: 1px solid #000;
	padding: 0 1.875rem;
}

@media (max-width: 991.98px) {
	.custom-tab {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
	}
}

.custom-tabItem + .custom-tabItem {
	margin-left: 0.1875rem;
}

.custom-tabLink {
	border-left: 1px solid #ffb200;
	border-right: 1px solid #ffb200;
	border-top: 1px solid #ffb200;
	color: #000;
	font-size: 0.75rem;
	font-weight: bold;
	height: 2.25rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	text-transform: uppercase;
}

.custom-tabLink.active {
	background-color: #000;
	border-color: #000;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 991.98px) {
	.custom-tabLink {
		color: #222;
		font-size: 0.625rem;
		height: 24px;
		padding-bottom: 0.25rem;
		padding-top: 0.25rem;
	}
}

.modal-header {
	position: relative;
}

.custom-modal-close {
	background-color: transparent;
	border: 0;
	color: #000;
	cursor: pointer;
	font-size: 1.25rem;
	line-height: 1;
	padding: 0.9375rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*

<div class="modal fade custom-modal-1"
	 id="Modal"
	 tabindex="-1"
	 role="dialog"
	 aria-labelledby="ModalLabel"
	 aria-hidden="true">
	<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
		<div class="modal-content">
			<div class="modal-header">
				<h3 id="ModalLabel"
					class="modal-title">
					Modal Title
				</h3>
				<button type="button"
						class="custom-modal-close"
						data-dismiss="modal"
						aria-label="Close">
					<span class="icon-close"></span>
				</button>
			</div>
			<div class="modal-body"></div>
			<div class="modal-footer">
				<button class="btn btn--fat text-uppercase"
						type="button">Cancel</button>
				<button class="btn btn-primary btn--fat text-uppercase"
						type="button">OK</button>
			</div>
		</div>
	</div>
</div>

*/
@media (min-width: 992px) {
	.custom-modal-1 .modal-dialog.modal-lg {
		max-width: 768px;
	}
}

.custom-modal-1 .modal-header {
	border-bottom: 0;
	padding-bottom: 0;
	padding-right: 3.125rem;
}

.custom-modal-1 .modal-footer {
	border-top: 0;
	padding-top: 0;
}

/*

<div class="modal fade custom-modal-2" ...>

</div>

 */
@media (min-width: 992px) {
	.custom-modal-2 .modal-dialog.modal-lg {
		max-width: 968px;
	}
}

.custom-modal-2 .modal-header {
	border-bottom-color: #000;
	margin-left: 1.875rem;
	padding: 1.875rem 3.75rem 1.875rem 0;
}

@media (max-width: 991.98px) {
	.custom-modal-2 .modal-header {
		margin-left: 1.5rem;
	}
}

@media (max-width: 767.98px) {
	.custom-modal-2 .modal-header {
		margin-left: 0.75rem;
	}
}

@media (min-width: 768px) {
	.custom-modal-2 .custom-modal-close {
		right: 0.625rem;
	}
}

.custom-modal-2 .modal-body {
	padding: 0;
}

.custom-modal-2 .modal-footer {
	border-top-color: #d6d6d6;
	margin-left: 1.875rem;
	padding: 1.875rem 1.875rem 1.875rem 0;
}

@media (max-width: 991.98px) {
	.custom-modal-2 .modal-footer {
		margin-left: 1.5rem;
	}
}

/* Slider */
.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.slick-list {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.slick-track::before,
.slick-track::after {
	content: '';
	display: table;
}

.slick-track::after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url('/Static/assets/images/oval-spinner.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
	background: transparent;
	border-width: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 24px;
	line-height: 0;
	outline: none;
	padding: 0;
	position: absolute;
	top: calc(30% - 3px);
	-webkit-transform: translate(0, -30%);
	transform: translate(0, -30%);
	z-index: 1;
}

@media (min-width: 768px) {
	.slick-prev,
	.slick-next {
		height: 48px;
		top: calc(50% - 3px);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: transparent;
	color: transparent;
	outline: none;
}

.slick-prev::before,
.slick-next::before {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-family: 'sj-icons';
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	padding: 6px;
}

@media (min-width: 768px) {
	.slick-prev::before,
	.slick-next::before {
		font-size: 16px;
		padding: 16px;
	}
}

.slick-prev {
	left: 0;
}

@media (min-width: 768px) {
	.slick-prev {
		left: 100px;
	}
}

[dir='rtl'] .slick-prev {
	left: auto;
	right: 0;
}

@media (min-width: 768px) {
	[dir='rtl'] .slick-prev {
		right: 100px;
	}
}

.slick-prev::before {
	content: '\e905';
}

[dir='rtl'] .slick-prev::before {
	content: '\e906';
}

.slick-next {
	right: 0;
}

@media (min-width: 768px) {
	.slick-next {
		right: 100px;
	}
}

[dir='rtl'] .slick-next {
	left: 0;
	right: auto;
}

@media (min-width: 768px) {
	[dir='rtl'] .slick-next {
		left: 100px;
	}
}

.slick-next::before {
	content: '\e906';
}

[dir='rtl'] .slick-next::before {
	content: '\e905';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 9px;
}

.slick-dots {
	bottom: -9px;
	display: block;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 3px;
	margin: 0 6px;
	padding: 0;
	position: relative;
	width: 60px;
}

.slick-dots li button {
	background-color: rgba(0, 0, 0, 0.2);
	border: 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 100%;
	line-height: 0;
	outline: none;
	width: 100%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li.slick-active button {
	background-color: #feb913;
}

.sfid-mb12 {
	margin-bottom: 1rem;
}

.sfid-mb16 {
	margin-bottom: 1rem;
}

.sfid-mb24 {
	margin-bottom: 1.5rem;
}

.sfid-mt12 {
	margin-top: 1rem;
}

.sfid-mt16 {
	margin-top: 1rem;
}

.sfid-bt {
	padding-top: 1.25rem;
}

.sfid-fl {
	float: left;
}

.sfid-fr {
	float: right;
}

.sfid-button-label {
	color: #444;
	display: block;
	font-size: 0.8125rem;
	margin-bottom: 0.1875rem;
}

@media (min-width: 768px) {
	.sfid-button-label {
		color: #444;
		font-size: 0.9375rem;
		margin-bottom: 0.5rem;
	}
}

.sfid-disabled {
	background-color: #a7b8d1;
	border: 0;
	border-radius: 5px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 12px 24px;
}

.sfid-button {
	align-self: flex-end;
	background-color: #feb913;
	border-color: #feb913;
	border-radius: 0;
	color: #212529;
	color: #000;
	-ms-flex-item-align: end;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.125rem;
	max-width: 100%;
	min-width: 9.375rem;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.sfid-button {
		color: #000;
		font-size: 0.875rem;
		font-weight: 700;
	}
}

.sfid-button:hover {
	background-color: #eaa501;
	border-color: #dd9c01;
	color: #212529;
}

.sfid-button:focus,
.sfid-button.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(254, 185, 19, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(254, 185, 19, 0.5);
}

.sfid-button.disabled,
.sfid-button:disabled {
	background-color: #feb913;
	border-color: #feb913;
	color: #212529;
}

.sfid-button:not(:disabled):not(.disabled):active,
.sfid-button:not(:disabled):not(.disabled).active,
.show > .sfid-button.dropdown-toggle {
	background-color: #dd9c01;
	border-color: #d09301;
	color: #212529;
}

.sfid-button:not(:disabled):not(.disabled):active:focus,
.sfid-button:not(:disabled):not(.disabled).active:focus,
.show > .sfid-button.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(254, 185, 19, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(254, 185, 19, 0.5);
}

@media (min-width: 768px) {
	.sfid-button {
		padding: 1.25rem 1rem !important;
	}
}

.sfid-button:focus {
	border-color: #fff;
	outline: -webkit-focus-ring-color auto 5px;
}

.sfid-button:hover {
	cursor: pointer;
	cursor: hand;
}

.sfid-button-trans {
	background-color: rgba(255, 255, 255, 0.4);
	border-color: #fff;
}

.sfid-secondary {
	background-color: #fff;
	border: 1px solid #e0e5ee;
	color: #0070d2;
}

.sfid-secondary:hover {
	background-color: #f7f9fb;
}

.sfid-login-button {
	padding-bottom: 5px;
	padding-top: 5px;
}

.sfid-wide {
	width: auto;
}

#sfid-username,
.sfid-username {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	color: #444;
	display: block;
	font-size: 0.9375rem;
	height: 2.25rem;
	padding: 0 0.35em 0 1em;
	width: 100%;
}

@media (min-width: 768px) {
	#sfid-username,
	.sfid-username {
		color: #444;
		font-size: 1.375rem;
		height: 3rem;
	}
}

#sfid-username:focus,
.sfid-username:focus {
	border-color: #444;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

#sfid-password,
.sfid-password {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	color: #444;
	display: block;
	font-size: 0.9375rem;
	height: 2.25rem;
	padding: 0 0.35em 0 1em;
	width: 100%;
}

@media (min-width: 768px) {
	#sfid-password,
	.sfid-password {
		color: #444;
		font-size: 1.375rem;
		height: 3rem;
	}
}

#sfid-password:focus,
.sfid-password:focus {
	border-color: #444;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

#sfid-wrapper {
	background-color: #f2f2f2;
	border-radius: 5px;
	-moz-box-shadow: 0 2px 6px #090909;
	-webkit-box-shadow: 0 2px 6px #090909;
	box-shadow: 0 2px 6px #090909;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin: 80px auto 0;
	max-height: 80%;
	max-width: 320px;
	min-width: 310px;
	overflow: auto;
	padding: 0;
	z-index: 1002;
}

.sfid-standard_logo_wrapper {
	color: #fff;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin: auto;
	margin-bottom: 5%;
	margin-top: 5%;
	max-width: 390px;
	min-width: 280px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

.sfid-standard_logo {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	width: 180px;
}

#sfid-content {
	background-color: #fff;
	border: 1px solid #e0e5ee;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
	margin: 0 auto;
	padding: 20px;
}

#sfid-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
}

#sfid-links a {
	color: #0070d2;
}

#sfid-links a {
	text-decoration: none;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

#sfid-social {
	-webkit-margin-after: 0.5em;
	text-align: center;
}

#social-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#sfid-social ul {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sfid-social li {
	display: inline;
	margin-left: 0;
	margin-right: 0;
}

#sfid-social-buttonimg,
img.sfid-social-buttonimg {
	vertical-align: middle;
}

#sfid-social button {
	background-clip: border-box;
	background-color: #fff;
	background-image: none;
	border: 1px solid #d8dde6;
	border-color: #357ebd;
	border-radius: 0.25rem;
	color: #0070d2;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.42857143;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 1px;
	max-width: 270px;
	overflow: hidden;
	padding: 10px 12px;
	text-align: center;
	text-overflow: ellipsis;
	-webkit-transition: color 50ms linear, background-color 50ms linear;
	transition: color 50ms linear, background-color 50ms linear;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	white-space: nowrap;
}

#sfid-social button:hover {
	background: #d8edff;
	color: #16325c;
	text-shadow: none;
}

#sfid-error {
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0;
}

#sfid-error::before {
	content: 'Sorry, we cannot sign you in with the details provided. Please use Forgot Password below or call 0800 785 646 for assistance';
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
}

#sfid-error ul {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sfid-error li {
	margin-left: 0;
	margin-right: 0;
}

.sfid-avatar {
	border: 2px solid #a8a5a5;
	border-radius: 32px;
	height: 32px;
	vertical-align: middle;
	width: 32px;
}

.sfid-avatar-name {
	font-family: Arial, Helvetica, sans-serif;
	margin: 6px;
}

.sfid-small {
	color: #54698d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	-webkit-margin-after: 1em;
	-webkit-margin-before: 1em;
	text-align: center;
}

.sfid-lightbox {
	background: rgba(177, 186, 193, 0.8);
	background-color: #000;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}

.sfid-logout {
	display: none;
	height: 0;
	tabindex: -1;
	width: 0;
}

.sfid-callback {
	display: none;
	height: 0;
	tabindex: -1;
	width: 0;
}

#sfid-selfreg-password {
	display: inline-block;
	width: 100% !important;
}

#sfid-self-registration {
	color: blue;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
}

#sfid-forgot-password {
	color: blue;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
}

@media only screen and (max-height: 736px) {
	#sfid-wrapper {
		margin: 20px auto 0;
	}
}

#sfid-inline-content form {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

#embeddedLoginForm label {
	font-size: 0 !important;
}

#embeddedLoginForm label:after {
	display: inline-block;
	font-size: 0.8125rem !important;
}

@media (min-width: 768px) {
	#embeddedLoginForm label:after {
		font-size: 0.9375rem !important;
	}
}

#embeddedLoginForm label:nth-of-type(1):after {
	content: 'Email:';
}

#embeddedLoginForm label:nth-of-type(2):after {
	content: 'Password:';
}

.selectTypeahead {
	-webkit-box-flex: 1;
	color: #444;
	flex-grow: 1;
	-ms-flex-positive: 1;
	margin: auto;
	position: relative;
}

@media (min-width: 768px) {
	.selectTypeahead {
		margin: 0;
	}
}

.selectTypeahead * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.selectTypeahead button {
	background-color: transparent;
	background-image: url('/Static/assets/svgs/chevron-down-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px;
	border-width: 0;
	color: rgba(255, 255, 255, 0);
	cursor: pointer;
	padding: 0;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
}

.selectTypeahead button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.selectTypeahead input {
	display: inline-block;
	font: inherit;
	margin: 0;
	outline: none !important;
	overflow: hidden;
	overflow: hidden;
	padding-right: 30px;
	white-space: nowrap;
	width: 100%;
}

.selectTypeahead ul {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-top-width: 0;
	left: 0;
	list-style-type: none;
	margin: 0;
	max-height: 200px;
	outline: none !important;
	overflow: auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 9999999;
}

.selectTypeahead ul li {
	cursor: pointer;
	margin: 0;
	overflow: hidden;
	padding: 8px 10px;
	text-align: left;
}

.selectTypeahead ul li.invisible {
	display: none;
}

.selectTypeahead ul li:hover,
.selectTypeahead ul li.is-active {
	background-color: #d8d8d8;
}

.selectTypeahead .vivalid-error {
	position: absolute;
	top: 100%;
}

.paymentOverlay {
	background-color: rgba(255, 255, 255, 0.9);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}

.paymentOverlay-content {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.paymentOverlay-action {
	color: #222;
	font-size: 1.5rem;
	margin-bottom: -20px;
}

.paymentOverlay.open {
	display: block;
}

.full-row {
	left: 50%;
	margin-left: -50vw;
	max-width: 1400px;
	position: relative;
	width: 100vw;
}

@media (min-width: 1200px) {
	.full-row {
		margin-left: -700px;
		width: 1400px;
	}
}

.backToList {
	align-content: center;
	color: #222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	font-size: 1rem;
}

.backToList i {
	font-size: 1.5rem;
	margin-right: 0.3125rem;
}

.backToList i:hover,
.backToList i:focus,
.backToList i:active,
.backToList i.active {
	text-decoration: none;
}

.wysiwyg {
	color: #444;
	font-size: 0.9375rem;
	line-height: 2.25rem;
}

.wysiwyg img {
	height: auto;
	margin-bottom: 1.5rem;
	max-width: 100%;
}

.wysiwyg a {
	text-decoration: underline;
}

.wysiwyg a:hover,
.wysiwyg a:focus,
.wysiwyg a:active,
.wysiwyg a.active {
	opacity: 0.75;
}

.applicationForm {
	max-width: 684px;
}

.applicationForm .formSubTitle {
	color: #000;
	font-size: 1.5rem;
	line-height: 36px;
	padding-bottom: 0.5rem;
}

.hr {
	border-bottom: 2px solid #fefefe;
	height: 0;
	margin: 1rem 0;
	width: 100%;
}

input[type='text']::-ms-clear {
	display: none;
}

select::-ms-expand {
	display: none;
}

input::-webkit-contacts-auto-fill-button {
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
	visibility: hidden;
}

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

@media (min-width: 576px) {
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
}

.underline-link {
	background-color: transparent;
	border-bottom: 2px solid #feb913 !important;
	color: #000;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 600;
	margin-right: 0.75rem;
}

.underline-link.no-margin {
	margin-right: 0;
}

.underline-link:hover,
.underline-link:focus,
.underline-link:active,
.underline-link.active {
	background-color: transparent;
	color: #000;
	font-size: 0.75rem;
	font-weight: 600;
	opacity: 0.8;
	text-decoration: none;
}

@media (min-width: 768px) {
	.underline-link {
		color: #000;
		font-size: 0.9375rem;
		font-weight: 600;
	}

	.underline-link:hover,
	.underline-link:focus,
	.underline-link:active,
	.underline-link.active {
		color: #000;
		font-size: 0.9375rem;
		font-weight: 600;
		text-decoration: none;
	}
}

@media (max-width: 991.98px) {
	.hide-on-lg-down {
		display: none !important;
	}
}

.infoBox {
	align-items: center;
	background-color: #fef8e7;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	min-height: 60px;
	padding: 12px;
}

@media (max-width: 991.98px) {
	.infoBox {
		align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-align: start;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.infoBox > * {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

[class^='icon-']::before,
[class*=' icon-']::before {
	overflow: hidden;
	text-decoration: none;
}

[class^='icon-']::before:hover,
[class^='icon-']::before:focus,
[class^='icon-']::before:active,
[class^='icon-']::before.active,
[class*=' icon-']::before:hover,
[class*=' icon-']::before:focus,
[class*=' icon-']::before:active,
[class*=' icon-']::before.active {
	overflow: hidden;
	text-decoration: none;
}

.pika-lendar .pika-table abbr {
	text-decoration: none;
}

.pika-lendar .pika-label {
	padding: 0 0.875rem;
	top: 0.3125rem;
}

.pika-lendar .pika-label::after {
	content: '\e904';
	font-family: 'sj-icons';
	font-size: 0.5rem;
	position: absolute;
	right: 0;
	top: 0.0625rem;
}

.pika-lendar .pika-row .pika-button.pika-day {
	text-align: center;
}

.pika-lendar .pika-row .pika-button.pika-day:hover {
	background-color: #feb913;
}

.pika-lendar .pika-row .is-today .pika-button {
	color: #feb913;
}

.pika-lendar .pika-row .is-today .pika-button:hover {
	color: #fff;
}

.pika-lendar .pika-row .is-selected .pika-button,
.pika-lendar .pika-row .has-event .pika-button {
	background-color: #feb913;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	outline: none;
}

.pika-lendar .pika-title select {
	top: 0;
}

.normal-link-underline {
	text-decoration: underline;
}

.onePxCorrection {
	margin-top: 1px;
}

.smallField {
	border-width: 0 !important;
	height: 1px !important;
	margin: 0 !important;
	opacity: 0.01 !important;
	overflow: hidden !important;
	padding: 0 !important;
	width: 1px !important;
}

@media (min-width: 992px) {
	.px-68 {
		padding: 0 5.25rem;
	}
}

.py-5-top {
	padding-top: 1.25rem;
}

@media (min-width: 768px) {
	.py-5-top {
		padding-top: 3.75rem;
	}
}

.py-5-bottom {
	padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
	.py-5-bottom {
		padding-bottom: 3.75rem;
	}
}

@media (min-width: 768px) {
	.align-right-md {
		text-align: right;
	}
}

.siteHeader {
	background-color: #fff;
}

.siteHeader-searchToggle {
	background-color: transparent;
	border-width: 0;
	color: #000;
	font-size: 1.25rem;
	position: absolute;
	right: 95px;
	top: -44px;
	z-index: 101;
}

.siteHeader-searchToggle .icon-close {
	display: none;
	font-size: 1.25rem;
}

.siteHeader-cartToggle {
	background-color: transparent;
	border-width: 0;
	color: #000;
	font-size: 1.3125rem;
	padding: 0;
	position: absolute;
	right: 65px;
	top: -45px;
	z-index: 101;
}

.siteHeader-cartToggle .icon-close {
	display: none;
	font-size: 1.25rem;
	top: -48px;
}

.siteHeader .navbar-toggler {
	position: absolute;
	right: 0;
	top: -46px;
	z-index: 101;
}

.siteHeader .navbar-toggler span {
	background-color: #000;
	display: block;
	height: 2px;
	left: 0;
	margin-bottom: 0.25rem;
	margin-top: 0.25rem;
	opacity: 1;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	width: 25px;
}

.siteHeader .navbar-toggler span:nth-child(1),
.siteHeader .navbar-toggler span:nth-child(3) {
	-webkit-transition: -webkit-transform 0.35s ease-in-out;
	transition: -webkit-transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.siteHeader .navbar-toggler:not(.collapsed) {
	top: -47px;
}

.siteHeader .navbar-toggler:not(.collapsed) span:nth-child(1) {
	left: 12px;
	opacity: 1;
	position: absolute;
	top: 12px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 26px;
}

.siteHeader .navbar-toggler:not(.collapsed) span:nth-child(2) {
	background-color: #000;
	height: 12px;
	visibility: hidden;
}

.siteHeader .navbar-toggler:not(.collapsed) span:nth-child(3) {
	left: 12px;
	opacity: 1;
	position: absolute;
	top: 12px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	width: 26px;
}

.siteHeader .dropdown-megamenu .dropdown-menu {
	left: auto;
	margin-left: 0 !important;
	padding: 0;
}

.siteHeader-cartCount {
	background-color: #00693c;
	border-radius: 50%;
	color: #fff;
	font-size: 0.8125rem;
	height: 1.25rem;
	position: absolute;
	right: -16px;
	top: 5px;
	width: 1.25rem;
}

.siteHeader .remove-item-minicart-modal .modal-content {
	border-width: 0;
	-webkit-box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.3);
}

.siteHeader .remove-item-minicart-modal .modal-dialog {
	margin-left: auto;
	margin-right: auto;
}

.siteHeader .remove-item-minicart-modal .modal-title {
	padding-right: 3.125rem;
}

.siteHeader .remove-item-minicart-modal .modal-header {
	border-width: 0;
	padding: 1.5rem;
	position: relative;
}

.siteHeader .remove-item-minicart-modal .modal-header .close {
	float: none;
	margin: 0;
	opacity: 1;
	padding: 1.5rem;
	position: absolute;
	right: 0;
	text-shadow: none;
	top: 0.4375rem;
}

.siteHeader .remove-item-minicart-modal .modal-title {
	line-height: normal;
	text-transform: capitalize;
}

.siteHeader .remove-item-minicart-modal .icon-close {
	color: #000;
	font-size: 1.125rem;
}

.siteHeader .remove-item-minicart-modal .separator {
	border-top: 1px solid #000;
	margin: 0 0 1.5rem 1.5rem;
}

.siteHeader .remove-item-minicart-modal .separator--light {
	border-top: 1px solid #d6d6d6;
	margin: 1.5rem 0;
}

.siteHeader .remove-item-minicart-modal .modal-body {
	padding: 0 1.5rem 1.5rem;
}

.siteHeader .remove-item-minicart-modal .modal-text {
	color: #444;
	font-size: 0.9375rem;
	line-height: 1.875rem;
}

.siteHeader .remove-item-minicart-modal .btns-holder {
	text-align: right;
}

.siteHeader .remove-item-minicart-modal .btn {
	margin-top: 0.3125rem;
}

/* States */
.siteHeader {
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
	.siteHeader {
		position: relative;
	}
}

.siteHeader-content {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.siteHeader-content {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.siteHeader-content {
		padding-left: 1rem;
		padding-right: 1rem;
		position: static;
	}
}

.siteHeader-searchToggle .icon-close,
.siteHeader-searchToggle .icon-search {
	color: #000;
}

.siteHeader-searchToggle.is-open .icon-close {
	display: inline-block;
}

.siteHeader-searchToggle.is-open .icon-search {
	display: none;
}

@media (min-width: 992px) {
	.siteHeader-searchToggle {
		display: none;
	}
}

.siteHeader-cartToggle .icon-basket,
.siteHeader-cartToggle .icon-close {
	color: #000;
}

.siteHeader-cartToggle.is-open {
	margin-right: -5px;
}

.siteHeader-cartToggle.is-open .icon-close {
	display: inline-block;
}

.siteHeader-cartToggle.is-open .icon-basket,
.siteHeader-cartToggle.is-open .siteHeader-cartCount {
	display: none;
}

@media (min-width: 992px) {
	.siteHeader-cartToggle {
		display: none;
	}
}

.siteHeader-right {
	position: static;
}

.siteHeader-right .nav-item {
	border-bottom: 1px solid #dedede;
	position: relative;
}

.siteHeader-right .nav-item:first-of-type {
	border-top: 1px solid #dedede;
}

@media (min-width: 992px) {
	.siteHeader-right .nav-item {
		border: 0;
		position: relative;
	}

	.siteHeader-right .nav-item:first-of-type {
		border: 0;
	}
}

@media (max-width: 1199.98px) {
	.siteHeader-right .dropdown-menu {
		border-width: 0;
	}
}

@media (min-width: 992px) {
	.siteHeader-right .dropdown-toggle {
		border-bottom: 5px solid transparent;
	}

	.siteHeader-right .dropdown-toggle[aria-expanded='true'] {
		border-bottom: 5px solid #000;
	}
}

.siteHeader-siteLogo {
	max-height: 68px;
	padding-bottom: 0.75rem;
	padding-left: 0.75rem;
	padding-top: 1rem;
}

@media (min-width: 992px) {
	.siteHeader-siteLogo {
		max-height: 140px;
		padding-bottom: 1rem;
		padding-left: 0;
	}
}

.siteHeader .dropdown-megamenu .dropdown-menu {
	width: auto;
}

@media (min-width: 992px) {
	.siteHeader .dropdown-megamenu .dropdown-menu {
		width: 575px;
	}
}

@media (min-width: 1200px) {
	.siteHeader .dropdown-megamenu .dropdown-menu {
		width: 664px;
	}
}

.siteHeader .dropdown-megamenu--left .dropdown-menu {
	right: 0;
}

@media (min-width: 992px) {
	.siteHeader .dropdown-menu {
		background-color: #f6f6f6;
		-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	}
}

.siteHeader .nav-link {
	color: #000;
	position: relative;
}

.siteHeader .navbar-toggler:hover,
.siteHeader .navbar-toggler:focus,
.siteHeader .navbar-toggler:active,
.siteHeader .navbar-toggler.active {
	outline: 0;
}

.siteHeader-siteNav {
	margin: 0 0.9375rem;
}

@media (min-width: 992px) {
	.siteHeader-siteNav {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.siteHeader .navbar {
		position: static;
	}
}

.siteHeader .remove-item-minicart-modal .modal-dialog {
	max-width: 90%;
	width: 90%;
}

@media (min-width: 992px) {
	.siteHeader .remove-item-minicart-modal .modal-dialog {
		max-width: 968px;
		width: 968px;
	}
}

.siteHeader .remove-item-minicart-modal .cancel-btn {
	margin-right: 0;
}

@media (min-width: 768px) {
	.siteHeader .remove-item-minicart-modal .cancel-btn {
		margin-right: 2.4375rem;
	}
}

.siteHeader .remove-item-minicart-modal .confirm-remove-btn {
	margin-left: 0;
}

@media (min-width: 768px) {
	.siteHeader .remove-item-minicart-modal .confirm-remove-btn {
		margin-left: 0.3125rem;
	}
}

.siteHeader-backToCart {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	position: absolute;
	right: 12px;
	top: 28px;
}

@media (min-width: 992px) {
	.siteHeader-backToCart {
		color: #000;
		font-size: 1.125rem;
		font-weight: 700;
		position: static;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.siteHeader-backToCart {
		color: #000;
		font-size: 0.9375rem;
		font-weight: 700;
	}
}

.miniCart {
	padding-bottom: 0.75rem;
	width: 100%;
}

.miniCart-title {
	border-bottom: 1px solid #999;
	color: #444;
	font-size: 1.5rem;
	padding-bottom: 1.5rem;
}

.miniCart-item {
	position: relative;
}

.miniCart-itemTitle {
	color: #444;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.875rem;
}

.miniCart-itemDetailRow {
	color: #444;
	font-size: 0.9375rem;
	line-height: 1.875rem;
}

.miniCart-removeIcon {
	cursor: pointer;
	font-size: 1.25rem;
	position: absolute;
	right: 24px;
	top: 20px;
}

.miniCart-checkoutBtnWrapper {
	margin-top: 0.5rem;
	padding-right: 1.5rem;
}

/* States */
.miniCart {
	border-top: 1px solid #999;
	display: none;
	margin: 0.75rem 0.75rem 0;
}

@media (min-width: 992px) {
	.miniCart {
		border-top: 0;
		margin: 1.5rem 0rem 1.5rem 1.5rem;
	}
}

.miniCart.is-open {
	display: block;
}

@media (min-width: 992px) {
	.miniCart.is-open {
		display: none;
	}
}

.miniCart.is-mobileCart {
	display: none;
}

@media (min-width: 992px) {
	.miniCart.is-mobileCart {
		display: none !important;
	}
}

.miniCart.is-sidebar {
	display: none;
}

@media (min-width: 992px) {
	.miniCart.is-sidebar {
		display: block;
		max-height: 79%;
		overflow-y: auto;
	}
}

.miniCart-title {
	display: none;
}

@media (min-width: 992px) {
	.miniCart-title {
		display: block;
	}
}

.miniCart-item {
	border-bottom: 1px solid #999;
	padding: 0.75rem 0;
}

.miniCart-item:first-of-type {
	border-top: 1px solid #999;
	margin-top: 1.25rem;
}

@media (min-width: 992px) {
	.miniCart-item:first-of-type {
		border-top: 0;
		margin-top: 0;
		padding: 0.75rem 0;
	}
}

.miniCart-item:last-of-type {
	border-bottom: 0;
}

@media (min-width: 992px) {
	.miniCart-item:last-of-type {
		border-bottom: 1px solid #999;
	}
}

.miniCart-subTotal {
	padding: 0.75rem 0;
}

@media (min-width: 992px) {
	.miniCart-subTotal {
		padding: 0.75rem 1.5rem;
		padding-left: 0;
	}
}

.miniCart-checkoutBtnWrapper {
	padding-right: 0;
}

@media (min-width: 992px) {
	.miniCart-checkoutBtnWrapper {
		padding-right: 1.5rem;
	}
}

.miniCart-removeIcon {
	display: none;
}

@media (min-width: 992px) {
	.miniCart-removeIcon {
		display: block;
	}
}

.miniCart-subtotalLabel {
	color: #222;
	float: left;
	font-size: 1.125rem;
}

@media (min-width: 992px) {
	.miniCart-subtotalLabel {
		color: #222;
		float: none;
		font-size: 1.125rem;
		font-weight: 600;
		margin-right: 0.625rem;
	}
}

.miniCart-subtotalPrice {
	color: #222;
	float: right;
	font-size: 1.125rem;
	font-weight: 600;
}

@media (min-width: 992px) {
	.miniCart-subtotalPrice {
		color: #222;
		float: none;
		font-size: 1.875rem;
		font-weight: 600;
		line-height: 2.1875rem;
	}
}

.miniCart-subTotal {
	display: block;
}

@media (min-width: 992px) {
	.miniCart-subTotal {
		align-items: flex-end;
		-webkit-box-align: end;
		-webkit-box-pack: end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: 0.3125rem;
		text-align: right;
		text-transform: uppercase;
	}
}

.miniCart-deleteItem {
	display: inline;
}

@media (min-width: 992px) {
	.miniCart-deleteItem {
		display: none;
	}
}

.miniCart .empty-cart-text {
	color: #000;
	font-size: 1.125rem;
	text-align: center;
}

@media (min-width: 992px) {
	.miniCart .empty-cart-text {
		color: #000;
		font-size: 1.5rem;
	}
}

.miniCart .empty-cart-text a {
	border-bottom: 2px solid #feb913;
}

.miniCart .empty-cart-text a:hover,
.miniCart .empty-cart-text a:focus,
.miniCart .empty-cart-text a:active,
.miniCart .empty-cart-text a.active {
	text-decoration: none;
}

.topNav-linksWrap {
	list-style: none;
	margin: 0;
	padding: 0;
}

.topNav-linkItem {
	text-transform: uppercase;
}

/* States */
.topNav {
	overflow: hidden;
}

.topNav-linksWrap {
	margin: 1.25rem 0;
}

@media (min-width: 992px) {
	.topNav-linksWrap {
		margin: 0;
		text-align: right;
	}
}

.topNav-linkItem {
	color: #000;
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.875rem;
	padding: 0;
}

@media (min-width: 992px) {
	.topNav-linkItem {
		border-right: 0.0625rem solid #dedede;
		color: #000;
		display: inline-block;
		font-size: 0.75rem;
		font-weight: 600;
		line-height: 2.5rem;
		padding: 0 1rem;
	}

	.topNav-linkItem:first-of-type {
		border-left: 0.0625rem solid #dedede;
	}
}

.smartSearch {
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.smartSearch-overlay {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.smartSearch-content {
	background-color: #fff;
	max-width: 1200px;
	position: relative;
}

@media (min-width: 992px) {
	.smartSearch-content {
		max-width: 95%;
	}
}

.smartSearch-input {
	border: 0;
	border-bottom: 2px solid #feb913;
	color: #000;
}

.smartSearch-searchBtn {
	display: none;
}

.smartSearch-searchIcon,
.smartSearch-closeIcon {
	font-size: 2.375rem;
	position: absolute;
	top: 22px;
}

.smartSearch-searchIcon {
	left: 45px;
}

.smartSearch-closeIcon {
	cursor: pointer;
	height: 38px;
	right: 45px;
	width: 38px;
}

.smartSearch-results {
	background-color: #fff;
	padding: 0.9375rem 2.0625rem;
	position: absolute;
	width: 100%;
}

.smartSearch .predictiveSearchHolder {
	position: relative;
}

/* States */
.smartSearch {
	display: none;
	opacity: 0;
}

.smartSearch.is-open {
	display: block;
	opacity: 1;
}

.smartSearch-overlay {
	top: 60px;
}

@media (min-width: 768px) {
	.smartSearch-overlay {
		top: 69px;
	}
}

@media (min-width: 992px) {
	.smartSearch-overlay {
		top: 0;
	}
}

.smartSearch-content {
	margin: 0 auto;
	padding: 0 0.3125rem 1rem;
}

@media (min-width: 992px) {
	.smartSearch-content {
		margin: 2.25rem auto;
		padding: 1rem 2.8125rem;
	}
}

.smartSearch-input {
	font-size: 1.125rem;
}

@media (min-width: 992px) {
	.smartSearch-input {
		font-size: 1.875rem;
	}
}

.smartSearch-searchIcon,
.smartSearch-closeIcon {
	display: none;
}

@media (min-width: 992px) {
	.smartSearch-searchIcon,
	.smartSearch-closeIcon {
		display: inline-block;
	}
}

.smartSearch .searchBox {
	margin: 0 0.75rem;
	position: relative;
}

@media (min-width: 768px) {
	.smartSearch .searchBox {
		margin: 0 1.5rem;
	}
}

@media (min-width: 992px) {
	.smartSearch .searchBox {
		margin: 0 4rem;
	}
}

.smartSearch-results {
	display: none;
}

.smartSearch-results a {
	color: #000;
	display: block;
	font-size: 0.875rem;
	line-height: 30px;
}

.smartSearch-results a:hover,
.smartSearch-results a:focus,
.smartSearch-results a:active,
.smartSearch-results a.active {
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink;
}

@media (min-width: 768px) {
	.smartSearch-results a {
		font-size: 1.125rem;
		line-height: 36px;
	}
}

.sidebar {
	background-color: #f6f6f6;
	z-index: 99;
}

.sidebar-sideWrapper {
	background-color: #000;
}

.sidebar-content {
	height: 100%;
}

.sidebar-btnsWrapper {
	max-width: 100%;
	overflow: hidden;
}

.sidebar-btnsWrapper .nav-link {
	border-width: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	text-transform: uppercase;
	width: 100%;
}

.sidebar-btnsWrapper .nav-link:first-of-type {
	margin-top: 0;
}

.sidebar-btnsWrapper .nav-link.is-close {
	display: none;
}

.sidebar .nav-tabs {
	border-bottom: 0;
}

.sidebar .tab-pane {
	width: 100%;
}

.sidebar-navTxt {
	display: inline-block;
	vertical-align: top;
}

.sidebar-navTxt:hover,
.sidebar-navTxt:focus,
.sidebar-navTxt:active,
.sidebar-navTxt.active {
	text-decoration: underline;
}

.sidebar-tabTitle {
	color: #444;
	font-size: 1.5rem;
}

.sidebar-formTitle {
	color: #222;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.875rem;
	margin: 0.75rem 0;
}

.sidebar-dontHaveAccount {
	border-bottom: 1px solid #999;
	color: #222;
	font-size: 1.125rem;
	padding-bottom: 1.25rem;
	padding-top: 0.625rem;
}

.sidebar-dontHaveAccount a {
	font-size: 1.125rem;
}

.sidebar-dontHaveAccount a:hover,
.sidebar-dontHaveAccount a:focus,
.sidebar-dontHaveAccount a:active,
.sidebar-dontHaveAccount a.active {
	font-size: 1.125rem;
}

.sidebar-donateTxt {
	color: #444;
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
}

.sidebar-tabWriteUp {
	color: #444;
	font-size: 0.9375rem;
	line-height: 1.5rem;
}

.sidebar-tabList {
	margin: 0.75rem 0;
}

.sidebar-tabListItem {
	margin: 0.75rem 0;
}

.sidebar-tabBtn {
	margin-top: 20px;
}

.sidebar-formIntro {
	color: #444;
	font-size: 0.9375rem;
	margin: 1.25rem 0;
}

.sidebar-formIntro p:last-of-type {
	margin: 0;
}

.sidebar .is-notLoggedIn {
	margin: 1.25rem 0;
	margin-bottom: 1.25rem;
}

.sidebar-myAccountList {
	list-style: none;
	margin: 0;
	margin-right: 1.25rem;
	padding: 0;
}

.sidebar-myAccountListItem {
	border-bottom: 1px solid #d6d6d6;
	color: #000;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 1.125rem 0;
}

.sidebar-tabContent {
	background-color: #f6f6f6;
	width: 100%;
}

/* States */
.sidebar {
	background-color: #fff;
	border-top: 1px solid #dedede;
	padding-top: 1.25rem;
}

@media (min-width: 992px) {
	.sidebar {
		height: 100%;
		padding-top: 0;
		position: fixed;
		right: -390px;
		top: 0;
		width: 480px;
	}
}

@media (min-width: 992px) {
	.sidebar-sideWrapper {
		align-items: center;
		-webkit-box-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		float: left;
		height: 100%;
		width: 90px;
	}
}

.sidebar-tabContent {
	display: none;
	padding: 0.75rem 0;
}

@media (min-width: 992px) {
	.sidebar-tabContent {
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		float: left;
		height: 100%;
		padding-bottom: 0;
		position: absolute;
		right: 0;
		text-align: left;
		top: 0;
		width: 390px;
	}
}

.sidebar-tabContent.active {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.sidebar-tabInnerContent {
	margin: 0.75rem;
	width: 100%;
}

@media (min-width: 992px) {
	.sidebar-tabInnerContent {
		margin: 1.5rem 0 1.5rem 1.5rem;
	}
}

.sidebar-tabInnerContent.is-wrapped {
	margin: 0.75rem;
}

@media (min-width: 992px) {
	.sidebar-tabInnerContent.is-wrapped {
		margin: 1.5rem;
	}
}

.sidebar-navIcons {
	color: #fff;
	display: inline-block;
	font-size: 1.875rem;
	margin-right: 0.75rem;
	vertical-align: middle;
}

@media (min-width: 992px) {
	.sidebar-navIcons {
		display: block;
		margin-bottom: 0.625rem;
		margin-right: 0;
		vertical-align: baseline;
	}
}

@media (min-width: 992px) {
	.sidebar-btnsWrapper {
		text-align: center;
	}
}

.sidebar-btnsWrapper .nav-link {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 3.125rem;
	position: relative;
}

.sidebar-btnsWrapper .nav-link::after {
	border-width: 0;
	content: '\e904';
	display: inline-block;
	font-family: 'sj-icons';
	font-size: 85%;
	height: auto;
	position: absolute;
	right: 1.25rem;
	top: 0.5rem;
	vertical-align: -0.1em;
	width: auto;
}

@media (min-width: 992px) {
	.sidebar-btnsWrapper .nav-link .sidebar-cartCount {
		background-color: #00693c;
		border-radius: 50%;
		color: #fff;
		display: block;
		font-size: 0.8125rem;
		height: 1.25rem;
		line-height: 18px;
		position: absolute;
		right: 20px;
		top: 12px;
		width: 1.25rem;
	}
}

.sidebar-btnsWrapper .nav-link.active {
	background-color: #000;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
}

.sidebar-btnsWrapper .nav-link.active .sidebar-navIcons {
	color: #fff;
}

@media (min-width: 992px) {
	.sidebar-btnsWrapper .nav-link.active {
		background-color: #f6f6f6;
		color: #000;
		font-size: 0.625rem;
		font-weight: 700;
	}

	.sidebar-btnsWrapper .nav-link.active .sidebar-navIcons {
		color: #000;
	}
}

.sidebar-btnsWrapper .nav-link.active::after {
	content: '\e907';
}

.sidebar-btnsWrapper .nav-link.active .sidebar-navTxt {
	text-decoration: underline;
}

@media (min-width: 992px) {
	.sidebar-btnsWrapper .nav-link.active .sidebar-cartCount {
		background-color: #00693c;
		border-radius: 50%;
		color: #fff;
		display: block;
		font-size: 0.8125rem;
		height: 1.25rem;
		line-height: 18px;
		position: absolute;
		right: 20px;
		top: 12px;
		width: 1.25rem;
	}
}

@media (min-width: 992px) {
	.sidebar-btnsWrapper .nav-link {
		color: #fff;
		float: left;
		font-size: 0.625rem;
		font-weight: 700;
		line-height: 0.75rem;
		margin-top: 0.9375rem;
	}

	.sidebar-btnsWrapper .nav-link::after {
		display: none;
	}
}

.sidebar-btnsWrapper .nav-link.is-first-mobile {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media (min-width: 992px) {
	.sidebar-btnsWrapper .nav-link.is-first-mobile {
		border-bottom: 0;
	}
}

.sidebar-navTxt {
	line-height: 1.875rem;
	vertical-align: middle;
}

@media (min-width: 992px) {
	.sidebar-navTxt {
		line-height: normal;
		vertical-align: baseline;
	}
}

@media (min-width: 992px) {
	.sidebar-formWrapper {
		margin-right: 1.5rem;
	}
}

.sidebar-tabWriteUp {
	margin: 1.25rem 0;
}

@media (min-width: 992px) {
	.sidebar-tabWriteUp {
		margin: 1.25rem 1.25rem 1.25rem 0;
	}
}

.sidebar .promo-code {
	display: none;
}

.sidebar .promo-code.is-visible {
	display: block;
}

.sidebar-toggle a {
	color: #fff;
}

.sidebar-toggle a:nth-child(1) {
	text-decoration: none !important;
}

.sidebar-toggle.no-tab a {
	display: block;
}

.sidebar .imgIcon {
	max-width: 28px;
	vertical-align: -1px;
}

@media (min-width: 768px) {
	.sidebar .imgIcon {
		max-width: 34px;
		vertical-align: auto;
	}
}

.sidebar .loggedIn-organization {
	color: #666;
	font-size: 1.125rem;
	margin-top: 0.375rem;
}

.sidebar:not(.is-expanded) .sidebar-toggle.is-golden {
	/* important rules to override the white .active styles */
	background-color: #feb913;
	color: #000;
}

.sidebar:not(.is-expanded) .sidebar-toggle.is-golden .icon-user {
	color: #000;
}

.siteNav-linksItem {
	border-width: 0;
	color: #000;
	padding: 0.375rem 0.9375rem;
}

.siteNav-searchIcon {
	color: #000;
}

.siteNav-linkCol {
	display: inline-block;
	font-size: 0.875rem;
}

.siteNav .dropdown-menu {
	margin: 0;
}

/* States */
.siteNav {
	color: #000;
	font-size: 0.875rem;
	font-weight: 600;
	padding: 1.25rem 0 0;
}

.siteNav .nav-link {
	color: #000;
	padding: 0.9375rem 0;
}

.siteNav .nav-link:hover,
.siteNav .nav-link:focus,
.siteNav .nav-link:active,
.siteNav .nav-link.active {
	cursor: pointer;
	text-decoration: none !important;
}

.siteNav .nav-link[aria-expanded='true'] {
	padding-bottom: 0;
}

@media (min-width: 992px) {
	.siteNav .nav-link[aria-expanded='true'] {
		padding-bottom: 0.9375rem;
	}
}

@media (min-width: 992px) {
	.siteNav {
		border-width: 0;
		color: #000;
		font-size: 0.875rem;
		font-weight: 600;
		line-height: 2rem;
	}

	.siteNav .dropdown-menu {
		border: 0;
		border-top: 1px solid #d8d8d8;
	}

	.siteNav .dropdown-toggle::after {
		display: none;
	}

	.siteNav .nav-link {
		color: #000;
		padding: 1rem 0.625rem !important;
	}
}

@media (min-width: 1200px) {
	.siteNav .nav-link {
		color: #000;
		padding: 1rem 0.9375rem !important;
	}
}

.siteNav-links {
	padding: 0;
}

@media (min-width: 992px) {
	.siteNav-links {
		padding: 1.125rem 0;
	}
}

.siteNav-links--main {
	border-width: 0;
	font-size: 1.125rem;
}

@media (min-width: 992px) {
	.siteNav-links--main {
		border-right: 1px solid #444;
	}
}

.siteNav-links--mainItem {
	padding: 0.375rem 2rem;
}

.siteNav-linksContainer {
	-webkit-column-width: max-content;
	column-width: max-content;
}

@media (min-width: 768px) {
	.siteNav-linksContainer {
		-webkit-column-width: 168px;
		column-width: 168px;
	}
}

.siteNav-searchIcon {
	display: none;
	font-size: 1.5rem;
	position: absolute;
	right: 50px;
	top: -65px;
}

.siteNav-searchIcon.nav-link {
	padding: 1rem 0 1rem 0.9375rem !important;
}

@media (min-width: 992px) {
	.siteNav-searchIcon {
		display: block;
		font-size: 1.25rem;
		line-height: 2rem;
		position: relative;
		right: auto;
		top: 0;
	}
}

.siteNav .dropdown-item {
	color: #000;
	display: block;
	font-size: 0.8125rem;
	padding: 0.375rem 0;
	width: auto;
}

.siteNav .dropdown-item:hover,
.siteNav .dropdown-item:focus,
.siteNav .dropdown-item:active,
.siteNav .dropdown-item.active {
	background-color: transparent;
	text-decoration: underline;
}

@media (min-width: 992px) {
	.siteNav .dropdown-item {
		border-top: 1px solid #d8d8d8;
		color: #000;
		font-size: 0.8125rem;
		font-weight: 600;
		margin: 0 0.75rem;
		padding: 0.4375rem 0;
	}
}

.siteNav .nav-item:last-of-type {
	display: none;
}

@media (min-width: 992px) {
	.siteNav .nav-item:last-of-type {
		display: block;
	}
}

@media (min-width: 992px) {
	.siteNav .nav-item.is-megaDropdown {
		position: static;
	}
}

.siteNav .nav-item.is-megaDropdown .dropdown-menu {
	left: 0;
	right: 0;
	z-index: 98;
}

@media (min-width: 992px) {
	.siteNav .nav-item.is-megaDropdown .dropdown-menu {
		padding-top: 1rem;
	}
}

@media (max-width: 991.98px) {
	.siteNav .nav-item.is-megaDropdown .container {
		max-width: 100%;
		padding: 0;
	}
}

@media (max-width: 991.98px) {
	.siteNav .nav-item.is-megaDropdown .nav-btn {
		margin: 0.3125rem 0 0.5rem;
	}
}

.siteFooter {
	background-color: #414141;
}

.siteFooter-footerList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.siteFooter .navbar-nav {
	display: block;
	padding: 0;
}

.siteFooter .dropdown-menu {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

.siteFooter .dropdown-item {
	padding: 0.5rem 0;
}

.siteFooter .dropdown-item:hover,
.siteFooter .dropdown-item:focus,
.siteFooter .dropdown-item:active,
.siteFooter .dropdown-item.active {
	background-color: transparent;
	color: #feb913;
	font-size: 0.8125rem;
	font-weight: 700;
	text-decoration: underline;
}

.siteFooter .dropdown-item [class*=' icon-'],
.siteFooter .dropdown-item [class^='icon-'] {
	color: #fff;
	font-size: 1rem;
	padding-right: 0.75rem;
}

.siteFooter .dropdown-item [class*=' icon-']::before,
.siteFooter .dropdown-item [class^='icon-']::before {
	display: inline-block;
}

.siteFooter-footerTxt {
	color: #fff;
	font-size: 0.875rem;
}

/* States */
.siteFooter {
	padding: 0.75rem 0;
}

@media (min-width: 768px) {
	.siteFooter {
		padding: 1.75rem 0;
	}
}

.siteFooter .navbar-nav {
	border-bottom: 1px solid #666;
}

@media (min-width: 768px) {
	.siteFooter .navbar-nav {
		border-bottom: 0;
	}
}

.siteFooter .dropdown-menu {
	margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
	.siteFooter .dropdown-menu {
		display: block;
		margin-bottom: 1.5625rem;
	}
}

.siteFooter .nav-link {
	border-top: 1px solid #666;
	color: #fff;
	font-size: 0.9375rem;
}

.siteFooter .nav-link::after {
	right: 0;
}

@media (min-width: 768px) {
	.siteFooter .nav-link {
		border-top: 0;
		color: #fff;
		font-size: 1.125rem;
	}

	.siteFooter .nav-link::after {
		display: none;
	}
}

.siteFooter .dropdown-item {
	color: #feb913;
	font-size: 0.8125rem;
}

@media (min-width: 768px) {
	.siteFooter .dropdown-item {
		color: #feb913;
		font-size: 0.8125rem;
		font-weight: 700;
	}
}

.siteFooter-footerTxt {
	margin-top: 1.25rem;
	text-align: center;
}

@media (min-width: 768px) {
	.siteFooter-footerTxt {
		margin-top: 0;
		text-align: left;
	}
}

.breadcrumbs .breadcrumb-item {
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 600;
}

.breadcrumbs .breadcrumb-item::before {
	color: #fff;
	font-size: 0.5rem;
}

/* States */
.breadcrumbs {
	display: none;
}

@media (min-width: 768px) {
	.breadcrumbs {
		display: block;
	}
}

.breadcrumbs .breadcrumb-item:hover,
.breadcrumbs .breadcrumb-item:focus,
.breadcrumbs .breadcrumb-item:active,
.breadcrumbs .breadcrumb-item.active {
	color: #fff;
}

.breadcrumbs .breadcrumb-item.active {
	font-weight: 300;
}

.breadcrumbs--dark .breadcrumb-item {
	color: #000;
	font-size: 0.8125rem;
	font-weight: 600;
}

.breadcrumbs--dark .breadcrumb-item:hover,
.breadcrumbs--dark .breadcrumb-item:focus,
.breadcrumbs--dark .breadcrumb-item:active,
.breadcrumbs--dark .breadcrumb-item.active {
	color: #000;
}

.breadcrumbs--dark .breadcrumb-item.active {
	color: #000;
	font-weight: 300;
}

.breadcrumbs--dark .breadcrumb-item::before {
	color: #000;
}

.accountSidebar-sidebarList {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.accountSidebar-content .dropdown-toggle::after {
	content: '\e906';
	right: 0;
}

.accountSidebar-mobile {
	margin: 0.9375rem 0;
	position: relative;
}

.accountSidebar-mobile.show > .btn-secondary.dropdown-toggle {
	border-color: #222;
}

.accountSidebar-mobile .dropdown-menu {
	width: 100%;
	z-index: 1010;
}

.accountSidebar-dropdownButton {
	border-bottom: 2px solid #222;
	border-left: 2px solid #222;
	border-right: 2px solid #222;
	border-top: 2px solid #222;
	font-size: 0.8125rem;
	height: 48px;
	padding-left: 0.75rem;
	text-align: left;
	width: 100%;
}

.accountSidebar-dropdownButton:hover {
	border-color: #222;
}

.accountSidebar-dropdownButton::after {
	color: #ff5630;
}

/* States */
.accountSidebar .nav-link {
	border-top: 1px solid #d6d6d6;
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 0.75rem 0.75rem 0.75rem 0;
}

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

@media (min-width: 992px) {
	.accountSidebar .nav-link {
		border-left: 5px solid transparent;
		color: #000;
		font-size: 1rem;
		font-weight: 700;
		padding: 0.75rem;
	}

	.accountSidebar .nav-link:hover,
	.accountSidebar .nav-link:focus,
	.accountSidebar .nav-link:active,
	.accountSidebar .nav-link.active {
		background-color: #fefefe;
		border-left: 5px solid #feb913;
	}
}

.accountSidebar-content {
	display: none;
}

@media (min-width: 768px) {
	.accountSidebar-content {
		display: block;
	}
}

@media (min-width: 992px) {
	.accountSidebar-content .dropdown-toggle::after {
		display: none;
	}
}

@media (min-width: 768px) {
	.accountSidebar-mobile {
		display: none;
	}
}

.selectTag select {
	display: none;
}

.selectTag .dropdown-toggle {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	font-size: 0;
	overflow: hidden;
	padding: 0.125rem 2.5rem 0.25rem 0.5625rem;
	position: relative;
}

.selectTag .dropdown-toggle::after {
	border-width: 0;
	color: #00693c;
	content: '\e904';
	cursor: pointer;
	display: inline-block;
	font-family: 'sj-icons';
	font-size: 0.75rem;
	height: auto;
	margin-left: 0.3125rem;
	position: absolute;
	right: 1rem;
	top: 54%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
}

.selectTag .dropdown-toggle[aria-expanded='true']::after {
	content: '\e907';
}

.selectTag .dropdown-menu {
	border-radius: 3px;
	border-width: 0;
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.25);
	margin: 0;
	max-height: 250px;
	overflow-y: auto;
	padding: 0.375rem 0.75rem 0.5625rem;
	right: 0;
	top: auto !important;
	-webkit-transform: none !important;
	transform: none !important;
}

.selectTag .tag {
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	color: #000;
	display: inline-block;
	font-size: 0.8125rem;
	margin: 0.375rem 0.5625rem 0.1875rem 0;
	padding: 0.3125rem 0.625rem;
}

.selectTag .tags.is-selected .tag {
	background-color: #fef8e7;
	padding: 0.3125rem 1.875rem 0.3125rem 0.625rem;
	position: relative;
}

.selectTag .tags.is-selected [class^='icon-'],
.selectTag .tags.is-selected [class*=' icon-'] {
	bottom: 0;
	cursor: pointer;
	padding: 0 0.625rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 1.875rem;
}

.selectTag .tags.is-selected [class^='icon-']::before,
.selectTag .tags.is-selected [class*=' icon-']::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.selectTag .tags.is-available .tag {
	cursor: pointer;
	padding: 0.3125rem 0.9375rem;
}

.selectTag .tags.is-available .tag.is-active {
	border-color: #feb913;
	cursor: default;
}

.selectTag .tags.is-available .tag.is-active [class^='icon-'],
.selectTag .tags.is-available .tag.is-active [class*=' icon-'] {
	opacity: 1;
}

.selectTag .tags.is-available [class^='icon-'],
.selectTag .tags.is-available [class*=' icon-'] {
	color: #36b37e;
	font-size: 0.75rem;
	margin-right: 0.3125rem;
	opacity: 0.3;
	vertical-align: -1px;
}

.selectTag [class^='icon-'],
.selectTag [class*=' icon-'] {
	display: inline-block;
	font-size: 0.625rem;
	opacity: 0.3;
}

.selectTag .tags-select-input {
	display: none;
}

/* States */
.selectTag .dropdown-toggle {
	min-height: 2.25rem;
}

@media (min-width: 768px) {
	.selectTag .dropdown-toggle {
		min-height: 3rem;
	}
}

.datePicker-content {
	position: relative;
}

.datePicker-content::after {
	color: #00693c;
	content: '\e902';
	font-family: 'sj-icons';
	font-size: 0.75rem;
	pointer-events: auto;
	position: absolute;
	right: 0.875rem;
}

.datePicker-datePicker {
	display: none;
	position: absolute;
	z-index: 999;
}

.datePicker-datePickerItem {
	display: inline-block;
}

.datePicker-startDate {
	display: none;
}

.datePicker-endDate {
	display: none;
}

/* States */
.datePicker-content::after {
	top: 0.625rem;
}

@media (min-width: 768px) {
	.datePicker-content::after {
		top: 1.125rem;
	}
}

.searchTeamMember-content {
	background-color: #fff;
	padding: 1.5rem 0;
}

.searchTeamMember-searchFieldHolder {
	margin: 0 1.5rem;
	position: relative;
}

.searchTeamMember-searchFieldHolder .icon-search {
	color: #fff;
	position: absolute;
}

.searchTeamMember-searchFieldHolder .icon-spinner {
	background-color: transparent;
}

.searchTeamMember-searchField {
	background-color: #545454;
	border-radius: 1.5rem;
	border-width: 0;
}

.searchTeamMember-separator {
	border-top: 1px solid #000;
	margin: 1.5rem 0;
}

.searchTeamMember-tableResult {
	margin: 0 1.5rem;
}

/* States */
.searchTeamMember-searchFieldHolder .icon-search {
	font-size: 1.25rem;
	left: 1.25rem;
	top: 0.5rem;
}

@media (min-width: 768px) {
	.searchTeamMember-searchFieldHolder .icon-search {
		font-size: 1.25rem;
		left: 1.875rem;
		top: 0.875rem;
	}
}

.searchTeamMember-searchField {
	color: #fff;
	font-size: 0.9375rem;
	height: 2.25rem;
	line-height: 2.25rem;
	padding: 0 3.25rem;
}

@media (min-width: 768px) {
	.searchTeamMember-searchField {
		color: #fff;
		font-size: 1.125rem;
		height: 3rem;
		line-height: 3rem;
		padding: 0 4.375rem;
	}
}

.searchTeamMember-searchField:hover,
.searchTeamMember-searchField:focus,
.searchTeamMember-searchField:active,
.searchTeamMember-searchField.active {
	background-color: #545454;
	color: #fff;
}

.searchTeamMember .list-group-item-filter {
	display: none;
}

@media (min-width: 992px) {
	.searchTeamMember .list-group-item-filter {
		background-color: #f3f3f3 !important;
		border-top: 0;
		display: block;
	}
}

.searchTeamMember .team-firstname,
.searchTeamMember .team-filter-firstname,
.searchTeamMember .team-lastname,
.searchTeamMember .team-filter-lastname {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.searchTeamMember .team-firstname,
	.searchTeamMember .team-filter-firstname,
	.searchTeamMember .team-lastname,
	.searchTeamMember .team-filter-lastname {
		display: inline-block;
		width: 20%;
	}
}

.searchTeamMember .team-email,
.searchTeamMember .team-filter-email {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.searchTeamMember .team-email,
	.searchTeamMember .team-filter-email {
		display: inline-block;
		width: 50%;
	}
}

.searchTeamMember .team-select {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.searchTeamMember .team-select {
		display: inline-block;
		text-align: right;
		width: 10%;
	}
}

.searchTeamMember .team-select-member {
	color: #000;
	cursor: pointer;
	font-size: 0.75rem;
	font-weight: 700;
}

.searchTeamMember .team-select-member:hover,
.searchTeamMember .team-select-member:focus,
.searchTeamMember .team-select-member:active,
.searchTeamMember .team-select-member.active {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
}

.searchTeamMember .pagination {
	margin: 0;
}

.searchTeamMember .pagination-group {
	margin-top: 1.5rem;
}

.searchTeamMember .list-group-item {
	font-size: 0;
}

.searchTeamMember .list-group-item > div:not(.list-group-item-head) {
	font-size: 0.9375rem;
	vertical-align: top;
}

.searchTeamMember .list-group-item.is-selected {
	background-color: #fef8e7 !important;
}

.searchTeamMember .list-group-item-filter > div {
	font-size: 0.75rem;
	vertical-align: top;
}

.searchTeamMember .list-group-styled .list-group-item:nth-child(even) {
	background-color: #fff;
}

.orderDetailsConfirmation-content {
	border-top: 1px solid #000;
}

.orderDetailsConfirmation-title {
	text-transform: uppercase;
}

.orderDetailsConfirmation-paymentImg {
	vertical-align: middle;
}

/* States */
.orderDetailsConfirmation-content {
	padding-top: 1rem;
}

@media (min-width: 768px) {
	.orderDetailsConfirmation-content {
		padding-top: 0.5rem;
	}
}

.orderDetailsConfirmation-title {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5rem;
}

@media (min-width: 768px) {
	.orderDetailsConfirmation-title {
		color: #000;
		font-size: 0.9375rem;
		font-weight: 700;
		margin-top: 1rem;
	}
}

.orderDetailsConfirmation-details {
	color: #222;
	font-size: 0.75rem;
	line-height: 1.125rem;
	margin-top: 0.625rem;
}

@media (min-width: 768px) {
	.orderDetailsConfirmation-details {
		color: #222;
		font-size: 0.9375rem;
		line-height: 1.875rem;
		margin-top: 0;
	}
}

.orderDetailsConfirmation-paymentImg {
	max-height: 1.125rem;
}

@media (min-width: 768px) {
	.orderDetailsConfirmation-paymentImg {
		max-height: 1.375rem;
	}
}

.orderDetailsConfirmation-name {
	font-weight: 700;
}

@media (min-width: 768px) {
	.orderDetailsConfirmation-name {
		font-weight: normal;
	}
}

.orderDetailsConfirmation-dataSeparator {
	border-top: 1px solid #000;
}

@media (min-width: 768px) {
	.orderDetailsConfirmation-dataSeparator {
		display: none;
	}
}

.cartDetailsConfirmation-content {
	border-top: 1px solid #000;
}

.cartDetailsConfirmation-title {
	text-transform: uppercase;
}

/* States */
.cartDetailsConfirmation-content {
	padding-top: 0.75rem;
}

@media (min-width: 768px) {
	.cartDetailsConfirmation-content {
		padding-top: 1.375rem;
	}
}

.cartDetailsConfirmation-title {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
}

@media (min-width: 768px) {
	.cartDetailsConfirmation-title {
		color: #000;
		font-size: 0.9375rem;
		font-weight: 700;
	}
}

.cartDetailsConfirmation-lightDivider {
	border-top: 1px solid #d6d6d6;
	margin: 0.6875rem 0;
}

@media (min-width: 768px) {
	.cartDetailsConfirmation-lightDivider {
		margin: 1.375rem 0;
	}
}

.cartDetailsConfirmation-itemTitle {
	color: #222;
	font-size: 0.8125rem;
	font-weight: 700;
}

@media (min-width: 768px) {
	.cartDetailsConfirmation-itemTitle {
		color: #222;
		font-size: 0.9375rem;
		font-weight: 700;
	}
}

.cartDetailsConfirmation-itemQuantity {
	color: #444;
	font-size: 0.8125rem;
}

@media (min-width: 768px) {
	.cartDetailsConfirmation-itemQuantity {
		color: #444;
		font-size: 0.9375rem;
	}
}

.cartDetailsConfirmation-total {
	color: #444;
	font-size: 0.8125rem;
}

@media (min-width: 768px) {
	.cartDetailsConfirmation-total {
		color: #444;
		font-size: 0.9375rem;
	}
}

.cartDetailsConfirmation-alignCol .text-right {
	text-align: left;
}

@media (min-width: 768px) {
	.cartDetailsConfirmation-alignCol {
		text-align: right;
	}
}

.cartDetailsConfirmation-refundBtn {
	margin-top: 0.375rem;
}

@media (min-width: 768px) {
	.cartDetailsConfirmation-refundBtn {
		margin-top: 0;
	}
}

.cartDetailsConfirmation-totalsTitle {
	color: #222;
	font-size: 0.8125rem;
	line-height: 1.5rem;
}

@media (min-width: 768px) {
	.cartDetailsConfirmation-totalsTitle {
		color: #222;
		font-size: 0.9375rem;
		line-height: 1.875rem;
	}
}

.cartDetailsConfirmation-totalsAmount {
	color: #444;
	font-size: 0.8125rem;
	line-height: 1.5rem;
	text-align: right;
}

@media (min-width: 768px) {
	.cartDetailsConfirmation-totalsAmount {
		color: #444;
		font-size: 0.9375rem;
		line-height: 1.875rem;
	}
}

.cartDetailsConfirmation-grandTotalTitle {
	color: #222;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5rem;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.cartDetailsConfirmation-grandTotalTitle {
		color: #222;
		font-size: 1.125rem;
		font-weight: 700;
		line-height: 1.875rem;
	}
}

.cartDetailsConfirmation-grandTotalAmount {
	color: #222;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.875rem;
	text-transform: uppercase;
}

.imageSlider-slide {
	background-size: cover;
}

.imageSlider-contentBox {
	background-color: #feb913;
}

.imageSlider-slideLink {
	display: block;
	text-transform: uppercase;
}

.imageSlider-slideLink [class^='icon-'],
.imageSlider-slideLink [class*=' icon-'] {
	display: inline-block;
	vertical-align: -0.0625rem;
}

/* States */
.imageSlider-slide {
	background-position: 50% 0;
	padding: 9.0625rem 0 0;
}

@media (min-width: 768px) {
	.imageSlider-slide {
		background-position: 50% 50%;
		padding: 9.0625rem 0;
	}
}

@media (max-width: 991.98px) {
	.imageSlider-slide .container {
		max-width: none;
		padding: 0;
	}
}

@media (min-width: 768px) {
	.imageSlider-slide.is-rightContentBox {
		padding: 9.0625rem 0;
	}
}

.imageSlider-slide.is-rightContentBox .imageSlider-contentBox {
	margin: 0 0 0 auto;
}

@media (max-width: 991.98px) {
	.imageSlider-slide.is-rightContentBox .imageSlider-contentBox {
		margin: auto;
	}
}

@media (min-width: 992px) {
	.imageSlider-slide .container {
		max-width: 70%;
	}
}

.imageSlider-contentBox {
	background-color: #feb913;
	padding: 0.9375rem 0.75rem;
}

@media (min-width: 768px) {
	.imageSlider-contentBox {
		max-width: 21.25rem;
		padding: 1.5rem;
	}
}

@media (max-width: 991.98px) {
	.imageSlider-contentBox {
		margin: auto;
	}
}

.imageSlider-slideTitle {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5rem;
}

@media (min-width: 768px) {
	.imageSlider-slideTitle {
		color: #000;
		font-size: 1.875rem;
		font-weight: 700;
		line-height: 2.25rem;
	}
}

.imageSlider-slideDesc {
	color: #000;
	font-size: 0.9375rem;
	line-height: 1.125rem;
	margin: 0.375rem 0 0;
}

@media (min-width: 768px) {
	.imageSlider-slideDesc {
		color: #000;
		font-size: 1.125rem;
		line-height: 1.4375rem;
		margin: 0.75rem 0 0;
	}
}

.imageSlider-slideLink {
	color: #000;
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 0.8125rem;
	margin-top: 0.875rem;
}

@media (min-width: 768px) {
	.imageSlider-slideLink {
		color: #000;
		font-size: 0.75rem;
		font-weight: 700;
		line-height: 0.875rem;
		margin-top: 1.5625rem;
	}
}

.imageSlider-slideLink [class^='icon-'],
.imageSlider-slideLink [class*=' icon-'] {
	font-size: 0.625rem;
	margin-left: 0.1875rem;
}

@media (min-width: 768px) {
	.imageSlider-slideLink [class^='icon-'],
	.imageSlider-slideLink [class*=' icon-'] {
		font-size: 0.75rem;
		margin-left: 0.5rem;
	}
}

.imageSlider.is-loading {
	max-height: 15.625rem;
	overflow: hidden;
}

@media (min-width: 768px) {
	.imageSlider.is-loading {
		max-height: 30rem;
	}
}

.fullWidthText-innerContent {
	padding: 1rem 0;
}

.fullWidthText-innerContent p:last-of-type {
	margin-bottom: 0;
}

.fullWidthText-link {
	color: #000;
	display: inline-block;
	margin-top: 0.75rem;
}

.fullWidthText-link:hover,
.fullWidthText-link:focus,
.fullWidthText-link:active,
.fullWidthText-link.active {
	color: #000;
}

/* States */
.fullWidthText-text {
	color: #444;
	font-size: 1.125rem;
	line-height: 1.875rem;
}

@media (min-width: 768px) {
	.fullWidthText-text {
		color: #444;
		font-size: 1.5rem;
		line-height: 2.625rem;
	}
}

.productsFilters {
	color: #000;
}

.productsFilters-title {
	cursor: pointer;
	margin: 0;
	position: relative;
	text-transform: capitalize;
}

.productsFilters-title::after {
	color: #00693c;
	font-family: 'sj-icons';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.productsFilters .btn {
	margin-bottom: 1rem;
}

/* States */
.productsFilters.is-open {
	background-color: #f3f3f3;
	display: block;
	height: calc(100vh + 80px);
	left: 0;
	overflow: auto;
	padding: 0 0.75rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

@media (min-width: 768px) {
	.productsFilters.is-open {
		height: auto;
	}
}

.productsFilters.is-open .productsFilters-filter {
	display: block;
	height: calc(100%);
}

.productsFilters.is-open .productsFilters-refine {
	display: none;
}

.productsFilters-refine {
	align-items: flex-end;
	-webkit-box-align: end;
	-webkit-box-pack: justify;
	color: #444;
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: end;
	-ms-flex-pack: justify;
	font-size: 0.875rem;
	font-weight: 700;
	justify-content: space-between;
	padding: 0.75rem 0;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.productsFilters-refine {
		border-bottom: 2px solid #000;
		color: #444;
		font-size: 0.9375rem;
		font-weight: 700;
		padding: 0.9375rem 0;
	}
}

.productsFilters-refine span {
	border-bottom: 2px solid #feb913;
}

@media (min-width: 768px) {
	.productsFilters-refine span {
		border-bottom: 0;
	}
}

.productsFilters-filter {
	display: none;
}

@media (min-width: 768px) {
	.productsFilters-filter {
		display: block;
	}
}

.productsFilters-group {
	border-bottom: 1px solid #d6d6d6;
}

.productsFilters-group .form-check {
	align-items: flex-start;
	-webkit-box-align: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	margin-bottom: 0.9375rem;
}

.productsFilters-group .form-check-input {
	vertical-align: top;
}

.productsFilters-group .form-check-label {
	color: #444;
	font-size: 0.8125rem;
}

@media (min-width: 768px) {
	.productsFilters-group .form-check-label {
		color: #444;
		font-size: 0.9375rem;
	}
}

.productsFilters-group:last-of-type {
	border-bottom: 0;
}

.productsFilters-title {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 0.9375rem 0;
}

.productsFilters-title::after {
	content: '\e907';
	font-size: 0.5rem;
}

.productsFilters-title.collapsed::after {
	content: '\e904';
}

@media (min-width: 768px) {
	.productsFilters-title {
		color: #000;
		font-size: 1rem;
		font-weight: 700;
	}

	.productsFilters-title::after {
		font-size: 0.625rem;
	}
}

.productsFilters-mobileOpen {
	border-bottom: 1px solid #d6d6d6;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	font-weight: bold;
	justify-content: space-between;
	padding: 1rem 0;
}

.productsFilters-mobileOpen .underline-link {
	color: #000;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 700;
	margin: 0;
}

.productsFilters-mobileOpen .underline-link.mobile-reset {
	color: #000;
	font-size: 0.875rem;
	font-weight: normal;
}

@media (min-width: 768px) {
	.productsFilters-mobileOpen {
		display: none;
	}
}

@media (min-width: 768px) {
	.productsFilters-updateBtn {
		padding: 0.8125rem 0;
	}
}

.productListItem-content {
	background-color: #fff;
	-webkit-box-shadow: inset 3px 0 0 0 #feb913, 0 2px 6px 0 rgba(0, 0, 0, 0.05);
	box-shadow: inset 3px 0 0 0 #feb913, 0 2px 6px 0 rgba(0, 0, 0, 0.05);
}

/* States */
.productListItem-content {
	padding: 0.75rem;
}

@media (min-width: 768px) {
	.productListItem-content {
		padding: 1.5rem 1.875rem;
	}
}

.productListItem-title {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0.375rem;
}

@media (min-width: 768px) {
	.productListItem-title {
		color: #000;
		font-size: 1.5rem;
		font-weight: 700;
	}
}

.productListItem-price {
	color: #000;
	font-size: 0.9375rem;
	margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
	.productListItem-price {
		color: #000;
		font-size: 1.375rem;
	}
}

.productListItem-duration,
.productListItem-details {
	color: #444;
	font-size: 0.8125rem;
	line-height: 1.125rem;
}

@media (min-width: 768px) {
	.productListItem-duration,
	.productListItem-details {
		color: #444;
		font-size: 0.9375rem;
		line-height: 1.5rem;
		padding-right: 0.625rem;
	}
}

.productListItem .btn {
	margin-bottom: 0;
	margin-top: 0.75rem;
	padding: 0.4375rem;
}

@media (min-width: 768px) {
	.productListItem .btn {
		margin-bottom: 0.75rem;
		margin-top: 0;
		padding: 0.8125rem 0.5rem;
	}
}

.quantityInput {
	position: relative;
}

.quantityInput input[type=number]::-webkit-inner-spin-button,
.quantityInput input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantityInput input[type=number] {
	-moz-appearance: textfield;
}

.quantityInput-down,
.quantityInput-up {
	background-color: transparent;
	border-width: 0;
	color: #00693c;
	cursor: pointer;
	font-size: 0.625rem;
	height: 100%;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 40px;
}

.quantityInput-down span,
.quantityInput-up span {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.quantityInput-down {
	left: 0;
	top: 0;
}

.quantityInput-up {
	right: 0;
	top: 0;
}

/* States */
.quantityInput input {
	color: #444;
	display: inline-block;
	font-size: 0.9375rem;
	height: 36px;
	text-align: center;
	width: 100%;
}

@media (min-width: 768px) {
	.quantityInput input {
		color: #444;
		font-size: 1rem;
		height: 48px;
	}
}

/* States */
.quickFacts-content {
	padding: 1.25rem 0.75rem;
}

@media (min-width: 768px) {
	.quickFacts-content {
		padding: 1.875rem;
	}
}

.quickFacts-title {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5rem;
	margin-bottom: 0.375rem;
}

@media (min-width: 768px) {
	.quickFacts-title {
		font-size: 1.125rem;
		margin-bottom: 0.75rem;
	}
}

.quickFacts-text {
	font-size: 0.75rem;
	line-height: 1.125rem;
}

@media (min-width: 768px) {
	.quickFacts-text {
		font-size: 0.9375rem;
		line-height: 1.5rem;
	}
}

.quickFacts-text p:last-of-type {
	margin-bottom: 0;
}

.map-frame {
	border: 0;
	max-width: 100%;
}

/* States */
.shoppingCartItem-content {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
	position: relative;
}

.shoppingCartItem .underline-link {
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	margin-top: 0.375rem;
}

.shoppingCartItem-removeItem {
	cursor: pointer;
	position: absolute;
	right: -2.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.shoppingCartItem-removeItem .delete-icon {
	font-size: 1.5rem;
}

.shoppingCartItem-deleteOverlay {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	color: #444;
	display: none;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 100%;
	padding: 0.75rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

/* States */
.shoppingCartItem-content {
	padding: 0.75rem;
}

@media (min-width: 768px) {
	.shoppingCartItem-content {
		padding: 1.5rem;
	}
}

.shoppingCartItem-content.is-overlay .shoppingCartItem-deleteOverlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.shoppingCartItem-content.is-overlay .shoppingCartItem-removeItem {
	opacity: 0.5;
}

.shoppingCartItem-title {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5rem;
}

@media (min-width: 768px) {
	.shoppingCartItem-title {
		color: #000;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 2.375rem;
		margin-top: 0.375rem;
	}
}

.shoppingCartItem-subTotal {
	color: #000;
	font-size: 0.8125rem;
	line-height: 1.5rem;
}

@media (min-width: 768px) {
	.shoppingCartItem-subTotal {
		color: #000;
		font-size: 1.5rem;
		margin-top: 0.375rem;
		text-align: right;
	}
}

.shoppingCartItem-details {
	color: #444;
	font-size: 0.8125rem;
	line-height: 1.5rem;
}

@media (min-width: 768px) {
	.shoppingCartItem-details {
		color: #444;
		font-size: 0.9375rem;
	}
}

.shoppingCartItem input,
.shoppingCartItem input:disabled {
	font-size: 0.9375rem;
	text-align: center;
}

@media (min-width: 768px) {
	.shoppingCartItem input,
	.shoppingCartItem input:disabled {
		font-size: 1rem;
	}
}

.shoppingCartItem .form-label {
	margin-top: 0.25rem;
}

@media (min-width: 768px) {
	.shoppingCartItem .form-label {
		margin-top: 0;
	}
}

.shoppingCartItem-updateBtn {
	margin-bottom: 0.375rem;
}

@media (min-width: 768px) {
	.shoppingCartItem-updateBtn {
		margin-bottom: 0;
	}
}

.shoppingCartItem-courseInput {
	display: none;
}

@media (min-width: 768px) {
	.shoppingCartItem-courseInput {
		display: block;
	}
}

.shoppingCartItem-deleteMsg {
	color: #444;
	font-size: 0.9375rem;
	margin-bottom: 0.75rem;
	text-align: center;
}

@media (min-width: 768px) {
	.shoppingCartItem-deleteMsg {
		color: #444;
		font-size: 1.5rem;
	}
}

.shoppingCartItem-btnWrapper .btn {
	min-width: 7.1875rem;
}

.shoppingCartItem-btnWrapper .btn:first-of-type {
	margin-right: 0.625rem;
}

.promoCode-content {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
}

.promoCode .form-label {
	font-weight: 700;
}

.promoCode-btnHolder {
	position: relative;
}

.promoCode-applyBtn {
	position: absolute;
	right: 0.3125rem;
	top: 0.3125rem;
}

.promoCode .form-control {
	padding-right: 5rem;
}

/* States */
.promoCode-content {
	padding: 0.75rem;
}

@media (min-width: 768px) {
	.promoCode-content {
		padding: 1.5rem;
	}
}

@media (max-width: 767.98px) {
	.promoCode-applyBtn {
		padding: 0.125rem 0.5rem;
	}
}

.promoCode .btn {
	min-width: 4.375rem;
	text-align: center;
}

.progressBar-item {
	display: inline-block;
}

/* States */
.progressBar-item {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 0.75rem;
	opacity: 0.3;
	padding-bottom: 0.6875rem;
}

@media (min-width: 768px) {
	.progressBar-item {
		color: #000;
		font-size: 1.125rem;
		font-weight: 700;
		line-height: 2.625rem;
	}
}

.progressBar-item.is-active {
	border-bottom: 3px solid #000;
	opacity: 1;
}

@media (min-width: 768px) {
	.progressBar-item.is-active {
		border-bottom: 6px solid #000;
	}
}

.progressBar-icon {
	font-size: 0.625rem;
	line-height: 0.75rem;
	margin: 0 0.8125rem;
	opacity: 0.3;
}

@media (min-width: 768px) {
	.progressBar-icon {
		line-height: 2.625rem;
	}
}

.progressBar-icon.is-active {
	opacity: 1;
}

.checkoutMiniCart-content {
	border: 1px solid #d6d6d6;
}

.checkoutMiniCart-itemTitle {
	color: #222;
}

/* States */
.checkoutMiniCart-content {
	padding: 1.125rem 0.75rem;
}

@media (min-width: 768px) {
	.checkoutMiniCart-content {
		padding: 1.5rem;
	}
}

.checkoutMiniCart-title {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.checkoutMiniCart-title {
		color: #000;
		font-size: 0.9375rem;
		font-weight: 700;
	}
}

.checkoutMiniCart-separator {
	border-top: 1px solid #d6d6d6;
	margin: 0.75rem 0;
}

.checkoutMiniCart-description {
	color: #444;
	font-size: 0.8125rem;
	line-height: 1.5rem;
}

@media (min-width: 768px) {
	.checkoutMiniCart-description {
		color: #444;
		font-size: 0.9375rem;
		line-height: 1.875rem;
	}
}

.checkoutMiniCart-grandTotal {
	color: #222;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.875rem;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.checkoutMiniCart-grandTotal {
		color: #222;
		font-size: 1.125rem;
		font-weight: 700;
		line-height: 1.875rem;
	}
}

.checkoutMiniCart-grandTotalValue {
	color: #444;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.875rem;
}

@media (min-width: 768px) {
	.checkoutMiniCart-grandTotalValue {
		color: #444;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.875rem;
	}
}

.customerSupportAdminBar {
	background-color: #ff7900;
	color: #fff;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.customerSupportAdminBar-content {
	padding: 0.75rem;
}

.customerSupportAdminBar-onBehalfText {
	display: inline;
	font-size: 0.75rem;
	text-transform: uppercase;
}

.customerSupportAdminBar-customerName {
	font-weight: bold;
}

.customerSupportAdminBar-btn {
	background-color: #ffb200;
	border-color: #ffb200;
	color: #212529;
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	margin-left: 0.625rem;
	padding: 0.0625rem 0.3125rem;
	/*text-transform: capitalize;*/
}

.customerSupportAdminBar-btn:hover {
	background-color: #d99700;
	border-color: #cc8e00;
	color: #212529;
}

.customerSupportAdminBar-btn:focus,
.customerSupportAdminBar-btn.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 178, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 178, 0, 0.5);
}

.customerSupportAdminBar-btn.disabled,
.customerSupportAdminBar-btn:disabled {
	background-color: #ffb200;
	border-color: #ffb200;
	color: #212529;
}

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

.customerSupportAdminBar-btn:not(:disabled):not(.disabled):active:focus,
.customerSupportAdminBar-btn:not(:disabled):not(.disabled).active:focus,
.show > .customerSupportAdminBar-btn.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 178, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 178, 0, 0.5);
}

/* States */
.customerSupportAdminBar {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	justify-content: center;
	overflow: hidden;
	/* added to support older browsers */
	padding: 0.5rem 0;
	position: static;
}

@media (min-width: 992px) {
	.customerSupportAdminBar {
		height: 5rem;
		/* added to support older browsers */
		padding: 0;
		position: fixed;
	}

	.customerSupportAdminBar > div {
		line-height: 1;
	}
}

.customerSupportAdminBar-container {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 991.98px) {
	.customerSupportAdminBar-container {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-box-pack: center;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
}

.customerSupportAdminBar-title {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.customerSupportAdminBar-title {
		color: #fff;
		font-size: 1.125rem;
		font-weight: 700;
	}
}

.customerSupportAdminBar-customerName {
	font-size: 0.9375rem;
}

@media (min-width: 768px) {
	.customerSupportAdminBar-customerName {
		font-size: 1.125rem;
	}
}

.customerSupportAdminBar-icon {
	vertical-align: -0.0625rem;
}

.customerSupportAdminBar-headerSpacer {
	display: none;
}

@media (min-width: 992px) {
	.customerSupportAdminBar-headerSpacer {
		display: block;
		height: 5rem;
	}
}

.customerSupportAdminBar .select-account-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.customerSupportAdminBar .select-account-wrapper {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.customerSupportAdminBar-selectAccount {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	background-image: url('/Static/assets/svgs/chevron-down-green.svg');
	background-position: calc(100% - 8px) 12px;
	background-repeat: no-repeat;
	background-size: 12px;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	color: #444;
	font-size: 0.875rem;
	height: 30px !important;
	line-height: 28px;
	/* reset */
	margin: 0;
	max-width: 500px;
	min-width: 6.25rem;
	outline: none;
	padding: 0 1.75rem 0 0.375rem;
	text-overflow: ellipsis;
}

@media (max-width: 991.98px) {
	.customerSupportAdminBar-selectAccount {
		max-width: 100%;
	}
}

.loggedIn {
	background-color: #ff7900 !important;
}

/* States */
.privateMarketBar {
	background-color: #ff7900;
	color: #fff;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.privateMarketBar-content {
	padding: 0.75rem;
}

.privateMarketBar-onBehalfText {
	display: inline;
	font-size: 0.75rem;
	text-transform: uppercase;
}

.privateMarketBar-customerName {
	font-weight: bold;
}

.privateMarketBar-btn {
	background-color: #ffb200;
	border-color: #ffb200;
	color: #212529;
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	margin-left: 0.625rem;
	padding: 0.0625rem 0.3125rem;
	/*text-transform: capitalize;*/
}

.privateMarketBar-btn:hover {
	background-color: #d99700;
	border-color: #cc8e00;
	color: #212529;
}

.privateMarketBar-btn:focus,
.privateMarketBar-btn.focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 178, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 178, 0, 0.5);
}

.privateMarketBar-btn.disabled,
.privateMarketBar-btn:disabled {
	background-color: #ffb200;
	border-color: #ffb200;
	color: #212529;
}

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

.privateMarketBar-btn:not(:disabled):not(.disabled):active:focus,
.privateMarketBar-btn:not(:disabled):not(.disabled).active:focus,
.show > .privateMarketBar-btn.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 178, 0, 0.5);
	box-shadow: 0 0 0 0.2rem rgba(255, 178, 0, 0.5);
}

/* States */
.privateMarketBar {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	justify-content: center;
	overflow: hidden;
	/* added to support older browsers */
	padding: 0.5rem 0;
	position: static;
}

@media (min-width: 992px) {
	.privateMarketBar {
		height: 3.125rem;
		/* added to support older browsers */
		padding: 0;
		position: fixed;
	}

	.privateMarketBar > div {
		line-height: 1;
	}
}

.privateMarketBar-container {
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 991.98px) {
	.privateMarketBar-container {
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-box-pack: center;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
}

.privateMarketBar-title {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.privateMarketBar-title {
		color: #fff;
		font-size: 1.125rem;
		font-weight: 700;
	}
}

.privateMarketBar-customerName {
	font-size: 0.9375rem;
}

@media (min-width: 768px) {
	.privateMarketBar-customerName {
		font-size: 1.125rem;
	}
}

.privateMarketBar-icon {
	vertical-align: -0.0625rem;
}

.privateMarketBar-headerSpacer {
	display: none;
}

@media (min-width: 992px) {
	.privateMarketBar-headerSpacer {
		display: block;
		height: 3.125rem;
	}
}

.privateMarketBar .select-account-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.privateMarketBar .select-account-wrapper {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.privateMarketBar-selectAccountModal {
	color: #444;
}

.privateMarketBar-selectAccountModal .modal-dialog {
	max-width: 90%;
	width: 90%;
}

@media (min-width: 992px) {
	.privateMarketBar-selectAccountModal .modal-dialog {
		max-width: 768px;
		width: 768px;
	}
}

.privateMarketBar-selectAccountModal .modal-content {
	border-width: 0;
	-webkit-box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.3);
}

.privateMarketBar-selectAccountModal .modal-dialog {
	margin-left: auto;
	margin-right: auto;
}

.privateMarketBar-selectAccountModal .modal-header {
	border-width: 0;
	padding: 1.5rem;
	position: relative;
}

.privateMarketBar-selectAccountModal .modal-title {
	line-height: normal;
	padding-right: 3.125rem;
}

.privateMarketBar-selectAccountModal .modal-body {
	padding: 0 1.5rem 1.5rem;
}

.pageHeader-content {
	background-repeat: no-repeat;
	background-size: cover;
}

.pageHeader-bc {
	margin-bottom: -2.4375rem;
	margin-left: -0.4375rem;
}

.pageHeader-subTitle p {
	margin-bottom: 0;
}

.pageHeader-backBtn {
	color: #fff;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	padding-left: 1rem;
	position: relative;
}

.pageHeader-backBtn:hover,
.pageHeader-backBtn:focus,
.pageHeader-backBtn:active,
.pageHeader-backBtn.active {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
}

.pageHeader-backBtn::before {
	content: '\e905';
	font-family: 'sj-icons';
	font-size: 0.625rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pageHeader .breadcrumbs {
	margin-left: -0.5rem;
}

/* States */
.pageHeader-bc {
	display: none;
}

@media (min-width: 768px) {
	.pageHeader-bc {
		display: block;
		padding-top: 0.375rem;
	}
}

.pageHeader-content {
	background-position: 30% center;
	padding: 1.5625rem 0;
}

@media (min-width: 768px) {
	.pageHeader-content {
		background-position: center center;
		height: 192px;
		padding: 0;
	}
}

.pageHeader-head {
	margin: 0;
	max-width: 100%;
}

@media (min-width: 768px) {
	.pageHeader-head {
		max-width: 680px;
	}
}

.pageHeader-title {
	font-size: 1.5rem;
	margin: 0;
}

@media (min-width: 768px) {
	.pageHeader-title {
		font-size: 3rem;
	}
}

.pageHeader-subTitle {
	font-size: 1.125rem;
}

@media (min-width: 768px) {
	.pageHeader-subTitle {
		font-size: 1.875rem;
	}
}

.pageHeader-backBtn {
	margin: 0 0 0.75rem;
}

@media (min-width: 768px) {
	.pageHeader-backBtn {
		margin: 1.5625rem 0;
	}
}

.pageHeader--darkText .pageHeader-title,
.pageHeader--darkText .pageHeader-backBtn {
	color: #000 !important;
}

.pageHeader--darkText .pageHeader-subTitle {
	color: #000;
	font-size: 1.5rem;
}

.pageHeader--lightText .pageHeader-title,
.pageHeader--lightText .pageHeader-backBtn {
	color: #fff !important;
}

.pageHeader--lightText .pageHeader-subTitle {
	color: #fff;
	font-size: 1.5rem;
}

.pageHeader--noBg .pageHeader-subTitle {
	color: #000;
	font-size: 1.125rem;
}

.pageHeader--wide .pageHeader-head {
	max-width: 100%;
	padding-right: 4.25rem;
}

.pageHeader--narrow .pageHeader-content {
	height: 192px;
}

.pageHeader--narrow .pageHeader-title {
	margin-top: 3.75rem;
}

.pageHeader--emptyCart {
	display: none;
}

@media (min-width: 768px) {
	.pageHeader--emptyCart {
		display: block;
	}
}

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

.testimonial-imgHolder {
	border-radius: 50%;
	height: 84px;
	margin: 0.75rem auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 84px;
}

.testimonial-img {
	left: 50%;
	max-width: 100%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 84px;
}

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

/* States */
.testimonial-txt {
	color: #444;
	font-size: 1.125rem;
	line-height: 1.5rem;
}

@media (min-width: 768px) {
	.testimonial-txt {
		color: #444;
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
}

.testimonial-owner {
	color: #444;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.5rem;
}

@media (min-width: 768px) {
	.testimonial-owner {
		color: #444;
		font-size: 0.9375rem;
		font-weight: 700;
		line-height: 2.25rem;
	}
}

.landingPageTile-content {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 1.875rem;
	position: relative;
}

.landingPageTile-LinkWrapper {
	background-color: #000;
	bottom: 0;
	color: #fff;
	display: block;
	position: absolute;
	width: 100%;
}

.landingPageTile-LinkWrapper:hover,
.landingPageTile-LinkWrapper:focus,
.landingPageTile-LinkWrapper:active,
.landingPageTile-LinkWrapper.active {
	background-color: #feb913;
	color: #000;
	text-decoration: none;
}

.landingPageTile-title {
	font-weight: 700;
}

.landingPageTile-linkText {
	font-weight: 700;
	text-transform: uppercase;
}

.landingPageTile-icon {
	display: inline-block;
	margin-left: 0.5rem;
}

/* States */
.landingPageTile-content {
	margin-bottom: 1rem;
	min-height: 216px;
}

@media (min-width: 576px) {
	.landingPageTile-content {
		margin-bottom: 1.875rem;
		min-height: 240px;
	}
}

.landingPageTile-LinkWrapper {
	padding: 0.875rem;
}

@media (min-width: 576px) {
	.landingPageTile-LinkWrapper {
		padding: 1.5rem;
	}
}

.landingPageTile-title {
	font-size: 0.9375rem;
	line-height: 1.125rem;
	margin-bottom: 0.875rem;
}

@media (min-width: 576px) {
	.landingPageTile-title {
		font-size: 1.25rem;
		line-height: 1.5rem;
		margin-bottom: 1rem;
	}
}

.landingPageTile-linkText {
	font-size: 0.625rem;
}

@media (min-width: 576px) {
	.landingPageTile-linkText {
		font-size: 0.75rem;
	}
}

.landingPageTile-icon {
	font-size: 0.5rem;
}

@media (min-width: 576px) {
	.landingPageTile-icon {
		font-size: 0.625rem;
	}
}

.landingPageTileContainer-content {
	padding-bottom: 1rem;
	padding-top: 1.875rem;
}

/* States */
@media (min-width: 576px) {
	.landingPageTileContainer-content {
		margin-top: 1rem;
	}
}

.siteLinks-linksList {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.siteLinks .navbar-nav {
	padding: 0;
}

.siteLinks .nav-link {
	padding: 0.5rem 0;
}

.siteLinks .dropdown-menu {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

.siteLinks .dropdown-item {
	padding: 0.5rem 0;
}

.siteLinks .dropdown-item:hover,
.siteLinks .dropdown-item:focus,
.siteLinks .dropdown-item:active,
.siteLinks .dropdown-item.active {
	background-color: transparent;
	color: #feb913;
	font-size: 0.8125rem;
	font-weight: 700;
	text-decoration: underline;
}

.siteLinks .dropdown-item [class*=' icon-'],
.siteLinks .dropdown-item [class^='icon-'] {
	color: #fff;
	font-size: 1rem;
	padding-right: 0.75rem;
}

.siteLinks .dropdown-item [class*=' icon-']::before,
.siteLinks .dropdown-item [class^='icon-']::before {
	display: inline-block;
}

/* States */
.siteLinks {
	padding: 0;
}

@media (min-width: 768px) {
	.siteLinks {
		padding: 1.75rem 0;
	}
}

@media (min-width: 768px) {
	.siteLinks .dropdown-menu {
		display: block;
	}
}

.siteLinks .nav-link {
	border-top: 1px solid #666;
	color: #fff;
	font-size: 0.9375rem;
	padding: 0.75rem 0;
}

.siteLinks .nav-link::after {
	right: 0;
}

@media (min-width: 768px) {
	.siteLinks .nav-link {
		border-top: 0;
		color: #fff;
		font-size: 1.125rem;
		padding: 0.5rem 0;
	}

	.siteLinks .nav-link::after {
		display: none;
	}
}

.siteLinks .dropdown-item {
	color: #feb913;
	font-size: 0.8125rem;
}

@media (min-width: 768px) {
	.siteLinks .dropdown-item {
		color: #feb913;
		font-size: 0.8125rem;
		font-weight: 700;
	}
}

.footerContainer-content {
	padding-bottom: 1.5rem;
}

.footerContainer-footerTxt {
	color: #fff;
	font-size: 0.875rem;
}

/* States */
.footerContainer-footerTxt {
	margin-top: 1.25rem;
	text-align: center;
}

@media (min-width: 768px) {
	.footerContainer-footerTxt {
		margin-top: 0;
		text-align: left;
	}
}

.skillsChart {
	background-color: #f3f0d5;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2.5rem 0;
}

.skillsChart-content {
	max-width: 768px;
	width: 100%;
}

.skillsChart-title {
	color: #000;
	padding-bottom: 2rem;
	text-align: center;
}

.skillsChart-chartWrap {
	height: 168px;
	width: 168px;
}

.skillsChart-tabsTitle {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	padding-bottom: 0.9375rem;
}

.skillsChart-skill {
	display: inline-block;
	padding-bottom: 0.875rem;
	padding-right: 0.875rem;
}

.skillsChart-color {
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	padding-right: 0.375rem;
	width: 12px;
}

.skillsChart-tab {
	color: #000;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
}

/* States */
.skillsChart-top {
	display: block;
}

@media (min-width: 768px) {
	.skillsChart-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.skillsChart-chartWrap {
	display: block;
	margin: auto;
}

@media (min-width: 768px) {
	.skillsChart-chartWrap {
		display: inline-block;
	}
}

.skillsChart-tabs {
	display: block;
	padding: 1.25rem 0.75rem;
}

@media (min-width: 768px) {
	.skillsChart-tabs {
		display: inline-block;
		padding-left: 2rem;
		width: calc(100% - 168px);
	}
}

.skillsChart-tabContent {
	padding: 0 0.75rem;
}

@media (min-width: 768px) {
	.skillsChart-tabContent {
		padding: 2.125rem 0;
	}
}

.updatedFooter {
	background-color: #000;
}

.updatedFooter-content {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.updatedFooter-linksWrapper {
	font-size: 0;
}

.updatedFooter-siteLogo {
	max-width: 100%;
	width: 6.0625rem;
}

/* States */
.updatedFooter-link {
	color: #fff;
	display: table;
	font-size: 0.8125rem;
	margin-bottom: 1.5rem;
	text-align: left;
	width: 100%;
}

@media (min-width: 992px) {
	.updatedFooter-link {
		color: #fff;
		display: table;
		float: left;
		font-size: 0.875rem;
		width: 25%;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.updatedFooter-link {
		color: #fff;
		display: table;
		float: left;
		font-size: 0.875rem;
		width: 50%;
	}
}

.updatedFooter-link:hover,
.updatedFooter-link:focus,
.updatedFooter-link:active,
.updatedFooter-link.active {
	color: #fff;
}

.updatedFooter-link [class*=' icon-'],
.updatedFooter-link [class^='icon-'] {
	color: #fff;
	display: table-cell;
	font-size: 1rem;
	padding-right: 0.375rem;
	width: 1.5rem;
}

.updatedFooter-link [class*=' icon-']::before,
.updatedFooter-link [class^='icon-']::before {
	display: inline-block;
	vertical-align: -1px;
}

.updatedFooter-link.is-block {
	display: block;
	margin-bottom: 1.5rem;
	width: 100%;
}

@media (min-width: 768px) {
	.updatedFooter-link.is-block {
		margin-bottom: 0.75rem;
	}
}

.updatedFooter-footerTxt {
	color: #fff;
	font-size: 0.75rem;
	text-align: center;
}

@media (min-width: 768px) {
	.updatedFooter-footerTxt {
		color: #fff;
		font-size: 0.875rem;
		margin-top: 1rem;
		text-align: left;
	}
}

/* States */
.customiseCourse-title {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.125rem;
	margin-bottom: 0.9375rem;
	text-align: center;
}

@media (min-width: 768px) {
	.customiseCourse-title {
		color: #000;
		font-size: 1.875rem;
		font-weight: 700;
		line-height: 3rem;
		margin-bottom: 2.5rem;
	}
}

.customiseCourse-text {
	color: #000;
	font-size: 0.75rem;
	line-height: 1.125rem;
	margin-bottom: 0.9375rem;
	padding: 0 1.5rem;
}

@media (min-width: 768px) {
	.customiseCourse-text {
		color: #000;
		font-size: 0.9375rem;
		line-height: 1.875rem;
		margin-bottom: 2.5rem;
		padding: 0;
	}
}

.customiseCourse-btn {
	margin-top: 1.25rem;
}

@media (min-width: 768px) {
	.customiseCourse-btn {
		margin-top: 1.5rem;
		padding: 0.8125rem 1.875rem;
	}
}

.customiseCourse-btn:not(.submit-btn) {
	display: none;
	margin: 0 auto;
	max-width: 100%;
	min-width: 15.625rem;
	opacity: 0;
	-webkit-transform: all 0.5 ease-in-out;
	transform: all 0.5 ease-in-out;
}

@media (min-width: 768px) {
	.customiseCourse-btn:not(.submit-btn) {
		margin: 0 auto;
	}
}

.customiseCourse-btn:not(.submit-btn).collapsed {
	display: block;
	opacity: 1;
}

.selectLocationTime .datePicker-content::after {
	color: #00693c;
}

.selectLocationTime .styled-select {
	background-image: url('/Static/assets/svgs/chevron-down-green.svg');
}

/* States */
.selectLocationTime.is-styled .selectLocationTime-full {
	display: block;
}

.selectLocationTime.is-styled .selectLocationTime-summary {
	display: none;
}

.selectLocationTime-full {
	display: none;
}

.selectLocationTime-resultText {
	display: none;
}

.selectLocationTime-resultText.is-loaded {
	display: block;
	margin-top: 0.625rem;
}

@media (min-width: 992px) {
	.selectLocationTime-resultText.is-loaded {
		margin-top: 0;
	}
}

.selectLocationTime-inputLocation {
	display: none;
}

.selectLocationTime-inputLocation.has-data {
	display: inline;
}

.selectLocationTime-locationsTable .list {
	border: 0;
}

.selectLocationTime-locationsTable .list-group-item {
	background-color: #fff;
}

@media (min-width: 992px) {
	.selectLocationTime-locationsTable .list-group-item {
		padding: 0.6875rem 0.75rem 0.6875rem 1.25rem !important;
	}
}

@media (max-width: 767.98px) {
	.selectLocationTime-locationsTable .list-group-item {
		padding: 0.75rem;
	}
}

.selectLocationTime-locationsTable .list-group-item:last-child {
	border-bottom: 0 !important;
}

.selectLocationTime-locationsTable .course-course {
	font-weight: bold;
	padding-right: 0.5rem;
}

@media (min-width: 992px) {
	.selectLocationTime-locationsTable .course-seats {
		text-align: right;
	}
}

.selectLocationTime-locationsTable .course-seats-highlight {
	background-color: #ffe2e2;
}

@media (min-width: 992px) {
	.selectLocationTime-locationsTable .course-more {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.selectLocationTime-locationsTable .course-more a {
		height: 1.25rem;
	}

	.selectLocationTime-locationsTable .course-more .underline-link {
		margin-right: 0.9375rem;
	}
}

@media (max-width: 991.98px) {
	.selectLocationTime-locationsTable .course-more {
		align-items: flex-end !important;
		-webkit-box-align: end !important;
		-webkit-box-direction: reverse;
		-webkit-box-orient: vertical;
		-ms-flex-align: end !important;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

.selectLocationTime-locationsTable .course-details .details,
.selectLocationTime-locationsTable .course-details .map {
	margin-top: 1.25rem;
}

.selectLocationTime-locationsTable .course-details .details .map-frame,
.selectLocationTime-locationsTable .course-details .map .map-frame {
	width: 100%;
}

.selectLocationTime-locationsTable .course-duration {
	padding-right: 0.375rem;
}

.selectLocationTime-courseDetailsToggle {
	font-size: 0.8125rem;
	margin: 0.5rem 1rem 0;
}

.selectLocationTime-courseDetailsToggle:hover,
.selectLocationTime-courseDetailsToggle:focus,
.selectLocationTime-courseDetailsToggle:active,
.selectLocationTime-courseDetailsToggle.active {
	font-size: 0.8125rem;
}

@media (min-width: 992px) {
	.selectLocationTime-courseDetailsToggle {
		margin-top: 0;
	}
}

.selectLocationTime-courseSelect {
	height: 3rem;
	padding: 0.5rem 0.3125rem;
	width: 85px;
}

@media (max-width: 767.98px) {
	.selectLocationTime-courseSelect {
		height: 2.375rem;
		padding: 0.3125rem;
		width: 70px;
	}
}

.selectLocationTime-courseSelect[data-toggled="Selected"] {
	border: 2px solid #feb913;
}

.selectLocationTime-summaryName {
	font-weight: bold;
}

.selectLocationTime-summarySeatsWrapper {
	background-color: #ffe2e2;
}

@media (max-width: 991.98px) {
	.selectLocationTime-summary .infoBox {
		display: block;
	}
}

.attendeeDetails-attendees .separator {
	margin: 1.5rem 0;
}

.attendeeDetails-attendee:not(:first-child) .attendeeDetails-attendeeActions .form-check {
	display: none;
}

.attendeeDetails-attendeeActions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0.625rem;
}

.attendeeDetails-attendeeActions input[type=checkbox]:checked ~ .underline-link {
	opacity: 0.4;
}

.attendeeDetails-attendeeActions .pipe {
	color: #d8d8d8;
	font-size: 1.25rem;
	line-height: 1;
	margin: 0 0.625rem;
}

.attendeeDetails-attendeeActions .underline-link {
	color: #000;
}

.attendeeDetails-attendeeActions .underline-link:hover,
.attendeeDetails-attendeeActions .underline-link:focus,
.attendeeDetails-attendeeActions .underline-link:active,
.attendeeDetails-attendeeActions .underline-link.active {
	color: #000;
}

.attendeeDetails-removeBtn {
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-radius: 50%;
	border-right: 1px solid #dadada;
	border-top: 1px solid #dadada;
	cursor: pointer;
	height: 19px;
	line-height: 0;
	margin-left: 0.625rem;
	padding: 0;
	width: 19px;
}

.attendeeDetails-removeBtn span {
	font-size: 0.5rem;
	font-weight: bold;
}

.attendeeDetails .highlightBlock-inner {
	border-top: 1px solid #000 !important;
}

/* States */
.attendeeDetails-full {
	display: none;
}

.attendeeDetails-full.is-styled {
	display: block;
}

.attendeeDetails-detailsLater {
	align-items: baseline;
	-webkit-box-align: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
}

.attendeeDetails-summary {
	background-color: #f9f9f9;
	border-left: 3px solid #adadad;
}

.attendeeDetails-summary.is-styled {
	display: none;
}

.attendeeDetails-summary .highlightBlock-heading {
	color: #000;
	margin-bottom: 0;
	opacity: 0.4;
}

.attendeeDetails .is-multiple {
	display: none;
}

.attendeeDetails .is-bottom {
	display: none;
	padding-right: 1.5rem;
}

.attendeeDetails .is-bottom .separator {
	margin-bottom: 1.5rem;
	margin-top: 0;
}

.attendeeDetails .is-bottom .error-messages {
	margin-bottom: 0;
	margin-left: 1.25rem;
}

.attendeeDetails.has-multiple .is-single {
	display: none;
}

.attendeeDetails.has-multiple .is-multiple {
	display: block;
}

.attendeeDetails.has-multiple .is-bottom {
	display: none;
}

.attendeeDetails.has-multiple .is-bottom.is-styled {
	display: block;
}

.homePage {
	background-color: #fff;
}

.homePage-subHeading {
	font-size: 1.125rem;
	margin-bottom: 50px;
	margin-top: 20px;
}

/* States */
.updatePersonalDetailsPage-top {
	background-color: #fff;
	padding: 1.875rem 1.5rem 1.5rem;
}

.updatePersonalDetailsPage-content {
	background-color: #fff;
	padding: 0.625rem 1.875rem 1.5rem 1.5rem;
}

.updatePersonalDetailsPage-afterFormSubmit {
	display: none;
}

/* States */
.updatePersonalDetailsPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.updatePersonalDetailsPage {
		padding-bottom: 9.375rem;
	}
}

.updatePersonalDetailsPage-title {
	display: none;
}

@media (min-width: 768px) {
	.updatePersonalDetailsPage-title {
		color: #000;
		display: block;
		font-size: 3rem;
		font-weight: 700;
		padding: 3.125rem 0;
	}
}

.updatePersonalDetailsPage-tabTitle {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
	.updatePersonalDetailsPage-tabTitle {
		color: #000;
		font-size: 1.875rem;
		font-weight: 700;
	}
}

.updatePersonalDetailsPage-leadTxt {
	color: #444;
	font-size: 0.8125rem;
	margin: 0.375rem 0;
}

@media (min-width: 768px) {
	.updatePersonalDetailsPage-leadTxt {
		color: #444;
		font-size: 1.125rem;
		margin: 0.625rem 0;
	}
}

.updatePersonalDetailsPage-submitBtn {
	margin-top: 1.125rem;
	text-align: right;
}

@media (min-width: 768px) {
	.updatePersonalDetailsPage-submitBtn {
		margin-top: 1.875rem;
	}
}

.updatePersonalDetailsPage-submitBtn .btn {
	max-width: 100%;
	min-width: 10rem;
}

.updatePersonalDetailsPage .form-check {
	margin-bottom: 8px !important;
}

.myCertificatesPage-top {
	background-color: #fff;
	border-bottom: 1px solid #000;
}

.myCertificatesPage-content {
	background-color: #fff;
}

/* States */
.myCertificatesPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.myCertificatesPage {
		padding-bottom: 9.375rem;
	}
}

.myCertificatesPage-content {
	padding: 0;
}

@media (min-width: 768px) {
	.myCertificatesPage-content {
		padding: 0 1.5rem 0.75rem;
	}
}

.myCertificatesPage-top {
	background-color: #fff;
	border-bottom: 1px solid #000;
	padding: 1.25rem;
}

@media (min-width: 768px) {
	.myCertificatesPage-top {
		padding: 1.875rem 1.5rem 1.5rem;
	}
}

.myCertificatesPage-title {
	display: none;
}

@media (min-width: 768px) {
	.myCertificatesPage-title {
		color: #000;
		display: block;
		font-size: 3rem;
		font-weight: 700;
		padding: 3.125rem 0;
	}
}

.myCertificatesPage-tabTitle {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0;
}

@media (min-width: 768px) {
	.myCertificatesPage-tabTitle {
		color: #000;
		font-size: 1.875rem;
		font-weight: 700;
	}
}

.myCertificatesPage-backToAccounts {
	color: #000;
	display: block;
	font-size: 0.8125rem;
	font-weight: 700;
	margin: 1.125rem 0;
}

@media (min-width: 768px) {
	.myCertificatesPage-backToAccounts {
		display: none;
	}
}

.myCertificatesPage .list-group-item-filter {
	display: none;
}

@media (min-width: 992px) {
	.myCertificatesPage .list-group-item-filter {
		display: block;
	}
}

.myCertificatesPage .cert-course,
.myCertificatesPage .cert-filter-course {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.myCertificatesPage .cert-course,
	.myCertificatesPage .cert-filter-course {
		display: inline-block;
		width: 37%;
	}
}

.myCertificatesPage .cert-completed,
.myCertificatesPage .cert-filter-completed,
.myCertificatesPage .cert-expires,
.myCertificatesPage .cert-filter-expires {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.myCertificatesPage .cert-completed,
	.myCertificatesPage .cert-filter-completed,
	.myCertificatesPage .cert-expires,
	.myCertificatesPage .cert-filter-expires {
		display: inline-block;
		width: 22%;
	}
}

.myCertificatesPage .cert-download {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.myCertificatesPage .cert-download {
		display: inline-block;
		text-align: right;
		width: 16%;
	}
}

.myCertificatesPage .cert-downloadpdf {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
}

.myCertificatesPage .cert-downloadpdf:hover,
.myCertificatesPage .cert-downloadpdf:focus,
.myCertificatesPage .cert-downloadpdf:active,
.myCertificatesPage .cert-downloadpdf.active {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
}

.orderHistoryPage-top {
	background-color: #fff;
	border-bottom: 1px solid #000;
}

.orderHistoryPage-content {
	background-color: #fff;
}

.orderHistoryPage-subTitle {
	color: #999;
	display: block;
	font-size: 1.125rem;
}

/* States */
.orderHistoryPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.orderHistoryPage {
		padding-bottom: 9.375rem;
	}
}

.orderHistoryPage-content {
	padding: 0;
}

@media (min-width: 768px) {
	.orderHistoryPage-content {
		padding: 0 1.5rem 0.75rem;
	}
}

.orderHistoryPage-top {
	background-color: #fff;
	border-bottom: 1px solid #000;
	padding: 1.25rem;
}

@media (min-width: 768px) {
	.orderHistoryPage-top {
		padding: 1.875rem 1.5rem 1.5rem;
	}
}

.orderHistoryPage-title {
	display: none;
}

@media (min-width: 768px) {
	.orderHistoryPage-title {
		color: #000;
		display: block;
		font-size: 3rem;
		font-weight: 700;
		padding: 3.125rem 0;
	}
}

.orderHistoryPage-tabTitle {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0;
}

@media (min-width: 768px) {
	.orderHistoryPage-tabTitle {
		color: #000;
		font-size: 1.875rem;
		font-weight: 700;
	}
}

.orderHistoryPage .list-group-item-filter {
	display: none;
}

@media (min-width: 992px) {
	.orderHistoryPage .list-group-item-filter {
		display: block;
	}
}

.orderHistoryPage .order-qty,
.orderHistoryPage .filter-qty {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.orderHistoryPage .order-qty,
	.orderHistoryPage .filter-qty {
		display: inline-block;
		width: 8%;
	}
}

.orderHistoryPage .order-products,
.orderHistoryPage .filter-products {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.orderHistoryPage .order-products,
	.orderHistoryPage .filter-products {
		display: inline-block;
		width: 22%;
	}
}

.orderHistoryPage .filter-price,
.orderHistoryPage .order-price {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.orderHistoryPage .filter-price,
	.orderHistoryPage .order-price {
		display: inline-block;
		width: 12%;
	}
}

.orderHistoryPage .order-no,
.orderHistoryPage .filter-orderno {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.orderHistoryPage .order-no,
	.orderHistoryPage .filter-orderno {
		display: inline-block;
		width: 15%;
	}
}

.orderHistoryPage .order-date,
.orderHistoryPage .filter-date {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.orderHistoryPage .order-date,
	.orderHistoryPage .filter-date {
		display: inline-block;
		width: 20%;
	}
}

.orderHistoryPage .order-status,
.orderHistoryPage .filter-status {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.orderHistoryPage .order-status,
	.orderHistoryPage .filter-status {
		display: inline-block;
		width: 15%;
	}
}

.orderHistoryPage .order-more {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.orderHistoryPage .order-more {
		display: inline-block;
		text-align: right;
		width: 4%;
	}
}

.orderHistoryPage .order-more .dropdown-item {
	color: #444;
	font-size: 0.9375rem;
	line-height: 1.125rem;
}

.orderHistoryPage .order-more .dropdown-item:hover,
.orderHistoryPage .order-more .dropdown-item:focus,
.orderHistoryPage .order-more .dropdown-item:active,
.orderHistoryPage .order-more .dropdown-item.active {
	background-color: transparent !important;
}

@media (min-width: 992px) {
	.orderHistoryPage .order-more .dropdown-item:hover,
	.orderHistoryPage .order-more .dropdown-item:focus,
	.orderHistoryPage .order-more .dropdown-item:active,
	.orderHistoryPage .order-more .dropdown-item.active {
		background-color: #f7f7f7 !important;
	}
}

.orderHistoryPage .order-more .dropdown-item a:hover,
.orderHistoryPage .order-more .dropdown-item a:focus,
.orderHistoryPage .order-more .dropdown-item a:active,
.orderHistoryPage .order-more .dropdown-item a.active {
	text-decoration: none !important;
}

@media (min-width: 992px) {
	.orderHistoryPage .order-more .dropdown-item a {
		display: block;
	}
}

.orderHistoryPage .cert-downloadpdf {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
}

.orderHistoryPage .cert-downloadpdf:hover,
.orderHistoryPage .cert-downloadpdf:focus,
.orderHistoryPage .cert-downloadpdf:active,
.orderHistoryPage .cert-downloadpdf.active {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
}

.orderHistoryPage .order-more-btn {
	display: none;
}

@media (min-width: 992px) {
	.orderHistoryPage .order-more-btn {
		border: 2px solid #ffb200;
		display: inline-block;
		height: 20px;
		padding: 0.0625rem 0.1875rem;
		text-decoration: none !important;
		width: 26px;
	}

	.orderHistoryPage .order-more-btn[aria-expanded='true'] {
		background-color: #ffb200;
	}
}

@media (max-width: 991.98px) {
	.orderHistoryPage .order-more-content {
		background: transparent;
		border-width: 0;
		display: block;
		float: none;
		padding: 0;
		position: relative;
	}

	.orderHistoryPage .order-more-content .dropdown-item {
		padding-left: 0;
	}

	.orderHistoryPage .order-more-content a {
		border-bottom: 2px solid #feb913;
		font-weight: 700;
	}
}

.orderHistoryPage .dropdown-menu {
	z-index: 1 !important;
}

@media (min-width: 992px) {
	.orderHistoryPage .dropdown-menu {
		z-index: 1000 !important;
	}
}

.orderHistoryPage .list-group-item > div {
	vertical-align: top;
	word-break: break-all;
}

@media (min-width: 992px) {
	.orderHistoryPage .list-group-item > div {
		padding: 0 0.375rem;
	}

	.orderHistoryPage .list-group-item > div:first-of-type {
		padding-left: 0;
	}

	.orderHistoryPage .list-group-item > div:last-of-type {
		padding-right: 0;
	}
}

.orderHistoryPage .paging-links {
	display: inline-block;
	margin-top: 0.3125rem;
}

.orderHistoryPage .paging-links:hover,
.orderHistoryPage .paging-links:focus,
.orderHistoryPage .paging-links:active,
.orderHistoryPage .paging-links.active {
	text-decoration: none;
}

.orderHistoryPage .list-group-item-head {
	cursor: default;
}

.orderHistoryPage .list-group-item-head:after {
	display: none;
}

.orderHistoryPage-collapse {
	background-color: #fef8e7;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 992px) {
	.orderHistoryPage-collapse {
		padding-left: 17.5%;
		padding-right: 1rem;
	}
}

.orderHistoryPage-collapse .course-name {
	border-bottom: 1px solid #000;
	font-weight: 700;
	padding-bottom: 0.5rem;
	text-transform: uppercase;
}

.orderHistoryPage-collapse .attendee-details {
	border-bottom: 1px solid #d6d6d6;
	padding: 0.5rem 0;
}

.orderHistoryPage-collapse .attendee-details:last-of-type {
	border-bottom-width: 0;
	padding-bottom: 0;
}

.orderHistoryPage-collapse .attendee-name span {
	margin-right: 0.25rem;
}

.orderHistoryPage-collapse .attendee-email {
	display: inline-block;
	width: 100%;
	word-break: break-all;
	word-wrap: break-word;
}

.orderHistoryPage-collapse .course-details {
	border-bottom: 1px solid #d6d6d6;
	font-weight: 700;
	padding: 0.5rem 0;
}

.orderHistoryPage-collapse .order-more {
	width: auto;
}

.orderHistoryPage-collapse .course-item {
	border-top-width: 0;
	margin-top: 0;
}

.orderHistoryPage-collapse .course-item ~ .course-item {
	border-top: 1px solid #000;
	margin-top: 0.5rem;
}

.orderHistoryPage-dateTimeModal .infoBox .course-name {
	font-weight: 700;
}

.orderHistoryPage-cancelAttendeeModal .reason {
	display: inline-block;
	min-height: 100px;
	width: 100%;
}

.orderHistoryPage-editAttendeeModal .modal-content {
	border-width: 0;
	-webkit-box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.3);
}

.orderHistoryPage-editAttendeeModal .modal-dialog {
	margin-left: auto;
	margin-right: auto;
}

.orderHistoryPage-editAttendeeModal .modal-header {
	border-width: 0;
	padding: 1.5rem;
	position: relative;
}

.orderHistoryPage-editAttendeeModal .modal-header .close {
	float: none;
	margin: 0;
	opacity: 1;
	padding: 1.5rem;
	position: absolute;
	right: 0;
	text-shadow: none;
	top: 0.4375rem;
}

.orderHistoryPage-editAttendeeModal .modal-title {
	line-height: normal;
	padding-right: 3.125rem;
	/*text-transform: capitalize;*/
}

.orderHistoryPage-editAttendeeModal .icon-close {
	color: #000;
	font-size: 1.125rem;
}

.orderHistoryPage-editAttendeeModal .modal-body {
	padding: 0 1.5rem 1.5rem;
}

.orderHistoryPage-editAttendeeModal .btn {
	margin-top: 0.3125rem;
}

.updateEmailPage-top {
	background-color: #fff;
	padding: 1.875rem 1.5rem 1.5rem;
}

.updateEmailPage-content {
	background-color: #fff;
	padding: 0.625rem 1.875rem 1.5rem 1.5rem;
}

.updateEmailPage-afterFormSubmit {
	display: none;
}

/* States */
.updateEmailPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.updateEmailPage {
		padding-bottom: 9.375rem;
	}
}

.updateEmailPage-title {
	display: none;
}

@media (min-width: 768px) {
	.updateEmailPage-title {
		color: #000;
		display: block;
		font-size: 3rem;
		font-weight: 700;
		padding: 3.125rem 0;
	}
}

.updateEmailPage-backToAccounts {
	color: #000;
	display: block;
	font-size: 0.8125rem;
	font-weight: 700;
	margin: 1.125rem 0;
}

@media (min-width: 768px) {
	.updateEmailPage-backToAccounts {
		display: none;
	}
}

.updateEmailPage-tabTitle {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
	.updateEmailPage-tabTitle {
		color: #000;
		font-size: 1.875rem;
		font-weight: 700;
	}
}

.updateEmailPage-leadTxt {
	color: #444;
	font-size: 0.8125rem;
	margin: 0.375rem 0;
}

@media (min-width: 768px) {
	.updateEmailPage-leadTxt {
		color: #444;
		font-size: 1.125rem;
		margin: 0.625rem 0;
	}
}

.updateEmailPage-submitBtn {
	margin-top: 1.125rem;
	text-align: right;
}

@media (min-width: 768px) {
	.updateEmailPage-submitBtn {
		margin-top: 1.875rem;
	}
}

.updateEmailPage-submitBtn .btn {
	max-width: 100%;
	min-width: 10rem;
}

.myBookingsPage-bookCourseBtn {
	float: right;
	margin-top: 1.875rem;
}

.myBookingsPage-teamMemberModal .modal-body {
	padding: 0;
}

.myBookingsPage-subTitle {
	color: #999;
	display: block;
	font-size: 1.125rem;
}

/* States */
.myBookingsPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.myBookingsPage {
		padding-bottom: 9.375rem;
	}
}

.myBookingsPage-top {
	background-color: #fff;
	border-bottom: 1px solid #000;
	padding: 1.875rem 1.5rem 1.5rem;
}

.myBookingsPage-content {
	background-color: #fff;
	padding: 0.625rem 1.875rem 1.5rem 1.5rem;
}

@media (max-width: 991.98px) {
	.myBookingsPage-content {
		padding: 0;
	}
}

@media (max-width: 991.98px) {
	.myBookingsPage-content .list {
		border: 0;
	}
}

@media (max-width: 991.98px) {
	.myBookingsPage-content .list-group-item {
		padding: 0.75rem !important;
	}
}

.myBookingsPage-title {
	display: none;
}

@media (min-width: 768px) {
	.myBookingsPage-title {
		color: #000;
		display: block;
		font-size: 3rem;
		font-weight: 700;
		padding: 3.125rem 0;
	}
}

.myBookingsPage .list-group-item-filter {
	display: none;
}

@media (min-width: 992px) {
	.myBookingsPage .list-group-item-filter {
		display: block;
	}
}

.myBookingsPage .booking-filter-course,
.myBookingsPage .booking-course {
	display: block;
	padding-right: 5px;
	width: 100%;
}

@media (min-width: 992px) {
	.myBookingsPage .booking-filter-course,
	.myBookingsPage .booking-course {
		display: inline-block;
		width: 18%;
	}
}

.myBookingsPage .booking-filter-reference,
.myBookingsPage .booking-reference {
	display: block;
	padding-right: 5px;
	width: 100%;
}

@media (min-width: 992px) {
	.myBookingsPage .booking-filter-reference,
	.myBookingsPage .booking-reference {
		display: inline-block;
		width: 15%;
	}
}

.myBookingsPage .booking-filter-location,
.myBookingsPage .booking-location {
	display: block;
	padding-right: 5px;
	width: 100%;
}

@media (min-width: 992px) {
	.myBookingsPage .booking-filter-location,
	.myBookingsPage .booking-location {
		display: inline-block;
		width: 24%;
	}
}

.myBookingsPage .booking-filter-date,
.myBookingsPage .booking-date {
	display: block;
	padding-right: 5px;
	width: 100%;
}

@media (min-width: 992px) {
	.myBookingsPage .booking-filter-date,
	.myBookingsPage .booking-date {
		display: inline-block;
		width: 24%;
	}
}

.myBookingsPage .booking-filter-time,
.myBookingsPage .booking-time {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.myBookingsPage .booking-filter-time,
	.myBookingsPage .booking-time {
		display: inline-block;
		width: 10%;
	}
}

.myBookingsPage .booking-filter-name,
.myBookingsPage .booking-name {
	display: block;
	overflow: hidden;
	padding-right: 5px;
	text-overflow: ellipsis;
	width: 100%;
}

@media (min-width: 992px) {
	.myBookingsPage .booking-filter-name,
	.myBookingsPage .booking-name {
		display: inline-block;
		width: 15%;
	}
}

.myBookingsPage .booking-more {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.myBookingsPage .booking-more {
		-webkit-box-pack: end;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
		width: 4%;
	}
}

.myBookingsPage .booking-more .dropdown-item {
	color: #444;
	font-size: 0.9375rem;
	line-height: 1.125rem;
}

.myBookingsPage .booking-more-btn {
	display: none;
}

@media (min-width: 992px) {
	.myBookingsPage .booking-more-btn {
		border-bottom: 2px solid #ffb200;
		border-left: 2px solid #ffb200;
		border-right: 2px solid #ffb200;
		border-top: 2px solid #ffb200;
		display: inline-block;
		height: 20px;
		padding: 0.0625rem 0.1875rem;
		text-decoration: none !important;
		width: 26px;
	}

	.myBookingsPage .booking-more-btn[aria-expanded='true'] {
		background-color: #ffb200;
	}
}

@media (max-width: 991.98px) {
	.myBookingsPage .booking-more-content {
		background: transparent;
		border-width: 0;
		display: block;
		float: none;
		padding: 0;
		position: relative;
	}

	.myBookingsPage .booking-more-content .dropdown-item {
		border-bottom: 2px solid #feb913;
		color: #444;
		display: inline;
		font-size: 0.6875rem;
		font-weight: 600;
		margin-right: 0.75rem;
		padding: 0;
	}

	.myBookingsPage .booking-more-content .dropdown-item:hover,
	.myBookingsPage .booking-more-content .dropdown-item:focus,
	.myBookingsPage .booking-more-content .dropdown-item:active,
	.myBookingsPage .booking-more-content .dropdown-item.active {
		color: #444;
		font-size: 0.6875rem;
		font-weight: 600;
		text-decoration: none;
	}

	.myBookingsPage .booking-more-content a {
		border-bottom: 2px solid #feb913;
		font-weight: 700;
	}
}

@media (min-width: 992px) {
	.myBookingsPage-bookingsTable .list-group-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.myBookingsPage .attendeeDetails-searchTeamMember {
	display: none;
}

.myBookingsPage .modal .form-check {
	margin-bottom: 8px !important;
}

.myBookingsPage .paging-links {
	display: inline-block;
	margin-top: 0.3125rem;
}

.myBookingsPage .paging-links:hover,
.myBookingsPage .paging-links:focus,
.myBookingsPage .paging-links:active,
.myBookingsPage .paging-links.active {
	text-decoration: none;
}

.myBookingsPage .list-group-item-head {
	cursor: default;
}

.myBookingsPage .list-group-item-head:after {
	display: none;
}

.myBookingsPage-dateTimeModal .infoBox .course-name {
	font-weight: 700;
}

.myTeamPage-addMemberBtn {
	float: right;
	margin-top: 1.875rem;
}

.myTeamPage .delete-modal .modal-content {
	border-width: 0;
	-webkit-box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.3);
}

.myTeamPage .delete-modal .modal-dialog {
	margin-left: auto;
	margin-right: auto;
}

.myTeamPage .delete-modal .modal-title {
	padding-right: 3.125rem;
}

.myTeamPage .delete-modal .modal-header {
	border-width: 0;
	padding: 1.5rem;
	position: relative;
}

.myTeamPage .delete-modal .modal-header .close {
	float: none;
	margin: 0;
	opacity: 1;
	padding: 1.5rem;
	position: absolute;
	right: 0;
	text-shadow: none;
	top: 0.4375rem;
}

.myTeamPage .delete-modal .modal-title {
	line-height: normal;
	/*text-transform: capitalize;*/
}

.myTeamPage .delete-modal .icon-close {
	color: #000;
	font-size: 1.125rem;
}

.myTeamPage .delete-modal .separator {
	border-top: 1px solid #000;
	margin: 0 0 1.5rem 1.5rem;
}

.myTeamPage .delete-modal .separator--light {
	border-top: 1px solid #d6d6d6;
	margin: 1.5rem 0;
}

.myTeamPage .delete-modal .modal-body {
	padding: 0 1.5rem 1.5rem;
}

.myTeamPage .delete-modal .modal-text {
	color: #444;
	font-size: 0.9375rem;
	line-height: 1.875rem;
}

.myTeamPage .delete-modal .btns-holder {
	text-align: right;
}

.myTeamPage .delete-modal .btn {
	margin-top: 0.3125rem;
}

.myTeamPage .list-group-item-filter > div {
	vertical-align: top;
}

.myTeamPage .list-group-item > div:not(.list-group-item-head) {
	vertical-align: top;
}

.myTeamPage .list-group-item > div {
	overflow: hidden;
	padding: 0 0.3125rem;
	text-overflow: ellipsis;
}

/* States */
.myTeamPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.myTeamPage {
		padding-bottom: 9.375rem;
	}
}

.myTeamPage-top {
	background-color: #fff;
	padding: 1.875rem 1.5rem 1.5rem;
}

@media (max-width: 991.98px) {
	.myTeamPage-top {
		padding: 1.25rem 0.75rem;
	}
}

@media (max-width: 991.98px) {
	.myTeamPage-topTitle {
		font-size: 1.125rem;
	}
}

.myTeamPage-topSubTitle {
	color: #444;
	font-size: 1.125rem;
	font-weight: normal;
	margin-bottom: 1.25rem;
}

@media (max-width: 991.98px) {
	.myTeamPage-topSubTitle {
		font-size: 0.9375rem;
	}
}

.myTeamPage-topAddMember {
	color: #000 !important;
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 0;
}

@media (min-width: 992px) {
	.myTeamPage-topAddMember {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.myTeamPage-topAddMember {
		font-size: 0.6875rem;
	}

	.myTeamPage-topAddMember:hover,
	.myTeamPage-topAddMember:focus,
	.myTeamPage-topAddMember:active,
	.myTeamPage-topAddMember.active {
		font-size: 0.6875rem;
	}
}

.myTeamPage-titleGroup {
	position: relative;
}

.myTeamPage-search {
	position: relative;
}

.myTeamPage-searchIcon {
	color: #fff;
	font-size: 1.25rem;
	left: 2.1875rem;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 991.98px) {
	.myTeamPage-searchIcon {
		left: 0.625rem;
	}
}

.myTeamPage-searchInput {
	background-color: #545454;
	border: 0;
	border-radius: 24px;
	color: #fff;
	font-size: 1.125rem;
	height: 48px;
	padding-left: 4.6875rem;
	padding-right: 1.25rem;
	width: 100%;
}

.myTeamPage-searchInput::-webkit-input-placeholder {
	color: #fff;
}

.myTeamPage-searchInput::-moz-placeholder {
	color: #fff;
}

.myTeamPage-searchInput:-ms-input-placeholder {
	color: #fff;
}

.myTeamPage-searchInput:-moz-placeholder {
	color: #fff;
}

.myTeamPage-searchInput:hover,
.myTeamPage-searchInput:focus,
.myTeamPage-searchInput:active,
.myTeamPage-searchInput.active {
	outline: none;
}

@media (max-width: 991.98px) {
	.myTeamPage-searchInput {
		font-size: 0.8125rem;
		height: 36px;
		padding-left: 2.5rem;
	}
}

.myTeamPage-title {
	display: none;
}

@media (min-width: 768px) {
	.myTeamPage-title {
		color: #000;
		display: block;
		font-size: 3rem;
		font-weight: 700;
		padding: 3.125rem 0;
	}
}

.myTeamPage-content {
	background-color: #fff;
	padding: 0 1.875rem 1.5rem 1.5rem;
}

@media (max-width: 991.98px) {
	.myTeamPage-content {
		padding: 0;
	}
}

.myTeamPage .list-group-item-filter {
	display: none;
}

@media (min-width: 992px) {
	.myTeamPage .list-group-item-filter {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 992px) {
	.myTeamPage .list-group-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 991.98px) {
	.myTeamPage .list-group-item {
		padding: 0.75rem !important;
	}
}

.myTeamPage .cert-name,
.myTeamPage .cert-filter-name {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.myTeamPage .cert-name,
	.myTeamPage .cert-filter-name {
		display: inline-block;
		width: 17%;
	}
}

.myTeamPage .cert-permission,
.myTeamPage .cert-filter-permission {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.myTeamPage .cert-permission,
	.myTeamPage .cert-filter-permission {
		display: inline-block;
		width: 17%;
	}
}

.myTeamPage .cert-role,
.myTeamPage .cert-filter-role {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.myTeamPage .cert-role,
	.myTeamPage .cert-filter-role {
		display: inline-block;
		width: 30%;
	}
}

.myTeamPage .cert-email,
.myTeamPage .cert-filter-email {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.myTeamPage .cert-email,
	.myTeamPage .cert-filter-email {
		display: inline-block;
		width: 22%;
	}
}

.myTeamPage .cert-email {
	word-break: break-all;
}

.myTeamPage .cert-action {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.myTeamPage .cert-action {
		align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-pack: end;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-align: start;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: 2px;
		width: 11%;
	}

	.myTeamPage .cert-action [class^='icon-'],
	.myTeamPage .cert-action [class*=' icon-'] {
		margin-top: 2px;
	}
}

@media (min-width: 992px) {
	.myTeamPage .cert-action {
		width: 15%;
	}
}

.myTeamPage .cert-actiontext {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
}

.myTeamPage .cert-actiontext:hover,
.myTeamPage .cert-actiontext:focus,
.myTeamPage .cert-actiontext:active,
.myTeamPage .cert-actiontext.active {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
}

@media (max-width: 991.98px) {
	.myTeamPage .cert-actiontext {
		margin-right: 1.5rem;
	}
}

.myTeamPage .cert-actiontext--deleteBtn {
	cursor: pointer;
}

@media (max-width: 991.98px) {
	.myTeamPage .cert-actiontext--deleteBtn {
		display: none;
	}
}

@media (min-width: 992px) {
	.myTeamPage .cert-actiontext--deleteLink {
		display: none;
	}
}

.myTeamPage-memberModal .form-check {
	margin-bottom: 0.625rem;
}

.myTeamPage-memberModal .form-check:last-child {
	margin-bottom: 0;
}

.myTeamPage .delete-modal .modal-dialog {
	max-width: 90%;
	width: 90%;
}

@media (min-width: 992px) {
	.myTeamPage .delete-modal .modal-dialog {
		max-width: 968px;
		width: 968px;
	}
}

.myTeamPage .delete-modal .cancel-btn {
	margin-right: 0;
}

@media (min-width: 768px) {
	.myTeamPage .delete-modal .cancel-btn {
		margin-right: 2.4375rem;
	}
}

.myTeamPage .delete-modal .confirm-btn {
	margin-left: 0;
}

@media (min-width: 768px) {
	.myTeamPage .delete-modal .confirm-btn {
		margin-left: 0.3125rem;
	}
}

.createAccountPage .no-margin-bottom {
	margin-bottom: 0;
}

.createAccountPage-separator {
	margin: 1.875rem 0;
}

/* States */
.createAccountPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.createAccountPage {
		padding-bottom: 4.375rem;
	}
}

.createAccountPage-title {
	font-size: 3rem;
	margin: 0;
	padding: 3.125rem 0;
	/*text-transform: capitalize;*/
}

@media (max-width: 991.98px) {
	.createAccountPage-title {
		font-size: 2.25rem;
	}
}

.createAccountPage-intro {
	color: #444;
	line-height: 2;
	margin-bottom: 3.125rem;
}

.createAccountPage-form {
	background-color: #fff;
	margin-bottom: 1.5625rem;
	padding: 1.5rem;
}

.createAccountPage-formHeading {
	font-size: 0.9375rem;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

.createAccountPage-form .form-check {
	margin-bottom: 0.9375rem;
}

.createAccountPage input[type=radio]:checked ~ .form-group {
	display: block;
}

.createAccountPage-indentGroup {
	display: none;
	margin-left: 1.5rem;
	margin-top: 1rem;
}

.createAccountPage-loginText {
	font-size: 1.125rem;
	text-align: center;
}

@media (max-width: 991.98px) {
	.createAccountPage-loginText {
		font-size: 0.9375rem;
	}
}

.createAccountPage-loginText .underline-link {
	color: #000;
	font-size: 1.125rem;
}

@media (max-width: 991.98px) {
	.createAccountPage-loginText .underline-link {
		font-size: 0.9375rem;
	}
}

.createAccountPage .radio-has-error .form-check:last-of-type::after {
	padding-top: 3px;
}

.updatePasswordPage-top {
	background-color: #fff;
	padding: 1.875rem 1.5rem 1.5rem;
}

.updatePasswordPage-content {
	background-color: #fff;
	padding: 0.625rem 1.875rem 1.5rem 1.5rem;
}

.updatePasswordPage-afterFormSubmit {
	display: none;
}

.updatePasswordPage-iconLabel {
	position: relative;
}

.updatePasswordPage-helpIcon {
	background-color: #d6d6d6;
	border-radius: 50%;
	color: #444;
	cursor: pointer;
	font-size: 0.8125rem;
	font-weight: 700;
	height: 1.25rem;
	line-height: 1.25rem;
	position: absolute;
	right: 0;
	text-align: center;
	width: 1.25rem;
}

.updatePasswordPage-tooltipContent {
	padding: 0.75rem;
	text-align: left;
}

.updatePasswordPage-tooltipContent ul {
	margin: 0;
	padding: 0.625rem 0 0 1.25rem;
}

/* States */
.updatePasswordPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.updatePasswordPage {
		padding-bottom: 9.375rem;
	}
}

.updatePasswordPage-title {
	display: none;
}

@media (min-width: 768px) {
	.updatePasswordPage-title {
		color: #000;
		display: block;
		font-size: 3rem;
		font-weight: 700;
		padding: 3.125rem 0;
	}
}

.updatePasswordPage-backToAccounts {
	color: #000;
	display: block;
	font-size: 0.8125rem;
	font-weight: 700;
	margin: 1.125rem 0;
}

@media (min-width: 768px) {
	.updatePasswordPage-backToAccounts {
		display: none;
	}
}

.updatePasswordPage-tabTitle {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
	.updatePasswordPage-tabTitle {
		color: #000;
		font-size: 1.875rem;
		font-weight: 700;
	}
}

.updatePasswordPage-leadTxt {
	color: #444;
	font-size: 0.8125rem;
	margin: 0.375rem 0;
}

@media (min-width: 768px) {
	.updatePasswordPage-leadTxt {
		color: #444;
		font-size: 1.125rem;
		margin: 0.625rem 0;
	}
}

.updatePasswordPage-submitBtn {
	margin-top: 1.125rem;
	text-align: right;
}

@media (min-width: 768px) {
	.updatePasswordPage-submitBtn {
		margin-top: 1.875rem;
	}
}

.updatePasswordPage-submitBtn .btn {
	max-width: 100%;
	min-width: 10rem;
}

.myAddressesPage-top {
	background-color: #fff;
	border-bottom: 1px solid #000;
}

.myAddressesPage-content {
	background-color: #fff;
}

.myAddressesPage .list-group-item {
	font-size: 0;
}

.myAddressesPage .list-group-item > div:not(.address-type):not(.list-group-item-head) {
	font-size: 0.9375rem;
	vertical-align: top;
}

.myAddressesPage .list-group-item:last-child {
	border-bottom: 0;
}

.myAddressesPage .list-group-item-filter > div {
	font-size: 0.75rem;
	vertical-align: top;
}

.myAddressesPage-enterManually,
.myAddressesPage-selectExisting {
	background: none;
	border-bottom: 2px solid #feb913;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	padding: 0;
}

.myAddressesPage-backIcon {
	font-size: 0.75rem;
}

.myAddressesPage-autoComplete {
	position: relative;
}

.myAddressesPage-autoComplete input {
	padding-right: 2.5rem;
}

.myAddressesPage-removeIcon {
	cursor: pointer;
	font-size: 1.125rem;
	position: absolute;
	right: 0.625rem;
}

.myAddressesPage-autocompleteList {
	left: 0;
	position: absolute;
	right: 0;
}

.myAddressesPage-autocompleteList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.myAddressesPage-autocompleteList li {
	color: #444;
	cursor: pointer;
	display: block;
	font-size: 0.9375rem;
	line-height: 2.25rem;
	padding: 0 0.5rem;
}

.myAddressesPage-autocompleteList li:hover,
.myAddressesPage-autocompleteList li:focus,
.myAddressesPage-autocompleteList li:active,
.myAddressesPage-autocompleteList li.active {
	background-color: #fef8e7;
}

.myAddressesPage .address-modal .modal-content {
	border-width: 0;
	-webkit-box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.3);
}

.myAddressesPage .address-modal .modal-dialog {
	margin-left: auto;
	margin-right: auto;
}

.myAddressesPage .address-modal .modal-header {
	border-width: 0;
	padding: 1.5rem;
	position: relative;
}

.myAddressesPage .address-modal .modal-header .close {
	float: none;
	margin: 0;
	opacity: 1;
	padding: 1.5rem;
	position: absolute;
	right: 0;
	text-shadow: none;
	top: 0.4375rem;
}

.myAddressesPage .address-modal .modal-title {
	line-height: normal;
	padding-right: 3.125rem;
	/*text-transform: capitalize;*/
}

.myAddressesPage .address-modal .icon-close {
	color: #000;
	font-size: 1.125rem;
}

.myAddressesPage .address-modal .modal-body {
	padding: 0 1.5rem 1.5rem;
}

.myAddressesPage .address-modal .btn {
	margin-top: 0.3125rem;
}

.myAddressesPage-iconFindAdd {
	vertical-align: -0.0625rem;
}

.myAddressesPage .auto-toggle-btn,
.myAddressesPage .manual-toggle-btn {
	display: none;
}

.myAddressesPage .auto-toggle-btn.active,
.myAddressesPage .manual-toggle-btn.active {
	display: inline-block;
}

/* States */
.myAddressesPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.myAddressesPage {
		padding-bottom: 9.375rem;
	}
}

.myAddressesPage-content {
	padding: 0;
}

@media (min-width: 768px) {
	.myAddressesPage-content {
		padding: 0 1.5rem 0.75rem;
	}
}

.myAddressesPage-top {
	background-color: #fff;
	border-bottom: 1px solid #000;
	padding: 1.25rem;
}

@media (min-width: 768px) {
	.myAddressesPage-top {
		padding: 1.875rem 1.5rem 1.5rem;
	}
}

.myAddressesPage-title {
	display: none;
}

@media (min-width: 768px) {
	.myAddressesPage-title {
		color: #000;
		display: block;
		font-size: 3rem;
		font-weight: 700;
		padding: 3.125rem 0;
	}
}

.myAddressesPage-tabTitle {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0;
}

@media (min-width: 768px) {
	.myAddressesPage-tabTitle {
		color: #000;
		font-size: 1.875rem;
		font-weight: 700;
	}
}

.myAddressesPage .list-group-item-filter {
	display: none;
}

@media (min-width: 992px) {
	.myAddressesPage .list-group-item-filter {
		display: block;
	}
}

.myAddressesPage .address-filter-type,
.myAddressesPage .address-type {
	color: #000;
	display: block;
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
}

@media (min-width: 992px) {
	.myAddressesPage .address-filter-type,
	.myAddressesPage .address-type {
		display: inline-block;
		width: 15%;
	}
}

.myAddressesPage .address-filter-name,
.myAddressesPage .address-name {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.myAddressesPage .address-filter-name,
	.myAddressesPage .address-name {
		display: inline-block;
		width: 20%;
	}
}

.myAddressesPage .address-filter-org,
.myAddressesPage .address-org {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.myAddressesPage .address-filter-org,
	.myAddressesPage .address-org {
		display: inline-block;
		width: 20%;
	}
}

.myAddressesPage .address-filter-details,
.myAddressesPage .address-details {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.myAddressesPage .address-filter-details,
	.myAddressesPage .address-details {
		display: inline-block;
		width: 30%;
	}
}

.myAddressesPage .address-edit {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.myAddressesPage .address-edit {
		display: inline-block;
		text-align: right;
		width: 15%;
	}
}

.myAddressesPage .address-popup-link {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
}

.myAddressesPage .address-popup-link:hover,
.myAddressesPage .address-popup-link:focus,
.myAddressesPage .address-popup-link:active,
.myAddressesPage .address-popup-link.active {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
}

.myAddressesPage-enterManually,
.myAddressesPage-selectExisting {
	display: inline-block;
	margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
	.myAddressesPage-enterManually,
	.myAddressesPage-selectExisting {
		margin-bottom: 0;
	}
}

.myAddressesPage-enterManually:hover,
.myAddressesPage-enterManually:focus,
.myAddressesPage-enterManually:active,
.myAddressesPage-enterManually.active,
.myAddressesPage-selectExisting:hover,
.myAddressesPage-selectExisting:focus,
.myAddressesPage-selectExisting:active,
.myAddressesPage-selectExisting.active {
	background: none;
}

.myAddressesPage-removeIcon {
	top: 9px;
}

@media (min-width: 768px) {
	.myAddressesPage-removeIcon {
		top: 16px;
	}
}

.myAddressesPage-autocompleteList {
	display: none;
	max-height: 270px;
	overflow-y: auto;
	top: 36px;
}

@media (min-width: 768px) {
	.myAddressesPage-autocompleteList {
		top: 48px;
	}
}

.myAddressesPage-autocompleteList.is-active {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.25);
	display: block;
	padding: 0.75rem;
	z-index: 999;
}

.myAddressesPage .address-modal .modal-dialog {
	max-width: 90%;
	width: 90%;
}

@media (min-width: 992px) {
	.myAddressesPage .address-modal .modal-dialog {
		max-width: 768px;
		width: 768px;
	}
}

.myAddressesPage .manual-toggle-btn,
.myAddressesPage .manual-address-form-fields {
	display: none;
}

.refundOrderPage .refund-modal .modal-content {
	border-width: 0;
	-webkit-box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.3);
}

.refundOrderPage .refund-modal .modal-dialog {
	margin-left: auto;
	margin-right: auto;
}

.refundOrderPage .refund-modal .modal-title {
	padding-right: 3.125rem;
}

.refundOrderPage .refund-modal .modal-header {
	border-width: 0;
	padding: 1.5rem;
	position: relative;
}

.refundOrderPage .refund-modal .modal-header .close {
	float: none;
	margin: 0;
	opacity: 1;
	padding: 1.5rem;
	position: absolute;
	right: 0;
	text-shadow: none;
	top: 0.4375rem;
}

.refundOrderPage .refund-modal .modal-title {
	line-height: normal;
	/*text-transform: capitalize;*/
}

.refundOrderPage .refund-modal .icon-close {
	color: #000;
	font-size: 1.125rem;
}

.refundOrderPage .refund-modal .separator {
	border-top: 1px solid #000;
	margin: 0 0 1.5rem 1.5rem;
}

.refundOrderPage .refund-modal .separator--light {
	border-top: 1px solid #d6d6d6;
	margin: 1.5rem 0;
}

.refundOrderPage .refund-modal .modal-body {
	padding: 0 1.5rem 1.5rem;
}

.refundOrderPage .refund-modal .modal-text {
	color: #444;
	font-size: 0.9375rem;
	line-height: 1.875rem;
}

.refundOrderPage .refund-modal .btns-holder {
	text-align: right;
}

.refundOrderPage .refund-modal .btn {
	margin-top: 0.3125rem;
}

/* States */
.refundOrderPage-content {
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
}

@media (min-width: 768px) {
	.refundOrderPage-content {
		padding-bottom: 7.5rem;
		padding-top: 4.375rem;
	}
}

.refundOrderPage-orderId {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
}

@media (min-width: 768px) {
	.refundOrderPage-orderId {
		color: #000;
		font-size: 1.875rem;
		font-weight: 700;
	}
}

.refundOrderPage-orderDate {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
}

@media (min-width: 768px) {
	.refundOrderPage-orderDate {
		color: #000;
		font-size: 1.5rem;
		font-weight: 700;
	}
}

.refundOrderPage-orderSummaryHolder {
	padding-bottom: 1.875rem;
	position: static;
}

@media (min-width: 768px) {
	.refundOrderPage-orderSummaryHolder {
		position: relative;
	}
}

.refundOrderPage-refundOrderBtn {
	position: static;
}

@media (min-width: 768px) {
	.refundOrderPage-refundOrderBtn {
		position: absolute;
		right: 0;
		top: 0;
	}
}

.refundOrderPage-separator {
	height: 1.25rem;
}

@media (min-width: 768px) {
	.refundOrderPage-separator {
		height: 3.125rem;
	}
}

.refundOrderPage-separatorLg {
	border-top: 1px solid #000;
	margin: 1.25rem 0;
}

@media (min-width: 768px) {
	.refundOrderPage-separatorLg {
		margin: 3.125rem 0;
	}
}

.refundOrderPage-orderNotes {
	color: #444;
	font-size: 0.75rem;
	line-height: 1.125rem;
	margin: 0.9375rem 0;
}

@media (min-width: 768px) {
	.refundOrderPage-orderNotes {
		color: #444;
		font-size: 0.9375rem;
		line-height: 1.875rem;
		margin: 1.375rem 0;
	}
}

.refundOrderPage .refund-modal .modal-dialog {
	max-width: 90%;
	width: 90%;
}

@media (min-width: 992px) {
	.refundOrderPage .refund-modal .modal-dialog {
		max-width: 968px;
		width: 968px;
	}
}

.refundOrderPage .refund-modal .cancel-btn {
	margin-right: 0;
}

@media (min-width: 768px) {
	.refundOrderPage .refund-modal .cancel-btn {
		margin-right: 2.4375rem;
	}
}

.refundOrderPage .refund-modal .confirm-refund-btn {
	margin-left: 0;
}

@media (min-width: 768px) {
	.refundOrderPage .refund-modal .confirm-refund-btn {
		margin-left: 0.3125rem;
	}
}

.refundOrderPage-backButton {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.refundOrderPage-backButton {
		color: #000;
		font-size: 0.9375rem;
		font-weight: 700;
	}
}

.refundOrderPage-backButton [class^='icon-'],
.refundOrderPage-backButton [class*=' icon-'] {
	display: inline-block;
	margin-right: 0.3125rem;
	vertical-align: -0.0625rem;
}

.loginPage-separator {
	border-top: 1px solid #d6d6d6;
	margin: 1.5rem 0;
}

/* States */
.loginPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.loginPage {
		padding-bottom: 4.375rem;
	}
}

.loginPage-title {
	font-size: 3rem;
	margin: 0;
	padding: 3.125rem 0;
	/*text-transform: capitalize;*/
}

@media (max-width: 991.98px) {
	.loginPage-title {
		font-size: 2.25rem;
	}
}

.loginPage-intro {
	color: #444;
	line-height: 2;
	margin-bottom: 3.125rem;
}

.loginPage-form {
	background-color: #fff;
	margin-bottom: 1.5625rem;
	padding: 1.5rem;
}

.loginPage-formHeading {
	font-size: 0.9375rem;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

.loginPage-form .form-check {
	margin-bottom: 0;
}

.loginPage-indentGroup {
	margin-left: 1.5rem;
}

.loginPage-loginText {
	color: #000;
	font-size: 1.125rem;
	text-align: center;
}

@media (max-width: 991.98px) {
	.loginPage-loginText {
		color: #000;
		font-size: 0.9375rem;
	}
}

.loginPage-loginText .underline-link {
	color: #000;
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
}

@media (max-width: 991.98px) {
	.loginPage-loginText .underline-link {
		color: #000;
		font-size: 0.9375rem;
		font-weight: 700;
	}
}

.loginPage-forgotPass {
	color: #000;
	font-size: 0.9375rem;
}

@media (max-width: 991.98px) {
	.loginPage-forgotPass {
		color: #000;
		font-size: 0.8125rem;
	}
}

.loginPage-forgotPass .underline-link {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
}

@media (max-width: 991.98px) {
	.loginPage-forgotPass .underline-link {
		color: #000;
		font-size: 0.8125rem;
		font-weight: 700;
	}
}

.blankPage {
	background-color: #fff;
}

/* States */
.threeColumnPage {
	background-color: #fff;
}

/* States */
.productCategoryPage {
	background-color: #fff;
}

/* States */
.productListingPage .productsFilters {
	z-index: 999;
}

/* States */
.productListingPage-productsList {
	margin-top: 0.75rem;
}

@media (min-width: 768px) {
	.productListingPage-productsList {
		margin-top: 3.375rem;
	}
}

.productListingPage .reset-filters.underline-link {
	color: #444;
	font-size: 0.875rem;
	font-weight: 700;
}

.productListingPage .productListItem {
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.productListingPage .productListItem {
		margin-bottom: 1.875rem;
	}
}

.productListingPage .productListItem:last-of-type {
	margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.productListingPage .productListItem:last-of-type {
		margin-bottom: 4.375rem;
	}
}

.productListingPage-emptyList {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	min-height: 15.625rem;
	padding: 1.5625rem 1rem;
	text-align: center;
}

@media (min-width: 768px) {
	.productListingPage-emptyList {
		min-height: 21.875rem;
		padding: 5rem 1rem;
	}
}

.forgotPasswordPage-separator {
	margin: 1.875rem 0;
}

.forgotPasswordPage-intro {
	color: #444;
	line-height: 2;
	margin-bottom: 3.125rem;
}

/* States */
.forgotPasswordPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.forgotPasswordPage {
		padding-bottom: 4.375rem;
	}
}

.forgotPasswordPage-title {
	font-size: 3rem;
	margin: 0;
	padding: 3.125rem 0;
	/*text-transform: capitalize;*/
}

@media (max-width: 991.98px) {
	.forgotPasswordPage-title {
		font-size: 2.25rem;
	}
}

.forgotPasswordPage-form {
	background-color: #fff;
	margin-bottom: 1.5625rem;
	padding: 1.5rem;
}

.forgotPasswordPage-formHeading {
	font-size: 0.9375rem;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

/* States */
.productDetailsPage {
	position: relative;
}

.productDetailsPage-quantityHolder {
	background-color: #fff;
	margin: 0 -1rem 1rem;
	padding: 1.125rem;
}

@media (min-width: 768px) {
	.productDetailsPage-quantityHolder {
		-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
		margin: 0;
		padding: 1.875rem;
		position: absolute;
		right: 0.75rem;
		top: -1.875rem;
		width: 32%;
	}
}

.productDetailsPage-quantityHolder .btn {
	margin-top: 1.125rem;
}

.productDetailsPage-quickFactsHolder {
	margin: 1.875rem 0;
}

@media (min-width: 768px) {
	.productDetailsPage-quickFactsHolder {
		margin: 0;
		position: absolute;
		right: 0.75rem;
		top: 12.1875rem;
		width: 32%;
	}
}

@media (min-width: 768px) {
	.productDetailsPage-textAreaHolder {
		padding: 1.875rem 35% 1.875rem 0;
	}
}

.productDetailsPage-intro {
	color: #444;
	font-size: 1.5rem;
	line-height: 1.875rem;
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}

@media (min-width: 768px) {
	.productDetailsPage-intro {
		color: #444;
		font-size: 1.25rem;
		line-height: 2.25rem;
		margin-bottom: 0.75rem;
		margin-top: 0;
	}
}

.productDetailsPage-overview {
	color: #444;
	font-size: 0.75rem;
	line-height: 1.125rem;
}

@media (min-width: 768px) {
	.productDetailsPage-overview {
		color: #444;
		font-size: 0.9375rem;
		line-height: 1.875rem;
	}
}

.productDetailsPage-overview p:last-of-type {
	margin: 0;
}

.productDetailsPage-readmore .underline-link,
.productDetailsPage-readless .underline-link {
	color: #000;
	cursor: pointer;
	display: inline-block;
	margin-top: 1.5rem;
}

.productDetailsPage-readmore [aria-expanded='true'] {
	display: none;
}

@media (min-width: 768px) {
	.productDetailsPage-readless {
		display: none;
	}
}

.emailVerified p {
	line-height: 2;
}

/* States */
.emailVerified {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.emailVerified {
		padding-bottom: 4.375rem;
	}
}

@media (min-width: 992px) {
	.emailVerified-content {
		text-align: center;
	}
}

.emailVerified-title {
	font-size: 3rem;
	margin: 0;
	padding: 3.125rem 0 1.875rem;
}

@media (max-width: 991.98px) {
	.emailVerified-title {
		font-size: 2.25rem;
	}
}

.courseBookingPage {
	background-color: #f3f3f3;
}

.courseBookingPage .no-margin-bottom {
	margin-bottom: 0;
}

/* States */
.courseBookingPage-content {
	padding: 3.375rem 0;
}

.courseBookingPage-form {
	background-color: #fff;
	color: #444;
	margin-bottom: 1.875rem;
}

.courseBookingPage-form .highlightBlock {
	padding-bottom: 1.875rem;
}

.courseBookingPage-form .selectLocationTime.is-styled {
	padding-bottom: 0;
}

.courseBookingPage-prerequisites {
	margin-bottom: 1.875rem;
}

.courseBookingPage-prerequisites p {
	margin-bottom: 0.625rem;
}

.courseBookingPage-subTotal {
	font-size: 1.375rem;
	margin-bottom: 1.875rem;
	text-align: right;
}

.courseBookingPage-subTotalNum {
	margin-left: 3.125rem;
}

.courseBookingPage-finishModal .modal-body {
	padding: 3.125rem;
}

.courseBookingPage-finishModal .modal-body p {
	font-size: 1.5rem;
	margin-bottom: 1.5625rem;
}

.courseBookingPage-finishModal .modal-body .btn + .btn {
	margin-top: 1.25rem;
}

.shoppingCartPage-colTitle {
	color: #444;
	display: block;
	font-size: 0.9375rem;
	margin: 1rem 0;
	text-transform: uppercase;
}

.shoppingCartPage-colTitle.is-first {
	padding-left: 1.5rem;
}

.shoppingCartPage-colTitle.is-last {
	padding-right: 1.5rem;
}

.shoppingCartPage-cartItem,
.shoppingCartPage-promoCode {
	margin-bottom: 0.75rem;
}

.shoppingCartPage-totalLabel {
	padding-bottom: 0.1875rem;
	text-transform: uppercase;
}

/* States */
.shoppingCartPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.shoppingCartPage {
		border-top: 1px solid #000;
		padding-bottom: 3.75rem;
	}
}

.shoppingCartPage-cartDetails {
	color: #000;
	font-size: 0.9375rem;
	margin-bottom: 0.375rem;
	margin-top: 1rem;
	padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
	.shoppingCartPage-cartDetails {
		color: #000;
		font-size: 1.375rem;
		margin-bottom: 0.625rem;
	}
}

@media (min-width: 992px) {
	.shoppingCartPage-cartDetails {
		text-align: right;
	}
}

.shoppingCartPage-cartTotal {
	border-top: 2px solid #000;
	color: #000;
	font-size: 0.9375rem;
	padding-top: 0.5rem;
	vertical-align: bottom;
}

@media (min-width: 768px) {
	.shoppingCartPage-cartTotal {
		color: #000;
		font-size: 1.375rem;
	}
}

.shoppingCartPage-cartTotal span {
	color: #000;
	font-size: 1.5625rem;
}

@media (min-width: 768px) {
	.shoppingCartPage-cartTotal span {
		color: #000;
		font-size: 2.25rem;
	}
}

.shoppingCartPage-buttonsRow {
	margin-top: 0.75rem;
}

@media (min-width: 768px) {
	.shoppingCartPage-buttonsRow {
		margin-top: 1.375rem;
	}
}

.checkoutLoginPage-separator {
	background-color: #979797;
	height: 1px;
	margin: 0;
}

.checkoutLoginPage-form {
	background-color: #fff;
}

/* States */
.checkoutLoginPage {
	margin: 1.5rem 0 3rem;
}

@media (min-width: 768px) {
	.checkoutLoginPage {
		margin: 3.75rem 0 6.25rem;
	}
}

.checkoutLoginPage-title {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 2.25rem;
	margin-top: 1.5625rem;
}

@media (min-width: 768px) {
	.checkoutLoginPage-title {
		color: #000;
		font-size: 3rem;
		font-weight: 700;
		margin-bottom: 0;
		margin-top: 2.625rem;
	}
}

.checkoutLoginPage-formHeading {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
	.checkoutLoginPage-formHeading {
		color: #000;
		font-size: 1.5rem;
		font-weight: 700;
		margin-bottom: 1rem;
	}
}

.checkoutLoginPage-form {
	padding: 1.125rem 0.75rem;
}

@media (min-width: 768px) {
	.checkoutLoginPage-form {
		padding: 1.25rem;
	}
}

.checkoutLoginPage-form .form-check {
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.checkoutLoginPage-form .form-check {
		margin-bottom: 0;
	}
}

.checkoutLoginPage-form.is-guestForm {
	background-color: transparent;
	border: 1px solid #979797;
	margin-bottom: 1.125rem;
	margin-top: 1.125rem;
}

@media (min-width: 768px) {
	.checkoutLoginPage-form.is-guestForm {
		margin-top: 1.5rem;
	}
}

.checkoutLoginPage-form.is-guestForm .btn {
	min-width: 120px;
}

.checkoutBillingDeliveryPage-separator {
	background-color: #979797;
	height: 1px;
	margin: 0;
}

.checkoutBillingDeliveryPage-innerWrapper {
	background-color: #fff;
}

.checkoutBillingDeliveryPage-enterManually {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	padding: 0;
}

.checkoutBillingDeliveryPage-autoComplete {
	position: relative;
}

.checkoutBillingDeliveryPage-autoComplete input {
	padding-right: 2.5rem;
}

.checkoutBillingDeliveryPage-removeIcon {
	cursor: pointer;
	font-size: 1.125rem;
	position: absolute;
	right: 0.625rem;
}

.checkoutBillingDeliveryPage-autocompleteList {
	left: 0;
	position: absolute;
	right: 0;
}

.checkoutBillingDeliveryPage-autocompleteList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.checkoutBillingDeliveryPage-autocompleteList li {
	color: #444;
	cursor: pointer;
	display: block;
	font-size: 0.9375rem;
	line-height: 2.25rem;
	padding: 0 0.5rem;
}

.checkoutBillingDeliveryPage-autocompleteList li:hover,
.checkoutBillingDeliveryPage-autocompleteList li:focus,
.checkoutBillingDeliveryPage-autocompleteList li:active,
.checkoutBillingDeliveryPage-autocompleteList li.active {
	background-color: #fef8e7;
}

.checkoutBillingDeliveryPage .auto-toggle-btn,
.checkoutBillingDeliveryPage .manual-toggle-btn {
	display: none;
}

.checkoutBillingDeliveryPage .auto-toggle-btn.active,
.checkoutBillingDeliveryPage .manual-toggle-btn.active {
	display: inline-block;
}

/* States */
.checkoutBillingDeliveryPage {
	margin: 1.5rem 0 3rem;
}

@media (min-width: 768px) {
	.checkoutBillingDeliveryPage {
		margin: 3.75rem 0 6.25rem;
	}
}

.checkoutBillingDeliveryPage-title {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 2.25rem;
	margin-top: 1.5625rem;
}

@media (min-width: 768px) {
	.checkoutBillingDeliveryPage-title {
		color: #000;
		font-size: 3rem;
		font-weight: 700;
		margin-bottom: 0;
		margin-top: 2.625rem;
	}
}

.checkoutBillingDeliveryPage-formHeading {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.checkoutBillingDeliveryPage-formHeading {
		color: #000;
		font-size: 0.9375rem;
		font-weight: 700;
	}
}

.checkoutBillingDeliveryPage-innerWrapper {
	padding: 1.125rem 0.75rem;
}

@media (min-width: 768px) {
	.checkoutBillingDeliveryPage-innerWrapper {
		padding: 1.25rem;
	}
}

.checkoutBillingDeliveryPage-innerWrapper .form-check {
	margin-bottom: 1rem;
}

.checkoutBillingDeliveryPage-pgTitle {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 1.375rem;
}

@media (min-width: 768px) {
	.checkoutBillingDeliveryPage-pgTitle {
		color: #000;
		font-size: 1.5rem;
		font-weight: 700;
		margin-bottom: 2.125rem;
	}
}

.checkoutBillingDeliveryPage-autocompleteList {
	display: none;
	max-height: 270px;
	overflow-y: auto;
	top: 36px;
}

@media (min-width: 768px) {
	.checkoutBillingDeliveryPage-autocompleteList {
		top: 48px;
	}
}

.checkoutBillingDeliveryPage-autocompleteList.is-active {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.25);
	display: block;
	padding: 0.75rem;
	z-index: 999;
}

.checkoutBillingDeliveryPage-formBtns {
	margin: 1.125rem 0;
}

@media (min-width: 768px) {
	.checkoutBillingDeliveryPage-formBtns {
		margint: 1.875rem 0;
	}
}

.checkoutBillingDeliveryPage-formSeparator {
	border-top: 1px solid #d6d6d6;
	margin: 1rem 0;
}

.checkoutBillingDeliveryPage-removeIcon {
	top: 9px;
}

@media (min-width: 768px) {
	.checkoutBillingDeliveryPage-removeIcon {
		top: 16px;
	}
}

.checkoutBillingDeliveryPage .manual-toggle-btn,
.checkoutBillingDeliveryPage .manual-address-form-fields {
	display: none;
}

.checkoutBillingDeliveryPage-backLink {
	background: none !important;
	/*color: inherit;*/
	border: none;
	padding: 0 !important;
	/*font: inherit;*/
	/*cursor: pointer;*/
}

.checkoutPaymentDetailsPage-separator {
	background-color: #979797;
	height: 1px;
	margin: 0;
}

.checkoutPaymentDetailsPage-innerWrapper {
	background-color: #fff;
}

.checkoutPaymentDetailsPage-paymentIcons {
	display: inline-block;
	font-size: 0;
	margin-left: 0.375rem;
	margin-top: -0.1875rem;
}

.checkoutPaymentDetailsPage-paymentIcons:first-of-type {
	margin-left: 1.25rem;
}

/* States */
.checkoutPaymentDetailsPage {
	margin: 1.5rem 0 3rem;
}

@media (min-width: 768px) {
	.checkoutPaymentDetailsPage {
		margin: 3.75rem 0 6.25rem;
	}
}

.checkoutPaymentDetailsPage-title {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 2.25rem;
	margin-top: 1.5625rem;
}

@media (min-width: 768px) {
	.checkoutPaymentDetailsPage-title {
		color: #000;
		font-size: 3rem;
		font-weight: 700;
		margin-bottom: 0;
		margin-top: 2.625rem;
	}
}

.checkoutPaymentDetailsPage-formHeading {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.checkoutPaymentDetailsPage-formHeading {
		color: #000;
		font-size: 0.9375rem;
		font-weight: 700;
	}
}

.checkoutPaymentDetailsPage-innerWrapper .form-check {
	margin-bottom: 1rem;
}

.checkoutPaymentDetailsPage-innerWrapper .underline-link {
	font-size: 0.8125rem;
	margin-right: 0;
}

@media (min-width: 768px) {
	.checkoutPaymentDetailsPage-innerWrapper .underline-link {
		font-size: 0.9375rem;
	}
}

.checkoutPaymentDetailsPage-pgTitle {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 1.375rem;
}

@media (min-width: 768px) {
	.checkoutPaymentDetailsPage-pgTitle {
		color: #000;
		font-size: 1.5rem;
		font-weight: 700;
		margin-bottom: 2.125rem;
	}
}

.checkoutPaymentDetailsPage-formBtns {
	margin: 1.125rem 0;
}

@media (min-width: 768px) {
	.checkoutPaymentDetailsPage-formBtns {
		margint: 1.875rem 0;
	}
}

.checkoutPaymentDetailsPage-formSeparator {
	border-top: 1px solid #d6d6d6;
	margin: 1rem 0;
}

.checkoutPaymentDetailsPage-methodSection {
	border-left: 0.375rem solid transparent;
	padding: 0.75rem 0.75rem 0.75rem 1rem;
}

@media (min-width: 768px) {
	.checkoutPaymentDetailsPage-methodSection {
		border-left: 0.75rem solid transparent;
		padding: 1.5rem 2.25rem;
	}
}

.checkoutPaymentDetailsPage-methodSection.is-active {
	border-left: 0.375rem solid #feb913;
}

@media (min-width: 768px) {
	.checkoutPaymentDetailsPage-methodSection.is-active {
		border-left: 0.75rem solid #feb913;
	}
}

.checkoutPaymentDetailsPage-methodSection.is-first {
	padding-bottom: 0;
}

.checkoutPaymentDetailsPage-methodContent {
	margin-top: 0.75rem;
	padding-left: 1.5625rem;
}

@media (min-width: 768px) {
	.checkoutPaymentDetailsPage-methodContent {
		margin-top: 1.125rem;
	}
}

.checkoutPaymentDetailsPage-tooltipContent {
	font-size: 0.75rem;
	padding: 0.75rem;
	text-align: left;
}

@media (min-width: 768px) {
	.checkoutPaymentDetailsPage-tooltipContent {
		font-size: 0.9375rem;
	}
}

.checkoutPaymentDetailsPage-creditCardCharge {
	color: #332b2a;
	font-size: 0.9375rem;
	margin-top: 1.125rem;
}

@media (min-width: 768px) {
	.checkoutPaymentDetailsPage-creditCardCharge {
		color: #332b2a;
		font-size: 1.875rem;
		margin-top: 1.875rem;
	}
}

.checkoutPaymentDetailsPage-tooltip-holder {
	position: relative;
}

.checkoutPaymentDetailsPage-tooltip.is-onMobile {
	left: 0.5rem;
	position: absolute;
	top: 1.75rem;
}

@media (min-width: 768px) {
	.checkoutPaymentDetailsPage-tooltip.is-onMobile {
		top: 2.625rem;
	}
}

.checkoutPaymentDetailsPage-paymentMethodSeparator {
	border-top: 1px solid #000;
	margin: 0.25rem -1rem 0 0;
}

@media (min-width: 768px) {
	.checkoutPaymentDetailsPage-paymentMethodSeparator {
		margin: 1rem -2.25rem 0 0;
	}
}

.checkoutPaymentDetailsPage-terms {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	margin-top: 1.125rem;
}

@media (min-width: 768px) {
	.checkoutPaymentDetailsPage-terms {
		color: #000;
		font-size: 0.9375rem;
		font-weight: 700;
		margin-top: 1.875rem;
	}
}

.checkoutPaymentDetailsPage-backLink {
	background: none !important;
	/*color: inherit;*/
	border: none;
	padding: 0 !important;
	/*font: inherit;*/
	/*cursor: pointer;*/
}

.checkoutPaymentDetailsPage .check-dates-group .vivalid-error {
	margin-bottom: 0.875rem;
	margin-top: -0.875rem;
}

.checkoutPaymentDetailsPage-secTitle {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 1rem 0 1rem 0.75rem;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.checkoutPaymentDetailsPage-secTitle {
		padding: 1.5rem 0 1rem 2rem;
	}
}

.checkoutPaymentDetailsPage-secTitle.is-options {
	padding-bottom: 0.5rem;
}

.checkoutPaymentDetailsPage-options {
	margin-left: 0.75rem;
	padding: 0.5rem 0.75rem 1rem 0;
}

@media (min-width: 768px) {
	.checkoutPaymentDetailsPage-options {
		margin-left: 2rem;
		padding: 0.75rem 2.25rem 1.375rem 0;
	}
}

.checkoutPaymentDetailsPage-optionsHr {
	margin: 0;
	margin-left: 1.375rem;
}

@media (min-width: 768px) {
	.checkoutPaymentDetailsPage-optionsHr {
		margin-left: 3rem;
	}
}

.guestCheckoutPaymentDetailsPage-separator {
	background-color: #979797;
	height: 1px;
	margin: 0;
}

.guestCheckoutPaymentDetailsPage-innerWrapper {
	background-color: #fff;
}

.guestCheckoutPaymentDetailsPage-paymentIcons {
	display: inline-block;
	font-size: 0;
	margin-left: 0.375rem;
	margin-top: -0.1875rem;
}

.guestCheckoutPaymentDetailsPage-paymentIcons:first-of-type {
	margin-left: 1.25rem;
}

/* States */
.guestCheckoutPaymentDetailsPage {
	margin: 1.5rem 0 3rem;
}

@media (min-width: 768px) {
	.guestCheckoutPaymentDetailsPage {
		margin: 3.75rem 0 6.25rem;
	}
}

.guestCheckoutPaymentDetailsPage-title {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 2.25rem;
	margin-top: 1.5625rem;
}

@media (min-width: 768px) {
	.guestCheckoutPaymentDetailsPage-title {
		color: #000;
		font-size: 3rem;
		font-weight: 700;
		margin-bottom: 0;
		margin-top: 2.625rem;
	}
}

.guestCheckoutPaymentDetailsPage-formHeading {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.guestCheckoutPaymentDetailsPage-formHeading {
		color: #000;
		font-size: 0.9375rem;
		font-weight: 700;
	}
}

.guestCheckoutPaymentDetailsPage-innerWrapper .form-check {
	margin-bottom: 1rem;
}

.guestCheckoutPaymentDetailsPage-innerWrapper .underline-link {
	font-size: 0.8125rem;
	margin-right: 0;
}

@media (min-width: 768px) {
	.guestCheckoutPaymentDetailsPage-innerWrapper .underline-link {
		font-size: 0.9375rem;
	}
}

.guestCheckoutPaymentDetailsPage-innerWrapper .form-check-input:disabled ~ .form-check-label {
	color: #000;
	cursor: default;
	opacity: 0.6;
}

.guestCheckoutPaymentDetailsPage-pgTitle {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 1.375rem;
}

@media (min-width: 768px) {
	.guestCheckoutPaymentDetailsPage-pgTitle {
		color: #000;
		font-size: 1.5rem;
		font-weight: 700;
		margin-bottom: 2.125rem;
	}
}

.guestCheckoutPaymentDetailsPage-formBtns {
	margin: 1.125rem 0;
}

@media (min-width: 768px) {
	.guestCheckoutPaymentDetailsPage-formBtns {
		margint: 1.875rem 0;
	}
}

.guestCheckoutPaymentDetailsPage-formSeparator {
	border-top: 1px solid #d6d6d6;
	margin: 1rem 0;
}

.guestCheckoutPaymentDetailsPage-methodSection {
	border-left: 0.375rem solid transparent;
	padding: 0.75rem 0.75rem 0.75rem 0.5rem;
}

@media (min-width: 768px) {
	.guestCheckoutPaymentDetailsPage-methodSection {
		border-left: 0.75rem solid transparent;
		padding: 1.5rem;
	}
}

.guestCheckoutPaymentDetailsPage-methodSection.is-active {
	border-left: 0.375rem solid #feb913;
}

@media (min-width: 768px) {
	.guestCheckoutPaymentDetailsPage-methodSection.is-active {
		border-left: 0.75rem solid #feb913;
	}
}

.guestCheckoutPaymentDetailsPage-methodSection.is-first {
	padding-bottom: 0;
}

.guestCheckoutPaymentDetailsPage-methodContent {
	margin-top: 0.75rem;
	padding-left: 1.5625rem;
}

@media (min-width: 768px) {
	.guestCheckoutPaymentDetailsPage-methodContent {
		margin-top: 1.125rem;
	}
}

.guestCheckoutPaymentDetailsPage-tooltipContent {
	font-size: 0.75rem;
	padding: 0.75rem;
	text-align: left;
}

@media (min-width: 768px) {
	.guestCheckoutPaymentDetailsPage-tooltipContent {
		font-size: 0.9375rem;
	}
}

.guestCheckoutPaymentDetailsPage-creditCardCharge {
	color: #332b2a;
	font-size: 0.9375rem;
	margin-top: 1.125rem;
}

@media (min-width: 768px) {
	.guestCheckoutPaymentDetailsPage-creditCardCharge {
		color: #332b2a;
		font-size: 1.875rem;
		margin-top: 1.875rem;
	}
}

.guestCheckoutPaymentDetailsPage-tooltip-holder {
	position: relative;
}

.guestCheckoutPaymentDetailsPage-tooltip.is-onMobile {
	left: 0.5rem;
	position: absolute;
	top: 1.75rem;
}

@media (min-width: 768px) {
	.guestCheckoutPaymentDetailsPage-tooltip.is-onMobile {
		top: 2.625rem;
	}
}

.guestCheckoutPaymentDetailsPage-paymentMethodSeparator {
	border-top: 1px solid #000;
	margin: 0.25rem -0.75rem 0 0;
}

@media (min-width: 768px) {
	.guestCheckoutPaymentDetailsPage-paymentMethodSeparator {
		margin: 1rem -1.5rem 0 0;
	}
}

.guestCheckoutPaymentDetailsPage-terms {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	margin-top: 1.125rem;
}

@media (min-width: 768px) {
	.guestCheckoutPaymentDetailsPage-terms {
		color: #000;
		font-size: 0.9375rem;
		font-weight: 700;
		margin-top: 1.875rem;
	}
}

.guestCheckoutPaymentDetailsPage-guestMsg {
	color: #000;
	font-size: 0.8125rem;
	margin-left: 1.5rem;
}

@media (min-width: 768px) {
	.guestCheckoutPaymentDetailsPage-guestMsg {
		color: #000;
		font-size: 0.9375rem;
	}
}

@media (min-width: 992px) {
	.guestCheckoutPaymentDetailsPage-guestMsg {
		margin-left: 0;
	}
}

.guestCheckoutPaymentDetailsPage-guestMsg .is-faded {
	opacity: 0.6;
}

.guestCheckoutPaymentDetailsPage-guestMsg a {
	text-decoration: underline;
}

.guestCheckoutPaymentDetailsPage .check-dates-group .vivalid-error {
	margin-bottom: 0.875rem;
	margin-top: -0.875rem;
}

/* States */
.orderConfirmationPage-content {
	padding-bottom: 1.5625rem;
	padding-top: 1.5625rem;
}

@media (min-width: 768px) {
	.orderConfirmationPage-content {
		padding-bottom: 3.125rem;
		padding-top: 3.125rem;
	}
}

.orderConfirmationPage-thankYou {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
}

@media (min-width: 768px) {
	.orderConfirmationPage-thankYou {
		color: #000;
		font-size: 3rem;
		font-weight: 700;
	}
}

.orderConfirmationPage-thankYouSub {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
}

@media (min-width: 768px) {
	.orderConfirmationPage-thankYouSub {
		color: #000;
		font-size: 1.5rem;
		font-weight: 700;
	}
}

.orderConfirmationPage-orderSummaryHolder {
	padding-bottom: 1.875rem;
	position: static;
}

@media (min-width: 768px) {
	.orderConfirmationPage-orderSummaryHolder {
		padding-bottom: 3.125rem;
		position: relative;
	}
}

.orderConfirmationPage-refundOrderBtn {
	position: static;
}

@media (min-width: 768px) {
	.orderConfirmationPage-refundOrderBtn {
		position: absolute;
		right: 0;
		top: 0;
	}
}

.orderConfirmationPage-separator {
	height: 1.25rem;
}

@media (min-width: 768px) {
	.orderConfirmationPage-separator {
		height: 3.125rem;
	}
}

.orderConfirmationPage-separatorLg {
	border-top: 1px solid #000;
	margin: 1.25rem 0;
}

@media (min-width: 768px) {
	.orderConfirmationPage-separatorLg {
		margin: 3.125rem 0;
	}
}

.orderConfirmationPage-orderNotes {
	color: #444;
	font-size: 0.75rem;
	line-height: 1.125rem;
	margin: 0.9375rem 0;
}

@media (min-width: 768px) {
	.orderConfirmationPage-orderNotes {
		color: #444;
		font-size: 0.9375rem;
		line-height: 1.875rem;
		margin: 1.375rem 0;
	}
}

.orderConfirmationPage .refund-modal .modal-dialog {
	max-width: 90%;
	width: 90%;
}

@media (min-width: 992px) {
	.orderConfirmationPage .refund-modal .modal-dialog {
		max-width: 968px;
		width: 968px;
	}
}

.orderConfirmationPage .refund-modal .cancel-btn {
	margin-right: 0;
}

@media (min-width: 768px) {
	.orderConfirmationPage .refund-modal .cancel-btn {
		margin-right: 2.4375rem;
	}
}

.orderConfirmationPage .refund-modal .confirm-refund-btn {
	margin-left: 0;
}

@media (min-width: 768px) {
	.orderConfirmationPage .refund-modal .confirm-refund-btn {
		margin-left: 0.3125rem;
	}
}

.cscCustomerSearchPage {
	min-height: calc(100vh - 400px);
}

.cscCustomerSearchPage-resultWrapper {
	background-color: #fff;
}

.cscCustomerSearchPage-resultWrapper .list-group-item-head {
	cursor: default !important;
	pointer-events: none !important;
}

.cscCustomerSearchPage-resultWrapper .list-group-item-head:after {
	display: none !important;
}

/* States */
.cscCustomerSearchPage-title {
	color: #000;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.875rem;
}

@media (min-width: 768px) {
	.cscCustomerSearchPage-title {
		color: #000;
		font-size: 3rem;
		font-weight: 700;
		line-height: 3rem;
	}
}

.cscCustomerSearchPage-subTitle {
	color: #000;
	font-size: 0.9375rem;
}

@media (min-width: 768px) {
	.cscCustomerSearchPage-subTitle {
		color: #000;
		font-size: 1.125rem;
	}
}

@media (min-width: 992px) {
	.cscCustomerSearchPage-form label {
		text-align: right;
	}
}

.cscCustomerSearchPage .customer-no,
.cscCustomerSearchPage .customer-filter-no,
.cscCustomerSearchPage .customer-firstName,
.cscCustomerSearchPage .customer-filter-firstName,
.cscCustomerSearchPage .customer-lastName,
.cscCustomerSearchPage .customer-filter-lastName {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.cscCustomerSearchPage .customer-no,
	.cscCustomerSearchPage .customer-filter-no,
	.cscCustomerSearchPage .customer-firstName,
	.cscCustomerSearchPage .customer-filter-firstName,
	.cscCustomerSearchPage .customer-lastName,
	.cscCustomerSearchPage .customer-filter-lastName {
		display: inline-block;
		width: 14%;
	}
}

.cscCustomerSearchPage .customer-type,
.cscCustomerSearchPage .customer-filter-type {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.cscCustomerSearchPage .customer-type,
	.cscCustomerSearchPage .customer-filter-type {
		display: inline-block;
		width: 10%;
	}
}

.cscCustomerSearchPage .customer-email,
.cscCustomerSearchPage .customer-filter-email {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.cscCustomerSearchPage .customer-email,
	.cscCustomerSearchPage .customer-filter-email {
		display: inline-block;
		width: 20%;
	}
}

.cscCustomerSearchPage .customer-email {
	text-overflow: unset;
	word-break: break-all;
	word-wrap: break-word;
}

.cscCustomerSearchPage .customer-phone,
.cscCustomerSearchPage .customer-filter-phone {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.cscCustomerSearchPage .customer-phone,
	.cscCustomerSearchPage .customer-filter-phone {
		display: inline-block;
		width: 14%;
	}
}

.cscCustomerSearchPage .customer-action {
	display: block;
	text-align: left;
	width: 100%;
}

@media (min-width: 992px) {
	.cscCustomerSearchPage .customer-action {
		display: inline-block;
		text-align: right;
		width: 12%;
	}
}

.cscCustomerSearchPage .pagination {
	margin: 0;
}

.cscCustomerSearchPage .pagination-group {
	margin-top: 1.5rem;
}

.cscCustomerSearchPage .list-group-item {
	font-size: 0;
}

.cscCustomerSearchPage .list-group-item > div:not(.list-group-item-head) {
	font-size: 0.9375rem;
	overflow: hidden;
	padding-right: 5px;
	text-overflow: ellipsis;
	vertical-align: top;
}

.cscCustomerSearchPage .list-group-item-filter {
	display: none;
}

@media (min-width: 992px) {
	.cscCustomerSearchPage .list-group-item-filter {
		display: block;
	}
}

.cscCustomerSearchPage .list-group-item-filter > div {
	vertical-align: top;
}

.cscCustomerSearchPage-resultCount {
	color: #444;
	font-size: 0.75rem;
}

@media (min-width: 768px) {
	.cscCustomerSearchPage-resultCount {
		color: #444;
		font-size: 0.9375rem;
	}
}

.cscCustomerSearchPage-btnOnBehalf {
	display: inline-block;
	font-size: 0.75rem;
	margin-top: 0.5rem;
}

@media (min-width: 992px) {
	.cscCustomerSearchPage-btnOnBehalf {
		display: block;
		margin-top: 0;
		padding-left: 6px !important;
		padding-right: 6px !important;
		width: 100%;
	}
}

.cscCustomerSearchPage .pagination-group {
	margin-top: 42px;
}

.cscCustomerSearchPage .pagination .paginationjs-prev,
.cscCustomerSearchPage .pagination .paginationjs-next {
	border-bottom-width: 0;
	vertical-align: sub;
}

.cscCustomerSearchPage .pagination .paginationjs-ellipsis {
	border-bottom-width: 0;
	cursor: default;
}

.cscCustomerSearchPage .pagination .paginationjs-ellipsis a {
	cursor: default;
	letter-spacing: 2px;
}

.cscCustomerSearchPage .pagination .pagination-next {
	margin-left: 0;
}

.cscCustomerSearchPage .pagination a:hover,
.cscCustomerSearchPage .pagination a:focus,
.cscCustomerSearchPage .pagination a:active,
.cscCustomerSearchPage .pagination a.active {
	text-decoration: none;
}

.shoppingCartEmptyPage-colTitle {
	color: #444;
	display: block;
	font-size: 0.9375rem;
	margin: 1rem 0;
	text-transform: uppercase;
}

.shoppingCartEmptyPage-colTitle.is-first {
	padding-left: 1.5rem;
}

.shoppingCartEmptyPage-colTitle.is-last {
	padding-right: 1.5rem;
}

.shoppingCartEmptyPage-cartItem,
.shoppingCartEmptyPage-promoCode {
	margin-bottom: 0.75rem;
}

.shoppingCartEmptyPage-totalLabel {
	padding-bottom: 0.1875rem;
	text-transform: uppercase;
}

/* States */
.shoppingCartEmptyPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.shoppingCartEmptyPage {
		border-top: 1px solid #000;
		padding-bottom: 3.75rem;
	}
}

.shoppingCartEmptyPage-cartDetails {
	color: #000;
	font-size: 0.9375rem;
	margin-bottom: 0.375rem;
	margin-top: 1rem;
	padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
	.shoppingCartEmptyPage-cartDetails {
		color: #000;
		font-size: 1.375rem;
		margin-bottom: 0.625rem;
	}
}

@media (min-width: 992px) {
	.shoppingCartEmptyPage-cartDetails {
		text-align: right;
	}
}

.shoppingCartEmptyPage-cartTotal {
	border-top: 2px solid #000;
	color: #000;
	font-size: 0.9375rem;
	padding-top: 0.5rem;
	vertical-align: bottom;
}

@media (min-width: 768px) {
	.shoppingCartEmptyPage-cartTotal {
		color: #000;
		font-size: 1.375rem;
	}
}

.shoppingCartEmptyPage-cartTotal span {
	color: #000;
	font-size: 1.5625rem;
}

@media (min-width: 768px) {
	.shoppingCartEmptyPage-cartTotal span {
		color: #000;
		font-size: 2.25rem;
	}
}

.shoppingCartEmptyPage-buttonsRow {
	margin-top: 0.75rem;
}

@media (min-width: 768px) {
	.shoppingCartEmptyPage-buttonsRow {
		margin-top: 1.375rem;
	}
}

.shoppingCartEmptyPage-emptyCart {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	min-height: 15.625rem;
	padding: 1.5625rem 1rem;
	text-align: center;
}

@media (min-width: 768px) {
	.shoppingCartEmptyPage-emptyCart {
		min-height: 21.875rem;
		padding: 2.5rem 1rem;
	}
}

.shoppingCartEmptyPage-emptyCartErrors {
	padding-top: 0.75rem;
}

@media (min-width: 768px) {
	.shoppingCartEmptyPage-emptyCartErrors {
		padding-top: 1.5rem;
	}
}

.signUpRecaptchaPage .no-margin-bottom {
	margin-bottom: 0;
}

.signUpRecaptchaPage-separator {
	margin: 1.875rem 0;
}

/* States */
.signUpRecaptchaPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.signUpRecaptchaPage {
		padding-bottom: 4.375rem;
	}
}

.signUpRecaptchaPage-title {
	font-size: 3rem;
	margin: 0;
	padding: 3.125rem 0;
}

@media (max-width: 991.98px) {
	.signUpRecaptchaPage-title {
		font-size: 2.25rem;
	}
}

.signUpRecaptchaPage-intro {
	color: #444;
	line-height: 2;
	margin-bottom: 3.125rem;
}

.signUpRecaptchaPage-form {
	background-color: #fff;
	margin-bottom: 1.5625rem;
	padding: 1.5rem;
}

.signUpRecaptchaPage-formHeading {
	font-size: 0.9375rem;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

.signUpRecaptchaPage-form .form-check {
	margin-bottom: 0.9375rem;
}

.signUpRecaptchaPage input[type=radio]:checked ~ .form-group {
	display: block;
}

.signUpRecaptchaPage-indentGroup {
	display: none;
	margin-left: 1.5rem;
	margin-top: 1rem;
}

.signUpRecaptchaPage-loginText {
	font-size: 1.125rem;
	text-align: center;
}

@media (max-width: 991.98px) {
	.signUpRecaptchaPage-loginText {
		font-size: 0.9375rem;
	}
}

.signUpRecaptchaPage-loginText .underline-link {
	color: #000;
	font-size: 1.125rem;
}

@media (max-width: 991.98px) {
	.signUpRecaptchaPage-loginText .underline-link {
		font-size: 0.9375rem;
	}
}

.signUpRecaptchaPage .radio-has-error .form-check:last-of-type::after {
	padding-top: 3px;
}

.signUpThankYouPage p {
	line-height: 2;
}

/* States */
.signUpThankYouPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.signUpThankYouPage {
		padding-bottom: 6.25rem;
	}
}

@media (min-width: 992px) {
	.signUpThankYouPage-content {
		text-align: center;
	}
}

.signUpThankYouPage-title {
	font-size: 3rem;
	margin: 0;
	padding: 3.125rem 0 1.875rem;
}

@media (max-width: 991.98px) {
	.signUpThankYouPage-title {
		font-size: 2.25rem;
	}
}

.createAccountFromVerificationEmailPage .no-margin-bottom {
	margin-bottom: 0;
}

.createAccountFromVerificationEmailPage-separator {
	margin: 1.875rem 0;
}

/* States */
.createAccountFromVerificationEmailPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.createAccountFromVerificationEmailPage {
		padding-bottom: 4.375rem;
	}
}

.createAccountFromVerificationEmailPage-title {
	font-size: 3rem;
	margin: 0;
	padding: 3.125rem 0;
	/*text-transform: capitalize;*/
}

@media (max-width: 991.98px) {
	.createAccountFromVerificationEmailPage-title {
		font-size: 2.25rem;
	}
}

.createAccountFromVerificationEmailPage-intro {
	color: #444;
	line-height: 2;
	margin-bottom: 3.125rem;
}

.createAccountFromVerificationEmailPage-form {
	background-color: #fff;
	margin-bottom: 1.5625rem;
	padding: 1.5rem;
}

.createAccountFromVerificationEmailPage-formHeading {
	font-size: 0.9375rem;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

.createAccountFromVerificationEmailPage-form .form-check {
	margin-bottom: 0.9375rem;
}

.createAccountFromVerificationEmailPage input[type=radio]:checked ~ .form-group {
	display: block;
}

.createAccountFromVerificationEmailPage-indentGroup {
	display: none;
	margin-left: 1.5rem;
	margin-top: 1rem;
}

.createAccountFromVerificationEmailPage-loginText {
	font-size: 1.125rem;
	text-align: center;
}

@media (max-width: 991.98px) {
	.createAccountFromVerificationEmailPage-loginText {
		font-size: 0.9375rem;
	}
}

.createAccountFromVerificationEmailPage-loginText .underline-link {
	color: #000;
	font-size: 1.125rem;
}

@media (max-width: 991.98px) {
	.createAccountFromVerificationEmailPage-loginText .underline-link {
		font-size: 0.9375rem;
	}
}

.createAccountFromVerificationEmailPage .radio-has-error .form-check:last-of-type::after {
	padding-top: 3px;
}

.confirmationThankYouPage p {
	line-height: 2;
}

/* States */
.confirmationThankYouPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.confirmationThankYouPage {
		padding-bottom: 6.25rem;
	}
}

@media (min-width: 992px) {
	.confirmationThankYouPage-content {
		text-align: center;
	}
}

.confirmationThankYouPage-title {
	font-size: 3rem;
	margin: 0;
	padding: 3.125rem 0 1.875rem;
}

@media (max-width: 991.98px) {
	.confirmationThankYouPage-title {
		font-size: 2.25rem;
	}
}

.confirmationThankYouPage-btn {
	max-width: 100%;
	min-width: 9.375rem;
}

@media (min-width: 768px) {
	.confirmationThankYouPage-btn {
		min-width: 11.25rem;
	}
}

.attendeeConfirmationThankYouPage p {
	line-height: 2;
}

/* States */
.attendeeConfirmationThankYouPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.attendeeConfirmationThankYouPage {
		padding-bottom: 6.25rem;
	}
}

@media (min-width: 992px) {
	.attendeeConfirmationThankYouPage-content {
		text-align: center;
	}
}

.attendeeConfirmationThankYouPage-title {
	font-size: 3rem;
	margin: 0;
	padding: 3.125rem 0 1.875rem;
}

@media (max-width: 991.98px) {
	.attendeeConfirmationThankYouPage-title {
		font-size: 2.25rem;
	}
}

.attendeeConfirmationThankYouPage-btn {
	max-width: 100%;
	min-width: 9.375rem;
}

@media (min-width: 768px) {
	.attendeeConfirmationThankYouPage-btn {
		min-width: 11.25rem;
	}
}

.loginIdmPage-separator {
	border-top: 1px solid #d6d6d6;
	margin: 1.5rem 0;
}

.loginIdmPage-salesForceWrapper {
	background-color: #fff;
	margin-bottom: 1.5625rem;
	padding: 1.5rem;
}

/* States */
.loginIdmPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.loginIdmPage {
		padding-bottom: 4.375rem;
	}
}

.loginIdmPage-title {
	font-size: 3rem;
	margin: 0;
	padding: 3.125rem 0;
}

@media (max-width: 991.98px) {
	.loginIdmPage-title {
		font-size: 2.25rem;
	}
}

.loginIdmPage-intro {
	color: #444;
	line-height: 2;
	margin-bottom: 3.125rem;
}

.loginIdmPage-form {
	background-color: #fff;
	margin-bottom: 1.5625rem;
	padding: 1.5rem;
}

.loginIdmPage-formHeading {
	font-size: 0.9375rem;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

.loginIdmPage-form .form-check {
	margin-bottom: 0;
}

.loginIdmPage-indentGroup {
	margin-left: 1.5rem;
}

.loginIdmPage-loginText {
	color: #000;
	font-size: 1.125rem;
	text-align: center;
}

@media (max-width: 991.98px) {
	.loginIdmPage-loginText {
		color: #000;
		font-size: 0.9375rem;
	}
}

.loginIdmPage-loginText .underline-link {
	color: #000;
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
}

@media (max-width: 991.98px) {
	.loginIdmPage-loginText .underline-link {
		color: #000;
		font-size: 0.9375rem;
		font-weight: 700;
	}
}

.loginIdmPage-forgotPass {
	color: #000;
	font-size: 0.9375rem;
}

@media (max-width: 991.98px) {
	.loginIdmPage-forgotPass {
		color: #000;
		font-size: 0.8125rem;
	}
}

.loginIdmPage-forgotPass .underline-link {
	color: #000;
	font-size: 0.9375rem;
	font-weight: 700;
}

@media (max-width: 991.98px) {
	.loginIdmPage-forgotPass .underline-link {
		color: #000;
		font-size: 0.8125rem;
		font-weight: 700;
	}
}

.tutorPortalPage-resultWrapper {
	background-color: #fff;
}

.tutorPortalPage-enterManually {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	padding: 0;
}

.tutorPortalPage-autoComplete {
	position: relative;
}

.tutorPortalPage-autoComplete input {
	padding-right: 2.5rem;
}

.tutorPortalPage-removeIcon {
	cursor: pointer;
	font-size: 1.125rem;
	position: absolute;
	right: 0.625rem;
}

.tutorPortalPage-autocompleteList {
	left: 0;
	position: absolute;
	right: 0;
}

.tutorPortalPage-autocompleteList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tutorPortalPage-autocompleteList li {
	color: #444;
	cursor: pointer;
	display: block;
	font-size: 0.9375rem;
	line-height: 2.25rem;
	padding: 0 0.5rem;
}

.tutorPortalPage-autocompleteList li:hover,
.tutorPortalPage-autocompleteList li:focus,
.tutorPortalPage-autocompleteList li:active,
.tutorPortalPage-autocompleteList li.active {
	background-color: #fef8e7;
}

@media (min-width: 768px) {
	.tutorPortalPage .form-check-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.tutorPortalPage .form-check-group .form-check-group-label {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.tutorPortalPage .form-check-group > div {
	margin-bottom: 0.5rem !important;
}

.tutorPortalPage .auto-toggle-btn,
.tutorPortalPage .manual-toggle-btn {
	display: none;
}

.tutorPortalPage .auto-toggle-btn.active,
.tutorPortalPage .manual-toggle-btn.active {
	display: inline-block;
}

/* States */
.tutorPortalPage {
	/* .list-group-item-head {
		&::after {
			// color: $black;
		}
	} */
}

.tutorPortalPage-title {
	color: #000;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.875rem;
}

@media (min-width: 768px) {
	.tutorPortalPage-title {
		color: #000;
		font-size: 3rem;
		font-weight: 700;
		line-height: 3rem;
	}
}

.tutorPortalPage-subTitle {
	color: #000;
	font-size: 0.9375rem;
}

@media (min-width: 768px) {
	.tutorPortalPage-subTitle {
		color: #000;
		font-size: 1.125rem;
	}
}

@media (min-width: 992px) {
	.tutorPortalPage-form label {
		/*text-align: right;*/
	}
}

.tutorPortalPage-autocompleteList {
	display: none;
	max-height: 270px;
	overflow-y: auto;
	top: 36px;
}

@media (min-width: 768px) {
	.tutorPortalPage-autocompleteList {
		top: 48px;
	}
}

.tutorPortalPage-autocompleteList.is-active {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.25);
	display: block;
	padding: 0.75rem;
	z-index: 999;
}

.tutorPortalPage-formBtns {
	margin: 1.125rem 0;
}

@media (min-width: 768px) {
	.tutorPortalPage-formBtns {
		margint: 1.875rem 0;
	}
}

.tutorPortalPage-formSeparator {
	border-top: 1px solid #d6d6d6;
	margin: 1rem 0;
}

.tutorPortalPage-removeIcon {
	top: 9px;
}

@media (min-width: 768px) {
	.tutorPortalPage-removeIcon {
		top: 16px;
	}
}

.tutorPortalPage .manual-toggle-btn,
.tutorPortalPage .manual-address-form-fields {
	display: none;
}

.tutorPortalPage .customer-selection,
.tutorPortalPage .customer-filter-selection {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.tutorPortalPage .customer-selection,
	.tutorPortalPage .customer-filter-selection {
		display: inline-block;
		width: 3%;
	}
}

.tutorPortalPage .customer-selection:after,
.tutorPortalPage .customer-filter-selection:after {
	display: none;
}

.tutorPortalPage .notes {
	font-size: 1.375rem;
	height: 6rem;
}

.tutorPortalPage .customers-firstName,
.tutorPortalPage .customers-filter-firstName,
.tutorPortalPage .customers-lastName,
.tutorPortalPage .customers-filter-lastName {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.tutorPortalPage .customers-firstName,
	.tutorPortalPage .customers-filter-firstName,
	.tutorPortalPage .customers-lastName,
	.tutorPortalPage .customers-filter-lastName {
		display: inline-block;
		width: 10%;
	}
}

.tutorPortalPage .customers-emailAddress,
.tutorPortalPage .customers-filter-emailAddress {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.tutorPortalPage .customers-emailAddress,
	.tutorPortalPage .customers-filter-emailAddress {
		display: inline-block;
		width: 25%;
	}
}

.tutorPortalPage .customers-phone,
.tutorPortalPage .customers-filter-phone {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.tutorPortalPage .customers-phone,
	.tutorPortalPage .customers-filter-phone {
		display: inline-block;
		width: 10%;
	}
}

.tutorPortalPage .customers-ethnicity,
.tutorPortalPage .customers-filter-ethnicity {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.tutorPortalPage .customers-ethnicity,
	.tutorPortalPage .customers-filter-ethnicity {
		display: inline-block;
		width: 10%;
	}
}

.tutorPortalPage .customers-passfail,
.tutorPortalPage .customers-filter-passfail {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.tutorPortalPage .customers-passfail,
	.tutorPortalPage .customers-filter-passfail {
		display: inline-block;
		width: 6%;
	}
}

.tutorPortalPage .customers-nzqa,
.tutorPortalPage .customers-filter-nzqa {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.tutorPortalPage .customers-nzqa,
	.tutorPortalPage .customers-filter-nzqa {
		display: inline-block;
		width: 6%;
	}
}

.tutorPortalPage .customers-blended,
.tutorPortalPage .customers-filter-blended {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.tutorPortalPage .customers-blended,
	.tutorPortalPage .customers-filter-blended {
		display: inline-block;
		width: 5%;
	}
}

.tutorPortalPage .customers-blendedcomplete,
.tutorPortalPage .customers-filter-blendedcomplete {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.tutorPortalPage .customers-blendedcomplete,
	.tutorPortalPage .customers-filter-blendedcomplete {
		display: inline-block;
		width: 5%;
	}
}

.tutorPortalPage .customers-refresher,
.tutorPortalPage .customers-filter-refresher {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.tutorPortalPage .customers-refresher,
	.tutorPortalPage .customers-filter-refresher {
		display: inline-block;
		width: 4%;
	}
}

.tutorPortalPage .customers-action {
	display: block;
	text-align: left;
	width: 100%;
}

@media (min-width: 992px) {
	.tutorPortalPage .customers-action {
		display: inline-block;
		text-align: right;
		width: 4%;
	}
}

.tutorPortalPage .pagination {
	margin: 0;
}

.tutorPortalPage .pagination-group {
	margin-top: 1.5rem;
}

.tutorPortalPage .list-group-item {
	font-size: 0;
}

.tutorPortalPage .list-group-item > div:not(.list-group-item-head) {
	font-size: 0.9375rem;
	overflow: hidden;
	padding-right: 5px;
	text-overflow: ellipsis;
	vertical-align: top;
}

.tutorPortalPage .list-group-item-filter {
	display: none;
}

@media (min-width: 992px) {
	.tutorPortalPage .list-group-item-filter {
		display: block;
	}
}

.tutorPortalPage .list-group-item-filter > div {
	vertical-align: top;
}

.tutorPortalPage-resultCount {
	color: #444;
	font-size: 0.75rem;
}

@media (min-width: 768px) {
	.tutorPortalPage-resultCount {
		color: #444;
		font-size: 0.9375rem;
	}
}

.tutorPortalPage-btnOnBehalf {
	display: inline-block;
	font-size: 0.75rem;
	margin-top: 0.5rem;
}

@media (min-width: 992px) {
	.tutorPortalPage-btnOnBehalf {
		display: block;
		margin-top: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.tutorPortalPage .order-more-btn {
	display: none;
}

@media (min-width: 992px) {
	.tutorPortalPage .order-more-btn {
		border: 2px solid #ffb200;
		display: inline-block;
		height: 20px;
		padding: 0.0625rem 0.1875rem;
		text-decoration: none !important;
		width: 26px;
	}

	.tutorPortalPage .order-more-btn[aria-expanded='true'] {
		background-color: #ffb200;
	}
}

@media (max-width: 991.98px) {
	.tutorPortalPage .order-more-content {
		background: transparent;
		border-width: 0;
		display: block;
		float: none;
		padding: 0;
		position: relative;
	}

	.tutorPortalPage .order-more-content .dropdown-item {
		padding-left: 0;
	}

	.tutorPortalPage .order-more-content a {
		border-bottom: 2px solid #feb913;
		font-weight: 700;
	}
}

.tutorPortalPage-eventDetails {
	background-color: #fff;
	padding: 1rem 0.75rem;
}

.tutorPortalPage .modal .modal-content {
	border-width: 0;
	-webkit-box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: -3px 0 10px 0 rgba(0, 0, 0, 0.3);
}

.tutorPortalPage .modal .modal-dialog {
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
	width: 90%;
}

@media (min-width: 992px) {
	.tutorPortalPage .modal .modal-dialog {
		max-width: 768px;
		width: 768px;
	}
}

.tutorPortalPage .modal .modal-header {
	border-width: 0;
	padding: 1.5rem;
	position: relative;
}

.tutorPortalPage .modal .modal-header .close {
	float: none;
	margin: 0;
	opacity: 1;
	padding: 1.5rem;
	position: absolute;
	right: 0;
	text-shadow: none;
	top: 0.4375rem;
}

.tutorPortalPage .modal .modal-title {
	line-height: normal;
	padding-right: 3.125rem;
	/*text-transform: capitalize;*/
}

.tutorPortalPage .modal .icon-close {
	color: #000;
	font-size: 1.125rem;
}

.tutorPortalPage .modal .modal-body {
	padding: 0 1.5rem 1.5rem;
}

.tutorPortalPage .modal .btn {
	margin-top: 0.3125rem;
}

.tutorPortalSearchPage-resultWrapper {
	background-color: #fff;
	min-height: 21.875rem;
}

/* States */
.tutorPortalSearchPage-title {
	color: #000;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.875rem;
}

@media (min-width: 768px) {
	.tutorPortalSearchPage-title {
		color: #000;
		font-size: 3rem;
		font-weight: 700;
		line-height: 3rem;
	}
}

.tutorPortalSearchPage-subTitle {
	color: #000;
	font-size: 0.9375rem;
}

@media (min-width: 768px) {
	.tutorPortalSearchPage-subTitle {
		color: #000;
		font-size: 1.125rem;
	}
}

@media (min-width: 992px) {
	.tutorPortalSearchPage-form label {
		text-align: right;
	}
}

.tutorPortalSearchPage .event-id,
.tutorPortalSearchPage .event-filter-id,
.tutorPortalSearchPage .event-name,
.tutorPortalSearchPage .event-filter-name,
.tutorPortalSearchPage .event-date,
.tutorPortalSearchPage .event-filter-date,
.tutorPortalSearchPage .event-location,
.tutorPortalSearchPage .event-filter-location {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.tutorPortalSearchPage .event-id,
	.tutorPortalSearchPage .event-filter-id,
	.tutorPortalSearchPage .event-name,
	.tutorPortalSearchPage .event-filter-name,
	.tutorPortalSearchPage .event-date,
	.tutorPortalSearchPage .event-filter-date,
	.tutorPortalSearchPage .event-location,
	.tutorPortalSearchPage .event-filter-location {
		display: inline-block;
		width: 20%;
	}
}

.tutorPortalSearchPage .event-action {
	display: block;
	width: 100%;
}

@media (min-width: 992px) {
	.tutorPortalSearchPage .event-action {
		display: inline-block;
		text-align: right;
		width: 20%;
	}
}

.tutorPortalSearchPage .list-group-item {
	font-size: 0;
}

.tutorPortalSearchPage .list-group-item > div:not(.list-group-item-head) {
	font-size: 0.9375rem;
	overflow: hidden;
	padding-right: 5px;
	text-overflow: ellipsis;
	vertical-align: top;
}

.tutorPortalSearchPage .list-group-item-filter {
	display: none;
}

@media (min-width: 992px) {
	.tutorPortalSearchPage .list-group-item-filter {
		display: block;
	}
}

.tutorPortalSearchPage .list-group-item-filter > div {
	vertical-align: top;
}

.tutorPortalSearchPage-resultCount {
	color: #444;
	font-size: 0.75rem;
}

@media (min-width: 768px) {
	.tutorPortalSearchPage-resultCount {
		color: #444;
		font-size: 0.9375rem;
	}
}

.tutorPortalSearchPage-btnOnBehalf {
	display: inline-block;
	font-size: 0.75rem;
	margin-top: 0.5rem;
}

@media (min-width: 992px) {
	.tutorPortalSearchPage-btnOnBehalf {
		display: block;
		margin-top: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.tutorPortalSearchPage .order-more-btn {
	display: none;
}

@media (min-width: 992px) {
	.tutorPortalSearchPage .order-more-btn {
		border: 2px solid #ffb200;
		display: inline-block;
		height: 20px;
		padding: 0.0625rem 0.1875rem;
		text-decoration: none !important;
		width: 26px;
	}

	.tutorPortalSearchPage .order-more-btn[aria-expanded='true'] {
		background-color: #ffb200;
	}
}

@media (max-width: 991.98px) {
	.tutorPortalSearchPage .order-more-content {
		background: transparent;
		border-width: 0;
		display: block;
		float: none;
		padding: 0;
		position: relative;
	}

	.tutorPortalSearchPage .order-more-content .dropdown-item {
		padding-left: 0;
	}

	.tutorPortalSearchPage .order-more-content a {
		border-bottom: 2px solid #feb913;
		font-weight: 700;
	}
}

.tutorPortalSearchPage-eventDetails {
	background-color: #fff;
	padding: 1rem 0.75rem;
}

.tutorPortalSearchPage-noResults {
	background-color: #fff;
	min-height: 21.875rem;
}

.page_404 {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.page_404 {
		padding: 5rem 0;
	}
}

.page_404-content {
	margin: 0 auto;
	max-width: 768px;
	text-align: center;
}

@media (min-width: 768px) {
	.page_404-title {
		font-size: 3rem;
	}
}

.page_404-summaryText {
	margin-bottom: 1.5rem;
	margin-top: 0.5rem;
}

@media (min-width: 768px) {
	.page_404-summaryText {
		font-size: 1.5rem;
	}
}

.page_404-iconClose {
	height: 1.875rem;
	margin: 0 auto 1.25rem;
	position: relative;
	width: 1.875rem;
}

@media (min-width: 768px) {
	.page_404-iconClose {
		height: 3.75rem;
		width: 3.75rem;
	}
}

@media (min-width: 768px) {
	.page_404-iconClose {
		margin-bottom: 3.125rem;
	}
}

.page_404-iconClose:before,
.page_404-iconClose:after {
	background: #000;
	content: '';
	height: 100%;
	opacity: 0.75;
	position: absolute;
	width: 0.3125rem;
}

@media (min-width: 768px) {
	.page_404-iconClose:before,
	.page_404-iconClose:after {
		width: 0.75rem;
	}
}

.page_404-iconClose::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page_404-iconClose:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* States */
.page_500 {
	padding: 1.875rem 0;
}

@media (min-width: 768px) {
	.page_500 {
		padding: 5rem 0;
	}
}

.page_500-content {
	margin: 0 auto;
	max-width: 768px;
	text-align: center;
}

.page_500-img {
	max-width: 7.5rem;
}

@media (min-width: 768px) {
	.page_500-title {
		font-size: 3rem;
	}
}

.page_500-summaryText {
	margin-bottom: 1.5rem;
	margin-top: 0.5rem;
}

@media (min-width: 768px) {
	.page_500-summaryText {
		font-size: 1.5rem;
	}
}

.page_500-iconClose {
	height: 1.875rem;
	margin: 0 auto 1.25rem;
	position: relative;
	width: 1.875rem;
}

@media (min-width: 768px) {
	.page_500-iconClose {
		height: 3.75rem;
		width: 3.75rem;
	}
}

@media (min-width: 768px) {
	.page_500-iconClose {
		margin-bottom: 3.125rem;
	}
}

.page_500-iconClose:before,
.page_500-iconClose:after {
	background: #000;
	content: '';
	height: 100%;
	opacity: 0.75;
	position: absolute;
	width: 0.3125rem;
}

@media (min-width: 768px) {
	.page_500-iconClose:before,
	.page_500-iconClose:after {
		width: 0.75rem;
	}
}

.page_500-iconClose::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page_500-iconClose:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* States */
.selectAccountPage-separator {
	border-top: 1px solid #d6d6d6;
	margin: 1.5rem 0;
}

/* States */
.selectAccountPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.selectAccountPage {
		padding-bottom: 4.375rem;
	}
}

.selectAccountPage-title {
	font-size: 3rem;
	margin: 0;
	padding: 3.125rem 0;
	/*text-transform: capitalize;*/
}

@media (max-width: 991.98px) {
	.selectAccountPage-title {
		font-size: 2.25rem;
	}
}

.selectAccountPage-intro {
	color: #444;
	line-height: 2;
}

.resetPasswordPage-separator {
	margin: 1.875rem 0;
}

.resetPasswordPage-intro {
	color: #444;
	line-height: 2;
	margin-bottom: 3.125rem;
}

/* States */
.resetPasswordPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.resetPasswordPage {
		padding-bottom: 4.375rem;
	}
}

.resetPasswordPage-title {
	font-size: 3rem;
	margin: 0;
	padding: 3.125rem 0;
	/*text-transform: capitalize;*/
}

@media (max-width: 991.98px) {
	.resetPasswordPage-title {
		font-size: 2.25rem;
	}
}

.resetPasswordPage-form {
	background-color: #fff;
	margin-bottom: 1.5625rem;
	padding: 1.5rem;
}

.resetPasswordPage-formHeading {
	font-size: 0.9375rem;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

.updateDetailsPage-separator {
	margin: 1.875rem 0;
}

.updateDetailsPage-intro {
	color: #444;
	line-height: 2;
	margin-bottom: 3.125rem;
}

.updateDetailsPage-enterManually {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	padding: 0;
}

.updateDetailsPage-autoComplete {
	position: relative;
}

.updateDetailsPage-autoComplete input {
	padding-right: 2.5rem;
}

.updateDetailsPage-removeIcon {
	cursor: pointer;
	font-size: 1.125rem;
	position: absolute;
	right: 0.625rem;
}

.updateDetailsPage-autocompleteList {
	left: 0;
	position: absolute;
	right: 0;
}

.updateDetailsPage-autocompleteList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.updateDetailsPage-autocompleteList li {
	color: #444;
	cursor: pointer;
	display: block;
	font-size: 0.9375rem;
	line-height: 2.25rem;
	padding: 0 0.5rem;
}

.updateDetailsPage-autocompleteList li:hover,
.updateDetailsPage-autocompleteList li:focus,
.updateDetailsPage-autocompleteList li:active,
.updateDetailsPage-autocompleteList li.active {
	background-color: #fef8e7;
}

@media (min-width: 768px) {
	.updateDetailsPage .form-check-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.updateDetailsPage .form-check-group .form-check-group-label {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.updateDetailsPage .form-check-group > div {
	margin-bottom: 0.5rem !important;
}

.updateDetailsPage .auto-toggle-btn,
.updateDetailsPage .manual-toggle-btn {
	display: none;
}

.updateDetailsPage .auto-toggle-btn.active,
.updateDetailsPage .manual-toggle-btn.active {
	display: inline-block;
}

/* States */
.updateDetailsPage {
	padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
	.updateDetailsPage {
		padding-bottom: 4.375rem;
	}
}

.updateDetailsPage-title {
	font-size: 3rem;
	margin: 0;
	padding: 3.125rem 0;
	/*text-transform: capitalize;*/
}

@media (max-width: 991.98px) {
	.updateDetailsPage-title {
		font-size: 2.25rem;
	}
}

.updateDetailsPage-form {
	background-color: #fff;
	margin-bottom: 1.5625rem;
	padding: 1.5rem;
}

.updateDetailsPage-formHeading {
	font-size: 0.9375rem;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

.updateDetailsPage-autocompleteList {
	display: none;
	max-height: 270px;
	overflow-y: auto;
	top: 36px;
}

@media (min-width: 768px) {
	.updateDetailsPage-autocompleteList {
		top: 48px;
	}
}

.updateDetailsPage-autocompleteList.is-active {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.25);
	display: block;
	padding: 0.75rem;
	z-index: 999;
}

.updateDetailsPage-formBtns {
	margin: 1.125rem 0;
}

@media (min-width: 768px) {
	.updateDetailsPage-formBtns {
		margint: 1.875rem 0;
	}
}

.updateDetailsPage-formSeparator {
	border-top: 1px solid #d6d6d6;
	margin: 1rem 0;
}

.updateDetailsPage-removeIcon {
	top: 9px;
}

@media (min-width: 768px) {
	.updateDetailsPage-removeIcon {
		top: 16px;
	}
}

.updateDetailsPage .manual-toggle-btn,
.updateDetailsPage .manual-address-form-fields {
	display: none;
}
