﻿body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	background: #f7f4ee;
}
h1, h2, h3, h4 {
  font-family: 'Arsenal', sans-serif;
	font-weight: normal; 
	font-size: 40px;
	line-height: 42px;
	margin: 0 0 10px 0;
	color: #a68547;
}
h2 {
	font-size: 25px;
	line-height: 32px;
}
h3 {
	font-size: 20px;
	line-height: 27px;
	margin: 0 0 5px 0;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 13px;
	line-height: 19px;
	color: #333;
	margin: 0 0 5px 0;
}
a {
	text-decoration: underline;
	color: #333;
}
a:hover {
	color: #a48243;
}
p {
	margin: 0 0 25px 0;
	max-width: 750px;
}
.ingress, .text2 {
	font-weight: 400; 
	font-size: 20px;
  	/*transform: skew(-8deg);
	-webkit-transform: skew(-8deg);
  	padding-left: 0.15em;
  	text-indent: -0.25em;*/
  	font-family: 'Arsenal', sans-serif;
	line-height: 25px;
	color: #262626;
}
.main ul {
	margin: 5px 0 25px 20px;
	line-height: 21px;
	list-style-image: url(images/HC_list.png);
}

.bottom li h4 {
  font-style:normal;
}

.main ol {
	margin: 5px 0 25px 20px;
	list-style-type: decimal;
	line-height: 21px;
}
input, button {
	font-family: 'Arsenal', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
}
.ui-datepicker-header {
  background: #f2f2f2;
  border: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #f2f2f2;
	background: #f2f2f2;
	font-weight: normal;
	color: gray;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cccccc;
	background: #cccccc;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}