/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

/* Subtle Patterns by Subtle Patterns is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
http://subtlepatterns.com/  */

@import url(//fonts.googleapis.com/css?family=Cabin);
@import url(//fonts.googleapis.com/css?family=Arimo:400,400italic,700,700italic&subset=latin,latin-ext);

html {
	font-size: 62.5%;
}

body {
	background-image: none;
	background-repeat: repeat;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Cabin, sans-serif;
	letter-spacing: 0.1rem;
	font-weight:normal;
}

p, ul, ol, label, table, tr, td, div, fieldset {
	font-family: Arimo, sans-serif;	
	letter-spacing: 0.1rem;
}

sup, sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;    
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

table {
	border: none;
}

tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
	background: none;
}


/* Header */

#zone-menu-wrapper {
	background-color: #04254b;
	background-image: url('../images/dark_Tire_002147.png');
	background-repeat: repeat;
	min-height: 45px;
}

#zone-menu-wrapper .widescreen {
	display: none;	
}

#zone-branding {
	background-color: #fff;	
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

#region-branding {
	width: 215px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

.mobile #quick-links {
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.mobile #quick-links {
	width: 278px;
	margin: 0 auto;
}

.mobile #quick-links li {
	display: inline;
	float: left;
	width: 92px;
}

.mobile #quick-links li.new-line  {
	clear: left;	
}

.mobile #quick-links li img {
	margin-bottom: 12px;
	margin-top: 12px;
}

.mobile #quick-links li a {
	text-decoration: none;
}

/* Header Links */
/* This is the
Hours - Ask Us - Your Account
menu bar */


#zone-menu {
	text-align: right;	
}

#region-menu ul {
	padding-top: 8px;
	margin-bottom: 8px;
}

#region-menu li {
	display: inline;
	list-style-type: none;
	font-family: Arimo, sans-serif;	
	letter-spacing: 0.1rem;
	padding-left: 2rem;
	position: relative;
	top: -3px;
}

#region-menu li.last {
	position: relative;
	top: 0;
}

#region-menu li a {
	color: #fff;
	text-decoration:none;	
}

/* Preface Zone -- used for alerts */

#zone-preface {
	background-color: #fff;	
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}


/* Content area */

#zone-content {
	background-color: #fff;	
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

#node_page_full_group_header_image,
#node_exhibit_full_group_header_image,
#node_library_event_item_full_group_header_image,
#node_library_staff_full_group_header_image,
#node_library_news_item_full_group_header_image,  
.page-node fieldset.group-header-image {
	display: none;
}

.field-name-field-header-image {
	position: relative;
	left: -22px;
}

.field-name-field-header-image-caption {
	position: absolute;
	left: -22px;
	top: 189px;
	padding-top: 7px;
	padding-bottom: 0;
	height: 24px;
	padding-right: 10px;
	color: #fff;
	text-align: right;
	background-color: rgba(52, 48, 45, 0.5);
	width: 930px !important;
	font-size: 1.1rem;
	z-index: 5;
	letter-spacing: .1rem;
}

.norgba .field-name-field-header-image-caption {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F34302D,endColorstr=#7F34302D)"; /* IE8 */    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F34302D,endColorstr=#7F34302D);   /* IE6 & 7 */      
	zoom: 1;
}

.field-name-field-header-image-caption p {
	margin-bottom: 0;
	max-width: 930px !important;
	text-align: right;
}

.field-name-field-header-image-caption a:link,
.field-name-field-header-image-caption a:visited {
	margin-bottom: 0;
	color: #fff;
	text-decoration: none;	
}

.field-name-field-header-image-caption a:hover {
	margin-bottom: 0;
	color: #fff;
	text-decoration: underline;
}

.field-name-field-header-image-caption .dark-caption-bg {
	color: #403a37;
}

.field-name-breadcrumb {
	display: none;
}

.field-name-breadcrumb .breadcrumb a {
	color: #fff;	
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}

.breadcrumb #custom-breadcrumbs-home {
	padding-right: 4px;	
	paddin-left: 0
}

.breadcrumb .custom-breadcrumbs-none {
	padding-right: 4px;
	padding-left: 4px;
}

h2.page-title {
	color: #004990;
	font-size: 2.4rem;
	margin-top: 22px;
}

#zone-content {
	font-size: 1.4rem;
}

.region-content-inner {
	/*margin-left: 22px; */
	color: #403a37;
}

#region-content .field-name-body p,
#region-content .field-name-body h3 {
	max-width: 615px;
}


