.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.bg-faded {
	background-color: #f7f7f7
}

.bg-primary {
	background-color: #0275d8 !important
}

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

.bg-success {
	background-color: #5cb85c !important
}

a.bg-success:focus, a.bg-success:hover {
	background-color: #449d44 !important
}

.bg-info {
	background-color: #5bc0de !important
}

a.bg-info:focus, a.bg-info:hover {
	background-color: #31b0d5 !important
}

.bg-warning {
	background-color: #f0ad4e !important
}

a.bg-warning:focus, a.bg-warning:hover {
	background-color: #ec971f !important
}

.bg-danger {
	background-color: #d9534f !important
}

a.bg-danger:focus, a.bg-danger:hover {
	background-color: #c9302c !important
}

.bg-inverse {
	background-color: #292b2c !important
}

a.bg-inverse:focus, a.bg-inverse:hover {
	background-color: #101112 !important
}

.border-0 {
	border: 0 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.rounded {
	border-radius: .25rem
}

.rounded-top {
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem
}

.rounded-right {
	border-bottom-right-radius: .25rem;
	border-top-right-radius: .25rem
}

.rounded-bottom {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.rounded-left {
	border-bottom-left-radius: .25rem;
	border-top-left-radius: .25rem
}

.rounded-circle {
	border-radius: 50%
}

.rounded-0 {
	border-radius: 0
}

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

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block, .schedule-plan li .sub-title {
	display: inline-block !important
}

.d-block, .site-header img, .hero-small-title, .form-group-label span, .top-bar-navigation li a, .top-links li a, .menu-bar-top, .schedule-plan--reverse li .sub-title, .schedule-plan--reverse li p {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-cell {
	display: table-cell !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

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

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

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

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

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1030
}

.sr-only, .socialLinks .fa > span, figure figcaption, .top-links .fa span {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
	margin: 0 0 !important
}

.mt-0, .h-border-white h2 {
	margin-top: 0 !important
}

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

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

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

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

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

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

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

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

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

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

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

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

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

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

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

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

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

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

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

.mb-3, .text-information {
	margin-bottom: 1rem !important
}

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

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

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

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

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

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

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

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

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

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

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

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

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

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.p-0 {
	padding: 0 0 !important
}

.pt-0 {
	padding-top: 0 !important
}

.pr-0 {
	padding-right: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pl-0 {
	padding-left: 0 !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.p-1 {
	padding: .25rem .25rem !important
}

.pt-1, .hero-small-title {
	padding-top: .25rem !important
}

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

.pb-1, .hero-small-title {
	padding-bottom: .25rem !important
}

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

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

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

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

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

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

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

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

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

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

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

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

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

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

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

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

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

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

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

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

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

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

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

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

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

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto {
	margin-top: auto !important
}

.mr-auto {
	margin-right: auto !important
}

.mb-auto {
	margin-bottom: auto !important
}

.ml-auto {
	margin-left: auto !important
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 0 !important
	}
	
	.mt-sm-0 {
		margin-top: 0 !important
	}
	
	.mr-sm-0 {
		margin-right: 0 !important
	}
	
	.mb-sm-0 {
		margin-bottom: 0 !important
	}
	
	.ml-sm-0 {
		margin-left: 0 !important
	}
	
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}
	
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}
	
	.m-sm-1 {
		margin: .25rem .25rem !important
	}
	
	.mt-sm-1 {
		margin-top: .25rem !important
	}
	
	.mr-sm-1 {
		margin-right: .25rem !important
	}
	
	.mb-sm-1 {
		margin-bottom: .25rem !important
	}
	
	.ml-sm-1 {
		margin-left: .25rem !important
	}
	
	.mx-sm-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}
	
	.my-sm-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}
	
	.m-sm-2 {
		margin: .5rem .5rem !important
	}
	
	.mt-sm-2 {
		margin-top: .5rem !important
	}
	
	.mr-sm-2 {
		margin-right: .5rem !important
	}
	
	.mb-sm-2 {
		margin-bottom: .5rem !important
	}
	
	.ml-sm-2 {
		margin-left: .5rem !important
	}
	
	.mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}
	
	.my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}
	
	.m-sm-3 {
		margin: 1rem 1rem !important
	}
	
	.mt-sm-3 {
		margin-top: 1rem !important
	}
	
	.mr-sm-3 {
		margin-right: 1rem !important
	}
	
	.mb-sm-3 {
		margin-bottom: 1rem !important
	}
	
	.ml-sm-3 {
		margin-left: 1rem !important
	}
	
	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}
	
	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
	
	.m-sm-4 {
		margin: 1.5rem 1.5rem !important
	}
	
	.mt-sm-4 {
		margin-top: 1.5rem !important
	}
	
	.mr-sm-4 {
		margin-right: 1.5rem !important
	}
	
	.mb-sm-4 {
		margin-bottom: 1.5rem !important
	}
	
	.ml-sm-4 {
		margin-left: 1.5rem !important
	}
	
	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}
	
	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}
	
	.m-sm-5 {
		margin: 3rem 3rem !important
	}
	
	.mt-sm-5 {
		margin-top: 3rem !important
	}
	
	.mr-sm-5 {
		margin-right: 3rem !important
	}
	
	.mb-sm-5 {
		margin-bottom: 3rem !important
	}
	
	.ml-sm-5 {
		margin-left: 3rem !important
	}
	
	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}
	
	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}
	
	.p-sm-0 {
		padding: 0 0 !important
	}
	
	.pt-sm-0 {
		padding-top: 0 !important
	}
	
	.pr-sm-0 {
		padding-right: 0 !important
	}
	
	.pb-sm-0 {
		padding-bottom: 0 !important
	}
	
	.pl-sm-0 {
		padding-left: 0 !important
	}
	
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
	
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	
	.p-sm-1 {
		padding: .25rem .25rem !important
	}
	
	.pt-sm-1 {
		padding-top: .25rem !important
	}
	
	.pr-sm-1 {
		padding-right: .25rem !important
	}
	
	.pb-sm-1 {
		padding-bottom: .25rem !important
	}
	
	.pl-sm-1 {
		padding-left: .25rem !important
	}
	
	.px-sm-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}
	
	.py-sm-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}
	
	.p-sm-2 {
		padding: .5rem .5rem !important
	}
	
	.pt-sm-2 {
		padding-top: .5rem !important
	}
	
	.pr-sm-2 {
		padding-right: .5rem !important
	}
	
	.pb-sm-2 {
		padding-bottom: .5rem !important
	}
	
	.pl-sm-2 {
		padding-left: .5rem !important
	}
	
	.px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}
	
	.py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}
	
	.p-sm-3 {
		padding: 1rem 1rem !important
	}
	
	.pt-sm-3 {
		padding-top: 1rem !important
	}
	
	.pr-sm-3 {
		padding-right: 1rem !important
	}
	
	.pb-sm-3 {
		padding-bottom: 1rem !important
	}
	
	.pl-sm-3 {
		padding-left: 1rem !important
	}
	
	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}
	
	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}
	
	.p-sm-4 {
		padding: 1.5rem 1.5rem !important
	}
	
	.pt-sm-4 {
		padding-top: 1.5rem !important
	}
	
	.pr-sm-4 {
		padding-right: 1.5rem !important
	}
	
	.pb-sm-4 {
		padding-bottom: 1.5rem !important
	}
	
	.pl-sm-4 {
		padding-left: 1.5rem !important
	}
	
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}
	
	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}
	
	.p-sm-5 {
		padding: 3rem 3rem !important
	}
	
	.pt-sm-5 {
		padding-top: 3rem !important
	}
	
	.pr-sm-5 {
		padding-right: 3rem !important
	}
	
	.pb-sm-5 {
		padding-bottom: 3rem !important
	}
	
	.pl-sm-5 {
		padding-left: 3rem !important
	}
	
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}
	
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}
	
	.m-sm-auto {
		margin: auto !important
	}
	
	.mt-sm-auto {
		margin-top: auto !important
	}
	
	.mr-sm-auto {
		margin-right: auto !important
	}
	
	.mb-sm-auto {
		margin-bottom: auto !important
	}
	
	.ml-sm-auto {
		margin-left: auto !important
	}
	
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}
	
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 0 !important
	}
	
	.mt-md-0 {
		margin-top: 0 !important
	}
	
	.mr-md-0 {
		margin-right: 0 !important
	}
	
	.mb-md-0 {
		margin-bottom: 0 !important
	}
	
	.ml-md-0 {
		margin-left: 0 !important
	}
	
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}
	
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}
	
	.m-md-1 {
		margin: .25rem .25rem !important
	}
	
	.mt-md-1 {
		margin-top: .25rem !important
	}
	
	.mr-md-1 {
		margin-right: .25rem !important
	}
	
	.mb-md-1 {
		margin-bottom: .25rem !important
	}
	
	.ml-md-1 {
		margin-left: .25rem !important
	}
	
	.mx-md-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}
	
	.my-md-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}
	
	.m-md-2 {
		margin: .5rem .5rem !important
	}
	
	.mt-md-2 {
		margin-top: .5rem !important
	}
	
	.mr-md-2 {
		margin-right: .5rem !important
	}
	
	.mb-md-2 {
		margin-bottom: .5rem !important
	}
	
	.ml-md-2 {
		margin-left: .5rem !important
	}
	
	.mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}
	
	.my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}
	
	.m-md-3 {
		margin: 1rem 1rem !important
	}
	
	.mt-md-3 {
		margin-top: 1rem !important
	}
	
	.mr-md-3 {
		margin-right: 1rem !important
	}
	
	.mb-md-3 {
		margin-bottom: 1rem !important
	}
	
	.ml-md-3 {
		margin-left: 1rem !important
	}
	
	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}
	
	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
	
	.m-md-4 {
		margin: 1.5rem 1.5rem !important
	}
	
	.mt-md-4 {
		margin-top: 1.5rem !important
	}
	
	.mr-md-4 {
		margin-right: 1.5rem !important
	}
	
	.mb-md-4 {
		margin-bottom: 1.5rem !important
	}
	
	.ml-md-4 {
		margin-left: 1.5rem !important
	}
	
	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}
	
	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}
	
	.m-md-5 {
		margin: 3rem 3rem !important
	}
	
	.mt-md-5 {
		margin-top: 3rem !important
	}
	
	.mr-md-5 {
		margin-right: 3rem !important
	}
	
	.mb-md-5 {
		margin-bottom: 3rem !important
	}
	
	.ml-md-5 {
		margin-left: 3rem !important
	}
	
	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}
	
	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}
	
	.p-md-0 {
		padding: 0 0 !important
	}
	
	.pt-md-0 {
		padding-top: 0 !important
	}
	
	.pr-md-0 {
		padding-right: 0 !important
	}
	
	.pb-md-0 {
		padding-bottom: 0 !important
	}
	
	.pl-md-0 {
		padding-left: 0 !important
	}
	
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
	
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	
	.p-md-1 {
		padding: .25rem .25rem !important
	}
	
	.pt-md-1 {
		padding-top: .25rem !important
	}
	
	.pr-md-1 {
		padding-right: .25rem !important
	}
	
	.pb-md-1 {
		padding-bottom: .25rem !important
	}
	
	.pl-md-1 {
		padding-left: .25rem !important
	}
	
	.px-md-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}
	
	.py-md-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}
	
	.p-md-2 {
		padding: .5rem .5rem !important
	}
	
	.pt-md-2 {
		padding-top: .5rem !important
	}
	
	.pr-md-2 {
		padding-right: .5rem !important
	}
	
	.pb-md-2 {
		padding-bottom: .5rem !important
	}
	
	.pl-md-2 {
		padding-left: .5rem !important
	}
	
	.px-md-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}
	
	.py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}
	
	.p-md-3 {
		padding: 1rem 1rem !important
	}
	
	.pt-md-3 {
		padding-top: 1rem !important
	}
	
	.pr-md-3 {
		padding-right: 1rem !important
	}
	
	.pb-md-3 {
		padding-bottom: 1rem !important
	}
	
	.pl-md-3 {
		padding-left: 1rem !important
	}
	
	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}
	
	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}
	
	.p-md-4 {
		padding: 1.5rem 1.5rem !important
	}
	
	.pt-md-4 {
		padding-top: 1.5rem !important
	}
	
	.pr-md-4 {
		padding-right: 1.5rem !important
	}
	
	.pb-md-4 {
		padding-bottom: 1.5rem !important
	}
	
	.pl-md-4 {
		padding-left: 1.5rem !important
	}
	
	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}
	
	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}
	
	.p-md-5 {
		padding: 3rem 3rem !important
	}
	
	.pt-md-5 {
		padding-top: 3rem !important
	}
	
	.pr-md-5 {
		padding-right: 3rem !important
	}
	
	.pb-md-5 {
		padding-bottom: 3rem !important
	}
	
	.pl-md-5 {
		padding-left: 3rem !important
	}
	
	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}
	
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}
	
	.m-md-auto {
		margin: auto !important
	}
	
	.mt-md-auto {
		margin-top: auto !important
	}
	
	.mr-md-auto {
		margin-right: auto !important
	}
	
	.mb-md-auto {
		margin-bottom: auto !important
	}
	
	.ml-md-auto {
		margin-left: auto !important
	}
	
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}
	
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 0 !important
	}
	
	.mt-lg-0 {
		margin-top: 0 !important
	}
	
	.mr-lg-0 {
		margin-right: 0 !important
	}
	
	.mb-lg-0 {
		margin-bottom: 0 !important
	}
	
	.ml-lg-0 {
		margin-left: 0 !important
	}
	
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}
	
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}
	
	.m-lg-1 {
		margin: .25rem .25rem !important
	}
	
	.mt-lg-1 {
		margin-top: .25rem !important
	}
	
	.mr-lg-1 {
		margin-right: .25rem !important
	}
	
	.mb-lg-1 {
		margin-bottom: .25rem !important
	}
	
	.ml-lg-1 {
		margin-left: .25rem !important
	}
	
	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}
	
	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}
	
	.m-lg-2 {
		margin: .5rem .5rem !important
	}
	
	.mt-lg-2 {
		margin-top: .5rem !important
	}
	
	.mr-lg-2 {
		margin-right: .5rem !important
	}
	
	.mb-lg-2 {
		margin-bottom: .5rem !important
	}
	
	.ml-lg-2 {
		margin-left: .5rem !important
	}
	
	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}
	
	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}
	
	.m-lg-3 {
		margin: 1rem 1rem !important
	}
	
	.mt-lg-3 {
		margin-top: 1rem !important
	}
	
	.mr-lg-3 {
		margin-right: 1rem !important
	}
	
	.mb-lg-3 {
		margin-bottom: 1rem !important
	}
	
	.ml-lg-3 {
		margin-left: 1rem !important
	}
	
	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}
	
	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
	
	.m-lg-4 {
		margin: 1.5rem 1.5rem !important
	}
	
	.mt-lg-4 {
		margin-top: 1.5rem !important
	}
	
	.mr-lg-4 {
		margin-right: 1.5rem !important
	}
	
	.mb-lg-4 {
		margin-bottom: 1.5rem !important
	}
	
	.ml-lg-4 {
		margin-left: 1.5rem !important
	}
	
	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}
	
	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}
	
	.m-lg-5 {
		margin: 3rem 3rem !important
	}
	
	.mt-lg-5 {
		margin-top: 3rem !important
	}
	
	.mr-lg-5 {
		margin-right: 3rem !important
	}
	
	.mb-lg-5 {
		margin-bottom: 3rem !important
	}
	
	.ml-lg-5 {
		margin-left: 3rem !important
	}
	
	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}
	
	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}
	
	.p-lg-0 {
		padding: 0 0 !important
	}
	
	.pt-lg-0 {
		padding-top: 0 !important
	}
	
	.pr-lg-0 {
		padding-right: 0 !important
	}
	
	.pb-lg-0 {
		padding-bottom: 0 !important
	}
	
	.pl-lg-0 {
		padding-left: 0 !important
	}
	
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
	
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	
	.p-lg-1 {
		padding: .25rem .25rem !important
	}
	
	.pt-lg-1 {
		padding-top: .25rem !important
	}
	
	.pr-lg-1 {
		padding-right: .25rem !important
	}
	
	.pb-lg-1 {
		padding-bottom: .25rem !important
	}
	
	.pl-lg-1 {
		padding-left: .25rem !important
	}
	
	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}
	
	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}
	
	.p-lg-2 {
		padding: .5rem .5rem !important
	}
	
	.pt-lg-2 {
		padding-top: .5rem !important
	}
	
	.pr-lg-2 {
		padding-right: .5rem !important
	}
	
	.pb-lg-2 {
		padding-bottom: .5rem !important
	}
	
	.pl-lg-2 {
		padding-left: .5rem !important
	}
	
	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}
	
	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}
	
	.p-lg-3 {
		padding: 1rem 1rem !important
	}
	
	.pt-lg-3 {
		padding-top: 1rem !important
	}
	
	.pr-lg-3 {
		padding-right: 1rem !important
	}
	
	.pb-lg-3 {
		padding-bottom: 1rem !important
	}
	
	.pl-lg-3 {
		padding-left: 1rem !important
	}
	
	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}
	
	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}
	
	.p-lg-4 {
		padding: 1.5rem 1.5rem !important
	}
	
	.pt-lg-4 {
		padding-top: 1.5rem !important
	}
	
	.pr-lg-4 {
		padding-right: 1.5rem !important
	}
	
	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}
	
	.pl-lg-4 {
		padding-left: 1.5rem !important
	}
	
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}
	
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}
	
	.p-lg-5 {
		padding: 3rem 3rem !important
	}
	
	.pt-lg-5 {
		padding-top: 3rem !important
	}
	
	.pr-lg-5 {
		padding-right: 3rem !important
	}
	
	.pb-lg-5 {
		padding-bottom: 3rem !important
	}
	
	.pl-lg-5 {
		padding-left: 3rem !important
	}
	
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}
	
	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}
	
	.m-lg-auto {
		margin: auto !important
	}
	
	.mt-lg-auto {
		margin-top: auto !important
	}
	
	.mr-lg-auto {
		margin-right: auto !important
	}
	
	.mb-lg-auto {
		margin-bottom: auto !important
	}
	
	.ml-lg-auto {
		margin-left: auto !important
	}
	
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}
	
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 0 !important
	}
	
	.mt-xl-0 {
		margin-top: 0 !important
	}
	
	.mr-xl-0 {
		margin-right: 0 !important
	}
	
	.mb-xl-0 {
		margin-bottom: 0 !important
	}
	
	.ml-xl-0 {
		margin-left: 0 !important
	}
	
	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}
	
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}
	
	.m-xl-1 {
		margin: .25rem .25rem !important
	}
	
	.mt-xl-1 {
		margin-top: .25rem !important
	}
	
	.mr-xl-1 {
		margin-right: .25rem !important
	}
	
	.mb-xl-1 {
		margin-bottom: .25rem !important
	}
	
	.ml-xl-1 {
		margin-left: .25rem !important
	}
	
	.mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}
	
	.my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}
	
	.m-xl-2 {
		margin: .5rem .5rem !important
	}
	
	.mt-xl-2 {
		margin-top: .5rem !important
	}
	
	.mr-xl-2 {
		margin-right: .5rem !important
	}
	
	.mb-xl-2 {
		margin-bottom: .5rem !important
	}
	
	.ml-xl-2 {
		margin-left: .5rem !important
	}
	
	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}
	
	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}
	
	.m-xl-3 {
		margin: 1rem 1rem !important
	}
	
	.mt-xl-3 {
		margin-top: 1rem !important
	}
	
	.mr-xl-3 {
		margin-right: 1rem !important
	}
	
	.mb-xl-3 {
		margin-bottom: 1rem !important
	}
	
	.ml-xl-3 {
		margin-left: 1rem !important
	}
	
	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}
	
	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}
	
	.m-xl-4 {
		margin: 1.5rem 1.5rem !important
	}
	
	.mt-xl-4 {
		margin-top: 1.5rem !important
	}
	
	.mr-xl-4 {
		margin-right: 1.5rem !important
	}
	
	.mb-xl-4 {
		margin-bottom: 1.5rem !important
	}
	
	.ml-xl-4 {
		margin-left: 1.5rem !important
	}
	
	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}
	
	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}
	
	.m-xl-5 {
		margin: 3rem 3rem !important
	}
	
	.mt-xl-5 {
		margin-top: 3rem !important
	}
	
	.mr-xl-5 {
		margin-right: 3rem !important
	}
	
	.mb-xl-5 {
		margin-bottom: 3rem !important
	}
	
	.ml-xl-5 {
		margin-left: 3rem !important
	}
	
	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}
	
	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}
	
	.p-xl-0 {
		padding: 0 0 !important
	}
	
	.pt-xl-0 {
		padding-top: 0 !important
	}
	
	.pr-xl-0 {
		padding-right: 0 !important
	}
	
	.pb-xl-0 {
		padding-bottom: 0 !important
	}
	
	.pl-xl-0 {
		padding-left: 0 !important
	}
	
	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
	
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	
	.p-xl-1 {
		padding: .25rem .25rem !important
	}
	
	.pt-xl-1 {
		padding-top: .25rem !important
	}
	
	.pr-xl-1 {
		padding-right: .25rem !important
	}
	
	.pb-xl-1 {
		padding-bottom: .25rem !important
	}
	
	.pl-xl-1 {
		padding-left: .25rem !important
	}
	
	.px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}
	
	.py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}
	
	.p-xl-2 {
		padding: .5rem .5rem !important
	}
	
	.pt-xl-2 {
		padding-top: .5rem !important
	}
	
	.pr-xl-2 {
		padding-right: .5rem !important
	}
	
	.pb-xl-2 {
		padding-bottom: .5rem !important
	}
	
	.pl-xl-2 {
		padding-left: .5rem !important
	}
	
	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}
	
	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}
	
	.p-xl-3 {
		padding: 1rem 1rem !important
	}
	
	.pt-xl-3 {
		padding-top: 1rem !important
	}
	
	.pr-xl-3 {
		padding-right: 1rem !important
	}
	
	.pb-xl-3 {
		padding-bottom: 1rem !important
	}
	
	.pl-xl-3 {
		padding-left: 1rem !important
	}
	
	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}
	
	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}
	
	.p-xl-4 {
		padding: 1.5rem 1.5rem !important
	}
	
	.pt-xl-4 {
		padding-top: 1.5rem !important
	}
	
	.pr-xl-4 {
		padding-right: 1.5rem !important
	}
	
	.pb-xl-4 {
		padding-bottom: 1.5rem !important
	}
	
	.pl-xl-4 {
		padding-left: 1.5rem !important
	}
	
	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}
	
	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}
	
	.p-xl-5 {
		padding: 3rem 3rem !important
	}
	
	.pt-xl-5 {
		padding-top: 3rem !important
	}
	
	.pr-xl-5 {
		padding-right: 3rem !important
	}
	
	.pb-xl-5 {
		padding-bottom: 3rem !important
	}
	
	.pl-xl-5 {
		padding-left: 3rem !important
	}
	
	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}
	
	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}
	
	.m-xl-auto {
		margin: auto !important
	}
	
	.mt-xl-auto {
		margin-top: auto !important
	}
	
	.mr-xl-auto {
		margin-right: auto !important
	}
	
	.mb-xl-auto {
		margin-bottom: auto !important
	}
	
	.ml-xl-auto {
		margin-left: auto !important
	}
	
	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}
	
	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}
}

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

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

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

