/*--------------------------------------------------------------
/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 12px;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*--------------------------------------------------------------
# INPUTS
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #BC8E4E;
	background: transparent;
	line-height: 1;
	padding: 8px 25px;
	cursor: pointer;
	font-size: 2.1rem;
	letter-spacing: 0.085em;
	color: #BC8E4E;
	text-transform: uppercase;
	border-radius: 40px;
	transition: all ease-in-out 0.2s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background-color: #BC8E4E;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 100%;
	padding: 0 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	height: 36px;
	border: 0;
}

.hbspt-form div.field  {
	margin: 2px 0; /* big arg on market report */
}

.page-id-3479 .hbspt-form div.field  {
    display: inline-block;
    width: 100%;
    margin: 22px 0;
}
.page-id-3479 .hbspt-form div.field.hs-fieldtype-booleancheckbox {
	margin: 2px 0px;
}

.page-id-3479 .hbspt-form .hs-richtext,
.page-id-3479 .hbspt-form .hs-richtext p {
	margin-bottom: 2px;
}




.hbspt-form label  {
	display: block;
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 5px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: none;
}

select {
	padding: 0 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	height: 36px;
	width: 100%;
	border: 0;
}

select.hs-input.is-placeholder {
	color: rgba(35, 37, 43, 0.35);
}

select.hs-input.is-placeholder option {
	color: #23252B;
}

select.hs-input option[disabled] {
	color: rgba(35, 37, 43, 0.3) !important;
}

textarea {
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	min-height: 100px;
	border: 0;
}

body:not(.fl-builder-edit) input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

input[type="checkbox"] + span,
input[type="checkbox"] + label {
	position: relative;
	display: block;
	padding-left: 40px;
	cursor: pointer;
}

input[type="checkbox"] + span:before,
input[type="checkbox"] + label:before {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 3px;
	height: 14px;
	width: 14px;
	border-radius: 2px;
	border: 1px solid #4E5158;
}

input[type="checkbox"]:checked + span:after,
input[type="checkbox"]:checked + label:after {
	content: "";
	display: block;
	position: absolute;
    left: 12px;
    top: 5px;
    width: 10px;
    height: 10px;
	border-radius: 2px;
	background-color: #4E5158;
}

/*HUBSPOT*/

.content-area .hbspt-form fieldset {
	margin-bottom: 20px;
	max-width: 100%;
}

.content-area .hbspt-form  .legal-consent-container .hs-form-booleancheckbox-display>span {
	margin-left: -10px;
}

.legal-consent-container div:not(.hs-richtext) + div:not(.hs-richtext) {
	margin-top: -18px;
}

/*.single-market-report .form-columns-2 > div {
	float: none;
	width: 100%;
}

.single-market-report .form-columns-2 > div input {
	width: 100%;
}*/

.form-columns-2 > div,
.form-columns-2 > div input,
.form-columns-2 > div select {
	max-width: 100%;
}
.form-columns-2 > div input,
.form-columns-2 > div select {
	width: 100%;
}

.content-area .hbspt-form label {
	display: inline-block;
	white-space: normal;
}

.content-area .hbspt-form p {
	white-space: normal;
	font-size: 14px;
	font-weight: 300;
}

.inputs-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-size: 1.4rem;
}

.hs-error-msgs label {
	padding-top: 8px;
	padding-bottom: 0 !important;
}

/*Newsletter */
#footer .hs-form {
	position: relative;
	padding-right: 92px;
}
#footer .hbspt-form label:not(.hs-form-booleancheckbox-display) {
	display: none;
}
#footer .hs-button {
	position: absolute;
	right: 0;
	top: 0;
	height: 36px;
	font-size: 1.8rem;
	background-color: #fff;
	box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.1);
	border: none;
}
#footer .hs-button:hover {
	box-shadow: inset 0px 4px 16px rgb(0 0 0 / 12%);
	color:#BC8E4E;
}
#footer .legal-consent-container .hs-form-booleancheckbox-display>span {
	margin-left: 0;
	width: 100%;
	display: block;
}
.demo .hs-input[type="email"],
#footer .hs-input[type="email"] {
	display: block;
	width: 100%;
	margin-bottom: 8px;
	background-color: transparent;
	border: 1px solid #23252B;
	border-radius: 40px;
	box-shadow: none;
}
.demo .hs_email,
.demo .input,
#footer .hs_email,
#footer .input {
	width: 100%;
}
.demo .hs-error-msgs,
#footer .hs-error-msgs  {
	position: absolute;
	padding-top: 8px;
	padding-left: 30px;
}
#footer .hs-richtext {
	display: none;
}

.demo label {
	display: none;
}

.demo .hs-button {
	margin-top: 7px;
	padding: 7px 44px;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 26px;
	box-shadow: 0px 4px 30px -5px rgba(0, 0, 0, 0.1);
	float: right;
}

.demo .hs-button:hover {
	box-shadow: inset 0px 4px 16px rgba(0, 0, 0, 0.12);
	background: #FFFFFF;
	color: #BC8E4E;
}

@media (min-width: 1024px) {
	#footer .hs-form {
		padding-right: 136px;
	}
}

@media (max-width: 767px) {
	.hbspt-form input[type="submit"] {
		margin-top: 70px;
		font-size: 1.5rem;
	} 
	.page-id-3479 .hbspt-form .hs-richtext p {
		text-align: left;
		margin-bottom: 30px;
	}
	.hbspt-form label {
		text-align: left;
	}
	.hbspt-form,
	.hbspt-form .actions {
		text-align: center
	}
}