/* This file will hold styles for the mobile version of the website (mobile first). */


/**
 * Generic styles
 */
body {
	font: .8125em/1.3 Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #575757;
}
a:link, a:visited {
	color: #C00;
	text-decoration: none;
}
a:hover, a:active {
	color: #840101;
	text-decoration: underline; 
}
a:active {
	color: #5b0101;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	font-weight: bold;
	color: #000;
	letter-spacing: 0;
}
h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0;
}
h1, h2 {
	font-size: 1.5384em;
	font-weight: bold;
}
h2.block-title a {
	color: #fff;
	padding: 3px;
	font-weight: bold;
}
h2.block-title a:hover {
	color: #000;
	text-decoration: none;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 12px;
}
hr {
  	background: #000;
}
tr.even, tr.odd {
	background-color: #fff;
	border-bottom: none;
}
strong {
	font-weight: bold;
}
.styledtable {
	width: 100%;
}
.ranking-header {
	padding: 20px 20px 3px 20px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 15px;
}
table.styledtable th{
	background: #EEE;
	padding: 7px 5px;

	color: black;
}
table.styledtable td{
	padding: 2px 5px;
	border-bottom: 1px solid #EEE;
}
td.alignright {
	text-align: right;
}/**
 * Header section, zone, and region styles
 */

#section-header {
	padding: 0;
	background-color: #000;
}
#section-header img {
	max-width: 100%;
	height: auto;
}
#zone-header-wrapper {
	display: block;
	background: black;
	padding: 3px 10px;
}
#umd-wrapper {
	background: #840000;
	padding: 19px 0;
}
#zone-user {
	height: 0px;
}
aside {
	display: none;
}
/**
 * Search styles
 */
#block-google-appliance-ga-block-search-form {
	margin: 11px 0px;
	border: 1px solid #bbb8a9;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#block-google-appliance-ga-block-search-form .form-item, #block-google-appliance-ga-block-search-form .form-actions {
	margin: 0;
	padding: 0;
	height: 28px;
}
#block-google-appliance-ga-block-search-form .form-item-search-keys {
	display: block;
	overflow: hidden;
}
#block-google-appliance-ga-block-search-form .form-item-search-keys input[name=search_keys] {
	padding: 7px 15px 7px 34px;
	border: none;
	width: 100%;
	height: 30px;
	font-size: 1.08em;
	background: #fff url(../images/header/search_text_bg.png) 11px 7px no-repeat;
}
#block-google-appliance-ga-block-search-form .form-actions {
	margin: 0;
	padding: 0;
	width: 73px;
	float: right;
}
#block-google-appliance-ga-block-search-form .form-actions input {
	-webkit-border-radius: 0;
	border-radius: 0;
}
#block-google-appliance-ga-block-search-form .form-actions input {
	margin: 0;
	padding: 0;
	border: none;
	/*border-left: 1px solid #BBB8A9;*/
	width: 73px;
	height: 28px;
	background: transparent url(../images/header/search_button.png) top left repeat-x;
	font-weight: normal;
	text-transform: none;
	font-size: 1.05em;
	color: #fff;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 0;
	border-radius: 0;
	letter-spacing: .07em;
}
#edit-search-keys {
	color: #999999;
	font-size: 0.95em;
}
/**
* Today's date
*/
#block-block-2 {
	display: none;
}
/**
 * Primary navigation styles
 */
#block-menu-block-2 h2.block-title {
	margin: 0 0 20px 0;
	padding: 8px 14px;
	font-size: 1.30em;
	background: black;
	color: white;
	font-weight: bold;
}
#block-menu-block-2 h2.block-title {
	margin: 0 0 20px 0;
	padding: 8px 14px;
	font-size: 1.30em;
	background: black;
	color: white;
	font-weight: bold;
}
#block-menu-block-2 ul {
	margin: 0;
	padding: 0;
}
#block-menu-block-2 ul li {
	margin: 0;
	padding: 0;
	border: 1px solid white;
	list-style-type: none;
	list-style-image: none;
	background:  #999 url(../images/content/arrow-right.png) right no-repeat;
}
#block-menu-block-2 ul li:first-child {
	border-top: 1px solid #c0bdb4;
}
#block-menu-block-2 ul li a {
	padding: 8px 14px;
	display: block;
	font-size: 1.2307em;
	line-height: 1;
	color: white;
	font-weight: bold;
}
/**
 * Secondary navigation styles
 */
