.hamburger {
	padding: 0;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
	margin: 14px 0px 0px 0px
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	border-radius: 3px;
	background-color: #f26a35;
	position: absolute;
	transition-property: -webkit-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner::after,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after {
	background: #bf473b
}

.black .hamburger:hover .hamburger-inner,
.black .hamburger:hover .hamburger-inner::before,
.black .hamburger:hover .hamburger-inner::after,
.black .hamburger.is-active .hamburger-inner,
.black .hamburger.is-active .hamburger-inner::after {
	background: #bf473b
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block
}

.hamburger-inner::before {
	top: -10px
}

.hamburger-inner::after {
	bottom: -10px
}

.hamburger--3dx .hamburger-box {
	-webkit-perspective: 80px;
	perspective: 80px
}

.hamburger--3dx .hamburger-inner {
	transition: background-color 0s 0.1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0.2s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: background-color 0s 0.1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0.2s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0.2s cubic-bezier(.645, .045, .355, 1), background-color 0s 0.1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0.2s cubic-bezier(.645, .045, .355, 1), background-color 0s 0.1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0.2s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
	transition: -webkit-transform 0s 0.1s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s 0.1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s 0.1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s 0.1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
	-webkit-perspective: 80px;
	perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
	transition: background-color 0s 0.1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0.2s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: background-color 0s 0.1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0.2s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0.2s cubic-bezier(.645, .045, .355, 1), background-color 0s 0.1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0.2s cubic-bezier(.645, .045, .355, 1), background-color 0s 0.1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0.2s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
	transition: -webkit-transform 0s 0.1s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s 0.1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s 0.1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s 0.1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
	-webkit-perspective: 80px;
	perspective: 80px
}

.hamburger--3dy .hamburger-inner {
	transition: background-color 0s 0.1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0.2s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: background-color 0s 0.1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0.2s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0.2s cubic-bezier(.645, .045, .355, 1), background-color 0s 0.1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0.2s cubic-bezier(.645, .045, .355, 1), background-color 0s 0.1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0.2s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
	transition: -webkit-transform 0s 0.1s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s 0.1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s 0.1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s 0.1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
	-webkit-perspective: 80px;
	perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
	transition: background-color 0s 0.1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0.2s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: background-color 0s 0.1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0.2s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0.2s cubic-bezier(.645, .045, .355, 1), background-color 0s 0.1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0.2s cubic-bezier(.645, .045, .355, 1), background-color 0s 0.1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0.2s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
	transition: -webkit-transform 0s 0.1s cubic-bezier(.645, .045, .355, 1);
	-webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s 0.1s cubic-bezier(.645, .045, .355, 1);
	transition: transform 0s 0.1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s 0.1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1);
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrow.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1);
	transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
	-webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1);
	transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1);
	transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1)
}

.hamburger--arrowalt .hamburger-inner::before {
	transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(.165, .84, .44, 1);
	-webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(.165, .84, .44, 1);
	transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(.165, .84, .44, 1);
	transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(.165, .84, .44, 1), -webkit-transform 0.15s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner::after {
	transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(.165, .84, .44, 1);
	-webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(.165, .84, .44, 1);
	transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(.165, .84, .44, 1);
	transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(.165, .84, .44, 1), -webkit-transform 0.15s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(.7, 1);
	transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(.7, 1);
	transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22);
	-webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22);
	transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22);
	transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22), -webkit-transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(.7, 1);
	transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(.7, 1);
	transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22);
	-webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22);
	transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22);
	transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22), -webkit-transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r .hamburger-inner::before {
	transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(.165, .84, .44, 1);
	-webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(.165, .84, .44, 1);
	transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(.165, .84, .44, 1);
	transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(.165, .84, .44, 1), -webkit-transform 0.15s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner::after {
	transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(.165, .84, .44, 1);
	-webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(.165, .84, .44, 1);
	transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(.165, .84, .44, 1);
	transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(.165, .84, .44, 1), -webkit-transform 0.15s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(.7, 1);
	transform: translate3d(8px, -10px, 0) rotate(45deg) scale(.7, 1);
	transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22);
	-webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22);
	transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22);
	transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22), -webkit-transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(.7, 1);
	transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(.7, 1);
	transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22);
	-webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22);
	transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22);
	transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22), -webkit-transform 0.15s 0.1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
	-webkit-transition-property: none;
	transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0
}

.hamburger--boring.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
	top: -20px;
	-webkit-transition: top 0.3s 0.3s cubic-bezier(.33333, .66667, .66667, 1), opacity 0.1s linear;
	transition: top 0.3s 0.3s cubic-bezier(.33333, .66667, .66667, 1), opacity 0.1s linear
}

