/* This file is https://www.pcs.org/css/local.css */

/*Colors

Rule gray: #bfbbb5
Text gray: #bfbbb5
Text lighter gray: #eae7e7;
Darker gray: #908d88
Background gray: #edeee6
Red: #e93447
Gold: #9f7a2c
Brighter gold: #b2934e (for reverse on black)
*/

/* 2018-2019 Production and Branding Colors

Red: #e93447  (site links and buttons, CM, TBT, CE, seating area 1)
Fuschia: #ce4cac  (CP, S&S, UTF)
Blue: #4c8def  (AL, CM, seating area 3)
Green: #60b54b  (TYD, NG, seating area 2)
Orange: #ea7933  (B&S, BOL)
Purple: #5a1f73  (seating area 4)
Dark Blue: #2c296e  (not used)
Yellow: #fff440  (not used)
Buttermilk: #fff991  (not used)


/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit; /* font-size:100%; */ font-family:inherit; /*vertical-align:baseline; */}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
/* body {line-height:1.5;} */
table {border-collapse:separate;border-spacing:0;}
/*caption, th, td {text-align:left;font-weight:normal;}*/
/* table, td, th {vertical-align:middle;} */
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {background:#fff;font-family:'Gotham SSm A','Gotham SSm B',Helvetica,Arial,sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1.3;margin-top:1.5em;margin-bottom:1em;}
h4 {font-size:1.3em;line-height:1.5;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.2em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a {color:#e93447;text-decoration:none;transition: 0.2s;}
a:hover {color:#908d88;}
blockquote {margin:1em 1.5em 2.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;/* width:100%; */}
th {font-weight:bold;}
thead th {background-color:#908d88;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size: 13px !important;margin-bottom:16px;line-height:16px !important;}
/*.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}*/
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.text-center {text-align:center;}
.text-right {text-align:right;}

/* forms.css */
label {font-weight:bold;}
fieldset {margin:1em 1.5em;} */
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
/* textarea {width:390px;height:250px;padding:5px;} */
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.3em;width:18px;height:18px;}
input[type=checkbox] {margin-right: 6px;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
/*
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
*/

/* grid.css */
#container, .container {
	width:990px;
	margin:0 auto;
	padding:0 15px;
}
#container {
	background-image: url(https://www.pcs.org/assets/site/body-bg-blacktop.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}
.showgrid {background:url(../../img/blueprint_grid_85+10x18.png);}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10 {float:left;margin-right:10px;}
.last {margin-right:0 !important;}
.span-1  { width: 85px;}
.span-2  { width: 180px;}
.span-3  { width: 275px;}
.span-4  { width: 370px;}
.span-5  { width: 465px;}
.span-6  { width: 560px;}
.span-7  { width: 655px;}
.span-8  { width: 750px;}
.span-9  { width: 845px;}
.span-10, div.span-10 { width: 940px; margin: 0; }
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10 {border-left-width:1px!important;border-right-width:1px!important;padding-left:5px!important;padding-right:5px!important;}
input.span-1, textarea.span-1 {width:73px!important;}
input.span-2, textarea.span-2 {width:168px!important;}
input.span-3, textarea.span-3 {width:263px!important;}
input.span-4, textarea.span-4 {width:358px!important;}
input.span-5, textarea.span-5 {width:453px!important;}
input.span-6, textarea.span-6 {width:548px!important;}
input.span-7, textarea.span-7 {width:643px!important;}
input.span-8, textarea.span-8 {width:738px!important;}
input.span-9, textarea.span-9 {width:833px!important;}
input.span-10, textarea.span-10 {width:928px!important;}
.append-1  { padding-right: 95px;}
.append-2  { padding-right: 190px;}
.append-3  { padding-right: 285px;}
.append-4  { padding-right: 380px;}
.append-5  { padding-right: 475px;}
.append-6  { padding-right: 570px;}
.append-7  { padding-right: 665px;}
.append-8  { padding-right: 760px;}
.append-9  { padding-right: 855px;}
.prepend-1  { padding-left: 95px;}
.prepend-2  { padding-left: 190px;}
.prepend-3  { padding-left: 285px;}
.prepend-4  { padding-left: 380px;}
.prepend-5  { padding-left: 475px;}
.prepend-6  { padding-left: 570px;}
.prepend-7  { padding-left: 665px;}
.prepend-8  { padding-left: 760px;}
.prepend-9  { padding-left: 855px;}
div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.pull-1 { margin-left: -95px;}
.pull-2 { margin-left: -190px;}
.pull-3 { margin-left: -285px;}
.pull-4 { margin-left: -380px;}
.pull-5 { margin-left: -475px;}
.pull-6 { margin-left: -570px;}
.pull-7 { margin-left: -665px;}
.pull-8 { margin-left: -760px;}
.pull-9 { margin-left: -855px;}
.pull-10 { margin-left: -950px;}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10 {float:left;position:relative;}
.push-1 { margin: 0 -95px 1.5em 95px;}
.push-2 { margin: 0 -190px 1.5em 190px;}
.push-3 { margin: 0 -285px 1.5em 285px;}
.push-4 { margin: 0 -380px 1.5em 380px;}
.push-5 { margin: 0 -475px 1.5em 475px;}
.push-6 { margin: 0 -570px 1.5em 570px;}
.push-7 { margin: 0 -665px 1.5em 665px;}
.push-8 { margin: 0 -760px 1.5em 760px;}
.push-9 { margin: 0 -855px 1.5em 855px;}
.push-10 { margin: 0 -950px 1.5em 950px;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10 {float:right;position:relative;}
.prepend-top {margin-top:1.5em;}
.append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#edeee6;color:#edeee6;clear:both;float:none;width:100%;height:2px;margin:2em 0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, #container:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, #container, .container {display:block;}
.clear {clear:both;}

/* Styles for PRINT */
@media print {
	body {line-height:1.5;font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;color:#000;background:none;font-size:10pt;}
	#container, .container {background:none;}
	hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
	hr.space {background:#fff;color:#fff;visibility:hidden;}
	h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
	code {font:.9em "Courier New", Monaco, Courier, monospace;}
	a img {border:none;}
	p img.top {margin-top:0;}
	blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
	.small {font-size:.9em;}
	.large {font-size:1.1em;}
	.quiet {color:#908d88;}
	.hide {display:none;}
	a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
	a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}
}
/* 
	END Blueprint CSS Framework 0.9 
*/

.lowercase {
	text-transform: lowercase;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justified;
}

body {
	font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	font-style: normal;
	font-size: 14px !important;
  letter-spacing: -0.01em;
	line-height: 150%;
	color: #31302a;
	background-image: url(https://www.pcs.org/assets/site/body-bg-blacktop.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #fff;
}

body.jaw {
	background-image: url(https://www.pcs.org/images/site/body-jaw.gif);
	background-repeat: repeat-x;
	background-position: 0 -10px;
}

h1, h2, #footer-content h3, #footer-content h6 {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif;
}

h1 {
	font-weight: 700;
	color: #9f7a2c;
}
h2 {
	font-weight: 700;
	font-size: 150%;
	margin: 1.5em 0 1em 0;
	color: #908d88;
}
div.homepage h2 {
	border-top: 2px solid #edeee6;
  padding-top: 1em;
	text-align: center;
  color: #908d88;
	font-size: 120%;
}
div.staticPages h2,
div.landingPages h2,
div.productions h2,
div.blog h2 {
	color: #9f7a2c;
	border-top: none;
}

div.productions h2 {
	font-size: 1.3em;
	margin-bottom: 1em;
	line-height: 1.4em;
}
#showtimes h2 {
	margin-top: 10px;
}

h3, h4, h5, h6, #logo, .schedule h5 .dates {
	font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
	font-weight: 700;
}

#nav_1, #nav_2, .production-nav, .upcoming ul {
	list-style-type: none;
	padding: 0;
}

#contact p, #logo p, #breadcrumbs li {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 9px;
	padding-right: 4px;
}

.news_post p {
/*	font-size: 13px;
	line-height: 18px; */
	padding-right: 4px;
	margin-bottom: 0;
}

dl dd {
	margin: 0;
}

dl {
	margin: 0 0 9px 0;
}

#main {
	margin: 25px 15px 25px 0;
	padding: 0;
	width: 750px;
	background-color: #ffffff;
}
.events h2,
#entry-1429 h2 /* Current Season page */ {
    border-top: 2px solid #edeee6;
    padding-top: 1em;
    text-align: center;
}
	

/* header styles */

#header {
	margin: 0;
	color: #fff;
}

#gold-bar {
		height: 5px;
		width: 100%;
		background-image: url(../assets/site/gold-bar.png);
		background-position: left top;
		background-repeat: no-repeat;
	  background-color: #9f7a2c;
}

#branding {
	height: 155px;
	width: 975px;
	background-color: #000;
}

#branding #logo {
	color: #bfbbb5;
	float: left;
	width: 320px;
	margin-right: 1px;
}


#branding #logo h1,
#branding #logo h1 a {
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	padding: 0;
	border: none;
	font-weight: bold;
}

#branding #logo {
	margin: 40px 0 0;
}

#branding #location h2 {
	margin: 0;
}

#branding #address-block {
	color: #9f7a2c;
	font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	margin: 0 0 10px 0;
	line-height: 18px;
}

#branding #address-block a {
	color: #bfbbb5;
}

#branding #address-block a:hover {
	color: #9f7a2c;
}

.gold {
	color: #9f7a2c;
}

ul ul {
	margin-top: 0;
	margin-bottom: 1em;
	list-style-type: circle;
}

ul.nav, ul.nav2 {
	list-style-type: none;
	padding: 16px 0 0 0;
}

div.nav3 {
	padding: 16px 0 0 0;
}

ul.nav {
	width: 200px;
}

ul.nav2 {
	width: 260px;
}

div.nav3 {
	width: 195px;
}

ul.nav, ul.nav2, div.nav3 {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif;
	float: left;
	margin: 0px;
}

#branding ul li {
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	height: 26px;
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
}

#branding ul.nav li a {
		color: #fff;
}

#branding ul.nav2 li a,
#branding .nav3 li a {
		color: #bfbbb5;
}

#branding ul li a {
	display: block;
	padding: 0;
	margin: 0;
}

