/*  ====================================================================================================
    Arvada Center Site Redesign
    
    Stylesheets Updated 2012-10-12

    Developed by Jeremy Carlson & Bob Walter
    of Stylus Creative http://styluscreative.com/
    
    Organization:
    
    1.  Reset & Misc.
    2.  Typography (+colors, borders, backgrounds)
    3.  Icons
    4.  Layout
    
    Source files maintained in less - http://lesscss.org/
    See also: https://github.com/cloudhead/less.js/wiki/GUI-compilers-that-use-LESS.js

    ***

    1.  Reset & Misc. Classes
    
    Minimal reset
    ----------------------------------------------------------------------------------------------------	*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
img {
  max-width: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
}
/*- self-clearing floats - using both .mod & .clearfix ----------*/
.mod:after,
form:after,
.box:after,
.overlay:after,
article:after,
.page:after,
.page-inner:after,
.listing li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.baseline {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 1px;
}
.placeholder {
  /* js-generated for browsers which don't do input placeholders */

  text-align: left;
}
.lt-ie8 #access .placeholder {
  top: 3px;
  font-size: 100%;
  right: -1003.5em;
}
/* Assistive Text - used in nav menu up top  */
.assistive-text {
  position: absolute !important;
  right: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
  background: #eeeeee;
  border-bottom: 1px solid #ddd;
  padding: 3px 8px;
  color: #226ce7;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  right: 24px;
}
/*  ====================================================================================================

    2.  Typography
    
    Grouped primarily by declaration,
    rather than selector.
    
    -   reset + font-family
    -   font-size, line-height, margins/padding
    -   Text Decoration, Text-Transform, 
        Font Weight, Font Style, Text Shadow
    -   Colors, Borders & Backgrounds
        -   for forms
        -   for navigation

    For a few selectors, we are including all declarations
    together, as they are inter-related.

    ----------------------------------------------------------------------------------------------------	*/
body {
  font-size: 0.8125em;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  color: #3a3e44;
  background: #0d2d55;
}
#access ol li a,
.moreaccess a,
.callout strong,
#showcase .baseline,
.supplemental * {
  font-family: NimbusSanNovConD-Bol, 'HelveticaNeue-CondensedBold', 'Arial Narrow';
  font-weight: normal;
  /* font is already bold */

}
@media (max-width: 599px) {
  #access ul li a {
    font-family: NimbusSanNovConD-Bol, 'HelveticaNeue-CondensedBold', 'Arial Narrow';
    font-weight: normal;
    /* font is already bold */
  
    font-size: 1em;
    text-transform: uppercase;
    color: #ffffff;
  }
  #showcase h2 {
    font-size: 24px !important;
    line-height: 1;
  }
}
/*  ==================================================
    Font-Size, Line-Height, type-based margins & padding
    --------------------------------------------------	*/
h1,
h2 {
  color: #373532;
  line-height: 1.25;
  margin: 0 0 .5em;
}
h3,
h4 {
  margin: 1em 0 0;
}
.home h2 {
  margin-bottom: -0.2em;
}
.artscentric h2 {
  margin: 0.8em 0 0;
  padding: 0;
}
p,
li {
  margin: 0 0 1em;
}
.callout strong {
  font-size: 1.7142857142857142em;
  line-height: 1.125;
  padding: .2em 0;
}
h1,
.slide h2 {
  font-size: 1.8461538461538463em;
  line-height: 1.125;
}
h1 em,
.slide h2 em {
  font-size: 0.875em;
}
#content h1,
.landing #showcase h2 {
  font-size: 1.8461538461538463em;
}
.listing strong.event-title,
.moreaccess,
#access ol,
.supplemental {
  font-size: 1.2307692307692308em;
}
.section-nav {
  /* declare after .supplemental */

  font-size: 1.4615384615384615em;
}
.listing strong.event-title {
  line-height: 1.3125;
}
.moreaccess,
.supplemental {
  line-height: 1.375;
}
.lead,
.button {
  font-size: 1.1538461538461537em;
}
.ask,
#access ul {
  font-size: 1.0769230769230769em;
}
h3,
h4 {
  font-size: 1em;
}
#colophon {
  font-size: 0.9230769230769231em;
}
figcaption {
  font-size: 0.8461538461538461em;
}
.sml {font-size: .8em;}
/* Adjust main text size for landing page headings */
@media (min-width: 860px) {
  .landing .moreaccess .nav {
    font-size: 1.125em;
  }
}
@media (min-width: 980px) {
  .landing .moreaccess .nav {
    font-size: 1.375em;
  }
}
/* Interior headings stay large */
.interior .moreaccess .nav {
  font-size: 1.375em;
}
/*  ==================================================
    Text Decoration, Text-Transform, 
    Font Weight, Font Style
    --------------------------------------------------	*/
a,
.moreaccess a {
  text-decoration: none;
}
/* .moreaccess a had strikethrough issue in FF 3.5.2/Win */
a:active {
  text-decoration: underline;
}
a.more,
#access ul a {
  text-transform: lowercase;
}
.listing .date,
h3.location,
.slide p,
.slide .tickets,
#access ol a,
.moreaccess,
#colophon {
  text-transform: uppercase;
}
.moreaccess li li {
  text-transform: none;
}
h2,
h3.location,
.slide p,
em.date {
  font-weight: normal;
}
h1,
a.more,
.slide h2,
.button,
.tickets,
.primary,
#colophon p {
  font-weight: bold;
}
em.date,
.ask em {
  font-style: normal;
}
.button {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}
/*  ==================================================
    Colors, Borders & Backgrounds
    --------------------------------------------------	*/
