/*
body {
	padding-top: 15px;
	padding-bottom: 0px;
}

.indexImg {
	width: 15%;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.indexImg2 {
	width: 10%;
	float: right;
	padding-left: 10px;
}

// Custom container

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

.container>hr {
	margin: 20px 0
}
*/

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

/*
.navbar .navbar-inner {
	padding: 0
}

.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, .75);
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.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;
}

body>.navbar {
	font-size: 13px
}
*/
body {
	padding-top: 15px;
	padding-bottom: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	align-items: center;
}

header {
	font-family: inherit;
}

.indexImg {
	width: 15%;
	float: left;
	margin-right: 10px;
	/* Use margin instead of padding for spacing */
	margin-bottom: 10px;
}

.indexImg2 {
	width: 10%;
	float: right;
	margin-left: 10px;
	/* Use margin instead of padding for spacing */
}

/* Custom container */

.container {
	margin: auto;
	max-width: 80%;
}

.container>hr {
	margin: 20px 0;
}

.container h1 {
	font-size: 38.5px;
	line-height: normal;
	text-rendering: optimizeLegibility;
	font-weight: bolder;
	align-self: center;
}

.mb-3 h2 {
	font-size: 31.5px;
	text-align: center;
	line-height: 40px;
	margin: 10 px 0;
	font-family: inherit;
	color: inherit;
	font-weight: bold;
	text-rendering: optimizeLegibility;

}

.navbar {
	padding: 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	border-radius: 4px;
	overflow: hidden;
	background-image: linear-gradient(to bottom, #fff, #f2f2f2);
	background-repeat: repeat-x;
	font-size: medium;
	width: 100%;
	border: 1px solid #d4d4d4;
	align-items: center;
	margin-right: 0;
	margin-left: 0;
}

.navbar-nav {
	display: flex;
	align-items: center;
	justify-content: space-between !important;
	margin: 0;
	padding-left: 0;
	width: 100%;
}

.nav {
	margin: 0;
	padding: 0;
	justify-content: center !important;
}

.nav-item {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-grow: 1;
}

.nav-item:hover {
	background-color: lightgray;
}


.nav-link {
	font-weight: bold;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, .75);
	border-right: 1px solid rgba(0, 0, 0, .1);
	padding: 10px;
	margin: 0;
	flex-grow: 1;
	box-sizing: border-box;
}

.navbar-collapse {
	justify-content: flex-end;
	width: 100%;
}

.navbar-toggler {
	border: none;
}

.nav-item:first-child .nav-link {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
	border-radius: 3px 0 0 3px;
}

.nav-item:last-child .nav-link {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
	border-radius: 0 3px 3px 0;
}