#region-user-second {
	margin-top: 20px;
}
#second_nav {
	background: #4D4C4C;
	border-bottom: 1px solid #5C5C5C;
	border-right: 1px solid #5C5C5C;
	border-left: 1px solid #5C5C5C;
	display: none;
	margin-top: 1px;
}
html.overlay-open #second_nav {
	display: none !important;
}
#second_nav ul li {
	list-style: none;
}
#second_nav ul li ul {
	display: block;
	margin: 0;
}
#second_nav ul li ul li {
	list-style: none;
	padding: 9px 5px;
	padding-left: 2em;
	margin-left: .4em;
	border-bottom: 1px solid #5c5c5c;
	z-index: 999;
}
#second_nav ul.menu {
	padding: 5px 0 0 5px;
}
#second_nav ul.menu li ul {
	padding: 0;
}
#second_nav ul.menu li ul li.first {
	border-top: 1px solid;
	margin-top: 10px;
}
#second_nav ul li a {
	color: #fff;
}
#second_nav ul li a:hover {
	text-decoration: none;
	color: #c00;
}
#second_nav ul li.active-trail a {
	color: #000;
}
#second_nav ul.menu li {
	margin: 0;
	padding-top: 10px;
}
#second_nav ul li.expanded {
	list-style-image: none;
	list-style-type: none;
	padding-left: 10px;
}
#second_nav ul li:hover {
	background: #5a5a5a;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-moz-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
}
#second_nav ul li:hover ul li {
	border-bottom: 1px solid #494949;
}
#second_nav ul li:hover ul li.first {
	border-top: 1px solid #494949;
	margin-top: 10px;
}
#second_nav ul li ul li:hover {
	background: #494949;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-moz-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
}
#explor-umd {
	background: #494949 url(../images/header/explore-bg.png) right center no-repeat;
	border: 1px solid #5A5A5A;
	border-radius: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 7px;
	margin: 20px 0 0 0;
}
#explor-umd a {
	color: #fff;
	font-weight: bold;
}
#explor-umd a:hover {
	color: #c00;
	text-decoration: none;
}
/**
* Main Content Area Style
*/
#breadcrumb {
	display: none;
}
.submitted {
	color: #C00;
	font-weight: bold;
	font-size: .85em;
	text-transform: uppercase;
}
#region-content-after {
	margin: 20px 0;
}
#region-content .field-name-field-contacts {
	margin-bottom: 20px;
}
/**
 * Content section, zone, and region styles
 */
#section-content {
	padding-top: 20px;
	background: #000;
}
#section-content {
	background: white url(../images/footer/default-footer-mobile.png) bottom center repeat-x;
	padding: 20px 0 100px 0;
	border-bottom: 1px solid white;
}
/**
 * Footer section, region, and zone styles
 */