#branding {
  background: #f2e9d0;
}
#main-area,
.slideshow,
.slideshow .overlay,
.contact-info,
.artscentric ul,
.landing .lead,
.galleries-education .pull-left {
  background: #ffffff;
}
/* slideshow overlay image declared w/ layout - too tied to margin/padding to separate */#showcase,
#showcase h2 {
  /* background-images only for wide screen via JS */

  background-position: 50% top;
  background-repeat: no-repeat;
}
#showcase {
  background-color: #eeeeee;
}
@media (max-width: 599px) {
  #sections {
    background: #5a5855;
    border-bottom: 1px solid #676562;
  }
  #access,
  #showcase,
  .moreaccess {
    background: #4d4b49;
  }
}
@media (min-width: 600px) {
  #branding,
  #main-area {
    background: #eddfbc url('../img/bg-gradient3_eddfbc.jpg') repeat-x 0 -30px;
  }
  #branding {
    border-bottom: 1px solid #ffffff;
  }
  #main-area {
    background-position: 0 -200px;
    border-top: 2px solid #0f2d5d;
  }
  /* Showcase margins/padding are all typographical */.landing #showcase h2,
  .interior #showcase h2 {
    line-height: 2;
  }
  .js .landing #showcase h2 {
    line-height: 235px;
    text-align: right;
  }
  .lt-ie8[class~=landing] #showcase h2 {
    height: 235px;
  }
  .js .interior #showcase h2 {
    line-height: 116px;
    text-align: right;
  }
  .lt-ie8[class~=interior] #showcase h2 {
    height: 116px;
  }
  #showcase .baseline {
    line-height: .6em;
    letter-spacing: 1px;
    padding-right: 4px;
    font-size: 2.25em;
    text-transform: uppercase;
    color: #000000;
  }
  .lt-ie8 #showcase .baseline {
    vertical-align: baseline;
    display: block;
    position: absolute;
    bottom: -4px;
    right: 0;
    padding: 5px 0;
  }
}
.listing a .date {
  color: #5a5a5b;
}
.single .weekday,
.slide a,
h3.location {
  color: #97999e;
}
.slide a:hover,
.slide a:focus {
  color: #7d7f85;
}
#colophon,
#colophon a,
.video {
  color: #eeeeee;
}
figcaption,
.listing a,
.listing a:hover .date,
.listing a:focus .date {
  color: #3a3e44;
}
.listing a:hover,
.listing a:focus {
  color: #232528;
}
a {
  color: #226ce7;
}
h1,
a:hover,
a:focus,
.listing a:hover strong,
.listing a:focus strong,
.slide h2,
#access ul a,
.actions .primary:hover,
.actions .primary:focus,
.section-nav a:hover,
.section-nav a:focus {
  color: #0f2d5d;
}
.listing strong.event-title,
.actions .primary {
  color: #1a4d9f;
}
.listing a.tickets {
  color: #e84457;
}
.listing a.tickets:hover,
.listing a.tickets:focus {
  color: #b01628;
}
.artscentric ul {
  border: 2px solid #0f2d5d;
  border-width: 2px 16px 2px 2px;
}
h2.top-2 {margin-top: 2em;}
h2.top-3 {margin-top: 3em;}
.button {
  color: #f8f8f8 !important;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  border-color: #6890d0 #4173c4 #264679 #4173c4;
  background-color: #426aa9;
  background-image: -moz-linear-gradient(top, #5582ca, #264679);
  background-image: -ms-linear-gradient(top, #5582ca, #264679);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5582ca), to(#264679));
  background-image: -webkit-linear-gradient(top, #5582ca, #264679);
  background-image: -o-linear-gradient(top, #5582ca, #264679);
  background-image: linear-gradient(top, #5582ca, #264679);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5582ca', endColorstr='#264679', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button:hover {
  background-color: #345d9e;
  background-image: -moz-linear-gradient(top, #4173c4, #203b66);
  background-image: -ms-linear-gradient(top, #4173c4, #203b66);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4173c4), to(#203b66));
  background-image: -webkit-linear-gradient(top, #4173c4, #203b66);
  background-image: -o-linear-gradient(top, #4173c4, #203b66);
  background-image: linear-gradient(top, #4173c4, #203b66);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4173c4', endColorstr='#203b66', GradientType=0);
}
.button:active {
  border-color: #264679 #4173c4 #6890d0 #4173c4;
  box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.4) !important;
}
.button[class~='tickets'],
.ask .button {
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  border-color: #f94d61 #f71c35 #a70619 #f71c35;
  background-color: #d72237;
  background-image: -moz-linear-gradient(top, #f8344b, #a70619);
  background-image: -ms-linear-gradient(top, #f8344b, #a70619);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8344b), to(#a70619));
  background-image: -webkit-linear-gradient(top, #f8344b, #a70619);
  background-image: -o-linear-gradient(top, #f8344b, #a70619);
  background-image: linear-gradient(top, #f8344b, #a70619);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8344b', endColorstr='#a70619', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button[class~='tickets']:hover,
.ask .button:hover {
  background-color: #cd1328;
  background-image: -moz-linear-gradient(top, #f71c35, #8e0515);
  background-image: -ms-linear-gradient(top, #f71c35, #8e0515);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f71c35), to(#8e0515));
  background-image: -webkit-linear-gradient(top, #f71c35, #8e0515);
  background-image: -o-linear-gradient(top, #f71c35, #8e0515);
  background-image: linear-gradient(top, #f71c35, #8e0515);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f71c35', endColorstr='#8e0515', GradientType=0);
}
.button[class~='tickets']:active,
.ask .button:active {
  border-color: #a70619 #f71c35 #f94d61 #f71c35;
  box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.4) !important;
}

.ask.cgd .button {
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    border-color: #3BBD67 #14B74B #007D2A #005E20;
    background-color: #009933;
    background-image: -moz-linear-gradient(top, #3BBD67, #007D2A);
    background-image: -ms-linear-gradient(top, #3BBD67, #007D2A);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3BBD67), to(#007D2A));
    background-image: -webkit-linear-gradient(top, #3BBD67, #007D2A);
    background-image: -o-linear-gradient(top, #3BBD67, #007D2A);
    background-image: linear-gradient(top, #3BBD67, #007D2A);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3BBD67', endColorstr='#007D2A', GradientType=0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ask .sml a {padding: 0;}
.ask.cgd .button:hover {
    background-color: #cd1328;
    background-image: -moz-linear-gradient(top, #14B74B, #005E20);
    background-image: -ms-linear-gradient(top, #14B74B, #005E20);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#14B74B), to(#005E20));
    background-image: -webkit-linear-gradient(top, #14B74B, #005E20);
    background-image: -o-linear-gradient(top, #14B74B, #005E20);
    background-image: linear-gradient(top, #14B74B, #005E20);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14B74B', endColorstr='#005E20', GradientType=0);
}
.ask.cgd .button:active {
    border-color: #007D2A #14B74B #3BBD67 #14B74B;
    box-shadow: inset 0 8px 6px -6px rgba(0, 0, 0, 0.4) !important;
}

.button[class~='fixedBtn'] {
	max-width: 136px;
	width: auto;
	max-height: 50px;
	/*line-height: 30px;*/
	overflow: hidden;
 	border-width: 1px;
 	display: inline-block;
  border-style: solid;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
  border-color: #f94d61 #f71c35 #a70619 #f71c35;
  background-color: #d72237;
  background-image: -moz-linear-gradient(top, #f8344b, #a70619);
  background-image: -ms-linear-gradient(top, #f8344b, #a70619);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f8344b), to(#a70619));
  background-image: -webkit-linear-gradient(top, #f8344b, #a70619);
  background-image: -o-linear-gradient(top, #f8344b, #a70619);
  background-image: linear-gradient(top, #f8344b, #a70619);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8344b', endColorstr='#a70619', GradientType=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.lt-ie9 .button {
  background: url('../img/button-gradients.gif') repeat-x 0 0;
}
.lt-ie9 .ask .button,
.lt-ie9 .tickets {
  background-position: 0 -49px;
}
.lt-ie8 #search button {
  background: #226ce7 url('../img/arvada-nav-sprite.png') -250px 0;
}
.lt-ie8 #subscribe-button {
  background: url('../img/arvada-nav-sprite.png') -225px 0;
}
.button:hover,
#colophon a:hover,
a.video:hover,
.button:focus,
#colophon a:focus,
a.video:focus {
  color: #ffffff !important;
}
.landing .lead {
  border-bottom: 12px solid #f4f3f2;
  -webkit-box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.2);
  width: 690px;
}
.video {
  background: #4d4b49;
}
.video figure {
  background: #000000;
}
.video,
.lead,
.connect {
  border-bottom: 5px solid #a59d99;
}
.section,
.video {
  border-top: 5px solid #a59d99;
}
.artscentric .section {
  border: none;
}
.galleries-education .pull-left {
  border: #ffffff solid 2px;
  border-width: 5px 0 2em;
}
ul.listing,
.galleries-education article {
  border-top: 1px solid #a59d99;
}
.lead + .events ul.listing {
  border-top: none;
}
.listing li {
  border-bottom: 1px solid #a59d99;
}
.connect {
  background: #f8f8f8;
}
.ask {
  color: #143c7c;
}
.ask,
.section-nav {
  background: #f8f8f8 url('../img/arch-trans-white-bronze.png') no-repeat 50% 0;
}
.section-nav {
  background-position: 50% -35px;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
}
.section-nav a {
  color: #1a4d9f;
}
.section-nav a:hover {
  color: #0f2d5d;
}
@media (max-width: 599px) {
  .section-nav {
    background: #e1dedd;
  }
}
.page-nav a[href$='pdf'] {
  padding-right: 25px;
}
@media (max-width: 599px) {
  #showcase .baseline {
    color: #ffffff;
  }
}
#colophon .page {
  background: #0f2d5d;
}
@media (min-width: 600px) {
  #colophon .page {
    background: #254e80 url('../img/footer-arch.png') 50% -80px no-repeat;
  }
  #colophon #mast {
    background: url('../img/footer-arch.png') 50% 0;
  }
  .lt-ie8 #colophon .page,
  .lt-ie8 #colophon #mast {
    background: none;
  }
}
/*  ==================================================
    Forms colors, borders & backgrounds
    --------------------------------------------------	*/
.search input,
.search button {
  border: 2px solid transparent;
}
.search input {
  -webkit-border-radius: 1em 0 0 1em;
  -moz-border-radius: 1em 0 0 1em;
  border-radius: 1em 0 0 1em;
}
.search input:focus {
  outline: none;
  border-color: blue;
  /* default for non-RGBa */

  border-color: rgba(34, 108, 231, 0.66);
}
.search button {
  -webkit-border-radius: 0 1em 1em 0;
  -moz-border-radius: 0 1em 1em 0;
  border-radius: 0 1em 1em 0;
  color: #fff;
  background-color: #679aee;
  background-color: rgba(34, 108, 231, 0.66);
}
.search button:focus {
  outline: none;
  background-color: #226ce7;
  border-color: #ffffff;
}
.email input {
  border-width: 1px;
}
.form-error {
	color: red;
	margin-left: 6px;
}
/*  ==================================================
    Navigation backgrounds, borders, & shadows
    --------------------------------------------------	*/
@media (min-width: 600px) {
  #access ol {
    border-right: 8px solid #e84457;
    background: #a5a3a4;
  }
  #access ol a {
    color: #ffffff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  #access ol a:hover,
  #access ol a:focus,
  #access ol li.current a {
    background: #8c898b;
  }
}
.page-nav {
  border-width: 0 0 3px;
}
.page-nav,
.moreaccess > ul {
  border-style: solid;
  border-color: #e84457;
}
.moreaccess a,
.landing .moreaccess li li a {
  color: #97999e;
}
.landing .moreaccess a {
  color: #eeeeee;
}
.moreaccess > ul {
  background: #4d4b49;
  border-width: 0 0 10px;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.33);
}
@media (max-width: 599px) {
  .moreaccess {
    border-bottom: 7px solid #e84457;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  }
  .moreaccess * {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  #access #sections a,
  #showcase > .page > h2,
  .moreaccess a {
    font-size: 19px !important;
    text-transform: uppercase;
    color: #ffffff;
  }
  .moreaccess li li a {
    font-size: 19px !important;
    text-transform: none;
    color: #a5a3a4;
  }
}
@media (min-width: 600px) {
  /* Distinct Boxes on home and Landing, plus one-column widget for interior pages */
  .moreaccess ul,
  .moreaccess li {
    background: #4d4b49;
  }
  .home .moreaccess > ul > li,
  .landing .moreaccess > ul > li {
    border-bottom: 10px solid #e84457;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.33);
  }
  .home .moreaccess > ul,
  .landing .moreaccess > ul {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .home .moreaccess > ul > li:hover,
  .landing .moreaccess > ul > li:hover,
  .home .moreaccess > ul > li.focus,
  .landing .moreaccess > ul > li.focus {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-bottom-color: #bf071c;
    -webkit-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.5);
  }
  .home .moreaccess ul ul,
  .landing .moreaccess ul ul {
    border-bottom: 10px solid #bf071c;
    -webkit-box-shadow: 0 18px 18px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 18px 18px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 18px 18px 0 rgba(0, 0, 0, 0.5);
  }
}
.moreaccess li li,
.interior .moreaccess ul ul,
.moreaccess a.image,
.moreaccess a.image:hover,
.moreaccess a.image:focus {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.moreaccess li a:hover,
.moreaccess li li a:hover,
.moreaccess li a:focus,
.moreaccess li li a:focus,
.moreaccess li.current > a {
  color: #ffffff;
}
/*  ====================================================================================================
    3.  Icons are developed using sprites.
    ----------------------------------------------------------------------------------------------------	*/
.section-nav a[href$='pdf']:before {
  margin-top: -2px;
  margin-right: -5px;
}
.moreaccess a[href$='pdf']:before {
  float: none;
  margin-right: 5px;
  vertical-align: top;
}
a[href$='pdf']:after {
  content: ' (pdf)';
  font-size: 11px;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #64676c;
}
.moreaccess a[href$='pdf']:after,
.section-nav a[href$='pdf']:after {
  content: none;
}
.search button {
  position: relative;
}
.icon,
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -5px;
  vertical-align: text-top;
  text-indent: 150%;
  overflow: hidden;
}
.moreaccess [class^="icon-"] {
  display: block;
  position: absolute;
  bottom: 0;
  right: -6px;
  z-index: 1;
  padding: 0;
}
@media (max-width: 599px) {
  .desktop[class^="icon-"] {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .mobile[class^="icon-"] {
    display: none !important;
  }
  .moreaccess [class^="icon-"] {
    right: auto;
    left: 6px;
  }
  .moreaccess a[href$='pdf']:before,
  .supplemental a[href$='pdf']:before {
    content: ' ';
    display: inline-block;
    float: right;
    width: 25px;
    height: 25px;
    margin-right: -25px;
    margin-bottom: -10px;
    background: url('../img/arvada-nav-sprite.png') -125px 0;
  }
}
.moreaccess a[href$='pdf']:before,
.supplemental a[href$='pdf']:before,
[class^="icon-"],
[class*=" icon-"] {
  background-image: url('../img/arvada-nav-sprite.png');
}
.icon-tickets {
  background-position: -25px 0;
}
.icon-tickets-white,
.button .icon-tickets {
  background-position: -50px 0;
}
.icon-tickets-bronze,
.listing .icon-tickets {
  background-position: -75px 0;
}
.icon-file-white {
  background-position: -100px 0;
}
.icon-file {
  background-position: -125px 0;
}
.icon-down {
  background-position: -150px 0;
}
.icon-down:hover {
  background-position: -175px 0;
}
.icon-down[class~=up] {
  background-position: -400px 0;
}
.icon-down[class~=up]:hover {
  background-position: -425px 0;
}
.icon-calendar {
  background-position: -200px 0;
}
.icon-mail {
  background-position: -225px 0;
}
.icon-search {
  background-position: -250px 0;
}
.icon-play-video {
  background-position: -275px 0;
}
.icon-news {
  background-position: -300px 0;
}
.icon-pen {
  background-position: -325px 0;
}
.icon-photo {
  background-position: -350px 0;
}
.icon-ac {
  background-position: 0 -25px;
}
.icon-ac:hover {
  background-position: -50px -25px;
}
.icon-pause-button {
  background-position: -100px -25px;
}
.icon-left-button {
  background-position: -150px -25px;
}
.icon-right-button {
  background-position: -200px -25px;
}
/*
.icon-play-video        { background-position: -250px -25px }
*/
.icon-left-button,
.icon-right-button {
  width: 33px;
  height: 33px;
  margin: 0;
  display: block;
}
.icon-ac {
  width: 38px;
  height: 38px;
}
.lt-ie8 .icon-ac {
  display: block;
  zoom: 1;
  text-indent: 0;
}
a.video .icon-play-video {
  margin: -4px 0 0;
}
/*
.icon-play-video {
    width: 39px;
    height: 28px;
}
*/
[class^='icon-social-'] {
  width: 26px;
  height: 26px;
  background-image: url('../img/social-icons-26x.png');
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
[class^='icon-social-']:hover {
  -webkit-box-shadow: 0 0 8px #ffffff;
  -moz-box-shadow: 0 0 8px #ffffff;
  box-shadow: 0 0 8px #ffffff;
}
.icon-social-facebook {
  background-position: 0 0;
}
.icon-social-twitter {
  background-position: -26px 0;
}
.icon-social-pinterest {
  background-position: -52px 0;
}
.icon-social-friendfeed {
  background-position: -78px 0;
}
.icon-social-flickr {
  background-position: -104px 0;
}
.icon-social-yelp {
  background-position: -130px 0;
}
.icon-social-youtube {
  background-position: -156px 0;
}
@media (max-width: 599px) {
  .search > .icon-search,
  #access .icon-info {
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 50px;
    height: 40px;
    margin: 0 !important;
    display: block;
  }
  .search > .icon-search,
  #access .icon-info {
    position: absolute;
    top: 15px;
  }
  .search > .icon-search:active,
  .search > .icon-search[class~=active],
  #access .icon-info:active,
  #access .icon-info[class~=active] {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .search > .icon-search {
    background-position: -100px -60px;
    right: 12px;
  }
  #access .icon-info {
    background-position: 0 -60px;
    right: 64px;
  }
  #access .icon-tickets {
    background-position: -50px 0;
  }
  .moreaccess .icon-down {
    width: 50px;
    height: 40px;
    background-position: -250px -60px;
  }
  .moreaccess .icon-down[class~=up] {
    background-position: -300px -60px;
  }
}
/*  ====================================================================================================
    4.  Layout & Block Styles
    
    -   =Grid Layout
    -   =Branding Area / Primary Navigation
    -   =Showcase Banner Area / Slideshows
    -   =Main Content Area
    -   =Secondary Navigation
    -   =Colophon / Site Footer
    -   =Internal Block Areas
    -   =Forms
    
    ***

    =Grid Layout
    ----------------------------------------------------------------------------------------------------	*/
.page {
  /* Set the maximum width of the page */

  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.box {
  margin: 0 0 2em;
}
@media (min-width: 600px) {
  .box {
    width: 48.75%;
    margin: 0 2.5% 2em 0;
    float: left;
    /* IMPORTANT: Used as mobile/desktop breakpoint in arvadacenter.js */
  
  }
  .maincolumn {
    margin-right: 0;
  }
  .landing .maincolumn,
  .interior .maincolumn {
    width: 74.375%;
  }
  .home .maincolumn {
    float: right;
  }
  .landing .sidecolumn,
  .interior .moreaccess,
  .interior .sidecolumn {
    width: 23.125%;
    clear: right;
    float: right;
  }
  .sidecolumn {
      margin-right: 0;
  }
  .interior .sidecolumn {
        margin-top: 1.8em;
    }
  .sidecolumn:first-child {
    margin-right: 2.5%;
  }
}
@media (min-width: 800px) {
  .sidecolumn {
    width: 23.125%;
  }
  .maincolumn {
    margin-right: 2.5%;
  }
  .home .maincolumn {
    float: left;
  }
}
/*  Inside the main column we may wish to subdivide further.
    Use 'wide' or 'narrow' in combination with 'pull-left' or 'pull-right'
    Use 'bleed' to pull content to edges. Bleed w/ pull-left will only pull
    content to the left edge.
    
    This will NOT be applied in super-narrow contexts.
*/
.bleed {
  margin: 0 -5%;
}
.pull-left,
.pull-right {
  margin-bottom: 1em;
}
.clear {
  clear: both;
}
@media (min-width: 600px) {
  .bleed {
    margin: 0 -3.4782608695652173%;
  }
    .widefull {
        width: 98.9%;
        /* inner percentage */

    }
    .widefull[class~=bleed] {
        width: 100%;
    }
  .wideshared {
    width: 65.54621848739495%;
    /* inner percentage */
  
  }
  .wideshared[class~=bleed] {
    width: 68.90756302521008%;
  }
  .narrow {
    width: 31.092436974789916%;
    /* inner percentage */
  
  }
  .narrow[class~=bleed] {
    width: 34.45378151260504%;
  }
  .pull-left,
  .pull-right {
    margin-bottom: 1em;
  }
  .pull-left {
    float: left;
  }
  .pull-left[class~=bleed] {
    margin-right: 2.5%;
  }
  .pull-right {
    float: right;
  }
  .pull-right[class~=bleed] {
    margin-left: 2.5%;
  }
}
/*  ==================================================
    =Branding Area / Primary Navigation
    --------------------------------------------------  */
#logo,
#branding ul {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#logo {
  margin: -20px 0 20px;
  padding: 8px 0 0;
  width: 210px;
}
@media (max-width: 599px) {
  #logo {
    height: 40px;
    overflow: hidden;
  }
}
@media (min-width: 600px) {
  #logo {
    margin: 0;
    float: left;
    width: 190px;
  }
}
@media (min-width: 800px) {
  #logo {
    width: 295px;
  }
}
@media (min-width: 900px) {
  #logo {
    margin-left: 0;
	width: 390px;
  }
}
#logo img {
  width: 100%;
}
.lt-ie8 #logo img {
  display: block;
}
#access ol {
  /* primary nav */

  clear: both;
}
.lt-ie8 #access ol {
  width: 28em;
  /* THIS WILL NEED CHANGING IF TEXT CHANGES!! */

}
#access ul,
#access ol,
#access li {
  margin: 0;
  padding: 0;
}
@media (max-width: 599px) {
  #branding {
    margin-top: 0;
    padding-top: 20px;
  }
  #logo a {
    width: 220px;
  }
  #access li a {
    padding: 5px 0;
    display: block;
  }
  /* Search */
  .search {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
  }
  .dialog {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    float: none;
    font-size: 1.25em;
    padding: 12px 20px 8px;
    height: 40px;
    background: #e3d9c1;
    z-index: -1;
    /* hide during FOUC */
  
  }
  #searchbox {
    width: 72%;
    padding: 4px 2% 4px 10%;
  }
  #search button {
    width: 12%;
    padding: 4px 8% 4px 0;
  }
  #search button i {
    text-indent: 600px;
  }
  #search button:before {
    z-index: -1;
  }
  #sections {
    padding: 12px 5% 0;
  }
  #access .current,
  #access #sections,
  .home #sections ol,
  .home .home {
    display: none;
  }
}
@media (min-width: 600px) {
  #access {
    padding-top: 60px;
    position: relative;
    float:right;
    display: inline;
  }
  #access ol {
    float: right;
  }
  #access ol li {
    display: inline;
  }
  #access ol a {
    float: left;
  }
  #access .search {
    width: 24em;
    position: absolute;
    right: 9em;
    top: 10px;
    display: block;
  }
  #sections > ul {
    float: right;
    text-align: right;
  }
  #sections > ul li li {
    display: inline;
  }
  #sections > ul li li a {
    float: left;
  }
  #sections > ul li.home {
    display: none;
  }
  #access #info {
    padding: 0 8px 0 30px;
  }
  #access .icon-info {
    float: left;
    margin-top: 2px;
  }
  li.signin {
    width: 6em;
    position: absolute;
    height: 5.5em;
    top: 16px;
    right: 16px;
  }
  #info a,
  #access ol a {
    padding: 6px 9px 4px;
  }
  #access ol a {
    display: block;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  #search {
    text-align: right;
    float: right;
  }
  #access .icon-search {
    margin: -4px 0;
  }
}
@media (min-width: 900px) {
  #access {
    padding-top: 80px;
    float:right;
    display: inline;
  }
}
#access li {
  list-style: none;
}
@media (min-width: 1000px) {
  #logo {
    margin-left: -20px;
	width: 420px;
  }
  li.signin {
    right: -8px;
  }
}
.js label[for=searchbox] {
  position: absolute;
  top: -800px;
}
.lt-ie8 #access .search {
  top: 10px;
}
.lt-ie8 #logo {
  height: 0;
}
.lt-ie8 #access .icon-info {
  margin-top: 24px;
}
.lt-ie8 #search button {
  width: 30px;
  height: 28px;
  padding: 0;
}
.lt-ie8 #search button .icon-search {
  display: none;
}
/*  ==================================================
    =Showcase Banner Area / Slideshows
    --------------------------------------------------  */
