/*
fristcenter.design.css
Frist Art Museum

Created by Jesse Bunch on 2011-03-30.
Copyright 2011 Paramore, the digital agency (paramore.is). All rights reserved.
*/

/* COLORS
-----------------------------------------------------------------------------

#hex color-name (desc)

*/

/* TABLE OF CONTENTS
-----------------------------------------------------------------------------

_FORMS
_WRAP
_HEADER
_MASTHEAD
_CONTENT-WRAP
_COLUMN
_SIDEBAR
_FOOTER
*/

body{
	background-color: #e8e8e8;
	color: #3f3f3f;
	font: 300 14px/22px "Helvetica", Verdana, sans-serif;

}

body.wygwam {
	background-color: #fff;
}

a:link,
a:visited{
	color: #313A3F;
	text-decoration: underline;
}

a:hover,
a:active{ text-decoration: none; }

img.left,
img.right,
img.center,
a.left,
a.right,
a.center{
	margin: 4px 10px 10px;
}

img.left,
a.left{ margin-left: 0; }
img.right,
a.right{ margin-right: 0; }
img.center,
a.center{ margin: 15px auto; }

img.none{
	background-color: transparent;
	border: 0;
	padding: 0;
}

img.responsive {
	display: block;
	width: 100%;
}

p, ul, ol, dl{ margin: 10px 0; }

p, li{ line-height: 20px; }

ul, ol{ margin-left: 35px; }

/* _FORMS
----------------------------------------------------------------------------- */

.btn{ text-align: right; }

fieldset {
	margin: 15px 0;
}

label{
	display: block;
	font: normal 14px "TradeGothicBold", "Helvetica", sans-serif;
}

input, textarea, option {
	font: normal 12px "HelveticaNeue", "Helvetica", sans-serif;
}

select {
	font: normal 12px "Helvetica", sans-serif;
}

input,
textarea{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
	width: 400px;
}

input[type="checkbox"] {
	width: 20px;
}

input[type="submit"] {
	display: block;
	width: auto;
	color: #FFFFFF;
	background-color: #444F56;
	font: 14px/13px "TradeGothicCond";
	letter-spacing: 0;
	text-decoration: none;
}

input[type="submit"]:hover {
	background-color: #313A3F;
	cursor: pointer;
}

form .error-message {
	background-color: #FF0;
	background-color: rgba(251,255,42, 0.3);
	padding: 10px;
	margin: 10px 0;
	font: normal 14px "TradeGothicBold";
	display: none;
}

form .error {
	color: red;
}

span.required {
	font: normal 12px "HelveticaNeue";
	color: red;
}
.short input{ width: 100px; }
.wide input{ width: 600px; }

.inline input,
.btn input{ width: auto; }

textarea{
	height: 150px;
	resize: none;
}

textarea.short{
	height: 50px;
	resize: none;
}

.btn input{
	border: 0;
	text-transform: uppercase;
}

.inline input,
.inline label{ float: left; }

.inline input{
	background-color: transparent;
	border: 0;
	margin-right: 10px;
}

h1 {
	font: 41px "TradeGothic", sans-serif;
	color: #2c3337;
	font-weight: bold;
	line-height: 42px;
	letter-spacing: -1px;
}

h2 {
	font: 30px "HelveticaNeue", sans-serif;
	font-weight: normal;
	color: #666666;
	border-bottom: 1px solid #d8dadb;
	text-indent: 5px;
}


h3,
h3 a:link,
h3 a:visited {
	font: bold 15px/30px Arial, sans-serif;
	color: #333;
	letter-spacing: 0.015em;
	text-decoration: none;
	text-transform: uppercase;
}

h3 a:link,
h3 a:visited {
	color: #485e6a;
}

h3 a:hover {
	text-decoration: underline;
}

h2 + h3 {
	margin-top: 15px;
}

h3 + h4 {
	margin-top: 15px;
}

h4,
h4 a:link,
h4 a:visited {
	font: normal 13px/20px "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	line-height: 20px;
	margin-bottom: 0;
	text-decoration: none;
}

h4 a:link,
h4 a:visited {
	color: #485e6a;
}

h4 a:hover {
	text-decoration: underline;
}

ul + h4,
ol + h4 {
	margin-top: 30px;
}

h3 + p,
h4 + p {
	margin-top: 0;
}

h3.nospace,
h4.nospace {
	margin-top: -10px;
}

table + h4,
table + h3 {
	margin-top: 20px;
}

h3 + ul {
	margin: 10px 0 10px 25px;
}

.scrollable {
	width: 400px;
	height: 250px;
	overflow: scroll;
	border: 1px solid #CCC;
	padding: 0 10px;
}
	.scrollable p {
		margin: 5px 0;
		font-size: 12px;
	}

table tr td em { font-size: 10px; }

.separator {
	font: 17px "HelveticaNeueUltraLight", sans-serif;
	font-weight: normal;
	color: #64696c;
	margin-top: 10px !important;
}

#content-background {
    background-color: #e8e8e8;
}

.edit-this-link:link,
.edit-this-link:visited,
.edit-this-link:active {
	background-color: #444F56;
	color: #FFFFFF;
	padding: 10px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 5000;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 6px rgba(0,0,0,0.3); /* Opera 10.5, IE 9.0 */
	font: normal 16px/10px "TradeGothicCond", sans-serif;
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter:alpha(opacity=20);
}

.edit-this-link:hover {
	text-decoration: none;
	background-color: #313A3F;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}

#back-to-top-btn:link,
#back-to-top-btn:visited,
#back-to-top-btn:active {
	display: none;
	position: fixed;
	top: 40px;
	left: 150px;
	text-indent: -3000px;
	width: 50px;
	height: 50px;
	background: transparent url('/css/img/btn-back-to-top.gif') no-repeat;
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter:alpha(opacity=20);
}

#back-to-top-btn:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}

#right-click-disabled-message {
	display: none;
	position: absolute;
	width: 450px;
	background-color: #FFFFFF;
	padding: 25px;
	z-index: 999999;

	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#AAA'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#AAA')"; /* IE8 */

	opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);
}

#right-click-disabled-message h4,
#right-click-disabled-message p {
	margin: 0;
	padding: 0;
}


strong a:link,
strong a:visited,
strong a:hover {
	font-weight: bold;
}


/* _PAGE-WRAP
----------------------------------------------------------------------------- */
#page-wrap{ height: 100%; width: 100%; }


/* _TOP-BAR
----------------------------------------------------------------------------- */
#top-bar-wrap{
	height: 38px;
	background-color: #fff;
	border-bottom: 2px solid #FFF;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	min-width: 860px;
}

#top-bar-left-content {
	position: absolute;
	height: 20px;
	top: 10px;
	left: 10px;
	padding-left: 6px;
}

#top-bar-left-content li {
	display: none;
	font: 13px/17px "HelveticaNeueBold", sans-serif;
	color: rgba(51, 51, 51, 0.875);
}


