html, body {
    font-size: 16px;
}

body{
    font-family: "Gotham Narrow SSm", "Helvetica Neue", Helvetica, sans-serif;
}

html{
    position: relative;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.65;
    color: #292f33;
}

h2, .h2 {
    font-size: 38px;
}

p {
  margin: 1em 0 !important;
}

.hljs{
    background: transparent;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.searchBar {
    height: 350px;
    background: transparent url(/faq/themes/twitter/images/montage101bg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    margin-bottom: 10px;
}

.searchBar h1{
    font-size: 40px;
    font-weight: 300;
    margin: 75px 0 30px;
    color: #575757;
    line-height: 1;
}

.searchBar a{
    color: #fff;
}

p.subheading {
    color: #899aa6;
    font-size: 25px;
    line-height: 1.2;
}

#frm_search{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#btn_search{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.featuredPanel{
    height: 150px;
    text-align: center;
}

.panel-default {
    border: 1px solid #e3eaee;
}

.featuredArticles{
    margin-top: 20px;
}

.featuredArticlesFooter{
    background-color: #0c85d0;
    border-color: #0b7fc6;
    text-align: center;
    color: #fff;
    padding: 0px;
}

.featuredArticlesFooter a{
    color: #fff;
    display: block;
    padding: 10px 15px;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #555 !important;
}

.navbar-default {
    border: none;
    background-color: rgba(0,0,0,.2);
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-default {
    display: flex;
    align-content: center;
    justify-content: center;
}

.navbar-brand {
    float: none;
    display: block;
    height: auto;
}

.view_count{
    font-size: 14px;
}

#notify_message{
    position: fixed;
    display: none;
    z-index: 9999;
    padding-top: 10px;
    height: 50px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: white;
}

.notify_message-success{
    background-color: #18bc9c;
}

.notify_message-danger{
    background-color: #e74c3c;
}

.searchResultList li a{
    text-align: left;
    color: #337ab7;
}

#searchResult{
    right: -2px;
    left: 0px;
    min-height: 200px;
    position: absolute;
    padding-top: 5px;
    z-index: 1000;
}

.panel-default>.panel-heading {
    color: #333;
    background: #f5f8fa;
    border-color: #e3eaee;
}

.show_footer{
    margin-bottom: 80px;
}

.metaData h5{
    padding-bottom: 0px;
    line-height: 1;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    text-align: center;
    padding-top: 25px;
    margin-top: 35px;
    background: #f5f8fa;
    border-top: 1px solid #e3eaee;
}

.img-tag {
  width: 100%;
  display: block;
}

.img-small img {
  max-width: 25%;
  margin: auto;
}

.img-medium img {
  max-width: 50%;
  margin: auto;
}

.img-large img {
  max-width: 75%;
  margin: auto;
}

@media (max-width: 768px) {

  .img-small img {
    max-width: 50%;
    margin: auto;
  }

  .img-medium img {
    max-width: 75%;
    margin: auto;
  }

  .img-large img {
    max-width: 90%;
    margin: auto;
  }
}

.container {
  padding: 0px;
}

@media (min-width: 992px) {
  .container {
    margin: auto !important;
  }
}