#zone-footer {
	margin: 0;
	padding-top: 20px;
	font-size: .8595em;
	line-height: 1.5;
	letter-spacing: .2px;
	color: white;
	background: black;
}
#zone-footer .region {
	text-align: center;
}
#zone-footer a:link, #zone-footer a:visited {
	color: #ffd31c;
	text-decoration: none;
	font-weight: bold;
}
#zone-footer a:hover, #zone-footer a:active {
	color: #ffd31c;
	text-decoration: underline;
	font-weight: bold;
}
#zone-footer a:active {
	color: #5b0101;
}
#zone-footer strong {
	color: #45443e;
	font-weight: normal;
}
#zone-footer #region-footer-first {
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
#zone-footer #region-footer-first ul {
	margin: 0 auto;
	width: 75%;
}
html.js #zone-footer #region-footer-first ul.styled {
	display: none;
}
#zone-footer #region-footer-first ul li {
	margin: 0;
	padding: 0 10px;
	display: inline-block;
	list-style-type: none;
}
#zone-footer #region-footer-first ul li a {
	color: #5a5953;
}
#zone-footer #region-footer-second {
	margin-bottom: 15px;
}
#zone-footer #region-footer-second .title {
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2307em;
	text-transform: uppercase;
	letter-spacing: auto;
	color: #000;
}
#zone-footer #region-footer-second ul.inline li {
	margin: 0 5px;
	padding: 0;
}
#footer-social-icons {
	background:url(../images/footer/mob-social-footer.png) repeat-x;
	padding: 15px;
	margin-bottom: 15px;
}
#zone-footer #region-footer-third {
	font-size: .9230em;
	text-align:center;
	margin-top: 0px;
}
#zone-content .node-news img {
	margin: 0;
	border: 5px solid #EEE;
	outline: 1px solid #DDD;
}
/**
 * Blocks Style
 */

/* Make it a bit smaller for block headers */
h2.block-title {
	padding: 7px;
	background: #cc0000;
	color: white;
	margin: 0 15px 0 0;
	font-size: 1em;
	font-weight: bold;
}
#block-block-7 h2.block-title {
	padding: 7px;
	background: #5BDDFF;
	color: white;
}

#block-block-18 h2.block-title {
	padding: 7px;
	background: #5BDDFF;
	color: #FFF;
}
#block-block-18 {
	margin-right: 23px;
	display: none;
}
#twitter-side-block-tablet {
	margin-left: -20px;
	padding-left: 20px;
	background: url(../images/content/twitter-bg.jpg) repeat-y;
	padding-bottom: 15px;
	max-height: 550px;
}
#block-block-7 {
	margin-right: 23px;
	display: none;
}
#block-views-latest-news-block {
	margin-right: 23px;
}
#block-views-latest-news-block .content {
	padding: 0 20px 0 0;
}
#block-views-latest-news-block h2.block-title {
	margin-right: 0px;
}
#block-views-latest-news-block-6 {
	margin-right: 23px;
}
#block-views-latest-news-block-6 .content {
	padding: 0 20px 0 0;
}
#block-views-latest-news-block-6 h2.block-title {
	margin-right: 0px;
}
#region-sidebar-second .block {
	margin-bottom: 20px;
}
/**
 * Home Innovation Block
 */

#block-views-latest-news-block-1 h2.block-title {
	padding: 8px 6px;
	background: #989898;
	color: white;
	margin: 0 0 17px 0;
	font-size: 0.82em;
	font-weight: bold;
	text-align: center;
}
#block-views-latest-news-block-1 .views-field-field-thumb-image {
	margin: 10px 0;
}
#block-views-latest-news-block-1 .views-field-title {
	margin: 10px 0;
}
#block-views-latest-news-block-1 .video-navigation {
	float: right;
	margin: -42px 4px 0 0;
}
body.page-innovation-umd .views-field-title em {
  color: #C00;
  font-weight: bold;
  font-size: .875em;
  text-transform: uppercase;
  font-style: normal;
}
/**
 * Views Style
 */

.views-field-created {
	color: #C00;
	font-weight: bold;
	font-size: .85em;
	text-transform: uppercase;
	padding-top: 15px;
}
.views-field-title a {
	color: #000;
	font-weight: bold;
}
.views-field-title a:hover, .views-field-title a:active {
	color: #840101;
	text-decoration: underline;
}
.views-field-field-contacts a {
	font-weight: bold;
	font-size: .9em;
}
#block-views-latest-news-block-1 .views-field-title a {
	font-size: 0.880em;
}
/**
 * Twitter
 */
.twtr-hd {
	display: none;
}
.twtr-ft {
	display: none;
}
.twtr-tweet-wrap {
	background: #EFF7FA;
}
/**
 * Latest News Page Views
 */
