/* --------------------------------------------------------------

   content.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */


/* Custom Fonts
-------------------------------------------------------------- */
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('/public/fonts/league_gothic/League_Gothic-webfont.eot');
    src: url('/public/fonts/league_gothic/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/fonts/league_gothic/League_Gothic-webfont.woff') format('woff'),
         url('/public/fonts/league_gothic/League_Gothic-webfont.ttf') format('truetype'),
         url('/public/fonts/league_gothic/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;	
}
@font-face {
    font-family: 'MuseoSlab';
    src: url('/public/fonts/museo_slab/Museo_Slab_500-webfont.eot');
    src: url('/public/fonts/museo_slab/Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/fonts/museo_slab/Museo_Slab_500-webfont.woff') format('woff'),
         url('/public/fonts/museo_slab/Museo_Slab_500-webfont.ttf') format('truetype'),
         url('/public/fonts/museo_slab/Museo_Slab_500-webfont.svg#MuseoSlab') format('svg');
    font-weight: normal;
    font-style: normal;	
}

/* Default font settings.
--------------------------------------------------------------
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body {
  font-size: 10px;
  color: #4d3d2c;
  font-family: Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	margin: 0 0 10px; 
	font-weight: 100; 
	color: #6B553F; 
	font-family: "MuseoSlab", Arial, serif; 
	line-height: 1; 
	}

h1 { font-size: 2.8em; margin: 0 0 10px; text-transform: none; letter-spacing: .5px; max-width: 730px;}
h2 { 
	font-size: 2.1em; 
/*	margin: 35px 0 2.5px;  */
	margin: 15px 0; 
	text-transform: none; 
	border-bottom: 1px solid #d8d2cb;
	padding-bottom: 5px;
	font-weight: 100;
	}
h3 { font-size: 2em; margin: 0 0 10px; text-transform: none; letter-spacing: .5px; }
h4 { font-size: 1.6em; margin: 0 0 8px; font-family: Arial, serif; font-weight: 700;}
h5 { font-size: 1.4em; margin: 0 0 6px; font-family: Arial, serif; font-weight: 700;}
h6 { font-size: 1.3em; margin: 0 0 5px; font-family: Arial, serif; font-weight: 700;}

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

h2 .sub_heading
{
	font-size: 0.8em;
}
.header_no_top_margin {
  margin-top: 0;
}
#sidebar h2 {
	border-bottom: none;
	padding-bottom: 0;
	margin-top: 10px;
	}
#sidebar .sidebar_block.block.block-nodeblock.first h2,
#sidebar .sidebar_block.block.block-nodeblock.first .sidebar_block_title_container {
	margin-top: 0;
	padding-top: 0;
	}
.sidebar_cta_brown h2 {
	font-family: "LeagueGothicRegular",Arial,sans serif;
	font-size: 2.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #efeed4;
	margin-top: 0 !important;
	margin-left: 35px;
	padding-top: 3px;
	}
/* FUN FACTS SIDEBAR */	
#block-nodeblock-385 .sidebar_cta_brown h2 {
  margin-left: 0;
  border-bottom: solid 1px #ffffff;
  font-family: "MuseoSlab",Arial,serif;
  padding-bottom: 5px;
  font-size: 2.1em;
  text-transform: capitalize;  
}
.sidebar_cta_brown_icon_title img {
	border: none;
	margin: 0;
	float: left;
	padding: 0;
	}
.sidebar_cta_brown_link p {
	margin: 0;
	}
.sidebar_cta_brown_link a,
.sidebar_cta_brown_link li {
	color: #efeed4;
	}
	.sidebar_cta_brown {
  	color: #efeed4;
	}
	.sidebar_cta_brown a,
	.sidebar_cta_brown li,
	.sidebar_cta_brown p {
  	color: #efeed4;
	}
	
#sidebar ul.menu li a.active {
	color: #554029;
	text-decoration: none;
	}

