/* --- Section ID --- */
.id {
  position: absolute;  
  left: .7em;
  top: 1em;
  z-index: 100; }
.id figure { display: none; }
 
@media (min-width : 800px)  { 
.id { 
  height: 0; 
  max-width: 100%;
  padding-bottom: 24.375%;   
  position: relative; 
  left: auto;
  top: auto;
  overflow: hidden; }  
.page-template-template-section-front  .id,
.page-template-template-news-list .id,
.archive .id {  display: none; }

.id figure,
.id figcaption { 
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 100%;
  -moz-background-size:    100%;
  -o-background-size:      100%;
  background-size:         100%;   
  position: absolute; 
  left: 0; 
  width: 100%; 
  }  

.id figure { 
	display: block;
	z-index: 1;
	top: 0;
	height: 100%;
	} 
  
.id figcaption {
	left: 0;  
	bottom: 1em;
	z-index: 300;
	}
}

@media (min-width : 980px)  { .id figcaption { bottom: 1.5em; } }


.id .sec-title { 
  margin: 0 auto;
  position: relative;
  font-size: .8em;
  text-transform: uppercase;
  text-align: left; }  

.id .sec-title a,
.id .sec-title.no-link span { 
  background: rgba(220,77,40,1); 
  display: inline-block;
  color: #fff;
  padding: .35em .4em .4em;
  -webkit-border-radius:  .6em .6em 0 .6em;
  -moz-border-radius:     .6em .6em 0 .6em;
  border-radius:          .6em .6em 0 .6em; 
  }
  
.id .sec-title a:hover { 
  background: rgba(0,158,151,1); 
  -webkit-border-radius:  0 .6em .6em .6em;
  -moz-border-radius:     0 .6em .6em .6em;
  border-radius:          0 .6em .6em .6em; 
  }
  