#top-bar-left-content li a:link,
#top-bar-left-content li a:visited {
	font: 13px "HelveticaNeueBold", sans-serif;
	color: rgba(51, 51, 51, 0.875);
	text-decoration: none;
}
#top-bar-left-content li a:hover { text-decoration: underline; }

#top-bar-right-content {
	position: absolute;
	right: 35px;
	top: 8px;
}

#top-bar-right-content li {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 0;
}

#top-bar-right-content li a:link,
#top-bar-right-content li a:visited {
	font: normal 12px "HelveticaNeueBold", sans-serif;
	color: rgba(51, 51, 51, 0.875);
	line-height: 21px;
	text-decoration: none;
}
#top-bar-right-content li a:hover {
	text-decoration: underline;
}

#nav-search-form { }

#nav-search-form label { display: none; }

#nav-search-form #tbSearchQuery {
	height: 20px;
	width: 188px;
	float: left;
	border: 2px solid #7E7F80;
	padding: 1px 8px;
	margin: 0;
	font: normal 11px "HelveticaNeueBold", sans-serif;
	color: #a7a7a7;
	color: rgba(51, 51, 51, 1.0);
	letter-spacing: 1px;
}


#nav-search-form #btnSearchGo {
	display: block;
	height: 22px;
	width: 26px;
	float: left;
	background: transparent url('/css/img/btn-magnifying-glass.gif') no-repeat top left;
	text-indent: -3000px;
	padding: 0;
	margin: 0;
	border: none;
}

/* _SIDEBAR / LOGO / NAVIGATION / CALLOUTS
----------------------------------------------------------------------------- */
#sidebar-wrap {
	width: 190px;
	height: auto;
	float: left;
	clear: left;
	margin: 8px 10px;
	overflow: hidden;
/*	min-height: 600px;
*/	background-color: white;
	padding-bottom: 20px;
}

#logo-wrap { position: relative; }

#logo-wrap a:link,
#logo-wrap a:visited {
	padding: 15px 0 0 0;
	display: block;
	width: 190px;
	height: 76px;
	text-indent: -3000px;
	background: url("/css/img/Frist-Art_Museum_190x76.png") no-repeat scroll bottom;
}

#logo-wrap a:hover,
#logo-wrap a.active {
	background: url("/css/img/Frist-Art_Museum_190x76.png") no-repeat scroll bottom;
}

/* _SIDEBAR-GLOBAL-STYLES
----------------------------------------------------------------------------- */
#sidebar-navigation-wrap ul li a:link,
#sidebar-navigation-wrap ul li a:visited,
#sidebar-callouts-wrap ul li a:link,
#sidebar-callouts-wrap ul li a:visited {
	display: block;
	padding: 11px 15px;
	font: 16px/9px "Verdana", sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	color: rgba(51, 51, 51, 0.875);
	text-decoration: none;
}


/* _SIDEBAR-NAVIGATION
----------------------------------------------------------------------------- */
#sidebar-navigation-wrap {
	margin-top: 15px;
}

/* TOP-LEVEL NAV----- */
#sidebar-navigation-wrap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: white;
}

#sidebar-navigation-wrap ul li {
	margin: 0;
	padding: 0;
}

#sidebar-navigation-wrap ul li a:hover {
	color: #A7ACAF;
}

#sidebar-navigation-wrap ul li a.active{
	text-decoration: none;
	color: black;
}

#sidebar-navigation-wrap ul li a.active {
	padding-bottom: 10px;
}

/* SUBNAV ------ */
#sidebar-navigation-wrap ul li ul {
	padding-left: 15px;
	padding-bottom: 6px;
	background-color: #fff;
/*	background-color: #313a3f;
*/}

#sidebar-navigation-wrap li ul li {
	border: none;
	background-color: transparent;
}

#sidebar-navigation-wrap ul li ul li a:link,
#sidebar-navigation-wrap ul li ul li a:visited {
	font: 400 10px "Verdana", sans-serif;
	padding: 5px;
	letter-spacing: 0.5px;
}

#sidebar-navigation-wrap ul li ul li a:hover {
	color: #A7ACAF;
}

#sidebar-navigation-wrap ul li ul li a.active {
	color: black;
	font-weight: 900;
}

/* TERTIARY NAV ------- */

#sidebar-navigation-wrap ul li ul li ul {
	list-style: disc outside;
	color: #fff;
	padding-left: 25px;
	padding-bottom: 3px;
}

#sidebar-navigation-wrap ul li ul li ul li {
	border: none;
	background-color: transparent;
	line-height: 5px;
}

#sidebar-navigation-wrap ul li ul li ul li a:link,
#sidebar-navigation-wrap ul li ul li ul li a:visited {
	font: 400 11px "Helvetica", sans-serif;
	padding: 2px 0 2px;
	letter-spacing: 0.5px;
}

#sidebar-navigation-wrap ul li ul li ul li a:hover,
#sidebar-navigation-wrap ul li ul li ul li a.active {
	color: #c3d0d6;
}


/* _SIDEBAR-CALLOUTS
----------------------------------------------------------------------------- */
#sidebar-callouts-wrap {}

#sidebar-callouts-wrap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar-callouts-wrap ul li {
	margin-top: 5px;
}

#sidebar-callouts-wrap ul li:before {
  border-top: 2px solid #E7E8E9;
  content: '';
  display: block;
  width: 30px;
  margin-left: 15px;
}


#sidebar-callouts-wrap ul li a:hover {
	color: #A7ACAF;
}

#sidebar-callouts-wrap ul li a.darker:link,
#sidebar-callouts-wrap ul li a.darker:visited {
/*	background-color: #5C646A;
*/}

#sidebar-callouts-wrap ul li a.dark:link,
#sidebar-callouts-wrap ul li a.dark:visited {
/*	background-color: #8C9297;
*/}

#sidebar-callouts-wrap ul li a.light:link,
#sidebar-callouts-wrap ul li a.light:visited {
	padding: 14px 15px;
/*	background-color: #A7ACAF;
*/}

#sidebar-callouts-wrap ul li a:hover {
/*	background-color: #313a3f !important;
*/}

/* _MOBILE-NAVIGATION
----------------------------------------------------------------------------- */
#mobile-navigation {
   display: none;
	position: absolute;
	right: 20px;
	top: 40px;
}

#mobile-navigation select,
#mobile-navigation select option {
	font: 13px Arial, sans-serif;
}

/* _MAIN-CONTENT
----------------------------------------------------------------------------- */
#main-content-wrap {
	float: left;
	margin: 8px 0;
	padding: 0;
	position: relative;
    width: 1200px;
}


/* _INTERIOR-PAGE-CONTAINER
----------------------------------------------------------------------------- */
#interior-page-container {
	padding: 25px 40px 50px;
	background-color: #fff;
	overflow: hidden;
	min-height: 750px;
}

