﻿body {
}
*, *::before, *::after {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem
}

	ol ol, ul ul, ol ul, ul ol {
		margin-bottom: 0
	}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b, strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

pre, code, kbd, samp {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

	button:focus:not(:focus-visible) {
		outline: 0
	}

input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[role=button] {
	cursor: pointer
}

select {
	word-wrap: normal
}

button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button
}

	button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
		cursor: pointer
	}

	button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
		padding: 0;
		border-style: none
	}

input[type=radio], input[type=checkbox] {
	box-sizing: border-box;
	padding: 0
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

	[type=search]::-webkit-search-decoration {
		-webkit-appearance: none
	}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

.container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width: 576px) {
	.container-sm, .container {
		max-width: 540px
	}
}

@media(min-width: 768px) {
	.container-md, .container-sm, .container {
		max-width: 720px
	}
}

@media(min-width: 992px) {
	.container-lg, .container-md, .container-sm, .container {
		max-width: 960px
	}
}

@media(min-width: 1200px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1140px
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

	.no-gutters > .col, .no-gutters > [class*=col-] {
		padding-right: 0;
		padding-left: 0
	}

.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.row-cols-1 > * {
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2 > * {
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3 > * {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.row-cols-4 > * {
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5 > * {
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6 > * {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}

.col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}

.col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}

.col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.offset-1 {
	margin-left: 8.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 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-sm-1 > * {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-sm-2 > * {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-sm-3 > * {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-sm-4 > * {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-sm-5 > * {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-sm-6 > * {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-sm-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-sm-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-sm-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-sm-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-sm-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		order: -1
	}

	.order-sm-last {
		order: 13
	}

	.order-sm-0 {
		order: 0
	}

	.order-sm-1 {
		order: 1
	}

	.order-sm-2 {
		order: 2
	}

	.order-sm-3 {
		order: 3
	}

	.order-sm-4 {
		order: 4
	}

	.order-sm-5 {
		order: 5
	}

	.order-sm-6 {
		order: 6
	}

	.order-sm-7 {
		order: 7
	}

	.order-sm-8 {
		order: 8
	}

	.order-sm-9 {
		order: 9
	}

	.order-sm-10 {
		order: 10
	}

	.order-sm-11 {
		order: 11
	}

	.order-sm-12 {
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.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 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-md-1 > * {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-md-2 > * {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-md-3 > * {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-md-4 > * {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-md-5 > * {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-md-6 > * {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-md-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-md-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-md-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-md-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		order: -1
	}

	.order-md-last {
		order: 13
	}

	.order-md-0 {
		order: 0
	}

	.order-md-1 {
		order: 1
	}

	.order-md-2 {
		order: 2
	}

	.order-md-3 {
		order: 3
	}

	.order-md-4 {
		order: 4
	}

	.order-md-5 {
		order: 5
	}

	.order-md-6 {
		order: 6
	}

	.order-md-7 {
		order: 7
	}

	.order-md-8 {
		order: 8
	}

	.order-md-9 {
		order: 9
	}

	.order-md-10 {
		order: 10
	}

	.order-md-11 {
		order: 11
	}

	.order-md-12 {
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.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 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-lg-1 > * {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-lg-2 > * {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-lg-3 > * {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-lg-4 > * {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-lg-5 > * {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-lg-6 > * {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-lg-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-lg-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		order: -1
	}

	.order-lg-last {
		order: 13
	}

	.order-lg-0 {
		order: 0
	}

	.order-lg-1 {
		order: 1
	}

	.order-lg-2 {
		order: 2
	}

	.order-lg-3 {
		order: 3
	}

	.order-lg-4 {
		order: 4
	}

	.order-lg-5 {
		order: 5
	}

	.order-lg-6 {
		order: 6
	}

	.order-lg-7 {
		order: 7
	}

	.order-lg-8 {
		order: 8
	}

	.order-lg-9 {
		order: 9
	}

	.order-lg-10 {
		order: 10
	}

	.order-lg-11 {
		order: 11
	}

	.order-lg-12 {
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.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 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-xl-1 > * {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-xl-2 > * {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-xl-3 > * {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-xl-4 > * {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-xl-5 > * {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-xl-6 > * {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-xl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		order: -1
	}

	.order-xl-last {
		order: 13
	}

	.order-xl-0 {
		order: 0
	}

	.order-xl-1 {
		order: 1
	}

	.order-xl-2 {
		order: 2
	}

	.order-xl-3 {
		order: 3
	}

	.order-xl-4 {
		order: 4
	}

	.order-xl-5 {
		order: 5
	}

	.order-xl-6 {
		order: 6
	}

	.order-xl-7 {
		order: 7
	}

	.order-xl-8 {
		order: 8
	}

	.order-xl-9 {
		order: 9
	}

	.order-xl-10 {
		order: 10
	}

	.order-xl-11 {
		order: 11
	}

	.order-xl-12 {
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.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%
	}
}

.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: rgba(0,0,0,0) !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-right {
	border-right: 1px solid #dee2e6 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-left {
	border-left: 1px solid #dee2e6 !important
}

.border-0 {
	border: 0 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.border-primary {
	border-color: #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-sm {
	border-radius: .2rem !important
}

.rounded {
	border-radius: .25rem !important
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important
}

.rounded-right {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.rounded-lg {
	border-radius: .3rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: 50rem !important
}

.rounded-0 {
	border-radius: 0 !important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	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: flex !important
	}

	.d-sm-inline-flex {
		display: inline-flex !important
	}
}

@media(min-width: 768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: flex !important
	}

	.d-md-inline-flex {
		display: inline-flex !important
	}
}

@media(min-width: 992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: flex !important
	}

	.d-lg-inline-flex {
		display: inline-flex !important
	}
}

@media(min-width: 1200px) {
	.d-xl-none {
		display: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: flex !important
	}

	.d-xl-inline-flex {
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}

	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: flex !important
	}

	.d-print-inline-flex {
		display: inline-flex !important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

	.embed-responsive::before {
		display: block;
		content: ""
	}

	.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0
	}

.embed-responsive-21by9::before {
	padding-top: 42.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 {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	-ms-grid-row-align: auto !important;
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	-ms-grid-row-align: center !important;
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important
}

@media(min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important
	}

	.flex-sm-column {
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-sm-start {
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

	.align-items-sm-start {
		align-items: flex-start !important
	}

	.align-items-sm-end {
		align-items: flex-end !important
	}

	.align-items-sm-center {
		align-items: center !important
	}

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

	.align-content-sm-start {
		align-content: flex-start !important
	}

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}
}

@media(min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}
}

@media(min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}
}

@media(min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		-ms-grid-row-align: auto !important;
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		-ms-grid-row-align: center !important;
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

@media(min-width: 576px) {
	.float-sm-left {
		float: left !important
	}

	.float-sm-right {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}
}

@media(min-width: 768px) {
	.float-md-left {
		float: left !important
	}

	.float-md-right {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}
}

@media(min-width: 992px) {
	.float-lg-left {
		float: left !important
	}

	.float-lg-right {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}
}

@media(min-width: 1200px) {
	.float-xl-left {
		float: left !important
	}

	.float-xl-right {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 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 {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
	box-shadow: none !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.vw-100 {
	width: 100vw !important
}

.vh-100 {
	height: 100vh !important
}

.m-0 {
	margin: 0 !important
}

.mt-0, .my-0 {
	margin-top: 0 !important
}

.mr-0, .mx-0 {
	margin-right: 0 !important
}

.mb-0, .my-0 {
	margin-bottom: 0 !important
}

.ml-0, .mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: .25rem !important
}

.mt-1, .my-1 {
	margin-top: .25rem !important
}

.mr-1, .mx-1 {
	margin-right: .25rem !important
}

.mb-1, .my-1 {
	margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2, .my-2 {
	margin-top: .5rem !important
}

.mr-2, .mx-2 {
	margin-right: .5rem !important
}

.mb-2, .my-2 {
	margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
	margin-left: .5rem !important
}

.m-3 {
	margin: 1rem !important
}

.mt-3, .my-3 {
	margin-top: 1rem !important
}

.mr-3, .mx-3 {
	margin-right: 1rem !important
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
	margin-left: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.mt-5, .my-5 {
	margin-top: 3rem !important
}

.mr-5, .mx-5 {
	margin-right: 3rem !important
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
	margin-left: 3rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0, .py-0 {
	padding-top: 0 !important
}

.pr-0, .px-0 {
	padding-right: 0 !important
}

.pb-0, .py-0 {
	padding-bottom: 0 !important
}

.pl-0, .px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: .25rem !important
}

.pt-1, .py-1 {
	padding-top: .25rem !important
}

.pr-1, .px-1 {
	padding-right: .25rem !important
}

.pb-1, .py-1 {
	padding-bottom: .25rem !important
}

.pl-1, .px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2, .py-2 {
	padding-top: .5rem !important
}

.pr-2, .px-2 {
	padding-right: .5rem !important
}

.pb-2, .py-2 {
	padding-bottom: .5rem !important
}

.pl-2, .px-2 {
	padding-left: .5rem !important
}

.p-3 {
	padding: 1rem !important
}

.pt-3, .py-3 {
	padding-top: 1rem !important
}

.pr-3, .px-3 {
	padding-right: 1rem !important
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important
}

.pl-3, .px-3 {
	padding-left: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.pt-5, .py-5 {
	padding-top: 3rem !important
}

.pr-5, .px-5 {
	padding-right: 3rem !important
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important
}

.pl-5, .px-5 {
	padding-left: 3rem !important
}

.m-n1 {
	margin: -0.25rem !important
}

.mt-n1, .my-n1 {
	margin-top: -0.25rem !important
}

.mr-n1, .mx-n1 {
	margin-right: -0.25rem !important
}

.mb-n1, .my-n1 {
	margin-bottom: -0.25rem !important
}

.ml-n1, .mx-n1 {
	margin-left: -0.25rem !important
}

.m-n2 {
	margin: -0.5rem !important
}

.mt-n2, .my-n2 {
	margin-top: -0.5rem !important
}

.mr-n2, .mx-n2 {
	margin-right: -0.5rem !important
}

.mb-n2, .my-n2 {
	margin-bottom: -0.5rem !important
}

.ml-n2, .mx-n2 {
	margin-left: -0.5rem !important
}

.m-n3 {
	margin: -1rem !important
}

.mt-n3, .my-n3 {
	margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
	margin-right: -1rem !important
}

.mb-n3, .my-n3 {
	margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
	margin-left: -1rem !important
}

.m-n4 {
	margin: -1.5rem !important
}

.mt-n4, .my-n4 {
	margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
	margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
	margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
	margin-left: -1.5rem !important
}

.m-n5 {
	margin: -3rem !important
}

.mt-n5, .my-n5 {
	margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
	margin-right: -3rem !important
}

.mb-n5, .my-n5 {
	margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
	margin-left: -3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto, .my-auto {
	margin-top: auto !important
}

.mr-auto, .mx-auto {
	margin-right: auto !important
}

.mb-auto, .my-auto {
	margin-bottom: auto !important
}

.ml-auto, .mx-auto {
	margin-left: auto !important
}

@media(min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: .25rem !important
	}

	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important
	}

	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem !important
	}

	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important
	}

	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important
	}

	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important
	}

	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important
	}

	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important
	}

	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important
	}

	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important
	}

	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important
	}

	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important
	}

	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important
	}

	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: .25rem !important
	}

	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem !important
	}

	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem !important
	}

	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem !important
	}

	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem !important
	}

	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem !important
	}

	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem !important
	}

	.pl-sm-2, .px-sm-2 {
		padding-left: .5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important
	}

	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important
	}

	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important
	}

	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important
	}

	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important
	}

	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important
	}

	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important
	}

	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important
	}

	.m-sm-n1 {
		margin: -0.25rem !important
	}

	.mt-sm-n1, .my-sm-n1 {
		margin-top: -0.25rem !important
	}

	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -0.25rem !important
	}

	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -0.25rem !important
	}

	.m-sm-n2 {
		margin: -0.5rem !important
	}

	.mt-sm-n2, .my-sm-n2 {
		margin-top: -0.5rem !important
	}

	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -0.5rem !important
	}

	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -0.5rem !important
	}

	.m-sm-n3 {
		margin: -1rem !important
	}

	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem !important
	}

	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem !important
	}

	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem !important
	}

	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem !important
	}

	.m-sm-n4 {
		margin: -1.5rem !important
	}

	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem !important
	}

	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem !important
	}

	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem !important
	}

	.m-sm-n5 {
		margin: -3rem !important
	}

	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem !important
	}

	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem !important
	}

	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem !important
	}

	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important
	}

	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important
	}
}

@media(min-width: 768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0, .my-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important
	}

	.m-md-1 {
		margin: .25rem !important
	}

	.mt-md-1, .my-md-1 {
		margin-top: .25rem !important
	}

	.mr-md-1, .mx-md-1 {
		margin-right: .25rem !important
	}

	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem !important
	}

	.ml-md-1, .mx-md-1 {
		margin-left: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.mt-md-2, .my-md-2 {
		margin-top: .5rem !important
	}

	.mr-md-2, .mx-md-2 {
		margin-right: .5rem !important
	}

	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem !important
	}

	.ml-md-2, .mx-md-2 {
		margin-left: .5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important
	}

	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important
	}

	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important
	}

	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important
	}

	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important
	}

	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important
	}

	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important
	}

	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important
	}

	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pt-md-0, .py-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0, .px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0, .px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: .25rem !important
	}

	.pt-md-1, .py-md-1 {
		padding-top: .25rem !important
	}

	.pr-md-1, .px-md-1 {
		padding-right: .25rem !important
	}

	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem !important
	}

	.pl-md-1, .px-md-1 {
		padding-left: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.pt-md-2, .py-md-2 {
		padding-top: .5rem !important
	}

	.pr-md-2, .px-md-2 {
		padding-right: .5rem !important
	}

	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem !important
	}

	.pl-md-2, .px-md-2 {
		padding-left: .5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important
	}

	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important
	}

	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important
	}

	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important
	}

	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important
	}

	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important
	}

	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important
	}

	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important
	}

	.m-md-n1 {
		margin: -0.25rem !important
	}

	.mt-md-n1, .my-md-n1 {
		margin-top: -0.25rem !important
	}

	.mr-md-n1, .mx-md-n1 {
		margin-right: -0.25rem !important
	}

	.mb-md-n1, .my-md-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-md-n1, .mx-md-n1 {
		margin-left: -0.25rem !important
	}

	.m-md-n2 {
		margin: -0.5rem !important
	}

	.mt-md-n2, .my-md-n2 {
		margin-top: -0.5rem !important
	}

	.mr-md-n2, .mx-md-n2 {
		margin-right: -0.5rem !important
	}

	.mb-md-n2, .my-md-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-md-n2, .mx-md-n2 {
		margin-left: -0.5rem !important
	}

	.m-md-n3 {
		margin: -1rem !important
	}

	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem !important
	}

	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem !important
	}

	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem !important
	}

	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem !important
	}

	.m-md-n4 {
		margin: -1.5rem !important
	}

	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem !important
	}

	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem !important
	}

	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem !important
	}

	.m-md-n5 {
		margin: -3rem !important
	}

	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem !important
	}

	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem !important
	}

	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem !important
	}

	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto, .my-md-auto {
		margin-top: auto !important
	}

	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important
	}

	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important
	}
}

@media(min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: .25rem !important
	}

	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important
	}

	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem !important
	}

	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important
	}

	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important
	}

	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem !important
	}

	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important
	}

	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important
	}

	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important
	}

	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important
	}

	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important
	}

	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important
	}

	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important
	}

	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important
	}

	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important
	}

	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: .25rem !important
	}

	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important
	}

	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important
	}

	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important
	}

	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important
	}

	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important
	}

	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important
	}

	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important
	}

	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important
	}

	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important
	}

	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important
	}

	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important
	}

	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important
	}

	.m-lg-n1 {
		margin: -0.25rem !important
	}

	.mt-lg-n1, .my-lg-n1 {
		margin-top: -0.25rem !important
	}

	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -0.25rem !important
	}

	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -0.25rem !important
	}

	.m-lg-n2 {
		margin: -0.5rem !important
	}

	.mt-lg-n2, .my-lg-n2 {
		margin-top: -0.5rem !important
	}

	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -0.5rem !important
	}

	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -0.5rem !important
	}

	.m-lg-n3 {
		margin: -1rem !important
	}

	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem !important
	}

	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem !important
	}

	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem !important
	}

	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem !important
	}

	.m-lg-n4 {
		margin: -1.5rem !important
	}

	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem !important
	}

	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem !important
	}

	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem !important
	}

	.m-lg-n5 {
		margin: -3rem !important
	}

	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem !important
	}

	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem !important
	}

	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem !important
	}

	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important
	}

	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important
	}

	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important
	}
}

@media(min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: .25rem !important
	}

	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem !important
	}

	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem !important
	}

	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem !important
	}

	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem !important
	}

	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl-2, .mx-xl-2 {
		margin-left: .5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important
	}

	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important
	}

	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important
	}

	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important
	}

	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important
	}

	.p-xl-1 {
		padding: .25rem !important
	}

	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem !important
	}

	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem !important
	}

	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem !important
	}

	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem !important
	}

	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem !important
	}

	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem !important
	}

	.pl-xl-2, .px-xl-2 {
		padding-left: .5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important
	}

	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important
	}

	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important
	}

	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important
	}

	.m-xl-n1 {
		margin: -0.25rem !important
	}

	.mt-xl-n1, .my-xl-n1 {
		margin-top: -0.25rem !important
	}

	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -0.25rem !important
	}

	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -0.25rem !important
	}

	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -0.25rem !important
	}

	.m-xl-n2 {
		margin: -0.5rem !important
	}

	.mt-xl-n2, .my-xl-n2 {
		margin-top: -0.5rem !important
	}

	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -0.5rem !important
	}

	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -0.5rem !important
	}

	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -0.5rem !important
	}

	.m-xl-n3 {
		margin: -1rem !important
	}

	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem !important
	}

	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem !important
	}

	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem !important
	}

	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem !important
	}

	.m-xl-n4 {
		margin: -1.5rem !important
	}

	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem !important
	}

	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem !important
	}

	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem !important
	}

	.m-xl-n5 {
		margin: -3rem !important
	}

	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem !important
	}

	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem !important
	}

	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem !important
	}

	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important
	}
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0,0,0,0)
}