#branding a:hover,
#branding ul li a:hover {
	color: #9f7a2c;
}

#branding ul#breadcrumbs {
	list-style-type: none;
	float: left;
	clear: left;
	padding: 0;
	}

#branding ul#breadcrumbs li {
	margin: 0;
	padding: 0;
	clear: none;
	display: inline;
	float: left;
	padding-right: 3px;
	}

#branding ul#breadcrumbs li a {
	color: #bfbbb5;
	display: inline;
	height: auto;
	width: auto;
	padding: 0;
	margin: 0 3px 0 0;
	background-image: none;
	}

#search {
	margin: 0 0 11px 0;
}

#search fieldset {
	margin: 0 0 5px 0;
}

#search input {
	margin: -5px 0 0 0;
}

#login-cart-links {
	font-weight: 700;
	font-size: 14px;
	font-style: italic;
  margin-top: 0px;
	color: #9f7a2c;
}
#login-cart-links a {
	color: #bfbbb5;
}

/* content wrapper styles */
#content {
}

#main h1#entry-title {
	text-align: center;
	margin-bottom: 1em;
}

/* right sidebar */
#administrative {
	width: 195px;
	margin: 0;
	padding: 20px 15px;
	background-color: #edeee6;
}
#administrative h2 {
	color: #908d88;
	border-color: #908d88; 
	margin: 0 0 0.5em;
	padding-top: 0.2em;
	font-size: 18px;
}
#administrative .cal-footer h2 {
	font-size: 15px;
	line-height: 15px;
}
.sidebar-nav,
a.mailing-list-link {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif;
	font-weight: 700;
	font-style: normal;
}
.sidebar-nav {
	font-size: 18px;
	width: 100%;
	padding: 2px 0 0;
}
.sidebar-nav a.side-nav,
a.mailing-list-link {
	font-size: 18px;
	width: 100%;
	display: block;
	margin: 0;
	padding: 6px 0 1px;
	color: #9f7a2c;
}
a.mailing-list-link {
	font-size: 18px;
}
.sidebar-nav a.last {
	border: none;
}
.sidebar-nav a:hover, a.mailing-list-link:hover {
	color: #908d88;
}
.sidebar-nav #hours {
    font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #908d88;
}
.sidebar-nav #hours h2 {
    font-size: 18px;
		border: 0;
    margin-top: 3px;
		margin-bottom: 6px;
}
.sidebar-nav #hours p {
		margin: 0;
}
.sidebar-nav .sgl-tix-msg {
    margin-top: 1em;
}
.schedule h5 {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif;
	font-weight: 700;
	font-style: normal;
	border: 0px !important;
	font-size: 15px;
	line-height: 18px;
	color: #fff !important;
	background-color: #9f7a2c;
	padding: 6px 6px 12px;
	margin-bottom: 0;
}
.schedule h5 .dates {
	font-size: 12px;
	color: #edeee6;
	text-transform: none;
	font-weight: 400;
}
#administrative #contact {
	float: left;
	clear: both;
	width: 100%
}

#administrative .social-icons {
	margin: 15px 0 25px;
  font-size: 12.25px;
}
#administrative .social-icons i.fa-facebook-square,
#administrative .social-icons i.fa-twitter-square,
#administrative .social-icons i.fa-instagram,
#administrative .social-icons i.fa-flickr,
#administrative .social-icons i.fa-youtube-square,
#administrative .social-icons i.fa-vimeo-square,
#administrative .social-icons i.fa-pinterest-square {
	color: #9f7a2c !important;
	transition: 0.2s;
}
#administrative .social-icons i.fa-facebook-square:hover,
#administrative .social-icons i.fa-twitter-square:hover,
#administrative .social-icons i.fa-instagram:hover,
#administrative .social-icons i.fa-flickr:hover,
#administrative .social-icons i.fa-youtube-square:hover,
#administrative .social-icons i.fa-vimeo-square:hover,
#administrative .social-icons i.fa-pinterest-square:hover {
	color: #908d88 !important;
}

/*JAW Header*/

.jaw #branding {
	background-image: url(https://www.pcs.org/images/site/pcs-jaw-head.png);
}

.jaw #branding #logo p, .jaw #logo h2, .jaw #breadcrumbs a {
	color: #fff;
}

.jaw #breadcrumbs a:hover {
	color: #908d88;
}

.jaw #branding ul li a {
	background-color: #4b4b4b;
}

.jaw #branding ul li a {
	background-repeat: no-repeat;
	background-position: -2px 0;
}

.jaw #branding ul li a:hover {
	background-position: -193px 0;
}

.jaw #branding ul li a:active {
	background-position: -382px 0;
}

a#jaw-plays {
	background-image: url(https://www.pcs.org/images/site/jaw-plays.png) !important;
}

a#jaw-media {
	background-image: url(https://www.pcs.org/images/site/jaw-media.png) !important;
}

a#jaw-history {

	background-image: url(https://www.pcs.org/images/site/jaw-history.jpg) !important;
}

a#jaw-submissions {
	background-image: url(https://www.pcs.org/images/site/jaw-submissions.png) !important;
	width: 140px !important;
}

a#jaw-programs {
	background-image: url(https://www.pcs.org/images/site/jaw-programs.png) !important;
}

a#jaw-blog {
	background-image: url(https://www.pcs.org/images/site/jaw-blog.png) !important;
	width: 96px !important;
}

.schedule h5 a {
	color: #fff;
	}

.schedule tr.alt {
	background-color: #eae9d4;
}

.schedule td {
	border-bottom: 1px solid #c8c3bc;
	vertical-align: top;
	line-height: 15px;
	padding: 4px 2px 0px 6px;
}

td.date, td.day, td.time {
	width: 10%;
}

td.date {
	font-weight: bold;
	color: #000;
}

.schedules {
	margin-top: 20px;
}
.schedule {
	margin-bottom: 25px;
}

.schedule table {
	margin: 0;
}

/* Prevent display of ticketing calendar on archive pages (no entry ID) */
#entry- .schedules {
	display: none;
}

/* JAW Miscellaneous */

.jaw_post p {
	font-size: 13px;
	line-height: 18px;
}

.jaw_post h5 {
	font-size: 14px !important;
	line-height: 18px !important;
	color: #000 !important;
	margin-bottom: 0px;
}

.jaw_post h6 {
	font-weight: normal;
	color: #726a63;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 18px;
}

.jaw_detail {
	margin-top: 6px;
	float: left;
}

.jaw_detail p {
	font-size: 11px !important;
	line-height: 15px !important;
}

.jaw_detail p strong {
	font-weight: bold;
	color: #000;
}

ul.anchor_list li ul {
	margin-left: 9px;
	font-style: italic;
}

.section h5 {
	font-size: 18px !important;
	line-height: 20px !important;
	margin-bottom: 0px;
	color: #000 !important;
}

.section h6 {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 18px;
	color: #726a63;
}

#branding p {
	clear: both;
}

#branding fieldset {
	padding: 4px 0 0 0;
	border: none;
}

#search { 
	margin: 0 0 10px 0; 
}
#search fieldset { 
	margin: 0; 
	padding: 0; 
	border: none; 
}
#search input { 
  border: none;
	margin: 2px 0;
	height: 30px;
}
#search input.text {  
	padding: 0 6px;
  width: 153px;
	color: #908d88;
}
#search input.submit {  
	background-color: #fff;
	background-image: url(https://www.pcs.org/assets/site/search-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 1px;
	line-height: 1px;
	color: rgb(0,0,0,0);
	width: 30px;
	float: right;
}
#contact fieldset input.text {
	width: 185px !important;
	height: 13px;
	margin-bottom: 2px;
	border: 0px;
	padding-bottom: 5px;
	background-color: #fff;
	background-image: url(https://www.pcs.org/assets/site/search-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 13px;
	color: #908d88;
}
.production #branding fieldset input.text,
.production #contact fieldset input.text {
	height: 20px;
}
.search-results-count {
	color: #908d88;
	text-align: center;
}
.search-result-title {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif !important;
	font-weight: 700 !important;
	font-size: 130%;
}
.search-result-title a {
	color: #9f7a2c;
}
.search-result-title a:hover {
	color: #908d88;
}
.search-result-summary {
	padding: .25em 0 1.5em;	
	margin-bottom: 1.5em;
  border-bottom: 2px solid #edeee6;
	display: block;
	text-align: left !important;
}
.search-result-summary p {
	margin: 0;
	padding: 0;
	text-align: left !important;
}
.search-result-dates, .search-result-contact-data {
	font-weight: bold;
	display: block;	
}

/*Formatting for production assets*/
.upcoming, .news, .chunk {
	float: left;
	margin-bottom: 1em;
}
.production {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.homepage .production {
	color: #eae7e7;
	background-color: #000;
}
.production #blog {
	padding-top: 1em;
	border-top: 2px solid #edeee6;
}
.production #media-sidebar {
	margin-top: 1em;
	border-top: 2px solid #edeee6;
}
#blog h4 a {
	color: #e93447;
}
#blog h4 a:hover {
	color: #908d88;
}
.production .prod-info-link {
	float: right;
}
.production-hed {
	margin-bottom: 1em;
}
.homepage .production-hed {
	margin-top: -15px;
	margin-bottom: 0;
	padding: 10px 14px 10px 10px;
}
.static .main h2, .news-post h2 {
	margin-top: 4em;
}
.upcoming h2 {
  margin-top: 0.5em;
}
.news h2 {
  margin-top: 0;
	margin-bottom: 1.5em;
}
.hashtag {
	text-transform: lowercase;
	letter-spacing: 0;
	font-weight: normal;
	font-style: italic;
	color: #726a63;
}
div.homepage .production-hed h2 {
	font-size: 18px;
	height: auto;
	border-top: 0;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	text-align: left;
	color: #000;
}

.season #main h2 {
	margin-bottom: 0px !important;
}

