 @media (min-width: 768px) {
 .dl-horizontal dt {
 float: left;
 width: 160px;
 clear: left;
 text-align: right;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
 .dl-horizontal dd {
 margin-left: 180px;
}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}
blockquote p:last-child,  blockquote ul:last-child,  blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer,  blockquote small,  blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #777777;
}
blockquote footer:before,  blockquote small:before,  blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before,  .blockquote-reverse small:before,  .blockquote-reverse .small:before,  blockquote.pull-right footer:before,  blockquote.pull-right small:before,  blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after,  .blockquote-reverse small:after,  .blockquote-reverse .small:after,  blockquote.pull-right footer:after,  blockquote.pull-right small:after,  blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
blockquote:before, blockquote:after {
	content: "";
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.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 {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857;
	color: #777777;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
 @media (min-width: 768px) {
 .navbar-right .dropdown-menu {
 right: 0;
 left: auto;
}
 .navbar-right .dropdown-menu-left {
 left: 0;
 right: auto;
}
}
/*@import "bootstrap/button-groups";*/
/*@import "bootstrap/input-groups";*/
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.nav > li.disabled > a {
	color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #428bca;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.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 {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #428bca;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
	width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
	float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
 @media (min-width: 768px) {
 .nav-justified > li, .nav-tabs.nav-justified > li {
 display: table-cell;
 width: 1%;
}
 .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
 margin-bottom: 0;
}
}
.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,  .nav-tabs-justified > .active > a:hover,  .nav-tabs.nav-justified > .active > a:hover,  .nav-tabs-justified > .active > a:focus,  .nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}
 @media (min-width: 768px) {
 .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
 border-bottom: 1px solid #ddd;
 border-radius: 4px 4px 0 0;
}
 .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,  .nav-tabs-justified > .active > a:hover,  .nav-tabs.nav-justified > .active > a:hover,  .nav-tabs-justified > .active > a:focus,  .nav-tabs.nav-justified > .active > a:focus {
 border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
/*@import "bootstrap/navbar";*/
/*@import "bootstrap/breadcrumbs";*/
/*@import "bootstrap/pagination";*/
/*@import "bootstrap/pager";*/
/*@import "bootstrap/labels";*/
/*@import "bootstrap/badges";*/
/*@import "bootstrap/jumbotron";*/
/*@import "bootstrap/thumbnails";*/
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.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 {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.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;
}
/*@import "bootstrap/progress-bars";*/
/*@import "bootstrap/media";*/
/*@import "bootstrap/list-group";*/
/*@import "bootstrap/panels";*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,  .embed-responsive iframe,  .embed-responsive embed,  .embed-responsive object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}
/*@import "bootstrap/wells";*/
.close {
	float: none;
	opacity: 1;
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
	content: " ";
	display: table;
}
.modal-footer:after {
	clear: both;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
 @media (min-width: 768px) {
 .modal-dialog {
 width: 600px;
 margin: 30px auto;
}
 .modal-content {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
 .modal-sm {
 width: 300px;
}
}
 @media (min-width: 992px) {
 .modal-lg {
 width: 900px;
}
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.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 {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
}
.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px;
}
.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}
/*@import "bootstrap/carousel";*/
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix: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 {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
 @-ms-viewport {
 width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl {
	display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-xl-block, .visible-xl-inline, .visible-xl-inline-block {
	display: none !important;
}
 @media (max-width: 767px) {
 .visible-xs {
 display: block !important;
}
 table.visible-xs {
 display: table;
}
 tr.visible-xs {
 display: table-row !important;
}
 th.visible-xs,  td.visible-xs {
 display: table-cell !important;
}
}
 @media (max-width: 767px) {
 .visible-xs-block {
 display: block !important;
}
}
 @media (max-width: 767px) {
 .visible-xs-inline {
 display: inline !important;
}
}
 @media (max-width: 767px) {
 .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;
}
 tr.visible-sm {
 display: table-row !important;
}
 th.visible-sm,  td.visible-sm {
 display: table-cell !important;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
 .visible-sm-block {
 display: block !important;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
 .visible-sm-inline {
 display: inline !important;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
 .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;
}
 tr.visible-md {
 display: table-row !important;
}
 th.visible-md,  td.visible-md {
 display: table-cell !important;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-block {
 display: block !important;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-inline {
 display: inline !important;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
 .visible-md-inline-block {
 display: inline-block !important;
}
}
 @media (min-width: 1200px) and (max-width: 1599px) {
 .visible-lg {
 display: block !important;
}
 table.visible-lg {
 display: table;
}
 tr.visible-lg {
 display: table-row !important;
}
 th.visible-lg,  td.visible-lg {
 display: table-cell !important;
}
}
 @media (min-width: 1200px) and (max-width: 1599px) {
 .visible-lg-block {
 display: block !important;
}
}
 @media (min-width: 1200px) and (max-width: 1599px) {
 .visible-lg-inline {
 display: inline !important;
}
}
 @media (min-width: 1200px) and (max-width: 1599px) {
 .visible-lg-inline-block {
 display: inline-block !important;
}
}
 @media (min-width: 1600px) {
 .visible-xl {
 display: block !important;
}
 table.visible-xl {
 display: table;
}
 tr.visible-xl {
 display: table-row !important;
}
 th.visible-xl,  td.visible-xl {
 display: table-cell !important;
}
}
 @media (min-width: 1600px) {
 .visible-xl-block {
 display: block !important;
}
}
 @media (min-width: 1600px) {
 .visible-xl-inline {
 display: inline !important;
}
}
 @media (min-width: 1600px) {
 .visible-xl-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) and (max-width: 1599px) {
 .hidden-lg {
 display: none !important;
}
}
 @media (min-width: 1600px) {
 .hidden-xl {
 display: none !important;
}
}
.visible-print {
	display: none !important;
}
 @media print {
.visible-print {
	display: block !important;
}
table.visible-print {
	display: table;
}
tr.visible-print {
	display: table-row !important;
}
th.visible-print,  td.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;
}
}
 @media print {
.hidden-print {
	display: none !important;
}
}
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}
.flickity-enabled:focus {
	outline: none;
}
.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}
.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
	position: absolute;
	background: rgba(255, 255, 255, 0.75);
	border: none;
	color: #333;
}
.flickity-button:hover {
	background: white;
	cursor: pointer;
}
.flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
	opacity: 0.6;
}
.flickity-button:disabled {
	opacity: 0.3;
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
	fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	/* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
	left: 10px;
}
.flickity-prev-next-button.next {
	right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}
.flickity-rtl .flickity-page-dots {
	direction: rtl;
}
.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
	opacity: 1;
}
/**
 * jQuery toast plugin created by Kamran Ahmed copyright MIT license 2014
 */
.jq-toast-wrap {
	display: block;
	position: fixed;
	width: 250px;
	pointer-events: none !important;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	z-index: 9000 !important;
}
.jq-toast-wrap * {
	margin: 0;
	padding: 0;
}
.jq-toast-wrap.bottom-left {
	bottom: 20px;
	left: 20px;
}
.jq-toast-wrap.bottom-right {
	bottom: 20px;
	right: 40px;
}
.jq-toast-wrap.top-left {
	top: 20px;
	left: 20px;
}
.jq-toast-wrap.top-right {
	top: 20px;
	right: 40px;
}
.jq-toast-single {
	display: block;
	width: 100%;
	padding: 20px;
	margin: 0px 0px 5px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 17px;
	position: relative;
	pointer-events: all !important;
	background-color: #444444;
	color: white;
}
.jq-toast-single h2 {
	font-size: 18px;
	margin: 0px 0px 7px;
	background: none;
	color: inherit;
	line-height: inherit;
	letter-spacing: normal;
}
.jq-toast-single a {
	color: #eee;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid white;
	padding-bottom: 3px;
	font-size: 12px;
}
.jq-toast-single ul {
	margin: 0px 0px 0px 15px;
	background: none;
	padding: 0px;
}
.jq-toast-single ul li {
	list-style-type: disc !important;
	line-height: 17px;
	background: none;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
}
.close-jq-toast-single {
	position: absolute;
	top: 3px;
	right: 7px;
	font-size: 14px;
	cursor: pointer;
}
.jq-toast-loader {
	display: block;
	position: absolute;
	top: -2px;
	height: 5px;
	width: 0%;
	left: 0;
	border-radius: 5px;
	background: red;
}
.jq-toast-loaded {
	width: 100%;
}
.jq-has-icon {
	padding: 20px 20px 20px 60px;
	background-repeat: no-repeat;
	background-position: 20px;
}
.jq-icon-info {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=");
	background-color: #31708f;
	color: #d9edf7;
	border-color: #bce8f1;
}
.jq-icon-warning {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=");
	background-color: #8a6d3b;
	color: #fcf8e3;
	border-color: #faebcc;
}
.jq-icon-error {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=");
	background-color: #a94442;
	color: #f2dede;
	border-color: #ebccd1;
}
.jq-icon-success {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==");
	color: #dff0d8;
	background-color: #3c763d;
	border-color: #d6e9c6;
}
.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
 .animated:not(.scroll-active):not(.active) {
 opacity: 0;
 -webkit-animation-name: initial;
 animation-name: initial;
}
 @-webkit-keyframes flipInX {
 from {
 opacity: 0;
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 opacity: 1;
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}
}
 @keyframes flipInX {
 from {
 opacity: 0;
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 40% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 60% {
 opacity: 1;
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
}
 80% {
 -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
 transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
}
}
.flipInX {
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
 @-webkit-keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
 @keyframes zoomIn {
 from {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
 opacity: 1;
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
 @-webkit-keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
 @-webkit-keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -50px, 0);
 transform: translate3d(0, -50px, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -50px, 0);
 transform: translate3d(0, -50px, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
 @-webkit-keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 50px, 0);
 transform: translate3d(0, 50px, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 50px, 0);
 transform: translate3d(0, 50px, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
 @-webkit-keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeInLeft {
 from {
 opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
 @-webkit-keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.body-backdrop {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	opacity: 0;
	background: #333;
	pointer-events: none;
	transition: opacity 0.5s;
}
body.backdrop-active .body-backdrop {
	opacity: 1;
	pointer-events: initial;
	-webkit-backdrop-filter: blur(19px);
	backdrop-filter: blur(19px);
	background: rgba(51, 51, 51, 0.5);
}
 @media only screen and (min-width: 992px) {
}
body.loading {
	opacity: 0;
}
#wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	margin: 0 auto;
	min-height: 100%;
}
.content {
	flex: 1 1 0;
}
.row-xs-eqheight {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.row-xs-eqheight > div {
	min-height: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
 @media only screen and (min-width: 768px) {
 .row-sm-eqheight {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}
 .row-sm-eqheight > div {
 min-height: 100%;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
}
 @media only screen and (min-width: 992px) {
 .row-md-eqheight {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}
 .row-md-eqheight > div {
 min-height: 100%;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
}
 @media only screen and (min-width: 1200px) {
 .row-lg-eqheight {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}
 .row-lg-eqheight > div {
 min-height: 100%;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
}
 @media only screen and (min-width: 1600px) {
 .row-xl-eqheight {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}
 .row-xl-eqheight > div {
 min-height: 100%;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
}
.row--nopadding {
	margin: 0;
}
 .row--nopadding > div[class*='col-'] {
 padding-right: 0;
 padding-left: 0;
}
 @media only screen and (min-width: 992px) {
 .row--xbig {
 margin: 0 -50px;
}
}
 @media only screen and (min-width: 992px) {
 .row--xbig > div[class*='col-'] {
 padding-right: 50px;
 padding-left: 50px;
}
}
 @media only screen and (min-width: 992px) {
 .row--big {
 margin: 0 -25px;
}
}
 @media only screen and (min-width: 992px) {
 .row--big > div[class*='col-'] {
 padding-right: 25px;
 padding-left: 25px;
}
}
.row--xsmall {
	margin: 0 -5px;
}
 .row--xsmall > div[class*='col-'] {
 padding-right: 5px;
 padding-left: 5px;
}
.row--small {
	margin: 0 -7px;
}
 .row--small > div[class*='col-'] {
 padding-right: 7px;
 padding-left: 7px;
}
.row--vtop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: start;
	flex-wrap: wrap;
}
.row--vcenter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
 @media only screen and (min-width: 768px) {
 .row--vcenter-sm {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 align-items: center;
}
}
 @media only screen and (min-width: 992px) {
 .row--vcenter-md {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 align-items: center;
}
}
.row--vbottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
}
 @media only screen and (min-width: 992px) {
 .row--vbottom-md {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 align-items: flex-end;
}
}
.heading {
	display: block;
	margin-bottom: 15px;
}
.heading strong {
	font-weight: bold;
}
.heading:last-child {
	margin-bottom: 0;
}
.heading--ultra {
	font-family: "Founders Grotesk", sans-serif;
	font-size: 2.25em;
	font-weight: 900;
}
 @media only screen and (min-width: 992px) {
 .heading--ultra {
 font-size: 3.5em;
}
}
 @media only screen and (min-width: 1600px) {
 .heading--ultra {
 font-size: 4em;
}
}
.heading--lv1, .text-box--easy h1 {
	font-family: "Founders Grotesk", sans-serif;
	font-size: 1.875em;
	font-weight: 700;
	line-height: 1.42;
}
 @media only screen and (min-width: 992px) {
 .heading--lv1, .text-box--easy h1 {
 font-size: 2.5em;
}
}
.heading--lv2, .text-box--easy h2 {
	font-family: "Founders Grotesk", sans-serif;
	font-size: 1.563em;
	font-weight: 400;
	line-height: 1.12em;
}
.heading--lv3, .text-box--easy h3 {
	font-family: "Founders Grotesk", sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.42;
}
 @media only screen and (min-width: 992px) {
 .heading--lv3, .text-box--easy h3 {
 font-size: 2em;
}
}
.heading--lv4, .text-box--easy h4 {
	font-family: "Founders Grotesk", sans-serif;
	font-size: 1.375em;
	font-weight: 700;
	line-height: 1.42;
}
 @media only screen and (min-width: 992px) {
 .heading--lv4, .text-box--easy h4 {
 font-size: 1.625em;
}
}
.heading--lv5, .text-box--easy h5 {
	font-family: "Founders Grotesk", sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 1.42;
}
 @media only screen and (min-width: 992px) {
 .heading--lv5, .text-box--easy h5 {
 font-size: 1.5em;
}
}
.heading--lv6, .text-box--easy h6 {
	font-family: "Founders Grotesk", sans-serif;
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1.42;
}
 @media only screen and (min-width: 992px) {
 .heading--lv6, .text-box--easy h6 {
 font-size: 1.25em;
}
}
.subheading {
	display: block;
}
.subheading--lv1 {
	font-size: 0.75em;
	font-weight: 200;
}
.text-box {
	margin-bottom: 25px;
}
.text-box:last-child {
	margin-bottom: 0;
}
.text-box ul {
	list-style-type: disc;
}
.text-box ul, .text-box ol {
	margin-left: 25px;
	margin-bottom: 15px;
}
 @media only screen and (min-width: 992px) {
 .text-box ul, .text-box ol {
 margin-left: 30px;
 margin-bottom: 25px;
}
}
.text-box ul:last-child, .text-box ol:last-child {
	margin-bottom: 0;
}
.text-box p, .text-box li {
	font-size: 1em;
	line-height: 1.65;
}
 @media only screen and (min-width: 992px) {
 .text-box p, .text-box li {
 line-height: 1.313em;
}
}
.text-box p {
	margin-bottom: 15px;
}
 @media only screen and (min-width: 992px) {
 .text-box p {
 margin-bottom: 25px;
}
}
.text-box p:last-child {
	margin-bottom: 0;
}
.text-box li {
	margin-bottom: 7.5px;
}
 @media only screen and (min-width: 992px) {
 .text-box li {
 margin-bottom: 12.5px;
}
}
.text-box li:last-child {
	margin-bottom: 0;
}
.text-box--big p, .text-box--big li {
	font-size: 1.125em;
	line-height: 1.65;
}
.text-box--huge p, .text-box--huge li {
	font-size: 1.563em;
	line-height: 1.28;
}
.text-box--highlight {
	color: white;
}
.text-box--highlight p, .text-box--highlight li {
	font-size: 1.286em;
	line-height: 1.333em;
}
 @media only screen and (min-width: 992px) {
 .text-box--highlight p, .text-box--highlight li {
 font-size: 2em;
 line-height: 1em;
}
}
 @media only screen and (min-width: 1200px) {
 .text-box--highlight p, .text-box--highlight li {
 font-size: 2.5em;
}
}
.media {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
	padding-bottom: 56.25%;
	height: 0;
}
.media .embed-responsive-item,  .media iframe,  .media embed,  .media object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.img-box {
	margin-bottom: 20px;
}
.img-box:last-child {
	margin-bottom: 0;
}
.img-box img {
	width: 100%;
}
.img-rounded {
	border-radius: 5px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.text-lower {
	text-transform: lowercase;
}
.text-upper {
	text-transform: uppercase;
}
.text-color--primary {
	color: #000;
}
.field {
	position: relative;
	display: block;
	margin-bottom: 12px;
}
.field--textarea .field__input {
	border: 1px solid #000;
	min-height: 114px;
	min-width: 100%;
	max-width: 100%;
	padding: 10px;
}
.field--select:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 17px;
	height: 9px;
	transform: translateY(-50%);
	background: url("../img/chevron-down-black.png");
	background-size: contain;
}
.field--select option {
	padding: 10px 0;
}
.field--alone {
	margin-bottom: 0;
}
.field__input {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	display: block;
	width: 100%;
}
 .field__input::-webkit-input-placeholder {
 color: #000;
}
 .field__input:-moz-placeholder {
 color: #000;
}
 .field__input::-moz-placeholder {
 color: #000;
}
 .field__input:-ms-input-placeholder {
 color: #000;
}
.field__input:hover, .field__input:focus {
	outline: none;
	box-shadow: none;
}
.field__label {
	display: block;
	padding: 11px 0;
}
.field__alert {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
}
.field__alert .error {
	display: block;
	background: #e53935;
	color: #fff;
	font-size: 0.875em;
	padding: 5px 10px;
}
 @media only screen and (min-width: 768px) {
 .our-value__item {
 display: flex;
 margin-bottom: 53px;
}
}
.our-value__main {
	margin-bottom: 20px;
}
 @media only screen and (min-width: 768px) {
 .our-value__main {
 flex: 1;
 padding-right: 30px;
 margin-bottom: 0;
}
}
 @media only screen and (min-width: 1200px) {
 .our-value__main {
 flex: initial;
 width: 450px;
}
}
.our-value__image {
	margin-bottom: 30px;
}
 @media only screen and (min-width: 768px) {
 .our-value__image {
 flex: 1;
 margin-bottom: 0;
}
}
.our-value__image img {
	width: 100%;
}
.our-value__header {
	margin-bottom: 20px;
}
.superslideshow {
	position: relative;
	width: 100%;
	height: 100vh;
}
.superslideshow__content-area {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 35px;
	transition: 0.5s;
}
 @media only screen and (min-width: 768px) {
 .superslideshow__content-area {
 padding: 0 50px;
}
}
 @media only screen and (min-width: 992px) {
 .superslideshow__content-area {
 padding: 0 70px;
}
}
.superslideshow__logo {
	width: 125px;
	transition: 0.5s;
}
 @media only screen and (min-width: 768px) {
 .superslideshow__logo {
 width: 250px;
}
}
 @media only screen and (min-width: 992px) {
 .superslideshow__logo {
 width: 350px;
}
}
 @media only screen and (min-width: 1200px) {
 .superslideshow__logo {
 width: 400px;
}
}
 @media only screen and (min-width: 1600px) {
 .superslideshow__logo {
 width: 580px;
}
}
.superslideshow__logo img, .superslideshow__logo svg {
	display: block;
	max-width: 100%;
	height: auto;
	padding-top:120px
}
.superslideshow__cycle {
	opacity: 0; 
	transition: opacity 0.5s;
}
.superslideshow__item{ padding-top:120px}
.superslideshow__bg-area:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
}
.superslideshow__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center;
}
.superslideshow__bg.current {
	opacity: 0;
}
.superslideshow__text {
	position: absolute;
	top: 57%;
	transform: translateY(-50%);
	letter-spacing: 0em;
	font-family: 'made_coachellaregular';
	font-size: 38px;
	font-weight: 400;
	color: #fff;
	opacity: 0;
	transition: 1.2s;
}
 @media only screen and (min-width: 768px) {
 .superslideshow__text {
 font-size: 80px; top: 58%;
}
}
 @media only screen and (min-width: 992px) {
 .superslideshow__text {
 font-size: 110px;
}
}
 @media only screen and (min-width: 1200px) {
 .superslideshow__text {
 font-size: 100px;
}
}
 @media only screen and (min-width: 1600px) {
 .superslideshow__text {
 font-size: 173px;
 top: 54%;
}
}
.about__featured-image {
	margin-bottom: 45px;
}
 @media only screen and (max-width: 767px) {
 .about__featured-image {
 margin-left: -36px;
 margin-right: -36px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .about__featured-image {
 margin-left: -4.375em;
 margin-right: -4.875em;
}
}
 @media only screen and (min-width: 992px) {
 .about__featured-image {
 border-bottom: 1px solid #000;
 padding-bottom: 45.5px;
 margin-bottom: 31.5px;
}
}
.about__featured-image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
 @media only screen and (max-width: 767px) {
 .about__featured-image-middle {
 margin-left: -36px;
 margin-right: -36px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .about__featured-image-middle {
 margin-left: -4.375em;
 margin-right: -4.875em;
}
}
.about__featured-image-middle img {
	display: block;
	width: 100%;
	height: auto;
}
.about__content-wrapper {
	max-width: 100%;
}
 @media only screen and (min-width: 992px) {
 .about__content-wrapper {
 width: 1175px;
}
}
.about__principle__item {
	border-top: 1px solid #000;
	padding-top: 31.5px;
	margin-bottom: 45px;
}
 @media only screen and (min-width: 992px) {
 .about__principle__item {
 margin-bottom: 60px;
}
}
 @media only screen and (min-width: 1200px) {
 .about__principle__item {
 margin-bottom: 80px;
}
}
 @media only screen and (min-width: 1600px) {
 .about__principle__item {
 margin-bottom: 100px;
}
}
.about__principle__highlight {
	margin-top: 35px;
	font-family: "HCo Gotham", sans-serif;
	font-size: 2.5em;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #fff;
}
 @media only screen and (min-width: 992px) {
 .about__principle__highlight {
 font-size: 3.5em;
}
}
.contact {
	border-top: 1px solid #000;
	padding-top: 25px;
	padding-bottom: 40px;
}
 @media only screen and (min-width: 992px) {
 .contact {
 padding-top: 60px;
 padding-bottom: 0;
}
}
.contact__content-area {
	width: 741px;
	max-width: 100%;
}
 @media only screen and (min-width: 992px) {
 .contact__content-area {
 font-size: 25px;
}
}
.contact__form-area {
	width: 878px;
	max-width: 100%;
}
.contact__form-area .row {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
 .contact__form-area .row [class^=col] {
 padding-left: 7.5px;
 padding-right: 7.5px;
}
 @media only screen and (min-width: 992px) {
 .contact__field-spacing {
 margin-bottom: 50px;
}
}
.contact__location {
	border-top: 1px solid #000;
	padding-top: 35px;
	margin-bottom: 65px;
}
 @media only screen and (min-width: 768px) {
 .contact__location {
 display: flex;
}
}
.contact__location:last-child {
	margin-bottom: 0;
}
.contact__location__main {
	margin-bottom: 45px;
}
 @media only screen and (min-width: 768px) {
 .contact__location__main {
 flex: 1;
 margin-right: 30px;
}
}
 @media only screen and (min-width: 992px) {
 .contact__location__main {
 width: 448px;
}
}
 @media only screen and (min-width: 768px) {
 .contact__location__map {
 flex: 2;
}
}
.contact__location__map iframe {
	display: block;
	max-width: 100%;
}
.page-development .intro-text__main {
	max-width: 320px;
}
 @media only screen and (min-width: 992px) {
 .page-development .intro-text__main {
 max-width: 570px;
}
}
 @media only screen and (min-width: 1200px) {
 .page-development .intro-text__main {
 max-width: 780px;
}
}
 @media only screen and (max-width: 767px) {
 .section--developments .img-box {
 margin-left: -36px;
 margin-right: -36px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .section--developments .img-box {
 margin-left: -4.375em;
 margin-right: -4.875em;
}
}
.development {
	border-top: 1px solid #000;
	padding-top: 2.531em;
	margin-bottom: 60px;
}
 @media only screen and (min-width: 992px) {
 .development {
 margin-bottom: 90px;
}
}
.development--active .development__cta__icon:before {
	transform: rotate(0deg);
}
 @media only screen and (min-width: 992px) {
 .development--active .development__cta__icon:before {
 transform: rotate(-45deg);
}
}
.development--active .development__cta__icon:after {
	transform: rotate(0deg);
}
 @media only screen and (min-width: 992px) {
 .development--active .development__cta__icon:after {
 transform: rotate(45deg);
}
}
.development__intro {
	position: relative;
	margin-bottom: 30px;
}
 @media only screen and (min-width: 992px) {
 .development__intro {
 display: flex;
 justify-content: space-between;
 margin-bottom: 4.125em;
}
}
.development__title-wrapper {
	padding-right: 25px;
	margin-bottom: 15px;
}
 @media only screen and (min-width: 992px) {
 .development__title-wrapper {
 flex: 1;
 margin-bottom: 0;
}
}
.development__title-wrapper .heading {
	font-weight: 500;
}
 @media only screen and (min-width: 992px) {
 .development__excerpt-wrapper {
 flex: 2;
}
}
 @media only screen and (min-width: 1200px) {
 .development__excerpt-wrapper {
 flex: 1 1 470px;
 max-width: 470px;
}
}
 @media only screen and (min-width: 1200px) {
 .development__excerpt {
 width: 431px;
}
}
 @media only screen and (max-width: 991px) {
 .development__cta-wrapper {
 position: absolute;
 top: 5px;
 right: 0;
 text-align: left;
}
}
 @media only screen and (min-width: 992px) {
 .development__cta-wrapper {
 width: 50px;
 text-align: right;
}
}
 @media only screen and (min-width: 1200px) {
 .development__cta-wrapper {
 width: 125px;
}
}
.development__cta {
	display: inline-block;
	background: none;
	border: 0;
	color: #fff;
	font-size: 1em;
	padding: 0;
	text-align: left;
	cursor: pointer;
}
.development__cta:hover, .development__cta:focus {
	outline: none;
}
.development__cta__text {
	display: none;
}
 @media only screen and (min-width: 1200px) {
 .development__cta__text {
 display: inline-block;
 vertical-align: middle;
 margin-right: 10px;
}
}
.development__cta__text:last-child {
	margin-right: 0;
}
.development__cta__icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}
.development__cta__icon:before, .development__cta__icon:after {
	content: '';
	position: absolute;
	top: calc(50% - 0.5px);
	background: #fff;
	width: 100%;
	height: 1px;
	transition: all 0.2s;
}
.development__cta__icon:after {
	transform: rotate(90deg);
}
.development__featured-image {
	margin-bottom: 30px;
}
 @media only screen and (max-width: 767px) {
 .development__featured-image {
 margin-left: -36px;
 margin-right: -36px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .development__featured-image {
 margin-left: -4.375em;
 margin-right: -4.875em;
}
}
 @media only screen and (min-width: 992px) {
 .development__featured-image {
 margin-bottom: 77px;
}
}
.development__featured-image img {
	display: block;
	width: 100%;
	height: auto;
}
.development__extras {
	display: none;
}
 @media only screen and (min-width: 992px) {
 .development__details-wrapper {
 display: flex;
 margin-bottom: 70px;
}
}
 @media only screen and (min-width: 992px) {
 .development__content-wrapper {
 flex: 1;
 margin-right: 35px;
 width: auto;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}
}
 @media only screen and (min-width: 1200px) {
 .development__content-wrapper {
 width: 380px;
 margin-right: 70px;
}
}
.development__content {
	margin-bottom: 55px;
}
 @media only screen and (min-width: 992px) {
 .development__content {
 margin-bottom: 30px;
}
}
.development__mobile-map {
	height: 220px;
	margin-bottom: 30px;
}
.development__mobile-map iframe {
	width: 100%;
	height: 100%;
}
.development__desktop-map {
	flex: 1;
}
.development__desktop-map iframe {
	width: 100%;
	height: 100%;
}
.development__links {
	margin-bottom: 60px;
}
 @media only screen and (min-width: 992px) {
 .development__links {
 margin-bottom: 0;
}
}
.development__links__item {
	margin-bottom: 17px;
}
.development__links__item:last-child {
	margin-bottom: 0;
}
.development__links__item a {
	color: #fff;
	text-decoration: underline;
}
.development__gallery__item {
	display: block;
	margin-bottom: 40px;
	opacity: 1;
}
 @media only screen and (min-width: 992px) {
 .development__gallery__item {
 margin-bottom: 78px;
}
}
.development__gallery__item img {
	display: block;
	width: 100%;
	height: auto;
}
.section--home {
	margin: 0 !important;
}
.homepage .header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
 @media only screen and (min-width: 992px) {
 .homepage .header {
 z-index: 1;
}
}
.section--services {
	padding-bottom: 75px;
}
 @media only screen and (max-width: 767px) {
 .section--services .img-box {
 margin-left: -36px;
 margin-right: -36px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .section--services .img-box {
 margin-left: -4.375em;
 margin-right: -4.875em;
}
}
 @media only screen and (min-width: 768px) {
 .service-content {
 display: flex;
 margin-left: -8px;
 margin-right: -8px;
}
}
.service-content__item {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 40px;
}
 @media only screen and (min-width: 768px) {
 .service-content__item {
 width: 33.33%;
}
}
 @media only screen and (min-width: 768px) {
 .service-content__main {
 max-width: 350px;
}
}
.service-form-area {
	border-top: 1px solid #000;
	padding-top: 31.5px;
}
.service-form-area__main {
	width: 878px;
	max-width: 100%;
}
 @media only screen and (min-width: 992px) {
 .service-form-area .text-box {
 margin-bottom: 60px;
}
}
 @media only screen and (min-width: 1600px) {
 .service-form-area .text-box {
 margin-bottom: 120px;
}
}
 @media only screen and (max-width: 767px) {
 .section--urban-living .img-box {
 margin-left: -36px;
 margin-right: -36px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .section--urban-living .img-box {
 margin-left: -4.375em;
 margin-right: -4.875em;
}
}
.urban-living__big-text {
	margin-bottom: 60px;
}
 @media only screen and (min-width: 992px) {
 .urban-living__big-text {
 width: 917px;
 max-width: 100%;
 margin-bottom: 2.750em;
}
}
.urban-living__mini-text {
	margin-bottom: 65px;
}
 @media only screen and (min-width: 992px) {
 .urban-living__mini-text {
 width: 431px;
 max-width: 100%;
 margin-bottom: 1.875em;
}
}