.slideshow {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.slide {
  padding: 0;
}
.js .slide {
  visibility: hidden;
}
.slideshow .overlay {
  position: relative;
  z-index: 1;
  padding: 2em 5%;
}
.slide .date {
  display: block;
}
@media (max-width: 599px) {
  #showcase {
    z-index: 1500;
  }
  #showcase .page {
    padding: 0 2.5%;
    width: auto;
  }
  #showcase .baseline {
    position: relative;
    display: block;
    padding: 10px 60px 10px 2.5%;
  }
  #showcase .icon-down {
    position: absolute;
    right: 0;
    top: 5px;
    width: 50px;
    height: 40px;
    background-position: -150px -60px;
  }
  #showcase .icon-down[class~=up] {
    background-position: -200px -60px;
  }
  .home #showcase .page,
  .slideshow {
    padding: 0;
    margin: 0;
  }
  .slideshow {
    display: none;
  }
  .slide * {
    text-align: center;
  }
  .slideshow .overlay {
    margin: 0;
    padding: 5px 2.5%;
  }
  .slide h2 {
    width: auto;
    height: 2.8em;
    overflow: hidden;
  }
}
@media (min-width: 600px) {
  .slideshow .overlay h2,
  .slideshow .overlay h3,
  .slide p,
  .slide em {
    margin: 0;
    padding: 0;
  }
  .lt-ie8 .slide p {
    position: relative;
    top: -1.5em;
  }
  .slide h2,
  .slide h3 {
    float: left;
    width: 74.3859649122807%;
  }
  .slideshow .overlay {
    padding: 1em 2.5%;
  }
  .js .slideshow .overlay {
    height: 83px;
  }
  .slide .date {
    float: right;
    text-align: right;
    width: 8em;
    padding-top: .15em;
    padding-right: 1em;
  }
}
@media (min-width: 800px) {
  .js .slideshow .overlay {
    background: url('../img/arch-overlay.png');
    background-size: 100%;
    margin-top: -86px;
    padding: 33px 0 0 28.75%;
  }
  .lt-ie8 .slideshow .overlay {
    zoom: 1;
    top: -86px;
    position: relative;
    margin-bottom: -86px;
  }
  .slide-overlay {
    /* for mimicking slide layout elsewhere */
  
    display: block;
    position: relative;
  }
  .slide-overlay:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    height: 48px;
    background: url('../img/arch-overlay.png') 75% 0;
  }
}
#showcase h2 {
  margin: 0;
}
/* Slideshow controls */
.slideshow {
  position: relative;
  height: 404px;
}
.flex-direction-nav {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  bottom: 0;
  padding: 0;
}
.lt-ie8 .flex-direction-nav {
  margin-left: 0;
}
.flex-direction-nav li {
  position: absolute;
  list-style: none;
  padding: 0 15px;
  margin: 0;
  top: 50%;
  right: -100%;
  text-align: right;
}
.flex-direction-nav li a {
  display: block;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  -webkit-transition: 0.2;
  -moz-transition: 0.2;
  -ms-transition: 0.2;
  -o-transition: 0.2;
  transition: 0.2;
  opacity: 0.66;
  filter: alpha(opacity=66);
}
.flex-direction-nav li a:hover,
.flex-direction-nav li a:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.flex-direction-nav li:first-child {
  left: 100%;
  right: auto;
  text-align: left;
}
/*  ==================================================
    =Main Content Area
    --------------------------------------------------  */