body.page-latest-news h1.title {
	background: #cc0000;
	color: white;
	font-size: 1.25em;
	text-transform: uppercase;
	padding: 7px;
}
body.page-latest-news .views-field-title em {
	color: #C00;
	font-weight: bold;
	font-size: .875em;
	text-transform: uppercase;
	font-style: normal;
}
body.page-latest-news .block-system .views-field-title {
	padding-bottom:25px;
	vertical-align: top;
	padding-left: 2em;
}
/**
 * Innovation 2016 Page Views
 */
body.page-innovation-umd .block-system .views-field-title {
	padding-bottom:25px;
	vertical-align: top;
	padding-left: 2em;
}
body.page-innovation-umd h1.title {
	background: #cc0000;
	color: white;
	font-size: 1.25em;
	text-transform: uppercase;
	padding: 7px;
}
body.ipage-innovation-umd .views-field-title em {
	color: #C00;
	font-weight: bold;
	font-size: .875em;
	text-transform: uppercase;
	font-style: normal;
}
/**
 * Innovation 2016 Page Views
 */
body.page-multimedia .block-system .views-field-title {
	padding-bottom:25px;
	vertical-align: top;
	padding-left: 2em;
}
body.page-multimedia h1.title {
	background: #cc0000;
	color: white;
	font-size: 1.25em;
	text-transform: uppercase;
	padding: 7px;
}
body.page-multimedia .views-field-title em {
	color: #C00;
	font-weight: bold;
	font-size: .875em;
	text-transform: uppercase;
	font-style: normal;
}
/**
 * Innovation 2016 Home Block
 */

 #block-views-latest-news-block-1 {
	width: 123px;
	border-right: 1px solid #EBEBEB;
	padding-right: 20px;
	float: left;
}
/**
 * Hide Default Home page content
 */
body.front #block-system-main {
	display: none;
}
/**
 * Front Page Blocks
 */
body.front #block-views-latest-news-block-2 {
	width: 100%;
	float:left;
	margin-right: 20px;
	z-index: 2;
	padding-bottom: 20px;
}
body.front #block-views-latest-news-block-3 {
	width: 100%;
	float: none;
	margin-right: 15px;
	z-index: 1;
	margin-top: 0px;
}
body.front #block-views-latest-news-block-2 .views-field-created, body.front #block-views-latest-news-block-2 .views-field-title, body.front #block-views-latest-news-block-2 .views-field-field-brief-summary, body.front #block-views-latest-news-block-2 .views-field-field-contacts {
	padding-right: 10px;
}
{
 padding-right: 10px;
}
#block-views-multimedia-block-1 {
	margin-top: 20px;
}
body.front #block-block-10 {
	height: 50px;
}
#block-views-latest-news-block-2 .views-field-field-thumb-image img {
	width: 95%;
	height: auto;
	max-width: 290px;
}
/**
 * Most Popular Block
 */
#block-quicktabs-most-popular {
	display: none;
}
#region-content-after-narrow {
	display: none;
}
/**
 * Featured Videos
 */