h3.venue {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 15px !important;
	margin: 0;
	padding-top: 6px;
	text-align: center;
}
#main .production-hed h3 {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 21px;
	padding-top: 2px;
	margin: 0;
}
#main .production .production-hed h3,
.archivedEntry .production-hed h3 {
	color: #9f7a2c;
	font-size: 21px !important;
	line-height: 24px !important;
	padding-top: 0;
	width: 410px;
}
#main .production-hed h4 {
	font-weight: 700;
	font-style: normal;
	margin: 3px 0 0;
	font-size: 15px;
	color: #908d88;
}
#main.homepage .production-hed h4 {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif;
	font-weight: 700;
	font-style: normal;	
	margin: 0;
	font-size: 18px;
	color: #eae7e7;
}
#main .current-season .production-hed h4 {
	color: #eae7e7;
}
#main h5 {
	font-weight: normal;
	font-size: 16px;
	color: #726a63;
	border-top: 1px solid #bfbbb5;
	padding-top: 4px;
	clear: both;
}
.image, .video {
	margin-bottom: 6px;
}
#main .current-season {
	display: table;
	margin-bottom: 2em;
}
#main .current-season .span-4 {
	display: table-cell;
}
#main .current-season .production {
	margin-top: 20px;
	padding-bottom: 20px;
	background-color: #000;
	color: #eae7e7;
}
#main .current-season .image {
	margin-bottom: 0;
}
#main .current-season .synopsis,
#main .current-season .production-hed {
	margin: 1em 1em 0;
}
#main .current-season .production-hed h3 {
	width: 550px;
	font-size: 24px;
	line-height: 30px;
}

#main .production .production-hed, .general .production-hed, .blog .production-hed {
	/* height: 50px; */
}
#main .production .production-hed {
	/* min-height: 50px; */
}
#main .production h2 {
	margin-top: 1em;
}

.general .production-hed {
	margin-bottom: 0px;
}

.season .production-hed {
	/*border-top: 0px solid #000;*/
	height: 98px;
}

	
/* image and video display */
.imageBlock, .videoBlock {
	margin-bottom: 2em;
	text-align: center;
}
.responsive-video {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed,
.responsive-video video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

/*Rewrite of production menu*/
ul.production-nav {
	list-style-type: none;
	position: relative;
	margin-bottom: 0;
	margin-left: -3px;
}
.current-season ul.production-nav {
	margin: 0 10px;
}
.production ul.production-nav, .general ul.production-nav, .blog ul.production-nav {
	border: 0;
	float: right;
	margin-right: 0;
	width: 324px;
}
.production ul.production-nav {
	font-size: 14px;
	border: none;
	float: right;
	width: 345px;
	margin-top: 6px;
	margin-right: -6px;
	margin-left: 0px;
}
ul.production-nav li {
	font-weight: normal;
	float: left;
	border-right: 2px solid #edeee6;
	margin: 0 3px;
}
.current-season ul.production-nav li {
	border-right: 1px solid #908d88;
	margin: 0 3px;
}
ul.production-nav li.last,
ul.production-nav li:last-child {
	border-right: 0px;
}
ul.production-nav a,
a.nav-explore {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif;
	font-weight: 700;
	font-style: normal;
  color: #9f7a2c;
}
ul.production-nav a {
	font-size: 14px;
	float: left;
	padding: 0 6px 0 0;
	position: relative;
	margin-top: -2px;
	color: #9f7a2c;
	font-weight: 700;
}
ul.production-nav a:hover,
a.nav-explore:hover {
	color: #908d88;
}

/* Noteworthy Scroll */

#screen2{position:relative;width:750px;margin:15px 0px 0px;padding:0 0 14px;}
#screen2 #buttons{
border:none;margin-bottom:5px;background-repeat:no-repeat;
width:750px;
}

#screen2 #buttons a{margin:5px 0px;}
#screen2 .galprev{float:left; background-image:url(https://www.pcs.org/assets/site/noteworthy-left.png); background-repeat:no-repeat; width:28px; height:197px;cursor:pointer;}
#screen2 .galnext{float:right; background-image:url(https://www.pcs.org/assets/site/noteworthy-right.png); background-repeat:no-repeat; width:28px; height:197px;	cursor:pointer;}
#screen2 .galprev:hover{background-image:url(https://www.pcs.org/assets/site/noteworthy-left-hover.png);}
#screen2 .galnext:hover{background-image:url(https://www.pcs.org/assets/site/noteworthy-right-hover.png);}
#slideshow {
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
}
#slideshow li {
	width: 180px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #edeee6;
}
#slideshow li .main-image {
	text-align: unset;
	margin: 0;
}
#slideshow li .main-image .image,
#slideshow li .main-image img,
#slideshow li a.noteworthy {
	margin: 0;
	padding: 0;
	line-height: 0;
	min-height: 136px;
}
#slideshow li div.hed {
	background-color: #fff;
	padding: 2px 6px 6px;
}
#slideshow li div.hed h4, #slideshow li div.hed .slide-dates {
	padding: 0;
	margin-bottom: 0px;
}
#slideshow li div.hed .slide-dates {
	font-size: 14px;
}
#slideshow li div.hed h4,
#slideshow li div.hed h4 a {
	font-size: 15px;
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif;
	font-weight: 700;
	font-style: normal;
	color: #9f7a2c;
	padding-top: 5px;
}
#slideshow li div.hed h4 a:hover {
	color: #908d88;
}
#slideshow li div.hed .slide-dates {
	font-weight: normal;
	color: #908d88;
}
#slideshow{overflow:hidden;width:750px;border:none;padding:0px;margin:0px;}
#slideshow ul{list-style:none;width:3000px;padding:0px;margin:0}
#slideshow li{list-style:none;float:left;margin-right:10px;margin-left:0;padding:0px;text-align:center;}

.leftBar {
	width:28px; height:197px;  position:absolute; float:left; top:0px; left:-10px;
}
.rightBar {
	width:28px; height:197px;  position:absolute; float:right; top:0px; right:-10px;
}


/* Home page blog listing,
   Blog page listing,
	 Events page listing */
.home-news,
.events-news {
	width: 100%;
	height: auto;
	min-height: 191px;
	margin-bottom: 25px;
	display: block;
	clear: both;
}
.home-news .home-news-thumbnail,
.home-news .home-news-thumbnail a img,
.events-news .events-news-thumbnail,
.events-news .events-news-thumbnail a img {
	width: 260px;
	height: 191px;
}
.home-news .home-news-thumbnail,
.events-news .events-news-thumbnail {
	float: left;
	margin-right: 1em;
}
a.more {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif;
	font-weight: 700;
	font-size: 15px;
  display: block;
	margin-top: 5px;
}
.home-news .home-news-summary a.more,
.news a.more,
.events-news .events-news-summary a.more {
  margin-top: -0.5em;
	background: none;
	padding: 0;
}
.home-news .home-news-summary,
.events-news .events-news-summary {
	margin-left: 275px;
}
.home-news .home-news-summary h4,
.events-news .events-news-summary h4 {
	color: #9f7a2c;
	padding: 0;
}
.home-news .home-news-summary h4 {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 0.25em;
}
.events-news .events-news-summary h4 {
	font-size: 24px;
	line-height: 30px;
}
.home-news .home-news-summary h4 a,
.events-news .events-news-summary h4 a,
.current-season .production-hed h3 a {
	color: #9f7a2c;
}
.home-news .home-news-summary h4 a:hover,
.events-news .events-news-summary h4 a:hover,
.current-season .production-hed h3 a:hover {
	color: #908d88;
}
.homepage .news a.allposts,
.production a.allposts {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  display: block;
  text-align: center;
  margin: 2em auto 0;
	padding: 6px;
	color: #fff;
	background-color: #e93447;
}
.homepage .news a.allposts:hover,
.production a.allposts:hover {
	background-color: #908d88;
}

/*Blog/news styles*/

.last .pagination {
	border-top: 2px solid #edeee6;
  padding-top: 15px;
}
.news_post {
	/* float: left; */
	width: 100%;
	margin-bottom: 2em;
}
.production .news_post {
	border-bottom: 2px solid #edeee6;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}
.production .other-posts dl {
	border-top: none;
	margin-top: -5px;
}
.media .news_post {
	margin-bottom: 3em;
}
.media .news_post .main-image {
	margin-top: 1em;
}
.media .news_post .media-link {
	float: right;
}

.coleman .news_post h3 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	font-style: italic;
	color: #726a63;
}

.news_post h4,
.home-news h4,
.events-news h4 {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif !important;
	font-weight: 700 !important;
	margin-bottom: 0.4em;
}

.general .news_post h6, #main h6 {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif !important;
	font-weight: 700 !important;
}

.general .news_post h6, #main h6 {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
}


.general .static .news_post h6 {
	margin-bottom: 9px;
}

.general .news_post .post_detail p {
	font-size: 11px;
	line-height: 16px;
}

.general h6.subhed {
	font-size: 13px;
	margin-bottom: 0px!important;
	font-weight: bold;
}

