	
html {
  position: relative;
  min-height: 100%;
}
body {background: url(images/mole-bg-xlg4.png); background-repeat: repeat-y;
  /* Margin bottom by footer height */
  margin-bottom: 80px;
  background-color: #e8e0db;
}

.navbar {
  position: relative;
  min-height: 30px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar2 {
  position: relative;
  min-height: 59px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar2 {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar2 > .container .navbar-brand,
  .navbar2 > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
@media print {
.navbar2 {display: none;}
}

#navbar > .nav > li > a {
  position: relative;
  display: block;
  padding: 18px;
  font-size: 14pt;
}

#navbar > .navbar-nav > li > a {
  padding: 18px;
  line-height: 20px;
}

.navbar-inverse {
  background-color: #000;
  border-color: #000;
}
	
.container-white {background-color: #fff; padding: 25px; margin-top: 20px; box-shadow: 0 5px 5px #888;}
	
.navbar-brand {
  float: left;
  height: 30px;
  padding: 0;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0 15px;
}
.navbar-nav > li > a {
  padding: 5px 15px;
  line-height: 20px;
}

.navbar-default {
  background-color: #acc9e2;
  border-color: #90b7d8;
}
.navbar-default .navbar-text {
  color: #000;
}
.navbar-default .navbar-nav > li > a {
  color: #000;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000;
  background-color: #90b7d8;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #000;
  background-color: #acc9e2;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #acc9e2;
}

.dropdown-menu {background-color: #acc9e2; border-color: #acc9e2; -webkit-box-shadow: none;
          box-shadow: none;}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #90b7d8;
}

@media (min-width:769px) {
.dropdown:hover .dropdown-menu {
display: block;
}
}

.caret-right {
	display: inline-block;
	width: 0; 
	height: 0; 
	margin-left: 2px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;	
	border-left: 4px solid;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 400px;
  margin-bottom: 30px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}

	
#myCarousel > .carousel-inner > .item > .container >.carousel-caption {
  position: absolute;
  top: 0;
  left: 68%;
  z-index: 10;
  color: #000;
  width: 330px;
  text-align: left;
}
.carousel-caption .btn {
  text-shadow: none; margin-left: 100px;
}
	
    .slideshow {border: 1px solid #464646; width: 482px; height: 482px; float: right; margin-left: 10px;}
	
	#myCarousel2 > .carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 480px;
  height: auto;
}
   #myCarousel2 > .carousel-inner {
  position: relative;
  width: 480px;
  height: 480px;
  overflow: hidden;
}
 #myCarousel2 > .carousel-inner > .item > a > .container > .carousel-caption {
 top: 400px;
 left: 0;
  position: absolute;
  z-index: 10;
  color: #fff;
  line-height: 0.5em; 
  font-weight: normal;
  width: 450px;
  text-align: left;
  margin-left: 15px;
  padding-top: 5px;
}
 #myCarousel2 > .carousel-inner > .item > a > .container > .carousel-caption > p {
 font-size: 10pt; margin-top: 0; padding-top: 0;}

 #myCarousel2 > .carousel-indicators {
  position: absolute;
  top: 380px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

#myCarousel2 > .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 10px;
}
#myCarousel2 > .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #000;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 10%;
  margin-left: 0px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 10%;
  margin-right: 0px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}

	@media screen and (max-width: 767px) {
	#myCarousel, .slideshow {display: none;}	

	}
  
h1 {font-size: 1.75em; color: #23527c;}
h2 {font-size: 1.5em; color: #cc6600;}
h3 {font-size: 1.25em; color: #cc6600;}

.sidebarnav {border: 1px solid #ccc; background-color: #eeedec; border-radius: 5px; margin-right: 5px; padding: 0 5px;}
.sidebarnav a {display: block; padding-bottom: 3px;}
.small {font-size: 0.8em;}

.center {text-align: center;}

.headshot {float: left; margin-right:25px; margin-bottom: 10px;}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}

.organizers-grid {display: inline-block; margin-bottom: 1.25rem;}
.col-12 {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.organizers-grid .organizers {padding: 0; width: 300px; display: inline-flex;}
.organizers {
	height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4rem 0 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
}

.organizers-grid .organizers .organizer-img {height: 200px; width: 200px; border-bottom: 1rem; border-radius: 50%;}
.organizer-img {display: block; align-self: center; margin-bottom: 1rem;}

.organizer-title {font-weight: 700; font-size: 1.5rem; text-align: center;}
.organizer-subtitle {text-align: center;}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #000;
  color: #9d9d9d;
  text-align: center;
  font-size: 80%;
}

.footer > .container a {color: #fff;}
