body {
    font-family: 'Roboto, HelveticaNeueW01-Thin', 'Source Sans Pro', sans-serif;
    margin: 0;
}
.breadcrumbs {
  margin: 20px 0px 50px 0px;
}
.columns:before,
.columns:after {
  content: "";
  display: table;
}
.columns:after {
  clear: both;
}
.columns {
  zoom: 1;
  overflow: hidden;
}
.column {
  float: left;
}
.full-column {
  width: 99%;
}
.one-half-column {
  width: 50%;
}
.one-quarter-column {
  width: 25%;
  text-align: center;
}
.one-fifth-column {
  width: 20%;
  text-align: center;
}
.center-help {
  width: 70%;
  margin: 0 auto;
}
.category-title {
  font-size: 20px;
  font-family: 'Roboto, HelveticaNeueW01', 'Source Sans Pro', sans-serif;
  margin: 5% 15%;
}
.question-column {
  margin-left: 12px;
}
.center-text {
  text-align: center;
}
.dialog input { width: 100% }
.dialog textarea {
    height: 200px;
    width: 100%;
}
.dialog th {
  text-align: left
}
.help-search-box {
  height: 400px;
  padding: 100px 0px 75px 0px;
  background-image: url('/static/images/help/blueprint.jpg');
  color: #ffffff;
}
.icon-box {
  margin: auto;
}
.icon-display-box {
  min-height: 200px;
  padding: 50px 0px 25px 0px;
}
.question {
  color: #000000;
  font-size: 18px;
}
.question-box {
  padding-bottom: 50px;
  min-height: 600px;
}
.search-input {
  font-family: 'Roboto, HelveticaNeueW01-Thin', 'Source Sans Pro', sans-serif;
  width: 75%;
  height: 45px;
  font-size: 30px;
  text-indent: 10px;
}
.search-bar {
  display: inline;
  height: 70px;
  position: relative;
}
.search-bar .fa-search {
  position: absolute;
  bottom: 0px;
  right: 15px;
  font-size: 30px;
  color: #000000;
}
.search-bar > ::-webkit-input-placeholder {
   color: #000000;
}
.search-bar > :-moz-placeholder { /* Firefox 18- */
   color: #000000;
}
.search-bar > ::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;
}
.search-bar > :-ms-input-placeholder {
   color: #000000;
}
.search-button {
  font-family: 'Roboto, HelveticaNeueW01-Thin', 'Source Sans Pro', sans-serif;
  font-size: 20px;
  color: #000000;
  height: 40px;
  width: 23%;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: none;
  border: 2px solid #f30;
  bottom: 5px;
  left: 10px;
  position: relative;
}
.top-help {
  height: 67px;
  border-bottom: 2px solid #ffffff;
  width: 100%;
}

/* Media Queries */

@media (max-width: 1000px) {
  .search-input {
    width: 70%;
    font-size: 20px;
  }
  .search-button {
    width: 23%;
  }
  .one-quarter-column {
    width: 50%;
  }
  .search-bar .fa-search {
    font-size: 25px;
  }
  .top-help {
    height: 57px;
  }
  .center {
    width: 70%;
  }
  .help-search-box {
    height: 100%;
  }
  .icon-display-box {
    min-height: 200px;
    padding: 25px 0px 25px 0px;
  }
  .question-box {
    padding-bottom: none;
    padding: 10px 10px 50px 10px;
    min-height: 500px;
  }
}

.category-image {
  width: 150px;
  height: 150px;
}
@media (max-width: 675px) {
  .center {
    width: 90%;
  }
  .category-title {
    margin: 5% 1%;
  }
  .search-button {
    margin-left: -5px;
  }
}
@media (max-width: 600px) {
  .search-button {
    font-size: 17px;
  }
  .search-input {
    font-size: 17px;
  }
  .search-bar .fa-search {
    font-size: 22px;
  }
}

@media (max-width: 500px) {
  .center-help {
    width: 90%;
  }
  .category-image {
    width: 50px;
    height: 50px;
  }
  .category-title {
    font-size: 10px;
  }
  .search-button {
    font-size: 15px;
  }
  .search-input {
    font-size: 15px;
  }
  .search-bar .fa-search {
    font-size: 20px;
  }
  .question-box {
    min-height: 350px;
  }
}

@media (min-width: 1700px) {
  .center {
    width: 1700px;
  }
}
