@charset "UTF-8";
/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
/* line 1, ../sass/base/extends/_button.scss */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
}
/* line 13, ../sass/base/extends/_button.scss */
button:hover,
input[type="submit"]:hover {
  background-color: black;
  color: white;
}
/* line 18, ../sass/base/extends/_button.scss */
button:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 1, ../sass/base/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: Arial, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

/* line 10, ../sass/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
}

/* line 22, ../sass/base/_typography.scss */
h1 {
  font-size: 2.25em;
}

/* line 26, ../sass/base/_typography.scss */
h2 {
  font-size: 2em;
}

/* line 30, ../sass/base/_typography.scss */
h3 {
  font-size: 1.75em;
}

/* line 34, ../sass/base/_typography.scss */
h4 {
  font-size: 1.5em;
}

/* line 38, ../sass/base/_typography.scss */
h5 {
  font-size: 1.25em;
}

/* line 42, ../sass/base/_typography.scss */
h6 {
  font-size: 1em;
}

/* line 46, ../sass/base/_typography.scss */
p {
  margin: 0 0 0.75em;
}

/* line 50, ../sass/base/_typography.scss */
a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #000;
  text-decoration: none;
}
/* line 55, ../sass/base/_typography.scss */
a:hover {
  color: black;
}
/* line 59, ../sass/base/_typography.scss */
a:active, a:focus {
  color: black;
  outline: none;
}

/* line 65, ../sass/base/_typography.scss */
hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

/* line 73, ../sass/base/_typography.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
}

/* line 79, ../sass/base/_typography.scss */
blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

/* line 86, ../sass/base/_typography.scss */
cite {
  color: #737373;
  font-style: italic;
}
/* line 90, ../sass/base/_typography.scss */
cite:before {
  content: "\2014 \00A0";
}

/* line 1, ../sass/base/_forms.scss */
fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

/* line 8, ../sass/base/_forms.scss */
input,
label,
select {
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
}

/* line 16, ../sass/base/_forms.scss */
label {
  font-weight: bold;
  margin-bottom: 0.375em;
}
/* line 20, ../sass/base/_forms.scss */
label.required:after {
  content: "*";
}
/* line 24, ../sass/base/_forms.scss */
label abbr {
  display: none;
}

/* line 29, ../sass/base/_forms.scss */
textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: Arial, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
/* line 44, ../sass/base/_forms.scss */
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 48, ../sass/base/_forms.scss */
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #000;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
  outline: none;
}

/* line 55, ../sass/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 59, ../sass/base/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 63, ../sass/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

/* line 69, ../sass/base/_forms.scss */
input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

/* line 74, ../sass/base/_forms.scss */
select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

/* line 1, ../sass/base/_tables.scss */
table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

/* line 8, ../sass/base/_tables.scss */
th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

/* line 15, ../sass/base/_tables.scss */
td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}

/* line 20, ../sass/base/_tables.scss */
tr,
td,
th {
  vertical-align: middle;
}

/* line 1, ../sass/base/_lists.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 20, ../sass/base/_lists.scss */
dl {
  margin-bottom: 0.75em;
}
/* line 23, ../sass/base/_lists.scss */
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
/* line 28, ../sass/base/_lists.scss */
dl dd {
  margin: 0;
}

/* line 1, ../sass/base/_buttons.scss */
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 1, ../sass/inc/_layout.scss */
body {
  background: #f1f1f3;
  position: relative;
  margin: 0;
}

/* line 7, ../sass/inc/_layout.scss */
.logo {
  position: absolute;
  left: 315px;
  top: 60px;
}

/* line 13, ../sass/inc/_layout.scss */
.name {
  position: absolute;
  left: 315px;
  top: 130px;
  width: 370px;
  font-size: 28px;
  font-weight: bold;
}

/* line 22, ../sass/inc/_layout.scss */
.social {
  position: absolute;
  left: 1187px;
  top: 230px;
}

/* line 28, ../sass/inc/_layout.scss */
nav {
  position: absolute;
  left: 130px;
  top: 290px;
}

/* line 34, ../sass/inc/_layout.scss */
.main {
  position: absolute;
  left: 315px;
  top: 275px;
  width: 640px;
}

/* line 41, ../sass/inc/_layout.scss */
.languages {
  position: absolute;
  left: 790px;
  top: 0;
}

/* line 1, ../sass/inc/_elements.scss */
a:hover {
  color: #000;
  text-decoration: underline;
}

/* line 1, ../sass/inc/_nav.scss */
.languages {
  background-color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  margin: 0;
}
/* line 7, ../sass/inc/_nav.scss */
.languages a {
  color: #272425;
}
/* line 10, ../sass/inc/_nav.scss */
.languages a.active {
  font-weight: bold;
}

/* line 1, ../sass/inc/_content.scss */
nav li,
h2 {
  font-size: 20px;
  font-weight: bold;
}
/* line 6, ../sass/inc/_content.scss */
nav li a,
h2 a {
  color: #000;
}

/* line 11, ../sass/inc/_content.scss */
h2 {
  border-top: 2px solid #fff;
  padding-top: 16px;
  margin-bottom: 16px;
}

/* line 17, ../sass/inc/_content.scss */
.item {
  padding-bottom: 16px;
}

/* line 21, ../sass/inc/_content.scss */
.main {
  padding-bottom: 1em;
  border-bottom: 2px solid #fff;
  margin-bottom: 1em;
}
