/*! components.css */

/* Grids
   ========================================================================== */

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

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

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

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

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

.row {
	margin-right: -16px;
	margin-left: -16px;
}

.container::after,
.container-fluid::after,
.row::after {
	display: table;
	clear: both;
	content: "";
}

@media (max-width: 575.98px) {
	.container-xs-only {
		padding-right: 16px;
		padding-left: 16px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.container-fluid-xs-only {
		padding-right: 16px;
		padding-left: 16px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.row-xs-only {
		margin-right: -16px;
		margin-left: -16px;
	}
	
	.container-xs-only::after,
	.container-fluid-xs-only::after,
	.row-xs-only::after {
		display: block;
		clear: both;
		content: "";
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.container-sm-only {
		padding-right: 16px;
		padding-left: 16px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.container-fluid-sm-only {
		padding-right: 16px;
		padding-left: 16px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.row-sm-only {
		margin-right: -16px;
		margin-left: -16px;
	}
	
	.container-sm-only::after,
	.container-fluid-sm-only::after,
	.row-sm-only::after {
		display: block;
		clear: both;
		content: "";
	}
}

@media (min-width: 768px) and (max-width: 1023.98px) {
	.container-md-only {
		width: 720px;
		padding-right: 16px;
		padding-left: 16px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.container-fluid-md-only {
		padding-right: 16px;
		padding-left: 16px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.row-md-only {
		margin-right: -16px;
		margin-left: -16px;
	}
	
	.container-md-only::after,
	.container-fluid-md-only::after,
	.row-md-only::after {
		display: block;
		clear: both;
		content: "";
	}
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
	.container-lg-only {
		width: 960px;
		padding-right: 16px;
		padding-left: 16px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.container-fluid-lg-only {
		padding-right: 16px;
		padding-left: 16px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.row-lg-only {
		margin-right: -16px;
		margin-left: -16px;
	}
	
	.container-lg-only::after,
	.container-fluid-lg-only::after,
	.row-lg-only::after {
		display: block;
		clear: both;
		content: "";
	}
}

@media (min-width: 1280px) {
	.container-xl-only {
		width: 1200px;
		padding-right: 16px;
		padding-left: 16px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.container-fluid-xl-only {
		padding-right: 16px;
		padding-left: 16px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.row-xl-only {
		margin-right: -16px;
		margin-left: -16px;
	}
	
	.container-xl-only::after,
	.container-fluid-xl-only::after,
	.row-xl-only::after {
		display: block;
		clear: both;
		content: "";
	}
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 16px;
	padding-left: 16px;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66667%;
}

.col-xs-10 {
	width: 83.33334%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66667%;
}

.col-xs-7 {
	width: 58.33334%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66667%;
}

.col-xs-4 {
	width: 33.33334%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66667%;
}

.col-xs-1 {
	width: 8.33334%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-10 {
	right: 83.33334%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-7 {
	right: 58.33334%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-4 {
	right: 33.33334%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-1 {
	right: 8.33334%;
}

.col-xs-pull-0 {
	right: 0;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-10 {
	left: 83.33334%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-7 {
	left: 58.33334%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-4 {
	left: 33.33334%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-1 {
	left: 8.33334%;
}

.col-xs-push-0 {
	left: 0;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-10 {
	margin-left: 83.33334%;
}

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

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-7 {
	margin-left: 58.33334%;
}

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

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-4 {
	margin-left: 33.33334%;
}

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

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-1 {
	margin-left: 8.33334%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width: 576px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 16px;
		padding-left: 16px;
	}
	
	.col-sm-12 {
		width: 100%;
	}
	
	.col-sm-11 {
		width: 91.66667%;
	}
	
	.col-sm-10 {
		width: 83.33334%;
	}
	
	.col-sm-9 {
		width: 75%;
	}
	
	.col-sm-8 {
		width: 66.66667%;
	}
	
	.col-sm-7 {
		width: 58.33334%;
	}
	
	.col-sm-6 {
		width: 50%;
	}
	
	.col-sm-5 {
		width: 41.66667%;
	}
	
	.col-sm-4 {
		width: 33.33334%;
	}
	
	.col-sm-3 {
		width: 25%;
	}
	
	.col-sm-2 {
		width: 16.66667%;
	}
	
	.col-sm-1 {
		width: 8.33334%;
	}
	
	.col-sm-pull-12 {
		right: 100%;
	}
	
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	
	.col-sm-pull-10 {
		right: 83.33334%;
	}
	
	.col-sm-pull-9 {
		right: 75%;
	}
	
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	
	.col-sm-pull-7 {
		right: 58.33334%;
	}
	
	.col-sm-pull-6 {
		right: 50%;
	}
	
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	
	.col-sm-pull-4 {
		right: 33.33334%;
	}
	
	.col-sm-pull-3 {
		right: 25%;
	}
	
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	
	.col-sm-pull-1 {
		right: 8.33334%;
	}
	
	.col-sm-pull-0 {
		right: 0;
	}
	
	.col-sm-push-12 {
		left: 100%;
	}
	
	.col-sm-push-11 {
		left: 91.66667%;
	}
	
	.col-sm-push-10 {
		left: 83.33334%;
	}
	
	.col-sm-push-9 {
		left: 75%;
	}
	
	.col-sm-push-8 {
		left: 66.66667%;
	}
	
	.col-sm-push-7 {
		left: 58.33334%;
	}
	
	.col-sm-push-6 {
		left: 50%;
	}
	
	.col-sm-push-5 {
		left: 41.66667%;
	}
	
	.col-sm-push-4 {
		left: 33.33334%;
	}
	
	.col-sm-push-3 {
		left: 25%;
	}
	
	.col-sm-push-2 {
		left: 16.66667%;
	}
	
	.col-sm-push-1 {
		left: 8.33334%;
	}
	
	.col-sm-push-0 {
		left: 0;
	}
	
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	
	.col-sm-offset-10 {
		margin-left: 83.33334%;
	}
	
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	
	.col-sm-offset-7 {
		margin-left: 58.33334%;
	}
	
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	
	.col-sm-offset-4 {
		margin-left: 33.33334%;
	}
	
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	
	.col-sm-offset-1 {
		margin-left: 8.33334%;
	}
	
	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 16px;
		padding-left: 16px;
	}
	
	.col-md-12 {
		width: 100%;
	}
	
	.col-md-11 {
		width: 91.66667%;
	}
	
	.col-md-10 {
		width: 83.33334%;
	}
	
	.col-md-9 {
		width: 75%;
	}
	
	.col-md-8 {
		width: 66.66667%;
	}
	
	.col-md-7 {
		width: 58.33334%;
	}
	
	.col-md-6 {
		width: 50%;
	}
	
	.col-md-5 {
		width: 41.66667%;
	}
	
	.col-md-4 {
		width: 33.33334%;
	}
	
	.col-md-3 {
		width: 25%;
	}
	
	.col-md-2 {
		width: 16.66667%;
	}
	
	.col-md-1 {
		width: 8.33334%;
	}
	
	.col-md-pull-12 {
		right: 100%;
	}
	
	.col-md-pull-11 {
		right: 91.66667%;
	}
	
	.col-md-pull-10 {
		right: 83.33334%;
	}
	
	.col-md-pull-9 {
		right: 75%;
	}
	
	.col-md-pull-8 {
		right: 66.66667%;
	}
	
	.col-md-pull-7 {
		right: 58.33334%;
	}
	
	.col-md-pull-6 {
		right: 50%;
	}
	
	.col-md-pull-5 {
		right: 41.66667%;
	}
	
	.col-md-pull-4 {
		right: 33.33334%;
	}
	
	.col-md-pull-3 {
		right: 25%;
	}
	
	.col-md-pull-2 {
		right: 16.66667%;
	}
	
	.col-md-pull-1 {
		right: 8.33334%;
	}
	
	.col-md-pull-0 {
		right: 0;
	}
	
	.col-md-push-12 {
		left: 100%;
	}
	
	.col-md-push-11 {
		left: 91.66667%;
	}
	
	.col-md-push-10 {
		left: 83.33334%;
	}
	
	.col-md-push-9 {
		left: 75%;
	}
	
	.col-md-push-8 {
		left: 66.66667%;
	}
	
	.col-md-push-7 {
		left: 58.33334%;
	}
	
	.col-md-push-6 {
		left: 50%;
	}
	
	.col-md-push-5 {
		left: 41.66667%;
	}
	
	.col-md-push-4 {
		left: 33.33334%;
	}
	
	.col-md-push-3 {
		left: 25%;
	}
	
	.col-md-push-2 {
		left: 16.66667%;
	}
	
	.col-md-push-1 {
		left: 8.33334%;
	}
	
	.col-md-push-0 {
		left: 0;
	}
	
	.col-md-offset-12 {
		margin-left: 100%;
	}
	
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	
	.col-md-offset-10 {
		margin-left: 83.33334%;
	}
	
	.col-md-offset-9 {
		margin-left: 75%;
	}
	
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	
	.col-md-offset-7 {
		margin-left: 58.33334%;
	}
	
	.col-md-offset-6 {
		margin-left: 50%;
	}
	
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	
	.col-md-offset-4 {
		margin-left: 33.33334%;
	}
	
	.col-md-offset-3 {
		margin-left: 25%;
	}
	
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	
	.col-md-offset-1 {
		margin-left: 8.33334%;
	}
	
	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 1024px) {
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 16px;
		padding-left: 16px;
	}
	
	.col-lg-12 {
		width: 100%;
	}
	
	.col-lg-11 {
		width: 91.66667%;
	}
	
	.col-lg-10 {
		width: 83.33334%;
	}
	
	.col-lg-9 {
		width: 75%;
	}
	
	.col-lg-8 {
		width: 66.66667%;
	}
	
	.col-lg-7 {
		width: 58.33334%;
	}
	
	.col-lg-6 {
		width: 50%;
	}
	
	.col-lg-5 {
		width: 41.66667%;
	}
	
	.col-lg-4 {
		width: 33.33334%;
	}
	
	.col-lg-3 {
		width: 25%;
	}
	
	.col-lg-2 {
		width: 16.66667%;
	}
	
	.col-lg-1 {
		width: 8.33334%;
	}
	
	.col-lg-pull-12 {
		right: 100%;
	}
	
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	
	.col-lg-pull-10 {
		right: 83.33334%;
	}
	
	.col-lg-pull-9 {
		right: 75%;
	}
	
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	
	.col-lg-pull-7 {
		right: 58.33334%;
	}
	
	.col-lg-pull-6 {
		right: 50%;
	}
	
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	
	.col-lg-pull-4 {
		right: 33.33334%;
	}
	
	.col-lg-pull-3 {
		right: 25%;
	}
	
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	
	.col-lg-pull-1 {
		right: 8.33334%;
	}
	
	.col-lg-pull-0 {
		right: 0;
	}
	
	.col-lg-push-12 {
		left: 100%;
	}
	
	.col-lg-push-11 {
		left: 91.66667%;
	}
	
	.col-lg-push-10 {
		left: 83.33334%;
	}
	
	.col-lg-push-9 {
		left: 75%;
	}
	
	.col-lg-push-8 {
		left: 66.66667%;
	}
	
	.col-lg-push-7 {
		left: 58.33334%;
	}
	
	.col-lg-push-6 {
		left: 50%;
	}
	
	.col-lg-push-5 {
		left: 41.66667%;
	}
	
	.col-lg-push-4 {
		left: 33.33334%;
	}
	
	.col-lg-push-3 {
		left: 25%;
	}
	
	.col-lg-push-2 {
		left: 16.66667%;
	}
	
	.col-lg-push-1 {
		left: 8.33334%;
	}
	
	.col-lg-push-0 {
		left: 0;
	}
	
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	
	.col-lg-offset-10 {
		margin-left: 83.33334%;
	}
	
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	
	.col-lg-offset-7 {
		margin-left: 58.33334%;
	}
	
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	
	.col-lg-offset-4 {
		margin-left: 33.33334%;
	}
	
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	
	.col-lg-offset-1 {
		margin-left: 8.33334%;
	}
	
	.col-lg-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 1280px) {
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9 {
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 16px;
		padding-left: 16px;
	}
	
	.col-xl-12 {
		width: 100%;
	}
	
	.col-xl-11 {
		width: 91.66667%;
	}
	
	.col-xl-10 {
		width: 83.33334%;
	}
	
	.col-xl-9 {
		width: 75%;
	}
	
	.col-xl-8 {
		width: 66.66667%;
	}
	
	.col-xl-7 {
		width: 58.33334%;
	}
	
	.col-xl-6 {
		width: 50%;
	}
	
	.col-xl-5 {
		width: 41.66667%;
	}
	
	.col-xl-4 {
		width: 33.33334%;
	}
	
	.col-xl-3 {
		width: 25%;
	}
	
	.col-xl-2 {
		width: 16.66667%;
	}
	
	.col-xl-1 {
		width: 8.33334%;
	}
	
	.col-xl-pull-12 {
		right: 100%;
	}
	
	.col-xl-pull-11 {
		right: 91.66667%;
	}
	
	.col-xl-pull-10 {
		right: 83.33334%;
	}
	
	.col-xl-pull-9 {
		right: 75%;
	}
	
	.col-xl-pull-8 {
		right: 66.66667%;
	}
	
	.col-xl-pull-7 {
		right: 58.33334%;
	}
	
	.col-xl-pull-6 {
		right: 50%;
	}
	
	.col-xl-pull-5 {
		right: 41.66667%;
	}
	
	.col-xl-pull-4 {
		right: 33.33334%;
	}
	
	.col-xl-pull-3 {
		right: 25%;
	}
	
	.col-xl-pull-2 {
		right: 16.66667%;
	}
	
	.col-xl-pull-1 {
		right: 8.33334%;
	}
	
	.col-xl-pull-0 {
		right: 0;
	}
	
	.col-xl-push-12 {
		left: 100%;
	}
	
	.col-xl-push-11 {
		left: 91.66667%;
	}
	
	.col-xl-push-10 {
		left: 83.33334%;
	}
	
	.col-xl-push-9 {
		left: 75%;
	}
	
	.col-xl-push-8 {
		left: 66.66667%;
	}
	
	.col-xl-push-7 {
		left: 58.33334%;
	}
	
	.col-xl-push-6 {
		left: 50%;
	}
	
	.col-xl-push-5 {
		left: 41.66667%;
	}
	
	.col-xl-push-4 {
		left: 33.33334%;
	}
	
	.col-xl-push-3 {
		left: 25%;
	}
	
	.col-xl-push-2 {
		left: 16.66667%;
	}
	
	.col-xl-push-1 {
		left: 8.33334%;
	}
	
	.col-xl-push-0 {
		left: 0;
	}
	
	.col-xl-offset-12 {
		margin-left: 100%;
	}
	
	.col-xl-offset-11 {
		margin-left: 91.66667%;
	}
	
	.col-xl-offset-10 {
		margin-left: 83.33334%;
	}
	
	.col-xl-offset-9 {
		margin-left: 75%;
	}
	
	.col-xl-offset-8 {
		margin-left: 66.66667%;
	}
	
	.col-xl-offset-7 {
		margin-left: 58.33334%;
	}
	
	.col-xl-offset-6 {
		margin-left: 50%;
	}
	
	.col-xl-offset-5 {
		margin-left: 41.66667%;
	}
	
	.col-xl-offset-4 {
		margin-left: 33.33334%;
	}
	
	.col-xl-offset-3 {
		margin-left: 25%;
	}
	
	.col-xl-offset-2 {
		margin-left: 16.66667%;
	}
	
	.col-xl-offset-1 {
		margin-left: 8.33334%;
	}
	
	.col-xl-offset-0 {
		margin-left: 0;
	}
}

/* Grids flex
   -------------------------------------------------------------------------- */

.row-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row-flex > [class*='col-'] {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.row-flex > .col-flex-top {
	align-self: flex-start;
}

.row-flex > .col-flex-center {
	align-self: center;
}

.row-flex > .col-flex-bottom {
	align-self: flex-end;
}

/* Grids multi-column
   -------------------------------------------------------------------------- */

.multicol-1,
.multicol-2,
.multicol-3,
.multicol-4,
.multicol-5,
.multicol-6,
.multicol-7,
.multicol-8,
.multicol-9,
.multicol-10,
.multicol-11,
.multicol-12 {
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
}

.multicol-1 {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.multicol-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.multicol-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.multicol-4 {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

.multicol-5 {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
}

.multicol-6 {
	-webkit-column-count: 6;
	-moz-column-count: 6;
	column-count: 6;
}

.multicol-7 {
	-webkit-column-count: 7;
	-moz-column-count: 7;
	column-count: 7;
}

.multicol-8 {
	-webkit-column-count: 8;
	-moz-column-count: 8;
	column-count: 8;
}

.multicol-9 {
	-webkit-column-count: 9;
	-moz-column-count: 9;
	column-count: 9;
}

.multicol-10 {
	-webkit-column-count: 10;
	-moz-column-count: 10;
	column-count: 10;
}

.multicol-11 {
	-webkit-column-count: 11;
	-moz-column-count: 11;
	column-count: 11;
}

.multicol-12 {
	-webkit-column-count: 12;
	-moz-column-count: 12;
	column-count: 12;
}

.multicol-gap-small {
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}

.multicol-gap-large {
	-webkit-column-gap: 64px;
	-moz-column-gap: 64px;
	column-gap: 64px;
}

.multicol-break-avoid > * {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.row.multicol-1,
.row.multicol-2,
.row.multicol-3,
.row.multicol-4,
.row.multicol-5,
.row.multicol-6,
.row.multicol-7,
.row.multicol-8,
.row.multicol-9,
.row.multicol-10,
.row.multicol-11,
.row.multicol-12 {
	margin-left: 0;
	margin-right: 0;
}

.row.multicol-1 > [class*='col-'],
.row.multicol-2 > [class*='col-'],
.row.multicol-3 > [class*='col-'],
.row.multicol-4 > [class*='col-'],
.row.multicol-5 > [class*='col-'],
.row.multicol-6 > [class*='col-'],
.row.multicol-7 > [class*='col-'],
.row.multicol-8 > [class*='col-'],
.row.multicol-9 > [class*='col-'],
.row.multicol-10 > [class*='col-'],
.row.multicol-11 > [class*='col-'],
.row.multicol-12 > [class*='col-'] {
	float: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/* Media
   ========================================================================== */

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

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

@media (min-width: 576px) {
	.media-sm {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

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

@media (min-width: 768px) {
	.media-md {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

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

@media (min-width: 1024px) {
	.media-lg {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

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

@media (min-width: 1280px) {
	.media-xl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

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

/* Icons
   ========================================================================== */

[class^="icon-"],
[class*=" icon-"] {
	text-decoration: none;
	letter-spacing: 0;
}

/* Buttons
   ========================================================================== */

[role=button] {
	cursor: pointer;
}

.btn {
	display: inline-block;
	background-color: transparent;
	border: 2px solid currentColor;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	white-space: normal;
	width: auto;
	height: auto;
	padding: 10px 18px;
	cursor: pointer;
}

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

.btn[disabled],
.btn.disabled {
	opacity: .25;
	cursor: not-allowed;
}

.btn .icon {
	font-size: 12px;
	line-height: inherit;
	vertical-align: top;
	margin-left: 8px;
}

/* Button sizes
   -------------------------------------------------------------------------- */

/**
 * Button large.
 */

.btn-large {
	padding: 14px 22px;
}

/**
 * Button small.
 */

.btn-small {
	padding: 6px 14px;
}

/* Contextual variations
   -------------------------------------------------------------------------- */

/**
 * Button primary.
 */

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

.btn-primary:hover,
.btn-primary:focus {
	background-color: #00b8af;
	border-color: #00b8af;
	color: #fff;
}

/**
 * Button secondary.
 */

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

.btn-secondary:hover,
.btn-secondary:focus {
	background-color: #0072ae;
	border-color: #0072ae;
	color: #fff;
}

/* Block buttons
   -------------------------------------------------------------------------- */

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

.btn-block + .btn-block {
	margin-top: 16px;
}

@media (max-width: 575px) {
	.btn-block-xs-only {
		display: block;
		width: 100%;
	}
	
	.btn-block-xs-only + .btn-block-xs-only {
		margin-top: 16px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.btn-block-sm-only {
		display: block;
		width: 100%;
	}
	
	.btn-block-sm-only + .btn-block-sm-only {
		margin-top: 16px;
	}
}

@media (min-width: 768px) and (max-width: 1023.98px) {
	.btn-block-md-only {
		display: block;
		width: 100%;
	}
	
	.btn-block-md-only + .btn-block-md-only {
		margin-top: 16px;
	}
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
	.btn-block-lg-only {
		display: block;
		width: 100%;
	}
	
	.btn-block-lg-only + .btn-block-lg-only {
		margin-top: 16px;
	}
}

@media (min-width: 1280px) {
	.btn-block-xl-only {
		display: block;
		width: 100%;
	}
	
	.btn-block-xl-only + .btn-block-xl-only {
		margin-top: 16px;
	}
}

/* Panels
   ========================================================================== */

.panel {
	margin-top: 32px;
	margin-bottom: 32px;
}

.panel-header {
	position: relative;
}

.panel-title {
	background-color: #00b8af;
	border: 1px solid #00b8af;
	color: #fff;
	font-weight: bolder;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	padding: 15px 15px;
}

.panel-body {
	background-color: #fff;
	border: 1px solid #d7f0ef;
	padding: 23px 15px;
}

.panel-content {
}

.panel-footer {
	background-color: #f2fafa;
	border: 1px solid #d7f0ef;
	font-size: 14px;
	line-height: 20px;
	padding: 9px 15px;
}

.panel-header + .panel-body {
	margin-top: -1px;
	padding-top: 28px;
}

.panel-body + .panel-footer {
	margin-top: -1px;
	padding-top: 10px;
}

/* Iconboxes
   ========================================================================== */

.iconbox {
	margin-bottom: 40px;
	padding-left: 68px;
	position: relative;
}

.iconbox-icon {
	display: block;
	background-color: #00b8af;
	border: 2px solid #00b8af;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	padding: 14px;
	position: absolute;
	left: 0;
}

.iconbox-title {
	color: #00b8af;
	font-weight: bolder;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px;
	padding-top: 0;
}

.iconbox-text {
	font-size: 16px;
	line-height: 24px;
}

/* Divider
   ========================================================================== */

.divider {
	margin: 40px auto;
	width: 100%;
	text-align: center;
	position: relative;
	clear: both;
	overflow: hidden;
}

.divider-content {
	font-weight: bolder;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.divider-content::before,
.divider-content::after {
	content: "";
	display: block;
	width: 10000px;
	height: 1px;
	position: absolute;
	top: 50%;
	background-color: #d7f0ef;
	margin-top: -1px;
}

.divider-content::before {
	right: 100%;
	margin-right: 16px;
}

.divider-content::after {
	left: 100%;
	margin-left: 16px;
}

.divider-content .icon {
	display: block;
	background-color: #00b8af;
	border: 2px solid #00b8af;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	padding: 14px;
}

/* Tables
   ========================================================================== */

.table {
	font-size: 15px;
	line-height: 24px;
	width: 100%;
	max-width: 100%;
	margin-top: 32px;
	margin-bottom: 32px;
}

.table thead th {
	background-color: #00b8af;
	color: #fff;
	padding: 16px 16px 16px;
}

.table tbody th {
	background-color: #f2fafa;
	border-bottom: 1px solid #d7f0ef;
	padding: 16px 16px 15px;
}

.table tbody td {
	background-color: #fff;
	border-bottom: 1px solid #d7f0ef;
	padding: 16px 16px 15px;
}

/* Striped table
   -------------------------------------------------------------------------- */

.table-striped tbody tr:nth-child(odd) td {
	background-color: #fff;
}

.table-striped tbody tr:nth-child(even) td {
	background-color: #f2fafa;
}

/* Bordered table
   -------------------------------------------------------------------------- */

.table-bordered thead th {
	border-left: 1px solid #d7f0ef;
	padding-left: 15px;
}

.table-bordered thead th:first-child {
	border-left: 1px solid #00b8af;
	padding-left: 15px;
}

.table-bordered thead th:last-child {
	border-right: 1px solid #00b8af;
	padding-right: 15px;
}

.table-bordered tbody th {
	border-left: 1px solid #d7f0ef;
	padding-left: 15px;
}

.table-bordered tbody th:first-child {
	border-left: 1px solid #d7f0ef;
	padding-left: 15px;
}

.table-bordered tbody th:last-child {
	border-right: 1px solid #d7f0ef;
	padding-right: 15px;
}

.table-bordered tbody td {
	border-left: 1px solid #d7f0ef;
	padding-left: 15px;
}

.table-bordered tbody td:first-child {
	border-left: 1px solid #d7f0ef;
	padding-left: 15px;
}

.table-bordered tbody td:last-child {
	border-right: 1px solid #d7f0ef;
	padding-right: 15px;
}

.table-bordered tbody tr:first-child th,
.table-bordered tbody tr:first-child td {
	border-top: 1px solid #d7f0ef;
	padding-top: 15px;
}

.table-bordered thead + tbody tr:first-child th,
.table-bordered thead + tbody tr:first-child td {
	border-top: 0;
	padding-top: 16px;
}

/* Rounded table
   -------------------------------------------------------------------------- */

.table-rounded thead th:first-child {
	border-top-left-radius: 8px;
}

.table-rounded thead th:last-child {
	border-top-right-radius: 8px;
}

.table-rounded tbody tr:first-child th:first-child,
.table-rounded tbody tr:first-child td:first-child {
	border-top-left-radius: 8px;
}

.table-rounded tbody tr:first-child th:last-child,
.table-rounded tbody tr:first-child td:last-child {
	border-top-right-radius: 8px;
}

.table-rounded thead + tbody tr:first-child th:first-child,
.table-rounded thead + tbody tr:first-child td:first-child {
	border-top-left-radius: 0;
}

.table-rounded thead + tbody tr:first-child th:last-child,
.table-rounded thead + tbody tr:first-child td:last-child {
	border-top-right-radius: 0;
}

.table-rounded tbody tr:last-child th:first-child,
.table-rounded tbody tr:last-child td:first-child {
	border-bottom-left-radius: 8px;
}

.table-rounded tbody tr:last-child th:last-child,
.table-rounded tbody tr:last-child td:last-child {
	border-bottom-right-radius: 8px;
}

/* Responsive table
   -------------------------------------------------------------------------- */

.table-responsive {
	display: block;
	width: 100%;
	min-height: 0%;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	margin-top: 32px;
	margin-bottom: 32px;
}

.table-responsive table {
	margin-top: 0;
	margin-bottom: 0;
}

/* Video Overlay
   ========================================================================== */

.video-overlay {
	background-color: #000;
	padding-bottom: 56.25%;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.video-overlay iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-overlay-cover img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.video-overlay-cover::after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\ea15";
	display: block;
	color: #fff;
	font-size: 48px;
	text-align: center;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* Accordion
   ========================================================================== */

.accordion {
	margin-top: 32px;
	margin-bottom: 16px;
}

.accordion-header {
	border-top: 1px solid #d7f0ef;
	border-bottom: 1px solid #d7f0ef;
	margin-top: -1px;
	padding: 11px 0 12px;
	cursor: pointer;
	position: relative;
}

.accordion-header:first-of-type {
	margin-top: 0;
}

.accordion-title {
	color: #00b8af;
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 0;
	margin: 0;
	padding: 0 32px 0 0;
	position: relative;
}

.accordion-title::after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* line-height: 1; */
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\eaed";
	color: #000;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	height: 24px;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
}

.accordion-content {
	background-color: #fff;
	border-top: 1px solid #d7f0ef;
	border-bottom: 1px solid #d7f0ef;
	margin-top: -1px;
	padding: 15px 0;
}

.accordion-content *:last-child {
	margin-bottom: 0;
}

.accordion-header:hover {
}

.accordion-header:hover .accordion-title {
	color: #00b8af;
}

.accordion-header:hover .accordion-title::after {
	color: #00b8af;
}

.accordion-header.active {
}

.accordion-header.active .accordion-title {
}

.accordion-header.active .accordion-title::after {
	content: "\eaeb";
}

/* Tabset
   ========================================================================== */

.tabset {
	margin-top: 32px;
	margin-bottom: 32px;
}

.tabset::after {
	display: table;
	clear: both;
	content: "";
}

/**
 * Tabs.
 */

.tabs {
	list-style: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

.tab-item {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.tab-item + .tab-item {
	margin-left: -1px;
}

/**
 * Tab link.
 */

.tab-link {
	display: block;
	background-color: #f2fafa;
	border: 1px solid #d7f0ef;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	padding: 11px 15px 12px;
}

.tab-link:hover,
.tab-link:focus {
	color: #00b8af;
	text-decoration: none;
}

.tab-link.active {
	background-color: #fff;
	border-bottom-color: transparent;
	color: #00b8af;
}

/**
 * Tab previous and next.
 */

.tab-previous,
.tab-next {
	display: block;
	color: #000;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	padding: 12px 16px;
}

.tab-previous::before,
.tab-next::after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* line-height: 1; */
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	vertical-align: top;
}

.tab-previous::before {
	content: "\eaec";
}

.tab-next::after {
	content: "\eaed";
}

.tab-previous:hover,
.tab-previous:focus,
.tab-next:hover,
.tab-next:focus {
	color: #00b8af;
	text-decoration: none;
}

/**
 * Tab toggle.
 */

.tab-toggle {
	display: none;
	border-top: 1px solid #d7f0ef;
	border-bottom: 1px solid #d7f0ef;
	color: #00b8af;
	font-weight: bolder;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	margin-top: -1px;
	padding: 11px 47px 12px 0;
	position: relative;
}

.tab-toggle:first-of-type {
	margin-top: 0;
}

.tab-toggle::after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* line-height: 1; */
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\eaed";
	color: #000;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	height: 24px;
	margin-top: auto;
	margin-bottom: auto;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
}

.tab-toggle:hover,
.tab-toggle:focus {
	color: #00b8af;
	text-decoration: none;
}

.tab-toggle:hover:after,
.tab-toggle:focus:after {
}

.tab-toggle.active {
}

.tab-toggle.active::after {
	content: "\eaeb";
}

/**
 * Tab.
 */

.tab {
	display: none;
	background-color: #fff;
	border-top: 1px solid #d7f0ef;
	border-bottom: 1px solid #d7f0ef;
	margin-top: -1px;
	padding: 15px 0;
}

.tab::after {
	display: table;
	clear: both;
	content: "";
}

.tab-header {
}

.tab-body {
}

.tab-content {
}

.tab-footer {
}

.tab.active {
	display: block;
}

/* Responsive tabset
   -------------------------------------------------------------------------- */

@media (max-width: 767.98px) {
	.tabset-responsive .tabs {
		display: none;
	}
	
	.tabset-responsive .tab-toggle {
		display: block;
	}
}

/* Sliders
   ========================================================================== */

/* Slick slider
   -------------------------------------------------------------------------- */

.slick-slider {
	position: relative;
	display: block;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

/**
 * Slick list.
 */

.slick-list {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.slick-list,
.slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track::after {
	display: table;
	clear: both;
	content: "";
}

.slick-loading .slick-track {
	visibility: hidden;
}

/**
 * Slick slide.
 */

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	margin: 0;
	padding: 0;
}

.slick-slide img {
	display: block;
	max-width: 100%;
	height: auto;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

/**
 * Slick arrows.
 */

.slick-arrow {
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-prev,
.slick-next {
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 0;
	line-height: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: #fff;
	text-align: center;
	border: none;
	padding: 16px;
	position: absolute;
	top: 50%;
	z-index: 2;
}

.slick-prev {
	left: 16px;
}

.slick-next {
	right: 16px;
}

.slick-prev::before,
.slick-next::after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 1;
}

.slick-prev::before {
	content: "\eaec";
}

.slick-next::after {
	content: "\eaed";
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background-color: rgba(0, 0, 0, 0.75);
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: 0;
	cursor: auto;
}

/**
 * Slick dots.
 */

.slick-dots {
	list-style: none;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 16px;
	left: 0;
	z-index: 1;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
	padding: 0;
	position: relative;
}

.slick-dots button {
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.5);
	font-size: 0;
	line-height: 0;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
}

.slick-dots button:hover,
.slick-dots button:focus {
	background-color: rgba(0, 0, 0, 0.75);
}

.slick-dots .slick-active {
}

.slick-dots .slick-active button {
}

.slick-dots .slick-active button::before {
	content: "";
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
}

/* Slider
   -------------------------------------------------------------------------- */

.slider {
	background-color: #f2fafa;
	margin-top: 40px;
	margin-bottom: 40px;
}

.slide {
	display: none;
	margin: 0;
	padding: 8px;
}

.slide:first-child {
	display: block;
}

/* Modals
   ========================================================================== */

/* Fancybox
   -------------------------------------------------------------------------- */

body.fancybox-active {
	overflow: hidden;
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #000;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.80;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #d7f0ef;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0); 
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #fff;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	/*padding: 24px;*/
	padding: 16px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
	display: none;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
}

/* Buttons */
.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: color .3s ease;
	cursor: pointer;
	outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #fff;
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: rgba(255, 255, 255, 0.75);
}

.fancybox-button[disabled] {
	color: #d7f0ef;
	cursor: default;
	opacity: 0.6;
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
	display: none;
}

.fancybox-button--zoom svg path {
	fill: transparent;
}

/* Navigation arrows */
.fancybox-navigation {
	display: none;
}

.fancybox-show-nav .fancybox-navigation {
	display: block;
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px;
}

.fancybox-navigation button::before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small::after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #fff;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #fff;
}

.fancybox-close-small:hover:after {
	color: #000;
	background: #f2fafa;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -40px;
}

.fancybox-slide--image .fancybox-close-small::after,
.fancybox-slide--iframe .fancybox-close-small::after {
	font-size: 35px;
	color: #f2fafa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

/* Caption */
.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 32px 0 32px;
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
	pointer-events: none;
}

.fancybox-caption {
	padding: 31px 0 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative;
	/* Fix IE11 */
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
	border: 6px solid rgba(255, 255, 255, 0.25);
	border-top: 6px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	} 
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	} 
}

/* Transition effects */
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0;
}
	
.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0;
}
	
.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
	padding: 32px;
	border-radius: 4px;
	background: #fff;
	max-width: 90%;
	text-align: center;
}

.fancybox-share h1 {
	padding-top: 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

p.fancybox-share__links {
	margin-right: -10px;
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 4px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	transition: all .2s;
}

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

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #000;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7f0ef;
}

/* Thumbs */
.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px 2px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap;
}

.fancybox-thumbs-x > ul {
	overflow: hidden;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0.75;
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active img {
	opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 799.98px) {
	.fancybox-thumbs {
		width: 110px;
	}
	
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	
	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	} 
}

/* Gallery
   ========================================================================== */

.gallery {
	margin: 40px -16px;
}

.gallery-columns {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	margin-bottom: -32px;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 32px;
	padding: 0 16px;
}

.gallery-thumbnail {
}

.gallery-thumbnail img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.gallery-caption {
	border-bottom: 1px solid #d7f0ef;
	color: #00b8af;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-top: 16px;
	padding-bottom: 15px;
}

.gallery-item {
	width: 50%;
}

@media (min-width: 576px) {
	.gallery-columns-1 .gallery-item {
		width: 100%;
	}
	
	.gallery-columns-2 .gallery-item {
		width: 50%;
	}
	
	.gallery-columns-3 .gallery-item {
		width: 33.33334%;
	}
	
	.gallery-columns-4 .gallery-item {
		width: 25%;
	}
	
	.gallery-columns-5 .gallery-item {
		width: 20%;
	}
	
	.gallery-columns-6 .gallery-item {
		width: 16.66667%;
	}
	
	.gallery-columns-7 .gallery-item {
		width: 14.2857%;
	}
	
	.gallery-columns-8 .gallery-item {
		width: 12.5%;
	}
	
	.gallery-columns-9 .gallery-item {
		width: 11.11111%;
	}
}

/* Navigations
   ========================================================================== */

.navigation::after {
	display: table;
	clear: both;
	content: "";
}

/* Paging navigation
   -------------------------------------------------------------------------- */

.paging-navigation {
	clear: both;
	border-top: 1px solid #d7f0ef;
	border-bottom: 1px solid #d7f0ef;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.paging-navigation .nav-links {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	text-align: center;
}

.paging-navigation .page-numbers {
	display: inline-block;
	vertical-align: top;
	color: #000;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	min-width: 32px;
	margin-left: 4px;
	margin-right: 4px;
}

.paging-navigation .page-numbers:hover,
.paging-navigation .page-numbers:focus {
}

.paging-navigation .previous,
.paging-navigation .next {
	font-size: 0;
	color: #00b8af;
	min-width: auto;
}

.paging-navigation .previous {
	float: left;
	margin-left: 0;
	margin-right: 8px;
}

.paging-navigation .next {
	float: right;
	margin-right: 0;
	margin-left: 8px;
}

.paging-navigation .previous::before,
.paging-navigation .next::after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* line-height: 1; */
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}

.paging-navigation .previous::before {
	content: "\eaec";
	margin-right: 8px;
}

.paging-navigation .next::after {
	content: "\eaed";
	margin-left: 8px;
}

.paging-navigation .previous:hover,
.paging-navigation .previous:focus,
.paging-navigation .next:hover,
.paging-navigation .next:focus {
}

.paging-navigation .previous:hover:before,
.paging-navigation .previous:focus:before,
.paging-navigation .next:hover:after,
.paging-navigation .next:focus:after {
}

.paging-navigation .current,
.paging-navigation .current:hover,
.paging-navigation .current:focus {
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px #d7f0ef;
	color: #00b8af;
}

/* Pager navigation
   -------------------------------------------------------------------------- */

.pager-navigation {
	clear: both;
	border-top: 1px solid #d7f0ef;
	border-bottom: 1px solid #d7f0ef;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.pager-navigation .nav-links {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	text-align: center;
}

.pager-navigation .nav-previous,
.pager-navigation .nav-next {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 32px;
}

.pager-navigation .nav-previous {
	float: left;
	margin-right: 8px;
}

.pager-navigation .nav-next {
	float: right;
	margin-left: 8px;
}

.pager-navigation .nav-previous a,
.pager-navigation .nav-next a {
	display: block;
	text-decoration: none;
}

.pager-navigation .nav-previous a::before,
.pager-navigation .nav-next a::after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* line-height: 1; */
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
}

.pager-navigation .nav-previous a::before {
	content: "\eaec";
	margin-right: 8px;
}

.pager-navigation .nav-next a::after {
	content: "\eaed";
	margin-left: 8px;
}

.pager-navigation .nav-previous a:hover,
.pager-navigation .nav-previous a:focus,
.pager-navigation .nav-next a:hover,
.pager-navigation .nav-next a:focus {
}

.pager-navigation .nav-previous a:hover:before,
.pager-navigation .nav-previous a:focus:before,
.pager-navigation .nav-next a:hover:after,
.pager-navigation .nav-next a:focus:after {
}

/* Menus
   ========================================================================== */

.menu,
.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu::after,
.sub-menu::after {
	display: table;
	clear: both;
	content: "";
}

/* Custom Forms
   ========================================================================== */

/* Search form
   -------------------------------------------------------------------------- */

.search-form {
	position: relative;
}

.search-form label {
	display: block;
	margin-bottom: 0;
}

.search-field {
	display: block;
	width: 100%;
}

.search-submit {
	background-color: transparent;
	border: 0;
	font-size: 0;
	letter-spacing: 0;
	margin: auto 0;
	padding: 0 12px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.search-submit::before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	vertical-align: middle;
	content: "\e986";
	font-size: 16px;
	text-align: center;
}

.search-submit:hover,
.search-submit:focus {
}

.search-submit:hover:before,
.search-submit:focus:before {
}

/* Social
   ========================================================================== */

.social {
}

.social-title {
	font-size: 16px;
	line-height: 24px;
	padding-top: 0;
	margin-bottom: 8px;
}

/**
 * Social menu.
 */

.social-menu {
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	margin-bottom: -8px;
}

.social-menu li {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-bottom: 8px;
}

.social-menu a {
	display: block;
	text-decoration: none;
}

.social-menu a::before {
	font-size: 24px;
}

.social-menu a:hover,
.social-menu a:focus {
}

.social-menu a:hover:before,
.social-menu a:focus:before {
}

/* Ratio
   ========================================================================== */

.ratio {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

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

.ratio-21x9 {
	padding-bottom: 42.857143%;
}

.ratio-16x9 {
	padding-bottom: 56.25%;
}

.ratio-4x3 {
	padding-bottom: 75%;
}

.ratio-1x1 {
	padding-bottom: 100%;
}

/* Text
   ========================================================================== */

.text-pretitle {
	color: #00b8af;
	font-weight: bolder;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 16px;
}

.text-pretitle + .text-title {
	margin-top: -20px;
	padding-top: 0;
}

.text-title {
	color: #0072ae;
	font-weight: 500;
	font-size: 48px;
	line-height: 56px;
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 16px;
}

.text-title + .text-subtitle {
	margin-top: -20px;
	padding-top: 0;
}

.text-subtitle {
	color: #333232;
	font-weight: bolder;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 16px;
}

@media (min-width: 768px) {
	.text-pretitle {
		font-size: 20px;
		line-height: 28px;
	}
	
	.text-title {
		font-size: 56px;
		line-height: 64px;
	}
	
	.text-subtitle {
		font-size: 20px;
		line-height: 28px;
	}
}

@media (min-width: 1280px) {
	.text-pretitle {
		font-size: 24px;
		line-height: 32px;
	}
	
	.text-title {
		font-size: 64px;
		line-height: 72px;
	}
	
	.text-subtitle {
		font-size: 24px;
		line-height: 32px;
	}
}

.text-large {
	font-size: 120%;
}

.text-small {
	font-size: 80%;
}

.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-underline {
	text-decoration: underline;
}

.text-strikethrough {
	text-decoration: line-through;
}

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

.text-hyphenate {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.text-color-primary {
	color: #00b8af;
}

.text-line,
.text-line-left,
.text-line-right {
	display: block;
	overflow: hidden;
}

.text-line {
	text-align: center;
}

.text-line-left {
	text-align: right;
}

.text-line-right {
	text-align: left;
}

.text-line::before,
.text-line::after,
.text-line-left::before,
.text-line-right::after {
	background-color: currentColor;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.text-line::before {
	right: 16px;
	margin-left: -50%;
}

.text-line::after {
	left: 16px;
	margin-right: -50%;
}

.text-line-left::before {
	right: 16px;
	margin-left: -100%;
	width: 100%;
}

.text-line-right::after {
	left: 16px;
	margin-right: -100%;
	width: 100%;
}

/* Helper classes
   ========================================================================== */

/**
 * Alignment.
 */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone {
	float: none;
}

/**
 * Clear floats.
 */

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

/**
 * Clearfix.
 */

.clearfix::after {
	display: table;
	clear: both;
	content: "";
}

/**
 * Display.
 */

.display-block {
	display: block !important;
}

.display-inline {
	display: inline !important;
}

.display-inline-block {
	display: inline-block !important;
}

.display-none {
	display: none !important;
}

@media (max-width: 575.98px) {
	.display-block-xs {
		display: block !important;
	}
	
	.display-inline-xs {
		display: inline !important;
	}
	
	.display-inline-block-xs {
		display: inline-block !important;
	}
	
	.display-none-xs {
		display: none !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.display-block-sm {
		display: block !important;
	}
	
	.display-inline-sm {
		display: inline !important;
	}
	
	.display-inline-block-sm {
		display: inline-block !important;
	}
	
	.display-none-sm {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1023.98px) {
	.display-block-md {
		display: block !important;
	}
	
	.display-inline-md {
		display: inline !important;
	}
	
	.display-inline-block-md {
		display: inline-block !important;
	}
	
	.display-none-md {
		display: none !important;
	}
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
	.display-block-lg {
		display: block !important;
	}
	
	.display-inline-lg {
		display: inline !important;
	}
	
	.display-inline-block-lg {
		display: inline-block !important;
	}
	
	.display-none-lg {
		display: none !important;
	}
}

@media (min-width: 1280px) {
	.display-block-xl {
		display: block !important;
	}
	
	.display-inline-xl {
		display: inline !important;
	}
	
	.display-inline-block-xl {
		display: inline-block !important;
	}
	
	.display-none-xl {
		display: none !important;
	}
}

/**
 * Vertical spacing.
 */

.vspace-small {
	margin-top: 16px;
	margin-bottom: 16px;
}

.vspace-medium {
	margin-top: 32px;
	margin-bottom: 32px;
}

.vspace-large {
	margin-top: 40px;
	margin-bottom: 40px;
}

/**
 * Horizontal spacing.
 */

.hspace-small {
	margin-left: 16px;
	margin-right: 16px;
}

.hspace-medium {
	margin-left: 32px;
	margin-right: 32px;
}

.hspace-large {
	margin-left: 40px;
	margin-right: 40px;
}

/**
 * Image replacement.
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
}

.ir::before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/**
 * Hide from both screenreaders and browsers.
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/**
 * Hide only visually, but have it available for screenreaders.
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/**
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard.
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/**
 * Hide visually and from screenreaders, but maintain layout.
 */

.invisible {
	visibility: hidden;
}

/**
 * Text meant only for screen readers.
 */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus {
	display: block;
	background-color: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
	clip: auto !important;
	color: #000;
	font-weight: bolder;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	height: auto;
	padding: 8px;
	top: 4px;
	left: 4px;
	width: auto;
	z-index: 100000;
}

/**
 * Baseline grid.
 */

.baseline {
	position: relative;
}

.baseline::after {
	content: "";
	display: block;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMSA0OCI+PGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEsIC5jbHMtMiwgLmNscy0zIHsgICAgICAgIGZpbGw6IHJlZDsgICAgICB9ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsgICAgICAgIG9wYWNpdHk6IDAuMTsgICAgICB9ICAgICAgLmNscy0yIHsgICAgICAgIG9wYWNpdHk6IDAuMjU7ICAgICAgfSAgICAgIC5jbHMtMyB7ICAgICAgICBvcGFjaXR5OiAwLjU7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMCwwSDFWOEgwVjBaTTAsOEgxdjhIMFY4Wm0wLDhIMXY4SDBWMTZaIi8+ICA8cmVjdCBjbGFzcz0iY2xzLTIiIHk9IjciIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4gIDxyZWN0IGNsYXNzPSJjbHMtMiIgeT0iMTUiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4gIDxyZWN0IGNsYXNzPSJjbHMtMyIgeT0iMjMiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4gIDxyZWN0IGNsYXNzPSJjbHMtMiIgeT0iMzEiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4gIDxyZWN0IGNsYXNzPSJjbHMtMiIgeT0iMzkiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4gIDxyZWN0IGNsYXNzPSJjbHMtMyIgeT0iNDciIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48L3N2Zz4=');
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