/*sidebar menu structure 
----------------------------------------------------- */
#sidebar ul.menu li ul.menu,
#sidebar ul.menu li.active-trail ul.menu li ul.menu,
#sidebar ul.menu li.active-trail ul.menu li.active-trail ul.menu li ul.menu,
#sidebar ul.menu li.active-trail ul.menu li.active-trail ul.menu li.active-trail ul.menu li ul.menu,
#sidebar ul.menu li.active-trail ul.menu li.active-trail ul.menu li.active-trail ul.menu li.active-trail ul.menu li ul.menu,
#sidebar ul.menu li.active-trail ul.menu li.active-trail ul.menu li.active-trail ul.menu li.active-trail ul.menu li.active-trail ul.menu li ul.menu {
    display: none;
}
#sidebar ul.menu li.active-trail ul.menu,
#sidebar ul.menu li.active-trail ul.menu li.active-trail ul.menu,
#sidebar ul.menu li.active-trail ul.menu li.active-trail ul.menu li.active-trail ul.menu,
#sidebar ul.menu li.active-trail ul.menu li.active-trail ul.menu li.active-trail ul.menu li.active-trail ul.menu,
#sidebar ul.menu li.active-trail ul.menu li.active-trail ul.menu li.active-trail ul.menu li.active-trail ul.menu li.active-trail ul.menu {
    display: block;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 20px; font-size: 1.4em; line-height: 1.45em;}
p.bigger { font-size: 1.6em; line-height: 1.2; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }


p img,
ul img,
article img
{
	margin: 0 10px 0 0;
/* ----- Moved to common border style
	padding: 4px;
  	background-color: #FFF;
 	border: 1px solid #e4e4de;
*/
}


a:focus,
a:hover     { text-decoration: none; }
a           { color: #990000; text-decoration: underline; }
p a         { font-size: 1em; }

blockquote  { margin: 0 0 0 20px; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 1; }
sup         {font-size:xx-small; vertical-align:top;}
sub         {font-size:xx-small; vertical-align:bottom;}

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; font-size: 1em;}
ul, ol      { margin: 0 0 20px; padding-left: 10px; }