#main-area {
  padding: 0 5%;
}
@media (min-width: 600px) {
  #main-area {
    padding: 0 2.5%;
  }
  .interior #content {
    padding: 24px;
  }
}
#main-area .page {
  max-width: 960px;
}
.page-inner {
  padding: 0 0 120px;
}
#content h1 .date {
  display: block;
  padding-top: .2em;
}
.bottom {
    margin-bottom: .5em;
}
/*  ==================================================
    =Secondary Navigation - .moreaccess
    --------------------------------------------------  */
.moreaccess ul {
  margin: 0;
  padding: 0;
}
.interior .moreaccess ul ul {
  position: relative;
}
.moreaccess li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.moreaccess li,
.moreaccess li a {
  display: block;
}
.moreaccess a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  line-height: 1.9em;
  /* used for layout! */

  min-height: 1.9em;
  /* IE7 wants this please */

}
@media (max-width: 599px) {
  .moreaccess {
    margin: 0 -5.8333325% 1em;
    padding: 0 5%;
  }
  .home .moreaccess {
    padding-top: 0;
    padding-bottom: 0;
  }
  .moreaccess ul {
    display: none;
  }
  .home .moreaccess ul {
    display: block;
    *zoom: 1;
  }
  .home .moreaccess ul:before,
  .home .moreaccess ul:after {
    display: table;
    content: "";
  }
  .home .moreaccess ul:after {
    clear: both;
  }
  .home .moreaccess ul:before,
  .home .moreaccess ul:after {
    display: table;
    content: "";
  }
  .home .moreaccess ul:after {
    clear: both;
  }
  .home .moreaccess ul:before,
  .home .moreaccess ul:after {
    display: table;
    content: "";
  }
  .home .moreaccess ul:after {
    clear: both;
  }
  .home .moreaccess ul:before,
  .home .moreaccess ul:after {
    display: table;
    content: "";
  }
  .home .moreaccess ul:after {
    clear: both;
  }
  .home .moreaccess ul:before,
  .home .moreaccess ul:after {
    display: table;
    content: "";
  }
  .home .moreaccess ul:after {
    clear: both;
  }
  .home .moreaccess ul li {
    float: left;
    clear: left;
  }
  .home .moreaccess ul li:nth-child(2n) {
    /* every other element floats right */
  
    float: right;
    clear: none;
  }
  .home .moreaccess ul li a {
    padding: 5px 0;
  }
}
@media (min-width: 600px) {
  .moreaccess ul {
    padding: 2.5% 0;
  }
  .interior .moreaccess > ul {
    margin: 24px 0 0;
  }
  .moreaccess a {
    text-align: right;
    padding: 8px 8px 4px 40px;
  }
  .moreaccess ul ul {
    display: none;
    margin: 0;
    padding: 0 0 8px;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    right: 0;
  }
  .lt-ie8.interior .moreaccess ul ul {
    top: 0;
  }
  .home .moreaccess > ul > li,
  .landing .moreaccess > ul > li {
    margin: 0 0 2.5% 2.5%;
    width: 23.125%;
    float: left;
  }
  .home .moreaccess li:first-child,
  .landing .moreaccess li:first-child {
    margin: 0;
  }
  .moreaccess li li a,
  .moreaccess .baseline,
  .interior .moreaccess a {
    line-height: .95em;
    min-height: .95em;
    /* IE7 wants this */
  
  }
  .moreaccess li li a {
    padding: 4px 8px;
  }
}
.moreaccess li.current ul {
  display: block;
}
/*.moreaccess li.current [class^="icon-"] {
  display: none;
}*/
.lt-ie8 .moreaccess {
  position: relative;
  z-index: 2;
}
/* Supplemental Navigation for pages and sections */
.supplemental ul,
.supplemental li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-nav {
  float: right;
  width: 40%;
  margin: 0 0 48px 5%;
  padding: 0 0 1em;
}
@media (min-width: 600px) {
  .supplemental a {
    display: block;
  }
  .page-nav {
    width: 222px;
  }
}
.section-nav {
  margin: 1em 0;
  padding: 1em 9px .5em;
  *zoom: 1;
  line-height: 1;
}
.section-nav:before,
.section-nav:after {
  display: table;
  content: "";
}
.section-nav:after {
  clear: both;
}
.section-nav:before,
.section-nav:after {
  display: table;
  content: "";
}
.section-nav:after {
  clear: both;
}
.section-nav:before,
.section-nav:after {
  display: table;
  content: "";
}
.section-nav:after {
  clear: both;
}
.section-nav:before,
.section-nav:after {
  display: table;
  content: "";
}
.section-nav:after {
  clear: both;
}
.section-nav:before,
.section-nav:after {
  display: table;
  content: "";
}
.section-nav:after {
  clear: both;
}
.section-nav li {
  padding-top: 12px;
  clear: left;
}
.section-nav img {
  margin: -9px 12px 6px 0;
  float: left;
}
.landing .section-nav {
  margin: 0 0 1em;
}
.interior .section-nav {
  margin: 1em 0;
}
/*  ==================================================
    =Colophon - Site Footer
    --------------------------------------------------  */