.general .news_post ul {
	list-style-image: url(https://www.pcs.org/images/site/ul-arrow-gray.gif);
	background-repeat: no-repeat;
	/* padding-left: 15px; */
	list-style-position: outside;
}

.general .news_post ul li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.general .news_post .imprint {
	font-size: 11px;
	line-height: 18px;
}

.portrait .image {
	background-color: #ccc;
	height: 98px;
}

.portrait dl {
	font-size: 9px;
	line-height: 13px;
	margin-top: 6px;
	margin-bottom: 0px;
}

.portrait dt {
	color: #000;
}

.portrait dd {
	font-style: italic;
	margin: 0;
}

p.datestamp {
	font-size: 13px;
	color: #bfbbb5;
	margin: -10px 0 10px 0;
}
.archivedEntry p.datestamp {
	margin-top: 0px;
}

.other-posts {
	float: left;
}

.other-posts dl {
	border-top: 2px solid #edeee6;
	margin-bottom: 16px;
}

.other-posts dt, .other-posts dd {
	font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-left: 0;
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 2px solid #edeee6;
	min-height: 50px;
}
.other-posts dd {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif !important;
	font-weight: 700;
	font-size: 14px;
}

.other-posts p {
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
	border-bottom: none !important;
}

/*JAW=specific styles*/

.general.jaw .news_post h6 {
	margin-bottom: 0px;
}

.general.jaw .news_post h6.sub {
	margin-bottom: 9px;
	color: #726a63;
}

div.year {
	float: left;
	margin-top: 18px;
	clear: right;
}

div.year h6 {
	font-size: 11px !important;
	font-weight: bold !important;
}

div.year dl dt {
	float: left;
	margin-right: 6px;
	font-weight: normal;
	color: #000;
}

div.year dl {
	margin-bottom: 0px;
}

/*Production page styles*/

.image-hero {
	background-color: #fff;
	margin-bottom: 0;
}
.image-hero .main-image, .image-hero img {
	margin: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
}
.synopsis h4 {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif !important;
	font-weight: 700 !important;
	color: #b2934e;
	margin: 0 0 0.7em !important;
}
.productions .synopsis h4 {
	color: #b2934e;
}
.synopsis h5 {
	font-weight: normal !important;
	font-size: 14px !important;
	line-height: 20px !important;
	margin: 4px 0 0 0 !important;
	color: #edeee6 !important;
	border: none !important;
}
#main .synopsis h5 a {
	color: inherit;
  text-decoration: underline;
}
#main .synopsis h5 a:hover {
	color: #fff;
}
.synopsis h6 {
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	font-style: italic;
	margin: 10px 0 18px 0;
	border-top: 1px solid #fff;
	padding-top: 6px;
}
.archivedEntry .production .image-hero {
	margin-bottom: 0px;
}
.tag-line {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif !important;
	color: #fff;
	background-color: #000;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 0.8em;
}
.tag-line p {
	margin: 0;
	padding: 0;
}
.bloc {
	background-color: #000;
	padding: 1em;
	margin-bottom: 1em;
}
.archivedEntry .production h2 {
	padding-top: 0;
	border: 0;
}
.archivedEntry .production #blog .news_post {
	padding-top: 1em;
  border-top: 2px solid #edeee6;
	padding-bottom: 1em;
}
.archivedEntry .bloc {
	padding: 1em;
	margin-bottom: 1em;
	margin-top: 0;
}

/*General styles*/

.general h4.pagehed, .blog h4.pagehed {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	font-style: normal !important;
	font-size: 32px;
	line-height: 52px;
	color: #e93447;
	height: 70px;
	margin-bottom: 10px;
	letter-spacing: -0.05em;
	word-spacing: -2px;
}

#main h1,
#main h1 a,
.archivedEntry .blog h6 {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif !important;
	font-weight: 700 !important;
	font-size: 26px !important;
	line-height: 36px !important;
	color: #000;
}
.main-image {
	text-align: center;
	margin-bottom: 1em;
}
.news_post .main-image {
	width: 370px;
}
.media .news_post .main-image {
	width: auto;
	height: auto;
}
.image {
	max-width: 100%;
}
.news_post .main-image .image {
	min-width: 370px; 
	min-height: 272px;
	max-width: none;
}
.media .news_post .main-image .image {
	width: 370px;
}
.blog .main-image {
	margin-bottom: 2em;
}
.production .main-image,
.production .main-image {
	margin-bottom: 0;
}
.production .news_post .main-image .image {
	max-width: 370px;
}
.caption {
	margin: 0.5em auto 1em;
	color: #908d88; 
	text-align: center;
}
.main-image .caption {
	margin: -6px auto 1em;
}
.caption p {
	margin: 0;
	padding: 0;
}
.gray {
	color: #908d88;
}

table.text-with-image {
	margin: 1em auto;
}
table.text-with-image td {
	padding: 10px;
}

div.utility {
	min-height: 70px;
	margin-bottom: 10px;
}

div.utility p {
	line-height: 15px;
	padding-top: 24pt;
}

.border-top, .relatedProduction, .loyaltyCode {
	border-top: 2px solid #edeee6;
}

div.loyaltyCode, div.relatedProduction {
	padding-top: 2em;
}

div.sidebar {
	clear: left
}

.general .news_post, .general div.comment, .general #comment_form {
	border-bottom: 0px;
	border-top: 2px solid #edeee6;
	padding-top: 4px;
	margin-bottom: 10px;
	float: left;
	clear: both;
	width: inherit;
}

#comment_form {
	margin-top: 15px;
}

div.comment ul {
	list-style-type: none;
	padding: 0;
	float: left;
}

div.comment ul li {
	display: block;
	float: left;
	padding-right: 6px;
	clear: right;
}

div.social-comment-link {
	display: block;
	margin-top: 10px;
}

.general fieldset {
	padding: 0;
	border: 0;
}

.general fieldset label {
	display: block;
	float: left;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	height: 18px;
	margin-top: 6px;
	font-style: italic;
}

label input {
	vertical-align: bottom;
	padding-right: 6px;
}
.form__field label input {
	vertical-align: inherit;
	padding-right: 0;
}
.form__row {
	margin-bottom: 1em;
}
.form__field select {
	font: 1em 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif !important;
}
.form__field input.text, .form__field select {
	margin: 0;
}

fieldset#login {
	margin-bottom: 10px;
}

textarea {
	margin: 0 0 10px 0;
}

.check {
	float: left;
	margin-right: 6px;
	/*margin-top: 6px;*/
	display: block;
	height: 18px;
}

form .form__note {
	/* HIDDEN FOR NOW UNTIL FORM PLUGIN CAN BE FIXED */
	display: none;
	text-align: right;
	font-size: 12px;
	font-weight: 700;
}

form .buttons {
	margin: 0 0 3em 1.5em;
}

form .errors {
	color: red;
}

.captcha {
	margin-bottom: 6px;
}

.sidebar div.comment {
	border-top-color: #dcdad8;
	margin-bottom: 10px;
}

.sidebar div.comment p {
	margin-bottom: 4px;
}

.sidebar div.comment p.imprint {
	font-size: 10px;
}

.sidebar ul {
	list-style-type: none;
	padding: 0;
	width: 100%;
	float: left;
}

.sidebar ul li {
	display: block;
	width: 50%;
	float: left;
}

.sidebar ul.anchor_list li {
	width: 100%;
}

.blog .news_post .comments p {
	font-size: 11px;
}

.archivedEntry .blog .news_post .comments {
	display: none !important;
}

.blog .news_post div.comment {
	border-top-color: #dadad8;
}

.blog fieldset#login label {
	width: 50px;
	margin-right: 10px;
}

.blog fieldset#login input.text {
	width: 203px;
	float: left;
}

.blog fieldset#login

#blog div.pagination {
	font-size: 12px;
	width: 100%;
}
#news div.pagination {
	font-size: 13px;
	width: 100%;
	margin-top: 20px;
}
div.pagination ul#prevnext
{
list-style-type: none;
margin: 0;
padding: 0;
}
div.pagination ul#prevnext li {
	width: 250px;
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
}
div.pagination ul#prevnext .left { float: left; }
div.pagination ul#prevnext .right { float: right; text-align: right; }
.inner-navbar {
	margin: 20px auto;
	text-align: center;
	font-weight:bold;
	text-transform: uppercase;
}
.blog h2 {
/*
		min-height: 29px;
		padding-bottom: 18px;
*/
	margin-top: 2em;		
	margin-bottom: 1em;
}
.staff h1#entry-title {
	text-align: left !important;
	margin: 0;
}	
.staff_entry h6 {
	margin: 0.2em 0 0.4em;
}
.staff_entry .staff_contact {
	margin-bottom: 20px;
}
.staff_entry .staff_photo {
	float: left;
	clear: both;
	margin-right: 15px;
}
.staff_entry .staff_photo img {
	width: 200px;
}
.staff_entry .staff_contact {
	margin-bottom: 20px;
}

form.form--rentalsContact .form__row {
	margin-bottom: 1em !important;
}

/*Footer styles*/

#footer-container {
	margin: 0px;
	width: 100%;
	display: block;
	background-color: #000;
}
#footer-content {
	width: 975px;
	font-size: 12px;
	color: #fff;
	margin: 0px auto;
	padding: 25px 0;
	float: none;
}
#footer-content h3 {
	display: none;
}
#footer-content p {
	padding-right: 0px;
	color: #bfbbb5;
	margin-bottom: 0px;
}
#footer-content, #footer-content p, #footer-content ul {
	font-size: 12px;
	line-height: 1.5;
}
#footer-content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer-content ul li {
	padding-bottom: 3px;
	color: #bfbbb5;
}
#footer-content ul ul li {
	font-style: italic;
}
#footer-content ul ul li a {
	padding-left: 9px;
	background-image: url(https://www.pcs.org/assets/site/footer-arrow.png);
	background-repeat: no-repeat;
	background-position: -2px 0px;
}
#footer-content ul ul li a:hover {
	background-position: -2px -13px;
}
#footer-content .column {
	margin-right: 40px;
	margin-bottom: 20px;
}
#footer-content .column ul {
	margin-bottom: 20px;
}
#footer-content .column ul ul {
	margin-bottom: 5px;
}
#footer-content h6, #footer-content h6 a {
	font-size: 14px;
	color: #9f7a2c;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 9px;
}
#footer-content a {
	color: #bfbbb5;
}
#footer-content a:hover {
	color: #fff;
}
#footer-content .about-text {
	font-style: italic;
}


/*Sidebar Sponsors*/
#sponsors ul,
#showSponsors ul {
	list-style-type: none;
	padding: 0;
}
#sponsors ul li,
#showSponsors ul li {
	height: 72px;
	margin-bottom: 10px;
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
}
#sponsors ul li a,
#showSponsors ul li a {
	color: #000;
}
#sponsors ul li p,
#showSponsors ul li p {
	display: table-cell;
	height: 72px;
	width: 85px;
	vertical-align: middle;
}


/* Sidebar Contact */
#contact fieldset {
	padding: 0;
	border: 0;
}
#contact fieldset legend {
	display: block;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	padding: 0;
}
#contact h3 {
	font-size: 13px;
	margin-bottom: 12px;
	border-top: 2px solid #edeee6;
	padding-top: 6px;
}
#contact p {
	margin-bottom: 9px;
}
#contact ul {
	list-style-type: none;
	padding: 0;
	font-size: 12.25px;
	line-height: 18px;
	margin: 0 0 28px 0;
	float: left;
}
#contact ul li {
	float: left;
	display: inline-block;
}
#contact ul li a {
	display: block;
	height: 16px;
	padding-left: 20px;
	background-image: url(https://www.pcs.org/images/site/sm.png);
	background-repeat: no-repeat;
	font-style: italic;
}
#contact .tnew-style-button,
#contact .action-button, {
		width: auto;
    text-align: center;
    background-color: #96b94e;
    margin: 0px;
    display: block;
		padding: 5px 10px;
}