.featured-video-vimeo {
	position: absolute;
	margin: -24px 0 0 162px;
}
.featured-video-youtube {
	position: absolute;
	margin: -24px 0 0 142px;
}
.video-raw-home .views-field-title {
	display: block;
}
.video-raw-home .views-field-title a {
	color: black;
	font-weight: bold;
	font-size: .90em;
}
.video-raw-home .views-field-title-1 {
	display:none;
	width: 144px;
}
.wrap-media-inside {
	margin: 0;
	padding: 0;
}
.firstroundvideo {
}
.secondroundvideo {
}
.popup-container {
	position: absolute;
	background: #EFF7FA;
	z-index: 9990;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	-webkit-border-bottom-right-radius: 1.6em 1em;
	-moz-border-bottom-right-radius: 1.6em 1em;
	border-bottom-right-radius: 1.6em 1em;
	-webkit-border-bottom-left-radius: 1.6em 1em;
	-moz-border-bottom-left-radius: 1.6em 1em;
	border-bottom-left-radius: 1.6em 1em;
}
.popup-image {
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.watch-button {
	display: none;
}
.watch-button a {
	display: block;
	height: 40px;
	width: 140px;
	margin: 10px 0 0 0;
	background: #F80907;
	font-weight: bold;
	color: white;
	font: 15px/40px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	background: -moz-linear-gradient(top, #F80907 0%, #b80403 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F80907), color-stop(100%, #b80403)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F80907 0%, #b80403 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F80907 0%, #b80403 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F80907 0%, #b80403 100%); /* IE10+ */
	background: linear-gradient(top, #F80907 0%, #b80403 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F80907', endColorstr='#b80403', GradientType=0 ); /* IE6-9 */
}
.watch-button a:hover {
	background: #ff6666;
	font-weight: bold;
	color: white;
	font: 15px/40px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	background: -moz-linear-gradient(top, #ff6666 0%, #b80403 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6666), color-stop(100%, #b80403)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6666 0%, #b80403 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6666 0%, #b80403 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff6666 0%, #b80403 100%); /* IE10+ */
	background: linear-gradient(top, #ff6666 0%, #b80403 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6666', endColorstr='#b80403', GradientType=0 ); /* IE6-9 */
}
.img-popup {
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	outline : 0;
	border: 0;
}
.video-raw-home .views-field-title-1 a {
	color: black;
	font-weight: bold;
	font-size: .90em;
}
#block-views-multimedia-block-1 h2.block-title {
	padding: 7px;
	background: #989898;
	color: #fff;
	margin: 0 10px 0 0;
	font-weight: bold;
}
.video-raw-home img {
	border: 1px solid white;
	outline: 1px solid #B6B6B6;
	margin-bottom: 7px;
	width: 134px;
	height: auto;
}
.video-raw-home {
	width: 140px;
	padding: 2px 6px 3px 2px;
	margin-top: 20px;
	height: 140px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	background: #fff;
 *display: inline;
	zoom: 1;
}
#block-views-multimedia-block-1 .view-display-id-block_1 {
	overflow: hidden;
}
#block-views-multimedia-block-1 .view-content {
	width: 100%;
}
.view-multimedia td.views-field-field-vimeo-embed-1 img {
	padding-bottom: 20px;
}
.view-id-latest_news td.views-field-field-thumb-image img {
	padding-bottom: 25px;
}
.video-navigation {
	float: right;
	margin: -23px 20px 0 0;
}
#previous {
	float: left;
	margin-right: 3px;
}
#next {
	float: left;
}
/**
 * Social Icons and sharing
 */
#social-icons-floating {
	display: none;
}
.social-top {
	display: none;
}
.addthis_button_email .at16nc, .addthis_button_print .at16nc {
	background: none;
}
.addthis_button {
	float: left;
}
.addthis_default_style {
	padding: 0;
	float: left;
}
.social_bottom .addthis_default_style a {
	color: #C00;
	text-transform: uppercase;
	font-size: 0.85em;
}
.social_bottom {
	margin-top: 20px;
}
.addthis_default_style a {
	padding: 0;
	font-weight: normal;
}
.addthis_button_facebook_like {
	margin: 0 10px;
}
/**
 * Published date
 */
.published_date {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
/** UMD in the NEWS Page **/

body.page-umd-news  h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 0;
	background: #EFF7FA;
	padding: 7px;
	border-top: 1px solid #CCC;
}
body.page-umd-news  .views-field-created {
	padding-top: 0px;
}
body.page-umd-news  .views-row {
	padding: 20px 0;
	border-bottom: 1px solid #c2c2c2;
}
body.page-umd-news  .views-row-last {
	border-bottom: 0;
}
/* Style For Aggregators */

#aggregator h3.feed-item-title a {
	color: #000;
}
#aggregator .feed-item-categories {
	display: none;
}
#aggregator .feed-item {
	margin-bottom: 2em;
	border-bottom: 1px solid #CCC;
	padding-bottom: 1em;
}
/* RSS Icons */

