@import url('//themes.googleusercontent.com/fonts/css?kit=0_i9hEo9u9_J7J0L5dhq9SR4suqRrhpwy7EVT6Yn7Bk');
a {
color: #86b4b6;
}
li {
	color: #444444;
	font-size: 12pt;
	font-family: "Constantia"
}

p {
	color: #444444;
	font-size: 12pt;
    font-family: "Constantia";
    line-height: 18pt;
}

h1 {
	color: #86b4b6;
	font-weight: 700;
	font-size: 18pt;
	font-family: "Constantia";
}


h2 {
	
	padding-top:8pt;
	color: #86b4b6;
	font-weight: 700;
	font-size: 16pt;
	font-family: "Constantia";
}

h3 {
	color: #86b4b6;
	font-weight: 700;
	font-size: 14pt;
	font-family: "Constantia";
}
h4 {
	color: #86b4b6;
	font-weight: 700;
	font-size: 12pt;
	font-family: "Constantia";
}

h5 {
	color: #86b4b6;
	font-weight: 700;
	font-size: 11pt;
	font-family: "Constantia";
}

h6 {
	color: #86b4b6;
	font-weight: 700;
	font-size: 10pt;
	font-family: "Constantia";
}
main, header, footer {
	width: 96%;
	margin:0 auto;
	max-width: 900px;
}
img {
	width: 100%;
}
header {
	text-align: center;
	padding:30px 0;
}
header img {
	max-width: 300px;
}
.field {
	margin-bottom: 2rem;
}
main {
	padding-bottom: 45px;
}
label {
	font-weight:bold;
	margin-bottom:0.5rem;
	 	font-size: 12pt;
	display:block;
}
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
    font-weight: normal;
    line-height: 120%;
    padding: 0.5em;
    display: inline-block;
    width: 100%;
	font-family: "Constantia"    
		appearance: none;
    border: none;
    border: 1px solid #444444;
 	font-size: 12pt;

}

input[type='submit'], button.pure-button {
	appearance: none;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #86b4b6;
    padding: 13px 50px;
    border-radius: 50px;
	font-size: 16px;
      line-height: 110%;
      font-weight: 700;
      border:none;
      cursor: pointer;
      transition: background 0.25s ease-in-out;
}
.ishidden {
	display: none;
}