.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform 0.15s cubic-bezier(.55, .055, .675, .19);
	-webkit-transition: top 0.12s 0.3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform 0.15s cubic-bezier(.55, .055, .675, .19);
	transition: top 0.12s 0.3s cubic-bezier(.33333, .66667, .66667, 1), transform 0.15s cubic-bezier(.55, .055, .675, .19);
	transition: top 0.12s 0.3s cubic-bezier(.33333, .66667, .66667, 1), transform 0.15s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	-webkit-transition-delay: 0.32s;
	transition-delay: 0.32s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.3s cubic-bezier(.33333, 0, .66667, .33333), opacity 0.1s 0.27s linear;
	transition: top 0.3s cubic-bezier(.33333, 0, .66667, .33333), opacity 0.1s 0.27s linear
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: top 0.12s 0.18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.15s 0.42s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: top 0.12s 0.18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.15s 0.42s cubic-bezier(.215, .61, .355, 1);
	transition: top 0.12s 0.18s cubic-bezier(.33333, 0, .66667, .33333), transform 0.15s 0.42s cubic-bezier(.215, .61, .355, 1);
	transition: top 0.12s 0.18s cubic-bezier(.33333, 0, .66667, .33333), transform 0.15s 0.42s cubic-bezier(.215, .61, .355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r .hamburger-inner::after {
	top: -20px;
	-webkit-transition: top 0.3s 0.3s cubic-bezier(.33333, .66667, .66667, 1), opacity 0.1s linear;
	transition: top 0.3s 0.3s cubic-bezier(.33333, .66667, .66667, 1), opacity 0.1s linear
}

.hamburger--collapse-r .hamburger-inner::before {
	transition: top 0.12s 0.3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform 0.15s cubic-bezier(.55, .055, .675, .19);
	-webkit-transition: top 0.12s 0.3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform 0.15s cubic-bezier(.55, .055, .675, .19);
	transition: top 0.12s 0.3s cubic-bezier(.33333, .66667, .66667, 1), transform 0.15s cubic-bezier(.55, .055, .675, .19);
	transition: top 0.12s 0.3s cubic-bezier(.33333, .66667, .66667, 1), transform 0.15s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
	transform: translate3d(0, -10px, 0) rotate(45deg);
	-webkit-transition-delay: 0.32s;
	transition-delay: 0.32s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.3s cubic-bezier(.33333, 0, .66667, .33333), opacity 0.1s 0.27s linear;
	transition: top 0.3s cubic-bezier(.33333, 0, .66667, .33333), opacity 0.1s 0.27s linear
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: top 0.12s 0.18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.15s 0.42s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: top 0.12s 0.18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.15s 0.42s cubic-bezier(.215, .61, .355, 1);
	transition: top 0.12s 0.18s cubic-bezier(.33333, 0, .66667, .33333), transform 0.15s 0.42s cubic-bezier(.215, .61, .355, 1);
	transition: top 0.12s 0.18s cubic-bezier(.33333, 0, .66667, .33333), transform 0.15s 0.42s cubic-bezier(.215, .61, .355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--elastic .hamburger-inner {
	top: 2px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic .hamburger-inner::before {
	top: 10px;
	-webkit-transition: opacity 0.15s 0.4s ease;
	transition: opacity 0.15s 0.4s ease
}

.hamburger--elastic .hamburger-inner::after {
	top: 20px;
	transition: -webkit-transform 0.4s cubic-bezier(.68, -.55, .265, 1.55);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(.68, -.55, .265, 1.55);
	transition: transform 0.4s cubic-bezier(.68, -.55, .265, 1.55);
	transition: transform 0.4s cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 0.4s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
	transform: translate3d(0, 10px, 0) rotate(135deg);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s
}

.hamburger--elastic.is-active .hamburger-inner::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
	transform: translate3d(0, -20px, 0) rotate(-270deg);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s
}

.hamburger--elastic-r .hamburger-inner {
	top: 2px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r .hamburger-inner::before {
	top: 10px;
	-webkit-transition: opacity 0.15s 0.4s ease;
	transition: opacity 0.15s 0.4s ease
}

.hamburger--elastic-r .hamburger-inner::after {
	top: 20px;
	transition: -webkit-transform 0.4s cubic-bezier(.68, -.55, .265, 1.55);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(.68, -.55, .265, 1.55);
	transition: transform 0.4s cubic-bezier(.68, -.55, .265, 1.55);
	transition: transform 0.4s cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform 0.4s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
	transform: translate3d(0, 10px, 0) rotate(-135deg);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
	transform: translate3d(0, -20px, 0) rotate(270deg);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s
}

.hamburger--emphatic {
	overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
	-webkit-transition: background-color 0.2s 0.25s ease-in;
	transition: background-color 0.2s 0.25s ease-in
}

.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(.6, .04, .98, .335);
	-webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(.6, .04, .98, .335);
	transition: transform 0.2s cubic-bezier(.6, .04, .98, .335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(.6, .04, .98, .335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(.6, .04, .98, .335);
	-webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(.6, .04, .98, .335);
	transition: transform 0.2s cubic-bezier(.6, .04, .98, .335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(.6, .04, .98, .335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic.is-active .hamburger-inner {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-color: transparent
}

.hamburger--emphatic.is-active .hamburger-inner::before {
	left: -80px;
	top: -80px;
	-webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
	transform: translate3d(80px, 80px, 0) rotate(45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic.is-active .hamburger-inner::after {
	right: -80px;
	top: -80px;
	-webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r {
	overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
	-webkit-transition: background-color 0.2s 0.25s ease-in;
	transition: background-color 0.2s 0.25s ease-in
}

.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(.6, .04, .98, .335);
	-webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(.6, .04, .98, .335);
	transition: transform 0.2s cubic-bezier(.6, .04, .98, .335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(.6, .04, .98, .335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(.6, .04, .98, .335);
	-webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(.6, .04, .98, .335);
	transition: transform 0.2s cubic-bezier(.6, .04, .98, .335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(.6, .04, .98, .335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(.6, .04, .98, .335)
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-color: transparent
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -80px;
	top: 80px;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(.075, .82, .165, 1)
}

.hamburger--slider .hamburger-inner {
	top: 2px
}

.hamburger--slider .hamburger-inner::before {
	top: 10px;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

.hamburger--slider .hamburger-inner::after {
	top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
	-webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
	transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
	top: 2px
}

.hamburger--slider-r .hamburger-inner::before {
	top: 10px;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s
}

.hamburger--slider-r .hamburger-inner::after {
	top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
	transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner::before {
	-webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
	transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spring .hamburger-inner {
	top: 2px;
	-webkit-transition: background-color 0s 0.15s linear;
	transition: background-color 0s 0.15s linear
}

.hamburger--spring .hamburger-inner::before {
	top: 10px;
	transition: top 0.12s 0.3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform 0.15s cubic-bezier(.55, .055, .675, .19);
	-webkit-transition: top 0.12s 0.3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform 0.15s cubic-bezier(.55, .055, .675, .19);
	transition: top 0.12s 0.3s cubic-bezier(.33333, .66667, .66667, 1), transform 0.15s cubic-bezier(.55, .055, .675, .19);
	transition: top 0.12s 0.3s cubic-bezier(.33333, .66667, .66667, 1), transform 0.15s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner::after {
	top: 20px;
	transition: top 0.3s 0.3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform 0.15s cubic-bezier(.55, .055, .675, .19);
	-webkit-transition: top 0.3s 0.3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform 0.15s cubic-bezier(.55, .055, .675, .19);
	transition: top 0.3s 0.3s cubic-bezier(.33333, .66667, .66667, 1), transform 0.15s cubic-bezier(.55, .055, .675, .19);
	transition: top 0.3s 0.3s cubic-bezier(.33333, .66667, .66667, 1), transform 0.15s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
	-webkit-transition-delay: 0.32s;
	transition-delay: 0.32s;
	background-color: transparent
}

.hamburger--spring.is-active .hamburger-inner::before {
	top: 0;
	transition: top 0.12s 0.18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.15s 0.32s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: top 0.12s 0.18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.15s 0.32s cubic-bezier(.215, .61, .355, 1);
	transition: top 0.12s 0.18s cubic-bezier(.33333, 0, .66667, .33333), transform 0.15s 0.32s cubic-bezier(.215, .61, .355, 1);
	transition: top 0.12s 0.18s cubic-bezier(.33333, 0, .66667, .33333), transform 0.15s 0.32s cubic-bezier(.215, .61, .355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner::after {
	top: 0;
	transition: top 0.3s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.15s 0.32s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: top 0.3s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.15s 0.32s cubic-bezier(.215, .61, .355, 1);
	transition: top 0.3s cubic-bezier(.33333, 0, .66667, .33333), transform 0.15s 0.32s cubic-bezier(.215, .61, .355, 1);
	transition: top 0.3s cubic-bezier(.33333, 0, .66667, .33333), transform 0.15s 0.32s cubic-bezier(.215, .61, .355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
	transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r .hamburger-inner::after {
	top: -20px;
	-webkit-transition: top 0.3s 0.3s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear;
	transition: top 0.3s 0.3s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear
}

.hamburger--spring-r .hamburger-inner::before {
	transition: top 0.12s 0.3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform 0.15s cubic-bezier(.55, .055, .675, .19);
	-webkit-transition: top 0.12s 0.3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform 0.15s cubic-bezier(.55, .055, .675, .19);
	transition: top 0.12s 0.3s cubic-bezier(.33333, .66667, .66667, 1), transform 0.15s cubic-bezier(.55, .055, .675, .19);
	transition: top 0.12s 0.3s cubic-bezier(.33333, .66667, .66667, 1), transform 0.15s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	-webkit-transition-delay: 0.32s;
	transition-delay: 0.32s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.3s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s 0.32s linear;
	transition: top 0.3s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s 0.32s linear
}

.hamburger--spring-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: top 0.12s 0.18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.15s 0.32s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: top 0.12s 0.18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.15s 0.32s cubic-bezier(.215, .61, .355, 1);
	transition: top 0.12s 0.18s cubic-bezier(.33333, 0, .66667, .33333), transform 0.15s 0.32s cubic-bezier(.215, .61, .355, 1);
	transition: top 0.12s 0.18s cubic-bezier(.33333, 0, .66667, .33333), transform 0.15s 0.32s cubic-bezier(.215, .61, .355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand .hamburger-inner {
	transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(.55, .055, .675, .19);
	-webkit-transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(.55, .055, .675, .19);
	transition: transform 0.1s 0.22s cubic-bezier(.55, .055, .675, .19), background-color 0s 0.1s linear;
	transition: transform 0.1s 0.22s cubic-bezier(.55, .055, .675, .19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand .hamburger-inner::before {
	transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(.55, .055, .675, .19);
	-webkit-transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(.55, .055, .675, .19);
	transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(.55, .055, .675, .19);
	transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.1s 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand .hamburger-inner::after {
	transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(.55, .055, .675, .19);
	-webkit-transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(.55, .055, .675, .19);
	transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(.55, .055, .675, .19);
	transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.1s 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand.is-active .hamburger-inner {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: transparent;
	transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(.215, .61, .355, 1);
	transition: transform 0.1s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s 0.22s linear;
	transition: transform 0.1s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1);
	transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1);
	transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r .hamburger-inner {
	transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(.55, .055, .675, .19);
	-webkit-transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(.55, .055, .675, .19);
	transition: transform 0.1s 0.22s cubic-bezier(.55, .055, .675, .19), background-color 0s 0.1s linear;
	transition: transform 0.1s 0.22s cubic-bezier(.55, .055, .675, .19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r .hamburger-inner::before {
	transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(.55, .055, .675, .19);
	-webkit-transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(.55, .055, .675, .19);
	transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(.55, .055, .675, .19);
	transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.1s 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r .hamburger-inner::after {
	transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(.55, .055, .675, .19);
	-webkit-transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(.55, .055, .675, .19);
	transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(.55, .055, .675, .19);
	transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.1s 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r.is-active .hamburger-inner {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background-color: transparent;
	transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(.215, .61, .355, 1);
	transition: transform 0.1s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s 0.22s linear;
	transition: transform 0.1s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r.is-active .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1);
	transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1);
	transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin .hamburger-inner {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in
}

.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(.55, .055, .675, .19);
	-webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(.55, .055, .675, .19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(.55, .055, .675, .19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.3s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition-delay: 0.14s;
	transition-delay: 0.14s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(.215, .61, .355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r .hamburger-inner {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in
}

.hamburger--spin-r .hamburger-inner::after {
	transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(.55, .055, .675, .19);
	-webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(.55, .055, .675, .19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(.55, .055, .675, .19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.3s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	-webkit-transition-delay: 0.14s;
	transition-delay: 0.14s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out
}

.hamburger--spin-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(.215, .61, .355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze .hamburger-inner {
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
	transition: top 0.1s 0.14s ease, opacity 0.1s ease
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(.55, .055, .675, .19);
	-webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(.55, .055, .675, .19);
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(.55, .055, .675, .19);
	transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.1s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0.14s;
	transition-delay: 0.14s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
	transition: top 0.1s ease, opacity 0.1s 0.14s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(.215, .61, .355, 1);
	-webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(.215, .61, .355, 1);
	transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(.215, .61, .355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--vortex .hamburger-inner {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner::before {
	-webkit-transition-property: top, opacity;
	transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner::after {
	transition-property: bottom, -webkit-transform;
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex.is-active .hamburger-inner {
	-webkit-transform: rotate(765deg);
	transform: rotate(765deg);
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner::before {
	-webkit-transition-property: top, opacity;
	transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner::after {
	transition-property: bottom, -webkit-transform;
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
	-webkit-transform: rotate(-765deg);
	transform: rotate(-765deg);
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
	margin: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mm-btn,
.mm-menu {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
	text-decoration: none
}

.mm-hidden {
	display: none!important
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative
}

.mm-menu {
	display: block;
	padding: 0;
	position: absolute
}

.mm-panels,
.mm-panels>.mm-panel {
	background: inherit;
	border-color: inherit;
	position: absolute
}

.mm-btn,
.mm-panel.mm-highest {
	z-index: 1
}

.mm-panels {
	overflow: hidden
}

.mm-panel {
	transition: -webkit-transform .4s ease;
	-webkit-transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

.mm-panels>.mm-panel {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px
}

.mm-listview .mm-divider,
.mm-listview>li>a,
.mm-listview>li>span,
.mm-navbar .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.mm-panels>.mm-panel.mm-hasnavbar {
	padding-top: 40px
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
	content: '';
	display: block;
	height: 20px
}

.mm-vertical .mm-panel {
	-webkit-transform: none!important;
	transform: none!important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
	display: none;
	padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
	border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
	display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
	height: 40px;
	bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
	top: 16px;
	bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 19px
}

.mm-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
	border-right: none;
	border-bottom: none;
	right: 18px
}

.mm-clear:after,
.mm-close:after {
	border-left: none;
	border-top: none;
	right: 25px
}

.mm-arrow:after,
.mm-next:after,
.mm-prev:before {
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mm-prev:before {
	border-right: none;
	border-bottom: none;
	left: 23px
}

.mm-arrow:after,
.mm-next:after {
	border-top: none;
	border-left: none;
	right: 23px
}

.mm-navbar {
	border-bottom: 1px solid;
	border-color: #fff;
	text-align: center;
	line-height: 20px;
	height: 40px;
	padding: 0 40px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.mm-navbar>* {
	display: block;
	padding: 10px 0
}

.mm-navbar .mm-btn:first-child {
	padding-left: 20px;
	left: 0
}

.mm-navbar .mm-btn:last-child {
	text-align: right;
	padding-right: 20px;
	right: 0
}

.mm-panel .mm-navbar {
	display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
	display: block
}

.mm-listview,
.mm-listview>li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0
}

.mm-listview {
	font: inherit;
	font-size: 14px;
	line-height: 20px
}

.mm-listview>li {
	position: relative;
	text-align: left
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
	border-color: #fff
}

.mm-listview>li>a,
.mm-listview>li>span {
	text-transform: capitalize;
	color: #fff;
	display: block;
	padding: 1rem 1rem 1rem 2rem;
	margin: 0
}

.mm-listview>li>a.mm-arrow,
.mm-listview>li>span.mm-arrow {
	padding-right: 50px
}

.mm-listview>li:not(.mm-divider):after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #fff;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0
}

.mm-listview .mm-next {
	background: rgba(3, 2, 1, 0);
	width: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2
}

.mm-listview .mm-next:before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
	margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
	width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
	padding-right: 50px;
	margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
	margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
	margin-top: -20px
}

.mm-listview .mm-inset {
	list-style: disc inside;
	padding: 0 10px 15px 40px;
	margin: 0
}

.mm-listview .mm-inset>li {
	padding: 5px 0
}

.mm-listview .mm-divider {
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px
}

.mm-listview .mm-spacer {
	padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
	top: 40px
}

.mm-listview .mm-spacer.mm-divider {
	padding-top: 25px
}

.mm-menu {
	background: #bf473b;
	border-color: rgba(0, 0, 0, .1);
	color: #fff
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
	color: #fff
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
	border-color: #fff
}

.mm-menu .mm-listview {
	border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-listview>li .mm-arrow:after,
.mm-menu .mm-listview>li .mm-next:after {
	border-color: #fff
}

.mm-menu .mm-listview>li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, .5);
	tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
	background: rgba(255, 255, 255, .5)
}

.mm-menu .mm-divider,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
	background: rgba(0, 0, 0, .05)
}

.mm-page {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.mm-slideout {
	transition: -webkit-transform .4s ease;
	-webkit-transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened {
	overflow-x: hidden;
	position: relative
}

html.mm-blocking,
html.mm-blocking body {
	overflow: hidden
}

html.mm-background .mm-page {
	background: inherit
}

#mm-blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2
}

html.mm-blocking #mm-blocker {
	display: block
}

.mm-menu.mm-offcanvas {
	z-index: 0;
	display: none;
	position: fixed
}

.mm-menu.mm-offcanvas.mm-current {
	display: block
}

.mm-menu {
	width: 80%;
	min-width: 140px;
	max-width: 440px
}

html.mm-opening .mm-slideout {
	-webkit-transform: translate3d(80%, 0, 0);
	transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
	html.mm-opening .mm-slideout {
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width:550px) {
	html.mm-opening .mm-slideout {
		-webkit-transform: translate3d(440px, 0, 0);
		transform: translate3d(440px, 0, 0)
	}
}

.mm-menu.mm-bottom,
.mm-menu.mm-top {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 80%;
	min-height: 140px;
	max-height: 880px
}

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

html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: translate3d(-80%, 0, 0);
	transform: translate3d(-80%, 0, 0)
}

@media all and (max-width:175px) {
	html.mm-right.mm-opening .mm-slideout {
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width:550px) {
	html.mm-right.mm-opening .mm-slideout {
		-webkit-transform: translate3d(-440px, 0, 0);
		transform: translate3d(-440px, 0, 0)
	}
}

html.mm-front .mm-slideout {
	-webkit-transform: none!important;
	transform: none!important;
	z-index: 0
}

html.mm-front #mm-blocker {
	z-index: 1
}

html.mm-front .mm-menu {
	z-index: 2
}

.mm-menu.mm-front,
.mm-menu.mm-next {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-top {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-bottom {
	top: auto;
	bottom: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none!important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #CCC
}

.mfp-preloader a:hover {
	color: #FFF
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

:root {
	--blue: #bf473b;
	--indigo: #323543;
	--orange: #f26a35;
	--primary: #f26a35;
	--secondary: #fff;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: "futura-pt-webfont", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap!important
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd!important
	}
}

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

html {
	font-family: arial;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

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

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

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

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

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

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

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

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

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
}

dfn {
	font-style: italic
}

b,
strong {
	font-weight: 600
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

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

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

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

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

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

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

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

figure {
	margin: 0 0 1rem
}

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

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

table {
	border-collapse: collapse
}

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

th {
	text-align: inherit
}

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

button {
	border-radius: 0
}

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

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
}

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

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

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

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

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	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-cancel-button,
[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
}

template {
	display: none
}

[hidden] {
	display: none!important
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 2rem;
	font-family: inherit;
	font-weight: 600;
	line-height: 1.2;
	color: #202022
}

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

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

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

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

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

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

@media (min-width:768px) {
	h1,
	.h1 {
		font-size: 3.249rem
	}
	h2,
	.h2 {
		font-size: 2.9925rem
	}
	h3,
	.h3 {
		font-size: 2.565rem
	}
	h4,
	.h4 {
		font-size: 2.223rem
	}
	h5,
	.h5 {
		font-size: 1.881rem
	}
	h6,
	.h6 {
		font-size: 1.539rem
	}
}

@media (min-width:992px) {
	h1,
	.h1 {
		font-size: 3.61rem
	}
	h2,
	.h2 {
		font-size: 3.325rem
	}
	h3,
	.h3 {
		font-size: 2.85rem
	}
	h4,
	.h4 {
		font-size: 2.47rem
	}
	h5,
	.h5 {
		font-size: 2.09rem
	}
	h6,
	.h6 {
		font-size: 1.71rem
	}
}

h1 svg {
	width: 2.4rem;
	height: 2.4rem
}

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

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

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

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

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

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

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

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

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

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

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

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

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

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

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

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

.img-fluid,
img[class*="wp-image-"] {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: .3rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

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

.figure-caption {
	font-size: 90%;
	color: #4a4a4d
}

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

@media (min-width:576px) {
	.container {
		max-width: 100%
	}
}

@media (min-width:768px) {
	.container {
		max-width: 100%
	}
}

@media (min-width:992px) {
	.container {
		max-width: 100%
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.3333333333%
	}
	.offset-sm-2 {
		margin-left: 16.6666666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.3333333333%
	}
	.offset-sm-5 {
		margin-left: 41.6666666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.3333333333%
	}
	.offset-sm-8 {
		margin-left: 66.6666666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.3333333333%
	}
	.offset-sm-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.3333333333%
	}
	.offset-md-2 {
		margin-left: 16.6666666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.3333333333%
	}
	.offset-md-5 {
		margin-left: 41.6666666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.3333333333%
	}
	.offset-md-8 {
		margin-left: 66.6666666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.3333333333%
	}
	.offset-md-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.3333333333%
	}
	.offset-lg-2 {
		margin-left: 16.6666666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.3333333333%
	}
	.offset-lg-5 {
		margin-left: 41.6666666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.3333333333%
	}
	.offset-lg-8 {
		margin-left: 66.6666666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.3333333333%
	}
	.offset-lg-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.3333333333%
	}
	.offset-xl-2 {
		margin-left: 16.6666666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.3333333333%
	}
	.offset-xl-5 {
		margin-left: 41.6666666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.3333333333%
	}
	.offset-xl-8 {
		margin-left: 66.6666666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.3333333333%
	}
	.offset-xl-11 {
		margin-left: 91.6666666667%
	}
}

.form-control {
	display: block;
	position: relative;
	width: 100%;
	padding: 1.4rem 2rem;
	font-size: 1.7rem;
	line-height: 1.42105;
	color: #414141;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #b7b7b7;
	border-radius: .3rem;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s
}

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

.form-control:focus {
	color: #414141;
	background-color: #fff;
	border-color: #fac2ad;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-control::-webkit-input-placeholder {
	color: #4a4a4d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #4a4a4d;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #4a4a4d;
	opacity: 1
}

.form-control::placeholder {
	color: #4a4a4d;
	opacity: 1
}

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

select.form-control:not([size]):not([multiple]) {
	height: 5.4rem
}

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

.form-control-file,
.form-control-range {
	display: block
}

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

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

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

.col-form-legend {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	margin-bottom: 0;
	font-size: 1.9rem
}

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

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

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	padding: .6rem 2rem;
	font-size: 1.6625rem;
	line-height: 1.5;
	border-radius: .2rem
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]) {
	height: calc(3.69375rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	padding: 2rem 2.6rem;
	font-size: 2.375rem;
	line-height: 1.5;
	border-radius: .5rem
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]) {
	height: calc(7.5625rem + 2px)
}

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

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

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

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

.form-check {
	position: relative;
	display: block;
	margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
	color: #4a4a4d
}

.form-check-label {
	padding-left: 1.25rem;
	margin-bottom: 0
}

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

.form-check-inline {
	display: inline-block;
	margin-right: .75rem
}

.form-check-inline .form-check-label {
	vertical-align: middle
}

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

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

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

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

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

.was-validated .custom-control-input:valid~.custom-control-indicator,
.custom-control-input.is-valid~.custom-control-indicator {
	background-color: rgba(40, 167, 69, .25)
}

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

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

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

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

.invalid-feedback {
	display: none;
	margin-top: .25rem;
	font-size: .875rem;
	color: #dc3545
}

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

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	-webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

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

.was-validated .custom-control-input:invalid~.custom-control-indicator,
.custom-control-input.is-invalid~.custom-control-indicator {
	background-color: rgba(220, 53, 69, .25)
}

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

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

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

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

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

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

@media (min-width:576px) {
	.form-inline label {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .input-group {
		width: auto
	}
	.form-inline .form-check {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		margin-top: 0;
		margin-bottom: 0
	}
	.form-inline .form-check-label {
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 0
	}
	.form-inline .custom-control-indicator {
		position: static;
		display: inline-block;
		margin-right: .25rem;
		vertical-align: text-bottom
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 1.5rem 1.8rem;
	/*letter-spacing:.1em;*/
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	font-size: 1.3rem;
	line-height: 20px;
	border-radius: .3rem;
	-webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

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

.btn:focus,
.btn.focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

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

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

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

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

.btn-primary:hover {
	color: #fff;
	background-color: #f04f11;
	border-color: #e54b0f
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #f26a35;
	border-color: #f26a35
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #e54b0f;
	border-color: #d9470e
}

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

.btn-secondary:hover {
	color: #111;
	background-color: #ececec;
	border-color: #e6e5e5
}

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

.btn-secondary:not([disabled]):not(.disabled):active,
.btn-secondary:not([disabled]):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #111;
	background-color: #e6e5e5;
	border-color: #dfdfdf
}

.btn-outline-primary {
	color: #f26a35;
	background-color: rgba(242, 106, 53, .15);
	background-image: none;
	border-color: #f26a35
}

.btn-outline-primary:hover {
	color: #2f2f33;
	background-color: #f26a35;
	border-color: #f26a35
}

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

.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #2f2f33;
	background-color: #f26a35;
	border-color: #f26a35
}

.btn-outline-secondary {
	color: #fff;
	background-color: rgba(255, 255, 255, .15);
	background-image: none;
	border-color: #fff
}

.btn-outline-secondary:hover {
	color: #2f2f33;
	background-color: #fff;
	border-color: #fff
}

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

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

.btn-link {
	font-weight: 400;
	color: #f26a35;
	background-color: transparent
}

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

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

.btn-link:disabled,
.btn-link.disabled {
	color: #4a4a4d
}

.btn-lg {
	padding: 2rem 2.6rem;
	font-size: 1.6rem;
	line-height: 1.5;
	border-radius: .5rem
}

.btn-sm {
	padding: .6rem 2rem;
	font-size: 1.2rem;
	line-height: 1.5;
	border-radius: .2rem
}

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

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

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

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

.fade.show {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.show {
	display: block
}

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

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

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

.dropup,
.dropdown {
	position: relative
}

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

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

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

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

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

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

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

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #202022;
	text-align: inherit;
	white-space: nowrap;
	background: none;
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #141415;
	text-decoration: none;
	background-color: #f5f7f9
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #4a4a4d;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

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

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

.input-group .form-control {
	position: relative;
	z-index: 2;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
	z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	white-space: nowrap
}

.input-group-addon {
	padding: 1.5rem 1.8rem;
	margin-bottom: 0;
	font-size: 1.9rem;
	font-weight: 400;
	line-height: 1.42105;
	color: #414141;
	text-align: center;
	background-color: #e6e8ee;
	border: 1px solid #b7b7b7;
	border-radius: .3rem
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: .6rem 2rem;
	font-size: 1.6625rem;
	border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 2rem 2.6rem;
	font-size: 2.375rem;
	border-radius: .5rem
}

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

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:not(:last-child) {
	border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
	border-left: 0
}

.input-group-btn {
	position: relative;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:focus,
.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
	z-index: 3
}

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

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
	margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
	z-index: 2;
	margin-left: 0
}

.input-group-btn:not(:first-child)>.btn:first-child,
.input-group-btn:not(:first-child)>.btn-group:first-child {
	margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:hover,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:hover {
	z-index: 3
}

.custom-control {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-height: 1.42105rem;
	padding-left: 1.5rem;
	margin-right: 1rem
}

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

.custom-control-input:checked~.custom-control-indicator {
	color: #fff;
	background-color: #f26a35
}

.custom-control-input:focus~.custom-control-indicator {
	-webkit-box-shadow: 0 0 0 1px #fff, none;
	box-shadow: 0 0 0 1px #fff, none
}

.custom-control-input:active~.custom-control-indicator {
	color: #fff;
	background-color: #fde6dd
}

.custom-control-input:disabled~.custom-control-indicator {
	background-color: #e6e8ee
}

.custom-control-input:disabled~.custom-control-description {
	color: #4a4a4d
}

.custom-control-indicator {
	position: absolute;
	top: .210525rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
	border-radius: .3rem
}

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

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

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

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

.custom-controls-stacked {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.custom-controls-stacked .custom-control {
	margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
	margin-left: 0
}

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

.custom-select:focus {
	border-color: #fac2ad;
	outline: none
}

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

.custom-select[multiple] {
	height: auto;
	background-image: none
}

.custom-select:disabled {
	color: #4a4a4d;
	background-color: #e6e8ee
}

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

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

.custom-file {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: 5.4rem;
	margin-bottom: 0
}

.custom-file-input {
	min-width: 14rem;
	max-width: 100%;
	height: 5.4rem;
	margin: 0;
	opacity: 0
}

.custom-file-input:focus~.custom-file-control {
	-webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #f26a35;
	box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #f26a35
}

.custom-file-control {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	height: 5.4rem;
	padding: 1.5rem 1.8rem;
	line-height: 1.42105;
	color: #414141;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid #b7b7b7;
	border-radius: .3rem
}

.custom-file-control:lang(en):empty::after {
	content: "Choose file..."
}

.custom-file-control::before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 6;
	display: block;
	height: 5.4rem;
	padding: 1.5rem 1.8rem;
	line-height: 1.42105;
	color: #414141;
	background-color: #e6e8ee;
	border: 1px solid #b7b7b7;
	border-radius: 0 .3rem .3rem 0
}

.custom-file-control:lang(en)::before {
	content: "Browse"
}

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

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

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

.nav-link.disabled {
	color: #4a4a4d
}

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

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

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e6e8ee #e6e8ee #ddd
}

.nav-tabs .nav-link.disabled {
	color: #4a4a4d;
	background-color: transparent;
	border-color: transparent
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

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

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
	pointer-events: none
}

.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .5rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

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

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
	border-bottom: 1px solid #e6e8ee;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem
}

.modal-header .close {
	padding: 15px;
	margin: -15px -15px -15px auto
}

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

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 2.5rem
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 2.5rem;
	border-top: 1px solid #e6e8ee
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

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

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 30px auto
	}
	.modal-sm {
		max-width: 300px
	}
}

@media (min-width:992px) {
	.modal-lg {
		max-width: 800px
	}
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: "futura-pt-webfont", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	line-height: 1.42105;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 1.6625rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .5rem
}

.popover .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.popover .arrow::before,
.popover .arrow::after {
	position: absolute;
	display: block;
	border-color: transparent;
	border-style: solid
}

.popover .arrow::before {
	content: "";
	border-width: .8rem
}

.popover .arrow::after {
	content: "";
	border-width: .8rem
}

.popover.bs-popover-top,
.popover.bs-popover-auto[x-placement^="top"] {
	margin-bottom: .8rem
}

.popover.bs-popover-top .arrow,
.popover.bs-popover-auto[x-placement^="top"] .arrow {
	bottom: 0
}

.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
	border-bottom-width: 0
}

.popover.bs-popover-top .arrow::before,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before {
	bottom: -.8rem;
	margin-left: -.8rem;
	border-top-color: rgba(0, 0, 0, .25)
}

.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
	bottom: calc((0.8rem - 1px) * -1);
	margin-left: -.8rem;
	border-top-color: #fff
}

.popover.bs-popover-right,
.popover.bs-popover-auto[x-placement^="right"] {
	margin-left: .8rem
}

.popover.bs-popover-right .arrow,
.popover.bs-popover-auto[x-placement^="right"] .arrow {
	left: 0
}

.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
	margin-top: -.8rem;
	border-left-width: 0
}

.popover.bs-popover-right .arrow::before,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before {
	left: -.8rem;
	border-right-color: rgba(0, 0, 0, .25)
}

.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
	left: calc((0.8rem - 1px) * -1);
	border-right-color: #fff
}

.popover.bs-popover-bottom,
.popover.bs-popover-auto[x-placement^="bottom"] {
	margin-top: .8rem
}

.popover.bs-popover-bottom .arrow,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow {
	top: 0
}

.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
	margin-left: -.8rem;
	border-top-width: 0
}

.popover.bs-popover-bottom .arrow::before,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
	top: -.8rem;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
	top: calc((0.8rem - 1px) * -1);
	border-bottom-color: #fff
}

.popover.bs-popover-bottom .popover-header::before,
.popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 20px;
	margin-left: -10px;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.popover.bs-popover-left,
.popover.bs-popover-auto[x-placement^="left"] {
	margin-right: .8rem
}

.popover.bs-popover-left .arrow,
.popover.bs-popover-auto[x-placement^="left"] .arrow {
	right: 0
}

.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
	margin-top: -.8rem;
	border-right-width: 0
}

.popover.bs-popover-left .arrow::before,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before {
	right: -.8rem;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
	right: calc((0.8rem - 1px) * -1);
	border-left-color: #fff
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1.9rem;
	color: #202022;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(0.5rem - 1px);
	border-top-right-radius: calc(0.5rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #4a4a4d
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000
}

.carousel-item {
	position: relative;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block
}

.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.carousel-item-next,
.active.carousel-item-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.carousel-item-next,
	.active.carousel-item-right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.carousel-item-prev,
.active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
	.carousel-item-prev,
	.active.carousel-item-left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 4rem;
	color: #a6a8b2;
	text-align: center;
	opacity: 1
}

.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
	color: #a6a8b2;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: transparent no-repeat center center;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a6a8b2' viewBox='0 0 1792 1792'%3E%3Cpath d='M1203 544q0 13-10 23l-393 393 393 393q10 10 10 23t-10 23l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a6a8b2' viewBox='0 0 1792 1792'%3E%3Cpath d='M1171 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z'/%3E%3C/svg%3E")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 4rem;
	margin-left: 4rem;
	list-style: none
}

.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators .active {
	background-color: #fff
}

.carousel-caption {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

.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: #f26a35!important
}

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

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

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

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

.bg-transparent {
	background-color: transparent!important
}

.border {
	border: 1px solid #e6e8ee!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: #f26a35!important
}

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

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

.rounded {
	border-radius: 0.3rem!important
}

.rounded-top {
	border-top-left-radius: 0.3rem!important;
	border-top-right-radius: 0.3rem!important
}

.rounded-right {
	border-top-right-radius: 0.3rem!important;
	border-bottom-right-radius: 0.3rem!important
}

.rounded-bottom {
	border-bottom-right-radius: 0.3rem!important;
	border-bottom-left-radius: 0.3rem!important
}

.rounded-left {
	border-top-left-radius: 0.3rem!important;
	border-bottom-left-radius: 0.3rem!important
}

.rounded-circle {
	border-radius: 50%!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: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}

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

@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

.d-print-block {
	display: none!important
}

@media print {
	.d-print-block {
		display: block!important
	}
}

.d-print-inline {
	display: none!important
}

@media print {
	.d-print-inline {
		display: inline!important
	}
}

.d-print-inline-block {
	display: none!important
}

@media print {
	.d-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.d-print-none {
		display: none!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 {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}

.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}

.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-sm-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-sm-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-sm-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-md-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-md-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-md-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-lg-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-lg-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-lg-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important
	}
	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: reverse!important;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important
	}
	.align-items-xl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important
	}
	.align-items-xl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important
	}
	.align-items-xl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important
	}
	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important
	}
	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important
	}
	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

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

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

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

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

.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;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
	margin: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5,
.px-5 {
	padding-left: 5rem!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: 1rem!important
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 1rem!important
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 1rem!important
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 1rem!important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 1rem!important
	}
	.m-sm-2 {
		margin: 2rem!important
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 2rem!important
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 2rem!important
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 2rem!important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 2rem!important
	}
	.m-sm-3 {
		margin: 3rem!important
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 3rem!important
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 3rem!important
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 3rem!important
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 3rem!important
	}
	.m-sm-4 {
		margin: 4rem!important
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 4rem!important
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 4rem!important
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 4rem!important
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 4rem!important
	}
	.m-sm-5 {
		margin: 5rem!important
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 5rem!important
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 5rem!important
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 5rem!important
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 5rem!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: 1rem!important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 1rem!important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 1rem!important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 1rem!important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 1rem!important
	}
	.p-sm-2 {
		padding: 2rem!important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 2rem!important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 2rem!important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 2rem!important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 2rem!important
	}
	.p-sm-3 {
		padding: 3rem!important
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 3rem!important
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 3rem!important
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 3rem!important
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 3rem!important
	}
	.p-sm-4 {
		padding: 4rem!important
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 4rem!important
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 4rem!important
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 4rem!important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 4rem!important
	}
	.p-sm-5 {
		padding: 5rem!important
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 5rem!important
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 5rem!important
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 5rem!important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 5rem!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: 1rem!important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 1rem!important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 1rem!important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 1rem!important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 1rem!important
	}
	.m-md-2 {
		margin: 2rem!important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 2rem!important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 2rem!important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 2rem!important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 2rem!important
	}
	.m-md-3 {
		margin: 3rem!important
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 3rem!important
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 3rem!important
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 3rem!important
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 3rem!important
	}
	.m-md-4 {
		margin: 4rem!important
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 4rem!important
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 4rem!important
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 4rem!important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 4rem!important
	}
	.m-md-5 {
		margin: 5rem!important
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 5rem!important
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 5rem!important
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 5rem!important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 5rem!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: 1rem!important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 1rem!important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 1rem!important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 1rem!important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 1rem!important
	}
	.p-md-2 {
		padding: 2rem!important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 2rem!important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 2rem!important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 2rem!important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 2rem!important
	}
	.p-md-3 {
		padding: 3rem!important
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 3rem!important
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 3rem!important
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 3rem!important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 3rem!important
	}
	.p-md-4 {
		padding: 4rem!important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 4rem!important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 4rem!important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 4rem!important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 4rem!important
	}
	.p-md-5 {
		padding: 5rem!important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 5rem!important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 5rem!important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 5rem!important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 5rem!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: 1rem!important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 1rem!important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 1rem!important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 1rem!important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 1rem!important
	}
	.m-lg-2 {
		margin: 2rem!important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 2rem!important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 2rem!important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 2rem!important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 2rem!important
	}
	.m-lg-3 {
		margin: 3rem!important
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 3rem!important
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 3rem!important
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 3rem!important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 3rem!important
	}
	.m-lg-4 {
		margin: 4rem!important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 4rem!important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 4rem!important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 4rem!important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 4rem!important
	}
	.m-lg-5 {
		margin: 5rem!important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 5rem!important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 5rem!important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 5rem!important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 5rem!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: 1rem!important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 1rem!important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 1rem!important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 1rem!important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 1rem!important
	}
	.p-lg-2 {
		padding: 2rem!important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 2rem!important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 2rem!important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 2rem!important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 2rem!important
	}
	.p-lg-3 {
		padding: 3rem!important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 3rem!important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 3rem!important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 3rem!important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 3rem!important
	}
	.p-lg-4 {
		padding: 4rem!important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 4rem!important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 4rem!important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 4rem!important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 4rem!important
	}
	.p-lg-5 {
		padding: 5rem!important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 5rem!important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 5rem!important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 5rem!important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 5rem!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: 1rem!important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 1rem!important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 1rem!important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 1rem!important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 1rem!important
	}
	.m-xl-2 {
		margin: 2rem!important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 2rem!important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 2rem!important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 2rem!important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 2rem!important
	}
	.m-xl-3 {
		margin: 3rem!important
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 3rem!important
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 3rem!important
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 3rem!important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 3rem!important
	}
	.m-xl-4 {
		margin: 4rem!important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 4rem!important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 4rem!important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 4rem!important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 4rem!important
	}
	.m-xl-5 {
		margin: 5rem!important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 5rem!important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 5rem!important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 5rem!important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 5rem!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: 1rem!important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 1rem!important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 1rem!important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 1rem!important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 1rem!important
	}
	.p-xl-2 {
		padding: 2rem!important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 2rem!important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 2rem!important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 2rem!important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 2rem!important
	}
	.p-xl-3 {
		padding: 3rem!important
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 3rem!important
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 3rem!important
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 3rem!important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 3rem!important
	}
	.p-xl-4 {
		padding: 4rem!important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 4rem!important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 4rem!important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 4rem!important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 4rem!important
	}
	.p-xl-5 {
		padding: 5rem!important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 5rem!important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 5rem!important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 5rem!important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 5rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto!important
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto!important
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto!important
	}
}

.text-justify {
	text-align: justify!important
}

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

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

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

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

.font-weight-light {
	font-weight: 200!important
}

.font-weight-normal {
	font-weight: normal!important
}

.font-weight-bold {
	font-weight: bold!important
}

.font-italic {
	font-style: italic!important
}

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

.text-primary {
	color: #f26a35!important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #e54b0f!important
}

.text-secondary {
	color: #fff!important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #e6e5e5!important
}

.text-muted {
	color: #4a4a4d!important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

select.bs-select-hidden,
select.selectpicker {
	display: none!important
}

.bootstrap-select {
	width: 220px \0
}

.bootstrap-select>.dropdown-toggle {
	width: 100%;
	padding-right: 25px;
	z-index: 1
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
	color: #414141
}

.bootstrap-select>select {
	position: absolute!important;
	bottom: 0;
	left: 50%;
	display: block!important;
	width: 0.5px!important;
	height: 100%!important;
	padding: 0!important;
	opacity: 0!important;
	border: none
}

.bootstrap-select>select.mobile-device {
	top: 0;
	left: 0;
	display: block!important;
	width: 100%!important;
	z-index: 2
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
	border-color: #b94a48
}

.bootstrap-select.fit-width {
	width: auto!important
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
	outline: thin dotted #333333!important;
	outline: 5px auto -webkit-focus-ring-color!important;
	outline-offset: -2px
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none
}

.bootstrap-select.form-control:not([class*="col-"]) {
	width: 100%
}

.bootstrap-select.form-control.input-group-btn {
	z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
	float: none;
	display: inline-block;
	margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
	float: right
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
	margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
	padding: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
	height: 100%;
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit
}

.form-inline .bootstrap-select.btn-group .form-control {
	width: 100%
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
	cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
	outline: none!important
}

.bootstrap-select.btn-group.bs-container {
	position: absolute;
	height: 0!important;
	padding: 0!important
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
	z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
	width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
	min-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
	position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
	color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
	cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
	display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: whitesmoke;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	pointer-events: none;
	opacity: .9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
	white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
	position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
	z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, .2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-top: 7px solid rgba(204, 204, 204, .2);
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid white;
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
	display: block
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
	padding: 4px 8px
}

.bs-actionsbox {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.bs-actionsbox .btn-group button {
	width: 50%
}

.bs-donebutton {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.bs-donebutton .btn-group button {
	width: 100%
}

.bs-searchbox+.bs-actionsbox {
	padding: 0 8px 4px
}

.bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
	float: none
}

html {
	font-size: 10px
}

html body.admin-bar {
	margin-top: 46px
}

@media (min-width:783px) {
	html body.admin-bar {
		margin-top: 32px
	}
}

html.mm-opened body.admin-bar {
	margin-top: 0
}

@media screen and (max-width:600px) {
	#wpadminbar {
		position: fixed
	}
}

.site {
	width: 100%;
	max-width: 1980px;
	margin-left: auto;
	margin-right: auto
}

#site-overflow {
	-webkit-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out
}

#site-overflow.overflow-hidden {
	overflow: hidden;
	max-height: 0
}

#events-overlay {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out
}

#events-overlay.overlay-visible {
	max-height: 500rem
}

a,
button,
[role="button"] {
	cursor: pointer;
	outline: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

a svg,
button svg,
[role="button"] svg {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

a:hover,
a:focus,
button:hover,
button:focus,
[role="button"]:hover,
[role="button"]:focus {
	outline: 0
}

p:last-child {
	margin-bottom: 0
}

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

.btn svg {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	width: 18px;
	height: 18px;
	margin-right: 1rem
}

.btn.btn-outline-primary {
	background: none
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
	color: #fff;
	background: #f26a35
}

.btn.btn-outline-secondary {
	fill: #fff
}

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus {
	fill: #2f2f33
}

@media (min-width:576px) {
	.btn {
		display: inline-block;
		width: auto
	}
}

figure {
	margin-bottom: 1.5rem
}

.find-more {
	display: inline-block;
	fill: #f26a35;
	font-size: 1.4rem;
	font-weight: 600;
	position: absolute;
	z-index: 1000;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-bottom: 3rem;
	margin-bottom: -1.5rem;
	color: #fff
}

.find-more:hover,
.find-more:focus {
	color: #f26a35
}

.find-more:before {
	content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 58.133 15.107"><path fill="%23fff" d="M58.133,15.104L0,15.107c0,0,5.72-1.081,7.531-2.773C14.033,6.266,15.588,0,28.905,0  c13.319,0,15.343,6.491,21.823,12.478C52.467,14.085,58.133,15.104,58.133,15.104L58.133,15.104z"/></svg>');
	display: block;
	width: 5.8rem;
	height: 1.5rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 1.4rem
}

.find-more:after {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f26a35' viewBox='0 0 31.479 31.479'%3E%3Cpath d='M26.485,21.206c0.429-0.444,0.429-1.143,0-1.587c-0.444-0.429-1.159-0.429-1.587,0l-8.047,8.047	V1.111C16.851,0.492,16.359,0,15.74,0c-0.619,0-1.127,0.492-1.127,1.111v26.555l-8.031-8.047c-0.444-0.429-1.143-0.429-1.587,0	c-0.429,0.444-0.429,1.143,0,1.587l9.952,9.952c0.429,0.429,1.143,0.429,1.587,0L26.485,21.206z'/%3E%3C/svg%3E");
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: .7rem
}

@media (min-width:992px) {
	.find-more {
		font-size: 2rem;
		padding-bottom: 4.5rem
	}
	.find-more:before {
		margin-bottom: 1.5rem;
		height: 2.1rem
	}
}

.view-all {
	display: inline-block;
	margin-top: 3rem;
	font-size: 1.9rem
}

.view-all:after {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f26a35' viewBox='0 0 1792 1792'%3E%3Cpath d='M1171 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z'/%3E%3C/svg%3E");
	display: inline-block;
	height: 1.6rem;
	width: 1.6rem;
	margin-left: .5rem;
	position: relative;
	top: 3px
}

@media (min-width:1200px) {
	.view-all {
		font-size: 1.6rem;
		position: absolute;
		z-index: 10;
		right: 1.5rem;
		top: 1rem;
		margin-top: 0
	}
}

.read-more {
	display: inline-block;
	font-size: 1.6rem
}

.read-more:after {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f26a35' viewBox='0 0 1792 1792'%3E%3Cpath d='M1171 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z'/%3E%3C/svg%3E");
	display: inline-block;
	height: 1.6rem;
	width: 1.6rem;
	position: relative;
	top: 3px
}

.close {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 400;
	width: 3rem;
	height: 3rem;
	color: #f26a35;
	opacity: .8
}

.close:hover {
	opacity: 1
}

.carousel.remove-controls .carousel-control-prev,
.carousel.remove-controls .carousel-control-next {
	display: none
}

.site-header {
	padding-top: 6rem;
	padding-bottom: 0rem
}

.site-header .navigation-top {
	text-align: right;
	position: relative;
	padding-left: 140px
}

.site-header .navigation-top::after {
	display: block;
	clear: both;
	content: ""
}

.site-header .navigation-top .navbar-brand {
	position: absolute;
	left: 0;
	top: 0
}

.site-header .navigation-top .hamburger {
	padding: .7rem;
	margin-top: .7rem;
	margin-right: -.7rem;
	margin-left: 2rem
}

.site-header .navigation-top .dropdown {
	margin-left: 2rem
}

.site-header .navigation-top .dropdown .dropdown-toggle {
	border: 1px solid #b7b7b7;
	border-radius: .2rem;
	padding: 0 .7rem
}

.site-header .navigation-top .dropdown .dropdown-menu {
	min-width: auto
}

.site-header .navigation-top .dropdown .dropdown-item {
	border-bottom: 1px solid #e5e9ee
}

.site-header .navigation-top .dropdown .dropdown-item:last-child {
	border: 0
}

.site-header .navigation-top .dropdown .country-flag {
	display: block;
	color: #414141;
	font-size: 1.3rem;
	line-height: 2.7rem;
	text-transform: uppercase
}

.site-header .navigation-top .dropdown .country-flag:before {
	content: "";
	display: inline-block;
	margin-right: .5rem;
	vertical-align: middle;
	background-image: url(../src/images/all-flags-sprite.html);
	background-repeat: no-repeat;
	height: 12px;
	width: 20px;
	position: relative;
	top: -1px
}

.site-header .navigation-top .dropdown .country-flag.au:before {
	background-position: -20px -12px
}

.site-header .navigation-top .dropdown .country-flag.in:before {
	background-position: 0 -108px
}

.site-header .navigation-top .dropdown .country-flag.ph:before {
	background-position: -180px -180px
}

.site-header .navigation-top .dropdown .country-flag.np:before {
	background-position: -20px -168px
}

.site-header .navigation-top .dropdown .country-flag.th:before {
	background-position: 0 -240px
}

.site-header .navigation-top .dropdown .country-flag.id:before {
	background-position: -20px -108px
}

.site-header .navigation-top .dropdown .country-flag.sg:before {
	background-position: -40px -216px
}

.site-header .navigation-top .dropdown .country-flag.my:before {
	background-position: -20px -144px
}

.site-header .navigation-top .dropdown .country-flag.gr:before {
	background-position: -140px -84px
}

.site-header .navigation-top ul {
	margin: 0;
	padding: 0 0 0 2rem
}

.site-header .navigation-top ul li {
	display: inline-block;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-right: -5px;
	border-right: 1px solid #bf473b;
	font-size: 1.3rem;
	line-height: 1.5rem;
	text-transform: uppercase
}

.site-header .navigation-top ul li:first-child {
	padding-left: 0
}

.site-header .navigation-top ul li:last-child {
	margin: 0;
	padding-right: 0;
	border: 0
}

.site-header .navigation-top ul li a {
	color: #bf473b
}

.site-header .navigation-top ul li a:hover,
.site-header .navigation-top ul li a:focus {
	color: #f26a35
}

.site-header .navigation-top .call-us {
	font-size: 2.1rem;
	font-weight: 200;
	color: #2f2f33;
	display: inline-block;
	margin: 1rem 0
}

.site-header .navigation-top .call-us strong {
	font-size: 2.6rem;
	font-weight: 700;
	color: #2f2f33;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.site-header .navigation-top .call-us:hover strong,
.site-header .navigation-top .call-us:focus strong {
	color: #f26a35
}

.site-header .navigation-top .call-us:before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14px' height='14px' viewBox='0 0 1792 1792'%3E%3Cpath fill='%23fff' d='M1600 1240q0 27-10 70.5t-21 68.5q-21 50-122 106-94 51-186 51-27 0-53-3.5t-57.5-12.5-47-14.5-55.5-20.5-49-18q-98-35-175-83-127-79-264-216t-216-264q-48-77-83-175-3-9-18-49t-20.5-55.5-14.5-47-12.5-57.5-3.5-53q0-92 51-186 56-101 106-122 25-11 68.5-21t70.5-10q14 0 21 3 18 6 53 76 11 19 30 54t35 63.5 31 53.5q3 4 17.5 25t21.5 35.5 7 28.5q0 20-28.5 50t-62 55-62 53-28.5 46q0 9 5 22.5t8.5 20.5 14 24 11.5 19q76 137 174 235t235 174q2 1 19 11.5t24 14 20.5 8.5 22.5 5q18 0 46-28.5t53-62 55-62 50-28.5q14 0 28.5 7t35.5 21.5 25 17.5q25 15 53.5 31t63.5 35 54 30q70 35 76 53 3 7 3 21z'/%3E%3C/svg%3E");
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #f26a35;
	border-radius: 50%;
	margin-right: .5rem
}

.site-header .main-menu ul {
	margin: 0 0 0 -0.5rem;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.site-header .main-menu ul li {
	position: relative;
	-ms-flex-preferred-size: 0;
	/*flex-basis:0%;*/
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	/*flex-grow:1;*/
	max-width: 100%
}

.site-header .main-menu ul li a:not(.btn) {
	display: block;
	font-size: 1.2rem;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: .6rem .7rem;
	white-space: nowrap;
	color: #2f2f33;
	fill: #2f2f33
}

.site-header .main-menu ul li a:not(.btn):hover,
.site-header .main-menu ul li a:not(.btn):focus {
	color: #f26a35
}

.site-header .main-menu ul li a:not(.btn) svg {
	position: relative;
	top: 2px;
	width: 14px;
	height: 14px
}

.site-header .main-menu ul li a:not(.btn).sfHover,
.site-header .main-menu ul li a:not(.btn):hover,
.site-header .main-menu ul li a:not(.btn):focus {
	fill: #f26a35
}

.site-header .main-menu ul li.sfHover>a:not(.btn) {
	color: #f26a35;
	fill: #f26a35
}

.site-header .main-menu ul li.sfHover .sfHover a:not(.btn) {
	color: #fff;
	fill: #fff
}

.site-header .main-menu ul li.button {
	float: right
}

.site-header .main-menu ul li:first-child a:not(.btn) {
	padding-left: 1.5rem
}

.site-header .main-menu ul li:first-child ul {
	left: 1.5rem
}

.site-header .main-menu ul li:first-child ul li a:not(.btn) {
	padding-left: 2rem
}

.site-header .main-menu ul li:first-child ul ul {
	left: 100%
}

.site-header .main-menu ul li ul {
	margin: 0;
	display: none;
	position: absolute;
	z-index: 1070;
	left: 2rem;
	top: 100%;
	width: auto;
	border-radius: .3rem;
	background: #f26a35
}

.site-header .main-menu ul li ul li {
	display: block;
	float: none
}

.site-header .main-menu ul li ul li a:not(.btn) {
	font-size: 1.2rem;
	padding: .6rem 2rem;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	color: #fff;
	fill: #fff
}

.site-header .main-menu ul li ul li a:not(.btn):hover,
.site-header .main-menu ul li ul li a:not(.btn):focus {
	background: rgba(255, 255, 255, .2)
}

.site-header .main-menu ul li ul li a:not(.btn):hover,
.site-header .main-menu ul li ul li a:not(.btn):focus {
	color: #fff
}

.site-header .main-menu ul li ul li a:not(.btn) svg {
	display: block;
	position: absolute;
	right: .5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -1px
}

.site-header .main-menu ul li ul li a:not(.btn).sfHover,
.site-header .main-menu ul li ul li a:not(.btn):hover,
.site-header .main-menu ul li ul li a:not(.btn):focus {
	fill: #fff
}

.site-header .main-menu ul li ul li ul {
	left: 100%;
	top: 0
}

.site-header .main-menu ul li ul li ul li a:not(.btn) {
	line-height: 1.1;
	padding-top: 1rem;
	padding-bottom: 1rem;
	white-space: normal;
	width: 25rem;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.site-header .main-menu ul li ul li ul li:last-child a:not(.btn) {
	border-bottom: 0
}

.site-header .main-menu ul li ul li.sfHover>a {
	background: rgba(255, 255, 255, .2)
}

.site-header .main-menu ul li ul li:first-child a:not(.btn) {
	padding-left: 2rem
}

.site-header .main-menu ul li ul li:first-child ul {
	left: 100%
}

.site-header .main-menu ul li ul li:last-child {
	float: none
}

.site-header .main-menu ul li ul li:last-child a {
	border: 0
}

.site-header .main-menu ul li:not(:first-child) ul {
	left: 0
}

.site-header .main-menu ul li:not(:first-child) ul ul {
	left: 100%
}

@media (min-width:768px) {
	.site-header .navigation-top .call-us small {
		font-size: 100%
	}
}

@media (min-width:992px) {
	.site-header .navigation-top .navbar-search {
		max-width: none
	}
}

@media (min-width:1200px) {
	.site-header .main-menu ul li a:not(.btn) {
		padding-left: 2rem;
		/*padding-right: 2rem*/
	}
	.site-header .main-menu ul li:not(:first-child) ul {
		left: 2rem
	}
	.site-header .main-menu ul li:not(:first-child) ul ul {
		left: 100%
	}
}

.page-header {
	color: #202022;
	border-top: 1px solid #e6e8ee;
	padding-top: 3rem;
	padding-bottom: 3rem
}

.page-header.banner {
	background: none
}

.page-header.banner h1 {
	color: #202022
}

.page-header h1,
.page-header .page-title {
	font-size: 3.5rem;
	margin: 0
}

@media (min-width:768px) {
	.page-header {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem
	}
	.page-header h1,
	.page-header .page-title {
		font-size: 4.3rem
	}
}

@media (min-width:992px) {
	.page-header {
		padding-top: 6rem;
		padding-bottom: 6rem
	}
	.page-header h1,
	.page-header .page-title {
		font-size: 5rem
	}
}

.navbar-search {
	position: relative;
	max-width: 20rem;
	margin: 0;
	padding-right: 28px;
	border-bottom: 1px solid #b7b7b7
}

.navbar-search .form-control {
	padding: 0 1.5rem;
	border: 0;
	font-size: 1.6rem;
	line-height: 2.8rem
}

.navbar-search button {
	border: 0;
	background: none;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	fill: #bf473b
}

.navbar-search button svg {
	width: 16px;
	height: 16px
}

.navbar-search button:hover {
	fill: #f26a35
}

.mm-listview .btn {
	text-transform: uppercase;
	text-align: left
}

.mm-listview .call-us a:before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10px' height='10px' viewBox='0 0 1792 1792'%3E%3Cpath fill='%23fff' d='M1600 1240q0 27-10 70.5t-21 68.5q-21 50-122 106-94 51-186 51-27 0-53-3.5t-57.5-12.5-47-14.5-55.5-20.5-49-18q-98-35-175-83-127-79-264-216t-216-264q-48-77-83-175-3-9-18-49t-20.5-55.5-14.5-47-12.5-57.5-3.5-53q0-92 51-186 56-101 106-122 25-11 68.5-21t70.5-10q14 0 21 3 18 6 53 76 11 19 30 54t35 63.5 31 53.5q3 4 17.5 25t21.5 35.5 7 28.5q0 20-28.5 50t-62 55-62 53-28.5 46q0 9 5 22.5t8.5 20.5 14 24 11.5 19q76 137 174 235t235 174q2 1 19 11.5t24 14 20.5 8.5 22.5 5q18 0 46-28.5t53-62 55-62 50-28.5q14 0 28.5 7t35.5 21.5 25 17.5q25 15 53.5 31t63.5 35 54 30q70 35 76 53 3 7 3 21z'/%3E%3C/svg%3E");
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	background: #f26a35;
	border-radius: 50%;
	margin-right: .5rem
}

.mm-listview .navbar-search {
	max-width: none;
	width: 100%;
	width: 100%;
	border-radius: 0;
	background: #fff;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.mm-listview .navbar-search button svg {
	fill: #f26a35
}

.mm-listview .icon-angle-down,
.mm-listview .icon-angle-right {
	display: none
}

.background-motif {
	display: none;
	position: absolute;
	z-index: 1070;
	left: 0;
	top: 0;
	height: auto;
	fill: rgba(39, 71, 137, .1)
}

.background-motif svg {
	display: block;
	width: 308px;
	height: 596px
}

.background-motif.left svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.background-motif.left.top {
	top: -15rem
}

.background-motif.left.top.no-overflow {
	top: 0
}

.background-motif.left.top.top-overflow {
	top: auto
}

.background-motif.left.center {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.background-motif.bottom {
	top: auto;
	bottom: 0
}

.background-motif.bottom.left,
.background-motif.bottom.right {
	bottom: -15rem
}

.background-motif.bottom.no-overflow.left,
.background-motif.bottom.no-overflow.right {
	bottom: 0
}

.background-motif.right {
	left: auto;
	right: 0
}

.background-motif.right.top {
	top: -15rem
}

.background-motif.right.top.top-overflow {
	top: auto
}

.background-motif.right.center {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.background-motif.top-overflow {
	bottom: 100%;
	top: auto;
	margin-bottom: -15rem
}

@media (min-width:1720px) {
	.background-motif {
		display: block
	}
}

.banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	font-size: 1.7rem;
	padding: 3rem 0;
	position: relative
}

.banner.banner-more {
	padding: 4rem 0 8rem
}

.banner.banner-more .btn {
	min-width: 265px
}

.banner.banner-spaced {
	padding: 4rem 0
}

.banner.banner-carousel {
	padding-top: 0;
	padding-bottom: 0
}

.banner.banner-carousel .carousel-item img {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	position: absolute;
	left: -999px;
	right: -999px;
	top: -999px;
	bottom: -999px
}

.banner.banner-carousel .carousel-item.fixed-height .carousel-caption {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.banner.banner-carousel .carousel-overlay {
	position: absolute;
	z-index: 90;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .4)
}

.banner.banner-carousel .carousel-caption {
	position: relative;
	z-index: 100;
	padding: 3rem 4rem
}

.banner.banner-carousel .carousel-caption h1 {
	font-size: 3rem;
	margin: 0 0 3rem;
	padding: 0
}

.banner.banner-carousel .carousel-caption h1:after {
	display: none
}

.banner.banner-carousel .carousel-caption .btn {
	min-width: 15rem
}

.banner.banner-carousel .carousel-control-prev,
.banner.banner-carousel .carousel-control-next {
	width: 4rem;
	height: 4.5rem;
	line-height: 4.5rem;
	color: #fff;
	background: rgba(0, 0, 0, .7);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.banner .background-motif {
	fill: rgba(255, 255, 255, .14);
	height: 100%
}

.banner h1 {
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: .025em;
	position: relative;
	margin: 0
}

.banner h1:not(:last-child) {
	padding-bottom: 2rem;
	margin-bottom: 2rem
}

.banner h1:not(:last-child):after {
	content: "";
	display: block;
	width: 8rem;
	height: 1px;
	background: #f26a35;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4rem
}

.banner h6 {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .3em;
	margin-bottom: 2rem
}

.banner p {
	margin-bottom: 4rem
}

.banner .btn {
	margin-top: 2rem
}

@media (min-width:768px) {
	.banner {
		font-size: 2rem;
		padding: 4rem 0
	}
	.banner.banner-more {
		padding: 6rem 0 10rem
	}
	.banner.banner-spaced {
		padding: 6rem 0
	}
	.banner h1 {
		font-size: 4.6rem
	}
	.banner h6 {
		font-size: 1.6rem
	}
	.banner .btn {
		margin-top: 0
	}
	.banner.banner-carousel .carousel-caption {
		padding: 6rem
	}
	.banner.banner-carousel .carousel-caption h1 {
		font-size: 4.3rem
	}
	.banner.banner-carousel .carousel-control-prev,
	.banner.banner-carousel .carousel-control-next {
		width: 6rem;
		height: 6.5rem;
		line-height: 6.5rem
	}
}

@media (min-width:992px) {
	.banner {
		font-size: 2.3rem;
		padding: 6rem 0
	}
	.banner.banner-more {
		padding: 12rem 0
	}
	.banner.banner-spaced {
		padding: 10rem 0
	}
	.banner h1 {
		font-size: 5.7rem
	}
	.banner h6 {
		font-size: 1.8rem
	}
	.banner.banner-carousel .carousel-caption {
		padding: 8rem 6rem
	}
	.banner.banner-carousel .carousel-caption h1 {
		font-size: 5rem
	}
	.banner.banner-carousel .carousel-control-prev,
	.banner.banner-carousel .carousel-control-next {
		width: 6rem;
		height: 7rem;
		line-height: 7rem
	}
}

@media (min-width:1200px) {
	.banner.banner-carousel .carousel-caption {
		padding: 12rem 6rem
	}
}

.breadcrumbs {
	background: #f5f7f9;
	font-size: 1.6rem;
	color: #f26a35;
	padding: 1.4rem 0
}

.breadcrumbs p {
	margin: 0
}

.breadcrumbs .breadcrumb_last {
	color: #4a4a4d
}

.breadcrumbs.breadcrumbs-lg {
	font-size: 1.9rem
}

.breadcrumbs.breadcrumbs-lg .breadcrumb_last {
	font-size: 2.1rem;
	font-weight: 600
}

.breadcrumbs .dropdown .btn {
	display: inline-block
}

.breadcrumbs .dropdown .dropdown-item {
	border-bottom: 1px solid #e6e8ee
}

.breadcrumbs .dropdown .dropdown-item:last-child {
	border-bottom: 0
}

.breadcrumbs .list-inline {
	margin: 0
}

.breadcrumbs .list-inline li {
	margin: 0 2rem 0 1.5rem
}

.breadcrumbs .list-inline li a {
	color: #4a4a4d
}

.breadcrumbs .list-inline li a:hover,
.breadcrumbs .list-inline li a:focus {
	color: #f26a35
}

.breadcrumbs .list-inline li.active a {
	color: #f26a35
}

.section {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.section.blue {
	background-color: #f5f7f9
}

.section.gray {
	background-color: #ededed
}

.section.gray-light {
	background-color: #fafbfc
}

.section.cta {
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.section.cta h1 {
	color: #fff
}

.section.cta .btn {
	margin-top: 2rem
}

.section.cta .site-form {
	width: 100%;
	max-width: 55rem;
	margin: 3rem auto 0
}

.section.cta .site-form .row {
	margin-left: -5px;
	margin-right: -5px
}

.section.cta .site-form .row>div {
	padding-left: 5px;
	padding-right: 5px
}

.section.cta .site-form .form-group br {
	display: none
}

.section.cta .site-form textarea.form-control {
	resize: none;
	height: 12rem
}

.section.cta .site-form .btn {
	margin-top: 1.5rem
}

.section.cta .site-form .dropdown-toggle {
	margin-top: 0;
	padding: 1.4rem 2rem;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.42105;
	color: #414141;
	text-transform: none;
	background-color: #fff;
	letter-spacing: 0;
	border: 1px solid #b7b7b7;
	border-radius: .3rem
}

.section.cta .site-form .dropdown-toggle.bs-invalid {
	border-color: #dc3545
}

.section.cta .site-form .dropdown-toggle.bs-valid {
	border-color: #28a745
}

.section.cta .contact {
	color: #4a4a4d
}

.section.cta .contact h1 {
	color: #202022
}

.section.info {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../src/images/bg-section-info.html);
	color: #fff
}

.section.info h1 {
	color: #fff
}

.section.info .info-box {
	border: 2px solid rgba(255, 255, 255, .4);
	padding: 1rem 2rem 1.5rem;
	width: 100%;
	max-width: 96rem;
	margin: 0 auto
}

.section.info .info-box:before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns#' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' version='1.1' x='0px' y='0px' viewBox='0 0 100 125'%3E%3Cg transform='translate(0,-952.36218)'%3E%3Cpath style='text-indent:0;text-transform:none;direction:ltr;block-progression:tb;baseline-shift:baseline;color:#000000;enable-background:accumulate;' d='m 13,956.56921 c -4.93411,0 -9,4.0659 -9,9 l 0,39.99999 c 0,4.9341 4.06589,9 9,9 l 5.65625,0 L 17,1031.2567 a 3.0003,3.0003 0 0 0 5.125,2.4375 l 19.125,-19.125 4.6875,0 0,15.9687 c 0,4.0756 3.28877,7.5135 7.375,7.5313 l 17.4375,0.094 10.1875,9.2187 c 0.89287,0.8098 2.29955,1.0132 3.375,0.4688 1.07545,-0.5445 1.74909,-1.801 1.625,-3 l -0.65625,-6.6875 3.3125,0 c 4.10201,0 7.40625,-3.487 7.40625,-7.5625 l 0,-28.4375 c 0,-4.07559 -3.28191,-7.55239 -7.375,-7.56249 l -8.625,0 0,-29.0313 c 0,-4.9341 -4.06589,-9 -9,-9 l -58,0 z m 0,6 58,0 c 1.71391,0 3,1.286 3,3 l 0,29 -20.65625,-0.031 c -4.11025,-0.01 -7.40625,3.4556 -7.40625,7.53119 l 0,6.5 -5.9375,0 a 3.0003,3.0003 0 0 0 -2.125,0.875 L 23.84375,1023.4756 25,1011.8506 a 3.0003,3.0003 0 0 0 -3,-3.2812 l -9,0 c -1.71391,0 -3.0000004,-1.2861 -3.0000004,-3 l 0,-39.99999 c 0,-1.714 1.2860904,-3 3.0000004,-3 z m 27.90625,1.9687 c -6.09389,0 -11.49111,3.6586 -12.8125,9.1563 a 3.0003,3.0003 0 1 0 5.8125,1.4062 c 0.56215,-2.3388 3.33259,-4.5625 7,-4.5625 4.19753,0 7.09375,2.7491 7.09375,5.5938 0,5.4186 -1.55139,6.4036 -4.03125,8.6875 C 41.48889,987.10311 38,990.73101 38,997.53791 a 3.0003,3.0003 0 1 0 6,0 c 0,-5.1316 1.51111,-5.9915 4.03125,-8.3125 2.52014,-2.321 5.96875,-6.0679 5.96875,-13.0937 0,-6.6533 -6.13548,-11.5938 -13.09375,-11.5938 z m 12.4375,35.99999 35.25,0.062 c 0.77417,0 1.40625,0.5947 1.40625,1.5625 l 0,28.4375 c 0,0.9677 -0.64098,1.5625 -1.40625,1.5625 l -6.65625,0 c -1.67011,0.01 -3.14256,1.6515 -2.96875,3.3125 l 0.21875,2.2188 -5.25,-4.75 c -0.54134,-0.4927 -1.26806,-0.7765 -2,-0.7813 l -18.59375,-0.094 c -0.78101,0 -1.40625,-0.5636 -1.40625,-1.5312 l 0,-28.4688 c 0,-0.9678 0.64924,-1.533 1.40625,-1.5312 z m -12.34375,1 c -1.65685,0 -3,1.3432 -3,3 0,1.6569 1.34315,3 3,3 1.65685,0 3,-1.3431 3,-3 0,-1.6568 -1.34315,-3 -3,-3 z m 29,0 c -1.65685,0 -3,1.3432 -3,3 l 0,16 c 0,1.6569 1.34315,3 3,3 1.65685,0 3,-1.3431 3,-3 l 0,-16 c 0,-1.6568 -1.34315,-3 -3,-3 z m 0,23 c -1.65685,0 -3,1.3432 -3,3 0,1.6569 1.34315,3 3,3 1.65685,0 3,-1.3431 3,-3 0,-1.6568 -1.34315,-3 -3,-3 z' fill='%23fff' /%3E%3C/g%3E%3C/svg%3E");
	display: block;
	width: 5rem;
	height: 5rem;
	margin: 0 auto
}

.section 1rem-icon {
	display: inline-block;
	width: 8rem;
	height: 8rem;
	padding: 1.5rem;
	background: #ebeff3;
	border: 1px solid #e2e8ee;
	border-radius: 50%
}

.section .section-icon svg {
	display: inline-block;
	position: relative;
	width: 5rem;
	height: 5rem;
	fill: #bf473b
}

@media (min-width:768px) {
	.section {
		padding-top: 6rem;
		padding-bottom: 6rem
	}
	.section.info .info-box {
		padding: 2rem 5rem 4.5rem
	}
}

@media (min-width:992px) {
	.section {
		padding-top: 3rem;
		padding-bottom: 3rem;
		font-size: 1.7rem
	}
	.section .btn {
		padding-right: 3rem;
		padding-left: 3rem
	}
	.section.cta .btn {
		margin-top: 4rem
	}
}

.layout-regular.layout-2-columns>div:first-child .layout-content {
	margin-bottom: 3rem
}

@media (min-width:992px) {
	.layout-regular.layout-2-columns>div:first-child .layout-content {
		padding-right: 2rem;
		margin-bottom: 0
	}
	.layout-regular.layout-2-columns>div:last-child .layout-content {
		padding-left: 2rem
	}
}

.layout-landing .layout-image {
	margin-top: 3rem
}

.layout-landing .layout-image img {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.layout-landing:not(:last-child) {
	margin-bottom: 4rem
}

@media (min-width:992px) {
	.layout-landing .layout-image {
		height: 100%;
		margin-top: 0;
		position: relative;
		overflow: hidden
	}
	.layout-landing .layout-image img {
		min-height: 100%;
		min-width: 100%;
		width: auto;
		max-width: none;
		margin: auto;
		position: absolute;
		left: -999px;
		right: -999px;
		top: -999px;
		bottom: -999px
	}
	.layout-landing.image-left .layout-image {
		margin-right: 4.5rem
	}
	.layout-landing.image-right .layout-image {
		margin-left: 4.5rem
	}
	.layout-landing:not(:last-child) {
		margin-bottom: 6rem
	}
}

.layout-content {
	font-size: 1.5rem
}

.layout-content h1,
.layout-content h2,
.layout-content h3,
.layout-content h4,
.layout-content h5,
.layout-content h6,
.layout-content .h1,
.layout-content .h2,
.layout-content .h3,
.layout-content .h4,
.layout-content .h5,
.layout-content .h6 {
	margin-top: 3rem;
	margin-bottom: 1.5rem
}

.layout-content h1:first-child,
.layout-content h2:first-child,
.layout-content h3:first-child,
.layout-content h4:first-child,
.layout-content h5:first-child,
.layout-content h6:first-child,
.layout-content .h1:first-child,
.layout-content .h2:first-child,
.layout-content .h3:first-child,
.layout-content .h4:first-child,
.layout-content .h5:first-child,
.layout-content .h6:first-child {
	margin-top: 0
}

.layout-content ul {
	padding-left: 4rem;
	margin-bottom: 3rem
}

.layout-content ul:last-child {
	margin-bottom: 0
}

.layout-content ul li {
	margin-bottom: 1.5rem
}

.layout-content ul li ul {
	margin-top: 1.5rem
}

.layout-content ol {
	padding-left: 4rem;
	margin-bottom: 3rem
}

.layout-content ol li {
	margin-bottom: 1.5rem
}

.layout-content .btn {
	margin-top: 2rem
}

.layout-content .table-responsive {
	margin-top: 3rem
}

@media (min-width:992px) {
	.layout-content .table-responsive {
		margin-top: 0
	}
}

.layout-equal-columns>div {
	margin-bottom: 2.5rem
}

.layout-equal-columns .column-content {
	border-radius: .3rem;
	-webkit-box-shadow: 0 0 10px 0 #e6e8ee;
	box-shadow: 0 0 10px 0 #e6e8ee;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	border: 1px solid #e6e8ee;
	padding: 0 3rem 7rem 3rem;
	font-size: 1.6rem;
	background-color: #eeececb3;
}

.layout-equal-columns .column-content::after {
	display: block;
	clear: both;
	content: ""
}

.layout-equal-columns .column-content figure {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 9.1rem;
	margin: 0 -3rem;
	width: auto
}

.layout-equal-columns .column-content figure img {
	margin: auto;
	min-width: 100%;
	height: auto;
	position: absolute;
	left: -999px;
	right: -999px;
	top: -999px;
	bottom: -999px
}

@media (min-width:768px) {
	.layout-equal-columns .column-content figure {
		height: 13rem
	}
}

.layout-equal-columns .column-content figure img {
	max-width: 130%
}

.layout-equal-columns .column-content figure:after {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.133 15.107'%3E%3Cpath fill='%23fff' d='M58.133,15.104L0,15.107c0,0,5.72-1.081,7.531-2.773C14.033,6.266,15.588,0,28.905,0	c13.319,0,15.343,6.491,21.823,12.478C52.467,14.085,58.133,15.104,58.133,15.104L58.133,15.104z'/%3E%3C/svg%3E");
	display: block;
	width: 12.5rem;
	height: 3rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

.layout-equal-columns .column-content svg {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	fill: #bf473b;
	position: relative;
	margin-top: -2rem;
	margin-bottom: 2.5rem
}

.layout-equal-columns .column-content .btn {
	position: absolute;
	bottom: 3rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	width: auto
}

.layout-equal-columns.svg-large .column-content svg {
	width: 6rem;
	height: 6rem;
	margin-bottom: 1rem
}

.layout-equal-columns.columns-simple>div {
	margin-bottom: 2.5rem
}

.layout-equal-columns.columns-simple .column-content {
	font-size: 1.9rem;
	padding: 9rem 0 3rem;
	margin: 0 auto;
	max-width: 23rem;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #e6e8ee
}

.layout-equal-columns.columns-simple svg {
	margin: 0;
	width: 6rem;
	height: 6rem;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.layout-equal-columns.columns-simple.columns-steps .column-content {
	overflow: visible;
	border-bottom: 0
}

.layout-equal-columns.columns-simple.columns-steps .column-content:after {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath fill='%23e3e4ea' d='M1277 1299q8 19-5 35l-350 384q-10 10-23 10-14 0-24-10l-355-384q-13-16-5-35 9-19 29-19h224v-1248q0-14 9-23t23-9h192q14 0 23 9t9 23v1248h224q21 0 29 19z'/%3E%3C/svg%3E");
	width: 2rem;
	height: 2rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.layout-equal-columns.columns-simple.columns-steps>div:last-child .column-content:after {
	display: none
}

.layout-equal-columns.columns-bordered-motif .column-content {
	padding: 2.5rem 3rem 1rem 3rem;
	-webkit-box-shadow: none;
	box-shadow: none
}

.layout-equal-columns.columns-bordered-motif .column-motif {
	width: 9rem;
	height: 39rem;
	position: absolute;
	right: 0;
	top: 5rem;
	-webkit-transform: rotate(-90deg) translate(0, -100%);
	transform: rotate(-90deg) translate(0, -100%);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.layout-equal-columns.columns-bordered-motif .column-motif svg {
	display: block;
	fill: #f5f6f8;
	height: 100%;
	width: auto;
	margin: 0
}

.layout-equal-columns.columns-bordered-motif .column-icon {
	position: relative;
	margin-bottom: 2.5rem
}

.layout-equal-columns.layout-events {
	margin-bottom: -3rem
}

.layout-equal-columns.layout-events>div {
	margin-bottom: 3rem
}

.layout-equal-columns.layout-events .column-content {
	font-size: 1.9rem;
	padding-bottom: 9rem
}

.layout-equal-columns.layout-events .column-content figure {
	margin-bottom: 4rem
}

.layout-equal-columns.layout-events .column-content figure:after {
	display: none
}

.layout-equal-columns.layout-events .column-content p {
	text-align: left
}

.layout-equal-columns.layout-events .column-content .view-all {
	position: static;
	line-height: 1;
	border-bottom: 1px solid #f26a35;
	margin-top: 0
}

.layout-equal-columns.layout-events .column-content .view-all:after {
	margin-left: 0;
	width: 1.2rem;
	height: 1.2rem;
	top: 2px
}

.layout-equal-columns.layout-events .column-content .view-all:hover {
	border: 0
}

.layout-equal-columns.layout-events .column-content .btn {
	bottom: 4rem
}

.layout-equal-columns.layout-events .column-content .event-details {
	padding: 3rem 0;
	margin-top: 3rem;
	border-top: 1px solid #e6e8ee
}

.layout-equal-columns.layout-events .column-content .event-details svg {
	width: 15px;
	height: 15px;
	margin: 0;
	position: relative;
	top: 2px;
	fill: #bf473b
}

.layout-equal-columns.layout-events .column-content .event-details table tr td {
	padding-bottom: 1.5rem
}

.layout-equal-columns.layout-events .column-content .event-details table tr td:first-child {
	color: #bf473b;
	padding-right: 6px
}

.layout-equal-columns.layout-events .column-content .event-details table tr:last-child td {
	padding-bottom: 0
}

.layout-equal-columns.pages-list {
	margin-top: 4rem
}

.layout-equal-columns.pages-list>div {
	margin-bottom: 3rem
}

.layout-equal-columns.pages-list figure {
	margin-bottom: 3rem
}

.layout-equal-columns.pages-list figure:after {
	display: none
}

.layout-equal-columns.wide-images .column-content figure img {
	max-width: none;
	min-height: 100%;
	max-height: 200%;
	min-width: 100%;
	width: auto;
	height: auto
}

@media (min-width:768px) {
	.layout-equal-columns.columns-simple .column-content {
		border-bottom: 0;
		padding-bottom: 0
	}
}

@media (min-width:992px) {
	.layout-equal-columns>div {
		margin-bottom: 0
	}
	.layout-equal-columns>div.multiple-rows {
		margin-bottom: 2.5rem
	}
	.layout-equal-columns.columns-simple>div {
		margin-bottom: 0;
		border-right: 1px solid #e6e8ee
	}
	.layout-equal-columns.columns-simple>div:last-child {
		border-right: 0
	}
	.layout-equal-columns.columns-simple.columns-steps svg {
		margin-bottom: 2rem
	}
	.layout-equal-columns.columns-simple.columns-steps .column-content {
		overflow: visible;
		border-right: 0
	}
	.layout-equal-columns.columns-simple.columns-steps .column-content:after {
		display: none
	}
	.layout-equal-columns.columns-simple.columns-steps>div {
		border: 0
	}
	.layout-equal-columns.columns-simple.columns-steps>div:after {
		content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792'%3E%3Cpath fill='%23e3e4ea' d='M1728 893q0 14-10 24l-384 354q-16 14-35 6-19-9-19-29v-224h-1248q-14 0-23-9t-9-23v-192q0-14 9-23t23-9h1248v-224q0-21 19-29t35 5l384 350q10 10 10 23z'/%3E%3C/svg%3E");
		display: block;
		width: 2rem;
		height: 2rem;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translate(50%, 50%);
		transform: translate(50%, 50%)
	}
	.layout-equal-columns.columns-simple.columns-steps>div:last-child:after {
		display: none
	}
	.layout-equal-columns.columns-bordered-motif .column-content {
		padding: 3rem 5.5rem 3rem 5.5rem
	}
}

.layout-regular:not(:last-child),
.layout-landing:not(:last-child),
.layout-equal-columns:not(:last-child) {
	margin-bottom: 4rem
}

@media (min-width:992px) {
	.layout-regular:not(:last-child),
	.layout-landing:not(:last-child),
	.layout-equal-columns:not(:last-child) {
		margin-bottom: 6rem
	}
}

.locations-map {
	margin: 2.5rem 0 1.5rem
}

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

.locations-map figcaption {
	margin-bottom: 2rem;
	position: relative
}

@media (min-width:992px) {
	.locations-map figcaption {
		margin-bottom: -7rem
	}
}

.testimonials-carousel {
	margin-top: 3rem
}

.testimonials-carousel .spinner {
	display: block
}

.testimonials-carousel .carousel-inner {
	display: none
}

.testimonials-carousel.loaded .spinner {
	display: none
}

.testimonials-carousel.loaded .carousel-inner {
	display: block
}

.testimonials-carousel blockquote {
	width: 100%;
	padding: 0 2rem;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	margin-left: -5px;
	font-size: 1.9rem;
	font-style: italic
}

.testimonials-carousel blockquote figure {
	position: relative
}

.testimonials-carousel blockquote figure img {
	display: block;
	height: 8rem;
	width: 8rem;
	border-radius: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 2
}

.testimonials-carousel blockquote figure:after {
	content: "";
	width: 80%;
	border-bottom: 1px solid #e5e9ee;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.testimonials-carousel blockquote .blockquote-footer {
	font-size: 1.6rem;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase
}

.testimonials-carousel blockquote .blockquote-footer:before {
	display: none
}

.testimonials-carousel blockquote .blockquote-footer cite {
	display: block;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 400
}

.testimonials-carousel blockquote .video-loader {
	display: block;
	position: relative
}

.testimonials-carousel blockquote .video-loader a {
	fill: #fff
}

.testimonials-carousel blockquote .video-loader a:hover {
	fill: #f26a35
}

.testimonials-carousel blockquote .video-loader a:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3)
}

.testimonials-carousel blockquote .video-loader svg {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 6rem;
	height: 6rem
}

.testimonials-carousel blockquote .video-loader img {
	position: relative;
	z-index: 1
}

.testimonials-carousel .institute-inner {
	color: #202022;
	width: 100%;
	padding: 0 2rem;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	margin-left: -5px;
	font-size: 1.9rem
}

.testimonials-carousel .institute-inner:hover,
.testimonials-carousel .institute-inner:focus {
	color: #f26a35
}

.testimonials-carousel .institute-inner figure {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 9.8rem
}

.testimonials-carousel .institute-inner figure img {
	margin: auto;
	min-width: 100%;
	height: auto;
	position: absolute;
	left: -999px;
	right: -999px;
	top: -999px;
	bottom: -999px
}

@media (min-width:768px) {
	.testimonials-carousel .institute-inner figure {
		height: 14rem
	}
}

.testimonials-carousel .institute-inner figure img {
	max-width: 120%;
	height: auto
}

.testimonials-carousel .institute-inner:hover h5 {
	color: #f26a35;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.testimonials-carousel .carousel-control-prev,
.testimonials-carousel .carousel-control-next {
	width: 2rem
}

@media (min-width:768px) {
	.testimonials-carousel {
		margin-top: 4.5rem
	}
	.testimonials-carousel blockquote,
	.testimonials-carousel .institute-inner {
		width: 50%;
		padding: 0 4rem
	}
	.testimonials-carousel .carousel-control-prev,
	.testimonials-carousel .carousel-control-next {
		width: 4rem
	}
}

@media (min-width:992px) {
	.testimonials-carousel blockquote,
	.testimonials-carousel .institute-inner {
		width: 33.33333%
	}
}

.memberships-carousel {
	text-align: center
}

.memberships-carousel .spinner {
	display: block
}

.memberships-carousel .carousel-inner {
	display: none
}

.memberships-carousel.loaded .spinner {
	display: none
}

.memberships-carousel.loaded .carousel-inner {
	display: block
}

.memberships-carousel img {
	padding: 0 2rem
}

.memberships-carousel .carousel-control-prev,
.memberships-carousel .carousel-control-next {
	width: 2rem
}

@media (min-width:992px) {
	.memberships-carousel {
		margin-top: 3rem
	}
}

.latest-articles {
	margin-top: 3rem;
	margin-left: -.5px;
	margin-right: -.5px
}

.latest-articles>div {
	padding-left: .5px;
	padding-right: .5px;
	margin-bottom: 3rem
}

.latest-articles article {
	position: relative;
	height: 100%;
	text-align: left;
	padding-bottom: 3rem
}

.latest-articles article .entry-header figure {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 13.3rem;
	margin-bottom: 1.5rem
}

.latest-articles article .entry-header figure img {
	margin: auto;
	min-width: 100%;
	height: auto;
	position: absolute;
	left: -999px;
	right: -999px;
	top: -999px;
	bottom: -999px
}

@media (min-width:768px) {
	.latest-articles article .entry-header figure {
		height: 19rem
	}
}

.latest-articles article .entry-header figure img {
	max-width: 110%
}

.latest-articles article .entry-header .entry-meta {
	position: relative;
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #bf473b;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem
}

.latest-articles article .entry-header .entry-meta .edit-link a {
	color: #f26a35
}

.latest-articles article .entry-header .entry-meta .edit-link a:hover,
.latest-articles article .entry-header .entry-meta .edit-link a:focus {
	color: #bf473b
}

.latest-articles article .entry-header .entry-meta a {
	color: #bf473b
}

.latest-articles article .entry-header .entry-meta a:hover,
.latest-articles article .entry-header .entry-meta a:focus {
	color: #f26a35
}

.latest-articles article .entry-header .entry-meta:after {
	content: "";
	display: block;
	width: 2.5rem;
	height: 1px;
	background: #b7b7b7;
	position: absolute;
	left: 0;
	bottom: 0
}

.latest-articles article .entry-title {
	font-size: 2rem;
	font-weight: 600;
	color: #202022;
	margin-bottom: 1rem
}

.latest-articles article .entry-title a {
	color: #202022
}

.latest-articles article .entry-title a:hover,
.latest-articles article .entry-title a:focus {
	color: #f26a35
}

.latest-articles article .view-all {
	margin: 0;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0
}

@media (min-width:992px) {
	.latest-articles {
		margin-top: 5.5rem
	}
	.latest-articles>div {
		margin-bottom: 0
	}
	.latest-articles article .entry-header figure {
		margin-bottom: 3rem
	}
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.byline,
.updated:not(.published) {
	display: none
}

.site-footer {
	-webkit-transform: translateZ(0);
	background-color: #0d0d0e;
	color: #a6a8b2;
	padding-top: 3rem
}

.site-footer h6 {
	font-size: 1.6rem;
	color: #a6a8b2;
	letter-spacing: .1em
}

.site-footer .social {
	margin-bottom: 2.5rem
}

.site-footer .social li {
	margin: 0 .5rem 0 0
}

.site-footer .social a {
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #4a4a4d;
	padding: 9px 0;
	fill: #fff;
	color: #f3f5f5;
}

.site-footer .social a:hover {
	background: #f26a35
}

.site-footer .social svg {
	display: block;
	height: 20px;
	width: 20px;
	margin: 0 auto
}

.site-footer .links {
	font-size: 1.3rem;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 2.5rem
}

.site-footer .links li {
	margin-left: 1rem;
	margin-right: 1.5rem;
	margin-bottom: 1rem
}

.site-footer .links a {
	color: #fff
}

.site-footer .links a:hover,
.site-footer .links a:focus {
	color: #f26a35
}

.site-footer .footer-copyright {
	font-size: 1.3rem;
	border-top: 1px solid #4a4a4d;
	padding-top: 2rem;
	padding-bottom: 2rem
}

.site-footer .footer-copyright p {
	margin: 0
}

.site-footer .footer-copyright a {
	color: #fff
}

.site-footer .footer-copyright a:hover,
.site-footer .footer-copyright a:focus {
	color: #f26a35
}

@media (min-width:992px) {
	.site-footer {
		padding-top: 5.5rem
	}
	.site-footer .links,
	.site-footer .social {
		margin-bottom: 5rem
	}
	.site-footer .links li,
	.site-footer .social li {
		margin-bottom: 0
	}
}

ul.list-inline li {
	display: inline-block;
	margin-left: -5px;
	vertical-align: top
}

ul.list-inline.columns-7 li {
	width: 50%;
	margin-bottom: 1.5rem
}

@media (min-width:576px) {
	ul.list-inline.columns-7 li {
		width: 33.33%
	}
}

@media (min-width:768px) {
	ul.list-inline.columns-7 li {
		width: 20%
	}
}

@media (min-width:992px) {
	ul.list-inline.columns-7 li {
		width: 14.285%;
		margin-bottom: 0
	}
}

ul.list-icons {
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase
}

ul.list-icons li {
	padding: 0 2.5rem
}

ul.list-icons figure {
	position: relative;
	display: block;
	height: 3rem;
	width: 100%;
	margin-bottom: 3rem
}

ul.list-icons figure img {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	min-width: auto;
	box-shadow: 1px 1px 8px #888888;
}

ul.list-icons figure:after {
	content: "";
	display: block;
	width: 30%;
	height: 2px;
	background: #dc3545;
	position: absolute;
	top: 100%;
	margin-top: 1.6rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

ul.list-svg-icons {
	list-style: none;
	padding: 0;
	text-align: left;
	max-width: 76.8rem;
	margin-top: 3rem;
	margin-left: auto;
	margin-right: auto
}

ul.list-svg-icons:last-child {
	margin-bottom: 0
}

ul.list-svg-icons li {
	position: relative;
	padding-left: 5rem;
	margin-bottom: 1.5rem
}

ul.list-svg-icons svg {
	width: 4rem;
	height: 4rem;
	fill: #bf473b;
	position: absolute;
	left: 0;
	top: 0
}

ul.list-arrow-down {
	list-style: none;
	padding: 0
}

ul.list-arrow-down:last-child {
	margin-bottom: 0
}

ul.list-arrow-down li {
	position: relative;
	margin-bottom: 4.5rem;
	padding-left: 5rem
}

ul.list-arrow-down li:last-child {
	margin-bottom: 0
}

ul.list-arrow-down li:before {
	display: block;
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23274789' width='12px' height='12px' viewBox='0 0 31.479 31.479'%3E%3Cpath d='M26.485,21.206c0.429-0.444,0.429-1.143,0-1.587c-0.444-0.429-1.159-0.429-1.587,0l-8.047,8.047	V1.111C16.851,0.492,16.359,0,15.74,0c-0.619,0-1.127,0.492-1.127,1.111v26.555l-8.031-8.047c-0.444-0.429-1.143-0.429-1.587,0	c-0.429,0.444-0.429,1.143,0,1.587l9.952,9.952c0.429,0.429,1.143,0.429,1.587,0L26.485,21.206z'/%3E%3C/svg%3E");
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	border: 1px solid #e6e8ee;
	background: #fff;
	text-align: center;
	line-height: 2.8rem;
	position: absolute;
	left: 0;
	top: -.2rem
}

ul.list-arrow-down li li {
	padding-left: 0;
	margin-bottom: 1.5rem
}

ul.list-arrow-down li li:before {
	display: none
}

ul.list-arrow-down strong {
	font-size: 2rem;
	font-weight: 600;
	displaY: block;
	margin-bottom: 2.5rem
}

ul.list-arrow-down.arrow-right li:before {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

ul.list-arrow-down.arrow-right li strong {
	margin-bottom: 1.5rem
}

ul.list-arrow-down.arrow-right li a {
	color: #bf473b
}

ul.list-arrow-down.arrow-right li a:hover,
ul.list-arrow-down.arrow-right li a:focus {
	color: #f26a35
}

ul.list-arrow-right {
	list-style: none;
	padding: 0
}

ul.list-arrow-right:last-child {
	margin-bottom: 0
}

ul.list-arrow-right li {
	position: relative;
	padding-left: 1.5rem;
	padding-right: 1rem
}

ul.list-arrow-right li:before {
	display: block;
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f26a35' width='8px' height='8px' viewBox='0 0 1792 1792'%3E%3Cpath d='M1600 960q0 54-37 91l-651 651q-39 37-91 37-51 0-90-37l-75-75q-38-38-38-91t38-91l293-293h-704q-52 0-84.5-37.5t-32.5-90.5v-128q0-53 32.5-90.5t84.5-37.5h704l-293-294q-38-36-38-90t38-90l75-75q38-38 90-38 53 0 91 38l651 651q37 35 37 90z'/%3E%3C/svg%3E");
	position: absolute;
	left: 0;
	top: -.2rem
}

ul[data-columns]::after {
	display: block;
	clear: both;
	content: ""
}

ul[data-columns] li {
	float: left;
	width: 100%
}

@media (min-width:768px) {
	ul[data-columns] {
		margin-bottom: 2rem
	}
	ul[data-columns] li {
		margin-bottom: 1rem
	}
	ul[data-columns][data-columns="2"] li {
		width: 50%
	}
	ul[data-columns][data-columns="3"] li {
		width: 33.33%
	}
	ul[data-columns][data-columns="4"] li {
		width: 25%
	}
}

ul.list-angle-right {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 3rem;
	padding: 0;
	list-style: none;
	font-size: 1.9rem
}

ul.list-angle-right li {
	margin: -1px 0 0;
	padding: 0 15px
}

ul.list-angle-right li span {
	position: relative;
	display: block;
	padding: 2rem 0 2rem 3.5rem;
	border-top: 1px solid #e6e8ee;
	border-bottom: 1px solid #e6e8ee
}

ul.list-angle-right li span:before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23274789' viewBox='0 0 1792 1792'%3E%3Cpath d='M845 1395l454-454q19-19 19-45t-19-45l-454-454q-19-19-45-19t-45 19l-102 102q-19 19-19 45t19 45l307 307-307 307q-19 19-19 45t19 45l102 102q19 19 45 19t45-19zm819-499q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'/%3E%3C/svg%3E");
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 22px
}

ul.list-timeline {
	display: none;
	list-style: none;
	margin: 4rem auto 0;
	padding: 0;
	text-align: center;
	width: 100%
}

ul.list-timeline>li {
	position: relative;
	z-index: 10;
	font-weight: 700;
	font-size: 15px;
	color: #bf473b;
	padding-bottom: 0
}

ul.list-timeline>li::after {
	display: block;
	clear: both;
	content: ""
}

ul.list-timeline>li:last-child ul {
	margin-bottom: 0
}

ul.list-timeline ul {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
	width: 100%
}

ul.list-timeline ul li:not(.clearfix) {
	position: relative;
	text-align: left;
	padding: 1rem 1rem 1rem 7rem;
	font-weight: 400;
	color: #414141;
	border: 1px solid #e6e8ee;
	border-left: 0;
	border-right: 0;
	margin-top: -1px
}

ul.list-timeline ul li:not(.clearfix):before {
	content: "" attr(data-month) "";
	display: inline-block;
	color: #4a4a4d;
	font-weight: 500;
	position: absolute;
	left: 25px;
	top: 1rem
}

ul.list-timeline ul li:not(.clearfix):after {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ced4d9' viewBox='0 0 1792 1792'%3E%3Cpath d='M192 1664h288v-288h-288v288zm352 0h320v-288h-320v288zm-352-352h288v-320h-288v320zm352 0h320v-320h-320v320zm-352-384h288v-288h-288v288zm736 736h320v-288h-320v288zm-384-736h320v-288h-320v288zm768 736h288v-288h-288v288zm-384-352h320v-320h-320v320zm-352-864v-288q0-13-9.5-22.5t-22.5-9.5h-64q-13 0-22.5 9.5t-9.5 22.5v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm736 864h288v-320h-288v320zm-384-384h320v-288h-320v288zm384 0h288v-288h-288v288zm32-480v-288q0-13-9.5-22.5t-22.5-9.5h-64q-13 0-22.5 9.5t-9.5 22.5v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38h-1408q-52 0-90-38t-38-90v-1280q0-52 38-90t90-38h128v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E");
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 1rem
}

ul.list-timeline ul li:not(.clearfix)[data-month]:first-of-type {
	border-top: 0
}

ul.list-timeline ul li:not(.clearfix)[data-month]:last-of-type {
	border-bottom: 0
}

@media (min-width:768px) {
	ul.list-timeline {
		margin-top: 2rem;
		max-width: 73rem
	}
	ul.list-timeline>li {
		line-height: 50px;
		color: #fff;
		padding-bottom: 2rem
	}
	ul.list-timeline>li:before {
		content: "";
		display: block;
		background: #bf473b;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		position: absolute;
		z-index: -1;
		left: 50%;
		top: 0;
		margin-left: -25px
	}
	ul.list-timeline>li:after {
		content: "";
		display: block;
		background: #323543;
		width: 1px;
		height: 100%;
		position: absolute;
		z-index: -2;
		left: 50%;
		top: 0
	}
	ul.list-timeline>li:last-child {
		padding-bottom: 0
	}
	ul.list-timeline>li:last-child:after {
		margin-top: -3rem
	}
	ul.list-timeline ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%
	}
	ul.list-timeline ul li:not(.clearfix) {
		width: 30rem;
		padding: 1.5rem 2rem;
		color: #4a4a4d;
		font-weight: 400;
		line-height: 1.4;
		border: 1px solid #e6e8ee;
		margin-top: 0
	}
	ul.list-timeline ul li:not(.clearfix):before {
		content: "" attr(data-month) "";
		display: block;
		width: 3.5rem;
		height: 3.5rem;
		line-height: 3.5rem;
		background: #323543;
		border-radius: 50%;
		font-size: 11px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 700;
		text-align: center;
		position: absolute;
		top: 50%;
		left: auto;
		margin-top: -1.75rem
	}
	ul.list-timeline ul li:not(.clearfix):after {
		content: "";
		height: 0;
		width: 6rem;
		border-bottom: 1px solid #e6e8ee;
		position: absolute;
		z-index: -2;
		top: 50%
	}
	ul.list-timeline ul li:not(.clearfix).list-left {
		float: left
	}
	ul.list-timeline ul li:not(.clearfix).list-left:before {
		left: 100%;
		margin-left: 4.8rem
	}
	ul.list-timeline ul li:not(.clearfix).list-left:after {
		left: 100%;
		margin-right: -6rem
	}
	ul.list-timeline ul li:not(.clearfix).list-right {
		float: right
	}
	ul.list-timeline ul li:not(.clearfix).list-right:before {
		right: 100%;
		margin-right: 4.8rem
	}
	ul.list-timeline ul li:not(.clearfix).list-right:after {
		right: 100%;
		margin-left: -6rem
	}
	ul.list-timeline ul li:not(.clearfix)[data-month]:first-of-type {
		border-top: 1px solid #e6e8ee;
		background-color: wheat;
	}
	ul.list-timeline ul li:not(.clearfix)[data-month]:last-of-type {
		border-bottom: 1px solid #e6e8ee
	}
}

ul.widget-list-icons {
	list-style: none;
	margin: 0;
	padding: 0
}

ul.widget-list-icons svg {
	width: 2.2rem;
	height: 2.2rem;
	fill: #bf473b;
	position: relative;
	bottom: -4px;
	margin-right: 1rem
}

ul.widget-list-icons li {
	font-size: 1.9rem;
	margin-bottom: 1rem
}

ul.widget-list-icons li:last-child {
	margin-bottom: 0
}

ul.widget-list-icons a,
ul.widget-list-icons button {
	border: 0;
	background: none;
	margin: 0;
	padding: 0;
	color: #4a4a4d
}

ul.widget-list-icons a:hover,
ul.widget-list-icons a:focus,
ul.widget-list-icons button:hover,
ul.widget-list-icons button:focus {
	color: #f26a35
}

.stick-to-bottom {
	margin-bottom: -4rem
}

@media (min-width:768px) {
	.stick-to-bottom {
		margin-bottom: -6rem
	}
}

@media (min-width:992px) {
	.stick-to-bottom {
		margin-bottom: -8rem
	}
}

.nav-tabs {
	border: 1px solid #e5e9ee;
	border-bottom: 0;
	background: #f5f7f9
}

.nav-tabs .nav-item {
	margin: 0;
	width: 50%
}

.nav-tabs .nav-link {
	font-size: 1.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .028em;
	color: #96969a;
	padding: 1.5rem 2rem;
	border: 0;
	border-radius: 0
}

.nav-tabs .nav-link:hover {
	background: #d5dee6
}

@media (min-width:576px) {
	.nav-tabs .nav-item {
		width: auto
	}
}

.content-tabs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0!important;
	margin: 0!important
}

.content-tabs .nav-item {
	margin: 0 .5rem!important;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

.content-tabs .nav-item svg {
	width: 4rem;
	height: 4rem;
	fill: #bf473b;
	vertical-align: middle
}

.content-tabs .nav-item a {
	display: block;
	border: 1px solid #e6e8ee;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	padding: 1rem 0;
	color: #202022
}

.content-tabs .nav-item a.active {
	background: #f5f7f9
}

.content-tabs .nav-item a:hover {
	background: #e5e9ee
}

@media (min-width:768px) {
	.content-tabs .nav-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30rem;
		flex: 0 0 30rem
	}
	.content-tabs .nav-item a {
		font-size: 1.6rem;
		padding: 2rem 0 1rem
	}
	.content-tabs.small-links .nav-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
	.content-tabs.small-links .nav-item a {
		padding: 1rem 2rem;
		font-size: 1.6rem
	}
}

@media (min-width:992px) {
	.content-tabs .nav-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45rem;
		flex: 0 0 45rem
	}
	.content-tabs .nav-item a {
		font-size: 2.4rem;
		padding: 2rem 0 1rem
	}
}

.tab-content {
	border: 1px solid #e5e9ee;
	border-top: 0;
	text-align: left;
	font-size: 1.6rem;
	color: #7c7c81
}

.tab-content h6 {
	font-size: 1.6rem;
	font-weight: 600;
	color: #bf473b;
	margin: 0 0 2rem
}

.tab-content h6 a {
	color: #bf473b
}

.tab-content h6 a:hover,
.tab-content h6 a:focus {
	color: #f26a35
}

.tab-content p {
	margin-bottom: 2.5rem
}

.tab-content .accordion-wrap .accordion-item .accordion-item-header h5 button {
	border-left: 0;
	border-right: 0
}

.tab-content .accordion-wrap .accordion-item:last-child .accordion-item-header h5 button.collapsed {
	border-bottom-color: transparent
}

.locations-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.locations-list .location-item {
	padding: 3.5rem 4rem
}

.locations-list .location-item>*:last-child {
	margin-bottom: 0
}

@media (min-width:768px) {
	.locations-list .location-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width:992px) {
	.locations-list .location-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%
	}
}

.event-details {
	text-align: left;
	font-size: 1.6rem;
	width: 100%
}

.event-details svg {
	width: 15px;
	height: 15px;
	margin: 0;
	position: relative;
	top: 2px;
	fill: #bf473b
}

.event-details table {
	table-layout: fixed
}

.event-details table tr td {
	vertical-align: top;
	padding-bottom: .5rem
}

.event-details table tr td:first-child {
	color: #bf473b;
	padding-right: 6px;
	min-width: 8.5rem
}

.event-details table tr:last-child td {
	padding-bottom: 0
}

.events-overlay {
	padding: .5rem;
	background: url(../src/images/bg-events-overlay.html) center top no-repeat
}

.events-overlay .container {
	background: #fff;
	border-radius: .3rem;
	padding: 2rem;
	position: relative
}

.events-overlay .events-carousel figure {
	width: 100%;
	margin: 1.5rem 0 3.5rem
}

.events-overlay .events-carousel figure img {
	width: 100%;
	height: auto;
	border-radius: .3rem
}

.events-overlay .events-carousel .event-description {
	font-size: 1.9rem
}

.events-overlay .events-carousel .event-description p,
.events-overlay .events-carousel .event-description ul,
.events-overlay .events-carousel .event-description ol {
	margin-bottom: 2rem
}

.events-overlay .carousel-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.events-overlay .carousel-controls .carousel-control-prev,
.events-overlay .carousel-controls .carousel-control-next {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	position: static;
	width: 49.9%;
	color: #f26a35;
	font-size: 1.6rem
}

.events-overlay .carousel-controls .carousel-control-prev:hover,
.events-overlay .carousel-controls .carousel-control-next:hover {
	color: #b53b0c
}

.events-overlay .carousel-controls .carousel-control-prev {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.events-overlay .carousel-controls .carousel-control-prev:before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f26a35' viewBox='0 0 1792 1792'%3E%3Cpath d='M1203 544q0 13-10 23l-393 393 393 393q10 10 10 23t-10 23l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23z'/%3E%3C/svg%3E");
	display: inline-block;
	height: 1.2rem;
	width: 1.2rem;
	position: relative;
	top: -4px
}

.events-overlay .carousel-controls .carousel-control-next {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.events-overlay .carousel-controls .carousel-control-next:after {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f26a35' viewBox='0 0 1792 1792'%3E%3Cpath d='M1171 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z'/%3E%3C/svg%3E");
	display: inline-block;
	height: 1.2rem;
	width: 1.2rem;
	position: relative;
	top: -4px
}

.events-overlay .mobile-register-cta {
	margin: 2rem 0
}

.events-overlay .related-events {
	margin-top: 3rem
}

.events-overlay .related-event {
	margin-bottom: 4rem
}

.events-overlay .related-event h5 a {
	color: #202022
}

.events-overlay .related-event h5 a:hover,
.events-overlay .related-event h5 a:focus {
	color: #f26a35
}

.events-overlay .related-event figure {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 12.25rem
}

.events-overlay .related-event figure img {
	margin: auto;
	min-width: 100%;
	height: auto;
	position: absolute;
	left: -999px;
	right: -999px;
	top: -999px;
	bottom: -999px
}

@media (min-width:768px) {
	.events-overlay .related-event figure {
		height: 17.5rem
	}
}

.events-overlay .related-event figure img {
	border-radius: .3rem
}

@media (min-width:992px) {
	.events-overlay {
		padding: 2rem
	}
	.events-overlay .related-event {
		margin-bottom: 0
	}
}

@media (min-width:1200px) {
	.events-overlay .container {
		padding: 4rem
	}
	.events-overlay .related-events {
		margin-top: 6rem
	}
	.events-overlay #related-events>div:first-child {
		padding-right: 3.5rem
	}
	.events-overlay #related-events>div:last-child {
		padding-left: 3.5rem
	}
	.events-overlay #related-events>div:first-child:last-child {
		padding-left: 1.5rem;
		padding-left: 1.5rem
	}
}

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

.prepend .sr-only {
	left: 0;
	right: 0;
	margin: auto
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem 1rem;
	margin-bottom: 0;
	font-size: 1.7rem;
	color: #414141;
	text-align: center;
	white-space: nowrap;
	background-color: #e6e8ee;
	border: 1px solid #b7b7b7;
	border-right: 0;
	border-radius: .3rem 0 0 .3rem
}

.widget {
	position: relative;
	padding: 4rem 2rem;
	margin-bottom: 3rem;
	border: 1px solid #e6e8ee;
	border-radius: .3rem;
	-webkit-box-shadow: 0 0 10px 0 #e6e8ee;
	box-shadow: 0 0 10px 0 #e6e8ee
}

.widget p {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 2rem
}

.widget .btn {
	width: 100%
}

.widget.event-form-widget h2 {
	position: relative;
	font-size: 3.4rem;
	text-align: center;
	padding: 3rem 2rem 3.5rem;
	background: url(../src/images/bg-sidebar-events.html);
	background-size: cover;
	margin: -4rem -2rem 4.5rem;
	border-radius: .3rem .3rem 0 0;
	color: #fff
}

.widget.event-form-widget h2:before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.133 15.107'%3E%3Cpath fill='%23fff' d='M58.133,15.104L0,15.107c0,0,5.72-1.081,7.531-2.773C14.033,6.266,15.588,0,28.905,0	c13.319,0,15.343,6.491,21.823,12.478C52.467,14.085,58.133,15.104,58.133,15.104L58.133,15.104z'/%3E%3C/svg%3E");
	display: block;
	width: 5.8rem;
	height: 1.6rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 1.4rem
}

.widget.event-form-widget h2:after {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f26a35' viewBox='0 0 31.479 31.479'%3E%3Cpath d='M26.485,21.206c0.429-0.444,0.429-1.143,0-1.587c-0.444-0.429-1.159-0.429-1.587,0l-8.047,8.047	V1.111C16.851,0.492,16.359,0,15.74,0c-0.619,0-1.127,0.492-1.127,1.111v26.555l-8.031-8.047c-0.444-0.429-1.143-0.429-1.587,0	c-0.429,0.444-0.429,1.143,0,1.587l9.952,9.952c0.429,0.429,1.143,0.429,1.587,0L26.485,21.206z'/%3E%3C/svg%3E");
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: .9rem
}

.widget.event-form-widget .custom-control {
	margin-top: 2rem
}

.widget.widget-cta {
	background: url(../src/images/bg-widget-cta.html) center center/cover no-repeat;
	color: #fff;
	padding: 3rem 3rem 8rem 3rem;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.widget.widget-cta h2 {
	color: #fff;
	font-size: 2.6rem;
	text-transform: uppercase
}

.widget.widget-cta p {
	font-size: 1.9rem;
	margin-bottom: 3.5rem
}

.widget.widget-cta .btn {
	position: absolute;
	left: 0;
	bottom: 3rem
}

.widget.widget-newsletter .widget-header {
	position: relative;
	height: 17.5rem;
	background: url(../src/images/bg-header-widget-nwsltr.html) center center/cover no-repeat;
	margin: -4rem -2rem 5rem -2rem;
	border-radius: .3rem .3rem 0 0
}

.widget.widget-newsletter .widget-header:before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.133 15.107'%3E%3Cpath fill='%23fff' d='M58.133,15.104L0,15.107c0,0,5.72-1.081,7.531-2.773C14.033,6.266,15.588,0,28.905,0	c13.319,0,15.343,6.491,21.823,12.478C52.467,14.085,58.133,15.104,58.133,15.104L58.133,15.104z'/%3E%3C/svg%3E");
	display: block;
	width: 12rem;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: -.7rem
}

.widget.widget-newsletter .widget-header svg {
	fill: #bf473b;
	width: 4.3rem;
	height: 4.3rem;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	margin-top: -2rem
}

.widget.widget-newsletter p {
	font-size: 2rem;
	margin-bottom: 3rem
}

.widget.widget-newsletter form p {
	margin: 0
}

.widget.widget-newsletter .form-group br {
	display: none
}

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

.widget.widget_search {
	padding: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0
}

.widget.widget_search form {
	position: relative;
	border: 1px solid #b7b7b7;
	border-radius: .3rem;
	overflow: hidden
}

.widget.widget_search form .search-field {
	border: 0;
	font-size: 1.7rem;
	height: 5rem;
	padding: 1.5rem 5.5rem 1.5rem 1.5rem;
	width: 100%
}

.widget.widget_search form .search-submit {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	width: 4rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0
}

.widget.widget_search form .search-submit svg {
	fill: #bf473b;
	width: 1.6rem;
	height: 1.6rem
}

.widget.widget_categories .widget-title {
	text-align: center;
	font-size: 2rem;
	text-transform: uppercase;
	color: #202022;
	margin-bottom: 3.5rem
}

.widget.widget_categories .widget-title:before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25px' fill='%23274789' viewBox='0 0 70 87.5'%3E%3Cg transform='translate(0,-982.36218)'%3E%3Cpath d='m 35,1001.3622 -28,11 28,11 28,-11 -28,-11 z m -25,13.1875 0,8.0937 c -0.5969,0.3461 -1,0.9792 -1,1.7188 0,1.1046 0.8954,2 2,2 1.1046,0 2,-0.8954 2,-2 0,-0.7396 -0.4031,-1.3727 -1,-1.7188 l 0,-7.3125 -2,-0.7812 z m 7,3.75 0,9.0625 c 0,2.7518 8.028,6 18,6 9.972,0 18,-3.2482 18,-6 l 0,-9.0625 -18,7.0625 -18,-7.0625 z' /%3E%3C/g%3E%3C/svg%3E");
	display: inline-block;
	position: relative;
	top: 11px
}

.widget.widget_categories ul {
	list-style: none;
	padding: 0
}

.widget.widget_categories ul:last-child {
	margin-bottom: 0
}

.widget.widget_categories ul li {
	position: relative;
	padding-left: 2rem;
	font-size: 1.9rem;
	margin-bottom: 1.5rem
}

.widget.widget_categories ul li:before {
	display: block;
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f26a35' width='14px' height='14px' viewBox='0 0 1792 1792'%3E%3Cpath d='M1600 960q0 54-37 91l-651 651q-39 37-91 37-51 0-90-37l-75-75q-38-38-38-91t38-91l293-293h-704q-52 0-84.5-37.5t-32.5-90.5v-128q0-53 32.5-90.5t84.5-37.5h704l-293-294q-38-36-38-90t38-90l75-75q38-38 90-38 53 0 91 38l651 651q37 35 37 90z'/%3E%3C/svg%3E");
	position: absolute;
	left: 0;
	top: .1rem
}

.widget.widget_categories ul li:last-child {
	margin-bottom: 0
}

.widget.widget_categories ul li a {
	color: #bf473b
}

.widget.widget_categories ul li a:hover,
.widget.widget_categories ul li a:focus {
	color: #f26a35
}

.widget.widget_recent_entries .widget-title {
	text-align: center;
	font-size: 2rem;
	text-transform: uppercase;
	color: #202022;
	margin-bottom: 3.5rem
}

.widget.widget_recent_entries .widget-title:before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25px' fill='%23274789' viewBox='0 0 100 125'%3E%3Cg transform='translate(0,-952.36218)'%3E%3Cpath d='m 22,959.36218 c -2.216,0 -4,1.784 -4,4 l 0,78.00002 c 0,2.216 1.784,4 4,4 l 56,0 c 2.216,0 4,-1.784 4,-4 l 0,-78.00002 c 0,-2.216 -1.784,-4 -4,-4 l -56,0 z m 9,15 c 2.209,0 4,1.7909 4,4 0,2.2091 -1.791,4 -4,4 -2.209,0 -4,-1.7909 -4,-4 0,-2.2091 1.791,-4 4,-4 z m 13,2 27,0 c 1.1046,0 2,0.8954 2,2 0,1.1046 -0.8954,2 -2,2 l -27,0 c -1.1046,0 -2,-0.8954 -2,-2 0,-1.1046 0.8954,-2 2,-2 z m -13,14 c 2.209,0 4,1.7909 4,4 0,2.2091 -1.791,4 -4,4 -2.209,0 -4,-1.7909 -4,-4 0,-2.2091 1.791,-4 4,-4 z m 13,2 27,0 c 1.1046,0 2,0.8954 2,2 0,1.1046 -0.8954,2 -2,2 l -27,0 c -1.1046,0 -2,-0.8954 -2,-2 0,-1.1046 0.8954,-2 2,-2 z m -13,14.00002 c 2.209,0 4,1.7909 4,4 0,2.2091 -1.791,4 -4,4 -2.209,0 -4,-1.7909 -4,-4 0,-2.2091 1.791,-4 4,-4 z m 13,2 27,0 c 1.1046,0 2,0.8954 2,2 0,1.1046 -0.8954,2 -2,2 l -27,0 c -1.1046,0 -2,-0.8954 -2,-2 0,-1.1046 0.8954,-2 2,-2 z m -13,14 c 2.209,0 4,1.7909 4,4 0,2.2091 -1.791,4 -4,4 -2.209,0 -4,-1.7909 -4,-4 0,-2.2091 1.791,-4 4,-4 z m 13,2 27,0 c 1.1046,0 2,0.8954 2,2 0,1.1046 -0.8954,2 -2,2 l -27,0 c -1.1046,0 -2,-0.8954 -2,-2 0,-1.1046 0.8954,-2 2,-2 z' /%3E%3C/g%3E%3C/svg%3E");
	display: inline-block;
	position: relative;
	top: 12px
}

.widget.widget_recent_entries ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.widget.widget_recent_entries ul li {
	position: relative;
	font-size: 1.7rem;
	font-weight: 300;
	padding-bottom: 1rem;
	margin-bottom: 1rem
}

.widget.widget_recent_entries ul li:after {
	content: "";
	display: block;
	width: 15px;
	height: 2px;
	background: #e6e8ee;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: -1px
}

.widget.widget_recent_entries ul li:last-child {
	margin: 0;
	padding: 0
}

.widget.widget_recent_entries ul li:last-child:after {
	display: none
}

.widget.widget_recent_entries ul li a {
	color: #202022
}

.widget.widget_recent_entries ul li a:hover,
.widget.widget_recent_entries ul li a:focus {
	color: #f26a35
}

@media (min-width:576px) {
	.widget.widget-cta {
		padding-bottom: 3rem
	}
	.widget.widget-cta .btn {
		position: static;
		font-size: 1.2rem;
		padding-left: 0;
		padding-right: 0
	}
}

@media (min-width:992px) {
	.widget.widget-cta {
		padding: 7rem 3rem
	}
	.widget.widget-cta h2 {
		font-size: 3.2rem
	}
	.widget.widget-cta .btn-block {
		display: block;
		width: 100%
	}
}

@media (min-width:1200px) {
	.widget.widget-cta .btn {
		font-size: 1.3rem
	}
}

.widget-area .widget {
	margin-bottom: 4rem
}

.widget-area .widget:last-child {
	margin-bottom: 0
}

.custom-control {
	margin: 0;
	padding: 0
}

.custom-control .custom-control-label {
	font-size: 1.5rem;
	padding-left: 2.5rem
}

.custom-control .custom-control-label:after {
	content: "";
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	border: 1px solid #e6e8ee;
	background: #fff;
	position: absolute;
	left: 0;
	top: 1px
}

.custom-control .custom-control-label:before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f26a35' viewBox='0 0 1792 1792'%3E%3Cpath d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/%3E%3C/svg%3E");
	display: none;
	width: 1.2rem;
	height: 1.2rem;
	position: absolute;
	z-index: 1;
	left: 2px;
	top: 0
}

.custom-control [type="checkbox"]:checked+.custom-control-label:before {
	display: block
}

@media (min-width:992px) {
	.events-overlay-sidebar {
		padding-left: 3rem
	}
}

.spinner {
	width: 4rem;
	height: 4rem;
	position: relative;
	margin: 1rem auto
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #f26a35;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0)
	}
	50% {
		-webkit-transform: scale(1)
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}
	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

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

.table-responsive:last-child {
	margin-bottom: 0
}

.site-table {
	border-radius: .3rem;
	-webkit-box-shadow: 0 0 10px 0 #e6e8ee;
	box-shadow: 0 0 10px 0 #e6e8ee;
	border: 1px solid #e6e8ee;
	margin: 3rem 0
}

.site-table:first-child {
	margin-top: 0
}

.site-table:last-child {
	margin-bottom: 0
}

.site-table.full-width {
	width: 100%
}

.site-table thead th {
	vertical-align: top;
	font-size: 1.6rem;
	font-weight: 600;
	background: #f5f7f9;
	text-transform: uppercase;
	padding: 1rem
}

.site-table tbody th {
	vertical-align: top;
	border-top: 1px solid #e6e8ee;
	padding: 1rem;
	font-size: 1.4rem;
	font-weight: 500
}

.site-table tbody td {
	vertical-align: top;
	border-top: 1px solid #e6e8ee;
	padding: 1rem;
	font-size: 1.4rem
}

.site-table tbody td.booking {
	background-color: #b7b7b7;
	text-align: center;
	font-weight: 600;
	padding-top: .7rem;
	padding-bottom: .7rem
}

.site-table.header-vertical tbody th {
	font-size: 1.6rem;
	font-weight: 600;
	background: #f5f7f9;
	text-transform: uppercase
}

.site-table.event-table {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.site-table.event-table thead th {
	background: none;
	padding: 2rem 3rem 2rem 0;
	border-bottom: 1px solid #e6e8ee
}

.site-table.event-table tbody td,
.site-table.event-table tbody th {
	padding: 1rem 3rem 1rem 0;
	line-height: 2.2rem
}

.site-table.event-table tbody td:last-child,
.site-table.event-table tbody th:last-child {
	padding-right: 0
}

.site-table.event-table tbody th {
	font-size: 1.6rem;
	font-weight: 600;
	border: 0;
	color: #a6a8b2
}

.site-table.event-table tbody td {
	font-size: 1.9rem;
	color: #4a4a4d;
	border: 0
}

.site-table.event-table tbody td strong {
	font-size: 1.6rem;
	font-weight: 400;
	position: relative;
	padding-left: 30px
}

.site-table.event-table tbody td strong:before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ced4d9' viewBox='0 0 1792 1792'%3E%3Cpath d='M192 1664h288v-288h-288v288zm352 0h320v-288h-320v288zm-352-352h288v-320h-288v320zm352 0h320v-320h-320v320zm-352-384h288v-288h-288v288zm736 736h320v-288h-320v288zm-384-736h320v-288h-320v288zm768 736h288v-288h-288v288zm-384-352h320v-320h-320v320zm-352-864v-288q0-13-9.5-22.5t-22.5-9.5h-64q-13 0-22.5 9.5t-9.5 22.5v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm736 864h288v-320h-288v320zm-384-384h320v-288h-320v288zm384 0h288v-288h-288v288zm32-480v-288q0-13-9.5-22.5t-22.5-9.5h-64q-13 0-22.5 9.5t-9.5 22.5v288q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5-9.5t9.5-22.5zm384-64v1280q0 52-38 90t-90 38h-1408q-52 0-90-38t-38-90v-1280q0-52 38-90t90-38h128v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h384v-96q0-66 47-113t113-47h64q66 0 113 47t47 113v96h128q52 0 90 38t38 90z'/%3E%3C/svg%3E");
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0
}

.site-table.event-table tbody tr.separator td,
.site-table.event-table tbody tr.separator th {
	padding: 2rem 0
}

.site-table.event-table tbody tr.separator td {
	position: relative
}

.site-table.event-table tbody tr.separator td:before {
	content: "";
	border-bottom: 1px solid #e6e8ee;
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	top: 50%
}

.site-table.event-table tbody tr.separator:after {
	display: none
}

.site-table.event-table tbody tr:first-child th,
.site-table.event-table tbody tr:first-child td {
	padding-top: 3rem
}

@media (min-width:768px) {
	.site-table.event-table thead th {
		padding: 3.5rem 5rem 3.5rem 0
	}
	.site-table.event-table tbody td,
	.site-table.event-table tbody th {
		padding: 1rem 5rem 1rem 0
	}
	.site-table.event-table tbody tr.separator td,
	.site-table.event-table tbody tr.separator th {
		padding: 3rem 0
	}
	.site-table.event-table tbody tr:first-child th,
	.site-table.event-table tbody tr:first-child td {
		padding-top: 4rem
	}
}

@media (min-width:992px) {
	.site-table.event-table thead th {
		padding: 5rem 7rem 5rem 0
	}
	.site-table.event-table tbody td,
	.site-table.event-table tbody th {
		padding: 1rem 7rem 1rem 0
	}
	.site-table.event-table tbody tr.separator td,
	.site-table.event-table tbody tr.separator th {
		padding: 4rem 0
	}
	.site-table.event-table tbody tr:first-child th,
	.site-table.event-table tbody tr:first-child td {
		padding-top: 5rem
	}
}

.site-table.spacing-sm th,
.site-table.spacing-sm td {
	padding: 1rem;
	font-size: 1.6rem
}

.site-table.table-bordered th,
.site-table.table-bordered td {
	border-right: 1px solid #e6e8ee
}

.site-table img {
	max-width: 15rem;
	height: auto
}

.site-table [rowspan] {
	border-right: 1px solid #e6e8ee
}

@media (min-width:992px) {
	.site-table thead th {
		font-size: 1.8rem;
		padding: 1.5rem 2rem
	}
	.site-table tbody th {
		font-size: 1.9rem;
		padding: 2rem
	}
	.site-table tbody td {
		font-size: 1.9rem;
		padding: 2rem
	}
	.site-table.header-vertical tbody th {
		font-size: 1.9rem;
		padding: 2rem
	}
}

.accordion-wrap .accordion-item .accordion-item-header h5 {
	margin: 0
}

.accordion-wrap .accordion-item .accordion-item-header h5 button {
	font-size: 2rem;
	text-align: left;
	font-weight: 300;
	border: 1px solid #e6e8ee;
	background: #f5f7f9;
	padding: 1.7rem 2rem 1.7rem 4rem;
	position: relative;
	margin-top: -1px
}

.accordion-wrap .accordion-item .accordion-item-header h5 button:before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f26a35' viewBox='0 0 1792 1792'%3E%3Cpath d='M941 1299l454-454q19-19 19-45t-19-45l-102-102q-19-19-45-19t-45 19l-307 307-307-307q-19-19-45-19t-45 19l-102 102q-19 19-19 45t19 45l454 454q19 19 45 19t45-19zm723-403q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'/%3E%3C/svg%3E");
	width: 2rem;
	height: 2rem;
	position: absolute;
	z-index: 1;
	left: 1.6rem;
	top: 2rem
}

.accordion-wrap .accordion-item .accordion-item-header h5 button.collapsed {
	background: none
}

.accordion-wrap .accordion-item .accordion-item-header h5 button.collapsed:before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234a4a4d' viewBox='0 0 1792 1792'%3E%3Cpath d='M845 1395l454-454q19-19 19-45t-19-45l-454-454q-19-19-45-19t-45 19l-102 102q-19 19-19 45t19 45l307 307-307 307q-19 19-19 45t19 45l102 102q19 19 45 19t45-19zm819-499q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'/%3E%3C/svg%3E")
}

.accordion-wrap .accordion-item .accordion-item-body {
	padding: 1.5rem
}

.accordion-wrap .accordion-item .accordion-item-body p {
	margin-bottom: 2.5rem
}

.accordion-wrap .accordion-item .accordion-item-body *:last-child {
	margin-bottom: 0
}

@media (min-width:768px) {
	.accordion-wrap .accordion-item .accordion-item-body {
		padding: 2.5rem 2.5rem 3rem 4rem
	}
}

.testimonials-wrap .testimonials-menu ul {
	padding: 0
}

.testimonials-wrap .testimonials-menu ul li {
	margin: 0 .5rem 0 0
}

.testimonials-wrap .testimonials-menu ul li .btn {
	margin-top: .5rem
}

.testimonials-wrap .testimonials-list {
	margin: 3rem -1.5rem 0
}

.testimonials-wrap .testimonials-list::after {
	display: block;
	clear: both;
	content: ""
}

.testimonials-wrap .testimonials-list .testimonial {
	width: 100%;
	padding: 0 1.5rem;
	text-align: left;
	font-style: italic
}

.testimonials-wrap .testimonials-list .testimonial blockquote {
	padding: 1.5rem 0;
	margin: 0;
	border-top: 2px solid #e6e8ee
}

.testimonials-wrap .testimonials-list .testimonial .blockquote-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2rem
}

.testimonials-wrap .testimonials-list .testimonial .blockquote-footer figure {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 7.5rem;
	flex: 0 0 7.5rem;
	margin: 0
}

.testimonials-wrap .testimonials-list .testimonial .blockquote-footer figure img {
	width: 6.5rem;
	height: 6.5rem;
	border-radius: 50%
}

.testimonials-wrap .testimonials-list .testimonial .blockquote-footer .blockquote-author {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 7.5rem);
	flex: 0 0 calc(100% - 7.5rem);
	font-size: 1.6rem;
	font-weight: 600;
	font-style: normal;
	color: #bf473b;
	text-transform: uppercase
}

.testimonials-wrap .testimonials-list .testimonial .blockquote-footer .blockquote-author cite {
	display: block;
	font-size: 1.3rem;
	font-weight: 400;
	font-style: normal
}

.testimonials-wrap .testimonials-list .testimonial .blockquote-footer:before {
	display: none
}

@media (min-width:768px) {
	.testimonials-wrap .testimonials-menu ul li .btn {
		margin-top: 1rem
	}
	.testimonials-wrap .testimonials-list {
		margin-top: 4rem;
		margin-left: -1.5rem;
		margin-right: -1.5rem
	}
	.testimonials-wrap .testimonials-list .testimonial {
		padding: 0 2rem;
		float: left;
		width: 50%
	}
	.testimonials-wrap .testimonials-list .testimonial blockquote {
		padding: 3.5rem 0
	}
}

@media (min-width:992px) {
	.testimonials-wrap .testimonials-menu ul li .btn {
		margin-top: 2rem
	}
	.testimonials-wrap .testimonials-list {
		margin-top: 6rem
	}
	.testimonials-wrap .testimonials-list .testimonial {
		width: 33.333333%
	}
	.testimonials-wrap .testimonials-list .testimonial blockquote {
		padding: 5.5rem 0
	}
}

.blog-grid .container {
	max-width: 1190px;
	padding-left: 2.5rem;
	padding-right: 2.5rem
}

.blog-grid .container .row {
	margin-left: -2.5rem;
	margin-right: -2.5rem
}

.blog-grid .container .row [class^="col-"] {
	padding-left: 2.5rem;
	padding-right: 2.5rem
}

.equal-articles article {
	padding: 0 0 6rem 0
}

.equal-articles article .post-thumbnail {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 12.25rem;
	margin-bottom: 2.5rem
}

.equal-articles article .post-thumbnail img {
	margin: auto;
	min-width: 100%;
	height: auto;
	position: absolute;
	left: -999px;
	right: -999px;
	top: -999px;
	bottom: -999px
}

@media (min-width:768px) {
	.equal-articles article .post-thumbnail {
		height: 17.5rem
	}
}

.equal-articles article .post-thumbnail img {
	max-width: 110%
}

.equal-articles article .post-thumbnail.page-thumbnail img {
	max-width: 200%
}

.equal-articles article .entry-meta {
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	position: relative
}

.equal-articles article .entry-meta:after {
	content: "";
	width: 3.5rem;
	height: 1px;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -.5px;
	background: #e6e8ee
}

.equal-articles article .entry-meta a {
	color: #bf473b
}

.equal-articles article .entry-meta a:hover,
.equal-articles article .entry-meta a:focus {
	color: #f26a35
}

.equal-articles article .entry-content {
	font-size: 1.9rem;
	height: 174px;
	overflow: hidden;
	margin-bottom: 1rem
}

.equal-articles article .entry-content h3 {
	font-size: 2rem
}

.equal-articles article .entry-content h3 a {
	color: #202022
}

.equal-articles article .entry-content h3 a:hover,
.equal-articles article .entry-content h3 a:focus {
	color: #f26a35
}

.equal-articles article .entry-content p {
	margin: 0
}

.equal-articles article .entry-footer {
	font-size: 1.6rem;
	text-align: right
}

.equal-articles article .entry-footer a {
	color: #b7b7b7
}

.equal-articles article .entry-footer a:hover,
.equal-articles article .entry-footer a:focus {
	color: #f26a35
}

.equal-articles article .entry-footer .read-more {
	float: left;
	color: #f26a35
}

.equal-articles article .entry-footer .read-more:hover,
.equal-articles article .entry-footer .read-more:focus {
	color: #b53b0c
}

.equal-articles article.type-page .post-thumbnail {
	margin-bottom: 0
}

.equal-articles article.type-page .post-thumbnail img {
	max-width: 200%
}

.equal-articles article.type-page .post-thumbnail .thumbnail-overlay {
	text-align: center;
	position: absolute;
	z-index: 1;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(0, 0, 0, .5);
	padding: 2rem
}

.equal-articles article.type-page .post-thumbnail .thumbnail-overlay .entry-title {
	color: #fff;
	margin-bottom: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.equal-articles article.type-page .post-thumbnail .thumbnail-overlay:hover .entry-title,
.equal-articles article.type-page .post-thumbnail .thumbnail-overlay:active .entry-title {
	color: #f26a35
}

.equal-articles.related-articles {
	margin-bottom: 3rem
}

.equal-articles.related-articles article {
	padding: 0
}

.equal-articles.related-articles article .entry-content {
	height: auto
}

@media (min-width:992px) {
	.equal-articles.related-articles {
		margin-bottom: 0;
		margin-top: 5rem
	}
}

.pagination {
	border-top: 1px solid #e6e8ee;
	text-align: center;
	padding: 2.5rem 0;
	font-size: 1.7rem;
	line-height: 34px
}

.pagination a {
	color: #4a4a4d;
	margin: 0 5px;
	display: inline-block
}

.pagination a:hover,
.pagination a:focus {
	color: #f26a35
}

.pagination .current {
	display: inline-block;
	color: #f26a35
}

.pagination .prev,
.pagination .next {
	float: left;
	padding: 0 15px;
	margin: 0;
	font-size: 20px;
	line-height: 32px
}

.pagination .next {
	float: right
}

@media (min-width:768px) {
	.pagination .prev,
	.pagination .next {
		font-size: 1.7rem;
		border: 1px solid #b7b7b7;
		border-radius: .3rem
	}
}

.post-navigation {
	text-align: center;
	padding: 2.5rem 0;
	font-size: 1.7rem
}

.post-navigation::after {
	display: block;
	clear: both;
	content: ""
}

.post-navigation .nav-previous {
	float: left
}

.post-navigation .nav-next {
	float: right
}

.single-post article {
	font-size: 1.9rem
}

.single-post article .entry-meta {
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	position: relative
}

.single-post article .entry-meta:after {
	content: "";
	width: 3.5rem;
	height: 1px;
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -.5px;
	background: #e6e8ee
}

.single-post article .entry-meta a {
	color: #bf473b
}

.single-post article .entry-meta a:hover,
.single-post article .entry-meta a:focus {
	color: #f26a35
}

.single-post article .entry-meta time {
	font-weight: 400;
	color: #4a4a4d;
	float: right
}

.single-post article .post-thumbnail {
	margin-bottom: 2.5rem
}

.single-post article .post-thumbnail img {
	max-width: 100%;
	height: auto
}

.single-post article .entry-content img {
	max-width: 100%;
	height: auto
}

.single-post article h1,
.single-post article h2,
.single-post article h3,
.single-post article h4,
.single-post article h5,
.single-post article h6 {
	margin-top: 3.5rem;
	margin-bottom: 1.5rem
}

.single-post article h1:first-child,
.single-post article h2:first-child,
.single-post article h3:first-child,
.single-post article h4:first-child,
.single-post article h5:first-child,
.single-post article h6:first-child {
	margin-top: 0
}

.single-post article h1:last-child,
.single-post article h2:last-child,
.single-post article h3:last-child,
.single-post article h4:last-child,
.single-post article h5:last-child,
.single-post article h6:last-child {
	margin-bottom: 0
}

.single-post article li {
	margin-bottom: 1.5rem
}

.single-post article p:last-child {
	margin-bottom: 0
}

.single-post article .collapse-trigger {
	display: block;
	padding-left: 2rem;
	position: relative;
	font-weight: 500;
	margin: 2rem 0;
	color: #4a4a4d
}

.single-post article .collapse-trigger:hover,
.single-post article .collapse-trigger:focus {
	color: #f26a35
}

.single-post article .collapse-trigger:before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f26a35' viewBox='0 0 1792 1792'%3E%3Cpath d='M941 1299l454-454q19-19 19-45t-19-45l-102-102q-19-19-45-19t-45 19l-307 307-307-307q-19-19-45-19t-45 19l-102 102q-19 19-19 45t19 45l454 454q19 19 45 19t45-19zm723-403q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'/%3E%3C/svg%3E");
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 2px
}

.single-post article .collapse-trigger.collapsed {
	background: none
}

.single-post article .collapse-trigger.collapsed:before {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234a4a4d' viewBox='0 0 1792 1792'%3E%3Cpath d='M845 1395l454-454q19-19 19-45t-19-45l-454-454q-19-19-45-19t-45 19l-102 102q-19 19-19 45t19 45l307 307-307 307q-19 19-19 45t19 45l102 102q19 19 45 19t45-19zm819-499q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z'/%3E%3C/svg%3E")
}

.single-post article .collapse {
	margin-bottom: 4rem
}

.single-post article .entry-cta {
	position: relative;
	background: url(../src/images/bg-entry-cta.html) center center/cover no-repeat;
	padding: 3.5rem 3.5rem 10rem 3.5rem;
	color: #fff;
	font-size: 2rem;
	margin-top: 3rem
}

.single-post article .entry-cta h2 {
	color: #fff;
	margin-bottom: 2rem
}

.single-post article .entry-cta p {
	margin-bottom: 1.5rem
}

.single-post article .entry-cta .btn {
	position: absolute;
	left: 0;
	bottom: 3rem;
	width: 100%
}

@media (min-width:576px) {
	.single-post article .entry-cta {
		padding-bottom: 3.5rem
	}
	.single-post article .entry-cta .btn {
		position: static;
		width: auto
	}
}

.site-form [role="alert"],
.site-form .wpcf7-response-output {
	display: none!important
}

.site-form.invalid .wpcf7-validates-as-required {
	border-color: crimson;
	-webkit-box-shadow: 0 0 15px rgba(220, 20, 60, .3);
	box-shadow: 0 0 15px rgba(220, 20, 60, .3)
}

.site-form .dropdown-toggle {
	margin-top: 0;
	padding: 1.4rem 2rem;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.42105;
	color: #414141;
	text-transform: none;
	background-color: #fff;
	letter-spacing: 0;
	border: 1px solid #b7b7b7;
	border-radius: .3rem
}

.site-form .dropdown-toggle.bs-invalid {
	border-color: #dc3545
}

.site-form .dropdown-toggle.bs-valid {
	border-color: #28a745
}

.site-form.institute-form {
	width: 100%;
	max-width: 70rem;
	margin: 0 auto 1rem
}

.site-form.institute-form .btn {
	margin-top: 0;
	display: block
}

.site-form.institute-form .row {
	margin-left: -5px;
	margin-right: -5px
}

.site-form.institute-form .row>* {
	padding-left: 5px;
	padding-right: 5px
}

@media (min-width:768px) {
	.site-form.institute-form {
		margin-bottom: 0
	}
}

.open>.dropdown-menu {
	display: block
}

.bootstrap-select.btn-group .dropdown-menu li {
	border-bottom: 1px solid #f5f7f9;
	font-size: 1.5rem
}

.bootstrap-select.btn-group .dropdown-menu li:last-child {
	border: 0
}

.bootstrap-select.btn-group .dropdown-menu li.hidden {
	display: none
}

.bootstrap-select.btn-group .dropdown-menu li a {
	font-size: 1.5rem;
	display: block;
	padding: .5rem 2rem;
	color: #414141
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
	background: #f26a35;
	color: #fff
}

.bootstrap-select .pull-left {
	float: left
}

.bootstrap-select .dropdown-toggle:after {
	margin-left: 0
}

.bs-searchbox .form-control {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.full-height-page .banner .btn {
	min-width: 16rem
}

.u-hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden
}

.institute-logo {
	max-width: 15rem!important;
	height: auto;
	margin-top: 1.5rem
}

.separator {
	position: relative;
	margin: .7rem auto;
	height: 1px
}

.separator:after {
	content: "";
	display: block;
	width: 8rem;
	height: 1px;
	background: #f26a35;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4rem
}

@media (min-width:992px) {
	.separator {
		margin: 1.5rem auto
	}
}

.gallery {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	margin-top: 3rem
}

.gallery .gallery-item-outer {
	float: left;
	width: 50%;
	padding: 0 1.5rem
}

.gallery .gallery-item {
	border-radius: .3rem;
	-webkit-box-shadow: 0 0 10px 0 #e6e8ee;
	box-shadow: 0 0 10px 0 #e6e8ee;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	border: 1px solid #e6e8ee;
	font-size: 1.6rem;
	font-weight: 500
}

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

.gallery .gallery-item figcaption {
	padding: 1.5rem
}

@media (min-width:768px) {
	.gallery .gallery-item-outer {
		width: 33.3333333%
	}
}

@media (min-width:992px) {
	.gallery .gallery-item-outer {
		width: 25%
	}
}

.simple-content h1,
.simple-content h2,
.simple-content h3,
.simple-content h4,
.simple-content h5,
.simple-content h6,
.layout-regular h1,
.layout-regular h2,
.layout-regular h3,
.layout-regular h4,
.layout-regular h5,
.layout-regular h6 {
	margin-top: 3.5rem;
	margin-bottom: 1.5rem
}

.simple-content h1:first-child,
.simple-content h2:first-child,
.simple-content h3:first-child,
.simple-content h4:first-child,
.simple-content h5:first-child,
.simple-content h6:first-child,
.layout-regular h1:first-child,
.layout-regular h2:first-child,
.layout-regular h3:first-child,
.layout-regular h4:first-child,
.layout-regular h5:first-child,
.layout-regular h6:first-child {
	margin-top: 0
}

@media (min-width:768px) {
	.simple-content.spaced-headings h2,
	.layout-regular.spaced-headings h2 {
		margin-top: 7rem
	}
}

.opening-hours {
	text-transform: capitalize
}

.opening-hours th {
	font-weight: 500;
	padding-right: 5px
}

.wpsl-gmap-canvas {
	height: 300px
}

@media (min-width:768px) {
	.wpsl-gmap-canvas {
		height: 400px
	}
}

@media (min-width:992px) {
	.wpsl-gmap-canvas {
		height: 500px
	}
}

@media (min-width:1200px) {
	.wpsl-gmap-canvas {
		height: 600px
	}
}

.wpsl-directions {
	display: none
}

.wpsl-info-window span {
	display: block
}

.stores-shortlist {
	margin: 0 -15px
}

.stores-shortlist::after {
	display: block;
	clear: both;
	content: ""
}

.stores-shortlist .store {
	padding: 0 15px;
	float: left;
	width: 50%;
	font-size: 1.6rem
}

.stores-shortlist .store h4 {
	font-size: 1.6rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #bf473b;
	margin: 0 0 .5rem
}

.stores-shortlist .store ul {
	list-style: none;
	margin: 0 0 3rem;
	padding: 0;
	text-transform: capitalize
}

.stores-shortlist .store ul li {
	margin-bottom: 0
}

@media (min-width:576px) {
	.stores-shortlist .store {
		width: 50%
	}
}

@media (min-width:768px) {
	.stores-shortlist .store {
		width: 25%
	}
}

#form-field-variable-row.hide {
	display: none
}

.search-no-results .background-motif {
	display: none
}

.white-bg .column-content {
	background: #fff
}

.team-member {
	position: relative;
	width: 100%;
	padding-left: 8rem;
	padding-bottom: 1.5rem;
	text-align: left;
	border-bottom: 1px solid #e6e8ee
}

.team-member:first-of-type {
	margin-top: 2.5rem
}

.team-member:last-of-type {
	border: 0;
	padding-bottom: 0
}

.team-member figure {
	width: 5rem;
	height: 5rem;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0
}

.team-member figure img {
	display: block;
	border-radius: 50%;
	position: relative;
	z-index: 2
}

.team-member h4 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	position: relative
}

.team-member h4 small {
	display: block;
	font-size: 1.6rem;
	color: #4a4a4d;
	font-weight: 500
}

.team-member h4:after {
	content: "";
	display: block;
	width: 8rem;
	height: 1px;
	background: #f26a35;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0
}

.team-member br {
	display: none
}

@media (min-width:768px) {
	.team-member {
		padding-left: 14rem;
		padding-bottom: 3rem
	}
	.team-member:first-of-type {
		margin-top: 4rem
	}
	.team-member figure {
		width: 10rem;
		height: 10rem
	}
	.team-member h4 {
		margin-top: 2.5rem;
		margin-bottom: 1.5rem;
		padding-bottom: 1.5rem
	}
}

.blockquote-single {
	position: relative;
	margin: 6rem 0 0;
	border: 2px solid #4a4a4d;
	font-size: 90%;
	font-style: italic;
	padding: 4rem 2rem 2rem
}

.blockquote-single:before,
.blockquote-single:after {
	content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23274789' viewBox='0 0 100 125'%3E%3Cpath d='M46.533,34.958c0-11.468-9.299-20.764-20.767-20.764C14.298,14.194,5,23.49,5,34.958c0,11.228,8.917,20.353,20.05,20.731  c-1.347,9.106-7.876,20.2-17.792,30.116C25.319,85.806,46.533,60.058,46.533,34.958z'/%3E%3Cpath d='M74.233,14.194c-11.468,0-20.767,9.296-20.767,20.764c0,11.228,8.917,20.353,20.05,20.731  c-1.347,9.106-7.876,20.2-17.792,30.116C73.786,85.806,95,60.058,95,34.958C95,23.49,85.702,14.194,74.233,14.194z'/%3E%3C/svg%3E");
	display: block;
	width: 6rem;
	height: auto;
	position: absolute;
	opacity: .04
}

.blockquote-single:before {
	left: 2rem;
	top: 0rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.blockquote-single:after {
	right: 2rem;
	bottom: 0
}

.blockquote-single figure {
	position: absolute;
	top: 0;
	margin-top: -2.5rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.blockquote-single figure img {
	display: inline-block;
	width: 5rem;
	height: 5rem;
	border: 2px solid #4a4a4d;
	border-radius: 50%;
	position: relative;
	z-index: 1
}

.blockquote-single figure img:not(:first-child) {
	margin-left: -.5rem;
	z-index: 0
}

.blockquote-single .blockquote-footer {
	padding-top: 2rem;
	margin-top: 2rem;
	font-size: 2rem;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	position: relative
}

.blockquote-single .blockquote-footer cite {
	font-size: 1.9rem;
	display: block;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0
}

.blockquote-single .blockquote-footer:before {
	content: "";
	display: block;
	width: 8rem;
	height: 1px;
	background: #f26a35;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4rem
}

@media (min-width:768px) {
	.blockquote-single {
		margin: 10rem 0 0;
		padding: 8rem 5rem 5rem
	}
	.blockquote-single:before,
	.blockquote-single:after {
		width: 14rem
	}
	.blockquote-single:before {
		left: 6rem;
		top: -3rem
	}
	.blockquote-single:after {
		right: 6rem;
		bottom: 0
	}
	.blockquote-single figure {
		margin-top: -5rem
	}
	.blockquote-single figure img {
		width: 10rem;
		height: 10rem
	}
	.blockquote-single figure img:not(:first-child) {
		margin-left: -2rem
	}
	.blockquote-single .blockquote-footer {
		padding-top: 4rem;
		margin-top: 4rem
	}
}

#institute-results,
.spinner-wrap,
.email-check {
	display: none
}

.popover.alert {
	border-color: #dc3545
}

.popover.alert .popover-body {
	color: #dc3545
}

.popover.alert .arrow::before {
	border-top-color: #dc3545
}

.dropdown-header .text {
	text-transform: uppercase;
	font-weight: 700
}

.form-group {
	position: relative
}

.invalid-feedback {
	width: 2rem;
	height: 2rem;
	position: absolute;
	z-index: 1070;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0
}

.invalid-feedback svg {
	width: 2rem;
	height: 2rem;
	fill: crimson
}

.invalid-feedback.spacing-left {
	left: 4.6rem
}

.btnfnt {
	font-size: 1.8rem !important;
}

#enqBtn {
	font-weight: bold;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 15px;
	border: none;
	outline: 0;
	background: #f12711;
	background: -webkit-linear-gradient(to left, #f5af19, #f12711);
	background: linear-gradient(to left, #f5af19, #f12711);
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
	border-radius: 4px;
	box-shadow: 6px 6px 7px 0 rgba(51, 51, 51, .3411764705882353)
}

#enqBtn>a {
	color: #fff;
	font-size: 14px
}

#enqBtn:hover {
	background-color: #555
}

@media (max-width:767px) {
	#enqBtn {
		width: 100%;
		right: 0;
		bottom: 0;
		border-radius: 0;
		text-align: center
	}
	#mastfoot {
		margin-bottom: 43px
	}
	.icon-envelope-solid {
		display: block;
	}
}

.envsyle {
	height: 27px;
	width: 22px;
	margin-right: 5px;
	padding-bottom: -1px;
	display: inline-block;
	margin-bottom: -8px;
	fill: #fff;
}

.ctaformlabel {
	width: 100%;
}

.ctaformlabel {
	width: 100%;
}

#chkpopover {
	background-color: #fff;
	border: 1px solid #dc3545;
	color: #dc3545;
	padding: 10px 10px;
	margin-top: 7px;
	width: auto;
	font-size: 16px;
	border-radius: 4px;
	display: none;
}

ul.list-timeline ul li:not(.clearfix).list-right {
	background-color: skyblue;
}

ul.list-timeline ul li:not(.clearfix).list-left {
	background-color: skyblue;
}

.site-header .main-menu ul li ul {
	background: #c0392b;
}

ul.chh li {
	float: left;
	list-style: none;
	margin: 10px 0px 10px 15px;
	color: white;
	font-size: 16px;
}

ul.chhh li {
	float: right;
	list-style: none;
	margin: 10px 15px 10px 0px;
}

ul.chhh li a {
	color: white;
	margin: 0px 10px 0px 0px;
}

.banner1 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	font-size: 1.7rem;
	padding: 3rem 0;
	position: relative
}

@media (max-width: 480px) {
	.hidd {
		display: none;
	}
	.banner {
		height: auto !important;
	}
}

.tabless tr td {
	padding: 4px;
	line-height: 1.42857143;
	vertical-align: top;
}