.twitter {
	background-position: 0 -32px;
}

.fb {
	background-position: 0 -16px;
}

.tumblr {
	background-position: 0 -48px;
}

.delicious {
	background-position: 0 -64px;
}

.flickr {
	background-position: 0 -80px;
}

.youtube {
	background-position: 0 -96px;
}

.vimeo {
	background-position: 0 -112px;
}

.pinterest {
	background-position: 0 -128px;
}
.instagram {
	background-position: 0 -144px;
}

a.ticket, a.jaw-free {
	font-size: 14px;
	font-weight: 700;
	color: #fff !important;
	background-color: #e93447;
	text-align: center;
	padding: 4px 10px;
	text-decoration: none;
	display: block;
	float: right;
	height: 20px;
	margin-top: 6px;
}
.homepage .production-hed a.ticket, a.jaw-free {
	margin-top: 15px;
}
.current-season a.ticket {
	color: #fff !important;
	background-color: #e93447;
	transition: 0.2s;
	padding: 10px 20px;
}
.current-season a.ticket:hover {
	color: #fff !important;
	background-color: #908d88 !important;
}
a.jaw-free {
	font-size: 18px;
	color: #9f7a2c;
	background-color: unset;
	text-align: right;
	padding: 0;
	transition: 0.2s;
}
a.jaw-free:hover {
	font-size: 18px;
	color: #908d88;
}
.production a.ticket, .general a.ticket, .blog a.ticket { margin-top: 2px; }
.general a.ticket, .blog a.ticket { margin-right: 9px; }
.production a.ticket { margin-right: 13px; }

a.ticket:hover {
	color: #fff;
	background-color: #908d88;
}
a.submit, button.submit, input.submit {
	display: block;
	float: left;
	height: 16px;
	padding-left: 22px;
	background-image: url(https://www.pcs.org/images/site/check.gif);
	background-repeat: no-repeat;
	margin-top: 4px;
	font-style: italic;
	font-size: 11px;
	clear: both;
}
input.submit, button.submit {
	background-color: transparent;
	border: none;
	cursor: pointer;
}
a.search {
	display: block;
	float: left;
	height: 16px;
	padding-left: 22px;
	background-image: url(https://www.pcs.org/images/site/search.png);
	background-repeat: no-repeat;
	margin-top: 4px;
	font-style: italic;
	font-size: 11px;
}
a.search:hover {
	background-image: url(https://www.pcs.org/images/site/search-hover.png);
}

/* Staff Table */
#staff-directory {
  margin: 0;
  width: 740px;
  }

#staff-directory th, #staff-directory td {
  padding: 5px 2px;
  }

#staff-directory td {
  vertical-align: top;
	}

#staff-directory td a {
  text-decoration: underline;
  }

#staff-directory td a:hover {
  text-decoration: none;
  }

#staff-directory td.last {
  padding-bottom: 10px;
  }

#staff-directory td.staff-name {
  width: 30%;
	font-weight: bold;
  }

#staff-directory td.staff-email {
  text-transform: lowercase;
  }
	
#staff-directory tr.superlast td{
  padding-bottom: 20px;
  }

#staff-directory th {
 padding: 5px;
  background: #9f7a2c;
  color: #fff;
  font-size: 13px;
  }

#staff-directory th span.category-info {
 background: transparent;
 float: right;
 display: inline;
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 margin-left: -490px;
  }


/* added by bisgard */
.static-submenu, .table-of-contents {
	color: #908d88;
	text-align: center;
  font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif !important;
  font-weight: 700 !important;
}
.static-submenu {
	margin: -1em 0 2em;
	font-size: 14px;
}
.table-of-contents {
	margin-top: -12px;
	margin-bottom: 2em; 
}
.static-submenu a, .table-of-contents a {
	white-space: nowrap;
	color: #9f7a2c;
}
.static-submenu a:hover, .table-of-contents a:hover {
	white-space: nowrap;
	color: #908d88;
}
.static-submenu ul {
	list-style-type: none;
}
.static-submenu ul li {
	display: inline-block;
	border-right: 1px solid #908d88;
	padding: 0 8px 0 4px;
	height: 1em;
	line-height: 1em;
	margin: 0;
}
.static-submenu ul li:last-child {
	border-right: 0;
}
.archivedEntry .blog #main,
.archivedEntry .static #main p,
.archivedEntry .static #main li, 
.archivedEntry .news_post {
	font-size: inherit;
	line-height: inherit;
}
.blog table td,
.events table td {
	vertical-align: top;
}
.production .image-hero p {
	margin: 0;
	padding: 0;
}
#footer-content .span-1 li {
	font-size: 13px;
	line-height: 130%;
	margin-bottom: 4px;
	}
#footer-content .span-1 .sub-footer-nav li {
	font-size: 12px;
	margin-top: 4px;
}
.bio-reveal, .bio_extended, .bio-hide {
	font-size: 11px;
	font-weight: normal;
}
div#time-traveler {
	margin: 0;
	padding: 0.5em 1em;
	color: #908d88;
	background-color: #edeee6;
}
div#alert {
	margin: 0px 0px 18px;
	display: none;
	padding: 6px 10px;
}
div#alert p {
	margin: 0;
}
div#alert, 
div#alert p,
div#alert ul,
div#alert ol,
div#alert li {
	font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	height: auto;
}
div.promo {
	background:#9f7a2c;
}
div.promo a {
	color: #fff;
	text-decoration: underline;
}
div.emergency {
	background:#e93447;
}
div.emergency a {
	color: white;
        text-decoration: underline;
}
#pcs {
	display: none;
/*	display: block; */
	float: left;
	clear: both;
	height: 57px;
	width: 940px;
}
#pcs a {
	display: block;
	height: 55px;
	width: 940px;
}
.indent {
	margin-left: 2em;
	margin-bottom: 1.5em;
}
#mobileheader {
	margin: 0.5em;
	padding: 0;
	display: none;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 2.5vh;
	color: #9f7a2c;
	background-color: #fff;
}
#mobileheader a {
	color: #9f7a2c;
}
#mowebLink {
	color: #bfbbb5;
	padding-top: 38px;
	display: block;
}
.age-notice {
	display: block;
	clear: both;
	margin: 18px 0;
}
.seatmap-notice {
	width: 920px;
	padding: 15px;
	margin: 0 auto 2em;
	min-height: 200px;
  border: 2px solid #edeee6;
}
table.nopadding td {
	padding: 0;
}

#comment_form .span-6 {
	width: 740px;
}
#comment_form h4 {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif;
	line-height: normal;
	margin-bottom: 0px;
}
.comments_disabled {
	font-size: 12px;
	line-height: 1.5em;
}
.no-comments-found {
	font-size: 12px;
}
.tnew-style-button,
.action-button {
	display: inline-block;
}
.tnew-style-button, .action-button, .redactor-dropdown-button-style-toggle, form .buttons .button {
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #e93447;
	border: none;
	text-align: center;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.tnew-style-button a,
.tnew-style-button a:hover,
a.tnew-style-button,
a.tnew-style-button:hover, 
.action-button a,
.action-button a:hover,
a.action-button,
a.action-button:hover, 
form .buttons .button, 
form .buttons .button:hover {
	color: #fff !important;
}
.tnew-style-button a:hover,
a.tnew-style-button:hover, 
.action-button a:hover,
a.action-button:hover, 
form .buttons .button:hover {
	background-color: #908d88;
}
input.tnew-style-button,
input.action-button {
	cursor: pointer;
}

/* Event Listings Styles */
.event-types {
	text-align: left;
	margin-top: -0.5em;
}
.event-description {	
}
.event-details {
	font-weight: 700;
	text-align: center;
	margin: 2em auto;
}
.offset {
	margin-right: 35%;
}
.event-details div {
	text-align: center;
	margin-bottom: 1em;
}
.event-date {
	font-size: 120%;
}
.event-time {
	font-size: 120%;
}
.event-location {
	font-size: 120%;
}
.event-admission-price {
	font-size: 120%;
}
.event-buy-link {
}
.playmaker-point-value {
	text-align: center;
}
.playmaker-note {
	text-align: center;
}
.additional-event-info {
	padding: 1.5em 0;
	clear: both;
}
.related-events {
	margin: 0 0 0 1em;
	float: right;
	width: 28%;
	background: #edeee6;
	padding: 1em;
	line-height: 130%;
	text-align: center;
}
.related-events h2 {
	margin: 0 0 0.5em;
	padding: 0;
	color: #908d88;
}
.related-events p,
.related-events ul {
	font-size: 90%;
}
.related-events ul {
	list-style: none;
	font-weight: 700;
	color: #908d88;
	margin: 0;
	padding: 0;
}
.related-events li {
	padding: 0 0 1em;
}
.related-events hr {
	margin: 0 0 1em 0;
	background-color: #c6c3bd;
}
.event-dates-summary {
  margin-top: -.5em;
  margin-bottom: .5em;
}
.home-news .event-dates-summary {
  margin-top: 0;
}

/* Season Ticket Selection */
.series-select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	padding: 0px;
	width: 300px;
	text-align: center;
	margin: 0 auto 1.5em;
}
.series-select select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #e93447;
	border: none;
	width: 250px;
	padding: 5px 10px;
	margin: 5px;
}
.series-select select option {
	color: #e93447;
	background-color: #fff;
	font-weight: bold;
}
span.loader {
	color: #e93447;
	float: right;
	visibility: hidden;
	margin-top: 7px;
}
div.loader {
	color: #e93447;
	visibility: hidden;
	margin: 1em 1em 0 1em;
	text-align: center;
}
/* styles for the tables on pcs.org/education/teachers/ */
table.teachers td {
	vertical-align: top;
	padding-bottom: 1em;
}

