@charset "UTF-8";

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 .h1,
 .h2,
 .h3,
 .h4,
 .h5,
 .h6 {
     margin-bottom: 0.5rem;
     font-family: inherit;
     font-weight: 500;
     line-height: 1.2;
     color: inherit;
 }
 .text-primary {
     color: #165b00 !important;
 }
 .sidebar-block .sidebar-heading .svg-icon {
     float: right;
 }
 .svg-icon.svg-md {
     height: 1.5rem;
     width: 1.5rem;
 }
.svg-icon {
    height: 1rem;
    width: 1rem;
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
}
a {
    color: #a2efff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #218700;
    text-decoration: none;
}
.sidebar-block {
    margin: 0 .4rem 1rem;
    padding: .5rem 0;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.06);
    background-color: #000000;
    border-radius: 11px;
}

.sidebar-block:last-child {
    margin-bottom: 0;
}

.sidebar-block .sidebar-body {
    padding: 0 .5rem;
}

.sidebar-block .sidebar-heading {
    font-size: 1.2rem;
    color: #fff;
    padding: 0rem 1rem;
    letter-spacing: .1rem;
}

.sidebar-block .sidebar-heading span {
    position: relative;
    display: inline-block;
    z-index: 2;
    padding-left: 1.3rem;
}

.sidebar-block .sidebar-heading span:before {
    width: 1rem;
    height: .6rem;
    content: "";
    display: inline-block;
    background: #165b00;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.sidebar-block .sidebar-heading .svg-icon {
    float: right;
}

.sidebar-block .trend-item {
    padding: .5rem 0;
    color: #fff;
}

.sidebar-block .trend-item a {
    font-weight: 500;
}

 * Style the placeholder
 */

.placeholder {
  -webkit-animation: loadingPlaceholders 1.5s ease-in infinite;
  animation: loadingPlaceholders 1.5s ease-in infinite;
  background-color: #e5e5e5;
}

.placeholder-heading {
  height: 1.5em;
  width: 55%;
  margin-bottom: 1em;
}

.placeholder-sentence {
  height: 1em;
  margin-bottom: 0.5em;
}

.placeholder-paragraph {
  height: 3em;
  margin-bottom: 2rem;
}

.placeholder-sentence-last {
  width: 85%;
  margin-bottom: 2rem;
}

.btn-dload {
  padding: 1px;
}

.abstract-img {
  float: right;
  width: 100px;
  margin-left: 1rem;
  border-radius: 0.3rem;
  height: auto;
}

.category-icon {
  width: 16px;
  height: auto;
}

.carousel-item,
.carousel-inner,
.carousel-inner img {
  height: 100%;
}

.carousel-item {
  text-align: center;
}

.home-search-box-wrapper .search-box-container {
  max-width: 600px;
}

.home-search-box-wrapper .home-alt-search-box .form-control,
.home-search-box-wrapper .home-alt-search-box .btn {
  height: 55px;
}

.home-search-box-wrapper .home-alt-search-box .form-control {
  border-color: #165b00;
  border-right: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.home-search-box-wrapper .home-alt-search-box .form-control:hover,
.home-search-box-wrapper .home-alt-search-box .form-control:focus {
  z-index: auto;
  border-color: #99999F;
}

.home-search-box-wrapper .home-alt-search-box .btn {
  padding: 0rem 2rem;
}

.home-search-box-wrapper .home-alt-search-box .btn:hover,
.home-search-box-wrapper .home-alt-search-box .btn:focus {
  box-shadow: none;
}

.hero-header {
  min-height: 4rem;
  padding: 1rem .5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}


.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 350px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: .6rem 1rem;
  line-height: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #505050;
}
.autocomplete-suggestions {
    width: 40% !important;
}
.autocomplete-suggestion b {
  font-weight: normal;
  color: #222;
}

.autocomplete-suggestion.selected {
  background: #165b00;
  color: #fff;
}

.autocomplete-suggestion.selected b {
  color: #fff;
}

  .gsc-webResult .gsc-result {
    background: #fff !important;
    padding: 0.6rem 0.5rem !important;
    margin-bottom: 1rem !important;
    box-shadow: rgba(0, 16, 46, 0.12) 0px 2px 6px, rgba(0, 0, 0, 0.08) 0px 1px 3px !important;
  }

  .gsc-results .gsc-cursor-box {
    border: 0 !important;
  }

  .engine-tabs-wrap {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 0;
  }

  .search-box {
    background: #fff;
    border: 0;
    padding: .5rem 0;
  }

  .search-box .searchbox-prepend {
    width: 100%;
    margin-bottom: .5rem;
  }

  .search-box .searchbox-prepend .searchbox-logo {
    margin: 0 auto;
  }

  .search-box .btn {
    padding: 0 1rem;
  }

  .home-search-box .form-control,
  .home-search-box .btn {
    height: 40px;
  }

  .home-search-box .btn {
    padding: 0 .5rem;
  }

  .post-item .post-feat-image {
    flex: 0 0 130px;
  }
}

.locale-icon {
  max-width: 16px;
  height: auto;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
.svg-icon {
    height: 1rem;
    width: 1rem;
    fill: currentColor;
    display: inline-block;
    vertical-align: middle;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.15rem + 2px);
    padding: 0.475rem 1rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a9a9a9;
    border-radius: 0;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*# sourceMappingURL=styles.css.map*/