/* Primary Navigation */
/* This is the 
SEARCH - RESEARCH - SERVICES - LIBRARIES & SPACES - ABOUT
menu bar */

#main-nav {
	display: none;
}

#mobile-main-nav {
	margin-bottom: 22px;
}

#mobile-main-nav .ui-accordion-header {
	text-transform: uppercase;
	font-family: Cabin, sans-serif;
	letter-spacing: 0.11rem;
	font-weight: normal;
	font-size: 1.8rem;
	color: #002147;
	background-color: #efefef;
	background-image: none;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border: 5px solid #fff;
	border-radius: 0;
}


#mobile-main-nav .ui-accordion-content {
	padding: 1em 0.5em;
}

#mobile-main-nav li {
	list-style: none;
	padding-bottom: 6px;	
}

#mobile-main-nav li a {
		
}

#zone-postscript {
	background-color: #fff;	
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

/* Right Sidebar */

#region-sidebar-second {
	position: relative;
	z-index: 4;
}

/* quicklinks block */
#block-block-120 {
	display: none;	
}

#region-sidebar-second .sidebar-box {
	background-color: #f3f1ef;
	padding-top: 10px;
	padding-left: 14px;
	padding-bottom: 26px;
	padding-right: 14px;
	color: #004990;
	font-size: 1.4rem;
	font-family: Arimo, sans-serif;
	margin-bottom: 18px;
}

.front #region-sidebar-second .sidebar-box {
	background-color: #fff;
}

#region-sidebar-second .sidebar-box.short {
	padding-bottom: 10px;
}

#region-sidebar-second .sidebar-box h3 {
	font-size: 1.6rem;
	color: #002147;
	font-family: Cabin, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 12px;
}

#region-sidebar-second .sidebar-box p {
	margin-left: 12px;
	margin-bottom: 0;
	padding-bottom: 12px;
}

#region-sidebar-second .region-sidebar-second-inner {
	margin-top: 16px;
}

/* Social Media */

#social-icons {
	width: 206px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
}

#social-icons li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}


/* Footer */ 

#zone-footer-wrapper {
	background-color: #04254b;
	background-image: url('../images/dark_Tire_002147.png');
	background-repeat: repeat;
	min-height: 115px;
	padding-top: 8px;
}

#region-footer-first {
	color: #fff;
	font-size: 1.1rem;
	text-align: right;
}

#footer-text {
	padding-left: 30px;
	padding-top: 16px;
	padding-right: 10px;
	text-align: left;
}

#footer-text a {
	color: #fff;
	text-decoration: none;	
}

/* Homepage */

.front .field-name-title {
	display: none;
}

.front #information-for {
	display: none;
}

#information-for {
	display: none;
}

#mobile-information-for.ui-accordion-header  {
	background-color: #8d817b;
	color: #fff;
}

/* homepage news */

.view-id-homepage_news {
	margin-top: 25px;
	position: relative;
	margin-bottom: 20px;
}

.view-id-homepage_news .views-field-body {
	font-family: Arimo, sans-serif;	
	letter-spacing: .1rem;
}

.view-id-homepage_news .views-slideshow-cycle-main-frame-row-item {
	float:left;
	width: 160px;
	padding-left: 25px;
	padding-right: 25px;
	z-index: 4;
	background-color: #fff;
}

.view-id-homepage_news .views-slideshow-cycle-main-frame-row-item.views-row-even {
	border-right : 2px dotted #ccc;
	border-left : 2px dotted #ccc;
}

.view-id-homepage_news .views-slideshow-cycle-main-frame-row-item .views-field-title {
	margin-top: 15px;
	margin-bottom: 20px;
	width: 160px;
	font-size: 1.8rem;
}

.view-id-homepage_news .views-slideshow-cycle-main-frame-row-item .views-field-title a {
	color: #002147;
	text-decoration: none;	
}

.view-id-homepage_news .views-slideshow-cycle-main-frame-row-item .views-field-body {
	font-size: 1.2rem;
	width: 160px;
}

.view-id-homepage_news .views-slideshow-cycle-main-frame-row-item .views-field-view-node {
	font-size: 1.2rem;
	text-align: right;	
}

.view-id-homepage_news .views-slideshow-cycle-main-frame-row-item .views-field-view-node a {
	color: #002147;
	text-decoration: none;	
}

.views-slideshow-controls-bottom {
	position:absolute;
	z-index:2;
	top: 72px;
	width: 680px;
	max-width: 680px;
	left: -22px;
}