/* styles for the season ticket sales landing page */
.package-section {
	margin-top: 8px;
	margin-right: 18px;
	margin-bottom: 10px;
	width: 365px;
	min-height: 330px;
	float: left;
	background-color: #edeee6;
}
h4.season-ticket-heading {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif;
	font-weight: 700;
	margin-top: 0;
	padding: 7px 10px 5px;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
}
.everything-series h4 {
	background-color: #7bc96b;
}
.mainstage-series h4 {
	background-color: #669ff6;
}
.cyo-package h4 {
	background-color: #ea7933;
}
.flexpass h4 {
	background-color: #5a1f73;
}
.armory-card h4 {
	background-color: #9f7a2c;
}
.armory-card {
	width: 100%;
	background-color: #000;
	color: #fff;
	min-height: 0;
}
.armory-card a {
	color: #9f7a2c;
	font-weight: 700;
}
.armory-card a.tnew-style-button,
.armory-card a.action-button {
	background-color: #9f7a2c;
	color: #fff;
}
.armory-card a.tnew-style-button:hover,
.armory-card a.action-button:hover {
	background-color: #908d88;
}
.wildcard-package {
	margin: 2em auto;
	width: 600px;
	min-height: 250px;
	float: none;
}
.buy-link-indented {
	margin: 1em auto 2em;
	text-align: center;
}

/* Lightbox/Modal Windows */
.lightbox { 
	display: block; 
	background-color: #fff; 
	padding: 30px; 
	max-width: 750px;
}
.lightbox .header {
	display: block;
	height: 20px;
}
.lightbox .header a.close {
	display: block;
	float: right;
	margin-top: -10px;
  margin-right: -10px;
  color: #908d88;
  font-size: 50px;
	opacity: 1;
	text-shadow: none;
}
.lightbox .header a.close::after {
	content: "\00d7";
}
.lightbox .content-scroll {
	max-height: 500px;
	overflow-y: scroll;
	padding-right: 15px;
	border-bottom: 1px solid #e93447;
}
.lightbox .footer a.close {
	display: block;
	float: right;
	height: 20px;
	width: 19px;
	margin-top: 1em;
	margin-right: 15px;
}
.lightbox h1 { 
	font-size: 180%; 
	margin-bottom: 0.7em; 
}
#lightbox,
#lightbox1,
#lightbox2,
#lightbox3,
#lightbox4,
#benefits,
#everything,
#mainstage,
#everything2,
#mainstage2,
#cyo,
#flexpass,
#wildcard,
#sidebar-showtimes { 
	display: none; 
}
#cyo,
#wildcard,
#sidebar-showtimes,
.modal {
	max-width: 500px;
}
.series-btn { margin-left: 15px; }

.package-types {
	margin: 2em 1em;
}

/* Styles for AddThis social media sharing widget */
#at4-share, #at4-soc {
	top: 166px !important;
}
.at4-share-title {
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
	background-color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 0;
}
#at4-scc, #at4-soc {
	background-color: #000 !important;
}

ul.mailing-list-address, ul.mailing-list-prefs {
	list-style-type: none;
}
ul.mailing-list-address {
	float: left;
	margin-right: 100px;
}
ul.mailing-list-address input {
	margin: 0 0 0.8em;
}
.req-note {
	color: #666666;
	font-size: 12px;
}

#season-announce h2 {
	margin-top: 3em;
}
#season-announce h3 {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif;
	font-weight: 700;
	font-size: 24px;
	font-style: normal;
	text-transform: uppercase;
	color: #42bbac;
	margin-top: 1em;
	margin-bottom: 5px;
  padding-top: 1em;
  border-top: 2px solid #edeee6;
}
#season-announce h4 {
	font-size: 13px;
	font-style: normal;
	margin: 0;
	line-height: 150%;
}
#season-announce h5 {
	color: #e93447;
	border: none;
	font-style: italic;
	border: 0;
	margin-bottom: 0.5em;
}

.weekly-discount {
	margin: 2em auto 3em;
	text-align: center;
}

div.employment_listing h2 {
	margin: 0 0 2em;
}
h2.employment_listing {
	margin: 2em 0 1.5em;
}
ul.employment_listing {
	list-style-type: none;
	margin-top: 2em;
	margin-bottom: 3em;
}
ul.employment_listing li {
	margin: 0 0 2em;
}

ul.employment_listing li .job-title {
	font-size: 120%;
	font-weight: 700;
}
.eoe-notice {
	font-style: italic;
}

div.paycom-employment-listing {
	height: 600px; 
	width: 750px; 
	margin: 2em 0;
	-webkit-overflow-scrolling:touch;
}

div.accordion-head a p, div.accordion-head a:link p {
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	padding: 0 0 0 20px;
	margin: 0 0 2em;
	color: #000;
	background-image: url(https://www.pcs.org/assets/site/plusminus.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.accordion-head a.minus p {
	background-position: 0px -15px;
}
.plus-minus, #main h3 a.plus-minus {
	display: inline-block;
	border: 1px solid #e93447;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	color: #e93447 !important;
	text-align: center;
	font-weight: bold;
	width: 14px;
	height: 14px;
	line-height: 12px;
	padding: 0;
	margin: 0 6px;
}
div.accordion-head .plus-minus {
	float: left;
	margin: 0 6px 0 0;
}
div.accordion-text {
	display: none;
	margin: 1em 1.5em 2.5em;
}
div.accordion-text p {
	margin: 0;
}

.datewrapper:before {
  top: 3px !important;
	left: 8px;
}


/* OVERRIDE ELEMENTS ON SPECIFIC PAGES BY CRAFT ENTRY ID IN THE BODY TAG */

/* Contact page */
body#entry-346 div.staticPages h2 {
  text-align: left;
}

/* ********************************* TEMPORARILY DISABLE SLIDETOGGLE OPTION ON CORPORATE GIVING PAGE ************************** */
/*
body#entry-348 .plus-minus { display: none; }
body#entry-348 .accordion-text { display: block; }		
*/

/* TNEW Templates */
body#entry-2972 div#alert,
body#entry-2973 div#alert {
	display: none !important;
}
body#entry-2973 div.notice {
	margin: -14px 0;
	padding: 4px 8px 3px;
	background: #ff0000;
	border: none;
	z-index: 10;
	position: absolute;
	width: 959px;
	color: #fff;
}
.tn-package div {
	margin-top: -65px !important;
	margin-bottom: 10px !important;
}
#package-category {
	clear: both;
  text-align: center;
  border: none;
}

/* Weather Policy page */
body#entry-4217 div#alert {
	margin-bottom: 2em;
}

/* JAW static page, 
   JAW History static page,
	 Donation Request page,
	 Rental Request Form page,
	 Gala Packages page */
body#entry-353 #main .static-submenu,
body#entry-360 #main .static-submenu,
body#entry-726 #main .static-submenu,
body#entry-4405 #main .static-submenu,
body#entry-12423 #main .static-submenu { display: none; }

/* JAW static page 
   JAW History static page
	 JAW blog */
body#entry-353 #main a, 
body#entry-360 #main a,
body#entry-12638 #main a { color: #e6468c; }
body#entry-353 #main a:hover, 
body#entry-360 #main a:hover,
body#entry-12638 #main a:hover { color: #908d88; }
body#entry-353 #main a.tnew-style-button, 
body#entry-360 #main a.tnew-style-button,
body#entry-12638 #main a.tnew-style-button { color: #fff;	background-color: #9f7a2c; }
body#entry-353 #main a.tnew-style-button:hover, 
body#entry-360 #main a.tnew-style-button:hover,
body#entry-12638 #main a.tnew-style-button:hover { color: #fff;	background-color: #e6468c; }

/* Gala Packages page */
body#entry-12423 #main #entry-title { padding-bottom: 1em; }

/* Twist Your Dickens Resource Guide */
body#entry-471 #main .static-submenu { display: none; }

/* Great American Songbook blog entry */
body#entry-3571 #main .datestamp { display: none; }

/* TCG in PDX page (www.tcginpdx.org) */
body#entry-4988,
body#entry-4988 div#container {
	width: 750px;
	background-image: none;
}	
body#entry-4988,
body#entry-4988 div#container,
body#entry-4988 div#main {
	margin: 0 auto;
	padding: 0;
}
body#entry-4988 div#main {
	width: 750px;
	height: 2000px;
}
body#entry-4988 div#alert,
body#entry-4988 div#header,
body#entry-4988 div#administrative,
body#entry-4988 div#footer-container {
	display: none !important;
}
body#entry-4988 table.portland-guide td {
	border-bottom: 1px solid #bfbbb5;
  padding-top: 10px;
}

/* 2017-18 Season Announcement Page */
body#entry-5356 h1 {
	text-align: center; 
	border-bottom: 3px solid #908d88;
	padding-top: 1em;
	clear: both;
}
body#entry-5356 #content #main h2 {
	margin: 1.5em 0 10px;
	border-top: 1px solid #bfbbb5;
	padding-top: 1.5em;
	font-size: 20px;
	color: #9f7a2c;
}
/* 2018-19 Season Announcement Page */
body#entry-11017 #content #main	h1 {
	text-align: center;
}
body#entry-11017 #content #main h2 {
	text-align: left;
	margin: 1.5em 0 10px;
	border-top: 2px solid #edeee6;
	padding-top: 1.5em;
	font-size: 20px;
	color: #9f7a2c;
}
/* 2018-19 PRODUCTION PAGES */
/* The Color Purple
   Sense and Sensibility
	 Until the Flood */
body#entry-12910 .productions .synopsis h4,
body#entry-12910 #main a,
div#entry-12910 a,
body#entry-12926 .productions .synopsis h4,
body#entry-12926 #main a,
div#entry-12926 a,
body#entry-12952 .productions .synopsis h4,
body#entry-12952 #main a,
div#entry-12952 a {
	color: #ce4cac;
}
div#entry-12910 a.ticket,
div#entry-12926 a.ticket,
div#entry-12952 a.ticket,
body#entry-12910 .action-button,
body#entry-12926 .action-button,
body#entry-12926 .action-button {
	background-color: #ce4cac;
}
/* A Life
   Crossing Mnisose */
body#entry-12912 .productions .synopsis h4,
body#entry-12912 #main a,
div#entry-12912 a,
body#entry-12956 .productions .synopsis h4,
body#entry-12956 #main a,
div#entry-12956 a {
	color: #4c8def;
}
div#entry-12912 a.ticket,
div#entry-12956 a.ticket,
body#entry-12912 .action-button,
body#entry-12956 .action-button {
	background-color: #4c8def;
}
/* Twist Your Dickens
   Native Gardens */
