
/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*, ::after, ::before {
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container {
		max-width: 540px;
	}
}

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

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

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

.container-fluid {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

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

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

.offset-4 {
	margin-left: 33.33333%;
}

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

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

.offset-7 {
	margin-left: 58.33333%;
}

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

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

.offset-10 {
	margin-left: 83.33333%;
}

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

@media (min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-sm-first {
		order: -1;
	}
	
	.order-sm-last {
		order: 13;
	}
	
	.order-sm-0 {
		order: 0;
	}
	
	.order-sm-1 {
		order: 1;
	}
	
	.order-sm-2 {
		order: 2;
	}
	
	.order-sm-3 {
		order: 3;
	}
	
	.order-sm-4 {
		order: 4;
	}
	
	.order-sm-5 {
		order: 5;
	}
	
	.order-sm-6 {
		order: 6;
	}
	
	.order-sm-7 {
		order: 7;
	}
	
	.order-sm-8 {
		order: 8;
	}
	
	.order-sm-9 {
		order: 9;
	}
	
	.order-sm-10 {
		order: 10;
	}
	
	.order-sm-11 {
		order: 11;
	}
	
	.order-sm-12 {
		order: 12;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-md-first {
		order: -1;
	}
	
	.order-md-last {
		order: 13;
	}
	
	.order-md-0 {
		order: 0;
	}
	
	.order-md-1 {
		order: 1;
	}
	
	.order-md-2 {
		order: 2;
	}
	
	.order-md-3 {
		order: 3;
	}
	
	.order-md-4 {
		order: 4;
	}
	
	.order-md-5 {
		order: 5;
	}
	
	.order-md-6 {
		order: 6;
	}
	
	.order-md-7 {
		order: 7;
	}
	
	.order-md-8 {
		order: 8;
	}
	
	.order-md-9 {
		order: 9;
	}
	
	.order-md-10 {
		order: 10;
	}
	
	.order-md-11 {
		order: 11;
	}
	
	.order-md-12 {
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-lg-first {
		order: -1;
	}
	
	.order-lg-last {
		order: 13;
	}
	
	.order-lg-0 {
		order: 0;
	}
	
	.order-lg-1 {
		order: 1;
	}
	
	.order-lg-2 {
		order: 2;
	}
	
	.order-lg-3 {
		order: 3;
	}
	
	.order-lg-4 {
		order: 4;
	}
	
	.order-lg-5 {
		order: 5;
	}
	
	.order-lg-6 {
		order: 6;
	}
	
	.order-lg-7 {
		order: 7;
	}
	
	.order-lg-8 {
		order: 8;
	}
	
	.order-lg-9 {
		order: 9;
	}
	
	.order-lg-10 {
		order: 10;
	}
	
	.order-lg-11 {
		order: 11;
	}
	
	.order-lg-12 {
		order: 12;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xl-first {
		order: -1;
	}
	
	.order-xl-last {
		order: 13;
	}
	
	.order-xl-0 {
		order: 0;
	}
	
	.order-xl-1 {
		order: 1;
	}
	
	.order-xl-2 {
		order: 2;
	}
	
	.order-xl-3 {
		order: 3;
	}
	
	.order-xl-4 {
		order: 4;
	}
	
	.order-xl-5 {
		order: 5;
	}
	
	.order-xl-6 {
		order: 6;
	}
	
	.order-xl-7 {
		order: 7;
	}
	
	.order-xl-8 {
		order: 8;
	}
	
	.order-xl-9 {
		order: 9;
	}
	
	.order-xl-10 {
		order: 10;
	}
	
	.order-xl-11 {
		order: 11;
	}
	
	.order-xl-12 {
		order: 12;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

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

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

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

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

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

.d-table-row {
	display: table-row !important;
}

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

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	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-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		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-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: flex !important;
	}
	
	.d-md-inline-flex {
		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-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		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-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: inline-flex !important;
	}
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

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

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

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

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

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

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

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

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

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

@media (min-width:576px) {
	.flex-sm-row {
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		align-content: center !important;
	}
	
	.align-content-sm-between {
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
}

@media (min-width:768px) {
	.flex-md-row {
		flex-direction: row !important;
	}
	
	.flex-md-column {
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	
	.align-items-md-start {
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		align-content: center !important;
	}
	
	.align-content-md-between {
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		align-self: auto !important;
	}
	
	.align-self-md-start {
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		align-self: stretch !important;
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		align-content: center !important;
	}
	
	.align-content-lg-between {
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		align-content: center !important;
	}
	
	.align-content-xl-between {
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
}

html {
	box-sizing: border-box;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, :after, :before {
	box-sizing: inherit;
}

body {
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.66;
	color: #3e3a38;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

.blockquote {
	line-height: 1.4;
	position: relative;
}

.blockquote p:before {
	content: "“";
	position: absolute;
	left: -12px;
	top: -5px;
	font-size: 28px;
}

@media only screen and (min-width:992px) {
	.blockquote p:before {
		left: -15px;
		font-size: 38px;
	}
}

.blockquote p:after {
	content: "”";
	position: absolute;
	line-height: 1;
	font-size: 28px;
}

@media only screen and (min-width:992px) {
	.blockquote p:after {
		font-size: 38px;
	}
}

.blockquote__footer {
	font-size: 16px;
}

@media only screen and (min-width:992px) {
	.blockquote__footer {
		padding-right: 1em;
		text-align: right;
	}
}

.blockquote__footer cite {
	font-style: normal;
}

.button, [type=button], [type=reset], [type=submit] {
	display: inline-block;
	padding: 24px 36px 20px;
	font-family: Catamaran, sans-serif;
	font-weight: 700;
	background-color: #66f2af;
	border: none;
	border-radius: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	color: #466154;
	transition: background-color ease 150ms;
}

.button:hover, [type=button]:hover, [type=reset]:hover, [type=submit]:hover {
	text-decoration: none;
	background-color: rgba(102, 242, 175, .75);
}

.sc-checkout-form .stripe-button-el {
	background-image: none;
	box-shadow: none;
	background: 0 0;
}

.sc-checkout-form .stripe-button-el.nitro-lazy {
	background-image: none !important;
}

.sc-checkout-form .stripe-button-el:focus {
	outline: 0;
}

.sc-checkout-form .stripe-button-el span {
	padding: 24px 36px 20px;
	background-color: #66f2af;
	background-image: none;
	color: #466154;
	font-family: Catamaran, sans-serif;
	font-weight: 700;
	border-radius: 30px;
	height: 50px;
	line-height: 53px;
	padding: 0 20px;
	text-transform: uppercase;
}

.sc-checkout-form .stripe-button-el span.nitro-lazy {
	background-image: none !important;
}

.call-to-action {
	position: relative;
	padding: 7% 0;
	background-color: #ef814c;
}

.call-to-action__container {
	display: flex;
	justify-content: center;
}

.call-to-action__content {
	text-align: center;
	color: #fff;
	text-align: center;
}

.comments {
	padding: 0 2rem 2rem;
}

@media only screen and (min-width:768px) {
	.comments {
		padding: 0 5rem 4rem 5rem;
	}
}

.comments__title {
	font-family: Catamaran, sans-serif;
	font-weight: 300;
	font-size: 20px;
	border-bottom: solid 2px #ef814c;
	text-transform: uppercase;
	color: #ef814c;
}

.comments__reply-title {
	margin-top: 16px;
	font-family: Catamaran, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #3e3a38;
}

.comments__form {
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	color: #3e3a38;
	font-size: 16px;
}

.comments__form label {
	display: block;
	margin-bottom: 4px;
	font-family: Catamaran, sans-serif;
	font-weight: 700;
	color: #ef814c;
}

.comments__form input[type=email], .comments__form input[type=text], .comments__form textarea {
	display: block;
	width: 100%;
	padding: 7px 10px;
	border: solid 1px #f0ebe7;
}

.comments__form .form-submit {
	margin: 8px 0;
}

.comments__form-notes {
	font-family: Catamaran, sans-serif;
	font-size: 16px;
}

.comments__form-comment {
	margin: 24px 0 16px;
}

.comments__form-author, .comments__form-email, .comments__form-url {
	margin: 6px 0;
}

.comments__form-author label, .comments__form-email label, .comments__form-url label {
	display: none;
}

@media only screen and (min-width:768px) {
	.comments__form-author input, .comments__form-email input, .comments__form-url input {
		max-width: 50%;
	}
}

.comments__count {
	margin-top: 48px;
	font-family: Catamaran, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ef814c;
}

.comments__list {
	padding-left: 1em;
}

.comments__list .comment {
	margin-top: 28px;
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #5f5955;
}

.comments__list .comment a {
	color: #ef814c;
}

.comments__list .comment a:hover {
	text-decoration: none;
	color: rgba(239, 129, 76, .8);
}

.comments__list .comment .comment-body {
	padding-bottom: 28px;
	border-bottom: solid 1px #ef814c;
}

.comments__list .comment .comment-body p {
	margin: 1em 0;
}

.comments__list .comment .comment-body p:last-child {
	margin-bottom: 0;
}

.comments__list .comment .comment-body .comment-author {
	font-size: 14px;
	color: #3e3a38;
}

.comments__list .comment .comment-body .comment-author .avatar {
	display: none;
}

.comments__list .comment .comment-body .comment-author cite {
	font-style: normal;
	font-family: Catamaran, sans-serif;
	font-weight: 700;
}

.comments__list .comment .comment-body .comment-meta {
	font-family: Catamaran, sans-serif;
}

.comments__list .comment .children {
	margin: 0;
	padding-left: 1em;
}

@media only screen and (min-width:576px) {
	.comments__list .comment .children {
		margin-left: 1%;
	}
}

.content-block {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding: 4rem 0;
}

.content-block__container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 3;
	max-height: 100%;
}

.content-block__text-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	order: 1;
	max-height: 100%;
}

.content-block__text-wrapper {
	text-align: center;
	max-width: 32rem;
	max-height: 100%;
}

.content-block__text-wrapper.--long-text p:not(.large-copy) {
	text-align: left;
}

.content-block__text-wrapper.--shadow-text p:not(.large-copy) {
	text-shadow: 1px 1px 1px #dfe2e7;
}

.content-block__image-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 1;
	order: 2;
	margin-top: 1rem;
	max-height: 100%;
}

.content-block__image {
	width: 100%;
	height: auto;
}

.content-block__background-image {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.content-block__background-image::after {
	content: "";
	display: none;
}

.content-block__blockquote__container {
	order: 3;
	max-height: 100%;
}

.content-block__blockquote__container blockquote {
	margin-top: 1rem;
}

@media only screen and (min-width:992px) {
	.content-block__blockquote__container blockquote {
		margin-top: 0;
	}
}

.content-block__blockquote__container blockquote p {
	margin-top: 0;
}

@media only screen and (min-width:768px) {
	.content-block {
		padding: 8rem 0 4rem;
	}
}

@media only screen and (min-width:992px) {
	.content-block {
		min-height: 90vh;
		padding: 10% 0;
	}
	
	.content-block .content-block__container {
		flex-direction: row;
		justify-content: flex-start;
	}
	
	.content-block .content-block__text-container {
		justify-content: center;
		width: 53%;
	}
	
	.content-block .content-block__text-wrapper {
		text-align: left;
		max-width: none;
	}
	
	.content-block .content-block__image-container {
		justify-content: center;
		width: 47%;
		height: auto;
		max-height: none;
		margin-top: 0;
	}
	
	.content-block .content-block__background-image {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.content-block .content-block__background-image::after {
		display: block;
		position: absolute;
		z-index: 2;
		left: 0;
		top: 0;
		width: 63%;
		height: 100%;
	}
}

@media only screen and (min-width:1200px) {
	.content-block {
		padding: 7% 0;
	}
}

.content-block.--gray {
	background-color: #edede9;
}

.content-block.--gray .heading {
	color: #5f5955;
}

.content-block.--gray .blockquote, .content-block.--gray .large-copy {
	color: #89809e;
}

.content-block.--gray .blockquote__footer {
	color: #7c7670;
}

.content-block.--orange {
	background-color: #ef814c;
	color: #fff;
}

.content-block.--purple {
	background-color: #89809e;
	color: #fff;
}

.content-block.--brown {
	background-color: #5f5955;
	color: #fff;
}

.content-block.--shadow::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(62, 58, 56, .15), transparent 30%);
}

.content-block.--lg-image .content-block__image {
	width: 115%;
}

@media only screen and (min-width:1200px) {
	.content-block.--lg-image .content-block__image {
		width: 125%;
	}
}

.content-block.--xl-image .content-block__image {
	width: 120%;
}

@media only screen and (min-width:992px) {
	.content-block.--xl-image .content-block__image {
		width: 160%;
	}
}

.content-block.--xl-image .content-block__image-container {
	max-height: 40vh;
}

@media only screen and (min-width:992px) {
	.content-block.--xl-image .content-block__image-container {
		max-height: none;
	}
}

.content-block.--full-height {
	min-height: 100vh;
}

.content-block.--full-height .content-block__image-container {
	max-height: 100vh;
}

.content-block.--left-aligned .content-block__text-wrapper {
	text-align: left;
}

.content-block.--background .content-block__image {
	box-shadow: 0 0 24px 4px rgba(62, 58, 56, .1);
}

@media only screen and (min-width:992px) {
	.content-block.--background .content-block__background-image {
		display: block;
	}
	
	.content-block.--background .content-block__image {
		display: none;
	}
}

@media only screen and (min-width:992px) {
	.content-block.--content-left .content-block__text-container {
		order: 1;
		padding-right: 1rem;
	}
	
	.content-block.--content-left .content-block__image-container {
		order: 2;
	}
	
	.content-block.--content-left .content-block__background-image {
		background-position: right center;
	}
	
	.content-block.--content-left .content-block__background-image::after {
		left: 0;
		right: auto;
	}
}

@media only screen and (min-width:1200px) {
	.content-block.--content-left .content-block__text-container {
		padding-right: 3rem;
	}
}

.content-block.--content-left.--gray .content-block__background-image::after {
	background: linear-gradient(#edede9, #edede9 55%, rgba(237, 237, 233, 0) 100%);
}

@media only screen and (min-width:992px) {
	.content-block.--content-left.--gray .content-block__background-image::after {
		background: linear-gradient(to right, #edede9, #edede9 55%, rgba(237, 237, 233, 0) 100%);
	}
}

.content-block.--content-left.--brown .content-block__background-image::after {
	background: linear-gradient(#5f5955, #5f5955 55%, rgba(95, 89, 85, 0) 100%);
}

@media only screen and (min-width:992px) {
	.content-block.--content-left.--brown .content-block__background-image::after {
		background: linear-gradient(to right, #5f5955, #5f5955 55%, rgba(95, 89, 85, 0) 100%);
	}
}

.content-block.--content-left.--orange .content-block__background-image::after {
	background: linear-gradient(#ef814c, #ef814c 55%, rgba(239, 129, 76, 0) 100%);
}

@media only screen and (min-width:992px) {
	.content-block.--content-left.--orange .content-block__background-image::after {
		background: linear-gradient(to right, #ef814c, #ef814c 55%, rgba(239, 129, 76, 0) 100%);
	}
}

.content-block.--content-left.--purple .content-block__background-image::after {
	background: linear-gradient(#89809e, #89809e 55%, rgba(137, 128, 158, 0) 100%);
}

@media only screen and (min-width:992px) {
	.content-block.--content-left.--purple .content-block__background-image::after {
		background: linear-gradient(to right, #89809e, #89809e 55%, rgba(137, 128, 158, 0) 100%);
	}
}

@media only screen and (min-width:992px) {
	.content-block.--content-right .content-block__text-container {
		order: 2;
		padding-left: 1rem;
	}
	
	.content-block.--content-right .content-block__image-container {
		order: 1;
	}
	
	.content-block.--content-right .content-block__background-image {
		background-position: left center;
	}
	
	.content-block.--content-right .content-block__background-image::after {
		left: auto;
		right: 0;
	}
}

@media only screen and (min-width:1200px) {
	.content-block.--content-right .content-block__text-container {
		padding-left: 3rem;
	}
}

.content-block.--content-right.--gray .content-block__background-image::after {
	background: linear-gradient(#edede9, #edede9 55%, rgba(237, 237, 233, 0) 100%);
}

@media only screen and (min-width:992px) {
	.content-block.--content-right.--gray .content-block__background-image::after {
		background: linear-gradient(to left, #edede9, #edede9 55%, rgba(237, 237, 233, 0) 100%);
	}
}

.content-block.--content-right.--brown .content-block__background-image::after {
	background: linear-gradient(#5f5955, #5f5955 55%, rgba(95, 89, 85, 0) 100%);
}

@media only screen and (min-width:992px) {
	.content-block.--content-right.--brown .content-block__background-image::after {
		background: linear-gradient(to left, #5f5955, #5f5955 55%, rgba(95, 89, 85, 0) 100%);
	}
}

.content-block.--content-right.--orange .content-block__background-image::after {
	background: linear-gradient(#ef814c, #ef814c 55%, rgba(239, 129, 76, 0) 100%);
}

@media only screen and (min-width:992px) {
	.content-block.--content-right.--orange .content-block__background-image::after {
		background: linear-gradient(to left, #ef814c, #ef814c 55%, rgba(239, 129, 76, 0) 100%);
	}
}

.content-block.--content-right.--purple .content-block__background-image::after {
	background: linear-gradient(#89809e, #89809e 55%, rgba(137, 128, 158, 0) 100%);
}

@media only screen and (min-width:992px) {
	.content-block.--content-right.--purple .content-block__background-image::after {
		background: linear-gradient(to left, #89809e, #89809e 55%, rgba(137, 128, 158, 0) 100%);
	}
}

.copyright {
	display: inline-block;
	font-size: 16px;
	color: inherit;
}

.featured-post {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	width: 100%;
	min-height: 384px;
	background-color: rgba(239, 129, 76, .2);
}

@media only screen and (min-width:768px) {
	.featured-post {
		flex-direction: row;
		justify-content: flex-start;
		min-height: 428px;
	}
}

.featured-post__header {
	position: relative;
	z-index: 2;
	min-height: 20%;
	padding: 20px;
	color: #fff;
	background-color: #ef814c;
}

@media only screen and (min-width:768px) {
	.featured-post__header {
		min-height: auto;
		width: 30%;
	}
	
	.featured-post__header::after, .featured-post__header::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		height: 100%;
		background-color: inherit;
	}
	
	.featured-post__header::before {
		width: 27px;
		left: 100%;
		opacity: .8;
	}
	
	.featured-post__header::after {
		width: 15px;
		left: calc(100% + 27px);
		opacity: .4;
	}
}

.featured-post__lead-in {
	margin-bottom: .5em;
	font-family: Catamaran, sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	opacity: .5;
}

.featured-post__title {
	font-family: Catamaran, sans-serif;
	font-size: 26px;
}

.featured-post__read-more {
	margin-top: 1em;
	font-family: Catamaran, sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.featured-post__read-more::after {
	content: "";
	padding-left: .5em;
	font-family: "Font Awesome 5 Free";
}

.featured-post__background {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 80%;
	background-size: cover;
	background-position: 50% 38%;
}

@media only screen and (min-width:768px) {
	.featured-post__background {
		width: 70%;
		height: 100%;
	}
}

input, textarea {
	padding: 5px 10px;
	line-height: 1.5;
	border: none;
}

input:not(.wpcf7-submit):focus, textarea:not(.wpcf7-submit):focus {
	outline-color: #66f2af;
}

input.wpcf7-submit:focus, textarea.wpcf7-submit:focus {
	outline: 0;
}

span.wpcf7-not-valid-tip {
	color: #000;
}

div.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	max-width: 358px;
}

div.wpcf7-mail-sent-ok, div.wpcf7-response-output {
	border: none;
	background-color: #66f2af;
	color: #000;
}

div.wpcf7-aborted, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ng, div.wpcf7-validation-errors {
	border: none;
	background-color: #ef814c;
	color: #000;
}

.wpcf7-form p {
	text-align: left;
}

.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.footer-menus {
	margin-top: 1rem;
}

@media only screen and (min-width:992px) {
	.footer-menus {
		margin-top: 0;
	}
}

.header-nav {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	height: 100%;
}

.header-nav__menu {
	display: none;
	align-self: flex-end;
}

@media only screen and (min-width:992px) {
	.header-nav__menu {
		display: block;
	}
}

.header-nav__button {
	display: block;
	align-self: center;
}

@media only screen and (min-width:992px) {
	.header-nav__button {
		display: none;
	}
}

.hero {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 50vh;
	padding: 7% 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

@media only screen and (min-width:992px) {
	.hero {
		min-height: 90vh;
	}
}

.hero__content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 600px;
	text-align: center;
	text-shadow: 0 0 2px #fff;
}

.hero__content::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(closest-side, rgba(237, 237, 233, .9) 50%, transparent 100%);
}

.hero__content .heading {
	color: #5f5955;
}

.hero.--content-top {
	align-items: flex-start;
}

.hero.--content-bottom {
	align-items: flex-end;
}

.hero.--tall {
	min-height: 100vh;
}

@media only screen and (min-width:992px) {
	.hero.--tall {
		min-height: 150vh;
	}
}

@media only screen and (min-width:1400px) {
	.hero.--tall {
		min-height: 120vh;
	}
}

.hero.--bg-left-qtr {
	background-position: 25% 0;
}

.hero.--top-qtr {
	background-position: 0 25%;
}

.hero.--top-half {
	background-position: 0 50%;
}

.hero.--top-third {
	background-position: 0 75%;
}

.icon-list {
	list-style: none;
	padding-left: 0;
}

.icon-list i {
	margin-right: .5rem;
	width: 1em;
	text-align: center;
}

.logo-block {
	display: flex;
	align-items: center;
	position: relative;
}

.logo-block__logo {
	width: 164px;
	height: 55px;
}

.logo-block__logo-image {
	width: 100%;
	height: auto;
}

.main-menu {
	list-style: none;
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #f0ebe7;
}

.main-menu > .menu-item {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	transition: background-color .2s ease;
}

.main-menu > .menu-item:first-child {
	margin-left: 0;
}

.main-menu > .menu-item:last-child {
	margin-right: 0;
}

.main-menu > .menu-item.current-menu-ancestor, .main-menu > .menu-item.current-menu-item, .main-menu > .menu-item.current-post-ancestor, .main-menu > .menu-item:hover {
	background-color: rgba(240, 235, 231, .2);
	color: #fff;
}

.main-menu > .menu-item:hover .sub-menu {
	display: block;
}

.main-menu > .menu-item > a {
	position: relative;
	display: block;
	min-width: 150px;
	padding: 30px 14px;
	text-align: center;
}

.main-menu > .menu-item > a:hover {
	text-decoration: none;
}

.main-menu > .menu-item .sub-menu {
	list-style: none;
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	margin: 0;
	padding: 18px 20px 14px;
	background-color: #fff;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
	text-transform: none;
	font-family: Catamaran, sans-serif;
	font-size: 16px;
	color: #5f5955;
}

.main-menu > .menu-item .sub-menu .menu-item {
	padding: 2px 0;
	white-space: nowrap;
}

.menu-trigger {
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border: none;
	background: 0 0;
	font-size: 30px;
	line-height: 1;
	color: #fff;
}

.menu-trigger__label {
	display: none;
}

.overlay-nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.overlay-nav__menu {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 80%;
	max-height: 400px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: Catamaran, sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #fff;
}

.overlay-nav__menu .menu-item {
	display: block;
	margin: 0;
	padding: 10px 0;
}

.overlay-nav__menu .menu-item a {
	padding: 10px 5px;
}

.overlay-nav__menu .menu-item a:hover {
	text-decoration: none;
}

.page-entry__header {
	margin-bottom: 2rem;
}

.page-entry__content {
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #3e3a38;
}

.page-entry__content :last-child {
	margin-bottom: 0;
}

.page-entry__content :first-child {
	margin-top: 0;
}

.page-entry__content a {
	color: #ef814c;
}

.page-entry__content h2, .page-entry__content h3, .page-entry__content h4, .page-entry__content h5, .page-entry__content h6 {
	margin-top: 1.5em;
	font-family: Catamaran, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: #ef814c;
}

.page-entry__content h2 {
	font-size: 22px;
}

.page-entry__content h3 {
	font-size: 18px;
}

.page-entry__content h4 {
	font-size: 16px;
}

.page-entry__content h5 {
	font-size: 15px;
}

.page-entry__content h6 {
	font-size: 14px;
}

.page-entry__content p {
	margin: 1em 0;
}

.page-entry__content h2 + p, .page-entry__content h3 + p, .page-entry__content h4 + p, .page-entry__content h5 + p, .page-entry__content h6 + p {
	margin-top: .5em;
}

.page-entry__content img {
	max-width: 100%;
	height: auto;
}

.page-entry__content li p {
	padding-bottom: 2rem;
}

.pagination {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-family: Catamaran, sans-serif;
	font-size: 20px;
}

.pagination a {
	display: inline-block;
	color: #3e3a38;
}

.pagination a:hover {
	text-decoration: none;
	color: #66f2af;
}

.pagination a.current {
	color: #66f2af;
}

.pagination__link-label {
	display: inline-block;
	padding: 8px 12px;
	color: #66f2af;
}

a .pagination__link-label {
	color: inherit !important;
}

.next .pagination__link-label::after, .next .pagination__link-label::before, .prev .pagination__link-label::after, .prev .pagination__link-label::before {
	font-family: "Font Awesome 5 Free";
	line-height: 1;
}

.prev .pagination__link-label::before {
	content: "";
	font-weight: 900;
}

.next .pagination__link-label::after {
	content: "";
	font-weight: 900;
}

.post-entry__title {
	margin-bottom: 16px;
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: #ef814c;
}

@media only screen and (min-width:992px) {
	.post-entry__title {
		font-size: 40px;
	}
}

.post-entry__meta {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 16px 20px;
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	font-size: 15px;
	background-color: #f0ebe7;
	color: #3e3a38;
}

.post-entry__author a {
	font-family: Catamaran, sans-serif;
	font-weight: 700;
	text-decoration: underline;
}

.post-entry__date {
	margin-top: .25em;
}

.post-entry__social-share {
	max-width: 110px;
}

@media only screen and (min-width:576px) {
	.post-entry__social-share {
		max-width: none;
	}
}

.post-entry__content {
	padding: 1rem 0 2rem;
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #3e3a38;
}

.post-entry__content::after {
	content: "";
	display: block;
	clear: both;
}

.post-entry__content :last-child {
	margin-bottom: 0;
}

.post-entry__content :first-child {
	margin-top: 0;
}

.post-entry__content a {
	color: #ef814c;
}

.post-entry__content h2, .post-entry__content h3, .post-entry__content h4, .post-entry__content h5, .post-entry__content h6 {
	margin-top: 1.5em;
	font-family: Catamaran, sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: #ef814c;
}

.post-entry__content h2 {
	font-size: 22px;
}

.post-entry__content h3 {
	font-size: 18px;
}

.post-entry__content h4 {
	font-size: 16px;
}

.post-entry__content h5 {
	font-size: 15px;
}

.post-entry__content h6 {
	font-size: 14px;
}

.post-entry__content p {
	margin: 1em 0;
}

.post-entry__content h2 + p, .post-entry__content h3 + p, .post-entry__content h4 + p, .post-entry__content h5 + p, .post-entry__content h6 + p {
	margin-top: .5em;
}

.post-entry__content img {
	max-width: 100%;
	height: auto;
}

.post-entry__content img.aligncenter {
	display: block;
	margin: 1.5em auto;
}

.post-entry__content img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.post-entry__content img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.post-entry__content .wp-caption, .post-entry__content iframe {
	max-width: 100%;
}

.post-entry__pagination {
	margin-bottom: 2rem;
}

.post-entry__secondary-share {
	padding: 10px 0;
	border-top: solid 2px #ef814c;
	border-bottom: solid 2px #ef814c;
}

.post-teaser {
	position: relative;
	padding-top: 100%;
	background-color: rgba(239, 129, 76, .2);
	background-size: cover;
	background-position: 50% 50%;
}

.post-teaser__header {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 60px;
	padding: 12px 14px 16px;
	background-color: rgba(239, 129, 76, .8);
}

.post-teaser__title {
	font-family: Catamaran, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 15px;
	color: #fff;
}

.process-step {
	padding: 7% 0;
	background-color: #edede9;
	transition: background-color 250ms ease, color 250ms ease;
}

.process-step__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.process-step__number-wrapper {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	width: 100%;
}

.process-step__number {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 200px;
	color: #bbb6b1;
	text-align: center;
	font-size: 100px;
	line-height: 1;
	font-weight: 700;
}

@media only screen and (min-width:576px) {
	.process-step__number {
		font-size: 100px;
	}
}

@media only screen and (min-width:768px) {
	.process-step__number {
		width: 225px;
		height: 225px;
		font-size: 125px;
	}
}

@media only screen and (min-width:992px) {
	.process-step__number {
		width: 375px;
		height: 375px;
		font-size: 175px;
	}
}

@media only screen and (min-width:1200px) {
	.process-step__number {
		font-size: 200px;
	}
}

.process-step__number::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	overflow: hidden;
	background-image: url("https://www.beontap.co/nitropack_static/bpMSQNxrSKufeeeVepiqSgThBfCTTSNA/assets/images/optimized/rev-86be860/www.beontap.co/wp-content/themes/beontap-2/dist/images/logos/on-tap-logo--icon-tap.png");
	background-color: rgba(137, 128, 158, .5);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: opacity .7s ease;
}

.process-step__text-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
	margin-top: 1rem;
}

.process-step__text {
	max-width: 24em;
	text-align: justify;
}

.process-step__text .heading {
	color: #7c7670;
	text-align: center;
}

@media only screen and (min-width:992px) {
	.process-step__container {
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	.process-step__number-wrapper {
		width: auto;
		margin-right: -1rem;
	}
	
	.process-step__number::after {
		opacity: 0;
	}
	
	.process-step__text-wrapper {
		width: auto;
		flex: 1;
		margin-top: 0;
		justify-content: flex-start;
	}
	
	.process-step__text {
		max-width: none;
		text-align: left;
	}
	
	.process-step__text .heading {
		text-align: left;
	}
}

.process-step.is-active {
	background-color: #89809e;
}

.process-step.is-active .process-step__number {
	color: #fff;
}

.process-step.is-active .process-step__number::after {
	opacity: .5;
}

.process-step.is-active .process-step__text {
	color: #fff;
}

.process-step.is-active .process-step__text .heading {
	color: #fff;
}

.search-block {
	display: flex;
	flex-direction: row;
}

.search-block__input {
	flex-grow: 1;
	padding: 0 12px;
	background-color: #fff;
	border: solid 1px #f0ebe7;
	border-radius: 20px;
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color: #5f5955;
}

.search-block__submit {
	margin-left: 12px;
}

.search-form {
	position: relative;
	width: 100%;
}

@media only screen and (min-width:576px) {
	.search-form {
		width: 204px;
	}
}

.search-form__input {
	width: 100%;
	padding: 0 0 0 28px;
	background-color: #fff;
	border: solid 1px #f0ebe7;
	border-radius: 10px;
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: #5f5955;
}

.search-form__submit {
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	background: 0 0;
	border: none;
	color: #3e3a38;
	cursor: pointer;
}

.search-form__submit-label {
	display: none;
}

.search-form__submit-icon {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 11px;
}

.search-form__submit-icon::after {
	content: "";
}

.search-result {
	margin: 2rem 0;
}

.search-result:first-child {
	margin-top: 0;
}

.search-result:last-child {
	margin-bottom: 0;
}

.search-result__title {
	color: #ef814c;
	font-family: Catamaran, sans-serif;
	font-size: 20px;
}

.search-result__title:hover a {
	text-decoration: underline;
}

.search-result__type {
	padding-left: 4px;
	font-family: Catamaran, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #5f5955;
}

.search-result:hover .search-result__type {
	color: #66f2af;
}

.search-result__excerpt {
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #5f5955;
}

.social-block {
	display: none;
	color: #3e3a38;
}

@media only screen and (min-width:576px) {
	.social-block {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
}

.social-block__label {
	display: none;
	font-family: Catamaran, sans-serif;
	font-weight: 700;
	font-size: 14px;
}

@media only screen and (min-width:992px) {
	.social-block__label {
		display: block;
	}
}

.social-block__menu {
	padding: 0 6px;
}

.social-menu {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 19px;
	color: inherit;
}

.social-menu .menu-item {
	display: inline-block;
	padding-right: .2em;
	cursor: pointer;
}

.social-menu .menu-item:hover {
	opacity: .8;
}

.social-menu .menu-item span {
	display: none;
}

.social-menu .menu-item i {
	font-style: normal;
}

.social-menu .menu-item i::after {
	font-family: "Font Awesome 5 Brands";
	line-height: 1;
}

.social-menu .menu-item a:hover {
	text-decoration: none;
}

.social-menu .menu-item a[href*="facebook.com"] i::after, .social-menu .menu-item.menu-item--facebook i::after {
	content: "";
}

.social-menu .menu-item a[href*="twitter.com"] i::after, .social-menu .menu-item.menu-item--twitter i::after {
	content: "";
}

.social-menu .menu-item a[href*="instagram.com"] i::after, .social-menu .menu-item.menu-item--instagram i::after {
	content: "";
}

.social-menu .menu-item a[href*="pinterest.com"] i::after, .social-menu .menu-item.menu-item--pinterest i::after {
	content: "";
}

.social-menu .menu-item a[href*="youtube.com"] i::after, .social-menu .menu-item.menu-item--youtube i::after {
	content: "";
}

.social-menu .menu-item a[href*="snapchat.com"] i::after, .social-menu .menu-item.menu-item--snapchat i::after {
	content: "";
}

.social-menu .menu-item a[href*="plus.google.com"] i::after, .social-menu .menu-item.menu-item--google-plus i::after {
	content: "";
}

.social-menu .menu-item a[href*="tumblr.com"] i::after, .social-menu .menu-item.menu-item--tumblr i::after {
	content: "";
}

.social-menu .menu-item a[href*="spotify.com"] i::after, .social-menu .menu-item.menu-item--spotify i::after {
	content: "";
}

.social-menu .menu-item a[href*="itunes.apple.com"] i::after, .social-menu .menu-item.menu-item--itunes i::after {
	content: "";
}

.social-menu .menu-item a[href*="soundcloud.com"] i::after, .social-menu .menu-item.menu-item--soundcloud i::after {
	content: "";
}

.social-menu .menu-item a[href*="play.google.com"] i::after, .social-menu .menu-item.menu-item--google-play i::after {
	content: "";
}

.social-menu .menu-item.menu-item--podcast i::after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.widget {
	padding-bottom: 26px;
	border-bottom: solid 2px #ef814c;
	font-family: Catamaran, sans-serif;
	font-size: 21px;
	color: #3e3a38;
}

.widget__title {
	margin-bottom: 8px;
	padding: 10px;
	background-color: #7c7670;
	text-transform: uppercase;
	font-family: Catamaran, sans-serif;
	font-size: 16px;
	color: #fff;
}

.widget__title::before {
	padding-right: 8px;
	font-family: "Font Awesome 5 Free";
	color: rgba(255, 255, 255, .5);
}

.widget__image-container {
	width: 100%;
	padding-bottom: 62%;
	margin: 12px 0;
	background-size: cover;
	background-position: 50% 50%;
}

.widget__image-container:first-child {
	margin-top: 0;
}

.widget__image-container:last-child {
	margin-bottom: 0;
}

.widget__lead-in {
	display: block;
	margin-bottom: 4px;
	font-family: Catamaran, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #ef814c;
}

.widget__focus {
	margin: 12px 0;
}

.widget__focus:first-child {
	margin-top: 0;
}

.widget__focus:last-child {
	margin-bottom: 0;
}

.widget__lead-in + .widget__focus {
	margin-top: 0;
}

.widget__form {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 8px;
}

.widget__form input {
	display: block;
	width: 100%;
	padding: 5px 10px 8px;
	border: solid 1px #edede9;
	font-family: Catamaran, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #3e3a38;
}

.widget__actions {
	margin-top: 8px;
}

.widget__actions a {
	font-family: Catamaran, sans-serif;
	font-weight: 700;
	color: #ef814c;
}

.widget__actions a::after {
	content: "";
	padding-left: .3em;
	font-family: "Font Awesome 5 Free";
	font-size: 80%;
	color: #ef814c;
}

.widget__actions a:hover {
	text-decoration: none;
	opacity: .8;
}

.posts-grid__item {
	margin-bottom: 20px;
}

.links-grid__item {
	margin-bottom: 2rem;
}

@media only screen and (min-width:992px) {
	.content-section.--angled-left, .content-section.--angled-right {
		position: relative;
		z-index: 1;
	}
}

@media only screen and (min-width:992px) {
	.content-section.--angled-left + .content-section.--angled-left, .content-section.--angled-left + .content-section.--angled-right, .content-section.--angled-right + .content-section.--angled-left, .content-section.--angled-right + .content-section.--angled-right {
		z-index: 2;
		margin-top: -7%;
	}
}

@media only screen and (min-width:992px) {
	.content-section.--angled-left + .content-section.--angled-right, .content-section.--angled-right + .content-section.--angled-right {
		-webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
	}
}

@media only screen and (min-width:992px) {
	.content-section.--angled-left + .content-section.--angled-left, .content-section.--angled-right + .content-section.--angled-left {
		-webkit-clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
	}
}

.site-header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ef814c;
	box-shadow: 0 0 41.28px 1.72px rgba(0, 0, 0, .42);
}

.site-header__container {
	display: flex;
	justify-content: space-between;
	height: 70px;
	transition: height 150ms ease;
}

@media only screen and (min-width:992px) {
	.site-header__container {
		height: 90px;
	}
}

.site-header__logo {
	display: flex;
	align-items: center;
}

.site-header__menu {
	margin-left: 1rem;
}

.site-content {
	padding-bottom: 2rem;
}

.site-content__container {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.site-content__primary {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}

.site-main {
	flex-grow: 1;
	padding: 7% 0;
	background-color: #edede9;
}

body.page-template-flexible .site-main, body.page-template-portfolio .site-main, body.page-template-process .site-main {
	padding: 0;
}

.site-footer {
	padding: 2rem 0;
	background-color: #3e3a38;
	color: #fff;
	text-align: center;
}

.site-overlay {
	position: fixed;
	z-index: 0;
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	background-color: rgba(62, 58, 56, .95);
	overflow: auto;
	transition: all .2s ease-in;
}

.site-overlay.is-visible {
	z-index: 100;
	opacity: 1;
}

.site-overlay__container {
	height: 100%;
}

.site-overlay__close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: 0 0;
	color: #fff;
	cursor: pointer;
}

.site-overlay__close:hover {
	opacity: .9;
}

.site-overlay__close-label {
	display: none;
}

.site-overlay__close-icon {
	font-family: "Font Awesome 5 Free";
	font-size: 30px;
	line-height: 1;
}

.site-overlay__close-icon::after {
	content: "";
}

.site {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	min-height: 100vh;
	padding-top: 70px;
}

@media only screen and (min-width:992px) {
	.site {
		padding-top: 90px;
	}
}

.heading {
	margin: 0;
	font-family: Catamaran, sans-serif;
	font-weight: 300;
	line-height: 1;
}

.heading a:hover {
	text-decoration: none;
}

.heading mark {
	font-family: Catamaran, sans-serif;
	font-weight: 700;
	color: inherit;
	background-color: inherit;
}

.heading.--bold {
	font-family: Catamaran, sans-serif;
	font-weight: 700;
}

.heading.--h1 {
	font-size: 40px;
}

@media only screen and (min-width:576px) {
	.heading.--h1 {
		font-size: 50px;
	}
}

@media only screen and (min-width:768px) {
	.heading.--h1 {
		font-size: 60px;
	}
}

@media only screen and (min-width:992px) {
	.heading.--h1 {
		font-size: 70px;
	}
}

@media only screen and (min-width:1200px) {
	.heading.--h1 {
		font-size: 90px;
	}
}

.heading.--h2 {
	font-size: 30px;
}

@media only screen and (min-width:576px) {
	.heading.--h2 {
		font-size: 40px;
	}
}

@media only screen and (min-width:768px) {
	.heading.--h2 {
		font-size: 50px;
	}
}

@media only screen and (min-width:992px) {
	.heading.--h2 {
		font-size: 60px;
	}
}

@media only screen and (min-width:1200px) {
	.heading.--h2 {
		font-size: 70px;
	}
}

.large-copy {
	font-size: 24px;
	line-height: 1.3;
	margin: .6em 0;
}

@media only screen and (min-width:768px) {
	.large-copy {
		font-size: 28px;
	}
}

@media only screen and (min-width:1200px) {
	.large-copy {
		font-size: 34px;
	}
}

.text-color--primary {
	color: #007bff;
}

.text-color--secondary {
	color: #6c757d;
}

.text-color--success {
	color: #28a745;
}

.text-color--info {
	color: #17a2b8;
}

.text-color--warning {
	color: #ffc107;
}

.text-color--danger {
	color: #dc3545;
}

.text-color--light {
	color: #f8f9fa;
}

.text-color--dark {
	color: #343a40;
}

.text-color--orange {
	color: #ef814c;
}

.text-color--gray {
	color: #7c7670;
}

.text-color--dark-gray {
	color: #3e3a38;
}

.text-color--green {
	color: #66f2af;
}

.text-color--brown {
	color: #5f5955;
}

.text-color--purple {
	color: #89809e;
}

.text-color--white {
	color: #fff;
}

.text-color--black {
	color: #000;
}

.text-weight--light {
	font-weight: 300;
}

.text-weight--normal {
	font-weight: 400;
}

.text-weight--heavy {
	font-weight: 700;
}

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

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

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