.text-left, .schedule-plan li .time {
	text-align: left !important
}

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

.text-center, .a_border, .hero-small-title, .socialLinks a, .h-border-white h2 {
	text-align: center !important
}

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

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

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

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

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

.text-uppercase, .page-title, .sub-title, .a_border, .hero-small-title, .hero-title, .wrapper-calendar h3, .wrapper-calendar h2, .top-bar-navigation li a, .top-links li a, .h-border-white h2 {
	text-transform: uppercase !important
}

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

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

.font-weight-bold, .form-invest .a_border, .top-bar-navigation li a, .top-links li a, .schedule-plan li .sub-title {
	font-weight: bold
}

.font-italic {
	font-style: italic
}

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

.text-muted {
	color: #636c72 !important
}

a.text-muted:focus, a.text-muted:hover {
	color: #4b5257 !important
}

.text-primary {
	color: #0275d8 !important
}

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

.text-success {
	color: #5cb85c !important
}

a.text-success:focus, a.text-success:hover {
	color: #449d44 !important
}

.text-info {
	color: #5bc0de !important
}

a.text-info:focus, a.text-info:hover {
	color: #31b0d5 !important
}

.text-warning {
	color: #f0ad4e !important
}

a.text-warning:focus, a.text-warning:hover {
	color: #ec971f !important
}