#interior-page-container span.inline-pipe {
	color: #696969;
	color: rgba(102, 102, 102, 0.6);
	font-size: 12px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	vertical-align: 3px;
}

#interior-page-container h1 {
	clear: both;
	font-weight: normal;
	font-family: "TradeGothicBold", "Helvetica", "Arial", sans-serif;
	letter-spacing: -2px;
	padding: 10px 0;
}

#interior-page-container h2,
#interior-page-container h2 a:link,
#interior-page-container h2 a:visited,
#interior-page-container h2 a:active {
	font: 100 19px/28px "Helvetica", "Arial", sans-serif;
	text-indent: 0;
	border-bottom: none;
}

#interior-page-container h2 {
	color: #3f3f3f;
}

#interior-navigation-wrap {
	position: relative;
	height: 90px;
}

#breadcrumb-wrap {
	position: absolute;
	top: 0;
	left: 0;
	font: 11px/15px Arial, sans-serif;
	color: #a7acaf;
	background: transparent url('/css/img/ico-blip.gif') no-repeat center left;
	padding: 0 0 0 20px;
	height: 17px;
}

#breadcrumb-wrap a:link,
#breadcrumb-wrap a:visited {
	font: 11px Arial, sans-serif;
	color: #546974;
	text-decoration: underline;
}
#breadcrumb-wrap a:hover {
	text-decoration: none;
}

#breadcrumb-wrap span {
	font: 11px Arial, sans-serif;
	color: #546974;
}

#share-this-wrap {
	position: absolute;
	top: 0;
	right: 0;
	height: 17px;
	line-height: 15px;
}

.add-to-calendar {
	background: transparent url('/css/img/ico-cal-alt.gif') no-repeat center left;
	padding: 0 0 0 20px;
	position: absolute;
	left: 0;
	top: 18px;
	font-size: 11px;
}
	.add-to-calendar a:link,
	.add-to-calendar a:visited {
		color: #546974;
	}

#share-this-wrap a.share-this-button:link,
#share-this-wrap a.share-this-button:visited {
	background: transparent url('/css/img/ico-share.gif') no-repeat left center;
	padding: 0 0 0 20px;
	font: bold 12px Arial, sans-serif;
	color: #546974;
	text-decoration: none;
}
#share-this-wrap a.share-this-button:hover {
	text-decoration: underline;
}

#share-this-menu {
	display: none;
	background-color: #FFFFFF;

	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#AAA'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#AAA')"; /* IE8 */

	opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);
}

#share-this-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100px;
}

#share-this-menu ul li {
	float: right;
	margin: 0 0 0 0;
	padding: 0;
}

#share-this-menu ul li a:link,
#share-this-menu ul li a:visited,
#share-this-menu ul li a:active {
	display: block;
	text-indent: -9999px;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter:alpha(opacity=30);
	background-image: url(/css/img/ico-social.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
}

#share-this-menu ul li a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}

#share-this-menu ul .facebook {
	width: 15px;
	height: 20px;
	background-position: -45px 0 !important;
}

#share-this-menu ul .twitter {
	width: 15px;
	height: 20px;
	background-position: -30px 0 !important;
}

#share-this-menu ul .email {
	width: 30px;
	height: 30px;
	background-position: 0 0 !important;
}

#share-this-menu ul .digg {
	width: 15px;
	height: 30px;
	background-position: -60px 0 !important;
}

#feature-content-wrap {
	margin: 0 0 15px 0;
}

#feature-content-wrap h4,
#feature-content-wrap h4 a:link,
#feature-content-wrap h4 a:visited,
div.entry-metadata,
.occurrences-dropdown-selection a:link,
.occurrences-dropdown-selection a:visited,
.occurrences-dropdown-selection a:active {
	font: 100 17px/34px "Helvetica", "Verdana", sans-serif;
	color: #666;
	text-transform: none;
}

#feature-content-wrap h4 {line-height: 22px;}
#feature-content-wrap h4 a:link,
#feature-content-wrap h4 a:visited { color: #485E6A; line-height: 22px; }

#feature-slideshow-wrap,
#interior-feature-image-wrap { margin: 25px 0; }

#feature-slideshow-inner-wrap,
#interior-feature-image-wrap {
	position: relative;
	background-color: #fff;
	width: 100%;
	height: 450px;
}

	.chapter-feature-image img {
		display: block;
		margin: 0 auto;
		width: auto;
	}

#interior-feature-image-wrap img {
	display: block;
	height: 410px;
	margin: 0 auto;
}

#feature-image-rotate {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

#feature-image-rotate li {
	height: 450px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#feature-image-rotate li img {
	margin: 0 auto;
	padding: 0;
}

#feature-image-rotate li .play-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url('/css/img/ico-play-button.png') no-repeat center center;
	text-indent: -3000px;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
}

#feature-image-previous:link,
#feature-image-previous:visited,
#feature-image-previous:hover {
	width: 19px;
	height: 68px;
	position: absolute;
	top: 186px;
	left: -18px;
	background: transparent url('/css/img/btn-previous-feature.gif') no-repeat center center;
	text-indent: -3000px;
}

#feature-image-next:link,
#feature-image-next:visited,
#feature-image-next:hover {
	width: 19px;
	height: 68px;
	position: absolute;
	top: 186px;
	right: -18px;
	background: transparent url('/css/img/btn-next-feature.gif') no-repeat center center;
	text-indent: -3000px;
}

#feature-credits-rotate {
	list-style-type: none;
	margin: 15px 0;
	padding: 0;
}

#feature-credits-rotate li {
	font: normal 10px/11px Helvetica, Verdana, sans-serif;
	color: #98a3a9;
	height: 22px;
}

#feature-credits-rotate li a:link,
#feature-credits-rotate li a:visited,
#feature-credits-rotate li a:active {
	font: 100 10px/11px "Helvetica", sans-serif;
	color: #3F3E3E;
	text-decoration: underline;
}

#feature-credits-rotate li a:hover {
	text-decoration: none;
}

#feature-credits-rotate li p {
	line-height: 14px;
}


#interior-left-column {
	width: 70%;
	float: left;
}

#interior-left-column > p:first-child {
	margin-top: 0px;
}

#feature-pagination-wrap { position: relative; width: 670px; margin: 0; padding: 0; }

#feature-pagination-wrap.shift {
	margin-left: 28px;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

#feature-pagination { clear: both; }

#feature-pagination ul { list-style-type: none; margin: 0; padding: 0; }

#feature-pagination ul li {
	float: left;
	width: 69px;
	height: 90px;
	padding-right: 5px;
}

#feature-pagination ul li a:link,
#feature-pagination ul li a:visited,
#feature-pagination ul li a:hover {
	position: relative;
}

#feature-pagination ul li a img {}

#feature-pagination ul li a img.play-icon {
	display: block;
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 5000;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
}

