/* CSS Document */
p.caption {
  line-height: 15px;
	font-size: small;
  font-size-adjust: 0.45;
	font-style: italic;
	padding: 5px 0px 10px 0px;
}
.newsDate {
font-style: italic;
font-weight: normal;
text-align: left;
color: #6A6A6A;
}
#group_list li {
	list-style: none;
	margin-left:15px;
	padding-top: 12px;
}
#fullcarouselv2.carousel .item .carousel-caption h1 {
	/*color:#fec708;*/
}
#fullcarouselv2.carousel {
	margin-bottom: 30px;
}
.newsitems p {
	margin-bottom:3px;
}
.newsitems a {
	font-size:14px;
}
.newsitems .well {
	
}
.newsitems .img-polaroid {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.source {
	font-size:12px;
	color:#666666;
}
.sidebar p {
	font-size:10px;
	margin-bottom:15px;
}
.sidebar a {
	font-size:10px;
	text-transform: uppercase;
}
.contact_heading h3 {
	text-align: center;
	background-color:#135DAB;
	color: #FFF;
	padding: 5px;
	height: 20px;
}
#employee_highlight {
	padding: 10px 10px 10px 10px;
}
#employee_highlight p {
	text-align:left;
	padding: 5px 10px 5px 10px;
}
#employee_highlight .img-polaroid {
	margin: 5px 10px 0px 10px;
}
.smlExtLink {
	font-size:smaller;
}
h3 .smlExtLink {
	font-size: 0.60;
}
.photoCredit {
	font-size:smaller;
	font-style:italic;
	text-align:right;
	color:#666;
}
#mission_statement {
	background-color: #0054a6;
	width: 100%;
	padding: 5px 0px 5px 0px;
}
#mission_statement h3 {
	color: #FFF;
	font-style: italic;
	margin-left: 5%;
}
#fullcarouselv2 #slideTitle {
	
	position: relative;
	left: 40px;
	top: -40px;
	}
#fullcarouselv2 #slideTitlePhone {
	background-color: rgba(0, 84, 166, 0.85);
	position: relative;
	left: 0px;
	top: -30px;
	}
#fullcarouselv2 h1 {;
	color: #FFF;
	}
#fullcarouselv2 h4 {;
	color: #FFF;
	}
#statementButton {
	margin-left: 5%;
	/*background-color: rgba(0, 84, 166, 0.85);*/
	}
.peopleItemText {
	text-align:left;
}
.scienceItemText {
	text-align:left;
}

/* bootstrap 4 styles for responsive video sizes */
.video {
  margin-left:10px !important;
  margin-bottom:10px !important;
  height:auto !important;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* styles for division jumbotrons */

.jumbotron {
  padding: 10px 10px 10px 10px;
  margin-bottom: 20px;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

.division .label {
  visibility: hidden;
  font-size: 1px !important;
  line-height: 1px !important;
  margin: 0px !important;
  padding: 0px !important;
}

/*****************
 * BACK TO TOP DIV
 *****************/
#back-to-top {
    font-size: 12px;
    color: #999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    /** opacity: 0; hide initially
    visibility: hidden; **/
    cursor: pointer;
}
#back-to-top i {
    margin-bottom: 10px;
}
#back-to-top img {
    height: 30px;
    width: 30px;
    opacity: 0.5;
}
#back-to-top p {
    margin-top: 5px;
}
#back-to-top:after {
    clear: both;
}
#back-to-top:hover,
#back-to-top:active,
#back-to-top:visited {
    text-decoration: none;
}

