<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {

  color: #5a5a5a;
}


.footer{
	background-color:#e4e4e4;
	color:#777777;
	padding:20px 0;
	overflow:hidden;
	margin: 25px 0 0 0;	
}

.logo-img{
	display: block;
    margin-left: auto;
    margin-right: auto }
}

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

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

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

.navbar-inverse {
    background-color: #8a191d;
    height: 50px;
	text-align: center;
}
.navbar-nav {
    float: none !important;
    margin: 0;
    display: inline-block;
}

.navbar-black {
    background-color: #2e2c2c;
	height: 50px;
	text-align: center
}


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

/* Carousel base class */
.carousel {
  top:70;
  max-height: 600px;
  min-height: 200px;

}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  background-color: rgba(138,27,29,.7);
  padding:5px;
  -moz-border-radius: 15px;
  border-radius: 15px;

}

/* Declare heights because of positioning of img element */
.carousel .item {
  max-height: 600px;
   min-height: 200px;
  background-color: #777;
}
.carousel-inner &gt; .item &gt; img {
  position:relative;
  bottom:35%;
  min-width: 100%;
  height: auto;
  margin:auto;
  min-height: 200px;
}


/* CONTENT
-------------------------------------------------- */
.content{
  padding-top: 25px;
  margin-bottom: 20px;
}


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

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

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

.partner-image{
	padding:25px;
	width:24%;
}
.partner-link:hover{
	opacity:0.5;
	border:1px solid #CCC;	
}


/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5px 0; /* Space out the Bootstrap &lt;hr&gt; more */
}

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

.featurette-image{
	padding:5px;
	-moz-box-shadow: 3px 3px 4px #858585;
	-webkit-box-shadow: 3px 3px 4px #858585;
	box-shadow: 3px 3px 4px #858585;
	width:210px;
	height: 260px;
}

.featurette-image-small{
	margin-left:25px;
	padding:5px;
	-moz-box-shadow: 3px 3px 4px #858585;
	-webkit-box-shadow: 3px 3px 4px #858585;
	box-shadow: 3px 3px 4px #858585;
	width:125px;
	height: 150px;
}

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

@media (min-width: 768px) {

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

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-left:  15px;
    padding-right: 15px;
  }
  .navbar-wrapper .navbar {
    padding-left:  0;
    padding-right: 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-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
  }


/*Publications Page */

#legend-wrapper{
	  height: 40px;
	  padding: 5px 15px 0 0;
	  font-size: 14px;
	  line-height: 1.428571429;
	  color: #555555;
	  vertical-align: middle;
	  background-color: #ffffff;
	  background-image: none;
	  border: 1px solid #cccccc;
	  border-radius: 4px;
	  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
			  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
			  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		
}
#legend{
	list-style:none;	
}
#legend li{
	display:inline;
	padding: 0 10px;
}

.appendix{
	background-color:#ebebeb;
	border:1px solid #cccccc; 
	padding:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px #858585;
	-webkit-box-shadow: 3px 3px 4px #858585;
	box-shadow: 3px 3px 4px #858585;	
}

#tool-bar{
	background-color: #2e2c2c;
}
.tools{
	padding:20px 0 0 50px;	
}

.framed-image{
	padding:5px;
	-moz-box-shadow: 3px 3px 4px #858585;
	-webkit-box-shadow: 3px 3px 4px #858585;
	box-shadow: 3px 3px 4px #858585;

}

}

</pre></body></html>