#feature-pagination-previous {
	position: absolute;
	width: 10px;
	height: 15px;
	left: -28px;
	top: 17px;
	text-indent: -3000px;
	background: transparent url('/css/img/btn-previous-pager.gif') no-repeat center center;
	z-index: 5000;
}

#feature-pagination-next {
	position: absolute;
	width: 10px;
	height: 15px;
	right: -15px;
	top: 17px;
	text-indent: -3000px;
	background: transparent url('/css/img/btn-next-pager.gif') no-repeat center center;
	z-index: 5000;
}

#left-column-content-wrap {
	-moz-column-count: 2;
	-moz-column-gap: 35px;
	-webkit-column-count: 2;
	-webkit-column-gap: 35px;
	column-count: 2;
	column-gap: 35px;
}

#left-column-content-wrap p:first-child {
	margin-top: 0;
}

.collapse-line-height {
	line-height: 1.1 !important; /* override inline from wysiwyg */
}

#continue-reading-button:link,
#continue-reading-button:visited,
#continue-reading-button:active {
	font: bold 14px/14px "Helvetica", sans-serif;
	color: #485e6a;
	text-decoration: underline;
}

#continue-reading-button:hover { text-decoration: none; }

#left-column-full-content-wrap {
	display: none;
	clear: both;
	float: left;
}

#suggested-reading-wrap {
	clear: left;
	float: left;
	margin: 0 0 25px 0;
}

#suggested-reading-wrap ul {
	list-style-type: none;
	margin: 10px 0;
}

#interior-right-column {
	width: 180px;
	float: right;
	margin-left: 65px;
}

#interior-right-column ul {
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
}


#interior-right-column ul li {
	margin: 10px 0;
	font: normal 12px Arial, sans-serif;
	text-decoration: none;
}

#interior-right-column ul li.MP3 {
	padding: 0 0 0 20px;
	background: transparent url('/css/img/ico-audio.gif') no-repeat left center;
}
#interior-right-column ul li.PDF {
	padding: 0 0 0 20px;
	background: transparent url('/css/img/ico-document.gif') no-repeat left center;
}
#interior-right-column ul li.external-link {
	padding: 0 0 0 20px;
	background: transparent url('/css/img/ico-external-link.gif') no-repeat left center;
}
#interior-right-column ul li.ZIP {
	padding: 0 0 0 20px;
	background: transparent url('/css/img/ico-zip.gif') no-repeat 1px center;
}
#interior-right-column ul li.SWF {
	padding: 0 0 0 20px;
	background: transparent url('/css/img/ico-book.gif') no-repeat left center;
}
#interior-right-column ul li.iBook {
	padding: 0 0 0 20px;
	background: transparent url('/css/img/ico-book-2.gif') no-repeat left center;
}
#interior-right-column ul li.rotation {
	padding: 0 0 0 20px;
	background: transparent url('/css/img/ico-rotation.gif') no-repeat left center;
}
#interior-right-column ul li.calendar {
	padding: 0 0 0 20px;
	background: transparent url('/css/img/ico-book-2.gif') no-repeat left center;
}

ul.copy-list li a:link,
ul.copy-list li a:visited,
ul.copy-list li a:link,
ul.copy-list li a:visited {
	font: bold 12px Arial, sans-serif;
	color: #485e6a;
	text-decoration: none;
}
ul.copy-list li a:hover,
ul.copy-list li a:hover {
	text-decoration: underline;
}

ul.copy-list li em {
	font: normal 12px Helvetica, sans-serif;
	font-style: oblique;
	color: #999999;
}

ul.copy-list li span.inline-pipe {
	vertical-align: 1px !important;
}

#interior-right-column ul.downloads-list li em {
	font: normal 10px Arial, sans-serif;
	font-style: normal;
}
#interior-right-column ul.copy-list li em {
	line-height: 18px;
}

#interior-right-column h3,
#suggested-reading-wrap h3 {
	font: normal 18px/18px "TradeGothicBold", Arial, sans-serif;
	text-transform: none;
	margin: 0;
}

/* _AUDIO-TOURS
----------------------------------------------------------------------------- */
.audio-tours-list {
	margin-top: 25px;
}
.audio-tours-container {}

	.audio-tours-container .jp-type-single {
		margin: 10px 0;
		height: 55px;
	}

		.audio-tours-container .jp-type-single .jp-interface {
			padding: 0;
			margin: 0;
			position:relative;
		}

		.audio-tours-container .jp-type-single .jp-controls {
			list-style-type: none;
			display: block;
			width: 55px;
			height: 55px;
			position: absolute;
			top: 0px;
			left: 0px;
		}
		.audio-tours-container .jp-type-single .jp-controls li  {}

			.audio-tours-container .jp-type-single .jp-controls li a {
				display: block;
				width: 55px;
				height: 55px;
				text-indent: -3000em;
				background-image: url('/css/img/sprite-audio-tour-controls.gif');
				background-repeat: no-repeat;
			}

			.audio-tours-container .jp-type-single .jp-controls li .jp-play {
				background-position: 0px 0px;
			}
			.audio-tours-container .jp-type-single .jp-controls li .jp-play:hover {
				background-position: -55px 0px;
			}

			.audio-tours-container .jp-type-single .jp-controls li .jp-pause {
				background-position: -110px 0px;
			}
			.audio-tours-container .jp-type-single .jp-controls li .jp-pause:hover {
				background-position: -165px 0px;
			}

		.audio-tours-container .jp-type-single h5 {
			margin: 0;
			padding: 10px 0 0 73px;
			font: normal 18px/20px "TradeGothicBold", Arial, sans-serif;
			color: #333333;
			position: relative;
		}
			.audio-tours-container .jp-type-single h5 span {
				font: normal 13px/20px Helvetica, sans-serif;
				color: #3f3f3f;
			}

				.timer{ display: none; padding-left: 10px; }

			.audio-tours-container .jp-type-single h5 a.download {
				margin: 0;
				padding: 0;
				width: 7px;
				height: 13px;
				background-image: url('/css/img/ico-download.png');
				background-position: center center;
				background-repeat: no-repeat;
			}


			.audio-tours-container .jp-type-single h6 {
				font: normal 13px/13px Helvetica, sans-serif;
				margin: 0;
				padding: 0 0 0 73px;
				color: #3f3f3f;
				color: rgba(65,65,65,0.7);
			}

	.view-all-audio-files-wrap {
		display: none;
	}

	.audio-tours-container .audio-tours-item,
	.audio-tours-list .audio-tours-item {
		item: left;
		clear: left;
		margin: 10px 0 25px;
	}

.audio-tours-wrap .audio-tour-chapter {
	margin: 30px 0 40px;
}

#feature-content-wrap #left-column-audio-tours-wrap h2 {
	padding-bottom: 50px;
}

#audio-tours-thumb {
	display: block;
	width: 100px;
	height: 100px;
	border: 1px solid #666666;
	float: left;
}

