@import url("css/reset.css");@import url("css/wordpress-defaults.css");@import url("css/small.css");@import url("css/medium.css") only screen and (min-width: 480px);
@import url("css/large.css") only screen and (min-width: 1220px);

@import url("css/print.css") print;

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxContent{margin-top:20px;background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:5px solid #000; background:#fff;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
#cboxClose:hover{background-position:bottom center;}

.location-header {
    position: relative;
    z-index: 9999;
}


.imageWrapper{
    display:inline-block;
    position:relative;
    overflow:hidden;
}

.eventTitle{
    background-color:rgba(148,31,30,.7);
    color:#fff;
    position:absolute;
    top:0px;
    width: 100%;
}

.eventTitle h1{
    margin-left: 15px;
    margin-top: 15px;
    color:#fff;
}

.dropdownButton{
    height:100%;
}

.readMore{
    border: 3px solid white;
    width:60%;
    padding:6px;
    text-align:center;
    margin:0 20px;
    top: 80%;
    left:13%;
    position: absolute;
}

.eventTitle h4 {
    color:#fff;
}
/*Acco*/
.ac-container {
  max-width: 1000px;
}

.ac-container label {
  height: 50px !important;
  line-height: 30px !important;
  padding: 5px 20px;
  position: relative;
  z-index: 20;
  display: block;
  height: 30px;
  cursor: pointer;
  color: #fff;
  line-height: 33px;
  font-size: 19px;
  background: #851212;
  background: -moz-linear-gradient(top, #851212 1%, #6a0505 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #851212), color-stop(100%, #6a0505));
  background: -webkit-linear-gradient(top, #851212 1%, #6a0505 100%);
  background: -o-linear-gradient(top, #851212 1%, #6a0505 100%);
  background: -ms-linear-gradient(top, #851212 1%, #6a0505 100%);
  background: linear-gradient(top, #851212 1%, #6a0505 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#851212', endColorstr='#6a0505', GradientType=0);
  box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 1px 0 0 rgba(255, 255, 255, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  height: 30px;
  line-height: 20px;
}

.ac-container {
  width: 100%;
  margin: 20px auto 20px auto;
  text-align: left;
}

.ac-container label:hover {
  background: #debb5d;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover {
  background: #f1f2f3;
  color: #666;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
  height: 30px;
  line-height: 21px;
  font-size: 13px;
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
  background: transparent url(../images/arrow_down.png) no-repeat center center;
}

.ac-container input:checked + label:hover:after {
  background-image: url(../images/arrow_up.png);
}

.ac-container input {
  display: none;
}

.ac-container article {
  background: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article p {
  font-style: normal;
  color: ##2b2b2b;
  font-size: 17px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  font: normal normal 'Open Sans';
}
.ac-container article span {
  font-size: 22px; 
  color: #993300; 
  text-transform:uppercase; 
  font-family: jaf-bernino-sans-condensed, Arial,Sans-Serif; 
  font-weight: 600;
}

.ac-container input:checked ~ article {
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3);
}

.ac-container input:checked ~ article.ac-small {
  height: 600px;
}

.ac-container input:checked ~ article.ac-medium {
  height: 700px;
}

.ac-container input:checked ~ article.ac-large {
  height: 875px;
}
