/*=============================================================================================
 *  If you are using LESS, you can change the colours used in the bootstrap theme here so that you don't need to edit the CSS templates.
 *   ============================================================================================ */
/* The colour of the header and footer */
/* Complimentary to the base, used in section backgrounds on the homepage */
/*=======================================
 * Homepage colours
 * =========================================*/
/* The colours of the large icons beneath the search on the homepage */
/* About our data section */
/*---------------------------------------------
 * Add a custom homepage background to hero class here
 * ----------------------------------------------*/
.hero {
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/discovery-banner-fiu-library-sunset.jpg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.theme-showcase {
  width: 100%;
  height: 100%;
  padding: 10% 0 10% 0;
  display: table;
  color: #fff;

}
.theme-showcase > p > .btn {
  margin: 5px 0;
}
.theme-showcase .navbar .container {
  width: auto;
}
.navbar.transparent.navbar-inverse {
  background: #081e3f;
  margin: 0px;
  border-width: 0px 0px 1px 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-inverse .navbar-collapse {
  margin: 0px;
  text-align: left;
}
.container-fluid>.navbar-header {
  margin: 0px;
}
/* link */
.navbar.transparent.navbar-inverse .navbar-nav > li > a {
    color: #d9dedd;
    font-weight: bold;
    font-size: 18px;
}
/* title */
.navbar.transparent.navbar-inverse .navbar-brand {
    color: #d9dedd;
}
.jumbotron {
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px 4px #000;
}
p > strong > a {
  color: #ffffff;
}
p > strong > a:hover {
  color: #ff0000;
}
.search {
  border-radius: 1em;
  background: #0000007a;
  padding-bottom: 30px;
  padding: 1em;
}
.search h2 {
  color: white;
  font-size: 1.5em;
  text-align: center;
}
.search a {
  color: #ffffff;
}
.search a:hover {
  color: #ccc;
}
#search-homepage input.form-control {
  opacity: 0.9;
  border-radius: 5px;
}
#search-homepage .sympl-search {
  margin-left: 5px;
  border-radius: 5px;
}

/* Portrait tablets and small desktops */
@media (min-width: 992px){
  /*Use the below class with caution, it may interfere with Bootstrap */
  .align-row-bottom {
    display: flex;
    align-items: flex-end;
  }
}
.home-info-box {
  background:rgba(255,255,255,0.25);
  padding: 1em;
}
.home-info-box h3 {
  font-size: large;
}
/*---------------------------------------------
 * Create large linked icon sections below hero search
 * ----------------------------------------------*/
.icons-home {
  text-align: center;
}
.icons-home .col-md-4 {
  padding: 0;
}
.icons-home a {
  padding: 30px 0 45px 0;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: background 0.65s, color 0.45s;
}
.icons-home a:hover {
  text-decoration: none;
  box-shadow: inset 0px -3px;
}
.icons-home a#icon1 {
  background: #5cb85c;
}
.icons-home a#icon1:hover {
  background: transparent;
  color: #5cb85c;
}
.icons-home a#icon2 {
  background: #1b998b;
}
.icons-home a#icon2:hover {
  background: transparent;
  color: #1b998b;
}
.icons-home a#icon3 {
  background: #dd3333;
}
.icons-home a#icon3:hover {
  background: transparent;
  color: #dd3333;
}
.icons-home .glyphicon {
  font-size: 75px;
  width: 100%;
  height: 100%;
  line-height: 2em;
}
.explore {
  padding: 25px;
  margin-top: 15px;
}
.explore .btn-default {
  margin-top: 8px;
}
.feature-container {
  margin-top: 2em;
}
.sdg-text-container {
  margin-top: 1em;
}
.sdg {
  max-width: 100px;
  margin: 2px;
}
.sdg-images {
  font-size: 0;
}
.sdg-container {
  margin-top: 1em;
  padding-left: 1em;
  padding-right:0em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.sdg-container {
    text-align: left;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 992px) {
    .sdg-container {
        text-align: right;
    }
}

.main-feature-container {
  min-height: 28.5em;
  padding-left: 0px;
  padding-right: 0px;
}
.identity .btn-gold {
  width: 100%
}
/*---------------------------------------------
 * InCites cards
 * ----------------------------------------------*/
.highly-cited, .industry {
  padding-top: 1em;
  padding-bottom: 2em;
  background-color: #fff;
}
.highly-cited .btn-default {
  margin-top: 8px;
}

.international h2, .open-access h2, .sdg-row h2 {
  color: white;
}

.international, .open-access, .sdg-row {
  padding-top: 1em;
  padding-bottom: 2em;
  background-color: #071f40;
  color: white;
}
.card {
  background: #fff;
  border-radius: 6px;
  display: inline-block;
  min-height: 5em;
  margin: 1rem;
  position: relative;
  width: 20em;
}

/*
 * .card {
 *   background: #FFCC00;
 *     border-radius: 6px;
 *       display: inline-block;
 *         min-height: 5em;
 *           margin: 1rem;
 *             position: relative;
 *               width: 20em;
 *               }
 *
 *               .card a {
 *                 color: #000;
 *                 }
 *                 */

.card .citation-details {
  color: #000;
}
.card {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  padding-bottom: .25em;
}
.card h5{
  margin-left: 1em;
}

.card h5 a:hover {
    text-decoration: underline
}
.card-content {
  margin-left: 1em;
  font-weight: 500;
  line-height: 1.1;
  font-size: smaller;
  margin: 10px;
}
.card .citation-details {
    font-size: .85em;
}
.card-mainbox{
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1em;
}
.international a, .sdg-row a {
  color: #fff;
}
.card-content a {
  color: #337ab7;
}
@media only screen and (max-width: 768px) {
/* For mobile phones: */
  .industry {
    padding-bottom: 4em!important;
  }
}

/*---------------------------------------------
 * Homepage explore rectangular links with images for background
 * ----------------------------------------------*/
.explore-panel {
  display: block;
  padding: 60px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #ececec;
  background-size: cover;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  transition: background-position 0.65s ease;
}
.explore-panel span {
  color: #000;
  font-size: 1.5em;
  vertical-align: middle;
  font-weight: bold;
  text-shadow: 0px 0px 5px #fff;
}
.explore-panel#ph1 {
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/b4/Ellipsoide.png);
}
.explore-panel#ph2 {
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/0/00/Insect_Safari_-_beetle_36.jpg/640px-Insect_Safari_-_beetle_36.jpg);
}
.explore-panel#ph3 {
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/9/9b/Code_Logo.svg);
}
.explore-panel#ph4 {
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/1/1a/Wikidata-wikiproject-ontology.png);
}
.explore-panel:hover {
  background-position: 50% 85%;
}
/*---------------------------------------------
 * Customise the meet faculty/expert section
 * ----------------------------------------------*/
