html
{
	height: 100vh;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body
{
	margin: 0;
	height: 100%;
	background-color: #f8f7f5;
	font-family: Roboto,sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-print-color-adjust: exact !important;
	print-color-adjust: exact !important;
}

h1,h2,h3,h4
{
	font-family:'Roboto Condensed',sans-serif;
}

h1
{
	margin-bottom: 0px;
	font-size: 28pt;
	text-align: center;
}

h2
{
	font-size: 36px;
}

h3
{
	margin-top: 10px;
	font-size: 24px;
	line-height: 1.25em;
	font-weight: 400;
}

h4
{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: .13px;
}

input[type=text],
input[type=tel],
input[type=email]
{
	height: 36px;
	width: 100%;
	min-width: 175px;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	padding-left: 7px;
	padding-right: 7px;
}

th,td
{
	vertical-align: middle !important;
}

*
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

.w-nav-menu
{
	float:right
}

.container
{
	display:block;
	width:100%;
	max-width:1800px;
	margin-right:auto;
	margin-left:auto;
	padding:0 8%
}

.navbar
{
	display:flex;
	width:100%;
	margin:0;
	padding:24px 4%;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	background-color:#fff
}

.logo
{
	width:180px
}

.nav-flex
{
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1
}
