*:focus {
	outline: none
}

li {
	list-style-type: none
}

ul {
	margin-left: 0 !important;
	margin-bottom: 0 !important
}

.p-15 {
	padding: 10px 15px
}

.h-divider {
	margin: 20px 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.16)
}

.iframe-wrapper {
	height: 40vh
}

.iframe-wrapper iframe {
	width: 100%;
	height: 40vh
}

.flex-100 {
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important
}

.jc-fs {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	background-color: transparent !important;
	padding-left: 0 !important
}

.w-100 {
	width: 100%
}

.input-small {
	width: 100px !important
}

.mflex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

.mflex input,
.mflex p {
	margin-bottom: 0
}

.booking {
	background-color: #fff;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	margin: 40px 0
}

.booking-total {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	margin: 20px 0
}

.booking-total strong {
	margin-left: 8px
}

.booking-table {
	padding: 0 20px
}

.booking-table thead th {
	color: #020F18 !important;
	font-size: 16px
}

.booking-date {
	display: block;
	margin-bottom: 10px
}

.booking-date img {
	margin-right: 8px;
	margin-bottom: 4px
}

.booking-date>span {
	font-weight: 300
}

.booking-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	background-color: #F3F3F3
}

.booking-promo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.booking-promo .input-group {
	margin-bottom: 0
}

@media screen and (max-width: 39.9375em) {
	.booking-promo {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.booking-promo .input-group {
		margin-bottom: 0
	}
}

.button-main {
	font-weight: 600;
	padding: 15px 30px;
	background-color: #a4ca9f;
	color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1)
}

.button-main:hover {
	background-color: #f9546f;
	color: #fff;
	transition: all 0.4s;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4)
}

.button-green {
	font-weight: 600;
	padding: 15px 30px;
	background-color: #5ED37D;
	color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1)
}

.button-black {
	font-weight: 600;
	padding: 15px 30px;
	background-color: #020F18;
	color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1)
}

.button-black:hover {
	background-color: #031826;
	color: #fff;
	transition: all 0.4s;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4)
}

.button-stroke {
	font-weight: 600;
	padding: 15px 30px;
	border: 1px solid #a4ca9f;
	color: #fff;
	border-radius: 2px
}

.button-stroke:hover {
	background-color: #a4ca9f;
	color: #fff;
	transition: all 0.4s;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4)
}

@media screen and (max-width: 39.9375em) {
	.form-swl-item-button {
		width: 100%;
		margin-top: 40px
	}
	.form-swl-item-button button {
		width: 100%
	}
}

.card>img {
	object-fit: cover
}

.card-section {
	position: relative
}

.card-section .star {
	position: absolute;
	background-color: #a4ca9f;
	border-radius: 2px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 10px;
	top: -12px;
	right: 35%
}

.card-section-name {
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px
}

.card-section-details li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0
}

.card-section-details li img {
	margin-right: 10px
}

.card-section-status {
	margin: 20px 0
}

.card-section-status span {
	background-color: #C6FD94;
	padding: 10px
}

.card-section-link {
	margin: 35px 0 20px 0 !important
}

.contact-info {
	background-color: #fff;
	border: 1px solid #a4ca9f;
	border-radius: 2px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	padding: 30px 20px;
	margin-top: 70px;
	margin-bottom: 40px
}

.contact-info-title {
	font-size: 16px;
	font-weight: 600
}

.contact-info-title:after {
	content: ' ';
	display: block;
	height: 2px;
	width: 30px;
	border-radius: 2px;
	background-color: #a4ca9f;
	margin-top: 8px
}

.contact-info-list {
	padding: 20px 0
}

.contact-info-list li {
	margin: 5px 0
}

.contact-info-list li img {
	margin-right: 8px
}

.contact-info-social-network {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center
}

.footer {
	background-color: #020F18;
	color: #fff;
	padding: 25px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -400
}

.footer-logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.footer-logo img {
	height: 70px;
	width: 70px;
	border-radius: 70px;
	object-fit: cover
}

.footer-menu-item a {
	color: #fff;
	line-height: 74px;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.4s
}

.footer-menu-item a:hover {
	color: #a4ca9f;
	transition: all 0.4s
}

.footer-menu-left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

.footer-menu-left a {
	margin-right: 30px
}

.footer-menu-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center
}

.footer-menu-right a {
	margin-left: 30px
}

.footer-menu-mobile span {
	line-height: 74px;
	padding: 0 15px;
	cursor: pointer
}

.footer-menu-mobile-left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

.footer-menu-mobile-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center
}

.footer-align-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center
}

.footer-align-right ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 30px !important
}

.footer-align-right ul li {
	margin-left: 15px
}

.footer-align-right ul li a {
	color: #fff;
	font-weight: 300
}

.footer-align-right ul li a:hover {
	color: #a4ca9f
}

.footer small {
	font-weight: 300
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.footer-menu-item a {
		line-height: 45px
	}
	.footer-menu-left {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: #020F18
	}
	.footer-menu-left a {
		margin-right: 30px
	}
	.footer-menu-left a:hover {
		color: #a4ca9f
	}
	.footer-menu-right {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: #020F18
	}
	.footer-menu-right a {
		margin-right: 15px
	}
	.footer-menu-right a:hover {
		color: #a4ca9f
	}
}

@media screen and (max-width: 39.9375em) {
	.footer-menu-item a {
		line-height: 45px
	}
	.footer-menu-left {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: #020F18
	}
	.footer-menu-left a {
		margin-right: 30px
	}
	.footer-menu-left a:hover {
		color: #a4ca9f
	}
	.footer-menu-right {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: #020F18
	}
	.footer-menu-right a {
		margin-right: 30px
	}
	.footer-menu-right a:hover {
		color: #a4ca9f
	}
	.footer .mobile-center {
		text-align: center;
		margin-bottom: 20px
	}
	.footer-align-right {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center
	}
	.footer-align-right ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: center;
		align-items: center;
		margin-left: 0 !important
	}
	.footer-align-right ul li {
		margin-left: 15px
	}
	.footer-align-right ul li a {
		color: #fff;
		font-weight: 300
	}
	.footer-align-right ul li a:hover {
		color: #a4ca9f
	}
}

.global-filter {
	margin-bottom: 40px
}

.global-filter .filter-form {
	padding: 20px
}

.global-filter .form-item {
	margin: 0 10px
}

@media print,
screen and (min-width: 64em) {
	.global-filter-reservation .filter-form {
		background-color: transparent
	}
	.global-filter-reservation .filter-form .form-item,
	.global-filter-reservation .filter-form .form-item-button {
		-ms-flex: 0 0 calc(33% - 5px);
		flex: 0 0 calc(33% - 5px)
	}
}

