* {
	outline: none;
}
p {
	line-height: 1.6;
}
a.read-more {
	white-space: nowrap;
}
a.submitButton {
	text-transform: lowercase;
}
a:hover.submitButton {
	color: #FFF;
	text-decoration: none;
}
input[type="submit"] {
	cursor: pointer;
}
/* BEGIN LEFT COLUMN */
#contentFullWidth h2,
#contentLeftColumn h2 {
	margin-bottom: 14px;
	font-size: 1.7em;
	border: none;
}
#twoColumnContainerLarge p.date {
	margin: 10px 0;
}
/* BEGIN SLIDER */
#slider {
	margin: 0;
	padding: 0;
	width: 625px;
	height: 460px;
	overflow: hidden;
}
#slider img {
	margin: 0;
	padding: 0;
}
.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    top: 33%;
	width: 26px;
	height: 46px;
	background: url(/images/research/landing-page/marquee-slider/slider-arrows.png) left top no-repeat;
}
.slick-prev {
    left: 8px;
}
.slick-prev:before
{
    content: '';
}
.slick-next {
	right: 8px;
	background-position: right top;
}
.slick-next:before
{
    content: '';
}
.slick-prev:hover,
.slick-prev:focus {
	background-position: left top;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}
.slick-next:hover,
.slick-next:focus {
    background-position: right top;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-webkit-opacity: 0.75;
}
#slider h3 {
	margin-bottom: 8px;
	font-size: 1.35em;
}
#slider .slide,
#singleColumnLeft .first-archive {
	position: relative;
}
#slider .slide .play-button,
#singleColumnLeft .first-archive .play-button {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 42px;
	height: 42px;
	background: url(/images/icons/play-button-round-transparent.png) right bottom no-repeat;
	z-index: 1000;
}
#slider .slide .play-button:hover,
#slider .slide .play-button.hover,
#singleColumnLeft .first-archive .play-button:hover,
#singleColumnLeft .first-archive .play-button.hover {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
}
/* END SLIDER */
.round-up h3 {
	margin: 13px 0 11px 0 !important;
}
.more-resources h3 {
	color: #0D457A;
	font-size: 1.4em;
	border-bottom: #0D457A 1px solid;
	margin-bottom: 20px;
}
/* BEGIN FIND FACULTY */
#twoColumnContainerLarge.find-faculty {
	margin-bottom: 20px;
	width: 100%;
	height: 265px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #f7f7f7 url(/images/research/landing-page/find-faculty-quick-links.png) left top no-repeat;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.3);
}
#twoColumnContainerLarge.find-faculty p {
	padding-bottom: 7px;
}
#twoColumnContainerLarge.find-faculty #singleColumnLeft {
	position: relative;
	padding-left: 20px;
	width: 184px;
	color: white;
}
#twoColumnContainerLarge.find-faculty #singleColumnLeft h3,
#twoColumnContainerLarge.find-faculty #singleColumnLeft a {
	color: white;
}
#twoColumnContainerLarge.find-faculty #singleColumnLeft h3 {
	padding-bottom: 4px;
	font-size: 2.1em;
	font-weight: 400;
	border-bottom: #5d99cf 1px solid;
}
#twoColumnContainerLarge.find-faculty #singleColumnLeft h4 {
	margin-bottom: 10px;
	font-size: 1.35em;
	font-weight: 400;
}
#twoColumnContainerLarge.find-faculty #singleColumnLeft a {
	padding-right: 14px;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	background: url(/images/lists/arrow-white.png) right center no-repeat;
}
#twoColumnContainerLarge.find-faculty #singleColumnLeft a:hover {
	text-decoration: underline;
}
/*#twoColumnContainerLarge.find-faculty #singleColumnLeft a.scival {
	position: absolute;
	top: 206px;
	left: 20px;
	background: none;
}*/
#twoColumnContainerLarge.find-faculty #singleColumnRight {
	margin-right: 20px;
	width: 378px;
}
#twoColumnContainerLarge.find-faculty #singleColumnRight h4 {
	margin: 10px 0;
	padding-bottom: 4px;
	font-size: 2.1em;
	font-weight: 400;
	color: #444;
	border-bottom: #e0e0e0 1px solid;
}
#twoColumnContainerLarge.find-faculty #singleColumnRight input[type="text"],
#twoColumnContainerLarge.find-faculty #singleColumnRight select {
	padding: 6px;
	width: 364px;
	color: #666;
	border: 1px solid #D2D2D2;
}
#twoColumnContainerLarge.find-faculty #singleColumnRight select {
	width: 378px;
	white-space: pre;
}
#twoColumnContainerLarge.find-faculty #singleColumnRight input[type="submit"] {
	margin-top: 25px;
	padding: 8px 50px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	background: #265c9f;
	border: #004892 1px solid;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 0px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 2px 0px 0 rgba(0,0,0,0.3);
}
#twoColumnContainerLarge.find-faculty #singleColumnRight input[type="submit"]:hover {
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
}
/* END FIND FACULTY */
/* END LEFT COLUMN */
/* BEGIN RIGHT COLUMN */
#rightColumnContainer #rightColumnBox:first-of-type {
	padding-top: 0;
}
#rightColumnContainer #rightColumnBox.centers {
	padding-bottom: 0;
}
#rightColumnContainer #rightColumnBox.connect h2 {
	font-size: 1.7em;
}
/* BEGIN ACCORDION */
#accordion {
	margin-bottom: 22px;
	width: 310px;
}
.accordion-toggle {
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 11px 15px;
	font-size: 1.2em;
	font-weight: bold;
	background: #999;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.accordion-toggle:first-child {
	margin: 0;
}
.accordion-toggle.nih {
	background: #2661a0;
}
.accordion-toggle.excellence {
	background: #1a7f98;
}
.accordion-toggle.distinction {
	background: #779731;
}
.accordion-toggle.specialty {
	background: #694aad;
}
.accordion-content {
	display: none;
}
.accordion-content.default {
	display: block;
}
.accordion-toggle span.toggle-icon {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 1.2em;
	color: #93b0d0;
}
/* END ACCORDION */
.student-video-badge:hover {
	opacity: 0.9;
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
}
/* END RIGHT COLUMN */
/* BEGIN SPOTLIGHT ARCHIVE */
#threeColumnContainerFull {
	margin-bottom: -6px;
	padding-top: 25px;
	border-top: #CCC 1px solid;
}
#threeColumnContainerFull:first-of-type {
	border: none;
}
#threeColumnContainerFull #singleColumnLeft {
	width: 287px;
	margin-right: 15px;
	padding-right: 34px;
}
#threeColumnContainerFull #singleColumnLeft:first-of-type {
	width: 305px;
	padding: 0;
}
#threeColumnContainerFull #singleColumnRight {
	width: 294px;
}
.archive-list ul {
	list-style-image: url(/images/lists/small-box-gray.png);
	list-style-position: outside;
}
/* END SPOTLIGHT ARCHIVE */
/* BEGIN STUDENT RESEARCH VIDEOS */
#student-video-container {
	margin: 0 auto 35px auto;
	padding: 24px;
	width: 900px;
	background: #fafafa;
	border: #CCC 1px solid;
}
#student-video-container #player-container {
	margin: 0 auto;
	width: 900px;
}
#student-video-container h2,
#video-catalog h3 {
	margin: 25px 0 12px 0;
	font-size: 1.5em;
}
#student-video-container #player-container p {
	padding: 0;
}
#video-catalog {
	margin: 0 auto 110px auto;
	width: 910px;
}
#video-catalog h3 {
	margin: 35px 0 18px 0;
}
#video-catalog .row {
	padding-bottom: 25px;
	border-bottom: #CCCCCC 1px solid;
}
#video-catalog .row:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#video-catalog .row .column {
	float: left;
	margin: 0 2px;
	padding: 10px 10px;
	width: 280px;
}
#video-catalog .row .column:first-child {
	margin-left: 0;
}
#video-catalog .row .column:hover,
#video-catalog .row .column.hover {
	background: #E7E7E7;
}
#video-catalog .row .column .video-thumb {
	position: relative;
}
#video-catalog a {
	display: block;
	text-decoration: none;
}
#video-catalog h4 {
	color: #599FD0;
	font-size: 1.35em;
	margin: 9px 0 2px 0;
}	
#video-catalog p {
	padding: 0;
	font-size: 1em;
	color: #a1a1a1;
}
#video-catalog .row .column .video-thumb .play-button {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: url(/images/icons/play-button-30.png) right bottom no-repeat;
	z-index: 1000;
}
a.view-all {
	display: block;
	margin-bottom: 20px;
	width: 142px;
	height: 31px;
	background: url(/images/research/video/students/view-all-videos.png) left top no-repeat;
}
a:hover.view-all {
	background-position: left bottom;
}
#video-catalog .row .column .play-button:hover,
#video-catalog .row .column .play-button.hover {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
}
/* END STUDENT RESEARCH VIDEOS */
/* BEGIN jQUERY UI CUSTOMIZATIONS */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;
	cursor: default;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(none);
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #d7d7d7;
	background: #2678A7 url(none);
	font-weight: normal;
	color: white;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: white;
	text-decoration: none;
}
/* END jQUERY UI CUSTOMIZATIONS */