html,
body {
  margin: 0;
  padding: 0;
  background-color: #FFFBF9;
}
.hidden {
  display: none;
}
.container-fluid {
  padding: 0;
  margin: 0;
}
a {
  color: #6699CC;
}
a:hover {
  color: #CC6600;
}
#homepage .footer {
  text-align: center;
}
#homepage .footer .instructions {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #homepage .footer .instructions .number-list {
    margin: 0;
  }
  #homepage .footer .instructions .number-list li {
    max-width: 100%;
    width: 100%;
  }
  #homepage .footer .instructions .number-list li .title {
    text-align: center;
    margin-top: 15px;
  }
  #homepage .footer .instructions .number-list li .title .number {
    display: inline-block;
    float: none;
  }
  #homepage .footer .instructions .number-list li img {
    display: block;
    position: static;
    margin: 15px auto;
  }
}
#homepage .footer .links,
#homepage .footer .credits {
  margin-top: 5px;
  font-size: 11px;
  color: #6699CC;
}
@media (max-width: 768px) {
  #homepage .footer .links,
  #homepage .footer .credits {
    font-size: 14px;
    padding-bottom: 15px;
  }
}
#homepage .search-area-wrapper {
  height: 260px;
  text-align: center;
  background: #6699CC url(../img/background-homepage.gif) no-repeat center center;
}
@media (max-width: 768px) {
  #homepage .search-area-wrapper {
    margin: 0;
    height: auto;
  }
  #homepage .search-area-wrapper h4,
  #homepage .search-area-wrapper div {
    text-align: center;
  }
}
#homepage .search-area-wrapper .search-area {
  display: inline-block;
  padding-top: 85px;
  text-align: left;
  color: #FFF;
}
@media (max-width: 768px) {
  #homepage .search-area-wrapper .search-area {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    box-sizing: border-box;
  }
  #homepage .search-area-wrapper .search-area .input-append {
    width: 100%;
  }
  #homepage .search-area-wrapper .search-area .input-xxlarge {
    width: auto;
  }
}
#page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -20px;
}
#page .row-fluid {
  position: relative;
}
#page .sidebar {
  margin-top: 10px;
}
#page .sidebar.sidebar-left {
  float: left;
  margin-left: 20px;
  min-width: 300px;
}
@media (max-width: 768px) {
  #page .sidebar.sidebar-left {
    display: none;
  }
}
#page .sidebar.sidebar-right {
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  #page .sidebar.sidebar-right {
    display: none;
  }
}
#page .search-area-wrapper {
  height: 110px;
  background: #6699CC url(../img/background-main.gif) no-repeat center center;
}
#page .search-area-wrapper .search-area {
  float: right;
  display: block;
  margin: 40px 70px 0 0;
}
@media (max-width: 768px) {
  #page .search-area-wrapper .search-area {
    margin: 0 auto;
    padding-left: 30px;
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
  #page .search-area-wrapper .search-area .input-xlarge {
    width: auto;
  }
}
#page .search-area-wrapper .logo {
  margin-top: 25px;
}
.push {
  height: 40px;
}
footer {
  width: 100%;
  height: 40px;
  clear: both;
  background-color: #6699CC;
}
footer .links {
  float: right;
  color: #FFF;
  line-height: 40px;
  font-size: 11px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  footer .links {
    font-size: 14px;
  }
}
footer .links a {
  color: #FFF;
}
footer .credits {
  margin-right: 50px;
  padding: 0 20px 0 20px;
  float: right;
  line-height: 40px;
  font-size: 11px;
  color: #000;
  background-color: #FFF;
}
@media (max-width: 768px) {
  footer .credits {
    font-size: 14px;
  }
}
.bar {
  display: block;
}
.bar.top-bar {
  height: 26px;
  line-height: 24px;
  background: #ffac65;
  background: linear-gradient(180deg, #ffac65 0%, #f19e57 50%, #d98e4c 100%);
}
.bar.bottom-bar {
  height: 12px;
  background: #c58340;
  background: linear-gradient(180deg, #c58340 0%, #ffad66 100%);
}
.bar .links {
  margin-left: 80px;
}
.bar .links a:link,
.bar .links a:active,
.bar .links a:visited {
  color: #CC6600;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .bar .links a:link,
  .bar .links a:active,
  .bar .links a:visited {
    font-size: 14px;
  }
}
.results .header {
  font-size: 22px;
  font-weight: bold;
  line-height: 50px;
  color: #6699CC;
  border: 1px solid #6699CC;
}
.results .header .definition-query b {
  color: #000;
}
.clusters {
  margin-left: 340px;
  margin-right: 200px;
}
@media (max-width: 768px) {
  .clusters {
    margin: 0 auto;
  }
}
.clusters:last-child {
  margin-bottom: 10px;
}
.clusters .cluster {
  border: 1px solid #69C;
  margin-top: 10px;
}
.clusters .cluster .keywords {
  padding: 10px;
  font-size: 17px;
  font-weight: bold;
}
.clusters .cluster .related-terms {
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
}
@media (max-width: 768px) {
  .clusters .cluster .related-terms {
    font-size: 14px;
  }
}
.clusters .cluster .definitions .definition {
  padding: 10px;
  border-top: 1px dashed #000;
}
.clusters .cluster .definitions a {
  font-size: 11px;
  color: #6699CC;
}
@media (max-width: 768px) {
  .clusters .cluster .definitions a {
    font-size: 14px;
  }
}
.clusters .cluster .more {
  padding: 10px;
  background-color: #6699CC;
}
.clusters .cluster .more a {
  color: #FFF;
}
.clusters .cluster .more a:hover {
  color: #FFF;
}
.clusters .cluster a {
  color: #000;
}
.clusters .cluster a:hover {
  color: #69C;
}
.clusters .cluster b {
  color: #CC6600;
  font-style: italic;
}
.number-list {
  list-style-type: none;
}
.number-list li {
  text-align: left;
  min-width: 190px;
  max-width: 190px;
  min-height: 120px;
  float: left;
  display: block;
  position: relative;
}
.number-list li img {
  position: absolute;
  border: 3px solid #FF9933;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  bottom: 0;
  right: 60px;
}
.number-list li .title {
  color: #6699CC;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}
.number-list li .title .number {
  margin-top: -5px;
  margin-right: 5px;
  float: left;
  line-height: 20px;
  text-align: center;
  color: #000;
  border: 3px solid #6699CC;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