@media screen and (max-width: 39.9375em) {
	.global-filter .filter-form {
		background-color: transparent
	}
	.global-filter .form-item {
		margin: 0
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.global-filter .form-item {
		margin: 0
	}
	.global-filter .form-item-name {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important
	}
}

.sign-wrapper {
	background-color: #fff;
	border-radius: 3px
}

.sign-title {
	background-color: rgba(94, 211, 125, 0.07);
	padding: 20px 15px
}

.sign-form {
	padding: 40px 20px;
	text-align: left
}

.sign-form input {
	min-width: 330px
}

.sign-in {
	background-color: #fff;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	margin: 0 30px 30px 0;
	border: 1px solid rgba(94, 211, 125, 0.5)
}

.sign-in .sign-title {
	margin-bottom: 25px
}

.sign-in .sign-form-item {
	padding: 0 20px
}

@media screen and (max-width: 39.9375em) {
	.sign-in {
		margin: 15px 15px 40px
	}
}

.header {
	background-color: #a4ca9f;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 5px 10px 0px 0px;
	color: #fff;
	z-index: 400
}

.header-logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.header-logo img {
	height: 70px;
	width: 70px;
	border-radius: 70px;
	object-fit: cover
}

.header-menu-item a {
	color: #fff;
	line-height: 74px;
	font-weight: 600;
	font-size: 15px;
	transition: all 0.4s
}

.header-menu-item a:hover {
	color: #020F18;
	transition: all 0.4s
}

.header-menu .is-active {
	color: #020F18
}

.header-menu-left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

.header-menu-left a {
	margin-right: 30px
}

.header-menu-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center
}

.header-menu-right a {
	margin-left: 30px
}

.header-menu-right .cart {
	position: relative
}

.header-menu-right .cart-number {
	position: absolute;
	height: 20px;
	width: 20px;
	border-radius: 20px;
	background-color: #5ED37D;
	line-height: 20px;
	font-weight: 300;
	top: -15px;
	right: -15px;
	text-align: center;
	font-size: 12px
}

.header-menu-mobile span {
	line-height: 74px;
	padding: 0 15px;
	cursor: pointer
}

.header-menu-mobile-left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

.header-menu-mobile-right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width: 39.9375em) {
	.header .hide-small {
		display: none
	}
	.header-menu-item a {
		line-height: 45px
	}
	.header-menu .is-active {
		color: #a4ca9f
	}
	.header-menu-left {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		left: 0;
		right: 50%;
		top: 84px;
		background-color: #020F18
	}
	.header-menu-left a {
		margin-right: 30px
	}
	.header-menu-left a:hover {
		color: #a4ca9f
	}
	.header-menu-right {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		left: 50%;
		right: 0;
		top: 84px;
		background-color: #020F18;
		border-left: 1px solid #a4ca9f;
		padding-right: 20px
	}
	.header-menu-right a {
		margin-right: 30px
	}
	.header-menu-right a:hover {
		color: #a4ca9f
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.header .hide-small {
		display: none
	}
}

@media print,
screen and (min-width: 64em) {
	.header .hide-large {
		display: none
	}
}

.hero-unit {
	background: url("../images/hero-unit-background.jpg") no-repeat #a4ca9f fixed center center;
	background-size: cover;
	text-align: center;
	color: #fff
}

.hero-unit-content {
	height: calc(100vh - 84px);
	position: relative
}

.hero-unit-title {
	position: absolute;
	z-index: 300;
	left: 0;
	right: 0;
	top: 100px
}

.hero-unit-title h1 {
	font-family: 'Prata'
}

.filter {
	position: absolute;
	z-index: 300;
	bottom: 100px;
	left: 0;
	right: 0
}

.filter-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	width: 100%;
	padding: 40px
}

.filter-form .form-item select {
	height: 50px;
	padding-left: 16px;
	padding-right: 16px
}

.filter-form .form-item input {
	padding: 25px 16px
}

.filter-form .form-item input,
.filter-form .form-item select {
	margin-bottom: 0;
	border-radius: 2px;
	border: none;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1)
}

.filter-form .form-item input:hover,
.filter-form .form-item select:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	transition: all 0.4s
}

.filter-form .form-item-button button {
	padding: 10px 30px 10px 50px;
	height: 50px;
	font-weight: 600;
	cursor: pointer;
	background: url("../images/icons/search.svg") no-repeat #5ED37D 16px center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1)
}

.filter-form .form-item-button button:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	transition: all 0.4s
}

@media screen and (max-width: 39.9375em) {
	.hero-unit-title {
		top: 20px
	}
	.filter {
		bottom: 0
	}
	.filter-form {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 20px 15px
	}
	.filter-form .form-item {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 10px
	}
	.filter-form .form-item-button {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.filter-form .form-item-button button {
		width: 100%
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.hero-unit-title {
		top: 20px
	}
	.filter {
		bottom: 0
	}
	.filter-form {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 20px 15px
	}
	.filter-form .form-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding: 10px
	}
	.filter-form .form-item-button {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		padding: 10px
	}
	.filter-form .form-item-button button {
		width: 100%
	}
}

.property {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	min-height: 205px
}

.property-img {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%
}

.property-img img {
	object-fit: cover;
	height: 205px;
	width: 100%
}

.property-local img {
	margin-right: 7px
}

.property-details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.property-description {
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	padding: 15px 20px
}

.property-description-title {
	font-size: 16px;
	margin-top: 10px
}

.property-description-title a {
	color: #020F18
}

.property-description-title a:hover {
	color: #a4ca9f
}

.property-feature {
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	padding: 15px 20px
}

.property-price {
	font-size: 16px;
	font-weight: 600
}

.property-icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 80px
}

.property-icon-item {
	padding: 5px;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%
}

.property-checkout {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin-top: 10px
}

.property-checkout a {
	width: 100%;
	background-color: #5ED37D;
	padding: 10px 20px;
	border-radius: 2px;
	color: #fff;
	font-weight: 600
}

.property-checkout a:hover {
	background-color: #4ace6d;
	color: #fff
}

