body {
	padding-top: 15px;
	padding-bottom: 0px;
	background-color: #f6f8fb;
	color: #1f2937;
	font-family: "Segoe UI", Tahoma, Arial, sans-serif;
	line-height: 1.6;
}


/* Custom container */

.container {
	margin: 0 auto;
	max-width: 1000px;
}

a {
	color: #1d4f91;
}

a:hover {
	color: #153b6d;
}

.container>hr {
	margin: 24px 0;
	border-top: 1px solid #dbe3ef;
}


/* Customize the navbar links to be fill the entire space of the .navbar */

.navbar .navbar-inner {
	padding: 0;
	border-radius: 6px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
}

.navbar .nav {
	margin: 0;
	display: table;
	width: 100%;
}

.navbar .nav li {
	display: table-cell;
	width: 1%;
	float: none;
}

.navbar .nav li a {
	font-weight: bold;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, .45);
	border-right: 1px solid rgba(0, 0, 0, .06);
	transition: background-color .2s ease, color .2s ease;
}

.navbar .nav li a:hover {
	background-color: rgba(29, 79, 145, 0.08);
	color: #163e75;
}

.navbar .nav li:first-child a {
	border-left: 0;
	border-radius: 3px 0 0 3px;
}

.navbar .nav li:last-child a {
	border-right: 0;
	border-radius: 0 3px 3px 0;
}

.navbar .nav a {
	white-space: normal;
	word-break: break-word;
}

body>.navbar {
	font-size: 13px
}


/* Change the docs' brand */

body>.navbar .brand {
	padding-right: 0;
	padding-left: 0;
	margin-left: 20px;
	float: right;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

body>.navbar .brand:hover {
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .4);
}


/* Sidenav for Docs
         -------------------------------------------------- */

@media screen and (max-width: 768px) {
	.bs-docs-sidenav {
		display: none !important;
	}
}

.bs-docs-sidenav {
	width: 228px;
	margin: 30px 0 0;
	padding: 0;
	background-color: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 10px;
	border: 1px solid #dce6f2;
	-webkit-box-shadow: 0 6px 16px rgba(15, 23, 42, .08);
	-moz-box-shadow: 0 6px 16px rgba(15, 23, 42, .08);
	box-shadow: 0 6px 16px rgba(15, 23, 42, .08);
}

.bs-docs-sidenav>li>a {
	display: block;
	width: 200px;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e6edf7;
	color: #1f3f6d;
	font-weight: 600;
}

.bs-docs-sidenav>li>a.subhead {
	display: block;
	width: 168px;
	margin: 0 0 -1px;
	padding: 8px 30px;
	border: 1px solid #e6edf7;
	font-size: 12px;
	color: #355a8f;
}

.bs-docs-sidenav>li:first-child>a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.bs-docs-sidenav>li:last-child>a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.bs-docs-sidenav>.active>a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
	box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
}

.bs-docs-sidenav>li>a:hover {
	background-color: #edf3fb;
	text-decoration: none;
}

.bs-docs-sidenav a:hover .icon-chevron-right {
	opacity: .5
}

.bs-docs-sidenav.affix {
	top: 10px
}

.bs-docs-sidenav.affix-bottom {
	position: absolute;
	top: auto;
	bottom: 270px;
}


/* Responsive
         -------------------------------------------------- */

.affix {
	top: 0px
}

#media {
	margin-top: 70px
}

#media .header {
	margin-left: 0;
	margin-bottom: 56px;
	margin-top: 30px;
}

#media .post_row {
	margin-left: 0;
	margin-bottom: 40px;
}

#media .lastpost_row {
	margin-bottom: 0
}

#media .post_row .post {
	background: #fff;
	/*margin-left: 0;;
    margin-right: 20px;*/
	border-radius: 4px;
	box-shadow: 1px 1px 2px 0px #E0E0E0;
	width: 487px;
	height: 616px;
}

#media .post_row .last {
	margin-right: 0
}

#media .post_row .post .img {
	position: relative;
	text-align: center;
}

#media .post_row .post .img .date {
	background: #E8554E;
	position: absolute;
	padding: 2px 5px;
	top: 0;
	left: 11px;
}

#media .post_row .post .img .date p {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

#media .post_row .post .img img {
	height: 275px;
	width: 410px;
}

#media .post_row .post .text {
	margin: 18px auto 0;
	width: 83%;
}

