@import url(../fonts/opensan/stylesheet.css);
/* COLORS */
/* font-size */
/* line 5, ../sass/html.scss */
body {
  color: #444444;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: 'open_sansregular';
  font-size: 13px;
}

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

/* line 19, ../sass/html.scss */
a {
  color: #fec81e;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* line 22, ../sass/html.scss */
a:hover, a:focus {
  color: white;
  outline: none;
  text-decoration: none;
}

/* line 29, ../sass/html.scss */
h1, h2 {
  font-size: 5.385em;
}

/* line 33, ../sass/html.scss */
h1, h2, h3 {
  color: #fec81e;
  margin: 0 0 20px;
}

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

/* line 43, ../sass/html.scss */
input, button, select, textarea {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #eee;
  border: none;
  font-size: 1.077em;
  height: 38px;
  line-height: 1;
  max-width: 100%;
  padding: 9px 15px;
}

/* line 54, ../sass/html.scss */
.field, .views-field {
  margin-bottom: 5px;
}

/* line 58, ../sass/html.scss */
.form-item {
  margin-top: 0;
  margin-bottom: 30px;
}

/* line 64, ../sass/html.scss */
i span {
  display: none;
}