#colophon {
  margin: -100px 0 0;
  clear: both;
  position: relative;
  z-index: 2;
}
.lt-ie8 #colophon {
  margin: 0;
}
#colophon .page {
  width: auto;
  max-width: 912px;
  padding: 20px 24px;
}
.lt-ie8 #colophon .page {
  padding-top: 0;
}
#colophon #mast {
  padding-top: 15px;
  height: 30px;
}
#colophon #mast a {
  width: 38px;
  height: 38px;
  display: block;
  margin: 0 auto;
  text-indent: 0;
}
#colophon p {
  position: relative;
  top: -1em;
  text-align: center;
  margin: 0 0 1em;
}
#colophon p:last-child {
  margin-bottom: 0;
}
/*  ==================================================
    =Internal Block Areas
    --------------------------------------------------  */
.lead {
  position: relative;
  z-index: 1;
  margin: 0 0 1em;
  padding: 1em 12px;
}
ul.listing {
  margin: 0 0 1em;
  padding: 0;
}
.listing li,
.listing[class~=compact] li {
  list-style: none;
  padding: 12px 0 6px;
  margin: 0;
}
.lt-ie8 .listing li {
  *zoom: 1;
}
.lt-ie8 .listing li:before,
.lt-ie8 .listing li:after {
  display: table;
  content: "";
}
.lt-ie8 .listing li:after {
  clear: both;
}
.lt-ie8 .listing li:before,
.lt-ie8 .listing li:after {
  display: table;
  content: "";
}
.lt-ie8 .listing li:after {
  clear: both;
}
.lt-ie8 .listing li:before,
.lt-ie8 .listing li:after {
  display: table;
  content: "";
}
.lt-ie8 .listing li:after {
  clear: both;
}
.lt-ie8 .listing li:before,
.lt-ie8 .listing li:after {
  display: table;
  content: "";
}
.lt-ie8 .listing li:after {
  clear: both;
}
.lt-ie8 .listing li:before,
.lt-ie8 .listing li:after {
  display: table;
  content: "";
}
.lt-ie8 .listing li:after {
  clear: both;
}
@media (min-width: 600px) {
  .listing li {
    padding: 18px 0 18px 18px;
  }
}
.section,
.contact-info {
  padding: 12px;
}
.section .bleed {
  margin-right: -12px;
  margin-left: -12px;
}
.connect {
  margin: 1.8em auto;
  padding-top: 0;
  padding-bottom: 1.8em;
  text-align: center;
  max-width: 280px;
}
/*.home .connect {
  margin-top: 3em;
}*/
/*.landing .connect {
  margin-top: 0;
}*/
.ask a {
  padding: 1.2em .9em;
}
.ask a,
.ask strong,
.ask em {
  display: block;
}
.ask em {
  padding-bottom: .5em;
}
.listing li,
.artscentric article,
.video {
  position: relative;
}
.listing a {
  display: block;
}
/*
    .showinfo class for info about a show, used primarily on interior pages
    .actions class for groups of links. Different treatments for different contexts

*/
.interior .actions ul {
  margin: 1.5em 0 0;
  padding: 0;
}
.actions li {
  text-align: center;
  list-style: none;
  margin: .5em 0;
}
@media (max-width: 599px) {
  .showinfo,
  .actions {
    text-align: center;
  }
}
@media (min-width: 480px) {
  .listing a {
    float: left;
    width: 78%;
    margin-right: 2%;
  }
  .listing .actions {
    width: 20%;
    display: block;
    float: right;
    margin: 1.6em 0 0;
  }
}
/* Connect & ArtsCentric in 2 columns for landscape mobile devices */
@media (min-width: 420px) and (max-width: 599px) {
  .connect {
    width: 45%;
    float: left;
  }
  .artscentric {
    width: 45%;
    float: right;
  }
  .artscentric h2 {
    margin-top: 0;
  }
}
.listing .actions a {
  padding: 4px;
}
.compact a,
.compact .actions {
  float: none;
  width: auto;
  margin: 0;
}
.listing strong.event-title {
  margin: 5px 0;
  display: block;
}
.compact .weekday {
  float: right;
}
.date i {
  display: none;
}
.listing a img {
  float: left;
  margin: 0 12px 12px 0;
  border: none;
}
.compact a img {
  float: right;
  margin: 0 0 .2em .7em;
}
.button {
  padding: 0.2em 0.7317em;
}
.button[class~='tickets'] {
  line-height: 2;
  padding: 7px 15px 5px;
  white-space: nowrap;
}
.lt-ie8 .slide .button[class~='tickets'] {
  line-height: 1;
  position: relative;
  top: -12px;
  padding: 5px 15px 3px;
}
.lt-ie8 .slide .button[class~='tickets'] i {
  position: relative;
  top: -3px;
}
.calendar-link,
.video {
  display: block;
}
.lt-ie8 .calendar-link {
  clear: both;
  zoom: 1;
}
.lt-ie8 .calendar-link i {
  zoom: 1;
  display: inline;
}
/*.lt-ie8 .artscentric .calendar-link i {*/
.lt-ie8 .calendar-link i {
  position: relative;
  top: 0;
  left: 20px;
}
a.tickets {
  width: 100%;
}
.tickets [class^="icon-"] {
  margin: -5px 0 0 3px;
}
.connect [class^="icon-"] {
  margin: 0 .4em;
}
.calendar-link [class^='icon'] {
  float: right;
  margin: -2px 4px;
}
.video {
  padding: 12px 0;
}
.video * {
  margin-left: 12px;
  margin-right: 12px;
}
.video figure {
  margin: 1em 0;
}
.video figure * {
  margin: 0;
}
/* ArtsCentric */
.artscentric ul {
  list-style: none;
  padding: 0 12px 20px;
  margin: 0;
}
.artscentric h2 img {
  display: block;
}
.artscentric .section {
  padding: 12px 0 0 25px;
}
.artscentric .section [class^='icon'] {
  float: left;
  margin-left: -30px;
  margin-top: -2px;
}
/*removed because moved calendar to top of sidebar
.artscentric .section:first-child {
  padding-left: 0;
}
.artscentric .section:first-child [class^='icon'] {
  margin-left: -8px;
  margin-top: 0px;
}*/
/*  Galleries, Listing non-boxy */
.galleries-education article {
  margin: 0 0 1em;
  padding-top: .9em;
}
.galleries-education .pull-left {
  padding: 5px 0;
  width: 150px;
  margin: 0 12px 1em 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.galleries-education a:hover img,
.galleries-education a:focus img {
  opacity: 1;
  filter: alpha(opacity=100);
}
figcaption {
  margin: .5em .5em 0;
  display: block;
}
/*  ==================================================
    =Forms
    --------------------------------------------------  */
.search input,
.search button {
  margin: 0;
  float: left;
}
.search input {
  width: 12em;
  padding: .3em .4em .3em 1em;
  /* .1em taller than button makes 'em line up... */

}
.lt-ie9 .search input {
  padding-top: .25em;
}
.search button {
  padding: .2em .8em .3em .2em;
}
form.email {
  text-align: left;
  margin: 2em 0;
}
form.email h3 {
  margin: 1em 0 0;
}
form.email label {
  display: block;
  margin: .4em 0 0;
}
.js #subscribe {
  display: none;
}
.lt-ie8 #subscribe-button {
  zoom: 1;
  width: 25px;
  height: 25px;
  margin: 0;
}
.lt-ie8 #subscribe-button i {
  visibility: hidden;
}
.email input {
  width: 96%;
  max-width: 20em;
  padding: 2px 1%;
  margin: 0 0 .8em;
}

