:root {
	--fnhwhite: white;
	--fnhblack: black;
	--fnhblue: #bcd0da;
	--fnhbeige: #d5ccc0;
	--fnhpink: #e7bec4;
	--fnhgreen: #c6d9be;
	--fnhquote: #d6b657;
	--fnhdarkgray: #5f6062;
	--fnhbuttonbg: #58585b;
	--fnhgold: #f9f3e6;
	--fnhdarkgold: #d6b657;
	
}
@font-face {
    font-family: 'poppins-regular';
    src: url('/_incf/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-regular';
    src: url('/_incf/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'poppins-semibold';
    src: url('/_incf/Poppins-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-medium';
    src: url('/_incf/Poppins-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-medium';
    src: url('/_incf/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-light';
    src: url('/_incf/Poppins-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppins-light';
    src: url('/_incf/Poppins-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

* { box-sizing: border-box; }
* { outline: none; }
*:focus {
	background-color: transparent;
	outline: none !important;
}
html {
	overflow-x: hidden;
}
body {
	font-family: "poppins-regular";
	border: 0; padding: 0; margin: 0;
	background-color: var(--fnhwhite);
	font-size: 1.25vw;
	letter-spacing: 0.02em;
	line-height: 1.625;
	width: 100vw;
	overflow-x: hidden;
}
b, strong {
	font-family: poppins-semibold;
}
a {
	outline: 0;
	color: inherit;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 0.03em !important;
}
a[href^="tel:"] {
	text-decoration: none;
}
iframe {
	border: 0 !important;
}
ul {
	list-style-position: outside;
	padding-left: 1.5em;
}
li {
	margin-left: -0.5em;
}
table {
	width: 100%;
}
td {
	vertical-align: top;
}
.capitalize {
	text-transform: uppercase;
}
div.topnav {
	position: fixed;
	z-index: 1002;
	padding-right: 12.5vw;
	padding-top: 1.5vw;
	text-align: right; 
	font-family: poppins-medium;
	font-family: poppins-regular;
	font-size: 0.95vw;
	text-transform: uppercase; 
	text-decoration: none;
	color: var(--fnhdarkgray);
	color: var(--fnhdarkgold);
	line-height: 1;
	width: 50vw;
	left: 50vw;
	padding-left: 0;
}
div.topnav.en {
	margin-top: 2vw;
}
div.topnav div {
	display: inline-block;
	height: 1em;
}
div.topnav div.active {
	font-family: poppins-semibold;
}
div.topnav a {
	text-decoration: none;
	color: inherit;
	margin-left: 3vw;
}
div.header {
	position: fixed;
	z-index: 1000;	
	padding-left: 12.5vw;
	padding-right: 12.5vw;
	padding-top: 1.5vw;
	padding-bottom: 1.5vw;
	width: 100vw;
	background-color: white;
	display: flex; 
	align-items: center;
	justify-content: space-between;
	font-family: poppins-medium;
	font-family: poppins-regular;
	font-size: 0.95vw;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--fnhdarkgray);
	background-color: var(--fnhgold);
}
div.header div.logoholder {
	display: inline-block;
	height: 3vw;
	width: 35%;
}
div.logoholder img {
	 height: 100%;
}
div.navmenu {
	display: flex;
	align-items: center; 
	justify-content: space-between;
	width: 65%;
    padding-top: 2vw;
	height: 3vw;
}
span.downarr {
	display: inline-block;
    transform: rotate(90deg);
}
div.menuitem {
	position: relative;
}
div.menuitem.active {
	font-family: poppins-semibold;
}
div.menuitem a {
	text-decoration: none;
	color: inherit;
}
div.submenubg {
	position: fixed;
	top: 5vw;
	height: 8em;
	background-color: var(--fnhgold);
	width: 100vw; 
	z-index: 20;
	display: none;
}
div.submenu {
	position: absolute;
	left: 0;
	width: fit-content;
	z-index: 10000;
	background-color: var(--fnhgold);
	font-weight: normal;
	display: none;
}
div.menuitem.active div.submenu {
	display: block;
	display: none;
}
div.submenu div.item {
	display: inline-block;
	min-width: fit-content;
	border-top: 1px solid red;
	border-bottom: 1px solid blue;
	padding: 0; border: 0; margin: 0;
	height: 1em;
	margin-top: 0.75em;
	width: 300%;
	font-family: poppins-medium;
	font-family: poppins-regular;
}
div.submenu div.item.active {
	font-family: poppins-semibold;
}
div.pagecontentholder {
	margin-bottom: 10vw;
	margin-bottom: 0;
width: 100vw;
/*
padding-left: 12.5vw;
padding-right: 12.5vw;
*/
margin-left: 12.5vw;
margin-right: 12.5vw;
width: 75vw;
}
div.finalfooter {
	padding-left: 12.5vw;
	padding-right: 12.5vw;
	padding-top: 2vw;
	padding-bottom: 2vw;
	width: 100vw;
	background-color: white;
	display: flex; 
	align-items: center;
	justify-content: space-between;
	font-family: poppins-medium;
	font-family: poppins-regular;
	font-size: 0.90vw;
	line-height: 2;
	background-color: var(--fnhdarkgray);
	color: var(--fhnhwhite);
	position: fixed;
	position: relative;
	left: 0;
	bottom: 0;
	columns: 2;
}
div.finalfooter div.finallogoholder {
	display: inline-block;
	height: 2.4vw;
	height: 6vw;
	order: 1;
}	
div.finalfooter div.finallogoholder img {
	height: 3vw;
}
div.finalfooter div.buttonsholder {
	width: 50%;
	display: flex;
	order: 2;
	align-items: center;
	justify-content: space-between;
	color: white;
}
div.finalfooter div.buttonsholder div.buttonholder {
	width: 50%;
}
div.finalfooter div.buttonsholder div {
	width: 50%;
}
div.button {
	display: inline-block;
	background-color: var(--fnhbuttonbg);
	font-family: poppins-regular;
	color: white;
	padding: 1vw;
	padding-left: 2vw;
	padding-right: 2vw;
	padding-top: 0.4vw;
	padding-bottom: 0.4vw;
	cursor: pointer;
}
div.button.diapos {
	color: var(--fnhbuttonbg);
	background-color: var(--fnhwhite);
}	
div.button a {
	text-decoration: none;
	color: inherit;
}
div.button a:hover {
	text-decoration: underline;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 0.03em !important;
}
div.headerimage {
	width: 100vw; 
	height: 65vh;
	background-size: cover; 
	background-position: center;
	display: block; 
	position: absolute;
}
div.headerimageholder {
	margin-top: 6vw;
	position: relative;
	width: 100vw; 
	height: 65vh;
}
body.noheaderimage div.headerimageholder {
	display: none;
}
body.noheaderimage div.pagecontentholder {
	margin-top: 12vw;
}
body.contactpage > table td {
	width: 50%;
}
body.contactpage table td p img {
	width: 95%;
	height: 30vh;
}
div.headerimageholder.subpage {
	margin-bottom: 9vw;
	height: 40vw;
}
div.headerimageholder.subpage div.headerimage {
	width: 60vw;
	left: 20vw;
width: 75vw;
left: 12.5vw;
	top: 4vw;
	height: 40vw;
}
div.streamer {
	position: absolute;
	left: 12.5vw;
	bottom: 0.8em;
	width: 35vw;
	text-transform: uppercase;
	font-family: 'poppins-light';
	font-size: 2.8125vw;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: var(--fnhwhite);
	z-index: 800;
}
div.pageheader {
	font-family: 'poppins-semibold';
	font-size: 2.8125vw;
	line-height: 1.22;
	color: var(--fnhdarkgray);
	text-align: left;
/*	margin-left: 12.5vw; */
margin-left: 0;
	margin-top: 1em;
	margin-bottom: 0.5em;

}
div.pagetext {
/*	width: 60vw;
	margin-left: 20vw;
*/
	font-family: 'poppins-regular';
	font-size: 1.25vw;
	line-height: 1.625;
/*	
padding-left: 20vw;
width: 80vw;
margin-left: 0;
*/
/*
width: 67.5vw;
width: 76.25vw;
*/
padding-left: 7.5vw;
padding-right: 7.5vw;

}
div.pagetext.left {
/*	margin-left: 12.5vw; */
/*	margin-left: 0; */
	padding-left: 0;
	padding-right: 0;
/*	padding-left: 12.5vw;
	padding-right: 12.5vw;

	width: 87.5vw;
*/
}
div.pagetext p:first-child {
	margin-top: 0;
}

/* news and trends */
div.block3 {
	padding-left: 0;
	padding-right: 0;
	padding-top: 2vw;
	padding-bottom: 4vw;
	margin-bottom: 6vw;
}	
div.block3inner {
	padding-left: 12.5vw;
	padding-right: 12.5vw;
	width: 100vw;
}
div.newsandtrends {
	background-color: var(--fnhblue);
}
div.customerexperiences {
	background-color: var(--fnhbeige);
}
	
div.block3title {
	text-align: center;
	font-family: poppins-semibold;
	font-size: 3.28vw;
	line-height: 1.05;
	color: var(--fnhdarkgray);
	padding-bottom: 2.8vw;
	padding-top: 2.8vw;
}
div.block3wrapper {
	display: grid;
	grid-template-columns: repeat(3, minmax(40.95px, 1fr));
	color: var(--fnhblack);
	margin-left: 0;
	margin-right: 0;
}
div.block3row {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, minmax(40.95px, 1fr));
	justify-content: space-between; 
	gap: 2vw;
}
div.block3box {
	color: var(--fnhdarkgray);
	border-radius: 0;
	padding: 1.4vw;
	font-family: poppins-regular;
	font-size: 1.25vw;
	line-height: 1.625;
	padding-top: 1vw;
	flex-shrink: 0;
	padding-left: 0;
	padding-right: 0;
}
div.block3box {
	background-size: cover; 
	background-position: center; 
}	
div.block3box p:first-child {
	margin-top: 0;
}
div.block3boxhd {
	font-family: poppins-semibold;
	font-size: 1.875vw;
	font-size: 1.63vw;
	line-height: 1.25;
	padding: 1.4vw;
	padding-left: 0;
	padding-bottom: 1.7vw;
	color: var(--fnhdarkgray);
}
div.block3boxtext {
	color: var(--fnhblack);
	padding-top: 0.6vw;
	padding-bottom: 0.6vw;
}
div.block3boxtextrm {
	padding-top: 0;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 0.03em;
}
div.block3boxtextrm img {
	height: 0.66em;
}
img.readmore {
	height: 0.66em;
}	
div.mobonly {
	display: none;
}
/* end news and trends */
div.item div.itemphoto {
	float: left;
	width: 28vw;
}
div.item div.itemphoto img {
	max-width: 100%;
	max-height: 18.67vw;
}
div.item div.itemtext {
	float: left;
/*	width: 29.25vw;
	margin-left: 2.75vw; */
padding-left: 2.75vw;
width: 32vw;
width: 40.75vw;
}
div.item::after {
	clear: both;
	content: '';
	display: block;
	margin-bottom: 6vw;
}
div.itemtext div.title {
/*	margin-bottom: 1em; */
	font-family: poppins-semibold;
	font-size: 1.875vw;
	font-size: 1.63vw;
	line-height: 1.25;
	color: var(--fnhdarkgray);
	margin-top: -0.25em;
}
div.itemtext div.introtext {
	margin-left: 0;
	font-family: poppins-regular;
	font-size: 1.25vw;
	line-height: 1.625;
}
div.pagetext div.itemtext div.introtext {
	margin-left: 0;
}
div.item div.readmore {
	margin-top: 1em;
	cursor: pointer;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 0.03em;	
}
div.item div.readmore span {
	text-decoration: underline;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 0.03em !important;
}	
div.item div.readmore a,
div.item div.readmore a span {
/*	text-decoration: none; */
}
div.item div.readless {
	cursor: pointer;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 0.03em;	
}
div.item div.readless span {
	text-decoration: underline;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 0.03em !important;
}	
div.item div.bodytext {
	display: none;
	clear: both;
	padding-top: 1em;
	font-family: poppins-regular;
	font-size: 1.25vw;
	line-height: 1.625;
	width: 69vw;
}
div.itemtext div.bodytext p:first-child {
	margin-top: 0;
}
div.quote {
	font-family: poppins-light;
	font-size: 3vw;
	line-height: 1.25;
	color: var(--fnhquote);
}
a.quotea {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
div.quoteauthor {
	margin-top: 0.5em;
	font-family: poppins-light;
	font-size: 1.4vw;
	line-height: 1.25;
	color: var(--fnhquote);
}
div.pagerefs {
/*	width: 75vw; */
	text-align: left;
/*
	margin-left: 12.5vw;
*/
	margin-top: 6vw;
}
div.block3 {
	margin-left: -12.5vw;
	margin-right: -12.5vw;
}
div.footernav {
	width: 100vw;
	padding-left: 12.5vw;
	padding-right: 12.5vw;
	font-family: poppins-medium;
	font-family: poppins-regular;
	font-size: 0.90vw;
	line-height: 2;
	text-transform: uppercase;
	background-color: var(--fnhdarkgray);
	color: var(--fnhwhite);
	/* margin-bottom: 10vw; */
}
div.footernavinner {
	padding-top: 1vw;
	padding-bottom: 1vw;
/*	
	border-top: 1px solid black;
	border-bottom: 1px solid black;
*/
	display: flex;
}	
div.footernavinner div {
	width: 25%;
	flex-shrink: 0;
}
div.footernav p:first-child {
	margin-top: 0;
}
div.footernav p:last-child {
	margin-bottom: 0;
}
div.footernav a {
	text-decoration: none;
}
div.finalfooter div.logoholder {
	order: 1;
}
div.hamburger {
	display: none;
}
div.mobtop {
	display: none;
}
div.item.item2x2 {
	display: flex;
	flex-flow: row wrap; 
	justify-content: space-between; 
	gap: 2vw;
}
div.itemphoto2x2 {
	position: relative;
	background-size: cover; 
	background-position: center; 
	width: 36.5vw; 
	height: 26.5vw; 
	padding-left: 2.3vw; 
	padding-right: 2.3vw; 
	color: white;
	margin-bottom: 2vw;
	flex-shrink: 0;
	cursor: pointer;
}
div.itemtext2x2 {
	position: absolute; 
	bottom: 1.3vw; 
	font-family: poppins-light; 
	font-family: poppins-medium;
	font-size: 1.875vw;
	font-size: 1.63vw;
	letter-spacing: 0.04em;
	line-height: 1.2;
	width: 100%;
	padding-right: 3.2vw;	
}
div.itemtext2x2 a {
	text-decoration: underline;
	color: inherit;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 0.03em;
	font-family: poppins-regular;
	font-size: 1.25vw;
}
div.block3boxtextrm {
	font-size: 1.25vw;
}
div.copyrightline {
	padding-left: 12.5vw; 
	padding-right: 12.5vw; 
	background-color: var(--fnhdarkgray); 
	color: var(--fnhwhite); 
	font-family: poppins-regular; 
	font-size: 0.90vw;
	text-transform: uppercase; 
	padding-top: 2vw; 
	padding-bottom: 2vw;
}
div.copyrightline a {
	color: inherit;
	text-decoration: none;
	margin-left: 2vw;
}
div.copyrightline a:hover {
	text-decoration: underline;
}
form {
	margin-bottom: 2rem;
}
div.formfld {
	display: block;
	margin-bottom: 1rem;
}
div.formfld::after {
	clear: both;
	content: '';
	display: block;
}
div.formfld label {
	float: left;
	width: 30%;
}
div.formfld div.fld {
	float: left;
	width: 70%;
}
div.formfld div.fld input[type="text"],
div.formfld div.fld textarea {
	width: 50%;
	padding: 0.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 1rem;
	border: 1px solid black;
	font-size: 1.25vw;
}
div.formfld div.fld input[type="radio"] {
	appearance: none;
}
div.formfld div.fld div.radiooption {
	display: inline-block;
	background-color: white;
	border: 1px solid black;
	border-radius: 1rem;
	padding: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 1rem;
	margin-right: 1rem;
	cursor:pointer;
}
div.formfld div.fld div.radiooption.checked {
	background-color: #d6b657;
	background-color: var(--fnhgold);
}
div.formfld div.buttondiv {
	width: 93%; text-align: right;
}
div.formfld div.fld button {
	padding: 0.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 1rem;
	border: 1px solid black;
	font-size: 1.25vw;
}
div.formfld div.fld textarea {
	font-family: poppins-regular;
}
body.contactformpage div.headerimageholder {
	display: none;
}
body.contactformpage div.pagetext {
	margin-top: 8rem;
	padding-left: 0;
}

@media only screen and (min-width: 2049px) {
	:root {
		--sizeunit: 15.36px;
	}
	body {
		font-size: 25.6px;
	}
	div.topnav {
		font-size: 19.45px;
	}
	div.header {
		font-size: 19.45px;
	}
	div.finalfooter {
		font-size: 19.45px;
		font-size: 19px;
	}
	div.streamer {
		font-size: 57.6px;
	}
	div.pageheader {
		font-size: 57.6px;
	}
	div.pagetext {
		font-size: 25.6px;
	}
	div.block3title {
		font-size: 57.6px;
	}
	div.block3box {
		font-size: 25.6px;
	}
	div.block3boxhd {
		font-size: 33.4px;
	}
	div.itemtext div.introtext {
		font-size: 25.6px;
	}
	div.item div.bodytext {
		font-size: 25.6px;
	}
	div.quote {
		font-size: 57.6px;
	}
	div.quoteauthor {
		font-size: 28.66px;
	}
	div.footernav {
		font-size: 18.42px;
	}
	div.itemtext2x2 {
		font-size: 33.4px;
	}
	div.itemtext2x2 a {
		font-size: 25.6px;
	}
	div.block3boxtextrm {
		font-size: 25.6px;
	}
	div.item div.itemphoto {
		width: 573px;
	}
	div.item div.itemtext {
		padding-left: 56px;
		width: calc(62 * var(--sizeunit));
		width: 834px;
	}
	div.item div.bodytext {
		width: 1413px;
	}
	div.pagetext {
		padding-left: 154px;
		padding-right: 154px;
	}
	div.topnav {
		padding-top: calc(2 * var(--sizeunit));
		padding-right: calc((100vw - 1536px) / 2);		
	}
	div.topnav.en {
		margin-top: calc(2 * var(--sizeunit));
	}
	div.topnav a {
		margin-left: calc(3 * var(--sizeunit));
	}
	div.header {
		width: 100vw;
		left: 0;
		padding-left: calc((100vw - 1536px) / 2);
		padding-right: calc((100vw - 1536px) / 2);
	}
	div.header div.logoholder {
		height: 61px;
	}
	div.headerimageholder {
		margin-top: 122px;
	}
	div.navmenu {
		height: 61px;
		padding-top: 41px;
	}
	div.submenubg {
		top: calc(6 * var(--sizeunit));
	}
	div.finalfooter {
		padding-top: calc(2 * var(--sizeunit));
		padding-bottom: calc(2 * var(--sizeunit));
		width: 100vw;
		padding-left: calc((100vw - 1536px) / 2);
		padding-right: calc((100vw - 1536px) / 2);
	}
	div.finalfooter div.logoholder img {
		height: 61px;
	}
	div.copyrightline {
		padding-left: calc((100vw - 1536px) / 2);
		padding-right: calc((100vw - 1536px) / 2);
		font-size: 19.45px;
	}
	div.button {
		padding-top: calc(0.4 * var(--sizeunit));
		padding-bottom: calc(0.4 * var(--sizeunit));
	}
	div.headerimageholder.subpage {
		
/*		margin-bottom: calc(9 * var(--sizeunit)); */
	}
	div.headerimageholder.subpage div.headerimageholderinner {
width: 1536px;
left: 0;
margin-left: calc((100vw - 1536px) / 2);
position: relative;
	}
	div.headerimageholder.subpage div.headerimage {
width: 1536px;
left: 0;		
/*		top: calc(4 * var(--sizeunit));
		height: calc(40 * var(--sizeunit));
*/
	}
	div.streamer {
		padding-left: 0;
		padding-right: 0;
		left: calc((100vw - 1536px) / 2);
		width: 716px;
	}
	div.pagecontentholder {
		width: 1536px;
		margin-left: calc((100vw - 1536px) / 2);
		margin-right: calc((100vw - 1536px) / 2);
	}
	div.footernav {
		width: 100vw;
		padding-left: calc((100vw - 1536px) / 2);
		padding-right: calc((100vw - 1536px) / 2);
	}
	div.footernavinner {
		padding-top: calc(1 * var(--sizeunit));
		padding-bottom: calc(1 * var(--sizeunit));
	}
	div.item.item2x2 {
		gap: calc(2 * var(--sizeunit));
		width: 1536px;
	}
	div.itemphoto2x2 {
		width: 747px;
		height: calc(26.5 / 36.5 * 747px);
		padding-left: 47px;
		padding-right: 47px;
		margin-bottom: calc(2 * var(--sizeunit));
	}
	div.itemtext2x2 {
		bottom: calc(1.3 * var(--sizeunit));
	}
	div.pagerefs {
		/* display: none; */
		
	}
	div.block3 {
		padding-top: calc(2 * var(--sizeunit));
		padding-bottom: calc(4 * var(--sizeunit));
		margin-bottom: calc(6 * var(--sizeunit));
	}
	div.block3 {
		width: 100vw;
		padding-left: calc((100vw - 1536px) / 2);
		padding-right: calc((100vw - 1536px) / 2);
		margin-left: calc(-1 * (100vw - 1536px) / 2);
		margin-right: calc(-1 * (100vw - 1536px) / 2);
	}		
	div.block3inner {
		padding-left: 0;
		padding-right: 0;
		width: auto;
		max-width: none;
	}
}

@media only screen and (min-width: 2561px) {
	:root {
		--sizeunit2: 25.61px;
	}
	div.headerimageholder {
		width: calc(100 * var(--sizeunit2));
		margin-left: auto;
		margin-right: auto;
	}
	div.headerimageholder.subpage div.headerimageholderinner {
		margin-left: calc(((100vw - 2560px) / -2) + ((100vw - 1536px) / 2));
	}
	div.headerimage {
		width: calc(100 * var(--sizeunit2));
/*		height: 50vh;  */
	}
	div.streamer {
		left: calc((100vw - 1536px - (100vw - 2560px)) / 2);
		padding-left: 0;
	}
	div.block3 {
		width: calc(100 * var(--sizeunit2));
		/* calc((100vw - 1536px) / 2); */
		margin-left: calc(((100vw - 2560px) /2) - (calc((100vw - 1536px) / 2)));
		margin-right: calc(((100vw - 2560px) /2) - (calc((100vw - 1536px) / 2)));
		padding-left: 512px;
		padding-right: 512px;
	}
	div.finalfooter div.logoholder {
		height: 132px;
	}

}
@media only screen and (max-width: 767px) {
	:root {
		--mobblockmb: 20vw;
	}
	div.headerimageholder {
		height: 57.8vw;
		margin-top: 16vw;
	}
	div.headerimage {
		height: 57.8vw;
	}
	div.headerimageholder.subpage div.headerimage {
		width: 90.6vw;
		margin-left: 4.7vw;
		left: 0;
	}
	div.streamer {
/*		display: none; */
		font-size: 4.75vw;
		left: 4.7vw;
		width: 60vw;
	}
	div.pageheader {
		margin-left: 6.875vw;
		margin-left: 0;
		font-size: 5.625vw;
	}
	div.pagetext {
		margin-left: 6.875vw;
		margin-left: 0;
		width: 86.25vw;
		width: 90.6vw;
		font-size: 4vw;
		margin-bottom: var(--mobblockmb);
	}
	div.block3title {
		font-size: 7.46vw;
	}
	div.quote {
		font-size: 7.66vw;
	}
	div.quoteauthor {
		margin-bottom: 4em;
	}

	div.pagerefs {
		margin-left: 6.875vw;
		margin-left: 0;
		width: 86.25vw;
		width: 90.6vw;
		width: 100%;
		margin-bottom: var(--mobblockmb);
	}
	div.quoteauthor {
		font-size: 4.75vw;
	}
	div.item div.itemphoto {
		width: 100%;
	}
	div.item div.itemphoto img {
		max-height: 90.6vw;
	}
	div.item div.itemtext {
		margin-left: 0;
		width: 100%;
	}
	div.itemtext div.introtext {
		font-size: 4vw;
		margin-left: 0;
	}
	div.itemtext div.title {
		font-size: 6.38vw;
		margin-top: 0.5em;
	}
	div.pagetext {
		padding-left: 0;
		padding-right: 0;
	}
/*	
	div.pagetext.left {
		margin-left: 6.875vw;
		margin-left: 0;
	}
*/
	div.item div.bodytext {
		font-size: 4vw;
		width: 100%;
	}
	div.footernav {
		display: none;
		display: block;
		padding-left: 4.7vw;
		padding-right: 4.7vw;
		padding-top: 6em;
	}
	div.footernavinner {
		columns: 1;
		font-size: 4vw;
	}
	div.topnav {
		display: none;
	}
	div.navmenu {
		display: none;
		background-color: var(--fnhgold);
		color: var(--fnhdarkgray);
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		font-size: 4vw;
		padding-left: 6.875vw;
	}
	div.submenu div.item {
		margin-top: 0;
	}
	div.navmenu img.readmore {
		display: none;
	}
	div.navmenu a {
		display: block;
		text-decoration: none;
		color: inherit;
		line-height: 1.8;
	}
	div.header div.logoholder {
		height: 8.3vw;
		width: 60%;
	}
	div.logoholder img {
		width: 100%;
		height: auto;
	}
	div.finalfooter div.finallogoholder {
		display: inline-block;
		width: 100vw;
		padding-left: 4.7vw;
		height: 8.3vw;
		text-align: left;
		margin-top: 1em;
		margin-bottom: 1em;
		order: 2;
	}
	div.finalfooter div.finallogoholder img {
		height: 8.3vw;
	}
	div.header {
		padding-top: 4vw;
		padding-bottom: 4vw;
		padding-left: 4.7vw; 
		padding-right: 4.7vw;
	}
	div.buttonholder {
		width: 100%;
		text-align: center;
	}
	div.submenubg {
		display: none !important;
	}
	div.finalfooter {
		flex-direction: column;
		font-size: 3.24vw;
		padding-bottom: 8vw;
		padding-left: 4.7vw;
		padding-right: 4.7vw;
	}
	div.finalfooter div.logoholder {
		order: 2;
		width: 100%;
		height: 6vw;
		margin-top: 2em;
	}
	div.finalfooter div.logoholder img {
		width: 90%;
		height: auto;
	}
	div.finalfooter div.buttonsholder {
		display: block;
		width: 100%;
		order: 1;
	}
	div.finalfooter div.buttonsholder div {
		margin-bottom: 1em;
	}
	div.finalfooter div.buttonsholder div.buttonholder {
		width: 50%;
		width: auto;
		float: left;
		margin-right: 10vw;
	}
	
	div.finalfooter div.buttonholder {
		margin-top: 1em;
	}
	div.copyrightline {
		padding-left: 4.7vw; 
		padding-right: 4.7vw; 
		font-size: 3.24vw;
		padding-top: 2vw; 
		padding-bottom: 2vw;
	}
	div.pagecontentholder {
		margin-left: 4.7vw;
		margin-right: 4.7vw;
		width: 90.6vw;
	/*	margin-bottom: 40vw; */
	}
	div.hamburger {
		display: inline-block;
		height: 7vw;
		width: 7vw;
		height: 9.1vw;
		width: 9.1vw;
		position: fixed;
		right: 4.7vw;
		top: 5.6vw;
		cursor: pointer;
		z-index: 1003;
	}
	div.submenu {
		display: block !important;
		position: relative;
		padding-left: 6.875vw;
		padding-top: 0;
		background-color: var(--fnhgold);
		color: var(--fnhdarkgray);
	}
	div.mobtop {
		display: block;
		padding-top: 8vw;
		padding-bottom: 10vw;
	}
	div.menuitem {
		line-height: 1.8;
	}
	div.mobtop div.header div.logoholder {
		width: 100% !important;
	}
	div.menuclose {
		position: absolute; 
		top: 7.5vw;
		right: 6.875vw; 
		display: inline-block; 
		font-size: 8vw; 
		padding: 1vw; 
		cursor: pointer;
		height: 9.1vw;
		width: 9.1vw;
	}
	span.downarr {
		display: none;
	}
	div.itemphoto2x2 {
		width: 86.25vw;
		width: 90.6vw;
		padding-left: 0;
		padding-right: 0;
		height: 62.6vw;
	}
	div.itemtext2x2 {
		font-size: 4.4vw;
		padding-left: 3.2vw;
		bottom: 1em;
	}
	div.itemtext2x2 a {
		font-size: 4vw;
	}
	div.pagerefs div.block3 {
		margin-left: 0;
		margin-right: 0;
	}
	div.block3 {
		margin-left: -4.7vw;
		margin-right: -4.7vw;
		margin-bottom: var(--mobblockmb);
	}
	div.block3inner {
		padding-left: 4.7vw;
		padding-right: 4.7vw;
		width: 100%;
	}
	div.block3wrapper {
		display: block;
	}
	div.block3box {
		font-size: 4vw;
		padding-left: 0;
		padding-right: 0;
	}
	div.block3boxhd {
		font-size: 5.76vw;
	}
	div.block3boxtextrm {
		padding-top: 1em;
		margin-bottom: 2em;
	}
	div.mobonly {
		display: block;
	}
	div.block3row {
		display: none;
	}
	div.dtonly {
		display: none;
	}
	div.footernavinner {
		flex-flow: row wrap; 
	}	
	div.footernavinner div {
		width: 100%;
		flex-shrink: 0;
		margin-bottom: 1em;
	}
	body.noheaderimage div.pagecontentholder {
		margin-top: 25vw;
	}
	body.contactpage table > tbody > tr > td {
		display: block;
		width: 100%;
	}
	body.contactpage table > tbody > tr > td td {
		display: table-cell;
		width: 45%;
	}
	div.item div.itemtext {
		padding-left: 0;
		font-size: 4vw;
	}
	a[href^="tel:"] {
		text-decoration: underline;
	}
	div.finalfooter div.buttonsholder div {
		width: 100%;
	}
	div.mobonly.topmenu {
		margin-top: 1em;
	}
	div.mobonly.topmenu div.item:after {
		margin-bottom: 0;
	}
	#logindiv {
		display: none;
	}
	label,
	div.formfld div.fld div.radiooption {
		font-size: 4vw;
		margin-bottom: 1rem;
	}
	div.formfld label {
		width: 45%;
	}
	div.formfld div.fld {
		width: 55%;
	}
	div.formfld div.fld input[type="text"],
	div.formfld div.fld textarea {
		width: 100%;
		font-size: 4vw;
	}
	div.formfld div.fld input[type="text"] {
		height: 2rem;
	}
	div.formfld div.buttondiv {
		width: 180%;
		font-size: 8vw;
	}
	div.formfld div.fld button {
		font-size: 4vw;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: white;
	}
	
}
