.jumbotron {
	background: ;
	background-size: cover;
	border-radius: 0px!important;
	margin-top: 75px;
	overflow: hidden;
	max-height: 0px;
	padding: 0px!important;
	margin: 0px!important;
	-webkit-transition: max-height 1s linear;
	-moz-transition: max-height 1s linear;
	-o-transition: max-height 1s linear;
	transition: max-height 1s linear;
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.container>.panel {
	display: all;
}

.jumbotron.open {
	max-height: 400px;
}

.jumbotron .lead {
	background-color: rgba(255,255,255,1);
	padding: 12px;
	border-radius: 5px;
	font-size: 2em;
	width: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	margin-right: 50px;
	max-width: 550px;
}

.media-object.img-rounded {
	width: 140px;
}

.alert {
	width: 	100%
}

@media (min-width: 680px) {
	.alert {
		width: 	70%
	}
}

@media (min-width: 1000px) {
	#row1-1 {
		height: 268px;
	}
	#row1-2, #row1-3 {
		height: 105px;
	}
}

@media (max-width: 800px) {
	.jumbotron .lead {
		font-size: 	1.35em;	
	}
}

.jumbotron {
	margin-bottom: 0px;
}

p {
	margin: 0 0 0.5em;
}

.clear {
   content: " "; 
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.list-group-item {
	padding: 7.5px;
}

.media-body h3 {
	margin-top: 0px
}

.row.grey {
	background-color: 	#FAFAF7;
	padding-top: 15px;
	padding-bottom: 15px;
}
.cite14 {
	font-size: 14px;
}
.cite14bold {
	font-weight: bold;
}
.cite16 {
	font-size: 16px;
}
.box-shadow{
	padding: 15px;
}
.box-shadow:hover{
	transition: 0.7s;
	box-shadow: 0px 0px 12px #999;
}