body {
	padding-bottom: 0px;
	background-color:#ffffff;
}
h1 {
	font-size: 30px;
	font-weight: 700;
	color:#000044;
	margin-top: 0px;
}
h2 {
	font-size: 26px;
	font-weight: 700;
	color:#000044;
	margin-top: 27px;
}
h3 {
	font-size: 24px;
	color:#000044;
	font-weight: 700;
	margin-top: 18px;
}
h4 {
	font-size: 18px;
	color:#000044;
	font-weight: 700;
}
h5, address {
	font-size: 14px;
    line-height: 20px;
	font-weight: 700;
}
h5 a {
	line-height:14px;
}
a {
	color: #08c;
}
a:hover {
	color: #005580;
}
p {
	margin: 0 0 20px 0;
}
q {
  display: block;
  font-style: italic;
  margin-bottom: 20px;
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}
.wrapper {
	padding: 0 10px;
	margin: 0 auto;
}
.custom-nav-container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.logo-container {
	width: 300px;
	margin: 0 auto;
}
.breadcrumb {
	background-color:#ffffff;
	background-image:none;
	border:none;
}
#trends-header {
	border-top: 1px solid #e5e5e5;
	margin-top: 20px;
}
.well {
	background-color: #d6d6d6;
	border: 1px solid #c2c2c2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.navbar {
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #666666;
	background-image: -moz-linear-gradient(top, #666666, #999999);
	background-image: -ms-linear-gradient(top, #666666, #999999);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666666), to(#999999));
	background-image: -webkit-linear-gradient(top, #666666, #999999);
	background-image: -o-linear-gradient(top, #666666, #999999);
	background-image: linear-gradient(top, #666666, #999999);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#999999', GradientType=0);
}
.navbar-brand {
	margin:10px 0 0 0 !important;
	background: url('../../images/symbiosis-logo-300x60.jpg') no-repeat center 0;
	width: 300px;
	height:60px;
}
/* Subnav */

.subhead {
	padding-bottom: 0;
	margin-bottom: 20px;
	font-size:0.9em;
}
.subnav {
	position: static;
	top: auto;
	width: auto;
	height: auto;
	z-index:1100;
	border: 1px solid #e5e5e5;
	background: #fff; /* whole background property since we use a background-image for gradient */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.subnav > .nav-pills > li + li {
	margin-left: 0;
}
.subnav .nav > li {
	float: none;
}
.subnav .nav > li > a {
	border: 0;
	border-radius: 0;
}
.subnav .nav > li + li > a {
	border-top: 1px solid #e5e5e5;
}
.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.subnav .dropdown-menu {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	z-index:2000;
}
.subnav ul.nav li.dropdown ul.dropdown-menu li a {
	z-index:2000;
	padding: 5px 20px;
}
.nav .open >a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #999;
	border-color: #999;
	color: #FFF;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #0081c2;
}
/* Footer */
.footer {
	margin-top: 0;
}
.footer p {
	font-size:1em;
	font-weight:bold
}
.footer-inner {
	padding: 5px 0 20px 0;
	border-top: 1px solid #e5e5e5;
	color: #000044;
	background-color: #eeeeee; /* Old browsers */
	background-repeat: repeat-x; /* Repeat the gradient */
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
	background-image: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* IE10+ */
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* Opera 11.10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
	background-image: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* W3C */
}
.footer-link {
	float: right;
}
.footer a {
	color: #000044;
	font-size:0.9em;
}
.footer a:hover {
	color: #01a8fb;
	text-decoration: underline;
}
.footer p {
	margin-bottom: 9px;
}
/*  quotes */
#quote-container {
	overflow:hidden;
}
.quote {
	padding:5px 0;
}
.copyright {
	margin-left:10px;
	float:left;
}
#symbiosismap {
	width: 100%; 
	height: 350px; 
}

#symbiosismap.img {
  max-width: 100% !important;
}

.altGMap {
	display: none;
}

html[data-useragent*='MSIE 10.0'] #symbiosismap,
html[data-useragent*='MSIE 9.0'] #symbiosismap{
  display: none;
}

html[data-useragent*='MSIE 10.0'] .altGMap,
html[data-useragent*='MSIE 9.0'] .altGMap{
  display: block;
}