ul          { list-style-type: disc; font-size: 1.4em; padding-left: 1em; line-height: 1.5; color:#4C3D2C;}
ol          { list-style-type: decimal; font-size: 1.4em; padding-left: 1.5em; line-height: 1.5; color:#4C3D2C;}

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; font-size: 1.4em; margin-bottom: 5px;}
dd          { margin-left: 1.5em; font-size: 1.4em; margin-bottom: 10px;}

ul p, ol p
{
	font-size: 1.0em;
}

li {
	margin-bottom: 5px;
	}

/*
div#page_content ul, ol, div#search_no_results ul
{
  font-size: 1.2em;
}

div#page_content ul li, ol li, div#search_no_results ul li
{
  line-height: 2.1;
}
*/
/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; table-layout: fixed; font-size: 1.2em;}
th          { font-weight: bold; }
thead th    { background: #6b523f; color: #ffffff;}
thead th a {color: #ffffff;}
th,td,caption {
  padding: 4px 10px 4px 5px;
  border: 1px solid #555555;
  word-wrap: break-word;
  white-space: normal;
}
tr.even td  { background: #f1f1f1; }
tr.odd td { background: #ffffff;}
td p, th p {margin: 0; padding: 0;}
tfoot       { font-style: italic; }
caption     { background: #eee; }

table#field-slideshow-values,
table#field-pp-highlights-values {
    table-layout: auto;
}
table#field-pp-highlights-values tr.odd .form-item, table#field-pp-highlights-values tr.even .form-item, 
table#field-slideshow-values tr.odd .form-item, table#field-slideshow-values tr.even .form-item {
    white-space: normal;
}

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.no_text    { font-size: 0px; line-height: 0px; text-indent: -9999px; margin: 0; padding: 0;}
.text_left {text-align: left;}
.text_right {text-align: right;}

/* Border style and matching selectors */
.border,
article img,
.pp-highlights-list img, /* Places of interest highlights */
#map-canvas,
embed,
.highlight-image img
 {
 	border: 4px solid #FFF;
 	box-shadow: 0 0 0 1px #e4e4de;
/*
  padding: 4px;
  background-color: #FFF;
  border: 1px solid #e4e4de;
*/
}

img {

    
}

    .clear
{
	clear: both;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

hr.clear
{
	margin: 0;
	padding: 0;
	border: none;
	height: 0;
	background: none;
}

hr.dotted
{
	border-width: 1px 0px 0px;
	-moz-border-image: url('/public/images/layout/dotted_divider.jpg') 27 0 0 repeat; 
	-webkit-border-image: url('/public/images/layout/dotted_divider.jpg') 27 0 0 repeat;
	-o-border-image: url('/public/images/layout/dotted_divider.jpg') 27 0 0 repeat;
	border-image: url('/public/images/layout/dotted_divider.jpg') 27 0 0 fill repeat;
}

hr.spaced
{
	margin: 36px 0 51px;
}

hr.double_top_heavy
{
	margin: 0;
	padding: 0;
	border: none;
	height: 5px;
	background: url('/public/images/layout/hr_double_top_heavy.png') repeat-x;
}

.icon
{
	display: inline-block
}

.no_margin
{
	margin: 0;
}

.centered
{
	margin-left: auto;
	margin-right: auto;
}

/* BUTTONS */
.button
{
	display: inline-block;
  border: none;
  border: 1px solid #EBEBDD;
  height: 28px;
  padding: 0 8px 0;
  font-size: 1.7em;
  font-family: "LeagueGothicRegular", Arial, serif;
  color: #EBEBDD;
  background-color: #A91E20;
  line-height: 1em;
  text-transform: uppercase;
}
.button:hover,
.button:focus {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.button span
{
	display: inline-block;
	border: 1px solid #FFF;
	padding: 9px 20px;
}

.raquo
{
	display: inline-block;
	padding-right: 11px;
	font-weight: 600;
}
a.raquo:after {
/*	content: "\0020 \00BB"; --- regular space followed by raquo --- */
	content: "\00A0 \00BB"; /* --- non-breaking space followed by raquo --- */
 	}
a.laquo:before {
	content: "\00AB \00A0"; /* --- non-breaking space followed by raquo --- */

}
.laquo {
    display: inline-block;
    font-weight: 600;
    padding-left: 11px;
}

/* SELECT BOXES
-------------------------------------------------------*/
.ui-selectmenu-menu li a,
.ui-selectmenu-status
{
	font-size: 1em;
	line-height: 1.2em !important;
	padding: 0.25em 1em !important;
}
/* Points of Interest Explore - East to West Select Menu */
#edit-sort-bef-combine-button.ui-selectmenu {
  min-width: 153px;
}
.ui-corner-all 
{
border-radius: 0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default
{
	background-color: #FFFFFF !important;
	background-image: none !important;
	border: 1px solid #000000 !important;
	padding-top: 3px;
	height: 21px;
}
.ui-selectmenu-icon {
    height: 22px !important;
    margin-top: -11px !important;
    position: absolute;
    right: 1px !important;
    top: 50%;
    width: 25px !important;
}

.ui-state-default .ui-icon {
    background-image: url("/public/images/layout/select_list_arrow.png") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}
.ui-corner-top {
border-top-left-radius:0 !important;
border-top-right-radius:0 !important;
}

.ui-state-default .ui-icon {
    background-color: #990000 !important;
}
.ui-state-default .ui-icon {
    background-color: #990000 !important;
}
.ui-selectmenu-menu {
  z-index: 1005;
}


/* END SELECT BOXES */

/* BREADCRUMBS */
.breadcrumb a {
    text-decoration: underline;
}
.breadcrumb {
    font-size: .9em;
        }
    .breadcrumb ol {
        list-style:none;
        display:inline;
        padding-left: 0;
    }
    .breadcrumb ol li {
        display:inline;
    }
label {
font-weight: 700;
font-size: 1.25em;
margin-bottom: 5px;
color: #000000;
}
p a.browse_all {
font-size: .875em;
}
.bold {
    font-weight: 700;
}

#texas_time_travel_ad_sidebar img {
    border: none;
    padding: 0;
    margin: 0
}

/* Board Member Bios */
.bio_container {
clear: both;
margin-bottom: 30px;
}
.bio_photo {
float: left;
width: 165px;
    }
.bio_photo img {
margin: 0 0 30px 0;
}
.bio_name_title {
margin-left: 165px;
}
.bio_bio {
margin-left: 165px;
}

/* Inline display of related themes */
.related-themes ul {
    display:inline;
    font-size: 1.4em;
    padding-left:0;
  
}
.related-themes {
    position: relative;
    margin-top: 10px;
}
.related-themes ul li {
    list-style: none outside none;
    display:inline;
}
.related-themes ul li:after {
    content: ", ";
}
.related-themes ul li.last:after {
    content: "";
}
.related-themes ul li.views-row-last:after {
    content: "";
}
/* Address Elements
----------------------------------------------*/
.country {
    display:none;
}


#sidebar_explore_map
{
    float: left;
    width: 180px;
    clear: both;
	height: 188px;
}
#sidebar_explore_map a {
	display: block;
	padding: 95px 65px 80px;
	text-decoration: none;
	}
/* Formats the Themes: that appears on city/site related theme listing */	
.related_themes_title {
font-weight: 700;
float: left;
line-height: 1.5;
font-size: 1.4em;
padding-right: 5px;
}

p + h2,
p + h3 {
  margin-top: 35px;
}

#texas_trail_regions_column .current_domain {
  font-size: 1.24em;
  line-height: 1.3;
  font-weight: bold;
}

/* Events Sidebars
 -------------------------- */
 .views-field-field-address {
    font-size: 1.4em;
    line-height: 1.45em;
    margin: 0 0 5px;
 }
 
p.event-title {
font-weight: 700;
margin-bottom: 0;
}
p.event-date  {
font-weight: 700;
margin-bottom: 0;
}
p.event-summary {
margin-bottom: 0;
}
.event-row {
padding: 0 2px;
margin-bottom: 10px;
}
 /* Brochures
  ------------------ */
img.brochure {
  border: 2px solid #ffffff;
  float: left;
  margin: 10px 10px 10px 0;
  padding: 2px;
}
.brochure-download-link {
margin-top: 20px;
float: left;
}
h2.brochure-request-header {
  margin-top: 30px;
}
.field-name-field-desc-long ul,
.field-name-field-desc-short ul {
  overflow: hidden;
}

#site-map .site-map-box-menu h2.title {
  display: none;
}
/* Fast Facts */
/*
.fast-fact-tagline {
	text-align: left;
	font-weight: 600;
	margin-left: 410px;
	margin-bottom: 10px;
	}
h2.fast-fact-statistic {
    border: medium none;
    color: #AF002C;
    font-size: 4em;
    font-weight: 100;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}*/
#fast_facts_container_horizontal h2 {
  border: none;
  font-size: 2.8em;
}
.press-release-list-item {
  border-top: 1px solid #d8d2cb;
  padding: 20px 0 30px;
}
/*Programs and Projects Highlights */
.pp-highlights-list
{
    clear: both;
    width:680px;
}
.pp-highlights-list a.raquo {
    margin-top: 5px;
}
.pp-highlights-list-item img, 
.field-name-field-highlighted-places-of-inte img
 {
    float: left;
    margin: 0 10px 10px 0;
    margin: 0;   
/*  Moved to common image styles above
    padding: 0;
    border: 4px solid #e5e4dc;
*/
}
/* (formerly .pp-highlights-list li ( */
.view-id-projects_programs.view-display-id-highlights .pp-highlights-list-item, 
.field-name-field-highlighted-places-of-inte
{
  list-style: none;
  margin-bottom: 26px;
  min-height: 100px;
  display: inline-block;
  width: 152px;
  margin-right: 16px;
  vertical-align: top;
  float: left;
 }