@media (min-width: 600px) {
  .email button {
    float: right;
    margin: .3em 0 1em;
  }
}
/* Arts Day Forms */
#arts-day-reg .box-outline {
    border: 1px solid #A29E9B;
    padding: 8px;
    margin-bottom: 1.5em;
    background-color: rgb(248, 248, 248); /* Fall-back for browsers that don't support rgba */
    background-color: rgba(248, 248, 248, .5);
}
#arts-day-reg div.input {
    margin-bottom: .25em;
}
#arts-day-reg label {
    margin-bottom: .2em;
}

/* Additions for Admin links */
.adminContainEditLinks, #adminContainEditLinks
{
	float:left; 
	display: inline; 
	position: relative; 
	width:100%;
}
.adminContainEditLinks .adminInline, #adminContainEditLinks .adminInline li  {
	list-style-type:none; 
	float: left; 
	display: inline; 
	position: relative; 
	margin:0; 
	padding:0;
}
.adminContainEditLinks .adminInline li, #adminContainEditLinks .adminInline li {
	float:left; 
	display: inline; 
	position:relative; 
	padding:6px;
	width: auto;
}

/* End Additions for Admin links */

/* Additions for Galleries */
#galTabs {
	border:0;
}

#galTabs ul {
	background: #efefef;
	border:0;
}
#galTabs ul li {
	border:0;
}
.galDefault {
	float:left; 
	display: inline; 
	position: relative; 
	width:100%;
}

