/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

.tint-color {
/* 	color: #e6620b; */
	color: #90be00;
}



.content {
	margin-top: 210px; /* offset for fixed nav */
}

.content h1 {
	font-family: 'Gotham SSm 3r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Light', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 45px;
	text-transform: none;
	line-height: 1.2em;
	margin: 0;
}

.content h2 {
	font-family: 'Gotham SSm 2r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-XLight', Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 30px;
	text-transform: none;
}

.content h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

.content ul {
	list-style: circle;
	padding-left: 35px;
	font-size: 16px;
	color: #777;
}

#home .content {
	margin-top: 110px; /* offset for fixed nav */
}

.content .subhead-top {
	margin-top: 25px;
	font-size: 15px;
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Book', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #888;
}

.hero-image {
	width: 100%;
	max-height: 450px;
	z-index: -10;
	background-color: #ececec;
	overflow: hidden;
	text-align: center;
	padding: 0;
	margin: 65px 0;
}

.hero-image img{
	height: auto;
	width: 100%;
	max-width: 960px;
	-ms-interpolation-mode: bicubic;
	
}

#exhibition-detail .hero-image {
	height: 450px;	
}



#exhibition-detail .hero-image img {
	height: 450px;
	width: auto;
}

.footnote {
	margin: 15px 0 25px 0;
	padding: 10px 0;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	text-align: center;
	font-size: 16px;
	color: #888;
}

.lighter {
	color: #888;
}

.top-space {
	margin-top: 35px;
}



/* Header & Nav */ 

.header {
	height: 110px;
	background: rgba(255,255,255,0.95);
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 10;
}

.ie8 .header, .ie7 .header, .ie6 .header {
	background: url(../img/misc/ie_opacity_fix_white_95.png);
	background-repeat: repeat;
}

.logo {
	margin-left: 10px;
}

.logo h1 {
	font-size: 48px;
	margin: 35px 0 0 0;
	line-height: 0.5em;
	font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Medium', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
}


.logo h1 .logo-lighter {
	color: #999;
}

.logo h2 {
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Book', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #888888;
	
}

.logo a:hover h1 {
	color: #90be00;
}

.nav ul {
	display: block;
	text-align: right;
	margin-top: 68px;
	margin-right: 10px;
}

.nav ul li {
	display: inline-block;
	padding-left: 35px;
	font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Medium', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
}

.nav ul li a, .nav ul li a:visited {
	color: #aaaaaa;
	text-decoration: none;
}

.nav ul li a:hover, .subnav ul li a:hover, .nav ul li a.active, .subnav ul li a.active {
	color: #90be00;
}


/* Subnav */

.subnav-container {
	height: 50px;
	background: rgba(255,255,255,0.85);
	width: 100%;
	position: fixed;
	top: 110px;
	z-index: 10;
	border-top: 1px solid #efefef;
}

.ie8 .subnav-container, .ie7 .subnav-container, .ie6 .subnav-container {
	background: url(../img/misc/ie_opacity_fix_white_85.png) repeat;
}

.subnav ul {
	text-align: right;
	display: block;
	margin-top: 12px;
	margin-right: 10px;
}

.subnav ul li {
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Book', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	display: inline-block;
	padding-left: 40px;
}

.subnav ul li a {
	color: #4d4d4d;
	text-decoration: none;
}

/* Footer */ 

.footer {
	width: 100%;
	display: block;
	background-color: #f3f3f3;
	margin: 60px 0 0 0;
	padding: 60px 0 100px 0;
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Book', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #b4b4b4;
}

#engage .footer {
	padding-bottom: 400px;
}

.footer-section-contact p {
	padding-left: 55px;
}

.footer-icons li {
	width: 38px;
	height: 38px;
	display: inline-block;
	margin: 3px 10px 10px 0;
}

a.social{
	display: inline-block;
	width: 38px;
	height: 38px;
}

a.social.twitter{
	background: url('../img/social_icons.png') no-repeat -2px -2px;

}