.text-monospace {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify {
	text-align: justify !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media(min-width: 576px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media(min-width: 768px) {
	.text-md-left {
		text-align: left !important
	}

	.text-md-right {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media(min-width: 992px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media(min-width: 1200px) {
	.text-xl-left {
		text-align: left !important
	}

	.text-xl-right {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-weight-light {
	font-weight: 300 !important
}

.font-weight-lighter {
	font-weight: lighter !important
}

.font-weight-normal {
	font-weight: 400 !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-weight-bolder {
	font-weight: bolder !important
}

.font-italic {
	font-style: italic !important
}

.text-white {
	color: #fff !important
}

.text-primary {
	color: #007bff !important
}

a.text-primary:hover, a.text-primary:focus {
	color: #0056b3 !important
}

.text-secondary {
	color: #6c757d !important
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #494f54 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:hover, a.text-success:focus {
	color: #19692c !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:hover, a.text-info:focus {
	color: #0f6674 !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:hover, a.text-warning:focus {
	color: #ba8b00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:hover, a.text-danger:focus {
	color: #a71d2a !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:hover, a.text-light:focus {
	color: #cbd3da !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:hover, a.text-dark:focus {
	color: #121416 !important
}

.text-body {
	color: #212529 !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0,0,0,.5) !important
}

.text-white-50 {
	color: rgba(255,255,255,.5) !important
}

.text-hide {
	font: 0/0 a;
	color: rgba(0,0,0,0);
	text-shadow: none;
	background-color: rgba(0,0,0,0);
	border: 0
}

.text-decoration-none {
	text-decoration: none !important
}

.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

.datepicker {
	display: none
}

	.datepicker.active {
		display: block
	}

.datepicker-dropdown {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	padding-top: 4px
}

	.datepicker-dropdown.datepicker-orient-top {
		padding-top: 0;
		padding-bottom: 4px
	}

.datepicker-picker {
	display: inline-block;
	border-radius: 4px;
	background-color: #fff
}

.datepicker-dropdown .datepicker-picker {
	box-shadow: 0 2px 3px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.1)
}

.datepicker-picker span {
	display: block;
	flex: 1;
	border: 0;
	border-radius: 4px;
	cursor: default;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.datepicker-main {
	padding: 2px
}

.datepicker-footer {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
	background-color: #f8f9fa
}

.datepicker-grid, .datepicker-view .days-of-week, .datepicker-view, .datepicker-controls {
	display: flex
}

.datepicker-grid {
	flex-wrap: wrap
}

.datepicker-view .days .datepicker-cell, .datepicker-view .dow {
	flex-basis: 14.2857142857%
}

.datepicker-view.datepicker-grid .datepicker-cell {
	flex-basis: 25%
}

.datepicker-cell, .datepicker-view .week {
	height: 2.25rem;
	line-height: 2.25rem
}

.datepicker-title {
	box-shadow: inset 0 -1px 1px rgba(0,0,0,.1);
	background-color: #f8f9fa;
	padding: .375rem .75rem;
	text-align: center;
	font-weight: 700
}

.datepicker-header .datepicker-controls {
	padding: 2px 2px 0
}

.datepicker-controls .button {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	margin: 0;
	border: 1px solid #dae0e5;
	border-radius: 4px;
	box-shadow: none;
	background-color: #fff;
	cursor: pointer;
	padding: calc(0.375em - 1px) .75em;
	height: 2.25em;
	vertical-align: top;
	text-align: center;
	line-height: 1.5;
	white-space: nowrap;
	color: #343a40;
	font-size: 1rem
}

	.datepicker-controls .button:focus, .datepicker-controls .button:active {
		outline: none
	}

	.datepicker-controls .button:hover {
		border-color: #aeb9c5;
		color: #343a40
	}

	.datepicker-controls .button:focus {
		border-color: #3273dc;
		color: #343a40
	}

		.datepicker-controls .button:focus:not(:active) {
			box-shadow: 0 0 0 .125em rgba(50,115,220,.25)
		}

	.datepicker-controls .button:active {
		border-color: #404040;
		color: #343a40
	}

	.datepicker-controls .button[disabled] {
		cursor: not-allowed
	}

.datepicker-header .datepicker-controls .button {
	border-color: rgba(0,0,0,0);
	font-weight: bold
}

	.datepicker-header .datepicker-controls .button:hover {
		background-color: #f9f9f9
	}

	.datepicker-header .datepicker-controls .button:focus:not(:active) {
		box-shadow: 0 0 0 .125em rgba(255,255,255,.25)
	}

	.datepicker-header .datepicker-controls .button:active {
		background-color: #f2f2f2
	}

	.datepicker-header .datepicker-controls .button[disabled] {
		box-shadow: none
	}

.datepicker-footer .datepicker-controls .button {
	margin: calc(.375rem - 1px) .375rem;
	border-radius: 2px;
	width: 100%;
	font-size: .75rem
}

.datepicker-controls .view-switch {
	flex: auto
}

.datepicker-controls .prev-btn, .datepicker-controls .next-btn {
	padding-right: .375rem;
	padding-left: .375rem;
	width: 2.25rem
}

	.datepicker-controls .prev-btn.disabled, .datepicker-controls .next-btn.disabled {
		visibility: hidden
	}

.datepicker-view .dow {
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: .875rem;
	font-weight: 700
}

.datepicker-view .week {
	width: 2.25rem;
	color: #aeb9c5;
	font-size: .75rem
}

@media(max-width: 22.5rem) {
	.datepicker-view .week {
		width: 1.96875rem
	}
}

.datepicker-grid {
	width: 15.75rem
}

@media(max-width: 22.5rem) {
	.calendar-weeks + .days .datepicker-grid {
		width: 13.78125rem
	}
}

.datepicker-cell:not(.disabled):hover {
	background-color: #f9f9f9;
	cursor: pointer
}

.datepicker-cell.focused:not(.selected) {
	background-color: #e9ecef
}

.datepicker-cell.selected, .datepicker-cell.selected:hover {
	background-color: #3273dc;
	color: #fff;
	font-weight: 600
}

.datepicker-cell.disabled {
	color: #dae0e5
}

.datepicker-cell.prev:not(.disabled), .datepicker-cell.next:not(.disabled) {
	color: #7a7a7a
}

.datepicker-cell.prev.selected, .datepicker-cell.next.selected {
	color: #e6e6e6
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
	border-radius: 0;
	background-color: #f8f9fa
}

	.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
		background-color: #f1f3f5
	}

	.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
		background-color: #e9ecef
	}

.datepicker-cell.today:not(.selected) {
	background-color: #00d1b2
}

	.datepicker-cell.today:not(.selected):not(.disabled) {
		color: #fff
	}

.datepicker-cell.today.focused:not(.selected) {
	background-color: #00c4a7
}

.datepicker-cell.range-end:not(.selected), .datepicker-cell.range-start:not(.selected) {
	background-color: #aeb9c5;
	color: #fff
}

.datepicker-cell.range-end.focused:not(.selected), .datepicker-cell.range-start.focused:not(.selected) {
	background-color: #a6b3c0
}

.datepicker-cell.range-start {
	border-radius: 4px 0 0 4px
}

.datepicker-cell.range-end {
	border-radius: 0 4px 4px 0
}

.datepicker-cell.range {
	border-radius: 0;
	background-color: #dae0e5
}

	.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
		background-color: #d3d9df
	}

	.datepicker-cell.range.disabled {
		color: #bdc6d0
	}

	.datepicker-cell.range.focused {
		background-color: #cbd3da
	}

.datepicker-view.datepicker-grid .datepicker-cell {
	height: 4.5rem;
	line-height: 4.5rem
}

.datepicker-input.in-edit {
	border-color: #2366d1
}

	.datepicker-input.in-edit:focus, .datepicker-input.in-edit:active {
		box-shadow: 0 0 .25em .25em rgba(35,102,209,.2)
	}

.tns-outer {
	padding: 0 !important
}

	.tns-outer [hidden] {
		display: none !important
	}

	.tns-outer [aria-controls], .tns-outer [data-action] {
		cursor: pointer
	}

.tns-slider {
	transition: all 0s
}

	.tns-slider > .tns-item {
		box-sizing: border-box
	}

.tns-horizontal.tns-subpixel {
	white-space: nowrap
}

	.tns-horizontal.tns-subpixel > .tns-item {
		display: inline-block;
		vertical-align: top;
		white-space: normal
	}

.tns-horizontal.tns-no-subpixel:after {
	content: "";
	display: table;
	clear: both
}

.tns-horizontal.tns-no-subpixel > .tns-item {
	float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
	margin-right: -100%
}

.tns-no-calc {
	position: relative;
	left: 0
}

.tns-gallery {
	position: relative;
	left: 0;
	min-height: 1px
}

	.tns-gallery > .tns-item {
		position: absolute;
		left: -100%;
		transition: transform 0s,opacity 0s
	}

	.tns-gallery > .tns-slide-active {
		position: relative;
		left: auto !important
	}

	.tns-gallery > .tns-moving {
		transition: all .25s
	}

.tns-autowidth {
	display: inline-block
}

.tns-lazy-img {
	transition: opacity .6s;
	opacity: .6
}

	.tns-lazy-img.tns-complete {
		opacity: 1
	}

.tns-ah {
	transition: height 0s
}

.tns-ovh {
	overflow: hidden
}

.tns-visually-hidden {
	position: absolute;
	left: -10000em
}

.tns-transparent {
	opacity: 0;
	visibility: hidden
}

.tns-fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 0
}

.tns-normal, .tns-fadeOut {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1
}

.tns-vpfix {
	white-space: nowrap
}

	.tns-vpfix > div, .tns-vpfix > li {
		display: inline-block
	}

.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden
}

.tns-t-ct {
	width: 2333.3333333333%;
	width: calc(100%*(70 / 3));
	position: absolute;
	right: 0
}

	.tns-t-ct:after {
		content: "";
		display: table;
		clear: both
	}

	.tns-t-ct > div {
		width: 1.4285714286%;
		width: calc(100% / 70);
		height: 10px;
		float: left
	}

body {
	font-family: "Gotham A","Gotham B","Arial";
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #4d4d4f
}

h1, .h1 {
	font-size: 32px
}

@media(min-width: 768px) {
	h1, .h1 {
		font-size: 44px
	}
}

h2, .h2 {
	font-size: 30px
}

@media(min-width: 768px) {
	h2, .h2 {
		font-size: 36px
	}
}

h3, .h3 {
	font-size: 26px
}

@media(min-width: 768px) {
	h3, .h3 {
		font-size: 29.999998px
	}
}

h4, .h4 {
	font-size: 22px
}

@media(min-width: 768px) {
	h4, .h4 {
		font-size: 23.999998px
	}
}

h1, .h1 {
	color: #333
}

	h1.white, .h1.white {
		color: #fff
	}

h2, .h2 {
	color: #333
}

	h2.white, .h2.white {
		color: #fff
	}

h3, .h3 {
	color: #333
}

	h3.white, .h3.white {
		color: #fff
	}

h4, .h4 {
	color: #333
}

	h4.white, .h4.white {
		color: #fff
	}

h5, .h5 {
	color: #333
}

	h5.white, .h5.white {
		color: #fff
	}

h6, .h6 {
	color: #333
}

	h6.white, .h6.white {
		color: #fff
	}

h1 {
	line-height: 1.25;
	font-weight: normal
}

@media(min-width: 768px) {
	h1 {
		line-height: 1.27
	}
}

h2 {
	line-height: 1.27;
	font-weight: normal
}

@media(min-width: 768px) {
	h2 {
		line-height: 1.33
	}
}

h2.heading-medium {
	font-size: 30px
}

h2.heading-reverse {
	color: #fff
}

h3 {
	line-height: 1.23;
	font-weight: normal
}

@media(min-width: 768px) {
	h3 {
		line-height: 1.4
	}
}

h4 {
	font-weight: 500;
	line-height: 1.36
}

@media(min-width: 768px) {
	h4 {
		line-height: 1.5
	}
}

h5 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5
}

@media(min-width: 768px) {
	h5 {
		font-size: 18px;
		line-height: 1.44
	}
}

h6 {
	color: #003e51;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.57
}

@media(min-width: 768px) {
	h6 {
		font-size: 16px;
		line-height: 1.5
	}
}

p {
	font-size: 18px;
	line-height: 1.67
}

@media(min-width: 768px) {
	p {
		font-size: 16px
	}
}

.btn {
	border: 2px solid rgba(0,0,0,0);
	border-radius: 35px;
	font-size: 1.15rem;
	font-weight: 500;
	line-height: 1.5;
	height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .75rem;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
	text-decoration: none;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important
}

@media(min-width: 480px) {
	.btn {
		min-width: 170px;
		width: auto
	}
}

.btn--mobile-search, .btn--mobile-cart, .btn--mobile-menu {
	border: none;
	border-radius: 0;
	height: 64px;
	min-width: auto;
	padding: .35rem
}

	.btn--mobile-search:focus, .btn--mobile-cart:focus, .btn--mobile-menu:focus {
		outline: none
	}

.btn--mobile-search {
	background-color: #003e51;
	width: 40px
}

.btn--mobile-cart {
	background-color: #1c81a2;
	width: 40px
}

.btn--mobile-menu {
	background-color: #3898b8;
	display: block;
	position: relative;
	width: 50px
}

.btn--back-to-top {
	background-color: #333;
	color: #fff;
	height: 40px;
	font-size: 12px;
	min-width: 80px;
	width: auto;
	padding: .5rem;
	position: fixed;
	right: 20px;
	bottom: 56px;
	z-index: 6;
	transform: translateX(110px)
}

	.btn--back-to-top.active {
		transform: translateX(0)
	}

	.btn--back-to-top:focus {
		outline: none
	}

	.btn--back-to-top svg {
		margin-left: .5rem;
		width: 15px
	}

.btn--primary {
	background-color: #3898b8;
	color: #fff;
	position: relative;
	padding: 12px 38px 12px 34px;
	width: auto !important;
	min-width: unset !important
}

@media(min-width: 480px) {
	.btn--primary {
		padding: 12px 44px 12px 44px
	}
}

.btn--primary:hover {
	background-color: #3692b0;
	color: #fff;
	text-decoration: none
}

	.btn--primary:hover:after {
		right: 1rem
	}

.btn--primary:after {
	content: "";
	position: absolute;
	right: 1.5rem;
	transition: all .2s ease-in-out;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	top: 20px;
	transform: rotate(-45deg)
}

.btn--primary-sm {
	background-color: #3898b8;
	color: #fff;
	height: 40px;
	font-size: 1rem;
	line-height: 1rem;
	min-width: 148px;
	width: auto;
	padding: .5rem .9rem;
	position: relative
}

	.btn--primary-sm:hover {
		background-color: #3692b0;
		color: #fff;
		text-decoration: none
	}

.btn--primary-reverse {
	background-color: #fff;
	border: 2px solid #fff;
	color: #3898b8;
	padding: 12px 38px 12px 34px;
	position: relative
}

@media(min-width: 480px) {
	.btn--primary-reverse {
		padding: 12px 48px 12px 20px !important
	}
}

.btn--primary-reverse:hover {
	border-color: #fff;
	color: #3692b0;
	text-decoration: none
}

	.btn--primary-reverse:hover:after {
		right: 1rem
	}

.btn--primary-reverse:after {
	content: "";
	position: absolute;
	right: 1.5rem;
	transition: all .2s ease-in-out;
	border: solid #3898b8;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	top: 20px;
	transform: rotate(-45deg)
}

.btn--primary-reverse-sm {
	background-color: #fff;
	border: 2px solid #fff;
	color: #3898b8;
	height: 40px;
	font-size: 1rem;
	min-width: 148px;
	width: auto;
	padding: .5rem .9rem;
	position: relative
}

	.btn--primary-reverse-sm:hover {
		background-color: #e6f2f6;
		border-color: #e6f2f6;
		color: #3692b0;
		text-decoration: none
	}

.btn--secondary {
	background-color: #fff;
	border: 2px solid #3898b8;
	color: #3898b8;
	padding: 12px 38px 12px 34px;
	position: relative
}

@media(min-width: 480px) {
	.btn--secondary {
		padding: 12px 48px 12px 44px
	}
}

.btn--secondary:hover {
	border-color: #3692b0;
	color: #3692b0;
	text-decoration: none
}

	.btn--secondary:hover:after {
		right: 1rem
	}

.btn--secondary:after {
	content: "";
	position: absolute;
	right: 1.5rem;
	transition: all .2s ease-in-out;
	border: solid #3898b8;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	top: 20px;
	transform: rotate(-45deg)
}

.btn--secondary-transparent {
	background-color: rgba(255,255,255,0);
	border: 2px solid #fff;
	color: #fff;
	padding: 12px 38px 12px 34px;
	position: relative
}

@media(min-width: 480px) {
	.btn--secondary-transparent {
		padding: 12px 48px 12px 44px
	}
}

.btn--secondary-transparent:hover {
	background-color: rgba(255,255,255,.25);
	border-color: #fff;
	color: #fff;
	text-decoration: none
}

	.btn--secondary-transparent:hover:after {
		right: 1rem
	}

.btn--secondary-transparent:after {
	content: "";
	position: absolute;
	right: 1.5rem;
	transition: all .2s ease-in-out;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	top: 20px;
	transform: rotate(-45deg)
}

.btn:disabled {
	background-color: #d4d4d4 !important;
	color: #949494 !important;
	border: 2px solid #d4d4d4 !important
}

	.btn:disabled:hover {
		cursor: not-allowed
	}

.btn--tertiary {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	height: auto;
	padding: 0 2.25rem 0 0;
	min-width: inherit;
	width: auto;
	color: #3898b8;
	border-radius: 0;
	justify-content: flex-start;
	position: relative;
	background-color: rgba(0,0,0,0)
}

	.btn--tertiary:hover {
		text-decoration: none;
		color: #e36500
	}

		.btn--tertiary:hover:after, .btn--tertiary:hover:before {
			right: .15rem
		}

		.btn--tertiary:hover:after {
			border-color: #e36500
		}

		.btn--tertiary:hover:before {
			color: #e36500
		}

	.btn--tertiary:after {
		content: "";
		position: absolute;
		right: .5rem;
		display: block;
		top: 8px;
		transition: all .2s ease-in-out;
		border: solid #3898b8;
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(-45deg)
	}

	.btn--tertiary:before {
		content: "";
		color: #3898b8;
		right: 8px;
		top: 11px;
		position: absolute;
		height: 1px;
		box-shadow: inset 0 0 0 6px;
		width: 13px;
		display: inline-block;
		transition: all .2s ease-in-out
	}

	.btn--tertiary.white {
		color: #fff
	}

		.btn--tertiary.white:hover {
			color: #e7a440
		}

			.btn--tertiary.white:hover:after, .btn--tertiary.white:hover:before {
				right: .15rem
			}

			.btn--tertiary.white:hover:after {
				border-color: #e7a440
			}

			.btn--tertiary.white:hover:before {
				color: #e7a440
			}

		.btn--tertiary.white:after {
			content: "";
			position: absolute;
			right: .5rem;
			display: block;
			transition: all .2s ease-in-out
		}

		.btn--tertiary.white:after {
			border-color: #fff
		}

		.btn--tertiary.white:before {
			top: 11px;
			color: #fff
		}

.btn--tertiaryPlus {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	height: auto;
	padding: 0 2.25rem 0 0;
	min-width: inherit;
	width: auto;
	color: #3898b8;
	border-radius: 0;
	justify-content: flex-start;
	position: relative;
	background-color: rgba(0,0,0,0)
}

	.btn--tertiaryPlus:hover {
		text-decoration: none;
		color: #e36500
	}

		.btn--tertiaryPlus:hover:after, .btn--tertiaryPlus:hover:before {
			right: .15rem
		}

		.btn--tertiaryPlus:hover:after {
			border-color: #e36500
		}

		.btn--tertiaryPlus:hover:before {
			color: #e36500
		}

	.btn--tertiaryPlus.white {
		color: #fff
	}

		.btn--tertiaryPlus.white:hover {
			color: #e7a440
		}

			.btn--tertiaryPlus.white:hover:after, .btn--tertiaryPlus.white:hover:before {
				right: .15rem
			}

			.btn--tertiaryPlus.white:hover:after {
				border-color: #e7a440
			}

			.btn--tertiaryPlus.white:hover:before {
				color: #e7a440
			}

		.btn--tertiaryPlus.white:after {
			content: "";
			position: absolute;
			right: .5rem;
			display: block;
			transition: all .2s ease-in-out
		}

		.btn--tertiaryPlus.white:after {
			border-color: #fff
		}

		.btn--tertiaryPlus.white:before {
			top: 11px;
			color: #fff
		}

button:focus {
	outline: none
}

.grecaptcha-badge {
	display: none !important
}

footer {
	text-align: center;
	padding: 20px 0
}

section section .row {
	padding: 0 !important
}

section section .component-rich-text-block__container .row {
	margin: 0 -8px
}

section section .component-rich-text-block__content {
	padding: 0
}

.container {
	max-width: 1128px;
	padding: 0
}

@media(min-width: 768px) {
	.container {
		padding: 0 32px
	}
}

@media screen and (min-width: 1280px) {
	.container {
		padding: 0 76px
	}
}

@media(min-width: 1200px) {
	.container {
		max-width: 1560px
	}
}

.container .component-rich-text-block__container {
	max-width: 100% !important;
	padding: 0 !important
}

.row {
	margin: 0;
	padding: 0 16px
}

@media(min-width: 768px) {
	.row {
		padding: 0
	}
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
	padding-left: 8px;
	padding-right: 8px
}

@media(min-width: 768px) {
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
		padding-left: 12px;
		padding-right: 12px
	}

		.col:first-of-type, .col-1:first-of-type, .col-10:first-of-type, .col-11:first-of-type, .col-12:first-of-type, .col-2:first-of-type, .col-3:first-of-type, .col-4:first-of-type, .col-5:first-of-type, .col-6:first-of-type, .col-7:first-of-type, .col-8:first-of-type, .col-9:first-of-type, .col-auto:first-of-type, .col-lg:first-of-type, .col-lg-1:first-of-type, .col-lg-10:first-of-type, .col-lg-11:first-of-type, .col-lg-12:first-of-type, .col-lg-2:first-of-type, .col-lg-3:first-of-type, .col-lg-4:first-of-type, .col-lg-5:first-of-type, .col-lg-6:first-of-type, .col-lg-7:first-of-type, .col-lg-8:first-of-type, .col-lg-9:first-of-type, .col-lg-auto:first-of-type, .col-md:first-of-type, .col-md-1:first-of-type, .col-md-10:first-of-type, .col-md-11:first-of-type, .col-md-12:first-of-type, .col-md-2:first-of-type, .col-md-3:first-of-type, .col-md-4:first-of-type, .col-md-5:first-of-type, .col-md-6:first-of-type, .col-md-7:first-of-type, .col-md-8:first-of-type, .col-md-9:first-of-type, .col-md-auto:first-of-type, .col-sm:first-of-type, .col-sm-1:first-of-type, .col-sm-10:first-of-type, .col-sm-11:first-of-type, .col-sm-12:first-of-type, .col-sm-2:first-of-type, .col-sm-3:first-of-type, .col-sm-4:first-of-type, .col-sm-5:first-of-type, .col-sm-6:first-of-type, .col-sm-7:first-of-type, .col-sm-8:first-of-type, .col-sm-9:first-of-type, .col-sm-auto:first-of-type, .col-xl:first-of-type, .col-xl-1:first-of-type, .col-xl-10:first-of-type, .col-xl-11:first-of-type, .col-xl-12:first-of-type, .col-xl-2:first-of-type, .col-xl-3:first-of-type, .col-xl-4:first-of-type, .col-xl-5:first-of-type, .col-xl-6:first-of-type, .col-xl-7:first-of-type, .col-xl-8:first-of-type, .col-xl-9:first-of-type, .col-xl-auto:first-of-type {
			padding-left: 0
		}

		.col:last-of-type, .col-1:last-of-type, .col-10:last-of-type, .col-11:last-of-type, .col-12:last-of-type, .col-2:last-of-type, .col-3:last-of-type, .col-4:last-of-type, .col-5:last-of-type, .col-6:last-of-type, .col-7:last-of-type, .col-8:last-of-type, .col-9:last-of-type, .col-auto:last-of-type, .col-lg:last-of-type, .col-lg-1:last-of-type, .col-lg-10:last-of-type, .col-lg-11:last-of-type, .col-lg-12:last-of-type, .col-lg-2:last-of-type, .col-lg-3:last-of-type, .col-lg-4:last-of-type, .col-lg-5:last-of-type, .col-lg-6:last-of-type, .col-lg-7:last-of-type, .col-lg-8:last-of-type, .col-lg-9:last-of-type, .col-lg-auto:last-of-type, .col-md:last-of-type, .col-md-1:last-of-type, .col-md-10:last-of-type, .col-md-11:last-of-type, .col-md-12:last-of-type, .col-md-2:last-of-type, .col-md-3:last-of-type, .col-md-4:last-of-type, .col-md-5:last-of-type, .col-md-6:last-of-type, .col-md-7:last-of-type, .col-md-8:last-of-type, .col-md-9:last-of-type, .col-md-auto:last-of-type, .col-sm:last-of-type, .col-sm-1:last-of-type, .col-sm-10:last-of-type, .col-sm-11:last-of-type, .col-sm-12:last-of-type, .col-sm-2:last-of-type, .col-sm-3:last-of-type, .col-sm-4:last-of-type, .col-sm-5:last-of-type, .col-sm-6:last-of-type, .col-sm-7:last-of-type, .col-sm-8:last-of-type, .col-sm-9:last-of-type, .col-sm-auto:last-of-type, .col-xl:last-of-type, .col-xl-1:last-of-type, .col-xl-10:last-of-type, .col-xl-11:last-of-type, .col-xl-12:last-of-type, .col-xl-2:last-of-type, .col-xl-3:last-of-type, .col-xl-4:last-of-type, .col-xl-5:last-of-type, .col-xl-6:last-of-type, .col-xl-7:last-of-type, .col-xl-8:last-of-type, .col-xl-9:last-of-type, .col-xl-auto:last-of-type {
			padding-right: 0
		}
}

.assistive-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

#formsArea button {
	margin: 30px auto 0 !important;
	display: block !important
}

.form-group {
	margin-bottom: .5rem
}

	.form-group input {
		border: 1px solid #949494;
		height: 56px;
		padding: 10px 15px;
		width: 100%;
		box-shadow: 5px 5px 20px 0 rgba(0,0,0,.04)
	}

	.form-group label {
		margin-bottom: 0
	}

	.form-group input:focus {
		border: solid 1px #e36500;
		outline: none;
		box-shadow: none
	}

.form-group--float-label {
	position: relative
}

	.form-group--float-label label {
		pointer-events: none;
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		color: #949494;
		padding-left: 15px;
		transition: all .2s;
		touch-action: manipulation;
		margin-bottom: 0;
		line-height: 56px;
		cursor: text
	}

	.form-group--float-label input {
		font-size: 1rem;
		color: #4d4d4f;
		border: 0;
		outline: 0;
		padding: 25px 15px 10px;
		border: 1px solid #949494;
		background: rgba(0,0,0,0);
		width: 100%;
		-webkit-appearance: none;
		transition: all .2s;
		touch-action: manipulation;
		position: relative
	}

	.form-group--float-label .vue-tel-input {
		border-radius: 0px;
		display: flex;
		border: 1px solid #949494;
		text-align: left
	}

		.form-group--float-label .vue-tel-input input {
			border: none !important
		}

			.form-group--float-label .vue-tel-input input:focus {
				border: solid 1px #e36500;
				outline: none
			}

		.form-group--float-label .vue-tel-input:focus {
			border: solid 1px #e36500;
			outline: none
		}

		.form-group--float-label .vue-tel-input:focus-within {
			box-shadow: none;
			border-color: none
		}

	.form-group--float-label input:invalid {
		outline: 0
	}

	.form-group--float-label.float-active label {
		font-size: 12px;
		font-weight: 500;
		top: -12px;
		height: 30px;
		color: #4d4d4f
	}

	.form-group--float-label label.phone-format {
		left: 60px
	}

	.form-group--float-label .input-icon {
		position: absolute;
		right: 15px;
		z-index: 1;
		top: 15px;
		cursor: pointer
	}

		.form-group--float-label .input-icon img {
			width: 25px
		}

.form-group--password-field {
	display: inline-flex;
	align-items: center;
	position: relative
}

	.form-group--password-field input {
		padding: 10px 45px 10px 15px
	}

	.form-group--password-field .input-icon {
		background-color: #fff;
		position: absolute;
		right: 15px;
		cursor: pointer;
		z-index: 1
	}

		.form-group--password-field .input-icon img {
			width: 25px
		}

.form-error {
	position: relative
}

	.form-error input, .form-error select {
		border: solid 2px red
	}

		.form-error input:focus, .form-error select:focus {
			border: solid 2px red
		}

	.form-error .vue-tel-input {
		border: solid 2px red
	}

	.form-error span {
		display: flex;
		color: red;
		font-size: 14px;
		line-height: 22px;
		padding-bottom: 5px;
		flex-basis: 100%
	}

	.form-error:after {
		content: "";
		background: url(../../../Images/icon-form-error.svg) no-repeat 0 0 #fff;
		position: absolute;
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		display: block
	}

.form-group--checkbox {
	position: relative
}

	.form-group--checkbox label {
		position: relative;
		padding-left: 2rem;
		color: #4d4d4f;
		display: inline-block;
		align-items: center;
		z-index: 1
	}

		.form-group--checkbox label:before {
			position: absolute;
			content: "";
			display: inline-block;
			height: 20px;
			width: 20px;
			background-color: #fff;
			border: 1.5px solid #d4d4d4;
			left: 0px;
			top: 2px;
			z-index: 10
		}

		.form-group--checkbox label:after {
			height: 6px;
			width: 12px;
			border-left: 1px solid #fff;
			border-bottom: 1px solid #fff;
			transform: rotate(-45deg);
			left: 4px;
			top: 8px;
			position: absolute;
			z-index: 10
		}

	.form-group--checkbox input[type=checkbox]:checked + label::before {
		background-color: #e36500;
		border: 1.5px solid #e36500
	}

	.form-group--checkbox input[type=checkbox]:checked + input + label::before {
		background-color: #e36500;
		border: 1.5px solid #e36500
	}

	.form-group--checkbox input[type=checkbox] {
		opacity: 0;
		display: initial;
		width: auto;
		height: auto;
		outline: auto;
		position: absolute;
		z-index: 10;
		left: 3px;
		height: 20px;
		width: 20px;
		z-index: 10
	}

		.form-group--checkbox input[type=checkbox]:checked + label::after {
			content: ""
		}

		.form-group--checkbox input[type=checkbox] + label::after {
			content: none
		}

		.form-group--checkbox input[type=checkbox]:checked + input[type=hidden] + label::after {
			content: ""
		}

		.form-group--checkbox input[type=checkbox] + input[type=hidden] + label::after {
			content: none
		}

.form-group--radio {
	position: relative
}

	.form-group--radio label {
		position: relative;
		padding-left: 2rem;
		color: #4d4d4f;
		display: inline-block;
		align-items: center
	}

		.form-group--radio label:before {
			content: "";
			position: absolute;
			border-radius: 50%;
			display: inline-block;
			height: 20px;
			width: 20px;
			background-color: #fff;
			border: 1.5px solid #d4d4d4;
			left: 0px;
			top: 2px
		}

		.form-group--radio label:after {
			width: 6px;
			height: 6px;
			border-radius: 50%;
			background: #fff;
			left: 7px;
			top: 9px;
			position: absolute
		}

.checkbox-error {
	display: flex
}

	.checkbox-error span {
		color: red;
		font-size: 14px;
		line-height: 22px;
		padding-top: 6px
	}

	.checkbox-error:before {
		content: "";
		background: url(../../../Images/icon-form-error.svg) no-repeat 0 0 #fff;
		right: 0;
		top: 0;
		left: 195px;
		width: 30px;
		height: 30px;
		display: block
	}

.form-group--radio input[type=radio]:checked + label::before {
	background-color: #e36500;
	border: 1.5px solid #e36500
}

.form-group--radio input[type=radio] {
	opacity: 0;
	display: initial;
	width: auto;
	height: auto;
	outline: auto;
	position: absolute;
	z-index: 1;
	left: 3px;
	bottom: 4px
}

	.form-group--radio input[type=radio]:checked + label::after {
		content: ""
	}

	.form-group--radio input[type=radio] + label::after {
		content: none
	}

.form-group input:-webkit-autofill ~ label {
	font-size: 12px;
	font-weight: 500;
	top: -12px;
	height: 30px;
	color: #4d4d4f
}

.form-group select:-webkit-autofill ~ label {
	font-size: 12px;
	font-weight: 500;
	top: -12px;
	height: 30px;
	color: #4d4d4f
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	font-size: inherit;
	background: #fff;
	color: #949494;
	padding: 0 40px 0 10px;
	height: 40px;
	border-radius: 0;
	border: 1px solid #949494;
	height: 56px
}

@media(min-width: 992px) {
	select {
		padding: 0 56px 0 15px
	}
}

select.default-select {
	background: url("../../../Images/select-arrow-down.png") no-repeat;
	background-position: 98% center;
	background-size: 30px auto;
	color: #949494
}

	select.default-select:focus {
		background: url("../../../Images/select-arrow-up.png") no-repeat;
		background-position: 98% center;
		background-size: 30px auto;
		border: solid 1px #e36500;
		outline: none
	}

select.custom-select {
	background-image: url("../../../Images/select-arrow-down.png") !important;
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 30px auto;
	color: #4d4d4f;
	position: relative;
	padding-top: 15px;
	cursor: pointer
}

	select.custom-select:focus {
		background-image: url("../../../Images/select-arrow-up.png") !important;
		background-repeat: no-repeat;
		background-position: 98% center;
		background-size: 30px auto;
		border: solid 1px #e36500;
		outline: none
	}

select option {
	color: #000
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

.EPiServerForms {
	max-width: 587px;
	margin: 0 auto;
	width: 100%;
	padding: 0 1rem
}

	.EPiServerForms .FormTextbox {
		margin-bottom: .75rem !important;
		position: relative
	}

		.EPiServerForms .FormTextbox.ValidationFail input {
			border: solid 1px red
		}

			.EPiServerForms .FormTextbox.ValidationFail input:focus {
				border: solid 1px red
			}

		.EPiServerForms .FormTextbox.ValidationSuccess input {
			border: solid 1px #4f8e6b
		}

			.EPiServerForms .FormTextbox.ValidationSuccess input:focus {
				border: solid 1px #4f8e6b
			}

		.EPiServerForms .FormTextbox.active label {
			font-size: 12px;
			font-weight: 500;
			top: -12px;
			height: 30px;
			color: #4d4d4f
		}

		.EPiServerForms .FormTextbox label {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			color: #949494;
			padding-left: 15px;
			transition: .2s all;
			margin-bottom: 0;
			line-height: 56px;
			cursor: text;
			transition: all .1s ease-in-out
		}

		.EPiServerForms .FormTextbox input {
			font-size: 1rem;
			color: #4d4d4f;
			border: 0;
			outline: 0;
			height: 56px;
			padding: 25px 15px 10px;
			border: 1px solid #949494;
			box-shadow: none;
			width: 100%;
			box-shadow: 5px 5px 20px 0 rgba(0,0,0,.04);
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none
		}

			.EPiServerForms .FormTextbox input:focus {
				border: solid 1px #e36500;
				outline: none;
				box-shadow: none
			}

		.EPiServerForms .FormTextbox ::-webkit-input-placeholder {
			color: rgba(0,0,0,0)
		}

		.EPiServerForms .FormTextbox :-moz-placeholder {
			color: rgba(0,0,0,0)
		}

		.EPiServerForms .FormTextbox ::-moz-placeholder {
			color: rgba(0,0,0,0)
		}

		.EPiServerForms .FormTextbox :-ms-input-placeholder {
			color: rgba(0,0,0,0)
		}

	.EPiServerForms .FormSelection {
		margin: 0 !important
	}

	.EPiServerForms .FormChoice legend {
		display: none
	}

	.EPiServerForms textarea {
		width: 100%;
		border: 1px solid #949494;
		box-shadow: 5px 5px 20px 0 rgba(0,0,0,.04);
		padding: 15px
	}

		.EPiServerForms textarea:focus {
			border: solid 1px #e36500;
			outline: none
		}

	.EPiServerForms .FormSelection label {
		display: none
	}

	.EPiServerForms .FormSelection select {
		box-shadow: 5px 5px 20px 0 rgba(0,0,0,.04);
		background: url("../../../Images/select-arrow-down.png") no-repeat;
		background-position: 98% center;
		background-size: 30px auto;
		margin-bottom: .75rem
	}

		.EPiServerForms .FormSelection select:focus {
			background: url("../../../Images/select-arrow-up.png") no-repeat;
			background-position: 98% center;
			background-size: 30px auto;
			border: solid 1px #e36500;
			outline: none
		}

	.EPiServerForms input[type=radio] {
		position: relative;
		cursor: pointer;
		padding: 0;
		margin-right: .75rem;
		margin-left: .25rem
	}

		.EPiServerForms input[type=radio]:before {
			content: "";
			position: absolute;
			border-radius: 50%;
			display: inline-block;
			height: 20px;
			width: 20px;
			background-color: #fff;
			border: 1.5px solid #d4d4d4;
			left: -3px;
			top: -2px
		}

		.EPiServerForms input[type=radio]:after {
			content: "";
			width: 6px;
			height: 6px;
			border-radius: 50%;
			background: #fff;
			left: 4px;
			top: 5px;
			position: absolute
		}

		.EPiServerForms input[type=radio]:checked:before {
			background-color: #e36500;
			border: 1.5px solid #e36500
		}

	.EPiServerForms input[type=checkbox] {
		position: relative;
		cursor: pointer;
		padding: 0;
		margin-right: 1rem;
		margin-left: .25rem
	}

		.EPiServerForms input[type=checkbox]:before {
			content: "";
			position: absolute;
			display: inline-block;
			height: 20px;
			width: 20px;
			background-color: #fff;
			border: 1.5px solid #d4d4d4;
			left: -3px;
			top: -3px
		}

		.EPiServerForms input[type=checkbox]:after {
			content: "";
			height: 6px;
			width: 12px;
			border-left: 1px solid #fff;
			border-bottom: 1px solid #fff;
			transform: rotate(-45deg);
			left: 2px;
			top: 2px;
			position: absolute
		}

		.EPiServerForms input[type=checkbox]:checked:before {
			background-color: #e36500;
			border: 1.5px solid #e36500
		}

	.EPiServerForms .Form__Element__ValidationError {
		color: red;
		font-size: .9rem;
		padding: 0 0 0 .9rem
	}

	.EPiServerForms .FormFileUpload {
		display: flex;
		flex-direction: column
	}

	.EPiServerForms button, .EPiServerForms input.FormResetButton {
		border: 2px solid rgba(0,0,0,0) !important;
		border-radius: 35px !important;
		font-size: 1.15rem !important;
		font-weight: 500 !important;
		line-height: 1.5 !important;
		height: 56px !important;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		padding: .75rem !important;
		min-width: 170px !important;
		width: auto !important;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		text-transform: uppercase;
		transition: all .2s ease-in-out;
		text-decoration: none;
		background-color: #3898b8 !important;
		color: #fff !important;
		position: relative;
		padding: 12px 48px 12px 44px !important;
		background-image: none !important
	}

		.EPiServerForms button:hover, .EPiServerForms input.FormResetButton:hover {
			background-color: #3692b0;
			color: #fff;
			text-decoration: none
		}

			.EPiServerForms button:hover:after, .EPiServerForms input.FormResetButton:hover:after {
				right: 1rem
			}

		.EPiServerForms button:after, .EPiServerForms input.FormResetButton:after {
			content: "";
			position: absolute;
			right: 1.5rem;
			transition: all .2s ease-in-out;
			border: solid #fff;
			border-width: 0 2px 2px 0;
			display: inline-block;
			padding: 5px;
			top: 20px;
			transform: rotate(-45deg)
		}

	.EPiServerForms .FormCaptcha {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		margin: 1.5rem 0
	}

		.EPiServerForms .FormCaptcha button {
			margin-bottom: 1rem;
			height: 40px !important;
			font-size: 1rem !important;
			min-width: 148px !important;
			padding: .5rem 1.5rem !important
		}

			.EPiServerForms .FormCaptcha button:after {
				display: none
			}

		.EPiServerForms .FormCaptcha input {
			margin-top: 1rem
		}

	.EPiServerForms .btnPrev {
		color: #3898b8 !important;
		background-color: #fff !important;
		padding: 12px 44px 12px 48px !important
	}

		.EPiServerForms .btnPrev:after {
			display: none
		}

		.EPiServerForms .btnPrev:before {
			content: "";
			position: absolute;
			left: 1.5rem;
			transition: all .2s ease-in-out;
			border: solid #3898b8;
			border-width: 0 2px 2px 0;
			display: inline-block;
			padding: 5px;
			top: 20px;
			transform: rotate(140deg)
		}

		.EPiServerForms .btnPrev:hover:before {
			left: 1rem
		}

	.EPiServerForms .FormChoice label {
		display: block
	}

	.EPiServerForms .Form__NavigationBar {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		margin: 1.5rem 0;
		width: 100%
	}

		.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:disabled {
			display: none !important
		}

		.EPiServerForms .Form__NavigationBar .btnNext {
			color: #fff !important;
			background-color: #3898b8 !important;
			max-width: 100% !important
		}

			.EPiServerForms .Form__NavigationBar .btnNext:hover {
				background-color: #3692b0 !important
			}

				.EPiServerForms .Form__NavigationBar .btnNext:hover:after {
					right: 1rem
				}

			.EPiServerForms .Form__NavigationBar .btnNext:after {
				content: "";
				position: absolute;
				right: 1.5rem;
				transition: all .2s ease-in-out;
				border: solid #fff;
				border-width: 0 2px 2px 0;
				display: inline-block;
				padding: 5px;
				top: 20px;
				transform: rotate(-45deg)
			}

		.EPiServerForms .Form__NavigationBar .btnPrev {
			color: #3898b8 !important;
			background-color: #fff !important;
			padding: 12px 44px 12px 48px !important
		}

			.EPiServerForms .Form__NavigationBar .btnPrev:after {
				display: none
			}

			.EPiServerForms .Form__NavigationBar .btnPrev:before {
				content: "";
				position: absolute;
				left: 1.5rem;
				transition: all .2s ease-in-out;
				border: solid #3898b8;
				border-width: 0 2px 2px 0;
				display: inline-block;
				padding: 5px;
				top: 20px;
				transform: rotate(140deg)
			}

			.EPiServerForms .Form__NavigationBar .btnPrev:hover:before {
				left: 1rem
			}

	.EPiServerForms .Form__NavigationBar__ProgressBar {
		border: 1px solid rgba(56,152,184,.5);
		margin: 0 1rem
	}

	.EPiServerForms .Form__NavigationBar__ProgressBar--Progress {
		background-color: rgba(56,152,184,.5)
	}

.component-contact-us-select #interests {
	padding-top: 0
}

.clsform_timeStamp {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
	tabindex: -1
}

body {
	margin: 0px
}

	body.active {
		overflow-y: hidden !important;
		height: 100% !important
	}

@media(min-width: 768px) {
	.header {
		position: relative;
		z-index: 6
	}
}

.header__top {
	background-color: #3898b8;
	display: none
}

@media(min-width: 992px) {
	.header__top {
		display: block
	}
}

.header__top-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 48px
}

	.header__top-container .utility-nav ul {
		display: flex;
		list-style: none;
		margin: 0
	}

	.header__top-container .utility-nav a {
		transition: all .2s ease-in-out;
		font-size: 14px;
		color: #fff;
		padding-right: 1.5rem
	}

