@font-face {
  font-family: 'HelveticaNeueLight';
  src: url('fonts/helveticaneueltstd-lt-webfont.eot');
  src: url('fonts/helveticaneueltstd-lt-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/helveticaneueltstd-lt-webfont.woff') format('woff'), url('fonts/helveticaneueltstd-lt-webfont.ttf') format('truetype'), url('fonts/helveticaneueltstd-lt-webfont.svg#HelveticaNeueLTStd45Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
body,
input,
select,
textarea {
  color: #333333;
  font-size: 13px;
  line-height: 20px;
  font-family: Helvetica, Arial, sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
.q,
.cycle__title{
  font-family: HelveticaNeueLight, "Helvetica Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  /*font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/

  font-stretch: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  color: #99c221;
}
h1 a,
h2 a,
h3 a,
.title a {
  text-decoration: none;
}
h1,
.h1 {
  color: #333333;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
h2,
.h2 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.inv {
  color: #ffffff;
}
h3,
.h3 {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
}
hr {
  height: 1px;
  border: 0;
  padding: 0;
  color: #e0e9ea;
  background: #e0e9ea;
}
a,
.tel {
  text-decoration: none;
  color: #99c221;
}
a:hover,
a:focus {
  text-decoration: underline;
  /*color: @color-hover;*/

}
.beta,
.h1 .beta,
.footer a {
  color: #333333;
}
.q {
  font-size: 14px;
  font-style: italic;
  line-height: 1.3;
  color: #8c8c8c;
}
.q,
.cite {
  padding-left: 20px;
}
.right {
  text-align: right;
}
.button,
.page-wrapper .button {
  cursor: pointer;
  width: auto;
  min-width: 110px;
  text-decoration: none;
  text-align: left;
  padding: 5px 40px 5px 10px;
  display: inline-block;
  color: #333333;
  background-color: #eeeeee;
  background-image: url('../images/arrow-small.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.button:hover,
.page-wrapper .button:hover {
  background-color: #d5d5d5;
}
.button.primary,
.page-wrapper .button.primary {
  color: #ffffff;
  padding: 10px 50px 10px 15px;
  font-size: 15px;
  background-color: #99c221;
  background-image: url('../images/arrow-primary.png');
}
.button.primary:hover,
.page-wrapper .button.primary:hover {
  background-color: #b3dd39;
}
.button.primary.inverted,
.button.primary.inverted:hover,
.page-wrapper .button.primary.inverted,
.page-wrapper .button.primary.inverted:hover {
  color: #333333;
  font-style: italic;
  background-color: #fff;
  background-image: url('../images/arrow-small.png');
}
