/**** Styles specific to the main LCO website ****/

hr {
  height: 2px;
}

hr.home-hr {
  background-color: #ced6e0;
  height: 6px;
}

.skip-to-content-link {
  left:-999px;
  position:absolute;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:-999;
}

.skip-to-content-link:focus, .skip-to-content-link:active {
  color: #fff;
  background-color:#000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow:auto;
  margin: 10px 35%;
  padding:5px;
  text-align:center;
  font-size:1.2em;
  z-index:20003;
}

.skip-to-subcontent-link{
  display:none;
}

.skip-to-subcontent-link:focus, .skip-to-subcontent-link:active{
  display:contents;
}

nav.navbar.main-navbar.navbar.is-dark {
  z-index:100;
}

a:focus {
	background-color: #ffcd05;
  color:#000;
}

a.no-underline {
  border-bottom: none;
}

.highlights{
  font-family: 'Heebo', sans-serif;
}

.highlight-item {
  padding-bottom:20px;
  margin:10px;
}

.highlight-item p.name {
  padding: 0 10px;
  margin-bottom:0;
}

.highlight-item p {
  padding: 10px;
  font-size:90%;
}

.highlight-item .caption {
  font-size:85%;
}

.highlight-list-box,
.listing-box {
  margin-bottom:40px;
}

.listing-box {
  padding-left:20px;
}

.highlight-title {
  font-weight:bold;
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

h2.sidebar {
  font-size:2em;
}

h3.sidebar {
  font-size:1.75em;
}

.pinned .card {
  background-color: rgba(0,0,0,0.2)
}

.pinned .card .card-content {
  color:#fdfdfd;
}

.highlight .card ,
.get-involved .card {
  margin: 0 20px;
}

.get-involved .card-content {
  min-height: 200px;
}
.highlight .card-content {
  min-height:160px;
}

.read-more {
  font-family: 'Heebo', sans-serif;
}

.button.is-transparent {
  border-color: transparent;
  background-color: transparent;
  padding-top:0;
}
.button.is-transparent:hover{
  background-color: #ffcd05;
}

.button .icon {
  font-size: 1.5em;
}

.rich-text img {
    max-width: 100%;
    height: auto;
}

.highlight-box p {
  padding:0px;
}

.responsive-object {
    position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-img {
  width: 100%;
  height: auto;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #231f20;
}

.maincontent ul {
  list-style: none;
}

.maincontent ul li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\25AA\00a0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ffcd05; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  font-size: 1.5em;
  display: inline; /* Needed to add space between the bullet and the text */
  margin-left: 0px; /* Also needed for space (tweak if needed) */
}

.maincontent ul.pagination-list li::before,
ul.menu-list li::before {
  list-style-type: none;
  content: "";
  width:0px;
}

.maincontent ul.no-bullet li::before {
  list-style-type: none;
  content: "";
}

aside ul.menu-list a:before {
    font-family: "Font Awesome 5 Pro";
    content: "\25B8\00a0";
    margin:0 5px 0 -15px;
    color: #ffcd05;
}

aside ul.menu-list a:hover {
    background-color:#ffcd05;
    color: #231f20;
}

aside ul.menu-list a:hover:before {
  content: '\00a0\00a0';
}


.tooltip .tooltiptext {
  display:none;
  background-color: #231f20;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  width: 30vw;
}

.tooltip:hover .tooltiptext {
  display: block;
}

.tag.green {
  background-color:#a6ce39;
  color: #fdfdfd;
}

.tag.red {
  background-color:#f04e23;
  color: #fdfdfd;
}

.tag.blue {
  background-color:#065c99;
  color: #fdfdfd;
}

.tag.gold {
  background-color:#ffcd05;
  color:#231f20
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 100px 16px;
  margin-top: -100px;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.content blockquote,
blockquote{
  font-size: 1.2em;
  width:85%;
  margin:50px auto;
  font-family:Open Sans;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #a6ce39 ;
  line-height:1.6;
  position: relative;
  background-color:rgba(166, 206, 57, 0.1);
}

/* Paypal donate styles */
.donate-now {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}

.donate-now li {
  float: left;
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
  text-align: center;
  font-weight: bold;
}

.donate-now label,
.donate-now input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.donate-now input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.donate-now input[type="radio"]:checked+label,
.Checked+label {
  background-color:#ffcd05;
}

.donate-now label {
  padding: 5px;
  background-color:#ddd;
  cursor: pointer;
  z-index: 90;
}

.donate-now label:hover {
  background-color:#065c99;
}

.image img.img-hidden {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

figure {
  position: relative;
  text-align: center;
}

figcaption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.7);
}

figcaption.featured {
  font-family: 'Heebo', sans-serif;
  position: relative;
  font-weight:normal;
  font-style: italic;
  font-size:90%;
}

.gist-file .file {
  display:block;
}

.affiliation {
  font-style: italic;
  color: #231f20;
}

.paper-title {
  font-weight:bold;
}

.activity-section {
  border-bottom: 2px solid #00adef;
  padding-bottom: 0.1em;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 780px) {
  .spacebook .card-content {
    min-height:300px;
  }
}
