body, td {
  font-size: 17px; }

body {
  background-color: #EDEEEF;
  overflow-y: scroll; }

#menu, p, li, td {
  line-height: 25px; }

html, button, input, select, textarea, .container [class*="pure-u"] {
  font-family: "Lato", Arial, Helvetica, sans-serif; }

a {
  text-decoration: none;
  color: #3053B7;
  transition: color 200ms ease-in-out; }
  a:hover {
    color: #738eda; }

code {
  font-family: "Inconsolata", monospace; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul li {
    padding-left: 2em;
    text-indent: -0.75em;
    margin-bottom: 0.5em; }
  ul li::before {
    content: "\2022";
    color: #2D9830;
    /* or whatever color you prefer */
    font-weight: 700;
    display: inline-block;
    width: 0.75em; }
  ul ul {
    margin-top: 0.5em; }
    ul ul li::before {
      color: black; }

h1, h2, h3, h4 {
  margin-top: 1.5em; }

table, tbody {
  border: 2px solid #026C2E;
  border-collapse: collapse; }

th, td {
  border: 0 solid #026C2E;
  border-left-width: 2px;
  border-right-width: 2px;
  padding: 16px 20px; }

th {
  text-align: center; }

tr:nth-child(odd) td, th {
  background-color: #B9D1C4; }

thead + tbody {
  border-top: none; }
  thead + tbody tr:nth-child(even) td {
    background-color: #B9D1C4; }
  thead + tbody tr:nth-child(odd) td {
    background-color: #EDEEEF; }

.container, #tunnel {
  max-width: 1020px;
  margin: auto; }

header {
  margin-bottom: 12px; }

#menu {
  font-weight: 700;
  display: flex;
  justify-content: space-between; }
  #menu a.normal {
    color: black; }
    #menu a.normal:hover {
      color: #4d4d4d; }
  #menu a.highlighted {
    color: #2D9830; }
    #menu a.highlighted:hover {
      color: #39bf3c; }

#header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #header a {
    line-height: 0; }
  #header img {
    padding: 40px 0;
    margin-left: -87px; }
  #header .hamburger {
    position: relative;
    display: none;
    width: 22px;
    height: 16px;
    margin-right: 0.3em;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    cursor: pointer; }
  #header .hamburger:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    border-top: 2px solid black; }

.top-menu {
  display: inline-block;
  position: relative; }
  .top-menu > .sub-menu {
    position: absolute;
    top: 35px;
    background-color: rgba(255, 255, 250, 0.67); }
  .top-menu .sub-menu a {
    display: block;
    padding: 0 4px;
    white-space: nowrap; }

.sub-menu .sub-menu {
  padding-left: 12px; }

#tunnel {
  margin-top: 10px;
  height: 100px;
  background: url("/img/tunnel.jpg") no-repeat center;
  background-size: cover;
  background-position-y: 10%; }

.home #tunnel {
  height: 490px;
  background-position-y: center; }

#content {
  padding-top: 50px; }
  #content > *:first-child {
    margin-top: 0;
    padding-top: 0; }

.icon-box {
  position: relative;
  display: inline-block;
  width: 45%;
  height: 14em;
  box-sizing: border-box;
  border: #2D9830 2px solid;
  border-radius: 5px;
  margin-top: 45px;
  margin-bottom: 40px;
  padding: 3em 10px 0;
  text-align: center; }
  .icon-box p {
    text-align: left; }
  .icon-box .icon {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -46px; }
  .icon-box .banner {
    width: 100%; }
  .icon-box .button {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: -18px; }
    .icon-box .button a {
      position: relative;
      width: 200px;
      font-size: 20px;
      color: white;
      background-color: #2D9830;
      border-radius: 4px;
      padding-top: 5px;
      padding-bottom: 5px;
      transition: background-color 200ms ease-in-out; }
      .icon-box .button a:hover {
        background-color: #33ac36; }

#supporters {
  padding: 0;
  border-color: black;
  height: auto;
  display: none; }
  #supporters .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    background-color: black; }
  #supporters .list {
    margin: 10px; }
    #supporters .list p {
      margin: 4px 0; }
    #supporters .list p:first-child {
      margin-top: 0; }
    #supporters .list p:last-child {
      margin-bottom: 0; }

.home #supporters {
  display: flex; }

#go-up {
  text-align: center; }

footer {
  margin: 24px 0; }
  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #E0E1E2; }
    footer .container .icon {
      padding: 0;
      margin: 0;
      line-height: 0;
      text-align: center;
      min-width: 150px; }
      footer .container .icon:first-child {
        text-align: left; }
      footer .container .icon:last-child {
        text-align: right; }

.flex-space-between {
  display: flex;
  justify-content: space-between; }

@media (max-width: 1200px) {
  .container, #tunnel {
    max-width: 780px; }

  .home #tunnel {
    height: 375px; } }
@media (max-width: 960px) {
  body > #content {
    overflow-x: auto; }

  td, th {
    padding: 5px 10px; }

  #header img {
    padding: 20px 10px;
    margin-left: 0;
    max-width: 90%; }
  #header .hamburger {
    display: inline-block; }

  #menu, .top-menu {
    display: block; }

  #menu {
    padding-left: 10px;
    overflow: hidden;
    transition: height 500ms ease-in-out;
    opacity: 0; }
    #menu .top-menu, #menu a {
      padding-bottom: 5px; }
      #menu .top-menu:first-child, #menu a:first-child {
        padding-top: 5px; }
    #menu .sub-menu .sub-menu a:first-child {
      padding-top: 0; }
    #menu .top-menu > .sub-menu {
      position: relative;
      top: 0; }
    #menu .top-menu .sub-menu a {
      padding-left: 12px; }
    #menu .top-menu:last-child {
      margin-bottom: 32px; }

  #tunnel {
    max-width: 100%;
    margin-top: 0;
    background-size: 150%;
    background-position-y: top;
    background-position-x: 30%; }

  .home #tunnel {
    height: 250px;
    background-size: cover;
    background-position: center; }

  #content {
    padding-top: 20px; }

  .icons-container {
    padding: 0 12px; }

  .icon-box {
    height: auto;
    width: 100%; }
    .icon-box > p {
      margin-bottom: 2em; }

  .flex-space-between {
    display: block; }

  .container {
    margin: 0 8px;
    max-width: none; }

  footer .container {
    display: block; }
    footer .container .icon {
      display: block;
      width: 100%;
      margin-bottom: 10px; }
      footer .container .icon:first-child {
        text-align: center; }
      footer .container .icon:last-child {
        text-align: center;
        margin-bottom: 0; } }
tt {
  font-size: large; }

.question {
  background-color: #CCCCCC; }

.payment {
  background-color: #ffcc66;
  border-radius: 8px; }

.payment:hover {
  background-color: orange; }

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