#media .post_row .post .text h5 {
	margin: 0 0 8px 0;
	font-size: 20px;
	line-height: 23px;
}

#media .post_row .post .text h5 a {
	color: #333
}

#media .post_row .post .text span.date {
	color: #9F9F9F;
	display: block;
	margin-bottom: 12px;
	font-style: italic;
	font-size: 13px;
}

#media .post_row .post .text p {
	margin: 0;
	line-height: 21px;
	font-size: 14px;
}

#media .post_row .post .author_box {
	margin: 12px auto 20px;
	border-top: 1px solid #EDEDED;
	overflow: hidden;
	text-align: left;
	width: 85%;
	padding-top: 12px;
}

#media .post_row .post .author_box h6 {
	margin: 0 0 3px 0;
	font-size: 13px;
	line-height: 15px;
	font-style: italic;
	font-weight: normal;
	color: #B2B2B2;
}

#media .post_row .post .author_box p {
	color: #B2B2B2;
	font-style: italic;
	font-size: 13px;
	line-height: 14px;
	margin: 0;
}

#media .post_row .post .author_box img {
	float: right
}

#media .post_row .post a.plus_wrapper {
	width: 99%;
	text-align: center;
	background: #fff;
	display: none;
	border-radius: 0px 0px 4px 4px;
	padding: 6px 0px 2px;
	margin: 0 auto 1px;
}

#media .post_row .post a.plus_wrapper span {
	color: #1189D9;
	font-size: 30px;
	font-weight: bold;
}

#media .post_row .post:hover a.plus_wrapper {
	display: block
}

#media .post_row .post:hover {
	box-shadow: 0px 1px 5px 1px rgb(216, 216, 216)
}

#media .post_row .post:hover .text h5 a {
	color: #1189D9
}

.map .box_wrapp {
	position: absolute;
	margin: 15px auto;
	box-shadow: 0 0 7px 0 rgba(26, 26, 26, 0.4);
	padding: 30px 0 30px;
	background: white;
	border-radius: 4px;
	margin-top: 25px;
}

.map .box_wrapp .box_cont {
	margin: 30px auto;
	width: 76%;
}

.section-header {
	text-align: center;
	margin-bottom: 35px;
}

.section-header h1,
.title-text {
	font-weight: bold;
	font-size: 30px;
	margin: 12.5px 0;
	font-weight: 100;
	margin-bottom: 25px;
	line-height: 55px;
}

.feature-item:hover {
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12)
}

.feature-item img {
	margin-left: 15px;
	margin-right: 15px;
	max-width: 90%;
	height: 200px;
}

