@import 'graphics/fonts/font-awesome.css';
@import '//fonts.googleapis.com/css?family=Raleway:400,700,600'';

@font-face {
    font-family: 'OpenSans';
    src: url('graphics/fonts/OpenSans-Regular-webfont.eot');
    src: url('graphics/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('graphics/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('graphics/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('graphics/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('graphics/fonts/OpenSans-Bold-webfont.eot');
    src: url('graphics/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('graphics/fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('graphics/fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('graphics/fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('graphics/fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('graphics/fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('graphics/fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('graphics/fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('graphics/fonts/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url('graphics/fonts/OpenSans-Italic-webfont.eot');
    src: url('graphics/fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('graphics/fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('graphics/fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('graphics/fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

#featureBoxes.features3 .pageWidth {width:1020px;max-width:1020px;}
#featureBoxes.features3 .featureBox.item0 {left:0;width:33.3%;}
#featureBoxes.features3 .featureBox.item0 h1 {background:#630000;color:#fff;}
#featureBoxes.features3 .featureBox.item1 {left:0;width:50%}
#featureBoxes.features3 .featureBox.item2 {left:50%;width:50%}



.imgWcaption{position:relative;}
.imgCaption {
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    width: 100%;
    color:#fff;
    padding:10px;
    box-sizing:border-box;
}

/*** Universal Styles ***/

body, table, input, textarea, select  { font-family: 'OpenSans', sans-serif; }
body { margin:0; padding:0; background: url('graphics/design/body_bg.png'); font-size:15px; }
img { max-width:100%; height:auto !important; border: 0 none; }
iframe { max-width:100%; }
h1, h2, h3, h4 { font-family: 'Raleway', sans-serif; }
h1 { text-transform:uppercase; font-size:20px; }
h2 { text-transform:uppercase; font-size:18px; }
h3 { text-transform:uppercase; font-size:16px; }
h4 { text-transform:uppercase; font-size:inherit; margin: 1em 0; }
h1 a, h2 a, h3 a, h4 a, .title a { text-decoration:none; color:inherit; }

.clear { clear:both; font-size:0; line-height:0; visibility:hidden; }
.leftAlign { float:left; margin: 0px 10px 10px 0px; }
.rightAlign { float:right; margin: 0px 0px 10px 10px; }
.leftClear { float:left; clear:left; margin: 0px 10px 10px 0px; }
.rightClear { float:right; clear:right; margin: 0px 0px 10px 10px; }
.title { font-weight:bold; }
a.button, .button a, a .button, input[type=submit], button {
    display:inline-block; padding: .5em 1em; color:#eee; text-decoration:none; border: 1px solid #333; border-radius:3px; text-shadow: 0 0 1px #000; line-height:normal;
    background: #333333; /* Old browsers */
    background-image: -moz-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0.29) 51%, rgba(255,255,255,0.30196) 51%, rgba(255,255,255,0.65098) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0.29) 51%, rgba(255,255,255,0.30196) 51%, rgba(255,255,255,0.65098) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0.29) 51%, rgba(255,255,255,0.30196) 51%, rgba(255,255,255,0.65098) 100%);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}
a.button:hover, .button a:hover, a .button:hover, input[type=submit]:hover, button:hover {
    border-color:#298cb1;
    background: #298cb1; /* Old browsers */
    background-image: -moz-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0.29) 51%, rgba(255,255,255,0.30196) 51%, rgba(255,255,255,0.65098) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0.29) 51%, rgba(255,255,255,0.30196) 51%, rgba(255,255,255,0.65098) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0.29) 51%, rgba(255,255,255,0.30196) 51%, rgba(255,255,255,0.65098) 100%);
    box-shadow: 0px 2px 2px 0px rgba(102, 51, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}

/*** Section Styles ***/

.pageWidth { position:relative; max-width:1250px; margin-left:auto; margin-right:auto; padding-left:10px; padding-right:10px; }

#header { position:relative; z-index:100; background-color:#191c1f; color:#fff; }
#header a { text-decoration:none; color:inherit; }
#logo { position:absolute; top:0; left:0; z-index:2; width:20%; }
#headerMenu { padding-top:5px; padding-bottom:5px; text-align:right; }

/** Main Menu **/
#mobileMenuButton { display:none; }
/* general */
#mainMenu { height:75px; background: repeat-x url('graphics/design/main_menu_bg.png'); font-family: 'Raleway', sans-serif; }
.mainMenu, .mainMenu ul { margin:0; padding:0; list-style:none; }
.mainMenu { margin-left:22%; }
.mainMenu li { position:relative; }
.mainMenu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
.mainMenu a { display:block; text-decoration:none; }
.mainMenu li:hover>a { opacity:.8; }
/* top level */
.mainMenu>li { z-index:1; float:left; margin: 0 1.2%; }
.mainMenu>li>a { padding-top:28px; height:47px; text-transform:uppercase; }
.mainMenu>li:hover { z-index:2; }
.mainMenu>li:hover>a {}
.mainMenu>li.alsoCurrent {}
.mainMenu>li.alsoCurrent>a {}
/* sublevels */
.mainMenu ul { position:absolute; display:none; background-color:#191c1f; width:15em; box-shadow: 0 1px 5px #000; }
.mainMenu li:hover>ul { display:block; }
.mainMenu ul li { width:100%; }
.mainMenu ul li:hover {}
.mainMenu ul a { padding: .5em 1em; }
.mainMenu ul .hasSubmenu::after { position:absolute; top:.6em; right:5px; font-family: 'FontAwesome'; content:'\f0da'; }
.mainMenu li.leftFlyout .hasSubmenu::after { left:5px; right:auto; content:'\f0d9'; }
/* dropdowns */
.mainMenu>li>ul { left:0; top:100%; z-index:3; }
.mainMenu>li.leftDropdown>ul { right:0; left:auto; }
/* flyouts */
.mainMenu ul ul { top:0; left:100%; z-index:4; }
.mainMenu li.leftFlyout ul { left:-100%; }
.mainMenu li.rightFlyout ul { left:100%; }
.mainMenu ul ul ul { z-index:5; }
.mainMenu ul ul ul ul { z-index:6; }
.mainMenu ul ul ul ul ul { z-index:7; }

#homepageSlideshow { height:590px; }
div.slideshow, div.slideshow div.slides { position:relative; z-index:1; width:100% !important; height:100% !important; }
div.slideshow .slide { display:block; width:100% !important; height:100% !important; background-repeat:no-repeat; background-position: center top; background-size:cover; color:#fff; text-decoration:none; }
#homepageSlideshow div.slideshow .text { position:absolute; top:0; left:0; right:0; bottom:0; padding:60px; }
#homepageSlideshow div.slideshow .title { position:absolute; top:25%; left:15%; background-color: rgba(0,0,0,.7); padding: .5em 1em; font-size:200%; }
#homepageSlideshow div.slideshow .caption { position:absolute; top:65%; right:15%; background-color: rgba(0,0,0,.7); padding: .5em 1em; font-size:160%; }
#homepageSlideshow div.slideshow .slideshowPrev
, #homepageSlideshow div.slideshow .slideshowNext { position:absolute; top:45%; z-index:2; background-color:#fff; width:40px; height:40px; text-align:center; cursor:pointer; font-family: FontAwesome; font-size:30px; line-height:40px; opacity:0; }
#homepageSlideshow div.slideshow:hover .slideshowPrev
, #homepageSlideshow div.slideshow:hover .slideshowNext { opacity:.5; }
#homepageSlideshow div.slideshow .slideshowPrev { left:10px; }
#homepageSlideshow div.slideshow .slideshowNext { right:10px; }
#homepageSlideshow div.slideshow .pager { position:absolute; left:0; right:0; bottom:0; z-index:2; padding:14px; text-align:center; }
#homepageSlideshow div.slideshow .pager a { display:inline-block; width:14px; height:14px; border-radius:7px; background-color:#fff; margin: 0 7px; font-size:0; }
#homepageSlideshow div.slideshow .pager a.activeSlide { background-color:#000; }

#featureBoxes { position:relative; z-index:2; background-color:#191c1f; text-align:center; }
#featureBoxes .pageWidth { max-width:680px; height:63px; max-height:63px; }
.featureBox { position:absolute; bottom:0; display:inline-block; width:49.9%; background-color: rgba(255,255,255,.8); }
.featureBox.item1 { left:0; }
.featureBox.item2 { left:50.1%; }
.featureBox h1 { margin:0; padding:1em; font-weight:600;
    background: #b3b3b3; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #b3b3b3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b3b3b3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#b3b3b3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#b3b3b3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#b3b3b3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#b3b3b3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3b3b3',GradientType=0 ); /* IE6-9 */
}
.featureBox .text { text-align:left; padding: 0 1em; line-height:2; max-height:0; transition: max-height .5s; overflow:hidden; }
.featureBox:hover .text { max-height:450px; }

#homeContent .column { float:left; margin: 2em 1.66%; padding-bottom:4em; position:relative; }
#homeContent .column.item1 { width:46%; }
#homeContent .column.item2
, #homeContent .column.item3 { width:22%; }
#homeContent h2
, .sideColumn h2 { margin-top:0; padding: .5em 1em; background-color:#191c1f; border-right: 3px outset #666; border-bottom: 3px outset #666; box-shadow: 3px 3px 3px 0px #777 inset; color:#fff; }
#homeContent .moreButtons { clear:none; margin: 30px 0 0 0; }

#interiorContent { margin-top:5em; margin-bottom:4em; }
.mainColumn { float:right; width:70%; padding: 1em 3%; padding-bottom:100px;background-color:#fff; }
#interiorHeaderBanner { margin-bottom:2em; }
#interiorHeaderBanner:empty { margin-bottom:0; }
.sideColumn { float:left; width:22%; }
#subMenu
, .sideColumn .eventsModule.box { margin-bottom:2em; }

/** Side Menu **/
/* general */
#subMenu { position:relative; z-index:90; }
.subMenu, .subMenu ul { margin:0; padding:0; list-style:none; }
.subMenu { font-weight:bold; }
.subMenu li { position:relative; }
.subMenu a { display:block; padding: .5em 1em; text-decoration:none; color:inherit; }
.subMenu li:hover { visibility:inherit; /* fixes IE7 'sticky bug' */ }
.subMenu li:hover>a { background-color:#298cb1; color:#fff; }
.subMenu li.menuItemHighlight {}
.subMenu li.menuItemHighlight>a {}
/* top level */
.subMenu>li {}
.subMenu>li>a {}
.subMenu>li:hover {}
.subMenu>li:hover>a {}
.subMenu>li.alsoCurrent {}
.subMenu>li.alsoCurrent>a {}
/* subsequent levels */
.subMenu ul { position:absolute; top:0; left:100%; width:100%; display:none; }
.subMenu li:hover>ul { display:block; }
.subMenu ul {background:#333;}
.subMenu ul a {color:#fff;}

#footer { background-color:#191c1f; padding: 1px 0 2em; color:#fff; font-family: 'Raleway', sans-serif; font-size:120%; line-height:1.5; }
#footer table { float:left; width:50%; font-family: 'Raleway', sans-serif; }
#footer a { text-decoration:none; color:inherit; }
#footer .socialLinks { float:left; margin-left:25%; font-weight:bold; }
#footer .socialLinks img { margin-right:.5em; opacity:.8; }
#footer .socialLinks img:hover { opacity:1; }

#credits { background-color:#000; padding: 2em 0; color:#fff; font-family: 'Raleway', sans-serif; font-weight:bold; font-size:120%; }
#credits a { text-decoration:none; color:inherit; font-weight:normal; font-size:83.33% }

#backToTop { display:none; }

/** Accordion menus **/
ul.accordion { list-style:none; margin:0; padding-left:0; color:#fff; }
ul.accordion li { position:relative; float:none !important; margin:0 !important; padding:0 !important; }
ul.accordion a { display:block; padding: .7em 1.3em; height:auto; text-decoration:none; line-height:normal; color:inherit; }
ul.accordion li.menuItemHighlight>a, ul.accordion li.alsoCurrent>a, ul.accordion a:hover { background-color: rgba(0,0,0,.5); }
ul.accordion .hasSubmenu::before { position:absolute; top:.6em; left:0; font-size:larger; font-weight:bold; font-family: 'FontAwesome'; content:'+'; }
ul.accordion .expanded>.hasSubmenu::before { content:'-'; }
ul.accordion .hasSubmenu::after { content:''; }
/* Top level */
ul.accordion>li { }
ul.accordion>li>a { }
/* Sublevels */
ul.accordion ul { display:none; position:static; list-style:none; margin:0; padding-left:10%; background-color:transparent; width:auto; box-shadow:none; }
ul.accordion li:hover>ul { display:none; }


#editAnywhere { display:none; }
.faq ul p { margin:0; display:inline; }
#freedom_calendar { position:absolute; background-color:#fff; border: 1px solid #000; z-index:9999; visibility:hidden; }
#freedom_calendar table table { padding:.2em; }
#freedom_calendar table table:first-child { background-color:#000; color:#fff; }
#freedom_calendar td.cal, #freedom_calendar td.calWeekend, #freedom_calendar td.calDaysColor { width:40px; height:25px; }




/* ---------------General Module Styles--------------- */

.moduleDetail {}
.moduleLister {}
div.listerItem { clear:both; margin: 1.5em 0; padding-bottom:1px; }
div.listerItem:after { content:''; display:block; height:0; clear:both; visibility:hidden; }

/* common elements across modules */
.label { font-weight: bold; margin-right:10px; } /* form required vs form optional*/
.title {}
.description {}
.blurb {}
.thumbnail {}
.info {}
.author {}
.date {}
.time {}
.filter {float:right;}
.imageLink {float:left;}
.tags {background: #eee; display: block; margin-bottom: 10px; text-indent: 8px;}
.utilityLinks {}
.moreButtons { margin: 1em 0; clear:both; }

.moduleLister .thumbnail { width: 200px; float: left; margin-right: 20px; }

.errorMessage{ font-weight:bold; color:#f00; }

form td {padding:5px 0;}

/* Pagination */
.pagination { clear: both; display: block; }
.pagination a, .pagination a:link, .pagination a:visited { text-decoration:none; }
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow { border:solid 1px #ccc; margin:0; padding:4px 6px; font-size:11px; margin-right:2px; display:inline; display:inline-block; }
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover { border:solid 1px #000; color:#000; }
.pagination .prevnextCurrent {background:#ccc; color:#000; font-weight:bold; padding:4px 6px; }
.pagination a.prevnextLink { border:1px solid #ccc; padding:4px 6px 4px; margin-right:2px; font-size:11px; display:block; }
/* End Pagination */

/* End General Module Styles */

/* ModuleBegin::gendocs */
.webpageModule.moduleDetail { }
/* ModuleEnd::gendocs */



/* ModuleBegin::events */
/* ---- Events Lister ---- */
.eventsModule.moduleLister {}

/* ---- Events Detail ---- */
.eventsModule.moduleDetail {}
	.eventsModule .date {}
	.eventsModule .label {}
	.eventsModule .time {}
	.eventsModule .location { margin: 1em 0; }
	.eventsModule .map {}
	.eventsModule .address {}
	.eventsModule .directions {}
	.eventsModule .contactInfo {}
	.eventsModule .name {}
	.eventsModule .phone {}
	.eventsModule .email {}
	.eventsModule .rsvp {}
	.eventsModule .ticketsWrapper {}
	.eventsModule .ticket {}
	.eventsModule .description {}
	.eventsModule .utilityLinks {}
    .eventsModule.moduleDetail .thumbnail {width:300px; float:right; margin-left: 20px;}


/* ---- Events Small Calendar ---- */
body#calendarIframe { font-size: 12px; background: transparent; }
.cal { padding: 5px; text-align: center; position:relative; background: transparent;}
#calendarIframe .cal { width: 275px; }
.calPrev { position: absolute; top: 4px; left: 15px; }
.calNext { position: absolute; top: 4px; right: 15px; }
.calMonth { position: relative; top: 0; left: 0; text-align: center; font-weight: bold; margin-left: 20px; margin-right: 20px; }
.calPrev a, .calNext a, .calMonth a { text-decoration: none; }
.calPrev a:hover, .calNext a:hover, .calMonth a:hover { text-decoration: underline; }
.calGrid { margin-top: 10px; clear: both; width: 100%; text-align: center; margin-left: auto; margin-right: auto; }
.calGrid td { font-size: 8pt; padding: 6px 0; text-align: center; border-bottom:1px solid #ddd; }
.calGrid tr.calWeek { font-weight: bold; text-align: center; }
.calDayOn a { font-weight: bold; text-decoration: underline; }
.calDayOn a:hover { text-decoration: none; }
.calGrid td.calTodayOff, .calGrid td.calTodayOn { background-color: #eee; color: #000; font-weight: bold; }
.calGrid td.calTodayOn a { text-decoration: underline; color: white; font-weight: bold; }
.calBottom { text-align: left;  }
.calMonthGlance { padding: 5px 0px 3px 0px; }
.calBottom a {  }


/* ---- Events Month at a Glance ---- */
#calendarDetail {margin-top: 7px; ; padding-bottom: 30px; width:100%; }
#calendarDetail table { width: 100%; table-layout: fixed;  text-align: center; }
#calendarDetail .calendarMonths { vertical-align: middle; padding-top: 3px; padding-left: 12px; width:100%; }
#calendarDetail a { text-decoration: none; }
#calendarDetail a:hover { text-decoration: underline; }
#calendarDetail .calendarMonths a { display: block; font-weight: bold; font-size: small; padding: 5px 0px 5px 0px; }
#calendarDetail .calendarMonths a:hover { color: #000; }
#calendarDetail .calendarDays { table-layout: fixed; background: #fff; width:100%; }
#calendarDetail .calendarDays td { background:none; border-bottom:1px solid rgba(0,0,0,.05); }
#calendarDetail .calendarDays .title { font-size: medium; font-weight: bold; color: #fff; padding: 10px 0px 10px 0px; background: #333; }
#calendarDetail .calendarDays .prevLink, #calendarDetail .calendarDays .nextLink { background: #333; color:#fff; }
#calendarDetail .title a { font-size: small; }
#calendarDetail .calendarDays .prevLink a, #calendarDetail .calendarDays .nextLink a{ font-size: small; color: #fff; }
#calendarDetail .calendarDays td { font-size:small; line-height:  1.1em; }
#calendarDetail .calendarDays .weekdays { height: 30px; line-height: 30px;background-color: #E8E8E8; }
#calendarDetail .calendarDays .emptyDay { height: 100px; text-align: left; vertical-align: top; background-color: #eee; background-color: rgba(0,0,0,.02); }
#calendarDetail .calendarDays .eventToday { height: 100px; text-align: left; vertical-align: top;background-color:#eee; background-color: rgba(0,0,0,.05); padding-left: 5px; padding:5px;}
#calendarDetail .calendarDays .eventOff { height: 100px; text-align: left; vertical-align: top; padding-left: 5px;  padding:5px;}
#calendarDetail .calendarDays .eventOn { height: 100px; text-align: left; vertical-align: top; padding-left: 5px; padding:5px; }

/* ---- Events Box ---- */
.eventsModule.moduleLister.box { }
.eventsModule.moduleLister.box .listItem {  }
.eventsModule.moduleLister.box .date { float:left; margin-right:1em; border: 1px solid #0a7ba6; border-radius:2px; padding: 5px 0; width:60px; font-size:16px; color:#fff; text-align:center; text-transform:uppercase; line-height:25px; border-color:#298cb1;
    background: #298cb1; /* Old browsers */
    background-image: -moz-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0.29) 51%, rgba(255,255,255,0.30196) 51%, rgba(255,255,255,0.65098) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0.29) 51%, rgba(255,255,255,0.30196) 51%, rgba(255,255,255,0.65098) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0.29) 51%, rgba(255,255,255,0.30196) 51%, rgba(255,255,255,0.65098) 100%);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.19), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}

#featuredEvent .date { margin-bottom:1em; text-transform:uppercase; font-weight:bold; }
#featuredEvent .thumbnail { float:left; margin: 0 1em 1em 0; }

/* ---- Events Registration ----- */
#registrationSummary td { padding:1px 10px; }
/* ModuleEnd::events */



/* ModuleBegin::news */
.newsModule.moduleDetail {}
.newsModule.moduleLister {}
.newsModule .copyright { padding: 1em 0em; text-align: center; font-size: smaller; }
.newsModule .blurb {}
.newsModule .thumbnail {}
/* ModuleEnd::news */



/* ModuleBegin::faq */
.faqModule {}

.faqModule .questions {}
.faqModule .questions li p { margin: 0; display: inline; }

.faqModule.moduleLister {}
.faqModule.moduleLister .question {}
.faqModule.moduleLister .answer {}
.faqModule .top { font-size: smaller; }
/* ModuleEnd::faq */



/* ModuleBegin::photo */
/*******************************       ******************************************
******************************** PHOTO ******************************************
********************************       *****************************************/
/* Photo Lister */
/* Photo Lister */
.photoModule.moduleLister {}
.photoModule.moduleLister .gridItem {border:1px solid #ccc; text-align:center; width: 200px; display:inline-block; vertical-align:top; margin-bottom:5px; padding-bottom: 15px}
.photoModule.moduleLister .gridItem:hover {border:1px solid #5E5E5E;}
.photoModule.moduleLister .gridItem span {display:block;}
.photoModule.moduleLister .gridItem .image {width:160px;height:150px;overflow:hidden; margin: 10px auto;}
.photoModule.moduleLister .gridItem .name {height:20px;overflow:hidden;}
.photoModule.moduleLister .gridItem .description {height:55px;overflow:hidden;}
ul.grid:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul.grid li.gridItem { width: 200px; display: inline-block; vertical-align: top; }

/* Photo Thumbnails */
.photoModule .description  {}
.photoModule .thumbnailItem {float:left; margin:0 10px 10px 0; position:relative; height: 100px; width: 150px; overflow: hidden;}
.photoModule .thumbnailItem img.activeImage {border:1px solid #333;}
.photoModule .thumbnailItem img {border:1px solid #ccc; min-height: 100%; min-width: 100%;}
.photoModule .thumbnailItem a:hover img {border:1px solid #5E5E5E;}

/* Photo Detail */
.photoModule.moduleDetail{margin:10px 0;}
.photoModule .photoRemote {width:400px;height:20px;margin:0 auto;}
.photoModule .photoRemote span{width:80px;height:20px;background-color:#fff;text-align:center;float:left;}
.photoModule .photoRemote span a{display:block;margin:0 1px;background-color:#fff;color:#888;border:1px solid #ccc;text-decoration:none;}
.photoModule .photoRemote span a:hover,div.photoRemote span a:active{border:1px solid #e5e5e5;color:#000;}
.photoModule .imageDetail {margin:10px; }
.photoModule .imageDetail div {margin:0 auto;}
.photoModule .imageDetail img {border:1px solid #ccc;}
.photoModule.moduleDetail .imageDetail, .photoModule.moduleDetail .info{text-align:center;color:#888;}

/* Flightbox */
.flightbox-close { position: absolute; top: 20px; right: 20px; z-index: 3000; }
.flightbox-pager { height: 100%; width: 75px; position: absolute; }
.flightbox-pager:hover, .flightbox-close:hover { cursor: pointer; cursor: hand; }
.flightbox-pager p { font-size: 30px; font-weight: bold; color: #bbb; position: absolute; top: 50%; width: 75px; padding; 25px; text-align:center; }
.flightbox-container { color: #bbb; position: absolute; z-index: 1000;  text-align: center; }
.flightbox-container img {max-width: 100%; max-height: 100%;}
.hover { width: 100%;  text-align: center; background: rgba(0,0,0,0.6); color: #fff; position: absolute; bottom: 0px; font-size: 12px; display:none; }
/* ModuleEnd::photo */



/* ModuleBegin::directory-staff */
.staffDetailWrapper:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.staffPhoto { float: right; margin: 0px 0px 5px 10px; background-color: #ffffff;}
.staffPhoto img { background-color: #ffffff; border: 1px solid #cccccc; padding: 5px; }

.directoryListWrapper { }
.directoryDetailWrapper { }
.directoryName { }
.directoryCategory { }
.directorySearchInput { width: 100px; }
/* ModuleEnd::directory-staff */

/* ModuleBegin::broadcastemail */
.enewsWrapper div { }
.enewsWrapper span { display: block; }
.enewsText { }
.enewsEmail { }
/* ModuleEnd::broadcastemail */

/* ModuleBegin::leads */
.pcl-name {
	text-align:center;
	width:100%;
	font-weight:bold;
}
/* ModuleEnd::leads */



/* ModuleBegin::poll */
.pollSmallWrapper span, .pollDetailWrapper span { display: block; padding: 5px 0px;}
.pollSmallWrapper span.pollChoices { padding-bottom: 5px; }
.pollListWrapper { }
.pollDetailWrapper { }
.pollQuestion { }
.pollChoices { }
.pollLink { }
.pollResultQuestion { font-weight: bold; }
.pollResultChoices { }
.pollBar { background-color: #ccc; height: 7px; }
/* ModuleEnd::poll */



/* ModuleBegin::documents */
.documentsModule.moduleLister { }
.documentsModule.moduleLister table { border: 1px solid #ccc; padding: 3px; }
.documentsModule .rowOdd { }
.documentsModule .rowEven { background: #eee; }
.documentsModule td, .documentsModule th { padding: 3px 10px; }
.documentsModule th { border-bottom: 2px solid #ddd;}
/* ModuleEnd::documents */



/* ModuleBegin::blog */
.blogModule {}
.blogModule .info {margin-bottom: 20px; }
.blogModule .author {}
.blogModule .date {}
.blogModule .thumbnail img { width:350px; max-width:100%; }
.blogModule .tags {} 
.blogModule .comment { padding: 10px; background: #f4f4f4; margin-bottom: 15px; border: 1px solid #ccc; }
.blogModule .comment .info { color: #333; font-weight: 600; margin-bottom: 10px; }

/* ---- Blog Lister ----- */
.blogModule.moduleLister {}
.blogModule.moduleLister h2 { margin-bottom:5px; }
.blogModule .listerItem {}
.blogModule .blurb {}

/* ---- Blog Detail ------- */
.blogModule.moduleDetail {}
.blogModule.moduleDetail h1 { margin-bottom: 5px; }
.blogModule.moduleDetail .fullText {}

/* ---- Blog Archives ------ */
.blogModule.archive .month { padding-left:10px; }
.blogModule.archive .year { font-weight: bold; }
/* ModuleEnd::blog */

/* ModuleBegin::directory-staffboard */
.staffDetailWrapper:after {content: ""; display: block; height: 0; clear: both; visibility: hidden;}
.staffPhoto { float: right; margin: 0px 0px 5px 10px; background-color: #ffffff;}
.staffPhoto img { background-color: #ffffff; border: 1px solid #cccccc; padding: 5px; }

.directoryListWrapper { }
.directoryDetailWrapper { }
.directoryName { }
.directoryCategory { }
.directorySearchInput { width: 100px; }
/* ModuleEnd::directory-staffboard */