#audio-tours-title-wrap {
	float: left;
	width: 270px;
}

#audio-tours-title-wrap h4,
#audio-tours-title-wrap h4 a:link,
#audio-tours-title-wrap h4 a:visited,
#audio-tours-title-wrap h4 a:active {
	font: normal 18px/20px "HelveticaNeueBold", sans-serif;
}

#audio-tours-title-wrap h5 {
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
}

#audio-tours-title-wrap p{
	background: url("/css/img/ico-audio.gif") no-repeat scroll left center transparent;
	padding: 0 0 0 20px;
	font-size: 16px;
}

#audio-tours-title-wrap em {
	font: normal normal 10px/10px Arial,sans-serif !important;
	color: #999999;
}

#audio-tours-title-wrap a.audio-tour-link {
	color: #485e6a;
	font-weight: bold;
	text-decoration: none;
}


#left-column-audio-chapters-wrap .audio-tours-container {
	float: left;
	clear: left;
	margin: 10px 0 25px;
}

	#left-column-audio-chapters-wrap .audio-tours-container .jp-type-single {
		margin: 10px 0;
		height: 55px;
	}

	#left-column-audio-chapters-wrap .audio-tours-container .jp-type-single ..jp-interface {
			padding: 0;
			margin: 0;
			position:relative;
		}
	.audio-tour-chapter div.jp-audio div.jp-type-single div.jp-interface {
		height: auto;
	}

		.jp-type-single .jp-controls {
			list-style-type: none;
			display: block;
			width: 55px;
			height: 55px;
			position: relative;
			top: 0px;
			left: 0px;
		}
		.jp-type-single .jp-controls li  {}

			.jp-type-single .jp-controls li a {
				display: block;
				width: 55px;
				height: 55px;
				text-indent: -3000em;
				background-image: url('/css/img/sprite-audio-tour-controls.gif');
				background-repeat: no-repeat;
			}

		    .jp-type-single .jp-controls li .jp-play {
				background-position: 0px 0px;
			}
			.jp-type-single .jp-controls li .jp-play:hover {
				background-position: -55px 0px;
			}

			.jp-type-single .jp-controls li .jp-pause {
				background-position: -110px 0px;
			}
			.jp-type-single .jp-controls li .jp-pause:hover {
				background-position: -165px 0px;
			}

			.jp-type-single.small .jp-controls li a {
				display: block;
				width: 27px;
				height: 28px;
				text-indent: -3000em;
				background-image: url('/css/img/sprite-audio-tour-controls-small.gif');
				background-repeat: no-repeat;
			}

		    .jp-type-single.small .jp-controls li .jp-play {
				background-position: 0px 0px;
			}
			.jp-type-single.small .jp-controls li .jp-play:hover {
				background-position: -27px 0px;
			}

			.jp-type-single.small .jp-controls li .jp-pause {
				background-position: -55px 0px;
			}
			.jp-type-single.small .jp-controls li .jp-pause:hover {
				background-position: -82px 0px;
			}

			div.jp-audio div.jp-type-single.small div.jp-progress {
				top: 11px;
				left: 32px;
				width: 130px;
				height: 5px;
			}

			.jp-type-single h5 {
				margin: 0;
				padding: 10px 0 0 73px;
				font: normal 18px/20px "TradeGothicBold", Arial, sans-serif;
				color: #333333;
				position: relative;
			}
				.jp-type-single h5 span {
					font: normal 13px/20px Helvetica, sans-serif;
					color: #3f3f3f;
				}

					.timer{ display: none; }

				.jp-type-single h5 a.download {
					margin: 0;
					padding: 0;
					width: 7px;
					height: 13px;
					background-image: url('/css/img/ico-download.png');
					background-position: center center;
					background-repeat: no-repeat;
				}

			#left-column-audio-chapters-wrap .jplayer-wrap {
				padding: 10px 0;
			}
				.jp-interface h5 {
					font: bold 26px/30px Helvetica, sans-serif;
					color: #3f3f3f;
					padding: 0 0 0 73px;
				}
				.jp-interface h5 p {
					font: bold 26px/30px Helvetica, sans-serif;
					color: #3f3f3f;
				}

				.jp-interface h6 {
					font: normal 16px/24px Helvetica, sans-serif;
					margin: 0;
					padding: 0 0 0 73px;
					color: #3f3f3f;
					color: rgba(65,65,65,0.7);
				}

				.jp-interface ul.jp-controls {
					float: left;
				}

					.jp-interface ul.jp-controls a {
						background: url("/css/img/sprite-audio-tour-controls.gif") no-repeat scroll 0 0 transparent;
						width: 55px;
						height: 55px;
					}

					.jp-interface ul.jp-controls a.jp-play { background-position: 0 0; }
					.jp-interface ul.jp-controls a.jp-play:hover { background-position: -55px 0; }
					.jp-interface ul.jp-controls a.jp-pause { background-position: -110px 0; }
					.jp-interface ul.jp-controls a.jp-pause:hover { background-position: -165px 0; }

		#single-chapter.jp-type-single  .jp-interface .jp-controls,
		#single-chapter.jp-type-single .jp-progress-wrap {
			position: absolute;
			top: 50px;
			margin-top: 20px;
		}

		#single-chapter.jp-type-single	h5,
		#single-chapter.jp-type-single h6 {
			position: absolute;
			left: 0;
			padding-left: 0;
		}

		#single-chapter.jp-type-single h5 { top: 0; }
		#single-chapter.jp-type-single h6 { margin-top: 30px; }

		#single-chapter.jp-type-single .jp-progress-wrap {
			background-color: #e9eced;
			width: 80%;
			height: 55px;
			left: 65px;
		}

			#single-chapter.jp-type-single .jp-progress-wrap div.jp-progress {
				height: 5px;
				width: 85%;
				left: 25px;
				margin-right: 25px;
				top: 25px;
			}


/* _INTERIOR-CALLOUTS
----------------------------------------------------------------------------- */

#interior-callout-well {
	clear: both;
	margin: 10px 0 5px;
}

#interior-callout-well .interior-callout-item {
	width: 253px;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 0 0;
	background-color: #fff;
}

#interior-callout-well .interior-callout-item .interior-callout-link:link {
	display: block;
	margin: 0;
	padding: 10px 0;
	height: 103px;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -3000px;
}

#interior-callout-well .interior-callout-item .interior-callout-tag {
	display: block;
	padding: 10px 15px;
	margin: 0;
	font: normal 9px Verdana, sans-serif;
	text-transform: uppercase;
	color: #333;
	color: rgba(51, 51, 51, 0.85);
	background-color: #f4f4f5;
	border-top: 1px solid #eee;
}

#interior-callout-well .interior-callout-notes {
	clear: both;
	margin: 0;
	padding: 5px 0 0 0;
	font: normal 12px/20px "Helvetica Neue", sans-serif;

}