.feature-item h5 {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.feature-item p {
	margin-left: 15px;
	margin-right: 15px;
}

.feature-heading {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
}

.feature-item {
	background: #ffffff;
	border: 1px solid #e3ebf6;
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(15, 23, 42, 0.06);
	margin-bottom: 18px;
}

.feature-heading a:hover {
	text-decoration: none;
}

.person-details h4 {
	margin-bottom: 6px;
}

.person-details p {
	margin: 0 0 3px 0;
	line-height: 1.35;
}

.feature-button {
	font-size: 16px;
	background-image: none;
	box-shadow: none;
	margin-bottom: 10px;
}

.centered {
	text-align: center;
}

.subhead {
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.jumbotron {
	position: relative;
	padding: 42px 0px 32px 0px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
	background: #1f3a5f;
	background: -moz-linear-gradient(45deg, #1f3a5f 0%, #0f172a 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #1f3a5f), color-stop(100%, #0f172a));
	background: -webkit-linear-gradient(45deg, #1f3a5f 0%, #0f172a 100%);
	background: -o-linear-gradient(45deg, #1f3a5f 0%, #0f172a 100%);
	background: -ms-linear-gradient(45deg, #1f3a5f 0%, #0f172a 100%);
	background: linear-gradient(45deg, #1f3a5f 0%, #0f172a 100%) repeat;
	-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px rgba(0, 0, 0, .2);
	border-radius: 0 0 10px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.jumbotron:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .4;
}

.lead {
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3;
}

.jumbotron h1 {
	font-size: 46px;
	letter-spacing: .3px;
	margin-top: 10px;
	font-weight: 600;
	line-height: 1.15;
	text-wrap: balance;
}

.jumbotron .lead {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	color: #dce7fb;
}

.carousel-caption {
	background: rgba(15, 23, 42, 0.45);
	border-radius: 6px;
	padding: 10px 12px;
}

img.float-left {
	float: left;
	margin-top: 9px;
	margin-left: 0px;
	margin-right: 30px;
	margin-bottom: 12px;
}

img.float-right {
	float: right;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 30px;
}

img.publications-thumb {
	width: 142px;
	height: 188px;
}

.caption {
	margin: 10px;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px;
	overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 93.5%;
	height: 93.5%;
}

.video-caption {
	margin: 10px;
}

.accordion {
	margin-bottom: 20px;
	margin-right: 40px;
}

.thumbnail>img.sponsor {
	width: 212px;
	height: 150px;
}

img.carousel-image {
	width: 100%;
	height: auto;
	display: block;
}

li.publication {
	margin-bottom: 20px;
}

.page-header h3 a:hover {
	text-decoration: none;
}

iframe.map-frame {
	border: none;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	height: 550px;
	width: 100%;
}

ul.sponsors {
	margin-top: 40px;
	margin-bottom: 40px;
}

#footer {
	z-index: 10;
	margin-top: 50px;
	margin-bottom: 0px;
	padding-bottom: 25px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #1f3a5f;
	background-color: #0f172a;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	box-shadow: 0 -8px 22px rgba(15, 23, 42, 0.15);
}

#footer .footer-layout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(1rem, 2.5vw, 2.5rem);
}

#footer .footer-panel {
	flex: 1 1 0;
	max-width: 15rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-top: 12px;
}

#footer .footer-panel-right {
	margin-top: 10px;
}

body.page-news {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

body.page-news > .container {
	flex: 1 0 auto;
}

body.page-news #footer {
	margin-top: auto;
}

#footer .footer-panel h3 {
	font-size: 19px;
	text-transform: uppercase;
	font-family: BebasNeueRegular;
	color: #9dc4f3;
	border-bottom: none;
	line-height: 1.2;
	margin: 0 0 10px 0;
	font-weight: normal;
}

#footer .footer-band-link {
	display: block;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
	text-align: center;
}

#footer .footer-center {
	flex: 0 1 48rem;
	display: flex;
	justify-content: center;
}

#footer .footer-institutional-band {
	display: block;
	width: 100%;
	max-width: 48rem;
	height: auto;
	margin: 18px auto 0 auto;
}

#footer .footer-panel p,
#footer .footer-panel address {
	color: #c4cfde;
	font-size: 11px;
	line-height: 1.35;
	margin: 0 0 6px 0;
}

#footer .footer-panel a {
	font-size: 11px;
}

@media (max-width: 991px) {
	#footer .footer-layout {
		display: block !important;
		width: 100%;
	}

	#footer .footer-panel,
	#footer .footer-panel-left,
	#footer .footer-panel-right {
		display: block;
		flex: none;
		max-width: 28rem;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	#footer .footer-panel-left {
		order: initial;
	}

	#footer .footer-center {
		width: 100%;
		display: block;
		order: initial;
		max-width: 42rem;
		margin: 0 !important;
		padding: 0 !important;
		min-height: 0;
	}

	#footer .footer-panel-right {
		margin: 0 !important;
	}

	#footer .footer-band-link {
		display: block;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin: 0 !important;
		line-height: 0 !important;
	}

	#footer .footer-institutional-band {
		display: block;
		margin: 0 !important;
		max-width: 100%;
		height: auto;
	}

	#footer .footer-panel-left,
	#footer .footer-center,
	#footer .footer-panel-right {
		clear: both;
	}

	#footer .footer-panel-left {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#footer .footer-center {
		margin-bottom: 20px !important;
	}

	#footer .footer-panel-right {
		margin-bottom: 20px !important;
	}
}

@media (min-width: 1400px) {
	#footer .footer-layout {
		gap: 3.25rem;
	}

	#footer .footer-panel {
		max-width: 17rem;
	}

	#footer .footer-panel h3 {
		font-size: 20px;
		margin-bottom: 12px;
	}

	#footer .footer-panel p,
	#footer .footer-panel a {
		font-size: 12px;
		line-height: 1.45;
	}

	#footer .footer-institutional-band {
		max-width: 1100px;
	}
}