/* 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 (max-width: 991.98px) {
	.nav-item {
		border: none;
		width: 100%
	}


	.nav-link {
		border: none;
	}

}

@media screen and (max-width: 768px) {
	.nav.flex-column {
		display: none !important;
	}
}

.nav.flex-column {
	position: sticky;
	position: -webkit-sticky;
	top: 3%;
	width: 228px;
	margin: 30px 0 0;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}

.nav.flex-column.publi {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	width: 228px;
	margin: 30px 0 0;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}

.nav.flex-column>li>a {
	display: flex;
	width: 228px;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
}

.warning {
	box-shadow: 0px 0px 2px 0px rgb(216, 216, 216);
	margin: auto;
	max-width: 70%;
	justify-self: center;
	align-self: center;
	justify-content: center;
	justify-items: center;
	align-content: center;
	align-items: center;
}

.nav.flex-column>li>a.subhead {
	display: flex;
	width: 168px;
	margin: 0 0 -1px;
	padding: 8px 30px;
	border: 1px solid #e5e5e5;
	font-size: 12px;
}

.nav.flex-column>li:first-child>a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.nav.flex-column>li:last-child>a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.nav.flex-column>.active>a {
	position: relative;
	background-color: lightgrey;
	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);
}

.nav.flex-column>li>a:hover {
	background-color: #f5f5f5
}

.nav.flex-column a:hover .icon-chevron-right {
	opacity: .5
}

.nav.flex-column.affix {
	top: 10px
}

.nav.flex-column.affix-bottom {
	position: absolute;
	top: auto;
	bottom: 270px;
}

.row {
	color: #333;
	font-size: medium;
	display: flex;
	align-self: center;
	margin-left: 2%;
}

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

.affix {
	top: 0px
}

#media {
	margin-top: 70px;
	align-items: center;
	align-content: center;
	justify-content: center;
	justify-items: center;
}

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

#media .post_row {
	margin-left: 0;
	margin-bottom: 40px;
	align-items: center;
	align-content: center;
}

#media .lastpost_row {
	margin-bottom: 0
}

#media .post_row .post {
	background: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 2px 2px #E0E0E0;
	width: 50%;
	min-width: 487px;
	min-height: 616px;
	max-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: medium;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

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

#media .post_row .post .text {
	margin: 18px auto 0;
	width: 83%;
	max-height: 5%;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}


.post:hover {
	max-height: none !important;
	height: fit-content;
	background-color: lightgray !important;
}

.post:hover .text {
	max-height: none;
	height: fit-content;
}

#media .post_row .post:hover .expandButton {
	display: block;
}

#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;
	margin-bottom: 40px;
	line-height: 21px;
	font-size: medium;
}

#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%;
}

.col-md-9 {
	font-family: inherit;

}

.col-md-9 p {
	font-family: inherit;

}

.col-md-9 h4 {
	font-family: inherit;
	font-weight: bold;

}

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

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

.feature-item {
	font-family: inherit;
	font-size: medium;
}

.feature-item:hover {
	box-shadow: 0px 1px 5px 1px rgb(216, 216, 216)
}

.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;
	font-family: inherit;
}

.feature-item h6 {
	font-family: inherit;
}

.date {
	font-family: inherit;
	font-size: medium;
	font-weight: bold;

}

.feature-item p {
	margin-left: 15px;
	margin-right: 15px;
	font-family: inherit;
	font-size: medium;

}

.feature-heading {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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


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

.centered {
	text-align: center;
	font-family: inherit;
}

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

.jumbotron {
	position: relative;
	padding: 45px 0px 35px 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: #30393C;
	background: -moz-linear-gradient(45deg, #30393C 0%, #000000 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #30393C), color-stop(100%, #30393C));
	background: -webkit-linear-gradient(45deg, #30393C 0%, #000000 100%);
	background: -o-linear-gradient(45deg, #30393C 0%, #000000 100%);
	background: -ms-linear-gradient(45deg, #30393C 0%, #000000 100%);
	background: linear-gradient(45deg, #30393C 0%, #000000 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);
}

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

.lead {
	margin-bottom: 0px;
	font-size: 21px;
	font-weight: 200;
	line-height: 15px;
}

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;
}

.carousel-caption {
	margin: 10px;
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	font-family: inherit;
	align-content: center;
	justify-items: flex-start;
}

.carousel-caption h4 {
	font-family: inherit;
	color: #fff;
	font-weight: bold;
	text-rendering: optimizeLegibility;

}

.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%;
}

li.publication {
	margin-bottom: 20px;
	max-width: 95%;
	overflow: hidden;
}

.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: #2F2F2F;
	background-color: #000000;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: center;
}

#footer h3 {
	font-size: 19px;
	text-transform: uppercase;
	font-family: BebasNeueRegular;
	color: #8DBECE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #30393C;
	line-height: 35px;
	margin-bottom: 20px;
	margin-top: 25px;
	font-weight: normal;
}

#footer a img {
	margin-top: 40px;
}

#footer p,
#footer address {
	color: #8F8F8F;
	font-size: 11px;
}
*/

#footer {
	z-index: 10;
	margin-top: 50px;
	margin-bottom: 0;
	padding-bottom: 25px;
	border-top: 8px solid #2F2F2F;
	background-color: #000000;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
	width: 100%;
}

#footer h3 {
	font-size: 19px;
	text-transform: uppercase;
	font-family: 'Bebas Neue', sans-serif;
	/* Assuming Bebas Neue font is imported */
	color: #8DBECE;
	border-bottom: 1px solid #30393C;
	line-height: 35px;
	margin-bottom: 20px;
	margin-top: 25px;
	font-weight: normal;
}

#footer a img {
	margin-top: 20px;
}

#footer p,
#footer address {
	color: #8F8F8F;
	font-size: small;
	font-family: "Helvetica Neue",
		Helvetica,
		Arial,
		sans-serif;
}