#views_slideshow_controls_text_pause_homepage_news-default {
	display: none;
}

#views_slideshow_controls_text_previous_homepage_news-default {
	float:left;	
}

#views_slideshow_controls_text_next_homepage_news-default {
	float:right;	
}

#views_slideshow_controls_text_previous_homepage_news-default a,
#views_slideshow_controls_text_next_homepage_news-default a {
	display: block;
	color: rgba(255,255,255,0);
	max-width: 80px;
	min-height: 66px;
	text-decoration: none;
	border: none;
	vertical-align: middle;
}

#views_slideshow_controls_text_previous_homepage_news-default a:hover,
#views_slideshow_controls_text_next_homepage_news-default a:hover {
	text-decoration: none!important;
	display: block;
	color: rgba(255,255,255,0);
	border: none;
}

#views_slideshow_controls_text_previous_homepage_news-default a {
	background-image: url(../images/carousel-arrow-left.png);
	background-repeat: no-repeat;
	text-align: right;
	width: 160px;
	max-width: 160px;
	z-index:2;
}

#views_slideshow_controls_text_next_homepage_news-default a {
	background-image: url(../images/carousel-arrow-right.png);
	background-repeat: no-repeat;
	tect-align: left;
	min-width: 520px;
	z-index:2;
}

.node-type-library-news-item .field-name-field-home-page-image {
	margin-bottom: 20px;
}

/* search tabs */

#search-tabs {
	display: none;	
}

#mobile-main-nav #search-tabs-mobile {
	padding: 15px 12px;
	z-index: 20;
	display: block;
}

.front #search-tabs {
	padding: 7px 7px;
	display: block;
	z-index: 20;
	position: relative;
}

.context-gelardin #search-tabs {
	position: absolute; 
	display: none;
	z-index: 20;
}

#search-tabs.ui-widget-content,
#search-tabs.ui-widget,
#search-tabs-mobile.ui-widget-content,
#search-tabs-mobile.ui-widget {
	border: none;
	background: none;
}

#search-tabs.ui-corner-all,
#search-tabs .ui-corner-top,
#search-tabs .ui-corner-bottom, 
#search-tabs-mobile.ui-corner-all,
#search-tabs-mobile .ui-corner-top,
#search-tabs-mobile .ui-corner-bottom {
	border-radius: 0;
}

#search-tabs.ui-widget-content,
#search-tabs.ui-widget,
#search-tabs-mobile.ui-widget-content,
#search-tabs-mobile.ui-widget {
	background-color: rgba(206, 198, 192, 0.5);
}

.no-rgba #search-tabs.ui-widget-content,
.no-rgba #search-tabs.ui-widget,
.no-rgba #search-tabs-mobile.ui-widget-content,
.no-rgba #search-tabs-mobile.ui-widget {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FCEC6C0,endColorstr=#7FCEC6C0)"; /* IE8 */    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FCEC6C0,endColorstr=#7FCEC6C0);   /* IE6 & 7 */      
	zoom: 1;	
}

#search-tabs .ui-widget-header,
#search-tabs-mobile .ui-widget-header {
	border: none;
	background: none;	
	position: relative;
	left: -3px;
}

#search-tabs .ui-widget-header .ui-state-default,
#search-tabs-mobile .ui-widget-header .ui-state-default {
	border: none;
	background: none;	
}

#search-tabs li,
#search-tabs-mobile li {
	font-family: Arimo, sans-serif;
	font-size: 1.0rem;
	text-align: center;
}

#search-tabs ul li a,
#search-tabs-mobile ul li a {
	min-height: 2.6rem;	
	max-width: 6.0rem;
}

#search-tabs .ui-widget-header li.ui-state-default,
#search-tabs-mobile .ui-widget-header li.ui-state-default {
	background-color: rgba(221, 213, 196, 0.85);
	letter-spacing: .1rem;
}

.no-rgba #search-tabs .ui-widget-header li.ui-state-default,
.no-rgba #search-tabs-mobile .ui-widget-header li.ui-state-default {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8DDD5C4,endColorstr=#D8DDD5C4)"; /* IE8 */    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D8DDD5C4,endColorstr=#D8DDD5C4);   /* IE6 & 7 */      
	zoom: 1;
}

#search-tabs .ui-widget-header li.ui-state-default a,
#search-tabs-mobile .ui-widget-header li.ui-state-default a {
	color: #002147;
	padding: 5px 3px;
}

