html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* _VARS.SCSS */
/* _GENERAL.SCSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  background-repeat: no-repeat;
  text-rendering: optimizeLegibility;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-y: scroll;
}

a {
  color: #50af32;
  text-decoration: none;
}
a:hover {
  color: black;
}

/* _HELPERS.SCSS */
.hide, .hidden {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.divider {
  width: 100%;
  height: 1px;
  margin: 12px 0;
  background-color: #ddd;
}

.elipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* _TYPE.SCSS */
body, h1, h2, h3, h4, h5, p, ul, ol, dl {
  color: #414143;
  letter-spacing: 0.1em;
}

body, p, ul, ol, dl {
  font-family: "europa", Arial, sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: normal;
}

a {
  color: #50af32;
  text-decoration: none;
}
a:hover {
  color: black;
}

h1 {
  font-size: 19px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

/* _LAYOUT.SCSS */
html {
  height: 100%;
}

body {
  background: #DDDDDD;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  body {
    -webkit-overflow-scrolling: touch;
  }
}

#page {
  position: relative;
  padding: 32px;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  #page {
    padding: 16px;
    height: auto;
  }
}

#language-selection {
  position: absolute;
  top: 48px;
  right: 32px;
}
#language-selection li:last-child {
  margin-left: -1px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #language-selection {
    position: static;
    top: auto;
    right: auto;
    text-align: center;
    margin-top: 16px;
  }
}

.background-tag {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.note {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 480px;
  max-height: 480px;
  padding: 28px 0 40px;
  border: 1px solid #60d23c;
  background: white;
  z-index: 1000;
  -moz-box-shadow: #aaaaaa 0 8px 16px;
  -webkit-box-shadow: #aaaaaa 0 8px 16px;
  box-shadow: #aaaaaa 0 8px 16px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.note h1 {
  text-align: center;
  margin-bottom: 24px;
  padding: 0 40px;
}
.note ul {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  margin: 16px 0;
}
.note ul li {
  margin-bottom: 6px;
}
.note img {
  display: block;
  margin: 16px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.note .scroll.container {
  max-height: 368px;
  padding: 0 0 0 40px;
  overflow-y: hidden;
}
.note .scrollable {
  padding: 0 40px 0 0;
}
.note.active .scroll.container {
  overflow-y: auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .note {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
    max-height: none;
  }
}

#branding a {
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  #branding a {
    text-align: center;
  }
}
@media (resolution: 144dpi), (-webkit-device-pixel-ratio: 1.5), (-moz-device-pixel-ratio: 1.5) {
  #branding img {
    width: 50%;
    height: auto;
  }
}

@media (min-width: 768px) {
  html.touch .note {
    max-height: none;
  }
}

/* _ELEMENTS.SCSS */
#language-selection ul {
  list-style-type: none;
}
#language-selection li {
  display: inline-block;
}
#language-selection li a {
  display: block;
  text-transform: uppercase;
  padding: 2px 16px;
  color: #414143;
  border: 1px solid #414143;
}
#language-selection li a.selected {
  background-color: white;
}

.background-tag {
  font-size: 16px;
  line-height: 17px;
  font-weight: 300;
  color: #aaa;
  text-transform: uppercase;
  text-align: center;
}