@media screen and (max-width: 39.9375em) {
	.property {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 15px
	}
	.property-details {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.property-img {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.property-img img {
		height: 220px
	}
	.property-description {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.property-feature {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.property-icon-item {
		padding: 5px;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%
	}
}

.property-cta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.property {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 15px
	}
	.property-details {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.property-img {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.property-img img {
		height: 250px
	}
}

.star {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

.main {
	margin-top: 84px;
	margin-bottom: 188px;
	min-height: calc(100vh - 274px);
	background-color: #F6F5FB
}

@media screen and (max-width: 39.9375em) {
	.main {
		margin-bottom: 314px;
		min-height: calc(100vh - 400px)
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.main {
		margin-bottom: 280px;
		min-height: calc(100vh - 365px)
	}
}

.idw {
	max-width: 85.82746rem;
	margin-right: auto;
	margin-left: auto
}

.idw::before,
.idw::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1
}

.idw::after {
	clear: both
}

.idw-details {
	position: absolute;
	padding: 40px 25px 25px 25px;
	bottom: 15px;
	right: 15px;
	left: 15px;
	background: linear-gradient(transparent, #000);
	border-radius: 2px
}

.idw-details-title {
	font-size: 20px;
	font-weight: 600
}

.idw-details-place {
	margin-bottom: 0;
	font-size: 18px
}

.idw-details-price {
	font-weight: 300;
	font-size: 14px
}

.idw-details a {
	color: #fff
}

.idw-details a:hover {
	color: #fff
}

.idw-item {
	position: relative;
	padding: 15px !important;
	background-color: #fff
}

.idw-item:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2)
}

.idw-item img {
	width: 100%;
	object-fit: cover
}

@media screen and (max-width: 39.9375em) {
	.idw-item {
		width: 100%;
		float: left;
		padding-right: .73357rem;
		padding-left: .73357rem
	}
}

@media screen and (max-width: 39.9375em) and (min-width: 40em) {
	.idw-item {
		padding-right: 1.10035rem;
		padding-left: 1.10035rem
	}
}

@media screen and (max-width: 39.9375em) {
	.idw-item:last-child:not(:first-child) {
		float: right
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.idw-item {
		width: 100%;
		float: left;
		padding-right: .73357rem;
		padding-left: .73357rem
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) and (min-width: 40em) {
	.idw-item {
		padding-right: 1.10035rem;
		padding-left: 1.10035rem
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.idw-item:last-child:not(:first-child) {
		float: right
	}
}

@media print,
screen and (min-width: 64em) {
	.idw-item:nth-child(1) {
		width: 100%;
		float: left;
		padding-right: .73357rem;
		padding-left: .73357rem
	}
}

@media print,
screen and (min-width: 64em) and (min-width: 40em) {
	.idw-item:nth-child(1) {
		padding-right: 1.10035rem;
		padding-left: 1.10035rem
	}
}

@media print,
screen and (min-width: 64em) {
	.idw-item:nth-child(1):last-child:not(:first-child) {
		float: right
	}
	.idw-item:nth-child(1) img {
		height: 450px
	}
	.idw-item:nth-child(2),
	.idw-item:nth-child(3) {
		width: 50%;
		float: left;
		padding-right: .73357rem;
		padding-left: .73357rem
	}
}

@media print,
screen and (min-width: 64em) and (min-width: 40em) {
	.idw-item:nth-child(2),
	.idw-item:nth-child(3) {
		padding-right: 1.10035rem;
		padding-left: 1.10035rem
	}
}

@media print,
screen and (min-width: 64em) {
	.idw-item:nth-child(2):last-child:not(:first-child),
	.idw-item:nth-child(3):last-child:not(:first-child) {
		float: right
	}
	.idw-item:nth-child(2) img,
	.idw-item:nth-child(3) img {
		height: 300px
	}
	.idw-item:nth-child(4) img,
	.idw-item:nth-child(5) img {
		height: 450px
	}
	.idw-item:nth-child(4) {
		width: 66.66667%;
		float: left;
		padding-right: .73357rem;
		padding-left: .73357rem
	}
}

@media print,
screen and (min-width: 64em) and (min-width: 40em) {
	.idw-item:nth-child(4) {
		padding-right: 1.10035rem;
		padding-left: 1.10035rem
	}
}

@media print,
screen and (min-width: 64em) {
	.idw-item:nth-child(4):last-child:not(:first-child) {
		float: right
	}
	.idw-item:nth-child(5) {
		width: 33.33333%;
		float: left;
		padding-right: .73357rem;
		padding-left: .73357rem
	}
}

@media print,
screen and (min-width: 64em) and (min-width: 40em) {
	.idw-item:nth-child(5) {
		padding-right: 1.10035rem;
		padding-left: 1.10035rem
	}
}

@media print,
screen and (min-width: 64em) {
	.idw-item:nth-child(5):last-child:not(:first-child) {
		float: right
	}
}

.newsletter {
	background: url("../images/newsletter-bcg.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 70px 15px
}

.newsletter-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: end;
	align-items: flex-end
}

.newsletter-info {
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	padding: 10px
}

.newsletter-info span {
	font-weight: 300
}

.newsletter-form {
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	padding: 10px
}

.newsletter-form .form-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	padding: 10px
}

.newsletter-form .form-group input[type="email"] {
	box-shadow: none;
	background: url("../images/icons/mail.svg") no-repeat 10px center rgba(2, 15, 24, 0.06);
	padding-left: 50px
}

.newsletter-form .form-group input[type="submit"] {
	background-color: #5ED37D;
	color: #fff;
	height: 36px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 10px
}

.newsletter-form .form-group input[type="submit"],
.newsletter-form .form-group input[type="email"] {
	margin-bottom: 0;
	border: none
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.newsletter-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.newsletter-info {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.newsletter-form {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.newsletter-form .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center
	}
}

@media screen and (max-width: 39.9375em) {
	.newsletter-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.newsletter-info {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.newsletter-form {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
	.newsletter-form .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.newsletter-form .form-group input[type="email"] {
		margin-bottom: 10px
	}
	.newsletter-form .form-group input[type="submit"] {
		margin-left: 0;
		width: 100%
	}
}

.partners-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.partners-item a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.partners-item img {
	height: 100px;
	width: 120px;
	object-fit: contain
}

.player {
	margin: 0 30px 0 0
}

@media screen and (max-width: 39.9375em) {
	.player,
	.section-title-left,
	.hotel-description {
		margin: 0 15px 0 15px
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.player,
	.section-title-left,
	.hotel-description {
		margin: 0 15px 0 15px
	}
}

.scrolltop {
	position: fixed;
	bottom: 60px;
	right: 30px;
	background-color: #a4ca9f;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 3px;
	color: #fff
}

.scrolltop:hover {
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.3);
	transition: all 0.4s
}

.breadcrumbs li a {
	color: #153356
}

.breadcrumbs-wrapper {
	margin-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
	padding: 13px 0 0 10px;
}

.wizard {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px
}

.wizard-item {
	-ms-flex: 0 0 calc(25% - 10px);
	flex: 0 0 calc(25% - 10px);
	padding: 15px 0;
	border-bottom: 2px solid #91999E;
	font-weight: 600
}

.wizard-item.current-step {
	border-bottom: 2px solid #5ED37D;
	color: #5ED37D
}

.wizard-item.current-step a {
	color: #5ED37D
}

@media screen and (max-width: 39.9375em) {
	.wizard {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 015px
	}
	.wizard-item {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}
}

.filter-sidebar {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
	margin: 0 15px 0 0
}

.filter-sidebar-header {
	background-color: rgba(249, 69, 99, 0.08);
	padding: 16px 18px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600
}

.filter-sidebar-item {
	padding: 16px
}

@media screen and (max-width: 39.9375em) {
	.filter-sidebar {
		margin: 0 15px 30px
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.filter-sidebar {
		margin: 0 15px 30px
	}
}

.section {
	padding: 70px 0
}

.section-white {
	background-color: #fff
}

.section-title {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 30px
}

.section-title-left {
	text-align: left
}

.home-slider {
	width: 100%;
	max-width: 2000px;
	margin: auto
}

.home-slider .card {
	margin: 15px;
	min-height: 460px
}

.home-slider .card>img {
	min-height: 215px;
	object-fit: cover;
	width: 100%
}

.slick-arrow span {
	font-size: 20px
}


.slick-prev {
	left: 30px
}

.slick-next {
	right: 30px
}

.slick-dots {
	margin: 0;
	position: absolute;
	bottom: 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.slick-dots li {
	list-style-type: none;
	margin: 10px;
	border: 1px solid #a4ca9f;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	cursor: pointer
}

.slick-dots li button {
	opacity: 0
}

.gallery-item img {
	height: 430px;
	width: 100%;
	object-fit: cover
}

@media screen and (max-width: 39.9375em) {
	.slick-prev {
		left: 0
	}
	.slick-next {
		right: 0
	}
	.gallery-item img {
		height: 250px
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.slick-prev {
		left: 0
	}
	.slick-next {
		right: 0
	}
	.gallery-item img {
		height: 300px
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.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;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.subheader {
	min-height: 30vh;
	position: relative;
	background-color: #a4ca9f;
	color: #fff;
	text-align: center;
	margin-bottom: 0 !important
}

.subheader>img {
	width: 100%;
	min-height: 30vh;
	object-fit: cover
}

.subheader-filter,
.subheader-body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.subheader-filter {
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 200
}

.subheader-body {
	/*padding: 15px;*/
	z-index: 300;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.subheader-body-title {
	color: #fff;
	font-family: 'Prata';
	font-size: 30px
}

.subheader-body .star {
	margin-bottom: 12px !important
}

.subheader-body-place {
	font-weight: 300;
	color: #fff
}

.subheader-body-info {
	margin-bottom: 10px
}

.subheader-body-info ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.subheader-body-info ul li {
	color: #fff;
	margin: 10px 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

.subheader-body-info ul li img {
	margin-right: 10px
}

.subheader-button-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center
}

.subheader-button-group a {
	margin: 10px 5px
}

@media screen and (max-width: 39.9375em) {
	.subheader {
		min-height: 80vh
	}
	.subheader>img {
		min-height: 80vh
	}
	.subheader-button-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.subheader-button-group a {
		-ms-flex: 0 0 80%;
		flex: 0 0 80%
	}
	.subheader-body-info ul {
		-ms-flex-pack: center;
		justify-content: center
	}
	.subheader-body-info ul li {
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.table-reservation .green {
	color: #5ED37D
}

.table-reservation thead th {
	color: rgba(2, 15, 24, 0.45)
}

.table-reservation tr {
	border-bottom: 1px solid rgba(2, 15, 24, 0.18) !important
}

.table-reservation tr th,
.table-reservation tr td {
	padding: 20px 0 !important;
	font-weight: 600;
	min-width: 200px
}

.table-reservation tr th:last-child,
.table-reservation tr td:last-child {
	text-align: right
}

@media screen and (max-width: 39.9375em) {
	.table-reservation {
		padding: 0 15px
	}
	.table-reservation tr {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 20px
	}
	.table-reservation tr th,
	.table-reservation tr td {
		padding: 20px 0 !important;
		font-weight: 600;
		border-bottom: 1px solid rgba(2, 15, 24, 0.08) !important
	}
	.table-reservation tr th:last-child,
	.table-reservation tr td:last-child {
		text-align: left
	}
}

.page-title {
	color: #fff
}

.page-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background: url("../images/404.jpg") no-repeat #a4ca9f;
	background-size: cover;
	height: 100vh;
	width: 100wh;
	text-align: center;
	padding: 15px
}

.page-container-link {
	margin: 40px 0
}

.page-container-link ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px
}

.page-container-link ul li {
	margin: 20px 15px
}

.page-container-link ul li a {
	color: #fff;
	font-weight: 600
}

.page-container-link ul li a:hover {
	color: #a4ca9f;
	transition: all 0.4s
}


/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

figcaption,
figure {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

main {
	display: block
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

input {
	overflow: visible
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

details {
	display: block
}

summary {
	display: list-item
}

menu {
	display: block
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
	box-sizing: border-box;
	font-size: 85.2%
}

*,
*::before,
*::after {
	box-sizing: inherit
}

body {
	margin: 0;
	padding: 0;
	background: #F6F5FB;
	font-family: "Muli", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #020F18;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 2px
}

select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 2px
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
	max-width: none !important
}

button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 2px;
	background: transparent;
	line-height: 1;
	cursor: auto
}

[data-whatinput='mouse'] button {
	outline: 0
}

pre {
	overflow: auto
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit
}

.is-visible {
	display: block !important
}

.is-hidden {
	display: none !important
}

.row {
	max-width: 85.82746rem;
	margin-right: auto;
	margin-left: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.row .row {
	margin-right: -.73357rem;
	margin-left: -.73357rem
}

@media print,
screen and (min-width: 40em) {
	.row .row {
		margin-right: -1.10035rem;
		margin-left: -1.10035rem
	}
}

@media print,
screen and (min-width: 64em) {
	.row .row {
		margin-right: -1.10035rem;
		margin-left: -1.10035rem
	}
}

.row .row.collapse {
	margin-right: 0;
	margin-left: 0
}

.row.expanded {
	max-width: none
}

.row.expanded .row {
	margin-right: auto;
	margin-left: auto
}

.row:not(.expanded) .row {
	max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.row.is-collapse-child,
.row.collapse>.column>.row,
.row.collapse>.columns>.row {
	margin-right: 0;
	margin-left: 0
}

.column,
.columns {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	padding-right: .73357rem;
	padding-left: .73357rem;
	min-width: 0
}

@media print,
screen and (min-width: 40em) {
	.column,
	.columns {
		padding-right: 1.10035rem;
		padding-left: 1.10035rem
	}
}

.column.row.row,
.row.row.columns {
	float: none;
	display: block
}

.row .column.row.row,
.row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}

.small-1 {
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.small-offset-0 {
	margin-left: 0%
}

.small-2 {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.small-offset-1 {
	margin-left: 8.33333%
}

.small-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.small-offset-2 {
	margin-left: 16.66667%
}

.small-4 {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.small-offset-3 {
	margin-left: 25%
}

.small-5 {
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.small-offset-4 {
	margin-left: 33.33333%
}

.small-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.small-offset-5 {
	margin-left: 41.66667%
}

.small-7 {
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.small-offset-6 {
	margin-left: 50%
}

.small-8 {
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.small-offset-7 {
	margin-left: 58.33333%
}

.small-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.small-offset-8 {
	margin-left: 66.66667%
}

.small-10 {
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.small-offset-9 {
	margin-left: 75%
}

.small-11 {
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.small-offset-10 {
	margin-left: 83.33333%
}

.small-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.small-offset-11 {
	margin-left: 91.66667%
}

.small-up-1 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.small-up-2 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.small-up-3 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.small-up-4 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.small-up-5 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%
}

.small-up-6 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.small-up-7 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns {
	-ms-flex: 0 0 14.28571%;
	flex: 0 0 14.28571%;
	max-width: 14.28571%
}

.small-up-8 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns {
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns {
	padding-right: 0;
	padding-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
	padding-right: .73357rem;
	padding-left: .73357rem
}

@media print,
screen and (min-width: 40em) {
	.medium-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.medium-offset-0 {
		margin-left: 0%
	}
	.medium-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.medium-offset-1 {
		margin-left: 8.33333%
	}
	.medium-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.medium-offset-2 {
		margin-left: 16.66667%
	}
	.medium-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.medium-offset-3 {
		margin-left: 25%
	}
	.medium-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.medium-offset-4 {
		margin-left: 33.33333%
	}
	.medium-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.medium-offset-5 {
		margin-left: 41.66667%
	}
	.medium-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.medium-offset-6 {
		margin-left: 50%
	}
	.medium-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.medium-offset-7 {
		margin-left: 58.33333%
	}
	.medium-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.medium-offset-8 {
		margin-left: 66.66667%
	}
	.medium-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.medium-offset-9 {
		margin-left: 75%
	}
	.medium-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.medium-offset-10 {
		margin-left: 83.33333%
	}
	.medium-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.medium-offset-11 {
		margin-left: 91.66667%
	}
	.medium-up-1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-1>.column,
	.medium-up-1>.columns {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.medium-up-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-2>.column,
	.medium-up-2>.columns {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.medium-up-3 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-3>.column,
	.medium-up-3>.columns {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.medium-up-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-4>.column,
	.medium-up-4>.columns {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.medium-up-5 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-5>.column,
	.medium-up-5>.columns {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.medium-up-6 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-6>.column,
	.medium-up-6>.columns {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.medium-up-7 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-7>.column,
	.medium-up-7>.columns {
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}
	.medium-up-8 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.medium-up-8>.column,
	.medium-up-8>.columns {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
	.medium-expand {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

@media print,
screen and (min-width: 40em) {
	.row.medium-unstack>.column,
	.row.medium-unstack>.columns {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

@media print,
screen and (min-width: 40em) {
	.medium-collapse>.column,
	.medium-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}
	.medium-uncollapse>.column,
	.medium-uncollapse>.columns {
		padding-right: 1.10035rem;
		padding-left: 1.10035rem
	}
}

@media print,
screen and (min-width: 64em) {
	.large-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.large-offset-0 {
		margin-left: 0%
	}
	.large-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.large-offset-1 {
		margin-left: 8.33333%
	}
	.large-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.large-offset-2 {
		margin-left: 16.66667%
	}
	.large-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.large-offset-3 {
		margin-left: 25%
	}
	.large-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.large-offset-4 {
		margin-left: 33.33333%
	}
	.large-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.large-offset-5 {
		margin-left: 41.66667%
	}
	.large-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.large-offset-6 {
		margin-left: 50%
	}
	.large-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.large-offset-7 {
		margin-left: 58.33333%
	}
	.large-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.large-offset-8 {
		margin-left: 66.66667%
	}
	.large-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.large-offset-9 {
		margin-left: 75%
	}
	.large-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.large-offset-10 {
		margin-left: 83.33333%
	}
	.large-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.large-offset-11 {
		margin-left: 91.66667%
	}
	.large-up-1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-1>.column,
	.large-up-1>.columns {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.large-up-2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-2>.column,
	.large-up-2>.columns {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.large-up-3 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-3>.column,
	.large-up-3>.columns {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.large-up-4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-4>.column,
	.large-up-4>.columns {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.large-up-5 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-5>.column,
	.large-up-5>.columns {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}
	.large-up-6 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-6>.column,
	.large-up-6>.columns {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.large-up-7 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-7>.column,
	.large-up-7>.columns {
		-ms-flex: 0 0 14.28571%;
		flex: 0 0 14.28571%;
		max-width: 14.28571%
	}
	.large-up-8 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.large-up-8>.column,
	.large-up-8>.columns {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%
	}
}

@media print,
screen and (min-width: 64em) and (min-width: 64em) {
	.large-expand {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

@media print,
screen and (min-width: 64em) {
	.row.large-unstack>.column,
	.row.large-unstack>.columns {
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

@media print,
screen and (min-width: 64em) {
	.large-collapse>.column,
	.large-collapse>.columns {
		padding-right: 0;
		padding-left: 0
	}
	.large-uncollapse>.column,
	.large-uncollapse>.columns {
		padding-right: 1.10035rem;
		padding-left: 1.10035rem
	}
}

.shrink {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%
}

.column-block {
	margin-bottom: 1.46714rem
}

.column-block>:last-child {
	margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
	.column-block {
		margin-bottom: 2.2007rem
	}
	.column-block>:last-child {
		margin-bottom: 0
	}
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

p {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizeLegibility
}

em,
i {
	font-style: italic;
	line-height: inherit
}

strong,
b {
	font-weight: bold;
	line-height: inherit
}

small {
	font-size: 80%;
	line-height: inherit
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Muli", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizeLegibility
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
	line-height: 0;
	color: #cacaca
}

h1,
.h1 {
	font-size: 1.76056rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h2,
.h2 {
	font-size: 1.46714rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h3,
.h3 {
	font-size: 1.39378rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h4,
.h4 {
	font-size: 1.32042rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h5,
.h5 {
	font-size: 1.24707rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

h6,
.h6 {
	font-size: 1.17371rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

@media print,
screen and (min-width: 40em) {
	h1,
	.h1 {
		font-size: 3.52113rem
	}
	h2,
	.h2 {
		font-size: 2.93427rem
	}
	h3,
	.h3 {
		font-size: 2.27406rem
	}
	h4,
	.h4 {
		font-size: 1.83392rem
	}
	h5,
	.h5 {
		font-size: 1.46714rem
	}
	h6,
	.h6 {
		font-size: 1.17371rem
	}
}

a {
	line-height: inherit;
	color: #1779ba;
	text-decoration: none;
	cursor: pointer
}

a:hover,
a:focus {
	color: #1468a0
}

a img {
	border: 0
}

hr {
	clear: both;
	max-width: 85.82746rem;
	height: 0;
	margin: 1.46714rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0
}

ul,
ol,
dl {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6
}

li {
	font-size: inherit
}

ul {
	margin-left: 1.25rem;
	list-style-type: disc
}

ol {
	margin-left: 1.25rem
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0
}

dl {
	margin-bottom: 1rem
}

dl dt {
	margin-bottom: .3rem;
	font-weight: bold
}

blockquote {
	margin: 0 0 1rem;
	padding: .66021rem 1.46714rem 0 1.39378rem;
	border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
	line-height: 1.6;
	color: #8a8a8a
}

cite {
	display: block;
	font-size: .95364rem;
	color: #8a8a8a
}

cite:before {
	content: "— "
}

abbr,
abbr[title] {
	border-bottom: 1px dotted #020F18;
	cursor: help;
	text-decoration: none
}

figure {
	margin: 0
}

code {
	padding: .14671rem .36678rem .07336rem;
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #020F18
}

kbd {
	margin: 0;
	padding: .14671rem .29343rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #020F18;
	border-radius: 2px
}

.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #8a8a8a
}

.lead {
	font-size: 106.5%;
	line-height: 1.6
}

.stat {
	font-size: 2.5rem;
	line-height: 1
}

p+.stat {
	margin-top: -1rem
}

ul.no-bullet,
ol.no-bullet {
	margin-left: 0;
	list-style: none
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

@media print,
screen and (min-width: 40em) {
	.medium-text-left {
		text-align: left
	}
	.medium-text-right {
		text-align: right
	}
	.medium-text-center {
		text-align: center
	}
	.medium-text-justify {
		text-align: justify
	}
}

@media print,
screen and (min-width: 64em) {
	.large-text-left {
		text-align: left
	}
	.large-text-right {
		text-align: right
	}
	.large-text-center {
		text-align: center
	}
	.large-text-justify {
		text-align: justify
	}
}

.show-for-print {
	display: none !important
}

@media print {
	* {
		background: transparent !important;
		box-shadow: none !important;
		color: black !important;
		text-shadow: none !important
	}
	.show-for-print {
		display: block !important
	}
	.hide-for-print {
		display: none !important
	}
	table.show-for-print {
		display: table !important
	}
	thead.show-for-print {
		display: table-header-group !important
	}
	tbody.show-for-print {
		display: table-row-group !important
	}
	tr.show-for-print {
		display: table-row !important
	}
	td.show-for-print {
		display: table-cell !important
	}
	th.show-for-print {
		display: table-cell !important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	.ir a:after,
	a[href^='javascript:']:after,
	a[href^='#']:after {
		content: ''
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	pre,
	blockquote {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	@page {
		margin: 0.5cm
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	.print-break-inside {
		page-break-inside: auto
	}
}

.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	font-family: inherit;
	padding: 0.85em 1em;
	-webkit-appearance: none;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	font-size: 0.9rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #1779ba;
	color: #fff
}

[data-whatinput='mouse'] .button {
	outline: 0
}

.button:hover,
.button:focus {
	background-color: #14679e;
	color: #fff
}

.button.tiny {
	font-size: .6rem
}

.button.small {
	font-size: .75rem
}

.button.large {
	font-size: 1.25rem
}

.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}

.button.primary {
	background-color: #1779ba;
	color: #fff
}

.button.primary:hover,
.button.primary:focus {
	background-color: #126195;
	color: #fff
}

.button.secondary {
	background-color: #767676;
	color: #fff
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #5e5e5e;
	color: #fff
}

.button.success {
	background-color: #3adb76;
	color: #020F18
}

.button.success:hover,
.button.success:focus {
	background-color: #22bb5b;
	color: #020F18
}

.button.warning {
	background-color: #ffae00;
	color: #020F18
}

.button.warning:hover,
.button.warning:focus {
	background-color: #cc8b00;
	color: #020F18
}

.button.alert {
	background-color: #cc4b37;
	color: #fff
}

.button.alert:hover,
.button.alert:focus {
	background-color: #a53b2a;
	color: #fff
}

.button.disabled,
.button[disabled] {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
	background-color: #1779ba;
	color: #fff
}

.button.disabled.primary,
.button[disabled].primary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
	background-color: #1779ba;
	color: #fff
}

.button.disabled.secondary,
.button[disabled].secondary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
	background-color: #767676;
	color: #fff
}

.button.disabled.success,
.button[disabled].success {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
	background-color: #3adb76;
	color: #020F18
}

.button.disabled.warning,
.button[disabled].warning {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
	background-color: #ffae00;
	color: #020F18
}

.button.disabled.alert,
.button[disabled].alert {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
	background-color: #cc4b37;
	color: #fff
}

.button.hollow {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
	background-color: transparent
}

.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
	background-color: transparent
}

.button.hollow:hover,
.button.hollow:focus {
	border-color: #0c3d5d;
	color: #0c3d5d
}

.button.hollow:hover.disabled,
.button.hollow:hover[disabled],
.button.hollow:focus.disabled,
.button.hollow:focus[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.hollow.primary {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
	border-color: #0c3d5d;
	color: #0c3d5d
}

.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled],
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.hollow.secondary {
	border: 1px solid #767676;
	color: #767676
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
	border-color: #3b3b3b;
	color: #3b3b3b
}

.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled],
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled] {
	border: 1px solid #767676;
	color: #767676
}

.button.hollow.success {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.hollow.success:hover,
.button.hollow.success:focus {
	border-color: #157539;
	color: #157539
}

.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled],
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
	border-color: #805700;
	color: #805700
}

.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled],
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.hollow.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
	border-color: #67251a;
	color: #67251a
}

.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled],
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.clear {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.clear,
.button.clear:hover,
.button.clear:focus {
	background-color: transparent
}

.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
	background-color: transparent
}

.button.clear:hover,
.button.clear:focus {
	border-color: #0c3d5d;
	color: #0c3d5d
}

.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled] {
	border-color: transparent
}

.button.clear.primary {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.clear.primary:hover,
.button.clear.primary:focus {
	border-color: #0c3d5d;
	color: #0c3d5d
}

.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled] {
	border-color: transparent
}

.button.clear.secondary {
	border: 1px solid #767676;
	color: #767676
}

.button.clear.secondary:hover,
.button.clear.secondary:focus {
	border-color: #3b3b3b;
	color: #3b3b3b
}

.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
	border: 1px solid #767676;
	color: #767676
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled] {
	border-color: transparent
}

.button.clear.success {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.clear.success:hover,
.button.clear.success:focus {
	border-color: #157539;
	color: #157539
}

.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled] {
	border-color: transparent
}

.button.clear.warning {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.clear.warning:hover,
.button.clear.warning:focus {
	border-color: #805700;
	color: #805700
}

.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled] {
	border-color: transparent
}

.button.clear.alert {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.clear.alert:hover,
.button.clear.alert:focus {
	border-color: #67251a;
	color: #67251a
}

.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled] {
	border-color: transparent
}

.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset .4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fff transparent transparent;
	position: relative;
	top: 0.4em;
	display: inline-block;
	float: right;
	margin-left: 1em
}

.button.dropdown.hollow::after {
	border-top-color: #1779ba
}

.button.dropdown.hollow.primary::after {
	border-top-color: #1779ba
}

.button.dropdown.hollow.secondary::after {
	border-top-color: #767676
}

.button.dropdown.hollow.success::after {
	border-top-color: #3adb76
}

.button.dropdown.hollow.warning::after {
	border-top-color: #ffae00
}

.button.dropdown.hollow.alert::after {
	border-top-color: #cc4b37
}

.button.arrow-only::after {
	top: -0.1em;
	float: none;
	margin-left: 0
}

a.button:hover,
a.button:focus {
	text-decoration: none
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.86092rem;
	margin: 0 0 1.17371rem;
	padding: .58685rem;
	border: 1px solid #cacaca;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: inset 0 1px 2px rgba(2, 15, 24, 0.1);
	font-family: inherit;
	font-size: 1.17371rem;
	font-weight: normal;
	line-height: 1.5;
	color: #020F18;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fff;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

textarea {
	max-width: 100%
}

textarea[rows] {
	height: auto
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #cacaca
}

input::placeholder,
textarea::placeholder {
	color: #cacaca
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed
}

[type='submit'],
[type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 2px
}

input[type='search'] {
	box-sizing: border-box
}

[type='file'],
[type='checkbox'],
[type='radio'] {
	margin: 0 0 1.17371rem
}

[type='checkbox']+label,
[type='radio']+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .58685rem;
	margin-right: 1.17371rem;
	margin-bottom: 0
}

[type='checkbox']+label[for],
[type='radio']+label[for] {
	cursor: pointer
}

label>[type='checkbox'],
label>[type='radio'] {
	margin-right: .58685rem
}

[type='file'] {
	width: 100%
}

label {
	display: block;
	margin: 0;
	font-size: 1.027rem;
	font-weight: 600;
	line-height: 1.8;
	color: #020F18
}

label.middle {
	margin: 0 0 1.17371rem;
	padding: .66021rem 0
}

.help-text {
	margin-top: -.58685rem;
	font-size: .95364rem;
	font-style: italic;
	color: #020F18
}

.input-group {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1.17371rem;
	-ms-flex-align: stretch;
	align-items: stretch
}

.input-group>:first-child {
	border-radius: 2px 0 0 2px
}

.input-group>:last-child>* {
	border-radius: 0 2px 2px 0
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
	margin: 0;
	white-space: nowrap
}

.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #020F18;
	text-align: center;
	white-space: nowrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-align: center;
	align-items: center
}

.input-group-label:first-child {
	border-right: 0
}

.input-group-label:last-child {
	border-left: 0
}

.input-group-field {
	border-radius: 0;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	height: auto;
	min-width: 0
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
	height: auto;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1.17371rem
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	max-width: 100%;
	margin-bottom: .58685rem
}

.fieldset {
	margin: 1.32042rem 0;
	padding: 1.46714rem;
	border: 1px solid #cacaca
}

.fieldset legend {
	margin: 0;
	margin-left: -.22007rem;
	padding: 0 .22007rem
}

select {
	height: 2.86092rem;
	margin: 0 0 1.17371rem;
	padding: .58685rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 2px;
	background-color: #fff;
	font-family: inherit;
	font-size: 1.17371rem;
	font-weight: normal;
	line-height: 1.5;
	color: #020F18;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1.17371rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.76056rem;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

@media screen and (min-width: 0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
	}
}

select:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fff;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed
}

select::-ms-expand {
	display: none
}

select[multiple] {
	height: auto;
	background-image: none
}

.is-invalid-input:not(:focus) {
	border-color: #cc4b37;
	background-color: #faedeb
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
	color: #cc4b37
}

.is-invalid-label {
	color: #cc4b37
}

.form-error {
	display: none;
	margin-top: -.58685rem;
	margin-bottom: 1.17371rem;
	font-size: .88028rem;
	font-weight: bold;
	color: #cc4b37
}

.form-error.is-visible {
	display: block
}

.breadcrumbs {
	margin: 0 0 1rem 0;
	list-style: none
}

.breadcrumbs::before,
.breadcrumbs::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1
}

.breadcrumbs::after {
	clear: both
}

.breadcrumbs li {
	float: left;
	font-size: .80692rem;
	color: #020F18;
	cursor: default;
	text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
	position: relative;
	margin: 0 .75rem;
	opacity: 1;
	content: "/";
	color: #cacaca
}

.breadcrumbs a {
	color: #1779ba
}

.breadcrumbs a:hover {
	text-decoration: underline
}

.breadcrumbs .disabled {
	color: #cacaca;
	cursor: not-allowed
}

.callout {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(2, 15, 24, 0.25);
	border-radius: 2px;
	background-color: #fff;
	color: #020F18
}

.callout>:first-child {
	margin-top: 0
}

.callout>:last-child {
	margin-bottom: 0
}

.callout.primary {
	background-color: #d7ecfa;
	color: #020F18
}

.callout.secondary {
	background-color: #eaeaea;
	color: #020F18
}

.callout.success {
	background-color: #e1faea;
	color: #020F18
}

.callout.warning {
	background-color: #fff3d9;
	color: #020F18
}

.callout.alert {
	background-color: #f7e4e1;
	color: #020F18
}

.callout.small {
	padding-top: .5rem;
	padding-right: .5rem;
	padding-bottom: .5rem;
	padding-left: .5rem
}

.callout.large {
	padding-top: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-left: 3rem
}

.card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 1rem;
	border: none;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	color: #020F18
}

.card>:last-child {
	margin-bottom: 0
}

.card-divider {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem;
	background: #e6e6e6
}

.card-divider>:last-child {
	margin-bottom: 0
}

.card-section {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 1rem
}

.card-section>:last-child {
	margin-bottom: 0
}

.card-image {
	min-height: 1px
}

.dropdown-pane {
	position: absolute;
	z-index: 10;
	width: 300px;
	padding: 1rem;
	visibility: hidden;
	display: none;
	border: 1px solid #cacaca;
	border-radius: 2px;
	background-color: #F6F5FB;
	font-size: 1rem
}

.dropdown-pane.is-opening {
	display: block
}

.dropdown-pane.is-open {
	visibility: visible;
	display: block
}

.dropdown-pane.tiny {
	width: 100px
}

.dropdown-pane.small {
	width: 200px
}

.dropdown-pane.large {
	width: 400px
}

.responsive-embed,
.flex-video {
	position: relative;
	height: 0;
	margin-bottom: 1.17371rem;
	padding-bottom: 75%;
	overflow: hidden
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.responsive-embed.widescreen,
.flex-video.widescreen {
	padding-bottom: 56.25%
}

.pagination {
	margin-left: 0;
	margin-bottom: 1rem
}

.pagination::before,
.pagination::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1
}

.pagination::after {
	clear: both
}

.pagination li {
	margin-right: .07336rem;
	border-radius: 2px;
	font-size: 1.027rem;
	display: none
}

.pagination li:last-child,
.pagination li:first-child {
	display: inline-block
}

@media print,
screen and (min-width: 40em) {
	.pagination li {
		display: inline-block
	}
}

.pagination a,
.pagination button {
	display: block;
	padding: .22007rem .73357rem;
	border-radius: 2px;
	color: #020F18
}

.pagination a:hover,
.pagination button:hover {
	background: #e6e6e6
}

.pagination .current {
	padding: .22007rem .73357rem;
	background: #a4ca9f;
	color: #fff;
	cursor: default
}

.pagination .disabled {
	padding: .22007rem .73357rem;
	color: #cacaca;
	cursor: not-allowed
}

.pagination .disabled:hover {
	background: transparent
}

.pagination .ellipsis::after {
	padding: .22007rem .73357rem;
	content: '\2026';
	color: #020F18
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
	display: inline-block;
	margin-right: 0.5rem;
	content: '\00ab'
}

.pagination-next a::after,
.pagination-next.disabled::after {
	display: inline-block;
	margin-left: 0.5rem;
	content: '\00bb'
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 2px
}

table thead,
table tbody,
table tfoot {
	border: 1px solid rgba(13, 13, 13, 0);
	background-color: transparent
}

table caption {
	padding: .58685rem .73357rem .73357rem;
	font-weight: bold
}

table thead {
	background: rgba(6, 6, 6, 0);
	color: #020F18
}

table tfoot {
	background: rgba(13, 13, 13, 0);
	color: #020F18
}

table thead tr,
table tfoot tr {
	background: transparent
}

table thead th,
table thead td,
table tfoot th,
table tfoot td {
	padding: .58685rem .73357rem .73357rem;
	font-weight: bold;
	text-align: left
}

table tbody th,
table tbody td {
	padding: .58685rem .73357rem .73357rem
}

table tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: rgba(13, 13, 13, 0)
}

table.unstriped tbody {
	background-color: transparent
}

table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid rgba(13, 13, 13, 0);
	background-color: transparent
}

@media screen and (max-width: 63.9375em) {
	table.stack thead {
		display: none
	}
	table.stack tfoot {
		display: none
	}
	table.stack tr,
	table.stack th,
	table.stack td {
		display: block
	}
	table.stack td {
		border-top: 0
	}
}

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto
}

table.hover thead tr:hover {
	background-color: rgba(1, 1, 1, 0)
}

table.hover tfoot tr:hover {
	background-color: rgba(8, 8, 8, 0)
}

table.hover tbody tr:hover {
	background-color: transparent
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: transparent
}

.table-scroll {
	overflow-x: auto
}

.table-scroll table {
	width: auto
}

.tabs {
	margin: 0;
	border: 1px solid #e6e6e6;
	background: #fff;
	list-style-type: none
}

.tabs::before,
.tabs::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1
}

.tabs::after {
	clear: both
}

.tabs.vertical>li {
	display: block;
	float: none;
	width: auto
}

.tabs.simple>li>a {
	padding: 0
}

.tabs.simple>li>a:hover {
	background: transparent
}

.tabs.primary {
	background: #1779ba
}

.tabs.primary>li>a {
	color: #fff
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
	background: #1673b1
}

.tabs-title {
	float: left
}

.tabs-title>a {
	display: block;
	padding: 1.25rem 1.5rem;
	font-size: .88028rem;
	line-height: 1;
	color: #1779ba
}

.tabs-title>a:hover {
	background: #fff;
	color: #1468a0
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
	background: #e6e6e6;
	color: #1779ba
}

.tabs-content {
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #fff;
	color: #020F18;
	transition: all 0.5s ease
}

.tabs-content.vertical {
	border: 1px solid #e6e6e6;
	border-left: 0
}

.tabs-panel {
	display: none;
	padding: 1rem
}

.tabs-panel.is-active {
	display: block
}

.hide {
	display: none !important
}

.invisible {
	visibility: hidden
}

@media screen and (max-width: 39.9375em) {
	.hide-for-small-only {
		display: none !important
	}
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
	.show-for-small-only {
		display: none !important
	}
}

@media print,
screen and (min-width: 40em) {
	.hide-for-medium {
		display: none !important
	}
}

@media screen and (max-width: 39.9375em) {
	.show-for-medium {
		display: none !important
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.hide-for-medium-only {
		display: none !important
	}
}

@media screen and (max-width: 39.9375em),
screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important
	}
}

@media print,
screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important
	}
}

@media screen and (max-width: 63.9375em) {
	.show-for-large {
		display: none !important
	}
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
	.hide-for-large-only {
		display: none !important
	}
}

@media screen and (max-width: 63.9375em),
screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none
}

.show-for-landscape,
.hide-for-portrait {
	display: block !important
}

@media screen and (orientation: landscape) {
	.show-for-landscape,
	.hide-for-portrait {
		display: block !important
	}
}

@media screen and (orientation: portrait) {
	.show-for-landscape,
	.hide-for-portrait {
		display: none !important
	}
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important
}

@media screen and (orientation: landscape) {
	.hide-for-landscape,
	.show-for-portrait {
		display: none !important
	}
}

@media screen and (orientation: portrait) {
	.hide-for-landscape,
	.show-for-portrait {
		display: block !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-center {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.clearfix::before,
.clearfix::after {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1
}

.clearfix::after {
	clear: both
}

.align-right {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.align-center {
	-ms-flex-pack: center;
	justify-content: center
}

.align-justify {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.align-spaced {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.align-right.vertical.menu>li>a {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.align-center.vertical.menu>li>a {
	-ms-flex-pack: center;
	justify-content: center
}

.align-top {
	-ms-flex-align: start;
	align-items: flex-start
}

.align-self-top {
	-ms-flex-item-align: start;
	align-self: flex-start
}

.align-bottom {
	-ms-flex-align: end;
	align-items: flex-end
}

.align-self-bottom {
	-ms-flex-item-align: end;
	align-self: flex-end
}

.align-middle {
	-ms-flex-align: center;
	align-items: center
}

.align-self-middle {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.align-stretch {
	-ms-flex-align: stretch;
	align-items: stretch
}

.align-self-stretch {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch
}

.align-center-middle {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.small-order-1 {
	-ms-flex-order: 1;
	order: 1
}

.small-order-2 {
	-ms-flex-order: 2;
	order: 2
}

.small-order-3 {
	-ms-flex-order: 3;
	order: 3
}

.small-order-4 {
	-ms-flex-order: 4;
	order: 4
}

.small-order-5 {
	-ms-flex-order: 5;
	order: 5
}

.small-order-6 {
	-ms-flex-order: 6;
	order: 6
}

@media print,
screen and (min-width: 40em) {
	.medium-order-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.medium-order-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.medium-order-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.medium-order-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.medium-order-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.medium-order-6 {
		-ms-flex-order: 6;
		order: 6
	}
}

@media print,
screen and (min-width: 64em) {
	.large-order-1 {
		-ms-flex-order: 1;
		order: 1
	}
	.large-order-2 {
		-ms-flex-order: 2;
		order: 2
	}
	.large-order-3 {
		-ms-flex-order: 3;
		order: 3
	}
	.large-order-4 {
		-ms-flex-order: 4;
		order: 4
	}
	.large-order-5 {
		-ms-flex-order: 5;
		order: 5
	}
	.large-order-6 {
		-ms-flex-order: 6;
		order: 6
	}
}

.flex-container {
	display: -ms-flexbox;
	display: flex
}

.flex-child-auto {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.flex-child-grow {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.flex-child-shrink {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.flex-dir-row {
	-ms-flex-direction: row;
	flex-direction: row
}

.flex-dir-row-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.flex-dir-column {
	-ms-flex-direction: column;
	flex-direction: column
}

.flex-dir-column-reverse {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

@media print,
screen and (min-width: 40em) {
	.medium-flex-container {
		display: -ms-flexbox;
		display: flex
	}
	.medium-flex-child-auto {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.medium-flex-child-grow {
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.medium-flex-child-shrink {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
	.medium-flex-dir-row {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.medium-flex-dir-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.medium-flex-dir-column {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.medium-flex-dir-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media print,
screen and (min-width: 64em) {
	.large-flex-container {
		display: -ms-flexbox;
		display: flex
	}
	.large-flex-child-auto {
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
	.large-flex-child-grow {
		-ms-flex: 1 0 auto;
		flex: 1 0 auto
	}
	.large-flex-child-shrink {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto
	}
	.large-flex-dir-row {
		-ms-flex-direction: row;
		flex-direction: row
	}
	.large-flex-dir-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
	.large-flex-dir-column {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.large-flex-dir-column-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}