/* COLORS */
/* font size */
/* font */
/* effect */
/* Transition */
/* Border-radius */
/* BUTTON */
/* TEXTBOX */
/* sharethis-wrapper */
/* link, action */
/* html.scss */
/* line 4, ../sass/html.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #999999;
  background: white;
  font-weight: 100;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* line 14, ../sass/html.scss */
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 20, ../sass/html.scss */
header, nav, section, article, figure, aside, footer {
  display: block;
}

/* line 24, ../sass/html.scss */
a {
  color: #00a0b0;
  outline: 0;
  -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 28, ../sass/html.scss */
a:hover, a:focus {
  color: #3a3a3a;
  text-decoration: none;
  outline: 0;
}

/* line 35, ../sass/html.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  color: #3a3a3a;
  line-height: 1.4;
}

/* line 41, ../sass/html.scss */
h1, h2, h1#page-title {
  font-size: 2.143em;
  font-weight: 700;
  margin-bottom: 25px;
}

/* line 48, ../sass/html.scss */
.front h1#page-title {
  margin-bottom: 5px;
}

/* line 53, ../sass/html.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 60, ../sass/html.scss */
input, textarea {
  border-color: #dddddd;
}

/* line 64, ../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;
  transition: all 0.3s ease-in;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  border: 1px solid transparent;
  padding: 10px 30px;
  z-index: 0;
  background-color: transparent;
  overflow: hidden;
  border-color: #3a3a3a;
  padding: 8px 30px;
  margin-bottom: 5px;
}
/* line 114, ../sass/includes/_include.scss */
.form-submit:after {
  -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;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: inherit;
  z-index: -1;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
/* line 126, ../sass/includes/_include.scss */
.form-submit:hover, .form-submit:focus {
  color: white;
  border-color: #00a0b0;
}
/* line 129, ../sass/includes/_include.scss */
.form-submit:hover:after, .form-submit:focus:after {
  background-color: #00a0b0;
  width: 100%;
}
/* line 70, ../sass/html.scss */
.form-submit:hover, .form-submit:focus {
  background-color: #00a0b0;
  border-color: #00a0b0;
  color: white;
}

/* line 77, ../sass/html.scss */
.form-text {
  -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;
  background-color: transparent;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px 30px;
  border: 1px solid #dddddd;
  min-width: 260px;
}
/* line 194, ../sass/includes/_include.scss */
.form-text:focus {
  border-color: #999999;
  color: #999999;
}

/* line 81, ../sass/html.scss */
.form-item {
  display: inline-block;
  margin: 0 0 15px;
}

/* line 87, ../sass/html.scss */
legend a {
  color: #3a3a3a;
}
/* line 89, ../sass/html.scss */
legend a:hover, legend a:focus {
  color: #00a0b0;
}

/* line 95, ../sass/html.scss */
label {
  font-weight: normal;
}

/* line 99, ../sass/html.scss */
iframe {
  max-width: 100%;
}

/* line 103, ../sass/html.scss */
p {
  margin-bottom: 20px;
}

/* line 107, ../sass/html.scss */
textarea {
  border: 1px solid #dddddd;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 20px 30px;
}
/* line 111, ../sass/html.scss */
textarea:focus {
  border-color: #999999;
  color: #999999;
}

/* line 117, ../sass/html.scss */
.views-field, .field {
  margin-bottom: 15px;
}