.wideGal {
	width: 96%;
}

#galTabs {
	text-indent: 0;
}
.galDefault .galContain {
	background: #ffffff; 
	float:left; 
	display: block; 
	position: relative; 
	margin-right: 1%; 
	margin-bottom:6px; 
	padding:6px; 
	color: #000;
	background: #efefef;
  	border-width: 0;
  	-webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.33);
  	-moz-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.33);
  	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.33);
}
.galDefault .video {
	width:96%; 
}

.galDefault h3 img {
	float: left;
	display: block;
	position: relative;
	margin:0;
	padding:0;
}
.galDefault .photo {
	width:30%; 
	min-height: 300px; 
}

.galDefault .video img.inside {
	float:left; 
	display: inline; 
	position: relative; 
	margin-right:8px; 
	margin-top: 8px;
	margin-left: 0;
}
.galDefault .extraMargin {
	margin-left:2%;
}
/* Additions for alerts */
#msg-sitealerts-wrap {
	height:auto; 
	width:100%; 
	position:fixed; 
	z-index:1000;  
	background: #000;
}

#msg-sitealerts-wrap div {
	width: 960px; 
	margin-left:auto; 
	margin-right:auto; 
	display:block;
}

#msg-sitealerts-wrap  div .alertBox {
	float:left; 
	display: inline; 
	position: relative; 
	width:100%;
}