lt-ie8 .pp-highlights-list li {
  /* zoom: 1; */ /* removed 6/13/14 */
  display: inline;
}
.pp-highlights-list li.views-row-last, 
.field-name-field-highlighted-places-of-inte:last-child
{
margin-right: 0;
}
.pp-highlights-list li p a:after {
  content: "\00A0\00BB";
}
.pp-highlights-list ul {
	padding-left: 0;
}
.pp-highlights-list ul, .pp-highlights-list ol {
	padding-left: 0;
}
.pp-highlights-list-item ul li {
    
}
.pp-highlights-list ul li p {
    margin-bottom:0px;
    font-size: 1em;
    width: 100px;
}

/* Programs and Projects What's New */
#pp_whatsnew_container img {
    float: left;
    margin: 0 10px 0px 0;
    /* border: 4px solid #e5e4dc; Removing extra border */
    margin: 0 10px 0 10px;   
}


.node-454 .pp-list-item {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 30px;
    vertical-align: top;
    width: 300px;
}
.pp-list img {
  float: left;
  border: 4px solid #E5E4DC;
  margin: 0 10px 10px 0;
  }
.pp-list-title {
  font-size: 1.1em;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 800;
  line-height: 1.4em;
}

.division-item-list ul {
	padding-left: 0;
	}