a.social.fb {
	background: url('../img/social_icons.png') no-repeat -42px -2px;

}

a.social.instagram {
	background: url('../img/social_icons.png') no-repeat -82px -2px;
}

a.social.twitter:hover {
	background: url('../img/social_icons.png') no-repeat -2px -42px;
}

a.social.fb:hover {
	background: url('../img/social_icons.png') no-repeat -42px -42px;
}

a.social.instagram:hover {
	background: url('../img/social_icons.png') no-repeat -82px -42px;
}

.footer h3 {
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Book', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}

/* #Image grid
================================================== */

.grid {
	display: block;
	height: auto;
	margin: 1px 9px;
}

.grid .one-third.column {
	margin: 1px;
	width: 312px;
}

.grid .two-third.column {
	margin: 1px;
	width: 626px;
}

.grid .eight.columns {
	width: 469px;
	margin: 1px;
}

.grid .sixteen.columns {
	margin: 1px;
	width: 940px;
}

.grid-one-third {
	width: 312px;
	height: 312px;
	overflow: hidden;
}

.grid-one-half {
	width: 468px;
	height: 312px;
	overflow: hidden;
}

.grid-two-third {
	width: 626px;
	height: 312px;
	overflow: hidden;
}

.grid-full {
	width: 940px;
	height: 312px;
	overflow: hidden;
}

.grid-one-third img, .grid-two-third img, .grid-full img, .grid-one-half img {
	position: absolute;
	overflow: hidden;
	z-index: -5;
}

.grid-caption {
	width: auto;
	margin-top: 240px;
	height: 35px;
	background-color: rgba(0,0,0,0.75);
	padding: 20px;
}

.ie8 .grid-caption, .ie7 .grid-caption, .ie6 .grid-caption, .ie8 #home .grid-caption, .ie7 #home .grid-caption, .ie6 #home .grid-caption, .ie8 .feature-caption, .ie7 .feature-caption, .ie6 .feature-caption, {
	background: url(../img/misc/ie_opacity_fix_black_75.png) repeat;
}

#home .grid-caption {
	width: auto;
	margin-top: 187px;
	height: 120px;
	background-color: rgba(0,0,0,0.75);
	padding: 20px;
}

.grid-caption h2 {
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Book', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	color: #fff;
	margin: 4px 0 12px 0;
	padding: 0;
	line-height: 1.0em;
	text-transform: uppercase;
}

.grid-caption .subheader {
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Book', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	line-height: 1.3em;
}

.grid-caption .subheader strong {
	color: #fff;
}


/* #Page Styles
================================================== */

/* Homepage */

.feature-banner {
	display: block;
	position: absolute;
	top: 110px;
	width: 100%;
	height: 500px;
	z-index: -100;
	background-color: black;
	overflow: hidden;
}

.feature-banner img {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	position: absolute;
	top: -30%;
}

.feature-content {
	padding-top: 360px;
}

.feature-caption {
	height: 80px;
	display: block;
	background-color: rgba(0,0,0,0.75);
	padding: 30px;
}

.feature-caption h1 {
	color: #fff;
	font-family: 'Gotham SSm 3r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Light', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 45px;
	text-transform: none;
	padding: 0;
	margin: 0 0 8px 0;
	line-height: 50px;
	
}

.feature-caption .subheader {
	font-family: 'Gotham SSm 2r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-XLight', Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-style: normal;
	color: #fff;
	font-size: 30px;
	padding: 0;
	margin: 0;
	
}

/* Exhibition Detail */



.exhibition-carousel {
	background-color: #ececec;
	height: 450px;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 80px;
	width: 100%;
	padding: 0;
}

.exhibition-carousel.small {
	height: 300px;
}

.exhibition-carousel ul {
	list-style: none;
	padding: 0;
}

.exhibition-carousel img {
	max-height: 450px;
}

.exhibition-carousel.small img {
	max-height: 300px;
}