.header__right-content {
	background-color: #003e51;
	border-radius: 0 0 0 20px;
	color: #fff;
	font-size: 14px;
	display: flex;
	height: 48px;
	align-items: center;
	padding: 0 1rem 0 2rem;
	position: relative
}

	.header__right-content a {
		transition: all .2s ease-in-out;
		color: #fff
	}

@media(min-width: 992px) {
	.header__color-block {
		height: 48px;
		width: 6%;
		background-color: #003e51;
		position: absolute;
		right: 0;
		z-index: 0
	}
}

@media screen and (min-width: 1590px) {
	.header__color-block {
		width: 15%
	}
}

@media screen and (min-width: 2030px) {
	.header__color-block {
		width: 20%
	}
}

@media screen and (min-width: 2365px) {
	.header__color-block {
		width: 30%
	}
}

@media screen and (min-width: 3540px) {
	.header__color-block {
		width: 40%
	}
}

.header__language a {
	display: flex;
	align-items: center
}

	.header__language a:hover {
		text-decoration: none
	}

	.header__language a.active .arrow {
		margin: .15rem 0 0 .5rem;
		transform: rotate(-135deg)
	}

.header__language-icon {
	padding-right: .5rem
}

	.header__language-icon img {
		border-radius: 50%;
		max-width: 16px
	}

.header__my-account {
	margin-right: 1.1rem;
	padding-left: 1.1rem
}

	.header__my-account svg {
		margin-right: .25rem
	}

	.header__my-account a {
		display: flex;
		align-items: center
	}

		.header__my-account a:hover {
			text-decoration: none
		}

		.header__my-account a.active .arrow {
			margin: .15rem 0 0 .5rem;
			transform: rotate(-135deg)
		}

.header__wishlist {
	margin-right: 10px;
	margin-left: 3px
}

	.header__wishlist .wishlist-icon path {
		stroke: #fff
	}

	.header__wishlist .wishlist-icon:hover {
		fill: #fff
	}

.header [data-title] {
	position: relative
}

	.header [data-title]:hover::before {
		content: attr(data-title);
		position: absolute;
		bottom: -32px;
		display: inline-block;
		padding: 3px 6px;
		border-radius: 2px;
		background: #e6f2f6;
		color: #000;
		font-size: 12px;
		font-family: sans-serif;
		white-space: nowrap;
		right: -32px
	}

	.header [data-title]:hover::after {
		content: "";
		position: absolute;
		bottom: -8px;
		left: 4px;
		display: inline-block;
		color: #fff;
		border: 8px solid rgba(0,0,0,0);
		border-bottom: 8px solid #e6f2f6
	}

.header__cart-desktop {
	position: relative
}

	.header__cart-desktop button {
		background-color: transparent;
		border: none;
		outline: none
	}

.header__desktop-cart-items {
	min-width: 1rem;
	min-height: 1rem;
	top: -3px;
	right: 0;
	position: absolute;
	color: #333;
	background-color: #fff;
	border-radius: 9999px;
	font-size: 0.625rem; /* 10px */
	font-weight: 500;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: content-box;
	white-space: nowrap;
	padding: 1.5px;
}


.header .modal {
	padding-top: 4.5rem
}

@media(min-width: 768px) {
	.header .modal {
		padding-top: 3.5rem
	}
}

.header .modal-content {
	overflow-y: auto;
	max-height: 88vh;
	height: auto;
	right: 0;
	left: 0;
	position: fixed;
	border-radius: 20px;
	max-width: 360px;
	width: 100%
}

@media(min-width: 768px) {
	.header .modal-content {
		max-height: 732px;
		height: auto;
		right: 0;
		left: 54%;
		position: fixed;
		border-radius: 20px;
		max-width: 360px;
		width: 100%
	}
}

.header .modal-close {
	top: 0;
	margin-top: 1rem;
	margin-right: 1rem;
	right: 0;
	background: url(../../../Images/modal-close-black.svg) no-repeat 0 0 #fff
}

.header .modal-header {
	padding: 46px 32px 16px 32px
}

.header .modal-body {
	padding: 0 32px 0px
}

.header__cart-col-container {
	display: flex;
	flex-direction: column
}

@media(min-width: 768px) {
	.header__cart-col-container {
		display: flex;
		flex-direction: column
	}
}

.header__cart-col-container hr {
	margin-left: 0;
	margin-right: 0;
	border-color: #d4d4d4 !important;
	border: solid;
	border-width: .3px;
	margin-bottom: 1rem
}

@media(min-width: 768px) {
	.header__cart-col-container hr {
		margin-left: 0;
		margin-right: 0;
		border-color: #d4d4d4 !important;
		border: solid;
		border-width: .3px;
		margin-bottom: 1rem
	}
}

.header__cart-container {
	padding-left: 0;
	padding-right: 0;
	height: 100%;
	width: 100%;
	display: flex
}

@media(min-width: 768px) {
	.header__cart-container {
		padding-left: unset;
		padding-right: unset;
		height: 100%;
		width: 100%;
		display: flex
	}
}

.header__cart-image-container {
	max-width: 84px;
	width: 100%;
	position: relative
}

.header__cart-image {
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 128px;
	width: 100%;
	height: 71px;
	background-image: url(../../../Images/pdp-osec-temp.jpg)
}

.header__cart-content {
	flex: 1;
	margin-left: 1rem;
	padding-left: 0
}

@media(min-width: 768px) {
	.header__cart-content {
		flex: 1;
		margin-left: 1rem;
		padding-left: 0
	}
}

.header__cart-right-section .title {
	font-size: 16px
}

.header__cart-right-section a {
	text-decoration: none
}

.header__qty-container {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	color: #4d4d4f;
	margin-bottom: 8px
}

.header__qty-container-value {
	margin-left: 8px;
	font-weight: 400
}

.header__price-container {
	display: flex;
	flex-direction: column;
	margin-bottom: 8px
}

.header__price-value {
	font-size: 16px;
	color: #4d4d4f;
	font-weight: 500;
	margin-bottom: 8px
}

@media(min-width: 768px) {
	.header__price-value {
		font-size: 16px;
		color: #4d4d4f;
		font-weight: 500;
		margin-bottom: 0
	}
}

.header__subtotal-container {
	display: flex;
	justify-content: space-between;
	padding-left: 0;
	margin-top: 1rem
}

@media(min-width: 992px) {
	.header__subtotal-container {
		display: flex;
		justify-content: space-between;
		padding-left: unset
	}
}

.header__subtotal-items {
	margin-left: 4px
}

.header__subtotal-total {
	color: #333;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500
}

.header__checkout-container {
	padding-left: 0;
	padding-right: 0;
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	margin-bottom: 2rem
}

@media(min-width: 768px) {
	.header__checkout-container {
		display: flex;
		justify-content: center;
		margin-top: 2rem;
		margin-bottom: 2rem;
		padding-left: unset;
		padding-right: unset
	}
}

.header__checkout-container button, .header__checkout-container a {
	flex: 1;
	outline: none;
	text-align: center
}

.header__checkout-warning {
	margin-top: 1rem;
	font-size: 14px
}

.header__viewcart-container {
	text-align: right;
	margin-top: 1rem
}

	.header__viewcart-container a {
		font-weight: 600
	}

.header .arrow {
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	margin: -0.3rem 0 0 .5rem;
	transform: rotate(45deg)
}

.header .language-options, .header .account-options {
	background-color: #fff;
	border-radius: 4px;
	width: 100%;
	padding: 1rem 0
}

@media(min-width: 992px) {
	.header .language-options, .header .account-options {
		padding: 1rem 1.5rem;
		transition: all .1s ease-in-out;
		position: absolute;
		top: 2rem;
		opacity: 0;
		z-index: -1
	}

		.header .language-options:before, .header .account-options:before {
			content: "";
			width: 0;
			height: 0;
			border-left: 8px solid rgba(0,0,0,0);
			border-right: 8px solid rgba(0,0,0,0);
			border-bottom: 8px solid #fff;
			position: absolute
		}

		.header .language-options.active, .header .account-options.active {
			box-shadow: 10px 10px 40px 10px rgba(0,0,0,.04);
			opacity: 1;
			top: 2.6rem;
			z-index: 7;
			display: block
		}

			.header .language-options.active a, .header .account-options.active a {
				color: #4d4d4f
			}
}

.header .language-options ul, .header .account-options ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.header .language-options li:after, .header .account-options li:after {
	display: none !important
}

.header .language-options a:hover, .header .account-options a:hover {
	text-decoration: underline
}

.header .language-options img, .header .account-options img {
	display: none
}

@media(min-width: 992px) {
	.header .language-options img, .header .account-options img {
		display: inline-block;
		border-radius: 50%;
		margin-right: .5rem;
		max-width: 16px
	}
}

@media(min-width: 992px) {
	.header .language-options {
		left: 1rem;
		max-width: 270px
	}

		.header .language-options:before {
			top: -0.4rem;
			left: 4.55rem
		}
}