/* carousel */
.carousel {
	margin-bottom: 20px;
}
.carousel-inner > .item, .carousel-inner > .item.active {
	min-height: 200px;
}
.carousel-inner>.item>img, .img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	min-height: 200px;
}
.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px 15px 0 15px;
	background: #333;
	background: rgba(0, 0, 0, 0.75);
}
.tertiary-image {
	display: none;
}
.jumbotron.hero-unit {
	padding: 20px;
	margin-bottom: 30px;
	background-color: #d6d6d6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.jumbotron.hero-unit h3 {
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1;
	color: inherit;
	letter-spacing: -1px;
}
.jumbotron.hero-unit p {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
.jumbotron.hero-unit .btn {
	margin-top: 20px;
}

.profile > img {
	padding: 10px;
	clear:right;
}

.profile img.li-logo {		
	height: 34px;
	margin-left: 0;
	margin-right: 0;
}

.profile h5 {
	margin-top: 0;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.logo-container {
		width: 300px;
	}
	.tertiary-image {
		display: block;
	}
	.tertiary-image img {
		width: 100%;
	}
	
	.profile > img {
		float: left;
	}
	
	/* Subnav */
	.subnav {
		width: 100%;
		height: 36px;
		background-color: #eeeeee; /* Old browsers */
		background-repeat: repeat-x; /* Repeat the gradient */
		background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
		background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
		background-image: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* IE10+ */
		background-image: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* Opera 11.10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
		background-image: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* W3C */
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.subnav .nav {
		margin-bottom: 0;
	}
	.subnav .nav > li {
		float: left;
	}
	.subnav .nav > li > a {
		margin: 0;
		padding-top:    9px;
		padding-bottom: 8px;
		border-top: 0;
		border-left: 1px solid #f5f5f5;
		border-right: 1px solid #e5e5e5;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.subnav .nav > li + li > a {
		border-top: none;
	}
	.subnav .nav > .active > a, .subnav .nav > .active > a:hover {
		padding-left: 13px;
		color: #777;
		background-color: #e9e9e9;
		border-right-color: #ddd;
		border-left: 0;
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
		-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, .05);
	}
	.subnav .nav > .active > a .caret, .subnav .nav > .active > a:hover .caret {
		border-top-color: #777;
	}
	.subnav .nav > li:first-child > a, .subnav .nav > li:first-child > a:hover {
		border-left: 0;
		padding-left: 12px;
		-webkit-border-radius: 4px 0 0 4px;
		-moz-border-radius: 4px 0 0 4px;
		border-radius: 4px 0 0 4px;
	}
	.subnav .nav > li:last-child > a {
		border-right: 0;
	}
	.subnav > .dropdown-menu {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		z-index:2000;
	}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
		color: #fff;
		background-color: #999;
		border-color: #999;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.navbar-brand {
		padding-top: 10px;
		margin: 10px 0 0 0;
		color: #000044;
		background: url('../../images/symbiosis-logo-501x100.jpg') no-repeat;
		width: 501px;
		height:100px;
	}
	
	/* Make navbar-static-top -- fixed */
	.navbar-static-top {
	
	}
	
	/* Footer */
	.footer p {
	
	}
	
	/* Left Nav list-group */
	a.list-group-item, button.list-group-item {
		color: #08c;
	}
	.list-group-item.active,
	.list-group-item.active:focus,
	.list-group-item.active:hover {
		color: #555;
		background-color: #fff;
		border-color: #ddd;
		cursor: default;
	}

	a.list-group-item:focus,
	a.list-group-item:hover,
	button.list-group-item:focus,
	button.list-group-item:hover {
		background-color:#08c;
		color: #fff;
		border-color: #08c;
	}
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	body {
		padding-top: 150px;
	}
	.navbar-static-top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		margin-bottom: 0;
	}
	
	/*Logo*/
	.logo-container {
		width: 501px;
		margin-left:-10px;
	}
	.navbar-brand {
		padding-top: 10px;
		margin: 10px 0 0 -20px;
		color: #000044;
		background: url('../../images/symbiosis-logo-501x100.jpg') no-repeat;
		width: 501px;
		height:100px;
	}
}