.rss-latest-news {
	position: absolute;
	margin: -26px 0 0 107px;
}
.rss-twitter {
	position: absolute;
	margin: -25px 0 0 58px;
}
.featured-video-rss {
	position: absolute;
	margin: -24px 0 0 125px;
}
.sports-rss {
	position: absolute;
	margin: -25px 0 0 57px;
}
.flickr-rss {
	position: absolute;
	margin: -34px 0 0 68px;
}
.latest-news-home-rss {
	position: absolute;
	margin: -24px 0 0 95px;
}
.innovation-home-rss {
	position: absolute;
	margin: -24px 0 0 95px;
}
.rss-twitter-side {
	position: absolute;
	margin: -25px 0 0 65px;
}
.latest-news-landing-rss {
	position: absolute;
	margin: 0 0 0 130px;
	top: 2px;
}
.innovation-landing-rss {
	position: absolute;
	margin: 0 0 0 178px;
	top: 2px;
}

/* Hornbake Studio */
#block-block-14 h2.block-title {
	margin: 0;
	background: #666666;
}
#hornbake_container {
	padding: 15px 9px 5px;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	background: #CCC;
	color: #666;
}
#hornbake_container a{
	font-weight: bold;
	text-decoration: none;
	font-size: 0.95em;
}
#hornbake_img {
	float: right;
	margin-left: 5px;
}
#hornbake_img img{
 	border: 2px solid #000;
}


/* UMD Experts */

.view-umd-experts .views-field-field-picture {
	margin-right: 11px;
	padding-bottom: 25px;
	float: left;
	margin-left: 4px;
	display: block !important;
	margin-top: 5px;
}
.view-umd-experts .views-field-nid {
	padding-top: 5px;
	padding-bottom: 25px;
}
body.page-node-667 .view-id-umd_experts .views-field-nid{
	text-align: right;
}
.view-umd-experts .views-field-field-picture img {
	border: 4px solid #FFF;

	-webkit-box-shadow: inset 0px 0px 2px rgba(0, -1, 6, 0.5),0px 1px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0px 0px 2px rgba(0, -1, 6, 0.5),0px 1px 5px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 2px rgba(0, -1, 6, 0.5),0px 1px 5px rgba(0, 0, 0, 0.4);
}
body.page-node-667 .views-row {
	width: 100%;
	float: left;
	min-width: 216px;
}
body.page-umd-experts .views-row {
	float: left;
}

.view-umd-experts .views-field-title {
	margin-bottom: 5px;
	margin-top: 5px;
}

body.page-node-667 .primary-experties {
	padding: 3px 10px;
	text-transform: uppercase;
	color: #FFF;
	margin-left: 100px;
	font-size: 0.90em;
	margin-bottom: 5px;
}
body.page-umd-experts .primary-experties {

	text-transform: uppercase;
	color: #FFF;

	font-size: 0.90em;
	margin: 0px 0 8px 0px;
}
.expertise-span {
	background: #C00;
	padding: 3px 10px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: bold;
}
body.page-node-667 h1 {
	font-size: 1.3em;
	background: #C00;
	color: #FFF;
	padding: 6px 10px;
	margin-right: 0px;
}
body.page-umd-experts h1{
	font-size: 1.1em;
	background: #C00;
	color: #FFF;
	padding: 6px 10px;
	margin-right: 20px;
}

.smaller-title {
	font-size: 0.7em;
}
body.page-node-667 .view-umd-experts .views-row  .views-field-field-job-title-position- {
	font-style: italic;
	margin-bottom: 5px;
}
.view-umd-experts .views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 0em;
}
body.page-node-667  .view-umd-experts .view-header {
	background: #000;
	color: #FFF;
	padding: 4px 10px;
	margin-left: -25px;
	width: 100%;
	font-weight: bold;
}
body.page-umd-experts .view-umd-experts .view-header {
	padding: 20px 0 30px 0;
	margin-right: 20px;

}

