@charset "UTF-8";

/*!
Theme Name: Manutan
Theme URI: http://underscores.me/
Author: Manutan
Author URI: https://www.blog-manutan.cz/
Description: Manutan blog šablona
Version: 1.0.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: manutan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Manutan is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*
 * Functions
 */

/*
 * Functions.Bootstrap Functions
 */

/*
 * Functions.Custom Functions
 */

/*
 * Functions.Custom Strip Unit Function
 */

/*
 * Variables
 */

/*
 * Settings.Bootstrap Variables
 */

/*
 * Settings.Bootstrap Color Variables
 */

/*
 * Settings.Bootstrap Options Variables
 */

/*
 * Settings.Bootstrap Spacing Variables
 */

/*
 * Settings.Bootstrap Sizes Variables
 */

/*
 * Settings.Bootstrap Body Variables
 */

/*
 * Settings.Bootstrap Link Variables
 */

/*
 * Settings.Bootstrap Paragraph Variables
 */

/*
 * Settings.Bootstrap Grid Variables
 */

/*
 * Settings.Bootstrap Components Variables
 */

/*
 * Settings.Bootstrap Responsive Font Size Variables
 */

/*
 * Settings.Bootstrap Typography Variables
 */

/*
 * Settings.Bootstrap Buttons + Forms Variables
 */

/*
 * Settings.Bootstrap Forms Variables
 */

/*
 * Settings.Custom Variables
 */

/*
 * Settings.Custom Blank Variables
 */

/*
 * Settings Overrides.Bootstrap Variables
 */

/*
 * Settings Overrides.Bootstrap Spacing Variables
 */

/*
 * Tools
 */

/*
 * Tools.Bootstrap Mixins
 */

/*
 * Tools.Custom Mixins
 */

/*
 * Tools.Custom Blank Mixins
 */

/*
 * Tools Overrides.Bootstrap
 */

/*
 * Tools Overrides.Bootstrap Buttons
 */

/*
 * Vendors
 */

/*
 * Vendors.Bootstrap
 */

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700&family=Roboto:ital,wght@0,400;0,500;1,400&display=swap&subset=latin-ext");

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: roboto, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	color: #333;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #666;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

@media (max-width: 1280px) {

	legend {
		font-size: calc(1.05rem + 0.5625vw);
	}
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 2.25rem;
}

@media (max-width: 1280px) {

	h1,
	.h1 {
		font-size: calc(1.125rem + 1.40625vw);
	}
}

h2,
.h2 {
	font-size: 1.875rem;
}

@media (max-width: 1280px) {

	h2,
	.h2 {
		font-size: calc(1.0875rem + 0.98438vw);
	}
}

h3,
.h3 {
	font-size: 1.5rem;
}

@media (max-width: 1280px) {

	h3,
	.h3 {
		font-size: calc(1.05rem + 0.5625vw);
	}
}

h4,
.h4 {
	font-size: 1.375rem;
}

@media (max-width: 1280px) {

	h4,
	.h4 {
		font-size: calc(1.0375rem + 0.42187vw);
	}
}

h5,
.h5 {
	font-size: 1.125rem;
}

@media (max-width: 1280px) {

	h5,
	.h5 {
		font-size: calc(1.0125rem + 0.14063vw);
	}
}

h6,
.h6 {
	font-size: 1rem;
}

.lead {
	font-size: 1rem;
	font-weight: 400;
}

.display-1 {
	font-size: 3.125rem;
	font-weight: 600;
	line-height: 1.2;
}

@media (max-width: 1280px) {

	.display-1 {
		font-size: calc(1.2125rem + 2.39062vw);
	}
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1280px) {

	.display-2 {
		font-size: calc(1.45rem + 5.0625vw);
	}
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1280px) {

	.display-3 {
		font-size: calc(1.35rem + 3.9375vw);
	}
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

@media (max-width: 1280px) {

	.display-4 {
		font-size: calc(1.25rem + 2.8125vw);
	}
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
	font-size: 0.75rem;
	font-weight: 400;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

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

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

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

@media (max-width: 1280px) {

	.blockquote {
		font-size: calc(1.025rem + 0.28125vw);
	}
}

.blockquote-footer {
	display: block;
	font-size: 0.75rem;
	color: #666;
}

.blockquote-footer::before {
	content: "\2014\00A0";
}

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

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #666;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {

	.container,
	.container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {

	.container,
	.container-sm,
	.container-md {
		max-width: 720px;
	}
}

@media (min-width: 1024px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 960px;
	}
}

@media (min-width: 1280px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1180px;
	}
}

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

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

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

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