.exhibition-desc p span {
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Book', Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size: 18px !important;
	color: #555 !important;
}

.exhibition-desc strong span{
	font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Medium', Helvetica, Arial, sans-serif !important;
	font-weight: 500 !important;
	font-style: normal !important;
}

.exhibition-desc p span a strong, .exhibition-desc p span a:visited strong, .exhibition-desc p span a:hover strong {
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Book', Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size: 18px !important;
	color: #90be00 !important;
	text-decoration: none !important;
	outline: none !important;
} 

.exhibition-desc p span a:hover strong {
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Book', Helvetica, Arial, sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
	font-size: 18px !important;
	color: #79971a !important;
	text-decoration: none !important;
	outline: none !important;
} 


/* Exhibition Grid */

.exhibition-grid {
	display: block;
	margin-top: 25px;
}

.exhibition-grid img {
	width: 100%;
	overflow: hidden;
	
/* 	max-height: 200px; */
}

.exhibition-grid .exhibition-caption {
	display: block;
	min-height: 5.6em;
}

.exhibition-grid .exhibition-title {
	font-size: 16px;
	margin: 5px 5px 5px 0;
}

.exhibition-grid .exhibition-date {
	font-size: 16px;
	margin: 5px 5px 5px 0;
	color: #888;
	font-family: 'Gotham SSm 3r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Light', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
}


/* Responsive slider */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
/* 	max-width: 960px; */
	min-height: 450px;
	padding: 0;
	margin: 0 auto;

}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	margin: 0 auto;
	text-align: center;
}

.rslides li:first-child {
	position: relative;
	display: block;

}

.rslides img {
	display: block;
	min-height: 450px;
	width: auto;
	border: 0;
	margin: 0 auto;
	border: none;
/* 	max-width: 940px; */
	
}

.small .rslides img {
	min-height: 300px;
}

.rslides .caption {
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Book', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #999;
	padding-top: 15px;
	margin: 0 0 10px;
}

.rslides_nav {
	position: absolute;
	width: 50px;
	height: 100px;
	background: rgba(255,255,255,0.60);
	color: #555;
	font-size: 50px;
	text-align: center;
	margin-top: -320px;
	line-height: 90px;
	cursor: pointer;
	font-weight: normal;
	z-index: 10;
	-webkit-transition: width 0.1s ease;
        -moz-transition: width 0.1s ease;
        -ms-transition: width 0.1s ease;
        -o-transition: width 0.1s ease;
        transition: width 0.1s ease;
}

.small .rslides_nav {
	margin-top: -355px;
	line-height: 95px;
}

.ie8 .rslides_nav, .ie7 .rslides_nav, .ie6 .rslides_nav {
	background: url(../img/misc/ie_opacity_fix_white_60.png) repeat;
}

.rslides_nav.next {
	right: 0;
}

.rslides_nav.prev {
	left: 0;
}

.rslides_nav:hover {
	background: #ffffff;
	width: 75px;

}
  

/* Contact */

.map {
	width: 100%;
	max-width: 960px;
	height: 450px;
}

/* Board of Directors */

ul.officers, ul.board {
	margin: 10px 0 40px 0;
	padding: 0;
	list-style: none;
	color: #555;
}

.officers li, .board li {
	margin-bottom: 0.4em;
}

.officers .name, .board .name, .staff .name {
	font-size: 22px;
	font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Book', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.officers .position, .staff .title {
	font-size: 18px;
	font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Medium', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 15px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 15px;
}

.officers .prof-title, .board .prof-title {
	color: #888;
	line-height: 1.3em;
	padding-right: 15px;
	font-size: 14px;
	
}

.emeritus {
	display: block;
	margin: 10px 0 25px 0;
	float: left;
}

.emeritus ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	color: #555;
}

.emeritus ul li {
	display: block;
	width: 310px;
	float: left;
}

.emeritus em {
	color: #aaa;
	font-size: 14px;
}

.staff .name {
	margin: 35px 0 5px 0;
}