body#entry-12919 .productions .synopsis h4,
body#entry-12919 #main a,
div#entry-12919 a,
body#entry-12965 .productions .synopsis h4,
body#entry-12965 #main a,
div#entry-12965 a {
	color: #60b54b;
}
div#entry-12919 a.ticket,
div#entry-12965 a.ticket,
body#entry-12919 .action-button,
body#entry-12965 .action-button {
	background-color: #60b54b;
}
/* A Christmas Memory
   Tiny Beautiful Things
   Crazy Enough */
body#entry-12914 .productions .synopsis h4,
body#entry-12914 #main a,
div#entry-12914 a,
body#entry-12947 .productions .synopsis h4,
body#entry-12947 #main a,
div#entry-12947 a,
body#entry-12969 .productions .synopsis h4,
body#entry-12969 #main a,
div#entry-12969 a {
	color: #e93447;
}
div#entry-12914 a.ticket,
div#entry-12947 a.ticket,
div#entry-12969 a.ticket,
body#entry-12914 .action-button,
body#entry-12947 .action-button,
body#entry-12969 .action-button {
	background-color: #e93447;
}
/* Buyer & Cellar
   The Breath of Life */
body#entry-12928 .productions .synopsis h4,
body#entry-12928 #main a,
div#entry-12928 a,
body#entry-12961 .productions .synopsis h4,
body#entry-12961 #main a,
div#entry-12961 a {
	color: #ea7933;
}
div#entry-12928 a.ticket,
div#entry-12961 a.ticket,
body#entry-12928 .action-button,
body#entry-12961 .action-button {
	background-color: #ea7933;
}
body#entry-12910 #main a:hover,
body#entry-12926 #main a:hover,
body#entry-12952 #main a:hover,
body#entry-12912 #main a:hover,
body#entry-12956 #main a:hover,
body#entry-12919 #main a:hover,
body#entry-12965 #main a:hover,
body#entry-12914 #main a:hover,
body#entry-12947 #main a:hover,
body#entry-12969 #main a:hover,
body#entry-12928 #main a:hover,
body#entry-12961 #main a:hover,
div#entry-12910 a:hover,
div#entry-12926 a:hover,
div#entry-12952 a:hover,
div#entry-12912 a:hover,
div#entry-12956 a:hover,
div#entry-12919 a:hover,
div#entry-12965 a:hover,
div#entry-12914 a:hover,
div#entry-12947 a:hover,
div#entry-12969 a:hover,
div#entry-12928 a:hover,
div#entry-12961 a:hover {
	color: #908d88; 
}
div#entry-12910 a.ticket:hover,
div#entry-12926 a.ticket:hover,
div#entry-12952 a.ticket:hover,
div#entry-12912 a.ticket:hover,
div#entry-12956 a.ticket:hover,
div#entry-12919 a.ticket:hover,
div#entry-12965 a.ticket:hover,
div#entry-12914 a.ticket:hover,
div#entry-12947 a.ticket:hover,
div#entry-12969 a.ticket:hover,
div#entry-12928 a.ticket:hover,
div#entry-12961 a.ticket:hover {
	background-color: #908d88; 
}

/* Season Renewal Step 2 Page */
body#entry-11087 #login-cart-links {
	display: none;
}


/* Wild Card Deal Page */
body#entry-7197 .cyo-package h4 {
  background-color: #9f7a2c;
  text-align: center;
}


