/* @import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@700&family=Sen:wght@400;700&display=swap'); */

@font-face {
  font-family: TT Commons; /* set name */
  src: url(); /* url of the font */
}

@font-face {
	font-family: "PP Fragment Glare";
	src: url(/hubfs/Fonts/PPFragment-GlareLight.woff2) format("woff2");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "TT Commons";
	src: url(/hubfs/Fonts/TT_Commons_Pro_Variable.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
}

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root {
	--hh-forest: #0E3A32;
	--hh-harvest: #B88128;
	--hh-linen: #ECE9D3;
	--hh-slate: #2E2E2E;
	--hh-slate-med: #5E5E5E;
	--hh-slate-lt: #F4F4F4;
}

body>img {
	position: absolute;
  height: 0;
  width: 0;
  display: none;
  visibility: hidden;
}

html {
	scroll-behavior: smooth;
}

.header__main-bar {
	background-color: #ffffff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.header__main-bar .header__container {
	justify-content: center;
}

.header__logo img {
	max-width: 250px;
  margin: 20px 0;
}

body,
p,
a,
a:visited,
.footer {
/* 	font-family: 'Sen', 'Avenir', sans-serif; */
	font-family: 'TT Commons', Verdana, sans-serif;
	text-transform: none;
/* 	color: #75777A; */
	color: var(--hh-slate-med);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'PP Fragment Glare', Georgia, serif;
	text-transform: none;
/* 	color: #75777A; */
	color: var(--hh-slate-med);
	line-height: 1.3;
	font-weight: 300;
/* 	letter-spacing: -0.01em; */
}

h2 {
/* 	color: #0C653A; */
	color: var(--hh-forest);
/* 	font-weight: 700; */
/* 	line-height: 1.1; */
}

h2 > .h2-tag {
	color: var(--hh-slate-med);
	font-size: 22px;
	font-family: 'TT Commons', Verdana, sans-serif;
}

a {
	text-decoration: underline !important;
	font-weight: 500 !important;
/* 	color: #0C653A !important; */
	color: var(--hh-forest) !important;
	text-underline-offset: 0.2em;
}

a:hover,
a:focus,
a:active,
a:visited {
	text-decoration: underline;
}

button,
.button {
/* 	font-family: 'Sen', 'Avenir', sans-serif; */
	font-family: 'TT Commons', Verdana, sans-serif;
/* 	font-weight: 600; */
	font-weight: 400;
	text-transform: uppercase;
/* 	color: #0c653a; */
	color: var(--hh-forest);
	background-color: transparent;
/* 	border: 1px solid #0c653a; */
	border: 1px solid var(--hh-forest);
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active {
/* 	font-family: 'Sen', 'Avenir', sans-serif; */
	font-family: 'TT Commons', Verdana, sans-serif;
/* 	font-weight: 600; */
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
/* 	background-color: #0c653a; */
	background-color: var(--hh-forest);
/* 	border: 1px solid #0c653a; */
	border: 1px solid var(--hh-forest);
}

button.reversed,
.button.reversed {
	color: #ffffff;
/* 	background-color: #0c653a; */
	background-color: var(--hh-forest);
}

button.reversed:hover, button.reversed:focus, button.reversed: active,
.button.reversed:hover, .button.reversed:focus, .button.reversed:active {
/* 	color: #0c653a; */
	color: var(--hh-forest);
	background-color: transparent;
}

.row-fluid [class*='span'] {
	margin-left: 0 !important;
}

.span6 .widget-type-rich_text {
	margin: 20px;
}

div[class*='-background-image'] {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

div[class*='-background-image'] img {
	margin: 20px;
	max-width: min(calc(100% - 40px), 600px) !important;
}

.footer--no-navigation .footer__container {
	text-align: left;
}

.footer--no-navigation .footer__container .row-fluid {
	display: flex;
	align-items: center;
}

.footer--no-navigation span {
	font-weight: 400;
	font-size: 12px;
}

.footer__logo {
	margin-bottom: 0;
}

.footer__logo img {
	max-width: 150px;
}

/*****************************************/
/* Form                                  */
/*****************************************/

form,
.submitted-message {
/* 	background-color: #ededed; */
	background-color: var(--hh-slate-lt);
	padding: 30px 50px 50px !important;
	border-radius: 4px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	width: calc(100% - 40px) !important;
	max-width: 600px !important;
	margin: 50px 20px;
}

.hs-form-field > label,
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea,
form input[type='submit'],
form .hs-button,
form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
/* 	font-family: 'Sen', 'Avenir', sans-serif; */
	font-family: 'TT Commons', Verdana, sans-serif;
	text-transform: none;
/* 	color: #75777a; */
	color: var(--hh-slate-med)
	font-size: 14px;
}

.hs-form-field > label {
	display: none;
}

form .row-fluid {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(2, 1fr);
}

form .row-fluid:before,
form.row-fluid:after {
	display: none;
}

form .row-fluid .span6 {
	width: 100% !important;
	text-align: center;
}

form .row-fluid img {
	max-width: 250px !important;
}

form .row-fluid h2 {
	font-size: 22px;
	text-align: left;
	padding-left: 20px;
}

form .row-fluid p {
	padding-left: 20px;
	margin-bottom: 0;
	text-align: left;
}

form .row-fluid .span12 h2,
form .row-fluid .span12 p {
	padding-left: 0;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
	border-radius: 50px;
	border: none;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
/* 	outline: #0c653a solid 3px; */
	outline: var(--hh-forest) solid 3px;
	outline-offset: -4px;
}

form input[type='submit'],
form .hs-button {
	font-weight: 700;
}

input::placeholder {
/* 	color: #75777a; */
	color: var(--hh-slate-med);
}

fieldset {
	max-width: 100% !important;
}

fieldset .input {
	margin-right: 0 !important;
}

fieldset.form-columns-2 .field:nth-of-type(1) .input,
fieldset.form-columns-3 .field:nth-of-type(1) .input,
fieldset.form-columns-3 .field:nth-of-type(2) .input {
	margin-right: 20px !important;
}

form input[type='submit'],
form .hs-button {
	margin: 20px 0 0;
	width: 100%;
	max-width: 100%;
	color: #ffffff;
	text-transform: uppercase;
/* 	border: 3px solid #0c653a; */
	border: 3px solid var(--hh-forest);
	border-radius: 50px;
	padding: 18px 30px;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus,
form input[type='submit']:active,
form .hs-button:active {
	text-transform: uppercase;
	font-weight: 700;
/* 	color: #0c653a; */
	color: var(--hh-forest);
/* 	border: 3px solid #0c653a; */
	border: 3px solid var(--hh-forest);
}

/*****************************************/
/* Responsive                            */
/*****************************************/

@media (max-width: 1024px) {
	form {
		padding: 50px 30px !important;
	}

	fieldset.form-columns-2 .hs-form-field,
	fieldset.form-columns-3 .hs-form-field {
		width: 100% !important;
	}

	fieldset.form-columns-2 .field:nth-of-type(1) .input,
	fieldset.form-columns-3 .field:nth-of-type(1) .input,
	fieldset.form-columns-3 .field:nth-of-type(2) .input {
		margin-right: 0 !important;
	}
}

@media (max-width: 900px) {
	form .row-fluid {
		grid-template-columns: 1fr;
	}
	form .row-fluid img {
		margin-bottom: 30px;
	}
	form .row-fluid h2,
	form .row-fluid p {
		padding-left: 0;
	}
}

@media (min-width: 900px) {
	form .row-fluid .span12 {
		grid-column: 1 / 3;
	}
}

@media (max-width: 767px) {
	.row-fluid {
		display: grid;
	}

	.row-fluid-wrapper:nth-of-type(2n + 3) .row-fluid [class*='span']:first-child {
		grid-row: 2 / 3;
	}

	.row-fluid-wrapper:nth-of-type(2n + 3) .row-fluid [class*='span']:last-child {
		grid-row: 1 / 2;
	}

	div[class*='-background-image'] {
		height: 300px;
	}
}

@media (min-width: 768px) {
	.row-fluid .span6 {
		width: 50% !important;
	}

	.span6 .widget-type-rich_text {
		float: right;
		width: calc(100% - 100px) !important;
		max-width: 600px !important;
		margin: 100px 50px;
	}

	.span6 + .span6 .widget-type-rich_text {
		float: left;
	}

	div[class*='-background-image'] {
		min-height: 500px !important;
	}
}