@media (max-width: 991px) {
	.container {
		max-width: 92%;
	}

	.jumbotron {
		padding: 34px 12px 26px 12px;
	}

	.jumbotron h1 {
		font-size: 36px;
	}

	.lead {
		font-size: 18px;
	}

	#media .post_row .post {
		width: auto;
		height: auto;
	}

	#media .post_row .post .img img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 767px) {
	body {
		padding-top: 8px;
	}

	.container {
		max-width: none;
		width: auto;
	}

	.container-fluid {
		padding-left: 12px;
		padding-right: 12px;
	}

	.row-fluid [class*="span"] + [class*="span"] {
		margin-top: 20px;
	}

	.jumbotron {
		padding: 28px 12px 22px 12px;
		border-radius: 0 0 8px 8px;
	}

	.jumbotron h1 {
		font-size: 30px;
		margin-top: 6px;
	}

	.lead {
		font-size: 16px;
		line-height: 1.4;
	}

	.navbar .navbar-inner {
		border-radius: 8px;
		overflow: hidden;
	}

	.navbar .nav {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.navbar .nav li {
		display: block;
		width: 50%;
	}

	.navbar .nav li a {
		font-size: 13px;
		padding: 12px 10px;
		min-height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0 !important;
		border-left: 0;
		border-right: 1px solid rgba(0, 0, 0, .06);
		border-bottom: 1px solid rgba(15, 23, 42, 0.08);
	}

	.navbar .nav li:nth-child(2n) a {
		border-right: 0;
	}

	.navbar .nav li:last-child a,
	.navbar .nav li:nth-last-child(2):nth-child(odd) a {
		border-bottom: 0;
	}

	.feature-item {
		margin-bottom: 14px;
	}

	.feature-heading {
		margin-top: 14px;
		margin-bottom: 12px;
	}

	.feature-item p {
		margin-left: 12px;
		margin-right: 12px;
		font-size: 14px;
	}

	.feature-item img {
		height: auto;
		max-width: calc(100% - 24px);
		margin-left: 12px;
		margin-right: 12px;
	}

	.thumbnail {
		display: inline-block;
		max-width: 100%;
	}

	.thumbnail > img,
	img.publications-thumb,
	.thumbnail > img.sponsor {
		width: 100%;
		height: auto;
		max-width: 100%;
	}

	.thumbnails {
		margin-left: 0;
	}

	.thumbnails > li {
		width: 100%;
		margin-left: 0;
		margin-bottom: 16px;
	}

	.thumbnails .thumbnail {
		display: block;
	}

	.thumbnails .thumbnail > img {
		width: 100% !important;
		height: auto !important;
	}

	.page-header {
		word-break: break-word;
	}

	img.float-left,
	img.float-right {
		float: none;
		display: block;
		margin: 0 auto 16px auto;
		max-width: 100%;
	}

	.responsive-video {
		padding-top: 0;
	}

	.responsive-video iframe,
	.responsive-video object,
	.responsive-video embed {
		width: 100%;
		height: 100%;
	}

	.carousel-caption {
		left: 12px;
		right: 12px;
		bottom: 12px;
		padding: 8px 10px;
	}

	.carousel-caption h4 {
		font-size: 16px;
		line-height: 1.3;
		margin: 0;
	}

	iframe.map-frame {
		height: 300px;
	}

	.box_cont {
		padding: 0 4px;
	}

	.bs-docs-sidebar {
		margin-bottom: 0;
	}

	.research-media-block {
		overflow: visible !important;
		display: flex !important;
		flex-direction: column;
	}

	.research-media-figure {
		order: 2;
		float: none !important;
		margin: 0 auto 16px auto !important;
		text-align: center;
	}

	.research-media-copy {
		order: 1;
	}

	.research-media-figure img {
		display: block !important;
		width: auto !important;
		max-width: 100% !important;
		height: auto !important;
		margin: 0 auto !important;
		object-fit: contain;
	}

	#footer {
		margin-top: 36px;
		padding: 0 !important;
	}

	#footer h3 {
		font-size: 17px;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	#footer p,
	#footer address {
		font-size: 12px;
		margin-bottom: 4px;
	}

	#footer .footer-panel-right h3 {
		margin-top: 0 !important;
	}

	#footer .container-fluid,
	#footer .row-fluid,
	#footer .span12 {
		padding: 0 !important;
		margin: 0 !important;
		min-height: 0 !important;
	}
}

@media (max-width: 479px) {
	.navbar .nav li {
		width: 100%;
	}

	.navbar .nav li a {
		border-right: 0;
	}

	.navbar .nav li:last-child a {
		border-bottom: 0;
	}

	.jumbotron h1 {
		font-size: 26px;
	}

	.lead {
		font-size: 15px;
	}
}
