.notice.notice-error.is-dismissible.jquery-migrate-deprecation-notice.hidden {
    visibility: hidden;
    height: 0px;
}
#tribe-events-pg-template .tribe-events-content ul, .tribe-events-after-html ul, .tribe-events-before-html ul {
  list-style: disc outside;
	margin-left: 38px;
	margin-bottom: 10px;
}

#tribe-events-pg-template .tribe-events-content ol li, #tribe-events-pg-template .tribe-events-content ul li, .tribe-events-after-html ol li, .tribe-events-after-html ul li, .tribe-events-before-html ol li, .tribe-events-before-html ul li {
    line-height: 1.4;
    margin: 0 0 0px;
}

#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
    line-height: 1.4;
    margin: 0 0 10px;
	  font-size: 1.063rem; 
}
.page-title {
	visibility:hidden;
	height:0px;
}

.entry-content a {
	color: #6b98cf;
	text-decoration: none;
	font-weight: 100;
}

.entry-content a:hover { 
	text-decoration: none;
	color: #aa1f24;
}

h3.entry-title a {
	color: #6b98cf;
	text-decoration: none;
	font-weight:600;
}

.content-list-title a { 
	text-decoration: none;
	color: #6b98cf;
}
a:hover {
	color:#aa1f24;
	
}

.entry-meta-cats a {
	font-size:20px;
	font-weight:bold;	
}

.textwidget a {
	color: #6b98cf;
}

.button span:hover {
    background: #aa1f24;
}


.mh-footer a {
    color: #6b98cf;
}


.mh-footer a:hover {
    color: #aa1f24;
}

h2.widgettitle a {
	font-size: 25px;
	color: #6b98cf;
	font-weight:600;
}

.cp-title-xl {
    font-size: 1.2rem;
}

h3.cp-title-xl a {
	font-size: 1.2rem;	
	font-weight: 600;
}

.content-list-excerpt, .cp-excerpt-xl {
	font-size: 1.0rem;
}

.pingback-wrap {
	visibility: hidden;
	max-height: 0px;
}

.no-comments {
  visibility: hidden;
	max-height: 0px;
}

.tabs-nav {
    margin: 0;
    border-bottom: 1px solid #ccc;
}
.tabs-nav ul {
    list-style: none;
}
.tabs-nav li {display: inline-block;}
.tabs-nav a {
    display: block;
    padding: 5px 10px;
    border: 1px solid transparent;
    text-decoration: none;
}
.tabs-nav a.active {
    border-color: #ccc;
    border-bottom-color: #fff;
}
section.tab {
    display: none;
    margin-bottom: 15px;
    padding: 15px 0;
}
section.tab.active {display: block;}