/* Membership */

.membership-level .level {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 15px 0 13px 0;
	font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Medium', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin: 30px 0 15px 0;
}

.membership-level .price {
	font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Medium', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	min-height: 3em;
	margin: 0;
}

.membership-level .tax {
	font-size: 14px;
	color: #888;
	margin-top: 5px;
}

.membership-level ul {
	margin: 0;
	padding: 0 16px;
	color: #555;
}

.member-list ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

.member-list ul li {
	display: block;
	float: left;
	width: 312px;
}

.member-list p {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.payment-type {
	border-bottom: 1px solid #ececec;
	padding: 15px 0;
	margin-top: 20px;
	margin-right: 30px;
}

/* 404 */

.four-oh-four {
	text-align: center;
	margin: 95px 40px;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.logo h1 {
			font-size: 37px;
			line-height: 0.3em;
			margin: 40px 0 0 0;
		}
		
		.logo h2 {
			font-size: 13.5px;
		}
		
		.nav ul {
			margin-top: 59px;
		}
		
		.nav ul li {
			font-size: 15px;
			padding-left: 30px;
		}
		
		.subnav ul li {
			font-size: 15px;
		}
		
		.content p, .content h1, .content h2, .content h3, .content form {
			padding: 0 20px;
		}
		
		.content .exhibition-carousel ul.rslides {
			padding: 0 !important;
			margin: 0 auto !important;
			
		}
		
		.content ul {
			margin-left: 20px;
		}
		
		.content h1 {
			font-size: 36px;
		}
		
		.content h2 {
			font-size: 24px;
			line-height: 1.4em;
		}
		
		.content h3 {
			font-size: 16px;
		}
		
		.content p {
			font-size: 16px;
		}
		
		.exhibition-desc p span, .exhibition-desc p span a strong, .exhibition-desc p span a:visited strong, .exhibition-desc p span a:hover strong {
			font-size: 16px !important;
		}
		
		.footnote {
			padding: 15px 0px !important;
		}
		
		.footer p, .footer ul, .footer h3, .footer form{
			padding: 0 20px;
		}
		
		.footer h3 {
			font-size: 14px;
		}
		
		.footer-section-contact p {
			padding-left: 20px;
		}
		
		.hero-image {
			background: #fff;
			margin: 35px 0;
		}
		
		.membership-level .level {
			margin-left: 20px;
		}
		
		.membership-level .price {
			min-height: 2em;
		}
		
		.payment-type {
			font-size: 16px;
			margin-left: 20px;
			padding: 0 0 7px 0 !important;
			
		}
		
		.officers .position {
			font-size: 15px;
		}
		
		.officers .name, .board .name {
			font-size: 18px;
		}
		

		
		.emeritus ul li {
			font-size: 16px;
		}
		
		.exhibition-grid .exhibition-caption {
			min-height: 4.8em;
			margin: 0;
		}
		
		.exhibition-grid .exhibition-title, .exhibition-grid .exhibition-date {
			margin: 5px 5px 5px 0;
			padding: 0;
		}
		
		.exhibition-carousel, .exhibition-carousel.small {
			height: 300px;
		}
		
		.exhibition-carousel img, .exhibition-carousel.small img {
			max-height: 300px;
		}
		
		.rslides {
			min-height: 300px;
		}
		
		.rslides img, .small .rslides img {
			min-height: 300px;
		}
		
		.rslides_nav, .small .rslides_nav {
			margin-top: -250px;
			z-index: 4 !important;
		}
		
		.feature-banner {
			height: 350px;
		}
		
		.feature-content {
			padding-top: 250px;
		}
		
		.feature-caption {
			height: 80px;
			padding: 10px 20px;
		}
		
		.feature-caption h1 {
			padding: 0;
			font-size: 32px;
			margin: 0;
		}
		
		.feature-caption .subheader {
			font-size: 24px;
			padding: 0;
			margin: 0;
		}
		
		#home .grid-caption {
			margin-top: 148px;
			height: 60px;
			padding: 20px 20px;
		}
		
		.grid-caption .subheader {
			font-size: 13px;
			padding: 0;
		}
		
		.grid .one-third.column {
			width: 248px;
		}
		
		.grid-one-third {
			max-width: 248px; 
			max-height: 248px;
		}
		
		.grid-one-third img {
			max-width: 248px;
		}
		
		
		.grid .two-third.column {
			width: 498px;
		}
		
		.grid-two-third {
			max-width: 498px;
			max-height: 248px;
		}
		
		.grid-two-third img {
			width: 498px;
		}
		
		.grid .eight.columns {
			width: 373px;
		}
		
		.grid-one-half {
			max-width: 373px;
			max-height: 248px;
		}
		
		.grid-one-half img {
			width: 373px;
		}
		
		
		.grid .sixteen.columns {
			width: 748px;
		}
		
		.grid-full {
			max-width: 748px;
			max-height: 248px;
		}
		
		.grid-full img {
			width: 748px;
		}
		
		.grid-caption {
			margin-top: 186px;
			height: 22px;
		}
		
		.grid-caption h2 {
			font-size: 20px;
			margin: 0 0 5px 0;
			padding: 0;
			line-height: 1.2em;
		}
		
		#exhibition-detail .hero-image {
			height: auto;
			background: #ececec;
			max-height: 300px;	
		}
		
		
		
		#exhibition-detail .hero-image img {
			height: 300px;
			width: auto;
		}
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.header {
			height: 165px;
			position: inherit;
		}
		
		.logo {
			margin: 0;
			text-align: center;
		}
		
		.logo h1 {
			font-size: 36px;
		}
		
		.logo h2 {
			font-size: 13px;
		}
		
		.nav ul {
			margin: 15px 0 0 0;
			padding-top: 15px;
			border-top: 1px solid #f6f6f6;
			text-align: center;
		}
		
		.nav ul li {
			padding: 0 6px;
			font-size: 14px;
		}
		
		.subnav-container {
			min-height: 50px;
			height: auto;
			position: inherit;
		}
		
		.subnav-container ul {
			text-align: center;
			margin: 14px 0 0 0;
			padding: 0;
		}
		
		.subnav-container ul li {
			font-size: 14px;
			padding: 0 20px 8px 20px;
			margin-bottom: 4px;
		}
		
		.content {
			margin-top: 25px;
		}
		
		.content p {
			font-size: 15px !important;
		}
		
		.exhibition-desc p span, .exhibition-desc p span a strong, .exhibition-desc p span a:visited strong, .exhibition-desc p span a:hover strong {
			font-size: 15px !important;
		}
		
		.content h1 {
			font-size: 26px;
		}
		
		.content h2 {
			font-size: 18px;
			line-height: 1.5em;
		}
		
		.content h3 {
			font-size: 15px;
			font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', 'Gotham-Medium', Helvetica, Arial, sans-serif !important;
			font-weight: 500 !important;
			font-style: normal !important;
		}
		
		.content p, .content h1, .content h2, .content h3{
			padding: 0 10px;
		}
		
		.content button {
			margin-left: 10px;
		}

		.footnote {
			padding: 15px 0px !important;
		}
		
		.hero-image {
			background: #fff;
			margin: 35px 0;
		}

		
		.exhibition-grid {
			padding-top: 20px;
/* 			padding-bottom: 10px; */
			border-bottom: 1px solid #ececec;
		}
		
		.exhibition-grid .exhibition-title, .exhibition-grid .exhibition-date {
			margin: 5px 5px 5px 0;
			padding: 0;
		}
		
		.footer p, .footer ul, .footer h3, .footer form{
			padding: 0 10px;
		}
		
		.footer-section-contact p {
			padding-left: 10px;
		}
		
		.footer input {
			width: 280px;
		}
		
		#contact .hero-image {
			height: 300px;
		}
		
		.officers, .board, .emeritus {
			margin-left: 10px !important;
		}
		
		.membership-level .level {
			padding-left: 10px;
		}
		
		.membership-level ul {
			margin-left: 10px;
		}
		
		#membership table {
			margin-left: 10px;
		}
		
		.member-list li {
			padding-left: 10px;
		}
		
		.exhibition-carousel, .exhibition-carousel.small{
			height: 250px;
		}
		
		.exhibition-carousel img, .exhibition-carousel.small img{
			max-height: 250px;
		}
		
		.rslides {
			min-height: 250px;
		}
		
		.rslides img, .small .rslides img {
			min-height: 250px;
		}
		
		.rslides_nav, .small .rslides_nav {
			margin-top: -225px;
			z-index: 4 !important;
			width: 30px;
			font-size: 30px;
			height: 50px;
			line-height: 1.5em;
		}
		
		.rslides_nav:hover {
			width: 30px;
		}
		
		.rslides .caption {
			font-size: 11px !important;
			min-height: 4.0em;
		}
		
		.feature-banner {
			height: 325px;
			top: 165px;
			position: absolute;
			vertical-align: middle;
			text-align: center;
		}
		
		.feature-banner img {
			width: 100%;
			min-height: 325px;
			top: 0;
		}
		
		.feature-content {
			padding-top: 95px;
			
		}
		
		.feature-caption {
			height: 100px;
			width: 100%;
			margin: 0 auto;
			padding: 10px 0;
		}
		
		.feature-caption h1 {
			padding: 12px 10px 5px 10px;
			font-size: 24px;
			margin: 0;
			line-height: 1.1em;
		}
		
		.feature-caption .subheader {
			font-size: 20px;
			padding: 0 10px;
			margin: 0;
		}
		
		#home .grid-caption {
			margin-top: 128px;
			height: 100px;
			padding: 10px 20px;
			
		}
		
		#home .grid-caption h2 {
			padding-bottom: 4px;
		}
		
		.grid-caption .subheader {
			font-size: 13px;
			padding: 0;
		}
		
		.grid {
			width: 300px;
			margin: 0 auto;
		}
		
		.grid .one-third.column, .grid .sixteen.columns, .grid .two-third.column, .grid .eight.columns {
			width: 300px;
			margin: 1px 0;
			height: 248px;
		}
		
		.grid-one-third, .grid-full, .grid-two-third, .grid-one-half {
			width: 300px; 
			height: 248px;
			position: absolute;
			vertical-align: middle;

		}
		
		.grid-one-third img, .grid-two-third img, .grid-full img, .grid-one-half img {
			width: auto;
			min-height: 248px;
			
		}

		.grid-one-half img {
			right: -50px;
		}
		
		.grid-full img {
			right: -320px;
		}
		
		.grid-two-third img {
			right: -175px;
		}
		
		.grid-caption {
			margin-top: 190px;
			height: 38px;
			padding: 10px;
		}
		
		.grid-caption h2 {
			font-size: 16px;
			margin: 0 0 5px 0;
			padding: 10px 0;
			line-height: 1.2em;
		}
		
		#exhibition-detail .hero-image {
			height: auto;
			background: #ececec;
			max-height: 250px;	
		}
		
		
		
		#exhibition-detail .hero-image img {
			height: 250px;
			width: auto;
		}
		
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.nav ul li {
			padding: 0 18px;
			font-size: 14px;
		}
		
		.subnav-container ul li {
			font-size: 14px;
			padding: 0 15px 12px 15px;
		}
		
		.feature-banner {
			text-align: left;
		}
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
	
		.footer input {
			width: 270px;
		}
		
		.subnav-container ul li {
			font-size: 12px !important;
			padding: 0 12px 5px 12px;
			margin-bottom: 2px;
		}

		.feature-banner img {
			width: 150%;
			min-height: 325px;
			top: 0;
			left: -90px;
		}		

		
		
		
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/