li.division-list-item  {
    list-style: none outside none;
}
.division-item-list ul h2 {
	font-size: 1.6em;
	}
li.division-list-item ul {
	padding-left: 1em;
	}
	
/*LEARN Landing page */
#learn_pubs_training_container h3 {
border-bottom: 1px solid #D8D2CB; padding-bottom: 5px;
}

/* UPCOMING EVENTS */
p.upcoming-events-title {
 margin: 0;
}
p.upcoming-events-date {
  margin: 0;
}
p.upcoming-events-summary {
  margin: 0;
}
/*TOOLKITS */
.toolkits-summary-row h2 {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.toolkits-summary-row {
  margin-bottom: 20px;
}
/*CONTACT US */
#contact_container .field-type-addressfield {
  font-size: 1.25em;
}
p.address_indent {
  margin-left: 10px;
}

/*PRESERVE LANDING PAGE */
.preserve_program_highlights_slideshow_nav {
  text-align: center;
  height: 30px;
  width: 463px;
  float: right;
}
#preserve_program_highlights_container,
#preserve_toolkit_highlights_container {
position: relative;
}
.preserve_program_highlights_slideshow_nav p,
#explore_nav p {
  padding-top: 5px;
}
.locality, .postal-code, .thoroughfare, .premise, .state {
  font-size: 1.3em;
}
.locality:after {
  content:","
}
img.sidebar_icon {
  border: none;
}
.faq-list-title {
  border: none;
}
.publications-download-title,
.forms-listing-title {
  margin-bottom: 0;
}
.faq-answers-row {
  margin-bottom: 40px;
}
.forms-listing-row {
  margin-bottom: 0px;
}
.faq-answers-row .last,
.forms-listing-row .last {
  margin-bottom: 0;
}
.forms-listing-row p,
.faq-answers-row p {
  margin-left: 0;
}
.forms-listing-row.category-only {
  margin-bottom: 5px;
}
.view-display-id-all .view-header h2 {
  border: none;
}
#prev1, #prev2, #prev {
float: left;
}
#next1, #next2, #next {
float: right;
}
.lt-ie8 #next1,
.lt-ie8 #next2,
.lt-ie8 #next {
  float: none;
  margin-left: 40px;
}
#program_counter, #toolkit_counter {
text-align: center;
}
.slideshow_image_container {
float: left;
height: 229px;
}
.slideshow_content_container {
width: 690px;
}
.lt-ie8 .slideshow_content_container {
  width: 463px;
}
#nav.preserve_program_highlights_slideshow_nav, 
#nav2.preserve_program_highlights_slideshow_nav {
position: relative;
bottom: 42px;
z-index: 1000;
}
#block-nodeblock-1485 img {
border: none;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
}
#block-nodeblock-1485 #explore_pin {
margin-bottom: 10px;
}
#map_container .map {
margin: auto;
}
.views-exposed-form .views-exposed-widget .form-submit {
    /* margin-top: 1.1em; */
}