.view-umd-experts .view-header p{
	margin-bottom: 0;
}
.block--exp-umd-experts-page #edit-submit-umd-experts {
	margin: 0;
	padding: 0;
	border: none;
	/*border-left: 1px solid #BBB8A9;*/
	width: 82px;
	height: 35px;
	background: rgba(0, 0, 0, 0) url(../images/content/experts-serach-button.jpg) top left repeat-x;
	font-weight: normal;
	text-transform: none;
	font-size: 1.05em;
	color: #FFF;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 0;
	border-radius: 0;
	letter-spacing: .07em;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#edit-keys-wrapper {
	float: none;
}
#edit-keys {
	padding: 7px 15px 7px 34px;
	border: none;
	width: 81%;
	height: 35px;
	font-size: 1.08em;
	background: #FFF url(../images/header/search_text_bg.png) 11px 7px no-repeat;
	border: 1px solid #C7C2C2;
	border-radius: 5px;
	border-right: 0;
}
.view-umd-experts .views-exposed-form .views-exposed-widget {
	padding: 10px 0;
}

#edit-field-school-department-tid-wrapper {
	/*display: none;*/
	/*position: absolute;*/
	/*margin: 40px 10px 10px 0px;*/
	margin-top: 10px;
	max-width: 100%;
}
#edit-field-expertise-tid-wrapper {
	/*display: none;	*/
	/*position: absolute;*/
	/*margin: 40px 10px 10px 200px;*/
	margin-top: 10px;
}
select {
	max-width: 100%;
}
#edit-field-state-tid-wrapper {
	/*display: none;*/
	/*position: absolute;*/
	/*margin: 40px 10px 10px 400px;*/
	margin-top: 10px;
}
#block-views-exp-umd-experts-page .views-submit-button {
	margin-left: 0px;
	left: 65%;
	position: absolute;
	margin-top: -42px;
}
#block-views-exp-umd-experts-page input:focus {
	-webkit-box-shadow: #C2C2C2 0 0 1px;
	box-shadow: #C2C2C2 0 0 1px;
}
#experts-search-title {
	background: #000;
	color: #FFF;
	font-weight: bold;
	padding: 5px 7px;
	margin-bottom: 10px;
	margin-right: 25px;
}
#experts-advanced-search {

}
#experts-advanced-search {
	position: absolute;
	right: 20px;
	margin-top: 43px;
}
#block-block-16 {
	margin-right: 0px;
}
.view-all-experts {
	position: relative;
	right: 0;
	margin-top: 0;
	text-align: center;

}
.view-all-experts img {
	-webkit-transition: -webkit-transform .25s linear;
	-moz-transition: -moz-transform 0.5s;
	-webkit-box-shadow: 1px 1px 2px 0 #D0D0D0;
	-moz-box-shadow: 1px 1px 2px 0 #d0d0d0;
	box-shadow: 1px 1px 2px 0 #D0D0D0;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-color: #E4E4E4 #BEBEBD #BEBEBD #E4E4E4;
	padding: 0;		
}
.experts-wrapper {
	width: 147px;
	height: auto;
	background-color:rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 17px;
	margin: 9px 9px 9px 8px;
	text-align: left;
	font-size: 12px;
}
.experts-wrapper a{
	color: #fed101;
}
.primary_expertise-hover {
	margin: 10.4px 0 20px 8px;
	display: block !important;
	position: absolute;
	z-index: 1;
}
.title-hover{
	font-size: 1.2em;
	margin-bottom: 4px;
	font-weight: bold;
	margin-top: 15px;
}
.title-hover a{
	color: #fff;
}
.job_title_position-hover {
	font-style: italic;
	margin-bottom: 7px;
}
.expertise-hover {
	margin-top: 10px;
}
.expertise-nid-hover {
	font-weight: bold;
	margin-top: 20px;
}

#views_slideshow_controls_text_previous_umd_experts-page_1 {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../images/content/expert-left-arrow.jpg) no-repeat;
  font-size: 0px;
  padding-top:35px;
}
#views_slideshow_controls_text_next_umd_experts-page_1 {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../images/content/experts-right-arrow.jpg) no-repeat;
  font-size: 0px;
  padding-top: 35px;
}