#msg-sitealerts-wrap div .alertBox div {
	overflow:hidden; 
	height:35px;
}

#msg-sitealerts-wrap div .alertBox p.alert {
	line-height:36px; 
	color: #ffffff; 
	font-weight:bold;
}

#msg-sitealerts-wrap div .alertBox div p button {
	float:left; 
	display: inline; 
	position:relative; 
	margin-left:4px; 
	margin-right:4px; 
	margin-top:2px;
}
/*Additions for blog*/

div#content.mod 
div.entrybody, .post-entry {
	background:#ffffff;
	padding: 10px;
}

div#content.mod 
h1.blogHeader, 
div#content.mod 
h1.blogHeader a {
	color: #0f2d5d;	
}
div#content.mod
h2.title, h2.title {
	border-top:4px solid #A59D99;
	line-height: 40px;
	background: #A59D99;
	padding-left: 10px;
	color: #ffffff;
}
div#content.mod 
h2.title a {
		color: #ffffff;
}
ol.commentlist {
	background: #ffffff;
	padding: 10px;
	list-style-type: none;
}
ol.commentlist li {
	margin-bottom:10px;
}

ol.commentlist li ul {
	padding:10px;
	background: #efefef;
	list-style-type: none;
}

div#content.mod #respond { 
	background: #A59D99;
	color: #ffffff;
	float: left;
	display: inline;
	width: 100%;
}

div#content.mod h3 { 
	font-size: 1.4em;
	margin-left: 10px;
}
div#content.mod #commentform  { 
	margin-left: 10px;
}
div#content.mod #commentform label { 
	font-size:1.2em;
	font-weight:bold;
	padding-left: 10px;
}

div#content.mod #commentform input[type="submit"], div#content.mod #commentform input {
	border: 1px solid #4D4B49;
	margin-bottom:6px;
	margin-top: 4px;
}
div#content.mod #commentform input[type="submit"] {
	width: auto;
}

div#content.mod nav.nav-single {
 	
}
/* #Site - Calendar
================================================== */

/* calendar */
table.calendar		{ 
	width:100%; 
	border-left:1px solid #999; 
	border-collapse:collapse; 
	margin-top:20px; 
	background: #ffffff; }
table.calendar td {
	border:1px solid #999; 
}
tr.calendar-row	{  }
td.calendar-day	{ 
	height:80px; 
	position:relative; 
	margin:0; 
	padding:0; }
td.calendar-day a { 
	display: block; 
	color:#fff; 
	text-decoration:none; }
td.calendar-day:hover	{ 
	background-color:#e0e0e0; 
	color: #ffffff; 
	margin:0px; 
	padding:5px; }
td.calendar-day-highlight { 
	background-color:#6890d0; }
td.calendar-day-np	{ 
	background-color:#e0e0e0; 
	margin:0; 
	padding:0; 
	height:80px; }
td.calendar-day-head {
	background-color:#0f2d5d; 
	color: #fff;
	font-weight:bold; 
	text-align:center; 
	width:80px; 
	padding:3px; 
	margin:0; 
}
div.day-number {
	background:#4d4b49; 
	padding:5px; 
	color:#fff; 
	font-weight:bold; 
	float:right; 
	margin:-5px -5px 30px 0; 
	width:20px; 
	text-align:center;
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
}
/* shared */
td.calendar-day, td.calendar-day-np { 
	width:80px; 
	padding:5px; 
	margin:0; }
.event-over    {background: #b0b0b0;}
.event-current {background: #ffffff;}
/*Sign-up form*/
#signup {
	width:auto;
	float:left;
	display:inline;
	position:relative;
}
#signup img {
	float:left;
	display: block;
	position:relative;
}
#signup img:after {
	content:'<br />';
}
#signup label {
	font-weight:bold; 
	width:100%; 
	display: inline; 
	position: relative; 
	float: left;
}

#signup input {
	float:left;
	display:inline;
	position:relative;
	clear:both;
	margin-bottom:6px;
}
p.error {
	font-weight:bold;
	color: red;	
}
/* Adding fourth level */
#nav-cate li ul li ul.submenu {
   display: none;
}
#nav-cate li ul li ul.show li {
	width: 100%;
}
#nav-cate li ul li ul.show li a {
   float: right;
   text-align:right;
   color: #000000;
}
#nav-cate li ul li ul.show li.current a {
   color: #ffffff;
}
#nav-cate li ul li ul.show {
  float: right;
  width: 94%;
  display: block;
  border-right: 3px solid #a5a3a4;
  margin-right: 4%;
}