.swiper-container {
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
	z-index:1
}
.swiper-container-no-flexbox .swiper-slide {
	float:left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient:vertical;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column
}
.swiper-wrapper {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	height:100%;
	position:relative;
	-webkit-transition-property:-webkit-transform;
	transition-property:-webkit-transform;
	transition-property:transform;
	transition-property:transform, -webkit-transform;
	width:100%;
	z-index:1
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	margin:0 auto;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.swiper-slide {
	-ms-flex-negative:0;
	-webkit-flex-shrink:0;
	-ms-flex:0 0 auto;
	flex-shrink:0;
	height:100%;
	position:relative;
	width:100%
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height:auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align:start;
	-ms-flex-align:start;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	-webkit-transition-property:-webkit-transform, height;
	-webkit-transition-property:height, -webkit-transform;
	transition-property:height, -webkit-transform;
	transition-property:transform, height;
	transition-property:transform, height, -webkit-transform
}
.swiper-container .swiper-notification {
	left:0;
	opacity:0;
	pointer-events:none;
	position:absolute;
	top:0;
	z-index:-1000
}
.swiper-wp8-horizontal {
	-ms-touch-action:pan-y;
	touch-action:pan-y
}
.swiper-wp8-vertical {
	-ms-touch-action:pan-x;
	touch-action:pan-x
}
.swiper-button-next, .swiper-button-prev {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:27px 44px;
	cursor:pointer;
	height:44px;
	margin-top:-22px;
	position:absolute;
	top:50%;
	width:27px;
	z-index:10
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	cursor:auto;
	opacity:.35;
	pointer-events:none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left:10px;
	right:auto
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left:auto;
	right:10px
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-pagination {
	position:absolute;
	text-align:center;
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
-webkit-transition:.3s;
transition:.3s;
	z-index:10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity:0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:10px;
	left:0;
	width:100%
}
.swiper-pagination-bullet {
	background:#000;
	border-radius:100%;
	display:inline-block;
	height:8px;
	opacity:.2;
	width:8px
}
button.swiper-pagination-bullet {
	-moz-appearance:none;
	-ms-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin:0;
	padding:0
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor:pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
	background:#fff
}
.swiper-pagination-bullet-active {
	background:#007aff;
	opacity:1
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background:#fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background:#000
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right:10px;
	top:50%;
	-webkit-transform:translate3d(0, -50%, 0);
	transform:translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	display:block;
	margin:5px 0
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin:0 5px
}
.swiper-pagination-progress {
	background:rgba(0, 0, 0, .25);
	position:absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
	background:#007aff;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	-webkit-transform:scale(0);
	transform:scale(0);
	-webkit-transform-origin:left top;
	transform-origin:left top;
	width:100%
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin:right top;
	transform-origin:right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
	height:4px;
	left:0;
	top:0;
	width:100%
}
.swiper-container-vertical>.swiper-pagination-progress {
	height:100%;
	left:0;
	top:0;
	width:4px
}
.swiper-pagination-progress.swiper-pagination-white {
	background:hsla(0, 0%, 100%, .5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background:#fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background:#000
}
.swiper-container-3d {
	-webkit-perspective:1200px;
	-o-perspective:1200px;
	perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	height:100%;
	left:0;
	pointer-events:none;
	position:absolute;
	top:0;
	width:100%;
	z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image:linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image:linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image:linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image:linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	-ms-perspective:1200px
}
.swiper-container-cube, .swiper-container-flip {
	overflow:visible
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	pointer-events:none;
	z-index:1
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events:none
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events:auto
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:0
}
.swiper-container-cube .swiper-slide {
	height:100%;
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	visibility:hidden;
	width:100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin:100% 0;
	transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events:auto;
	visibility:visible
}
.swiper-container-cube .swiper-cube-shadow {
	background:#000;
	bottom:0;
	-webkit-filter:blur(50px);
	filter:blur(50px);
	height:100%;
	left:0;
	opacity:.6;
	position:absolute;
	width:100%;
	z-index:0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events:none;
	-webkit-transition-property:opacity;
	transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events:none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events:auto
}
.swiper-zoom-container {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	height:100%;
	-webkit-justify-content:center;
	justify-content:center;
	text-align:center;
	width:100%
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-height:100%;
	max-width:100%;
	-o-object-fit:contain;
	object-fit:contain
}
.swiper-scrollbar {
	background:rgba(0, 0, 0, .1);
	border-radius:10px;
	position:relative;
	-ms-touch-action:none
}
.swiper-container-horizontal>.swiper-scrollbar {
	bottom:3px;
	height:5px;
	left:1%;
	position:absolute;
	width:98%;
	z-index:50
}
.swiper-container-vertical>.swiper-scrollbar {
	height:98%;
	position:absolute;
	right:3px;
	top:1%;
	width:5px;
	z-index:50
}
.swiper-scrollbar-drag {
	background:rgba(0, 0, 0, .5);
	border-radius:10px;
	height:100%;
	left:0;
	position:relative;
	top:0;
	width:100%
}
.swiper-scrollbar-cursor-drag {
	cursor:move
}
.swiper-lazy-preloader {
	-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;
	animation:swiper-preloader-spin 1s steps(12) infinite;
	height:42px;
	left:50%;
	margin-left:-21px;
	margin-top:-21px;
	position:absolute;
	top:50%;
	-webkit-transform-origin:50%;
	transform-origin:50%;
	width:42px;
	z-index:10
}
.swiper-lazy-preloader:after {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position:50%;
	background-repeat:no-repeat;
	background-size:100%;
	content:"";
	display:block;
	height:100%;
	width:100%
}
.swiper-lazy-preloader-white:after {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
to {
-webkit-transform:rotate(1turn)
}
}
@keyframes swiper-preloader-spin {
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
html {
	height:100%;
	-ms-touch-action:manipulation;
	touch-action:manipulation
}
body, html {
	width:100%
}
body {
	min-height:100%
}
hr, main {
	display:block
}
hr {
	border-top:1px solid #ccc;
	height:1px;
	margin:1em 0;
	padding:0
}
audio, canvas, iframe, img, svg, video {
	vertical-align:middle
}
textarea {
	resize:vertical
}
html {
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	font-family:sans-serif
}
body {
	margin:0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display:block
}
audio, canvas, progress, video {
	display:inline-block;
	vertical-align:baseline
}
audio:not([controls]) {
display:none;
height:0
}
[hidden], template {
display:none
}
a {
	background-color:transparent
}
a:active, a:hover {
	outline:0
}
abbr[title] {
	border-bottom:1px dotted
}
b, strong {
	font-weight:700
}
dfn {
	font-style:italic
}
h1 {
	font-size:2em;
	margin:.67em 0
}
mark {
	background:#ff0;
	color:#000
}
small {
	font-size:80%
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sup {
	top:-.5em
}
sub {
	bottom:-.25em
}
img {
	border:0
}
svg:not(:root) {
overflow:hidden
}
figure {
	margin:1em 40px
}
hr {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	height:0
}
pre {
	overflow:auto
}
code, kbd, pre, samp {
	font-family:monospace, monospace;
	font-size:1em
}
button, input, optgroup, select, textarea {
	color:inherit;
	font:inherit;
	margin:0
}
button {
	overflow:visible
}
button, select {
	text-transform:none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance:button;
	cursor:pointer
}
button[disabled], html input[disabled] {
	cursor:default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height:normal
}
input[type=checkbox], input[type=radio] {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-appearance:textfield;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}
textarea {
	overflow:auto
}
optgroup {
	font-weight:700
}
table {
	border-collapse:collapse;
	border-spacing:0
}
td, th {
	padding:0
}
@media print {
*, :after, :before {
	background:transparent!important;
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
	color:#000!important;
	text-shadow:none!important
}
a, a:visited {
	text-decoration:underline
}
a[href]:after {
	content:" (" attr(href) ")"
}
abbr[title]:after {
	content:" (" attr(title) ")"
}
a[href^="#"]:after, a[href^="javascript:"]:after {
content:""
}
blockquote, pre {
	border:1px solid #999;
	page-break-inside:avoid
}
thead {
	display:table-header-group
}
img, tr {
	page-break-inside:avoid
}
img {
	max-width:100%!important
}
h2, h3, p {
	orphans:3;
	widows:3
}
h2, h3 {
	page-break-after:avoid
}
.navbar {
	display:none
}
.btn>.caret, .dropup>.btn>.caret {
	border-top-color:#000!important
}
.label {
	border:1px solid #000
}
.table {
	border-collapse:collapse!important
}
.table td, .table th {
	background-color:#fff!important
}
.table-bordered td, .table-bordered th {
	border:1px solid #ddd!important
}
}
*, :after, :before {
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
body {
	background-color:#fff;
	color:#333;
	font-family:OpenSans, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:1.5rem;
	line-height:1.71428571
}
button, input, select, textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit
}
a {
	color:#cdcdcd;
	text-decoration:none
}
a:focus, a:hover {
	color:#a7a7a7;
	text-decoration:underline
}
a:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
figure {
	margin:0
}
img {
	vertical-align:middle
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail>img, .thumbnail a>img {
	display:block;
	height:auto;
	max-width:100%
}
.img-rounded {
	border-radius:0
}
.img-thumbnail {
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:0;
	display:inline-block;
	height:auto;
	line-height:1.71428571;
	max-width:100%;
	padding:4px;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.img-circle {
	border-radius:50%
}
hr {
	border:0;
	border-top:1px solid #eee;
	margin-bottom:2rem;
	margin-top:2rem
}
[role=button] {
cursor:pointer
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color:inherit;
	font-family:OpenSans, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight:700;
	line-height:1.1
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	color:rgba(45, 45, 45, .2);
	font-weight:400;
	line-height:1
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-bottom:1rem;
	margin-top:2rem
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size:65%
}
.h4, .h5, .h6, h4, h5, h6 {
	margin-bottom:1rem;
	margin-top:1rem
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size:75%
}
.h4, .h6, h4, h6 {
	font-size:2rem
}
p {
	margin:0 0 1rem
}
.lead {
	font-size:1rem;
	font-weight:300;
	line-height:1.4;
	margin-bottom:2rem
}
@media (min-width:768px) {
.lead {
font-size:2.25rem
}
}
.small, small {
	font-size:86%
}
.mark, mark {
	background-color:#fcf8e3;
	padding:.2em
}
.text-left {
	text-align:left
}
.text-right {
	text-align:right
}
.text-center {
	text-align:center
}
.text-justify {
	text-align:justify
}
.text-nowrap {
	white-space:nowrap
}
.text-lowercase {
	text-transform:lowercase
}
.text-uppercase {
	text-transform:uppercase
}
.text-capitalize {
	text-transform:capitalize
}
.text-muted {
	color:rgba(45, 45, 45, .2)
}
.text-primary {
	color:#cdcdcd
}
a.text-primary:focus, a.text-primary:hover {
	color:#b4b4b4
}
.text-success {
	color:#3c763d
}
a.text-success:focus, a.text-success:hover {
	color:#2b542c
}
.text-info {
	color:#31708f
}
a.text-info:focus, a.text-info:hover {
	color:#245269
}
.text-warning {
	color:#8a6d3b
}
a.text-warning:focus, a.text-warning:hover {
	color:#66512c
}
.text-danger {
	color:#a94442
}
a.text-danger:focus, a.text-danger:hover {
	color:#843534
}
.bg-primary {
	background-color:#cdcdcd;
	color:#fff
}
a.bg-primary:focus, a.bg-primary:hover {
	background-color:#b4b4b4
}
.bg-success {
	background-color:#dff0d8
}
a.bg-success:focus, a.bg-success:hover {
	background-color:#c1e2b3
}
.bg-info {
	background-color:#d9edf7
}
a.bg-info:focus, a.bg-info:hover {
	background-color:#afd9ee
}
.bg-warning {
	background-color:#fcf8e3
}
a.bg-warning:focus, a.bg-warning:hover {
	background-color:#f7ecb5
}
.bg-danger {
	background-color:#f2dede
}
a.bg-danger:focus, a.bg-danger:hover {
	background-color:#e4b9b9
}
.page-header {
	border-bottom:1px solid #eee;
	margin:4rem 0 2rem;
	padding-bottom:0
}
ol, ul {
	margin-bottom:1rem;
	margin-top:0
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom:0
}
.list-inline, .list-unstyled {
	list-style:none;
	padding-left:0
}
.list-inline {
	margin-left:-5px
}
.list-inline>li {
	display:inline-block;
	padding-left:5px;
	padding-right:5px
}
dl {
	margin-bottom:2rem;
	margin-top:0
}
dd, dt {
	line-height:1.71428571
}
dt {
	font-weight:700
}
dd {
	margin-left:0
}
@media (min-width:1199px) {
.dl-horizontal dt {
clear:left;
float:left;
overflow:hidden;
text-align:right;
text-overflow:ellipsis;
white-space:nowrap;
width:160px
}
.dl-horizontal dd {
margin-left:180px
}
}
abbr[data-original-title], abbr[title] {
	border-bottom:1px dotted #777;
	cursor:help
}
.initialism {
	font-size:90%;
	text-transform:uppercase
}
blockquote {
	border-left:5px solid #eee;
	font-size:1.875rem;
	margin:0 0 2rem;
	padding:1rem 2rem
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
	margin-bottom:0
}
blockquote .small, blockquote footer, blockquote small {
	color:#777;
	display:block;
	font-size:80%;
	line-height:1.71428571
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
	content:"\2014 \00A0"
}
.blockquote-reverse, blockquote.pull-right {
	border-left:0;
	border-right:5px solid #eee;
	padding-left:0;
	padding-right:15px;
	text-align:right
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
	content:""
}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
	content:"\00A0 \2014"
}
address {
	font-style:normal;
	line-height:1.71428571;
	margin-bottom:2rem
}
code, kbd, pre, samp {
	font-family:Menlo, Monaco, Consolas, Courier New, monospace
}
code {
	background-color:#f9f2f4;
	color:#c7254e
}
code, kbd {
	border-radius:0;
	font-size:90%;
	padding:2px 4px
}
kbd {
	background-color:#333;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow:inset 0 -1px 0 rgba(0, 0, 0, .25);
	color:#fff
}
kbd kbd {
	-webkit-box-shadow:none;
	box-shadow:none;
	font-size:100%;
	font-weight:700;
	padding:0
}
pre {
	word-wrap:break-word;
	background-color:#f5f5f5;
	border:1px solid #ccc;
	color:#333;
	display:block;
font-size:.5rem;
	line-height:1.71428571;
	margin:0 0 1rem;
padding:.5rem;
	word-break:break-all
}
pre, pre code {
	border-radius:0
}
pre code {
	background-color:transparent;
	color:inherit;
	font-size:inherit;
	padding:0;
	white-space:pre-wrap
}
.pre-scrollable {
	max-height:340px;
	overflow-y:scroll
}
.container {
	margin-left:auto;
	margin-right:auto;
	padding-left:12px;
	padding-right:12px
}
@media (min-width:768px) {
.container {
width:744px
}
}
@media (min-width:992px) {
.container {
width:964px
}
}
@media (min-width:1200px) {
.container {
width:1164px
}
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding-left:12px;
	padding-right:12px
}
.row {
	margin-left:-12px;
	margin-right:-12px
}
.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-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-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-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	min-height:1px;
	padding-left:12px;
	padding-right:12px;
	position:relative
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float:left
}
.col-xs-12 {
	width:100%
}
.col-xs-11 {
	width:91.66666667%
}
.col-xs-10 {
	width:83.33333333%
}
.col-xs-9 {
	width:75%
}
.col-xs-8 {
	width:66.66666667%
}
.col-xs-7 {
	width:58.33333333%
}
.col-xs-6 {
	width:50%
}
.col-xs-5 {
	width:41.66666667%
}
.col-xs-4 {
	width:33.33333333%
}
.col-xs-3 {
	width:25%
}
.col-xs-2 {
	width:16.66666667%
}
.col-xs-1 {
	width:8.33333333%
}
.col-xs-pull-12 {
	right:100%
}
.col-xs-pull-11 {
	right:91.66666667%
}
.col-xs-pull-10 {
	right:83.33333333%
}
.col-xs-pull-9 {
	right:75%
}
.col-xs-pull-8 {
	right:66.66666667%
}
.col-xs-pull-7 {
	right:58.33333333%
}
.col-xs-pull-6 {
	right:50%
}
.col-xs-pull-5 {
	right:41.66666667%
}
.col-xs-pull-4 {
	right:33.33333333%
}
.col-xs-pull-3 {
	right:25%
}
.col-xs-pull-2 {
	right:16.66666667%
}
.col-xs-pull-1 {
	right:8.33333333%
}
.col-xs-pull-0 {
	right:auto
}
.col-xs-push-12 {
	left:100%
}
.col-xs-push-11 {
	left:91.66666667%
}
.col-xs-push-10 {
	left:83.33333333%
}
.col-xs-push-9 {
	left:75%
}
.col-xs-push-8 {
	left:66.66666667%
}
.col-xs-push-7 {
	left:58.33333333%
}
.col-xs-push-6 {
	left:50%
}
.col-xs-push-5 {
	left:41.66666667%
}
.col-xs-push-4 {
	left:33.33333333%
}
.col-xs-push-3 {
	left:25%
}
.col-xs-push-2 {
	left:16.66666667%
}
.col-xs-push-1 {
	left:8.33333333%
}
.col-xs-push-0 {
	left:auto
}
.col-xs-offset-12 {
	margin-left:100%
}
.col-xs-offset-11 {
	margin-left:91.66666667%
}
.col-xs-offset-10 {
	margin-left:83.33333333%
}
.col-xs-offset-9 {
	margin-left:75%
}
.col-xs-offset-8 {
	margin-left:66.66666667%
}
.col-xs-offset-7 {
	margin-left:58.33333333%
}
.col-xs-offset-6 {
	margin-left:50%
}
.col-xs-offset-5 {
	margin-left:41.66666667%
}
.col-xs-offset-4 {
	margin-left:33.33333333%
}
.col-xs-offset-3 {
	margin-left:25%
}
.col-xs-offset-2 {
	margin-left:16.66666667%
}
.col-xs-offset-1 {
	margin-left:8.33333333%
}
.col-xs-offset-0 {
	margin-left:0
}
@media (min-width:768px) {
.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 {
float:left
}
.col-sm-12 {
width:100%
}
.col-sm-11 {
width:91.66666667%
}
.col-sm-10 {
width:83.33333333%
}
.col-sm-9 {
width:75%
}
.col-sm-8 {
width:66.66666667%
}
.col-sm-7 {
width:58.33333333%
}
.col-sm-6 {
width:50%
}
.col-sm-5 {
width:41.66666667%
}
.col-sm-4 {
width:33.33333333%
}
.col-sm-3 {
width:25%
}
.col-sm-2 {
width:16.66666667%
}
.col-sm-1 {
width:8.33333333%
}
.col-sm-pull-12 {
right:100%
}
.col-sm-pull-11 {
right:91.66666667%
}
.col-sm-pull-10 {
right:83.33333333%
}
.col-sm-pull-9 {
right:75%
}
.col-sm-pull-8 {
right:66.66666667%
}
.col-sm-pull-7 {
right:58.33333333%
}
.col-sm-pull-6 {
right:50%
}
.col-sm-pull-5 {
right:41.66666667%
}
.col-sm-pull-4 {
right:33.33333333%
}
.col-sm-pull-3 {
right:25%
}
.col-sm-pull-2 {
right:16.66666667%
}
.col-sm-pull-1 {
right:8.33333333%
}
.col-sm-pull-0 {
right:auto
}
.col-sm-push-12 {
left:100%
}
.col-sm-push-11 {
left:91.66666667%
}
.col-sm-push-10 {
left:83.33333333%
}
.col-sm-push-9 {
left:75%
}
.col-sm-push-8 {
left:66.66666667%
}
.col-sm-push-7 {
left:58.33333333%
}
.col-sm-push-6 {
left:50%
}
.col-sm-push-5 {
left:41.66666667%
}
.col-sm-push-4 {
left:33.33333333%
}
.col-sm-push-3 {
left:25%
}
.col-sm-push-2 {
left:16.66666667%
}
.col-sm-push-1 {
left:8.33333333%
}
.col-sm-push-0 {
left:auto
}
.col-sm-offset-12 {
margin-left:100%
}
.col-sm-offset-11 {
margin-left:91.66666667%
}
.col-sm-offset-10 {
margin-left:83.33333333%
}
.col-sm-offset-9 {
margin-left:75%
}
.col-sm-offset-8 {
margin-left:66.66666667%
}
.col-sm-offset-7 {
margin-left:58.33333333%
}
.col-sm-offset-6 {
margin-left:50%
}
.col-sm-offset-5 {
margin-left:41.66666667%
}
.col-sm-offset-4 {
margin-left:33.33333333%
}
.col-sm-offset-3 {
margin-left:25%
}
.col-sm-offset-2 {
margin-left:16.66666667%
}
.col-sm-offset-1 {
margin-left:8.33333333%
}
.col-sm-offset-0 {
margin-left:0
}
}
@media (min-width:992px) {
.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 {
float:left
}
.col-md-12 {
width:100%
}
.col-md-11 {
width:91.66666667%
}
.col-md-10 {
width:83.33333333%
}
.col-md-9 {
width:75%
}
.col-md-8 {
width:66.66666667%
}
.col-md-7 {
width:58.33333333%
}
.col-md-6 {
width:50%
}
.col-md-5 {
width:41.66666667%
}
.col-md-4 {
width:33.33333333%
}
.col-md-3 {
width:25%
}
.col-md-2 {
width:16.66666667%
}
.col-md-1 {
width:8.33333333%
}
.col-md-pull-12 {
right:100%
}
.col-md-pull-11 {
right:91.66666667%
}
.col-md-pull-10 {
right:83.33333333%
}
.col-md-pull-9 {
right:75%
}
.col-md-pull-8 {
right:66.66666667%
}
.col-md-pull-7 {
right:58.33333333%
}
.col-md-pull-6 {
right:50%
}
.col-md-pull-5 {
right:41.66666667%
}
.col-md-pull-4 {
right:33.33333333%
}
.col-md-pull-3 {
right:25%
}
.col-md-pull-2 {
right:16.66666667%
}
.col-md-pull-1 {
right:8.33333333%
}
.col-md-pull-0 {
right:auto
}
.col-md-push-12 {
left:100%
}
.col-md-push-11 {
left:91.66666667%
}
.col-md-push-10 {
left:83.33333333%
}
.col-md-push-9 {
left:75%
}
.col-md-push-8 {
left:66.66666667%
}
.col-md-push-7 {
left:58.33333333%
}
.col-md-push-6 {
left:50%
}
.col-md-push-5 {
left:41.66666667%
}
.col-md-push-4 {
left:33.33333333%
}
.col-md-push-3 {
left:25%
}
.col-md-push-2 {
left:16.66666667%
}
.col-md-push-1 {
left:8.33333333%
}
.col-md-push-0 {
left:auto
}
.col-md-offset-12 {
margin-left:100%
}
.col-md-offset-11 {
margin-left:91.66666667%
}
.col-md-offset-10 {
margin-left:83.33333333%
}
.col-md-offset-9 {
margin-left:75%
}
.col-md-offset-8 {
margin-left:66.66666667%
}
.col-md-offset-7 {
margin-left:58.33333333%
}
.col-md-offset-6 {
margin-left:50%
}
.col-md-offset-5 {
margin-left:41.66666667%
}
.col-md-offset-4 {
margin-left:33.33333333%
}
.col-md-offset-3 {
margin-left:25%
}
.col-md-offset-2 {
margin-left:16.66666667%
}
.col-md-offset-1 {
margin-left:8.33333333%
}
.col-md-offset-0 {
margin-left:0
}
}
@media (min-width:1200px) {
.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 {
float:left
}
.col-lg-12 {
width:100%
}
.col-lg-11 {
width:91.66666667%
}
.col-lg-10 {
width:83.33333333%
}
.col-lg-9 {
width:75%
}
.col-lg-8 {
width:66.66666667%
}
.col-lg-7 {
width:58.33333333%
}
.col-lg-6 {
width:50%
}
.col-lg-5 {
width:41.66666667%
}
.col-lg-4 {
width:33.33333333%
}
.col-lg-3 {
width:25%
}
.col-lg-2 {
width:16.66666667%
}
.col-lg-1 {
width:8.33333333%
}
.col-lg-pull-12 {
right:100%
}
.col-lg-pull-11 {
right:91.66666667%
}
.col-lg-pull-10 {
right:83.33333333%
}
.col-lg-pull-9 {
right:75%
}
.col-lg-pull-8 {
right:66.66666667%
}
.col-lg-pull-7 {
right:58.33333333%
}
.col-lg-pull-6 {
right:50%
}
.col-lg-pull-5 {
right:41.66666667%
}
.col-lg-pull-4 {
right:33.33333333%
}
.col-lg-pull-3 {
right:25%
}
.col-lg-pull-2 {
right:16.66666667%
}
.col-lg-pull-1 {
right:8.33333333%
}
.col-lg-pull-0 {
right:auto
}
.col-lg-push-12 {
left:100%
}
.col-lg-push-11 {
left:91.66666667%
}
.col-lg-push-10 {
left:83.33333333%
}
.col-lg-push-9 {
left:75%
}
.col-lg-push-8 {
left:66.66666667%
}
.col-lg-push-7 {
left:58.33333333%
}
.col-lg-push-6 {
left:50%
}
.col-lg-push-5 {
left:41.66666667%
}
.col-lg-push-4 {
left:33.33333333%
}
.col-lg-push-3 {
left:25%
}
.col-lg-push-2 {
left:16.66666667%
}
.col-lg-push-1 {
left:8.33333333%
}
.col-lg-push-0 {
left:auto
}
.col-lg-offset-12 {
margin-left:100%
}
.col-lg-offset-11 {
margin-left:91.66666667%
}
.col-lg-offset-10 {
margin-left:83.33333333%
}
.col-lg-offset-9 {
margin-left:75%
}
.col-lg-offset-8 {
margin-left:66.66666667%
}
.col-lg-offset-7 {
margin-left:58.33333333%
}
.col-lg-offset-6 {
margin-left:50%
}
.col-lg-offset-5 {
margin-left:41.66666667%
}
.col-lg-offset-4 {
margin-left:33.33333333%
}
.col-lg-offset-3 {
margin-left:25%
}
.col-lg-offset-2 {
margin-left:16.66666667%
}
.col-lg-offset-1 {
margin-left:8.33333333%
}
.col-lg-offset-0 {
margin-left:0
}
}
table {
	background-color:transparent
}
caption {
	color:rgba(45, 45, 45, .2);
	padding-bottom:8px;
	padding-top:8px
}
caption, th {
	text-align:left
}
.table {
	margin-bottom:2rem;
	max-width:100%;
	width:100%
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top:1px solid #ddd;
	line-height:1.71428571;
	padding:8px;
	vertical-align:top
}
.table>thead>tr>th {
	border-bottom:2px solid #ddd;
	vertical-align:bottom
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border-top:0
}
.table>tbody+tbody {
	border-top:2px solid #ddd
}
.table .table {
	background-color:#fff
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding:5px
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border:1px solid #ddd
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width:2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color:#f9f9f9
}
.table-hover>tbody>tr:hover {
	background-color:#f5f5f5
}
table col[class*=col-] {
display:table-column;
float:none;
position:static
}
table td[class*=col-], table th[class*=col-] {
display:table-cell;
float:none;
position:static
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
	background-color:#f5f5f5
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
	background-color:#e8e8e8
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
	background-color:#dff0d8
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
	background-color:#d0e9c6
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
	background-color:#d9edf7
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
	background-color:#c4e3f3
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
	background-color:#fcf8e3
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
	background-color:#faf2cc
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
	background-color:#f2dede
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
	background-color:#ebcccc
}
.table-responsive {
	min-height:.01%;
	overflow-x:auto
}
@media screen and (max-width:767px) {
.table-responsive {
-ms-overflow-style:-ms-autohiding-scrollbar;
border:1px solid #ddd;
margin-bottom:1.5rem;
overflow-y:hidden;
width:100%
}
.table-responsive>.table {
margin-bottom:0
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
white-space:nowrap
}
.table-responsive>.table-bordered {
border:0
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
border-left:0
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
border-right:0
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
border-bottom:0
}
}
fieldset {
	margin:0;
	min-width:0
}
fieldset, legend {
	border:0;
	padding:0
}
legend {
	border-bottom:1px solid #e5e5e5;
	color:#333;
	display:block;
	font-size:2.25rem;
	line-height:inherit;
	margin-bottom:2rem;
	width:100%
}
label {
	display:inline-block;
	font-weight:700;
	margin-bottom:5px;
	max-width:100%
}
input[type=search] {
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
input[type=checkbox], input[type=radio] {
	line-height:normal;
	margin:4px 0 0;
	margin-top:1px\9
}
input[type=file] {
	display:block
}
input[type=range] {
	display:block;
	width:100%
}
select[multiple], select[size] {
	height:auto
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
output {
	font-size:1.5rem;
	padding-top:9px
}
.form-control, output {
	color:#555;
	display:block;
	line-height:1.71428571
}
.form-control {
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	height:18.2rem;
	padding:8px 20px;
-webkit-transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-transition:border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition:border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	width:100%
}
.form-control:focus {
	border-color:#66afe9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	outline:0
}
.form-control::-moz-placeholder {
color:#999;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#999
}
.form-control::-webkit-input-placeholder {
color:#999
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color:#eee;
	opacity:1
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor:not-allowed
}
textarea.form-control {
	height:auto
}
input[type=search] {
	-webkit-appearance:none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
line-height:18.2rem
}
.input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
line-height:13rem
}
.input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
line-height:41rem
}
}
.form-group {
	margin-bottom:20px
}
.checkbox, .radio {
	display:block;
	margin-bottom:10px;
	margin-top:10px;
	position:relative
}
.checkbox label, .radio label {
	cursor:pointer;
	font-weight:400;
	margin-bottom:0;
	min-height:2rem;
	padding-left:20px
}
.checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
	margin-left:-20px;
	margin-top:4px\9;
	position:absolute
}
.checkbox+.checkbox, .radio+.radio {
	margin-top:-5px
}
.checkbox-inline, .radio-inline {
	cursor:pointer;
	display:inline-block;
	font-weight:400;
	margin-bottom:0;
	padding-left:20px;
	position:relative;
	vertical-align:middle
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-left:10px;
	margin-top:0
}
.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
	cursor:not-allowed
}
.form-control-static {
	margin-bottom:0;
	min-height:3.5rem;
	padding-bottom:9px;
	padding-top:9px
}
.form-control-static.input-lg, .form-control-static.input-sm {
	padding-left:0;
	padding-right:0
}
.input-sm {
	border-radius:0;
	font-size:1.3rem;
	height:13rem;
	line-height:1.5;
	padding:5px 10px
}
select.input-sm {
	height:13rem;
	line-height:13rem
}
select[multiple].input-sm, textarea.input-sm {
	height:auto
}
.form-group-sm .form-control {
	border-radius:0;
	font-size:1.3rem;
	height:13rem;
	line-height:1.5;
	padding:5px 10px
}
.form-group-sm select.form-control {
	height:13rem;
	line-height:13rem
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
	height:auto
}
.form-group-sm .form-control-static {
	font-size:1.3rem;
	height:13rem;
	line-height:1.5;
	min-height:3.3rem;
	padding:6px 10px
}
.input-lg {
	border-radius:0;
	font-size:1.7rem;
	height:41rem;
	line-height:1.3333333;
	padding:18px 30px
}
select.input-lg {
	height:41rem;
	line-height:41rem
}
select[multiple].input-lg, textarea.input-lg {
	height:auto
}
.form-group-lg .form-control {
	border-radius:0;
	font-size:1.7rem;
	height:41rem;
	line-height:1.3333333;
	padding:18px 30px
}
.form-group-lg select.form-control {
	height:41rem;
	line-height:41rem
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
	height:auto
}
.form-group-lg .form-control-static {
	font-size:1.7rem;
	height:41rem;
	line-height:1.3333333;
	min-height:3.7rem;
	padding:19px 30px
}
.has-feedback {
	position:relative
}
.has-feedback .form-control {
	padding-right:22.75rem
}
.form-control-feedback {
	display:block;
	height:18.2rem;
	line-height:18.2rem;
	pointer-events:none;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width:18.2rem;
	z-index:2
}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
	height:41rem;
	line-height:41rem;
	width:41rem
}
.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
	height:13rem;
	line-height:13rem;
	width:13rem
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
	color:#3c763d
}
.has-success .form-control {
	border-color:#3c763d;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
	border-color:#2b542c;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
	background-color:#dff0d8;
	border-color:#3c763d;
	color:#3c763d
}
.has-success .form-control-feedback {
	color:#3c763d
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
	color:#8a6d3b
}
.has-warning .form-control {
	border-color:#8a6d3b;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
	border-color:#66512c;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
	background-color:#fcf8e3;
	border-color:#8a6d3b;
	color:#8a6d3b
}
.has-warning .form-control-feedback {
	color:#8a6d3b
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
	color:#a94442
}
.has-error .form-control {
	border-color:#a94442;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
	border-color:#843534;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
	background-color:#f2dede;
	border-color:#a94442;
	color:#a94442
}
.has-error .form-control-feedback {
	color:#a94442
}
.has-feedback label~.form-control-feedback {
top:7rem
}
.has-feedback label.sr-only~.form-control-feedback {
top:0
}
.help-block {
	color:#737373;
	display:block;
	margin-bottom:10px;
	margin-top:5px
}
@media (min-width:768px) {
.form-inline .form-group {
display:inline-block;
margin-bottom:0;
vertical-align:middle
}
.form-inline .form-control {
display:inline-block;
vertical-align:middle;
width:auto
}
.form-inline .form-control-static {
display:inline-block
}
.form-inline .input-group {
display:inline-table;
vertical-align:middle
}
.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
width:auto
}
.form-inline .input-group>.form-control {
width:100%
}
.form-inline .control-label {
margin-bottom:0;
vertical-align:middle
}
.form-inline .checkbox, .form-inline .radio {
display:inline-block;
margin-bottom:0;
margin-top:0;
vertical-align:middle
}
.form-inline .checkbox label, .form-inline .radio label {
padding-left:0
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
margin-left:0;
position:relative
}
.form-inline .has-feedback .form-control-feedback {
top:0
}
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	margin-bottom:0;
	margin-top:0;
	padding-top:9px
}
.form-horizontal .checkbox, .form-horizontal .radio {
	min-height:11rem
}
.form-horizontal .form-group {
	margin-left:-12px;
	margin-right:-12px
}
@media (min-width:768px) {
.form-horizontal .control-label {
margin-bottom:0;
padding-top:9px;
text-align:right
}
}
.form-horizontal .has-feedback .form-control-feedback {
	right:12px
}
@media (min-width:768px) {
.form-horizontal .form-group-lg .control-label {
font-size:1.7rem;
padding-top:24.9999994px
}
.form-horizontal .form-group-sm .control-label {
font-size:1.3rem;
padding-top:6px
}
}
.btn {
	background-image:none;
	border:1px solid transparent;
	cursor:pointer;
	display:inline-block;
	font-size:1.5rem;
	font-weight:700;
	line-height:1.71428571;
	margin-bottom:0;
	padding:8px 20px;
	text-align:center;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	vertical-align:middle;
	white-space:nowrap
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}
.btn.focus, .btn:focus, .btn:hover {
	color:#333;
	text-decoration:none
}
.btn.active, .btn:active {
	background-image:none;
	-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
	outline:0
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	-webkit-box-shadow:none;
	box-shadow:none;
	cursor:not-allowed;
	filter:alpha(opacity=65);
	opacity:.65
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events:none
}
.btn-default {
	background-color:#fff;
	border-color:#ccc;
	color:#333
}
.btn-default.focus, .btn-default:focus {
	background-color:#e6e6e6;
	border-color:#8c8c8c;
	color:#333
}
.btn-default.active, .btn-default:active, .btn-default:hover, .open>.dropdown-toggle.btn-default {
	background-color:#e6e6e6;
	border-color:#adadad;
	color:#333
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	background-color:#d4d4d4;
	border-color:#8c8c8c;
	color:#333
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
	background-image:none
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
	background-color:#fff;
	border-color:#ccc
}
.btn-default .badge {
	background-color:#333;
	color:#fff
}
.btn-primary {
	background-color:#cdcdcd;
	border-color:silver
}
.btn-primary.focus, .btn-primary:focus {
	background-color:#b4b4b4;
	border-color:#818181;
	color:#fff
}
.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
	background-color:#b4b4b4;
	border-color:#a2a2a2;
	color:#fff
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	background-color:#a2a2a2;
	border-color:#818181;
	color:#fff
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	background-image:none
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
	background-color:#cdcdcd;
	border-color:silver
}
.btn-primary .badge {
	background-color:#fff;
	color:#cdcdcd
}
.btn-success {
	background-color:#3c763d;
	border-color:#336534;
	color:#fff
}
.btn-success.focus, .btn-success:focus {
	background-color:#2b542c;
	border-color:#081109;
	color:#fff
}
.btn-success.active, .btn-success:active, .btn-success:hover, .open>.dropdown-toggle.btn-success {
	background-color:#2b542c;
	border-color:#1f3d1f;
	color:#fff
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
	background-color:#1f3d1f;
	border-color:#081109;
	color:#fff
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
	background-image:none
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
	background-color:#3c763d;
	border-color:#336534
}
.btn-success .badge {
	background-color:#fff;
	color:#3c763d
}
.btn-info {
	background-color:#5bc0de;
	border-color:#46b8da;
	color:#fff
}
.btn-info.focus, .btn-info:focus {
	background-color:#31b0d5;
	border-color:#1b6d85;
	color:#fff
}
.btn-info.active, .btn-info:active, .btn-info:hover, .open>.dropdown-toggle.btn-info {
	background-color:#31b0d5;
	border-color:#269abc;
	color:#fff
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
	background-color:#269abc;
	border-color:#1b6d85;
	color:#fff
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
	background-image:none
}
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
	background-color:#5bc0de;
	border-color:#46b8da
}
.btn-info .badge {
	background-color:#fff;
	color:#5bc0de
}
.btn-warning {
	background-color:#f0ad4e;
	border-color:#eea236;
	color:#fff
}
.btn-warning.focus, .btn-warning:focus {
	background-color:#ec971f;
	border-color:#985f0d;
	color:#fff
}
.btn-warning.active, .btn-warning:active, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
	background-color:#ec971f;
	border-color:#d58512;
	color:#fff
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
	background-color:#d58512;
	border-color:#985f0d;
	color:#fff
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
	background-image:none
}
.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
	background-color:#f0ad4e;
	border-color:#eea236
}
.btn-warning .badge {
	background-color:#fff;
	color:#f0ad4e
}
.btn-danger {
	background-color:#d9534f;
	border-color:#d43f3a;
	color:#fff
}
.btn-danger.focus, .btn-danger:focus {
	background-color:#c9302c;
	border-color:#761c19;
	color:#fff
}
.btn-danger.active, .btn-danger:active, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
	background-color:#c9302c;
	border-color:#ac2925;
	color:#fff
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
	background-color:#ac2925;
	border-color:#761c19;
	color:#fff
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
	background-image:none
}
.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
	background-color:#d9534f;
	border-color:#d43f3a
}
.btn-danger .badge {
	background-color:#fff;
	color:#d9534f
}
.btn-link {
	border-radius:0;
	color:#cdcdcd;
	font-weight:400
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color:transparent
}
.btn-link:focus, .btn-link:hover {
	background-color:transparent;
	color:#a7a7a7;
	text-decoration:underline
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
	color:#777;
	text-decoration:none
}
.btn-group-lg>.btn, .btn-lg {
	border-radius:0;
	font-size:1.7rem;
	line-height:1.3333333;
	padding:18px 30px
}
.btn-group-sm>.btn, .btn-sm {
	border-radius:0;
	font-size:1.3rem;
	line-height:1.5;
	padding:5px 10px
}
.btn-group-xs>.btn, .btn-xs {
	border-radius:0;
	font-size:1.3rem;
	line-height:1.5;
	padding:1px 5px
}
.btn-block {
	display:block;
	width:100%
}
.btn-block+.btn-block {
	margin-top:5px
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width:100%
}
.fade {
	opacity:0;
-webkit-transition:opacity .15s linear;
transition:opacity .15s linear
}
.fade.in {
	opacity:1
}
.collapse {
	display:none
}
.collapse.in {
	display:block
}
tr.collapse.in {
	display:table-row
}
tbody.collapse.in {
	display:table-row-group
}
.collapsing {
	height:0;
	overflow:hidden;
	position:relative;
-webkit-transition-duration:.35s;
transition-duration:.35s;
	-webkit-transition-property:height, visibility;
	transition-property:height, visibility;
	-webkit-transition-timing-function:ease;
	transition-timing-function:ease
}
.caret {
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:4px dashed;
	border-top:4px solid\9;
	display:inline-block;
	height:0;
	margin-left:2px;
	vertical-align:middle;
	width:0
}
.dropdown, .dropup {
	position:relative
}
.dropdown-toggle:focus {
	outline:0
}
.dropdown-menu {
	background-clip:padding-box;
	background-color:#fff;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, .15);
	border-radius:0;
	-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, .175);
	box-shadow:0 6px 12px rgba(0, 0, 0, .175);
	display:none;
	float:left;
	font-size:1.5rem;
	left:0;
	list-style:none;
	margin:2px 0 0;
	min-width:160px;
	padding:5px 0;
	position:absolute;
	text-align:left;
	top:100%;
	z-index:4500
}
.dropdown-menu.pull-right {
	left:auto;
	right:0
}
.dropdown-menu .divider {
	background-color:#e5e5e5;
	height:1px;
	margin:0;
	overflow:hidden
}
.dropdown-menu>li>a {
	clear:both;
	color:#333;
	display:block;
	font-weight:400;
	line-height:1.71428571;
	padding:3px 20px;
	white-space:nowrap
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color:#f5f5f5;
	color:#262626;
	text-decoration:none
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color:#cdcdcd;
	color:#fff;
	outline:0;
	text-decoration:none
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	color:#777
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	background-color:transparent;
	background-image:none;
	cursor:not-allowed;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	text-decoration:none
}
.open>.dropdown-menu {
	display:block
}
.open>a {
	outline:0
}
.dropdown-menu-right {
	left:auto;
	right:0
}
.dropdown-menu-left {
	left:0;
	right:auto
}
.dropdown-header {
	color:#777;
	display:block;
	font-size:1.3rem;
	line-height:1.71428571;
	padding:3px 20px;
	white-space:nowrap
}
.dropdown-backdrop {
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:4490
}
.pull-right>.dropdown-menu {
	left:auto;
	right:0
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-bottom:4px dashed;
	border-bottom:4px solid\9;
	border-top:0;
	content:""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	bottom:100%;
	margin-bottom:2px;
	top:auto
}
@media (min-width:1199px) {
.navbar-right .dropdown-menu {
left:auto;
right:0
}
.navbar-right .dropdown-menu-left {
left:0;
right:auto
}
}
.btn-group, .btn-group-vertical {
	display:inline-block;
	position:relative;
	vertical-align:middle
}
.btn-group-vertical>.btn, .btn-group>.btn {
	float:left;
	position:relative
}
.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
	z-index:2
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left:-1px
}
.btn-toolbar {
	margin-left:-5px
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
	float:left
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left:5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius:0
}
.btn-group>.btn:first-child {
	margin-left:0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius:0;
border-top-right-radius:0
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
border-bottom-left-radius:0;
border-top-left-radius:0
}
.btn-group>.btn-group {
	float:left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
border-radius:0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
border-bottom-right-radius:0;
border-top-right-radius:0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
border-bottom-left-radius:0;
border-top-left-radius:0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline:0
}
.btn-group>.btn+.dropdown-toggle {
	padding-left:8px;
	padding-right:8px
}
.btn-group>.btn-lg+.dropdown-toggle {
	padding-left:12px;
	padding-right:12px
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow:none;
	box-shadow:none
}
.btn .caret {
	margin-left:0
}
.btn-lg .caret {
	border-width:5px 5px 0
}
.dropup .btn-lg .caret {
	border-width:0 5px 5px
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
	display:block;
	float:none;
	max-width:100%;
	width:100%
}
.btn-group-vertical>.btn-group>.btn {
	float:none
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
	margin-left:0;
	margin-top:-1px
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
border-radius:0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
border-bottom-left-radius:0;
border-bottom-right-radius:0;
border-top-right-radius:0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
border-bottom-left-radius:0;
border-top-left-radius:0;
border-top-right-radius:0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
border-radius:0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
border-bottom-left-radius:0;
border-bottom-right-radius:0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
border-top-left-radius:0;
border-top-right-radius:0
}
.btn-group-justified {
	border-collapse:separate;
	display:table;
	table-layout:fixed;
	width:100%
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	display:table-cell;
	float:none;
	width:1%
}
.btn-group-justified>.btn-group .btn {
	width:100%
}
.btn-group-justified>.btn-group .dropdown-menu {
	left:auto
}
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio], [data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio] {
clip:rect(0,0,0,0);
pointer-events:none;
position:absolute
}
.input-group {
	border-collapse:separate;
	display:table;
	position:relative
}
.input-group[class*=col-] {
float:none;
padding-left:0;
padding-right:0
}
.input-group .form-control {
	float:left;
	margin-bottom:0;
	position:relative;
	width:100%;
	z-index:2
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	border-radius:0;
	font-size:1.7rem;
	height:41rem;
	line-height:1.3333333;
	padding:18px 30px
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
	height:41rem;
	line-height:41rem
}
select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
	height:auto
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	border-radius:0;
	font-size:1.3rem;
	height:13rem;
	line-height:1.5;
	padding:5px 10px
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
	height:13rem;
	line-height:13rem
}
select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
	height:auto
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display:table-cell
}
.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 {
	vertical-align:middle;
	white-space:nowrap;
	width:1%
}
.input-group-addon {
	background-color:#eee;
	border:1px solid #ccc;
	border-radius:0;
	color:#555;
	font-size:1.5rem;
	font-weight:400;
	line-height:1;
	padding:8px 20px;
	text-align:center
}
.input-group-addon.input-sm {
	border-radius:0;
	font-size:1.3rem;
	padding:5px 10px
}
.input-group-addon.input-lg {
	border-radius:0;
	font-size:1.7rem;
	padding:18px 30px
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
	margin-top:0
}
.input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
border-bottom-right-radius:0;
border-top-right-radius:0
}
.input-group-addon:first-child {
	border-right:0
}
.input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group .form-control:last-child {
border-bottom-left-radius:0;
border-top-left-radius:0
}
.input-group-addon:last-child {
	border-left:0
}
.input-group-btn {
	font-size:0;
	white-space:nowrap
}
.input-group-btn, .input-group-btn>.btn {
	position:relative
}
.input-group-btn>.btn+.btn {
	margin-left:-1px
}
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
	z-index:2
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right:-1px
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-left:-1px;
	z-index:2
}
.nav {
	list-style:none;
	margin-bottom:0;
	padding-left:0
}
.nav>li, .nav>li>a {
	display:block;
	position:relative
}
.nav>li>a {
	padding:10px 15px
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color:#eee;
	text-decoration:none
}
.nav>li.disabled>a {
	color:#777
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
	background-color:transparent;
	color:#777;
	cursor:not-allowed;
	text-decoration:none
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color:#eee;
	border-color:#cdcdcd
}
.nav .nav-divider {
	background-color:#e5e5e5;
	height:1px;
	margin:0;
	overflow:hidden
}
.nav>li>a>img {
	max-width:none
}
.nav-tabs {
	border-bottom:1px solid #ddd
}
.nav-tabs>li {
	float:left;
	margin-bottom:-1px
}
.nav-tabs>li>a {
	border:1px solid transparent;
	border-radius:0 0 0 0;
	line-height:1.71428571;
	margin-right:2px
}
.nav-tabs>li>a:hover {
	border-color:#eee #eee #ddd
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color:#fff;
	border:1px solid;
	border-color:#ddd #ddd transparent;
	color:#555;
	cursor:default
}
.nav-tabs.nav-justified {
	border-bottom:0;
	width:100%
}
.nav-tabs.nav-justified>li {
	float:none
}
.nav-tabs.nav-justified>li>a {
	margin-bottom:5px;
	text-align:center
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	left:auto;
	top:auto
}
@media (min-width:768px) {
.nav-tabs.nav-justified>li {
display:table-cell;
width:1%
}
.nav-tabs.nav-justified>li>a {
margin-bottom:0
}
}
.nav-tabs.nav-justified>li>a {
	border-radius:0;
	margin-right:0
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border:1px solid #ddd
}
@media (min-width:768px) {
.nav-tabs.nav-justified>li>a {
border-bottom:1px solid #ddd;
border-radius:0 0 0 0
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
border-bottom-color:#fff
}
}
.nav-pills>li {
	float:left
}
.nav-pills>li>a {
	border-radius:0
}
.nav-pills>li+li {
	margin-left:2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color:#cdcdcd;
	color:#fff
}
.nav-stacked>li {
	float:none
}
.nav-stacked>li+li {
	margin-left:0;
	margin-top:2px
}
.nav-justified {
	width:100%
}
.nav-justified>li {
	float:none
}
.nav-justified>li>a {
	margin-bottom:5px;
	text-align:center
}
.nav-justified>.dropdown .dropdown-menu {
	left:auto;
	top:auto
}
@media (min-width:768px) {
.nav-justified>li {
display:table-cell;
width:1%
}
.nav-justified>li>a {
margin-bottom:0
}
}
.nav-tabs-justified {
	border-bottom:0
}
.nav-tabs-justified>li>a {
	border-radius:0;
	margin-right:0
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
	border:1px solid #ddd
}
@media (min-width:768px) {
.nav-tabs-justified>li>a {
border-bottom:1px solid #ddd;
border-radius:0 0 0 0
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
border-bottom-color:#fff
}
}
.tab-content>.tab-pane {
	display:none
}
.tab-content>.active {
	display:block
}
.nav-tabs .dropdown-menu {
	border-top-left-radius:0;
	border-top-right-radius:0;
	margin-top:-1px
}
.navbar {
	border:1px solid transparent;
	margin-bottom:0;
	min-height:40px;
	position:relative
}
@media (min-width:1199px) {
.navbar {
border-radius:0
}
.navbar-header {
float:left
}
}
.navbar-collapse {
	-webkit-overflow-scrolling:touch;
	border-top:1px solid transparent;
	-webkit-box-shadow:inset 0 1px 0 hsla(0, 0%, 100%, .1);
	box-shadow:inset 0 1px 0 hsla(0, 0%, 100%, .1);
	overflow-x:visible;
	padding-left:30px;
	padding-right:30px
}
.navbar-collapse.in {
	overflow-y:auto
}
@media (min-width:1200px) {
.navbar-collapse {
border-top:0;
-webkit-box-shadow:none;
box-shadow:none;
width:auto
}
.navbar-collapse.collapse {
display:block!important;
height:auto!important;
overflow:visible!important;
padding-bottom:0
}
.navbar-collapse.in {
overflow-y:visible
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
padding-left:0;
padding-right:0
}
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height:340px
}
@media (max-device-width:480px) and (orientation:landscape) {
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
max-height:200px
}
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-left:-30px;
	margin-right:-30px
}
@media (min-width:1199px) {
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
margin-left:0;
margin-right:0
}
}
.navbar-static-top {
	border-width:0 0 1px;
	z-index:5000
}
@media (min-width:1199px) {
.navbar-static-top {
border-radius:0
}
}
.navbar-fixed-bottom, .navbar-fixed-top {
	left:0;
	position:fixed;
	right:0;
	z-index:2000
}
@media (min-width:1199px) {
.navbar-fixed-bottom, .navbar-fixed-top {
border-radius:0
}
}
.navbar-fixed-top {
	border-width:0 0 1px;
	top:0
}
.navbar-fixed-bottom {
	border-width:1px 0 0;
	bottom:0;
	margin-bottom:0
}
.navbar-brand {
	float:left;
	font-size:1.7rem;
	height:40px;
	line-height:2rem;
	padding:19px 30px
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration:none
}
.navbar-brand>img {
	display:block
}
@media (min-width:1199px) {
.navbar>.container-fluid .navbar-brand, .navbar>.container .navbar-brand {
margin-left:-30px
}
}
.navbar-toggle {
	background-color:transparent;
	background-image:none;
	border:1px solid transparent;
	border-radius:0;
	float:right;
	margin-bottom:3px;
	margin-right:30px;
	margin-top:3px;
	padding:9px 10px;
	position:relative
}
.navbar-toggle:focus {
	outline:0
}
.navbar-toggle .icon-bar {
	border-radius:1px;
	display:block;
	height:2px;
	width:22px
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top:4px
}
@media (min-width:1200px) {
.navbar-toggle {
display:none
}
}
.navbar-nav {
	margin:9.5px -30px
}
.navbar-nav>li>a {
	line-height:2rem;
	padding-bottom:10px;
	padding-top:10px
}
@media (max-width:1198px) {
.navbar-nav .open .dropdown-menu {
background-color:transparent;
border:0;
-webkit-box-shadow:none;
box-shadow:none;
float:none;
margin-top:0;
position:static;
width:auto
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
padding:5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
line-height:2rem
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
background-image:none
}
}
@media (min-width:1200px) {
.navbar-nav {
float:left;
margin:0
}
.navbar-nav>li {
float:left
}
.navbar-nav>li>a {
padding-bottom:19px;
padding-top:19px
}
}
.navbar-form {
	border-bottom:1px solid transparent;
	border-top:1px solid transparent;
	-webkit-box-shadow:inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
	box-shadow:inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
	margin:10.9px -30px;
	padding:10px 30px
}
@media (min-width:768px) {
.navbar-form .form-group {
display:inline-block;
margin-bottom:0;
vertical-align:middle
}
.navbar-form .form-control {
display:inline-block;
vertical-align:middle;
width:auto
}
.navbar-form .form-control-static {
display:inline-block
}
.navbar-form .input-group {
display:inline-table;
vertical-align:middle
}
.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
width:auto
}
.navbar-form .input-group>.form-control {
width:100%
}
.navbar-form .control-label {
margin-bottom:0;
vertical-align:middle
}
.navbar-form .checkbox, .navbar-form .radio {
display:inline-block;
margin-bottom:0;
margin-top:0;
vertical-align:middle
}
.navbar-form .checkbox label, .navbar-form .radio label {
padding-left:0
}
.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
margin-left:0;
position:relative
}
.navbar-form .has-feedback .form-control-feedback {
top:0
}
}
.navbar-form label+.form-control {
	margin:0
}
.navbar-form .btn-action {
	margin-left:10px
}
@media (max-width:1198px) {
.navbar-form .form-group {
margin-bottom:5px
}
.navbar-form .form-group:last-child {
margin-bottom:0
}
}
@media (min-width:1199px) {
.navbar-form {
border:0;
-webkit-box-shadow:none;
box-shadow:none;
margin-left:0;
margin-right:0;
padding-bottom:0;
padding-top:0;
width:auto
}
}
.navbar-nav>li>.dropdown-menu {
	border-top-left-radius:0;
	border-top-right-radius:0;
	margin-top:0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
	margin-bottom:0
}
.navbar-btn {
	margin-bottom:10.9px;
	margin-top:10.9px
}
.navbar-btn.btn-sm {
	margin-bottom:13.5px;
	margin-top:13.5px
}
.navbar-btn.btn-xs {
	margin-bottom:9px;
	margin-top:9px
}
.navbar-text {
	margin-bottom:19px;
	margin-top:19px
}
@media (min-width:1199px) {
.navbar-text {
float:left;
margin-left:30px;
margin-right:30px
}
.navbar-left {
float:left!important
}
.navbar-right {
float:right!important;
margin-right:-30px
}
.navbar-right~.navbar-right {
margin-right:0
}
}
.navbar-default {
	background-color:#f8f8f8;
	border-color:#e7e7e7
}
.navbar-default .navbar-brand {
	color:#777
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	background-color:transparent;
	color:#5e5e5e
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
	color:#777
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	background-color:transparent;
	color:#333
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color:#e7e7e7;
	color:#555
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
	background-color:transparent;
	color:#ccc
}
.navbar-default .navbar-toggle {
	border-color:#ddd
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color:#ddd
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#888
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color:#e7e7e7
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color:#e7e7e7;
	color:#555
}
@media (max-width:1198px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color:#777
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
background-color:transparent;
color:#333
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
background-color:#e7e7e7;
color:#555
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
background-color:transparent;
color:#ccc
}
}
.navbar-default .navbar-link {
	color:#777
}
.navbar-default .navbar-link:hover {
	color:#333
}
.navbar-default .btn-link {
	color:#777
}
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
	color:#333
}
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
	color:#ccc
}
.navbar-inverse {
	background-color:#222;
	border-color:#080808
}
.navbar-inverse .navbar-brand {
	color:#9d9d9d
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
	background-color:transparent;
	color:#fff
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
	color:#9d9d9d
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	background-color:transparent;
	color:#fff
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background-color:#080808;
	color:#fff
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
	background-color:transparent;
	color:#444
}
.navbar-inverse .navbar-toggle {
	border-color:#333
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color:#333
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color:#fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color:#101010
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color:#080808;
	color:#fff
}
@media (max-width:1198px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
border-color:#080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color:#080808
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
color:#9d9d9d
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
background-color:transparent;
color:#fff
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
background-color:#080808;
color:#fff
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
background-color:transparent;
color:#444
}
}
.navbar-inverse .navbar-link {
	color:#9d9d9d
}
.navbar-inverse .navbar-link:hover {
	color:#fff
}
.navbar-inverse .btn-link {
	color:#9d9d9d
}
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
	color:#fff
}
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
	color:#444
}
.breadcrumb {
	background-color:#f5f5f5;
	border-radius:0;
	list-style:none;
	margin-bottom:2rem;
	padding:8px 15px
}
.breadcrumb>li {
	display:inline-block
}
.breadcrumb>li+li:before {
	color:#000;
	content:"\00a0";
	padding:0 5px
}
.breadcrumb>.active {
	color:#000
}
.pagination {
	border-radius:0;
	display:inline-block;
	margin:2rem 0;
	padding-left:0
}
.pagination>li {
	display:inline
}
.pagination>li>a, .pagination>li>span {
	background-color:#fff;
	border:1px solid #ddd;
	color:#cdcdcd;
	float:left;
	line-height:1.71428571;
	margin-left:-1px;
	padding:8px 20px;
	position:relative;
	text-decoration:none
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-bottom-left-radius:0;
	border-top-left-radius:0;
	margin-left:0
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius:0;
	border-top-right-radius:0
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	background-color:#eee;
	border-color:#ddd;
	color:#a7a7a7;
	z-index:3
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color:#cdcdcd;
	border-color:#cdcdcd;
	color:#fff;
	cursor:default;
	z-index:2
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	background-color:#fff;
	border-color:#ddd;
	color:#777;
	cursor:not-allowed
}
.pagination-lg>li>a, .pagination-lg>li>span {
	font-size:1.7rem;
	line-height:1.3333333;
	padding:18px 30px
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-bottom-left-radius:0;
	border-top-left-radius:0
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-bottom-right-radius:0;
	border-top-right-radius:0
}
.pagination-sm>li>a, .pagination-sm>li>span {
	font-size:1.3rem;
	line-height:1.5;
	padding:5px 10px
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-bottom-left-radius:0;
	border-top-left-radius:0
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-bottom-right-radius:0;
	border-top-right-radius:0
}
.pager {
	list-style:none;
	margin:2rem 0;
	padding-left:0;
	text-align:center
}
.pager li {
	display:inline
}
.pager li>a, .pager li>span {
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:15px;
	display:inline-block;
	padding:5px 14px
}
.pager li>a:focus, .pager li>a:hover {
	background-color:#eee;
	text-decoration:none
}
.pager .next>a, .pager .next>span {
	float:right
}
.pager .previous>a, .pager .previous>span {
	float:left
}
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
	background-color:#fff;
	color:#777;
	cursor:not-allowed
}
.label {
	font-size:75%;
	font-weight:700;
	padding:.2em .6em .3em
}
.label-default {
	background-color:#777
}
.label-default[href]:focus, .label-default[href]:hover {
	background-color:#5e5e5e
}
.badge {
	background-color:#777;
	border-radius:0;
	color:#fff;
	display:inline-block;
	font-size:1.3rem;
	font-weight:700;
	line-height:15px;
	min-width:10px;
	padding:3px 7px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap
}
.badge:empty {
	display:none
}
.btn .badge {
	position:relative;
	top:-1px
}
.btn-group-xs>.btn .badge, .btn-xs .badge {
	padding:1px 5px;
	top:0
}
a.badge:focus, a.badge:hover {
	color:#fff;
	cursor:pointer;
	text-decoration:none
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	background-color:#fff;
	color:#cdcdcd
}
.list-group-item>.badge {
	float:right
}
.list-group-item>.badge+.badge {
	margin-right:5px
}
.nav-pills>li>a>.badge {
	margin-left:3px
}
.jumbotron {
	background-color:#eee;
	margin-bottom:40px;
	padding-bottom:40px;
	padding-top:40px
}
.jumbotron, .jumbotron .h1, .jumbotron h1 {
	color:inherit
}
.jumbotron p {
	font-size:1.7rem;
	font-weight:200;
	margin-bottom:20px
}
.jumbotron>hr {
	border-top-color:#d5d5d5
}
.container-fluid .jumbotron, .container .jumbotron {
	border-radius:0
}
.jumbotron .container {
	max-width:100%
}
@media screen and (min-width:768px) {
.jumbotron {
padding-bottom:64px;
padding-top:64px
}
.container-fluid .jumbotron, .container .jumbotron {
padding-left:80px;
padding-right:80px
}
.jumbotron .h1, .jumbotron h1 {
font-size:6rem
}
}
.thumbnail {
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:0;
	display:block;
	line-height:1.71428571;
	margin-bottom:2rem;
	padding:4px;
-webkit-transition:border .2s ease-in-out;
transition:border .2s ease-in-out
}
.thumbnail>img, .thumbnail a>img {
	margin-left:auto;
	margin-right:auto
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color:#cdcdcd
}
.thumbnail .caption {
	color:#333;
	padding:9px
}
.alert {
	border:1px solid transparent;
	border-radius:0;
	margin-bottom:2rem;
	padding:15px
}
.alert h4 {
	color:inherit;
	margin-top:0
}
.alert .alert-link {
	font-weight:700
}
.alert>p, .alert>ul {
	margin-bottom:0
}
.alert>p+p {
	margin-top:5px
}
.alert-dismissable, .alert-dismissible {
	padding-right:35px
}
.alert-dismissable .close, .alert-dismissible .close {
	color:inherit;
	position:relative;
	right:-21px;
	top:-2px
}
.alert-success {
	background-color:#dff0d8;
	border-color:#d6e9c6;
	color:#3c763d
}
.alert-success hr {
	border-top-color:#c9e2b3
}
.alert-success .alert-link {
	color:#2b542c
}
.alert-info {
	background-color:#d9edf7;
	border-color:#bce8f1;
	color:#31708f
}
.alert-info hr {
	border-top-color:#a6e1ec
}
.alert-info .alert-link {
	color:#245269
}
.alert-warning {
	background-color:#fcf8e3;
	border-color:#faebcc;
	color:#8a6d3b
}
.alert-warning hr {
	border-top-color:#f7e1b5
}
.alert-warning .alert-link {
	color:#66512c
}
.alert-danger {
	background-color:#f2dede;
	border-color:#ebccd1;
	color:#a94442
}
.alert-danger hr {
	border-top-color:#e4b9c0
}
.alert-danger .alert-link {
	color:#843534
}
@-webkit-keyframes progress-bar-stripes {
0% {
background-position:40px 0
}
to {
	background-position:0 0
}
}
@keyframes progress-bar-stripes {
0% {
background-position:40px 0
}
to {
	background-position:0 0
}
}
.progress {
	background-color:#f5f5f5;
	border-radius:0;
	-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1);
	height:2rem;
	margin-bottom:2rem;
	overflow:hidden
}
.progress-bar {
	background-color:#cdcdcd;
	-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow:inset 0 -1px 0 rgba(0, 0, 0, .15);
	color:#fff;
	float:left;
	font-size:1.3rem;
	height:100%;
	line-height:2rem;
	text-align:center;
-webkit-transition:width .6s ease;
transition:width .6s ease;
	width:0
}
.progress-bar-striped, .progress-striped .progress-bar {
	background-image:linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
	background-size:40px 40px
}
.progress-bar.active, .progress.active .progress-bar {
	-webkit-animation:progress-bar-stripes 2s linear infinite;
	animation:progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
	background-color:#3c763d
}
.progress-striped .progress-bar-success {
	background-image:linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}
.progress-bar-info {
	background-color:#5bc0de
}
.progress-striped .progress-bar-info {
	background-image:linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}
.progress-bar-warning {
	background-color:#f0ad4e
}
.progress-striped .progress-bar-warning {
	background-image:linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}
.progress-bar-danger {
	background-color:#d9534f
}
.progress-striped .progress-bar-danger {
	background-image:linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}
.media {
	margin-top:15px
}
.media:first-child {
	margin-top:0
}
.media, .media-body {
	zoom:1;
	overflow:hidden
}
.media-body {
	width:10000px
}
.media-object {
	display:block
}
.media-object.img-thumbnail {
	max-width:none
}
.media-right, .media>.pull-right {
	padding-left:10px
}
.media-left, .media>.pull-left {
	padding-right:10px
}
.media-body, .media-left, .media-right {
	display:table-cell;
	vertical-align:top
}
.media-middle {
	vertical-align:middle
}
.media-bottom {
	vertical-align:bottom
}
.media-heading {
	margin-bottom:5px;
	margin-top:0
}
.media-list {
	list-style:none;
	padding-left:0
}
.list-group {
	margin-bottom:20px;
	padding-left:0
}
.list-group-item {
	background-color:#fff;
	border:1px solid #ddd;
	display:block;
	margin-bottom:-1px;
	padding:10px 15px;
	position:relative
}
.list-group-item:first-child {
	border-top-left-radius:0;
	border-top-right-radius:0
}
.list-group-item:last-child {
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	margin-bottom:0
}
a.list-group-item, button.list-group-item {
	color:#555
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
	color:#333
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
	background-color:#f5f5f5;
	color:#555;
	text-decoration:none
}
button.list-group-item {
	text-align:left;
	width:100%
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
	background-color:#eee;
	color:#777;
	cursor:not-allowed
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
	color:inherit
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
	color:#777
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	background-color:#cdcdcd;
	border-color:#cdcdcd;
	color:#fff;
	z-index:2
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
	color:inherit
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
	color:#fff
}
.list-group-item-success {
	background-color:#dff0d8;
	color:#3c763d
}
a.list-group-item-success, button.list-group-item-success {
	color:#3c763d
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
	color:inherit
}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
	background-color:#d0e9c6;
	color:#3c763d
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
	background-color:#3c763d;
	border-color:#3c763d;
	color:#fff
}
.list-group-item-info {
	background-color:#d9edf7;
	color:#31708f
}
a.list-group-item-info, button.list-group-item-info {
	color:#31708f
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
	color:inherit
}
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
	background-color:#c4e3f3;
	color:#31708f
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
	background-color:#31708f;
	border-color:#31708f;
	color:#fff
}
.list-group-item-warning {
	background-color:#fcf8e3;
	color:#8a6d3b
}
a.list-group-item-warning, button.list-group-item-warning {
	color:#8a6d3b
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
	color:inherit
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
	background-color:#faf2cc;
	color:#8a6d3b
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
	background-color:#8a6d3b;
	border-color:#8a6d3b;
	color:#fff
}
.list-group-item-danger {
	background-color:#f2dede;
	color:#a94442
}
a.list-group-item-danger, button.list-group-item-danger {
	color:#a94442
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
	color:inherit
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
	background-color:#ebcccc;
	color:#a94442
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
	background-color:#a94442;
	border-color:#a94442;
	color:#fff
}
.list-group-item-heading {
	margin-bottom:5px;
	margin-top:0
}
.list-group-item-text {
	line-height:1.3;
	margin-bottom:0
}
.panel {
	background-color:#fff;
	border:1px solid transparent;
	border-radius:0;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, .05);
	box-shadow:0 1px 1px rgba(0, 0, 0, .05);
	margin-bottom:2rem
}
.panel-body {
	padding:20px 25px
}
.panel-heading {
	border-bottom:1px solid transparent;
	border-top-left-radius:-1;
	border-top-right-radius:-1;
	padding:10px 15px
}
.panel-heading>.dropdown .dropdown-toggle, .panel-title {
	color:inherit
}
.panel-title {
	font-size:2rem;
	margin-bottom:0;
	margin-top:0
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
	color:inherit
}
.panel-footer {
	background-color:#f5f5f5;
	border-bottom-left-radius:-1;
	border-bottom-right-radius:-1;
	border-top:1px solid #ddd;
	padding:10px 15px
}
.panel>.list-group, .panel>.panel-collapse>.list-group {
	margin-bottom:0
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
	border-radius:0;
	border-width:1px 0
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top:0;
	border-top-left-radius:-1;
	border-top-right-radius:-1
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom:0;
	border-bottom-left-radius:-1;
	border-bottom-right-radius:-1
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius:0;
	border-top-right-radius:0
}
.list-group+.panel-footer, .panel-heading+.list-group .list-group-item:first-child {
	border-top-width:0
}
.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
	margin-bottom:0
}
.panel>.panel-collapse>.table caption, .panel>.table-responsive>.table caption, .panel>.table caption {
	padding-left:20px 25px;
	padding-right:20px 25px
}
.panel>.table-responsive:first-child>.table:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius:-1;
	border-top-right-radius:-1
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius:-1
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius:-1
}
.panel>.table-responsive:last-child>.table:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius:-1;
	border-bottom-right-radius:-1
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius:-1
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius:-1
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
	border-top:1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
	border-top:0
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border:0
}
.panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left:0
}
.panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right:0
}
.panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom:0
}
.panel>.table-responsive {
	border:0;
	margin-bottom:0
}
.panel-group {
	margin-bottom:2rem
}
.panel-group .panel {
	border-radius:0;
	margin-bottom:0
}
.panel-group .panel+.panel {
	margin-top:5px
}
.panel-group .panel-heading {
	border-bottom:0
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top:1px solid #ddd
}
.panel-group .panel-footer {
	border-top:0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom:1px solid #ddd
}
.panel-default {
	border-color:#ddd
}
.panel-default>.panel-heading {
	background-color:#f5f5f5;
	border-color:#ddd;
	color:#333
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#ddd
}
.panel-default>.panel-heading .badge {
	background-color:#333;
	color:#f5f5f5
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#ddd
}
.panel-primary {
	border-color:#cdcdcd
}
.panel-primary>.panel-heading {
	background-color:#cdcdcd;
	border-color:#cdcdcd;
	color:#fff
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#cdcdcd
}
.panel-primary>.panel-heading .badge {
	background-color:#fff;
	color:#cdcdcd
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#cdcdcd
}
.panel-success {
	border-color:#d6e9c6
}
.panel-success>.panel-heading {
	background-color:#dff0d8;
	border-color:#d6e9c6;
	color:#3c763d
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#d6e9c6
}
.panel-success>.panel-heading .badge {
	background-color:#3c763d;
	color:#dff0d8
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#d6e9c6
}
.panel-info {
	border-color:#bce8f1
}
.panel-info>.panel-heading {
	background-color:#d9edf7;
	border-color:#bce8f1;
	color:#31708f
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#bce8f1
}
.panel-info>.panel-heading .badge {
	background-color:#31708f;
	color:#d9edf7
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#bce8f1
}
.panel-warning {
	border-color:#faebcc
}
.panel-warning>.panel-heading {
	background-color:#fcf8e3;
	border-color:#faebcc;
	color:#8a6d3b
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#faebcc
}
.panel-warning>.panel-heading .badge {
	background-color:#8a6d3b;
	color:#fcf8e3
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#faebcc
}
.panel-danger {
	border-color:#ebccd1
}
.panel-danger>.panel-heading {
	background-color:#f2dede;
	border-color:#ebccd1;
	color:#a94442
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color:#ebccd1
}
.panel-danger>.panel-heading .badge {
	background-color:#a94442;
	color:#f2dede
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color:#ebccd1
}
.embed-responsive {
	display:block;
	height:0;
	overflow:hidden;
	padding:0;
	position:relative
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	border:0;
	bottom:0;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%
}
.embed-responsive-16by9 {
	padding-bottom:56.25%
}
.embed-responsive-4by3 {
	padding-bottom:75%
}
.well {
	background-color:#f5f5f5;
	border:1px solid #e3e3e3;
	border-radius:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
	margin-bottom:20px;
	min-height:20px;
	padding:19px
}
.well blockquote {
	border-color:#ddd;
	border-color:rgba(0, 0, 0, .15)
}
.well-lg {
	border-radius:0;
	padding:24px
}
.well-sm {
	border-radius:0;
	padding:9px
}
.close {
	color:#000;
	filter:alpha(opacity=20);
	float:right;
	font-size:2.25rem;
	font-weight:700;
	line-height:1;
	opacity:.2;
	text-shadow:0 1px 0 #fff
}
.close:focus, .close:hover {
	color:#000;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:.5;
	text-decoration:none
}
button.close {
	-webkit-appearance:none;
	background:transparent;
	border:0;
	cursor:pointer;
	padding:0
}
.modal, .modal-open {
	overflow:hidden
}
.modal {
	-webkit-overflow-scrolling:touch;
	bottom:0;
	display:none;
	left:0;
	outline:0;
	position:fixed;
	right:0;
	top:0;
	z-index:3000
}
.modal.fade .modal-dialog {
	-webkit-transform:translateY(-25%);
	transform:translateY(-25%);
-webkit-transition:-webkit-transform .3s ease-out;
transition:-webkit-transform .3s ease-out;
transition:transform .3s ease-out;
transition:transform .3s ease-out, -webkit-transform .3s ease-out
}
.modal.in .modal-dialog {
	-webkit-transform:translate(0);
	transform:translate(0)
}
.modal-open .modal {
	overflow-x:hidden;
	overflow-y:auto
}
.modal-dialog {
	margin:10px;
	position:relative;
	width:auto
}
.modal-content {
	background-clip:padding-box;
	background-color:#fff;
	border:1px solid transparent;
	border-radius:0;
	-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);
	box-shadow:0 3px 9px rgba(0, 0, 0, .5);
	outline:0;
	position:relative
}
.modal-backdrop {
	background-color:#2d2d2d;
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:2500
}
.modal-backdrop.fade {
	filter:alpha(opacity=0);
	opacity:0
}
.modal-backdrop.in {
	filter:alpha(opacity=75);
	opacity:.75
}
.modal-header {
	border-bottom:1px solid transparent;
	min-height:16.71428571px;
	padding:15px
}
.modal-header .close {
	margin-top:-2px
}
.modal-title {
	line-height:1.71428571;
	margin:0
}
.modal-body {
	padding:15px;
	position:relative
}
.modal-footer {
	border-top:1px solid transparent;
	padding:15px;
	text-align:right
}
.modal-footer .btn+.btn {
	margin-bottom:0;
	margin-left:5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left:-1px
}
.modal-footer .btn-block+.btn-block {
	margin-left:0
}
.modal-scrollbar-measure {
	height:50px;
	overflow:scroll;
	position:absolute;
	top:-9999px;
	width:50px
}
@media (min-width:768px) {
.modal-dialog {
margin:30px auto;
width:600px
}
.modal-content {
-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, .5);
box-shadow:0 5px 15px rgba(0, 0, 0, .5)
}
.modal-sm {
width:300px
}
}
@media (min-width:992px) {
.modal-lg {
width:900px
}
}
.tooltip {
	word-wrap:normal;
	display:block;
	filter:alpha(opacity=0);
	font-family:OpenSans, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:1.3rem;
	font-style:normal;
	font-weight:400;
	letter-spacing:normal;
	line-break:auto;
	line-height:1.71428571;
	opacity:0;
	position:absolute;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	white-space:normal;
	word-break:normal;
	word-spacing:normal;
	z-index:4000
}
.tooltip.in {
	filter:alpha(opacity=90);
	opacity:.9
}
.tooltip.top {
	margin-top:-3px;
	padding:5px 0
}
.tooltip.right {
	margin-left:3px;
	padding:0 5px
}
.tooltip.bottom {
	margin-top:3px;
	padding:5px 0
}
.tooltip.left {
	margin-left:-3px;
	padding:0 5px
}
.tooltip-inner {
	background-color:#000;
	border-radius:0;
	color:#fff;
	max-width:200px;
	padding:3px 8px;
	text-align:center
}
.tooltip-arrow {
	border-color:transparent;
	border-style:solid;
	height:0;
	position:absolute;
	width:0
}
.tooltip.top .tooltip-arrow {
	border-top-color:#000;
	border-width:5px 5px 0;
	bottom:0;
	left:50%;
	margin-left:-5px
}
.tooltip.top-left .tooltip-arrow {
	right:5px
}
.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
	border-top-color:#000;
	border-width:5px 5px 0;
	bottom:0;
	margin-bottom:-5px
}
.tooltip.top-right .tooltip-arrow {
	left:5px
}
.tooltip.right .tooltip-arrow {
	border-right-color:#000;
	border-width:5px 5px 5px 0;
	left:0;
	margin-top:-5px;
	top:50%
}
.tooltip.left .tooltip-arrow {
	border-left-color:#000;
	border-width:5px 0 5px 5px;
	margin-top:-5px;
	right:0;
	top:50%
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color:#000;
	border-width:0 5px 5px;
	left:50%;
	margin-left:-5px;
	top:0
}
.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color:#000;
	border-width:0 5px 5px;
	margin-top:-5px;
	right:5px;
	top:0
}
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color:#000;
	border-width:0 5px 5px;
	left:5px;
	margin-top:-5px;
	top:0
}
.popover {
	word-wrap:normal;
	background-clip:padding-box;
	background-color:#fff;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, .2);
	border-radius:0;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, .2);
	box-shadow:0 5px 10px rgba(0, 0, 0, .2);
	display:none;
	font-family:OpenSans, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:1.5rem;
	font-style:normal;
	font-weight:400;
	left:0;
	letter-spacing:normal;
	line-break:auto;
	line-height:1.71428571;
	max-width:276px;
	padding:1px;
	position:absolute;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	top:0;
	white-space:normal;
	word-break:normal;
	word-spacing:normal;
	z-index:3500
}
.popover.top {
	margin-top:-10px
}
.popover.right {
	margin-left:10px
}
.popover.bottom {
	margin-top:10px
}
.popover.left {
	margin-left:-10px
}
.popover-title {
	background-color:#f7f7f7;
	border-bottom:1px solid #ebebeb;
	border-radius:-1px -1px 0 0;
	font-size:1.5rem;
	margin:0;
	padding:8px 14px
}
.popover-content {
	padding:9px 14px
}
.popover>.arrow, .popover>.arrow:after {
	border-color:transparent;
	border-style:solid;
	display:block;
	height:0;
	position:absolute;
	width:0
}
.popover>.arrow {
	border-width:11px
}
.popover>.arrow:after {
	border-width:10px;
	content:""
}
.popover.top>.arrow {
	border-bottom-width:0;
	border-top-color:#999;
	border-top-color:rgba(0, 0, 0, .25);
	bottom:-11px;
	left:50%;
	margin-left:-11px
}
.popover.top>.arrow:after {
	border-bottom-width:0;
	border-top-color:#fff;
	bottom:1px;
	content:" ";
	margin-left:-10px
}
.popover.right>.arrow {
	border-left-width:0;
	border-right-color:#999;
	border-right-color:rgba(0, 0, 0, .25);
	left:-11px;
	margin-top:-11px;
	top:50%
}
.popover.right>.arrow:after {
	border-left-width:0;
	border-right-color:#fff;
	bottom:-10px;
	content:" ";
	left:1px
}
.popover.bottom>.arrow {
	border-bottom-color:#999;
	border-bottom-color:rgba(0, 0, 0, .25);
	border-top-width:0;
	left:50%;
	margin-left:-11px;
	top:-11px
}
.popover.bottom>.arrow:after {
	border-bottom-color:#fff;
	border-top-width:0;
	content:" ";
	margin-left:-10px;
	top:1px
}
.popover.left>.arrow {
	border-left-color:#999;
	border-left-color:rgba(0, 0, 0, .25);
	border-right-width:0;
	margin-top:-11px;
	right:-11px;
	top:50%
}
.popover.left>.arrow:after {
	border-left-color:#fff;
	border-right-width:0;
	bottom:-10px;
	content:" ";
	right:1px
}
.carousel, .carousel-inner {
	position:relative
}
.carousel-inner {
	overflow:hidden;
	width:100%
}
.carousel-inner>.item {
	display:none;
	position:relative;
-webkit-transition:left .6s ease-in-out;
transition:left .6s ease-in-out
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height:1
}
@media (-webkit-transform-3d), (transform-3d) {
.carousel-inner>.item {
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-perspective:1000px;
perspective:1000px;
-webkit-transition:-webkit-transform .6s ease-in-out;
transition:-webkit-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
transition:transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
.carousel-inner>.item.active.right, .carousel-inner>.item.next {
left:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
left:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
left:0;
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display:block
}
.carousel-inner>.active {
	left:0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position:absolute;
	top:0;
	width:100%
}
.carousel-inner>.next {
	left:100%
}
.carousel-inner>.prev {
	left:-100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left:0
}
.carousel-inner>.active.left {
	left:-100%
}
.carousel-inner>.active.right {
	left:100%
}
.carousel-control {
	bottom:0;
	color:#fff;
	filter:alpha(opacity=50);
	font-size:20px;
	left:0;
	opacity:.5;
	position:absolute;
	text-align:center;
	text-shadow:0 1px 2px rgba(0, 0, 0, .6);
	top:0;
	width:15%
}
.carousel-control.left {
	background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image:linear-gradient(90deg, rgba(0, 0, 0, .5) 0, transparent);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
}
.carousel-control.right {
	background-image:-webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .5)));
	background-image:linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .5));
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
	left:auto;
	right:0
}
.carousel-control:focus, .carousel-control:hover {
	color:#fff;
	filter:alpha(opacity=90);
	opacity:.9;
	outline:0;
	text-decoration:none
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	display:inline-block;
	margin-top:-10px;
	position:absolute;
	top:50%;
	z-index:5
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left:50%;
	margin-left:-10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right:-10px;
	right:50%
}
.carousel-control .icon-next, .carousel-control .icon-prev {
	font-family:serif;
	height:20px;
	line-height:1;
	width:20px
}
.carousel-control .icon-prev:before {
	content:"\2039"
}
.carousel-control .icon-next:before {
	content:"\203a"
}
.carousel-indicators {
	bottom:10px;
	left:50%;
	list-style:none;
	margin-left:-30%;
	padding-left:0;
	position:absolute;
	text-align:center;
	width:60%;
	z-index:15
}
.carousel-indicators li {
	background-color:#000\9;
	background-color:transparent;
	border:1px solid #d2d2d2;
	border-radius:10px;
	cursor:pointer;
	display:inline-block;
	height:10px;
	margin:1px;
	text-indent:-999px;
	width:10px
}
.carousel-indicators .active {
	background-color:red;
	height:12px;
	margin:0;
	width:12px
}
.carousel-caption {
	bottom:20px;
	color:#fff;
	left:15%;
	padding-bottom:20px;
	padding-top:20px;
	position:absolute;
	right:15%;
	text-align:center;
	text-shadow:0 1px 2px rgba(0, 0, 0, .6);
	z-index:10
}
.carousel-caption .btn {
	text-shadow:none
}
@media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
font-size:30px;
height:30px;
margin-top:-15px;
width:30px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
margin-left:-15px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
margin-right:-15px
}
.carousel-caption {
left:20%;
padding-bottom:30px;
right:20%
}
.carousel-indicators {
bottom:20px
}
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	content:" ";
	display:table
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear:both
}
.center-block {
	display:block;
	margin-left:auto;
	margin-right:auto
}
.pull-right {
	float:right!important
}
.pull-left {
	float:left!important
}
.hide {
	display:none!important
}
.show {
	display:block!important
}
.invisible {
	visibility:hidden
}
.text-hide {
	background-color:transparent;
	border:0;
	color:transparent;
	font:0/0 a;
	text-shadow:none
}
.hidden {
	display:none!important
}
.affix {
	position:fixed
}
@-ms-viewport {
width:device-width
}
.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display:none!important
}
@media (max-width:767px) {
.visible-xs {
display:block!important
}
table.visible-xs {
display:table!important
}
tr.visible-xs {
display:table-row!important
}
td.visible-xs, th.visible-xs {
display:table-cell!important
}
.visible-xs-block {
display:block!important
}
.visible-xs-inline {
display:inline!important
}
.visible-xs-inline-block {
display:inline-block!important
}
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm {
display:block!important
}
table.visible-sm {
display:table!important
}
tr.visible-sm {
display:table-row!important
}
td.visible-sm, th.visible-sm {
display:table-cell!important
}
.visible-sm-block {
display:block!important
}
.visible-sm-inline {
display:inline!important
}
.visible-sm-inline-block {
display:inline-block!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md {
display:block!important
}
table.visible-md {
display:table!important
}
tr.visible-md {
display:table-row!important
}
td.visible-md, th.visible-md {
display:table-cell!important
}
.visible-md-block {
display:block!important
}
.visible-md-inline {
display:inline!important
}
.visible-md-inline-block {
display:inline-block!important
}
}
@media (min-width:1200px) {
.visible-lg {
display:block!important
}
table.visible-lg {
display:table!important
}
tr.visible-lg {
display:table-row!important
}
td.visible-lg, th.visible-lg {
display:table-cell!important
}
.visible-lg-block {
display:block!important
}
.visible-lg-inline {
display:inline!important
}
.visible-lg-inline-block {
display:inline-block!important
}
}
@media (max-width:767px) {
.hidden-xs {
display:none!important
}
}
@media (min-width:768px) and (max-width:991px) {
.hidden-sm {
display:none!important
}
}
@media (min-width:992px) and (max-width:1199px) {
.hidden-md {
display:none!important
}
}
@media (min-width:1200px) {
.hidden-lg {
display:none!important
}
}
.visible-print {
	display:none!important
}
@media print {
.visible-print {
	display:block!important
}
table.visible-print {
	display:table!important
}
tr.visible-print {
	display:table-row!important
}
td.visible-print, th.visible-print {
	display:table-cell!important
}
}
.visible-print-block {
	display:none!important
}
@media print {
.visible-print-block {
	display:block!important
}
}
.visible-print-inline {
	display:none!important
}
@media print {
.visible-print-inline {
	display:inline!important
}
}
.visible-print-inline-block {
	display:none!important
}
@media print {
.visible-print-inline-block {
	display:inline-block!important
}
.hidden-print {
	display:none!important
}
}
.fa, .fab, .fal, .far, .fas {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	text-rendering:auto;
	display:inline-block;
	font:normal normal normal 16px/1 FontAwesome
}
.fa-lg {
	font-size:1.33333333em;
	line-height:.75em;
	vertical-align:-15%
}
.fa-xs {
	font-size:.75em
}
.fa-sm {
	font-size:.875em
}
.fa-1x {
	font-size:1em
}
.fa-2x {
	font-size:2em
}
.fa-3x {
	font-size:3em
}
.fa-4x {
	font-size:4em
}
.fa-5x {
	font-size:5em
}
.fa-6x {
	font-size:6em
}
.fa-7x {
	font-size:7em
}
.fa-8x {
	font-size:8em
}
.fa-9x {
	font-size:9em
}
.fa-10x {
	font-size:10em
}
.fa-fw {
	text-align:center;
	width:1.28571429em
}
.fa-ul {
	list-style-type:none;
	margin-left:2.14285714em;
	padding-left:0
}
.fa-ul>li {
	position:relative
}
.fa-li {
	left:-2.14285714em;
	line-height:inherit;
	position:absolute;
	text-align:center;
	width:2.14285714em
}
.fa-li.fa-lg {
	left:-1.85714286em
}
.fa-border {
	border:.08em solid #eee;
	border-radius:.1em;
	padding:.2em .25em .15em
}
.fa-pull-left {
	float:left
}
.fa-pull-right {
	float:right
}
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right:.3em
}
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left:.3em
}
.fa-spin {
	-webkit-animation:fa-spin 2s linear infinite;
	animation:fa-spin 2s linear infinite
}
.fa-pulse {
	-webkit-animation:fa-spin 1s steps(8) infinite;
	animation:fa-spin 1s steps(8) infinite
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)
}
}
@keyframes fa-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)
}
}
.fa-rotate-90 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform:rotate(270deg);
	transform:rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1)
}
.fa-flip-vertical {
	-webkit-transform:scaleY(-1);
	transform:scaleY(-1)
}
.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}
.fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform:scale(-1);
	transform:scale(-1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter:none;
	filter:none
}
.fa-stack {
	display:inline-block;
	height:2em;
	line-height:2em;
	position:relative;
	vertical-align:middle;
	width:2em
}
.fa-stack-1x, .fa-stack-2x {
	left:0;
	position:absolute;
	text-align:center;
	width:100%
}
.fa-stack-1x {
	line-height:inherit
}
.fa-stack-2x {
	font-size:2em
}
.fa-inverse {
	color:#fff
}
.fa-500px:before {
	content:"\f26e"
}
.fa-accessible-icon:before {
	content:"\f368"
}
.fa-accusoft:before {
	content:"\f369"
}
.fa-address-book:before {
	content:"\f2b9"
}
.fa-address-card:before {
	content:"\f2bb"
}
.fa-adjust:before {
	content:"\f042"
}
.fa-adn:before {
	content:"\f170"
}
.fa-adversal:before {
	content:"\f36a"
}
.fa-affiliatetheme:before {
	content:"\f36b"
}
.fa-air-freshener:before {
	content:"\f5d0"
}
.fa-alarm-clock:before {
	content:"\f34e"
}
.fa-algolia:before {
	content:"\f36c"
}
.fa-align-center:before {
	content:"\f037"
}
.fa-align-justify:before {
	content:"\f039"
}
.fa-align-left:before {
	content:"\f036"
}
.fa-align-right:before {
	content:"\f038"
}
.fa-allergies:before {
	content:"\f461"
}
.fa-amazon:before {
	content:"\f270"
}
.fa-amazon-pay:before {
	content:"\f42c"
}
.fa-ambulance:before {
	content:"\f0f9"
}
.fa-american-sign-language-interpreting:before {
	content:"\f2a3"
}
.fa-amilia:before {
	content:"\f36d"
}
.fa-anchor:before {
	content:"\f13d"
}
.fa-android:before {
	content:"\f17b"
}
.fa-angellist:before {
	content:"\f209"
}
.fa-angle-double-down:before {
	content:"\f103"
}
.fa-angle-double-left:before {
	content:"\f100"
}
.fa-angle-double-right:before {
	content:"\f101"
}
.fa-angle-double-up:before {
	content:"\f102"
}
.fa-angle-down:before {
	content:"\f107"
}
.fa-angle-left:before {
	content:"\f104"
}
.fa-angle-right:before {
	content:"\f105"
}
.fa-angle-up:before {
	content:"\f106"
}
.fa-angry:before {
	content:"\f556"
}
.fa-angrycreative:before {
	content:"\f36e"
}
.fa-angular:before {
	content:"\f420"
}
.fa-app-store:before {
	content:"\f36f"
}
.fa-app-store-ios:before {
	content:"\f370"
}
.fa-apper:before {
	content:"\f371"
}
.fa-apple:before {
	content:"\f179"
}
.fa-apple-alt:before {
	content:"\f5d1"
}
.fa-apple-pay:before {
	content:"\f415"
}
.fa-archive:before {
	content:"\f187"
}
.fa-archway:before {
	content:"\f557"
}
.fa-arrow-alt-circle-down:before {
	content:"\f358"
}
.fa-arrow-alt-circle-left:before {
	content:"\f359"
}
.fa-arrow-alt-circle-right:before {
	content:"\f35a"
}
.fa-arrow-alt-circle-up:before {
	content:"\f35b"
}
.fa-arrow-alt-down:before {
	content:"\f354"
}
.fa-arrow-alt-from-bottom:before {
	content:"\f346"
}
.fa-arrow-alt-from-left:before {
	content:"\f347"
}
.fa-arrow-alt-from-right:before {
	content:"\f348"
}
.fa-arrow-alt-from-top:before {
	content:"\f349"
}
.fa-arrow-alt-left:before {
	content:"\f355"
}
.fa-arrow-alt-right:before {
	content:"\f356"
}
.fa-arrow-alt-square-down:before {
	content:"\f350"
}
.fa-arrow-alt-square-left:before {
	content:"\f351"
}
.fa-arrow-alt-square-right:before {
	content:"\f352"
}
.fa-arrow-alt-square-up:before {
	content:"\f353"
}
.fa-arrow-alt-to-bottom:before {
	content:"\f34a"
}
.fa-arrow-alt-to-left:before {
	content:"\f34b"
}
.fa-arrow-alt-to-right:before {
	content:"\f34c"
}
.fa-arrow-alt-to-top:before {
	content:"\f34d"
}
.fa-arrow-alt-up:before {
	content:"\f357"
}
.fa-arrow-circle-down:before {
	content:"\f0ab"
}
.fa-arrow-circle-left:before {
	content:"\f0a8"
}
.fa-arrow-circle-right:before {
	content:"\f0a9"
}
.fa-arrow-circle-up:before {
	content:"\f0aa"
}
.fa-arrow-down:before {
	content:"\f063"
}
.fa-arrow-from-bottom:before {
	content:"\f342"
}
.fa-arrow-from-left:before {
	content:"\f343"
}
.fa-arrow-from-right:before {
	content:"\f344"
}
.fa-arrow-from-top:before {
	content:"\f345"
}
.fa-arrow-left:before {
	content:"\f060"
}
.fa-arrow-right:before {
	content:"\f061"
}
.fa-arrow-square-down:before {
	content:"\f339"
}
.fa-arrow-square-left:before {
	content:"\f33a"
}
.fa-arrow-square-right:before {
	content:"\f33b"
}
.fa-arrow-square-up:before {
	content:"\f33c"
}
.fa-arrow-to-bottom:before {
	content:"\f33d"
}
.fa-arrow-to-left:before {
	content:"\f33e"
}
.fa-arrow-to-right:before {
	content:"\f340"
}
.fa-arrow-to-top:before {
	content:"\f341"
}
.fa-arrow-up:before {
	content:"\f062"
}
.fa-arrows:before {
	content:"\f047"
}
.fa-arrows-alt:before {
	content:"\f0b2"
}
.fa-arrows-alt-h:before {
	content:"\f337"
}
.fa-arrows-alt-v:before {
	content:"\f338"
}
.fa-arrows-h:before {
	content:"\f07e"
}
.fa-arrows-v:before {
	content:"\f07d"
}
.fa-assistive-listening-systems:before {
	content:"\f2a2"
}
.fa-asterisk:before {
	content:"\f069"
}
.fa-asymmetrik:before {
	content:"\f372"
}
.fa-at:before {
	content:"\f1fa"
}
.fa-atlas:before {
	content:"\f558"
}
.fa-atom:before {
	content:"\f5d2"
}
.fa-atom-alt:before {
	content:"\f5d3"
}
.fa-audible:before {
	content:"\f373"
}
.fa-audio-description:before {
	content:"\f29e"
}
.fa-autoprefixer:before {
	content:"\f41c"
}
.fa-avianex:before {
	content:"\f374"
}
.fa-aviato:before {
	content:"\f421"
}
.fa-award:before {
	content:"\f559"
}
.fa-aws:before {
	content:"\f375"
}
.fa-backpack:before {
	content:"\f5d4"
}
.fa-backspace:before {
	content:"\f55a"
}
.fa-backward:before {
	content:"\f04a"
}
.fa-badge:before {
	content:"\f335"
}
.fa-badge-check:before {
	content:"\f336"
}
.fa-balance-scale:before {
	content:"\f24e"
}
.fa-balance-scale-left:before {
	content:"\f515"
}
.fa-balance-scale-right:before {
	content:"\f516"
}
.fa-ban:before {
	content:"\f05e"
}
.fa-band-aid:before {
	content:"\f462"
}
.fa-bandcamp:before {
	content:"\f2d5"
}
.fa-barcode:before {
	content:"\f02a"
}
.fa-barcode-alt:before {
	content:"\f463"
}
.fa-barcode-read:before {
	content:"\f464"
}
.fa-barcode-scan:before {
	content:"\f465"
}
.fa-bars:before {
	content:"\f0c9"
}
.fa-baseball:before {
	content:"\f432"
}
.fa-baseball-ball:before {
	content:"\f433"
}
.fa-basketball-ball:before {
	content:"\f434"
}
.fa-basketball-hoop:before {
	content:"\f435"
}
.fa-bath:before {
	content:"\f2cd"
}
.fa-battery-bolt:before {
	content:"\f376"
}
.fa-battery-empty:before {
	content:"\f244"
}
.fa-battery-full:before {
	content:"\f240"
}
.fa-battery-half:before {
	content:"\f242"
}
.fa-battery-quarter:before {
	content:"\f243"
}
.fa-battery-slash:before {
	content:"\f377"
}
.fa-battery-three-quarters:before {
	content:"\f241"
}
.fa-bed:before {
	content:"\f236"
}
.fa-beer:before {
	content:"\f0fc"
}
.fa-behance:before {
	content:"\f1b4"
}
.fa-behance-square:before {
	content:"\f1b5"
}
.fa-bell:before {
	content:"\f0f3"
}
.fa-bell-school:before {
	content:"\f5d5"
}
.fa-bell-school-slash:before {
	content:"\f5d6"
}
.fa-bell-slash:before {
	content:"\f1f6"
}
.fa-bezier-curve:before {
	content:"\f55b"
}
.fa-bicycle:before {
	content:"\f206"
}
.fa-bimobject:before {
	content:"\f378"
}
.fa-binoculars:before {
	content:"\f1e5"
}
.fa-birthday-cake:before {
	content:"\f1fd"
}
.fa-bitbucket:before {
	content:"\f171"
}
.fa-bitcoin:before {
	content:"\f379"
}
.fa-bity:before {
	content:"\f37a"
}
.fa-black-tie:before {
	content:"\f27e"
}
.fa-blackberry:before {
	content:"\f37b"
}
.fa-blanket:before {
	content:"\f498"
}
.fa-blender:before {
	content:"\f517"
}
.fa-blind:before {
	content:"\f29d"
}
.fa-blogger:before {
	content:"\f37c"
}
.fa-blogger-b:before {
	content:"\f37d"
}
.fa-bluetooth:before {
	content:"\f293"
}
.fa-bluetooth-b:before {
	content:"\f294"
}
.fa-bold:before {
	content:"\f032"
}
.fa-bolt:before {
	content:"\f0e7"
}
.fa-bomb:before {
	content:"\f1e2"
}
.fa-bone:before {
	content:"\f5d7"
}
.fa-bone-break:before {
	content:"\f5d8"
}
.fa-bong:before {
	content:"\f55c"
}
.fa-book:before {
	content:"\f02d"
}
.fa-book-alt:before {
	content:"\f5d9"
}
.fa-book-heart:before {
	content:"\f499"
}
.fa-book-open:before {
	content:"\f518"
}
.fa-book-reader:before {
	content:"\f5da"
}
.fa-bookmark:before {
	content:"\f02e"
}
.fa-books:before {
	content:"\f5db"
}
.fa-bowling-ball:before {
	content:"\f436"
}
.fa-bowling-pins:before {
	content:"\f437"
}
.fa-box:before {
	content:"\f466"
}
.fa-box-alt:before {
	content:"\f49a"
}
.fa-box-check:before {
	content:"\f467"
}
.fa-box-fragile:before {
	content:"\f49b"
}
.fa-box-full:before {
	content:"\f49c"
}
.fa-box-heart:before {
	content:"\f49d"
}
.fa-box-open:before {
	content:"\f49e"
}
.fa-box-up:before {
	content:"\f49f"
}
.fa-box-usd:before {
	content:"\f4a0"
}
.fa-boxes:before {
	content:"\f468"
}
.fa-boxes-alt:before {
	content:"\f4a1"
}
.fa-boxing-glove:before {
	content:"\f438"
}
.fa-braille:before {
	content:"\f2a1"
}
.fa-brain:before {
	content:"\f5dc"
}
.fa-briefcase:before {
	content:"\f0b1"
}
.fa-briefcase-medical:before {
	content:"\f469"
}
.fa-broadcast-tower:before {
	content:"\f519"
}
.fa-broom:before {
	content:"\f51a"
}
.fa-browser:before {
	content:"\f37e"
}
.fa-brush:before {
	content:"\f55d"
}
.fa-btc:before {
	content:"\f15a"
}
.fa-bug:before {
	content:"\f188"
}
.fa-building:before {
	content:"\f1ad"
}
.fa-bullhorn:before {
	content:"\f0a1"
}
.fa-bullseye:before {
	content:"\f140"
}
.fa-burn:before {
	content:"\f46a"
}
.fa-buromobelexperte:before {
	content:"\f37f"
}
.fa-bus:before {
	content:"\f207"
}
.fa-bus-alt:before {
	content:"\f55e"
}
.fa-bus-school:before {
	content:"\f5dd"
}
.fa-buysellads:before {
	content:"\f20d"
}
.fa-calculator:before {
	content:"\f1ec"
}
.fa-calendar:before {
	content:"\f133"
}
.fa-calendar-alt:before {
	content:"\f073"
}
.fa-calendar-check:before {
	content:"\f274"
}
.fa-calendar-edit:before {
	content:"\f333"
}
.fa-calendar-exclamation:before {
	content:"\f334"
}
.fa-calendar-minus:before {
	content:"\f272"
}
.fa-calendar-plus:before {
	content:"\f271"
}
.fa-calendar-times:before {
	content:"\f273"
}
.fa-camera:before {
	content:"\f030"
}
.fa-camera-alt:before {
	content:"\f332"
}
.fa-camera-retro:before {
	content:"\f083"
}
.fa-cannabis:before {
	content:"\f55f"
}
.fa-capsules:before {
	content:"\f46b"
}
.fa-car:before {
	content:"\f1b9"
}
.fa-car-alt:before {
	content:"\f5de"
}
.fa-car-battery:before {
	content:"\f5df"
}
.fa-car-bump:before {
	content:"\f5e0"
}
.fa-car-crash:before {
	content:"\f5e1"
}
.fa-car-garage:before {
	content:"\f5e2"
}
.fa-car-mechanic:before {
	content:"\f5e3"
}
.fa-car-side:before {
	content:"\f5e4"
}
.fa-car-tilt:before {
	content:"\f5e5"
}
.fa-car-wash:before {
	content:"\f5e6"
}
.fa-caret-circle-down:before {
	content:"\f32d"
}
.fa-caret-circle-left:before {
	content:"\f32e"
}
.fa-caret-circle-right:before {
	content:"\f330"
}
.fa-caret-circle-up:before {
	content:"\f331"
}
.fa-caret-down:before {
	content:"\f0d7"
}
.fa-caret-left:before {
	content:"\f0d9"
}
.fa-caret-right:before {
	content:"\f0da"
}
.fa-caret-square-down:before {
	content:"\f150"
}
.fa-caret-square-left:before {
	content:"\f191"
}
.fa-caret-square-right:before {
	content:"\f152"
}
.fa-caret-square-up:before {
	content:"\f151"
}
.fa-caret-up:before {
	content:"\f0d8"
}
.fa-cart-arrow-down:before {
	content:"\f218"
}
.fa-cart-plus:before {
	content:"\f217"
}
.fa-cc-amazon-pay:before {
	content:"\f42d"
}
.fa-cc-amex:before {
	content:"\f1f3"
}
.fa-cc-apple-pay:before {
	content:"\f416"
}
.fa-cc-diners-club:before {
	content:"\f24c"
}
.fa-cc-discover:before {
	content:"\f1f2"
}
.fa-cc-jcb:before {
	content:"\f24b"
}
.fa-cc-mastercard:before {
	content:"\f1f1"
}
.fa-cc-paypal:before {
	content:"\f1f4"
}
.fa-cc-stripe:before {
	content:"\f1f5"
}
.fa-cc-visa:before {
	content:"\f1f0"
}
.fa-centercode:before {
	content:"\f380"
}
.fa-certificate:before {
	content:"\f0a3"
}
.fa-chalkboard:before {
	content:"\f51b"
}
.fa-chalkboard-teacher:before {
	content:"\f51c"
}
.fa-charging-station:before {
	content:"\f5e7"
}
.fa-chart-area:before {
	content:"\f1fe"
}
.fa-chart-bar:before {
	content:"\f080"
}
.fa-chart-line:before {
	content:"\f201"
}
.fa-chart-pie:before {
	content:"\f200"
}
.fa-check:before {
	content:"\f00c"
}
.fa-check-circle:before {
	content:"\f058"
}
.fa-check-double:before {
	content:"\f560"
}
.fa-check-square:before {
	content:"\f14a"
}
.fa-chess:before {
	content:"\f439"
}
.fa-chess-bishop:before {
	content:"\f43a"
}
.fa-chess-bishop-alt:before {
	content:"\f43b"
}
.fa-chess-board:before {
	content:"\f43c"
}
.fa-chess-clock:before {
	content:"\f43d"
}
.fa-chess-clock-alt:before {
	content:"\f43e"
}
.fa-chess-king:before {
	content:"\f43f"
}
.fa-chess-king-alt:before {
	content:"\f440"
}
.fa-chess-knight:before {
	content:"\f441"
}
.fa-chess-knight-alt:before {
	content:"\f442"
}
.fa-chess-pawn:before {
	content:"\f443"
}
.fa-chess-pawn-alt:before {
	content:"\f444"
}
.fa-chess-queen:before {
	content:"\f445"
}
.fa-chess-queen-alt:before {
	content:"\f446"
}
.fa-chess-rook:before {
	content:"\f447"
}
.fa-chess-rook-alt:before {
	content:"\f448"
}
.fa-chevron-circle-down:before {
	content:"\f13a"
}
.fa-chevron-circle-left:before {
	content:"\f137"
}
.fa-chevron-circle-right:before {
	content:"\f138"
}
.fa-chevron-circle-up:before {
	content:"\f139"
}
.fa-chevron-double-down:before {
	content:"\f322"
}
.fa-chevron-double-left:before {
	content:"\f323"
}
.fa-chevron-double-right:before {
	content:"\f324"
}
.fa-chevron-double-up:before {
	content:"\f325"
}
.fa-chevron-down:before {
	content:"\f078"
}
.fa-chevron-left:before {
	content:"\f053"
}
.fa-chevron-right:before {
	content:"\f054"
}
.fa-chevron-square-down:before {
	content:"\f329"
}
.fa-chevron-square-left:before {
	content:"\f32a"
}
.fa-chevron-square-right:before {
	content:"\f32b"
}
.fa-chevron-square-up:before {
	content:"\f32c"
}
.fa-chevron-up:before {
	content:"\f077"
}
.fa-child:before {
	content:"\f1ae"
}
.fa-chrome:before {
	content:"\f268"
}
.fa-church:before {
	content:"\f51d"
}
.fa-circle:before {
	content:"\f111"
}
.fa-circle-notch:before {
	content:"\f1ce"
}
.fa-clipboard:before {
	content:"\f328"
}
.fa-clipboard-check:before {
	content:"\f46c"
}
.fa-clipboard-list:before {
	content:"\f46d"
}
.fa-clipboard-prescription:before {
	content:"\f5e8"
}
.fa-clock:before {
	content:"\f017"
}
.fa-clone:before {
	content:"\f24d"
}
.fa-closed-captioning:before {
	content:"\f20a"
}
.fa-cloud:before {
	content:"\f0c2"
}
.fa-cloud-download:before {
	content:"\f0ed"
}
.fa-cloud-download-alt:before {
	content:"\f381"
}
.fa-cloud-upload:before {
	content:"\f0ee"
}
.fa-cloud-upload-alt:before {
	content:"\f382"
}
.fa-cloudscale:before {
	content:"\f383"
}
.fa-cloudsmith:before {
	content:"\f384"
}
.fa-cloudversify:before {
	content:"\f385"
}
.fa-club:before {
	content:"\f327"
}
.fa-cocktail:before {
	content:"\f561"
}
.fa-code:before {
	content:"\f121"
}
.fa-code-branch:before {
	content:"\f126"
}
.fa-code-commit:before {
	content:"\f386"
}
.fa-code-merge:before {
	content:"\f387"
}
.fa-codepen:before {
	content:"\f1cb"
}
.fa-codiepie:before {
	content:"\f284"
}
.fa-coffee:before {
	content:"\f0f4"
}
.fa-cog:before {
	content:"\f013"
}
.fa-cogs:before {
	content:"\f085"
}
.fa-coins:before {
	content:"\f51e"
}
.fa-columns:before {
	content:"\f0db"
}
.fa-comment:before {
	content:"\f075"
}
.fa-comment-alt:before {
	content:"\f27a"
}
.fa-comment-alt-check:before {
	content:"\f4a2"
}
.fa-comment-alt-dots:before {
	content:"\f4a3"
}
.fa-comment-alt-edit:before {
	content:"\f4a4"
}
.fa-comment-alt-exclamation:before {
	content:"\f4a5"
}
.fa-comment-alt-lines:before {
	content:"\f4a6"
}
.fa-comment-alt-minus:before {
	content:"\f4a7"
}
.fa-comment-alt-plus:before {
	content:"\f4a8"
}
.fa-comment-alt-slash:before {
	content:"\f4a9"
}
.fa-comment-alt-smile:before {
	content:"\f4aa"
}
.fa-comment-alt-times:before {
	content:"\f4ab"
}
.fa-comment-check:before {
	content:"\f4ac"
}
.fa-comment-dots:before {
	content:"\f4ad"
}
.fa-comment-edit:before {
	content:"\f4ae"
}
.fa-comment-exclamation:before {
	content:"\f4af"
}
.fa-comment-lines:before {
	content:"\f4b0"
}
.fa-comment-minus:before {
	content:"\f4b1"
}
.fa-comment-plus:before {
	content:"\f4b2"
}
.fa-comment-slash:before {
	content:"\f4b3"
}
.fa-comment-smile:before {
	content:"\f4b4"
}
.fa-comment-times:before {
	content:"\f4b5"
}
.fa-comments:before {
	content:"\f086"
}
.fa-comments-alt:before {
	content:"\f4b6"
}
.fa-compact-disc:before {
	content:"\f51f"
}
.fa-compass:before {
	content:"\f14e"
}
.fa-compass-slash:before {
	content:"\f5e9"
}
.fa-compress:before {
	content:"\f066"
}
.fa-compress-alt:before {
	content:"\f422"
}
.fa-compress-wide:before {
	content:"\f326"
}
.fa-concierge-bell:before {
	content:"\f562"
}
.fa-connectdevelop:before {
	content:"\f20e"
}
.fa-container-storage:before {
	content:"\f4b7"
}
.fa-contao:before {
	content:"\f26d"
}
.fa-conveyor-belt:before {
	content:"\f46e"
}
.fa-conveyor-belt-alt:before {
	content:"\f46f"
}
.fa-cookie:before {
	content:"\f563"
}
.fa-cookie-bite:before {
	content:"\f564"
}
.fa-copy:before {
	content:"\f0c5"
}
.fa-copyright:before {
	content:"\f1f9"
}
.fa-couch:before {
	content:"\f4b8"
}
.fa-cpanel:before {
	content:"\f388"
}
.fa-creative-commons:before {
	content:"\f25e"
}
.fa-creative-commons-by:before {
	content:"\f4e7"
}
.fa-creative-commons-nc:before {
	content:"\f4e8"
}
.fa-creative-commons-nc-eu:before {
	content:"\f4e9"
}
.fa-creative-commons-nc-jp:before {
	content:"\f4ea"
}
.fa-creative-commons-nd:before {
	content:"\f4eb"
}
.fa-creative-commons-pd:before {
	content:"\f4ec"
}
.fa-creative-commons-pd-alt:before {
	content:"\f4ed"
}
.fa-creative-commons-remix:before {
	content:"\f4ee"
}
.fa-creative-commons-sa:before {
	content:"\f4ef"
}
.fa-creative-commons-sampling:before {
	content:"\f4f0"
}
.fa-creative-commons-sampling-plus:before {
	content:"\f4f1"
}
.fa-creative-commons-share:before {
	content:"\f4f2"
}
.fa-creative-commons-zero:before {
	content:"\f4f3"
}
.fa-credit-card:before {
	content:"\f09d"
}
.fa-credit-card-blank:before {
	content:"\f389"
}
.fa-credit-card-front:before {
	content:"\f38a"
}
.fa-cricket:before {
	content:"\f449"
}
.fa-crop:before {
	content:"\f125"
}
.fa-crop-alt:before {
	content:"\f565"
}
.fa-crosshairs:before {
	content:"\f05b"
}
.fa-crow:before {
	content:"\f520"
}
.fa-crown:before {
	content:"\f521"
}
.fa-css3:before {
	content:"\f13c"
}
.fa-css3-alt:before {
	content:"\f38b"
}
.fa-cube:before {
	content:"\f1b2"
}
.fa-cubes:before {
	content:"\f1b3"
}
.fa-curling:before {
	content:"\f44a"
}
.fa-cut:before {
	content:"\f0c4"
}
.fa-cuttlefish:before {
	content:"\f38c"
}
.fa-d-and-d:before {
	content:"\f38d"
}
.fa-dashcube:before {
	content:"\f210"
}
.fa-database:before {
	content:"\f1c0"
}
.fa-deaf:before {
	content:"\f2a4"
}
.fa-delicious:before {
	content:"\f1a5"
}
.fa-deploydog:before {
	content:"\f38e"
}
.fa-deskpro:before {
	content:"\f38f"
}
.fa-desktop:before {
	content:"\f108"
}
.fa-desktop-alt:before {
	content:"\f390"
}
.fa-deviantart:before {
	content:"\f1bd"
}
.fa-diagnoses:before {
	content:"\f470"
}
.fa-diamond:before {
	content:"\f219"
}
.fa-dice:before {
	content:"\f522"
}
.fa-dice-five:before {
	content:"\f523"
}
.fa-dice-four:before {
	content:"\f524"
}
.fa-dice-one:before {
	content:"\f525"
}
.fa-dice-six:before {
	content:"\f526"
}
.fa-dice-three:before {
	content:"\f527"
}
.fa-dice-two:before {
	content:"\f528"
}
.fa-digg:before {
	content:"\f1a6"
}
.fa-digital-ocean:before {
	content:"\f391"
}
.fa-digital-tachograph:before {
	content:"\f566"
}
.fa-diploma:before {
	content:"\f5ea"
}
.fa-directions:before {
	content:"\f5eb"
}
.fa-discord:before {
	content:"\f392"
}
.fa-discourse:before {
	content:"\f393"
}
.fa-divide:before {
	content:"\f529"
}
.fa-dizzy:before {
	content:"\f567"
}
.fa-dna:before {
	content:"\f471"
}
.fa-do-not-enter:before {
	content:"\f5ec"
}
.fa-dochub:before {
	content:"\f394"
}
.fa-docker:before {
	content:"\f395"
}
.fa-dollar-sign:before {
	content:"\f155"
}
.fa-dolly:before {
	content:"\f472"
}
.fa-dolly-empty:before {
	content:"\f473"
}
.fa-dolly-flatbed:before {
	content:"\f474"
}
.fa-dolly-flatbed-alt:before {
	content:"\f475"
}
.fa-dolly-flatbed-empty:before {
	content:"\f476"
}
.fa-donate:before {
	content:"\f4b9"
}
.fa-door-closed:before {
	content:"\f52a"
}
.fa-door-open:before {
	content:"\f52b"
}
.fa-dot-circle:before {
	content:"\f192"
}
.fa-dove:before {
	content:"\f4ba"
}
.fa-download:before {
	content:"\f019"
}
.fa-draft2digital:before {
	content:"\f396"
}
.fa-drafting-compass:before {
	content:"\f568"
}
.fa-draw-circle:before {
	content:"\f5ed"
}
.fa-draw-polygon:before {
	content:"\f5ee"
}
.fa-draw-square:before {
	content:"\f5ef"
}
.fa-dribbble:before {
	content:"\f17d"
}
.fa-dribbble-square:before {
	content:"\f397"
}
.fa-dropbox:before {
	content:"\f16b"
}
.fa-drum:before {
	content:"\f569"
}
.fa-drum-steelpan:before {
	content:"\f56a"
}
.fa-drupal:before {
	content:"\f1a9"
}
.fa-dumbbell:before {
	content:"\f44b"
}
.fa-dyalog:before {
	content:"\f399"
}
.fa-ear:before {
	content:"\f5f0"
}
.fa-earlybirds:before {
	content:"\f39a"
}
.fa-ebay:before {
	content:"\f4f4"
}
.fa-edge:before {
	content:"\f282"
}
.fa-edit:before {
	content:"\f044"
}
.fa-eject:before {
	content:"\f052"
}
.fa-elementor:before {
	content:"\f430"
}
.fa-ellipsis-h:before {
	content:"\f141"
}
.fa-ellipsis-h-alt:before {
	content:"\f39b"
}
.fa-ellipsis-v:before {
	content:"\f142"
}
.fa-ellipsis-v-alt:before {
	content:"\f39c"
}
.fa-ello:before {
	content:"\f5f1"
}
.fa-ember:before {
	content:"\f423"
}
.fa-empire:before {
	content:"\f1d1"
}
.fa-engine-warning:before {
	content:"\f5f2"
}
.fa-envelope:before {
	content:"\f0e0"
}
.fa-envelope-open:before {
	content:"\f2b6"
}
.fa-envelope-square:before {
	content:"\f199"
}
.fa-envira:before {
	content:"\f299"
}
.fa-equals:before {
	content:"\f52c"
}
.fa-eraser:before {
	content:"\f12d"
}
.fa-erlang:before {
	content:"\f39d"
}
.fa-ethereum:before {
	content:"\f42e"
}
.fa-etsy:before {
	content:"\f2d7"
}
.fa-euro-sign:before {
	content:"\f153"
}
.fa-exchange:before {
	content:"\f0ec"
}
.fa-exchange-alt:before {
	content:"\f362"
}
.fa-exclamation:before {
	content:"\f12a"
}
.fa-exclamation-circle:before {
	content:"\f06a"
}
.fa-exclamation-square:before {
	content:"\f321"
}
.fa-exclamation-triangle:before {
	content:"\f071"
}
.fa-expand:before {
	content:"\f065"
}
.fa-expand-alt:before {
	content:"\f424"
}
.fa-expand-arrows:before {
	content:"\f31d"
}
.fa-expand-arrows-alt:before {
	content:"\f31e"
}
.fa-expand-wide:before {
	content:"\f320"
}
.fa-expeditedssl:before {
	content:"\f23e"
}
.fa-external-link:before {
	content:"\f08e"
}
.fa-external-link-alt:before {
	content:"\f35d"
}
.fa-external-link-square:before {
	content:"\f14c"
}
.fa-external-link-square-alt:before {
	content:"\f360"
}
.fa-eye:before {
	content:"\f06e"
}
.fa-eye-dropper:before {
	content:"\f1fb"
}
.fa-eye-slash:before {
	content:"\f070"
}
.fa-facebook:before {
	content:"\f09a"
}
.fa-facebook-f:before {
	content:"\f39e"
}
.fa-facebook-messenger:before {
	content:"\f39f"
}
.fa-facebook-square:before {
	content:"\f082"
}
.fa-fast-backward:before {
	content:"\f049"
}
.fa-fast-forward:before {
	content:"\f050"
}
.fa-fax:before {
	content:"\f1ac"
}
.fa-feather:before {
	content:"\f52d"
}
.fa-feather-alt:before {
	content:"\f56b"
}
.fa-female:before {
	content:"\f182"
}
.fa-field-hockey:before {
	content:"\f44c"
}
.fa-fighter-jet:before {
	content:"\f0fb"
}
.fa-file:before {
	content:"\f15b"
}
.fa-file-alt:before {
	content:"\f15c"
}
.fa-file-archive:before {
	content:"\f1c6"
}
.fa-file-audio:before {
	content:"\f1c7"
}
.fa-file-certificate:before {
	content:"\f5f3"
}
.fa-file-check:before {
	content:"\f316"
}
.fa-file-code:before {
	content:"\f1c9"
}
.fa-file-contract:before {
	content:"\f56c"
}
.fa-file-download:before {
	content:"\f56d"
}
.fa-file-edit:before {
	content:"\f31c"
}
.fa-file-excel:before {
	content:"\f1c3"
}
.fa-file-exclamation:before {
	content:"\f31a"
}
.fa-file-export:before {
	content:"\f56e"
}
.fa-file-image:before {
	content:"\f1c5"
}
.fa-file-import:before {
	content:"\f56f"
}
.fa-file-invoice:before {
	content:"\f570"
}
.fa-file-invoice-dollar:before {
	content:"\f571"
}
.fa-file-medical:before {
	content:"\f477"
}
.fa-file-medical-alt:before {
	content:"\f478"
}
.fa-file-minus:before {
	content:"\f318"
}
.fa-file-pdf:before {
	content:"\f1c1"
}
.fa-file-plus:before {
	content:"\f319"
}
.fa-file-powerpoint:before {
	content:"\f1c4"
}
.fa-file-prescription:before {
	content:"\f572"
}
.fa-file-signature:before {
	content:"\f573"
}
.fa-file-times:before {
	content:"\f317"
}
.fa-file-upload:before {
	content:"\f574"
}
.fa-file-video:before {
	content:"\f1c8"
}
.fa-file-word:before {
	content:"\f1c2"
}
.fa-fill:before {
	content:"\f575"
}
.fa-fill-drip:before {
	content:"\f576"
}
.fa-film:before {
	content:"\f008"
}
.fa-film-alt:before {
	content:"\f3a0"
}
.fa-filter:before {
	content:"\f0b0"
}
.fa-fingerprint:before {
	content:"\f577"
}
.fa-fire:before {
	content:"\f06d"
}
.fa-fire-extinguisher:before {
	content:"\f134"
}
.fa-firefox:before {
	content:"\f269"
}
.fa-first-aid:before {
	content:"\f479"
}
.fa-first-order:before {
	content:"\f2b0"
}
.fa-first-order-alt:before {
	content:"\f50a"
}
.fa-firstdraft:before {
	content:"\f3a1"
}
.fa-fish:before {
	content:"\f578"
}
.fa-flag:before {
	content:"\f024"
}
.fa-flag-checkered:before {
	content:"\f11e"
}
.fa-flask:before {
	content:"\f0c3"
}
.fa-flickr:before {
	content:"\f16e"
}
.fa-flipboard:before {
	content:"\f44d"
}
.fa-flushed:before {
	content:"\f579"
}
.fa-fly:before {
	content:"\f417"
}
.fa-folder:before {
	content:"\f07b"
}
.fa-folder-open:before {
	content:"\f07c"
}
.fa-font:before {
	content:"\f031"
}
.fa-font-awesome:before {
	content:"\f2b4"
}
.fa-font-awesome-alt:before {
	content:"\f35c"
}
.fa-font-awesome-flag:before {
	content:"\f425"
}
.fa-font-awesome-logo-full:before {
	content:"\f4e6"
}
.fa-fonticons:before {
	content:"\f280"
}
.fa-fonticons-fi:before {
	content:"\f3a2"
}
.fa-football-ball:before {
	content:"\f44e"
}
.fa-football-helmet:before {
	content:"\f44f"
}
.fa-forklift:before {
	content:"\f47a"
}
.fa-fort-awesome:before {
	content:"\f286"
}
.fa-fort-awesome-alt:before {
	content:"\f3a3"
}
.fa-forumbee:before {
	content:"\f211"
}
.fa-forward:before {
	content:"\f04e"
}
.fa-foursquare:before {
	content:"\f180"
}
.fa-fragile:before {
	content:"\f4bb"
}
.fa-free-code-camp:before {
	content:"\f2c5"
}
.fa-freebsd:before {
	content:"\f3a4"
}
.fa-frog:before {
	content:"\f52e"
}
.fa-frown:before {
	content:"\f119"
}
.fa-frown-open:before {
	content:"\f57a"
}
.fa-fulcrum:before {
	content:"\f50b"
}
.fa-futbol:before {
	content:"\f1e3"
}
.fa-galactic-republic:before {
	content:"\f50c"
}
.fa-galactic-senate:before {
	content:"\f50d"
}
.fa-gamepad:before {
	content:"\f11b"
}
.fa-gas-pump:before {
	content:"\f52f"
}
.fa-gas-pump-slash:before {
	content:"\f5f4"
}
.fa-gavel:before {
	content:"\f0e3"
}
.fa-gem:before {
	content:"\f3a5"
}
.fa-genderless:before {
	content:"\f22d"
}
.fa-get-pocket:before {
	content:"\f265"
}
.fa-gg:before {
	content:"\f260"
}
.fa-gg-circle:before {
	content:"\f261"
}
.fa-gift:before {
	content:"\f06b"
}
.fa-git:before {
	content:"\f1d3"
}
.fa-git-square:before {
	content:"\f1d2"
}
.fa-github:before {
	content:"\f09b"
}
.fa-github-alt:before {
	content:"\f113"
}
.fa-github-square:before {
	content:"\f092"
}
.fa-gitkraken:before {
	content:"\f3a6"
}
.fa-gitlab:before {
	content:"\f296"
}
.fa-gitter:before {
	content:"\f426"
}
.fa-glass-martini:before {
	content:"\f000"
}
.fa-glass-martini-alt:before {
	content:"\f57b"
}
.fa-glasses:before {
	content:"\f530"
}
.fa-glasses-alt:before {
	content:"\f5f5"
}
.fa-glide:before {
	content:"\f2a5"
}
.fa-glide-g:before {
	content:"\f2a6"
}
.fa-globe:before {
	content:"\f0ac"
}
.fa-globe-africa:before {
	content:"\f57c"
}
.fa-globe-americas:before {
	content:"\f57d"
}
.fa-globe-asia:before {
	content:"\f57e"
}
.fa-globe-stand:before {
	content:"\f5f6"
}
.fa-gofore:before {
	content:"\f3a7"
}
.fa-golf-ball:before {
	content:"\f450"
}
.fa-golf-club:before {
	content:"\f451"
}
.fa-goodreads:before {
	content:"\f3a8"
}
.fa-goodreads-g:before {
	content:"\f3a9"
}
.fa-google:before {
	content:"\f1a0"
}
.fa-google-drive:before {
	content:"\f3aa"
}
.fa-google-play:before {
	content:"\f3ab"
}
.fa-google-plus:before {
	content:"\f2b3"
}
.fa-google-plus-g:before {
	content:"\f0d5"
}
.fa-google-plus-square:before {
	content:"\f0d4"
}
.fa-google-wallet:before {
	content:"\f1ee"
}
.fa-graduation-cap:before {
	content:"\f19d"
}
.fa-gratipay:before {
	content:"\f184"
}
.fa-grav:before {
	content:"\f2d6"
}
.fa-greater-than:before {
	content:"\f531"
}
.fa-greater-than-equal:before {
	content:"\f532"
}
.fa-grimace:before {
	content:"\f57f"
}
.fa-grin:before {
	content:"\f580"
}
.fa-grin-alt:before {
	content:"\f581"
}
.fa-grin-beam:before {
	content:"\f582"
}
.fa-grin-beam-sweat:before {
	content:"\f583"
}
.fa-grin-hearts:before {
	content:"\f584"
}
.fa-grin-squint:before {
	content:"\f585"
}
.fa-grin-squint-tears:before {
	content:"\f586"
}
.fa-grin-stars:before {
	content:"\f587"
}
.fa-grin-tears:before {
	content:"\f588"
}
.fa-grin-tongue:before {
	content:"\f589"
}
.fa-grin-tongue-squint:before {
	content:"\f58a"
}
.fa-grin-tongue-wink:before {
	content:"\f58b"
}
.fa-grin-wink:before {
	content:"\f58c"
}
.fa-grip-horizontal:before {
	content:"\f58d"
}
.fa-grip-vertical:before {
	content:"\f58e"
}
.fa-gripfire:before {
	content:"\f3ac"
}
.fa-grunt:before {
	content:"\f3ad"
}
.fa-gulp:before {
	content:"\f3ae"
}
.fa-h-square:before {
	content:"\f0fd"
}
.fa-h1:before {
	content:"\f313"
}
.fa-h2:before {
	content:"\f314"
}
.fa-h3:before {
	content:"\f315"
}
.fa-hacker-news:before {
	content:"\f1d4"
}
.fa-hacker-news-square:before {
	content:"\f3af"
}
.fa-hackerrank:before {
	content:"\f5f7"
}
.fa-hand-heart:before {
	content:"\f4bc"
}
.fa-hand-holding:before {
	content:"\f4bd"
}
.fa-hand-holding-box:before {
	content:"\f47b"
}
.fa-hand-holding-heart:before {
	content:"\f4be"
}
.fa-hand-holding-seedling:before {
	content:"\f4bf"
}
.fa-hand-holding-usd:before {
	content:"\f4c0"
}
.fa-hand-holding-water:before {
	content:"\f4c1"
}
.fa-hand-lizard:before {
	content:"\f258"
}
.fa-hand-paper:before {
	content:"\f256"
}
.fa-hand-peace:before {
	content:"\f25b"
}
.fa-hand-point-down:before {
	content:"\f0a7"
}
.fa-hand-point-left:before {
	content:"\f0a5"
}
.fa-hand-point-right:before {
	content:"\f0a4"
}
.fa-hand-point-up:before {
	content:"\f0a6"
}
.fa-hand-pointer:before {
	content:"\f25a"
}
.fa-hand-receiving:before {
	content:"\f47c"
}
.fa-hand-rock:before {
	content:"\f255"
}
.fa-hand-scissors:before {
	content:"\f257"
}
.fa-hand-spock:before {
	content:"\f259"
}
.fa-hands:before {
	content:"\f4c2"
}
.fa-hands-heart:before {
	content:"\f4c3"
}
.fa-hands-helping:before {
	content:"\f4c4"
}
.fa-hands-usd:before {
	content:"\f4c5"
}
.fa-handshake:before {
	content:"\f2b5"
}
.fa-handshake-alt:before {
	content:"\f4c6"
}
.fa-hashtag:before {
	content:"\f292"
}
.fa-hdd:before {
	content:"\f0a0"
}
.fa-heading:before {
	content:"\f1dc"
}
.fa-headphones:before {
	content:"\f025"
}
.fa-headphones-alt:before {
	content:"\f58f"
}
.fa-headset:before {
	content:"\f590"
}
.fa-heart:before {
	content:"\f004"
}
.fa-heart-circle:before {
	content:"\f4c7"
}
.fa-heart-rate:before {
	content:"\f5f8"
}
.fa-heart-square:before {
	content:"\f4c8"
}
.fa-heartbeat:before {
	content:"\f21e"
}
.fa-helicopter:before {
	content:"\f533"
}
.fa-hexagon:before {
	content:"\f312"
}
.fa-highlighter:before {
	content:"\f591"
}
.fa-hips:before {
	content:"\f452"
}
.fa-hire-a-helper:before {
	content:"\f3b0"
}
.fa-history:before {
	content:"\f1da"
}
.fa-hockey-puck:before {
	content:"\f453"
}
.fa-hockey-sticks:before {
	content:"\f454"
}
.fa-home:before {
	content:"\f015"
}
.fa-home-heart:before {
	content:"\f4c9"
}
.fa-hooli:before {
	content:"\f427"
}
.fa-hornbill:before {
	content:"\f592"
}
.fa-hospital:before {
	content:"\f0f8"
}
.fa-hospital-alt:before {
	content:"\f47d"
}
.fa-hospital-symbol:before {
	content:"\f47e"
}
.fa-hot-tub:before {
	content:"\f593"
}
.fa-hotel:before {
	content:"\f594"
}
.fa-hotjar:before {
	content:"\f3b1"
}
.fa-hourglass:before {
	content:"\f254"
}
.fa-hourglass-end:before {
	content:"\f253"
}
.fa-hourglass-half:before {
	content:"\f252"
}
.fa-hourglass-start:before {
	content:"\f251"
}
.fa-houzz:before {
	content:"\f27c"
}
.fa-html5:before {
	content:"\f13b"
}
.fa-hubspot:before {
	content:"\f3b2"
}
.fa-i-cursor:before {
	content:"\f246"
}
.fa-id-badge:before {
	content:"\f2c1"
}
.fa-id-card:before {
	content:"\f2c2"
}
.fa-id-card-alt:before {
	content:"\f47f"
}
.fa-image:before {
	content:"\f03e"
}
.fa-images:before {
	content:"\f302"
}
.fa-imdb:before {
	content:"\f2d8"
}
.fa-inbox:before {
	content:"\f01c"
}
.fa-inbox-in:before {
	content:"\f310"
}
.fa-inbox-out:before {
	content:"\f311"
}
.fa-indent:before {
	content:"\f03c"
}
.fa-industry:before {
	content:"\f275"
}
.fa-industry-alt:before {
	content:"\f3b3"
}
.fa-infinity:before {
	content:"\f534"
}
.fa-info:before {
	content:"\f129"
}
.fa-info-circle:before {
	content:"\f05a"
}
.fa-info-square:before {
	content:"\f30f"
}
.fa-inhaler:before {
	content:"\f5f9"
}
.fa-instagram:before {
	content:"\f16d"
}
.fa-internet-explorer:before {
	content:"\f26b"
}
.fa-inventory:before {
	content:"\f480"
}
.fa-ioxhost:before {
	content:"\f208"
}
.fa-italic:before {
	content:"\f033"
}
.fa-itunes:before {
	content:"\f3b4"
}
.fa-itunes-note:before {
	content:"\f3b5"
}
.fa-jack-o-lantern:before {
	content:"\f30e"
}
.fa-java:before {
	content:"\f4e4"
}
.fa-jedi-order:before {
	content:"\f50e"
}
.fa-jenkins:before {
	content:"\f3b6"
}
.fa-joget:before {
	content:"\f3b7"
}
.fa-joint:before {
	content:"\f595"
}
.fa-joomla:before {
	content:"\f1aa"
}
.fa-js:before {
	content:"\f3b8"
}
.fa-js-square:before {
	content:"\f3b9"
}
.fa-jsfiddle:before {
	content:"\f1cc"
}
.fa-kaggle:before {
	content:"\f5fa"
}
.fa-key:before {
	content:"\f084"
}
.fa-keybase:before {
	content:"\f4f5"
}
.fa-keyboard:before {
	content:"\f11c"
}
.fa-keycdn:before {
	content:"\f3ba"
}
.fa-kickstarter:before {
	content:"\f3bb"
}
.fa-kickstarter-k:before {
	content:"\f3bc"
}
.fa-kidneys:before {
	content:"\f5fb"
}
.fa-kiss:before {
	content:"\f596"
}
.fa-kiss-beam:before {
	content:"\f597"
}
.fa-kiss-wink-heart:before {
	content:"\f598"
}
.fa-kiwi-bird:before {
	content:"\f535"
}
.fa-korvue:before {
	content:"\f42f"
}
.fa-lamp:before {
	content:"\f4ca"
}
.fa-language:before {
	content:"\f1ab"
}
.fa-laptop:before {
	content:"\f109"
}
.fa-laptop-code:before {
	content:"\f5fc"
}
.fa-laravel:before {
	content:"\f3bd"
}
.fa-lastfm:before {
	content:"\f202"
}
.fa-lastfm-square:before {
	content:"\f203"
}
.fa-laugh:before {
	content:"\f599"
}
.fa-laugh-beam:before {
	content:"\f59a"
}
.fa-laugh-squint:before {
	content:"\f59b"
}
.fa-laugh-wink:before {
	content:"\f59c"
}
.fa-layer-group:before {
	content:"\f5fd"
}
.fa-layer-minus:before {
	content:"\f5fe"
}
.fa-layer-plus:before {
	content:"\f5ff"
}
.fa-leaf:before {
	content:"\f06c"
}
.fa-leaf-heart:before {
	content:"\f4cb"
}
.fa-leanpub:before {
	content:"\f212"
}
.fa-lemon:before {
	content:"\f094"
}
.fa-less:before {
	content:"\f41d"
}
.fa-less-than:before {
	content:"\f536"
}
.fa-less-than-equal:before {
	content:"\f537"
}
.fa-level-down:before {
	content:"\f149"
}
.fa-level-down-alt:before {
	content:"\f3be"
}
.fa-level-up:before {
	content:"\f148"
}
.fa-level-up-alt:before {
	content:"\f3bf"
}
.fa-life-ring:before {
	content:"\f1cd"
}
.fa-lightbulb:before {
	content:"\f0eb"
}
.fa-line:before {
	content:"\f3c0"
}
.fa-link:before {
	content:"\f0c1"
}
.fa-linkedin:before {
	content:"\f08c"
}
.fa-linkedin-in:before {
	content:"\f0e1"
}
.fa-linode:before {
	content:"\f2b8"
}
.fa-linux:before {
	content:"\f17c"
}
.fa-lips:before {
	content:"\f600"
}
.fa-lira-sign:before {
	content:"\f195"
}
.fa-list:before {
	content:"\f03a"
}
.fa-list-alt:before {
	content:"\f022"
}
.fa-list-ol:before {
	content:"\f0cb"
}
.fa-list-ul:before {
	content:"\f0ca"
}
.fa-location:before {
	content:"\f601"
}
.fa-location-arrow:before {
	content:"\f124"
}
.fa-location-circle:before {
	content:"\f602"
}
.fa-location-slash:before {
	content:"\f603"
}
.fa-lock:before {
	content:"\f023"
}
.fa-lock-alt:before {
	content:"\f30d"
}
.fa-lock-open:before {
	content:"\f3c1"
}
.fa-lock-open-alt:before {
	content:"\f3c2"
}
.fa-long-arrow-alt-down:before {
	content:"\f309"
}
.fa-long-arrow-alt-left:before {
	content:"\f30a"
}
.fa-long-arrow-alt-right:before {
	content:"\f30b"
}
.fa-long-arrow-alt-up:before {
	content:"\f30c"
}
.fa-long-arrow-down:before {
	content:"\f175"
}
.fa-long-arrow-left:before {
	content:"\f177"
}
.fa-long-arrow-right:before {
	content:"\f178"
}
.fa-long-arrow-up:before {
	content:"\f176"
}
.fa-loveseat:before {
	content:"\f4cc"
}
.fa-low-vision:before {
	content:"\f2a8"
}
.fa-luchador:before {
	content:"\f455"
}
.fa-luggage-cart:before {
	content:"\f59d"
}
.fa-lungs:before {
	content:"\f604"
}
.fa-lyft:before {
	content:"\f3c3"
}
.fa-magento:before {
	content:"\f3c4"
}
.fa-magic:before {
	content:"\f0d0"
}
.fa-magnet:before {
	content:"\f076"
}
.fa-mailchimp:before {
	content:"\f59e"
}
.fa-male:before {
	content:"\f183"
}
.fa-mandalorian:before {
	content:"\f50f"
}
.fa-map:before {
	content:"\f279"
}
.fa-map-marked:before {
	content:"\f59f"
}
.fa-map-marked-alt:before {
	content:"\f5a0"
}
.fa-map-marker:before {
	content:"\f041"
}
.fa-map-marker-alt:before {
	content:"\f3c5"
}
.fa-map-marker-alt-slash:before {
	content:"\f605"
}
.fa-map-marker-check:before {
	content:"\f606"
}
.fa-map-marker-edit:before {
	content:"\f607"
}
.fa-map-marker-exclamation:before {
	content:"\f608"
}
.fa-map-marker-minus:before {
	content:"\f609"
}
.fa-map-marker-plus:before {
	content:"\f60a"
}
.fa-map-marker-question:before {
	content:"\f60b"
}
.fa-map-marker-slash:before {
	content:"\f60c"
}
.fa-map-marker-smile:before {
	content:"\f60d"
}
.fa-map-marker-times:before {
	content:"\f60e"
}
.fa-map-pin:before {
	content:"\f276"
}
.fa-map-signs:before {
	content:"\f277"
}
.fa-markdown:before {
	content:"\f60f"
}
.fa-marker:before {
	content:"\f5a1"
}
.fa-mars:before {
	content:"\f222"
}
.fa-mars-double:before {
	content:"\f227"
}
.fa-mars-stroke:before {
	content:"\f229"
}
.fa-mars-stroke-h:before {
	content:"\f22b"
}
.fa-mars-stroke-v:before {
	content:"\f22a"
}
.fa-mastodon:before {
	content:"\f4f6"
}
.fa-maxcdn:before {
	content:"\f136"
}
.fa-medal:before {
	content:"\f5a2"
}
.fa-medapps:before {
	content:"\f3c6"
}
.fa-medium:before {
	content:"\f23a"
}
.fa-medium-m:before {
	content:"\f3c7"
}
.fa-medkit:before {
	content:"\f0fa"
}
.fa-medrt:before {
	content:"\f3c8"
}
.fa-meetup:before {
	content:"\f2e0"
}
.fa-megaport:before {
	content:"\f5a3"
}
.fa-meh:before {
	content:"\f11a"
}
.fa-meh-blank:before {
	content:"\f5a4"
}
.fa-meh-rolling-eyes:before {
	content:"\f5a5"
}
.fa-memory:before {
	content:"\f538"
}
.fa-mercury:before {
	content:"\f223"
}
.fa-microchip:before {
	content:"\f2db"
}
.fa-microphone:before {
	content:"\f130"
}
.fa-microphone-alt:before {
	content:"\f3c9"
}
.fa-microphone-alt-slash:before {
	content:"\f539"
}
.fa-microphone-slash:before {
	content:"\f131"
}
.fa-microscope:before {
	content:"\f610"
}
.fa-microsoft:before {
	content:"\f3ca"
}
.fa-minus:before {
	content:"\f068"
}
.fa-minus-circle:before {
	content:"\f056"
}
.fa-minus-hexagon:before {
	content:"\f307"
}
.fa-minus-octagon:before {
	content:"\f308"
}
.fa-minus-square:before {
	content:"\f146"
}
.fa-mix:before {
	content:"\f3cb"
}
.fa-mixcloud:before {
	content:"\f289"
}
.fa-mizuni:before {
	content:"\f3cc"
}
.fa-mobile:before {
	content:"\f10b"
}
.fa-mobile-alt:before {
	content:"\f3cd"
}
.fa-mobile-android:before {
	content:"\f3ce"
}
.fa-mobile-android-alt:before {
	content:"\f3cf"
}
.fa-modx:before {
	content:"\f285"
}
.fa-monero:before {
	content:"\f3d0"
}
.fa-money-bill:before {
	content:"\f0d6"
}
.fa-money-bill-alt:before {
	content:"\f3d1"
}
.fa-money-bill-wave:before {
	content:"\f53a"
}
.fa-money-bill-wave-alt:before {
	content:"\f53b"
}
.fa-money-check:before {
	content:"\f53c"
}
.fa-money-check-alt:before {
	content:"\f53d"
}
.fa-monitor-heart-rate:before {
	content:"\f611"
}
.fa-monument:before {
	content:"\f5a6"
}
.fa-moon:before {
	content:"\f186"
}
.fa-mortar-pestle:before {
	content:"\f5a7"
}
.fa-motorcycle:before {
	content:"\f21c"
}
.fa-mouse-pointer:before {
	content:"\f245"
}
.fa-music:before {
	content:"\f001"
}
.fa-napster:before {
	content:"\f3d2"
}
.fa-neos:before {
	content:"\f612"
}
.fa-neuter:before {
	content:"\f22c"
}
.fa-newspaper:before {
	content:"\f1ea"
}
.fa-nimblr:before {
	content:"\f5a8"
}
.fa-nintendo-switch:before {
	content:"\f418"
}
.fa-node:before {
	content:"\f419"
}
.fa-node-js:before {
	content:"\f3d3"
}
.fa-not-equal:before {
	content:"\f53e"
}
.fa-notes-medical:before {
	content:"\f481"
}
.fa-npm:before {
	content:"\f3d4"
}
.fa-ns8:before {
	content:"\f3d5"
}
.fa-nutritionix:before {
	content:"\f3d6"
}
.fa-object-group:before {
	content:"\f247"
}
.fa-object-ungroup:before {
	content:"\f248"
}
.fa-octagon:before {
	content:"\f306"
}
.fa-odnoklassniki:before {
	content:"\f263"
}
.fa-odnoklassniki-square:before {
	content:"\f264"
}
.fa-oil-can:before {
	content:"\f613"
}
.fa-oil-temp:before {
	content:"\f614"
}
.fa-old-republic:before {
	content:"\f510"
}
.fa-opencart:before {
	content:"\f23d"
}
.fa-openid:before {
	content:"\f19b"
}
.fa-opera:before {
	content:"\f26a"
}
.fa-optin-monster:before {
	content:"\f23c"
}
.fa-osi:before {
	content:"\f41a"
}
.fa-outdent:before {
	content:"\f03b"
}
.fa-page4:before {
	content:"\f3d7"
}
.fa-pagelines:before {
	content:"\f18c"
}
.fa-paint-brush:before {
	content:"\f1fc"
}
.fa-paint-brush-alt:before {
	content:"\f5a9"
}
.fa-paint-roller:before {
	content:"\f5aa"
}
.fa-palette:before {
	content:"\f53f"
}
.fa-palfed:before {
	content:"\f3d8"
}
.fa-pallet:before {
	content:"\f482"
}
.fa-pallet-alt:before {
	content:"\f483"
}
.fa-paper-plane:before {
	content:"\f1d8"
}
.fa-paperclip:before {
	content:"\f0c6"
}
.fa-parachute-box:before {
	content:"\f4cd"
}
.fa-paragraph:before {
	content:"\f1dd"
}
.fa-parking:before {
	content:"\f540"
}
.fa-parking-circle:before {
	content:"\f615"
}
.fa-parking-circle-slash:before {
	content:"\f616"
}
.fa-parking-slash:before {
	content:"\f617"
}
.fa-passport:before {
	content:"\f5ab"
}
.fa-paste:before {
	content:"\f0ea"
}
.fa-patreon:before {
	content:"\f3d9"
}
.fa-pause:before {
	content:"\f04c"
}
.fa-pause-circle:before {
	content:"\f28b"
}
.fa-paw:before {
	content:"\f1b0"
}
.fa-paypal:before {
	content:"\f1ed"
}
.fa-pen:before {
	content:"\f304"
}
.fa-pen-alt:before {
	content:"\f305"
}
.fa-pen-fancy:before {
	content:"\f5ac"
}
.fa-pen-nib:before {
	content:"\f5ad"
}
.fa-pen-square:before {
	content:"\f14b"
}
.fa-pencil:before {
	content:"\f040"
}
.fa-pencil-alt:before {
	content:"\f303"
}
.fa-pencil-paintbrush:before {
	content:"\f618"
}
.fa-pencil-ruler:before {
	content:"\f5ae"
}
.fa-pennant:before {
	content:"\f456"
}
.fa-people-carry:before {
	content:"\f4ce"
}
.fa-percent:before {
	content:"\f295"
}
.fa-percentage:before {
	content:"\f541"
}
.fa-periscope:before {
	content:"\f3da"
}
.fa-person-carry:before {
	content:"\f4cf"
}
.fa-person-dolly:before {
	content:"\f4d0"
}
.fa-person-dolly-empty:before {
	content:"\f4d1"
}
.fa-phabricator:before {
	content:"\f3db"
}
.fa-phoenix-framework:before {
	content:"\f3dc"
}
.fa-phoenix-squadron:before {
	content:"\f511"
}
.fa-phone:before {
	content:"\f095"
}
.fa-phone-plus:before {
	content:"\f4d2"
}
.fa-phone-slash:before {
	content:"\f3dd"
}
.fa-phone-square:before {
	content:"\f098"
}
.fa-phone-volume:before {
	content:"\f2a0"
}
.fa-php:before {
	content:"\f457"
}
.fa-pied-piper:before {
	content:"\f2ae"
}
.fa-pied-piper-alt:before {
	content:"\f1a8"
}
.fa-pied-piper-hat:before {
	content:"\f4e5"
}
.fa-pied-piper-pp:before {
	content:"\f1a7"
}
.fa-piggy-bank:before {
	content:"\f4d3"
}
.fa-pills:before {
	content:"\f484"
}
.fa-pinterest:before {
	content:"\f0d2"
}
.fa-pinterest-p:before {
	content:"\f231"
}
.fa-pinterest-square:before {
	content:"\f0d3"
}
.fa-plane:before {
	content:"\f072"
}
.fa-plane-alt:before {
	content:"\f3de"
}
.fa-plane-arrival:before {
	content:"\f5af"
}
.fa-plane-departure:before {
	content:"\f5b0"
}
.fa-play:before {
	content:"\f04b"
}
.fa-play-circle:before {
	content:"\f144"
}
.fa-playstation:before {
	content:"\f3df"
}
.fa-plug:before {
	content:"\f1e6"
}
.fa-plus:before {
	content:"\f067"
}
.fa-plus-circle:before {
	content:"\f055"
}
.fa-plus-hexagon:before {
	content:"\f300"
}
.fa-plus-octagon:before {
	content:"\f301"
}
.fa-plus-square:before {
	content:"\f0fe"
}
.fa-podcast:before {
	content:"\f2ce"
}
.fa-poo:before {
	content:"\f2fe"
}
.fa-poop:before {
	content:"\f619"
}
.fa-portrait:before {
	content:"\f3e0"
}
.fa-pound-sign:before {
	content:"\f154"
}
.fa-power-off:before {
	content:"\f011"
}
.fa-prescription:before {
	content:"\f5b1"
}
.fa-prescription-bottle:before {
	content:"\f485"
}
.fa-prescription-bottle-alt:before {
	content:"\f486"
}
.fa-print:before {
	content:"\f02f"
}
.fa-procedures:before {
	content:"\f487"
}
.fa-product-hunt:before {
	content:"\f288"
}
.fa-project-diagram:before {
	content:"\f542"
}
.fa-pushed:before {
	content:"\f3e1"
}
.fa-puzzle-piece:before {
	content:"\f12e"
}
.fa-python:before {
	content:"\f3e2"
}
.fa-qq:before {
	content:"\f1d6"
}
.fa-qrcode:before {
	content:"\f029"
}
.fa-question:before {
	content:"\f128"
}
.fa-question-circle:before {
	content:"\f059"
}
.fa-question-square:before {
	content:"\f2fd"
}
.fa-quidditch:before {
	content:"\f458"
}
.fa-quinscape:before {
	content:"\f459"
}
.fa-quora:before {
	content:"\f2c4"
}
.fa-quote-left:before {
	content:"\f10d"
}
.fa-quote-right:before {
	content:"\f10e"
}
.fa-r-project:before {
	content:"\f4f7"
}
.fa-racquet:before {
	content:"\f45a"
}
.fa-ramp-loading:before {
	content:"\f4d4"
}
.fa-random:before {
	content:"\f074"
}
.fa-ravelry:before {
	content:"\f2d9"
}
.fa-react:before {
	content:"\f41b"
}
.fa-readme:before {
	content:"\f4d5"
}
.fa-rebel:before {
	content:"\f1d0"
}
.fa-receipt:before {
	content:"\f543"
}
.fa-rectangle-landscape:before {
	content:"\f2fa"
}
.fa-rectangle-portrait:before {
	content:"\f2fb"
}
.fa-rectangle-wide:before {
	content:"\f2fc"
}
.fa-recycle:before {
	content:"\f1b8"
}
.fa-red-river:before {
	content:"\f3e3"
}
.fa-reddit:before {
	content:"\f1a1"
}
.fa-reddit-alien:before {
	content:"\f281"
}
.fa-reddit-square:before {
	content:"\f1a2"
}
.fa-redo:before {
	content:"\f01e"
}
.fa-redo-alt:before {
	content:"\f2f9"
}
.fa-registered:before {
	content:"\f25d"
}
.fa-rendact:before {
	content:"\f3e4"
}
.fa-renren:before {
	content:"\f18b"
}
.fa-repeat:before {
	content:"\f363"
}
.fa-repeat-1:before {
	content:"\f365"
}
.fa-repeat-1-alt:before {
	content:"\f366"
}
.fa-repeat-alt:before {
	content:"\f364"
}
.fa-reply:before {
	content:"\f3e5"
}
.fa-reply-all:before {
	content:"\f122"
}
.fa-replyd:before {
	content:"\f3e6"
}
.fa-researchgate:before {
	content:"\f4f8"
}
.fa-resolving:before {
	content:"\f3e7"
}
.fa-retweet:before {
	content:"\f079"
}
.fa-retweet-alt:before {
	content:"\f361"
}
.fa-rev:before {
	content:"\f5b2"
}
.fa-ribbon:before {
	content:"\f4d6"
}
.fa-road:before {
	content:"\f018"
}
.fa-robot:before {
	content:"\f544"
}
.fa-rocket:before {
	content:"\f135"
}
.fa-rocketchat:before {
	content:"\f3e8"
}
.fa-rockrms:before {
	content:"\f3e9"
}
.fa-route:before {
	content:"\f4d7"
}
.fa-route-highway:before {
	content:"\f61a"
}
.fa-route-interstate:before {
	content:"\f61b"
}
.fa-rss:before {
	content:"\f09e"
}
.fa-rss-square:before {
	content:"\f143"
}
.fa-ruble-sign:before {
	content:"\f158"
}
.fa-ruler:before {
	content:"\f545"
}
.fa-ruler-combined:before {
	content:"\f546"
}
.fa-ruler-horizontal:before {
	content:"\f547"
}
.fa-ruler-triangle:before {
	content:"\f61c"
}
.fa-ruler-vertical:before {
	content:"\f548"
}
.fa-rupee-sign:before {
	content:"\f156"
}
.fa-sad-cry:before {
	content:"\f5b3"
}
.fa-sad-tear:before {
	content:"\f5b4"
}
.fa-safari:before {
	content:"\f267"
}
.fa-sass:before {
	content:"\f41e"
}
.fa-save:before {
	content:"\f0c7"
}
.fa-scalpel:before {
	content:"\f61d"
}
.fa-scalpel-path:before {
	content:"\f61e"
}
.fa-scanner:before {
	content:"\f488"
}
.fa-scanner-keyboard:before {
	content:"\f489"
}
.fa-scanner-touchscreen:before {
	content:"\f48a"
}
.fa-schlix:before {
	content:"\f3ea"
}
.fa-school:before {
	content:"\f549"
}
.fa-screwdriver:before {
	content:"\f54a"
}
.fa-scribd:before {
	content:"\f28a"
}
.fa-scrubber:before {
	content:"\f2f8"
}
.fa-search:before {
	content:"\f002"
}
.fa-search-minus:before {
	content:"\f010"
}
.fa-search-plus:before {
	content:"\f00e"
}
.fa-searchengin:before {
	content:"\f3eb"
}
.fa-seedling:before {
	content:"\f4d8"
}
.fa-sellcast:before {
	content:"\f2da"
}
.fa-sellsy:before {
	content:"\f213"
}
.fa-server:before {
	content:"\f233"
}
.fa-servicestack:before {
	content:"\f3ec"
}
.fa-shapes:before {
	content:"\f61f"
}
.fa-share:before {
	content:"\f064"
}
.fa-share-all:before {
	content:"\f367"
}
.fa-share-alt:before {
	content:"\f1e0"
}
.fa-share-alt-square:before {
	content:"\f1e1"
}
.fa-share-square:before {
	content:"\f14d"
}
.fa-shekel-sign:before {
	content:"\f20b"
}
.fa-shield:before {
	content:"\f132"
}
.fa-shield-alt:before {
	content:"\f3ed"
}
.fa-shield-check:before {
	content:"\f2f7"
}
.fa-ship:before {
	content:"\f21a"
}
.fa-shipping-fast:before {
	content:"\f48b"
}
.fa-shipping-timed:before {
	content:"\f48c"
}
.fa-shirtsinbulk:before {
	content:"\f214"
}
.fa-shoe-prints:before {
	content:"\f54b"
}
.fa-shopping-bag:before {
	content:"\f290"
}
.fa-shopping-basket:before {
	content:"\f291"
}
.fa-shopping-cart:before {
	content:"\f07a"
}
.fa-shopware:before {
	content:"\f5b5"
}
.fa-shower:before {
	content:"\f2cc"
}
.fa-shuttle-van:before {
	content:"\f5b6"
}
.fa-shuttlecock:before {
	content:"\f45b"
}
.fa-sign:before {
	content:"\f4d9"
}
.fa-sign-in:before {
	content:"\f090"
}
.fa-sign-in-alt:before {
	content:"\f2f6"
}
.fa-sign-language:before {
	content:"\f2a7"
}
.fa-sign-out:before {
	content:"\f08b"
}
.fa-sign-out-alt:before {
	content:"\f2f5"
}
.fa-signal:before {
	content:"\f012"
}
.fa-signature:before {
	content:"\f5b7"
}
.fa-simplybuilt:before {
	content:"\f215"
}
.fa-sistrix:before {
	content:"\f3ee"
}
.fa-sitemap:before {
	content:"\f0e8"
}
.fa-sith:before {
	content:"\f512"
}
.fa-skeleton:before {
	content:"\f620"
}
.fa-skull:before {
	content:"\f54c"
}
.fa-skyatlas:before {
	content:"\f216"
}
.fa-skype:before {
	content:"\f17e"
}
.fa-slack:before {
	content:"\f198"
}
.fa-slack-hash:before {
	content:"\f3ef"
}
.fa-sliders-h:before {
	content:"\f1de"
}
.fa-sliders-h-square:before {
	content:"\f3f0"
}
.fa-sliders-v:before {
	content:"\f3f1"
}
.fa-sliders-v-square:before {
	content:"\f3f2"
}
.fa-slideshare:before {
	content:"\f1e7"
}
.fa-smile:before {
	content:"\f118"
}
.fa-smile-beam:before {
	content:"\f5b8"
}
.fa-smile-plus:before {
	content:"\f5b9"
}
.fa-smile-wink:before {
	content:"\f4da"
}
.fa-smoking:before {
	content:"\f48d"
}
.fa-smoking-ban:before {
	content:"\f54d"
}
.fa-snapchat:before {
	content:"\f2ab"
}
.fa-snapchat-ghost:before {
	content:"\f2ac"
}
.fa-snapchat-square:before {
	content:"\f2ad"
}
.fa-snowflake:before {
	content:"\f2dc"
}
.fa-solar-panel:before {
	content:"\f5ba"
}
.fa-sort:before {
	content:"\f0dc"
}
.fa-sort-alpha-down:before {
	content:"\f15d"
}
.fa-sort-alpha-up:before {
	content:"\f15e"
}
.fa-sort-amount-down:before {
	content:"\f160"
}
.fa-sort-amount-up:before {
	content:"\f161"
}
.fa-sort-down:before {
	content:"\f0dd"
}
.fa-sort-numeric-down:before {
	content:"\f162"
}
.fa-sort-numeric-up:before {
	content:"\f163"
}
.fa-sort-up:before {
	content:"\f0de"
}
.fa-soundcloud:before {
	content:"\f1be"
}
.fa-spa:before {
	content:"\f5bb"
}
.fa-space-shuttle:before {
	content:"\f197"
}
.fa-spade:before {
	content:"\f2f4"
}
.fa-speakap:before {
	content:"\f3f3"
}
.fa-spinner:before {
	content:"\f110"
}
.fa-spinner-third:before {
	content:"\f3f4"
}
.fa-splotch:before {
	content:"\f5bc"
}
.fa-spotify:before {
	content:"\f1bc"
}
.fa-spray-can:before {
	content:"\f5bd"
}
.fa-square:before {
	content:"\f0c8"
}
.fa-square-full:before {
	content:"\f45c"
}
.fa-squarespace:before {
	content:"\f5be"
}
.fa-stack-exchange:before {
	content:"\f18d"
}
.fa-stack-overflow:before {
	content:"\f16c"
}
.fa-stamp:before {
	content:"\f5bf"
}
.fa-star:before {
	content:"\f005"
}
.fa-star-exclamation:before {
	content:"\f2f3"
}
.fa-star-half:before {
	content:"\f089"
}
.fa-star-half-alt:before {
	content:"\f5c0"
}
.fa-star-of-life:before {
	content:"\f621"
}
.fa-staylinked:before {
	content:"\f3f5"
}
.fa-steam:before {
	content:"\f1b6"
}
.fa-steam-square:before {
	content:"\f1b7"
}
.fa-steam-symbol:before {
	content:"\f3f6"
}
.fa-steering-wheel:before {
	content:"\f622"
}
.fa-step-backward:before {
	content:"\f048"
}
.fa-step-forward:before {
	content:"\f051"
}
.fa-stethoscope:before {
	content:"\f0f1"
}
.fa-sticker-mule:before {
	content:"\f3f7"
}
.fa-sticky-note:before {
	content:"\f249"
}
.fa-stomach:before {
	content:"\f623"
}
.fa-stop:before {
	content:"\f04d"
}
.fa-stop-circle:before {
	content:"\f28d"
}
.fa-stopwatch:before {
	content:"\f2f2"
}
.fa-store:before {
	content:"\f54e"
}
.fa-store-alt:before {
	content:"\f54f"
}
.fa-strava:before {
	content:"\f428"
}
.fa-stream:before {
	content:"\f550"
}
.fa-street-view:before {
	content:"\f21d"
}
.fa-strikethrough:before {
	content:"\f0cc"
}
.fa-stripe:before {
	content:"\f429"
}
.fa-stripe-s:before {
	content:"\f42a"
}
.fa-stroopwafel:before {
	content:"\f551"
}
.fa-studiovinari:before {
	content:"\f3f8"
}
.fa-stumbleupon:before {
	content:"\f1a4"
}
.fa-stumbleupon-circle:before {
	content:"\f1a3"
}
.fa-subscript:before {
	content:"\f12c"
}
.fa-subway:before {
	content:"\f239"
}
.fa-suitcase:before {
	content:"\f0f2"
}
.fa-suitcase-rolling:before {
	content:"\f5c1"
}
.fa-sun:before {
	content:"\f185"
}
.fa-superpowers:before {
	content:"\f2dd"
}
.fa-superscript:before {
	content:"\f12b"
}
.fa-supple:before {
	content:"\f3f9"
}
.fa-surprise:before {
	content:"\f5c2"
}
.fa-swatchbook:before {
	content:"\f5c3"
}
.fa-swimmer:before {
	content:"\f5c4"
}
.fa-swimming-pool:before {
	content:"\f5c5"
}
.fa-sync:before {
	content:"\f021"
}
.fa-sync-alt:before {
	content:"\f2f1"
}
.fa-syringe:before {
	content:"\f48e"
}
.fa-table:before {
	content:"\f0ce"
}
.fa-table-tennis:before {
	content:"\f45d"
}
.fa-tablet:before {
	content:"\f10a"
}
.fa-tablet-alt:before {
	content:"\f3fa"
}
.fa-tablet-android:before {
	content:"\f3fb"
}
.fa-tablet-android-alt:before {
	content:"\f3fc"
}
.fa-tablet-rugged:before {
	content:"\f48f"
}
.fa-tablets:before {
	content:"\f490"
}
.fa-tachometer:before {
	content:"\f0e4"
}
.fa-tachometer-alt:before {
	content:"\f3fd"
}
.fa-tachometer-alt-average:before {
	content:"\f624"
}
.fa-tachometer-alt-fast:before {
	content:"\f625"
}
.fa-tachometer-alt-fastest:before {
	content:"\f626"
}
.fa-tachometer-alt-slow:before {
	content:"\f627"
}
.fa-tachometer-alt-slowest:before {
	content:"\f628"
}
.fa-tachometer-average:before {
	content:"\f629"
}
.fa-tachometer-fast:before {
	content:"\f62a"
}
.fa-tachometer-fastest:before {
	content:"\f62b"
}
.fa-tachometer-slow:before {
	content:"\f62c"
}
.fa-tachometer-slowest:before {
	content:"\f62d"
}
.fa-tag:before {
	content:"\f02b"
}
.fa-tags:before {
	content:"\f02c"
}
.fa-tape:before {
	content:"\f4db"
}
.fa-tasks:before {
	content:"\f0ae"
}
.fa-taxi:before {
	content:"\f1ba"
}
.fa-teamspeak:before {
	content:"\f4f9"
}
.fa-teeth:before {
	content:"\f62e"
}
.fa-teeth-open:before {
	content:"\f62f"
}
.fa-telegram:before {
	content:"\f2c6"
}
.fa-telegram-plane:before {
	content:"\f3fe"
}
.fa-tencent-weibo:before {
	content:"\f1d5"
}
.fa-tennis-ball:before {
	content:"\f45e"
}
.fa-terminal:before {
	content:"\f120"
}
.fa-text-height:before {
	content:"\f034"
}
.fa-text-width:before {
	content:"\f035"
}
.fa-th:before {
	content:"\f00a"
}
.fa-th-large:before {
	content:"\f009"
}
.fa-th-list:before {
	content:"\f00b"
}
.fa-theater-masks:before {
	content:"\f630"
}
.fa-themeco:before {
	content:"\f5c6"
}
.fa-themeisle:before {
	content:"\f2b2"
}
.fa-thermometer:before {
	content:"\f491"
}
.fa-thermometer-empty:before {
	content:"\f2cb"
}
.fa-thermometer-full:before {
	content:"\f2c7"
}
.fa-thermometer-half:before {
	content:"\f2c9"
}
.fa-thermometer-quarter:before {
	content:"\f2ca"
}
.fa-thermometer-three-quarters:before {
	content:"\f2c8"
}
.fa-thumbs-down:before {
	content:"\f165"
}
.fa-thumbs-up:before {
	content:"\f164"
}
.fa-thumbtack:before {
	content:"\f08d"
}
.fa-ticket:before {
	content:"\f145"
}
.fa-ticket-alt:before {
	content:"\f3ff"
}
.fa-times:before {
	content:"\f00d"
}
.fa-times-circle:before {
	content:"\f057"
}
.fa-times-hexagon:before {
	content:"\f2ee"
}
.fa-times-octagon:before {
	content:"\f2f0"
}
.fa-times-square:before {
	content:"\f2d3"
}
.fa-tint:before {
	content:"\f043"
}
.fa-tint-slash:before {
	content:"\f5c7"
}
.fa-tire:before {
	content:"\f631"
}
.fa-tire-flat:before {
	content:"\f632"
}
.fa-tire-pressure-warning:before {
	content:"\f633"
}
.fa-tire-rugged:before {
	content:"\f634"
}
.fa-tired:before {
	content:"\f5c8"
}
.fa-toggle-off:before {
	content:"\f204"
}
.fa-toggle-on:before {
	content:"\f205"
}
.fa-toolbox:before {
	content:"\f552"
}
.fa-tooth:before {
	content:"\f5c9"
}
.fa-toothbrush:before {
	content:"\f635"
}
.fa-trade-federation:before {
	content:"\f513"
}
.fa-trademark:before {
	content:"\f25c"
}
.fa-traffic-cone:before {
	content:"\f636"
}
.fa-traffic-light:before {
	content:"\f637"
}
.fa-traffic-light-go:before {
	content:"\f638"
}
.fa-traffic-light-slow:before {
	content:"\f639"
}
.fa-traffic-light-stop:before {
	content:"\f63a"
}
.fa-train:before {
	content:"\f238"
}
.fa-transgender:before {
	content:"\f224"
}
.fa-transgender-alt:before {
	content:"\f225"
}
.fa-trash:before {
	content:"\f1f8"
}
.fa-trash-alt:before {
	content:"\f2ed"
}
.fa-tree:before {
	content:"\f1bb"
}
.fa-tree-alt:before {
	content:"\f400"
}
.fa-trello:before {
	content:"\f181"
}
.fa-triangle:before {
	content:"\f2ec"
}
.fa-tripadvisor:before {
	content:"\f262"
}
.fa-trophy:before {
	content:"\f091"
}
.fa-trophy-alt:before {
	content:"\f2eb"
}
.fa-truck:before {
	content:"\f0d1"
}
.fa-truck-container:before {
	content:"\f4dc"
}
.fa-truck-couch:before {
	content:"\f4dd"
}
.fa-truck-loading:before {
	content:"\f4de"
}
.fa-truck-monster:before {
	content:"\f63b"
}
.fa-truck-moving:before {
	content:"\f4df"
}
.fa-truck-pickup:before {
	content:"\f63c"
}
.fa-truck-ramp:before {
	content:"\f4e0"
}
.fa-tshirt:before {
	content:"\f553"
}
.fa-tty:before {
	content:"\f1e4"
}
.fa-tumblr:before {
	content:"\f173"
}
.fa-tumblr-square:before {
	content:"\f174"
}
.fa-tv:before {
	content:"\f26c"
}
.fa-tv-retro:before {
	content:"\f401"
}
.fa-twitch:before {
	content:"\f1e8"
}
.fa-twitter:before {
	content:"\f099"
}
.fa-twitter-square:before {
	content:"\f081"
}
.fa-typo3:before {
	content:"\f42b"
}
.fa-uber:before {
	content:"\f402"
}
.fa-uikit:before {
	content:"\f403"
}
.fa-umbrella:before {
	content:"\f0e9"
}
.fa-umbrella-beach:before {
	content:"\f5ca"
}
.fa-underline:before {
	content:"\f0cd"
}
.fa-undo:before {
	content:"\f0e2"
}
.fa-undo-alt:before {
	content:"\f2ea"
}
.fa-uniregistry:before {
	content:"\f404"
}
.fa-universal-access:before {
	content:"\f29a"
}
.fa-university:before {
	content:"\f19c"
}
.fa-unlink:before {
	content:"\f127"
}
.fa-unlock:before {
	content:"\f09c"
}
.fa-unlock-alt:before {
	content:"\f13e"
}
.fa-untappd:before {
	content:"\f405"
}
.fa-upload:before {
	content:"\f093"
}
.fa-usb:before {
	content:"\f287"
}
.fa-usd-circle:before {
	content:"\f2e8"
}
.fa-usd-square:before {
	content:"\f2e9"
}
.fa-user:before {
	content:"\f007"
}
.fa-user-alt:before {
	content:"\f406"
}
.fa-user-alt-slash:before {
	content:"\f4fa"
}
.fa-user-astronaut:before {
	content:"\f4fb"
}
.fa-user-check:before {
	content:"\f4fc"
}
.fa-user-circle:before {
	content:"\f2bd"
}
.fa-user-clock:before {
	content:"\f4fd"
}
.fa-user-cog:before {
	content:"\f4fe"
}
.fa-user-edit:before {
	content:"\f4ff"
}
.fa-user-friends:before {
	content:"\f500"
}
.fa-user-graduate:before {
	content:"\f501"
}
.fa-user-lock:before {
	content:"\f502"
}
.fa-user-md:before {
	content:"\f0f0"
}
.fa-user-minus:before {
	content:"\f503"
}
.fa-user-ninja:before {
	content:"\f504"
}
.fa-user-plus:before {
	content:"\f234"
}
.fa-user-secret:before {
	content:"\f21b"
}
.fa-user-shield:before {
	content:"\f505"
}
.fa-user-slash:before {
	content:"\f506"
}
.fa-user-tag:before {
	content:"\f507"
}
.fa-user-tie:before {
	content:"\f508"
}
.fa-user-times:before {
	content:"\f235"
}
.fa-users:before {
	content:"\f0c0"
}
.fa-users-class:before {
	content:"\f63d"
}
.fa-users-cog:before {
	content:"\f509"
}
.fa-ussunnah:before {
	content:"\f407"
}
.fa-utensil-fork:before {
	content:"\f2e3"
}
.fa-utensil-knife:before {
	content:"\f2e4"
}
.fa-utensil-spoon:before {
	content:"\f2e5"
}
.fa-utensils:before {
	content:"\f2e7"
}
.fa-utensils-alt:before {
	content:"\f2e6"
}
.fa-vaadin:before {
	content:"\f408"
}
.fa-vector-square:before {
	content:"\f5cb"
}
.fa-venus:before {
	content:"\f221"
}
.fa-venus-double:before {
	content:"\f226"
}
.fa-venus-mars:before {
	content:"\f228"
}
.fa-viacoin:before {
	content:"\f237"
}
.fa-viadeo:before {
	content:"\f2a9"
}
.fa-viadeo-square:before {
	content:"\f2aa"
}
.fa-vial:before {
	content:"\f492"
}
.fa-vials:before {
	content:"\f493"
}
.fa-viber:before {
	content:"\f409"
}
.fa-video:before {
	content:"\f03d"
}
.fa-video-plus:before {
	content:"\f4e1"
}
.fa-video-slash:before {
	content:"\f4e2"
}
.fa-vimeo:before {
	content:"\f40a"
}
.fa-vimeo-square:before {
	content:"\f194"
}
.fa-vimeo-v:before {
	content:"\f27d"
}
.fa-vine:before {
	content:"\f1ca"
}
.fa-vk:before {
	content:"\f189"
}
.fa-vnv:before {
	content:"\f40b"
}
.fa-volleyball-ball:before {
	content:"\f45f"
}
.fa-volume-down:before {
	content:"\f027"
}
.fa-volume-mute:before {
	content:"\f2e2"
}
.fa-volume-off:before {
	content:"\f026"
}
.fa-volume-up:before {
	content:"\f028"
}
.fa-vuejs:before {
	content:"\f41f"
}
.fa-walking:before {
	content:"\f554"
}
.fa-wallet:before {
	content:"\f555"
}
.fa-warehouse:before {
	content:"\f494"
}
.fa-warehouse-alt:before {
	content:"\f495"
}
.fa-watch:before {
	content:"\f2e1"
}
.fa-watch-fitness:before {
	content:"\f63e"
}
.fa-weebly:before {
	content:"\f5cc"
}
.fa-weibo:before {
	content:"\f18a"
}
.fa-weight:before {
	content:"\f496"
}
.fa-weight-hanging:before {
	content:"\f5cd"
}
.fa-weixin:before {
	content:"\f1d7"
}
.fa-whatsapp:before {
	content:"\f232"
}
.fa-whatsapp-square:before {
	content:"\f40c"
}
.fa-wheelchair:before {
	content:"\f193"
}
.fa-whistle:before {
	content:"\f460"
}
.fa-whmcs:before {
	content:"\f40d"
}
.fa-wifi:before {
	content:"\f1eb"
}
.fa-wikipedia-w:before {
	content:"\f266"
}
.fa-window:before {
	content:"\f40e"
}
.fa-window-alt:before {
	content:"\f40f"
}
.fa-window-close:before {
	content:"\f410"
}
.fa-window-maximize:before {
	content:"\f2d0"
}
.fa-window-minimize:before {
	content:"\f2d1"
}
.fa-window-restore:before {
	content:"\f2d2"
}
.fa-windows:before {
	content:"\f17a"
}
.fa-wine-glass:before {
	content:"\f4e3"
}
.fa-wine-glass-alt:before {
	content:"\f5ce"
}
.fa-wix:before {
	content:"\f5cf"
}
.fa-wolf-pack-battalion:before {
	content:"\f514"
}
.fa-won-sign:before {
	content:"\f159"
}
.fa-wordpress:before {
	content:"\f19a"
}
.fa-wordpress-simple:before {
	content:"\f411"
}
.fa-wpbeginner:before {
	content:"\f297"
}
.fa-wpexplorer:before {
	content:"\f2de"
}
.fa-wpforms:before {
	content:"\f298"
}
.fa-wrench:before {
	content:"\f0ad"
}
.fa-x-ray:before {
	content:"\f497"
}
.fa-xbox:before {
	content:"\f412"
}
.fa-xing:before {
	content:"\f168"
}
.fa-xing-square:before {
	content:"\f169"
}
.fa-y-combinator:before {
	content:"\f23b"
}
.fa-yahoo:before {
	content:"\f19e"
}
.fa-yandex:before {
	content:"\f413"
}
.fa-yandex-international:before {
	content:"\f414"
}
.fa-yelp:before {
	content:"\f1e9"
}
.fa-yen-sign:before {
	content:"\f157"
}
.fa-yoast:before {
	content:"\f2b1"
}
.fa-youtube:before {
	content:"\f167"
}
.fa-youtube-square:before {
	content:"\f431"
}
.fa-zhihu:before {
	content:"\f63f"
}
.sr-only {
	clip:rect(0,0,0,0);
	border:0;
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto
}
@font-face {
font-family:Font Awesome\ 5 Pro;
font-style:normal;
font-weight:900;
src:url(../fonts/fa-solid-900.eot);
src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}
.fa, .fas {
	font-weight:900
}
@font-face {
font-family:Font Awesome\ 5 Pro;
font-style:normal;
font-weight:400;
src:url(../fonts/fa-regular-400.eot);
src:url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}
.fa, .far, .fas {
	font-family:Font Awesome\ 5 Pro
}
.far {
	font-weight:400
}
@font-face {
font-family:Font Awesome\ 5 Pro;
font-style:normal;
font-weight:300;
src:url(../fonts/fa-light-300.eot);
src:url(../fonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-light-300.woff2) format("woff2"), url(../fonts/fa-light-300.woff) format("woff"), url(../fonts/fa-light-300.ttf) format("truetype"), url(../fonts/fa-light-300.svg#fontawesome) format("svg")
}
.fal {
	font-family:Font Awesome\ 5 Pro;
	font-weight:300
}
@font-face {
font-family:Font Awesome\ 5 Brands;
font-style:normal;
font-weight:400;
src:url(../fonts/fa-brands-400.eot);
src:url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}
.fab {
	font-family:Font Awesome\ 5 Brands
}
.fa.fa-glass:before {
	content:"\f000"
}
.fa.fa-meetup {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-star-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-star-o:before {
	content:"\f005"
}
.fa.fa-close:before, .fa.fa-remove:before {
	content:"\f00d"
}
.fa.fa-gear:before {
	content:"\f013"
}
.fa.fa-trash-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-trash-o:before {
	content:"\f2ed"
}
.fa.fa-file-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-file-o:before {
	content:"\f15b"
}
.fa.fa-clock-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-clock-o:before {
	content:"\f017"
}
.fa.fa-arrow-circle-o-down {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-arrow-circle-o-down:before {
	content:"\f358"
}
.fa.fa-arrow-circle-o-up {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-arrow-circle-o-up:before {
	content:"\f35b"
}
.fa.fa-play-circle-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-play-circle-o:before {
	content:"\f144"
}
.fa.fa-repeat:before, .fa.fa-rotate-right:before {
	content:"\f01e"
}
.fa.fa-refresh:before {
	content:"\f021"
}
.fa.fa-list-alt {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-dedent:before {
	content:"\f03b"
}
.fa.fa-video-camera:before {
	content:"\f03d"
}
.fa.fa-picture-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-picture-o:before {
	content:"\f03e"
}
.fa.fa-photo {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-photo:before {
	content:"\f03e"
}
.fa.fa-image {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-image:before {
	content:"\f03e"
}
.fa.fa-pencil:before {
	content:"\f303"
}
.fa.fa-map-marker:before {
	content:"\f3c5"
}
.fa.fa-pencil-square-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-pencil-square-o:before {
	content:"\f044"
}
.fa.fa-share-square-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-share-square-o:before {
	content:"\f14d"
}
.fa.fa-check-square-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-check-square-o:before {
	content:"\f14a"
}
.fa.fa-arrows:before {
	content:"\f0b2"
}
.fa.fa-times-circle-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-times-circle-o:before {
	content:"\f057"
}
.fa.fa-check-circle-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-check-circle-o:before {
	content:"\f058"
}
.fa.fa-mail-forward:before {
	content:"\f064"
}
.fa.fa-eye, .fa.fa-eye-slash {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-warning:before {
	content:"\f071"
}
.fa.fa-calendar:before {
	content:"\f073"
}
.fa.fa-arrows-v:before {
	content:"\f338"
}
.fa.fa-arrows-h:before {
	content:"\f337"
}
.fa.fa-bar-chart {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-bar-chart:before {
	content:"\f080"
}
.fa.fa-bar-chart-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-bar-chart-o:before {
	content:"\f080"
}
.fa.fa-facebook-square, .fa.fa-twitter-square {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-gears:before {
	content:"\f085"
}
.fa.fa-thumbs-o-up {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-thumbs-o-up:before {
	content:"\f164"
}
.fa.fa-thumbs-o-down {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-thumbs-o-down:before {
	content:"\f165"
}
.fa.fa-heart-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-heart-o:before {
	content:"\f004"
}
.fa.fa-sign-out:before {
	content:"\f2f5"
}
.fa.fa-linkedin-square {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-linkedin-square:before {
	content:"\f08c"
}
.fa.fa-thumb-tack:before {
	content:"\f08d"
}
.fa.fa-external-link:before {
	content:"\f35d"
}
.fa.fa-sign-in:before {
	content:"\f2f6"
}
.fa.fa-github-square {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-lemon-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-lemon-o:before {
	content:"\f094"
}
.fa.fa-square-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-square-o:before {
	content:"\f0c8"
}
.fa.fa-bookmark-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-bookmark-o:before {
	content:"\f02e"
}
.fa.fa-facebook, .fa.fa-twitter {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-facebook:before {
	content:"\f39e"
}
.fa.fa-facebook-f {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-facebook-f:before {
	content:"\f39e"
}
.fa.fa-github {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-credit-card {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-feed:before {
	content:"\f09e"
}
.fa.fa-hdd-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-hdd-o:before {
	content:"\f0a0"
}
.fa.fa-hand-o-right {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-hand-o-right:before {
	content:"\f0a4"
}
.fa.fa-hand-o-left {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-hand-o-left:before {
	content:"\f0a5"
}
.fa.fa-hand-o-up {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-hand-o-up:before {
	content:"\f0a6"
}
.fa.fa-hand-o-down {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-hand-o-down:before {
	content:"\f0a7"
}
.fa.fa-arrows-alt:before {
	content:"\f31e"
}
.fa.fa-group:before {
	content:"\f0c0"
}
.fa.fa-chain:before {
	content:"\f0c1"
}
.fa.fa-scissors:before {
	content:"\f0c4"
}
.fa.fa-files-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-files-o:before {
	content:"\f0c5"
}
.fa.fa-floppy-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-floppy-o:before {
	content:"\f0c7"
}
.fa.fa-navicon:before, .fa.fa-reorder:before {
	content:"\f0c9"
}
.fa.fa-google-plus, .fa.fa-google-plus-square, .fa.fa-pinterest, .fa.fa-pinterest-square {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-google-plus:before {
	content:"\f0d5"
}
.fa.fa-money {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-money:before {
	content:"\f3d1"
}
.fa.fa-unsorted:before {
	content:"\f0dc"
}
.fa.fa-sort-desc:before {
	content:"\f0dd"
}
.fa.fa-sort-asc:before {
	content:"\f0de"
}
.fa.fa-linkedin {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-linkedin:before {
	content:"\f0e1"
}
.fa.fa-rotate-left:before {
	content:"\f0e2"
}
.fa.fa-legal:before {
	content:"\f0e3"
}
.fa.fa-dashboard:before, .fa.fa-tachometer:before {
	content:"\f3fd"
}
.fa.fa-comment-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-comment-o:before {
	content:"\f075"
}
.fa.fa-comments-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-comments-o:before {
	content:"\f086"
}
.fa.fa-flash:before {
	content:"\f0e7"
}
.fa.fa-clipboard, .fa.fa-paste {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-paste:before {
	content:"\f328"
}
.fa.fa-lightbulb-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-lightbulb-o:before {
	content:"\f0eb"
}
.fa.fa-exchange:before {
	content:"\f362"
}
.fa.fa-cloud-download:before {
	content:"\f381"
}
.fa.fa-cloud-upload:before {
	content:"\f382"
}
.fa.fa-bell-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-bell-o:before {
	content:"\f0f3"
}
.fa.fa-cutlery:before {
	content:"\f2e7"
}
.fa.fa-file-text-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-file-text-o:before {
	content:"\f15c"
}
.fa.fa-building-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-building-o:before {
	content:"\f1ad"
}
.fa.fa-hospital-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-hospital-o:before {
	content:"\f0f8"
}
.fa.fa-tablet:before {
	content:"\f3fa"
}
.fa.fa-mobile-phone:before, .fa.fa-mobile:before {
	content:"\f3cd"
}
.fa.fa-circle-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-circle-o:before {
	content:"\f111"
}
.fa.fa-mail-reply:before {
	content:"\f3e5"
}
.fa.fa-github-alt {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-folder-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-folder-o:before {
	content:"\f07b"
}
.fa.fa-folder-open-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-folder-open-o:before {
	content:"\f07c"
}
.fa.fa-smile-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-smile-o:before {
	content:"\f118"
}
.fa.fa-frown-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-frown-o:before {
	content:"\f119"
}
.fa.fa-meh-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-meh-o:before {
	content:"\f11a"
}
.fa.fa-keyboard-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-keyboard-o:before {
	content:"\f11c"
}
.fa.fa-flag-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-flag-o:before {
	content:"\f024"
}
.fa.fa-mail-reply-all:before {
	content:"\f122"
}
.fa.fa-star-half-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-star-half-o:before {
	content:"\f089"
}
.fa.fa-star-half-empty {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-star-half-empty:before {
	content:"\f089"
}
.fa.fa-star-half-full {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-star-half-full:before {
	content:"\f089"
}
.fa.fa-code-fork:before {
	content:"\f126"
}
.fa.fa-chain-broken:before {
	content:"\f127"
}
.fa.fa-shield:before {
	content:"\f3ed"
}
.fa.fa-calendar-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-calendar-o:before {
	content:"\f133"
}
.fa.fa-css3, .fa.fa-html5, .fa.fa-maxcdn {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-ticket:before {
	content:"\f3ff"
}
.fa.fa-minus-square-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-minus-square-o:before {
	content:"\f146"
}
.fa.fa-level-up:before {
	content:"\f3bf"
}
.fa.fa-level-down:before {
	content:"\f3be"
}
.fa.fa-pencil-square:before {
	content:"\f14b"
}
.fa.fa-external-link-square:before {
	content:"\f360"
}
.fa.fa-compass {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-caret-square-o-down {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-caret-square-o-down:before {
	content:"\f150"
}
.fa.fa-toggle-down {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-toggle-down:before {
	content:"\f150"
}
.fa.fa-caret-square-o-up {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-caret-square-o-up:before {
	content:"\f151"
}
.fa.fa-toggle-up {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-toggle-up:before {
	content:"\f151"
}
.fa.fa-caret-square-o-right {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-caret-square-o-right:before {
	content:"\f152"
}
.fa.fa-toggle-right {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-toggle-right:before {
	content:"\f152"
}
.fa.fa-eur:before, .fa.fa-euro:before {
	content:"\f153"
}
.fa.fa-gbp:before {
	content:"\f154"
}
.fa.fa-dollar:before, .fa.fa-usd:before {
	content:"\f155"
}
.fa.fa-inr:before, .fa.fa-rupee:before {
	content:"\f156"
}
.fa.fa-cny:before, .fa.fa-jpy:before, .fa.fa-rmb:before, .fa.fa-yen:before {
	content:"\f157"
}
.fa.fa-rouble:before, .fa.fa-rub:before, .fa.fa-ruble:before {
	content:"\f158"
}
.fa.fa-krw:before, .fa.fa-won:before {
	content:"\f159"
}
.fa.fa-bitcoin, .fa.fa-btc {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-bitcoin:before {
	content:"\f15a"
}
.fa.fa-file-text:before {
	content:"\f15c"
}
.fa.fa-sort-alpha-asc:before {
	content:"\f15d"
}
.fa.fa-sort-alpha-desc:before {
	content:"\f15e"
}
.fa.fa-sort-amount-asc:before {
	content:"\f160"
}
.fa.fa-sort-amount-desc:before {
	content:"\f161"
}
.fa.fa-sort-numeric-asc:before {
	content:"\f162"
}
.fa.fa-sort-numeric-desc:before {
	content:"\f163"
}
.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-youtube-play:before {
	content:"\f167"
}
.fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-bitbucket-square:before {
	content:"\f171"
}
.fa.fa-tumblr, .fa.fa-tumblr-square {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-long-arrow-down:before {
	content:"\f309"
}
.fa.fa-long-arrow-up:before {
	content:"\f30c"
}
.fa.fa-long-arrow-left:before {
	content:"\f30a"
}
.fa.fa-long-arrow-right:before {
	content:"\f30b"
}
.fa.fa-android, .fa.fa-apple, .fa.fa-dribbble, .fa.fa-foursquare, .fa.fa-gittip, .fa.fa-gratipay, .fa.fa-linux, .fa.fa-skype, .fa.fa-trello, .fa.fa-windows {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-gittip:before {
	content:"\f184"
}
.fa.fa-sun-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-sun-o:before {
	content:"\f185"
}
.fa.fa-moon-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-moon-o:before {
	content:"\f186"
}
.fa.fa-pagelines, .fa.fa-renren, .fa.fa-stack-exchange, .fa.fa-vk, .fa.fa-weibo {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-arrow-circle-o-right {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-arrow-circle-o-right:before {
	content:"\f35a"
}
.fa.fa-arrow-circle-o-left {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-arrow-circle-o-left:before {
	content:"\f359"
}
.fa.fa-caret-square-o-left {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-caret-square-o-left:before {
	content:"\f191"
}
.fa.fa-toggle-left {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-toggle-left:before {
	content:"\f191"
}
.fa.fa-dot-circle-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-dot-circle-o:before {
	content:"\f192"
}
.fa.fa-vimeo-square {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-try:before, .fa.fa-turkish-lira:before {
	content:"\f195"
}
.fa.fa-plus-square-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-plus-square-o:before {
	content:"\f0fe"
}
.fa.fa-openid, .fa.fa-slack, .fa.fa-wordpress {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-bank:before, .fa.fa-institution:before {
	content:"\f19c"
}
.fa.fa-mortar-board:before {
	content:"\f19d"
}
.fa.fa-delicious, .fa.fa-digg, .fa.fa-drupal, .fa.fa-google, .fa.fa-joomla, .fa.fa-pied-piper-alt, .fa.fa-pied-piper-pp, .fa.fa-reddit, .fa.fa-reddit-square, .fa.fa-stumbleupon, .fa.fa-stumbleupon-circle, .fa.fa-yahoo {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-spoon:before {
	content:"\f2e5"
}
.fa.fa-behance, .fa.fa-behance-square, .fa.fa-steam, .fa.fa-steam-square {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-automobile:before {
	content:"\f1b9"
}
.fa.fa-cab:before {
	content:"\f1ba"
}
.fa.fa-envelope-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-envelope-o:before {
	content:"\f0e0"
}
.fa.fa-deviantart, .fa.fa-soundcloud {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-file-pdf-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-file-pdf-o:before {
	content:"\f1c1"
}
.fa.fa-file-word-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-file-word-o:before {
	content:"\f1c2"
}
.fa.fa-file-excel-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-file-excel-o:before {
	content:"\f1c3"
}
.fa.fa-file-powerpoint-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-file-powerpoint-o:before {
	content:"\f1c4"
}
.fa.fa-file-image-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-file-image-o:before {
	content:"\f1c5"
}
.fa.fa-file-photo-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-file-photo-o:before {
	content:"\f1c5"
}
.fa.fa-file-picture-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-file-picture-o:before {
	content:"\f1c5"
}
.fa.fa-file-archive-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-file-archive-o:before {
	content:"\f1c6"
}
.fa.fa-file-zip-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-file-zip-o:before {
	content:"\f1c6"
}
.fa.fa-file-audio-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-file-audio-o:before {
	content:"\f1c7"
}
.fa.fa-file-sound-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-file-sound-o:before {
	content:"\f1c7"
}
.fa.fa-file-video-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-file-video-o:before {
	content:"\f1c8"
}
.fa.fa-file-movie-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-file-movie-o:before {
	content:"\f1c8"
}
.fa.fa-file-code-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-file-code-o:before {
	content:"\f1c9"
}
.fa.fa-codepen, .fa.fa-jsfiddle, .fa.fa-vine {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-life-bouy, .fa.fa-life-ring {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-life-bouy:before {
	content:"\f1cd"
}
.fa.fa-life-buoy {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-life-buoy:before {
	content:"\f1cd"
}
.fa.fa-life-saver {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-life-saver:before {
	content:"\f1cd"
}
.fa.fa-support {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-support:before {
	content:"\f1cd"
}
.fa.fa-circle-o-notch:before {
	content:"\f1ce"
}
.fa.fa-ra, .fa.fa-rebel {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-ra:before {
	content:"\f1d0"
}
.fa.fa-resistance {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-resistance:before {
	content:"\f1d0"
}
.fa.fa-empire, .fa.fa-ge {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-ge:before {
	content:"\f1d1"
}
.fa.fa-git, .fa.fa-git-square, .fa.fa-hacker-news, .fa.fa-y-combinator-square {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-y-combinator-square:before {
	content:"\f1d4"
}
.fa.fa-yc-square {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-yc-square:before {
	content:"\f1d4"
}
.fa.fa-qq, .fa.fa-tencent-weibo, .fa.fa-wechat, .fa.fa-weixin {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-wechat:before {
	content:"\f1d7"
}
.fa.fa-send:before {
	content:"\f1d8"
}
.fa.fa-paper-plane-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-paper-plane-o:before {
	content:"\f1d8"
}
.fa.fa-send-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-send-o:before {
	content:"\f1d8"
}
.fa.fa-circle-thin {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-circle-thin:before {
	content:"\f111"
}
.fa.fa-header:before {
	content:"\f1dc"
}
.fa.fa-sliders:before {
	content:"\f1de"
}
.fa.fa-futbol-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-futbol-o:before {
	content:"\f1e3"
}
.fa.fa-soccer-ball-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-soccer-ball-o:before {
	content:"\f1e3"
}
.fa.fa-slideshare, .fa.fa-twitch, .fa.fa-yelp {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-newspaper-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-newspaper-o:before {
	content:"\f1ea"
}
.fa.fa-cc-amex, .fa.fa-cc-discover, .fa.fa-cc-mastercard, .fa.fa-cc-paypal, .fa.fa-cc-stripe, .fa.fa-cc-visa, .fa.fa-google-wallet, .fa.fa-paypal {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-bell-slash-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-bell-slash-o:before {
	content:"\f1f6"
}
.fa.fa-trash:before {
	content:"\f2ed"
}
.fa.fa-copyright {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-eyedropper:before {
	content:"\f1fb"
}
.fa.fa-area-chart:before {
	content:"\f1fe"
}
.fa.fa-pie-chart:before {
	content:"\f200"
}
.fa.fa-line-chart:before {
	content:"\f201"
}
.fa.fa-angellist, .fa.fa-ioxhost, .fa.fa-lastfm, .fa.fa-lastfm-square {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-cc {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-cc:before {
	content:"\f20a"
}
.fa.fa-ils:before, .fa.fa-shekel:before, .fa.fa-sheqel:before {
	content:"\f20b"
}
.fa.fa-meanpath {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-meanpath:before {
	content:"\f2b4"
}
.fa.fa-buysellads, .fa.fa-connectdevelop, .fa.fa-dashcube, .fa.fa-forumbee, .fa.fa-leanpub, .fa.fa-sellsy, .fa.fa-shirtsinbulk, .fa.fa-simplybuilt, .fa.fa-skyatlas {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-diamond {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-diamond:before {
	content:"\f3a5"
}
.fa.fa-intersex:before {
	content:"\f224"
}
.fa.fa-facebook-official {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-facebook-official:before {
	content:"\f09a"
}
.fa.fa-pinterest-p, .fa.fa-whatsapp {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-hotel:before {
	content:"\f236"
}
.fa.fa-medium, .fa.fa-viacoin, .fa.fa-y-combinator, .fa.fa-yc {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-yc:before {
	content:"\f23b"
}
.fa.fa-expeditedssl, .fa.fa-opencart, .fa.fa-optin-monster {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-battery-4:before, .fa.fa-battery:before {
	content:"\f240"
}
.fa.fa-battery-3:before {
	content:"\f241"
}
.fa.fa-battery-2:before {
	content:"\f242"
}
.fa.fa-battery-1:before {
	content:"\f243"
}
.fa.fa-battery-0:before {
	content:"\f244"
}
.fa.fa-object-group, .fa.fa-object-ungroup, .fa.fa-sticky-note-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-sticky-note-o:before {
	content:"\f249"
}
.fa.fa-cc-diners-club, .fa.fa-cc-jcb {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-clone, .fa.fa-hourglass-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-hourglass-o:before {
	content:"\f254"
}
.fa.fa-hourglass-1:before {
	content:"\f251"
}
.fa.fa-hourglass-2:before {
	content:"\f252"
}
.fa.fa-hourglass-3:before {
	content:"\f253"
}
.fa.fa-hand-rock-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-hand-rock-o:before {
	content:"\f255"
}
.fa.fa-hand-grab-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-hand-grab-o:before {
	content:"\f255"
}
.fa.fa-hand-paper-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-hand-paper-o:before {
	content:"\f256"
}
.fa.fa-hand-stop-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-hand-stop-o:before {
	content:"\f256"
}
.fa.fa-hand-scissors-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-hand-scissors-o:before {
	content:"\f257"
}
.fa.fa-hand-lizard-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-hand-lizard-o:before {
	content:"\f258"
}
.fa.fa-hand-spock-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-hand-spock-o:before {
	content:"\f259"
}
.fa.fa-hand-pointer-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-hand-pointer-o:before {
	content:"\f25a"
}
.fa.fa-hand-peace-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-hand-peace-o:before {
	content:"\f25b"
}
.fa.fa-registered {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-chrome, .fa.fa-creative-commons, .fa.fa-firefox, .fa.fa-get-pocket, .fa.fa-gg, .fa.fa-gg-circle, .fa.fa-internet-explorer, .fa.fa-odnoklassniki, .fa.fa-odnoklassniki-square, .fa.fa-opera, .fa.fa-safari, .fa.fa-tripadvisor, .fa.fa-wikipedia-w {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-television:before {
	content:"\f26c"
}
.fa.fa-500px, .fa.fa-amazon, .fa.fa-contao {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-calendar-plus-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-calendar-plus-o:before {
	content:"\f271"
}
.fa.fa-calendar-minus-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-calendar-minus-o:before {
	content:"\f272"
}
.fa.fa-calendar-times-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-calendar-times-o:before {
	content:"\f273"
}
.fa.fa-calendar-check-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-calendar-check-o:before {
	content:"\f274"
}
.fa.fa-map-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-map-o:before {
	content:"\f279"
}
.fa.fa-commenting {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-commenting:before {
	content:"\f4ad"
}
.fa.fa-commenting-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-commenting-o:before {
	content:"\f4ad"
}
.fa.fa-houzz, .fa.fa-vimeo {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-vimeo:before {
	content:"\f27d"
}
.fa.fa-black-tie, .fa.fa-edge, .fa.fa-fonticons, .fa.fa-reddit-alien {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-credit-card-alt:before {
	content:"\f09d"
}
.fa.fa-codiepie, .fa.fa-fort-awesome, .fa.fa-mixcloud, .fa.fa-modx, .fa.fa-product-hunt, .fa.fa-scribd, .fa.fa-usb {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-pause-circle-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-pause-circle-o:before {
	content:"\f28b"
}
.fa.fa-stop-circle-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-stop-circle-o:before {
	content:"\f28d"
}
.fa.fa-bluetooth, .fa.fa-bluetooth-b, .fa.fa-envira, .fa.fa-gitlab, .fa.fa-wheelchair-alt, .fa.fa-wpbeginner, .fa.fa-wpforms {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-wheelchair-alt:before {
	content:"\f368"
}
.fa.fa-question-circle-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-question-circle-o:before {
	content:"\f059"
}
.fa.fa-volume-control-phone:before {
	content:"\f2a0"
}
.fa.fa-asl-interpreting:before {
	content:"\f2a3"
}
.fa.fa-deafness:before, .fa.fa-hard-of-hearing:before {
	content:"\f2a4"
}
.fa.fa-glide, .fa.fa-glide-g {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-signing:before {
	content:"\f2a7"
}
.fa.fa-first-order, .fa.fa-google-plus-official, .fa.fa-pied-piper, .fa.fa-snapchat, .fa.fa-snapchat-ghost, .fa.fa-snapchat-square, .fa.fa-themeisle, .fa.fa-viadeo, .fa.fa-viadeo-square, .fa.fa-yoast {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-google-plus-official:before {
	content:"\f2b3"
}
.fa.fa-google-plus-circle {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-google-plus-circle:before {
	content:"\f2b3"
}
.fa.fa-fa, .fa.fa-font-awesome {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-fa:before {
	content:"\f2b4"
}
.fa.fa-handshake-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-handshake-o:before {
	content:"\f2b5"
}
.fa.fa-envelope-open-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-envelope-open-o:before {
	content:"\f2b6"
}
.fa.fa-linode {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-address-book-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-address-book-o:before {
	content:"\f2b9"
}
.fa.fa-vcard:before {
	content:"\f2bb"
}
.fa.fa-address-card-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-address-card-o:before {
	content:"\f2bb"
}
.fa.fa-vcard-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-vcard-o:before {
	content:"\f2bb"
}
.fa.fa-user-circle-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-user-circle-o:before {
	content:"\f2bd"
}
.fa.fa-user-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-user-o:before {
	content:"\f007"
}
.fa.fa-id-badge {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-drivers-license:before {
	content:"\f2c2"
}
.fa.fa-id-card-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-id-card-o:before {
	content:"\f2c2"
}
.fa.fa-drivers-license-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-drivers-license-o:before {
	content:"\f2c2"
}
.fa.fa-free-code-camp, .fa.fa-quora, .fa.fa-telegram {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-thermometer-4:before, .fa.fa-thermometer:before {
	content:"\f2c7"
}
.fa.fa-thermometer-3:before {
	content:"\f2c8"
}
.fa.fa-thermometer-2:before {
	content:"\f2c9"
}
.fa.fa-thermometer-1:before {
	content:"\f2ca"
}
.fa.fa-thermometer-0:before {
	content:"\f2cb"
}
.fa.fa-bathtub:before, .fa.fa-s15:before {
	content:"\f2cd"
}
.fa.fa-window-maximize, .fa.fa-window-restore {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-times-rectangle:before {
	content:"\f410"
}
.fa.fa-window-close-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-window-close-o:before {
	content:"\f410"
}
.fa.fa-times-rectangle-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-times-rectangle-o:before {
	content:"\f410"
}
.fa.fa-bandcamp, .fa.fa-eercast, .fa.fa-etsy, .fa.fa-grav, .fa.fa-imdb, .fa.fa-ravelry {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
.fa.fa-eercast:before {
	content:"\f2da"
}
.fa.fa-snowflake-o {
	font-family:Font Awesome\ 5 Pro;
	font-weight:400
}
.fa.fa-snowflake-o:before {
	content:"\f2dc"
}
.fa.fa-spotify, .fa.fa-superpowers, .fa.fa-wpexplorer {
	font-family:Font Awesome\ 5 Brands;
	font-weight:400
}
@font-face {
font-family:icons;
font-style:normal;
font-weight:400;
src:url(../common/theme-fonts/icons/icons.woff2?4c0038ac77b002fe8f53d4b830d03f6c) format("woff2"), url(../common/theme-fonts/icons/icons.woff?4c0038ac77b002fe8f53d4b830d03f6c) format("woff")
}
.icon {
	speak:none;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	display:inline-block;
	font-family:icons;
	font-style:normal;
	font-weight:400;
	line-height:1;
	text-decoration:inherit;
	text-transform:none;
	vertical-align:middle
}
.icon--arrow-down-circle:before {
	content:"\f101"
}
.icon--arrow-down:before {
	content:"\f102"
}
.icon--arrow-left-circle:before {
	content:"\f103"
}
.icon--arrow-left:before {
	content:"\f104"
}
.icon--arrow-right-circle:before {
	content:"\f105"
}
.icon--arrow-right:before {
	content:"\f106"
}
.icon--arrow-up-circle:before {
	content:"\f107"
}
.icon--arrow-up:before {
	content:"\f108"
}
.icon--check:before {
	content:"\f109"
}
.icon--chevron-bottom:before {
	content:"\f10a"
}
.icon--chevron-left:before {
	content:"\f10b"
}
.icon--chevron-right:before {
	content:"\f10c"
}
.icon--chevron-top:before {
	content:"\f10d"
}
.icon--close-alt:before {
	content:"\f10e"
}
.icon--close:before {
	content:"\f10f"
}
.icon--compass:before {
	content:"\f110"
}
.icon--facebook-square:before {
	content:"\f111"
}
.icon--facebook:before {
	content:"\f112"
}
.icon--google-plus-square:before {
	content:"\f113"
}
.icon--google-plus:before {
	content:"\f114"
}
.icon--google:before {
	content:"\f115"
}
.icon--headphones:before {
	content:"\f116"
}
.icon--heart:before {
	content:"\f117"
}
.icon--instagram-square:before {
	content:"\f118"
}
.icon--instagram:before {
	content:"\f119"
}
.icon--like:before {
	content:"\f11a"
}
.icon--pinterest-square:before {
	content:"\f11b"
}
.icon--pinterest:before {
	content:"\f11c"
}
.icon--plus:before {
	content:"\f11d"
}
.icon--search:before {
	content:"\f11e"
}
.icon--shoping-cart-alt:before {
	content:"\f11f"
}
.icon--shopping-cart:before {
	content:"\f120"
}
.icon--star:before {
	content:"\f121"
}
.icon--twitter-square:before {
	content:"\f122"
}
.icon--twitter:before {
	content:"\f123"
}
.icon--unlike:before {
	content:"\f124"
}
.icon--youtube-square:before {
	content:"\f125"
}
.icon--youtube:before {
	content:"\f126"
}
.icon--zoom-minus:before {
	content:"\f127"
}
.icon--zoom-plus:before {
	content:"\f128"
}
.icon-space-left {
	margin-left:1.6rem
}
.icon-space-right {
	margin-right:1.6rem
}
.btn {
margin-bottom:.8rem
}
.btn .fa-lg {
	padding:.3em 0
}
.nav-pills>li>a, .nav-pills>li>a:focus, .nav-pills>li>a:hover {
	padding-left:3rem;
	padding-right:3rem
}
.nav-pills {
	border-bottom:solid #cdcdcd
}
@media only screen and (max-width:480px) {
.nav-pills {
border-bottom:0;
width:100%
}
.nav-pills>li {
float:none;
text-align:center
}
.nav-pills>li>a {
background-color:#f2f2f2;
margin-bottom:2px
}
.text-centered-mobile {
text-align:center
}
.mobile-hidden {
display:none
}
}
.pipe-separator {
	margin:0 1.5rem
}
.header-section--bottom-space {
	margin-bottom:3rem
}
.list-no-style {
	list-style:none;
	padding-left:0
}
.center-flex {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.clickable {
	cursor:pointer
}
.file-name {
	word-break:break-all
}
.top-margin {
	margin-top:1rem
}
.top-bottom-padded {
	padding-bottom:1rem;
	padding-top:1rem
}
.separated-list-title-item {
	border-top:thin solid #ddd;
	font-weight:700;
padding:.5rem 0
}
.separated-list-item {
	padding:1rem 0
}
.separated-list-item:not(:first-child) {
border-top:thin solid #ddd
}
.separated-list-item p {
	margin:0
}
.img-container img {
	border-radius:5px;
	margin-bottom:1rem
}
@media only screen and (min-width:768px) {
.img-container img {
margin-left:auto;
margin-right:auto
}
}
.inline-block {
	display:inline-block
}
.label.label-in-list {
	display:inline-block;
margin:.2rem .8rem .2rem 0
}
.flex-item-right {
	margin-left:auto
}
.list-item-input {
	max-width:420px;
	width:75%
}
@media only screen and (max-width:768px) {
.tablet-hidden {
display:none
}
}
@media only screen and (min-width:768px) {
.tablet-hidden {
display:initial
}
.tablet-only {
display:none
}
}
.directory-item {
	margin:0 0 1rem;
	padding:1rem 0
}
.directory-item.directory-item-bronze {
	border:2px solid #f2f2f2
}
.directory-item.directory-item-gold, .directory-item.directory-item-silver {
	background-color:#f2f2f2;
	border:none
}
.directory-item.directory-item-gold {
	-webkit-box-shadow:2px 2px 5px #ddd;
	box-shadow:2px 2px 5px #ddd;
	padding:0 0 1rem
}
.directory-item.directory-item-gold .directory-item-gold-banner {
	background-color:#ddd;
	color:#2d2d2d;
	font-weight:700;
	height:5rem;
	margin-bottom:1rem;
	padding-top:1rem;
	text-align:center
}
.directory-item h3 {
margin:0 0 .5rem
}
.directory-item h4 {
	margin:0
}
.contact-options-container {
	margin-top:1rem
}
@media only screen and (max-width:480px) {
.contact-options-container {
text-align:center
}
.contact-options-container .contact-option {
background-color:#cdcdcd;
color:#fff;
display:inline-block;
margin:0 .25rem;
padding:1rem 0;
width:31%
}
.contact-options-container .contact-option i {
margin-right:0
}
.contact-options-container .pipe-separator {
display:none
}
}
@media only screen and (min-width:480px) {
.contact-option i {
margin-right:1rem
}
}
.well, section.form-view-mode-section {
	padding:1.5rem
}
.section-primary, .well {
	border:2px solid #ddd;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05)
}
.form-group, .form-group-view-mode {
	margin-top:2.5rem
}
.form-group-view-mode span {
	display:block
}
.form-group-view-mode.form-group-view-mode-inline h4, .form-group-view-mode.form-group-view-mode-inline p, .form-group-view-mode.form-group-view-mode-inline span {
	display:inline
}
.form-group-view-mode.form-group-view-mode-inline h4 {
	margin-right:1rem
}
.form-group-view-mode.form-group-view-mode-inline p {
padding:.8rem
}
.form-group-view-mode.form-group-view-mode-clickable.form-group-view-mode-multiline p, .form-group-view-mode.form-group-view-mode-multiline p {
	min-height:10rem
}
.form-group-view-mode.form-group-view-mode-clickable a, .form-group-view-mode.form-group-view-mode-clickable p {
	border:thin dashed #404040;
	cursor:pointer;
	display:block;
	min-height:3.5rem;
padding:.5rem
}
.uploading-logo-placeholder {
	position:relative
}
.exhibitor-profile .overlay-icon {
	height:4rem;
	position:absolute;
	right:1.5rem;
	top:1.5rem;
	width:4rem
}
.exhibitor-details .product-container, .exhibitor-profile .product-container {
	border:1px solid #a2a2a2;
	border-radius:5px;
margin:0 auto .5rem;
	overflow-x:visible;
	width:302px
}
@media (max-width:370px) {
.exhibitor-details .product-container, .exhibitor-profile .product-container {
max-width:305px;
width:95%
}
}
.exhibitor-details .product-container .product-text, .exhibitor-profile .product-container .product-text {
	margin-bottom:30px;
	margin-top:10px;
	min-height:100px;
	padding:0 10px;
	text-align:left;
	word-break:break-word
}
.exhibitor-details .product-container .product-text h4, .exhibitor-profile .product-container .product-text h4 {
	word-wrap:break-word;
	height:45px;
	margin-bottom:15px;
	margin-top:10px;
	overflow:hidden
}
@media (max-width:437px) {
.exhibitor-details .product-container .product-text h4, .exhibitor-profile .product-container .product-text h4 {
height:11vw
}
}
.exhibitor-details .product-container .product-text p, .exhibitor-profile .product-container .product-text p {
	height:100px;
	line-height:25px;
	overflow:hidden
}
.exhibitor-profile .product-container {
	width:264px
}
.exhibitor-details .product-container {
	width:302px
}
.exhibitor-details .product-text, .exhibitor-profile .product-text {
	margin-bottom:30px;
	padding:0 10px;
	text-align:left
}
.exhibitor-details .product-image-filler-container, .exhibitor-profile .product-image-filler-container {
	width:160px
}
@media (max-width:420px) {
.exhibitor-details .product-image-filler-container, .exhibitor-profile .product-image-filler-container {
width:90px
}
}
.exhibitor-profile .product-image-container {
	height:146px;
	width:260px
}
.exhibitor-details .product-image-container {
	height:169px;
	width:300px
}
.manage-filters .relative {
	position:relative
}
.manage-filters .overlay-icon {
	padding:1px 5px;
	position:absolute;
	right:1.5rem;
	top:1.5rem
}
.exhibitor-create .switch-small, .exhibitor-profile .switch-small {
	position:relative;
	vertical-align:middle;
	width:4rem
}
.exhibitor-create .slider-small, .exhibitor-profile .slider-small {
	background:#fff;
	border:2px solid #a2a2a2;
	border-radius:1rem;
	bottom:0;
	display:block;
	height:2rem;
	position:absolute;
	right:2rem;
	top:0;
-webkit-transition:all .3s ease-in .1s;
transition:all .3s ease-in .1s;
	width:2rem
}
.exhibitor-create .sliding-panel-small, .exhibitor-profile .sliding-panel-small {
	border-radius:1rem;
	cursor:pointer;
	display:block;
	height:2rem;
	overflow:hidden
}
.exhibitor-create .switch-checkbox:checked+.sliding-panel-small .switch-inner, .exhibitor-profile .switch-checkbox:checked+.sliding-panel-small .switch-inner {
	margin-left:0
}
.exhibitor-create .switch-checkbox:checked+.sliding-panel-small .slider-small, .exhibitor-profile .switch-checkbox:checked+.sliding-panel-small .slider-small {
	right:0
}
.ais-SearchBox-form {
	height:41px;
margin-bottom:.8rem;
	position:relative;
	width:100%
}
.ais-SearchBox-input {
	border:thin solid #c9c9c9;
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	height:100%;
	padding-left:1.5rem;
	padding-right:1.5rem;
-webkit-transition:border-color .15s ease-in-out;
transition:border-color .15s ease-in-out;
	width:100%
}
.ais-SearchBox-input ::-webkit-input-placeholder {
color:#aaa
}
.ais-SearchBox-input ::-moz-placeholder {
color:#aaa
}
.ais-SearchBox-input :-ms-input-placeholder {
color:#aaa
}
.ais-SearchBox-input ::-ms-input-placeholder {
color:#aaa
}
.ais-SearchBox-input ::placeholder {
color:#aaa
}
.ais-SearchBox-input:focus, .ais-SearchBox-input:hover {
	-webkit-box-shadow:none;
	box-shadow:none
}
.ais-SearchBox-input:focus {
	border:thin solid #818181;
	outline:0
}
.ais-SearchBox-submit {
	background-color:#cdcdcd;
	border:0;
	border-radius:0;
	height:100%;
	position:absolute;
	right:0;
	top:0;
-webkit-transition:background-color .12s ease-in-out;
transition:background-color .12s ease-in-out;
	width:49px
}
.ais-SearchBox-submit:hover {
	background-color:#b5b5b5
}
.ais-SearchBox-submit svg {
	fill:#fff;
	height:21px;
	vertical-align:middle;
	width:21px
}
.ais-ClearRefinements-button {
	background:none;
	border:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#cdcdcd;
	padding:0
}
.ais-ClearRefinements-button:focus, .ais-ClearRefinements-button:hover {
	color:#b5b5b5;
	text-decoration:underline
}
.ais-ClearRefinements-button[disabled] {
	cursor:pointer
}
.ais-SearchBox-reset {
	fill:rgba(0, 0, 0, .5);
	background:none;
	border:0;
	display:none;
	padding:0;
	position:absolute;
	right:56px;
	top:10px
}
.ais-SearchBox-reset svg {
	height:13px;
	margin:4px;
	width:13px
}
.ais-SearchBox-input:valid~.ais-SearchBox-reset {
display:block
}
.switch {
	position:relative;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	width:15rem
}
.switch-checkbox {
	display:none
}
.sliding-panel {
	border-radius:1rem;
	cursor:pointer;
	display:block;
	overflow:hidden
}
.switch-inner {
	display:block;
	margin-left:-100%;
-webkit-transition:margin .3s ease-in 0s;
transition:margin .3s ease-in 0s;
	width:200%
}
.switch-inner-after, .switch-inner-before {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	display:block;
	float:left;
	font-size:14px;
	height:30px;
	line-height:30px;
	padding:0;
	width:50%
}
.switch-inner-before {
	background-color:#cdcdcd;
	padding-left:10px
}
.switch-inner-after {
	background-color:#c9c9c9;
	color:#818181;
	padding-right:10px;
	text-align:right
}
.exhibitor-create .slider, .exhibitor-profile .slider {
	background:#fff;
	border:2px solid #a2a2a2;
	border-radius:1rem;
	bottom:0;
	display:block;
	position:absolute;
	right:11rem;
	right:13rem;
	top:0;
-webkit-transition:all .3s ease-in 0s;
transition:all .3s ease-in 0s;
	width:2rem
}
.switch-checkbox:checked+.sliding-panel .switch-inner {
	margin-left:0
}
.switch-checkbox:checked+.sliding-panel .slider {
	right:0
}
.spinner-wrapper {
	height:22px;
	left:50%;
	margin-left:-11px;
	margin-top:-11px;
	position:absolute;
	top:50%;
	width:22px
}
.spinner-wrapper_big {
	left:50%;
	margin-left:-80px/2;
	margin-top:-80px/2;
	top:50%
}
.spinner-wrapper_big, .spinner-wrapper_big .circle-wrapper {
	height:80px;
	width:80px
}
.spinner-wrapper_fixed {
	position:fixed
}
.circle-wrapper {
	height:22px;
	position:relative;
	width:22px
}
.circle {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%
}
.circle:before {
	-webkit-animation:bouncedelay 1.2s ease-in-out infinite;
	animation:bouncedelay 1.2s ease-in-out infinite;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	background-color:#2d2d2d;
	border-radius:100%;
	content:"";
	display:block;
	height:20%;
	margin:0 auto;
	width:20%
}
.circle2 {
	-webkit-transform:rotate(30deg);
	transform:rotate(30deg)
}
.circle3 {
	-webkit-transform:rotate(60deg);
	transform:rotate(60deg)
}
.circle4 {
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg)
}
.circle5 {
	-webkit-transform:rotate(120deg);
	transform:rotate(120deg)
}
.circle6 {
	-webkit-transform:rotate(150deg);
	transform:rotate(150deg)
}
.circle7 {
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.circle8 {
	-webkit-transform:rotate(210deg);
	transform:rotate(210deg)
}
.circle9 {
	-webkit-transform:rotate(240deg);
	transform:rotate(240deg)
}
.circle10 {
	-webkit-transform:rotate(270deg);
	transform:rotate(270deg)
}
.circle11 {
	-webkit-transform:rotate(300deg);
	transform:rotate(300deg)
}
.circle12 {
	-webkit-transform:rotate(330deg);
	transform:rotate(330deg)
}
.circle2:before {
	-webkit-animation-delay:-1.1s;
	animation-delay:-1.1s
}
.circle3:before {
	-webkit-animation-delay:-1s;
	animation-delay:-1s
}
.circle4:before {
-webkit-animation-delay:-.9s;
animation-delay:-.9s
}
.circle5:before {
-webkit-animation-delay:-.8s;
animation-delay:-.8s
}
.circle6:before {
-webkit-animation-delay:-.7s;
animation-delay:-.7s
}
.circle7:before {
-webkit-animation-delay:-.6s;
animation-delay:-.6s
}
.circle8:before {
-webkit-animation-delay:-.5s;
animation-delay:-.5s
}
.circle9:before {
-webkit-animation-delay:-.4s;
animation-delay:-.4s
}
.circle10:before {
-webkit-animation-delay:-.3s;
animation-delay:-.3s
}
.circle11:before {
-webkit-animation-delay:-.2s;
animation-delay:-.2s
}
.circle12:before {
-webkit-animation-delay:-.1s;
animation-delay:-.1s
}
@-webkit-keyframes bouncedelay {
0%, 80%, to {
-webkit-transform:scale(0)
}
40% {
-webkit-transform:scale(1)
}
}
@keyframes bouncedelay {
0%, 80%, to {
-webkit-transform:scale(0);
transform:scale(0)
}
40% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
.filter-column-header {
	margin-bottom:2rem
}
.filter-by-heading {
	margin-top:0
}
.filter-item {
	display:block;
	margin-bottom:1.5rem
}
.filter-item-clickable {
	background:none;
	border:0;
	cursor:pointer;
	display:block;
	font-size:1.5rem;
	font-weight:400;
	line-height:1.71428571rem;
	padding:1px 0 2px 22px;
	position:relative;
	text-align:left;
	text-transform:none
}
.filter-item-checkbox-icon {
	font-size:2rem;
	left:0;
	position:absolute;
	top:0;
	width:1.3rem
}
.filter-item-checkbox-icon-selected {
	color:#cdcdcd
}
.upload-image {
	height:22px;
	left:50%;
	margin-left:-40px;
	margin-top:-11px;
	position:absolute;
	top:50%;
	width:22px
}
.exhibitor-profile .profile-logo-container {
	display:inline-block;
	position:relative
}
.exhibitor-profile .profile-logo-container .upload-help-text {
	bottom:10%;
	color:gray;
	left:0;
	position:absolute;
	text-align:center;
	width:100%
}
.exhibitor-details .profile-logo, .exhibitor-profile .profile-logo {
	background:#fff;
	border:thin solid #c9c9ca;
	border-radius:10px;
	display:inline-block;
	margin-top:-35px;
	padding:.5em;
	position:relative
}
.exhibitor-details .profile-logo .upload-help-text, .exhibitor-profile .profile-logo .upload-help-text {
	bottom:10%;
	color:gray;
	left:0;
	position:absolute;
	text-align:center;
	width:100%
}
.exhibitor-details .bordered-logo-container, .exhibitor-profile .bordered-logo-container {
	background:#fff;
	border:thin solid #c9c9ca;
	border-radius:10px;
	padding:.5em
}
.exhibitor-details .exhibitor-feature, .exhibitor-directory .exhibitor-feature {
	border-radius:10px;
	color:#fff;
	font-family:Roboto, sans-serif;
	font-size:9px;
	font-weight:700;
	height:16px;
	padding:3px 10px;
	text-transform:uppercase;
	white-space:nowrap
}
.exhibitor-details .new-exhibitor-feature-background, .exhibitor-directory .new-exhibitor-feature-background {
	background-color:#4eb26a
}
.exhibitor-details .innovative-clip, .exhibitor-directory .innovative-clip, .exhibitor-profile .innovative-clip {
	background:#e59617;
	border:1px solid hsla(0, 0%, 100%, .5);
	border-radius:11px 0 0 11px;
	border-right-width:0;
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 2px rgba(0, 0, 0, .5);
	color:#fff;
	font-family:Roboto, sans-serif;
	font-size:9pt;
	font-weight:700;
	line-height:20px;
	margin-right:-7px;
	padding:0 13px;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:10px
}
.exhibitor-details .innovative-clip-triangle, .exhibitor-directory .innovative-clip-triangle, .exhibitor-profile .innovative-clip-triangle {
	border-right:5px solid transparent;
	border-top:5px solid #68440b;
	bottom:-6px;
	height:0;
	position:absolute;
	right:0;
	width:0
}
.exhibitor-details .exhibitor-feature-container, .exhibitor-directory .exhibitor-feature-container {
	line-height:26px
}
.exhibitor-details .innovator-feature-background, .exhibitor-directory .innovator-feature-background {
	background-color:#e59617
}
.exhibitor-profile .profile-cover-image-container {
	background-color:#fafafa;
	border:1px dashed #c9c9ca;
	display:inline-block;
	height:0;
	padding-bottom:33%;
	position:relative;
	width:100%
}
@media (min-width:768px) {
.exhibitor-profile .profile-cover-image-container {
padding-bottom:25%
}
}
.exhibitor-profile .profile-cover-image-container .upload-help-text {
	color:gray;
	position:absolute;
	text-align:center;
	top:1.5rem;
	width:100%
}
@media (min-width:420px) {
.exhibitor-profile .profile-cover-image-container .upload-help-text {
top:calc(50% - 12.5px + 4vw)
}
}
@media (min-width:550px) {
.exhibitor-profile .profile-cover-image-container .upload-help-text {
top:calc(50% - 12.5px + 4.5vw)
}
}
@media (min-width:768px) {
.exhibitor-profile .profile-cover-image-container .upload-help-text {
top:calc(50% + 20.625pt)
}
}
@media (min-width:1200px) {
.exhibitor-profile .profile-cover-image-container .upload-help-text {
top:calc(50% + 30.625pt)
}
}
.exhibitor-profile .profile-images-container {
	display:block;
	margin-bottom:12em;
	position:relative
}
.exhibitor-profile .profile-overlay-logo {
	left:0;
	position:absolute;
	right:0;
	top:90%
}
.exhibitor-details .width-full img, .exhibitor-profile .width-full img {
	max-width:2560px;
	width:100vw
}
.exhibitor-details .cover-image-container {
	min-height:40px
}
.exhibitor-profile .cover-image-placeholder {
	color:#999;
	display:none;
	font-size:8vw;
	left:0;
	position:absolute;
	top:calc(50% - 12.5px - 4vw);
	width:100%
}
@media (min-width:420px) {
.exhibitor-profile .cover-image-placeholder {
display:block
}
}
@media (min-width:550px) {
.exhibitor-profile .cover-image-placeholder {
font-size:9vw;
top:calc(50% - 12.5px - 4.5vw)
}
}
@media (min-width:768px) {
.exhibitor-profile .cover-image-placeholder {
font-size:60pt;
top:calc(50% - 39.375pt)
}
}
@media (min-width:1200px) {
.exhibitor-profile .cover-image-placeholder {
font-size:80pt;
top:calc(50% - 49.375pt)
}
}
.exhibitor-details .round-corners, .exhibitor-profile .round-corners {
	border-radius:4px 4px 0 0
}
.exhibitor-details .product-buttons, .exhibitor-profile .product-buttons {
	margin:1.5rem 0
}
.exhibitor-details .product-fields, .exhibitor-profile .product-fields {
	padding:0 1rem;
	text-align:left
}
.exhibitor-details .product-fields textarea, .exhibitor-profile .product-fields textarea {
	resize:vertical
}
.exhibitor-profile .product-number {
	font-style:italic;
margin:.5rem auto;
	width:302px
}
.favourite-select-fill {
	fill:#cdcdcd
}
.favourite-unselect-fill, .showplan--svg-fill-icon__btnFontColor {
	fill:#fff
}
.showplan--svg-fill-icon__hover {
	fill:#b5b5b5
}
.showplan--svg-border-icon__btnFontColor {
	stroke:#fff
}
.showplan--svg-border-icon__hover {
	stroke:#b5b5b5
}
.showplan--btnFontColor {
	color:#fff
}
.showplan--btn-text__hover {
	color:#b5b5b5
}
.showplan--btn-bg__hover {
	background-color:#b5b5b5
}
.show-planning-component .callout, .show-planning-panel-wrapper {
	z-index:1
}
.show-planning-component header {
	height:64px;
-webkit-transition:height .5s ease;
transition:height .5s ease
}
@media (min-width:1200px) {
.show-planning-component header {
height:84px
}
}
.show-planning-component header.scrolled {
	height:64px
}
.header__top-wrap--mega .show-planning-component .favourite {
	height:30px;
	padding:6px 5px
}
@media (min-width:480px) {
.header__top-wrap--mega .show-planning-component .favourite {
height:32px;
padding:4px 7px
}
}
.header__top-wrap--mega .show-planning-component .favourite svg {
	height:18px;
	width:21px
}
@media (min-width:480px) {
.header__top-wrap--mega .show-planning-component .favourite svg {
height:25px;
width:30px
}
}
@media (max-width:480px) {
.header__top-wrap--mobile-first .header--mid-center-logo-enabled .show-planning-component, .header__top-wrap--mobile-first .header--partner-logo-enabled .show-planning-component {
display:none
}
}
.Select {
	position:relative
}
.Select, .Select div, .Select input, .Select span {
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
.Select.is-disabled>.Select-control {
	background-color:#f2f2f2
}
.Select.is-disabled>.Select-control:hover {
	-webkit-box-shadow:none;
	box-shadow:none
}
.Select.is-disabled .Select-arrow-zone {
	cursor:default;
	opacity:.35;
	pointer-events:none
}
.Select-control {
	background-color:#fff;
border:.1rem solid #c9c9c9;
	border-collapse:separate;
	border-radius:0;
	border-spacing:0;
	color:#333;
	cursor:default;
	display:table;
	height:3.6rem;
	outline:none;
	overflow:hidden;
	position:relative;
	width:100%
}
.Select-control:hover {
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .06);
	box-shadow:0 1px 0 rgba(0, 0, 0, .06)
}
.Select-control .Select-input:focus {
	outline:none
}
.is-searchable.is-open>.Select-control {
	cursor:text
}
.is-open>.Select-control {
	background:#fff;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	border-color:#afafaf #c9c9c9 #d5d5d5
}
.is-open>.Select-control>.Select-arrow {
	border-color:transparent transparent #c9c9c9;
border-width:0 .5rem .5rem
}
.is-searchable.is-focused:not(.is-open)>.Select-control {
cursor:text
}
.Select--single>.Select-control .Select-value, .Select-placeholder {
	bottom:0;
	color:#999;
	left:0;
	line-height:3.4rem;
	max-width:100%;
	overflow:hidden;
	padding-left:1rem;
	padding-right:1rem;
	position:absolute;
	right:0;
	text-overflow:ellipsis;
	top:0;
	white-space:nowrap
}
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label, .has-value.Select--single>.Select-control .Select-value .Select-value-label {
	color:#333
}
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label, .has-value.Select--single>.Select-control .Select-value a.Select-value-label {
	cursor:pointer;
	text-decoration:none
}
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus, .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover, .has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus, .has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover {
	color:#818181;
	outline:none;
	text-decoration:underline
}
.has-error .select-control {
	border-color:#a94442;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)
}
.Select-input {
	height:3.4rem;
	padding-left:1rem;
	padding-right:1rem;
	vertical-align:middle
}
.Select-input>input {
	-webkit-appearance:none;
	background:none transparent;
	border:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	cursor:default;
	display:inline-block;
	font-family:inherit;
	font-size:inherit;
	line-height:14px;
	margin:0;
	outline:none;
	padding:-7.3rem 0 -3.3rem;
	width:100%
}
.is-focused .Select-input>input {
	cursor:text
}
.has-value.is-pseudo-focused .Select-input {
	opacity:0
}
.Select-control:not(.is-searchable)>.Select-input {
outline:none
}
.Select-loading-zone {
	cursor:pointer;
	display:table-cell;
	text-align:center
}
.Select-loading, .Select-loading-zone {
	position:relative;
	vertical-align:middle;
	width:1.6rem
}
.Select-loading {
-webkit-animation:Select-animation-spin .4s linear infinite;
animation:Select-animation-spin .4s linear infinite;
	border:0 solid #c9c9c9;
	border-radius:50%;
	border-right-color:#333;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:inline-block;
	height:1.6rem
}
.Select-clear-zone {
-webkit-animation:Select-animation-fadeIn .2s;
animation:Select-animation-fadeIn .2s;
	color:#c9c9c9;
	cursor:pointer;
	display:table-cell;
	position:relative;
	text-align:center;
	vertical-align:middle;
	width:1.7rem
}
.Select-clear-zone:hover {
	color:#d0021b
}
.Select-clear {
	display:inline-block;
	font-size:1rem;
	line-height:1
}
.Select--multi .Select-clear-zone {
	width:1.7rem
}
.Select-arrow-zone {
	cursor:pointer;
	display:table-cell;
padding-right:.5rem;
	position:relative;
	text-align:center;
	vertical-align:middle;
	width:2.5rem
}
.Select-arrow {
	border-color:#c9c9c9 transparent transparent;
	border-style:solid;
border-width:.5rem .5rem .25rem;
	display:inline-block;
	height:0;
	width:0
}
.is-open .Select-arrow, .Select-arrow-zone:hover>.Select-arrow {
	border-top-color:#747474
}
.Select--multi .Select-multi-value-wrapper {
	display:inline-block
}
.Select .Select-aria-only {
	clip:rect(0,0,0,0);
	display:inline-block;
	height:1px;
	margin:-1px;
	overflow:hidden;
	width:1px
}
@-webkit-keyframes Select-animation-fadeIn {
0% {
opacity:0
}
to {
	opacity:1
}
}
@keyframes Select-animation-fadeIn {
0% {
opacity:0
}
to {
	opacity:1
}
}
.Select-menu-outer {
	-webkit-overflow-scrolling:touch;
	background-color:#fff;
	border:1px solid #c9c9c9;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	border-top-color:#e4e4e4;
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .06);
	box-shadow:0 1px 0 rgba(0, 0, 0, .06);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-top:-1px;
	max-height:20rem;
	position:absolute;
	top:100%;
	width:100%;
	z-index:1
}
.Select-menu {
	max-height:18rem;
	overflow-y:auto
}
.Select-option {
	background-color:#fff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#666;
	cursor:pointer;
	display:block;
padding:.8rem 1rem
}
.Select-option:last-child {
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}
.Select-option.is-selected {
	background-color:#fdfdfd;
	background-color:hsla(0, 0%, 80%, .04);
	color:#333
}
.Select-option.is-focused {
	background-color:#fbfbfb;
	background-color:hsla(0, 0%, 80%, .08);
	color:#333
}
.Select-option.is-disabled {
	color:#ccc;
	cursor:default
}
.Select-noresults {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#999;
	cursor:default;
	display:block;
padding:.8rem 1rem
}
.Select--multi .Select-input {
	margin-left:1rem;
	padding:0;
	vertical-align:middle
}
.Select--multi.has-value .Select-input {
margin-left:.4rem
}
.Select--multi .Select-value {
	background-color:#fbfbfb;
	background-color:hsla(0, 0%, 80%, .08);
	border:1px solid #f3f3f3;
	border:1px solid hsla(0, 0%, 80%, .24);
	border-radius:.25em;
	color:#333;
	display:inline-block;
	font-size:1.5rem;
	line-height:1.4;
margin-left:.4rem;
margin-top:.4rem;
	vertical-align:top
}
.Select--multi .Select-value-icon, .Select--multi .Select-value-label {
	display:inline-block;
	vertical-align:middle
}
.Select--multi .Select-value-label {
	border-bottom-right-radius:.25em;
	border-top-right-radius:.25em;
	cursor:default;
	padding:2px 5px
}
.Select--multi a.Select-value-label {
	color:#333;
	cursor:pointer;
	text-decoration:none
}
.Select--multi a.Select-value-label:hover {
	text-decoration:underline
}
.Select--multi .Select-value-icon {
	border-bottom-left-radius:.25em;
	border-right:1px solid #f3f3f3;
	border-right:1px solid hsla(0, 0%, 80%, .24);
	border-top-left-radius:.25em;
	cursor:pointer;
	padding:1px 5px 3px
}
.Select--multi .Select-value-icon:focus, .Select--multi .Select-value-icon:hover {
	background-color:#f6f6f6;
	background-color:hsla(0, 0%, 75%, .08);
	color:#333
}
.Select--multi .Select-value-icon:active {
	background-color:#f3f3f3;
	background-color:hsla(0, 0%, 80%, .24)
}
.Select--multi.is-disabled .Select-value {
	background-color:#f2f2f2;
	border:1px solid #d9d9d9;
	color:#202020
}
.Select--multi.is-disabled .Select-value-icon {
	border-right:1px solid #d9d9d9;
	cursor:not-allowed
}
.Select--multi.is-disabled .Select-value-icon:active, .Select--multi.is-disabled .Select-value-icon:focus, .Select--multi.is-disabled .Select-value-icon:hover {
	background-color:#f2f2f2
}
@keyframes Select-animation-spin {
to {
-webkit-transform:rotate(1turn);
transform:rotate(1turn)
}
}
@-webkit-keyframes Select-animation-spin {
to {
-webkit-transform:rotate(1turn)
}
}
.exhibitor-details .slick-slider, .exhibitor-profile .slick-slider {
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:transparent;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	position:relative;
	text-align:center;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-khtml-user-select:none
}
.exhibitor-details .slick-slider .slick-list, .exhibitor-details .slick-slider .slick-track, .exhibitor-profile .slick-slider .slick-list, .exhibitor-profile .slick-slider .slick-track {
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
.exhibitor-details .slick-list, .exhibitor-profile .slick-list {
	display:block;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative
}
.exhibitor-details .slick-list:focus, .exhibitor-profile .slick-list:focus {
	outline:none
}
.exhibitor-details .slick-list.dragging, .exhibitor-profile .slick-list.dragging {
	cursor:pointer;
	cursor:hand
}
.exhibitor-details .slick-track, .exhibitor-profile .slick-track {
	display:block;
	left:0;
	position:relative;
	top:0
}
.exhibitor-details .slick-track:before, .exhibitor-profile .slick-track:before {
	content:"";
	display:table
}
.exhibitor-details .slick-track:after, .exhibitor-profile .slick-track:after {
	clear:both;
	content:"";
	display:table
}
.exhibitor-details .slick-loading .slick-slide, .exhibitor-details .slick-loading .slick-track, .exhibitor-profile .slick-loading .slick-slide, .exhibitor-profile .slick-loading .slick-track {
	visibility:hidden
}
.exhibitor-details .slick-slide, .exhibitor-profile .slick-slide {
	display:none;
	float:left;
	min-height:1px;
	overflow-y:hidden
}
.exhibitor-details .slick-slide img, .exhibitor-profile .slick-slide img {
	display:block
}
.exhibitor-details [dir=rtl] .slick-slide, .exhibitor-profile [dir=rtl] .slick-slide {
	float:right
}
.exhibitor-details [dir=rtl] .slick-prev, .exhibitor-profile [dir=rtl] .slick-prev {
	left:auto;
	right:-25px
}
.exhibitor-details [dir=rtl] .slick-next, .exhibitor-profile [dir=rtl] .slick-next {
	left:-25px;
	right:auto
}
.exhibitor-details .slick-slide.slick-loading img, .exhibitor-profile .slick-slide.slick-loading img {
	display:none
}
.exhibitor-details .slick-slide.dragging img, .exhibitor-profile .slick-slide.dragging img {
	pointer-events:none
}
.exhibitor-details .slick-initialized .slick-slide, .exhibitor-profile .slick-initialized .slick-slide {
	display:block
}
.exhibitor-details .slick-vertical .slick-slide, .exhibitor-profile .slick-vertical .slick-slide {
	border:1px solid transparent;
	display:block;
	height:auto
}
.exhibitor-details .slick-arrow.slick-hidden, .exhibitor-profile .slick-arrow.slick-hidden {
	display:none
}
.exhibitor-details .slick-prev, .exhibitor-profile .slick-prev {
	-moz-osx-font-smoothing:grayscale;
	background:transparent;
	border:none;
	color:#a2a2a2;
	cursor:pointer;
	display:inline-block;
	font-size:25px;
	opacity:1;
	outline:none;
	padding-right:25px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.exhibitor-details .slick-prev:focus, .exhibitor-details .slick-prev:hover, .exhibitor-profile .slick-prev:focus, .exhibitor-profile .slick-prev:hover {
	color:#202020;
	opacity:1
}
.exhibitor-details .slick-next, .exhibitor-profile .slick-next {
	-moz-osx-font-smoothing:grayscale;
	background:transparent;
	border:none;
	color:#a2a2a2;
	cursor:pointer;
	display:inline-block;
	font-size:25px;
	opacity:1;
	outline:none;
	padding-left:25px;
	right:0;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.exhibitor-details .slick-next:focus, .exhibitor-details .slick-next:hover, .exhibitor-profile .slick-next:focus, .exhibitor-profile .slick-next:hover {
	color:#202020;
	opacity:1
}
.exhibitor-details .slick-next.slick-disabled:before, .exhibitor-details .slick-prev.slick-disabled:before, .exhibitor-profile .slick-next.slick-disabled:before, .exhibitor-profile .slick-prev.slick-disabled:before {
	opacity:.25
}
.exhibitor-details .slick-dots, .exhibitor-profile .slick-dots {
	display:inline-block;
	list-style:none;
	margin:15px;
	padding:0;
	position:unset;
	text-align:center;
	vertical-align:middle
}
.exhibitor-details .slick-dots li, .exhibitor-profile .slick-dots li {
	cursor:pointer;
	display:inline-block;
	height:20px;
	margin:0;
	padding:0;
	position:relative;
	width:20px
}
.exhibitor-details .slick-dots li button, .exhibitor-profile .slick-dots li button {
	background:transparent;
	border:0;
	color:transparent;
	cursor:pointer;
	display:block;
	font-size:0;
	height:20px;
	line-height:0;
	outline:none;
	padding:5px;
	width:20px
}
.exhibitor-details .slick-dots li button:focus, .exhibitor-details .slick-dots li button:hover, .exhibitor-profile .slick-dots li button:focus, .exhibitor-profile .slick-dots li button:hover {
	outline:none
}
.exhibitor-details .slick-dots li button:focus:before, .exhibitor-details .slick-dots li button:hover:before, .exhibitor-profile .slick-dots li button:focus:before, .exhibitor-profile .slick-dots li button:hover:before {
	opacity:1
}
.exhibitor-details .slick-dots li button:before, .exhibitor-profile .slick-dots li button:before {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	color:#000;
	content:"•";
	font-size:35px;
	height:20px;
	left:0;
	line-height:20px;
	opacity:.25;
	position:absolute;
	text-align:center;
	top:0;
	width:20px
}
.exhibitor-details .slick-dots li.slick-active button:before, .exhibitor-profile .slick-dots li.slick-active button:before {
	color:#000;
	font-size:40px;
	opacity:.75
}
.exhibitor-details span.slick-next, .exhibitor-details span.slick-prev, .exhibitor-profile span.slick-next, .exhibitor-profile span.slick-prev {
	font-size:15px;
	margin-top:.5em
}
.is-focused:not(.is-open)>.Select-control, .is-focused>.Select-control {
-webkit-box-shadow:none;
box-shadow:none
}
.is-focused>.Select-control {
	border-color:#818181
}
.is-focused>.Select-menu-outer {
	border-color:#c9c9c9 #818181 #818181;
	-webkit-box-shadow:none;
	box-shadow:none
}
.Select-input>input {
	height:100%
}
.Select--multi .Select-value-icon {
padding:.2rem .5rem
}
.link-underline {
	text-transform:uppercase
}
.link-underline:after {
	border-top:2px solid #000;
	content:"";
	display:block;
	margin:-5px auto 3px;
-webkit-transition:all .3s cubic-bezier(.68, -.2, .3, 1.55);
transition:all .3s cubic-bezier(.68, -.2, .3, 1.55);
	width:0
}
.link-underline.focus, .link-underline.hover, .link-underline:focus, .link-underline:hover {
	text-decoration:none
}
.link-underline.focus:after, .link-underline.hover:after, .link-underline:focus:after, .link-underline:hover:after {
	border-top-color:#333;
	width:calc(100% - 4px)
}
.link-underline.btn-primary:after {
	border-top-color:#cdcdcd
}
@media (min-width:768px) {
.link-underline.btn-inverse:after, [class*=inverse] .link-underline:after {
border-top-color:#fff
}
}
.black {
	font-weight:900!important
}
.bold {
	font-weight:700!important
}
.normal {
	font-weight:400!important
}
.light {
	font-weight:300!important
}
.text-ellipsis {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.width-full {
	margin:0 -12px
}
@media (min-width:768px) {
.width-full {
margin:0 calc(-50vw - -360px)
}
}
@media (min-width:992px) {
.width-full {
margin:0 calc(-50vw - -470px)
}
}
@media (min-width:1200px) {
.width-full {
margin:0 calc(-50vw - -570px)
}
}
.ratio-16by9 {
	height:auto!important;
	min-height:0!important;
	padding:0 40px 56.25%
}
.ratio-16by9.width-full {
	padding:0 40px 56.25vw
}
.img-center {
	overflow:hidden;
	padding-bottom:100%;
	position:relative
}
.img-center img {
	height:auto;
	margin:0 auto;
	width:100%
}
.img-center img, .modal .modal-dialog.modal-center {
	left:50%;
	position:absolute;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%)
}
[v-cloak] {
display:none
}
.crop {
	overflow:hidden;
	position:relative;
	width:100%
}
.crop:before {
	content:"";
	display:block;
	padding-top:100%
}
.crop.crop-16_9:before {
	padding-top:56.25%
}
.crop__content {
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	vertical-align:middle
}
@media (min-width:1px) {
@-webkit-keyframes slideDown-header {
0% {
margin-top:0
}
to {
margin-top:280px
}
}
@keyframes slideDown-header {
0% {
margin-top:0
}
to {
margin-top:280px
}
}
@-webkit-keyframes slideUp-header {
0% {
margin-top:280px
}
to {
margin-top:0
}
}
@keyframes slideUp-header {
0% {
margin-top:280px
}
to {
margin-top:0
}
}
}
@media (min-width:768px) {
@-webkit-keyframes slideDown-header {
0% {
margin-top:0
}
to {
margin-top:200px
}
}
@keyframes slideDown-header {
0% {
margin-top:0
}
to {
margin-top:200px
}
}
@-webkit-keyframes slideUp-header {
0% {
margin-top:200px
}
to {
margin-top:0
}
}
@keyframes slideUp-header {
0% {
margin-top:200px
}
to {
margin-top:0
}
}
}
@media (min-width:1200px) {
@-webkit-keyframes slideDown-header {
0% {
margin-top:0
}
to {
margin-top:110px
}
}
@keyframes slideDown-header {
0% {
margin-top:0
}
to {
margin-top:110px
}
}
@-webkit-keyframes slideUp-header {
0% {
margin-top:110px
}
to {
margin-top:0
}
}
@keyframes slideUp-header {
0% {
margin-top:110px
}
to {
margin-top:0
}
}
}
body, html {
	overflow-x:hidden
}
body {
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
body.modal-open {
	height:100%;
	overflow:hidden;
	position:fixed;
	width:100%
}
body img {
	max-width:100%
}
body>.container {
	margin-top:0
}
@-webkit-keyframes rxgridpadding {
0% {
padding-top:30px
}
to {
	padding-top:10px
}
}
@keyframes rxgridpadding {
0% {
padding-top:30px
}
to {
	padding-top:10px
}
}
.no-scroll {
	height:100%;
	overflow:hidden;
	position:fixed;
	width:100%
}
@font-face {
font-display:swap;
font-family:OpenSans;
font-style:normal;
font-weight:400;
src:local("OpenSans"), url(../fonts/OpenSans-Regular.woff2) format("woff2"), url(../fonts/OpenSans-Regular.woff) format("woff")
}
@font-face {
font-display:swap;
font-family:OpenSans;
font-style:normal;
font-weight:700;
src:local("OpenSans"), url(../fonts/OpenSans-Bold.woff2) format("woff2"), url(../fonts/OpenSans-Bold.woff) format("woff")
}
@font-face {
font-display:swap;
font-family:OpenSans;
font-style:italic;
font-weight:700;
src:local("OpenSans"), url(../fonts/OpenSans-BoldItalic.woff2) format("woff2"), url(../fonts/OpenSans-BoldItalic.woff) format("woff")
}
@font-face {
font-display:swap;
font-family:OpenSans;
font-style:italic;
font-weight:400;
src:local("OpenSans"), url(../fonts/OpenSans-Italic.woff2) format("woff2"), url(../fonts/OpenSans-Italic.woff) format("woff")
}
html {
	font-size:62.5%
}
label {
	margin-bottom:0
}
.h1, h1, label {
	text-transform:none
}
.h1, h1 {
	font-size:6rem
}
@media (max-width:437px) {
.h1, h1 {
font-size:11vw!important
}
}
.h2, h2 {
	font-size:4rem;
	text-transform:none
}
@media (max-width:437px) {
.h2, h2 {
font-size:8vw!important
}
}
.h3, h3 {
	font-size:2.8rem;
	line-height:normal;
margin-bottom:.75rem;
	margin-top:1.5rem;
	text-transform:none
}
@media (max-width:437px) {
.h3, h3 {
font-size:6.5vw!important
}
}
.h4, h4 {
	font-size:1.8rem;
	line-height:normal;
margin-bottom:.5rem;
	margin-top:1rem;
	text-transform:none
}
@media (max-width:437px) {
.h4, h4 {
font-size:4.5vw!important
}
}
.h5, h5 {
	font-size:1.5rem;
	line-height:normal;
margin-bottom:.5rem;
	margin-top:1rem;
	text-transform:none
}
@media (max-width:437px) {
.h5, h5 {
font-size:4.2vw!important
}
}
p {
	line-height:inherit
}
hr {
	border-top:thin solid #c9c9c9;
	margin-bottom:1rem;
	margin-top:1rem
}
form {
	margin-bottom:0
}
mark {
	background-color:#fff;
	margin-left:-.2em
}
.small.text-muted {
	color:rgba(45, 45, 45, .4);
	font-size:14px
}
.button .btn, .document-download .btn {
	margin-bottom:20px;
	margin-top:0
}
.btn {
	border-radius:0;
	font-family:OpenSans, Helvetica Neue, Helvetica, Arial, sans-serif;
-webkit-transition:background-color .12s ease-in-out, color .12s ease-in-out;
transition:background-color .12s ease-in-out, color .12s ease-in-out;
	white-space:normal
}
.btn.focus, .btn:focus {
	outline-color:#cdcdcd
}
.btn-border-radius {
	border-radius:0
}
.btn-primary {
	background:#cdcdcd;
	color:#fff
}
.btn-primary.focus, .btn-primary.focus:after, .btn-primary.hover, .btn-primary.hover:after, .btn-primary:focus, .btn-primary:focus:after, .btn-primary:hover, .btn-primary:hover:after {
	background-color:#b5b5b5;
	border-color:#b5b5b5;
	color:#fff
}
.btn-primary.focus.active, .btn-primary.focus:active, .btn-primary.hover.active, .btn-primary.hover:active, .btn-primary:focus.active, .btn-primary:focus:active, .btn-primary:hover.active, .btn-primary:hover:active {
	background-color:#b5b5b5;
	border-color:#b5b5b5;
	outline-color:#cdcdcd
}
.btn-primary.active, .btn-primary.focus.active:after, .btn-primary.focus:active:after, .btn-primary.hover.active:after, .btn-primary.hover:active:after, .btn-primary:active, .btn-primary:focus.active:after, .btn-primary:focus:active:after, .btn-primary:hover.active:after, .btn-primary:hover:active:after {
	background-color:#b5b5b5;
	border-color:#b5b5b5
}
.btn-primary.active:after, .btn-primary:active:after {
	background-color:#b5b5b5;
	border-color:#b5b5b5;
	-webkit-box-shadow:inset 0 3 5 px px rgba(0, 0, 0, .125);
	box-shadow:inset 0 3 5 px px rgba(0, 0, 0, .125)
}
.btn-default {
	background:#767676
}
.btn-default.focus, .btn-default.focus:after, .btn-default.hover, .btn-default.hover:after, .btn-default:focus, .btn-default:focus:after, .btn-default:hover, .btn-default:hover:after {
	background-color:#2f2f2f;
	border-color:#2f2f2f;
	color:#fff
}
.btn-default.focus.active, .btn-default.focus:active, .btn-default.hover.active, .btn-default.hover:active, .btn-default:focus.active, .btn-default:focus:active, .btn-default:hover.active, .btn-default:hover:active {
	background-color:#2f2f2f;
	border-color:#2f2f2f;
	outline-color:#cdcdcd
}
.btn-default.active, .btn-default.focus.active:after, .btn-default.focus:active:after, .btn-default.hover.active:after, .btn-default.hover:active:after, .btn-default:active, .btn-default:focus.active:after, .btn-default:focus:active:after, .btn-default:hover.active:after, .btn-default:hover:active:after {
	background-color:#2f2f2f;
	border-color:#2f2f2f
}
.btn-default.active:after, .btn-default:active:after {
	background-color:#2f2f2f;
	border-color:#2f2f2f;
	-webkit-box-shadow:inset 0 3 5 px px rgba(0, 0, 0, .125);
	box-shadow:inset 0 3 5 px px rgba(0, 0, 0, .125)
}
.btn+.btn, .btn-group .btn+.btn {
margin-left:.8rem
}
.btn-default.focus, .btn-default:hover {
	background-color:#484848
}
.form-inline label+.form-control {
	margin:0
}
.form-inline .btn-action {
	margin-left:10px
}
label {
	font-size:13px;
	text-transform:uppercase
}
.checkbox-inline label, .checkbox label, .radio-inline label, .radio label {
	font-weight:700;
	padding-left:30px;
	text-transform:none
}
label.h2 {
	line-height:42px;
	margin:auto;
	vertical-align:middle
}
.form-control {
	border:thin solid #c9c9c9;
	font-size:1.5rem;
	font-style:normal;
	font-weight:400;
	height:4.3rem;
	padding-left:15px;
	padding-right:15px
}
.form-control, .form-control:focus {
	-webkit-box-shadow:none;
	box-shadow:none
}
.form-control:focus {
	border:thin solid #818181
}
@media (min-width:768px) {
.form-inline .form-group {
margin-right:10px
}
.form-inline .control-label {
margin-right:10px;
margin-top:0
}
}
.help-block {
	color:#818181;
	font-size:1.4rem;
margin-bottom:.5rem;
margin-top:.5rem
}
textarea.form-control {
	min-height:10rem
}
.checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:2px solid rgba(0, 0, 0, .1);
	height:16px;
	line-height:22.28571429px;
	margin-left:-30px;
-webkit-transition:background-color .12s ease-in-out;
transition:background-color .12s ease-in-out;
	width:16px
}
.checkbox-inline input[type=checkbox]:checked, .checkbox input[type=checkbox]:checked, .radio-inline input[type=radio]:checked, .radio input[type=radio]:checked {
	background-color:#cdcdcd;
	border-color:#cdcdcd
}
.checkbox-inline input[type=checkbox]:focus, .checkbox input[type=checkbox]:focus, .radio-inline input[type=radio]:focus, .radio input[type=radio]:focus {
	border-color:#66afe9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	-webkit-box-shadow:none;
	box-shadow:none;
	outline:0
}
.radio-inline input[type=radio], .radio input[type=radio] {
	border-radius:50%;
	line-height:9px;
	text-align:center
}
.radio-inline input[type=radio]:checked:after, .radio input[type=radio]:checked:after {
	background-color:#fff;
	border-radius:50%;
	content:"";
	display:inline-block;
	height:4px;
	width:4px
}
.checkbox-inline input[type=checkbox]:checked, .checkbox input[type=checkbox]:checked {
	line-height:12px;
	text-align:center
}
.checkbox-inline input[type=checkbox]:checked:after, .checkbox input[type=checkbox]:checked:after {
	color:#fff;
	content:"\f109";
	display:inline-block;
	font:normal normal normal 11px/14px icons
}
.panel {
	border:none;
	-webkit-box-shadow:0 10px 20px 0 rgba(0, 0, 0, .1);
	box-shadow:0 10px 20px 0 rgba(0, 0, 0, .1)
}
.panel .form {
	padding-left:15px;
	padding-right:45px
}
.badge {
	vertical-align:baseline
}
.badge.active {
	background-color:#fff;
	color:#cdcdcd
}
.modal-dialog .modal-after {
	padding:15px;
	text-align:center
}
.modal-dialog .modal-after a {
	color:#fff;
	font-weight:600;
	text-decoration:none
}
.alert {
	margin-bottom:1rem;
	margin-top:1rem
}
.well {
	background:#f2f2f2
}
.label {
	border-radius:.25em;
	color:#fff;
	display:inline;
	font-size:1.5rem;
	font-weight:400;
	line-height:1;
padding:.5rem .6em;
	text-align:center;
	vertical-align:baseline;
	white-space:nowrap
}
a.label:focus, a.label:hover {
	color:#fff;
	cursor:pointer;
	text-decoration:none
}
.label:empty {
	display:none
}
.btn .label {
	position:relative;
	top:-1px
}
.label-default {
	background-color:#ddd;
	color:#fff
}
.label-primary {
	background-color:#cdcdcd
}
.label-primary[href]:focus, .label-primary[href]:hover {
	background-color:#b4b4b4
}
.label-success {
	background-color:#3c763d
}
.label-success[href]:focus, .label-success[href]:hover {
	background-color:#2b542c
}
.label-info {
	background-color:#5bc0de
}
.label-info[href]:focus, .label-info[href]:hover {
	background-color:#31b0d5
}
.label-warning {
	background-color:#f0ad4e
}
.label-warning[href]:focus, .label-warning[href]:hover {
	background-color:#ec971f
}
.label-danger {
	background-color:#d9534f
}
.label-danger[href]:focus, .label-danger[href]:hover {
	background-color:#c9302c
}
.aem-Grid {
	display:block;
	width:100%
}
.aem-Grid:after, .aem-Grid:before {
	content:" ";
	display:table
}
.aem-Grid:after {
	clear:both
}
.aem-Grid-newComponent {
	clear:both;
	margin:0
}
.aem-GridColumn {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	clear:both
}
.aem-GridShowHidden>.aem-Grid>.aem-GridColumn {
	display:block!important
}
.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:100%
}
.aem-Grid.aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--default--1>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:100%
}
.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:50%
}
.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:50%
}
.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:100%
}
.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:50%
}
.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:50%
}
.aem-Grid.aem-Grid--default--2>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:100%
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:33.33333333%
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:66.66666667%
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:33.33333333%
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:66.66666667%
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:100%
}
.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:33.33333333%
}
.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:66.66666667%
}
.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:33.33333333%
}
.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:66.66666667%
}
.aem-Grid.aem-Grid--default--3>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:100%
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:25%
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:50%
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:75%
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:25%
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:50%
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:75%
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:100%
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:25%
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:50%
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:75%
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:25%
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:50%
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:75%
}
.aem-Grid.aem-Grid--default--4>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:100%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:20%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:40%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:60%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:80%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--default--5 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:20%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:40%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:60%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:80%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left:100%
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:20%
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:40%
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:60%
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:80%
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--default--5 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:20%
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:40%
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:60%
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:80%
}
.aem-Grid.aem-Grid--default--5>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left:100%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:16.66666667%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:33.33333333%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:50%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:66.66666667%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--5 {
	clear:none;
	float:left;
	width:83.33333333%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--default--6 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:16.66666667%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:33.33333333%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:50%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:66.66666667%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left:83.33333333%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left:100%
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:16.66666667%
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:33.33333333%
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:50%
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:66.66666667%
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--5 {
	clear:none;
	float:left;
	width:83.33333333%
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--default--6 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:16.66666667%
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:33.33333333%
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:50%
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:66.66666667%
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left:83.33333333%
}
.aem-Grid.aem-Grid--default--6>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left:100%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:14.28571429%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:28.57142857%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:42.85714286%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:57.14285714%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--5 {
	clear:none;
	float:left;
	width:71.42857143%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--6 {
	clear:none;
	float:left;
	width:85.71428571%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--default--7 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:14.28571429%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:28.57142857%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:42.85714286%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:57.14285714%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left:71.42857143%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left:85.71428571%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left:100%
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:14.28571429%
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:28.57142857%
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:42.85714286%
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:57.14285714%
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--5 {
	clear:none;
	float:left;
	width:71.42857143%
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--6 {
	clear:none;
	float:left;
	width:85.71428571%
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--default--7 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:14.28571429%
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:28.57142857%
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:42.85714286%
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:57.14285714%
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left:71.42857143%
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left:85.71428571%
}
.aem-Grid.aem-Grid--default--7>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left:100%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:12.5%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:25%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:37.5%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:50%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--5 {
	clear:none;
	float:left;
	width:62.5%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--6 {
	clear:none;
	float:left;
	width:75%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--7 {
	clear:none;
	float:left;
	width:87.5%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--default--8 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:12.5%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:25%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:37.5%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:50%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left:62.5%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left:75%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left:87.5%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left:100%
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:12.5%
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:25%
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:37.5%
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:50%
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--5 {
	clear:none;
	float:left;
	width:62.5%
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--6 {
	clear:none;
	float:left;
	width:75%
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--7 {
	clear:none;
	float:left;
	width:87.5%
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--default--8 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:12.5%
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:25%
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:37.5%
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:50%
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left:62.5%
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left:75%
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left:87.5%
}
.aem-Grid.aem-Grid--default--8>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left:100%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:11.11111111%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:22.22222222%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:33.33333333%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:44.44444444%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--5 {
	clear:none;
	float:left;
	width:55.55555556%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--6 {
	clear:none;
	float:left;
	width:66.66666667%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--7 {
	clear:none;
	float:left;
	width:77.77777778%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--8 {
	clear:none;
	float:left;
	width:88.88888889%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--default--9 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:11.11111111%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:22.22222222%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:33.33333333%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:44.44444444%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left:55.55555556%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left:66.66666667%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left:77.77777778%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left:88.88888889%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--default--9 {
	margin-left:100%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:11.11111111%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:22.22222222%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:33.33333333%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:44.44444444%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--5 {
	clear:none;
	float:left;
	width:55.55555556%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--6 {
	clear:none;
	float:left;
	width:66.66666667%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--7 {
	clear:none;
	float:left;
	width:77.77777778%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--8 {
	clear:none;
	float:left;
	width:88.88888889%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--default--9 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:11.11111111%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:22.22222222%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:33.33333333%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:44.44444444%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left:55.55555556%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left:66.66666667%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left:77.77777778%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left:88.88888889%
}
.aem-Grid.aem-Grid--default--9>.aem-GridColumn.aem-GridColumn--offset--default--9 {
	margin-left:100%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:10%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:20%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:30%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:40%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--5 {
	clear:none;
	float:left;
	width:50%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--6 {
	clear:none;
	float:left;
	width:60%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--7 {
	clear:none;
	float:left;
	width:70%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--8 {
	clear:none;
	float:left;
	width:80%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--9 {
	clear:none;
	float:left;
	width:90%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--default--10 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:10%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:20%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:30%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:40%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left:50%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left:60%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left:70%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left:80%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--9 {
	margin-left:90%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--default--10 {
	margin-left:100%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:10%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:20%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:30%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:40%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--5 {
	clear:none;
	float:left;
	width:50%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--6 {
	clear:none;
	float:left;
	width:60%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--7 {
	clear:none;
	float:left;
	width:70%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--8 {
	clear:none;
	float:left;
	width:80%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--9 {
	clear:none;
	float:left;
	width:90%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--default--10 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:10%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:20%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:30%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:40%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left:50%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left:60%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left:70%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left:80%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--9 {
	margin-left:90%
}
.aem-Grid.aem-Grid--default--10>.aem-GridColumn.aem-GridColumn--offset--default--10 {
	margin-left:100%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:9.09090909%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:18.18181818%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:27.27272727%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:36.36363636%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--5 {
	clear:none;
	float:left;
	width:45.45454545%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--6 {
	clear:none;
	float:left;
	width:54.54545455%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--7 {
	clear:none;
	float:left;
	width:63.63636364%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--8 {
	clear:none;
	float:left;
	width:72.72727273%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--9 {
	clear:none;
	float:left;
	width:81.81818182%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--10 {
	clear:none;
	float:left;
	width:90.90909091%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--default--11 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:9.09090909%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:18.18181818%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:27.27272727%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:36.36363636%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left:45.45454545%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left:54.54545455%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left:63.63636364%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left:72.72727273%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--9 {
	margin-left:81.81818182%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--10 {
	margin-left:90.90909091%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--default--11 {
	margin-left:100%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:9.09090909%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:18.18181818%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:27.27272727%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:36.36363636%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--5 {
	clear:none;
	float:left;
	width:45.45454545%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--6 {
	clear:none;
	float:left;
	width:54.54545455%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--7 {
	clear:none;
	float:left;
	width:63.63636364%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--8 {
	clear:none;
	float:left;
	width:72.72727273%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--9 {
	clear:none;
	float:left;
	width:81.81818182%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--10 {
	clear:none;
	float:left;
	width:90.90909091%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--default--11 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:9.09090909%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:18.18181818%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:27.27272727%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:36.36363636%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left:45.45454545%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left:54.54545455%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left:63.63636364%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left:72.72727273%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--9 {
	margin-left:81.81818182%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--10 {
	margin-left:90.90909091%
}
.aem-Grid.aem-Grid--default--11>.aem-GridColumn.aem-GridColumn--offset--default--11 {
	margin-left:100%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:8.33333333%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:16.66666667%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:25%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:33.33333333%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--5 {
	clear:none;
	float:left;
	width:41.66666667%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--6 {
	clear:none;
	float:left;
	width:50%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--7 {
	clear:none;
	float:left;
	width:58.33333333%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--8 {
	clear:none;
	float:left;
	width:66.66666667%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--9 {
	clear:none;
	float:left;
	width:75%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--10 {
	clear:none;
	float:left;
	width:83.33333333%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--11 {
	clear:none;
	float:left;
	width:91.66666667%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--12 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:8.33333333%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:16.66666667%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:25%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:33.33333333%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left:41.66666667%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left:50%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left:58.33333333%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left:66.66666667%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--9 {
	margin-left:75%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--10 {
	margin-left:83.33333333%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--11 {
	margin-left:91.66666667%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--12 {
	margin-left:100%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--1 {
	clear:none;
	float:left;
	width:8.33333333%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--2 {
	clear:none;
	float:left;
	width:16.66666667%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--3 {
	clear:none;
	float:left;
	width:25%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--4 {
	clear:none;
	float:left;
	width:33.33333333%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--5 {
	clear:none;
	float:left;
	width:41.66666667%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--6 {
	clear:none;
	float:left;
	width:50%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--7 {
	clear:none;
	float:left;
	width:58.33333333%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--8 {
	clear:none;
	float:left;
	width:66.66666667%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--9 {
	clear:none;
	float:left;
	width:75%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--10 {
	clear:none;
	float:left;
	width:83.33333333%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--11 {
	clear:none;
	float:left;
	width:91.66666667%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12 {
	clear:none;
	float:left;
	width:100%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--0 {
	margin-left:0
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--1 {
	margin-left:8.33333333%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--2 {
	margin-left:16.66666667%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--3 {
	margin-left:25%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--4 {
	margin-left:33.33333333%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--5 {
	margin-left:41.66666667%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--6 {
	margin-left:50%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--7 {
	margin-left:58.33333333%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--8 {
	margin-left:66.66666667%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--9 {
	margin-left:75%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--10 {
	margin-left:83.33333333%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--11 {
	margin-left:91.66666667%
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--12 {
	margin-left:100%
}
.aem-Grid>.aem-GridColumn.aem-GridColumn--default--newline {
	clear:both!important;
	display:block
}
.aem-Grid>.aem-GridColumn.aem-GridColumn--default--none {
	clear:none!important;
	display:block
}
.aem-Grid>.aem-GridColumn.aem-GridColumn--default--hide {
	display:none
}
.responsivegrid--vertical-alignment-center>.aem-Grid {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.pricing-card-grid .aem-Grid-newComponent, .responsivegrid--vertical-alignment-center .aem-Grid-newComponent {
	width:100%
}
.pricing-card-grid .aem-Grid {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.aem-Grid .blog-article-grid {
	padding-bottom:30px;
	padding-top:0
}
.aem-Grid .responsivegrid__spacing-top--none {
	padding-top:0
}
.aem-Grid .responsivegrid__spacing-top--small {
	padding-top:15px
}
.aem-Grid .responsivegrid__spacing-top--medium {
	padding-top:30px
}
.aem-Grid .responsivegrid__spacing-top--large {
	padding-top:65px
}
.aem-Grid .responsivegrid__spacing-top--xlarge {
	padding-top:80px
}
.aem-Grid .responsivegrid__spacing-bottom--none {
	padding-bottom:0
}
.aem-Grid .responsivegrid__spacing-bottom--small {
	padding-bottom:15px
}
.aem-Grid .responsivegrid__spacing-bottom--medium {
	padding-bottom:30px
}
.aem-Grid .responsivegrid__spacing-bottom--large {
	padding-bottom:65px
}
.aem-Grid .responsivegrid__spacing-bottom--xlarge {
	padding-bottom:80px
}
.accordion-grid .aem-GridColumn, .aem-Grid .aem-GridColumn.responsivegrid .aem-GridColumn, .grid__main--resp-template .aem-GridColumn:not(.responsivegrid), .pricing-card-grid .aem-GridColumn {
padding-left:12px;
padding-right:12px
}
.footer-grid {
	margin-bottom:20px
}
@media (max-width:991.99px) {
.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--1>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:100%
}
.aem-Grid.aem-Grid--mobile--1>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--mobile--1>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--mobile--1>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:100%
}
.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:50%
}
.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:50%
}
.aem-Grid.aem-Grid--2>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:100%
}
.aem-Grid.aem-Grid--mobile--2>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:50%
}
.aem-Grid.aem-Grid--mobile--2>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--mobile--2>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--mobile--2>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:50%
}
.aem-Grid.aem-Grid--mobile--2>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:100%
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:33.33333333%
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:66.66666667%
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:33.33333333%
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:66.66666667%
}
.aem-Grid.aem-Grid--3>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:100%
}
.aem-Grid.aem-Grid--mobile--3>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:33.33333333%
}
.aem-Grid.aem-Grid--mobile--3>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:66.66666667%
}
.aem-Grid.aem-Grid--mobile--3>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--mobile--3>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--mobile--3>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:33.33333333%
}
.aem-Grid.aem-Grid--mobile--3>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:66.66666667%
}
.aem-Grid.aem-Grid--mobile--3>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:100%
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:25%
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:50%
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:75%
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:25%
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:50%
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:75%
}
.aem-Grid.aem-Grid--4>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:100%
}
.aem-Grid.aem-Grid--mobile--4>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:25%
}
.aem-Grid.aem-Grid--mobile--4>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:50%
}
.aem-Grid.aem-Grid--mobile--4>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:75%
}
.aem-Grid.aem-Grid--mobile--4>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--mobile--4>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--mobile--4>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:25%
}
.aem-Grid.aem-Grid--mobile--4>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:50%
}
.aem-Grid.aem-Grid--mobile--4>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:75%
}
.aem-Grid.aem-Grid--mobile--4>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:100%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:20%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:40%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:60%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:80%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--mobile--5 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:20%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:40%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:60%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:80%
}
.aem-Grid.aem-Grid--5>.aem-GridColumn.aem-GridColumn--offset--mobile--5 {
margin-left:100%
}
.aem-Grid.aem-Grid--mobile--5>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:20%
}
.aem-Grid.aem-Grid--mobile--5>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:40%
}
.aem-Grid.aem-Grid--mobile--5>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:60%
}
.aem-Grid.aem-Grid--mobile--5>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:80%
}
.aem-Grid.aem-Grid--mobile--5>.aem-GridColumn.aem-GridColumn--mobile--5 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--mobile--5>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--mobile--5>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:20%
}
.aem-Grid.aem-Grid--mobile--5>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:40%
}
.aem-Grid.aem-Grid--mobile--5>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:60%
}
.aem-Grid.aem-Grid--mobile--5>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:80%
}
.aem-Grid.aem-Grid--mobile--5>.aem-GridColumn.aem-GridColumn--offset--mobile--5 {
margin-left:100%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:16.66666667%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:33.33333333%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:50%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:66.66666667%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--mobile--5 {
clear:none;
float:left;
width:83.33333333%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--mobile--6 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:16.66666667%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:33.33333333%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:50%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:66.66666667%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--mobile--5 {
margin-left:83.33333333%
}
.aem-Grid.aem-Grid--6>.aem-GridColumn.aem-GridColumn--offset--mobile--6 {
margin-left:100%
}
.aem-Grid.aem-Grid--mobile--6>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:16.66666667%
}
.aem-Grid.aem-Grid--mobile--6>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:33.33333333%
}
.aem-Grid.aem-Grid--mobile--6>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:50%
}
.aem-Grid.aem-Grid--mobile--6>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:66.66666667%
}
.aem-Grid.aem-Grid--mobile--6>.aem-GridColumn.aem-GridColumn--mobile--5 {
clear:none;
float:left;
width:83.33333333%
}
.aem-Grid.aem-Grid--mobile--6>.aem-GridColumn.aem-GridColumn--mobile--6 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--mobile--6>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--mobile--6>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:16.66666667%
}
.aem-Grid.aem-Grid--mobile--6>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:33.33333333%
}
.aem-Grid.aem-Grid--mobile--6>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:50%
}
.aem-Grid.aem-Grid--mobile--6>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:66.66666667%
}
.aem-Grid.aem-Grid--mobile--6>.aem-GridColumn.aem-GridColumn--offset--mobile--5 {
margin-left:83.33333333%
}
.aem-Grid.aem-Grid--mobile--6>.aem-GridColumn.aem-GridColumn--offset--mobile--6 {
margin-left:100%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:14.28571429%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:28.57142857%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:42.85714286%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:57.14285714%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--mobile--5 {
clear:none;
float:left;
width:71.42857143%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--mobile--6 {
clear:none;
float:left;
width:85.71428571%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--mobile--7 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:14.28571429%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:28.57142857%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:42.85714286%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:57.14285714%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--mobile--5 {
margin-left:71.42857143%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--mobile--6 {
margin-left:85.71428571%
}
.aem-Grid.aem-Grid--7>.aem-GridColumn.aem-GridColumn--offset--mobile--7 {
margin-left:100%
}
.aem-Grid.aem-Grid--mobile--7>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:14.28571429%
}
.aem-Grid.aem-Grid--mobile--7>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:28.57142857%
}
.aem-Grid.aem-Grid--mobile--7>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:42.85714286%
}
.aem-Grid.aem-Grid--mobile--7>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:57.14285714%
}
.aem-Grid.aem-Grid--mobile--7>.aem-GridColumn.aem-GridColumn--mobile--5 {
clear:none;
float:left;
width:71.42857143%
}
.aem-Grid.aem-Grid--mobile--7>.aem-GridColumn.aem-GridColumn--mobile--6 {
clear:none;
float:left;
width:85.71428571%
}
.aem-Grid.aem-Grid--mobile--7>.aem-GridColumn.aem-GridColumn--mobile--7 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--mobile--7>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--mobile--7>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:14.28571429%
}
.aem-Grid.aem-Grid--mobile--7>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:28.57142857%
}
.aem-Grid.aem-Grid--mobile--7>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:42.85714286%
}
.aem-Grid.aem-Grid--mobile--7>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:57.14285714%
}
.aem-Grid.aem-Grid--mobile--7>.aem-GridColumn.aem-GridColumn--offset--mobile--5 {
margin-left:71.42857143%
}
.aem-Grid.aem-Grid--mobile--7>.aem-GridColumn.aem-GridColumn--offset--mobile--6 {
margin-left:85.71428571%
}
.aem-Grid.aem-Grid--mobile--7>.aem-GridColumn.aem-GridColumn--offset--mobile--7 {
margin-left:100%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:12.5%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:25%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:37.5%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:50%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--mobile--5 {
clear:none;
float:left;
width:62.5%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--mobile--6 {
clear:none;
float:left;
width:75%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--mobile--7 {
clear:none;
float:left;
width:87.5%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--mobile--8 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:12.5%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:25%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:37.5%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:50%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--mobile--5 {
margin-left:62.5%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--mobile--6 {
margin-left:75%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--mobile--7 {
margin-left:87.5%
}
.aem-Grid.aem-Grid--8>.aem-GridColumn.aem-GridColumn--offset--mobile--8 {
margin-left:100%
}
.aem-Grid.aem-Grid--mobile--8>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:12.5%
}
.aem-Grid.aem-Grid--mobile--8>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:25%
}
.aem-Grid.aem-Grid--mobile--8>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:37.5%
}
.aem-Grid.aem-Grid--mobile--8>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:50%
}
.aem-Grid.aem-Grid--mobile--8>.aem-GridColumn.aem-GridColumn--mobile--5 {
clear:none;
float:left;
width:62.5%
}
.aem-Grid.aem-Grid--mobile--8>.aem-GridColumn.aem-GridColumn--mobile--6 {
clear:none;
float:left;
width:75%
}
.aem-Grid.aem-Grid--mobile--8>.aem-GridColumn.aem-GridColumn--mobile--7 {
clear:none;
float:left;
width:87.5%
}
.aem-Grid.aem-Grid--mobile--8>.aem-GridColumn.aem-GridColumn--mobile--8 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--mobile--8>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--mobile--8>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:12.5%
}
.aem-Grid.aem-Grid--mobile--8>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:25%
}
.aem-Grid.aem-Grid--mobile--8>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:37.5%
}
.aem-Grid.aem-Grid--mobile--8>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:50%
}
.aem-Grid.aem-Grid--mobile--8>.aem-GridColumn.aem-GridColumn--offset--mobile--5 {
margin-left:62.5%
}
.aem-Grid.aem-Grid--mobile--8>.aem-GridColumn.aem-GridColumn--offset--mobile--6 {
margin-left:75%
}
.aem-Grid.aem-Grid--mobile--8>.aem-GridColumn.aem-GridColumn--offset--mobile--7 {
margin-left:87.5%
}
.aem-Grid.aem-Grid--mobile--8>.aem-GridColumn.aem-GridColumn--offset--mobile--8 {
margin-left:100%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:11.11111111%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:22.22222222%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:33.33333333%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:44.44444444%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--mobile--5 {
clear:none;
float:left;
width:55.55555556%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--mobile--6 {
clear:none;
float:left;
width:66.66666667%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--mobile--7 {
clear:none;
float:left;
width:77.77777778%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--mobile--8 {
clear:none;
float:left;
width:88.88888889%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--mobile--9 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:11.11111111%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:22.22222222%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:33.33333333%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:44.44444444%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--mobile--5 {
margin-left:55.55555556%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--mobile--6 {
margin-left:66.66666667%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--mobile--7 {
margin-left:77.77777778%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--mobile--8 {
margin-left:88.88888889%
}
.aem-Grid.aem-Grid--9>.aem-GridColumn.aem-GridColumn--offset--mobile--9 {
margin-left:100%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:11.11111111%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:22.22222222%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:33.33333333%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:44.44444444%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--mobile--5 {
clear:none;
float:left;
width:55.55555556%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--mobile--6 {
clear:none;
float:left;
width:66.66666667%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--mobile--7 {
clear:none;
float:left;
width:77.77777778%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--mobile--8 {
clear:none;
float:left;
width:88.88888889%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--mobile--9 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:11.11111111%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:22.22222222%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:33.33333333%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:44.44444444%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--offset--mobile--5 {
margin-left:55.55555556%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--offset--mobile--6 {
margin-left:66.66666667%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--offset--mobile--7 {
margin-left:77.77777778%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--offset--mobile--8 {
margin-left:88.88888889%
}
.aem-Grid.aem-Grid--mobile--9>.aem-GridColumn.aem-GridColumn--offset--mobile--9 {
margin-left:100%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:10%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:20%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:30%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:40%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--mobile--5 {
clear:none;
float:left;
width:50%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--mobile--6 {
clear:none;
float:left;
width:60%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--mobile--7 {
clear:none;
float:left;
width:70%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--mobile--8 {
clear:none;
float:left;
width:80%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--mobile--9 {
clear:none;
float:left;
width:90%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--mobile--10 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:10%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:20%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:30%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:40%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--mobile--5 {
margin-left:50%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--mobile--6 {
margin-left:60%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--mobile--7 {
margin-left:70%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--mobile--8 {
margin-left:80%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--mobile--9 {
margin-left:90%
}
.aem-Grid.aem-Grid--10>.aem-GridColumn.aem-GridColumn--offset--mobile--10 {
margin-left:100%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:10%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:20%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:30%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:40%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--mobile--5 {
clear:none;
float:left;
width:50%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--mobile--6 {
clear:none;
float:left;
width:60%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--mobile--7 {
clear:none;
float:left;
width:70%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--mobile--8 {
clear:none;
float:left;
width:80%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--mobile--9 {
clear:none;
float:left;
width:90%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--mobile--10 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:10%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:20%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:30%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:40%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--offset--mobile--5 {
margin-left:50%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--offset--mobile--6 {
margin-left:60%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--offset--mobile--7 {
margin-left:70%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--offset--mobile--8 {
margin-left:80%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--offset--mobile--9 {
margin-left:90%
}
.aem-Grid.aem-Grid--mobile--10>.aem-GridColumn.aem-GridColumn--offset--mobile--10 {
margin-left:100%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:9.09090909%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:18.18181818%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:27.27272727%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:36.36363636%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--mobile--5 {
clear:none;
float:left;
width:45.45454545%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--mobile--6 {
clear:none;
float:left;
width:54.54545455%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--mobile--7 {
clear:none;
float:left;
width:63.63636364%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--mobile--8 {
clear:none;
float:left;
width:72.72727273%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--mobile--9 {
clear:none;
float:left;
width:81.81818182%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--mobile--10 {
clear:none;
float:left;
width:90.90909091%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--mobile--11 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:9.09090909%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:18.18181818%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:27.27272727%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:36.36363636%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--mobile--5 {
margin-left:45.45454545%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--mobile--6 {
margin-left:54.54545455%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--mobile--7 {
margin-left:63.63636364%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--mobile--8 {
margin-left:72.72727273%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--mobile--9 {
margin-left:81.81818182%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--mobile--10 {
margin-left:90.90909091%
}
.aem-Grid.aem-Grid--11>.aem-GridColumn.aem-GridColumn--offset--mobile--11 {
margin-left:100%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:9.09090909%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:18.18181818%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:27.27272727%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:36.36363636%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--mobile--5 {
clear:none;
float:left;
width:45.45454545%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--mobile--6 {
clear:none;
float:left;
width:54.54545455%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--mobile--7 {
clear:none;
float:left;
width:63.63636364%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--mobile--8 {
clear:none;
float:left;
width:72.72727273%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--mobile--9 {
clear:none;
float:left;
width:81.81818182%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--mobile--10 {
clear:none;
float:left;
width:90.90909091%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--mobile--11 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:9.09090909%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:18.18181818%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:27.27272727%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:36.36363636%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--offset--mobile--5 {
margin-left:45.45454545%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--offset--mobile--6 {
margin-left:54.54545455%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--offset--mobile--7 {
margin-left:63.63636364%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--offset--mobile--8 {
margin-left:72.72727273%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--offset--mobile--9 {
margin-left:81.81818182%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--offset--mobile--10 {
margin-left:90.90909091%
}
.aem-Grid.aem-Grid--mobile--11>.aem-GridColumn.aem-GridColumn--offset--mobile--11 {
margin-left:100%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:8.33333333%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:16.66666667%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:25%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:33.33333333%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--mobile--5 {
clear:none;
float:left;
width:41.66666667%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--mobile--6 {
clear:none;
float:left;
width:50%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--mobile--7 {
clear:none;
float:left;
width:58.33333333%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--mobile--8 {
clear:none;
float:left;
width:66.66666667%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--mobile--9 {
clear:none;
float:left;
width:75%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--mobile--10 {
clear:none;
float:left;
width:83.33333333%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--mobile--11 {
clear:none;
float:left;
width:91.66666667%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--mobile--12 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:8.33333333%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:16.66666667%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:25%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:33.33333333%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--mobile--5 {
margin-left:41.66666667%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--mobile--6 {
margin-left:50%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--mobile--7 {
margin-left:58.33333333%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--mobile--8 {
margin-left:66.66666667%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--mobile--9 {
margin-left:75%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--mobile--10 {
margin-left:83.33333333%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--mobile--11 {
margin-left:91.66666667%
}
.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--mobile--12 {
margin-left:100%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--mobile--1 {
clear:none;
float:left;
width:8.33333333%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--mobile--2 {
clear:none;
float:left;
width:16.66666667%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--mobile--3 {
clear:none;
float:left;
width:25%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--mobile--4 {
clear:none;
float:left;
width:33.33333333%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--mobile--5 {
clear:none;
float:left;
width:41.66666667%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--mobile--6 {
clear:none;
float:left;
width:50%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--mobile--7 {
clear:none;
float:left;
width:58.33333333%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--mobile--8 {
clear:none;
float:left;
width:66.66666667%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--mobile--9 {
clear:none;
float:left;
width:75%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--mobile--10 {
clear:none;
float:left;
width:83.33333333%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--mobile--11 {
clear:none;
float:left;
width:91.66666667%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--mobile--12 {
clear:none;
float:left;
width:100%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--offset--mobile--0 {
margin-left:0
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--offset--mobile--1 {
margin-left:8.33333333%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--offset--mobile--2 {
margin-left:16.66666667%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--offset--mobile--3 {
margin-left:25%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--offset--mobile--4 {
margin-left:33.33333333%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--offset--mobile--5 {
margin-left:41.66666667%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--offset--mobile--6 {
margin-left:50%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--offset--mobile--7 {
margin-left:58.33333333%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--offset--mobile--8 {
margin-left:66.66666667%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--offset--mobile--9 {
margin-left:75%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--offset--mobile--10 {
margin-left:83.33333333%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--offset--mobile--11 {
margin-left:91.66666667%
}
.aem-Grid.aem-Grid--mobile--12>.aem-GridColumn.aem-GridColumn--offset--mobile--12 {
margin-left:100%
}
.aem-Grid>.aem-GridColumn.aem-GridColumn--mobile--newline {
clear:both!important;
display:block
}
.aem-Grid>.aem-GridColumn.aem-GridColumn--mobile--none {
clear:none!important;
display:block
}
.aem-Grid>.aem-GridColumn.aem-GridColumn--mobile--hide {
display:none
}
}
.grid__main {
	padding-top:10px
}
@media (min-width:1200px) {
.grid__main--fixed-simple {
-webkit-animation:rxgridpadding .5s ease;
animation:rxgridpadding .5s ease
}
}
.grid__main--resp-template {
	margin-left:-12px;
	margin-right:-12px
}
@media (min-width:1px) {
@-webkit-keyframes slideDown-cookieConsent {
0% {
margin-top:-280px
}
to {
margin-top:0
}
}
@keyframes slideDown-cookieConsent {
0% {
margin-top:-280px
}
to {
margin-top:0
}
}
@-webkit-keyframes slideUp-cookieConsent {
0% {
margin-top:0
}
to {
margin-top:-280px
}
}
@keyframes slideUp-cookieConsent {
0% {
margin-top:0
}
to {
margin-top:-280px
}
}
}
@media (min-width:768px) {
@-webkit-keyframes slideDown-cookieConsent {
0% {
margin-top:-200px
}
to {
margin-top:0
}
}
@keyframes slideDown-cookieConsent {
0% {
margin-top:-200px
}
to {
margin-top:0
}
}
@-webkit-keyframes slideUp-cookieConsent {
0% {
margin-top:0
}
to {
margin-top:-200px
}
}
@keyframes slideUp-cookieConsent {
0% {
margin-top:0
}
to {
margin-top:-200px
}
}
}
@media (min-width:1200px) {
@-webkit-keyframes slideDown-cookieConsent {
0% {
margin-top:-110px
}
to {
margin-top:0
}
}
@keyframes slideDown-cookieConsent {
0% {
margin-top:-110px
}
to {
margin-top:0
}
}
@-webkit-keyframes slideUp-cookieConsent {
0% {
margin-top:0
}
to {
margin-top:-110px
}
}
@keyframes slideUp-cookieConsent {
0% {
margin-top:0
}
to {
margin-top:-110px
}
}
}
.cookie-message-box {
	background:#d2d2d2;
	color:#2d2d2d;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:8080
}
.cookie-message-box--open {
-webkit-animation:slideDown-cookieConsent .8s;
animation:slideDown-cookieConsent .8s
}
.cookie-message-box--closed {
-webkit-animation:slideUp-cookieConsent .8s;
animation:slideUp-cookieConsent .8s;
	margin-top:-280px
}
@media (min-width:768px) {
.cookie-message-box--closed {
margin-top:-200px
}
}
@media (min-width:1200px) {
.cookie-message-box--closed {
margin-top:-110px
}
}
.cookie-message-box .container {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
@media (min-width:1px) {
.cookie-message-box .container {
height:280px
}
}
@media (min-width:768px) {
.cookie-message-box .container {
height:200px
}
}
@media (min-width:1200px) {
.cookie-message-box .container {
height:110px
}
}
.cookie-message-box .row {
	margin:0;
	padding:30px
}
.cookie-message-box .row-eq-height {
	height:250px
}
@media (min-width:480px) {
.cookie-message-box .row-eq-height {
-ms-flex-align:center;
-webkit-box-align:center;
-webkit-align-items:center;
align-items:center;
display:flex;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
height:200px
}
}
@media (min-width:768px) {
.cookie-message-box .row-eq-height {
height:110px
}
}
.cookie-message-box__popup {
	padding:18px
}
.cookie-message-box__popup .accept {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	padding-top:10px
}
.cookie-message-box__popup p {
	font-size:1.3rem;
	margin:0
}
@media (max-width:767px) {
.cookie-message-box__popup p {
font-size:1.1rem
}
}
@media (min-width:768px) and (max-width:1199px) {
.cookie-message-box__popup {
display:block;
padding:0 2em
}
.cookie-message-box__popup p {
display:block;
padding:8px 0
}
.cookie-message-box__popup .btn {
width:100%
}
}
@media (max-width:767px) {
.cookie-message-box p {
display:block;
padding-right:0;
width:100%
}
.cookie-message-box .btn {
display:block;
margin-top:8px;
position:relative;
top:auto;
-webkit-transform:translateY(0);
transform:translateY(0);
width:100%
}
}
.header__base {
	line-height:1.4;
	position:relative;
	z-index:1500
}
@media (max-width:1199px) {
.header__base {
line-height:1.4
}
}
.cookie-message-displayed .header__base {
-webkit-animation:slideDown-header .8s;
animation:slideDown-header .8s
}
@media (max-width:767px) {
.cookie-message-displayed .header__base {
margin-top:280px
}
}
@media (min-width:768px) {
.cookie-message-displayed .header__base {
margin-top:200px
}
}
@media (min-width:1200px) {
.cookie-message-displayed .header__base {
margin-top:110px
}
}
.cookie-message-hidden .header__base {
-webkit-animation:slideUp-header .8s;
animation:slideUp-header .8s;
	margin-top:0
}
.header__top-wrap {
	border-bottom:1px solid #a2a2a2;
	height:64px;
-webkit-transition:all .5s ease;
transition:all .5s ease
}
@media (min-width:1200px) {
.header__top-wrap--simple {
height:84px
}
.header__top-wrap--simple.header__scrolled {
height:64px
}
}
@media (min-width:992px) {
.header__top-wrap--mega {
height:160px
}
}
.header__top-wrap--mobile-first {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:64px;
	position:relative
}
@media (min-width:992px) {
.header__top-wrap--mobile-first {
height:86px
}
}
@media (min-width:1200px) {
.header__top-wrap--mobile-first {
height:100px
}
}
.header__fixed {
	position:fixed;
	width:100vw
}
.header__scrolled .header-wrapper .show-info--header {
-webkit-transition:all .5s ease;
transition:all .5s ease
}
.header__scrolled .header-wrapper .show-info--header ul {
	line-height:1.6;
	padding-bottom:0;
	padding-top:0;
-webkit-transition:all .5s ease;
transition:all .5s ease
}
.header__top {
	border-bottom:1px solid #a2a2a2;
	height:64px;
	position:relative;
-webkit-transition:width .5s ease, height .5s ease;
transition:width .5s ease, height .5s ease
}
@media (min-width:992px) {
.header__top {
height:120px
}
}
.header__container {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:100%;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	margin-left:auto;
	margin-right:auto;
	padding-left:12px;
	padding-right:12px;
	width:100%
}
@media (min-width:768px) {
.header__container {
width:744px
}
}
@media (min-width:992px) {
.header__container {
width:964px
}
}
@media (min-width:1200px) {
.header__container {
width:1164px
}
}
.header__section {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.header__section .btn {
	font-weight:400
}
@media (max-width:767px) {
.header__section .btn .fa+.btn-label {
display:none
}
.header__section .btn {
font-size:11px;
line-height:16.5px;
padding-bottom:7px;
padding-top:7px;
width:auto!important
}
}
.header__section--right {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center
}
@media (min-width:992px) {
.header__action-button {
margin-left:auto
}
}
.mobile-nav-mf__wrap .header__action-button .btn {
	font-weight:400
}
@media (max-width:767px) {
.mobile-nav-mf__wrap .header__action-button .btn .fa+.btn-label {
display:none
}
.mobile-nav-mf__wrap .header__action-button .btn {
font-size:11px;
line-height:16.5px;
padding-bottom:7px;
padding-top:7px;
width:auto!important
}
}
.header__show-plan:not(:last-child) {
margin-right:5px
}
@media (min-width:480px) {
.header__show-plan:not(:last-child) {
margin-right:15px
}
}
.header__top .header__brand, .header__top .header__brand--mid-center {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.header__top .header__brand--mid-center.header__placeholder, .header__top .header__brand.header__placeholder {
	display:inline-block
}
.header__brand--mid-center .image img, .header__brand .image img {
	max-height:38px;
	max-width:95px;
-webkit-transition:width .5s ease, height .5s ease;
transition:width .5s ease, height .5s ease
}
@media (min-width:768px) {
.header__brand--mid-center .image img, .header__brand .image img {
max-height:58px;
max-width:274px
}
}
@media (min-width:992px) {
.header__brand--mid-center .image img, .header__brand .image img {
max-height:58px;
max-width:280px
}
}
@media (min-width:1200px) {
.header__brand--mid-center .image img, .header__brand .image img {
max-height:65px; 
max-width:540px
}
}
@media (min-width:992px) {
.mobile-nav-mf__wrap .header__brand, .mobile-nav-mf__wrap .header__brand--mid-center {
display:none
}
}
.header--partner-logo-enabled .header__brand .image img {
	max-height:38px;
	max-width:48px;
-webkit-transition:width .5s ease, height .5s ease;
transition:width .5s ease, height .5s ease
}
@media (min-width:768px) {
.header--partner-logo-enabled .header__brand .image img {
max-height:58px;
max-width:83px
}
}
@media (min-width:992px) {
.header--partner-logo-enabled .header__brand .image img {
max-height:65px;
max-width:86px
}
}
@media (min-width:1200px) {
.header--partner-logo-enabled .header__brand .image img {
max-height:80px;
max-width:114px
}
}
.mobile-nav-mf__wrap .header__brand--mid-center {
	margin:0 auto
}
.header__adds {
	background-color:#838383;
	padding-bottom:20px;
	padding-top:20px
}
.header__burger {
	-webkit-appearance:none;
	-moz-appearance:none;
	background:transparent;
	border:none;
	cursor:pointer;
	display:inline-block;
	margin:0 15px 0 0;
	padding:0;
	text-decoration:none
}
.header__top-wrap--mobile-first .header__burger {
	margin:0 0 0 15px
}
@media (min-width:992px) {
.header__burger {
display:none
}
.header__top-wrap--mobile-first .header__burger:not(.header__burger--empty) {
display:inline-block
}
}
.header__icon {
	font-size:35px
}
.header__top-wrap--simple .header__logo {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.header__top-wrap--simple .header__logo .logo-image {
	-ms-flex-item-align:center;
	-webkit-align-self:center;
	align-self:center
}
header .container {
	height:100%
}
header .container .header-wrapper {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	height:100%;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	padding:0;
	position:relative
}
header .container .header-wrapper .header-section--middle .btn {
	padding:6.5px 12px
}
header .container .header-wrapper .header-section--left {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:auto
}
@media (min-width:768px) {
header .container .header-wrapper .header-section--left {
margin-right:auto
}
}
header .container .header-wrapper .header-section--left .header__logo {
	padding:0
}
@media (min-width:768px) {
header .container .header-wrapper .header-section--left .header__logo {
padding-right:30px
}
}
header .container .header-wrapper .header-section--left .header__logo img {
	max-height:48px;
	max-width:115px
}
@media (min-width:1200px) {
header .container .header-wrapper .header-section--left .header__logo img {
max-height:58px;
max-width:145px;
-webkit-transition:all .5s ease;
transition:all .5s ease
}
}
header .container .header-wrapper .header-section--middle {
	padding-left:6px
}
@media (min-width:1200px) {
header .container .header-wrapper .header-section--middle {
-webkit-box-ordinal-group:4;
-ms-flex-order:3;
-webkit-order:3;
order:3;
padding-left:20px
}
}
header .container .header-wrapper .header-section--right {
	padding-left:10px;
	padding-right:15px
}
@media (min-width:1200px) {
header .container .header-wrapper .header-section--right .header__nav {
height:100%;
padding:0
}
}
@media (max-width:767px) {
header .container .header-wrapper .header-section--right .header__nav {
float:right
}
header .container .header-wrapper .header__button.header__button--wrapper {
padding:0
}
}
header .container .header-wrapper .header__button, header .container .header-wrapper .header__button>div>a {
	margin-bottom:0
}
.partner-logo__base {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-left:4px
}
.partner-logo__base.header__placeholder {
	display:inline-block
}
@media (min-width:992px) {
.partner-logo__base {
margin-left:8px
}
.mobile-nav-mf__wrap .partner-logo__base {
display:none
}
}
@media (min-width:1200px) {
.partner-logo__base {
margin-left:12px
}
}
.partner-logo__base .image img {
	max-height:38px;
	max-width:48px;
-webkit-transition:width .5s ease, height .5s ease;
transition:width .5s ease, height .5s ease
}
@media (min-width:768px) {
.partner-logo__base .image img {
max-height:58px;
max-width:83px
}
}
@media (min-width:992px) {
.partner-logo__base .image img {
max-height:65px;
max-width:86px
}
}
@media (min-width:1200px) {
.partner-logo__base .image img {
max-height:80px;
max-width:114px
}
}
.mobile-nav-mf__wrap .partner-logo__base .image img {
	max-height:38px;
	max-width:48px
}
@media (min-width:768px) {
.mobile-nav-mf__wrap .partner-logo__base .image img {
max-height:58px;
max-width:83px
}
}
.CMS_header--content-spacer {
	margin-bottom:82px
}
@media (max-width:1199px) {
.CMS_header--content-spacer {
margin-bottom:63px
}
}
.CMS_header--content-spacer.showPlanning-scroll {
	margin-bottom:63px
}
.show-info.show-info--header {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	border-left:1px solid #d2d2d2;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	font-family:OpenSans, Helvetica Neue, Helvetica, Arial, sans-serif;
	margin:0;
	padding-left:22px;
-webkit-transition:all .5s ease;
transition:all .5s ease
}
@media (max-width:1199px) {
.show-info.show-info--header {
height:50px
}
}
.show-info.show-info--header .fa {
	color:#cdcdcd
}
.show-info.show-info--header ul {
	line-height:1.6;
	list-style:none;
	margin-bottom:0;
	padding-bottom:0;
	padding-left:20px;
	padding-top:0;
-webkit-transition:all .5s ease;
transition:all .5s ease
}
.show-info.show-info--header ul li {
	font-size:1.3rem;
	margin-bottom:8px
}
.show-info.show-info--header ul li:last-child {
	margin-bottom:0
}
@media (max-width:767px) {
.show-info.show-info--header {
border-left:none;
display:none
}
}
@media (max-width:991px) {
.show-info.show-info--header ul {
padding-left:0
}
}
@media (min-width:768px) and (max-width:991px) {
.show-info.show-info--header {
margin-left:0
}
}
@media (min-width:992px) {
.show-info.show-info--header {
padding:0;
-webkit-transition:all .5s ease;
transition:all .5s ease
}
}
.show-info-mega__base {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	border-left:1px solid #a2a2a2;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	font-size:10px;
	margin-left:15px;
	min-height:100%;
	padding-left:10px
}
@media (min-width:992px) {
.show-info-mega__base {
font-size:12px
}
}
@media (max-width:767px) {
.show-info-mega__base {
display:none
}
}
.show-info-mega__element:not(:last-child) {
margin-bottom:6px
}
@media (min-width:992px) {
.show-info-mega__element:not(:last-child) {
margin-bottom:10px
}
}
.show-info-mega__address {
	display:inline
}
.primary-nav__base {
	font-size:1.3rem;
	position:static;
	width:100%;
	z-index:5000
}
@media (max-width:767px) {
.primary-nav__base {
-webkit-box-align:center;
-ms-flex-align:center;
-ms-flex-pack:distribute;
-webkit-align-items:center;
align-items:center;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
font-size:1.5rem;
-webkit-justify-content:space-around;
justify-content:space-around
}
}
.primary-nav__wrap {
	border-top:1px solid transparent;
	-webkit-box-shadow:inset 0 1px 0 hsla(0, 0%, 100%, .1);
	box-shadow:inset 0 1px 0 hsla(0, 0%, 100%, .1);
	overflow-x:visible;
	padding-left:0;
	padding-right:10px
}
.primary-nav__wrap.in {
	overflow-y:auto
}
@media (min-width:1200px) {
.primary-nav__wrap {
border-top:0;
-webkit-box-shadow:none;
box-shadow:none;
width:auto
}
.primary-nav__wrap.in {
overflow-y:visible
}
}
@media (max-width:1199px) {
.primary-nav__wrap {
height:100%;
left:0;
overflow:hidden;
padding:0;
position:fixed;
top:0;
-webkit-transition:width .12s;
transition:width .12s;
width:0;
z-index:1000
}
}
@media (min-width:1200px) {
.primary-nav__wrap--collapse {
display:block!important;
height:auto!important;
overflow:visible!important;
padding-bottom:0
}
}
@media (max-width:1199px) {
.primary-nav__wrap--collapse.in {
display:block;
padding:0;
-webkit-transition:width .12s;
transition:width .12s;
width:100%
}
}
.primary-nav__list {
	list-style:none;
	margin-bottom:0;
	padding-left:0
}
.primary-nav__list--level1 {
	-webkit-overflow-scrolling:touch;
	border-left:none;
	border-radius:0!important;
	border-right:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	height:auto;
	left:18px!important;
	margin:0;
	max-height:70vh;
	position:relative;
	top:0!important
}
@media (max-width:1199px) {
.primary-nav__list--level1 {
margin:15vh 0 0;
overflow-y:scroll
}
}
.primary-nav__list--level2 {
	background-clip:padding-box;
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, .15);
	border-radius:0;
	-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, .175);
	box-shadow:0 6px 12px rgba(0, 0, 0, .175);
	display:none;
	float:left;
	font-size:1.5rem;
	left:0;
	list-style:none;
	margin:2px 0 0;
	min-width:160px;
	padding:5px 0;
	position:absolute;
	text-align:left;
	top:100%;
	z-index:4500
}
@media (max-width:1199px) {
.primary-nav__list--level2 {
background-color:transparent!important;
border:0;
-webkit-box-shadow:none;
box-shadow:none;
float:none;
margin:0 auto;
max-width:30%;
position:static;
width:auto
}
}
.primary-nav__item--open .primary-nav__list--level2 {
	display:block
}
.primary-nav__item--level1 {
	display:block;
	position:relative
}
@media (min-width:1200px) {
.primary-nav__item--level1 {
float:left
}
}
@media (max-width:1199px) {
.primary-nav__item--level2 {
position:relative
}
}
@media (min-width:1199px) {
.primary-nav__item--dropdown {
margin-left:35px;
margin-right:15px
}
}
.primary-nav__link--level1 {
	display:block;
	font-size:1.5rem;
	font-weight:700;
	line-height:20px;
	margin-left:10px;
	margin-right:10px
}
.primary-nav__link--level1:focus, .primary-nav__link--level1:hover {
	background:transparent;
	text-decoration:none
}
@media (min-width:1200px) {
.primary-nav__link--level1 {
padding-bottom:19px;
padding-top:19px
}
}
@media (max-width:1199px) {
.primary-nav__link--level1 {
font-size:2.8rem;
padding:18px 20px;
text-align:center
}
.primary-nav__link--level1:after {
bottom:-3px;
left:50%;
position:absolute;
-webkit-transform:translateX(-50%);
transform:translateX(-50%)
}
}
.primary-nav__link--level2 {
	clear:both;
	display:block;
	font-weight:400;
	line-height:1.71428571;
	padding:3px 6px;
	white-space:nowrap
}
.primary-nav__link--level2:focus, .primary-nav__link--level2:hover {
	background-color:#818181;
	text-decoration:none
}
@media (max-width:1199px) {
.primary-nav__link--level2 {
line-height:2rem
}
}
.primary-nav__link--lang {
	font-weight:400
}
.primary-nav__link-text--active {
	border-bottom:3px solid transparent
}
.primary-nav__burger {
	position:relative
}
@media (min-width:1200px) {
.primary-nav__burger {
display:none
}
}
@media (max-width:1199px) {
.primary-nav__burger {
padding:0
}
}
.primary-nav__burger-button {
	background:transparent;
	border:none;
	cursor:pointer;
	display:inline-block;
	float:none;
	margin-right:0;
	padding:0;
	text-decoration:none
}
.primary-nav__burger-button:focus {
	outline:1px solid #fff;
	outline-offset:1px
}
.primary-nav__close-button {
	background-color:transparent;
	background-image:none;
	border:1px solid transparent;
	border-radius:0;
	display:block;
	float:right;
	left:auto;
	margin:0 -24px;
	padding:24px;
	position:relative;
	right:24px;
	z-index:0
}
.primary-nav__close-button:focus {
	outline:1px solid #fff;
	outline-offset:1px
}
@media (min-width:1200px) {
.primary-nav__close-button {
display:none
}
}
.primary-nav__caret {
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:4px dashed;
	display:inline-block;
	height:0;
	margin-left:2px;
	vertical-align:middle;
	width:0
}
.lang-switch__base:not(:last-child) {
margin-right:15px
}
@media (max-width:991px) {
.lang-switch__base {
display:none
}
}
.lang-switch__list {
	list-style:none;
	margin:0;
	padding:0;
	position:relative
}
.lang-switch__list--level2 {
	margin-top:10px;
	max-height:0;
	min-width:160px;
	overflow:hidden;
	padding-left:12px;
	padding-right:12px;
	position:absolute;
	right:-12px;
-webkit-transition:max-height .5s ease, -webkit-box-shadow .5s ease;
transition:max-height .5s ease, -webkit-box-shadow .5s ease;
transition:max-height .5s ease, box-shadow .5s ease;
transition:max-height .5s ease, box-shadow .5s ease, -webkit-box-shadow .5s ease;
	z-index:1
}
.lang-switch__item--level1:hover .lang-switch__list, .lang-switch__list--expanded {
	-webkit-box-shadow:0 2px 3px 1px rgba(0, 0, 0, .2);
	box-shadow:0 2px 3px 1px rgba(0, 0, 0, .2);
	max-height:450px;
	overflow:auto
}
.lang-switch__item--level2:first-child {
	padding-top:10px
}
.lang-switch__item--level2:last-child {
	padding-bottom:10px
}
.lang-switch__link--level1 {
	font-size:16px
}
.lang-switch__item--level1:hover .lang-switch__link--level1:after, .lang-switch__link--level1.lang-switch__link--active:after {
	border-bottom-style:solid;
	border-bottom-width:6px;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	bottom:-10px;
	content:"";
	display:block;
	-webkit-filter:drop-shadow(0 -1px 1px rgba(0, 0, 0, .2));
	filter:drop-shadow(0 -1px 1px rgba(0, 0, 0, .2));
	height:0;
	position:absolute;
	right:50%;
	-webkit-transform:translateX(50%);
	transform:translateX(50%);
	width:0;
	z-index:2
}
.lang-switch__link--level2 {
	display:block;
	font-size:15px;
	padding-bottom:2px;
	padding-top:2px
}
@media (min-width:992px) {
.lang-switch__link--level2 {
font-size:16px
}
}
.lang-switch__actual {
	display:block;
	font-size:15px;
	text-decoration:underline
}
@media (min-width:992px) {
.lang-switch__actual {
font-size:16px
}
}
.cmp-breadcrumb__base {
	padding-bottom:10px;
	padding-top:10px;
	position:relative;
	z-index:1400
}
.cmp-breadcrumb__base--hero {
	position:absolute
}
.header__fixed+.cmp-breadcrumb__base {
	top:64px
}
@media (min-width:1200px) {
.header__fixed+.cmp-breadcrumb__base.cmp-breadcrumb__base--header-simple {
top:84px;
-webkit-transform:translateY(-20px);
transform:translateY(-20px);
-webkit-transition:-webkit-transform .5s ease;
transition:-webkit-transform .5s ease;
transition:transform .5s ease;
transition:transform .5s ease, -webkit-transform .5s ease
}
}
@media (min-width:992px) {
.header__fixed+.cmp-breadcrumb__base.cmp-breadcrumb__base--header-mega {
top:160px
}
.header__fixed+.cmp-breadcrumb__base.cmp-breadcrumb__base--header-mobile-first {
top:86px
}
}
@media (min-width:1200px) {
.header__fixed+.cmp-breadcrumb__base.cmp-breadcrumb__base--header-mobile-first {
top:100px
}
}
.cmp-breadcrumb__list {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	list-style:none;
	margin-bottom:0;
	padding-left:0;
	padding-right:0
}
.cmp-breadcrumb__item {
	color:#2d2d2d;
	font-size:15px
}
.cmp-breadcrumb__item:not(:last-child):after {
content:">";
float:right;
opacity:.6;
padding-left:10px;
padding-right:10px
}
.cmp-breadcrumb__item--active {
	opacity:.4
}
.cmp-breadcrumb__base--hero.cmp-breadcrumb__base--theme-dark .cmp-breadcrumb__item {
	color:#fff
}
.cmp-breadcrumb__base--hero.cmp-breadcrumb__base--theme-light .cmp-breadcrumb__item {
	color:#000
}
.cmp-breadcrumb__item-link {
	color:#2d2d2d;
	opacity:.6
}
.cmp-breadcrumb__base--hero.cmp-breadcrumb__base--theme-dark .cmp-breadcrumb__item-link {
	color:#fff
}
.cmp-breadcrumb__base--hero.cmp-breadcrumb__base--theme-light .cmp-breadcrumb__item-link {
	color:#000
}
.cmp-breadcrumb__item-link:focus, .cmp-breadcrumb__item-link:hover {
	color:#2d2d2d;
	opacity:1
}
.cmp-breadcrumb__base--hero.cmp-breadcrumb__base--theme-dark .cmp-breadcrumb__item-link:focus, .cmp-breadcrumb__base--hero.cmp-breadcrumb__base--theme-dark .cmp-breadcrumb__item-link:hover {
	color:#fff
}
.cmp-breadcrumb__base--hero.cmp-breadcrumb__base--theme-light .cmp-breadcrumb__item-link:focus, .cmp-breadcrumb__base--hero.cmp-breadcrumb__base--theme-light .cmp-breadcrumb__item-link:hover {
	color:#000
}
.footer__base {
	border-top:1px solid transparent;
	padding-top:30px
}
.footer__sub {
	border-top:1px solid hsla(0, 0%, 100%, .05);
	padding-bottom:16px;
	padding-top:16px
}
.footer__logo {
	display:block
}
.footer__logo--left {
	text-align:left
}
.footer__logo--right {
	text-align:right
}
.footer__logo img {
	max-height:30px
}
.mega-nav__base {
	margin:0 auto
}
.header__top-wrap--mobile-first .mega-nav__base {
	display:none
}
@media (max-width:991px) {
.mega-nav__base {
display:none
}
}
@media (min-width:992px) {
.mega-nav__base {
width:964px
}
}
@media (min-width:1200px) {
.mega-nav__base {
width:1164px
}
}
.mega-nav__list {
	list-style:none;
	margin:0;
	padding:0
}
.mega-nav__list--level1 {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	height:40px;
	-webkit-justify-content:center;
	justify-content:center
}
.mega-nav__list--level1, .mega-nav__list--level2 {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	overflow:hidden
}
.mega-nav__list--level2 {
	-ms-flex-line-pack:start;
	-webkit-align-content:flex-start;
	align-content:flex-start;
	background-color:#fff;
	margin-top:10px;
	max-height:0;
	position:absolute;
-webkit-transition:max-height 0s ease, -webkit-box-shadow .5s ease;
transition:max-height 0s ease, -webkit-box-shadow .5s ease;
transition:max-height 0s ease, box-shadow .5s ease;
transition:max-height 0s ease, box-shadow .5s ease, -webkit-box-shadow .5s ease;
	width:250px;
	z-index:1
}
.mega-nav__item--level1:hover .mega-nav__list, .mega-nav__list--expanded {
	-webkit-box-shadow:0 2px 3px 1px rgba(0, 0, 0, .2);
	box-shadow:0 2px 3px 1px rgba(0, 0, 0, .2);
	max-height:600px;
-webkit-transition:.5s;
transition:.5s;
	z-index:2
}
.mega-nav__item--level1 {
	padding-left:10px;
	padding-right:10px;
	padding-top:8px
}
.mega-nav__item--level2 {
	padding:7px 30px;
	width:250px
}
.mega-nav__link {
	font-size:15px
}
.mega-nav__link--level2, .mega-nav__link--level2:focus, .mega-nav__link--level2:hover {
	color:#000
}
.mega-nav__link--actual {
	text-decoration:underline
}
.mega-nav__actual--level1, .mega-nav__link--level1 {
	position:relative
}
.mega-nav__actual--level1:not(:last-child).mega-nav__link--active, .mega-nav__item--level1:hover .mega-nav__actual--level1:not(:last-child), .mega-nav__item--level1:hover .mega-nav__link--level1:not(:last-child), .mega-nav__link--level1:not(:last-child).mega-nav__link--active {
text-decoration:underline
}
.mega-nav__actual--level1:not(:last-child).mega-nav__link--active:after, .mega-nav__item--level1:hover .mega-nav__actual--level1:not(:last-child):after, .mega-nav__item--level1:hover .mega-nav__link--level1:not(:last-child):after, .mega-nav__link--level1:not(:last-child).mega-nav__link--active:after {
border-bottom:6px solid #fff;
border-left:6px solid transparent;
border-right:6px solid transparent;
content:"";
display:block;
-webkit-filter:drop-shadow(0 -1px 1px rgba(0, 0, 0, .2));
filter:drop-shadow(0 -1px 1px rgba(0, 0, 0, .2));
height:0;
position:absolute;
right:50%;
top:25px;
-webkit-transform:translateX(50%);
transform:translateX(50%);
width:0;
z-index:2
}
.mega-nav__actual {
	text-decoration:underline
}
.mega-nav__actual--level2 {
	color:#000
}
.mobile-nav__wrap {
	height:100vh;
	overflow:hidden;
	position:fixed;
	top:0;
	-webkit-transform:translateX(-100vw);
	transform:translateX(-100vw);
-webkit-transition:-webkit-transform .8s ease;
transition:-webkit-transform .8s ease;
transition:transform .8s ease;
transition:transform .8s ease, -webkit-transform .8s ease;
	width:100vw;
	z-index:1500
}
.mobile-nav__wrap--active {
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
@media (min-width:992px) {
.mobile-nav__wrap {
display:none
}
}
.mobile-nav-mf__wrap {
	min-height:100vh;
	overflow:hidden;
	padding-bottom:72px;
	padding-top:12px;
	position:fixed;
	right:0;
	top:0;
	-webkit-transform:translateX(100vw);
	transform:translateX(100vw);
-webkit-transition:-webkit-transform .8s ease;
transition:-webkit-transform .8s ease;
transition:transform .8s ease;
transition:transform .8s ease, -webkit-transform .8s ease;
	width:100vw;
	z-index:1500
}
.mobile-nav-mf__wrap--active {
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
@media (min-width:992px) {
.mobile-nav-mf__wrap {
padding-left:105px;
padding-top:20px;
width:50%
}
}
@media (min-width:1200px) {
.mobile-nav-mf__wrap {
padding-right:140px
}
}
.mobile-nav__header {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:64px;
	-webkit-justify-content:center;
	justify-content:center
}
.mobile-nav-mf__wrap .mobile-nav__header {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	height:38px;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	margin-bottom:27px;
	padding:0 72px 0 12px;
	position:relative
}
@media (min-width:992px) {
.mobile-nav-mf__wrap .mobile-nav__header {
height:64px;
margin-bottom:100px
}
}
.mobile-nav__logos--left {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.mobile-nav__close {
	-webkit-appearance:none;
	-moz-appearance:none;
	background:transparent;
	border:none;
	cursor:pointer;
	display:inline-block;
	left:15px;
	margin:0 15px 0 0;
	padding:0;
	position:absolute;
	text-decoration:none
}
.mobile-nav-mf__wrap .mobile-nav__close {
	left:auto;
	margin-left:15px;
	margin-right:0;
	right:15px;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.mobile-nav__icon {
	font-size:35px
}
.mobile-nav__content {
	-ms-overflow-style:none;
	height:calc(100vh - 141px);
	overflow-y:scroll;
	position:relative
}
.mobile-nav__content::-webkit-scrollbar {
display:none
}
@media (min-width:992px) {
.mobile-nav__content {
height:calc(100vh - 256px)
}
}
.mobile-nav__base {
	left:0;
	position:absolute;
-webkit-transition:-webkit-transform .8s ease;
transition:-webkit-transform .8s ease;
transition:transform .8s ease;
transition:transform .8s ease, -webkit-transform .8s ease;
	width:100%
}
.mobile-nav__list {
	list-style:none;
	margin:0;
	padding:15px 0 0
}
.mobile-nav__list--level1 {
	padding-left:15px;
	padding-right:15px
}
.mobile-nav__list--level2 {
	padding-left:25px
}
.mobile-nav__list--level2, .mobile-nav__list--level3 {
	display:none;
	position:absolute;
	top:0;
	-webkit-transform:translateX(100vw);
	transform:translateX(100vw);
	width:100%
}
.mobile-nav__list--expanded, .mobile-nav__list--k-expanded {
	display:block;
	z-index:1
}
.mobile-nav__item {
	padding-bottom:20px;
	padding-right:15px
}
.mobile-nav-mf__wrap .mobile-nav__item {
	border-bottom:.5px solid hsla(0, 0%, 100%, .25);
	padding-bottom:10px;
	padding-right:0;
	padding-top:10px
}
.mobile-nav__item:first-child {
	padding-top:15px
}
.mobile-nav__item--level3 {
	margin-right:55px
}
.mobile-nav__item--level2 {
	margin-right:30px
}
.mobile-nav__item--language:first-child .mobile-nav__item--level2 {
	margin-right:40px
}
@media (min-width:992px) {
.mobile-nav-mf__wrap .mobile-nav__item--language {
display:none
}
}
.mobile-nav__item--language:first-child {
	margin:0 0 20px;
	padding:5px 5px 5px 10px
}
.mobile-nav__actual, .mobile-nav__link {
	display:inline-block;
	width:calc(100% - 30px)
}
.mobile-nav__actual--level1, .mobile-nav__link--level1 {
	font-size:16px
}
.mobile-nav-mf__wrap .mobile-nav__actual--level1, .mobile-nav-mf__wrap .mobile-nav__link--level1 {
	font-weight:700;
	line-height:1.2;
	text-transform:uppercase
}
@media (min-width:992px) {
.mobile-nav-mf__wrap .mobile-nav__actual--level1, .mobile-nav-mf__wrap .mobile-nav__link--level1 {
font-size:25px
}
}
.mobile-nav__actual--level2, .mobile-nav__actual--level3, .mobile-nav__link--level2, .mobile-nav__link--level3 {
	font-size:15px
}
@media (min-width:992px) {
.mobile-nav-mf__wrap .mobile-nav__actual--level2, .mobile-nav-mf__wrap .mobile-nav__actual--level3, .mobile-nav-mf__wrap .mobile-nav__link--level2, .mobile-nav-mf__wrap .mobile-nav__link--level3 {
font-size:20px
}
}
.mobile-nav__actual, .mobile-nav__link--actual {
	text-decoration:underline
}
.mobile-nav__back {
	cursor:pointer;
	display:block;
	font-size:15px;
	font-weight:700
}
@media (min-width:992px) {
.mobile-nav-mf__wrap .mobile-nav__back {
font-size:20px
}
}
.mobile-nav__back-icon {
	font-size:15px;
	width:16px
}
@media (min-width:992px) {
.mobile-nav__back-icon {
font-size:20px
}
}
.mobile-nav__icon-next {
	cursor:pointer;
	float:right;
	padding-right:5px;
	padding-top:5px;
	text-align:right;
	width:30px
}
@media (min-width:992px) {
.mobile-nav__icon-next {
font-size:25px
}
}
.mobile-nav__body--open {
	overflow:hidden
}
.mobile-nav__overlay {
	background:rgba(0, 0, 0, .5);
	bottom:0;
	left:0;
	opacity:0;
	position:fixed;
	right:0;
	top:0;
-webkit-transition:opacity .8s ease;
transition:opacity .8s ease;
	visibility:hidden;
	z-index:4
}
@media (min-width:992px) {
.mobile-nav__body--open .mobile-nav__overlay {
opacity:1;
visibility:visible
}
}
.mobile-nav__socials {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:64px;
	-webkit-justify-content:center;
	justify-content:center
}
@media (min-width:992px) {
.mobile-nav__socials {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-box-pack:end;
-ms-flex-pack:end;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
height:100vh;
-webkit-justify-content:flex-end;
justify-content:flex-end;
left:0;
padding-bottom:144px;
position:absolute;
top:0;
width:72px
}
}
.mobile-nav__socials-list {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center
}
.mobile-nav__socials-listItem {
	display:inline-block;
	margin:0 15px
}
@media (min-width:992px) {
.mobile-nav__socials-listItem {
display:block;
margin:0
}
.mobile-nav__socials-listItem:not(:last-child) {
margin:0 0 30px
}
}
.exhibitor-hub__container {
	margin-bottom:15px;
	padding:20px;
	text-align:center
}
.exhibitor-hub__link {
	font-size:2rem
}
.accordion:not(:last-child) .cmp-accordion {
margin-bottom:20px
}
.cmp-accordion__header {
	margin:0
}
.cmp-accordion__panel {
	padding-top:20px
}
.cmp-accordion__panel--hidden {
	display:none
}
.cmp-accordion__panel--expanded {
	display:block
}
.cmp-accordion__button {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	background-color:#fff;
	border:0;
	border-bottom:1px solid #a2a2a2;
	color:#2d2d2d;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	font-size:16px;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	padding:15px 15px 15px 0;
	position:relative;
	width:100%
}
.cmp-accordion__button .fa {
	top:50%;
	-webkit-transform:rotate(0) translateY(-50%);
	transform:rotate(0) translateY(-50%)
}
.cmp-accordion__button:focus {
	outline:0
}
@media (min-width:768px) {
.cmp-accordion__button {
padding:25px 15px 25px 0
}
h2 .cmp-accordion__button {
font-size:40px
}
h3 .cmp-accordion__button {
font-size:28px
}
h4 .cmp-accordion__button {
font-size:18px
}
h5 .cmp-accordion__button {
font-size:15px
}
}
.cmp-accordion__button--expanded .fa-chevron-down {
	-webkit-transform:rotate(180deg) translateY(50%);
	transform:rotate(180deg) translateY(50%)
}
.cmp-accordion__title {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
	text-align:left
}
.cmp-accordion__icon {
	-webkit-box-ordinal-group:3;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2
}
.author-profile__base--company:not(:last-child) .author-profile__base, .author-profile__base--default:not(:last-child) .author-profile__base, .cmp-accordion__item:not(:last-child) .accordion-grid {
margin-bottom:20px
}
@media (max-width:767px) {
.author-profile__base {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-box-align:center;
-ms-flex-align:center;
-webkit-align-items:center;
align-items:center;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
}
@media (min-width:768px) {
.author-profile__top-wrap {
-webkit-box-align:center;
-ms-flex-align:center;
-webkit-align-items:center;
align-items:center;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}
}
.author-profile__img {
	position:relative;
	text-align:center
}
.author-profile__base--default .author-profile__img {
	border-radius:50%;
	overflow:hidden;
	width:102px
}
.author-profile__base--company .author-profile__img {
	width:200px
}
@media (max-width:767px) {
.author-profile__img {
margin-bottom:20px;
margin-left:auto;
margin-right:auto
}
}
@media (min-width:768px) {
.author-profile__base--default .author-profile__img {
margin-right:54px
}
.author-profile__base--company .author-profile__img {
margin-right:20px
}
}
@media (max-width:767px) {
.author-profile__info-wrap {
text-align:center
}
}
.author-profile__name {
	color:#2d2d2d;
	font-size:28px;
	font-weight:700
}
.author-profile__subtitle {
	color:#2d2d2d;
	font-size:18px
}
.author-profile__company {
	color:#2d2d2d;
	font-size:15px
}
.author-profile__company-link {
	font-size:15px
}
.author-profile__description {
	font-size:15px;
	margin-top:20px
}
.author-profile__social-list {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	list-style:none;
	margin-top:20px;
	padding-left:0
}
.author-profile__social-item {
	margin-right:10px
}
.author-profile__social-link {
	cursor:pointer;
	font-size:26px
}
.author-profile__social-link:focus, .author-profile__social-link:hover {
	text-decoration:none
}
.author-profile__icon {
	color:#838383;
	font-size:102px
}
.author-profile-metadata__base {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-flex-flow:wrap;
	-ms-flex-flow:wrap;
	flex-flow:wrap
}
.author-profile-metadata__img {
	margin-bottom:20px;
	margin-right:20px;
	margin-top:15px;
	text-align:center
}
.author-profile-metadata__base--default .author-profile-metadata__img {
	border-radius:50%;
	overflow:hidden;
	width:60px
}
.author-profile-metadata__base--company .author-profile-metadata__img {
	width:100px
}
.author-profile-metadata__sponsor {
	font-size:13px
}
.author-profile-metadata__icon {
	color:#838383;
	font-size:60px
}
.author-profile-metadata__content {
	margin-bottom:20px;
	margin-top:15px
}
.author-profile-metadata__date, .author-profile-metadata__name, .author-profile-metadata__read-time {
	font-size:15px;
	line-height:1.5em
}
.author-profile-metadata__date, .author-profile-metadata__read-time {
	color:#2d2d2d
}
.author-profile-metadata__name {
	text-decoration:none
}
.author-profile-metadata__date+.author-profile-metadata__read-time:before {
	content:"| ";
	margin-left:10px;
	margin-right:10px;
	opacity:.4
}
.content-teaser-list {
	display:inline-block;
	width:100%
}
.content-teaser-list:after, .content-teaser-list:before {
	content:" ";
	display:table
}
.content-teaser-list:after {
	clear:both
}
.content-teaser-list:not(:last-child) .content-teaser-list {
margin-bottom:20px
}
.content-teaser-list__list {
	list-style:none none;
	padding:0
}
.content-teaser-list__item {
	margin-top:18px
}
.content-teaser-list__item:nth-child(3n+1) {
clear:left
}
.content-teaser {
	margin-bottom:20px;
	margin-top:0;
	position:relative
}
.content-teaser:after, .content-teaser:before {
	content:" ";
	display:table
}
.content-teaser:after {
	clear:both
}
.content-teaser__visual {
	display:block;
	position:relative;
	text-align:left;
	width:100%
}
.content-teaser__title {
	color:#2d2d2d;
	font-size:2.8rem;
	font-weight:700;
	line-height:29px;
	margin:0;
	padding:5px 10px;
	text-align:center
}
@media (min-width:768px) {
.content-teaser__title {
padding:8px 10px
}
}
@media (min-width:992px) {
.content-teaser__title {
padding:18px 20px
}
}
.content-teaser__teaser {
	line-height:20px;
	margin:10px auto;
	padding:0 10px
}
.content-teaser__link {
	text-decoration:none
}
.content-teaser__link:hover {
	color:rgba(0, 0, 0, .7);
	text-decoration:none
}
.doubleclick-ads .adContainer {
	margin-bottom:20px;
	margin-top:0
}
.header__adds .doubleclick-ads .adContainer {
	margin-bottom:0
}
.doubleclick-ads .adContainer iframe {
	display:block;
	margin:0 auto;
	max-width:100%
}
.footer-show-info:not(:last-child) {
margin-bottom:20px
}
.footer-show-info__title {
	display:block;
	font-size:18px;
	font-weight:700;
	margin-bottom:6px
}
.footer-show-info__list {
	list-style:none;
	margin:0;
	padding-left:0
}
.footer-show-info__times {
	margin-bottom:18px
}
.footer-show-info__icon {
	margin-right:5px;
	text-align:center;
	width:20px
}
.footer-show-info__icon:before {
	vertical-align:middle
}
.footer-show-info__wrapper:not(:last-child) {
margin-bottom:10px
}
.footer-show-info__item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	font-size:1.5rem;
	line-height:1.3
}
.footer-show-info__item:not(:last-of-type) {
margin-bottom:5px
}
.footer-show-info__link {
	display:-webkit-inline-box;
	display:-webkit-inline-flex;
	display:-ms-inline-flexbox;
	display:inline-flex
}
.footer-show-info__link:focus, .footer-show-info__link:hover {
	text-decoration:underline
}
.hero-carousel .cmp-carousel {
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	-webkit-flex-grow:1;
	flex-grow:1;
	margin-bottom:20px;
	max-width:100%
}
.hero-carousel .cmp-carousel__content {
	position:relative
}
.hero-carousel .cmp-carousel__indicators {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	bottom:20px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	left:50%;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%)
}
.hero-carousel .cmp-carousel__indicator {
	cursor:pointer
}
.hero-carousel .cmp-carousel__action {
	background-color:rgba(45, 45, 45, .7);
	background-position:50%;
	background-repeat:no-repeat;
	background-size:13px 24px;
	border:0;
	cursor:pointer;
	height:64px;
	margin-top:-22px;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
	width:64px;
	z-index:10
}
.hero-carousel .cmp-carousel__action.cmp-carousel__action--previous {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
	left:0;
	margin-left:-12px
}
@media (min-width:768px) {
.hero-carousel .cmp-carousel__action.cmp-carousel__action--previous {
left:calc(-50vw - -360px);
margin-left:0;
right:auto
}
}
@media (min-width:992px) {
.hero-carousel .cmp-carousel__action.cmp-carousel__action--previous {
left:calc(-50vw - -470px);
margin-left:0;
right:auto
}
}
@media (min-width:1200px) {
.hero-carousel .cmp-carousel__action.cmp-carousel__action--previous {
left:calc(-50vw - -570px);
margin-left:0;
right:auto
}
}
.hero-carousel .cmp-carousel__action.cmp-carousel__action--previous:focus, .hero-carousel .cmp-carousel__action.cmp-carousel__action--previous:hover {
	background-color:#2d2d2d;
	background-position:20%
}
.hero-carousel .cmp-carousel__action.cmp-carousel__action--next {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
	margin-right:-12px;
	right:0
}
@media (min-width:768px) {
.hero-carousel .cmp-carousel__action.cmp-carousel__action--next {
left:auto;
margin-right:0;
right:calc(-50vw - -360px)
}
}
@media (min-width:992px) {
.hero-carousel .cmp-carousel__action.cmp-carousel__action--next {
left:auto;
margin-right:0;
right:calc(-50vw - -470px)
}
}
@media (min-width:1200px) {
.hero-carousel .cmp-carousel__action.cmp-carousel__action--next {
left:auto;
margin-right:0;
right:calc(-50vw - -570px)
}
}
.hero-carousel .cmp-carousel__action.cmp-carousel__action--next:focus, .hero-carousel .cmp-carousel__action.cmp-carousel__action--next:hover {
	background-color:#2d2d2d;
	background-position:80%
}
.hero-carousel .cmp-carousel__action-text {
	left:-100vw;
	position:absolute
}
@media (min-width:992px) {
.hero-carousel__content--first-on-page .cmp-carousel__indicators {
bottom:80px
}
}
.hero-carousel .theme-dark .cmp-carousel__indicator {
	background-color:hsla(0, 0%, 55%, .7)
}
div[class*=__container]>div:last-child:not(.aem-GridColumn) .cmp-carousel {
margin-bottom:0
}
.hero-image__base {
	position:relative
}
.hero-image:not(:last-child) .hero-image__base {
margin-bottom:20px
}
.hero-carousel .hero-image__base {
	margin-bottom:0
}
.hero-image__base--alignment-bottom:not(.hero-image__base--fixed-ratio-mobile), .hero-image__base--alignment-center:not(.hero-image__base--fixed-ratio-mobile) {
-webkit-box-pack:center;
-ms-flex-pack:center;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:center;
justify-content:center
}
@media (min-width:992px) {
.hero-image__base--alignment-bottom.hero-image__base--fixed-ratio-mobile, .hero-image__base--alignment-center.hero-image__base--fixed-ratio-mobile {
-webkit-box-pack:center;
-ms-flex-pack:center;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:center;
justify-content:center
}
}
.hero-image__base--alignment-center {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center
}
.hero-image__base--alignment-bottom {
	-webkit-box-align:end;
	-ms-flex-align:end;
	-webkit-align-items:flex-end;
	align-items:flex-end
}
.hero-carousel__content--first-on-page .hero-image__base, .hero-image__base--first-on-page {
	margin-top:-10px
}
@media (min-width:1200px) {
.hero-carousel__content--first-on-page .hero-image__base.hero-image__base--header-simple, .hero-image__base--first-on-page.hero-image__base--header-simple {
margin-top:-94px
}
}
@media (min-width:992px) {
.hero-carousel__content--first-on-page .hero-image__base.hero-image__base--header-mega, .hero-image__base--first-on-page.hero-image__base--header-mega {
margin-top:-170px
}
.hero-carousel__content--first-on-page .hero-image__base.hero-image__base--header-mobile-first, .hero-image__base--first-on-page.hero-image__base--header-mobile-first {
margin-top:-96px
}
}
@media (min-width:1200px) {
.hero-carousel__content--first-on-page .hero-image__base.hero-image__base--header-mobile-first, .hero-image__base--first-on-page.hero-image__base--header-mobile-first {
margin-top:-110px
}
}
.hero-image__base--full-vh {
	min-height:calc(100vh - 64px)
}
@media (min-width:1200px) {
.hero-image__base--full-vh.hero-image__base--header-simple {
min-height:100vh
}
}
@media (min-width:992px) {
.hero-image__base--full-vh.hero-image__base--header-mega, .hero-image__base--full-vh.hero-image__base--header-mobile-first {
min-height:100vh
}
}
@media (max-width:991px) {
.hero-image__base.hero-image__base--fixed-ratio-mobile {
color:#131212;
min-height:auto
}
}
.hero-image__base--small-height {
	min-height:440px
}
.hero-image__base--medium-height {
	min-height:634px
}
div[class*=__container]>div:last-child:not(.aem-GridColumn) .hero-image__base {
margin-bottom:0
}
.hero-image__image-container, .hero-image__video-container {
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%
}
.hero-carousel .hero-image__image-container, .hero-carousel .hero-image__video-container {
	width:100vw
}
@media (max-width:991px) {
.hero-image__base--fixed-ratio-mobile .hero-image__image-container, .hero-image__base--fixed-ratio-mobile .hero-image__video-container {
position:relative
}
}
@media (max-width:767px) {
.hero-image__video-dam, .hero-image__youtube {
display:none
}
}
.hero-image__video-dam {
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	width:100%
}
.hero-image__youtube {
	height:100%;
	left:0;
	pointer-events:none;
	position:absolute;
	top:0;
	width:100%
}
@media (min-width:768px) {
.hero-image__cover-image {
display:none
}
.no-js .hero-image__cover-image {
display:block
}
}
.hero-image__tint {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100vw
}
.hero-image__tint--opacity-30 {
	opacity:.3
}
.hero-image__tint--opacity-50 {
	opacity:.5
}
.hero-image__tint--opacity-65 {
	opacity:.65
}
.hero-image__tint--opacity-75 {
	opacity:.75
}
.hero-image__tint--opacity-85 {
	opacity:.85
}
.hero-image__tint--opacity-90 {
	opacity:.9
}
@media (max-width:991px) {
.hero-image__base--fixed-ratio-mobile .hero-image__tint {
display:none
}
}
.hero-image__content {
	padding-top:20px;
	position:relative;
	width:100%
}
@media (min-width:768px) {
.hero-image__base--first-on-page .hero-image__content {
padding-bottom:60px
}
}
.hero-carousel .hero-image__content {
	padding-bottom:68px
}
.hero-carousel__content--first-on-page .hero-image__content {
	padding-bottom:40px
}
@media (min-width:992px) {
.hero-carousel__content--first-on-page .hero-image__content {
padding-bottom:110px
}
}
@media (min-width:1200px) {
.hero-carousel__content--first-on-page.hero-carousel__header-simple .hero-image__content, .hero-image__base--first-on-page.hero-image__base--header-simple .hero-image__content {
padding-top:104px
}
}
@media (min-width:992px) {
.hero-carousel__content--first-on-page.hero-carousel__header-mega .hero-image__content, .hero-image__base--first-on-page.hero-image__base--header-mega .hero-image__content {
padding-top:180px
}
.hero-carousel__content--first-on-page.hero-carousel__header-mobile-first .hero-image__content, .hero-image__base--first-on-page.hero-image__base--header-mobile-first .hero-image__content {
padding-top:120px
}
}
.hero-image__chevron-container {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-align-items:center;
	align-items:center;
	bottom:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:60px;
	-webkit-justify-content:center;
	justify-content:center;
	left:0;
	position:absolute;
	width:100%
}
@media (max-width:991px) {
.hero-image__chevron-container {
display:none
}
}
.hero-image__chevron {
	cursor:pointer;
	font-size:28px
}
.hero-image__promo {
	bottom:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	left:0;
	position:absolute;
	z-index:10
}
@media (max-width:991px) {
.hero-image__base--fixed-ratio-mobile .hero-image__promo {
bottom:auto;
left:auto;
margin-top:-35px;
position:relative
}
}
.hero-image__promo-icon-wrap {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-align-items:center;
	align-items:center;
	background-color:#fec609;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:35px;
	-webkit-justify-content:center;
	justify-content:center;
	padding-left:2px;
	width:43px
}
.hero-image__promo-icon {
	color:#fff;
	font-size:18px
}
.hero-image__promo-text {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-align-items:center;
	align-items:center;
	background-color:rgba(254, 198, 9, .8);
	color:#fff;
	font-size:16px;
	height:35px;
	-webkit-justify-content:center;
	justify-content:center;
	padding-left:20px;
	padding-right:20px
}
.hero-image__promo-text, .hero-image__wrapper {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.hero-image__wrapper {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
.hero-show-info:not(:last-child) .hero-show-info__base {
margin-bottom:20px
}
@media (max-width:991px) {
.hero-show-info__base {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
width:100%
}
}
.hero-show-info__title {
	display:block;
	font-size:18px;
	font-weight:700;
	margin-bottom:6px
}
.hero-show-info__list {
	list-style:none;
	margin:0;
	padding-left:0
}
.hero-show-info__times {
	margin-bottom:18px
}
.hero-show-info__icon {
	font-size:inherit;
	line-height:1.5;
	margin:0 6px 0 0;
	text-align:center;
	width:20px
}
@media (min-width:992px) {
.hero-show-info__icon {
line-height:1
}
}
.hero-show-info__icon:before {
	vertical-align:middle
}
.hero-show-info__item {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	font-size:13px;
	text-align:left
}
@media (min-width:992px) {
.hero-show-info__item {
display:-webkit-inline-box;
display:-webkit-inline-flex;
display:-ms-inline-flexbox;
display:inline-flex;
font-size:21px;
line-height:1.3;
margin-bottom:0;
margin-right:10px
}
}
.hero-show-info__link {
	display:-webkit-inline-box;
	display:-webkit-inline-flex;
	display:-ms-inline-flexbox;
	display:inline-flex
}
.hero-show-info__link:focus, .hero-show-info__link:hover {
	text-decoration:underline
}
@media (max-width:991px) {
.hero-image__base--fixed-ratio-mobile .hero-show-info__link, .hero-image__base--fixed-ratio-mobile .hero-show-info__link:focus, .hero-image__base--fixed-ratio-mobile .hero-show-info__link:hover {
color:#000
}
}
.hero-show-info__inner--text-center {
	margin:0 auto;
	text-align:center
}
.hero-show-info__inner--text-right {
	margin-left:auto;
	text-align:right
}
.img-resp__base {
	position:relative
}
.img-resp__base--background, .img-resp__base--background-custom {
	background-color:transparent;
	height:100%;
	position:absolute;
	width:100%
}
@media (min-width:992px) {
.img-resp__base--hero-fixed-ratio {
background-color:transparent;
height:100%;
padding-bottom:0!important;
position:absolute;
width:100%
}
}
.partition__base--background-parallax>.image .img-resp__base {
	clip:rect(0,auto,auto,0);
	z-index:-1
}
@supports ((-webkit-clip-path:inset(0px 0px 0px 0px)) or (clip-path:inset(0px 0px 0px 0px))) {
.partition__base--background-parallax>.image .img-resp__base {
clip:auto;
-webkit-clip-path:inset(0 0 0 0);
clip-path:inset(0 0 0 0)
}
}
.footer__base .img-resp__base, .hero-image__content .img-resp__base {
	margin-bottom:20px
}
@media (max-width:767px) {
.lightbox__base--image .img-resp__base {
height:100%;
padding-bottom:0!important;
position:absolute;
width:100%
}
}
.img-resp__img, .img-resp__picture {
	left:0;
	opacity:0;
	position:absolute;
	top:0;
-webkit-transition:opacity .5s ease-in-out;
transition:opacity .5s ease-in-out
}
.img-resp__base--background .img-resp__img, .img-resp__base--background .img-resp__picture, .partition__base--background-center .img-resp__img, .partition__base--background-center .img-resp__picture {
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	width:100%
}
@media (min-width:992px) {
.img-resp__base--hero-fixed-ratio .img-resp__img, .img-resp__base--hero-fixed-ratio .img-resp__picture {
height:100%;
-o-object-fit:cover;
object-fit:cover;
width:100%
}
}
.partition__base--background-parallax>.image .img-resp__img, .partition__base--background-parallax>.image .img-resp__picture {
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	position:fixed;
	width:100%
}
.partition__base--background-top .img-resp__img, .partition__base--background-top .img-resp__picture {
	width:100%
}
.partition__base--background-bottom .img-resp__img, .partition__base--background-bottom .img-resp__picture {
	bottom:0;
	top:auto;
	width:100%
}
.no-js .img-resp__img, .no-js .img-resp__picture {
	opacity:1
}
.footer-section-sub .img-resp__img, .footer-section-sub .img-resp__picture {
	position:static
}
.footer__logo .img-resp__img, .footer__logo .img-resp__picture {
	max-height:30px;
	position:relative
}
.speakers .img-resp__img, .speakers .img-resp__picture, .testimonial__profile .img-resp__img, .testimonial__profile .img-resp__picture {
	border-radius:50%
}
.cmp-accordion__panel .img-resp__img, .cmp-accordion__panel .img-resp__picture {
	margin-bottom:20px
}
@media (max-width:767px) {
.lightbox__base--image .img-resp__img, .lightbox__base--image .img-resp__picture {
height:100%;
-o-object-fit:contain;
object-fit:contain;
width:100%
}
}
.img-resp__picture-img {
	width:100%
}
.img-resp__loaded {
	opacity:1
}
.img-resp__caption {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-ms-flex-line-pack:center;
	-webkit-align-content:center;
	align-content:center;
	-webkit-align-items:center;
	align-items:center;
	border-style:solid;
	border-width:2px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:wrap;
	-ms-flex-flow:wrap;
	flex-flow:wrap;
	font-size:15px;
	-webkit-justify-content:center;
	justify-content:center;
	left:0;
	opacity:0;
	position:absolute;
	top:0;
-webkit-transition:opacity .3s ease, height .2s ease;
transition:opacity .3s ease, height .2s ease;
	width:100%
}
.img-resp__caption-text, .img-resp__caption-title {
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	-ms-flex-negative:1;
	-ms-flex-preferred-size:100%;
	-webkit-flex-basis:100%;
	flex-basis:100%;
	-webkit-flex-grow:1;
	flex-grow:1;
	-webkit-flex-shrink:1;
	flex-shrink:1;
	text-align:center
}
.img-resp__caption--static {
	opacity:1
}
.img-resp--center {
	margin:0 auto
}
.img-resp--right {
	margin-left:auto
}
.image {
	margin-top:0
}
.cmp-rxcarousel .image.parbase, .image-grid, .image.parbase:not(:last-child) {
margin-bottom:20px
}
.image-grid .ms-grid:after {
	clear:both;
	content:"";
	display:block
}
.image-grid .ms-grid-sizer {
	width:25%
}
.image-grid .ms-grid-item {
	height:225px;
	width:25%
}
.image-grid .ms-grid-item--width2 {
	width:50%
}
.image-grid .ms-grid-item--width3 {
	width:75%
}
.image-grid .ms-grid-item--height2 {
	height:450px
}
.image-grid .ms-grid-item--height3 {
	height:675px
}
@media (max-width:991px) {
.image-grid .ms-grid-item {
height:225px;
width:100%
}
}
.info-banner {
	background:50% no-repeat;
	background-size:cover;
	height:324px;
	margin-top:0;
	position:relative;
	text-align:center
}
.info-banner__tint {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100vw
}
.info-banner__box, .info-banner__wrapper {
	height:100%
}
.info-banner__info {
	left:50%;
	position:absolute;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%)
}
.info-banner__stat.h1 {
	color:#cdcdcd;
	display:block;
	font-size:90px;
	font-weight:700;
	line-height:90px;
	margin:0
}
.info-banner__text {
	display:block
}
@media (max-width:991px) {
.info-banner {
height:410px;
padding-top:0
}
.info-banner .col-xs-6 {
height:205px
}
.info-banner__stat.h1 {
font-size:80px;
line-height:80px
}
.info-banner__text {
font-size:1.7rem
}
}
@media (max-width:480px) {
.info-banner__stat.h1 {
font-size:6rem;
line-height:6rem
}
.info-banner__text {
font-size:2rem
}
}
@media (max-width:767px) {
.info-banner__text {
font-size:1.5rem
}
}
.link-list:not(:last-child) .link-list__base {
margin-bottom:20px
}
.footer .footer__base .footer-grid .link-list__base {
	margin-bottom:0
}
.link-list__title {
	display:block;
	font-size:18px;
	font-weight:700;
	margin-bottom:6px
}
.link-list__icon {
	display:inline;
	font-size:20px;
	margin-right:5px
}
.mobile-nav__socials .link-list__icon {
	font-size:30px
}
.link-list__container {
	font-size:15px;
	line-height:1.3;
	list-style:none;
	padding-left:0
}
.link-list__container--horizontal {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.mobile-nav__socials-list .link-list__anchor {
	text-decoration:none
}
.link-list__item:not(:last-child) {
margin-bottom:5px
}
.link-list__container--horizontal .link-list__item {
	margin-right:10px
}
.link-list__separator:not(:last-child):after {
content:"|";
margin-left:5px
}
.mid-centre-logo {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center
}
.mid-centre-logo__image {
	text-align:center
}
.mid-centre-logo__image .image img {
	max-height:38px;
	max-width:45px;
	vertical-align:top
}
@media (min-width:768px) {
.mid-centre-logo__image .image img {
max-height:58px;
max-width:60px
}
}
@media (min-width:992px) {
.mid-centre-logo__image .image img {
max-height:65px;
max-width:70px
}
}
@media (min-width:1200px) {
.mid-centre-logo__image .image img {
max-height:80px;
max-width:84px
}
}
.mid-centre-logo__label {
	font-size:8px;
	line-height:1.4;
	margin-bottom:4px
}
@media (min-width:768px) {
.mid-centre-logo__label {
font-size:9px
}
}
.mid-centre-logo__label~.image img, .mid-centre-logo__label~a .image img {
max-height:25px
}
@media (min-width:768px) {
.mid-centre-logo__label~.image img, .mid-centre-logo__label~a .image img {
max-height:34px
}
}
@media (min-width:992px) {
.mid-centre-logo__label~.image img, .mid-centre-logo__label~a .image img {
max-height:39px
}
}
@media (min-width:1200px) {
.mid-centre-logo__label~.image img, .mid-centre-logo__label~a .image img {
max-height:47px
}
}
.pricing-card-image__base {
	height:200px;
	overflow:hidden;
	position:relative
}
@media (min-width:1200px) {
.pricing-card-image__base {
height:210px
}
}
.pricing-card-image:not(:last-child) .pricing-card-image__base {
margin-bottom:20px
}
.pricing-card__base .pricing-card-image:not(:last-child) .pricing-card-image__base {
margin-bottom:16px
}
.pricing-card__base .pricing-card-image__base {
	margin-left:-16px;
	margin-right:-16px
}
.pricing-card__wrap--soldOut .pricing-card-image__base {
	opacity:.5
}
.pricing-card-image__overlay {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-align-items:center;
	align-items:center;
	bottom:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;
	left:0;
	padding:0 6px;
	position:absolute;
	right:0;
	top:0
}
.pricing-card-image__base--dark .pricing-card-image__overlay--opacity-75 {
	background:hsla(0, 3%, 7%, .75)
}
.pricing-card-image__base--dark .pricing-card-image__overlay--opacity-85 {
	background:hsla(0, 3%, 7%, .85)
}
.pricing-card-image__base--dark .pricing-card-image__overlay--opacity-90 {
	background:hsla(0, 3%, 7%, .9)
}
.pricing-card-image__base--light .pricing-card-image__overlay--opacity-75 {
	background:hsla(0, 0%, 95%, .75)
}
.pricing-card-image__base--light .pricing-card-image__overlay--opacity-85 {
	background:hsla(0, 0%, 95%, .85)
}
.pricing-card-image__base--light .pricing-card-image__overlay--opacity-90 {
	background:hsla(0, 0%, 95%, .9)
}
.pricing-card-image__text {
	font-weight:700;
	line-height:normal;
	margin-bottom:0;
	max-width:100%;
	overflow-x:hidden;
	white-space:nowrap
}
.pricing-card-image__text--primary {
	font-size:60px
}
.pricing-card-image__text--secondary {
	font-size:28px;
	margin-bottom:6px
}
.sponsor-images h2.title {
	margin-bottom:18px;
	margin-top:0
}
.sponsor-images .container {
	margin:0 -24px/2 20px
}
.sponsor-images--wrapper {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center
}
.sponsor-images--box {
	height:170px;
	padding-left:12px;
	padding-right:12px;
	width:24.9%
}
@media (max-width:767px) {
.sponsor-images--box {
height:80px;
width:32.9%
}
}
@media (max-width:1199px) {
.sponsor-images--box {
margin-bottom:18px
}
}
.sponsor-images--box>.image, .sponsor-images--box a>.image {
	display:block;
	height:100%;
	position:relative;
	width:100%
}
.sponsor-images--box>.image>.image, .sponsor-images--box a>.image>.image {
	height:100%;
	margin-bottom:0
}
.sponsor-images--box>.image img, .sponsor-images--box a>.image img {
	left:50%;
	max-height:170px;
	max-width:180px;
	position:absolute;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
-webkit-transition:-webkit-filter .5s ease;
transition:-webkit-filter .5s ease;
transition:filter .5s ease;
transition:filter .5s ease, -webkit-filter .5s ease
}
@media (max-width:1199px) {
.sponsor-images--box>.image img, .sponsor-images--box a>.image img {
max-height:125px;
max-width:135px
}
}
@media (max-width:767px) {
.sponsor-images--box>.image img, .sponsor-images--box a>.image img {
max-height:80px;
max-width:90px
}
}
.sponsor-images--box>.image .img-resp__base, .sponsor-images--box>.image .img-resp__base figure, .sponsor-images--box a>.image .img-resp__base, .sponsor-images--box a>.image .img-resp__base figure {
	height:100%
}
.sponsor-images--box>.image .img-resp__caption, .sponsor-images--box a>.image .img-resp__caption {
	left:50%;
	position:absolute;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%)
}
.sponsor-images--box>.image.image--filter img, .sponsor-images--box a>.image.image--filter img {
	-webkit-filter:grayscale(1);
	filter:grayscale(1)
}
.sponsor-images--box>.image.image--filter img:hover, .sponsor-images--box a>.image.image--filter img:hover {
	-webkit-filter:grayscale(0);
	filter:grayscale(0)
}
.search-bar__base {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	margin-bottom:20px
}
.search-bar__form {
	position:relative;
	width:100%
}
@media (min-width:768px) {
.search-bar__form {
width:300px
}
}
.search-bar__input {
	background-color:transparent;
	border:1px solid #a2a2a2;
	border-radius:4px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:13px;
	height:36px;
	line-height:28px;
	padding:0 32px;
	width:100%
}
@media (min-width:768px) {
.search-bar__input {
line-height:34px
}
}
.search-bar__icon-search {
	color:#a2a2a2;
	display:block;
	font-size:15px;
	left:10px;
	position:absolute;
	top:7px
}
@media (min-width:768px) {
.search-bar__icon-search {
top:10px
}
}
.search-bar__icon-clear {
	color:#a2a2a2;
	cursor:pointer;
	display:none;
	font-size:15px;
	pointer-events:auto;
	position:absolute;
	right:10px;
	top:7px
}
@media (min-width:768px) {
.search-bar__icon-clear {
top:10px
}
}
.text {
	margin-top:0
}
.text:not(:last-child) {
margin-bottom:20px
}
.text p:last-child {
	margin-bottom:0
}
.text-large {
	font-size:1.7rem
}
.text--small, .text-small {
	font-size:1.3rem
}
.text--regular {
	font-size:1.4rem
}
.text--medium {
	font-size:1.5rem
}
.text--large {
	font-size:1.7rem
}
.text--xlarge {
	font-size:1.9rem
}
.hero-image__base .text {
	font-size:18px
}
.pricing-card__wrap--reSell .text, .pricing-card__wrap--soldOut .text {
	opacity:.5
}
.ticket-table {
	margin-bottom:20px;
	margin-top:0
}
@media (max-width:480px) {
.ticket-table .table {
font-size:80%
}
}
.ticket-table .panel-heading h3 {
	line-height:normal;
	margin:0
}
.ticket-table .panel-heading p {
	margin:1rem 0 0
}
.ticket-table .panel-body {
	padding:0
}
.ticket-table .panel-body table {
	margin:0
}
.ticket-table .panel-body table th {
	text-align:center;
	vertical-align:middle
}
.ticket-table .panel-body table th:first-child {
	text-align:left
}
.ticket-table .panel-body table td {
	text-align:center;
	vertical-align:middle
}
.ticket-table .panel-body table td:first-child {
	text-align:left
}
.title__base {
	word-wrap:break-word;
	clear:both;
	margin-bottom:0;
	margin-top:0
}
.title:not(:last-child) .title__base {
margin-bottom:20px
}
.pricing-card__base .title:not(:last-child) .title__base {
margin-bottom:16px
}
h1.title__base, h2.title__base, h3.title__base, h4.title__base, h5.title__base {
	font-weight:700;
	line-height:normal
}
@media (max-width:767px) {
h2.title__base {
font-size:35px
}
}
.cmp-global-package-homepage-banner h3.title__base {
	font-size:18px
}
.pricing-card__wrap--soldOut .title__base {
	opacity:.5
}
.youtube {
	max-width:100%;
	text-align:center
}
.youtube:not(:last-child) .youtube__base {
margin-bottom:20px
}
.youtube .yt-wrapper {
	margin:0 auto
}
.youtube .iframe-wrapper {
	margin:0 auto;
	position:relative;
	width:100%
}
.youtube .iframe-wrapper iframe {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%
}
.youtube .res-4x3 {
	padding-bottom:75%
}
.youtube .res-16x9 {
	padding-bottom:56.25%
}
.youku {
	max-width:100%;
	text-align:center
}
.youku:not(:last-child) .youku__base {
margin-bottom:20px
}
.youku .yt-wrapper {
	margin:0 auto
}
.youku .iframe-wrapper {
	margin:0 auto;
	position:relative;
	width:100%
}
.youku .iframe-wrapper iframe {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%
}
.youku .res-4x3 {
	padding-bottom:75%
}
.youku .res-16x9 {
	padding-bottom:56.25%
}
.googlemaps {
	max-width:100%
}
.googlemaps:not(:last-child) .googlemaps__base {
margin-bottom:20px
}
.googlemaps .iframe-wrapper {
	padding-bottom:30%;
	position:relative;
	width:100%
}
.googlemaps iframe {
	height:100%;
	position:absolute;
	width:100%
}
.googlemaps .iframe-wrapper iframe {
	pointer-events:none
}
.googlemaps .iframe-wrapper.four {
	padding-bottom:40%
}
@media (max-width:991px) {
.googlemaps .iframe-wrapper.four {
padding-bottom:70%
}
}
.googlemaps .iframe-wrapper.seven {
	padding-bottom:70%
}
@media (max-width:991px) {
.googlemaps .iframe-wrapper.seven {
padding-bottom:70%
}
}
.column-control-1__container>div:last-child {
	margin-bottom:0
}
.column-control-1--white {
	background-color:#fff;
	padding-bottom:12px;
	padding-top:12px
}
.column-control-1--transparent-75 {
	background-color:hsla(0, 0%, 100%, .75);
	padding-bottom:12px;
	padding-top:12px
}
.column-control-1--transparent-85 {
	background-color:hsla(0, 0%, 100%, .85);
	padding-bottom:12px;
	padding-top:12px
}
.column-control-1--transparent-90 {
	background-color:hsla(0, 0%, 100%, .9);
	padding-bottom:12px;
	padding-top:12px
}
@media (min-width:992px) {
.column-control-2__container-1>div:last-child, .column-control-2__container-2>div:last-child {
margin-bottom:0
}
}
@media (max-width:992px) {
.column-control-2__container-1 {
margin-bottom:20px
}
.column-control-2__container-2>div:last-child {
margin-bottom:0
}
}
.column-control-2--white {
	background-color:#fff;
	padding-bottom:12px;
	padding-top:12px
}
.column-control-2--transparent-75 {
	background-color:hsla(0, 0%, 100%, .75);
	padding-bottom:12px;
	padding-top:12px
}
.column-control-2--transparent-85 {
	background-color:hsla(0, 0%, 100%, .85);
	padding-bottom:12px;
	padding-top:12px
}
.column-control-2--transparent-90 {
	background-color:hsla(0, 0%, 100%, .9);
	padding-bottom:12px;
	padding-top:12px
}
@media (min-width:992px) {
.column-control-2-33-66__container-1>div:last-child, .column-control-2-33-66__container-2>div:last-child {
margin-bottom:0
}
}
@media (max-width:992px) {
.column-control-2-33-66__container-1 {
margin-bottom:20px
}
.column-control-2-33-66__container-2>div:last-child {
margin-bottom:0
}
}
.column-control-2-33-66--white {
	background-color:#fff;
	padding-bottom:12px;
	padding-top:12px
}
.column-control-2-33-66--transparent-75 {
	background-color:hsla(0, 0%, 100%, .75);
	padding-bottom:12px;
	padding-top:12px
}
.column-control-2-33-66--transparent-85 {
	background-color:hsla(0, 0%, 100%, .85);
	padding-bottom:12px;
	padding-top:12px
}
.column-control-2-33-66--transparent-90 {
	background-color:hsla(0, 0%, 100%, .9);
	padding-bottom:12px;
	padding-top:12px
}
@media (min-width:992px) {
.column-control-2-66-33__container-1>div:last-child, .column-control-2-66-33__container-2>div:last-child {
margin-bottom:0
}
}
@media (max-width:992px) {
.column-control-2-66-33__container-1 {
margin-bottom:20px
}
.column-control-2-66-33__container-2>div:last-child {
margin-bottom:0
}
}
.column-control-2-66-33--white {
	background-color:#fff;
	padding-bottom:12px;
	padding-top:12px
}
.column-control-2-66-33--transparent-75 {
	background-color:hsla(0, 0%, 100%, .75);
	padding-bottom:12px;
	padding-top:12px
}
.column-control-2-66-33--transparent-85 {
	background-color:hsla(0, 0%, 100%, .85);
	padding-bottom:12px;
	padding-top:12px
}
.column-control-2-66-33--transparent-90 {
	background-color:hsla(0, 0%, 100%, .9);
	padding-bottom:12px;
	padding-top:12px
}
@media (min-width:992px) {
.column-control-3__container-1>div:last-child, .column-control-3__container-2>div:last-child, .column-control-3__container-3>div:last-child {
margin-bottom:0
}
}
@media (max-width:992px) {
.column-control-3__container-1, .column-control-3__container-2 {
margin-bottom:20px
}
.column-control-3__container-3>div:last-child {
margin-bottom:0
}
}
.column-control-3--white {
	background-color:#fff;
	padding-bottom:12px;
	padding-top:12px
}
.column-control-3--transparent-75 {
	background-color:hsla(0, 0%, 100%, .75);
	padding-bottom:12px;
	padding-top:12px
}
.column-control-3--transparent-85 {
	background-color:hsla(0, 0%, 100%, .85);
	padding-bottom:12px;
	padding-top:12px
}
.column-control-3--transparent-90 {
	background-color:hsla(0, 0%, 100%, .9);
	padding-bottom:12px;
	padding-top:12px
}
.row--margin-none {
	margin-bottom:0
}
.row--margin-small {
	margin-bottom:15px
}
.row--margin-medium {
	margin-bottom:30px
}
.row--margin-large {
	margin-bottom:65px
}
.row--margin-xlarge {
	margin-bottom:80px
}
@media (min-width:992px) {
.column-control-4__container-1>div:last-child, .column-control-4__container-2>div:last-child, .column-control-4__container-3>div:last-child, .column-control-4__container-4>div:last-child {
margin-bottom:0
}
}
@media (max-width:992px) {
.column-control-4__container-1, .column-control-4__container-2, .column-control-4__container-3 {
margin-bottom:20px
}
.column-control-4__container-4>div:last-child {
margin-bottom:0
}
}
.column-control-4--white {
	background-color:#fff;
	padding-bottom:12px;
	padding-top:12px
}
.column-control-4--transparent-75 {
	background-color:hsla(0, 0%, 100%, .75);
	padding-bottom:12px;
	padding-top:12px
}
.column-control-4--transparent-85 {
	background-color:hsla(0, 0%, 100%, .85);
	padding-bottom:12px;
	padding-top:12px
}
.column-control-4--transparent-90 {
	background-color:hsla(0, 0%, 100%, .9);
	padding-bottom:12px;
	padding-top:12px
}
.button:not(:last-child) .button__base {
margin-bottom:20px
}
.button .btn, .header__action-button .btn {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-inline-box;
	display:-webkit-inline-flex;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-justify-content:center;
	justify-content:center;
	margin-bottom:0
}
.button .btn .fa, .header__action-button .btn .fa {
	margin-right:5px
}
@media (min-width:768px) {
.button .btn .fa, .header__action-button .btn .fa {
line-height:25px
}
}
.pricing-card__wrap--soldOut .btn {
	opacity:.5;
	pointer-events:none
}
.pricing-card__wrap--soldOut .btn, .pricing-card__wrap--soldOut .btn:focus, .pricing-card__wrap--soldOut .btn:hover {
	background-color:#d2d2d2;
	border-color:#d2d2d2;
	color:#a2a2a2
}
.partition__base {
	overflow:hidden;
	position:relative
}
.partition__base--full-height {
	min-height:100vh
}
.partition__base--text-white {
	color:#fff
}
.partition__base--text-black {
	color:#000
}
.partition__container {
	padding-bottom:20px;
	padding-top:40px;
	position:relative;
	z-index:3
}
.partition__container--padding-medium {
	padding-bottom:30px;
	padding-top:50px
}
.partition__container--padding-large {
	padding-bottom:60px;
	padding-top:80px
}
.partition__container--padding-xlarge {
	padding-bottom:90px;
	padding-top:110px
}
.partition__tint {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100vw;
	z-index:2
}
.partition__tint--opacity-30 {
	opacity:.3
}
.partition__tint--opacity-50 {
	opacity:.5
}
.partition__tint--opacity-65 {
	opacity:.65
}
.partition__tint--opacity-75 {
	opacity:.75
}
.partition__tint--opacity-85 {
	opacity:.85
}
.partition__tint--opacity-90 {
	opacity:.9
}
.partition__button--text-white .btn {
	color:#fff
}
.partition__button--text-black .btn {
	color:#000
}
.testimonials {
	position:relative
}
.testimonials .swiper-container {
	height:auto
}
@media (max-width:1199px) {
.testimonials .swiper-wrapper {
-webkit-box-align:center;
-ms-flex-align:center;
-webkit-align-items:center;
align-items:center;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}
}
.testimonials .swiper-slide {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-item-align:normal;
	-webkit-align-self:normal;
	align-self:normal;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-flow:column;
	-ms-flex-flow:column;
	flex-flow:column;
	height:624px
}
@media (max-width:767px) {
.testimonials .swiper-slide {
height:780px
}
}
@media (max-width:767px) and (orientation:landscape) {
.testimonials .swiper-slide {
height:500px
}
}
.testimonials .swiper-slide .testimonial__slide {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	height:100%
}
@media (max-width:767px) {
.testimonials .swiper-slide .testimonial__slide {
padding-bottom:48px;
padding-top:10px
}
}
@media (min-width:768px) {
.testimonials .swiper-slide .testimonial__slide {
padding-bottom:44px;
padding-top:44px
}
}
@media (min-width:1200px) {
.testimonials .swiper-slide .testimonial__slide {
padding-bottom:60px;
padding-top:60px
}
.testimonials .swiper-slide .testimonial__slide.testimonial__slide--one-slide {
-webkit-box-align:center;
-ms-flex-align:center;
-webkit-align-items:center;
align-items:center
}
}
.testimonials .swiper-slide .testimonial__slide.testimonial__slide--no-image {
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	-webkit-justify-content:flex-start;
	justify-content:flex-start
}
.testimonials .swiper-slide .testimonial__slide .testimonial__blurb {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	font-family:OpenSans, Helvetica Neue, Helvetica, Arial, sans-serif;
	height:100%;
	max-width:100%;
	position:relative
}
.testimonials .swiper-slide .testimonial__slide .testimonial__blurb .quote-left {
	color:#cdcdcd;
	font-size:65px;
	font-weight:400;
	line-height:0;
	padding-right:10px;
	position:relative;
	top:25px
}
.testimonials .swiper-slide .testimonial__slide .testimonial__blurb .quote-right {
	-ms-flex-item-align:end;
	-webkit-align-self:flex-end;
	align-self:flex-end;
	bottom:0;
	color:#cdcdcd;
	font-size:65px;
	font-weight:400;
	line-height:0;
	padding-bottom:5px;
	padding-left:10px;
	position:relative;
	top:25px
}
.testimonials .swiper-slide .testimonial__slide .testimonial__blurb .text {
	word-wrap:break-word;
	font-size:2.4rem;
	max-width:100%;
	padding:0 10px;
	text-align:center
}
.testimonials .swiper-slide .testimonial__slide .testimonial__blurb .text h3 {
	margin-bottom:0
}
@media (min-width:768px) and (max-width:1200px) {
.testimonials .swiper-slide .testimonial__slide .testimonial__blurb {
max-width:80%
}
}
.testimonials .swiper-slide .testimonial__slide .testimonial__profile {
	padding-bottom:40px;
	padding-top:0
}
@media (max-width:1199px) {
.testimonials .swiper-slide .testimonial__slide .testimonial__profile {
padding-bottom:10px
}
}
@media (min-width:992px) {
.testimonials .swiper-slide .testimonial__slide .testimonial__profile {
padding-top:20px
}
}
.testimonials .swiper-slide .testimonial__slide .testimonial__profile--image {
	height:96px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	min-height:96px;
	position:relative;
	width:96px
}
.testimonials .swiper-slide .testimonial__slide .testimonial__profile--full-name {
	font-size:1.7rem;
	font-weight:700;
	text-align:center
}
.testimonials .swiper-slide .testimonial__slide .testimonial__profile--job-title {
	font-size:1.5rem;
	text-align:center
}
.testimonials .swiper-pagination-bullet-active {
	background:#cdcdcd;
	height:10px;
	width:10px
}
.testimonials .swiper-button-next, .testimonials .swiper-button-prev {
	background-color:hsla(0, 0%, 55%, .7);
	background-size:13px 24px;
	height:64px;
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
	width:56px
}
.testimonials .swiper-button-next:focus, .testimonials .swiper-button-next:hover, .testimonials .swiper-button-prev:focus, .testimonials .swiper-button-prev:hover {
	background-color:#8c8c8c
}
@media only screen and (min-device-width:320px) and (max-device-width:1024px) {
.testimonials .swiper-button-next, .testimonials .swiper-button-prev {
display:none
}
}
.testimonials .swiper-button-prev {
	left:8px
}
.testimonials .swiper-button-prev:focus, .testimonials .swiper-button-prev:hover {
	background-position:20%
}
.testimonials .swiper-button-next {
	right:8px
}
.testimonials .swiper-button-next:focus, .testimonials .swiper-button-next:hover {
	background-position:80%
}
@media (max-width:767px) {
.testimonials .swiper-navigation .swiper-button-next, .testimonials .swiper-navigation .swiper-button-prev {
margin-left:-12px;
margin-right:-12px
}
}
@media (min-width:768px) {
.testimonials .swiper-navigation .swiper-button-next, .testimonials .swiper-navigation .swiper-button-prev {
margin-left:calc(-50vw - -360px);
margin-right:calc(-50vw - -360px)
}
}
@media (min-width:992px) {
.testimonials .swiper-navigation .swiper-button-next, .testimonials .swiper-navigation .swiper-button-prev {
margin-left:calc(-50vw - -470px);
margin-right:calc(-50vw - -470px)
}
}
@media (min-width:1200px) {
.testimonials .swiper-navigation .swiper-button-next, .testimonials .swiper-navigation .swiper-button-prev {
margin-left:calc(-50vw - -570px);
margin-right:calc(-50vw - -570px)
}
}
.testimonials .swiper-navigation--one-slide, .testimonials .swiper-pagination--one-slide {
	display:none
}
@media (min-width:1200px) {
.testimonials .swiper-navigation--two-slide, .testimonials .swiper-pagination--two-slide {
display:none
}
}
.speakers {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:35px 0;
	width:100%
}
.speakers a:focus, .speakers a:hover {
	cursor:pointer
}
.speakers .speaker {
	margin:0 auto;
	padding-bottom:35px;
	padding-right:25px;
	width:100%
}
.speakers .speaker .company-name, .speakers .speaker .job-title, .speakers .speaker .name {
	font-size:1.5rem;
	font-weight:400;
	margin-bottom:0;
	text-align:center
}
.speakers .speaker .company-name, .speakers .speaker .job-title {
	color:#000
}
.partition__base--text-white .speakers .speaker .company-name, .partition__base--text-white .speakers .speaker .job-title {
	color:#fff
}
.speakers .speaker .image {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:50%;
	height:125px;
	margin:0 auto 10px;
	position:relative;
	width:125px
}
.speakers .speaker .name {
	font-size:1.7rem;
	font-weight:700;
	margin:0 0 10px
}
.speakers .speaker:last-child.single-speaker {
	margin:0 auto;
	padding:0
}
@media (min-width:768px) {
.speakers .speaker {
padding:0 5px;
width:120px
}
.speakers .speaker .image {
height:105px;
width:105px
}
}
@media (min-width:992px) {
.speakers .speaker {
padding:0 13px 35px;
width:178px
}
.speakers .speaker .image {
height:135px;
width:135px
}
.speakers .speaker:last-child {
padding-right:0
}
}
@media (min-width:1200px) {
.speakers {
-webkit-box-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
justify-content:space-between;
padding:55px 0
}
.speakers .speaker, .speakers .speaker:nth-child(odd) {
padding:0 10px 35px;
width:218px
}
.speakers .speaker .image, .speakers .speaker:nth-child(odd) .image {
height:180px;
margin-bottom:20px;
width:180px
}
.speakers .speaker .name, .speakers .speaker:nth-child(odd) .name {
margin:0 0 10px
}
.speakers .speaker .company-name, .speakers .speaker .job-title, .speakers .speaker:nth-child(odd) .company-name, .speakers .speaker:nth-child(odd) .job-title {
margin-bottom:0
}
}
.countdown:not(:last-child) .countdown__base {
margin-bottom:20px
}
.partition__base--text-white .countdown__base {
	color:#fff
}
.partition__base--text-black .countdown__base {
	color:#000
}
.countdown__label {
	font-size:13px;
	text-transform:uppercase
}
.countdown__container {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	width:100%
}
.countdown__container--hidden {
	display:none
}
.countdown__time-container {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	height:140px;
	-webkit-justify-content:center;
	justify-content:center;
	width:140px
}
.countdown__finished-text {
	font-size:20px;
	text-align:center;
	text-transform:uppercase
}
@media (min-width:992px) {
.column-control-1 .countdown__finished-text, .column-control-2-33-66__container-2 .countdown__finished-text, .column-control-2-66-33__container-1 .countdown__finished-text {
font-size:30px
}
}
@media (min-width:1200px) {
.column-control-2 .countdown__finished-text {
font-size:30px
}
}
.countdown__days, .countdown__hours, .countdown__minutes, .countdown__seconds {
	font-size:20px;
	margin-bottom:10px;
	margin-top:10px
}
@media (min-width:992px) {
.column-control-1 .countdown__days, .column-control-1 .countdown__hours, .column-control-1 .countdown__minutes, .column-control-1 .countdown__seconds, .column-control-2-33-66__container-2 .countdown__days, .column-control-2-33-66__container-2 .countdown__hours, .column-control-2-33-66__container-2 .countdown__minutes, .column-control-2-33-66__container-2 .countdown__seconds, .column-control-2-66-33__container-1 .countdown__days, .column-control-2-66-33__container-1 .countdown__hours, .column-control-2-66-33__container-1 .countdown__minutes, .column-control-2-66-33__container-1 .countdown__seconds {
font-size:30px
}
}
@media (min-width:1200px) {
.column-control-2 .countdown__days, .column-control-2 .countdown__hours, .column-control-2 .countdown__minutes, .column-control-2 .countdown__seconds {
font-size:30px
}
}
.sitemap {
	padding-left:200px
}
.sitemap:not(:last-child) .sitemap__base {
margin-bottom:20px
}
@media (max-width:1199px) {
.sitemap {
padding-left:164px
}
}
@media (max-width:991px) {
.sitemap {
padding-left:166px
}
}
@media (max-width:767px) {
.sitemap {
padding-left:41px
}
}
.sitemap ul li {
	margin-bottom:5px
}
.sitemap p {
	background-color:#d9edf7;
	border:1px solid #3072ab;
	color:#31708f;
	padding:10px 20px
}
.global-nav__base {
	border-bottom-style:solid;
	border-bottom-width:1px;
	position:relative;
	z-index:1
}
.global-nav__base-is-open {
	z-index:2
}
.js .global-nav__base {
	height:51px
}
.global-nav__body-is-open {
	overflow:hidden
}
.global-nav__base--list .global-nav__nav {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center
}
.global-nav__list {
	list-style:none;
	margin-bottom:0;
	padding-left:0
}
.global-nav__list--level1 {
	min-height:50px;
	width:100%
}
@media (min-width:1200px) {
.global-nav__base--list .global-nav__list--level1 {
width:1140px
}
}
.js .global-nav__list--level1 {
	position:absolute
}
.global-nav__item--desktop {
	float:left;
	padding:14px 15px
}
.global-nav__item--desktop:first-child {
	padding-left:0
}
.global-nav__base--list .global-nav__item--level1, .global-nav__base--tiles .global-nav__item--desktop {
	display:none
}
.global-nav__button, .global-nav__link {
	font-size:1.3rem
}
.global-nav__button:focus, .global-nav__button:hover, .global-nav__link:focus, .global-nav__link:hover {
	font-weight:700;
	text-decoration:none
}
.global-nav__link-is-active {
	font-weight:700;
	text-decoration:underline
}
.global-nav__link-is-active:focus, .global-nav__link-is-active:hover {
	text-decoration:underline
}
.global-nav__link:after {
	content:attr(data-text);
	display:block;
	font-weight:700;
	height:0;
	overflow:hidden;
	visibility:hidden
}
.global-nav__button {
	-webkit-appearance:none;
	-moz-appearance:none;
	background:transparent;
	border:none;
	cursor:pointer;
	display:inline-block;
	margin:0;
	padding:0;
	text-decoration:none
}
.global-nav__dropdown {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
-webkit-transition:height .6s ease-in-out;
transition:height .6s ease-in-out
}
.js .global-nav__base-is-open .global-nav__dropdown {
	height:calc(100vh - 50px)
}
.js .cookie-message-displayed .global-nav__base-is-open .global-nav__dropdown {
	height:calc(100vh - 330px)
}
@media (min-width:768px) {
.js .cookie-message-displayed .global-nav__base-is-open .global-nav__dropdown {
height:calc(100vh - 250px)
}
}
@media (min-width:1200px) {
.js .cookie-message-displayed .global-nav__base-is-open .global-nav__dropdown {
height:calc(100vh - 160px)
}
}
.js .global-nav__dropdown {
	height:0;
	overflow:hidden
}
.global-nav__flyout {
	-webkit-overflow-scrolling:touch;
	max-height:calc(87% - 50px);
	min-height:21%;
	overflow:auto;
	position:relative;
	width:100%
}
@media (min-width:1200px) {
.global-nav__flyout {
max-height:calc(85% - 50px);
min-height:38%
}
}
.global-nav__close-area-wrap {
	-webkit-box-flex:1;
	-webkit-flex:auto;
	-ms-flex:auto;
	flex:auto;
	position:relative
}
.no-js .global-nav__close-area-wrap {
	display:none
}
.global-nav__close-area {
	cursor:pointer;
	height:100%;
	opacity:.6
}
.global-nav__btn-wrap {
	height:50px;
	padding-bottom:14px;
	padding-top:14px;
	text-align:center
}
.global-nav__btn-wrap--bottom {
	position:absolute;
	top:0;
	width:100%
}
.teasers__base {
	margin-top:30px;
	padding-top:24px
}
.portfolioteasers:not(:last-child) .teasers__base {
margin-bottom:20px
}
.teasers__info {
	text-align:center
}
.teasers__logo {
	margin:0 auto;
	max-width:295px
}
@media (min-width:768px) {
.teasers__logo {
max-width:350px
}
}
.teasers__title {
	font-size:4rem
}
.teasers__text, .teasers__title {
	margin-bottom:0;
	margin-top:20px
}
.teasers__text {
	font-size:1.9rem
}
.pricing-card__base {
	height:100%;
	padding-bottom:20px
}
.pricing-card__wrap {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	height:100%;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	padding-left:16px;
	padding-right:16px;
	position:relative
}
.pricing-card__wrap, .pricing-card__wrap--reSell, .pricing-card__wrap--soldOut {
	background-color:#f1f1f1
}
.pricing-card__first {
	margin-bottom:32px
}
.pricing-card__second {
	margin-bottom:24px
}
.pricing-card__banner {
	font-size:28px;
	margin-left:-16px;
	margin-right:-16px;
	padding-bottom:8px;
	padding-top:8px;
	position:absolute;
	text-align:center;
	top:200px;
	width:100%
}
.pricing-card__banner--soldOut {
	background-color:#d2d2d2;
	color:#a2a2a2
}
@media (min-width:1200px) {
.pricing-card__banner {
top:210px
}
}
.pricing-card__ribbon {
	left:0;
	padding-left:12px;
	padding-right:12px;
	position:absolute;
	top:0;
	-webkit-transform:rotate(-90deg) scaleX(-1);
	transform:rotate(-90deg) scaleX(-1);
	-webkit-transform-origin:top left;
	transform-origin:top left;
-webkit-transition:opacity .2s ease, width .2s ease;
transition:opacity .2s ease, width .2s ease
}
.pricing-card__ribbon--soldOut {
	background-color:#d2d2d2;
	color:#a2a2a2
}
.js .pricing-card__ribbon {
	opacity:0
}
.pricing-card__ribbon-text {
	font-size:28px;
	font-weight:700;
	text-align:center;
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1)
}
.pricing-card__alert {
	border:1px solid red;
	color:red;
	margin-bottom:20px;
	padding:12px
}
.pricing-card-grid {
	margin-left:-12px;
	margin-right:-12px
}
.tilesgrid__base {
	margin-top:10px
}
@media (min-width:768px) {
.tilesgrid__base {
margin-left:52px;
margin-right:52px
}
}
@media (min-width:992px) {
.tilesgrid__base {
margin-left:55px;
margin-right:55px
}
}
@media (min-width:1200px) {
.tilesgrid__base {
margin-left:155px;
margin-right:155px
}
}
@media (min-width:768px) {
.tilesgrid__wrap {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
margin-left:-25px;
margin-right:-25px
}
.tilesgrid__wrap--center {
-webkit-box-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center
}
}
.tile__base {
	display:block;
	margin-top:10px
}
@media (min-width:768px) {
.tile__base {
-webkit-box-sizing:content-box;
box-sizing:content-box;
padding-left:25px;
padding-right:25px;
width:170px
}
}
.tile__base.is-active, .tile__base:focus, .tile__base:hover {
	font-weight:700;
	text-decoration:none
}
.tile__image {
	font-family:"object-fit: cover;";
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	width:100%
}
.tile__imagewrap, .tile__noimage {
	position:relative;
	width:170px
}
@media (max-width:767px) {
.tile__imagewrap, .tile__noimage {
float:left;
width:119px
}
.tile__imagewrap+.tile__content, .tile__noimage+.tile__content {
margin-left:124px;
min-height:84px;
padding-left:0
}
.tilesgrid__wrap--center .tile__imagewrap+.tile__content, .tilesgrid__wrap--center .tile__noimage+.tile__content {
text-align:left
}
}
.tile__noimage {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	background-color:#d2d2d2;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:95.6px;
	-webkit-justify-content:center;
	justify-content:center
}
@media (max-width:767px) {
.tile__noimage {
height:66.9px
}
}
.tile__noimage .far {
	color:#838383;
	font-size:4.6rem
}
@media (min-width:768px) {
.tile__noimage .far {
font-size:6rem
}
}
.tile__content {
	border-bottom:2px solid transparent;
	padding-left:4px;
	padding-right:4px
}
.tilesgrid__wrap--center .tile__content {
	text-align:center
}
.tile__title {
	display:block;
	font-weight:400;
	margin-bottom:0;
	margin-top:0;
	padding-bottom:4px;
	padding-top:4px
}
.is-active .tile__title, .tile__base:focus .tile__title, .tile__base:hover .tile__title {
	font-weight:700
}
h2.tile__title, h3.tile__title {
	font-size:1.8rem!important
}
.tile__date, .tile__location {
	display:block;
	font-size:1.2rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.tile__date .far, .tile__location .far {
	font-size:1rem
}
.feed:not(:last-child) .feed__base {
margin-bottom:20px
}
@media (min-width:768px) {
.feed__base {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
margin-left:-13px;
margin-right:-13px
}
}
.feed__button {
	margin-bottom:20px
}
.feed__error {
	background-color:#ffd2d2;
	border:1px solid #d8000c;
	color:#d8000c;
	padding:15px 20px;
	width:100%
}
.feed__errortext {
	font-size:1.6rem
}
.author__base {
	padding-bottom:10px;
	padding-top:10px
}
.author:not(:last-child) .author__base {
margin-bottom:20px
}
.author__txt {
	color:#838383;
	font-size:13px;
	font-style:italic
}
@media (min-width:768px) {
.author__txt {
font-size:16px
}
}
.date__base {
	padding-bottom:10px;
	padding-top:10px
}
.date:not(:last-child) .date__base {
margin-bottom:20px
}
.date__txt {
	color:#838383;
	font-size:14px;
	line-height:24px
}
.copyright__line {
	display:block;
	font-size:12px
}
.copyright__line:last-child {
	margin-bottom:0
}
.pagination__base {
	margin-bottom:26px
}
@media (min-width:768px) {
.pagination__base {
-webkit-box-pack:center;
-ms-flex-pack:center;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-justify-content:center;
justify-content:center
}
.pagination__counter {
margin-right:20px
}
}
.pagination__counter, .pagination__wrap {
	font-size:17px;
	text-align:center
}
.pagination__arrow {
	color:#000
}
.pagination__arrow--disabled {
	color:#d2d2d2
}
.pagination__number--selected {
	text-decoration:underline
}
.pagination__number:not(.pagination__number--selected):not(:hover):not(:focus) {
color:#000
}
.pagination__arrow, .pagination__ellipsis, .pagination__number {
	padding-left:2px;
	padding-right:2px
}
.cards-stream:not(:last-child) .cards-stream__base {
margin-bottom:20px
}
.cards-stream__listed-by {
	font-size:15px;
	text-align:right
}
@media (max-width:767px) {
.cards-stream__listed-by {
display:none
}
}
.cards-stream__listed-value {
	font-weight:700
}
.cards-stream__container {
	padding-top:50px
}
@media (min-width:768px) {
.cards-stream__grid {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
margin-left:-13px;
margin-right:-13px
}
}
.card__base {
	background-color:#f1f1f1;
	display:block;
	margin-bottom:26px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding-bottom:8px;
-webkit-transition:-webkit-box-shadow .2s ease-in-out;
transition:-webkit-box-shadow .2s ease-in-out;
transition:box-shadow .2s ease-in-out;
transition:box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out
}
.card__base:focus, .card__base:hover {
	-webkit-box-shadow:0 2px 7px 0 rgba(0, 0, 0, .75);
	box-shadow:0 2px 7px 0 rgba(0, 0, 0, .75);
	text-decoration:none
}
.feed__base .card__base {
	width:320px
}
@media (min-width:768px) {
.feed__base .card__base {
margin-left:13px;
margin-right:13px;
width:347px
}
}
@media (min-width:992px) {
.feed__base .card__base {
width:457px
}
}
@media (min-width:1200px) {
.feed__base .card__base {
width:557px
}
}
.cards-stream__base .card__base {
	width:320px
}
@media (min-width:768px) {
.cards-stream__base .card__base {
margin-left:13px;
margin-right:13px;
width:347px
}
}
@media (min-width:992px) {
.cards-stream__base .card__base {
width:296px
}
}
@media (min-width:1200px) {
.cards-stream__base .card__base {
width:362px
}
}
.card__img-wrap {
	overflow:hidden
}
.feed__base .card__img-wrap {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	height:180px;
	width:320px
}
@media (min-width:768px) {
.feed__base .card__img-wrap {
height:195.2px;
width:347px
}
}
@media (min-width:992px) {
.feed__base .card__img-wrap {
height:257.6px;
width:458px
}
}
@media (min-width:1200px) {
.feed__base .card__img-wrap {
height:317.4px;
width:557px
}
}
.cards-stream__base .card__img-wrap {
	height:180px;
	width:320px
}
@media (max-width:767px) {
.cards-stream__base .card__img-wrap.card__img-wrap--empty {
display:none
}
}
@media (min-width:768px) {
.cards-stream__base .card__img-wrap {
height:195.2px;
width:347px
}
}
@media (min-width:992px) {
.cards-stream__base .card__img-wrap {
height:166.5px;
width:296px
}
}
@media (min-width:1200px) {
.cards-stream__base .card__img-wrap {
height:203.6px;
width:362px
}
}
.card__img {
	min-width:100%;
	-o-object-fit:cover;
	object-fit:cover
}
.card__metadata {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	color:#000;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	margin-left:12px;
	margin-right:12px;
	margin-top:4px
}
.card__category {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.card__date {
	-ms-flex-negative:0;
	-webkit-flex-shrink:0;
	flex-shrink:0
}
.card__author {
	color:#000;
	display:block;
	font-style:italic;
	margin-left:12px;
	margin-right:12px;
	margin-top:8px
}
.card__author, .card__category, .card__date {
	font-size:14px
}
@media (min-width:768px) {
.card__author, .card__category, .card__date {
font-size:12px
}
}
@media (min-width:1200px) {
.feed__base .card__author, .feed__base .card__category, .feed__base .card__date {
font-size:16px
}
.cards-stream__base .card__author, .cards-stream__base .card__category, .cards-stream__base .card__date {
font-size:14px
}
}
.card__title {
	display:block;
	font-size:20px;
	font-weight:700;
	line-height:24px;
	margin-left:12px;
	margin-right:12px;
	margin-top:8px
}
@media (min-width:768px) {
.card__title {
font-size:18px;
line-height:22px
}
}
@media (min-width:992px) {
.card__title {
font-size:20px;
line-height:24px
}
}
@media (min-width:1200px) {
.feed__base .card__title {
font-size:36px;
line-height:40px
}
.cards-stream__base .card__title {
font-size:24px;
line-height:28px
}
}
.card__text {
	color:#000;
	display:block;
	font-size:14px;
	margin-left:12px;
	margin-right:12px;
	margin-top:4px
}
@media (max-width:991px) {
.cards-stream__base .card__text {
clip:rect(0,0,0,0);
border:0;
height:1px;
overflow:hidden;
padding:0;
position:absolute;
white-space:nowrap;
width:1px
}
}
@media (min-width:768px) {
.card__text {
font-size:12px
}
}
@media (min-width:1200px) {
.feed__base .card__text {
font-size:18px;
margin-top:8px
}
.cards-stream__base .card__text {
font-size:14px
}
}
.intro__base {
	position:relative
}
.introduction:not(:last-child) .intro__base {
margin-bottom:20px
}
.intro__base--text-left {
	text-align:left
}
.intro__base--text-center {
	text-align:center
}
.intro__title {
	font-size:11vw;
	font-weight:700
}
@media (min-width:768px) {
.intro__title {
font-size:6rem
}
}
.intro__subtitle {
	font-size:8vw;
	font-weight:700
}
@media (min-width:768px) {
.intro__subtitle {
font-size:4rem
}
}
.intro__description {
	font-size:1.4rem
}
@media (min-width:992px) {
.column-control-1 .intro__description {
display:inline-block;
max-width:75%
}
}
.cmp-rxcarousel {
	margin-bottom:20px
}
.cmp-rxcarousel__content {
	position:relative
}
.cmp-rxcarousel__item {
	display:none
}
.cmp-rxcarousel__item--active {
	display:block
}
.cmp-rxcarousel__item img {
	position:static
}
.cmp-rxcarousel__action {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.cmp-rxcarousel__action-text {
	left:-100vw;
	position:absolute
}
.global-package-homepage-banner .cmp-rxcarousel__action {
	display:none
}
.cmp-rxcarousel--chevron-enabled .cmp-rxcarousel__action {
	display:block
}
.cmp-rxcarousel__indicators {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	list-style:none;
	margin:0;
	padding:0
}
.cmp-rxcarousel__indicator {
	-webkit-box-flex:0;
	background-color:#d2d2d2;
	border-radius:50%;
	cursor:pointer;
	-webkit-flex:0 1 auto;
	-ms-flex:0 1 auto;
	flex:0 1 auto;
	font-size:0;
	height:10px;
	margin:0 7px;
	position:relative;
	text-indent:-3000px;
	width:10px
}
.cmp-rxcarousel__indicator.theme__inverted-background {
	opacity:.5
}
.cmp-rxcarousel__indicator--active.theme__inverted-background {
	opacity:.8
}
.cmp-rxcarousel__action {
	background-color:rgba(45, 45, 45, .7);
	background-position:50%;
	background-repeat:no-repeat;
	background-size:13px 24px;
	border:0;
	cursor:pointer;
	height:64px;
	margin-top:-22px;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
	width:64px;
	z-index:10
}
.cmp-rxcarousel__action.cmp-rxcarousel__action--previous {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
	left:12px;
	right:auto
}
.cmp-rxcarousel__action.cmp-rxcarousel__action--previous:focus, .cmp-rxcarousel__action.cmp-rxcarousel__action--previous:hover {
	background-color:#2d2d2d;
	background-position:20%
}
.cmp-rxcarousel__action.cmp-rxcarousel__action--next {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
	left:auto;
	right:12px
}
.cmp-rxcarousel__action.cmp-rxcarousel__action--next:focus, .cmp-rxcarousel__action.cmp-rxcarousel__action--next:hover {
	background-color:#2d2d2d;
	background-position:80%
}
.cmp-rxcarousel__action__action-text {
	left:-100vw;
	position:absolute
}
.cmp-rxcarousel__slide-number {
	font-size:15px;
	text-align:center
}
.cmp-rxcarousel--4items .cmp-container, .global-package-homepage-banner .cmp-container {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center
}
.global-package-homepage-banner .cmp-container {
	-ms-flex-pack:distribute;
	-webkit-justify-content:space-around;
	justify-content:space-around
}
@media (min-width:768px) {
.cmp-rxcarousel--4items .cmp-container {
-webkit-box-pack:justify;
-ms-flex-pack:justify;
-webkit-justify-content:space-between;
justify-content:space-between
}
}
.carousel-card__base {
	width:296px
}
@media (min-width:768px) {
.carousel-card__base {
width:200px
}
}
@media (min-width:992px) {
.carousel-card__base {
width:220px
}
}
@media (min-width:1200px) {
.carousel-card__base {
width:300px
}
}
@media (min-width:768px) {
.cmp-rxcarousel--4items .carousel-card__base {
width:224px
}
}
@media (min-width:992px) {
.cmp-rxcarousel--4items .carousel-card__base {
width:217px
}
}
@media (min-width:1200px) {
.cmp-rxcarousel--4items .carousel-card__base {
width:267px
}
}
.marketing-banner__base {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	position:relative
}
.marketing-banner:not(:last-child) .marketing-banner__base {
margin-bottom:20px
}
.marketing-banner__wrap {
	min-height:220px
}
.marketing-banner__wrap--alignment-bottom, .marketing-banner__wrap--alignment-center {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center
}
.marketing-banner__wrap--alignment-center {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center
}
.marketing-banner__wrap--alignment-bottom {
	-webkit-box-align:end;
	-ms-flex-align:end;
	-webkit-align-items:flex-end;
	align-items:flex-end
}
.marketing-banner__content {
	margin-bottom:20px;
	margin-top:20px;
	position:relative;
	width:100%
}
.marketing-banner__image-container {
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%
}
.marketing-banner__tint {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%
}
.marketing-banner__tint--opacity-30 {
	opacity:.3
}
.marketing-banner__tint--opacity-50 {
	opacity:.5
}
.marketing-banner__tint--opacity-65 {
	opacity:.65
}
.marketing-banner__tint--opacity-75 {
	opacity:.75
}
.marketing-banner__tint--opacity-85 {
	opacity:.85
}
.marketing-banner__tint--opacity-90 {
	opacity:.9
}
.lightbox__base {
	height:100vh;
	left:0;
	opacity:1;
	overflow-y:auto;
	position:fixed;
	top:0;
-webkit-transition:.4s;
transition:.4s;
	visibility:visible;
	width:100%;
	z-index:2000
}
.lightbox__base--hidden {
	opacity:0;
	visibility:hidden
}
.lightbox__wrapper {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	min-height:100vh;
	position:relative;
	width:100%
}
@media (min-width:768px) {
.lightbox__base--image .lightbox__wrapper {
padding-bottom:72px;
padding-top:72px
}
}
@media (min-width:992px) {
.lightbox__base--content .lightbox__wrapper {
padding-bottom:72px;
padding-top:72px
}
}
.lightbox__overlay {
	background:rgba(0, 0, 0, .4);
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
	z-index:1
}
.lightbox__container {
	min-height:100vh;
	overflow:hidden;
	position:relative;
-webkit-transition:.5s;
transition:.5s;
	z-index:2
}
.ie11 .lightbox__container {
	display:block
}
.lightbox__base--content .lightbox__container {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	background-color:#fff;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;
	padding-bottom:24px;
	padding-top:44px
}
.lightbox__base--image .lightbox__container {
	background-color:#000;
	padding-top:60px
}
@media (max-width:767px) {
.lightbox__container {
width:100%
}
}
@media (min-width:768px) {
.lightbox__base--content .lightbox__container {
padding:72px 0 48px;
width:100%
}
.lightbox__base--image .lightbox__container {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-box-pack:center;
-ms-flex-pack:center;
-webkit-box-align:center;
-ms-flex-align:center;
-webkit-align-items:center;
align-items:center;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-webkit-justify-content:center;
justify-content:center;
min-height:auto;
padding-top:0;
width:720px
}
}
@media (min-width:992px) {
.lightbox__container {
-webkit-box-pack:start;
-ms-flex-pack:start;
-webkit-justify-content:start;
justify-content:start
}
.lightbox__base--content .lightbox__container {
min-height:auto;
padding:80px 48px;
width:798px
}
.lightbox__base--image .lightbox__container {
width:940px
}
}
@media (min-width:1200px) {
.lightbox__base--content .lightbox__container {
width:949px
}
.lightbox__base--image .lightbox__container {
width:1140px
}
}
.lightbox__inner {
	width:100%
}
.lightbox__closeButton {
	color:#2d2d2d;
	margin-left:auto;
	padding:5px 8px 0;
	position:fixed;
	right:19px;
	top:16px
}
@media (min-width:992px) {
.lightbox__closeButton {
color:#fff
}
}
.lightbox__closeButton .fa-close {
	font-size:20px
}
@media (min-width:768px) {
.lightbox__closeButton .fa-close {
font-size:25px
}
}
.lightbox__base--image .lightbox__closeButton {
	color:#fff
}
.lightbox__loader-wrapper {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center
}
.lightbox__loader {
	-webkit-animation:spin 2s linear infinite;
	animation:spin 2s linear infinite;
	border-bottom:4px solid #f1f1f1;
	border-color:transparent #f1f1f1;
	border-radius:50%;
	border-top:4px solid #f1f1f1;
	border-style:solid;
	border-width:4px;
	height:40px;
	width:40px
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)
}
}
@keyframes spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(1turn);
	transform:rotate(1turn)
}
}
.image-gallery:not(:last-child) .image-gallery__base {
margin-bottom:20px
}
.image-gallery__content {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-left:-12px;
	margin-right:-12px;
	position:relative
}
.image-gallery__image {
	margin-bottom:24px;
	padding-left:12px;
	padding-right:12px;
	width:50%
}
@media (min-width:768px) {
.image-gallery__image {
width:25%
}
}
.image-gallery__controls {
	text-align:center
}
.image-gallery__button {
	margin-top:20px
}
.image-lightbox__image {
	position:relative
}
@media (max-width:767px) {
.image-lightbox__image {
height:75vh
}
}
.image-lightbox__data {
	color:#fff;
	padding-bottom:12px;
	padding-left:12px;
	padding-right:12px
}
.image-lightbox__info, .image-lightbox__position {
	margin-top:20px
}
.image-lightbox__position {
	text-align:right
}
.image-lightbox__title {
	font-weight:700
}
.image-lightbox__chevron {
	background-color:rgba(45, 45, 45, .7);
	background-position:50%;
	background-repeat:no-repeat;
	background-size:13px 24px;
	border:0;
	cursor:pointer;
	height:64px;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
-webkit-transition:background-color .5s ease, background-position .5s ease;
transition:background-color .5s ease, background-position .5s ease;
	width:64px
}
.image-lightbox__chevron--prev {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
	left:0;
	right:auto
}
.image-lightbox__chevron--prev:focus, .image-lightbox__chevron--prev:hover {
	background-color:#2d2d2d;
	background-position:20%
}
.image-lightbox__chevron--next {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
	left:auto;
	right:0
}
.image-lightbox__chevron--next:focus, .image-lightbox__chevron--next:hover {
	background-color:#2d2d2d;
	background-position:80%
}
.image-lightbox__chevron--hidden {
	display:none
}
.image-lightbox__chevron-text {
	clip:rect(0,0,0,0);
	border:0;
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}
.quote__base {
	word-break:break-word
}
@media (min-width:992px) {
.quote__base {
margin-left:50px;
margin-right:50px
}
}
.quote:not(:last-child) .quote__base {
margin-bottom:20px
}
.quote__mark {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	font-size:60px;
	-webkit-justify-content:center;
	justify-content:center;
	padding-bottom:12px;
	position:relative
}
.quote__text {
	border-left:0;
	display:block;
	font-size:28px;
	font-weight:700;
	margin-bottom:0;
	padding:0;
	quotes:"“" "”" "‘" "’";
	text-align:center
}
.quote__text:before {
	content:open-quote
}
.quote__text:after {
	content:close-quote
}
.quote__reference {
	font-size:15px;
	margin-bottom:0;
	padding-top:12px
}
.quote__reference--text-left {
	text-align:left
}
.quote__reference--text-right {
	text-align:right
}
.quote__reference--text-center {
	text-align:center
}
.quote__reference--italic {
	font-style:italic
}
.quote__reference--bold {
	font-weight:700
}
.blog-article-list:not(:last-child) .article-list__base {
margin-bottom:20px
}
.article-list__header {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-box-align:baseline;
	-ms-flex-align:baseline;
	-webkit-align-items:baseline;
	align-items:baseline;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	margin-bottom:20px
}
.article-list__title {
	margin-bottom:0;
	margin-top:0
}
.article-list__link {
	font-size:18px;
	white-space:nowrap
}
.blog-keyword:not(:last-child) .blog-keyword__base {
margin-bottom:20px
}
.blog-keyword__list {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	list-style:none;
	padding-left:0;
	padding-right:0
}
.blog-keyword__item {
	padding-bottom:10px;
	padding-right:5px
}
.blog-keyword__link {
	border:1px solid transparent;
	display:block;
	font-size:13px;
	padding:5px 15px
}
.blog-keyword__link:focus, .blog-keyword__link:hover {
	color:#fff;
	text-decoration:none
}
.vimeo:not(:last-child) .vimeo__base {
margin-bottom:20px
}
.vimeo__iframe {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%
}
.vimeo__container {
	position:relative
}
.hits__list {
	list-style:none;
	padding-left:0;
	padding-right:0
}
@media (min-width:768px) {
.hits__list--horizontal {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
margin-left:-10px;
margin-right:-10px
}
}
.hits__item {
	border:2px solid transparent;
	margin-bottom:20px;
	position:relative
}
.hits__item:hover {
	background-color:#f1f1f1
}
@media (min-width:768px) {
.hits__list--horizontal .hits__item {
margin-left:10px;
margin-right:10px;
width:350px
}
}
@media (min-width:992px) {
.hits__list--horizontal .hits__item {
width:300px
}
}
@media (min-width:1200px) {
.hits__list--horizontal .hits__item {
width:366px
}
}
.hits__list--small-vertica .hits__item {
	margin-bottom:12px
}
.hits__card {
	background-color:#fff;
	-webkit-box-shadow:0 0 20px 10px rgba(0, 0, 0, .12);
	box-shadow:0 0 20px 10px rgba(0, 0, 0, .12)
}
.hits__list--horizontal .hits__card {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	height:100%
}
@media (min-width:768px) {
.hits__list--vertical .hits__card {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex
}
}
.hits__list--small-vertical .hits__card {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
.hits__image-wrap {
	overflow:hidden
}
.hits__image-wrap .hits__list--small-vertical, .hits__list--vertical .hits__image-wrap {
	-webkit-box-flex:0;
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto
}
@media (min-width:768px) {
.hits__list--vertical .hits__image-wrap {
-webkit-box-flex:0;
-webkit-flex:0 0 auto;
-ms-flex:0 0 auto;
flex:0 0 auto;
width:300px
}
}
@media (min-width:1200px) {
.hits__list--vertical .hits__image-wrap {
width:366px
}
}
.hits__list--small-vertical .hits__image-wrap {
	-webkit-box-flex:0;
	-webkit-flex:0 0 auto;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	width:100px
}
.hits__image {
	position:relative;
-webkit-transition:-webkit-transform .5s ease;
transition:-webkit-transform .5s ease;
transition:transform .5s ease;
transition:transform .5s ease, -webkit-transform .5s ease
}
.hits__item:hover .hits__image {
	-webkit-transform:scale(1.1);
	transform:scale(1.1)
}
.hits__info {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	padding:12px
}
.hits__list--horizontal .hits__info {
	-webkit-box-flex:1;
	-webkit-flex:1 0 auto;
	-ms-flex:1 0 auto;
	flex:1 0 auto
}
.hits__list--small-vertical .hits__info {
	padding-bottom:6px;
	padding-left:6px
}
.hits__link, .hits__link:focus, .hits__link:hover {
	color:#000
}
.hits__link:after {
	bottom:0;
	content:"";
	left:0;
	position:absolute;
	right:0;
	top:0;
	z-index:1
}
.hits__title {
	font-size:18px;
	margin-bottom:0;
	margin-top:0
}
.hits__list--small-vertical .hits__title {
	font-size:13px
}
.hits__author-wrap {
	margin-top:10px
}
.hits__author {
	font-size:13px;
	position:relative;
	z-index:2
}
.hits__description {
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	display:-webkit-box;
	font-size:15px;
	margin-bottom:0;
	overflow:hidden
}
.hits__list--small-vertical .hits__description {
	font-size:13px
}
.hits__categories-list, .hits__meta-list {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	list-style:none;
	margin-top:10px;
	padding-left:0;
	padding-right:0
}
.hits__list--small-vertical .hits__meta-list {
	margin-top:0
}
.hits__categories-item:not(:last-child):after, .hits__meta-item:not(:last-child):after {
color:#a2a2a2;
content:"|";
padding-left:10px;
padding-right:10px
}
.hits__meta-icon, .hits__meta-text {
	color:#a2a2a2;
	font-size:13px
}
.hits__meta-icon {
	padding-right:5px
}
.hits__categories-link {
	font-size:15px;
	position:relative;
	text-transform:uppercase;
	z-index:2
}
.hits__list--small-vertical .hits__categories-link {
	font-size:13px
}
.no-results__base {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;
	margin-bottom:20px;
	text-align:center
}
@media (min-width:768px) {
.no-results__base {
-webkit-box-align:center;
-ms-flex-align:center;
-webkit-align-items:center;
align-items:center
}
}
.no-results__title {
	font-size:20px;
	line-height:1;
	text-align:left
}
.no-results__keyline {
	border-top:.5px solid #d2d2d2;
	margin-bottom:0;
	margin-top:15px;
	width:100%
}
.no-results__tips {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-box-align:start;
	-ms-flex-align:start;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;
	margin-top:15px
}
@media (min-width:768px) {
.no-results__tips {
-webkit-box-align:center;
-ms-flex-align:center;
-webkit-align-items:center;
align-items:center
}
}
.no-results__header {
	font-size:15px;
	margin-bottom:0;
	text-align:left;
	width:100%
}
.no-results__lightbulb {
	margin-right:10px
}
.no-results__list {
	font-size:13px;
	margin-top:15px;
	padding-left:15px;
	text-align:left
}
.ref-categories__base {
	margin-bottom:5px
}
@media (min-width:768px) {
.ref-categories__base {
margin-bottom:10px
}
}
.ref-categories__label {
	display:block;
	font-size:13px;
	font-weight:700;
	padding-bottom:5px
}
@media (min-width:768px) {
.ref-categories__label {
font-size:15px;
padding-bottom:10px;
text-align:center
}
}
.ref-categories__list {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	list-style:none;
	overflow-x:auto;
	padding-left:0;
	padding-right:0
}
.ref-categories__list::-webkit-scrollbar {
display:none
}
@media (min-width:768px) {
.ref-categories__list {
-webkit-box-pack:center;
-ms-flex-pack:center;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:center;
justify-content:center;
overflow-x:hidden
}
}
.ref-categories__item {
	padding-bottom:10px;
	padding-right:8px
}
.ref-categories__link {
	background-color:#fff;
	border:1px solid #a2a2a2;
	border-radius:20px;
	color:#000;
	display:block;
	font-size:13px;
	padding-left:10px;
	padding-right:10px;
	white-space:nowrap
}
.ref-categories__link:focus, .ref-categories__link:hover {
	background-color:#d2d2d2;
	color:#000;
	text-decoration:none
}
.ref-categories__link--refined {
	background-color:#f1f1f1
}
@media (min-width:768px) {
.ref-categories__link {
padding:6px 20px
}
}
.ref-categories__icon {
	padding-left:10px;
	vertical-align:middle
}
.search-box__base {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	margin-bottom:20px
}
.search-box__form {
	position:relative;
	width:100%
}
@media (min-width:768px) {
.search-box__form {
width:300px
}
}
.search-box__input {
	background-color:transparent;
	border:1px solid #a2a2a2;
	border-radius:4px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:13px;
	line-height:28px;
	padding-bottom:0;
	padding-left:32px;
	padding-top:0;
	width:100%
}
@media (min-width:768px) {
.search-box__input {
line-height:34px
}
}
.search-box__icon {
	color:#a2a2a2;
	display:block;
	font-size:15px;
	padding-left:10px;
	padding-top:7px;
	pointer-events:none;
	position:absolute
}
@media (min-width:768px) {
.search-box__icon {
padding-top:10px
}
}
.search-pagination__base {
	margin-bottom:20px
}
.search-pagination__list {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	list-style:none;
	padding-left:0;
	padding-right:0
}
.search-pagination__link {
	color:#000;
	font-size:15px;
	padding-left:6px;
	padding-right:6px
}
.stats__base {
	margin-bottom:10px
}
.stats__label {
	font-size:15px;
	font-weight:700
}
.toggle-ref__base {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:30px;
	padding-top:5px
}
@media (min-width:768px) {
.toggle-ref__base {
-webkit-box-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center
}
}
.toggle-ref__label {
	font-size:9px;
	font-weight:700;
	padding-right:15px
}
@media (min-width:768px) {
.toggle-ref__label {
font-size:13px
}
}
.toggle-ref__input {
	height:0;
	visibility:hidden;
	width:0
}
.toggle-ref__switch {
	background-color:#d2d2d2;
	border-radius:13px;
	cursor:pointer;
	display:block;
	height:25px;
	position:relative;
	text-indent:-9999px;
	width:40px
}
@media (min-width:768px) {
.toggle-ref__switch {
border-radius:15px;
height:30px;
width:50px
}
}
.toggle-ref__switch:after {
	background:#fff;
	border-radius:12px;
	content:"";
	height:23px;
	left:1px;
	position:absolute;
	top:1px;
-webkit-transition:.3s;
transition:.3s;
	width:23px
}
@media (min-width:768px) {
.toggle-ref__switch:after {
border-radius:14px;
height:28px;
width:28px
}
}
.toggle-ref__input:checked+.toggle-ref__switch:after {
	left:calc(100% - 1px);
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%)
}