#search-tabs .ui-widget-header li.ui-state-active,
#search-tabs .ui-widget-header li.ui-tabs-selected,
#search-tabs-mobile .ui-widget-header li.ui-state-active,
#search-tabs-mobile .ui-widget-header li.ui-tabs-selected {
	background-color: #002147;
	letter-spacing: .1rem;
}

#search-tabs .ui-widget-header li.ui-state-active a,
#search-tabs .ui-widget-header li.ui-tabs-selected a,
#search-tabs-mobile .ui-widget-header li.ui-state-active a,
#search-tabs-mobile .ui-widget-header li.ui-tabs-selected a {
	color: #ede7dd;
	padding: 5px 3px;
}

.ui-tabs .ui-tabs-nav li {
	margin: 0 0 1px 0;	
	white-space: normal;
}

#search-tabs .ui-widget-header li:last-of-type a {
	max-width: 50px;	
}

#search-tabs div.ui-tabs-panel,
#search-tabs-mobile div.ui-tabs-panel {
	background-color: #002147;
	padding-bottom: 8px;
	padding-top: 10px;
}

#search-tabs form,
#search-tabs-mobile form {
	border: 5px solid #cec6c0;
	height: 40px;
	margin-bottom: 8px;
}

#search-tabs form input[type="text"],
#search-tabs-mobile form input[type="text"] {
	width: 100%;
	height: 40px;
	border: none;
	font-family: Arimo, sans-serif;
	color: #777;
	font-style: italic;
	border-left: 10px solid #fff;
}

#search-tabs form input[type="submit"],
#search-tabs-mobile form input[type="submit"] {
	width: 85px;
	height: 40px;
	background: none;
	background-color: #98002e;
	border-right: none;
	border-bottom: none;
	border-top: none;
	border-left: 1px solid #bebebe;
	font-family: Cabin, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: normal;
	text-shadow: none;
	border-radius: 0;
	position: absolute;
	right: 34px;
	z-index: 45;
}

#search-tabs fieldset,
#search-tabs-mobile fieldset {
	font-family: Arimo, sans-serif;
	letter-spacing: .1rem;
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 2px;
    border: none;
}

#search-tabs fieldset.ui-tabs-panel,
#search-tabs-mobile fieldset.ui-tabs-panel {
	padding: 0;
}

#search-tabs fieldset.collapsed .fieldset-legend,
#search-tabs-mobile fieldset.collapsed .fieldset-legend {
	background: none;
}

#search-tabs fieldset.collapsible .fieldset-legend,
#search-tabs-mobile fieldset.collapsible .fieldset-legend {
	background: none;
}

#search-tabs fieldset legend a,
#search-tabs-mobile fieldset legend a {
	font-family: Arimo, sans-serif;
	letter-spacing: .1rem;
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: normal;
}

#search-tabs fieldset .fieldset-wrapper,
#search-tabs-mobile fieldset .fieldset-wrapper {
	margin-left: 30px;
	margin-top: 2px;

}

#search-tabs .alpha-nav a:link,
#search-tabs .alpha-nav a:visited,
#search-tabs-mobile .alpha-nav a:link,
#search-tabs-mobile .alpha-nav a:visited {
	font-family: Arimo, sans-serif;
	letter-spacing: .1rem;
	color: #fff;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: normal;
	padding-right: 2px;
}

#search-tabs .alpha-nav,
#search-tabs-mobile .alpha-nav {
	color: #bae0f7;
	margin-bottom: 10px;
	font-family: Arimo, sans-serif;
	letter-spacing: .1rem;
	font-size: 1.2rem;
	font-weight: normal;

	word-wrap: break-word;
}

#search-tabs .alpha-nav a:hover,
#search-tabs-mobile .alpha-nav a:hover {
	color: #bae0f7;	
	text-decoration: underline;
}

#zone-content .ui-widget-header {
	background: none;	
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	max-width: none !important;
}

#zone-content .ui-widget-content {
	border: none;	
}

#zone-content .ui-corner-all { 
	border-radius: none;
}

/* Navigation Page tables */

ul.nav-page {
	text-align: center;
	display: inline;
	margin: 0 auto;
}

ul.nav-page li {
	display: inline;
	list-style-type: none;
	max-width: 160px;
	width: 160px;
	font-size: 1.6rem;
	font-family: Cabin, sans-serif;
	text-align: center;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 30px;
	float: left;
	padding-right: 0;
}

ul.nav-page li.extra-padding {
	margin-left: 0;
}

ul.nav-page li.wide-clear {
	clear: none;	
}