/* EXPLORE TEXAS SLIDESHOW */
.explore_texas_slideshow_image_container {
float: left;
height: 230px;
width: 340px;
}
.explore_texas_slideshow_content_container {
width: 340px;
float: right;
}
.lt-ie8 .explore_texas_slideshow_content_container {
  /*width: 363px;*/
}
#explore_nav {
    text-align: center;
  height: 30px;
  width: 329px;
}
/* FULL CALENDAR */
.fullcalendar .fc-header-left, .fullcalendar .fc-header-center, .fullcalendar .fc-header-right {
    padding-bottom: 5px !important;
}
.fc-header-title h2 {
  border-bottom: none;
}

#views-exposed-form-full-calendar-news-events {
  
}
p.pp-contact-email img, p.pp-contact-phone img {
  padding: 0;
}

/*Admin Pages */
h3.admin_pages {
  margin-top: 20px;
}
.dataTables_info {
  font-size: 1.25em;
}
.paginate_enabled_next, .paginate_enabled_previous, .paginate_disabled_next, .paginate_disabled_previous {
  font-size: 1.25em;
  margin-right: 20px;
  
}
/* Search Page and block */
.gsc-control-cse table {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
}
.gsc-control-cse table thead, .gsc-control-cse table tfoot {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
    border-right: medium none;
}
.gsc-control-cse table tbody {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    border-left: medium none;
    border-right: medium none;
}
.gsc-control-cse table thead tr th, .gsc-control-cse table thead tr td, .gsc-control-cse table tfoot tr th, .gsc-control-cse table tfoot tr td {
    border-spacing: 0;
    color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 1.067em;
    font-weight: 700;
    padding: 1em;
    text-align: left;
    vertical-align: top;
}
.gsc-control-cse table tr th, .gsc-control-cse table tr td {
    color: #6B553F;
    padding: .25em 1em 1em;
    vertical-align: top;
}
.gsc-control-cse table tr td {
    border: none;
}
.gsc-control-cse table tr.even, .gsc-control-cse table tr.alt, t.gsc-control-cse able tr:nth-of-type(2n) {
    background: none repeat scroll 0 0 transparent;
}
.gsc-table-cell-thumbnail {
  width: 75px;
}
.gsc-resultsHeader {
  display: none;
}
.gsc-above-wrapper-area {
  height: 50px;
}
.gs-result .gs-title, .gs-result .gs-title * {
    color: #990000 !important;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: #6B553F !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: #FFFFFF;
    border-color: #6b553f;
    color: #990000 !important;
    text-decoration: underline !important;
} 
.gsc-cursor-page {
  color: #990000 !important;
}
.gsc-cursor-page:hover {
  color: #990000 !important;
  text-decoration: underline !important;
}
.gsc-webResult .gsc-result {
  padding: 0px;
}
.gsc-table-result {
  margin-bottom: 0;
}
.gs-title {
    color: #6B553F;
    font-family: "MuseoSlab",Arial,serif;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 5px;
    font-size: 1.2em;
    letter-spacing: 0.5px;
}
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: #4D3D2C !important;
    font-size: 1.075em;
    line-height: 1.5;
}
.gsc-control-cse table tr th, .gsc-control-cse table tr td {
    color: #4D3D2C;
    font-size: 1em;
  
}
td.gsc-branding-text div.gsc-branding-text, td.gcsc-branding-text div.gcsc-branding-text {
    font-size: 11px;
    padding-bottom: 2px;
    text-align: right;
}
td.gcsc-branding-text-name {
 width: 50px; 
}
td.gcsc-branding-img-noclear {
  width: 50px;
}

td.gcsc-branding-text {
    padding-right: 0.2em !important;
    white-space: nowrap;
}
td.gcsc-branding-img-noclear {
    padding-left: 0.1em !important;
    padding-right: 0.7em !important;
    padding-top: 0.2em !important;
    width: 40px;
}

td.gcsc-branding-text.gcsc-branding-text-name {
    padding-left: 0.1em;
    padding-right: 0.1em;
    white-space: nowrap;
    width: 135px;
}

