/*General Admin*/
.page_butts > span:nth-child(2) {
	display: none; /*hiding duplicate button on page popup - temporary*/
}

* {
	margin: 0;
	padding: 0;
}
.ui-datepicker-prev::after {
	font-family: "Font Awesome 6 Pro", sans-serif;
	content: "\f053";
	font-weight: 400;
	position: absolute;
	top: 7px;
	left: 10px;
	color: #433f38;
}
.ui-datepicker-next::after {
	font-family: "Font Awesome 6 Pro", sans-serif;
	content: "\f054";
	font-weight: 400;
	position: absolute;
	top: 7px;
	left: 10px;
	color: #433f38;
}
#overdiv *,
#mint_popup.general-popup *,
#appends #miniPop *,
#appends .tiles_blocker * {
	box-sizing: border-box;
}
#main ul,
#main ol {
	padding-left: 20px;
}
.multi_add {
	margin: 16px 0;
}
#appends.no-admin #mint_popup {
	border: none;
	font-family: futura-pt, sans-serif;
	line-height: 1.25;
}
.multi_controls {
	position: relative;
}
.formComponent-addField {
	width: 100%;
	max-width: 504px;
	cursor: pointer;
	text-align: center;
	margin: 30px auto;
	background-color: #2D8270;
	color: #fff;
	padding: 2px;
	border-radius: 5px;
}
.form-admin .form-admin-buttons {
	background-color: #2D8270;
	padding: 0 5px;
	border-radius: 5px;
	margin: 10px auto 5px;
}
.form-admin .form-admin-buttons i.awe {
	margin-right: 16px;
	color: #fff;
}
.form-admin-buttons .merge-tag {
	color: #fff;
	float: right;
	font-size: 14px;
	line-height: 1.5;
}
#overdiv.admin .mint_field {
	min-height: 24px;
	min-width: 40px;
}
.admin-message {
	color: #900;
	font-weight: 500;
	line-height: 1.5;
}
/**Cookies**/
.cookie_bar {
	color: #FFFFFF!important;
}
.cookie_bar.top {
	z-index: 10;
	position: relative;
}
.cookie_corner input[type="button"],
.cookie_bar input[type="button"],
#mint_popup input[type="button"] {
	background-color: #FEEE2E;
	color: #000000;
}
.cookie_bar input[type="button"],
#mint_popup input[type="button"].fl {
	opacity: 0.5;
	background-color: #ccc;
}
.cookie_bar input[type="button"].cookie_accept_button,
#mint_popup input[type="button"].fr {
	background-color: #FEEE2E;
	color: #000000;
}
#mint_popup input[type="button"].fl:hover,
.cookie_refuse_button:hover {
	opacity: 1;
	background-color: #FEEE2E !important;
}

/*General Overdiv*/
/**Overdiv**/
#overdiv strong {
	font-weight: 500;
}
.ext-overdiv {
	max-width: 624px;
	margin: 0 auto;
}
.ext-overdiv832 {
	max-width: 832px;
	margin: 0 auto;
}
.overdiv {
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
}
/**Flex**/
.flex {
	display: flex;
}
/**Grid**/
.grid2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 32px;
}
.grid3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 32px;
}
/**Images**/
#overdiv img {
	max-width: 100%;
	max-height: 100%;
}
.bg-container {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.bg-container-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg-container-img img {
	opacity: 0;
}
/**Links**/
#overdiv a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
#overdiv .link-underlined a {
	text-decoration: underline;
}
/**Fonts**/
#overdiv,
#overdiv input,
#overdiv textarea,
#overdiv select,
#mint_popup.general-popup,
#mint_popup.general-popup .button,
.cookie_bar,
#appends .tiles_blocker {
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	color: #000000;
}
#overdiv h1, .h1 {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
}
#overdiv h2, .h2 {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.4;
}
#overdiv h3, .h3 {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
}
#overdiv h4, .h4 {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 17px;
}
#overdiv h5, .h5 {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.paragraph-large {
	font-size: 20px;
}
.paragraph-regular {
	font-size: 16px;
}
.paragraph-small {
	font-size: 14px;
}

/*Header*/
#overdiv.admin #header {
	position: relative;
}
#overdiv.openUI #header {
	transition: none;
}
#header.sticky {
	border-bottom: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	transition: all 150ms ease-out;
}
#header.sticky img {
	transition: all 150ms ease-out;
}
#header {
	background-color: rgba(0, 0, 0, 0.65);
	color: #FFFFFF;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	transition: padding 150ms ease-out;
	padding: 24px 0;
}
#header .grid3 {
	align-items: center;
}
#header_top_mobile {
	display: none;
	background-color: #000000;
	text-align: center;
}
#header_top_mobile .flex {
	flex-wrap: wrap;
	justify-content: center;
	padding: 2px 16px;
	min-height: 32px;
}
#header_top_mobile .flex > div {
	padding: 4px;
}
#header_phone {
	text-align: right;
}
#header_logo {
	width: 272px;
	height: 48px;
	transition: all 150ms ease-out;
}

/*Footer*/
#footer {
	margin-top: 32px;
}
#footer .grid2 {
	align-items: center;
}
#footer_top {
	color: #FFFFFF;
	padding: 40px 0;
}
#footer_support {
	text-align: right;
}
#footer_bottom {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	padding: 24px 0;

}

/*Templates pages*/
/**Home**/
#home_banner,
#home_banner_mobile {
	height: 168px;
}
#home_banner_mobile {
	max-width: 800px;
	margin: 0 auto;
}
#overdiv:not(.admin) #home_banner_mobile {
	display: none;
}
#home_top {
	margin: 32px 0;
}
#home_bottom {
	margin-top: 32px;
}
#overdiv.admin .multi_home .multiField_2,
#overdiv.admin .multi_home .multiField_1{
	height: auto;
	min-height: 56px;
}
.multi_home .bg-container {
	width: 100%;
	height: 192px;
}
.multi_home .multiField_1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 12px 16px;
	text-align: center;
	font-size: 20px;
	background-color: rgba(0, 0, 0, 0.65);
	color: #FFFFFF;
}
.multi_home .multiField_2 {
	background-color: #F6F6F6;
	height: 100%;
	padding: 16px;
}
.multi_home:nth-child(6) {
	grid-row-start: 2;
	grid-row-end: 5;
	grid-column: 2;
}