ul.nav-page li img {
	width: 160px;
	height: 100px;
	display: inline;
	padding-bottom: 10px;
}


ul.nav-page li a {
	color: #004990;
	text-decoration: none;
}

/* SuperSearch styles */

.context-search h1.title {
	display: none;	
}

#zone-content div.tabs ul.tabs {
	display: none;	
}

.page-search #block-blockify-blockify-tabs {
	display: none;	
}

.context-search #search-form {
	text-align: center;
	margin-top: 12px;	
}

.context-search form#search-form + h2 {
	color: #004990;
	font-size: 2.4rem;
	margin-top: 30px;
}

.box .gusearch-container {
	width:260px;
	max-width:260px;
	float: left;
	min-height: 550px;
}

.box .gusearch-container.first {
	border-right: 1px dotted #B4C4D2;
	padding-right:27px;
	margin-right:16px;
}

.box .gusearch-container-2 {
	margin-right:6px;
}

.box .gusearch-container.last {
	margin-right:0px;
	padding-left:20px;
	margin-left:22px;
	border-left: 1px dotted #B4C4D2;
}

.gusearch-container h2.gusearch {
	font-size: 150%;
	text-align: center;	
	height: 40px;
	min-height: 40px;
	width: 270px;
	margin-bottom:16px;
	margin-top:16px;
	padding-top:16px;
	padding-bottom: 8px;
	background-color: #EDF0F3;
}

.content .gupurpose, 
.content .combo-set {
	margin-left: 6px;	
}

.content .box .combo-result {
	margin-bottom: 24px;	
	overflow-x: hidden;  
}

.content .box .combo-title {
	margin-bottom: 12px;
	font-size: 110%;	
	line-height: 122%;
}

.content .box .combo-title a:link,
.content .box .combo-title a:visited {
	text-decoration:none;
}

.content .box .combo-title a:hover,
.content .box .combo-title a:active {
	text-decoration:underline;
}

.content .box .combo-snippet {
	font-size:85%;	
}

.content .box .combo-snippet strong {
	color:#00C;
	background-color:#FF9;
}

.content #edit-keys-wrapper {
	text-align:center;
	margin-bottom:22px;
}

#search-form #edit-keys-wrapper label {
	display:none;
}

.combo-summary {
	text-align: right;
	font-weight:bold;
	padding-top:20px;
}

.combo-summary a {
	color: #C00;	
}

/* breadcrumbs */

#block-blockify-blockify-breadcrumb {
	display: none;
}

.field-name-breadcrumb {
	background-color: #8d817b;
	width: 935px;
	position: relative;
	left: -37px;	
	border-left: 5px solid #8d817b;
	border-right: 5px solid #8d817b;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	font-size: 1.3rem;
	font-family: Cabin, sans-serif;
	letter-spacing: .1rem;
}

.field-name-breadcrumb a {
	display: none;	
}

#block-blockify-blockify-breadcrumb a {
	color: #fff;	
	text-decoration: none;
}

/* Exhibitions */

.context-exhibition .field-name-field-start-date {
	margin-top: 15px;	
}

.context-exhibition .field-name-field-end-date {
	margin-bottom: 25px;	
}

.context-exhibition p {
	max-width: 750px;	
}

.context-exhibition div.view-exhibit-generator .view-content {
	max-width: 750px;
	margin-top: 25px;	
}

.view-exhibit-generator .views-row {
	margin-bottom: 70px;
}

.view-exhibit-generator .views-field-field-thumbnail-image p {
	float: left;
	padding-right: 10px;		
}

.view-exhibit-generator .views-field-field-thumbnail-image p:last-of-type {
	float: none;
	padding-right: 0;	
}

.view-exhibit-generator .views-field-title {
	font-weight: bold;
	color: #222;
	font-size: 1.6rem;
}

.view-exhibit-generator .views-field-body {
	margin-top : 15px;
}

/* DigitalGeorgetown */

.view-digitalgeorgetown-spotlight .views-field-field-spotlight-caption p {
	margin-top: 10px;
	font-size: 1.2rem;
	font-style: italic;
	padding: 5px;
}

/* Borrowing Policies */

#fines-overview a span {
	display: none;
}

#fines-overview a:hover span {
	display: block;
   	position: relative; 
	right: 10px; 
	width: 175px;
    padding: 5px; 
    margin: 10px; 
    z-index: 100;
    color: #666; 
    background: #EDF0F4;
    font-size: 10px; 
    text-align: center;
    border: 1px solid #B4C4D2;
   }
   
/** Co-branded sites **/