.text-danger {
	color: #d9534f !important
}

a.text-danger:focus, a.text-danger:hover {
	color: #c9302c !important
}

.text-gray-dark {
	color: #292b2c !important
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
	color: #101112 !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.invisible {
	visibility: hidden !important
}

.hidden-xs-up {
	display: none !important
}

@media (max-width: 575px) {
	.hidden-xs-down {
		display: none !important
	}
}

@media (min-width: 576px) {
	.hidden-sm-up {
		display: none !important
	}
}

@media (max-width: 767px) {
	.hidden-sm-down {
		display: none !important
	}
}

@media (min-width: 768px) {
	.hidden-md-up {
		display: none !important
	}
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none !important
	}
}

@media (min-width: 992px) {
	.hidden-lg-up {
		display: none !important
	}
}

@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none !important
	}
}

@media (min-width: 1200px) {
	.hidden-xl-up {
		display: none !important
	}
}

.hidden-xl-down {
	display: none !important
}

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

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

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

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

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

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

@media print {
	.hidden-print {
		display: none !important
	}
}

footer .row + .row .menu, footer .row + .row .footer-main-nav, .top-bar-navigation, .top-links, .schedule-plan {
	margin: 0;
	padding: 0;
	list-style: none
}

@font-face {
	font-family: 'kelson';
	src: url("../fonts/kelson/kelson_sans_bold-webfont.eot");
	src: url("../fonts/kelson/kelson_sans_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kelson/kelson_sans_bold-webfont.woff2") format("woff2"), url("../fonts/kelson/kelson_sans_bold-webfont.woff") format("woff"), url("../fonts/kelson/kelson_sans_bold-webfont.ttf") format("truetype"), url("../fonts/kelson/kelson_sans_bold-webfont.svg#kelson_sansbold") format("svg");
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: 'kelson';
	src: url("../fonts/kelson/kelson_sans_light-webfont.eot");
	src: url("../fonts/kelson/kelson_sans_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kelson/kelson_sans_light-webfont.woff2") format("woff2"), url("../fonts/kelson/kelson_sans_light-webfont.woff") format("woff"), url("../fonts/kelson/kelson_sans_light-webfont.ttf") format("truetype"), url("../fonts/kelson/kelson_sans_light-webfont.svg#kelson_sanslight") format("svg");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'kelson';
	src: url("../fonts/kelson/kelson_sans_regular-webfont.eot");
	src: url("../fonts/kelson/kelson_sans_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kelson/kelson_sans_regular-webfont.woff2") format("woff2"), url("../fonts/kelson/kelson_sans_regular-webfont.woff") format("woff"), url("../fonts/kelson/kelson_sans_regular-webfont.ttf") format("truetype"), url("../fonts/kelson/kelson_sans_regular-webfont.svg#kelson_sansregular") format("svg");
	font-weight: normal;
	font-style: normal
}

