/**
 * This will display them grid elements as block rather than inline for mobile browsers
 * (essentially anything smaller than the narrow grid size, and media query declares.
 */
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10,
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16, .grid-17, .grid-18, .grid-19,
.grid-20, .grid-21, .grid-22, .grid-23, .grid-24 {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

/* Grid panels inside blocks need their margins negated. */
.container-12 .block .omega-grid,
.container-16 .block .omega-grid,
.container-24 .block .omega-grid {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

.masonry-item {
	height: 470px !important;
	overflow: hidden;
}

.view-taxonomy-term article.node-event,
.view-taxonomy-term article.node-news {
	vertical-align: top;
	width: 100% !important;
	height: 75% !important;

	padding-right: 0px !important;
	overflow: hidden !important;
	background: #fff !important;
	border-bottom: none !important;
}

.view-taxonomy-term article.node-event header,
.view-taxonomy-term article.node-news header  {
	width: 75% !important;
	padding: 10px 0px 0px 10px;
	margin: 0 !important;
	float: none !important;
	clear: both;
	display: block !important;
}

.view-taxonomy-term div.field-type-image  {
	width: 100% !important;
	vertical-align: top;
}



.view-taxonomy-term div.field-name-field-subtitle {
	display: block !important;
	padding: 20px 0px 0px 10px;
	float: left !important;
	width: 100% !important;
	font-size: 1.3em !important;	
}



.view-taxonomy-term div.field-name-field-event-date{
	padding: 0   !important;
	float: left  !important;
	width: 75%;
}

.view-taxonomy-term span.date-display-single {
	float: left;
}

.view-taxonomy-term div.addtocal {
	/*float: right  !important;*/
	display: none !important;
}

.view-taxonomy-term div.field-name-field-location-linked {
	clear: both !important;
	display: block;
	float: left;
	width: 100%;
}

.view-taxonomy-term div.field-name-field-event-time {
	clear: both !important;
	display: block !important;
	float: none !important;
	width: 100%;
	margin: 0;
}

.view-taxonomy-term article.node-event div.field-name-body,
.view-taxonomy-term article.node-news div.field-name-body {
	display: none;
}

.view-taxonomy-term article.node-event div.field-name-field-date,
.view-taxonomy-term article.node-news div.field-name-field-date {
	padding-left: 10px !important;
}


.view-taxonomy-term div.node-links{
	display: none !important;
}

.view-taxonomy-term .node-readmore{
	display: none !important;
}


.view-taxonomy-term article.node-knowledge-base nav.node-links {
	display: none !important;
}

.librarySearchBoxOuter{
	margin-left: 10px;
	max-width: 600px;
	width: 90%;
	height: 130px;
	border: 1px solid black;
	border-radius: 5px;
	padding: 20px 20px 20px 20px;
	padding-bottom: 95px !important;
}

.librarySearchBoxInner{
	background: white !important;
	width: 100%;
	float:left;
}
.librarySearchColOne{
	clear:both;
}
.librarySearchColTwo{
	clear:both;
}

.librarySearchColTwoInner{
	float:left;
	padding-left:0px;
	clear:both;
	margin-bottom:20px;
}

.librarySearchSearchTerms{
	clear:both;
	margin-bottom:8px;
}

.librarySearchSearchScope{
	clear:both;
}

.libraryLargeContentBlock{
	clear:both;
	width:90%;
	float: left;
}
.libraryMediumContentBlock{
	clear:both;
	width:90%;
	float: left;
}
.librarySmallContentBlock{
	clear:both;
	width:90%;
	float:left;
}


/* News and Events Node Pages -- Top Image */
.newsEventsFullImages { 
    width: 100% !important;
    height: 300px !important;
    overflow: hidden; 
}
.newsEventsFullImages img { 
    width: 100% !important; 
    height: auto !important;
   position:relative;
}