.header .language-options a {
	padding: .5rem 0
}

.header .global-language-options {
	background-color: #fff;
	border-radius: 4px;
	width: 100%;
	padding: 1rem 0
}

@media(min-width: 992px) {
	.header .global-language-options {
		padding: 1rem 1.5rem;
		transition: all .1s ease-in-out;
		position: absolute;
		top: 2rem;
		opacity: 0;
		z-index: -1
	}

		.header .global-language-options:before {
			content: "";
			width: 0;
			height: 0;
			border-left: 8px solid rgba(0,0,0,0);
			border-right: 8px solid rgba(0,0,0,0);
			border-bottom: 8px solid #fff;
			position: absolute
		}

		.header .global-language-options.active {
			box-shadow: 10px 10px 40px 10px rgba(0,0,0,.04);
			opacity: 1;
			top: 2.6rem;
			z-index: 7;
			display: block
		}

			.header .global-language-options.active a {
				color: #4d4d4f
			}
}

.header .global-language-options .menu-border-bottom {
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 10px
}

.header .global-language-options .row .menu-divider {
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4
}

.header .global-language-options div.menu-header {
	color: #333;
	font-weight: bolder;
	text-align: center
}

.header .global-language-options div.menu-item {
	color: #333
}

	.header .global-language-options div.menu-item ul {
		padding: 0;
		padding-left: 2rem;
		margin: 0;
		list-style: none
	}

	.header .global-language-options div.menu-item li:after {
		display: none !important
	}

	.header .global-language-options div.menu-item li a {
		padding-top: .5rem;
		padding-left: .5rem;
		color: #3898b8;
		text-decoration: underline
	}

		.header .global-language-options div.menu-item li a.disabled-menu-link {
			text-decoration: none;
			color: #333;
			cursor: default
		}

	.header .global-language-options div.menu-item .menu-flagicon {
		padding-right: .5rem;
		display: inline-block
	}

		.header .global-language-options div.menu-item .menu-flagicon img {
			border-radius: 50%;
			max-width: 16px
		}

	.header .global-language-options div.menu-item .menu-country {
		display: inline-block
	}

@media(min-width: 992px) {
	.header .global-language-options {
		left: -21rem;
		width: 800px
	}

		.header .global-language-options:before {
			top: -0.4rem;
			left: 50%
		}
}

.header .global-language-options a {
	padding: .5rem 0
}

@media(min-width: 992px) {
	.header .account-options {
		margin-left: -1.25rem;
		max-width: 180px
	}

		.header .account-options:before {
			top: -0.4rem;
			left: 4.85rem
		}
}

.header .account-options a {
	padding: .75rem 0
}

.header .account-options__logged-in li:first-child, .header .account-options__sign-in li:first-child {
	border-bottom: 1px solid #d4d4d4
}

.header .account-options__logged-in a:first-child, .header .account-options__sign-in a:first-child {
	padding: .75rem 0 1rem
}

.header__bottom {
	background-color: #fff;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.09)
}

	.header__bottom .container {
		padding: 0;
		position: relative
	}

@media(min-width: 768px) {
	.header__bottom .container {
		padding: 0 0 0 32px
	}
}

@media(min-width: 992px) {
	.header__bottom .container {
		padding: 0 32px
	}
}

@media screen and (min-width: 1280px) {
	.header__bottom .container {
		padding: 0 76px
	}
}

.header__main-container {
	display: flex;
	align-items: center;
	height: 64px
}

@media(min-width: 992px) {
	.header__main-container {
		height: auto
	}
}

.header__main-nav-content {
	position: fixed;
	top: 64px;
	background-color: #fff;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	opacity: 0;
	transform: translateX(-100%);
	transition: all .3s ease-in-out
}

@media(min-width: 992px) {
	.header__main-nav-content {
		margin-left: auto;
		display: block;
		position: inherit;
		opacity: 1;
		background-color: rgba(0,0,0,0);
		top: auto;
		width: auto;
		height: auto;
		overflow-y: inherit;
		left: auto;
		z-index: 6;
		transform: translateX(0)
	}
}

.header__main-nav-content.active {
	position: absolute;
	opacity: 1;
	transform: translateX(0);
	z-index: 2;
	height: auto
}

.header__primary-nav-item {
	transition: all .2s ease-in-out
}

@media(min-width: 992px) {
	.header__primary-nav-item:hover {
		box-shadow: inset 0 -4px 0 0 #e36500
	}
}

.header__primary-nav {
	list-style: none;
	margin: 0;
	padding: 0
}

@media(min-width: 992px) {
	.header__primary-nav {
		display: flex
	}
}

.header__primary-nav-item {
	background-color: #fdfdfd;
	border-bottom: 2px solid #fff
}

@media(min-width: 992px) {
	.header__primary-nav-item {
		position: relative;
		background-color: rgba(0,0,0,0);
		border-bottom: none;
		margin-left: 1.15rem
	}
}

@media(min-width: 1135px) {
	.header__primary-nav-item {
		margin-left: 1.5rem
	}
}

.header__primary-nav-item a {
	color: #333;
	font-size: 1rem;
	font-weight: 500;
	display: block;
	padding: .75rem 2rem .75rem 1rem;
	position: relative
}

@media(min-width: 992px) {
	.header__primary-nav-item a {
		padding: 1.85rem 0 1.7rem
	}
}

.header__primary-nav-item a:hover {
	text-decoration: none
}

.header__primary-nav-item a:after {
	content: "";
	border: solid #333;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	position: absolute;
	top: 18px;
	right: 15px;
	transform: rotate(-45deg)
}

@media(min-width: 992px) {
	.header__primary-nav-item a:after {
		display: none
	}
}

.header__dropdown-menu {
	background-color: #fff;
	top: 0;
	opacity: 1;
	position: fixed;
	transition: all .3s ease-in-out;
	left: 100%;
	width: 0;
	overflow-x: hidden;
	z-index: 3;
	height: 100%
}

	.header__dropdown-menu.active {
		opacity: 1;
		z-index: 3
	}

@media(max-width: 991px) {
	.header__dropdown-menu.active {
		left: 0;
		width: 100%;
		position: absolute;
		overflow-y: scroll !important;
		padding: 0 0 5rem
	}
}

@media(min-width: 992px) {
	.header__dropdown-menu {
		display: flex;
		box-shadow: 10px 10px 40px 10px rgba(0,0,0,.04);
		opacity: 0;
		overflow-x: unset;
		top: auto;
		position: absolute;
		left: -4.6rem;
		width: 580px;
		z-index: 3;
		height: auto;
		transform-origin: top left;
		transform: scale(0)
	}

		.header__dropdown-menu.active-dropdown {
			opacity: 1;
			transform: scale(1);
			margin-top: 2px;
			padding: 1.5rem 0;
			top: 79px
		}
}

@media(min-width: 1135px) {
	.header__dropdown-menu {
		left: -2.1rem
	}
}

@media(min-width: 992px) {
	.header__dropdown-menu--narrow {
		width: 300px
	}
}

@media(min-width: 992px) {
	.header__dropdown-menu--narrow ul.list-items {
		height: auto !important
	}
}

@media(min-width: 992px) {
	.header__dropdown-menu--narrow ul.list-items li a {
		width: 300px
	}
}

@media(min-width: 992px) {
	.header__dropdown-menu--full {
		left: -14rem;
		width: 54.5rem
	}
}

@media(min-width: 1135px) {
	.header__dropdown-menu--full {
		left: -7.95rem
	}
}

.header__dropdown-menu ul.list-items {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0
}

@media(min-width: 992px) {
	.header__dropdown-menu ul.list-items {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap
	}
}

.header__dropdown-menu ul.list-items li {
	margin: 0
}

.header__dropdown-menu ul.list-items a {
	color: #3898b8;
	padding: .75rem 1rem .5rem 1rem
}

@media(min-width: 992px) {
	.header__dropdown-menu ul.list-items a {
		font-size: 1rem;
		padding: 8px .5rem 8px 2rem;
		width: 290px
	}
}

.header__dropdown-menu ul.list-items a img {
	width: 30px;
	height: 30px
}

.header__dropdown-menu ul.list-items a .icon {
	display: inline-block
}

.header__dropdown-menu ul.list-items a .icon-hover {
	display: none
}

.header__dropdown-menu ul.list-items a:after {
	display: none
}

.header__dropdown-menu ul.list-items a:hover {
	background-color: #e36500;
	color: #fff
}

	.header__dropdown-menu ul.list-items a:hover .icon {
		display: none
	}

	.header__dropdown-menu ul.list-items a:hover .icon-hover {
		display: inline-block
	}

.header__dropdown-menu ul.list-items .menu-link {
	margin-top: 1.5rem;
	padding: 1rem 2rem .25rem 2rem;
	position: relative;
	display: none;
	text-transform: uppercase
}

@media(min-width: 992px) {
	.header__dropdown-menu ul.list-items .menu-link {
		display: block
	}
}

.header__dropdown-menu ul.list-items .menu-link:before {
	content: "";
	border-top: 1px solid #d4d4d4;
	position: absolute;
	top: 0;
	left: 30px;
	height: 1px;
	display: block;
	width: 210px
}

.header__dropdown-menu ul.list-items .menu-link img {
	width: 24px;
	height: 24px;
	transition: all .2s ease-in-out;
	margin-left: .2rem;
	margin-top: -0.1rem
}

.header__dropdown-menu ul.list-items .menu-link:hover {
	background-color: rgba(0,0,0,0);
	color: #3898b8
}

	.header__dropdown-menu ul.list-items .menu-link:hover img {
		margin-left: 1rem
	}

.header .featured-products {
	background-color: #f8f8f8;
	padding: 1rem
}

@media(min-width: 992px) {
	.header .featured-products {
		margin-left: auto;
		padding: .5rem 1rem;
		position: relative;
		width: 290px
	}

		.header .featured-products:before, .header .featured-products:after {
			content: "";
			background-color: #f8f8f8;
			position: absolute;
			height: 25px;
			width: 290px
		}

		.header .featured-products:before {
			top: -24px;
			left: 0
		}

		.header .featured-products:after {
			bottom: -24px;
			left: 0
		}
}

.header .featured-products__items {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0
}

	.header .featured-products__items a {
		font-size: 14px;
		padding: .6rem 0px
	}

		.header .featured-products__items a:hover {
			text-decoration: underline
		}

		.header .featured-products__items a:after {
			display: none
		}

.header .return-btn {
	color: #3898b8;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	margin-left: 1rem;
	padding-left: 1.5rem;
	position: relative
}

@media(min-width: 992px) {
	.header .return-btn {
		display: none
	}
}

.header .return-btn:before {
	content: "";
	border: solid #3898b8;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	position: absolute;
	top: 5px;
	left: 5px;
	transform: rotate(135deg)
}

.header__return-container {
	display: block;
	background-color: #f8f8f8;
	padding: 1rem 0 1.5rem
}

@media(min-width: 992px) {
	.header__return-container {
		display: none
	}
}

.header__return-container .view-all {
	color: #3898b8;
	display: block;
	text-align: center;
	padding: .2rem 0 0
}

	.header__return-container .view-all:hover {
		color: #3898b8
	}

		.header__return-container .view-all:hover img {
			margin-left: 1rem;
			transition: all .2s
		}

	.header__return-container .view-all:after {
		display: none
	}

	.header__return-container .view-all img {
		margin-top: -0.2rem;
		margin-left: .3rem;
		transition: all .2s ease-in-out
	}

.header__return-container-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 1rem;
	border-top: 1px solid #d4d4d4;
	margin: 1rem 1rem 0
}

.header__logo {
	margin-left: 1rem
}

@media(min-width: 992px) {
	.header__logo {
		margin-left: 0
	}
}

.header__logo a {
	display: block
}

.header__logo img {
	width: 100%;
	max-width: 155px
}

@media(min-width: 1135px) {
	.header__logo img {
		max-width: 185px
	}
}

@media(min-width: 1135px) {
	.header__logo.max-width img {
		max-width: 300px !important
	}
}

.header__search {
	display: none;
	position: absolute;
	top: 64px;
	left: 0;
	z-index: 2;
	padding: 1.5rem 5rem 1.5rem 1rem;
	width: 100%;
	background-color: #003e51
}

@media(min-width: 992px) {
	.header__search {
		left: 0;
		position: relative;
		width: auto;
		top: auto;
		background-color: rgba(0,0,0,0);
		z-index: 0;
		display: block;
		padding: 0 0 0 1.5rem
	}
}

@media(min-width: 1135px) {
	.header__search {
		padding: 0 0 0 2rem
	}
}

.header__search.active {
	display: block
}

.header__search .site-search__container {
	position: relative
}

.header__search input {
	border: 1px solid #ccc;
	height: 56px;
	padding: 0 3.1rem 0 .5rem;
	max-width: 100%;
	width: 100%
}

@media(min-width: 992px) {
	.header__search input {
		padding: 0 3.75rem 0 1rem;
		font-size: 14px;
		border-radius: 20px;
		height: 40px;
		width: 215px
	}
}

@media(min-width: 1135px) {
	.header__search input {
		width: 265px
	}
}

.header__search input:focus {
	outline: none
}

.header__search button {
	background-color: rgba(0,0,0,0);
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	border-radius: 0;
	font-size: 0;
	line-height: 0;
	height: 56px;
	padding: 0;
	min-width: 50px;
	transition: all .2s ease-in-out;
	width: auto
}

@media(min-width: 992px) {
	.header__search button {
		background-color: #003e51;
		border-radius: 0 25px 25px 0;
		height: 40px
	}
}

@media(min-width: 992px) {
	.header__search button:hover {
		background-color: #3898b8
	}
}

.header__search svg path {
	fill: #3898b8
}

@media(min-width: 992px) {
	.header__search svg path {
		fill: #fff
	}
}

.header__search-mobile-btn {
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 25px;
	bottom: 35px
}

	.header__search-mobile-btn .close-bar {
		position: absolute;
		display: block;
		padding: 0;
		color: #fff;
		background-color: #fff;
		height: 2px;
		top: 14px;
		left: 5px;
		width: 20px
	}

	.header__search-mobile-btn .search-bar1 {
		transform: rotate(-135deg)
	}

	.header__search-mobile-btn .search-bar2 {
		transform: rotate(135deg)
	}

.header__mobile-search, .header__mobile-cart, .header__mobile-menu {
	display: block
}

@media(min-width: 992px) {
	.header__mobile-search, .header__mobile-cart, .header__mobile-menu {
		display: none
	}
}

.header__mobile-cart {
	position: relative
}

.header__mobile-cart-items {
	top: 10px;
	right: 2px;
	position: absolute;
	color: #333;
	background-color: #fff;
	border-radius: 50%;
	font-size: 10px;
	min-width: 16px;
	min-height: 16px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	box-sizing: content-box;
	white-space: nowrap;
	padding: 1.5px
}

	.header__mobile-cart-items::before {
		content: "";
		padding-top: 100%
	}

	.header__mobile-cart-items span {
		display: flex;
		align-items: center
	}

.header__mobile-search {
	margin-left: auto
}

.header .bar1, .header .bar2, .header .bar3 {
	position: absolute;
	top: 24px;
	left: 15px;
	display: block;
	padding: 0;
	-webkit-appearance: none;
	color: #fff;
	height: 2px;
	background-color: #fff;
	transition: all .2s ease-in;
	transform: rotate(0deg)
}

.header .bar1 {
	width: 20px
}

	.header .bar1.active {
		top: 32px;
		left: 12px;
		width: 25px;
		transform: rotate(-135deg);
		transition: all .2s ease-in
	}

.header .bar2 {
	top: 32px;
	width: 20px
}

	.header .bar2.active {
		height: 0;
		left: 30px;
		background-color: rgba(0,0,0,0);
		transition: all .2s ease-out
	}

.header .bar3 {
	top: 40px;
	width: 20px
}

	.header .bar3.active {
		top: 32px;
		left: 12px;
		width: 25px;
		transform: rotate(135deg);
		transition: all .2s ease-in
	}

.header .mobile-secondary-nav {
	background-color: #f8f8f8;
	margin-top: 1rem
}

@media(min-width: 992px) {
	.header .mobile-secondary-nav {
		display: none
	}
}

.header .mobile-secondary-nav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0
}

.header .mobile-secondary-nav li {
	border-bottom: 2px solid #fff;
	padding: 0 1rem;
	position: relative
}

	.header .mobile-secondary-nav li:first-child:after, .header .mobile-secondary-nav li:last-child:after {
		content: "";
		border: solid #3898b8;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 5px;
		position: absolute;
		top: 18px;
		right: 15px;
		transform: rotate(-45deg)
	}

.header .mobile-secondary-nav a, .header .mobile-secondary-nav .flyout-trigger-link {
	color: #3898b8;
	font-weight: 500;
	display: block;
	padding: .75rem 0;
	cursor: pointer
}

.header .mobile-secondary-nav__dropdown-menu {
	background-color: #fff;
	top: 0;
	opacity: 1;
	position: fixed;
	transition: all .3s ease-in-out;
	left: 100%;
	width: 0;
	overflow-x: hidden;
	z-index: 3;
	height: 100%
}

	.header .mobile-secondary-nav__dropdown-menu.active {
		opacity: 1;
		left: 0;
		width: 100%;
		z-index: 3
	}

.ui-autocomplete {
	border: none;
	box-shadow: 0px 0px 4px #999;
	color: #949494
}

	.ui-autocomplete .ui-menu-item {
		padding: 10px !important;
		margin: -1px 0 0 -1px !important;
		cursor: pointer
	}

		.ui-autocomplete .ui-menu-item:hover {
			background-color: #e36500 !important;
			color: #fff !important
		}

			.ui-autocomplete .ui-menu-item:hover div, .ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper {
				color: #fff !important
			}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: none !important;
	background: none !important
}

@media(min-width: 992px) {
	.nav-overlay {
		position: fixed;
		opacity: 0;
		left: 0;
		top: 130px;
		background-color: rgba(0,0,0,0);
		height: 100%;
		width: 100%;
		transition: all .4s ease-in-out;
		z-index: 0;
		visibility: hidden
	}

		.nav-overlay.active {
			background-color: rgba(0,0,0,.6);
			opacity: 1;
			visibility: visible;
			z-index: 5
		}
}

.breadcrumbs-nav {
	background-color: #fff;
	margin: 5px auto 0
}

	.breadcrumbs-nav nav {
		width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		padding: 8px 0
	}

@media(min-width: 576px) {
	.breadcrumbs-nav nav {
		width: 95%
	}
}

.breadcrumbs-nav ul {
	margin: 0;
	padding: 10px 0 7px;
	display: inline;
	list-style: none;
	text-align: left;
	overflow: hidden;
	max-width: 767px
}

@media(min-width: 768px) {
	.breadcrumbs-nav ul {
		display: inline;
		height: auto !important;
		max-width: 100%;
		resize: inherit
	}
}

.breadcrumbs-nav li {
	display: inline-block;
	color: #4d4d4f;
	font-size: 14px
}

@media(min-width: 576px) {
	.breadcrumbs-nav li:before {
		content: "";
		background: url("../../../Images/breadcrumb-arrow-right.svg") no-repeat 0 1px rgba(0,0,0,0);
		width: 12px;
		height: 12px;
		display: inline-block
	}
}

.breadcrumbs-nav li:first-child:before {
	display: none
}

.breadcrumbs-nav li:first-child svg {
	margin-top: -4px
}

@media(min-width: 768px) {
	.breadcrumbs-nav li {
		display: inline-block
	}
}

.breadcrumbs-nav a {
	color: #3898b8;
	font-size: 1rem
}

@media(min-width: 576px) {
	.breadcrumbs-nav a {
		font-size: 14px
	}
}

.breadcrumbs-nav svg.mobile-arrow {
	display: inline-block
}

@media(min-width: 576px) {
	.breadcrumbs-nav svg.mobile-arrow {
		display: none
	}
}

.breadcrumbs-nav svg.home-icon {
	display: none
}

@media(min-width: 576px) {
	.breadcrumbs-nav svg.home-icon {
		display: inline-block
	}
}

footer {
	color: #4d4d4f;
	text-align: center;
	height: 200px;
	padding: 0
}

	footer .footer-container {
		padding: 41px;
		background-color: #f8f8f8
	}

	footer .footer-container__nav-list {
		display: none
	}

@media(min-width: 768px) {
	footer .footer-container__nav-list {
		display: block
	}
}

footer .footer-container__nav-list li {
	margin-bottom: 6px
}

	footer .footer-container__nav-list li:last-child {
		margin-bottom: 0
	}

footer .footer-container__mobile-item {
	display: block
}

@media(min-width: 768px) {
	footer .footer-container__mobile-item {
		display: none
	}
}

footer .footer-container__mobile-item a {
	color: #003e51
}

footer .footer-container__desktop-item {
	display: none
}

@media(min-width: 768px) {
	footer .footer-container__desktop-item {
		display: block
	}
}

footer .footer-utility-container {
	padding: 21px 15px
}

@media(min-width: 768px) {
	footer .footer-utility-container {
		padding: 21px 41px
	}
}

footer h3 {
	color: #003e51;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 32px
}

	footer h3:before {
		display: block;
		content: "";
		width: 65%;
		height: 2px;
		background-color: #3898b8;
		margin: 0 auto 20px
	}

@media(min-width: 768px) {
	footer h3 {
		text-align: left;
		margin-bottom: 10px
	}

		footer h3:before {
			margin: 0 0 15px
		}
}

footer .no-border-mobile:before {
	display: none
}

@media(min-width: 768px) {
	footer .no-border-mobile:before {
		display: block
	}
}

footer ul {
	list-style: none;
	text-align: left;
	padding: 0
}

footer a {
	color: #4d4d4f;
	font-size: 14px
}

	footer a:hover {
		color: #4d4d4f
	}

footer .footer-utility {
	text-align: left
}

	footer .footer-utility span {
		display: block;
		text-align: center;
		margin-bottom: 15px
	}

@media(min-width: 768px) {
	footer .footer-utility span {
		display: inline-block;
		text-align: left;
		margin-right: 32px;
		margin-bottom: 0
	}
}

footer .footer-utility ul {
	display: block;
	text-align: center
}

@media(min-width: 768px) {
	footer .footer-utility ul {
		display: inline;
		text-align: left
	}
}

footer .footer-utility li {
	display: inline;
	margin-right: 10px
}

	footer .footer-utility li:after {
		content: "|";
		margin-left: 10px
	}

	footer .footer-utility li:last-child {
		margin-right: 0
	}

		footer .footer-utility li:last-child:after {
			display: none
		}

footer .footer-social {
	text-align: center
}

@media(min-width: 768px) {
	footer .footer-social {
		text-align: left
	}
}

footer .footer-social li {
	display: inline-block;
	margin-right: 10px
}

	footer .footer-social li:last-child {
		margin-right: 0
	}

@media(min-width: 768px) {
	footer .footer-social li {
		margin-right: 0px
	}
}

footer .footer-social a {
	background-color: #003e51;
	border-radius: 100%;
	display: inline-block
}

	footer .footer-social a svg {
		margin-top: -2px
	}

	footer .footer-social a:hover {
		background-color: #3898b8
	}

#app .modal {
	display: none;
	position: fixed;
	z-index: 100;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0,0,0,.4)
}

.modal-content {
	position: relative;
	background-color: #fff;
	margin: auto auto 50px;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	max-width: 1129px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: .4s;
	animation-name: animatetop;
	animation-duration: .4s
}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

.modal-close {
	position: absolute;
	font-size: 28px;
	cursor: pointer;
	background: url(../../../Images/modal-close.svg) no-repeat 0 0 #fff;
	background-size: 100%;
	padding: 10px;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	top: 10px;
	right: 10px;
	box-shadow: 10px 10px 40px 10px rgba(0,0,0,.04)
}

