/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
html, body {
  height: 100%;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #333;
}

p {
  line-height: 1.5;
  margin: 30px 0;
  /* color: #999; */
}
#about #brand {
  color: #800000;
  font-weight: 700;
}

#snowmass-about #brand {
  color: #6cc5dd;
  font-weight: 700;
}
#base-p {
  color: #999;
}

.nav-link {
  color: #155F83;
}

.nav-link:hover,
.nav-link:focus {
  color: #155F83;
}

/* Fixes dropdown menus placed on the right side */
.ml-auto {
  left: auto !important;
  right: 0px;
}

header {
  /* padding: 154px 0 100px; */
  padding: 154px 0 10px;
}

@media (min-width: 992px) {
  header {
    /* padding: 156px 0 100px; */
    padding: 154px 0 10px;
  }
}

section {
  padding-top: 55px;
  height: 100%;
  /* padding-bottom: 55px; */
}

section .container {
  padding: 50px;
}

#about .container {
  padding: 15px;
}

pre {
  background-color: #f8f8f8;
  font-weight: bold;
  tab-size: 4;
  display: block;
  margin: 20px 0;
  padding: 15px;
  position: relative;
  overflow-x: auto;
  white-space: pre;
}
/* pre {
  background-color: #eaecee;
  border-radius: 3px;
  font-size: 85%;
  line-height: 1.45;
  overflow: auto;
  padding: 16px;
} */
code {
  background-color: transparent;
  border: 0;
  display: inline;
  margin: 0;
  overflow: visible;
  padding 0;
  word-wrap: normal;

}

.termsx {
  overflow-y: scroll;
  height: 300px;
  width: 100%;
  border: 1px solid #DDD;
  padding: 10px;
}

.lead {
  font-size: 1.2rem;
  padding: 10px;
}

footer {
  /* position:fixed; */
  left:0px;
  bottom:0px;
  width:100%;
  background-color: white;
  text-align: center;
  padding: 1em 0 1em 1em;
  margin: 1em 0 0 0;
}

#nsf-logo {
  height: 100%;
  width: 10%;
}
span.powered-by {
  letter-spacing: 2px;
  color: #999999;
}
.powered-by {
  /* float: right; */
  width: 70%;
  margin: auto;
  list-style: none;
}
ul.powered-by li{
  /* float: left; */
}

#af-footer-images {
  margin-top: 20px;
}
#af-footer-images a {
  padding: 20px;
}

#ciconnect-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
.maniac-logo {
  max-height: 100px;
}
.uchicago-maroon-logo {
  max-height: 60px;
  margin-top: 20px;
}
.efi-logo {
  max-height: 80px;
  margin-top: 20px;
}

#deploy-table {
  width: 100%;
}

#deploy-table td {
  padding-right: 20px;
  padding-bottom: 10px;
}

.powered-by-large {
  max-height: 8ex;
  margin-top: 3px;
  /* margin-left: 1em; */
  vertical-align: middle;
}
img-container {
  text-align: center;
}

.card-header {
  background-color: transparent;
  border-bottom: none;
}

.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

.btn-box-shadow {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

.nav-bar-shadow {
  box-shadow: 0 3px 4px 0 rgba(0,0,0,.1), 0 3px 3px -2px rgba(0,0,0,.1), 0 1px 8px 0 rgba(0,0,0,.1);
}

.carousel > .carousel-inner > .carousel-item > img {
  width:100%;
  height:350px;
  padding: 0 25% 0 25%;
  margin: 0 auto!important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* Subgroup Tree View */

/* Remove default bullets */
ul, #myUL {
  /* list-style-type: none; */
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}

.asterik {
  color: red;
}

.form-control::-moz-placeholder {
  opacity: 0.5;
}
.form-control:-ms-input-placeholder {
  opacity: 0.5;
}
.form-control::-webkit-input-placeholder {
  opacity: 0.5;
}

.dataTables_info, .dataTables_paginate {
  font-size: 0.8em;
}
.img-responsive {
  max-width: 80%;
  /* max-height: 30%; */
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}
.section-description {
  /* display: table-cell;
  top: 50%;
  height: 100px;
  text-align: left;
  vertical-align: middle; */
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.section-description h2 {
  font-size: 18px;
}
.section-description p {
  font-size: 16px;
}
.section-title-divider {
  background: #800000;
  width: 100px;
  height: 3px;
  margin: 0 auto;
  margin-top: 20px;
}
.psd-uchicago {
  background-color: #800000!important;
  border-bottom: 1px solid #670000;
}

/*=== Trigger  ===*/
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*=== Optional Delays, change values here  ===*/
.one {
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
}

.two {
-webkit-animation-delay: 1.7s;
-moz-animation-delay: 1.7s;
animation-delay: 1.7s;
}

.three {
-webkit-animation-delay: 2.3s;
-moz-animation-delay: 2.3s;
animation-delay: 2.3s;
}

.four {
-webkit-animation-delay: 3.3s;
-moz-animation-delay: 3.3s;
animation-delay: 3.3s;
}

/*=== Animations start here  ===*/
/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


/*=== FADE IN DOWN ===*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.img-orgs {
  width: 100px;
  height: 100px;
  /* padding: 5px; */
}
.org-container {
  display: block;
  margin: auto;
}
.org-div {
  padding: 10px;
}
.learn-anchor {
  display: flex;
  align-items: center;
}
.learn-text {
  padding-right: 5px;
}