/* Sidebar Ticketing Calendars */
li.white-tikt {display:inline-block;background-color:#ffffff;height:26px;width:100%;list-style-type:none;margin:0px; padding:0px;}
li.tan-tikt {display:inline-block;background-color:#eae8d6;height:26px;width:100%;list-style-type:none;margin:0px; padding:0px;}
li.white-tikt, li.tan-tikt { margin-bottom: -4px; }
.tikt-key {
	font-size: 11px;
	background-color: #fff;
  height: 22px;
  border-bottom: 2px solid #c6c3bd;
}
.tikt-key img.info-button {
	padding: 0;
	margin: 3px 0 0 27px;
	height: 15px;
	width: 15px;
}
.tikt-key img.eve,
.tikt-key img.mat, 
.tikt-key label {
	float: left;
}
.tikt-key img.eve {
  margin: 4px 6px 0 5px;
}
.tikt-key img.mat {
  margin: 4px 6px 0 15px;
}
.tikt-key label {
 	padding-top: 1px;
}
.tikt-key label.eve {
	color: #9f7a2c;
}
.tikt-key label.mat {
	color: #7f7870;
}
.scroll-container { 
	padding: 0; 
	margin: 0; 
	width: 195px; 
	overflow-x: hidden;  
	overflow-y: scroll; 
	background-color: #c6c3bd;
}
.all-pages .scroll-container { 
	max-height: 208px; 
  border-bottom: none;
}
.production-page .scroll-container { 
	max-height: 416px; 
  border-bottom: 2px solid #c6c3bd;
}
.production-page .cal-footer { 
	display: none;
}
.scroll-container::-webkit-scrollbar { 
	width: 15px;
	background: #c6c3bd;
	cursor: pointer;
}
.scroll-container::-webkit-scrollbar-thumb { 
	background-color: #edeee6;
	border: 2px solid #c6c3bd;
	cursor: pointer;
}
.scroll-container::-webkit-scrollbar-button { 
	background-color: #c6c3bd;
	cursor: pointer;
}
.scroll-container::-webkit-scrollbar-button:vertical:decrement { 
	background-image:url(/assets/site/arw-up.png); background-repeat:no-repeat; background-position: center center;
	cursor: pointer;
}
.scroll-container::-webkit-scrollbar-button:vertical:increment { 
	background-image:url(/assets/site/arw-dn.png); background-repeat:no-repeat; background-position: center center;
	cursor: pointer;
}
.tikt-list {
  margin: 0;
  padding: 0;
	font-size: 13px;
	line-height: 1.3;
}
.tikt-txt {background-color:transparent;height:auto;margin:0px; padding:0px; }
.tikt-txt ul {list-style-type:none;width:195px; height:26px;margin:0px; padding:0px;}

.tikt-txt ul li {margin:0px; padding:0px; height:26px;}

li.tik-mnth {float:left; width:31px;margin:0px; padding:0px;}
li.tik-mnth p {padding-left:6px; padding-top:7px; font-weight:600;font-size:11px; letter-spacing:.2px;}
li.tik-date {float:left; width:25px; margin:0px; padding:0px;}
li.tik-date p {padding-left:3px; padding-top:2px; font-size:18px; font-weight:600;}
li.tik-day {float:left; width:20px; margin:0px; padding:0px;}
li.tik-day p {font-weight:500; font-size:11px; padding:7px 6px 6px; position: relative; width: 28px; font-weight:600;}
li.tik-mnth p.eve, 
li.tik-date p.eve,
li.tik-day p.eve { color:#9f7a2c; }
li.tik-mnth p.mat, 
li.tik-date p.mat, 
li.tik-day p.mat { color:#908d88; }
li.tik-day p.med {float: right;font-size:10px;font-weight:400;color:#962d32;position: absolute; right:4px;top:7px;}
li.tik-time {float:left; width:20px;margin:0px; padding:0px;}
li.tik-time p {padding-left:9px;padding-top:7px; }
.info {display:inline;float:left;width: 80px;margin:0px; padding:0px; text-align:left; margin-left: 6px !important;}
.info p {font-size:11px;font-weight:400;color:#000;padding:6px 0px 0px 2px;}
.info2 { cursor: pointer;}
.info2 { display:none;float:left;width: 80px;margin:0px; padding:0px; text-align:left; margin-left: 6px !important;}
.info2 p {font-size:10px;font-weight:600;color:#fff;padding:7px 0px 0px 2px; }
.tikt-txt ul {transition:0.2s;}
.tikt-txt ul.maximus {background-color:#e93447;}
.tikt-txt ul.maximus li.tik-mnth p {color:#fff;}
.tikt-txt ul.maximus li.tik-day p {color:#fff;}
.tikt-txt ul.maximus li.tik-day p .med {float: right;font-size:10px;font-weight:400;color:#962d32;position: absolute; right:0px;top:7px;}
.tikt-txt ul.maximus li.tik-date p.eve,
.tikt-txt ul.maximus li.tik-date p.mat {color:#fff;}
.tikt-txt ul.maximus li.info {display:none;float:right;width: 80px;margin:0px; padding:0px;}
.tikt-txt ul.maximus li.info p {display:none;font-size:11px;font-weight:600;color:#fff; }
.tikt-txt ul.maximus li.info2 { display:inline; float:left; width: 80px;}
.tikt-txt ul.maximus li.info2 p {font-size:10px;font-weight:600;color:#fff; }
.tikt-txt ul.maximus li.info2 p a {color: #fff;text-decoration: none;}
.tikt-txt ul.maximus li.info2 p a:hover {text-decoration: none;}
#cal-footer, .cal-footer { background-color:#908d88; width:195px; transition: 0.2s; }
#cal-footer:hover, .cal-footer:hover { background-color:#e93447; }
#cal-footer h2, .cal-footer h2 {color:#fff; border:none;	margin:0;	}
.cal-footer h2 {text-align: center;}
.cal-footer h2 a {
	color: #fff; 
	display:block; 
	padding: 10px 0;
  width: 195px;
}


/* Styles for PRINT */
@media print {
	body, body.norm {width:100%; background:none;}
	#header, #administrative, #footer-container {display:none;}
	#content, #main, .span-8 {width:100%; border:none; margin:0; padding:0;}
}

/* styles for People's Republic of Portland Resource Guice */
#all-btns { width: 750px; }
#all-btns .static-row { display: block; padding: 0px; height: 100px; margin: 0px 0px 10px 0px; }
#all-btns .static-row a, #all-btns .static-row a.btn-inactive { display: inline-block; height: 100px; border-bottom: none; margin-bottom: 10px; }
#all-btns .static-row a.btn-active { border-bottom: 10px solid; margin-bottom: -10px; }
#all-btns a { color: #e93447; text-decoration: none; }
#all-btns a.tnew-style-button, #all-btns a.action-button { color: #fff; }
#all-btns a:hover { cursor: pointer; }
#all-btns table { width: 100%; }
#all-btns table td { padding: 0 1em 1em 0; vertical-align: top; text-align: left; }

#all-btns a#btn0b,  
#all-btns a#btn0c,  
#all-btns a#btn0d,
#all-btns a#btn0f,  
#all-btns a#btn0g,  
#all-btns a#btn02, 
#all-btns a#btn03, 
#all-btns a#btn05, 
#all-btns a#btn06, 
#all-btns a#btn08, 
#all-btns a#btn09, 
#all-btns a#btn11, 
#all-btns a#btn12 { margin-left: 10px; }

#all-btns .box-dyn { display: none; margin-top: 10px; margin-bottom: 10px; border-top: 15px solid; border-bottom: 15px solid; padding: 20px; }

#all-btns #box0a, #all-btns #btn0a	{ border-color: #8a4e57; }
#all-btns #box0b, #all-btns #btn0b { border-color: #8cb049; }
#all-btns #box0c, #all-btns #btn0c { border-color: #f05132; }
#all-btns #box0d, #all-btns #btn0d { border-color: #edc31b; }
#all-btns #box0e, #all-btns #btn0e { border-color: #42bbac; }
#all-btns #box0f, #all-btns #btn0f { border-color: #bfae30; }
#all-btns #box0g, #all-btns #btn0g { border-color: #f7921e; }
#all-btns #box01, #all-btns #btn01 { border-color: #f7921e; }
#all-btns #box02, #all-btns #btn02 { border-color: #f05132; }
#all-btns #box03, #all-btns #btn03 { border-color: #8cb049; }
#all-btns #box04, #all-btns #btn04 { border-color: #549eb7; }
#all-btns #box05, #all-btns #btn05 { border-color: #edc31b; }
#all-btns #box06, #all-btns #btn06 { border-color: #8a4e57; }
#all-btns #box07, #all-btns #btn07 { border-color: #bfae30; }
#all-btns #box08, #all-btns #btn08 { border-color: #3c8a9b; }
#all-btns #box09, #all-btns #btn09 { border-color: #f05132; }
#all-btns #box10, #all-btns #btn10 { border-color: #e36a2b; }
#all-btns #box11, #all-btns #btn11 { border-color: #42bbac; }
#all-btns #box12, #all-btns #btn12 { border-color: #f7921e; }


#all-btns .box-dyn iframe { margin-top: 10px; }

.visit-jaw {
	font-family: 'Archer SSm A', 'Archer SSm B', Georgia, 'Times New Roman', Times, serif;
	color: #e93447;
}
p.visit-jaw {
	font-weight: 700;
	margin: 16px auto 20px;
	font-size: 13px;
}
h2.visit-jaw {
	font-weight: bold;
	margin: 0px auto 20px;
	font-size: 18px;
	height: auto;
	border: none;
	padding: 0;
	text-transform: none;
	letter-spacing: normal;
}
.visit-jaw a {
	text-decoration: underline;
}
.a-mask {
	display: none;
}

/* styles for Twist Your Dickens of Portland Resource Guice */
.twistboxes { display: block; background-color: #fff; padding: 10px; width: 500px; }
.twistboxes .twist-header {
	display: block;
	height: 10px;
}
.twistboxes a.close {
	display: block;
	float: right;
	height: 20px;
	width: 19px;
	color: #908d88;
	background-image: url(https://www.pcs.org/assets/site/close-x.png);
	background-repeat: no-repeat;
}
.twistboxes h1 {
	font-size: 150%;
}
.twistboxes p, .twistboxes iframe {
	margin-top: 1em;
}
#twistbox01,
#twistbox01a,
#twistbox01b,
#twistbox01c,
#twistbox01d,
#twistbox02,
#twistbox03,
#twistbox04,
#twistbox05,
#twistbox06,
#twistbox07,
#twistbox08,
#twistbox09,
#twistbox10,
#twistbox11,
#twistbox11a,
#twistbox11b,
#twistbox11c,
#twistbox12,
#twistbox12a,
#twistbox12b,
#twistbox12c,
#twistbox12d,
#twistbox12e
 { display: none; }
#twistrg-container {
	height: 3429px;
	width: 750px;
	margin: 0px auto;
}
#twistrg-bg {
	position: absolute;
	background-image: url(https://www.pcs.org/assets/twist-resource-guide-bg.jpg);
	height: 3429px;
	width: 750px;
	background-repeat: no-repeat;
}
#twist01 {
	z-index: 2;
	width: 360px;
	height: 300px;
	position: absolute;
	left: 182px;
	top: 315px;
	display: block;
}
#twist01:hover {
	background-image: url(https://www.pcs.org/assets/uploads/resource-guides/bubbles/1-Tiny-Tim.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#twist01a {
	z-index: 1;
	width: 126px;
	height: 126px;
	position: absolute;
	left: 475px;
	top: 240px;
	display: block;
}
#twist01b {
	z-index: 1;
	width: 126px;
	height: 126px;
	position: absolute;
	left: 553px;
	top: 356px;
	display: block;
}
#twist01c {
	z-index: 1;
	width: 126px;
	height: 126px;
	position: absolute;
	left: 547px;
	top: 495px;
	display: block;
}
#twist01d {
	z-index: 1;
	width: 126px;
	height: 126px;
	position: absolute;
	left: 460px;
	top: 600px;
	display: block;
}
#twist02 {
	z-index: 2;
	width: 300px;
	height: 300px;
	position: absolute;
	left: 108px;
	top: 575px;
	display: block;
}
#twist02:hover {
	background-image: url(https://www.pcs.org/assets/uploads/resource-guides/bubbles/2-Oliver.png);
	background-repeat: no-repeat;
	background-position: 153px 0px;
}
#twist03 {
	z-index: 2;
	width: 300px;
	height: 300px;
	position: absolute;
	left: 303px;
	top: 764px;
	display: block;
}
#twist03:hover {
	background-image: url(https://www.pcs.org/assets/uploads/resource-guides/bubbles/3-Annie.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#twist04 {
	z-index: 2;
	width: 390px;
	height: 390px;
	position: absolute;
	left: 0px;
	top: 972px;
	display: block;
}
#twist04:hover {
	background-image: url(https://www.pcs.org/assets/uploads/resource-guides/bubbles/4-Dorothy.png);
	background-repeat: no-repeat;
	background-position: 246px 0px;
}
#twist05 {
	z-index: 2;
	width: 405px;
	height: 395px;
	position: absolute;
	left: 345px;
	top: 1109px;
	display: block;
}
#twist05:hover {
	background-image: url(https://www.pcs.org/assets/uploads/resource-guides/bubbles/5-Batman.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#twist06 {
	z-index: 2;
	width: 313px;
	height: 277px;
	position: absolute;
	left: 92px;
	top: 1357px;
	display: block;
}
#twist06:hover {
	background-image: url(https://www.pcs.org/assets/uploads/resource-guides/bubbles/6-George-Bailey.png);
	background-repeat: no-repeat;
	background-position: 165px 0px;
}
#twist07 {
	z-index: 2;
	width: 490px;
	height: 465px;
	position: absolute;
	left: 260px;
	top: 1551px;
	display: block;
}
#twist07:hover {
	background-image: url(https://www.pcs.org/assets/uploads/resource-guides/bubbles/7-Santa.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#twist08 {
	z-index: 2;
	width: 269px;
	height: 359px;
	position: absolute;
	left: 0px;
	top: 1805px;
	display: block;
}
#twist08:hover {
	background-image: url(https://www.pcs.org/assets/uploads/resource-guides/bubbles/8-Three-Kings.png);
	background-repeat: no-repeat;
	background-position: 125px 0px;
}
#twist09 {
	z-index: 2;
	width: 331px;
	height: 397px;
	position: absolute;
	left: 356px;
	top: 1996px;
	display: block;
}
#twist09:hover {
	background-image: url(https://www.pcs.org/assets/uploads/resource-guides/bubbles/9-Girl-Scouts.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#twist10 {
	z-index: 2;
	width: 299px;
	height: 330px;
	position: absolute;
	left: 46px;
	top: 2211px;
	display: block;
}
#twist10:hover {
	background-image: url(https://www.pcs.org/assets/uploads/resource-guides/bubbles/10-Hipster.png);
	background-repeat: no-repeat;
	background-position: 153px 0px;
}
#twist11 {
	z-index: 2;
	width: 311px;
	height: 346px;
	position: absolute;
	left: 284px;
	top: 2460px;
	display: block;
}
#twist11:hover {
	background-image: url(https://www.pcs.org/assets/uploads/resource-guides/bubbles/11-Misfits.png);
	background-repeat: no-repeat;
	background-position: 51px 0px;
}
#twist11a {
	z-index: 1;
	width: 126px;
	height: 126px;
	position: absolute;
	left: 532px;
	top: 2404px;
	display: block;
}
#twist11b {
	z-index: 1;
	width: 126px;
	height: 126px;
	position: absolute;
	left: 617px;
	top: 2514px;
	display: block;
}
#twist11c {
	z-index: 1;
	width: 126px;
	height: 126px;
	position: absolute;
	left: 610px;
	top: 2648px;
	display: block;
}
#twist12 {
	z-index: 2;
	width: 385px;
	height: 413px;
	position: absolute;
	left: 170px;
	top: 2849px;
	display: block;
}
#twist12:hover {
	background-image: url(https://www.pcs.org/assets/uploads/resource-guides/bubbles/12-Peanuts.png);
	background-repeat: no-repeat;
	background-position: 169px 0px;
}
#twist12a {
	z-index: 1;
	width: 126px;
	height: 126px;
	position: absolute;
	left: 44px;
	top: 2861px;
	display: block;
}
#twist12b {
	z-index: 1;
	width: 126px;
	height: 126px;
	position: absolute;
	left: 7px;
	top: 3007px;
	display: block;
}
#twist12c {
	z-index: 1;
	width: 126px;
	height: 126px;
	position: absolute;
	left: 44px;
	top: 3154px;
	display: block;
}
#twist12d {
	z-index: 1;
	width: 126px;
	height: 126px;
	position: absolute;
	left: 151px;
	top: 3261px;
	display: block;
}
#twist12e {
	z-index: 1;
	width: 126px;
	height: 126px;
	position: absolute;
	left: 301px;
	top: 3301px;
	display: block;
}