.row-cols-1 > * {
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-4 > * {
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

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

.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%;
	}

	.row-cols-sm-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-sm-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-sm-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.row-cols-sm-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-sm-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-sm-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

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

	.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%;
	}

	.row-cols-md-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-md-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-md-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.row-cols-md-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-md-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-md-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

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

	.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: 1024px) {

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

	.row-cols-lg-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-lg-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-lg-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.row-cols-lg-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-lg-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-lg-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

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

	.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: 1280px) {

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

	.row-cols-xl-1 > * {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-xl-2 > * {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-xl-3 > * {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.row-cols-xl-4 > * {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-xl-5 > * {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-xl-6 > * {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

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

	.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%;
	}
}

/*
 * Vendors Overrides.Bootstrap
 */

/*
 * Vendors Overrides.Bootstrap Type
 */
@media (max-width: 1023px) {

	.display-1 {
		font-size: 2.625rem;
	}
}

@media (max-width: 1023px) and (max-width: 1280px) {

	.display-1 {
		font-size: calc(1.1625rem + 1.82812vw);
	}
}

/*
 * Vendors Overrides.Bootstrap Buttons
 */
.btn {
	display: inline-block;
	font-weight: 400;
	color: #333;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.4;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #333;
	text-decoration: none;
}

.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}

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

.btn-primary:hover {
	color: #fff;
	background-color: #db4c16;
	border-color: #cf4815;
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #ea612d;
	border-color: #ea612d;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #cf4815;
	border-color: #c44414;
}

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

.btn-secondary:hover {
	color: #fff;
	background-color: #003024;
	border-color: #00231a;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #005641;
	border-color: #005641;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #00231a;
	border-color: #001611;
}

.btn-success {
	color: #fff;
	background-color: #005641;
	border-color: #005641;
}

.btn-success:hover {
	color: #fff;
	background-color: #003024;
	border-color: #00231a;
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #005641;
	border-color: #005641;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #00231a;
	border-color: #001611;
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-warning {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #fff;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #d39e00;
	border-color: #c69500;
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-light {
	color: #212529;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}

.btn-light:hover {
	color: #212529;
	background-color: #ddd;
	border-color: #d7d7d7;
}

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #d7d7d7;
	border-color: #d0d0d0;
}

.btn-dark {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-dark:hover {
	color: #fff;
	background-color: #202020;
	border-color: #1a1a1a;
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1a1a;
	border-color: #131313;
}

.btn-outline-primary {
	color: #ea612d;
	border-color: #ea612d;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #ea612d;
	border-color: #ea612d;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #ea612d;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #ea612d;
	border-color: #ea612d;
}

.btn-outline-secondary {
	color: #005641;
	border-color: #005641;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #005641;
	border-color: #005641;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #005641;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #005641;
	border-color: #005641;
}

.btn-outline-success {
	color: #005641;
	border-color: #005641;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #005641;
	border-color: #005641;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #005641;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #005641;
	border-color: #005641;
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-light {
	color: #f0f0f0;
	border-color: #f0f0f0;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f0f0f0;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f0f0f0;
	border-color: #f0f0f0;
}

.btn-outline-dark {
	color: #333;
	border-color: #333;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #333;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-link {
	font-weight: 400;
	color: inherit;
	text-decoration: none;
}

.btn-link:hover {
	color: inherit;
	text-decoration: none;
}

.btn-link:disabled,
.btn-link.disabled {
	color: #666;
	pointer-events: none;
}

.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.75rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

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

.btn-block + .btn-block {
	margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

/*
 * Vendors Overrides.Jetpack
 */

/*
 * Vendors Overrides.Jetpack Infinite scroll
 */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-handle,
.infinite-loader {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 15rem;
}

#infinite-handle#infinite-handle {
	pointer-events: none;
}

#infinite-handle#infinite-handle > span {
	padding: 0 1;
	border-radius: 0;
	background: none;
	color: inherit;
	cursor: default;
	font-size: inherit;
}

#infinite-handle#infinite-handle > span > button {
	font-size: 2.25rem;
	color: #ea612d;
	cursor: pointer;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
	pointer-events: all;
	text-decoration: underline;
}

@media (max-width: 1280px) {

	#infinite-handle#infinite-handle > span > button {
		font-size: calc(1.125rem + 1.40625vw);
	}
}

#infinite-handle#infinite-handle > span > button:hover,
#infinite-handle#infinite-handle > span > button:focus {
	font-size: 2.25rem;
	color: #ea612d;
	cursor: pointer;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
}

@media (max-width: 1280px) {

	#infinite-handle#infinite-handle > span > button:hover,
	#infinite-handle#infinite-handle > span > button:focus {
		font-size: calc(1.125rem + 1.40625vw);
	}
}

#infinite-handle#infinite-handle > span > button:hover {
	text-decoration: none;
}

/*
 * Generic
 */

/*
 * Generic.Fonts
 */

/*
 * Generic.Focus
 */
.js-focus-visible :focus:not(.focus-visible) {
	outline: none;
}

/*
 * Elements
 */

/*
 * Elements.Buttons
 */
button {
	transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

	button {
		transition: none;
	}
}

/*
 * Elements.Images
 */
img {
	max-width: 100%;
	height: auto;
}

/*
 * Elements.Inlines
 */
b,
strong {
	font-weight: 700;
}

/*
 * Elements.Links
 */
a {
	transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

	a {
		transition: none;
	}
}

/*
 * Objects
 */

/*
 * Objects.Blank
 */

/*
 * Layout
 */

/*
 * Layout.Site
 */
html {
	overflow-y: scroll;
}

/*
 * Components
 */

/*
 * Components.Branding
 */
.custom-logo-link {
	flex-shrink: 0;
}

.custom-logo {
	width: 66px;
	height: 63px;
}

@media (min-width: 576px) {

	.custom-logo {
		width: 133px;
		height: 126px;
	}
}

.site-description > strong {
	color: #ea612d;
	font-weight: inherit;
}

@media (max-width: 575px) {

	.site-description {
		line-height: 1;
	}

	.site-description > strong {
		display: block;
	}
}

/*
 * Components.Container
 */
.container-narrow {
	max-width: 896px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 1280px) {

	.container-narrow {
		max-width: 940px;
	}
}

/*
 * Components.Entry
 */
.infinite-scroll #posts {
	padding-bottom: 15rem;
}

#posts,
.infinity-end #posts {
	padding-bottom: 7rem;
}

