/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	padding-top: 0px;
	margin-top: 0px;
  padding-bottom: 40px;
  color: #5a5a5a;
  font-family: Calibri, Arial, sans-serif !important;
}

body.subpage {
	padding-top: 30px;
}

body.admin {
	padding-top: 70px;
}

.carousel-indicators {
	display:none;
	visibility: hidden;
}

h1.slide_title {
	display:none;
	visibility:hidden;
}

p.slide_text {
	font-weight:bold;
	color: white;
	text-shadow: #5a5a5a 0px 0px 1px, #5a5a5a 0px 0px 1px, #5a5a5a 0px 0px 1px, #5a5a5a 0px 0px 1px, #5a5a5a 0px 0px 1px, #5a5a5a 0px 0px 1px, #5a5a5a 0px 0px 1px, #5a5a5a 0px 0px 1px,   #5a5a5a 0px 0px 1px;
	-webkit-font-smoothing: antialiased;
	display: none !important;
	visibility: hidden !important;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  border:1px solid green;
  margin-top: -50px;
  height: 500px;
  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: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-right: 0;
    padding-left: 0;
  }

  /* 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;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

h1, h2, h3, h4, h5, h6 {
	font-family: Calibri, sans-serif;
	color:#b4be35;
}

.mosgray {
	color: #41535c !important;
}

.content_title {
	color: #A8B701;
}

div.news {
	text-align:left !important;
	margin-bottom:4px;
	font-size:12px !important;
	padding:none;
}

div.news_link {
	text-align:right;
	padding-bottom:3px;
	border-bottom: 1px dashed #41535c;
	margin-bottom: 8px;
}

div.page_info {
	color:white;
	background-color: white;
	border:none;

}

a.invis {
	border:none;
	text-decoration:none;
}

h2.event_heading, h3.event_heading {
	font-family: Calibri, sans-serif;
	color:#b4be35;
	background-image: none;
	display:block;
	height: auto;
	min-width: inherit;
	padding: inherit;
	vertical-align: auto;
	font-weight:bold;
	text-shadow:none;
	filter: none;
}

h2.event_heading {
	font-size: 18px;
	padding-left : 0 !important;
}

h3.event_heading {
	font-size: 14px;
	padding-left: 0 !important;
}

.highlight {
	color: #b4be35;
	font-weight:bold;
}

h2.conference, h3.conference {
	padding-left: 0 !important;
	text-align:  left;
}