/* _INTERIOR-FILTER-BAR
----------------------------------------------------------------------------- */
#filter-bar-wrap {
	margin-bottom: 40px;
}

#filter-bar-wrap .filter-item {
	position: relative;
	z-index: 5;
}

#filter-bar-wrap .filter-item.right {
	margin-left: 10px;
}

#filter-bar-wrap .filter-item a:link,
#filter-bar-wrap .filter-item a:visited,
#filter-bar-wrap .filter-item a:active {
	display: block;
	font: normal 11px/18px "HelveticaNeueBold", sans-serif;
	color: #595959;
	background-color: #fff;
	padding: 13px 45px 10px 15px;
	margin-right: 10px;
	text-transform: uppercase;
	background: #fff url('/css/img/ico-filter-up.gif') no-repeat right center;
	position: relative;
	z-index: 2;
	text-decoration: none;
}

	#filter-bar-wrap .filter-item > a {
		height: 19px;
	}

#filter-bar-wrap .filter-item a:hover,
#filter-bar-wrap .filter-item a:active,
#filter-bar-wrap .filter-item a.active,
#filter-bar-wrap .filter-item .filter-pane {
	text-decoration: none;
}

#filter-bar-wrap .filter-item a.active {
	background: #fff url('/css/img/ico-filter-down.gif') no-repeat right center;
	z-index: 4;
}

#filter-bar-wrap .filter-item a.active:after {
	content: "H";
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: -5px;
	left: 0;
	background-color: #fff;
	color: #fff;
	z-index: 5000;
}

#filter-bar-wrap .filter-item a:link.button,
#filter-bar-wrap .filter-item a:visited.button,
#filter-bar-wrap .filter-item a:active.button {
	font: normal 11px/23px "HelveticaNeueBold", sans-serif;
	text-transform: none;
	background: #fff none;
	padding: 10px 15px;
	height: 22px;

}

#filter-bar-wrap .filter-item a:link.button.document,
#filter-bar-wrap .filter-item a:visited.button.document,
#filter-bar-wrap .filter-item a:active.button.document {
	background: #fff url(/css/img/ico-document-white.gif) no-repeat 10px center;
	width: 80px;
	padding-left: 30px;
	margin-right: 0;
	font: normal 12px/23px "HelveticaNeueBold", sans-serif;
}

#filter-bar-wrap .filter-item a:link.button em,
#filter-bar-wrap .filter-item a:visited.button em,
#filter-bar-wrap .filter-item a:active.button em {
	font: normal 10px "HelveticaNeue", sans-serif;
	font-style: italic;
}

#print-calendar-button {
	width: auto !important;
}

.ics-url {
	width: 215px;
	margin-top: 15px;
}

#filter-bar-wrap .filter-item .filter-pane {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	background-color: #fff;
	z-index: 999999;
	padding: 20px;
	width: 535px;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);
}

#filter-bar-wrap .filter-item .filter-pane.half {
	width: 245px;
}

#filter-bar-wrap .filter-item .filter-pane .column {
	width: 255px;
	float: left;
}

#filter-bar-wrap .filter-item .filter-pane .column:first-child {
	border-right: 2px solid #dfdfe0;
	border-right: 2px solid rgba(102,102,102, 0.2);
	margin-right: 15px;
	padding-right: 5px;
}

#filter-bar-wrap .filter-item .filter-pane.half .column {
	border-right:none;
}

#filter-bar-wrap .filter-item .filter-pane .column h3 {
	margin-bottom: 10px;
	font: normal 20px/26px "TradeGothicBold";
	text-transform: none;
}

#filter-bar-wrap .filter-item .filter-pane ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#filter-bar-wrap .filter-item .filter-pane ul li {
	margin: 0 5px 5px 0;
	padding: 0;
	background: none;
	float: left;
}

#filter-bar-wrap .filter-item .filter-pane ul li a:link,
#filter-bar-wrap .filter-item .filter-pane ul li a:visited {
	background: none;
	background-color: #e7e7eb;
	padding: 5px 10px;
	margin: 0;
	color: #424f56;
	font: normal 12px/26px "HelveticaNeueBold", sans-serif;
	text-transform: none;
	white-space: nowrap;
}

#filter-bar-wrap .filter-item .filter-pane ul li a:hover {
	background-color: #424F56;
	color: #FFF;
}

#filter-bar-wrap .filter-item .filter-pane ul li a.active {
	background-color: #424f56;
	color: #FFF;
}

#filter-bar-wrap .filter-item .filter-pane .column fieldset {
	float: left;
	padding: 10px;
	margin: 0;
	background-color: #e7e7eb;
	color: #485e6a;
	font: normal 11px/18px "HelveticaNeueBold", sans-serif;
}

#filter-bar-wrap .filter-item .filter-pane .column fieldset input {
	width: 81px;
	padding: 5px 7px;
	margin: 0;
	display: inline;
	color: #333333;
	background: #FFF url('/css/img/ico-datepicker.gif') no-repeat right center;
	font: normal 12px/12px "HelveticaNeueBold", sans-serif;
	cursor: pointer;
}

#filter-bar-wrap .filter-item .filter-pane .column p {
	clear: both;
	background: none;
	padding: 10px 0 0;
	margin: 0;
}

#filter-bar-wrap .filter-item .filter-pane .column p a:link,
#filter-bar-wrap .filter-item .filter-pane .column p a:visited {
	padding: 0;
	margin: 0;
	background: none;
	float: none;
	color: #424f56;
	font: normal 12px/26px "HelveticaNeueBold", sans-serif;
	text-transform: none;
	display: inline;
}

#filter-bar-wrap .filter-item .filter-pane .column p a:hover {
	text-decoration: underline;
	background: none;
	-moz-box-shadow: none; /* FF3.5+ */
	-webkit-box-shadow: none; /* Saf3.0+, Chrome */
	box-shadow:none; /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=none, OffY=none, Color='#ffffff'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=none, OffY=none, Color='#ffffff')"; /* IE8 */
}

/* _INTERIOR-FLUID-NAVIGATION
----------------------------------------------------------------------------- */

#fluid-date-range-wrap {
	border-bottom: 1px solid #d8dadb;
	height: 35px;
	position: relative;
	margin: 0 0 9px;
	padding: 0;
}

#fluid-date-range-wrap h1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 600px;
}

#fluid-date-range-wrap h1,
#fluid-date-range-wrap h1 a:link,
#fluid-date-range-wrap h1 a:visited,
#fluid-date-range-wrap h1 a:active {
	font: 30px/18px "HelveticaNeueLight", sans-serif;
	color: #666666;
	text-decoration: none;
}

#fluid-date-range-wrap h1 a:hover {
	text-decoration: underline;
}

ul.pagination {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 80px;
	list-style-type: none;
	z-index: 1;
}

ul.pagination li {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
}

ul.pagination li.ajax-loader {
	display: none;
	margin-right: 30px;
}