.page-header-container {
	z-index: 2
}

.wrapper-calendar {
	z-index: 3
}

.page-header-container, .wrapper-calendar {
	position: relative
}

.bgi {
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100%
}

.bgi img, .bgi figcaption {
	display: none
}

.bgi--16x9 {
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	padding: 56.25% 0 0 0
}

.bgi--16x9 img, .bgi--16x9 figcaption {
	display: none
}

.bgi--4x3 {
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	padding: 75% 0 0 0
}

.bgi--4x3 img, .bgi--4x3 figcaption {
	display: none
}

.page-plan-container {
	background-position: top center
}

html {
	font-size: 112.5%
}

body {
	font-family: "Kelson Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #2A3339;
	font-size: 1rem;
	line-height: 1.5rem
}

p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin-top: 27px;
	margin-bottom: 0
}

h1 {
	font-size: 2.1111111111rem;
	font-size: 2.1111111111 rempx;
	font-size: 2.1111111111rem/18rem;
	line-height: 2.3333333333rem;
	line-height: 2.3333333333 rempx;
	line-height: 2.3333333333rem/18rem;
	margin-top: 2.1111111111rem;
	letter-spacing: -0.1rem;
	font-weight: bold
}

h2 {
	font-size: 1.9444444444rem;
	font-size: 1.9444444444 rempx;
	font-size: 1.9444444444rem/18rem;
	line-height: 1.8333333333rem;
	line-height: 1.8333333333 rempx;
	line-height: 1.8333333333rem/18rem;
	margin-top: 1.6666666667rem;
	letter-spacing: -0.1rem
}

