figure {
  margin: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}

label {
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
}

input,
select,
textarea {
  display: block;
  font-family: "proxima-nova", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 16px;
}

input[type=text],
input[type=textarea] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 13.3333333333px;
  transition: border-color 150ms ease;
  width: 100%;
}
input[type=text]:hover,
input[type=textarea]:hover {
  border-color: shade(#fff, 20%);
}
input[type=text]:focus,
input[type=textarea]:focus {
  border-color: #083800;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(8, 56, 0, 0.7);
  outline: none;
}
input[type=text]:disabled,
input[type=textarea]:disabled {
  background-color: shade(#fff, 5%);
  cursor: not-allowed;
}
input[type=text]:disabled:hover,
input[type=textarea]:disabled:hover {
  border: 1px solid #e2e2e2;
}
input[type=text]::-moz-placeholder, input[type=textarea]::-moz-placeholder {
  color: tint(#212721, 40%);
}
input[type=text]::placeholder,
input[type=textarea]::placeholder {
  color: tint(#212721, 40%);
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 10px;
}

[type=file] {
  margin-bottom: 20px;
  width: 100%;
}

select {
  margin-bottom: 40px;
  max-width: 100%;
  width: auto;
}

[type=checkbox]:focus,
[type=radio]:focus,
[type=file]:focus,
select:focus {
  outline: none;
  outline-offset: none;
}

input[type=search] {
  box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

.menu--main {
  background: #fff;
  border-radius: 3px;
  padding: 20px;
  text-align: center;
}
.menu--main > ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.menu--main > ul li {
  flex: 0 1 0 0;
  text-shadow: 0px 0px 1px #fff;
}
.menu--main > ul li a {
  color: #000;
}

html {
  color: #212721;
  font-family: "proxima-nova", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: initial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova-condensed", Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 20px;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.8em;
}
.path-frontpage .columns h2 {
  text-align: center;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

p {
  margin: 0 0 20px;
}

a {
  color: #083800;
  text-decoration: none;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: shade(#083800, 25%);
}

hr {
  border-bottom: 1px solid #e2e2e2;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 40px 0;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/*# sourceMappingURL=base.css.map */