ul.pagination li a:link,
ul.pagination li a:visited,
ul.pagination li a:active {
	font: 30px/18px "HelveticaNeueLight", sans-serif;
	color: #666666;
	text-decoration: none;
}

/* _LISTINGS
----------------------------------------------------------------------------- */

.listing {
	list-style-type: none;
	margin: 0 0;
	padding: 0;
}

.listing li {
	margin: 10px 0;
	clear: both;
	float: left;
}

.listing li p {
	margin: 0;
	padding: 0;
}

.listing li h4 {
	margin: 0;
	padding: 0;
}

.listing li h3,
.listing li h3 a:link,
.listing li h3 a:visited {
	line-height: 20px;
}

.listing li em {
	font-size: 12px;
	color: #A7ACAF;
}



/* _FACEBOOK-LIKE-BUTTON
----------------------------------------------------------------------------- */

#share-facebook {
	float: left;
	clear: left;
	margin-bottom: -65px;
}

/* _BUTTON-SELECT-FORM-ELEMENTS
----------------------------------------------------------------------------- */

.button-select p {
	margin: 5px 0 10px;
}

	.button-select label {
		margin-bottom: 10px;
	}

	.button-select a.toggle-button:link,
	.button-select a.toggle-button:visited {
		background: none;
		background-color: #e7e7eb;
		padding: 15px 10px;
		margin: 0;
		color: #424f56;
		font: normal 14px/14px "HelveticaNeueBold", sans-serif;
		text-transform: none;
		white-space: nowrap;
		text-decoration: none;
		float: left;
		text-align: center;
		margin-right: 10px;
		display: block;
	}
		.button-select a.toggle-button:hover,
		.button-select a.toggle-button.active {
			background-color: #424F56;
			color: #FFF;
		}

		.button-select a.toggle-button em {
			font: normal 12px/14px "HelveticaNeue", sans-serif;
		}

/* _GENERAL FORM ELEMENTS
----------------------------------------------------------------------------- */
fieldset.full {
	clear: both;
}

fieldset.half {
	width: 300px;
	float: left;
	margin-right: 15px;
}

	fieldset.half p {
		margin: 5px 0 10px;
	}

	fieldset.half input {
		width: 250px;
		margin-bottom: 5px;
	}

	input.tour-datepicker {
		padding: 5px 7px;
		background: #FFF url('/css/img/ico-datepicker.gif') no-repeat right center;
		cursor: pointer;
	}

fieldset.checkbox {
	position: relative;
}
	fieldset.checkbox label {
		margin: 0 0 0 25px;
	}
	fieldset.checkbox input {
		position: absolute;
		padding: 0;
		border: none;
		width: auto;
		top: 1px;
		left: 0;
	}

#tour-request-form input[type="submit"] {
	display: none;
}

#tour-request-form #tour-times-container select {
	margin-bottom: 11px;
	display: block;
}

#tour-request-form .button-select a.toggle-button:link,
#tour-request-form .button-select a.toggle-button:visited,
#reprint-membership-card-form .button-select a.toggle-button:link,
#reprint-membership-card-form .button-select a.toggle-button:visited  {
	float: none;
	text-align: left;
}


/* _TOUR-REQUEST-FORM
----------------------------------------------------------------------------- */

.datepicker-legend {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	.datepicker-legend li {
		display: block;
		clear: both;
		font: normal 12px/19px "Helvetica", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
		margin: 0;
		padding: 0;
	}

	.datepicker-legend li span {
		display: block;
		float: left;
		width: 26px;
		height: 17px;
		text-indent: -3000px;
		margin: 0 15px 0 6px;
	}

/* Sets a border for tour availability indicators */
.ui-datepicker td.small-groups-only a:link,
.ui-datepicker td.small-groups-only a:visited,
.datepicker-legend li span.small-groups-only {
	background: #FCFF63 none;
}

.ui-datepicker td.sold-out a:link,
.ui-datepicker td.sold-out a:visited,
.datepicker-legend li span.sold-out {
	background: #556CFF none;
}

.datepicker-legend li span.available {
	background: #E7E7EB none;
}

.datepicker-legend li span.unavailable {
	background: #E7E7EB none;
	opacity: 0.35;
	-moz-opacity: 0.35;
	filter:alpha(opacity=35);
}

#more-info-fields-container {
	clear: both;
}

/* _ACCORDIAN
----------------------------------------------------------------------------- */

.accordion h3 + div {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

.-one-column h3 + div{
	-moz-column-count: 1;
	-moz-column-gap: 20px;
	-webkit-column-count: 1;
	-webkit-column-gap: 20px;
	column-count: 1;
	column-gap: 20px;

}

.accordion p {
	margin-top: 0;
}

/* _GALA
----------------------------------------------------------------------------- */
.gala-exhibition-wrap {
	margin: 25px 0;
	line-height: 16px;
}

	.gala-exhibition-wrap img {
		margin-top: 0;
	}

	.gala-exhibition-wrap em {
		font-size: 11px;
	}

	#gala-gallery {
		margin-bottom: 150px;
	}

		/**
		 * Gallery Item's Default State
		 */
		#gala-gallery .gallery-item {
			position: relative;
			float: left;
			padding: 0;
			margin: 10px 10px 0 0;
			width: 100px;
			height: 100px;
		}
			#gala-gallery .gallery-item .gallery-item-inner-wrap {
				display: block;
				position: absolute;
				z-index: 1;
				top: 0;
				left: 0;
				background-color: #fff;
				padding: 10px 10px 10px 0;
			}
				#gala-gallery .gallery-item .gallery-item-image {

				}
					#gala-gallery .gallery-item .gallery-item-image img {
						margin: 0;
						padding: 0;
						width: 100px;
						height: auto;
					}
				#gala-gallery .gallery-item .gallery-item-copy {
					display: none;
					margin: 10px 0 0;
				}

					#gala-gallery .gallery-item .gallery-item-copy strong {
						display: block;
						font: bold 12px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
					}

					/* @extends strong */
					#gala-gallery .gallery-item .gallery-item-copy .label-sponsored-by { padding-top: 6px; }

						#gala-gallery .gallery-item .gallery-item-copy strong span { font-weight: normal; }

					#gala-gallery .gallery-item .gallery-item-copy div,
					#gala-gallery .gallery-item .gallery-item-copy div p { font: normal 10px "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

					#gala-gallery .gallery-item .gallery-item-copy div { margin: 5px 0 0; }

					#gala-gallery .gallery-item .gallery-item-copy div p { margin: 0; }

		/**
		 * Gallery Item's Hover State
		 */
		#gala-gallery .gallery-item:hover,
		#gala-gallery .gallery-item:hover .gallery-item-inner-wrap,
 		#gala-gallery .gallery-item:hover .gallery-item-inner-wrap img {
			z-index: 2;
		}
		#gala-gallery .gallery-item:hover .gallery-item-inner-wrap img {
			-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.7);
			-moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
			box-shadow: 0 0 2px rgba(0,0,0,0.3);
		}

		/**
		 * Gallery Item's Active State
		 */
		#gala-gallery .gallery-item.active {}
			#gala-gallery .gallery-item.active .gallery-item-inner-wrap {
				z-index: 100;
				top: -75px;
				left: -75px;
				padding: 10px;
				-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
				-moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
				box-shadow: 0 0 2px rgba(0,0,0,0.3);
				z-index: 2;
			}
				#gala-gallery .gallery-item.active .gallery-item-image {}
					#gala-gallery .gallery-item.active .gallery-item-image img {
						width: 300px;
					}
				#gala-gallery .gallery-item.active .gallery-item-copy {
					display: block;
					width: 300px;
				}