h1 + h2 {
	margin-top: .6666666667rem
}

h3 {
	font-size: 1.5555555556rem;
	font-size: 1.5555555556 rempx;
	font-size: 1.5555555556rem/18rem;
	line-height: 1.6111111111rem;
	line-height: 1.6111111111 rempx;
	line-height: 1.6111111111rem/18rem;
	margin-top: 1.4444444444rem;
	letter-spacing: -0.1rem
}

h4 {
	font-size: 1.3333333333rem;
	font-size: 1.3333333333 rempx;
	font-size: 1.3333333333rem/18rem;
	line-height: 1.4444444444rem;
	line-height: 1.4444444444 rempx;
	line-height: 1.4444444444rem/18rem;
	margin-top: 1.3333333333rem;
	letter-spacing: -0.1rem
}

h3 + h4 {
	margin-top: .0277777778rem
}

h5, h6 {
	font-size: 1.2222222222rem;
	font-size: 1.2222222222 rempx;
	font-size: 1.2222222222rem/18rem;
	line-height: 1.1111111111rem;
	line-height: 1.1111111111 rempx;
	line-height: 1.1111111111rem/18rem;
	text-transform: uppercase
}

ul, ol {
	line-height: 1.5555555556rem;
	line-height: 1.5555555556 rempx;
	line-height: 1.5555555556rem/18rem;
	margin-top: 1.2222222222rem
}