.faculty-home {
  text-align: center;
  padding: 45px 0;
  background: #ececec;
  border: 1px solid #c9c9c9;
  border-width: 1px 0 1px 0;
}
#faculty-carousel {
  margin: 40px 0;
}
#faculty-carousel .carousel-inner > .item {
  text-align: center;
}
#faculty-carousel .carousel-inner > .item > img,
#faculty-carousel .carousel-inner > .item > a > img {
  margin: auto;
  text-align: center;
}
#faculty-carousel .carousel-control.left {
  background: transparent;
  color: #222222;
}
#faculty-carousel .carousel-control.right {
  background: transparent;
  color: #222222;
}
#faculty-carousel p.biog {
  font-size: 14px;
  padding: 0 60px;
}
.faculty-mbrs {
  color: #222222;
}
.faculty-mbrs:hover {
  text-decoration: none;
  color: #000;
}
.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}
.carousel-caption {
  position: relative;
  right: auto;
  left: auto;
  color: #000;
  text-shadow: none;
}
/*---------------------------------------------
 * Customise the about our research section
 * ----------------------------------------------*/
.visualizations {
  background-color: #fff;
  padding: 10px;
  color: #000;
  border: 1px solid #0DAF0D;
  border-width: 1px 0 1px 0;
}
#home-sections-list {
  list-style: none;
  padding: 0;
  box-shadow: none;
}
#home-sections-list li {
  margin: 0 0 5px 0;
}
#home-sections-list a.list-group-item {
  color: #555555;
  margin: 6px 0;
  border-radius: 4px;
}
#home-sections-list button.list-group-item {
  color: #555555;
  margin: 6px 0;
  border-radius: 4px;
}
#home-sections-list span.badge {
  font-size: 15px;
  vertical-align: middle;
}
#home-sections-list a.list-group-item,
button.list-group-item {
  color: #555555;
  margin: 6px 0;
  border-radius: 4px;
}
/*---------------------------------------------
 * Customise the maps section
 * ----------------------------------------------*/
.geo-home {
  background: #ececec;
  padding: 45px 0 80px 0;
}
.geo-home #home-geo-focus {
  text-align: center;
}
/*---------------------------------------------
 * Customise the statistics section - NO LONGER ON HOMEPAGE
 * ----------------------------------------------*/
#property-stats li {
  margin: 7px 20px;
  padding: 9px 0 0 0;
  font-size: 1.4em;
  float: left;
  list-style: none;
  text-align: center;
}
#property-stats p.stats-count {
  font-size: 2em;
  font-weight: lighter;
}
#property-stats p.stats-type {
  padding: 5px 10px;
  font-size: 0.8em;
  margin: 7px 0 0 0;
  font-weight: bold;
  background-color: #337ab7;
  color: white;
  border-radius: 3px;
}
.load-more {
  cursor: pointer;
}
.btn-blue:hover {
  color: #fff;
  background: #292d32;
}
.btn-gold:hover {
  background: #ffd739;
}