/* Slideshow Overlay */
ul.slideshow-overlay {
  list-style: none;
  margin-top: 10px;
}
.slideshow-overlay li {
  display: inline;
}
li.slideshow-overlay-initial-image {
  display: block;
}
li.slideshow-overlay-initial-image img {
  margin-bottom: 0;
  margin-left: 0;
}
.fancybox-prev span {
  left: 40%;
  background-position: 0 -43px;
}
.fancybox-next span {
  right: 40%;
  background-position: 0 -91px;
}
.fancybox-nav {
  position: fixed;
}
.fancybox-nav span {
    visibility: visible;
    height: 43px;
    width: 43px;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/public/images/icons/fancybox-sprite-enlarged.png");
}

/* Historic Highways */

  /* Slideshow */

  .field-slideshow {
  	overflow: visible;
  }

  .node-historic-highway .field-name-field-in-page-slideshow img {
    margin:0;
  }
  .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-slide {
    position:relative;
  }
  
  .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-caption {
    background: url("/public/images/layout/slideshow_overlay_subpage_text_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    background-size: 3px 100%;
    z-index: 1000;
    font-size: 1em;
    padding: 0.5em 17px;
    width:351px;
    margin-left: 4px; /* Account for border */
    position:absolute;
    bottom:22px;
    left:0;
    line-height: 1.25em;
  }

  .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-wrapper {
    font-size:1.4em;
    position:relative;
    width:385px;
    z-index: 1;
  }

  .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-controls .prev,
  .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-controls .next {
    display:none;
  }

  .node-historic-highway .field-slideshow-controls a.pause,
  .node-historic-highway .field-slideshow-controls a.play {
    font-size: 0.8em;
    margin-left: 5px;
    color: #c4b899;

  }

  .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-controls,
  .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-pager {
    position:absolute;
    z-index:1001;
    right:0;
    bottom: 35px;
  }

  .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-controls {
    width:35%;
    padding:.7em;
    background: transparent;
  }
  .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-controls a,
  .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-pager a {
    color:#fff;
    opacity: 0.7;
  }
  .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-pager {
    text-align:right;
    padding:0 .5em .6em 0;
  }
  .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-pager a {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('/public/images/icons/slideshow_button.png') no-repeat;
    border: 0;
    /* font: 0/0; *//* Removed 6/13/14 */
    text-shadow: none;
    color: transparent;
  }
  .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-pager a.activeSlide {
    background: url('/public/images/icons/slideshow_button_hover.png') no-repeat;
  }
  .node-historic-highway .field-name-field-in-page-slideshow .field-slideshow-pager a + a {
    margin-left:4px;
  }
  #cboxPhoto {
    margin:0;
  }
  #cboxTitle {
    font-size:1.4em;
    color:#333;
  }
  #cboxOverlay {
    background:#000;
  }

  /* Intro Text */

  .group-historic-highway-intro h2 {
    margin-top:0;
  }

  /* Map */

  #map-canvas {
    width:100%;
    height:220px;
    margin-bottom:1em;
  }
/*
  div.gm-style-iw {
    padding: 5px 0 5px 0;
}
*/
  /* Custom Button */
  .red-button {
    color: #F9F8F0;
    background-color:#990000;
    display: block;
    font-family: "LeagueGothicRegular",Arial,serif;
    font-size: 2.2em;
    line-height: 2.2em;
    font-weight: normal;
    width: 275px;
    letter-spacing: 0.3px;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #f9f8f0;
    box-shadow: 0 0 0 2px #990000;
  }
  .red-button:hover,
  .red-button:focus {
    color: #FFFFFF;
    background-color: #a91e21;
  }
.info-window-content {
	width: 400px;
	min-height: 120px;
}
  .info-window-content__image {
/*    width:50%; */
    width: 150px;
    float:left;
    margin-right: 20px;
  }
  .info-window-content__text {
/*    width:48%;
    padding-left:2%; */
   /* width: 100%; */
    margin-left: 10px;
    /*float:right;*/
  }
  .info-window-content__text a {
    font-size:13px;
    line-height:1.4;
  }

/* Submit Your Photos Block */
#block-nodeblock-2853 {
    padding-bottom: 20px;
}

/* Places of Interest */

.node-type-historic-highway-place-of-intere h1 {
    margin: 0 0 15px;
}

.exposed-filters-set--pois {
  margin-left: 10px
}