.main-carousel {
  width: 95%;
  position: relative;
  margin: 0 auto;
  margin-top: 1%;
  border: 1px solid #ccc;
  overflow: hidden; }

.content {
  margin: 0;
  padding: 0; }

.active {
  height: 80vh; }

.active li {
  position: absolute;
  top: 600px; }

.active li.current {
  top: 0; }

.active .buttons {
  padding: 5px 0;
  background: #eee;
  text-align: center;
  z-index: 10;
  position: relative; }

.carouselbox button {
  border: none;
  display: none; }

.active button {
  display: block; }

.offscreen {
  position: absolute;
  left: -2000px; }

.next {
  float: right; }

.content li {
  font-size: 100px;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center; }

.buttons button {
  border: none;
  background-color: #eee; }

@media screen and (min-width: 1024px) {
  nav li a {
    text-decoration: none;
    color: black; }

  nav ul {
    margin: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; }

  nav li {
    display: inline-block;
    align-self: center; }

  .navbar {
    text-align: center; }
    .navbar a {
      padding-left: 20px;
      padding-right: 20px; }
    .navbar img {
      padding-left: 40px;
      padding-right: 40px; }

  .logo {
    width: 80px; }

  .footer {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    font-size: 0.8em; }

  .footer a {
    display: inline-block;
    color: black;
    text-decoration: none;
    padding: 10px;
    padding-right: 30px; }

  .footer-right {
    margin-right: 30px;
    float: right;
    white-space: nowrap; }

  .footer-left {
    margin-left: 30px;
    white-space: nowrap; } }
.mission-statement {
  color: white;
  font-family: Garamond;
  font-size: 10px;
  text-align: center;
  background-color: #137901;
  padding-top: 50px;
  padding-bottom: 50px; }

.ul-green {
  padding: 5px;
  border-bottom: solid #137901; }

.ul-green-thin {
  border-bottom: 1px solid #137901; }

.publications {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }

.publications img {
  width: 120px; }

.nav-tabs {
  border-bottom: 2px solid #DDD;
  max-height: 41px; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-width: 0; }

.nav-tabs > li > a {
  border: none;
  color: #666; }

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
  border: none;
  color: #4285F4 !important;
  background: transparent; }

.nav-tabs > li > a::after {
  content: "";
  background: #4285F4;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0); }

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
  transform: scale(1); }

.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff; }

.tab-pane {
  padding: 15px 0; }

.tab-content {
  padding: 20px;
  max-height: 400px; }

.card {
  background: #FFF none repeat scroll 0% 0%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px; }

/*  bhoechie tab */
div.bhoechie-tab-container {
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97); }

div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0; }

div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0; }

div.bhoechie-tab-menu div.list-group > a {
  margin-bottom: 0; }

div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
  color: #5A55A3; }

div.bhoechie-tab-menu div.list-group > a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0; }

div.bhoechie-tab-menu div.list-group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0; }

div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff; }

div.bhoechie-tab-menu div.list-group > a.active:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3; }

div.bhoechie-tab-content {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px; }

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none; }

/*# sourceMappingURL=app.css.map */