@media(min-width: 768px) {
	.modal-close {
		width: 32px;
		height: 32px;
		top: 28px;
		right: 33px
	}
}

.modal-close:hover, .modal-close:focus {
	color: #333;
	text-decoration: none;
	cursor: pointer
}

.modal-header {
	padding: 35px 16px
}

@media(min-width: 768px) {
	.modal-header {
		padding: 55px 32px
	}
}

.modal-body {
	padding: 0 16px 35px
}

@media(min-width: 768px) {
	.modal-body {
		padding: 0 32px 56px
	}
}

.modal-footer {
	padding: 2px 16px
}

.video-wrap {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	margin-top: .75rem
}

@media(min-width: 768px) {
	.video-wrap {
		margin-top: 1.5rem
	}
}

.video-wrap iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute
}

.tooltip-container {
	color: #c9c9c9
}

.tooltip {
	cursor: help;
	position: relative;
	display: inline;
	margin-left: 4px;
	margin-top: 2px
}

	.tooltip::before, .tooltip::after {
		left: 50%;
		opacity: 0;
		position: absolute;
		z-index: -100
	}

	.tooltip:hover::before, .tooltip:focus::before, .tooltip:hover::after, .tooltip:focus::after {
		opacity: 1;
		transform: scale(1) translateY(0);
		z-index: 100
	}

	.tooltip::before {
		border-style: solid;
		border-width: 1em .75em 0 .75em;
		border-color: #949494 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
		bottom: 100%;
		content: "";
		margin-left: -0.75em;
		transition: all .65s cubic-bezier(0.84, -0.18, 0.31, 1.26),opacity .65s .5s;
		transform: scale(0.6) translateY(-90%)
	}

	.tooltip:hover::before, .tooltip:focus::before {
		transition: all .65s cubic-bezier(0.84, -0.18, 0.31, 1.26) .2s
	}

	.tooltip::after {
		background: #949494;
		border-radius: .25em;
		bottom: 180%;
		color: #fff;
		content: attr(data-tip);
		margin-left: -8.75em;
		padding: 1em;
		transition: all .65s cubic-bezier(0.84, -0.18, 0.31, 1.26) .2s;
		transform: scale(0.6) translateY(50%);
		width: 17.5em
	}

	.tooltip:hover::after, .tooltip:focus::after {
		transition: all .65s cubic-bezier(0.84, -0.18, 0.31, 1.26)
	}

@media(max-width: 760px) {
	.tooltip::after {
		font-size: .75em;
		margin-left: -5em;
		width: 10em
	}
}

.image-gallery {
	max-width: 800px;
	margin: 0 auto
}

	.image-gallery .flex {
		display: flex;
		align-items: flex-start
	}

	.image-gallery .main-image {
		max-width: 800px;
		min-height: 250px;
		overflow: hidden;
		padding: 1rem;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		display: flex
	}

@media(min-width: 768px) {
	.image-gallery .main-image {
		min-height: 300px
	}
}

.image-gallery .main-image img {
	width: auto;
	max-height: 180px
}

@media(min-width: 768px) {
	.image-gallery .main-image img {
		max-height: 300px
	}
}

.image-gallery .main-image .gallery-previous {
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	left: 10px;
	box-shadow: 10px 10px 40px 10px rgba(0,0,0,.04);
	cursor: pointer
}

@media(min-width: 768px) {
	.image-gallery .main-image .gallery-previous {
		left: 20px
	}
}

.image-gallery .main-image .gallery-previous:after {
	content: "";
	position: absolute;
	transition: all .2s ease-in-out;
	border: solid #e36500;
	border-width: 2px 0 0 2px;
	display: inline-block;
	padding: 5px;
	top: 9px;
	left: 12px;
	transform: rotate(-45deg)
}

.image-gallery .main-image .gallery-previous[disabled=true] {
	opacity: .5
}

.image-gallery .main-image .gallery-next {
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	right: 10px;
	box-shadow: 10px 10px 40px 10px rgba(0,0,0,.04);
	cursor: pointer
}

@media(min-width: 768px) {
	.image-gallery .main-image .gallery-next {
		right: 20px
	}
}

.image-gallery .main-image .gallery-next:after {
	content: "";
	position: absolute;
	transition: all .2s ease-in-out;
	border: solid #e36500;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	top: 9px;
	left: 8px;
	transform: rotate(-45deg)
}

.image-gallery .main-image .gallery-next[disabled=true] {
	opacity: .5
}

.image-gallery .thumbnails {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

	.image-gallery .thumbnails img {
		max-width: 100%;
		height: auto;
		padding: 5px;
		margin: 0 auto
	}

.image-gallery .gallery-th {
	display: flex;
	flex: 0 0 33.3333%;
	width: 33.3333%;
	padding: 5px;
	overflow: hidden
}

	.image-gallery .gallery-th:hover {
		cursor: pointer
	}

@media(min-width: 768px) {
	.image-gallery .gallery-th {
		flex: 0 0 25%;
		width: 25%
	}
}

.image-gallery .gallery-th {
	border: 2px solid rgba(0,0,0,0)
}

.image-gallery .active-th {
	border: 2px solid #e36500
}

.image-gallery-header {
	padding: 35px 16px 10px
}

@media(min-width: 768px) {
	.image-gallery-header {
		padding: 35px 32px 35px
	}
}

.image-gallery-header h4 {
	padding-bottom: 24px
}

.loading-box {
	background-color: rgba(0,0,0,.2);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0
}

	.loading-box.loading-in-modal {
		position: absolute
	}

@-webkit-keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.loading-cart {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,.3)
}

.loader {
	width: 80px;
	height: 80px;
	border: 16px solid #fff;
	border-radius: 50%;
	border-top: 16px solid #000;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

.spinner-loader {
	width: 259px;
	height: 60px;
	margin: 38px 30px 14px 31px;
	font-family: "Gotham A","Gotham B";
	font-size: 22px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: center;
	color: #333
}

@media(min-width: 768px) {
	.spinner-loader {
		width: 395px;
		height: 36px;
		margin: 0px 10px 40px 10px;
		font-size: 24px;
		line-height: 1.5
	}
}

.spinner-loader-image {
	text-align: center
}

.coupon-container {
	display: flex;
	justify-content: space-between
}

.notify-info, .notify-success, .notify-error {
	display: flex;
	align-items: center
}

	.notify-info:before {
		content: url(../../../Images/icon-tool-tip.svg);
		background-size: contain;
		background-repeat: no-repeat;
		margin-right: 6px
	}

	.notify-success:before {
		content: url(../../../Images/icon-check-green.svg);
		background-size: contain;
		background-repeat: no-repeat;
		margin-right: 6px;
		height: 33px
	}

.notify-warning {
	display: flex;
	min-height: 128px;
	height: 100%;
	padding: 23px 57px 28px 24px;
	background-color: rgba(227,157,0,.14)
}

.warning-wrapper {
	display: flex;
	flex-direction: column
}

.warning-title {
	font-size: 16px;
	color: #c47c12;
	font-weight: 500;
	margin-top: 5px
}

.warning-text {
	font-size: 14px;
	color: #c47c12;
	margin-top: .5rem
}

.notify-warning:before {
	content: url(../../../Images/icon-warning-yellow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 30px;
	margin-right: 6px
}

.notify-error:before {
	content: url(../../../Images/icon-error.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 6px
}

.review-error:before {
	content: url(../../../Images/icon-error-lg.svg) !important;
	margin-right: 20px !important
}

.notify-info {
	color: #003e51;
	background-color: #fff;
	font-weight: 500;
	height: 33px
}

.notify-success {
	color: #4f8e6b;
	background-color: #fff;
	font-weight: 500
}

.modal-header > .modal-header-notification {
	min-height: 33px;
	transition: opacity 150ms ease-out;
	opacity: 0;
}

.modal-header > .modal-header-notification.active {
	opacity: 1;
}

.notify-error {
	color: red;
	background-color: #fff;
	font-weight: 500
}

	.notify-error.review-error {
		font-size: 26px;
		margin-bottom: 25px
	}

	.notify-error ul {
		list-style-type: none;
		margin: 0;
		padding: 0
	}

		.notify-error ul li {
			padding: 2px,0
		}

.notify-empty-cart {
	color: #003e51;
	background-color: #fff;
	border: 1px solid;
	display: flex;
	padding: 5px;
	align-items: center
}

[v-cloak] > * {
	display: none
}

.pill-image-container {
	position: relative
}

.out-of-stock {
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 500;
	background-color: #fcc;
	color: red;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 7px 10px;
	font-size: 12px;
	display: table;
	overflow-wrap: break-word
}

@media(min-width: 768px) {
	.out-of-stock {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 7px 10px;
		font-size: 12px;
		display: table;
		overflow-wrap: break-word
	}
}

.component-interior-hero {
	position: relative;
	background: url("../../../Images/interior-hero-temp-image.png") no-repeat center top rgba(0,0,0,0);
	background-size: cover;
	overflow: hidden
}

	.component-interior-hero h1, .component-interior-hero h2, .component-interior-hero p {
		text-align: center;
		color: #fff;
		position: relative
	}

@media(min-width: 768px) {
	.component-interior-hero h1, .component-interior-hero h2, .component-interior-hero p {
		text-align: left
	}
}

.component-interior-hero h1 {
	padding-bottom: 16px
}

.component-interior-hero .container {
	padding-bottom: 90px;
	padding-top: 64px
}

@media(min-width: 768px) {
	.component-interior-hero .container {
		padding-top: 66px;
		padding-bottom: 135px
	}
}

.component-interior-hero__content {
	max-width: 840px
}

.component-interior-hero__navy-bg {
	position: absolute;
	height: 120%;
	margin-left: -15%;
	width: 118%;
	top: -10%;
	left: -9%;
	margin: 0;
	background: url("../../../Images/navy-pixel-bg.png") repeat 0 0 rgba(0,0,0,0);
	border-radius: 0 25px 25px 0
}

@media(min-width: 768px) {
	.component-interior-hero__navy-bg {
		margin-left: -30%;
		width: 133%;
		left: 0
	}
}

.component-interior-hero--alt {
	background: url("../../../Images/interior-hero-wave-mobile.svg") no-repeat left -5px #003e51
}

	.component-interior-hero--alt .component-interior-hero__navy-bg {
		display: none
	}

	.component-interior-hero--alt h1, .component-interior-hero--alt h2, .component-interior-hero--alt p {
		color: #fff
	}

	.component-interior-hero--alt .container {
		padding-top: 32px;
		padding-bottom: 70px
	}

@media(min-width: 768px) {
	.component-interior-hero--alt .container {
		padding-top: 46px;
		padding-bottom: 92px
	}
}

@media(min-width: 768px) {
	.component-interior-hero--alt {
		background: url("../../../Images/interior-hero-wave.svg") no-repeat left bottom #003e51;
		background-size: 100%
	}
}

.component-related-articles {
	margin: 80px 0
}

	.component-related-articles h2 {
		margin-bottom: 24px;
		text-align: center
	}

@media(min-width: 768px) {
	.component-related-articles h2 {
		margin-bottom: 56px
	}
}

.component-related-articles .container {
	overflow: hidden
}

.component-related-articles__slider {
	display: block
}

@media(min-width: 768px) {
	.component-related-articles__slider {
		display: flex
	}
}

.component-related-articles__col {
	display: inline-flex;
	flex-direction: column
}

@media(min-width: 768px) {
	.component-related-articles__col {
		display: flex;
		margin: 0;
		max-width: 33.33333%
	}
}

.component-related-articles__col-container {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	border-radius: 0 0 25px 25px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	box-shadow: 5px 5px 40px 6px rgba(0,0,0,.06)
}

.component-related-articles__img-container {
	height: 230px;
	text-align: center;
	overflow: hidden
}

	.component-related-articles__img-container img {
		max-width: 100%;
		height: auto;
		-o-object-fit: cover;
		object-fit: cover
	}

.component-related-articles__content {
	flex: 1 0 auto;
	padding: 0 24px
}

	.component-related-articles__content a:hover {
		text-decoration: none
	}

	.component-related-articles__content p {
		font-size: 14px;
		line-height: 22px
	}

.component-related-articles__content__notag {
	padding-top: 37px
}

.component-related-articles h3 {
	font-size: 18px;
	margin-bottom: 26px;
	font-weight: 500
}

.component-related-articles__caption {
	display: inline-block;
	margin: 32px auto 20px;
	background-color: #f8f8f8;
	border-radius: 5px;
	padding: 5px 16px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	z-index: 1
}

.component-related-articles__caption-with-image {
	position: relative;
	top: -14px;
	margin: 0 0 10px
}

.component-related-articles__button-container {
	margin-bottom: 68px
}

.component-related-articles__cta-container {
	margin-top: 40px;
	text-align: center
}

.component-related-articles .tns-liveregion {
	display: none
}

.component-related-articles .tns-nav {
	text-align: center;
	margin-top: 24px
}

	.component-related-articles .tns-nav button {
		border-radius: 50px;
		width: 14px;
		height: 14px;
		background-color: #d4d4d4;
		border: none;
		margin: 0 6px;
		position: relative;
		font-size: 0
	}

		.component-related-articles .tns-nav button:after {
			content: "";
			display: block;
			position: absolute;
			z-index: -1;
			top: -4px;
			left: -4px;
			width: 22px;
			height: 22px;
			border-radius: 50px;
			background-color: #fff;
			border: 1px solid #d4d4d4
		}

		.component-related-articles .tns-nav button.tns-nav-active {
			background-color: #e36500
		}

			.component-related-articles .tns-nav button.tns-nav-active:after {
				border: 1px solid #e36500
			}

.component-interior-page-main-content {
	counter-reset: firstCounter;
	margin-bottom: 80px
}

	.component-interior-page-main-content .highlight-tips {
		margin-top: 48px
	}

@media(min-width: 768px) {
	.component-interior-page-main-content .highlight-tips {
		margin-top: 56px
	}
}

.component-interior-page-main-content .col-lg-8 .highlight-half-image {
	margin: 40px 0
}

@media(min-width: 992px) {
	.component-interior-page-main-content .col-lg-8 .highlight-half-image {
		margin: 80px 0 80px
	}
}

@media(min-width: 1200px) {
	.component-interior-page-main-content .col-lg-8 .highlight-half-image {
		margin: 120px 0 60px
	}
}

.component-interior-page-main-content .col-lg-8 .highlight-half-image .container {
	padding: 0 !important
}

.component-interior-page-main-content .col-lg-8 .highlight-half-image--caption-content {
	margin: 40px 0
}

@media(min-width: 992px) {
	.component-interior-page-main-content .col-lg-8 .highlight-half-image--caption-content {
		margin: 80px 0 40px
	}
}

@media(min-width: 1200px) {
	.component-interior-page-main-content .col-lg-8 .highlight-half-image--caption-content {
		margin: 60px 0 40px
	}
}

@media(min-width: 992px) {
	.component-interior-page-main-content .col-lg-8 .highlight-half-image__content-left {
		flex: 0 0 50%;
		max-width: 50%
	}
}

.component-interior-page-main-content .col-lg-8 .highlight-half-image__content-card {
	padding: 25px;
	left: 2.5rem;
	right: inherit
}

@media(min-width: 992px) {
	.component-interior-page-main-content .col-lg-8 .highlight-half-image__content-right {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media(min-width: 992px) {
	.component-interior-page-main-content .col-lg-8 .highlight-half-image__heading h2 {
		font-size: 24px;
		line-height: 32px;
		margin: 20px 0 24px
	}
}

@media(min-width: 992px) {
	.component-interior-page-main-content .col-lg-8 .highlight-half-image__caption {
		flex: 0 0 40%;
		max-width: 50%
	}
}

.component-interior-page-main-content .col-lg-8 .highlight-half-image__caption p {
	font-size: 12px;
	line-height: 20px
}

.component-interior-page-main-content__form--light-blue h2 {
	font-size: 24px;
	padding-top: 30px
}

.component-interior-page-main-content__form--light-blue .EPiServerForms {
	background-color: #e6f2f6 !important;
	border-radius: 30px;
	margin-top: 15px;
	overflow: auto;
	padding-bottom: 20px !important;
	margin-bottom: 20px !important
}

.component-interior-page-main-content__form--light-blue #DesignForm [data-f-type=submitbutton] {
	position: relative;
	left: -50%;
	margin-bottom: 15px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	background-color: #3898b8 !important
}

.component-interior-page-main-content__form--light-blue .EPiServerForms .FormSelection select {
	background-color: #fff !important
}

.component-interior-page-main-content__form--dark-blue h2 {
	font-size: 24px;
	padding-top: 30px
}

.component-interior-page-main-content__form--dark-blue #DesignForm [data-f-type=submitbutton] {
	position: relative;
	left: -50%;
	margin-bottom: 15px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	background-color: #48a9c5 !important
}

.component-interior-page-main-content__form--dark-blue .EPiServerForms {
	background-color: #003e51 !important;
	border-radius: 30px;
	margin-top: 15px;
	overflow: auto;
	padding-bottom: 20px !important;
	margin-bottom: 20px !important
}

	.component-interior-page-main-content__form--dark-blue .EPiServerForms .FormSelection select {
		background-color: #fff !important
	}

	.component-interior-page-main-content__form--dark-blue .EPiServerForms .Form__Title {
		color: #fff !important
	}

	.component-interior-page-main-content__form--dark-blue .FormChoice legend.Form__Element__Caption, .component-interior-page-main-content__form--dark-blue .EPiServerForms .FormChoice label, .component-interior-page-main-content__form--dark-blue .EPiServerForms .FormSelection .Form__Element__Caption {
		color: #fff !important
	}

.component-interior-page-main-content__content, .component-interior-page-main-content__content-no-aside {
	padding: 16px 0 0 0
}

@media(min-width: 768px) {
	.component-interior-page-main-content__content, .component-interior-page-main-content__content-no-aside {
		padding: 16px 22px 0 0
	}
}

.component-interior-page-main-content__content--no-title, .component-interior-page-main-content__content-no-aside--no-title {
	padding-top: 48px
}

@media(min-width: 768px) {
	.component-interior-page-main-content__content--no-title, .component-interior-page-main-content__content-no-aside--no-title {
		padding-top: 56px
	}
}

.component-interior-page-main-content__content hr, .component-interior-page-main-content__content-no-aside hr {
	margin-top: 48px
}

.component-interior-page-main-content__content h2, .component-interior-page-main-content__content-no-aside h2 {
	font-size: 26px;
	line-height: 32px;
	margin: 32px 0 24px
}

@media(min-width: 768px) {
	.component-interior-page-main-content__content h2, .component-interior-page-main-content__content-no-aside h2 {
		font-size: 30px;
		line-height: 42px;
		margin: 40px 0 24px
	}
}

.component-interior-page-main-content__content h2.component-interior-page-main-content__first-letter, .component-interior-page-main-content__content-no-aside h2.component-interior-page-main-content__first-letter {
	margin-top: 48px
}

@media(min-width: 768px) {
	.component-interior-page-main-content__content h2.component-interior-page-main-content__first-letter, .component-interior-page-main-content__content-no-aside h2.component-interior-page-main-content__first-letter {
		margin-top: 32px
	}
}

.component-interior-page-main-content__content h2.component-interior-page-main-content__first-letter:before, .component-interior-page-main-content__content-no-aside h2.component-interior-page-main-content__first-letter:before {
	counter-increment: firstCounter;
	content: counter(firstCounter);
	display: block;
	width: 100%;
	font-size: 54px;
	line-height: 65px;
	color: #e36500
}

@media(min-width: 768px) {
	.component-interior-page-main-content__content h2.component-interior-page-main-content__first-letter:before, .component-interior-page-main-content__content-no-aside h2.component-interior-page-main-content__first-letter:before {
		display: inline-block;
		width: auto;
		padding-right: 26px
	}
}

.component-interior-page-main-content__content ul, .component-interior-page-main-content__content-no-aside ul {
	margin: 1rem 0
}

.component-interior-page-main-content__content p, .component-interior-page-main-content__content li, .component-interior-page-main-content__content a, .component-interior-page-main-content__content-no-aside p, .component-interior-page-main-content__content-no-aside li, .component-interior-page-main-content__content-no-aside a {
	font-size: 16px;
	line-height: 26px
}

@media(min-width: 768px) {
	.component-interior-page-main-content__content p, .component-interior-page-main-content__content li, .component-interior-page-main-content__content a, .component-interior-page-main-content__content-no-aside p, .component-interior-page-main-content__content-no-aside li, .component-interior-page-main-content__content-no-aside a {
		font-size: 18px;
		line-height: 30px;
		letter-spacing: -0.2px
	}
}

.component-interior-page-main-content__content li, .component-interior-page-main-content__content-no-aside li {
	margin-bottom: 10px
}

.component-interior-page-main-content__content p, .component-interior-page-main-content__content-no-aside p {
	margin-top: 1rem;
	margin-bottom: 0
}

.component-interior-page-main-content__content .callout-side-image__inner-left p, .component-interior-page-main-content__content-no-aside .callout-side-image__inner-left p {
	margin-bottom: 31px
}

.component-interior-page-main-content__content a:not(.btn), .component-interior-page-main-content__content a:not(.btn):visited, .component-interior-page-main-content__content a:not(.btn):active, .component-interior-page-main-content__content-no-aside a:not(.btn), .component-interior-page-main-content__content-no-aside a:not(.btn):visited, .component-interior-page-main-content__content-no-aside a:not(.btn):active {
	color: #3898b8;
	font-weight: 500
}

	.component-interior-page-main-content__content a:not(.btn):hover, .component-interior-page-main-content__content a:not(.btn):visited:hover, .component-interior-page-main-content__content a:not(.btn):active:hover, .component-interior-page-main-content__content-no-aside a:not(.btn):hover, .component-interior-page-main-content__content-no-aside a:not(.btn):visited:hover, .component-interior-page-main-content__content-no-aside a:not(.btn):active:hover {
		text-decoration: underline
	}

.component-interior-page-main-content__content img, .component-interior-page-main-content__content-no-aside img {
	width: 100%
}

.component-interior-page-main-content .highlight-quote {
	margin-top: 40px;
	margin-bottom: 16px
}

	.component-interior-page-main-content .highlight-quote img {
		margin: 0;
		width: auto
	}

.component-interior-page-main-content__content-no-aside {
	padding: 48px 0 56px 0
}

@media(min-width: 768px) {
	.component-interior-page-main-content__content-no-aside {
		padding: 56px 0 80px 0
	}
}

.component-interior-page-main-content__content-no-aside ul {
	margin: 24px 0 40px 1.2rem !important;
	padding: 0
}

	.component-interior-page-main-content__content-no-aside ul ul {
		margin: 12px 0 12px 1.2rem !important
	}

.component-interior-page-main-content__content-no-aside p, .component-interior-page-main-content__content-no-aside li, .component-interior-page-main-content__content-no-aside a {
	font-size: 16px;
	line-height: 26px
}

@media(min-width: 768px) {
	.component-interior-page-main-content__content-no-aside p, .component-interior-page-main-content__content-no-aside li, .component-interior-page-main-content__content-no-aside a {
		font-size: 16px;
		line-height: 30px
	}
}

.component-interior-page-main-content__content-no-aside h2 {
	font-size: 24px;
	line-height: 36px;
	color: #333;
	margin: 24px 0
}

.component-interior-page-main-content__content-no-aside h3 {
	font-size: 18px;
	line-height: 26px;
	color: #333;
	margin: 24px 0
}

.component-interior-page-main-content__content-no-aside .component-rich-text-block:last-child {
	margin-bottom: 0
}

.component-interior-page-main-content__content-no-aside .component-rich-text-block:first-child {
	margin-top: 0
}

.component-interior-page-main-content__content-no-aside .component-rich-text-block__container a {
	text-decoration: none
}

	.component-interior-page-main-content__content-no-aside .component-rich-text-block__container a:hover {
		color: #3898b8
	}

.interior-page-quarter-width-image {
	width: 100%;
	position: relative;
	margin: 48px 0
}

@media(min-width: 768px) {
	.interior-page-quarter-width-image {
		width: 24%;
		display: inline-block;
		margin: 56px 0
	}
}

@media(min-width: 768px) {
	.interior-page-quarter-width-image img {
		padding-right: 4%
	}
}

.interior-page-half-width-image {
	width: 100%;
	position: relative;
	margin: 48px 0
}

@media(min-width: 768px) {
	.interior-page-half-width-image {
		width: 49%;
		display: inline-block;
		margin: 56px 0
	}
}

@media(min-width: 768px) {
	.interior-page-half-width-image img {
		padding-right: 4%
	}
}

.interior-page-three-quarter-width-image {
	width: 100%;
	position: relative;
	margin: 48px 0
}

@media(min-width: 768px) {
	.interior-page-three-quarter-width-image {
		display: inline-block;
		width: 75%;
		margin: 56px 0
	}
}

.interior-page-full-width-image {
	width: 100%;
	position: relative;
	margin: 48px 0
}

@media(min-width: 768px) {
	.interior-page-full-width-image {
		margin: 56px 0
	}
}

.image-caption {
	font-size: 12px;
	line-height: 20px;
	padding: 0 16px;
	display: block
}

@media(min-width: 768px) {
	.image-caption {
		padding: 0
	}
}

.component-interior-asides {
	padding: 35px 24px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 10px 10px 40px 10px rgba(0,0,0,.06);
	margin: 80px 0 0
}

@media(min-width: 768px) {
	.component-interior-asides {
		margin: -30px 0 0px
	}
}

.component-interior-asides h3 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase
}

@media(min-width: 768px) {
	.component-interior-asides h3 {
		font-size: 18px;
		line-height: 26px
	}
}

.component-interior-asides ul {
	list-style: none;
	margin: 0 0 30px;
	padding: 0
}

.component-interior-asides p, .component-interior-asides li, .component-interior-asides a {
	font-size: 16px;
	line-height: 26px
}

@media(min-width: 768px) {
	.component-interior-asides p, .component-interior-asides li, .component-interior-asides a {
		line-height: 30px;
		letter-spacing: -0.2px
	}
}

.component-interior-asides a:not(.btn), .component-interior-asides a:not(.btn):visited, .component-interior-asides a:not(.btn):active {
	color: #3898b8;
	font-weight: 500
}

	.component-interior-asides a:not(.btn):hover, .component-interior-asides a:not(.btn):visited:hover, .component-interior-asides a:not(.btn):active:hover {
		color: #3898b8;
		text-decoration: underline
	}

.component-interior-asides__link-list {
	margin-top: 8px
}

	.component-interior-asides__link-list li {
		margin-bottom: 20px
	}

		.component-interior-asides__link-list li:last-child {
			margin-bottom: 0
		}

.component-interior-asides__icon-container {
	display: inline-block;
	width: 35px;
	margin-right: 3px
}

.component-interior-asides__icon-link-list li {
	margin-bottom: 16px
}

	.component-interior-asides__icon-link-list li:last-child {
		margin-bottom: 0
	}

.component-interior-asides__icon-link-list img {
	margin-top: -2px;
	max-width: 30px
}

.component-interior-asides__download-list li {
	margin-bottom: 16px
}

	.component-interior-asides__download-list li:last-child {
		margin-bottom: 0
	}

.component-interior-asides__download-list img {
	margin-right: 5px;
	margin-top: -7px
}

.component-interior-asides__create-account {
	background-color: #f8f8f8;
	padding: 16px;
	margin-bottom: 42px
}

	.component-interior-asides__create-account svg {
		margin-top: -4px;
		margin-right: 8px
	}

	.component-interior-asides__create-account p {
		font-size: 14px;
		line-height: 22px;
		color: #4d4d4f
	}

	.component-interior-asides__create-account a {
		font-weight: 500
	}

.component-interior-asides__basic-info {
	border-bottom: 2px solid #d4d4d4;
	margin-bottom: 38px
}

@media(min-width: 768px) {
	.component-interior-asides__basic-info {
		margin-bottom: 44px
	}
}

.component-interior-asides__basic-info p {
	margin-bottom: 24px
}

@media(min-width: 768px) {
	.component-interior-asides__basic-info p {
		margin-bottom: 44px
	}
}

.component-interior-asides__product-info {
	border-bottom: 2px solid #d4d4d4;
	margin-bottom: 40px;
	text-align: center
}

@media(min-width: 768px) {
	.component-interior-asides__product-info {
		text-align: left
	}
}

.component-interior-asides__product-info h3 {
	font-size: 18px;
	line-height: 26px
}

.component-interior-asides__product-info img {
	max-width: 175px;
	margin: 0 auto 24px;
	display: block
}

.component-interior-asides__product-info h3 {
	margin-top: 16px
}

.component-interior-asides__product-info p {
	font-size: 14px;
	line-height: 22px
}

.component-interior-asides__tag {
	font-size: 12px;
	font-weight: 500;
	background-color: #f8f8f8;
	color: #4d4d4f;
	padding: 2px 16px;
	text-transform: uppercase
}

.component-interior-asides__cta-container {
	margin: 39px 0
}

@media(min-width: 768px) {
	.component-interior-asides__cta-container {
		margin: 56px 0
	}
}

.component-interior-asides__cta-container .btn {
	display: block;
	text-align: center
}

.component-interior-asides__btn-container {
	margin: 22px 0 40px
}

.component-interior-asides .component-rich-text-block {
	margin: 0 0 .5rem;
	border-bottom: 2px solid #d4d4d4;
	margin-bottom: 38px
}

@media(min-width: 768px) {
	.component-interior-asides .component-rich-text-block {
		margin-bottom: 44px
	}
}

.component-interior-asides .component-rich-text-block p {
	margin-bottom: 24px
}

@media(min-width: 768px) {
	.component-interior-asides .component-rich-text-block p {
		margin-bottom: 44px
	}
}

.component-interior-asides .component-rich-text-block h2, .component-interior-asides .component-rich-text-block h3, .component-interior-asides .component-rich-text-block h4 {
	margin: inherit;
	padding: inherit
}

.component-interior-asides .component-rich-text-block p {
	margin: .5rem 0 2rem 0
}

.homepage-hero {
	position: relative;
	max-height: 480px;
	overflow: hidden
}

	.homepage-hero img {
		width: 100%
	}

@media(min-width: 768px) {
	.homepage-hero__bg-gradient {
		background: linear-gradient(100deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
		height: 100%;
		position: absolute;
		right: 0;
		width: 85%
	}
}

.homepage-hero__bg-gradient-mobile {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 60%, rgb(255, 255, 255) 95%);
	height: 100px;
	position: absolute;
	width: 100%;
	top: -98px
}

@media(min-width: 768px) {
	.homepage-hero__bg-gradient-mobile {
		display: none
	}
}

@media(min-width: 768px) {
	.homepage-hero__wave {
		position: absolute;
		top: 0;
		background: url("../../../Images/hero-wave-top.svg") no-repeat;
		background-size: cover;
		background-position: left bottom;
		height: 125px;
		width: 100%
	}

	.homepage-hero__wave--bottom {
		background: url("../../../Images/hero-wave-bottom.svg") no-repeat;
		background-size: cover;
		background-position: left top;
		height: 40%;
		top: inherit;
		bottom: 0;
		width: 100%
	}
}

.homepage-hero .container {
	display: flex;
	flex-direction: column;
	position: relative
}

@media(min-width: 768px) {
	.homepage-hero .container {
		align-items: flex-end;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		justify-content: center
	}
}

.homepage-hero h1 {
	color: #3898b8;
	font-size: 29px;
	font-weight: 300;
	line-height: 1.38;
	margin-bottom: .75rem
}

@media(min-width: 768px) {
	.homepage-hero h1 {
		font-size: 31px
	}
}

@media(min-width: 992px) {
	.homepage-hero h1 {
		margin-bottom: 1.9rem;
		font-size: 50px;
		line-height: 1.2
	}
}

.homepage-hero p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500
}

@media(min-width: 992px) {
	.homepage-hero p {
		font-size: 24px
	}
}

.homepage-hero a.btn {
	margin-top: 1rem
}

@media(min-width: 768px) {
	.homepage-hero a.btn {
		margin: 1rem .5rem 0
	}
}

@media(min-width: 992px) {
	.homepage-hero a.btn {
		margin: 1.5rem .5rem 0
	}
}

.homepage-hero__content {
	text-align: center;
	padding: 40px 16px 0;
	z-index: 1;
	transform: translateY(-50px)
}

@media(min-width: 768px) {
	.homepage-hero__content {
		padding: 0;
		max-width: 465px;
		transform: none
	}
}

@media(min-width: 992px) {
	.homepage-hero__content {
		padding: 0;
		max-width: 575px
	}
}

.homepage-hero__cta-container {
	display: flex;
	justify-content: center;
	flex-direction: column
}

@media(min-width: 480px) {
	.homepage-hero__cta-container {
		display: inline-flex
	}
}

@media(min-width: 768px) {
	.homepage-hero__cta-container {
		flex-direction: row
	}
}

.homepage-hero--no-waves .homepage-hero__wave {
	display: none
}

.homepage-hero--white .homepage-hero__bg-gradient {
	display: none
}

.homepage-hero--white .homepage-hero__wave {
	display: none
}

@media(min-width: 768px) {
	.homepage-hero--white .homepage-hero__content {
		color: #fff
	}

	.homepage-hero--white h1 {
		color: #fff
	}
}

.homepage-six-tabs {
	background-color: #3898b8;
	padding: 25px 0 30px;
	position: relative
}

@media(min-width: 768px) {
	.homepage-six-tabs {
		padding: 48px 0;
		position: inherit
	}
}

@media(min-width: 768px) {
	.homepage-six-tabs__wrapper {
		position: relative
	}
}

.homepage-six-tabs h2 {
	color: #fff;
	text-align: center;
	padding: 0 40px
}

@media(min-width: 576px) {
	.homepage-six-tabs h2 {
		padding: 0 16px
	}
}

.homepage-six-tabs__content {
	padding-top: 2rem
}

.homepage-six-tabs__items {
	padding-bottom: .55rem
}

@media(min-width: 768px) {
	.homepage-six-tabs__items {
		display: flex;
		flex-direction: column;
		padding-bottom: 1.75rem;
		padding-left: 12px !important;
		padding-right: 12px !important
	}
}

.homepage-six-tabs__items a {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #1c81a2;
	padding: .35rem .75rem;
	border-bottom: 3px solid #1c81a2;
	flex: 1 1 auto;
	text-decoration: none;
	transition: all .3s ease-in-out
}

@media(min-width: 768px) {
	.homepage-six-tabs__items a {
		padding: .594rem .75rem
	}
}

.homepage-six-tabs__items a:hover {
	background-color: #fff;
	border-bottom: 3px solid #e36500
}

	.homepage-six-tabs__items a:hover .homepage-six-tabs__icon-container {
		background-color: #e36500;
		border: 1px solid #e36500;
		box-shadow: inset 0px 0px 0px 3px #fff
	}

	.homepage-six-tabs__items a:hover .ring {
		border: 1px solid #e36500;
		box-shadow: inset 0px 0px 0px 1px #fff;
		-webkit-animation: pulsate 2s ease-out infinite;
		animation: pulsate 2s ease-out infinite
	}

	.homepage-six-tabs__items a:hover h3.medium {
		color: #e36500
	}

@-webkit-keyframes pulsate {
	0% {
		transform: scale(0.95);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1);
		opacity: 0
	}
}