.entry-regular {
	transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

	.entry-regular {
		transition: none;
	}
}

.entry-regular:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	will-change: transform;
}

.entry-featured {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.entry-product {
	max-width: 280px;
}

@media (min-width: 576px) {

	.entry-product {
		max-width: none;
	}
}

.entry-image * {
	height: 100%;
}

.entry-regular .entry-image {
	padding-bottom: 65.21739%;
}

@media (min-width: 576px) {

	.entry-featured .entry-image {
		width: 45%;
	}
}

.entry-regular .attachment-post-thumbnail,
.entry-featured .attachment-post-thumbnail {
	transition: all 0.2s ease-in-out;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (prefers-reduced-motion: reduce) {

	.entry-regular .attachment-post-thumbnail,
	.entry-featured .attachment-post-thumbnail {
		transition: none;
	}
}

.entry-regular .attachment-post-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-regular:hover .attachment-post-thumbnail,
.entry-featured:hover .attachment-post-thumbnail {
	transform: scale(1.04);
}

.entry-title > a {
	color: #ea612d;
}

.entry-regular:hover .entry-title > a,
.entry-featured:hover .entry-title > a {
	color: #000;
}

@media (min-width: 576px) {

	.entry-single .entry-meta > * + * {
		margin-left: 0.25rem;
	}

	.entry-meta > .byline {
		margin-right: auto;
	}
}

.entry-button {
	background-color: #ea612d;
}

.entry-button:hover {
	background-color: #333;
}

.edit-link {
	display: block;
}

.entry-regular .edit-link,
.entry-featured .edit-link,
.entry-product .edit-link {
	margin-top: 1rem;
}

.entry-single .edit-link {
	margin-top: 2.5rem;
}

.edit-link a {
	position: relative;
	z-index: 5;
}

.edit-link a:hover {
	color: #ea612d;
}

/*
 * Components.Footer
 */
.site-footer a {
	color: #005fbe;
}

.site-footer a:hover {
	text-decoration: underline;
}

@media (min-width: 1024px) {

	.site-footer-col {
		border-left: 1px solid #ccc;
	}

	.site-footer-col:nth-child(4n + 1) {
		border-left: 0;
	}
}

/*
 * Components.Line
 */
.site-line,
.wp-block-separator.is-style-wide {
	position: relative;
}

.site-line::before,
.wp-block-separator.is-style-wide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100px;
	height: 32px;
	background: url("data:image/png;base64,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") no-repeat center/contain;
	transform: translate(-50%, -50%);
}

@media (min-width: 1440px) {

	.site-line {
		margin-right: -3.75rem;
		margin-left: -3.75rem;
	}
}

@media (min-width: 1920px) {

	.site-line {
		margin-right: -7.5rem;
		margin-left: -7.5rem;
	}
}

.site-line-white::before,
.wp-block-separator.is-style-wide::before {
	background-color: #fff;
}

/*
 * Components.Login
 */
.site-login-link {
	color: #000;
}

.site-login-link:hover {
	color: #ea612d;
}

.site-login-icon {
	width: 24px;
	height: 24px;
}

@media (min-width: 768px) {

	.site-login-icon {
		width: 32px;
		height: 32px;
	}
}

@media (min-width: 1024px) {

	.site-login-icon {
		width: 40px;
		height: 40px;
	}
}

/*
 * Components.Meta
 */
.entry-single .posted-on,
.entry-single
.byline,
.entry-single
.tags-links {
	margin-top: 0.25rem;
}

.posted-on a,
.byline a,
.tags-links a {
	position: relative;
	z-index: 5;
}

.posted-on a:hover,
.byline a:hover,
.tags-links a:hover {
	color: #ea612d;
}

.entry-regular .byline,
.entry-featured .byline,
.entry-regular
.tags-links,
.entry-featured
.tags-links {
	display: none;
}

.cats-links {
	display: none;
}

.posted-on a:hover {
	color: inherit;
}

@media (min-width: 576px) {

	.entry-single .byline {
		padding-right: 0.25rem;
	}
}

.tags-links a::before,
.tagcloud a::before {
	content: "\0023";
}

.entry-single .tags-links {
	display: block;
	font-weight: 500;
}

.tags-links a {
	margin-right: 0.25rem;
}

@media (min-width: 576px) {

	.entry-single .tags-links {
		display: inline;
		margin-right: -0.5rem;
		margin-left: 0;
	}

	.entry-single .tags-links a {
		margin-right: 0.5rem;
	}
}

.tagcloud {
	font-family: "Barlow Condensed", sans-serif;
}

.tagcloud a {
	margin-right: 0.5rem;
}

.tagcloud a:hover {
	color: #ea612d;
}

@media (min-width: 1024px) {

	.tagcloud a {
		margin-right: 0.75rem;
	}
}

@media (min-width: 1280px) {

	.tagcloud a {
		margin-right: 1.25rem;
	}
}

/*
 * Components.Navigation
 */
.menu ul {
	display: none;
}

.primary-navigation {
	height: 72px;
}

@media (min-width: 1024px) {

	.primary-navigation {
		height: 77px;
	}
}

.menu-primary {
	font-size: 1.125rem;
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 1280px) {

	.menu-primary {
		font-size: calc(1.0125rem + 0.14063vw);
	}
}

.menu-primary li {
	flex-shrink: 0;
	padding-right: 1.25rem;
}

.menu-primary li:last-child {
	padding-right: calc(50vw - 50%);
}

.menu-primary li a {
	color: #fff;
}

.menu-primary li a:hover {
	color: #000;
}

@media (min-width: 768px) {

	.menu-primary {
		padding-left: calc(50vw - 50% + 2rem);
	}

	.menu-primary li:last-child {
		padding-right: calc(50vw - 50% - 1rem);
	}
}

@media (min-width: 1024px) {

	.menu-primary {
		font-size: 1.375rem;
	}
}

@media (min-width: 1024px) and (max-width: 1280px) {

	.menu-primary {
		font-size: calc(1.0375rem + 0.42187vw);
	}
}

@media (min-width: 1024px) {

	.menu-primary li {
		padding-right: 2rem;
	}
}

.menu-toggle {
	width: 45px;
	height: 45px;
	background-color: #666;
	transform: translateY(-100%);
}

.menu-toggle:hover {
	background-color: #000;
}

.menu-secondary {
	display: none;
}

.secondary-navigation.toggled .menu-secondary {
	display: block;
}

.menu-secondary li a {
	display: block;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.menu-secondary li a:hover {
	color: #ea612d;
}

.menu-secondary li:first-child {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
}

.menu-secondary li:first-child a {
	padding-left: 2rem;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1093 1024'%3E%3Cpath fill='%23333' d='M852.992 1024.512q-41.984 0-72.192-30.208t-30.208-72.192 30.208-72.192 72.704-30.208 72.192 30.208 29.696 72.192-29.696 72.192-72.704 30.208zM852.992 888.32q-13.312 0-23.552 9.728t-10.24 23.552 10.24 24.064 24.064 10.24 24.064-9.728 10.24-24.064-10.24-24.064-24.576-9.728zM375.808 1024.512q-41.984 0-72.192-30.208t-30.208-72.192 30.208-72.192 72.192-30.208 72.192 30.208 30.208 72.192-30.208 72.192-72.192 30.208zM375.808 888.32q-14.336 0-24.576 9.728t-10.24 24.064 10.24 24.064 24.576 9.728 24.064-10.24 9.728-24.064-9.728-23.552-24.064-9.728zM349.184 751.104q-30.72 0-54.272-19.456t-29.696-49.152l-119.808-600.064q-1.024-6.144-5.632-9.728t-10.752-3.584h-95.232q-14.336 0-24.064-10.24t-9.728-24.576 10.24-24.064 23.552-9.728h95.232q29.696 0 53.76 19.456t29.184 49.152l27.648 136.192h766.976q40.96 0 66.56 31.744t17.408 71.68l-60.416 310.272q-5.12 26.624-25.6 45.568t-48.128 23.040l-607.232 63.488zM252.928 273.92l79.872 395.264q2.048 12.288 15.36 14.336l601.088-64.512q5.12 0 9.216-4.096t5.12-9.216l60.416-311.296q1.024-9.216-3.584-14.848t-13.824-5.632h-753.664zM852.992 888.32h-512q-41.984 0-72.192-30.208t-30.208-72.704 30.208-72.192 72.192-29.696q14.336 0 24.576 9.728t10.24 24.064-10.24 24.064-24.576 9.728-24.064 10.24-9.728 24.064 10.24 24.064 23.552 10.24h512q14.336 0 24.576 9.728t10.24 24.064-10.24 24.576-24.576 10.24z'/%3E%3C/svg%3E") no-repeat 0 center/25px 24px;
}

@media (min-width: 576px) {

	.menu-secondary li {
		margin-right: 1.5rem;
	}

	.menu-secondary li a {
		display: inline;
		padding-top: 0;
		padding-bottom: 0;
	}

	.menu-secondary li:first-child {
		width: 100%;
		margin-bottom: 16px;
	}

	.menu-secondary li:first-child a {
		display: inline-block;
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
}

@media (min-width: 768px) {

	.menu-secondary li {
		margin-right: 0;
		margin-left: 1.5rem;
	}

	.menu-secondary li:first-child {
		width: auto;
		margin-top: 0.625rem;
		margin-bottom: 0;
		margin-right: auto;
		margin-left: 0;
	}

	.menu-secondary li:first-child a {
		padding-top: 1.25rem;
		padding-right: 2rem;
		padding-bottom: 1.25rem;
		padding-left: 5.5rem;
		border-radius: 0.25rem 0.25rem 0 0;
		background: #666 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1093 1024'%3E%3Cpath fill='%23fff' d='M852.992 1024.512q-41.984 0-72.192-30.208t-30.208-72.192 30.208-72.192 72.704-30.208 72.192 30.208 29.696 72.192-29.696 72.192-72.704 30.208zM852.992 888.32q-13.312 0-23.552 9.728t-10.24 23.552 10.24 24.064 24.064 10.24 24.064-9.728 10.24-24.064-10.24-24.064-24.576-9.728zM375.808 1024.512q-41.984 0-72.192-30.208t-30.208-72.192 30.208-72.192 72.192-30.208 72.192 30.208 30.208 72.192-30.208 72.192-72.192 30.208zM375.808 888.32q-14.336 0-24.576 9.728t-10.24 24.064 10.24 24.064 24.576 9.728 24.064-10.24 9.728-24.064-9.728-23.552-24.064-9.728zM349.184 751.104q-30.72 0-54.272-19.456t-29.696-49.152l-119.808-600.064q-1.024-6.144-5.632-9.728t-10.752-3.584h-95.232q-14.336 0-24.064-10.24t-9.728-24.576 10.24-24.064 23.552-9.728h95.232q29.696 0 53.76 19.456t29.184 49.152l27.648 136.192h766.976q40.96 0 66.56 31.744t17.408 71.68l-60.416 310.272q-5.12 26.624-25.6 45.568t-48.128 23.040l-607.232 63.488zM252.928 273.92l79.872 395.264q2.048 12.288 15.36 14.336l601.088-64.512q5.12 0 9.216-4.096t5.12-9.216l60.416-311.296q1.024-9.216-3.584-14.848t-13.824-5.632h-753.664zM852.992 888.32h-512q-41.984 0-72.192-30.208t-30.208-72.704 30.208-72.192 72.192-29.696q14.336 0 24.576 9.728t10.24 24.064-10.24 24.064-24.576 9.728-24.064 10.24-9.728 24.064 10.24 24.064 23.552 10.24h512q14.336 0 24.576 9.728t10.24 24.064-10.24 24.576-24.576 10.24z'/%3E%3C/svg%3E") no-repeat 1.5rem center/37px 35px;
		color: #fff;
	}

	.menu-secondary li:first-child a:hover {
		background-color: #000;
	}
}

@media (min-width: 1024px) {

	.menu-secondary {
		font-size: 1.125rem;
	}
}

@media (min-width: 1024px) and (max-width: 1280px) {

	.menu-secondary {
		font-size: calc(1.0125rem + 0.14063vw);
	}
}

@media (min-width: 1024px) {

	.menu-secondary li {
		margin-left: 2.5rem;
	}

	.menu-secondary li:first-child {
		margin-top: 0.625rem;
		margin-right: auto;
		margin-left: 0;
		font-family: "Barlow Condensed", sans-serif;
		font-weight: 600;
	}

	.menu-secondary li:first-child a {
		padding-right: 4rem;
	}
}

.widget-network .menu-item {
	display: inline-block;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}

.menu-item.social > a {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -200vw;
}

.menu-item.social > a::after {
	transition: all 0.2s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media (prefers-reduced-motion: reduce) {

	.menu-item.social > a::after {
		transition: none;
	}
}

.menu-item.social > a:hover::after {
	opacity: 0;
}

.menu-item.facebook > a {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 67 67'%3E%3Cpath fill='%23333' d='M29.765,50.32h6.744V33.998h4.499l0.596-5.624h-5.095 l0.007-2.816c0-1.466,0.14-2.253,2.244-2.253h2.812V17.68h-4.5c-5.405,0-7.307,2.729-7.307,7.317v3.377h-3.369v5.625h3.369V50.32z M34,64C17.432,64,4,50.568,4,34C4,17.431,17.432,4,34,4s30,13.431,30,30C64,50.568,50.568,64,34,64z'/%3E%3C/svg%3E");
}

.menu-item.facebook > a::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 67 67'%3E%3Cpath fill='%233a589b' d='M29.765,50.32h6.744V33.998h4.499l0.596-5.624h-5.095 l0.007-2.816c0-1.466,0.14-2.253,2.244-2.253h2.812V17.68h-4.5c-5.405,0-7.307,2.729-7.307,7.317v3.377h-3.369v5.625h3.369V50.32z M34,64C17.432,64,4,50.568,4,34C4,17.431,17.432,4,34,4s30,13.431,30,30C64,50.568,50.568,64,34,64z'/%3E%3C/svg%3E");
}

.menu-item.linkedin > a {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 67 67'%3E%3Cpath fill='%23333' d='M50.837,48.137V36.425c0-6.275-3.35-9.195-7.816-9.195 c-3.604,0-5.219,1.983-6.119,3.374V27.71h-6.79c0.09,1.917,0,20.427,0,20.427h6.79V36.729c0-0.609,0.044-1.219,0.224-1.655 c0.49-1.22,1.607-2.483,3.482-2.483c2.458,0,3.44,1.873,3.44,4.618v10.929H50.837z M22.959,24.922c2.367,0,3.842-1.57,3.842-3.531 c-0.044-2.003-1.475-3.528-3.797-3.528s-3.841,1.524-3.841,3.528c0,1.961,1.474,3.531,3.753,3.531H22.959z M34,64 C17.432,64,4,50.568,4,34C4,17.431,17.432,4,34,4s30,13.431,30,30C64,50.568,50.568,64,34,64z M26.354,48.137V27.71h-6.789v20.427 H26.354z'/%3E%3C/svg%3E");
}

.menu-item.linkedin > a::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 67 67'%3E%3Cpath fill='%23007ab9' d='M50.837,48.137V36.425c0-6.275-3.35-9.195-7.816-9.195 c-3.604,0-5.219,1.983-6.119,3.374V27.71h-6.79c0.09,1.917,0,20.427,0,20.427h6.79V36.729c0-0.609,0.044-1.219,0.224-1.655 c0.49-1.22,1.607-2.483,3.482-2.483c2.458,0,3.44,1.873,3.44,4.618v10.929H50.837z M22.959,24.922c2.367,0,3.842-1.57,3.842-3.531 c-0.044-2.003-1.475-3.528-3.797-3.528s-3.841,1.524-3.841,3.528c0,1.961,1.474,3.531,3.753,3.531H22.959z M34,64 C17.432,64,4,50.568,4,34C4,17.431,17.432,4,34,4s30,13.431,30,30C64,50.568,50.568,64,34,64z M26.354,48.137V27.71h-6.789v20.427 H26.354z'/%3E%3C/svg%3E");
}

/*
 * Components.Newsletter
 */
.newsletter-form label {
	margin-bottom: 0;
}

@media (min-width: 576px) {

	.newsletter-form label {
		width: 364px;
	}
}

.newsletter-field::-moz-placeholder {
	color: #ccc;
}

.newsletter-field:-ms-input-placeholder {
	color: #ccc;
}

.newsletter-field::placeholder {
	color: #ccc;
}

.newsletter-submit {
	border: none;
	background-color: #005641;
}

.newsletter-submit:hover {
	background-color: #333;
	color: #fff;
}

/*
 * Components.Search
 */
.search-form.search-form {
	position: relative;
}

.search-form.search-form * + * {
	margin-top: 0;
}

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

.search-field {
	font-size: 1.125rem;
	width: 100%;
	padding: 0.625rem 3.75rem 0.625rem 1rem;
	border: 1px solid #666;
}

@media (max-width: 1280px) {

	.search-field {
		font-size: calc(1.0125rem + 0.14063vw);
	}
}

.search-field::-moz-placeholder {
	color: #ccc;
}

.search-field:-ms-input-placeholder {
	color: #ccc;
}

.search-field::placeholder {
	color: #ccc;
}

.search-submit {
	transition: all 0.2s ease-in-out;
	position: absolute;
	top: 0;
	right: 0;
	width: 3.75rem;
	height: 100%;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.75 24.75'%3E%3Cpath fill='%23333' d='M1481.88,93.455l-7.04-7.037a9.83,9.83,0,1,0-1.46,1.458l7.04,7.037a1.019,1.019,0,0,0,.73.3A1.031,1.031,0,0,0,1481.88,93.455ZM1467.23,88a7.734,7.734,0,1,1,7.73-7.734A7.742,7.742,0,0,1,1467.23,88Z' transform='translate(-1457.44 -70.469)'/%3E%3C/svg%3E") no-repeat center/24px 24px;
	opacity: 0.75;
	text-indent: -200vw;
}

@media (prefers-reduced-motion: reduce) {

	.search-submit {
		transition: none;
	}
}

.search-submit:hover {
	opacity: 1;
}

/*
 * Components.Widget
 */
.widget ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.widget ul li {
	margin-top: 1rem;
}

@media (max-width: 1023px) {

	.widget-newsletter .widget-title br {
		display: none;
	}
}

.widget-network ul li {
	margin-top: 0;
}

/*
 * Components.Wysiwyg
 */
.wysiwyg * + * {
	margin-top: 1rem;
}

.wysiwyg * + h2,
.wysiwyg * + h3,
.wysiwyg * + h4,
.wysiwyg * + h5,
.wysiwyg * + h6 {
	margin-top: 2rem;
}

.wysiwyg a:not([class]) {
	text-decoration: underline;
}

.wysiwyg a:not([class]):hover {
	text-decoration: none;
}

.wysiwyg ul,
.wysiwyg ol {
	padding-left: 2rem;
	margin-bottom: 0;
}

.wysiwyg ul li,
.wysiwyg ol li {
	margin-top: 0;
}

.wysiwyg ul li::marker,
.wysiwyg ol li::marker {
	color: #ea612d;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
}

.wysiwyg figure {
	margin-bottom: 0;
}

.wysiwyg figure figcaption {
	max-width: 580px;
	margin: 0.75rem auto 0;
	font-style: italic;
}

.wysiwyg img {
	border-radius: 0.25rem;
}

.wysiwyg .has-primary-background-color {
	background-color: #ea612d;
}

.wysiwyg .has-secondary-background-color {
	background-color: #005641;
}

.wysiwyg .has-primary-color {
	color: #ea612d;
}

.wysiwyg .has-secondary-color {
	color: #005641;
}

.wysiwyg .wp-block-button__link {
	font-size: 1.375rem;
	padding: 0.875rem 2rem;
	font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 1280px) {

	.wysiwyg .wp-block-button__link {
		font-size: calc(1.0375rem + 0.42187vw);
	}
}

.wysiwyg .wp-block-button__link:hover {
	background-color: #333;
	color: #fff;
}

.wysiwyg .wp-block-separator {
	margin-top: 5rem;
	margin-bottom: 5rem;
	border-color: #b7b7b7;
}

.wysiwyg .wp-block-spacer,
.wysiwyg .wp-block-spacer + * {
	margin-top: 0;
}

.wysiwyg .wp-block-quote {
	font-size: 1.5rem;
	padding-left: 1.5rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-left: 0.25rem solid #ea612d;
	font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 1280px) {

	.wysiwyg .wp-block-quote {
		font-size: calc(1.05rem + 0.5625vw);
	}
}

.wysiwyg .wp-block-quote cite {
	font-size: 1rem;
	display: inline-block;
	font-family: roboto, sans-serif;
}

.wysiwyg .wp-block-embed__wrapper {
	position: relative;
	overflow: hidden;
}

.wysiwyg .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.wysiwyg .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	padding-bottom: 56.25%;
}

.wysiwyg .jetpack-video-wrapper {
	margin-bottom: 0;
}

.wysiwyg .blocks-gallery-grid {
	padding-left: 0;
}

.wysiwyg .blocks-gallery-grid .blocks-gallery-item {
	padding: 1.25rem;
	border: 1px solid #b7b7b7;
	border-radius: 0.25rem;
}

.wysiwyg .blocks-gallery-grid .blocks-gallery-item img {
	flex-grow: 0;
	width: auto;
	height: auto;
}

.wysiwyg .blocks-gallery-grid .blocks-gallery-item figure {
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.wysiwyg .blocks-gallery-grid .blocks-gallery-item figcaption {
	position: static;
	max-width: 300px;
	padding: 0;
	margin-top: 1.5rem;
	background: transparent;
	color: inherit;
}

@media (max-width: 575px) {

	.wysiwyg .blocks-gallery-grid .blocks-gallery-item {
		width: 100%;
		margin-right: 0;
	}
}

@media (min-width: 768px) {

	.wysiwyg .wp-block-quote {
		max-width: 80%;
	}

	.wysiwyg .blocks-gallery-grid .blocks-gallery-item {
		padding: 2rem 1.5rem;
	}
}

@media (min-width: 1024px) {

	.wysiwyg .wp-block-separator.is-style-wide {
		margin-right: -2rem;
		margin-left: -2rem;
	}
}

@media (min-width: 1280px) {

	.wysiwyg .wp-block-separator.is-style-wide {
		margin-right: -7.5rem;
		margin-left: -7.5rem;
	}
}

@media (min-width: 1440px) {

	.wysiwyg .wp-block-separator.is-style-wide {
		margin-right: -11.25rem;
		margin-left: -11.25rem;
	}
}

@media (min-width: 1920px) {

	.wysiwyg .wp-block-separator.is-style-wide {
		margin-right: -15rem;
		margin-left: -15rem;
	}
}

/*
 * Utilities
 */

/*
 * Utilities.Bootstrap Utilities
 */

.bg-primary {
	background-color: #ea612d !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #cf4815 !important;
}

.bg-light {
	background-color: #f0f0f0 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #d7d7d7 !important;
}

.bg-white {
	background-color: #fff !important;
}

.border {
	border: 1px solid #b7b7b7 !important;
}

.border-top {
	border-top: 1px solid #b7b7b7 !important;
}

.border-bottom {
	border-bottom: 1px solid #b7b7b7 !important;
}

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

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

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

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

.d-block {
	display: block !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-flex {
		display: flex !important;
	}
}

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

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

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

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

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

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

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

@media (min-width: 576px) {

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

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

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

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

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

.overflow-hidden {
	overflow: hidden !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}


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

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

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

.mr-8 {
	margin-right: 0.5rem !important;
}

.mb-8 {
	margin-bottom: 0.5rem !important;
}

.mb-12 {
	margin-bottom: 0.75rem !important;
}

.ml-12 {
	margin-left: 0.75rem !important;
}

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

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

.ml-20 {
	margin-left: 1.25rem !important;
}

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

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

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

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

.mt-40 {
	margin-top: 2.5rem !important;
}

.mb-56 {
	margin-bottom: 3.5rem !important;
}

.ml-56 {
	margin-left: 3.5rem !important;
}


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

.mb-80,
.my-80 {
	margin-bottom: 5rem !important;
}

.mt-112 {
	margin-top: 7rem !important;
}

.pt-4,
.py-4 {
	padding-top: 0.25rem !important;
}


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

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


.py-8 {
	padding-top: 0.5rem !important;
}


.px-8 {
	padding-right: 0.5rem !important;
}


.py-8 {
	padding-bottom: 0.5rem !important;
}


.px-8 {
	padding-left: 0.5rem !important;
}


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

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

.pb-16,
.py-16 {
	padding-bottom: 1rem !important;
}

.p-20 {
	padding: 1.25rem !important;
}


.py-20 {
	padding-top: 1.25rem !important;
}


.px-20 {
	padding-right: 1.25rem !important;
}

.pb-20,
.py-20 {
	padding-bottom: 1.25rem !important;
}


.px-20 {
	padding-left: 1.25rem !important;
}

.pt-24,
.py-24 {
	padding-top: 1.5rem !important;
}


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

.pb-24,
.py-24 {
	padding-bottom: 1.5rem !important;
}


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

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

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

.pb-40 {
	padding-bottom: 2.5rem !important;
}

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

.pt-80,
.py-80 {
	padding-top: 5rem !important;
}


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

.pt-96 {
	padding-top: 6rem !important;
}

.pb-112 {
	padding-bottom: 7rem !important;
}

.m-n1 {
	margin: -1px !important;
}

.ml-n1 {
	margin-left: -1px !important;
}


.mx-n8 {
	margin-right: -0.5rem !important;
}


.mx-n8 {
	margin-left: -0.5rem !important;
}

.mt-n12 {
	margin-top: -0.75rem !important;
}

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

.mt-n20 {
	margin-top: -1.25rem !important;
}

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

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


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

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

@media (min-width: 576px) {

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

	.ml-sm-24 {
		margin-left: 1.5rem !important;
	}

	.mb-sm-48 {
		margin-bottom: 3rem !important;
	}


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


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


	.px-sm-20 {
		padding-right: 1.25rem !important;
	}


	.px-sm-20 {
		padding-left: 1.25rem !important;
	}

	.p-sm-32 {
		padding: 2rem !important;
	}

	.pb-sm-32 {
		padding-bottom: 2rem !important;
	}

	.mt-sm-n24 {
		margin-top: -1.5rem !important;
	}
}

@media (min-width: 768px) {

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

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

	.mr-md-32 {
		margin-right: 2rem !important;
	}

	.mb-md-48 {
		margin-bottom: 3rem !important;
	}

	.mb-md-80 {
		margin-bottom: 5rem !important;
	}


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

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


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


	.py-md-16 {
		padding-top: 1rem !important;
	}


	.py-md-16 {
		padding-bottom: 1rem !important;
	}


	.px-md-24 {
		padding-right: 1.5rem !important;
	}


	.px-md-24 {
		padding-left: 1.5rem !important;
	}


	.px-md-32 {
		padding-right: 2rem !important;
	}

	.pb-md-32 {
		padding-bottom: 2rem !important;
	}

	.pl-md-32,
	.px-md-32 {
		padding-left: 2rem !important;
	}
}

@media (min-width: 1024px) {

	.mr-lg-20 {
		margin-right: 1.25rem !important;
	}

	.mt-lg-32 {
		margin-top: 2rem !important;
	}

	.ml-lg-48 {
		margin-left: 3rem !important;
	}

	.pt-lg-4 {
		padding-top: 0.25rem !important;
	}


	.px-lg-16 {
		padding-right: 1rem !important;
	}


	.px-lg-16 {
		padding-left: 1rem !important;
	}


	.px-lg-20 {
		padding-right: 1.25rem !important;
	}


	.px-lg-20 {
		padding-left: 1.25rem !important;
	}


	.px-lg-32 {
		padding-right: 2rem !important;
	}

	.pb-lg-32 {
		padding-bottom: 2rem !important;
	}


	.px-lg-32 {
		padding-left: 2rem !important;
	}

	.p-lg-40 {
		padding: 2.5rem !important;
	}

	.pt-lg-40 {
		padding-top: 2.5rem !important;
	}

	.pl-lg-40 {
		padding-left: 2.5rem !important;
	}

	.mt-lg-n16 {
		margin-top: -1rem !important;
	}


	.mx-lg-n16 {
		margin-right: -1rem !important;
	}


	.mx-lg-n16 {
		margin-left: -1rem !important;
	}

	.mt-lg-n32 {
		margin-top: -2rem !important;
	}
}

@media (min-width: 1280px) {

	.ml-xl-96 {
		margin-left: 6rem !important;
	}

	.pl-xl-56 {
		padding-left: 3.5rem !important;
	}

	.p-xl-64 {
		padding: 4rem !important;
	}
}

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

@media (min-width: 576px) {

	.text-sm-left {
		text-align: left !important;
	}
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-italic {
	font-style: italic !important;
}

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

.text-primary {
	color: #ea612d !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #b84012 !important;
}

.text-secondary {
	color: #005641 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #000a07 !important;
}

.text-muted {
	color: #666 !important;
}

.visible {
	visibility: visible !important;
}

/*
 * Utilities.Custom Utilities
 */

/*
 * Utilities Custom.Accessibility
 */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f0f0f0;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #ea612d;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*
 * Utilities Custom.Alignments
 */

/*
 * Utilities Overrides.Bootstrap Utilities
 */

/*
 * Utilities Overrides.Bootstrap Position
 */

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.pin-t {
	top: 0 !important;
}

.pin-l {
	left: 0 !important;
}

/*
 * Utilities Overrides.Bootstrap Sizing
 */

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

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

@media (min-width: 1024px) {

	.w-lg-auto {
		width: auto !important;
	}
}

/*
 * Utilities Overrides.Bootstrap Text
 */
.font-family-base {
	font-family: roboto, sans-serif !important;
}

.font-family-headings {
	font-family: "Barlow Condensed", sans-serif !important;
}

.font-weight-medium {
	font-weight: 500 !important;
}

.font-weight-semibold {
	font-weight: 600 !important;
}

.line-height-base {
	line-height: 1.4 !important;
}