/* _EXHIBITION-OCCURRENCES
----------------------------------------------------------------------------- */
.occurrences-dropdown-container {
	position: relative;
	margin: 0 5px 0 0;
	padding: 0;
	background-color: #fff;
	float: left;
	border: 1px solid #e0e0e0;
	z-index: 10;
}
	.occurrences-dropdown-selection {
		margin: 0;
		padding: 0;
	}
		.occurrences-dropdown-selection a:link,
		.occurrences-dropdown-selection a:visited,
		.occurrences-dropdown-selection a:active {
			display: block;
			background:#fff url(/css/img/bg-occurrences-arrow.gif) no-repeat center right;
			padding: 0 45px 0 10px;
			margin: 0;
			min-width: 200px;
		}

		.occurrences-dropdown-selection a:hover {
			text-decoration: none;
		}

		.occurrences-dropdown-container.active .occurrences-dropdown-selection a {
			text-decoration: none;
		}

	.occurrences-dropdown-inner-container {
		display: none;
		position: absolute;
		top: 35px;
		left: -1px;
		background-color: #fff;
		z-index: 10;
		padding: 0 0 10px 0;
		margin: 0;
		border-left: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		max-height: 300px;
		overflow: auto;
	}
	.occurrences-dropdown-container.active .occurrences-dropdown-inner-container {
		display: block;
	}
		.occurrences-dropdown-inner-container > .heading {
			margin: 10px 0 0 0;
			padding: 5px 10px 0px;
			font: normal 13px/13px Helvetica;
		}

		.occurrences-dropdown-items {
			margin: 0 10px 10px;
			padding: 10px 0 0 0;
			list-style-type: none;
		}

		.occurrences-dropdown-items li {
			margin: 0;
			padding: 10px 0 0;
			font: normal 13px/13px Helvetica;
		}


/* _FOOTNOTES
----------------------------------------------------------------------------- */
.footnotes,
.footnotes p {
	font-size: 10px;
	font-style: italic;
	line-height: 15px;
}

.footnotes p {
	margin: 5px 0;
}

/* _FOOTER
----------------------------------------------------------------------------- */
#footer-wrap {
	display: flex;
	background-color: #FFFFFF;
	padding: 2rem;
	color: #313a3f;



/*	clear: both;
	position: relative;
	margin: 0;
	padding: 50px 30px; */

	font: 10px Arial, sans-serif;
	line-height: 16px;
	overflow: hidden;

/*	height: 200px;
	overflow: hidden;
	letter-spacing: 0.04em;
	min-width: 825px;
*/
}

#footer-wrap a:link,
#footer-wrap a:visited,
#footer-wrap a:active {
	color: #313a3f;
	font: 10px Arial, sans-serif;
	text-decoration: none;
}

#footer-wrap a:hover {
	text-decoration: underline;
}

#footer-wrap p {
	line-height: 13px;
	/* float: left; */
}

/* #footer-left-content {
	float: left;
	width: 420px;
} */

.footer-navigation {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
/*	max-width: 400px;
*/}

.footer-navigation li {
	float: left;
	background: transparent url('/css/img/bg-top-bar-separator.gif') no-repeat right center;
	padding-right: 7px;
	margin-right: 7px;
	line-height: 17px;
	display: inline-table;
}
/*
.line {
	padding-left: 10px;
	font-size: 15px;
} */

.footer-navigation li:last-child {
	background: none;
	margin: 0;
	padding: 0;
}

.footer-navigation li a:link,
.footer-navigation li a:visited {
	font: bold 12px/20px Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
.footer-navigation li a:hover {
	text-decoration: underline;
}
p.global-outreach-partner {
	margin: 20px 0 0 0;
	float: left;
	clear: left;

}
#global-outreach-partner-logo {
	float: left;
	clear: left;
}
#footer-right-content {
	float: right;
	width: 335px;
	text-align: right;
}

	#footer-right-content .non-profit-text {
		clear: both;
		font: 10px Arial, sans-serif;
		color: #919191;
		line-height: 14px;
		padding-top: 10px;
	}

	#footer-right-content p {
		/*clear: both;*/
		float: right;
		padding-top: 10px;
	}
#footer-social {
	display: block;
	/* width: 165px;  Includes the Flickr button */
	width: 206px; /* Doesn't include the Flickr button */
	float: right;
	height: auto;
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer-social li {
	float: left;
	padding-left: 10px;
}
#footer-social li a:link,
#footer-social li a:visited {
	display: block;
	height: 31px;
	width: 31px;
	text-indent: -3000px;
	text-align: left;
	overflow: hidden;
	background-repeat: no-repeat;
	background-color: transparent;
}
#footer-social li a:hover {}

#footer-social-facebook { background-image: url('/css/img/Frist-Facebook.png'); }
#footer-social-twitter { background-image: url('/css/img/Frist-Twitter.png'); }
#footer-social-youtube { background-image: url('/css/img/Frist-Youtube.png'); }
#footer-social-pinterest { background-image: url('/css/img/Frist-Pinterest.png'); }
#footer-social-instagram { background-image: url('/css/img/Frist-Instagram.png'); }



/*KATE CHANGES*/

/* updated footer layout. #footer-wrap is styled in original ID above */
.footer-left__wrapper {
	display: flex;
}
.footer-left__left {
	margin-top: 10px;
	margin-right: 50px;
}

.footer-left__middle p {

}

.footer-right__wrapper {
	width: 50%;
}

.accrediation-wrapper {
	float: right;
	padding-bottom: 3.5rem;
	width: 75%;
	max-width: 450px;
}

.social-wrapper {

}

@media screen and (max-width: 1000px) {
	#footer-wrap {
		flex-direction: column;
		clear: both;
	}

	.footer-left__wrapper {
		flex-direction: column;
	}

	.footer-right__wrapper {
		width: 100%;
	}

	.accrediation-wrapper {
		float: left;
	}

	#footer-social {
		float: left;
	}
}

/*
table fix
 */
td {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	padding: 0;
}

/*
---- CKEditor Overrides
*/

.cke_panel_listItem a{
	text-decoration: none !important;
}

.cke_panel_block, .cke_panel_list {
	background-color: #fff;
}