@keyframes pulsate {
	0% {
		transform: scale(0.95);
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		transform: scale(1);
		opacity: 0
	}
}

.homepage-six-tabs__items h3.medium {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 0 .65rem;
	transition: all .3s ease-in-out
}

@media(min-width: 768px) {
	.homepage-six-tabs__items h3.medium {
		font-size: 16px
	}
}

.homepage-six-tabs__icon-container {
	height: 42px;
	width: 42px;
	border-radius: 50%;
	background-color: #3898b8;
	border: 1px solid #1c81a2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	position: relative;
	box-shadow: inset 0px 0px 0px 3px #1c81a2;
	transition: all .3s ease-in-out
}

@media(min-width: 768px) {
	.homepage-six-tabs__icon-container {
		height: 48px;
		width: 48px;
		flex: 0 0 48px
	}
}

.homepage-six-tabs__icon-container .ring {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	border: 1px solid #1c81a2;
	box-shadow: inset 0px 0px 0px 1px #1c81a2;
	border-radius: 50%;
	top: -5px;
	left: -5px;
	transition: .5s all ease-in-out
}

@media(min-width: 768px) {
	.homepage-six-tabs__icon-container .ring {
		width: 56px;
		height: 56px
	}
}

.homepage-six-tabs__icon-container .icon-sheet {
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 1px 1px
}

@media(min-width: 768px) {
	.homepage-six-tabs__icon-container .icon-sheet {
		width: 21px
	}
}

.homepage-six-tabs .homepage-six-tabs__tabs-panel-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #4d4d4f;
	opacity: 0;
	padding: 50px 20px 40px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	transition: all .2s ease-in-out
}

@media(min-width: 768px) {
	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item {
		box-shadow: 10px 10px 40px 10px rgba(0,0,0,.05);
		padding: 65px 45px 40px
	}
}

@media(min-width: 1075px) {
	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item {
		padding: 65px 192px 40px
	}
}

.homepage-six-tabs .homepage-six-tabs__tabs-panel-item:before {
	content: "";
	border-top: 2px solid #d4d4d4;
	display: block;
	position: absolute;
	width: 90%;
	top: 0
}

@media(min-width: 768px) {
	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item:before {
		display: none
	}
}

.homepage-six-tabs .homepage-six-tabs__tabs-panel-item.active {
	opacity: 1;
	top: -1px;
	z-index: 3
}

@media(min-width: 768px) {
	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item.active {
		top: -7.5rem
	}
}

@media(min-width: 992px) {
	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item.active {
		top: -8rem
	}
}

@media(min-width: 1175px) {
	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item.active {
		top: -10rem
	}
}

.homepage-six-tabs .homepage-six-tabs__tabs-panel-item span.previous {
	color: #3898b8;
	display: block;
	font-weight: 500;
	position: absolute;
	padding-left: 1.5rem;
	top: 25px;
	left: 20px;
	cursor: pointer
}

@media(min-width: 768px) {
	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item span.previous {
		left: 35px
	}
}

.homepage-six-tabs .homepage-six-tabs__tabs-panel-item span.previous:hover:before {
	margin-right: 2.75rem
}

.homepage-six-tabs .homepage-six-tabs__tabs-panel-item span.previous:before {
	content: "";
	right: .5rem;
	display: block;
	top: 8px;
	transition: all .2s ease-in-out;
	border: solid #3898b8;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 5px;
	transform: rotate(135deg);
	position: absolute;
	margin: -0.15rem 2.35rem 0 0
}

.homepage-six-tabs .homepage-six-tabs__tabs-panel-item .top-content {
	display: flex;
	align-items: center;
	padding-bottom: 1.25rem;
	flex-direction: column
}

@media(min-width: 768px) {
	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item .top-content {
		flex-direction: row
	}
}

.homepage-six-tabs .homepage-six-tabs__tabs-panel-item .icon-sheet-orange {
	width: 25px;
	margin-bottom: .5rem
}

@media(min-width: 768px) {
	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item .icon-sheet-orange {
		width: 30px
	}
}

.homepage-six-tabs .homepage-six-tabs__tabs-panel-item h2 {
	color: #4d4d4f;
	margin: 0;
	padding: 0 0 0 16px
}

.homepage-six-tabs .homepage-six-tabs__tabs-panel-item p {
	text-align: center
}

.homepage-six-tabs .homepage-six-tabs__tabs-panel-item .form-container {
	display: flex;
	width: 100%;
	padding: 0 0 1.75rem;
	flex-direction: column;
	align-items: center
}

@media(min-width: 768px) {
	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item .form-container {
		padding: 1.25rem 0 1.75rem;
		flex-direction: row;
		align-items: inherit
	}
}

@media(min-width: 768px) {
	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item .form-group--float-label {
		max-width: 30%
	}
}

.homepage-six-tabs .homepage-six-tabs__tabs-panel-item .form-group {
	padding-right: 1rem;
	flex: 1 0 auto;
	width: 100%;
	margin: 0 0 1.5rem 0
}

@media(min-width: 768px) {
	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item .form-group {
		margin: 0;
		width: auto
	}
}

.homepage-six-tabs .homepage-six-tabs__tabs-panel-item .search {
	position: relative
}

	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item .search input {
		padding: 10px 15px 10px 45px
	}

.homepage-six-tabs .homepage-six-tabs__tabs-panel-item select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	font-size: inherit;
	background: #fff;
	color: #949494;
	padding: 0 56px 0 10px;
	height: 40px;
	border-radius: 0;
	border: 1px solid #949494;
	height: 56px
}

	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item select.custom-select {
		background: url("../../../Images/select-arrow-down.png") no-repeat;
		background-position: 98% center;
		background-size: 30px auto
	}

		.homepage-six-tabs .homepage-six-tabs__tabs-panel-item select.custom-select:focus {
			background: url("../../../Images/select-arrow-up.png") no-repeat;
			background-position: 98% center;
			background-size: 30px auto;
			border: solid 1px #e36500;
			outline: none
		}

	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item select option {
		color: #000
	}

.homepage-six-tabs .homepage-six-tabs__tabs-panel-item .icon-search {
	position: absolute;
	left: 10px;
	top: 13px
}

@media(min-width: 768px) {
	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item button {
		margin-left: auto
	}
}

.homepage-six-tabs .homepage-six-tabs__tabs-panel-item .bottom-content {
	border-top: 2px solid #d4d4d4;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 1.5rem 0 0;
	align-items: center;
	margin: 0
}

@media(min-width: 768px) {
	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item .bottom-content {
		flex-direction: row;
		align-items: flex-end;
		justify-content: flex-end;
		margin-left: auto
	}
}

.homepage-six-tabs .homepage-six-tabs__tabs-panel-item li {
	list-style: none;
	margin: .5rem 0
}

@media(min-width: 768px) {
	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item li {
		margin: 0
	}
}

@media(min-width: 768px) {
	.homepage-six-tabs .homepage-six-tabs__tabs-panel-item li:first-child {
		margin-right: 1rem;
		padding-right: .85rem;
		border-right: 2px solid #d4d4d4
	}
}

.component-leftnav-5050 {
	overflow: hidden;
	margin: 29px 0
}

@media(min-width: 768px) {
	.component-leftnav-5050 {
		margin: 50px 0
	}
}

.component-leftnav-5050 h2 {
	font-weight: 500;
	margin-bottom: 24px
}

.component-leftnav-5050 .tns-liveregion {
	display: none
}

.component-leftnav-5050__col {
	margin: 0 -24px
}

@media(min-width: 768px) {
	.component-leftnav-5050__col {
		margin: 0
	}
}

@media(min-width: 768px) {
	.component-leftnav-5050__row .col-md-9:last-of-type {
		padding-right: 12px
	}
}

.component-leftnav-5050__tabs {
	padding: 0;
	font-size: 0
}

@media(min-width: 768px) {
	.component-leftnav-5050__tabs {
		display: flex;
		flex-direction: column
	}
}

.component-leftnav-5050__tabs li {
	list-style-type: none;
	display: inline-block;
	margin-left: 0 !important
}

@media(min-width: 768px) {
	.component-leftnav-5050__tabs li {
		display: block
	}
}

.component-leftnav-5050__tabs li a {
	text-decoration: none;
	color: inherit
}

.component-leftnav-5050__tabs li span {
	list-style-type: none;
	border-bottom: 3px solid #ccc;
	font-size: 14px;
	display: inline-block;
	position: relative;
	padding: 1em;
	cursor: pointer;
	width: 100%;
	text-align: center;
	color: inherit;
	text-decoration: none
}

@media(min-width: 768px) {
	.component-leftnav-5050__tabs li span {
		padding: .5rem 1em;
		border-bottom: none;
		text-align: right;
		border-right: 3px solid #ccc
	}
}

@media(min-width: 992px) {
	.component-leftnav-5050__tabs li span {
		font-size: 18px
	}
}

.component-leftnav-5050__tabs li span:after {
	content: " ";
	position: absolute;
	bottom: -3px;
	top: inherit;
	left: 0;
	background-color: #e36500;
	transform: scaleY(0);
	transform-origin: 0 50%;
	transition: transform .5s ease-out;
	width: 100%;
	height: 3px
}

@media(min-width: 768px) {
	.component-leftnav-5050__tabs li span:after {
		top: 0;
		bottom: inherit;
		right: -3px;
		left: inherit;
		width: 3px;
		height: 100%
	}
}

.component-leftnav-5050__tabs li span:hover:after {
	transform: scaleY(1)
}

.component-leftnav-5050__tabs li span:active, .component-leftnav-5050__tabs li span:focus {
	outline: none !important
}

.component-leftnav-5050__tabs li:active, .component-leftnav-5050__tabs li:focus {
	outline: none !important
}

.component-leftnav-5050__tabs li.active span {
	font-weight: 500
}

	.component-leftnav-5050__tabs li.active span:after {
		content: "";
		position: absolute;
		bottom: -3px;
		top: inherit;
		left: 0;
		background-color: #e36500;
		transform: scaleY(1);
		transition: transform .5s ease-out;
		width: 100%;
		height: 3px
	}

@media(min-width: 768px) {
	.component-leftnav-5050__tabs li.active span:after {
		top: 0;
		bottom: inherit;
		right: -3px;
		left: inherit;
		width: 3px;
		height: 100%
	}
}

.component-leftnav-5050__content {
	display: none
}

.component-leftnav-5050__content--active {
	display: flex;
	flex-direction: column;
	margin-top: 16px
}

	.component-leftnav-5050__content--active .row {
		flex-direction: column-reverse
	}

@media(min-width: 768px) {
	.component-leftnav-5050__content--active .row {
		flex-direction: row
	}
}

.component-leftnav-5050__content--active .col-md-6 {
	min-height: 100px
}

	.component-leftnav-5050__content--active .col-md-6:last-of-type {
		padding-right: 12px
	}

@media(min-width: 768px) {
	.component-leftnav-5050__content {
		margin-top: 0
	}
}

.component-leftnav-5050__content img {
	width: 100%;
	margin-bottom: 20px
}

@media(min-width: 768px) {
	.component-leftnav-5050__content img {
		margin-bottom: 0
	}
}

.component-leftnav-5050__button-container {
	margin: 42px 0 0;
	text-align: center
}

@media(min-width: 768px) {
	.component-leftnav-5050__button-container {
		text-align: left
	}
}

.component-leftnav-5050__button-container .btn:first-child {
	margin-bottom: 20px;
	margin-right: 9px
}

.callout-background-image-props {
	position: relative;
	align-items: center;
	text-align: center
}

	.callout-background-image-props h2, .callout-background-image-props h3 {
		color: #fff
	}

	.callout-background-image-props h3 {
		font-size: 14px;
		line-height: 22px;
		text-transform: uppercase;
		font-weight: 500
	}

@media(min-width: 768px) {
	.callout-background-image-props h3 {
		font-size: 16px;
		line-height: 24px
	}
}

.callout-background-image-props__image {
	background: url("../../../Images/component-background-image-props-temp.png") no-repeat center center rgba(0,0,0,0);
	min-height: 400px;
	background-size: cover;
	padding: 40px 0
}

