.container:before,
.container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
#contentFullWidth *, #contentFullWidth *:before, #contentFullWidth *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contentFullWidth {
	color: #333333;
}
h1, h2, h3, h4, h5 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 2.3em;
	color: #2678a7;
}
h2 {
	font-size: 1.65em;
	border: none;
}
h3 {
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 1.35em;
	font-weight: 400;
}
h3:after {
	margin-left: 8px;
	font-family: FontAwesome;
	content: "\f0da";
}
/* TABLE RESET */
table.neuro-nav {
	background: white;
	margin-bottom: 1.25rem;
	border: solid 1px #DDDDDD;
	table-layout: auto;
}
table.neuro-nav caption {
	background: transparent;
	color: #222222;
	font-size: 1rem;
	font-weight: bold;
}
table.neuro-nav thead {
	background: #F5F5F5;
}
table.neuro-nav thead tr th, table.neuro-nav thead tr td {
	padding: 0.5rem 0.625rem 0.625rem;
	width: 25%;
	font-size: 0.875rem;
	font-weight: 700;
	color: #222222;
}
table.neuro-nav tfoot {
	background: #F5F5F5;
}
table.neuro-nav tfoot tr th, table.neuro-nav tfoot tr td {
	padding: 0.5rem 0.625rem 0.625rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: #222222;
}
table.neuro-nav tr th, table.neuro-nav tr td {
	padding: 0.5625rem 0.625rem;
	font-size: 0.875rem;
	color: #222222;
	text-align: left;
}
table.neuro-nav thead tr th, table.neuro-nav tfoot tr th, table.neuro-nav tfoot tr td, table.neuro-nav tbody tr th, table.neuro-nav tbody tr td, table.neuro-nav tr td {
	display: table-cell;
	line-height: 1.125rem;
}
/* BEGIN MAIN NAV TABLE */
table.neuro-nav {
	margin-bottom: 0;
	width: 100%;
	background: #EEE;
	border: none;
	border-spacing: 0;
	border: #EEE 1px solid;
	border-bottom-width: 3px;
}
table.neuro-nav a {
	display: block;
	color: #333333;
	text-decoration: none;
}
table.neuro-nav a:hover {
	text-decoration: underline;
}
table.neuro-nav thead {
	background: #f6f6f6;
}
table.neuro-nav tbody tr th, table.neuro-nav tbody tr td {
	padding: 3px 8px;
	font-size: 0.95em;
}
table.neuro-nav thead tr th, table.neuro-nav thead tr td {
	font-family: "Lato", sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	color: #0d457a;
	background: #f6f6f6;
	border: none !important;
}
table.neuro-nav thead tr th a, table.neuro-nav thead tr td a {
	color: #0d457a;
}
table.neuro-nav tbody tr {
	background: white;
}
table.neuro-nav tbody td:not(.empty):hover {
	background: #f6f6f6;
}
table.neuro-nav tbody td.active a {
	font-weight: bold;
	cursor: default;
}
/* END MAIN NAV TABLE */
#breadCrumbs {
	float: none;
	margin-bottom: 20px;
	padding: 0;
	width: auto;
}
#breadCrumbs a,
#breadCrumbs .activePage {
	font-size: 0.95em;
}
/* BEGIN SLIDER */
#slider {
	margin: 0;
	padding: 6px 4px 4px;
	width: 950px;
	height: 305px;
	background: #EEE;
	overflow: hidden;
}
#slider .slick-prev, #slider .slick-next, #slider .slick-prev:hover, #slider .slick-prev:focus, #slider .slick-next:hover, #slider .slick-next:focus {
	top: 86%;
	height: 40px;
}
#slider .slick-prev {
	left: 883px;
}
#slider .slick-next {
	right: 15px;
	background-position: right top;
}
#slider .slick-prev:hover, #slider .slick-prev:focus {
	background-position: left top;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
}
#slider .slick-next:hover, #slider .slick-next:focus {
	background-position: right top;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
}
#slider .slick-prev:before,
#slider .slick-next:before {
  font-family: FontAwesome;
  font-size: 32px;
  font-weight: bold;
  color: white;
}
#slider .slick-prev:before {
  content: '\f104';
}
#slider .slick-next:before {
  content: '\f105';
}
#slider .slide {
	position: relative;
}
#slider .slide .slide-copy {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 25px;
	width: 380px;
	height: 305px;
	color: white;
	background: #0d457a;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
}
#slider .slide .slide-copy h4 {
	margin: 30px 0 14px 0;
	font-size: 2.35em;
	font-weight: 700;
	line-height: 1.2;
}
#slider .slide .slide-copy h5 {
	font-size: 1.35em;
	font-weight: 400;
	line-height: 1.6;
}
#slider .slide .slide-copy a h4, #slider .slide .slide-copy a h5 {
	display: block;
	color: white;
	text-decoration: none;
}
#slider .slide .slide-copy a:hover h4, #slider .slide .slide-copy a:hover h5 {
	text-decoration: none;
}
#slider .slide .copy-buttons {
	position: absolute;
	bottom: 45px;
	left: 588px;
}
#slider .slide a .copy-buttons {
	padding: 8px 20px;
	font-size: 11px;
	font-weight: bold;
	border: white 1px solid;
	color: white;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	transition: all 300ms ease-out;
}
#slider .slide a:hover .copy-buttons {
	background: #0d457a;
	color: white;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	transition: all 300ms ease-out;
}
/* END SLIDER */
/* BEGIN CALENDAR */
div[id*="HomepageCalendarPanel"] {
	float: left;
	margin-top: 20px;
	width: 640px;
}
div[id*="HomepageCalendarPanel"] .row {
	margin-bottom: 20px;
}
div[id*="HomepageCalendarPanel"] .column {
	position: relative;
	float: left;
	margin-left: 20px;
	width: 300px;
}
div[id*="HomepageCalendarPanel"] .column:first-child {
	margin-left: 0;
}
div[id*="HomepageCalendarPanel"] .column .event-date {
	display: table;
	float: left;
	margin-right: 15px;
	padding: 2px;
	width: 56px;
	height: 56px;
	background: white;
	border: #a7b3bd 1px solid;
	border-radius: 1000px;
}
div[id*="HomepageCalendarPanel"] .column .date-align {
	display: table-cell;
	background: #074f9e;
	width: 53px;
	height: 53px;
	color: white;
	border-radius: 1000px;
	vertical-align: middle;
}
div[id*="HomepageCalendarPanel"] .column .event-date span {
	display: block;
	text-align: center;
}
div[id*="HomepageCalendarPanel"] .column .event-date span.month {
	margin-bottom: -1px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
div[id*="HomepageCalendarPanel"] .column .event-date span.day {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 700;
}
div[id*="HomepageCalendarPanel"] .column .event-details {
	float: right;
	width: 229px;
}
div[id*="HomepageCalendarPanel"] .column .event-details p.time {
	margin-bottom: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 1em !important;
	font-weight: 700;
	color: #707070;
}
div[id*="HomepageCalendarPanel"] a {
	text-decoration: none;
}
div[id*="HomepageCalendarPanel"] a:hover {
	text-decoration: underline;
}
a.more-link {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	text-decoration: none;
}
/* END CALENDAR */
/* BEGIN NEWS */
div[id*="HomepageNewsPanel"] {
	float: left;
	margin-top: 20px;
	width: 310px;
}
/* END NEWS */
/* BEGIN MAIN CONTENT */
div[id*="MainContentPanel"] {
	margin: 20px 0 30px;
}
.research-categories {
	margin: 20px 0 30px;
	font-size: 1.2em;
}
.research-categories a {
	font-weight: bold;
}
.research-categories a.active {
	color: black;
	text-decoration: none;
	cursor: default;
}
.research-categories .row {
	margin-bottom: 15px;
}
.research-categories .row .column {
	position: relative;
	float: left;
	margin-left: 20px;
	width: 250px;
}
.research-categories .row .column:first-child {
	margin-left: 0;
}
/* BEGIN NEWS */
#news-list {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #656c75;
}
#news-list h4 {
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: 700;
	color: #0d457a;
}
#news-list .item {
	margin-bottom: 30px;
	padding: 18px 20px;
	border: #e0e0e0 1px solid;
	transition: all 0.3s ease-in-out;
}
#news-list .item:hover {
	box-shadow: 0px 1px 8px 1px #aaaaaa;
}
/* END NEWS */
#department-calendar-events h3:after {
	margin-left: 0;
	content: " " !important;
}
/* END MAIN CONTENT */