.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 979px) {
  #tutorial {
    display: none;
  }
}
@media (max-width: 767px) {
  #logo {
    height: 72px;
  }
  #logo-extras {
    display: none;
  }
  #main-menu {
    margin: 16px auto 16px;
    width: 100%;
    text-align: center;
    float: none !important;
  }
  nav#main-menu ul {
    display: none;
  }
  nav#main-menu select {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    width: 70%;
  }
  .menu-wrap {
    margin: 0 auto;
    float: none !important;
    text-align: center;
  }
  #header {
    float: none !important;
    text-align: center;
    margin: 0px auto 0px auto;
    height: auto;
  }
  .container {
    padding: 0 15px !important;
  }
  #content {
    background-image: none;
    padding-bottom: 0;
  }
  #content-container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin-bottom: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
  }
  .banner-wrapper {
    background-image: none !important;
    padding-bottom: 26px !important;
  }
  .big-intro {
    font-size: 24px;
    padding: 18px 0 12px;
  }
  .stick {
    position: static;
    width: auto;
  }
  #footer .row > div {
    border-bottom: 1px #333333 solid;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  #footer .row > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  #logo {
    height: 52px;
  }
  #logo #logo-icon {
    font-size: 36px;
    height: 36px;
    line-height: 36px;
    bottom: 8px;
  }
  #logo #logo-name {
    font-size: 12px;
    position: absolute;
    left: 96px;
  }
}
@media (max-width: 240px) {
  #logo #logo-name {
    display: none;
  }
}
@media print {
  body * {
    font-family: serif !important;
  }
  .hidden-print,
  .icon {
    display: none !important;
  }
  #logo {
    border-bottom: 1px solid black;
  }
  #logo #logo-name {
    left: 0;
    font-size: 24px;
  }
  .title {
    margin-bottom: 6px;
  }
  .banner {
    border-top: none;
  }
  .banner-wrapper {
    padding-bottom: 6px !important;
  }
  .banner-content {
    border-bottom: 1px solid black;
    padding-bottom: 6px !important;
  }
  .arrow-box:after,
  .arrow-box:before {
    border: none;
  }
}