.id .sec-title a:active { background: #00c6bd;  }

@media (min-width : 800px)  { 
  .id .sec-title { font-size: 1.5em; } 
  .id .sec-title a {  background: rgba(220,77,40,.85); }
  .id .sec-title a:hover { background: rgba(0,158,151,.85); }
}
@media (min-width : 980px)  { .id .sec-title { font-size: 1.7em; } }
@media (min-width : 1200px)  { .id .sec-title { font-size: 1.9em; } }  

/* --- Section Front Hero --- */

.hero { 
  background: rgba(0,159,152,1); 
  position: relative; }
  
.hero img { 
  width: 100%; 
  overflow: hidden; } 

.hero h1 { 
  margin: 0 auto;
  position: relative;
  font-size: 1.2em;
  text-align: center;
  margin: 0;
  display: block; }  
.hero h1 a { 
  background: rgba(0,159,152,1); 
  padding: .3em .4em .6em;
  display: block;
  color: #fff; 
  text-align: left; } 
.hero h1 a:hover { background: rgba(220,77,40,1);  }

.hero article {
  background: #254b59;
  padding: 1.3em;
  -moz-box-shadow:    inset 0 -4px 0 #3d8199;
  -webkit-box-shadow: inset 0 -4px 0 #3d8199;
  box-shadow:         inset 0 -4px 0 #3d8199;
  position: relative; }  

.hero article {
	background: #254b59;
	overflow: hidden;
	padding: 1.3em;
	line-height: 1.3;  
	-moz-box-shadow:    inset 0 -4px 0 #3d8199;
	-webkit-box-shadow: inset 0 -4px 0 #3d8199;
	box-shadow:         inset 0 -4px 0 #3d8199;
	position: relative; 
	text-align: left;
	}  
   
.hero article a { color: white; }
.hero article a:hover { color: #6cd5ce; }

.hero article h3 {
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase; }
  
@media (min-width : 800px)  { 
.hero { 
	background: transparent; 
	min-height: 20em; }

.hero figure {
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	-o-background-size:      cover;
	background-size:         cover;    
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0px; }
.hero img { display: none; } 

.hero figcaption { 
  width: 100%; 
  position: absolute; 
  left: 0;  
  bottom: 1em;
  z-index: 300; } 
  
@media (min-width : 980px)  { .hero figcaption  { bottom: 1.5em; } }
  
.hero h1 { text-align: left; }
.hero h1 a { 
  background: rgba(0,159,152,.85);   
  display: inline-block;
  padding: .3em .4em .45em;
  -webkit-border-radius:  .6em .6em 0 .6em;
  -moz-border-radius:     .6em .6em 0 .6em;
  border-radius:          .6em .6em 0 .6em; } 
.hero h1 a:hover { background: rgba(220,77,40,.85); }

.hero article { 
  background: rgba(37,76,90,.9); 
  width: 25%;
  width: calc(25% - (1em));
  float: right; }
.hero article h3 { text-align: left; }  
}  

@media (min-width : 800px)  { 
	.hero h1 { font-size: 1.5em; }
	.hero .wrap {
		position: absolute;
		left: 0;  
		right: 0; 
		bottom: 1.5em;
		width: 100%;
		}
	.hero figcaption .wrap { 
		bottom: 0 !important;
		}
	}
	
@media (min-width : 980px)  { 
	.hero { min-height: 22em; }
	.hero h1 { font-size: 1.7em; }
	}
	
@media (min-width : 1200px) { 
	.hero { min-height: 25em; }
	.hero h1 { font-size: 1.9em; }
	}
	


/* --- Content Area --- */

main {
  width: 100%; 
  display: block;
  padding: 2em 1em 0; }

.content {
  display: block;
  color: #505050; 
  font-size: 1em;
  line-height: 1.3; } 

.options {   
  display: block;
  padding: 1em 0 0;
  margin-top: 2em;
  border-top: 2px solid #e7e7e7; }
  
@media (min-width : 800px)  { 
main {
  display: table;
  padding: 2em 1em 1em; }
  
.content {
  width: 80%;
  padding: 0 3em 0 0;
  display: table-cell;
  vertical-align: top; } 
.page-template-template-section-front .content {
  width: 100%;
  display: block;
  padding: 0; }
  
.options {   
  width: 20%;
  display: table-cell;
  padding: 0 1em;
  border-left: 2px solid #e7e7e7;
  border-top: 0; }
}  


@media (min-width : 980px)  { 
main { padding: 3em 1em 1em 0; }
.page-template-template-section-front main { padding: 3em 0 0; }

.content { padding: 0 2em 0 0; } 
.page-template-template-section-front .content { padding: 0; }

.options {  
  padding: 0 2em;
  border-left: 2px solid #e7e7e7; }
}  

/* --- News Structure --- */

.table {
  width: 100%; 
  display: table; }

.table > article  {   
  vertical-align: top; }
  
.table .meta  { 
  font-size: 1em;  
  padding: 0 0 1em; }
  
.meta time {  
  display: inline-block;
  line-height: 1; 
  text-transform: uppercase;
  padding-right: .8em; }
.meta time span:after { content: ","; }
.meta time strong { font-weight: normal; }  

.share { 
  margin: 2em 0 0;
  font-size: .85rem;
  text-align: center; }
.meta .share { display: none; }  
.content > article .share { display: block; }  
  
.share strong { 
  text-transform: uppercase; 
  display: block;
  margin-bottom: .6em; }

.share a { color: #009e97; }
.share a:hover { color: #dc4d28; } 

.content .table article .share a { 
  font-size: 1.4em;
  padding: .3em .6em; }  

@media (min-width : 800px)  { 

.table {
  width: 100%; 
  display: table; }

.table > article  {   
  width: 85%;
  display: table-cell;
  vertical-align: top; }
  
.table .meta  { 
  width: 15%;
  font-size: .8em;  
  padding: .6em 2em 0 0;
  display: table-cell;
  vertical-align: top;
  text-align: center; }
.page-template-default .table .meta { padding-top: 0; }
  
.meta time {  
  display: block;
  margin-bottom: 1.3em; 
  font-size: 1.2em;
  padding-right: 0; }
.meta time span:after { display: none; }
.meta time strong {
  font-size: 1.3em;
  display: block; }  

.meta .share { 
  display: block;
  margin: 2em 0; }
.page-template-default .meta .share{ margin-top: .5em; }  
.content .table article .share {  display: none; }

.meta .share a {
  font-size: .9em;
  padding: .2em; }
  
}  

@media (min-width : 980px)  { 
.meta time { font-size: 1.6em; }
.meta .share a { 
  font-size: 1.2em;
  padding: .3em; }
}  
  
/* --- Content --- */

.subheadline {
  font-weight: 600;
  font-size: 1.1em; 
  font-style: italic; }  

.full-image {
  width: 100%; 
  margin: 1em 0; } 
  
/* --- Section Nav --- */
  
.secnav h3 {
	font-size: .8em;
	color: #aeaeae;
	text-transform: uppercase; }
.secnav ul { 
	list-style: none;
	margin: 0;  }
.secnav a {
	padding: .4em 0; 
	display: block; }    
  
/* --- Secondary Footer --- */

footer {
  margin-top: 1em;
  border-top: 12px solid #254c5a; }  
@media (min-width : 800px) { footer { margin-top: 2em; } }
@media (min-width : 980px) { footer { margin-top: 3em; } }

.page-template-template-map footer { margin-top: 0; }

.grid article { padding: .5em 0; }
  
@media (max-width : 740px) and (orientation: landscape) { 
.grid { 
	width: 100%;
	padding: .5em 0; }  
.grid article {
  display: block;
  float: left;
  width: 50%;
  padding: .5em; }
}  
  
@media (min-width : 800px)  { 
.grid { width: 100%; }  
.grid article {
  display: block;
  float: left;
  width: 50%;
  padding: .5em; }
}  

@media (min-width : 980px)  { 
.grid { display: table; }  
.grid article { 
  width: 25%; 
  float: none;
  padding: 0 .5em;
  display: table-cell; }
.grid article:first-child,
.grid article:nth-child(5) 	{ padding: 0 1em 0 0; }
.grid article:nth-child(2),
.grid article:nth-child(6) 	{ padding: 0 .67em 0 .33em; }
.grid article:nth-child(3),
.grid article:nth-child(7) 	{ padding: 0 .33em 0 .67em; }  
.grid article:nth-child(8),
.grid article:last-child 	{ padding: 0 0 0 1em; }  
} 

.grid article a {
  width: 100%;   
  max-width: 100%; 
  height: 0; 
  padding-bottom: 56.25%;
  display: block;
  position: relative; 
  overflow: hidden; 
  }

.grid figure {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size:    100%;
  -o-background-size:      100%;
  background-size:         100%; 
  -moz-box-shadow:    inset 0 -.3em 0 #3d8199;
  -webkit-box-shadow: inset 0 -.3em 0 #3d8199;
  box-shadow:         inset 0 -.3em 0 #3d8199;  
  width: 100%; 
  height: 100%;  
  position: absolute; 
  left: 0;   
  top: 0; 
}
.grid article:hover figure {
  -webkit-background-size: 105%;
  -moz-background-size:    105%;
  -o-background-size:      105%;
  background-size:         105%;
  -moz-box-shadow:    inset 0 -.3em 0 #102d37;
  -webkit-box-shadow: inset 0 -.3em 0 #102d37;
  box-shadow:         inset 0 -.3em 0 #102d37;  }
  
.grid article h3 {
  background: rgba(253,184,19,.9);
  -moz-border-radius:    0 1.5em 0 0;
  -webkit-border-radius: 0 1.5em 0 0;
  border-radius:         0 1.5em 0 0;
  position: absolute;
  left: 0;
  bottom: .3rem; 
  margin: 0;
  padding: .5em 1.2em .5em .65em;
  color: #fff;
  font-size: 1.1em;
  line-height: 1;  }
.grid article:hover h3 { 
  background: rgba(0,159,152,.8);
  padding-left: .75em; } 
.grid article:active h3 { background: rgba(0,159,152,.7); } 

@media (min-width : 800px) 	{ .grid article h3 { font-size: 1.1em; }}
@media (min-width : 1000px) { .grid article h3 { font-size: 1.2em; }}
@media (min-width : 1100px) { .grid article h3 { font-size: 1.3em; }}



/* Artist Statement Gallery */

figure.gallery { 
	margin: 1.5em 0;
	width: 100%;
	}
	
@media (min-width : 800px)  { 
	figure.gallery { 
		margin: 1.5em 2% 1.5em 0;
		position: relative;
		}
		
	figure.gallery:nth-child(2n) { 
		margin: 1.5em 0 1.5em 2%;
		}
	
	figure.gallery { 
		display: block;
		width: 48%;
		float: left;
		}
	}  
	
figure.gallery img { width: 100%; }

figure.gallery img.enlarge,
figure.gallery:hover img.enlarge { display: none; width: auto; }
	
@media (min-width : 960px)  { 
	figure.gallery img.enlarge {
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		}
		
	figure.gallery:hover img.enlarge {
		z-index: 10;
		margin: -25% 0 0 -25%;
		max-width: 150%;
		opacity: 1;
		display: block;
		-moz-box-shadow: 0 0 15px rgba(0,0,0,.5); 
		-webkit-box-shadow: 0 0 15px rgba(0,0,0,.5); 
		box-shadow: 0 0 15px rgba(0,0,0,.5); 
		}
	}  
    
/* Above the Rails */

nav.anchors {
	background: #;
	text-align: center;
	margin: 0 0 2em 0;
	}
	
nav.anchors a {
	display: inline-block;
	padding: .5em;
	}
	
section.blue,        
section.gold,     
section.green,    
section.orange,     
section.black, 
section.light-green,
section.white { 
	color: white; 
	padding: 2em;
	text-align: center;
	}
		
section.blue         { background: #254c5a; }        
section.gold         { background: #fdb813; color: black; }     
section.green        { background: #87983e; }     
section.orange       { background: #dc4d28; }     
section.black        { background: black; } 
section.light-green  { background: #b9bf33; }
section.white  		 { background: white; color: black; }

section.blue ul,        
section.gold ul,     
section.green ul,    
section.orange ul,     
section.black ul, 
section.light-green ul,
section.white ul { 
	text-align: left;
	}
	
section.blue h2,        
section.green h2,    
section.orange h2,     
section.black h2, 
section.light-green h2,
section.blue h3,        
section.green h3,    
section.orange h3,     
section.black h3, 
section.light-green h3 { 
	color: white;
	}
	
section.blue h2,        
section.green h2,    
section.orange h2,     
section.black h2, 
section.light-green h2,
section.gold h2,
section.white h2  { 
	margin: 0 0 1em;
	}	
	
section.blue h3,        
section.green h3,    
section.orange h3,     
section.black h3, 
section.light-green h3,
section.gold h3, 
section.white h3 { 
	font-size: 1.2em;
	letter-spacing: 2px;
	margin: 2em 0 .5em 0;
	text-transform: uppercase;
	}	

.cf .col { 
	margin: 0 0 1em;
	}

@media (min-width : 960px)  { 
	.cf .col { 
		display: inline-block;
		width: 33%;
		}
	}  

.soldout { 
	display: inline-block; 
	width: 80px;
	margin-left: 1em;
	}

.sponsor-logos {
	display: inline-block; 
	width: 100%;
	margin: auto;
	padding: 1em 0;
	}

@media (min-width : 800px)  { 
	.sponsor-logos {
		width: 45%;
		margin: auto 2%;
		}
	}  
		
@media (min-width : 960px)  { 
	.sponsor-logos {
		width: 29%;
		margin: auto 1.5%;
		}
	}  

.sponsor-logos img {
	max-width: 100%;
	}
	
.button { 
	display: inline-block; 
	padding: .75em 1em;
	font-size: 1.5em;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	margin-bottom: 2em;
	}
	
	section .button { margin: 1em 0 0 0;}
	
.button:hover { color: white; }

.button.blue         { background: #254c5a; }        
.button.gold         { background: #fdb813; }     
.button.green        { background: #87983e; }     
.button.orange       { background: #dc4d28; }     
.button.black        { background: black; } 
.button.light-green  { background: #b9bf33; }

.button.blue:hover        { background: #196e8d; }        
.button.gold:hover       { background: #dc9b00; }     
.button.green:hover       { background: #a9c532; }     
.button.orange:hover      { background: #ff4413; }     
.button.black:hover       { background: gray; } 
.button.light-green:hover { background: #9ba114; }

/* This Month */

.this-month section { 
	margin-top: 1.5em;
	}	

.this-month section.blue,        
.this-month section.gold,     
.this-month section.green,    
.this-month section.orange,     
.this-month section.black, 
.this-month section.light-green,
.this-month section.white { 
	text-align: left;
	}	

.this-month section h2 { 
	margin: 0 0 .25em;
	}	

.photo-inset {
	width: 100%;
	margin: 0 0 1.5em 0;
	}
			
@media (min-width : 960px)  { 
	.photo-inset figure {
		width: 49%;
		}
	.photo-inset figure:first-child {
		float: left;
		}
	.photo-inset figure:last-child {
		float: right;
		}
	}  
	
.photo-inset img {
	width: 100%;
	}
	
.photo-inset figcaption {
	font-size: .8em;
	font-style: italic;
	margin-bottom: 1em;
	}	

/* Trail Mix */

.trail-mix {
	line-height: 32px;
	text-indent: 10px;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 2px;
	text-align: left;
	margin: 2.5em 0 0 0;
	}

.trail-mix img { float: left; }

.family-days { color: #969400 !important;}

.conversations { color: #008996 !important;}   


.trail-mix-events {}




/* Embed Responsively */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


  
/* Images */

img.alignleft {
	float: left;
	margin: 0 1.5em 1.5em 0;
	}
	
img.alignRight {
	float: right;
	margin: 0 0 1.5em 1.5em;
	}
  
  
	
.wpgmza_map { 
	height: 400px;
	height: 50vh !important; }  
	
#map-panel .wpgmza_cat_ul{
	margin-left: 0;
}

#map-panel .wpgmza_cat_checkbox_holder{
	height: auto;
}
	
@media (orientation: landscape) { 
#map-panel,
.wpgmza_map { 
	height: 600px;
	height: 100vh !important; }    
}	
	 
	 	
.map-links {
	width: 100%;

    background: #254c5a;
    padding: .5em .5em .55em .5em;
    }

@media (orientation: landscape) { 
.map-links {
	position:absolute;
	left: 0;
	bottom: 0em; }    
}	

.map-links a {
    display: inline-block;
    color: #b2cbd4;
    padding: .5em 1em;
    text-transform: uppercase;
    font-size: .9em;
    }

.map-links a:hover { color: white; }
	
.wpgmza_map * { 
	-webkit-transition: none;
    -moz-transition:    none;
    -o-transition:      none;
    -ms-transition:     none;
    transition:         none; }
	
	
/* Artist Statement Gallery */

figure.gallery { 
                margin: 1.5em 0;
                }

@media (min-width : 800px)  { 
	figure.gallery { 
					margin: 1.5em 2% 1.5em 0;
					position: relative;
					}
					
	figure.gallery:nth-child(2n) { 
					margin: 1.5em 0 1.5em 2%;
					}
	
	figure.gallery { 
					display: block;
					width: 48%;
					float: left;
					}
	}  
	
figure.gallery img { max-width: 100%; }

figure.gallery img.enlarge { display: none; }
                
@media (min-width : 960px)  { 
	figure.gallery img.enlarge {
					margin: 0;
					position: absolute;
					top: 0;
					left: 0;
					opacity: 0;
					}
					
	figure.gallery:hover img.enlarge {
					z-index: 10;
					margin: -25% 0 0 -25%;
					max-width: 150%;
					opacity: 1;
					display: block;
					-moz-box-shadow: 0 0 15px rgba(0,0,0,.5); 
					-webkit-box-shadow: 0 0 15px rgba(0,0,0,.5); 
					box-shadow: 0 0 15px rgba(0,0,0,.5); 
					}
}  


/* Inset photos with caption */
	  
.wp-caption,
.wp-caption img { 
	width: 100% !important; 
	height: auto !important;  }
.wp-caption { margin-bottom: 1.5em; }

.wp-caption-text { font-size: .8em; font-style: italic; }
                
@media (min-width : 960px)  { 
	.wp-caption { width: 50% !important; }
	.wp-caption.alignright { margin: 0 0 1.5em 1.5em; float: right; }
	.wp-caption.alignleft { margin: 0 1.5em 1.5em 0; float: left; }
	.wp-caption.aligncenter { margin: 1.5em 0; }
}   

/* Partners Logos */    

.partner-logos { 
	display: table; 
	width: 100%;
	padding-bottom: 2em; }
 	
.partner-logos a { 
	display: table-cell;
	vertical-align: top;
	float: left;
	width: 25%; 
	padding: 0 1em; }

.partner-logos a img { 
	max-width: 100%; 
	height: auto !important; }

/* Get Directions form */    
	  
.directions-form { 
  width: 100%;
  display: block; }
  
.directions-form h3 { font-size: 1.4rem; }

.directions-form input,
.directions-form select {
	background: #3e8199;
  width: 100%;
	border: 0;
	padding: .65em;
	cursor: pointer;
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
	color: #fff; 
	font-size: 1.1em; 

	margin-bottom: .25em; }
	
.directions-form input:hover,
.directions-form select:hover { background: #254c5a; }
.directions-form input:focus,
.directions-form select:focus { background: #009e97; }

.directions-form input:-ms-input-placeholder      { color: #fff; }
.directions-form select:-ms-input-placeholder      { color: #fff; }
.directions-form input::-webkit-input-placeholder { color: #fff; }  
.directions-form select::-webkit-input-placeholder { color: #fff; }  

.directions-form .radio { padding: .15em 0; }  
.directions-form .radio input { 
  -webkit-appearance: radio;
  background: transparent; }  

.directions-form .radio label {
  font-size: 1.05em;
  cursor: pointer;
  display: inline-block; }
.directions-form .radio label:hover {
  color: #009e97; }
  
.directions-form .radio input {
  width: auto;
  display: inline-block; }

.button-container { 
  text-align: center;
  padding: 1.4em 0; }

.directions-form button { 
  background: #fdb813;    
	display: inline-block; 
	padding: .75em 1em;
	font-size: 1.2em;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	margin-bottom: 2em;
  cursor: pointer;
  color: white; }
		
.directions-form button:hover { background: #dc9b00; }




/*----- Events -----*/

.events-list { margin-top: 1.3em; }
.events-list article { padding-bottom: 1em; }
.events-list article a {
  display: block;
  padding: 1em; }
.events-list article a:hover {
  background: #f4f4f4; }
  
.events-list figure {
  max-width: 100%;
  height: 0; 
  padding-bottom: 56.25%;   
  display: block;  
  position: relative; 
  overflow: hidden; }

.events-list figure div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  position: absolute; 
  left: 0;  
  top: 0; }
.events-list article:hover figure div  { background-size: 105% auto; }
  
.events-list article h3 {
  font-size: 1.3em; 
  line-height: 1.1;
  margin-top: .4em;   
  margin-bottom: .35em; }
.events-list article:hover h3 { color: #009e97; }
  
.events-list article small {
  color: #8f8f8f;
  font-size: 0.9em;
  line-height: .85; }  
.events-list article small time { display: block; }

.events-list .event-icons {
  padding: .7em 0 .6em 0; }
  
.event-icons .icons {
  width: 1.6em;
  line-height: 1.6em;
  display: inline-block; 
  color: rgba(255,255,255,.8);
  font-size: 2.4em;
  font-family: 'icons-606';
  text-align: center;
  -moz-border-radius:    50%;
  -webkit-border-radius: 50%;
	border-radius:         50%; }

.event-icons .icons.peoples-promenade { background: #8e9d48; }
.event-icons .icons.astronomy-residency-talk { background: #1b3f48; }
.event-icons .icons.family-friendly { background: #009e97; }
.event-icons .icons.workshop { background: #dd4e29; }
.event-icons .icons.talk { background: #dd4e29; }
.event-icons .icons.tour { background: #e8a913; }
.event-icons .icons.outreach { background: #00756f; }
.event-icons .icons.entertainment { background: #407a90; }


@media (min-width: 740px) {
.events-list article {
  width: 24%;
  display: inline-block;
  vertical-align: text-top;
  text-align: center; }
}


.event-legend {
  background: #f6f6f6; 
  padding: 1.2em; 
  margin-top: 2em; 
  color: #3a515f;
  text-align: center; }
.event-legend h3 { 
  color: #092e6e;
  font-size: 1.15em;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: .6em; }
  
.event-legend .table {
  width: 100%;
  display: table; }

.event-legend figure {
  width: 18%; 
  padding: .3em 0;
  display: table-cell;
  vertical-align: middle; }

.event-legend .icons { 
  margin-right: .25em;
  font-size: 1.2em; }
  
.event-legend h4 {
  font-size: .8em;
  color: #3a515f;
  padding: 0; 
  margin: 0; 
  width: 82%; 
  display: table-cell;
  text-align: left;
  vertical-align: middle; }

.event-cta {
  text-align: center; 
  text-transform: uppercase;
  padding: 2em 0; }
.event-cta a {
  background: #ff5c32; 
  color: #fff;
  padding: .27em .65em .4em;
  font-weight: 600;
  -moz-border-radius:    .6em;
  -webkit-border-radius: .6em;
  border-radius:         .6em; } 
.event-cta a:hover { background: #dc4d28; }
 
.event-cta.large { padding-top: 3em; }
.event-cta.large a { font-size: 1.4em; }

  
.event-meta small { font-weight: 600; }
.event-meta time { display: block; }
  
.event-meta .event-icons { padding: 1em 0 2em; }
.event-meta .event-icons div { 
  display: inline-block;
  padding: 0 1em 0 0; }
.event-meta .event-icons figure { 
  float: left;
  display: inline-block; }
.event-meta .event-icons figure .icons { font-size: 1.7em; }

.event-meta .event-icons h4 { 
  font-weight: normal;
  color: #1b3f4b; 
  font-size: .9em;
  float: left; 
  margin-top: .85em;
  margin-left: .5em; }

.event-photo {
    height: auto !important;
    margin: 1em 0;
    max-width: 100%;
    width: 100%; }

@media (min-width: 740px) {
.event-photo {
    float: right;
    margin: 0 0 1.5em 1.5em;
    max-width: 50%;
    width: auto; }
}



.register-online {
	display: table;
	color: #fff;
	background: #dc4d28;
	padding: 1em;
	border-radius:1.59em;
	font-size: 120%;	
	margin: 1em auto .5em;
}
.register-online:hover {
	background: #3e8199;	
	color: #fff;
}

/*----- Survey -----*/
.survey ul,
.survey ol {
	list-style: none; 
	margin: 0 auto !important; }
		
.survey input,
.survey select,
.survey textarea {
	background: #3e8199;
	width: 100%;
	border: 0;
	padding: 1em;
	display: block;
	cursor: pointer;
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
	color: #fff; 
	font-size: 1.1em; 
	-webkit-appearance: none; }
.survey textarea { height: 10em; }
	
input[type="radio"],
input[type="checkbox"] { 
	display: inline-block;
	width: auto;
	position: relative;
	top: -.1em; }
.gchoice_1_4_4,
.gchoice_1_6_3 {
	width: 100%; }	
		
input#input_1_4_other,
input#input_1_6_other { 
	width: 13em !important;
	padding: .5em; 
	display: inline-block; }
input#choice_1_4_4,
input#choice_1_6_3 { margin-right: .5em; }
		
.survey input:hover,
.survey select:hover,
.survey textarea:hover { background: #009e97; }
  
.survey input:-ms-input-placeholder      { color: #fff; }
.survey input::-webkit-input-placeholder { color: #fff; }  

.survey input:focus,
.survey select:focus,
.survey textarea:focus {
	background: #ebebeb;
	color: #254c5a; }

.survey .gform_footer { 
	width: 100%;
	margin: 0 auto !important; 
	padding: 0;
	text-align: center; }

.survey .button {
	background: #dc4d28;
	width: auto;	
	display: inline-block;
	padding: .5em 1em .6em;     
	margin: .5em auto auto;
	border: 0; 
	font-family:'Open Sans',Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.3em;
	text-transform: uppercase;
	color: white;     
	cursor: pointer;
	-webkit-border-radius:  1em 1em 0 1em;
	-moz-border-radius:     1em 1em 0 1em;
	border-radius:          1em 1em 0 1em; }  

.survey .button:hover {
	background: #193d4a;
	color: #fff;
	-webkit-border-radius:  1em 1em 1em 0;
	-moz-border-radius:     1em 1em 1em 0;
	border-radius:          1em 1em 1em 0; }  	
	
.ginput_container_radio li { padding: .3em 0; }	

.gfield_label { 
	font-weight: bold;
	padding: 1em 0 .5em;
	display: block; }
	
.ginput_container_radio label {
	cursor: pointer;
	padding-left: .5em; }
.ginput_container_radio label:hover { color: #009e97; }
	
.gsurvey-likert-choice-label,
table.gsurvey-likert,
.gsurvey-likert-choice,
.gsurvey-likert-choice-label, table.gsurvey-likert, .gsurvey-likert-choice {
	border-top: none !important;
	border-bottom: none !important;
	border-left: 2px solid white !important;
	border-right: 2px solid white !important; }	
	

.gsurvey-likert-choice-label,
.gsurvey-likert-choice { background-color: #ebebeb; }

table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected { background-color: #009e97; }

.site-ease .gfield_label { padding-bottom: 1em; }

.site-ease ul {
	width: 100%;
	display: block; }
.site-ease ul li {
	display: block; }
@media (min-width: 740px) {
.site-ease ul {
	width: 100%;
	display: table; }
.site-ease ul li {
	width: 20%;
	text-align: center;	
	display: table-cell; }	
.site-ease ul li input { 
	margin: 0 auto .5em auto !important;
	display: block !important; }		
}

	
input[type=checkbox] { 
  -moz-appearance:    checkbox !important;
  -webkit-appearance: checkbox !important; }
  
input[type=radio] {
  -moz-appearance:    radio !important;  
  -webkit-appearance: radio !important; }	

@media (max-width : 600px) { 
	img.float-right {	
		width: 100%;
		margin: 1em 0;
	}
}
@media (min-width : 960px) { 
	img.float-right {
		float: right;
		margin: 0 0 1em 1em;
	}
	
}

.race-sponsors {
	padding: 3em 0 0 0;
	text-align: center;
}
.race-sponsors h2 {
	margin-bottom: 1em;
}
.race-sponsors .logo1,
.race-sponsors .logo2,
.race-sponsors .logo3,
.race-sponsors .logo4,
.race-sponsors .logo5,
.race-sponsors .logo6,
.race-sponsors .logo7,
.race-sponsors .logo8 {
	display: inline-block;
	padding: .2em 1em;
	vertical-align: middle;	
	width: 47%;	
}


.race-sponsors .logo1,
.race-sponsors .logo2 {
	padding-bottom: 2em;
}
.race-sponsors .logo6,
.race-sponsors .logo7,
.race-sponsors .logo8 {
	width: 32%;
}	
.race-sponsors > div img {
	width: 100%;
}	
@media (min-width : 960px) { 
	.race-sponsors {
	}
	.race-sponsors .logo1,
	.race-sponsors .logo2,
	.race-sponsors .logo3,
	.race-sponsors .logo4,
	.race-sponsors .logo5 {
		padding: 1em 2em;
	}
	.race-sponsors .logo1,
	.race-sponsors .logo2 {
		width: 47%;
	}	
	.race-sponsors .logo3,
	.race-sponsors .logo4,
	.race-sponsors .logo5 {
		width: 33%;
	}

	.race-sponsors .logo6,
	.race-sponsors .logo7,
	.race-sponsors .logo8{
		width: 25%;
	}	

}