.callout-background-image-props__prop-value {
	display: block;
	color: #e7a440;
	font-weight: 300;
	font-size: 48px
}

@media(min-width: 768px) {
	.callout-background-image-props__prop-value {
		font-size: 54px
	}
}

.callout-background-image-props__prop-desc {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	width: 90%;
	margin: 0 auto
}

@media(min-width: 768px) {
	.callout-background-image-props__prop-desc {
		width: 100%
	}
}

.callout-background-image-props img {
	width: 100%
}

.callout-background-image-props .container {
	display: flex;
	flex-direction: column
}

@media(min-width: 768px) {
	.callout-background-image-props .container {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		justify-content: center
	}
}

.callout-background-image-props .container .row {
	flex-wrap: wrap;
	padding: 0
}

@media(min-width: 768px) {
	.callout-background-image-props .container .row {
		flex-wrap: nowrap
	}
}

.callout-background-image-props__content {
	text-align: center;
	padding: 25px 0
}

@media(min-width: 992px) {
	.callout-background-image-props__content {
		padding: 25px 30px
	}
}

.callout-background-image-props__content .btn {
	margin-top: 20px
}

@media(min-width: 768px) {
	.callout-background-image-props--content-right .container {
		align-items: flex-end;
		right: 0;
		left: 0
	}
}

.component-in-the-spotlight {
	margin: 80px 0
}

	.component-in-the-spotlight h2 {
		text-align: center;
		margin-bottom: 64px
	}

	.component-in-the-spotlight h3 {
		line-height: 24px
	}

@media(max-width: 991.98px) {
	.component-in-the-spotlight h3 {
		font-size: 16px;
		min-height: 57px;
		line-height: 26px
	}
}

.component-in-the-spotlight h3 a {
	color: #333
}

	.component-in-the-spotlight h3 a:hover {
		text-decoration: none
	}

.component-in-the-spotlight p {
	display: none
}

@media(min-width: 768px) {
	.component-in-the-spotlight p {
		display: block
	}
}

.component-in-the-spotlight .container {
	margin: 0 auto;
	overflow: hidden
}

.component-in-the-spotlight__slider {
	display: block
}

@media(min-width: 768px) {
	.component-in-the-spotlight__slider {
		display: flex;
		padding-bottom: 40px
	}
}

.component-in-the-spotlight__col-container {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	box-shadow: 5px 5px 40px 6px rgba(0,0,0,.06);
	border-radius: 0 0 25px 25px;
	border: 1px solid #bfbfbf
}

@media(min-width: 768px) {
	.component-in-the-spotlight__col-container {
		background-color: #fff
	}
}

.component-in-the-spotlight h3 {
	font-weight: 500
}

.component-in-the-spotlight__img-container {
	position: relative
}

.component-in-the-spotlight__caption {
	display: inline-block;
	position: relative;
	top: -37px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #f8f8f8;
	border-radius: 5px;
	padding: 5px 16px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	z-index: 1
}

.component-in-the-spotlight__caption-full-width {
	font-size: 12px;
	font-weight: 500;
	border-radius: 5px;
	padding: 5px 16px;
	text-transform: uppercase;
	background-color: #f8f8f8;
	display: none
}

.component-in-the-spotlight img {
	width: 100%
}

.component-in-the-spotlight__col {
	display: inline-flex;
	flex-direction: column
}

@media(min-width: 768px) {
	.component-in-the-spotlight__col {
		display: flex;
		margin: 0
	}
}

.component-in-the-spotlight__content {
	padding: 24px 24px 16px;
	flex: 1 0 auto;
	border-radius: 0 0 25px 25px;
	width: 100%;
	position: relative;
	background-color: #fff;
	margin: 0 auto
}

@media(min-width: 768px) {
	.component-in-the-spotlight__content {
		border-radius: inherit;
		border: none;
		width: 100%;
		padding: 24px 24px 54px
	}
}

.component-in-the-spotlight__cta-container {
	text-align: center;
	margin-top: 32px
}

@media(min-width: 768px) {
	.component-in-the-spotlight__cta-container {
		margin-top: 15px
	}
}

.component-in-the-spotlight__cta-container .btn {
	display: block
}

@media(min-width: 576px) {
	.component-in-the-spotlight__cta-container .btn {
		display: inline-block
	}
}

.component-in-the-spotlight .tns-liveregion {
	display: none
}

.component-in-the-spotlight .tns-nav {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 10px
}

	.component-in-the-spotlight .tns-nav button {
		border-radius: 50px;
		width: 14px;
		height: 14px;
		background-color: #d4d4d4;
		border: none;
		margin: 0 6px;
		position: relative;
		font-size: 0
	}

		.component-in-the-spotlight .tns-nav button:after {
			content: "";
			display: block;
			position: absolute;
			z-index: -1;
			top: -4px;
			left: -4px;
			width: 22px;
			height: 22px;
			border-radius: 50px;
			background-color: #fff;
			border: 1px solid #d4d4d4
		}

		.component-in-the-spotlight .tns-nav button.tns-nav-active {
			background-color: #e36500
		}

			.component-in-the-spotlight .tns-nav button.tns-nav-active:after {
				border: 1px solid #e36500
			}

.component-in-the-spotlight--full-width .tns-nav {
	margin-top: -5px
}

.component-in-the-spotlight--full-width img {
	height: 100%
}

@media(min-width: 768px) {
	.component-in-the-spotlight--full-width .component-in-the-spotlight__slider {
		padding-bottom: 0px
	}
}

.component-in-the-spotlight--full-width .component-in-the-spotlight__caption {
	display: inline-block
}

@media(min-width: 768px) {
	.component-in-the-spotlight--full-width .component-in-the-spotlight__caption {
		display: none
	}
}

.component-in-the-spotlight--full-width .component-in-the-spotlight__caption-full-width {
	display: none
}

@media(min-width: 768px) {
	.component-in-the-spotlight--full-width .component-in-the-spotlight__caption-full-width {
		display: inline;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin: 0 0 20px
	}
}

.component-in-the-spotlight--full-width .component-in-the-spotlight__col {
	margin-bottom: 40px
}

@media(min-width: 768px) {
	.component-in-the-spotlight--full-width .component-in-the-spotlight__col-container {
		display: flex;
		flex-direction: row;
		border-radius: 0 0 25px 0;
		margin-bottom: 40px;
		height: 100%;
		background-color: rgba(0,0,0,0)
	}
}

@media(min-width: 768px) {
	.component-in-the-spotlight--full-width .component-in-the-spotlight__col:first-child {
		padding-left: 12px
	}
}

@media(min-width: 768px) {
	.component-in-the-spotlight--full-width .component-in-the-spotlight__col:last-child {
		padding-right: 12px
	}
}

@media(min-width: 768px) {
	.component-in-the-spotlight--full-width .component-in-the-spotlight__col:last-child .component-in-the-spotlight__col-container {
		margin-bottom: 0
	}
}

@media(min-width: 768px) {
	.component-in-the-spotlight--full-width .component-in-the-spotlight__col:nth-child(even) .component-in-the-spotlight__col-container {
		flex-direction: row-reverse
	}
}

@media(min-width: 768px) {
	.component-in-the-spotlight--full-width .component-in-the-spotlight__img-container {
		display: flex;
		width: 50%;
		margin: 0
	}
}

@media(min-width: 768px) {
	.component-in-the-spotlight--full-width .component-in-the-spotlight__content {
		display: flex;
		flex-direction: column;
		width: 50%;
		height: 100%;
		margin: 0;
		-ms-grid-row-align: center;
		align-self: center;
		justify-content: center
	}
}

.component-in-the-spotlight.component-related-services .component-in-the-spotlight__content, .component-in-the-spotlight.component-related-products .component-in-the-spotlight__content {
	padding: 24px 24px 16px
}

@media(min-width: 768px) {
	.component-in-the-spotlight.component-related-services .component-in-the-spotlight__content, .component-in-the-spotlight.component-related-products .component-in-the-spotlight__content {
		display: flex;
		flex-direction: column;
		padding: 24px
	}
}

@media(min-width: 768px) {
	.component-in-the-spotlight.component-related-services .component-in-the-spotlight__content p, .component-in-the-spotlight.component-related-products .component-in-the-spotlight__content p {
		flex: 1 0 auto
	}
}

.collections-search-main-content h1 {
	margin: 0 auto
}

@media(min-width: 768px) {
	.collections-search-main-content h1 {
		margin: 0
	}
}

.collections-search-main-content__left {
	position: fixed;
	top: 0;
	background-color: #fff;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	padding: 1.1rem;
	opacity: 0;
	transform: translateY(-100%);
	transition: all .3s ease-in-out
}

	.collections-search-main-content__left.active {
		opacity: 1;
		transform: translateY(0) !important
	}

@media(min-width: 768px) {
	.collections-search-main-content__left {
		height: 100%;
		border-right: solid 1px #d4d4d4;
		margin-top: 100px;
		padding: 0 1.5rem 0;
		position: relative;
		top: auto;
		left: auto;
		z-index: inherit;
		width: auto;
		max-width: 390px;
		overflow-y: hidden;
		opacity: 1;
		transform: translateY(0)
	}
}

@media(min-width: 768px) {
	.collections-search-main-content__left--resources {
		margin-top: 2rem;
		padding: 0 1.5rem 0
	}
}

.collections-search-main-content__left h2 {
	font-size: 20px;
	color: #003e51;
	border-bottom: 3px solid #e36500;
	padding-bottom: 10px;
	margin-bottom: 20px
}

	.collections-search-main-content__left h2 .total-filter-count.hidden {
		display: none
	}

	.collections-search-main-content__left h2 .total-filter-count:before {
		content: "("
	}

	.collections-search-main-content__left h2 .total-filter-count:after {
		content: ")"
	}

.collections-search-main-content__left .hide-mobile-text {
	display: none
}

@media(min-width: 768px) {
	.collections-search-main-content__left .hide-mobile-text {
		display: inline-block
	}
}

.collections-search-main-content__left .show-mobile-text {
	display: inline-block
}

@media(min-width: 768px) {
	.collections-search-main-content__left .show-mobile-text {
		display: none
	}
}

.collections-search-main-content__close-btn {
	background: none;
	border: none;
	color: #007bff;
	font-size: 1.25rem;
	font-weight: 500;
	text-transform: uppercase;
	outline: rgba(0,0,0,0);
	height: 1.5rem;
	width: 1.5rem;
	position: absolute;
	cursor: pointer;
	text-align: left;
	padding: 0 1.5rem 0 0;
	top: 18px;
	right: 19px
}

@media(min-width: 768px) {
	.collections-search-main-content__close-btn {
		display: none
	}
}

.collections-search-main-content__close-btn:hover:after, .collections-search-main-content__close-btn:hover:before {
	background: #e36500
}

.collections-search-main-content__close-btn:after, .collections-search-main-content__close-btn:before {
	content: "";
	background: #333;
	width: 1.2rem;
	height: .1rem;
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease-in-out;
	width: 1.2rem
}

.collections-search-main-content__close-btn:before {
	transform: translateY(-50%) rotate(-45deg)
}

.collections-search-main-content__refinement-results {
	padding-top: .5rem;
	display: none
}

@media(min-width: 768px) {
	.collections-search-main-content__refinement-results {
		display: block
	}
}

.collections-search-main-content__right {
	margin-top: 2rem;
	padding-left: 0;
	padding-right: 0
}

@media(min-width: 992px) {
	.collections-search-main-content__right {
		padding-left: 24px
	}
}

.collections-search-main-content__right--resources {
	margin-top: 0
}

@media(min-width: 768px) {
	.collections-search-main-content__right--resources {
		margin-top: 2rem;
		padding-right: 0
	}
}

.collections-search-main-content__right--resources .collections-tabs__filter-header {
	position: relative
}

@media(min-width: 768px) {
	.collections-search-main-content__right--resources .collections-tabs__filter-header {
		margin-top: 0
	}
}

.collections-search-main-content .component-in-the-spotlight--full-width {
	margin: 0;
	display: none
}

@media(min-width: 768px) {
	.collections-search-main-content .component-in-the-spotlight--full-width {
		margin: 20px 0 0;
		display: block
	}
}

.collections-search-main-content .component-in-the-spotlight--full-width .component-in-the-spotlight__slider {
	padding: 0
}

.collections-search-main-content .component-in-the-spotlight--full-width .component-in-the-spotlight__col {
	margin-bottom: 20px;
	padding: 0
}

.collections-search-main-content .product-listing-page__out-of-stock_text {
	margin-bottom: 25px;
	margin-top: -18px
}

.collections-search-main-content .product-listing-page__out-of-stock {
	display: flex;
	color: red;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	padding-bottom: 5px;
	flex-basis: 100%;
	margin-top: 1rem
}

.collections-search-main-content .product-listing-page__out-of-stock_text p {
	font-size: 18px
}

.collections-search-main-content .product-listing-page__out-of-stock_text a {
	color: #3898b8
}

.collections-search-main-content .search-results-card__qty-container {
	margin-right: 0px
}

.collections-search-main-content .search-results-card__qty-decrement {
	margin-right: 10px;
	margin-left: 0px !important;
	color: #3898b8;
	font-weight: bold;
	font-size: 17px;
	margin-top: 7px
}

	.collections-search-main-content .search-results-card__qty-decrement:hover {
		cursor: pointer;
		text-decoration: none
	}

.collections-search-main-content .search-results-card__qty-increment {
	margin-right: 25px;
	margin-left: 10px !important;
	color: #3898b8;
	font-weight: bold;
	font-size: 17px;
	margin-top: 7px
}

	.collections-search-main-content .search-results-card__qty-increment:hover {
		cursor: pointer;
		text-decoration: none
	}

.collections-search-main-content .wishlist-btn-german {
	margin-left: 0px !important;
	margin-top: 20px
}

.list-view-btn, .grid-view-btn {
	cursor: pointer
}

	.list-view-btn.active span, .grid-view-btn.active span {
		font-weight: 500
	}

	.list-view-btn.active .list-view-btn__icon path, .grid-view-btn.active .list-view-btn__icon path {
		fill: #e36500
	}

	.list-view-btn.active .grid-view-btn__icon path, .grid-view-btn.active .grid-view-btn__icon path {
		fill: #e36500
	}

	.list-view-btn span, .grid-view-btn span {
		display: none;
		font-size: 12px;
		transition: all .3s ease-in-out
	}

@media(min-width: 855px) {
	.list-view-btn span, .grid-view-btn span {
		display: inline-block
	}
}

.list-view-btn__icon, .grid-view-btn__icon {
	width: 28px;
	height: 28px
}

	.list-view-btn__icon path, .grid-view-btn__icon path {
		transition: all .3s ease-in-out;
		fill: #4d4d4f
	}

.view-layout-options {
	display: flex;
	position: absolute;
	right: 0
}

@media(min-width: 768px) {
	.view-layout-options {
		position: relative;
		right: auto;
		margin-left: auto
	}
}

.list-view-btn {
	margin-left: 1rem
}

@media(min-width: 768px) {
	.list-view-btn {
		margin-left: .5rem
	}
}

@media(min-width: 992px) {
	.list-view-btn {
		margin-left: 1rem
	}
}

.list-view-btn:hover .list-view-btn__icon path {
	fill: #e36500
}

.grid-view-btn {
	margin-left: 1rem
}

@media(min-width: 768px) {
	.grid-view-btn {
		margin-left: 1rem
	}
}

@media(min-width: 992px) {
	.grid-view-btn {
		margin-left: 1rem
	}
}

.grid-view-btn:hover .grid-view-btn__icon path {
	fill: #e36500
}

.refinement-pill {
	display: block;
	margin-bottom: .55rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	transition: all .2s ease-in-out;
	background-color: #fff;
	border: 1px solid #3898b8;
	border-radius: 25px;
	color: #3898b8;
	font-size: 12px;
	font-weight: 500;
	padding: .25rem 2rem .25rem .75rem;
	position: relative
}

	.refinement-pill.hidden {
		display: none
	}

	.refinement-pill.inactive {
		transform: scale(0)
	}

	.refinement-pill:hover {
		text-decoration: none
	}

		.refinement-pill:hover:before {
			transform: rotate(90deg)
		}

		.refinement-pill:hover:after {
			transform: rotate(-90deg)
		}

	.refinement-pill:before, .refinement-pill:after {
		content: " ";
		position: absolute;
		top: 7px;
		right: 15px;
		height: 10px;
		width: 1px;
		background-color: #3898b8;
		transition: all .2s ease-in-out
	}

	.refinement-pill:before {
		transform: rotate(45deg)
	}

	.refinement-pill:after {
		transform: rotate(-45deg)
	}

.clear-results-container {
	background-color: #fff;
	box-shadow: 10px 10px 40px 10px rgba(0,0,0,.05);
	position: fixed;
	bottom: 0;
	padding: 1rem;
	left: 0;
	width: 100%;
	opacity: 0;
	transform: translateY(100%);
	transition: all .3s ease-in-out .5s;
	z-index: 2;
	display: flex
}

@media(min-width: 768px) {
	.clear-results-container {
		display: none
	}
}

.clear-results-container.active {
	display: flex;
	opacity: 1;
	transform: translateY(0) !important
}

@media(min-width: 768px) {
	.clear-results-container.active {
		display: none
	}
}

.clear-results-container button {
	margin-left: auto
}

@media(min-width: 768px) {
	.clear-results-container button {
		display: none
	}
}

.clear-results-container button span {
	padding-left: .35rem
}

.clear-results {
	color: #3898b8;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	margin-top: .75rem;
	opacity: 0;
	transition: all .2s ease-in-out
}

.clear-results--mobile {
	opacity: 1
}

.clear-results.active {
	opacity: 1;
	transform: translateY(0) !important
}

.collections-accordion {
	padding-bottom: 3rem;
	display: none
}

	.collections-accordion.active {
		display: block
	}

@media(min-width: 768px) {
	.collections-accordion {
		margin-top: 2rem;
		padding-bottom: 5rem
	}
}

.collections-accordion h6 {
	margin: 0;
	text-transform: none
}

.collections-accordion__items-checked {
	background-color: #e36500;
	color: #fff;
	font-size: .9rem;
	font-weight: 500;
	width: 24px;
	height: 24px;
	text-align: center;
	margin-left: .5rem;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-bottom: .05rem
}

	.collections-accordion__items-checked.hidden {
		display: none
	}

@media(min-width: 768px) {
	.collections-accordion__items-checked {
		display: none
	}
}

.collections-accordion__accordion-container {
	padding: 1rem 0 .5rem
}

	.collections-accordion__accordion-container .accordion {
		max-height: 0;
		overflow: hidden;
		transition: max-height .3s ease-in-out
	}

	.collections-accordion__accordion-container.active {
		padding: 1rem 0 .5rem
	}

		.collections-accordion__accordion-container.active .collections-accordion__accordion-trigger {
			margin-bottom: 1.5rem
		}

			.collections-accordion__accordion-container.active .collections-accordion__accordion-trigger .collections-accordion__expand-icon span {
				background-color: #e36500
			}

				.collections-accordion__accordion-container.active .collections-accordion__accordion-trigger .collections-accordion__expand-icon span:nth-of-type(2) {
					transform: none
				}

		.collections-accordion__accordion-container.active .accordion {
			max-height: none;
			transition: max-height .3s ease-in-out
		}

.collections-accordion__accordion-trigger {
	display: flex;
	align-items: center;
	cursor: pointer;
	border-bottom: solid 2px #d4d4d4;
	padding-bottom: .5rem;
	transition: all .3s ease-in-out
}

	.collections-accordion__accordion-trigger h4 {
		font-size: 1rem;
		margin: 0 1rem .5rem 0
	}

@media(min-width: 768px) {
	.collections-accordion__accordion-trigger h4 {
		font-size: 24px
	}
}

.collections-accordion__expand-icon {
	position: relative;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-left: auto;
	box-shadow: 0px 0px 40px 5px rgba(0,0,0,.04);
	background-color: #fff;
	display: flex;
	justify-content: center;
	flex: 1 0 25px;
	max-width: 25px
}

@media(min-width: 768px) {
	.collections-accordion__expand-icon {
		width: 28px;
		height: 28px;
		flex: 1 0 28px;
		max-width: 28px
	}
}

.collections-accordion__expand-icon span {
	position: absolute;
	height: 2px;
	width: 12px;
	background-color: #4d4d4f;
	top: calc(50% - 0px);
	transition: all .3s ease-in-out
}

	.collections-accordion__expand-icon span:nth-of-type(2) {
		transform: rotate(90deg)
	}

.collections-accordion ul {
	padding: 0;
	list-style: none
}

	.collections-accordion ul li {
		margin-bottom: .75rem
	}

	.collections-accordion ul a {
		display: block;
		color: inherit
	}

		.collections-accordion ul a:hover {
			text-decoration: none
		}

.collections-accordion .form-group {
	margin-bottom: .5rem;
	box-shadow: none
}

.collections-accordion input, .collections-accordion label {
	cursor: pointer
}

.collections-tabs {
	display: flex;
	padding: 0;
	list-style: none;
	justify-content: center
}

@media(min-width: 768px) {
	.collections-tabs {
		justify-content: flex-start
	}
}

.collections-tabs__filter-header {
	display: flex;
	font-size: .9rem;
	margin-top: 1.5rem;
	padding-bottom: 1.25rem;
	flex-direction: column-reverse;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 1.5rem
}

@media(min-width: 768px) {
	.collections-tabs__filter-header {
		align-items: center;
		margin-top: 2.6rem;
		flex-direction: row
	}
}

.collections-tabs__items a {
	border-bottom: 4px solid #d4d4d4;
	color: #949494;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	padding: 0 .2rem .5rem;
	position: relative;
	transition: all .3s ease-out;
	display: flex;
	justify-content: content
}

@media(min-width: 768px) {
	.collections-tabs__items a {
		border-bottom: 3px solid #d4d4d4;
		font-size: 15px;
		line-height: 23px;
		padding: 0 .75rem .5rem
	}
}

@media(min-width: 992px) {
	.collections-tabs__items a {
		display: inline-block
	}
}

@media(min-width: 1200px) {
	.collections-tabs__items a {
		font-size: 18px;
		line-height: 26px;
		padding: 0 2rem .5rem
	}
}

.collections-tabs__items a:hover {
	text-decoration: none
}

.collections-tabs__items a:after {
	content: " ";
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #e36500;
	transform-origin: 0 50%;
	transition: all .3s ease-out;
	width: 0;
	height: 4px
}

@media(min-width: 768px) {
	.collections-tabs__items a:after {
		bottom: -3px;
		height: 3px
	}
}

.collections-tabs__items .show-mobile {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	width: 120px
}

@media(min-width: 768px) {
	.collections-tabs__items .show-mobile {
		display: none
	}
}

.collections-tabs__items .hide-mobile {
	display: none
}

@media(min-width: 768px) {
	.collections-tabs__items .hide-mobile {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		display: inline-block;
		width: 120px
	}
}

@media(min-width: 992px) {
	.collections-tabs__items .hide-mobile {
		text-overflow: inherit;
		overflow: inherit;
		white-space: inherit;
		width: auto
	}
}

@media(min-width: 768px) {
	.collections-tabs__items .number-count {
		margin-left: 10px
	}
}

.collections-tabs__items.active a {
	color: #333
}

	.collections-tabs__items.active a:after {
		width: 100%
	}

.collections-tabs__tab-panel-item {
	display: none;
	padding-bottom: 3rem
}

@media(min-width: 768px) {
	.collections-tabs__tab-panel-item {
		padding-bottom: 5rem
	}
}

.collections-tabs__tab-panel-item.active {
	display: block
}

.filter-btn {
	display: flex;
	justify-content: center;
	margin-top: 1.5rem
}

@media(min-width: 768px) {
	.filter-btn {
		display: none
	}
}

