<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, div, td, h1 {
    Xfont-family: "Open Sans","Lato","Helvetica Neue","Helvetica","Arial",sans-serif !important;
    Xfont-family: "Open Sans","Arial",sans-serif !important;
font-family: "Space Grotesk";
line-height: 1.1em;
}

.hoverclick {
 cursor: pointer;
}


h1 {
    padding: 10px 20px 10px 0px;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 2px solid #000;
}


h2 {
 padding: 0px 5px 10px 0px;
 text-align: left;
 font-size: 36px;
 font-weight: bold;
 margin-bottom: 5px;
 margin-top: 0px;
}

h3 {
 padding: 0px 5px 10px 0px;
 text-align: left;
 font-size: 24px;
 font-weight: bold;
 margin-bottom: 5px;
 margin-top: 0px;
}

#main {
    min-height: 400px;
}

#footer{
    margin-top: 30px;
    padding: 15px;
    color: #FFF;
}

#footerlinks a {
 display: block;
 padding: 3px;
 text-decoration: none;
 color: #FFF;
}

.osano-cm-window__widget{
    padding-bottom: 100px !important;
    margin-right: 11px !important;
}

li {
    margin-left:30px;
}

ul {
    list-style: disc;
}

.hidden {
	display: none !important;
}

.leftAndTopNav a, .topNav a {
 color: #666;
 text-transform: uppercase;
 font-size: 0.75em;
}

.leftAndTopNav a:hover, .topNav a:hover {
 background-color: #EEE;
}

.leftAndTopNav .current, .topNav .current {
 font-weight: bold;
 xtext-decoration: underline;
 color: #000;
}


@media screen and (max-width: 991.98px) {
  .leftAndTopNav  {
   margin-bottom: 20px;
  }
  .leftAndTopNav a, .topNav a {
   display: inline-block;
   padding: 5px;
  }
}

@media screen and (min-width: 992px) {
  .leftAndTopNav a {
   display: block;
   text-align: center;
   padding: 20px 0;
   border-right: 1px solid #CCC;
  }
  .topNav a {
   display: inline-block;
   padding: 5px;
   font-size: 1em;
  }
}

th {
    font-weight: bold !important;
}

.hover:hover {
 cursor: pointer;
}

.squareimage{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.squareimage img{
      position: absolute;
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      border-radius: 5px;
}


.left {
 text-align: left !important;
}

.eventCard {
	padding: 15px;
font-family: "Open Sans" !important;
}
.eventText{
 margin-top: 8px;
 height: 7em;
}
.eventCard .title {
 font-size: 18px;
 font-style: normal;
 font-weight: 700;
	padding-top: 5px;
 margin-bottom: 10px;
}
.eventCard .subtitle {
	text-decoration: none;
 margin-top: 10px;
	font-weight: 300;
 font-size: 12px;
}
.eventCard .date {
 
 font-size: 16px;
 font-style: normal;
 font-weight: 700;
 line-height: normal;	
}
.eventCard .location {
	Xtext-transform: uppercase;
 font-size: 16px;
 font-style: normal;
 line-height: normal;
 margin-bottom: 5px;
}
.eventCard .action {
	text-align: center;
	padding: 15px;
 font-weight: bold;
}
.eventCard .action a {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

.eventCard:hover {
 cursor: pointer;
 transform: scale(1.03);
}
@media (max-width: 575px) {
  .eventCard .title, .eventCard .subtitle, .eventCard .date, .eventCard .location {
   height: auto;
  }

}

/*******************************************************************************************************************************/


.navbar .nav-item {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav-item .btn{
 font-size: inherit;
 margin-right: 8px;
}

.btn-primary {
    font-weight: bold !important;
}
.btn-secondary {
    border-radius: 10px;
    font-weight: bold !important;
}

.blackpod, .darkpod {
    border: 1px solid #666;
    border-radius: 5px;
    background-color: #222;
    padding: 20px;
    color: #FFF;
    margin-bottom: 10px;
}

.lightpod {
    border: 1px solid #AAA;
    border-radius: 5px;
    background-color: #FFF;
    padding: 20px;
    color: #000;
    margin-bottom: 10px;
}

.groupCard {
	border-radius: 5px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 10px;
 background-color: #FFF;
}

.groupCard h2 {
	border-bottom: 0;
}

.subdomain .navbar {
 border-bottom: 1px solid #888;
}


.navbar-nav .dropdown-item:hover {
 background-color: #CCC;
 color: #000 !important;
}

.btn-group, .btn-group:hover {
 box-shadow: none;
}

.table {
 color: inherit;
}


.hero h1 {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 0;
}

.hero h2 {
    font-size: 3rem;
    margin-top: 0;
}

@media (max-width: 576px) {
    .hero h1 {
        font-size: 2.8rem;
        line-height: 2.8rem;
        margin-bottom: 0;
    }
    .hero h2 {
        font-size: 2rem;
        margin-top: 0;
    }
}

.datepicker-table-body {
 color: #000;
}

.ticketDetailRow {
 border-bottom: 1px solid #888;
 padding-top: 3px;
 padding-bottom: 3px;
}

body.checkout .hideOnCheckout {
 display: none !important;
}

.pod {
 padding: 10px; 
 border: 1px solid #888;
 border-radius: 10px;
}

.pod-header {
 font-weight: bold;
 font-size: 0.85em;
 text-transform: uppercase;
 border-bottom: 0;
 border-radius: 10px 10px 0 0;
}

.pod-body {
 border-top: 0;
 border-radius: 0 0 10px 10px;
}

.admin {
 border: 2px solid #b9fd50 !important;
}

.adminnav {
 background-color: #b9fd50 !important;
}

.adminnav a {
 color: #000 !important;
 font-weight: bold;
 text-decoration: none;
}

.CommentReplyBody{
	padding: 10px;
	border-radius: 10px;
	_background-color: #DDD;
	_color: #000;
}

.dark .CommentReplyBody{
	_background-color: #333;
	_color: #CCC;
}

.CommunityHubNav a {
	color: #000;
	text-decoration: none;
 opacity: 0.5;
}

.CommunityHubNav a.active {
	font-weight: bold;
 opacity: 1;
}

.dark .CommunityHubNav a {
	color: #FFF;
}

.PostBody a {
	font-weight: bold;
	text-decoration: none;
}

.circleicon{
 border-radius: 50%;
}

.commentDate{
 font-size: 0.7em;
 opacity: 0.5;
 display: block;
 padding-top: 10px;
 text-align: right;
}
</pre></body></html>