ul li, ol li {
	line-height: 1.2222222222rem;
	line-height: 1.2222222222 rempx;
	line-height: 1.2222222222rem/18rem
}

p {
	line-height: 1.5555555556rem;
	line-height: 1.5555555556 rempx;
	line-height: 1.5555555556rem/18rem;
	margin-top: 1.2222222222rem
}

.lead {
	font-size: 1.2222222222rem;
	font-size: 1.2222222222 rempx;
	font-size: 1.2222222222rem/18rem;
	line-height: 1.5555555556rem;
	line-height: 1.5555555556 rempx;
	line-height: 1.5555555556rem/18rem
}

small, .small, figcaption {
	font-size: .6666666667rem;
	font-size: .6666666667 rempx;
	font-size: .6666666667rem/18rem;
	line-height: 1rem;
	line-height: 1 rempx;
	line-height: 1rem/18rem
}

.br {
	display: block
}

a {
	color: #2A3339;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

a:hover, a:focus {
	outline: none;
	text-decoration: none
}

.page-title {
	font-size: 38px;
	font-size: 2.1111111111rem;
	letter-spacing: 0
}

.page-invest {
	font-size: 34px;
	font-size: 1.8888888889rem
}

.sub-title {
	font-size: 25px;
	font-size: 1.3888888889rem;
	margin-top: 27px;
	letter-spacing: 0
}

.text-information {
	font-size: 23px;
	font-size: 1.2777777778rem;
	line-height: 27px;
	line-height: 1.5rem;
	letter-spacing: 0
}

.a_border {
	font-size: 24px;
	font-size: 1.3333333333rem;
	position: relative;
	color: white;
	border: 2px solid #00a89b;
	padding-top: 18px;
	padding-bottom: 18px;
	z-index: 1
}

.a_border:before {
	background-color: #00a89b;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.a_border:hover, .a_border:focus, .a_border.active {
	color: white;
	background-color: #00c596
}

.a_border:hover:before, .a_border:focus:before, .a_border.active:before {
	height: 100%;
	width: 100%
}

.a_border span {
	position: relative;
	top: 3px
}

.bg-green, .hero-small-title, .wrapper-calendar {
	background-color: #00a89b
}

.bg-dark, .top-bar, .page-organization {
	background-color: #2A3339
}

.text-green, .sub-title, .form-invest .a_border {
	color: #00a89b
}

.text-white {
	color: white
}

.a_border:before, .wrapper-calendar h3:before, .schedule-plan:before, .schedule-plan--reverse:before, .white-line:before, .form-invest .a_border:before, .form-invest .a_border:after, .form-invest .a_border > span:before, .form-invest .a_border > span:after {
	content: '';
	position: absolute;
	display: block
}

.a_border:before {
	width: 0;
	height: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: -1
}

.wrapper-calendar h3:before {
	width: 100%;
	height: 2px;
	bottom: 0
}

.schedule-plan:before, .schedule-plan--reverse:before, .white-line:before {
	height: 100%;
	background-color: white;
	width: 3px
}

.site-header .a_border {
	margin-top: 136px;
	margin-bottom: 236px
}

@media (max-width: 991px) {
	.site-header .a_border {
		margin-top: 95px;
		margin-bottom: 165px
	}
}

@media (max-width: 575px) {
	.site-header .a_border {
		margin-bottom: 105px
	}
}

.site-header .a_border span {
	position: relative;
	top: 3px
}

.hero-small-title {
	color: white
}

.hero-title {
	font-size: 54px;
	font-size: 3rem;
	line-height: 66px;
	line-height: 3.6666666667rem;
	letter-spacing: 0;
	color: white;
	margin-top: 8px
}

@media (max-width: 767px) {
	.hero-title {
		font-size: 42px;
		font-size: 2.3333333333rem;
		line-height: 53px;
		line-height: 2.9444444444rem;
		margin-top: 12px
	}
}

@media (max-width: 575px) {
	.hero-title {
		font-size: 37px;
		font-size: 2.0555555556rem;
		line-height: 45px;
		line-height: 2.5rem;
		margin-top: 15px
	}
}

.hero-image {
	margin-top: 70px;
	margin-bottom: 90px
}

footer {
	font-size: 12px;
	font-size: .6666666667rem;
	line-height: 14px;
	line-height: .7777777778rem;
	background-color: #2d3438;
	padding: 15px 0;
	position: relative;
	z-index: 4;
	font-weight: bold;
	margin-top: 27px
}

footer p {
	color: #2d3438
}

footer .row + .row .menu, footer .row + .row .footer-main-nav {
	margin-left: -15px;
	margin-right: -15px;
	text-transform: uppercase;
	line-height: 0
}

@media (max-width: 575px) {
	footer .row + .row .menu, footer .row + .row .footer-main-nav {
		margin-left: 0;
		margin-right: 0
	}
}

footer .row + .row .menu > li, footer .row + .row .footer-main-nav > li {
	margin-bottom: 20px
}

@media (min-width: 768px) {
	footer .row + .row .menu > li, footer .row + .row .footer-main-nav > li {
		width: 25%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px
	}
}

footer .row + .row .menu > li ul li, footer .row + .row .footer-main-nav > li ul li {
	display: block
}

footer .row + .row .menu > li ul li a, footer .row + .row .footer-main-nav > li ul li a {
	padding: 0;
	margin-left: 0
}

footer .row + .row .menu a, footer .row + .row .menu .separator, footer .row + .row .menu .item-544 a, footer .row + .row .footer-main-nav a, footer .row + .row .footer-main-nav .separator, footer .row + .row .footer-main-nav .item-544 a {
	color: #24c695;
	display: block;
	margin-bottom: 15px
}

footer .row + .row .menu ul, footer .row + .row .footer-main-nav ul {
	padding: 0;
	margin: 0;
	list-style: none
}

footer .row + .row .menu ul a, footer .row + .row .footer-main-nav ul a {
	font-size: 12px;
	text-decoration: none
}

footer .row + .row .menu a, footer .row + .row .footer-main-nav a {
	color: #828282;
	display: block;
	margin-bottom: 8px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

footer .row + .row .menu a:hover, footer .row + .row .footer-main-nav a:hover {
	color: #f2f2f2
}

.item-544 {
	min-height: 160px !important
}

.socialLinks li {
	display: inline-block
}

.socialLinks a {
	font-size: 28px;
	font-size: 1.5555555556rem;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	display: block;
	text-decoration: none;
	color: #89969E;
	margin-left: 15px
}

.socialLinks a:hover {
	color: white
}

.footer-main-nav > li:first-child, .footer-main-nav > li + li + li + li + li ~ li {
	display: none
}

.footer-main-nav > li > a {
	color: #24c695 !important;
	margin-bottom: 15px !important
}

.footer-main-nav .item-642 {
	display: none
}

.logo-footer .img-responsive, .logo-footer-ulisboa .img-responsive {
	max-width: 100%;
	height: auto
}

figure {
	position: relative;
	overflow: hidden;
	margin: 0
}

.wrapper-calendar {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (max-width: 575px) {
	.wrapper-calendar {
		padding-top: 60px;
		padding-bottom: 0
	}
}

.wrapper-calendar h3 {
	position: relative;
	font-size: 30px;
	font-size: 1.6666666667rem;
	color: white;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 28px;
	letter-spacing: 0;
	margin-top: 0
}

.wrapper-calendar h3:before {
	background-color: white;
	max-width: 200px;
	width: 128px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	height: 5px
}

.wrapper-calendar h2 {
	font-size: 39px;
	font-size: 2.1666666667rem;
	margin-top: 20px;
	color: white;
	letter-spacing: 0
}

@media (max-width: 575px) {
	.wrapper-calendar h2 {
		margin-bottom: 55px
	}
}

.form-group {
	position: relative
}

.form-group-label {
	position: absolute;
	left: -50px;
	top: 0;
	background-color: #2A3339;
	margin-bottom: 0;
	height: 51px;
	width: 106px
}

@media (max-width: 575px) {
	.form-group-label {
		left: 0
	}
}

.form-group-label span {
	font-size: 20px;
	font-size: 1.1111111111rem;
	position: relative;
	color: white;
	left: 15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.form-invest {
	margin-left: 20px;
	padding-right: 120px
}

@media (max-width: 767px) {
	.form-invest {
		margin-left: 0;
		padding-right: 0
	}
}

.form-invest .a_border {
	border: 0;
	border-radius: 0;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	font-family: "Kelson Sans", sans-serif;
	background-color: #2A3339
}

.form-invest .a_border:before, .form-invest .a_border:after {
	left: auto;
	top: auto;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	right: 0;
	bottom: 0;
	background: #00a89b
}

.form-invest .a_border:before {
	width: 100%;
	height: 2px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.form-invest .a_border:after {
	width: 2px;
	height: 100%;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.form-invest .a_border > span {
	display: block;
	color: white;
	position: static
}

.form-invest .a_border > span:before, .form-invest .a_border > span:after {
	left: 0;
	top: 0;
	background: #00a89b;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.form-invest .a_border > span:before {
	width: 100%;
	height: 2px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.form-invest .a_border > span:after {
	width: 2px;
	height: 100%;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.form-invest .a_border:hover:before, .form-invest .a_border:hover:after {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.form-invest .a_border:hover > span:before, .form-invest .a_border:hover > span:after {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.form-control {
	border: 1px solid #2A3339;
	border-radius: 0;
	margin-left: 56px;
	padding-top: 14px;
	padding-bottom: 13px;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.form-control label {
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.form-control:focus {
	border: 1px solid #00a89b
}

.form-control:focus + label {
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
	background-color: #00a89b
}

@media (max-width: 575px) {
	.form-control {
		margin-left: 0;
		padding-left: 112px
	}
}

.top-bar-navigation li, .top-links li {
	display: inline-block
}

.top-bar-navigation li:first-child a, .top-links li:first-child a {
	margin-left: 0
}

.top-bar-navigation li a, .top-links li a {
	font-size: 14px;
	font-size: .7777777778rem;
	text-decoration: none;
	color: #96A6AE;
	margin-left: 15px;
	padding: 15px 0
}

@media (max-width: 1199px) {
	.top-bar-navigation li a, .top-links li a {
		margin-left: 6px
	}
}

.menu-bar-top {
	margin-top: 15px
}

.page-organization--information {
	font-size: 16px;
	font-size: .8888888889rem;
	line-height: 18px;
	line-height: 1rem;
	color: white;
	margin-top: 0
}

.h-border-white {
	border: 3px solid white;
	position: relative
	width: 100%
}

@media (max-width: 575px) {
	.h-border-white {
		width: 100%
	}
}

.h-border-white h2 {
	font-size: 23px;
	font-size: 1.2777777778rem;
	letter-spacing: 0;
	color: white;
	text-align: left !important;
	padding: 10px 30px;
}

.schedule-plan {
	position: relative
}

.schedule-plan li {
	padding-bottom: 15px
}

.schedule-plan li:first-child {
	padding-top: 45px
}

.schedule-plan li:last-child {
	padding-bottom: 30px
}

.schedule-plan li .time {
	color: white;
	display: block;
	font-size: 16px;
	font-size: .8888888889rem;
	margin-left: 30px
}

@media (max-width: 991px) {
	.schedule-plan li .time {
		margin-left: 10px
	}
}

.schedule-plan li .sub-title {
	font-size: 16px;
	font-size: .8888888889rem;
	margin-top: 0;
	margin-left: 45px
}

@media (max-width: 991px) {
	.schedule-plan li .sub-title {
		margin-left: 55px
	}
}

@media (max-width: 767px) {
	.schedule-plan li .sub-title {
		margin-left: 75px;
		font-size: 14px;
		font-size: .7777777778rem
	}
}

@media (max-width: 575px) {
	.schedule-plan li .sub-title {
		position: relative;
		top: -25px
	}
}

.schedule-plan li p {
	margin-left: 45px;
	margin-top: 0;
	color: white;
	font-size: 14px;
	font-size: .7777777778rem
}

@media (max-width: 991px) {
	.schedule-plan li p {
		margin-left: 55px
	}
}

@media (max-width: 767px) {
	.schedule-plan li p {
		margin-left: 75px
	}
}

@media (max-width: 575px) {
	.schedule-plan li p {
		margin-top: -27px
	}
}

.schedule-plan:before {
	left: 90px
}

@media (max-width: 575px) {
	.schedule-plan:before {
		display: none
	}
}

.schedule-plan--reverse:before {
	right: 90px;
	left: auto
}

@media (max-width: 767px) {
	.schedule-plan--reverse:before {
		right: 60px
	}
}

@media (max-width: 575px) {
	.schedule-plan--reverse:before {
		display: none
	}
}

.schedule-plan--reverse li .time {
	margin-left: -10px
}

@media (max-width: 991px) {
	.schedule-plan--reverse li .time {
		margin-left: -30px
	}
}

@media (max-width: 575px) {
	.schedule-plan--reverse li .time {
		margin-left: 0
	}
}

.schedule-plan--reverse li .sub-title, .schedule-plan--reverse li p {
	margin-right: 45px;
	margin-left: 0
}

@media (max-width: 991px) {
	.schedule-plan--reverse li .sub-title, .schedule-plan--reverse li p {
		margin-right: 55px
	}
}

@media (max-width: 575px) {
	.schedule-plan--reverse li .sub-title, .schedule-plan--reverse li p {
		margin-left: 47px;
		margin-right: 0
	}
}

.white-line:before {
	width: 73.2%;
	height: 3px;
	bottom: 0;
	left: 105px
}

@media (max-width: 1199px) {
	.white-line:before {
		width: 68.1%
	}
}

@media (max-width: 991px) {
	.white-line:before {
		width: 63%
	}
}

@media (max-width: 767px) {
	.white-line:before {
		width: 50%
	}
}

@media (max-width: 575px) {
	.white-line {
		display: none
	}
}

.schedule-plan-second {
	margin-top: -44px
}

@media (max-width: 575px) {
	.schedule-plan-second {
		margin-top: 0
	}
}

.schedule-plan-second .white-line:before {
	bottom: auto;
	top: 41px;
	left: 200px
}