.filter-btn .filter-count {
	padding-left: .35rem
}

.product-sort {
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	margin-bottom: 2rem;
	min-width: 275px;
	background-color: #fff;
	box-shadow: 10px 10px 40px 10px rgba(0,0,0,.04);
	padding: 1.25rem 0 1rem;
	font-size: 1rem;
	width: 100%
}

@media(min-width: 576px) {
	.product-sort {
		width: auto
	}
}

@media(min-width: 768px) {
	.product-sort {
		box-shadow: none;
		background-color: rgba(0,0,0,0);
		align-items: flex-end;
		flex-direction: row;
		font-size: .9rem;
		margin-bottom: 0;
		margin-left: auto;
		min-width: 170px;
		padding: 0
	}
}

.product-sort__drop-down {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	padding: 0 .75rem
}

@media(min-width: 768px) {
	.product-sort__drop-down {
		padding: 0 .75rem
	}
}

.product-sort__drop-down.active .dropdown-icon {
	margin-top: -0.5rem
}

@media(min-width: 768px) {
	.product-sort__drop-down.active .dropdown-icon {
		margin-top: .25rem
	}
}

.product-sort__drop-down.active .dropdown-icon span {
	background-color: #e36500
}

	.product-sort__drop-down.active .dropdown-icon span:nth-child(1) {
		transform: rotateZ(-45deg) translateX(3px)
	}

@media(min-width: 768px) {
	.product-sort__drop-down.active .dropdown-icon span:nth-child(1) {
		transform: rotateZ(-45deg) translateX(2px)
	}
}

.product-sort__drop-down.active .dropdown-icon span:nth-child(2) {
	transform: rotateZ(45deg) translateX(-3px)
}

@media(min-width: 768px) {
	.product-sort__drop-down.active .dropdown-icon span:nth-child(2) {
		transform: rotateZ(45deg) translateX(-2px)
	}
}

.product-sort__selected-option {
	padding: 0 0 0 .5rem
}

.product-sort__options {
	background-color: #fff;
	display: none;
	cursor: pointer;
	position: absolute;
	padding: 0;
	list-style: none
}

	.product-sort__options.active {
		display: block;
		min-width: 275px;
		margin-top: .5rem;
		width: 100%;
		z-index: 1
	}

@media(min-width: 576px) {
	.product-sort__options.active {
		width: auto
	}
}

@media(min-width: 768px) {
	.product-sort__options.active {
		min-width: 170px;
		margin-top: 0
	}
}

.product-sort__option-item {
	padding: .5rem .75rem;
	border-bottom: 1px solid #d4d4d4;
	transition: .1s ease-in
}

	.product-sort__option-item:hover {
		color: #fff;
		background-color: #e36500;
		border-bottom: 1px solid #e36500
	}

.product-sort .dropdown-icon {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	height: 34px;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,.04);
	margin-top: -0.5rem;
	padding: 6px 6px
}

@media(min-width: 768px) {
	.product-sort .dropdown-icon {
		background-color: rgba(0,0,0,0);
		border-radius: none;
		height: auto;
		box-shadow: none;
		margin-top: 0;
		padding: 6px 8px
	}
}

.product-sort .dropdown-icon span {
	background-color: #333;
	height: 2px;
	width: 12px;
	transition: all .3s ease-out
}

@media(min-width: 768px) {
	.product-sort .dropdown-icon span {
		height: 1px;
		width: 8px
	}
}

.product-sort .dropdown-icon span:nth-child(1) {
	transform: rotateZ(45deg) translateX(3px)
}

.product-sort .dropdown-icon span:nth-child(2) {
	transform: rotateZ(-45deg) translateX(-3px)
}

@media(min-width: 768px) {
	.product-sort .dropdown-icon span:nth-child(1) {
		transform: rotateZ(45deg) translateX(2px)
	}

	.product-sort .dropdown-icon span:nth-child(2) {
		transform: rotateZ(-45deg) translateX(-2px)
	}
}

.product-sort__pfp-sort {
	display: inline-block;
	min-width: 50px;
	align-items: flex-start
}

.loadmore-results {
	display: flex;
	flex-direction: column;
	align-items: center;
	opacity: 1;
	margin: 0 auto;
	transition: all .3s ease-out .3s
}

	.loadmore-results .btn.hidden {
		opacity: 0;
		transform: scale(0)
	}

.loadmore-results__secondary-content {
	display: block;
	font-size: 14px;
	padding-top: 1rem
}

.component-create-account {
	display: none
}

@media(min-width: 768px) {
	.component-create-account {
		background-color: #003e51;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 40px 20px 42px;
		margin-bottom: 24px
	}
}

@media(min-width: 768px) {
	.component-create-account__left {
		padding-right: 2.5rem
	}
}

@media(min-width: 1075px) {
	.component-create-account__left {
		padding-right: 4.5rem
	}
}

@media(min-width: 768px) {
	.component-create-account__right {
		flex: 0 0 175px
	}
}

.component-create-account h3 {
	color: #fff;
	font-weight: 500
}

@media(min-width: 768px) {
	.component-create-account p {
		margin: 0
	}
}

.collections-resources-results {
	padding-bottom: 3rem
}

@media(min-width: 768px) {
	.collections-resources-results {
		padding-bottom: 5rem
	}
}

.collections-resources-results__items {
	display: flex;
	flex-wrap: wrap
}

.search-results-card {
	margin-bottom: 24px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	flex: 1 0 100%;
	transition: all .3s ease-out
}

	.search-results-card.hidden {
		display: none;
		visibility: hidden
	}

.search-results-card--full-width .search-results-card__main {
	flex: 0 1 100% !important
}

.search-results-card--full-width .search-results-card__top {
	display: none
}

	.search-results-card--full-width .search-results-card__top img {
		display: none
	}

.search-results-card:last-of-type .search-results-card__container {
	border-bottom: none
}

.search-results-card__container {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 2rem
}

	.search-results-card__container .file-size {
		font-size: 16px;
		font-weight: normal;
		line-height: 24px;
		text-transform: capitalize;
		margin-left: 28px
	}

@media(min-width: 768px) {
	.search-results-card__container {
		padding-bottom: 3rem
	}
}

.search-results-card__container.file-type .btn--tertiary {
	padding: 0;
	display: inline-block
}

	.search-results-card__container.file-type .btn--tertiary .download-icon {
		padding-right: 4px
	}

	.search-results-card__container.file-type .btn--tertiary:before {
		content: none
	}

	.search-results-card__container.file-type .btn--tertiary:after {
		content: none
	}

.search-results-card__content {
	display: flex;
	flex-direction: column-reverse
}

@media(min-width: 768px) {
	.search-results-card__content {
		flex-direction: row-reverse
	}
}

.search-results-card h3.h5 {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 24px
}

	.search-results-card h3.h5 .doc-icon {
		display: inline-block;
		margin-right: 15px
	}

.search-results-card__top {
	margin-bottom: 1rem
}

@media(min-width: 768px) {
	.search-results-card__top {
		flex: 1 0 142px;
		margin-bottom: 0;
		padding-left: .5rem;
		text-align: right
	}
}

@media(min-width: 850px) {
	.search-results-card__top {
		flex: 1 0 232px;
		margin-bottom: 0;
		padding-left: 2rem
	}
}

@media(min-width: 992px) {
	.search-results-card__top {
		flex: 1 0 313px;
		padding-left: 3rem
	}
}

.search-results-card__top img {
	max-width: 100%;
	width: 100%
}

@media(min-width: 768px) {
	.search-results-card__top img {
		max-height: 148px;
		width: auto
	}
}

@media(min-width: 768px) {
	.search-results-card__main {
		flex: 0 1 76%
	}
}

.search-results-card__main .notify-error {
	padding-bottom: 5px;
	margin-right: 28px
}

.search-results-card__price-container {
	display: flex;
	flex-direction: row;
	margin-bottom: 1em
}

@media(max-width: 767.98px) {
	.search-results-card__price-container {
		align-items: flex-start;
		flex-direction: column
	}
}

.search-results-card__price-container :nth-child(1n) {
	align-items: center
}

.search-results-card__price-container .src-total-price {
	line-height: 1.57;
	font-size: 14px;
	font-weight: 500;
	color: #4d4d4f;
	margin-right: 10px
}

.search-results-card__price-container .src-custom-price {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 1.63;
	margin-right: 1.5em
}

@media(max-width: 767.98px) {
	.search-results-card__price-container .src-custom-price {
		margin-right: 2.5em
	}
}

.search-results-card__price-container .src-listed-price {
	color: #949494;
	font-size: 14px;
	line-height: 1.57
}

	.search-results-card__price-container .src-listed-price span {
		text-decoration: line-through;
		margin-left: 10px
	}

.search-results-card .fx-row {
	display: flex
}

	.search-results-card .fx-row a {
		margin-left: 1.5em
	}

.search-results-card__qty-container {
	position: relative;
	display: flex;
	justify-content: flex-start;
	margin-right: 1.5em
}

	.search-results-card__qty-container label {
		margin-left: 16px;
		position: absolute;
		font-size: 12px;
		color: #4d4d4f;
		line-height: 1.67;
		font-weight: 500
	}

	.search-results-card__qty-container input {
		padding: 25px 12px 14px;
		width: 60px;
		height: 40px;
		box-shadow: 5px 5px 20px 0 rgba(0,0,0,.04);
		border: 1px solid #949494;
		background-color: #fff;
		text-align: center
	}

.search-results-card__pill-image-container {
	position: relative
}

.search-results-card__pill {
	display: inline-block;
	position: relative;
	background-color: #f8f8f8;
	border-radius: 5px;
	padding: 5px 16px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: .75rem
}

.search-results-card__pill--new {
	background-color: #dce8e1;
	color: #4f8e6b
}

.search-results-card__pill--out-of-stock {
	background-color: #fcc;
	color: red;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 27px;
	max-width: 130px;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	text-align: center
}

.search-results-card__pill--only-from {
	color: #3898b8;
	background-color: #e0f0f6;
	position: relative;
	padding-right: 40px
}

	.search-results-card__pill--only-from:after {
		background: url(../../../Images/ev-only-icon.png) no-repeat 0 0 rgba(0,0,0,0);
		background-size: 90% 90%;
		position: absolute;
		content: "";
		display: inline-block;
		height: 24px;
		width: 24px;
		margin-left: 10px;
		margin-top: -3px
	}

.search-results-card__stats {
	margin: 0 0 24px;
	padding: 0
}

	.search-results-card__stats li {
		list-style: none;
		margin-bottom: 8px
	}

		.search-results-card__stats li:last-child {
			margin-bottom: 0
		}

		.search-results-card__stats li span {
			font-weight: 500;
			margin-right: 10px
		}

.search-results-card__price {
	font-weight: 500;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #333;
	margin-bottom: 16px
}

.collections-resources-results_items--grid-view {
	display: flex;
	flex-wrap: wrap
}

	.collections-resources-results_items--grid-view > .jsProducts {
		display: flex;
		flex-wrap: wrap
	}

	.collections-resources-results_items--grid-view .search-results-card {
		display: flex;
		flex: 1 0 100%;
		max-width: 100%
	}

@media(min-width: 850px) {
	.collections-resources-results_items--grid-view .search-results-card {
		flex: 1 0 50%;
		max-width: 50%;
		padding-left: 12px !important;
		padding-right: 12px !important
	}
}

@media(min-width: 1200px) {
	.collections-resources-results_items--grid-view .search-results-card {
		flex: 1 0 33.3333%;
		max-width: 33.3333%
	}
}

.collections-resources-results_items--grid-view .search-results-card:last-of-type .search-results-card__container {
	border-bottom: 1px solid #d4d4d4
}

.collections-resources-results_items--grid-view .search-results-card__container {
	border: 1px solid #d4d4d4;
	border-radius: 0 0 25px 25px;
	box-shadow: 5px 5px 40px 6px rgba(0,0,0,.04);
	padding-bottom: 2rem;
	width: 100%
}

.collections-resources-results_items--grid-view .search-results-card .search-results-card__content {
	display: flex;
	flex-direction: column;
	padding-bottom: 0
}

@media(min-width: 768px) {
	.collections-resources-results_items--grid-view .search-results-card .search-results-card__content {
		flex-direction: column
	}
}

.collections-resources-results_items--grid-view .search-results-card .search-results-card__top {
	flex: 0;
	padding-left: 0;
	margin-bottom: 0;
	text-align: center
}

.collections-resources-results_items--grid-view .search-results-card .search-results-card__main {
	padding: 0 24px 0;
	flex: 0
}

	.collections-resources-results_items--grid-view .search-results-card .search-results-card__main .search-results-card__pill {
		top: -15px
	}

.collections-resources-results_items--grid-view .search-results-card .btn {
	margin-left: 24px
}

.collections-resources-results_items--grid-view .search-results-card--no-image .search-results-card__top {
	display: none
}

.collections-resources-results_items--grid-view .search-results-card--no-image .search-results-card__main {
	padding: 24px 24px 0
}

	.collections-resources-results_items--grid-view .search-results-card--no-image .search-results-card__main .search-results-card__pill {
		top: 0
	}

	.collections-resources-results_items--grid-view .search-results-card--no-image .search-results-card__main h3.h5 {
		margin-bottom: 16px
	}

	.collections-resources-results_items--grid-view .search-results-card--no-image .search-results-card__main p {
		font-size: 14px;
		display: block
	}

.resource-category {
	display: none
}

@media(min-width: 768px) {
	.resource-category {
		display: block;
		border-bottom: 1px solid #d4d4d4;
		margin-bottom: 1.5rem;
		padding-bottom: 2rem
	}
}

.resource-category__list {
	list-style: none;
	margin-bottom: .75rem;
	padding: 0
}

.resource-category__item {
	padding-bottom: .15rem
}

	.resource-category__item a {
		color: #333
	}

	.resource-category__item.active a {
		color: #003e51;
		font-weight: 500
	}

	.resource-category__item.inactive {
		display: none
	}

.resource-category .show-resource-category {
	color: #3898b8;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500
}

	.resource-category .show-resource-category.inactive {
		display: none
	}

.search-results-card--no-image .search-results-card__main {
	flex: auto
}

.callout-background-noimage {
	background-color: #3898b8
}

@media(min-width: 768px) {
	.callout-background-noimage {
		background: url("../../../Images/callout-bg-noimage-wave-vector-alt.svg") no-repeat center #3898b8;
		background-size: cover;
		background-position-y: 2rem
	}
}

.callout-background-noimage .callout-bg-noimage-water-droplet {
	display: none
}

.callout-background-noimage h2, .callout-background-noimage p {
	color: #fff
}

.callout-background-noimage h2 {
	margin-top: 48px
}

.callout-background-noimage p {
	max-width: 750px;
	margin: 25px auto
}

.callout-background-noimage .btn {
	margin-bottom: 48px
}

.callout-background-noimage--white {
	background: none;
	background-color: none
}

	.callout-background-noimage--white h2, .callout-background-noimage--white p {
		color: #4d4d4f
	}

	.callout-background-noimage--white .callout-bg-noimage-water-droplet {
		display: none
	}

.callout-background-noimage--icon-light {
	background-color: #3898b8
}

@media(min-width: 768px) {
	.callout-background-noimage--icon-light {
		background: url("../../../Images/callout-bg-noimage-wave-vector.svg") no-repeat center bottom #3898b8;
		background-size: contain
	}
}

@media(min-width: 1350px) {
	.callout-background-noimage--icon-light {
		background-position-y: 13rem
	}
}

.callout-background-noimage--icon-light .callout-bg-noimage-water-droplet {
	display: block;
	margin: 0 auto;
	margin-top: 48px
}

.callout-background-noimage--icon-light h2 {
	margin-top: 20px
}

.callout-background-noimage--icon-dark {
	background-color: #003e51
}

@media(min-width: 768px) {
	.callout-background-noimage--icon-dark {
		background: url("../../../Images/callout-bg-noimage-wave-vector.svg") no-repeat center bottom #003e51;
		background-size: contain
	}
}

@media(min-width: 1350px) {
	.callout-background-noimage--icon-dark {
		background-position-y: 13rem
	}
}

.callout-background-noimage--icon-dark .callout-bg-noimage-water-droplet {
	display: block;
	margin: 0 auto;
	margin-top: 48px
}

	.callout-background-noimage--icon-dark .callout-bg-noimage-water-droplet .water-drop-fill {
		fill: #135a75
	}

.callout-background-noimage--icon-dark h2 {
	margin-top: 20px
}

.callout-background-noimage--icon-dark .btn--secondary {
	border: none
}

.callout-background-noimage + .component-faqs {
	margin-top: 48px;
	padding-bottom: 0
}

@media(min-width: 992px) {
	.callout-three-cards-image--six-cards .callout-three-cards-image__top {
		height: 350px
	}
}

.callout-three-cards-image--six-cards .callout-three-cards-image__heading {
	display: block;
	padding: 2rem 1rem 5rem;
	text-align: center
}

@media(min-width: 992px) {
	.callout-three-cards-image--six-cards .callout-three-cards-image__heading {
		padding: 3rem 0 0 0
	}
}

.callout-three-cards-image--six-cards .callout-three-cards-image__heading h2 {
	margin: 0
}

@media(min-width: 768px) {
	.callout-three-cards-image--six-cards .callout-three-cards-image__bottom {
		background-color: #0a3d50
	}
}

@media(min-width: 992px) {
	.callout-three-cards-image--six-cards .callout-three-cards-image__bottom {
		height: 675px
	}
}

@media(min-width: 1180px) {
	.callout-three-cards-image--six-cards .callout-three-cards-image__bottom {
		height: 600px
	}
}

.callout-three-cards-image--six-cards .callout-three-cards-image__bottom img {
	display: none
}

.callout-three-cards-image--six-cards .callout-three-cards-image__bottom .container {
	transform: translateY(-45px)
}

@media(min-width: 992px) {
	.callout-three-cards-image--six-cards .callout-three-cards-image__bottom .container {
		transform: translateY(-35%)
	}
}

@media(min-width: 992px) {
	.callout-three-cards-image__top {
		height: 290px
	}
}

.callout-three-cards-image__heading {
	display: none
}

.callout-three-cards-image__card-container.row {
	padding: 0
}

@media(min-width: 992px) {
	.callout-three-cards-image__card-container.row {
		padding: 0 0 2rem 0
	}
}

.callout-three-cards-image__card-items {
	display: flex;
	flex-direction: column;
	padding: 0 0 1.5rem
}

@media(min-width: 992px) {
	.callout-three-cards-image__card-items {
		padding-left: 12px;
		padding-right: 12px
	}

		.callout-three-cards-image__card-items:first-of-type {
			padding-left: 0
		}

		.callout-three-cards-image__card-items:last-of-type {
			padding-right: 0
		}
}

.callout-three-cards-image__card-item {
	background-color: #fff;
	box-shadow: 10px 10px 40px 10px rgba(0,0,0,.05);
	border-radius: 0 0 25px 25px;
	padding: 65px 26px;
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center
}

	.callout-three-cards-image__card-item h2 {
		margin-bottom: 1.5rem
	}

.callout-three-cards-image p {
	font-size: 18px
}

.callout-three-cards-image__bottom {
	position: relative;
	display: flex;
	flex-direction: column-reverse
}

@media(min-width: 992px) {
	.callout-three-cards-image__bottom {
		flex-direction: column
	}
}

.callout-three-cards-image__bottom img {
	width: 100%
}

.callout-three-cards-image__bottom .container {
	transform: translateY(45px)
}

@media(min-width: 992px) {
	.callout-three-cards-image__bottom .container {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		justify-content: center;
		transform: translateY(-220px)
	}
}

.header-simple__bottom {
	background-color: #fff;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.09)
}

	.header-simple__bottom .container {
		padding: 0;
		position: relative
	}

@media(min-width: 768px) {
	.header-simple__bottom .container {
		padding: 0 0 0 32px
	}
}

@media(min-width: 992px) {
	.header-simple__bottom .container {
		padding: 0 32px
	}
}

@media screen and (min-width: 1280px) {
	.header-simple__bottom .container {
		padding: 0 76px
	}
}

.header-simple__main-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 64px
}

@media(min-width: 992px) {
	.header-simple__main-container {
		height: 80px
	}
}

.header-simple__logo {
	margin-left: 1rem
}

@media(min-width: 992px) {
	.header-simple__logo {
		margin-left: 0
	}
}

.header-simple__logo a {
	display: block
}

.header-simple__logo img {
	width: 100%;
	max-width: 155px
}

@media(min-width: 1135px) {
	.header-simple__logo img {
		max-width: 185px
	}
}

.header-simple__left-container {
	display: none;
	align-items: unset
}

@media(min-width: 768px) {
	.header-simple__left-container {
		display: flex;
		align-items: center
	}
}

.header-simple__vertical-line {
	border-left: 2px solid #d4d4d4;
	height: 45px;
	margin-left: 2rem;
	margin-right: 2rem
}

.header-simple__section-title {
	margin: 0
}

.header-simple__cta-link-lg {
	display: none
}

@media(min-width: 768px) {
	.header-simple__cta-link-lg {
		display: block
	}
}

.header-simple__cta-link-lg a {
	font-weight: 600
}

.header-simple__cta-link-sm {
	margin-right: 1rem;
	display: block
}

@media(min-width: 768px) {
	.header-simple__cta-link-sm {
		display: none;
		margin-right: unset
	}
}

.header-simple__cta-link-sm a {
	font-weight: 600
}

.checkout footer {
	width: 100%;
	height: 70px
}

@media(min-width: 768px) {
	.checkout footer {
		width: 100%;
		height: 70px
	}
}

.footer-simple .footer-utility-container {
	padding: 21px 0px
}

@media(min-width: 768px) {
	.footer-simple .footer-utility-container {
		padding: 21px 0px;
		display: flex;
		justify-content: space-between;
		align-items: baseline
	}
}

.footer-simple .footer-row-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline
}

@media(min-width: 768px) {
	.footer-simple .footer-row-container {
		justify-content: unset;
		align-items: baseline
	}
}

.footer-simple .footer-utility {
	text-align: left
}

	.footer-simple .footer-utility span {
		display: block;
		text-align: center;
		margin-bottom: 15px;
		font-size: 14px
	}

@media(min-width: 768px) {
	.footer-simple .footer-utility span {
		display: inline-block;
		text-align: left;
		margin-right: 32px;
		margin-bottom: 0
	}
}

.footer-simple .footer-utility ul {
	display: block;
	text-align: center
}

@media(min-width: 768px) {
	.footer-simple .footer-utility ul {
		display: inline;
		text-align: left
	}
}

.footer-simple .footer-utility li {
	display: inline;
	margin-right: 10px
}

	.footer-simple .footer-utility li:after {
		content: "|";
		margin-left: 10px
	}

	.footer-simple .footer-utility li:last-child {
		margin-right: 0
	}

		.footer-simple .footer-utility li:last-child:after {
			display: none
		}

.footer-simple .footer-social {
	text-align: center;
	margin-top: 1rem;
	white-space: nowrap
}

@media(min-width: 768px) {
	.footer-simple .footer-social {
		text-align: left;
		margin-top: 0
	}
}

.footer-simple .footer-social li {
	display: inline-block;
	margin-right: 10px
}

	.footer-simple .footer-social li:last-child {
		margin-right: 0
	}

	.footer-simple .footer-social li:after {
		content: unset
	}

@media(min-width: 768px) {
	.footer-simple .footer-social li {
		margin-right: 10px
	}
}

.footer-simple .footer-social a {
	background-color: #003e51;
	border-radius: 100%;
	display: inline-block
}

	.footer-simple .footer-social a svg {
		margin-top: -2px
	}

	.footer-simple .footer-social a:hover {
		background-color: #3898b8
	}
