body {
  font-family:'Raleway',Verdana,Arial,Helvetica,sans-serif;
  color: #111;
  background: white;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* line 13, ../sass/html.scss */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

header {
	padding:15px 0px;
}
/* line 19, ../sass/html.scss */
header, nav, section, article, figure, aside, footer {
  display: block;
}
 
header img {
	 max-width:100px;
 }
/* line 22, ../sass/html.scss */
a {
  color: #00b9c5;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
/* line 25, ../sass/html.scss */
a:hover, a:focus {
  color: #169a9f;
  text-decoration: none;
}

/* line 31, ../sass/html.scss */
h1, h2, h3 {
  font-family:'Open Sans',Verdana,Arial,Helvetica,sans-serif;
  font-weight:100;
  margin: 0 0 30px;
  color: #363636;
}

#map h1, #map h2, #map h3, #map a, #footer a, #footer h2, h1#page-title {
  color: #fff;	
}



.nav>li>a:focus, .nav>li>a:hover {
}

/* line 35, ../sass/html.scss */
h1 {
  font-size: 2.57em;
}

/* line 38, ../sass/html.scss */
h2, h1#page-title {
  font-weight: 100;
  font-size: 2.57em;  
}

/* line 43, ../sass/html.scss */
h3 {
  font-size: 1.285em;
}

/* line 46, ../sass/html.scss */
h4, h5, h6 {
  color: #333333;
  margin: 0 0 20px;
}

/* line 50, ../sass/html.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 55, ../sass/html.scss */
input, button, select, textarea {
  background: #fff;
  padding: 10px;
  border: 1px solid #dddddd;
  color: #999999;
  border-radius: 0;
}

/* line 65, ../sass/html.scss */
input:focus, select:focus, textarea:focus {
  border-color: #666666;
}

/* line 69, ../sass/html.scss */
.form-submit {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  background: #1a4053;
  color: white;
  border: none;
  text-transform: uppercase;
  padding: 10px 20px;
}
/* line 77, ../sass/html.scss */
.form-submit:hover, .form-submit:focus {
  background: #333333;
}

/* line 82, ../sass/html.scss */
legend a {
  color: #333333;
}
/* line 84, ../sass/html.scss */
legend a:hover, legend a:focus {
  color: #d94949;
}

/* line 90, ../sass/html.scss */
label {
  font-weight: normal;
}

/* line 93, ../sass/html.scss */
iframe {
  max-width: 100%;
}

/* line 96, ../sass/html.scss */
p {
  margin-bottom: 20px;
}

.navbar-default {
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.form-control {
	border-radius:0px;
}

.btn {
    border-radius: 0 !important;
}