#small-library-logo {
    display: none;   
}

/** IR site **/

.context-ir .logo-img,
.context-ir h2.page-title {
	display: none;	
}

.context-ir .tag-cloud a:link {
	text-decoration:none;
}

.context-ir .tag-cloud a:hover {
	text-decoration:underline;
}

.context-ir .tag-cloud .tag1 {color: #6B7DA8; font-size:24px;}
.context-ir .tag-cloud .tag2 {color: #8096C9; font-size:21px;}
.context-ir .tag-cloud .tag3 {color: #515F80; font-size:18px;}
.context-ir .tag-cloud .tag4 {color: #0e6cd6; font-size:25px;}
.context-ir .tag-cloud .tag5 {color: #2F374A; font-size:12px;}

.block-aggregator .item-list ul li {
	padding-bottom: 8px;	
}

/** Woodstock Site **/

.context-woodstock .logo-img {
	display: none;	
}



/** Blommer Site **/

.context-blommer .logo-img {
	display: none;	
}

/** Lobby Display **/

.context-displays #section-header,
.context-displays #zone-menu-wrapper,
.context-displays #zone-branding-wrapper,
.context-displays #footer,
.context-displays fieldset,
.context-displays .field-name-breadcrumb,
.context-displays h2.page-title {
	display: none;
}

.context-displays #zone-content {
	background-color: black;
	border-left: none;
	border-right: none;	
}

body.context-displays {
	background-color: black;
	margin: 0;
	padding: 0;
	width: 1920px;
	height : 1080px;
	background-image: none;
}

.context-displays .region-content-inner {
	margin-left: 0;	
}

.context-displays #region-content {
	width: 1920px;
	height : 1080px;
	margin-left: 0;
	margin-right: 0;
	background-image: none;
	overflow-y: hidden;
}

.context-displays #main {
	margin-left: 0;	
}

.context-displays #content {
	width: 1920px;
}

.context-displays .region-content-inner {
	padding: 0;	
}

.context-displays .container-12 {
	width: 1920px;
	margin-left: 0;
	margin-right: 0;
}

/** Site Contact **/

.page-contact #node_page_full_group_header_image {
    position: relative;
	top: -52px;
}

.page-contact h1#page-title {
	position: relative;
	top: 250px;
	font-size: 2.4rem;
	color: #004990;
}

.sidebar-box #quick-links {
	display: none;	
}


/* FlexSlider styles */

.flexslider .slides img {
/* see https://drupal.org/comment/7869297#comment-7869297 */
	width: auto; /* undo width: 100%  in flexslider.css*/
	max-width: 100%;  /* Make sure the image stays inside its surrounding container. */
	height: auto; /* keep the aspect ratio */
}

.view-news-carousel,
.view-blommer-news-carousel,
.view-gelardin-news-carousel {
	max-width: 400px;
}

.view-news-carousel .flexslider,
.view-blommer-news-carousel .flexslider,
.view-gelardin-news-carousel .flexslider {
	border: none;
	box-shadow: none;
	margin-top: 5px;	
}

.view-news-carousel .flexslider .views-field-title,
.view-blommer-news-carousel .flexslider .views-field-title,
.view-gelardin-news-carousel .flexslider .views-field-title {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 160px;
    font-size: 1.6rem;
}

.view-news-carousel .flexslider .views-field-title a:link,
.view-news-carousel .flexslider .views-field-title a:visited,
.view-blommer-news-carousel .flexslider .views-field-title a:link,
.view-blommer-news-carousel .flexslider .views-field-title a:visited,
.view-gelardin-news-carousel .flexslider .views-field-title a:link,
.view-gelardin-news-carousel .flexslider .views-field-title a:visited {
	text-decoration: none;	
}

.view-news-carousel .flexslider .views-field-body,
.view-blommer-news-carousel .flexslider .views-field-body,
.view-gelardin-news-carousel .flexslider .views-field-body {
    font-size: 1.2rem;
    width: 160px;
}

.view-news-carousel .flexslider .views-field-view-node,
.view-blommer-news-carousel .flexslider .views-field-view-node {
    font-size: 1.2rem;
    text-align: right;
	width: 160px;
}

.view-news-carousel .flexslider .views-field-view-node a,
.view-blommer-news-carousel .flexslider .views-field-view-node a,
.view-gelardin-news-carousel .flexslider .views-field-view-node a {
    color: #004990;
    text-decoration: none;
}

.flex-direction-nav a {
	height: 50px;	
}

.flex-prev {
    left: -20px;   
}