#views_slideshow_controls_text_pause_umd_experts-page_1 {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../images/content/experts-pause.jpg) no-repeat;
  font-size: 0px;
  padding-top:35px;
}
#experts-pause {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../images/content/experts-pause.jpg) no-repeat;
  font-size: 0px;
  padding-top:35px;
  position: absolute;
  margin-top: -35px;
  left: 85px;
}
.views-slideshow-controls-bottom {
	text-align: center;
}
.block--exp-umd-experts-page {
	border-bottom: 1px solid #CCC;
	margin-right: 20px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	margin-top: 50px;
}
#experts-advanced-search {
	position: absolute;
	right: 25px;
	margin-top: 43px;
	z-index: 1;
	left: 0;
}
.views-label-field-expertise {
	display: inline-block;
	font-weight: 700;
}
.views-field-field-expertise .field-content{
	display: inline;
}
/* Hot Topics */
#block-block-18{
	margin-left: 10px;
}
#block-block-18 ul li {
	list-style: none;
	padding: 10px;
	border-bottom: 1px solid #e8e8e8;
	background: url(../images/content/right-arrow.jpg) center right no-repeat;
}
#block-block-18 ul li.first {
	border-top: 1px solid #e8e8e8;
}
#block-block-18 h2.block-title {
	background: url(../images/content/hot-topics-bg.jpg);
	margin: 0;
	color: #333;
	margin-bottom: 20px;
}

/* Jcarousal Override */ 

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 100%;
	height: auto;
	padding: 10px;
}
.jcarousel-skin-tango .jcarousel-container {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: none;
	border: 0;
	margin: auto;
}
.jcarousel-skin-tango .jcarousel-container li {
	width: 195px !important;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 205px;
	overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	padding: 0;
}
.jcarousel-skin-tango .jcarousel-item {
	height: 287px;
	overflow: hidden;
	border: 0;
	list-style: none;
	background: none;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: relative;
	top: 0;
	float: left;
	background-position: 0 0;
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(../images/content/expert-left-arrow.jpg) no-repeat;
	left: 30px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
  background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
  background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: relative;
	top: 0;
	display: inline-block;
  	width: 35px;
  	height: 35px;
  	background: url(../images/content/experts-right-arrow.jpg) no-repeat;
  	left: 140px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
  background-position: 0px 0px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
  background-position: 0px 0px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: 0px 0px;
}
.jcarousel-skin-tango .jcarousel-next, .jcarousel-skin-tango .jcarousel-prev {
	display: block;
	width: 35px;
	height: 35px;
}
body.page-umd-experts .view-footer {
	margin-bottom: 20px;
}
body.node-type-umd-expert .field-name-field-picture img {
	border: 4px solid #FFF;
	-webkit-box-shadow: inset 0px 0px 2px rgba(0, -1, 6, 0.5),0px 1px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0px 0px 2px rgba(0, -1, 6, 0.5),0px 1px 5px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 2px rgba(0, -1, 6, 0.5),0px 1px 5px rgba(0, 0, 0, 0.4);
}


/* Experts Content type */ 
#experts-container {
	width: 100%;
	margin: 0 auto;
}
#experts-left {
	width: 30%;
	min-width: 200px;
	float: left;
	padding: 10px;
}
#experts-right {
	width: 60%;
	float: left;
	padding-left: 10px;
}
#experts-right .statistics_counter {
	display: none;
}
body.node-type-umd-expert .field-name-body {
	margin-top: 25px;
}
body.node-type-umd-expert .field-name-field-degrees {
	margin-bottom: 20px;
}
body.node-type-umd-expert .field-name-field-publications-media {
	margin-top: 25px;
}
body.node-type-umd-expert .field-name-field-street-address {
	margin-top: 20px;
}
body.node-type-umd-expert .field-name-field-picture {
	margin-bottom: 10px;
}
body.node-type-umd-expert .field-item {
	display: block;
}

/*Flickr Update*/
.flickr-album-counter {
	display: none;
}
.flickr-album-heading {
	display: none;
}
/*CSS Update requested by UMD*/