body
{
	font-size:17px;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;*/
	font-family: 'Roboto Condensed', sans-serif;
	color: #252525;
}

*
{ 
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

img
{ 
	/*display: block;*/
}

a
{
	color:inherit;
	text-decoration: none;
}

p:last-child
{
	margin-bottom: 0 !important;
}

.label
{
	width:100%;
	top:0;
	position: fixed;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:1.2em;
	z-index: 100;
	display: none;
}


.top
{
	width:100%;
	bottom:0;
	position: fixed;
	text-transform: uppercase;
	background-color: #888;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:1em;
	font-weight:bold;
	z-index: 100;
	display: none;
	cursor: pointer;
}

.top>i
{
	margin-right: 0.5em;
}

#desktop
{
	display: ;
}

#container
{
	overflow: hidden;
	margin: 0px auto 40px auto;
}

#header_span
{
	background-color: #fff;
}

#header
{
	width:1000px;
	margin:auto;
	background-color: #fff;
	padding-bottom: 0px;
}

#body
{
	border-top:8px solid #000;	
	width:1000px;
	margin:auto;
	overflow: hidden;
	background-color: #eee;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

#body_left
{
	float: left;
	overflow: hidden;
	width:640px;
}

#body_right
{
	float: right;
	overflow: hidden;
	width:300px;
}

#body_right_two
{
	display: none;
}

#header
{
	margin-top:35px;
	position: relative;
	color:#000;

}

#logo
{
	vertical-align: middle;
	background-color:;
	display:inline-block;
}

#logo img
{
	display:block;
	width:340px;
}

#logo h1
{
	font-size:4.2em;
	text-transform: uppercase;
}

#logoA
{
	font-family:"Knockout 52 A";
}

#logoB
{
	font-family:"Knockout 50 A";
}



#header_right
{
	display:inline-block;
	top:0px;
	vertical-align: middle;
	right:0px;	
	opacity:0;
	width:calc(100% - 340px);
}

#header_right h2
{
	margin-top: 10px;
	font-family: "Warnock Pro Semibold Italic";
	font-size: 1.482em;
	text-align: right;
	font-style:italic;
	font-weight:600;

}

#header_right h2>strong
{
	color: #e03232;
}


#submenu
{

	overflow: hidden;
	text-align: right;
}

#submenu>li
{

	margin-right:8px;
	margin-right:8px;
	background-color:;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}


#submenu>li:first-child
{
	border-left:0 !important;
	padding-left:0 !important;
	margin-left:0 !important;
}

#submenu>li>a>img
{
	height:85px;
	width:85px;
	display: block;
	margin: auto;
}


#submenu>li:hover
{
	color:#e03232;
}


#submenu>li>a>img.hover
{
	display: none;
}



#submenu>li:hover>a>img.standard
{
	display: none;
}

#submenu>li:hover>a>img.hover
{
	display: block;
}


#submenu>li>a>i
{
	display: inline-block;
	font-size: 1.8em;
	color: #e03232;
	vertical-align: middle;

}

#submenu>li>a>span
{
	/*display: none;*/
	font-size: 1em;
	letter-spacing:0px;
	font-family:'Knockout 70 A','Knockout 70 B';
	vertical-align: middle;
	text-transform: uppercase;
}

#submenu>li>a>span.small
{
	font-size:0.88em;
	margin-top:1px;
}

#header_top
{
	border-bottom:8px solid #000;
	position: relative;
	padding-bottom: 5px;

}

#mainmenu
{
	vertical-align: middle;
	/*margin-top:10px;
	margin-bottom:10px;*/
	border-left:0px solid #999;
	border-right:0px solid #999;
	overflow:visible;
}

#mainmenu>li
{

	float:left;
	color:#000;
	text-transform: uppercase;
	display: inline-block;
	font-family:'Knockout 70 A','Knockout 70 B';
	border-left:0px solid #999;
	vertical-align: middle;
	position: relative;
}

#mainmenu>li:first-child
{
	border-left:0 !important;

}

#mainmenu>li>span>a
{
	display:block;
	padding:10px 15px 10px 15px;	
}

#mainmenu>li:hover>span>a
{
	/*background-color: #e03232;*/
	color:#e03232;
}

#mainmenu>li.search
{
	margin-right: 0 !important;
	margin-left: 0px !important;
	background-color: #fff;
	text-align: right;
	padding-top:0;
	padding-bottom:0;
	border: 0;
	float:right;
}

#mainmenu>li.search>input
{
	width:160px;
	margin:0;
	padding:0;
	border:0;
	border: 1px solid #666;
	font-size:1.1em;
	padding:10px;
	display:inline-block;
}

#mainmenu>li.search>button
{
	margin:0;
	padding:0;
	border:0;
	font-size:1.1em;
	cursor: pointer;
	padding:11px;
	display:inline-block;
	color:#fff;
	background-color: #000;


}

#mainmenu>li.trigger
{
	display: none;
}

#mainmenu>li:nth-child(5)
{
	/*margin-right: 0 !important;*/
	/*border-right:1px solid #999;*/

}

#mainmenu>li>span
{
	font-size:2.059em;
	text-align: center;
	display: block;
	letter-spacing: 0px;

}

#mainmenu>li>ul.sub-menu
{
	display:none;
	position: absolute;
	left:0;
	top:100%;
	width:160px;
	background-color: #fff;
	z-index: 999;
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 10px;
	border-bottom:8px solid #000;
	border-right:8px solid #000;
	border-left:8px solid #000;
}

#mainmenu>li>ul.sub-menu>li
{
	margin-bottom: 5px;
	font-size:1.1em;
	line-height: 0.9;
}

#mainmenu>li>ul.sub-menu>li:last-of-type
{
	margin-bottom: 0 !important
}


#mainmenu>li:hover>ul.sub-menu
{
	display: block;
}



#mainmenu>li>ul.sub-menu>li:hover>span>a
{
	/*background-color: #e03232;*/
	color:#e03232;
}

.module
{
	background-color:;	
	margin-bottom: 20px;
	overflow: hidden;
}


.sidebar_box
{
	padding:20px;
	background-color: #fff;
}

h1.sidebar_box_header
{
	font-family:'Knockout 70 A','Knockout 70 B';
	font-size:2.471em;
	text-align: center;
	color:#e03232;
	text-transform: uppercase;
	padding-bottom: 15px;
}

h1.video
{
	font-size:2.058823529411765em;
	padding-bottom: 0px !important;
	line-height: 0.9;
}

h2.video
{
	font-size:3.870588235294118em !important;
	margin-top:0 !important;
	margin-bottom: 10px;
}

h2.sidebar_box_caption
{
	font-family:'Knockout 70 A','Knockout 70 B';
	font-size:1.235294117647059em;
	text-align: center;
	color:#e03232;
	text-transform: uppercase;
	margin-top: 15px;

}

.entry
{
	/*padding:20px;*/
	background-color: #fff;
}

.entry>a>h1, .entry>h1, .entry>div>a>h1
{
	font-family:'Knockout 70 A','Knockout 70 B';
	font-size:2.264705882352941em;
	color:#000;
	text-transform:;
	margin-bottom: 10px;

}

.entry>a>h1:hover
{
	color:#e03232;
}


.entry>a
{
	text-decoration: none;
	color:inherit;
}

.entry>a>h2, .entry>h2
{
	/*margin-top:2px;*/
	font-size:0.9em;
	margin-bottom: 15px;
}

.entry h2 strong
{
	font-weight:bold;
}

.entry>a>img, img.entry_image
{
	max-width:100% !important;
	height:auto !important;
	margin-bottom: 20px;/*
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
}

.image_gallery
{
	display: none;
	margin:auto;
	/*max-width:1000px !important;*/
	margin:auto !important;	
	margin-bottom: 20px;
}

.justified-gallery>a>img, .justified-gallery>div>img
{
	width: 100% !important;
	max-width: 100% !important;
}

.entry p, #directory_intro p, div.excerpt
{
	font-size: 1em;
	line-height: 1.45;
	margin-bottom: 1em;
}

.entry p img.alignleft
{
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}


.entry p img.alignright
{
	float:right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.entry p b, .entry p strong, #directory_intro p strong, div.excerpt strong, .entry li>strong
{
	font-weight:bold;
}

.entry blockquote
{
	margin-bottom: 1em;
	background-color: #eee;
	text-align: center;
	font-size:1.2em;
	font-style: oblique;
}


.entry p>a, .entry div.excerpt a, .entry *>a
{
	color: #e03232;
	text-decoration: none;
}

.entry_fulltext_ad
{
    padding: 15px;
    background-color: #eee;
    margin-bottom: 1rem !important;
}

.entry_fulltext_ad>h6
{
	text-align: center;
	font-size:0.8em !important;
	opacity: 0.8;
	margin-bottom: 0.5em !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.entry_fulltext img
{
	max-width:100% !important;
	height:auto;
	display: inline-block;
	margin-bottom: 1em;
	margin-left:auto;
	margin-right:auto;	
}

.entry_fulltext_ad_space
{
	text-align: center;
}

.entry_fulltext_ad_space a
{
	position: relative !important;
}

.entry_fulltext_ad_space img
{
	margin-bottom: 0 !important;
}

.entry_fulltext figure, .entry_fulltext iframe
{
	max-width:100% !important;
	height:auto;
	display: block;
	margin-bottom: 1em;
	margin-left:auto;
	margin-right:auto;	
}

.entry_fulltext ul
{
	list-style-type: disc;
	list-style-position: outside;
	padding-left:2em;
	margin-bottom: 1em;
}


.entry_fulltext ol, .entry ol
{
	list-style-type: lower-roman;
	list-style-position: outside;
	padding-left:2em;
	margin-bottom: 1em;
}

.entry_fulltext ul>li, .entry ol>li
{
	font-size: 1em;
	line-height: 1.45;
}


.entry_fulltext blockquote
{
	padding: 1em 1em 1em 1em;
	margin-left:1em;
	margin-right:1em;
	background-color: #eee;
	margin-bottom: 1em;
}

img.aligncenter
{

}

.entry_fulltext iframe
{
	min-height:480px !important;
	min-width:600px !important;
	margin:auto !important;
}

.entry_fulltext figcaption
{
	font-size:0.9em;
	color:#999;
	margin-bottom: 1em;
}

.entry_fulltext h1
{
	font-family:'Knockout 70 A','Knockout 70 B';
	font-size:2em;
	margin-bottom: 0.5em;
}

.entry_fulltext h1>del
{
	color:#fff;
	background-color: #e03232;
	font-size:0.8em;
	text-transform: uppercase;
	display:block;
	text-decoration: none;
	padding:2px;
}

.entry_fulltext h2
{
	font-family:'Knockout 70 A','Knockout 70 B';
	font-size:1.8em;	
	margin-bottom: 0.6em;

}

.entry_fulltext h3
{
	font-family:'Knockout 70 A','Knockout 70 B';
	font-size:1.6em;	
	margin-bottom: 0.7em;

}

.entry_fulltext h4
{
	font-family:'Knockout 70 A','Knockout 70 B';
	font-size:1.5em;	
	margin-bottom: 0.8em;

}

.entry_fulltext h5
{
	font-family:'Knockout 70 A','Knockout 70 B';
	font-size:1.3em;
	margin-bottom: 0.9em;

}

.entry_fulltext h6
{
	font-family:'Knockout 70 A','Knockout 70 B';
	font-size:1.2em;
	margin-bottom: 1em;

}


.entry em
{
	font-style: oblique;
}

.entry p:last-of-type
{
/*	margin-bottom: 0;*/
}


.entry_misc
{
	padding: 10px;
	background-color: #eee;
	margin-top:20px;
	overflow:hidden;
	font-size:0.9em;
	overflow: hidden;
}

.entry_misc_left a
{
	color:#e03232;
	margin-right:10px;
	padding-right: 0px;
	border-right:0px solid #999;
	text-decoration: none;
	vertical-align:;

}

.entry_misc_left span, .entry_misc_left i
{}

.entry_misc_left span
{
	vertical-align:middle;
	margin-left:5px;
}

.entry_misc_left i
{
	vertical-align: middle;
}

.entry_misc_left a:last-of-type
{
	border-right: 0;
}

.entry_misc_left
{
	float:left;
	margin-top:3px;
}

.addthis_sharing_toolbox
{
	display:inline-block;
	vertical-align: middle;
}

.entry_misc_right
{
	float:right;
}

.entry_misc_right>span
{
	font-size:0.9em;
	vertical-align: middle;
	display:inline-block;
	margin-right:5px;
}

.entry_misc_right>a
{

	text-decoration: none;
	margin:0 !important;

}

.entry_misc_right span.at_flat_counter
{
	display:none;
}

.at-share-tbx-element .at-share-btn
{
	margin-bottom: 0px !important;
	margin-right: 0px !important;
	margin-left:5px !important;
}

.entry_misc_right a>span
{
	/*
	vertical-align: middle;
	height:1.3em;
	color:#e03232;
	margin-left:5px;
	margin-right:0 !important;*/
}

.entry:last-child
{
	margin-bottom: 0 !important;
}

.ad
{
	background-color: #666;
	overflow: hidden;
}

.ad img
{
	display:block;
	width:100%;
}

.ad_tall
{
	height:700px;
	background-color: #666;

}

.fb
{
}

.tw
{
}

#carousel
{
}

.calendar
{
}

.video
{
}

.directory
{
}

.directory p
{
	font-size: 1em;
	line-height: 1.45;
}

.directory a
{
	color:#e03232;
}

#single
{
	height:1500px;
}

#title
{
	height:100px;
}

#comment
{
	height:500px;
}

#special
{
	height:400px;
}

.half_entry
{
	height:100px;
	width:315px;
	margin-right:10px;
	display:inline-block;
}

.half_entry:nth-child(even)
{
	margin-right: 0 !important
}
/*
#footer
{
	overflow: hidden;
	width:1000px;
	padding-right:20px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom: 20px;
	margin:auto;
	background-color:#fff;
}

.footer_column
{
	float:left;
	width:240px;
}

.footer_column:last-of-type
{
	width:720px;
}

.footer_column>p
{
	font-size: 0.9em;
	line-height: 1.45;
	margin-bottom: 1em;
}

.footer_column>p:last-of-type
{
	margin-bottom: 0;
}

.footer_column>h1
{
	font-family:'Knockout 70 A','Knockout 70 B';
	font-size:2em;
	color:#000;
	text-transform: uppercase;
	margin-bottom: 15px;	
}

.footer_column:last-child
{
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}


*/
/* CAROUSEL */

#carousel_container {
	padding-bottom: 20px;
    border-bottom: 8px solid #000;

}


.carousel_image
{
	width:70%;
	padding-bottom: 36.3%;
	display:inline-block;
	vertical-align: middle;
	background-size: cover;
	background-position: center;
}

.carousel_text
{
	display:inline-block;
	color: #000;
	vertical-align: middle;
	position: relative;
	/*margin-top: 20px;
	margin-left: 20px;*/
	width:30%;
	padding: 30px;
}

.carousel_text>h1
{
	font-size:2em;
	font-family: 'Knockout 70 A','Knockout 70 B';
	margin-bottom: 20px;
}

.carousel_text>p
{
	font-size:1.1em;
	line-height: 1.2;
}

.carousel_text>h2
{
	font-size:0.8em;
	margin-top:20px;
	text-transform: uppercase;
}

#carousel_items {
	padding-bottom: 36.3%;	
	background-color:#fff;
	overflow:hidden;
}

#carousel_items a {
	display:block;
	position: relative;
    width: 100% !important;
    height: 100% !important;
	text-decoration: none;


}

#carousel_items li {
	height:100%;
	width: 100%;
	overflow:hidden;
	position:relative;
	background-size: cover;
	background-position: center;
}



/* ADDED */
#carousel_items li div.carousel_posting_text_bg, #carousel_items li div.carousel_posting_title_text {
	background-color: #0E72BA;
	overflow:hidden;
	color: #FFFFFF;
    font-size: 18px;
    height: 20px;
    margin: 0;
    padding: 15px;
    position: absolute;
	left: 0;
	bottom:0;
    width: 100%;
	zoom: 1;
	opacity: 0.5;
}

/* ADDED */
.carousel_item_container {
	position:relative;
}

#carousel_items li div.carousel_posting_title_text {
	filter: alpha(opacity=100);
	opacity: 1;
	background:inherit;
	
}

#carousel_nav {
	overflow:hidden;
	margin-top:2px;
}

#carousel_nav li {
	float:left;
	overflow: hidden;
	opacity:1;
	background-color:#aaa;
	height:15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	cursor: pointer;
}

#carousel_nav li:first-child {
	border-left:0;
}

#carousel_nav li:last-child {
	border-right:0;
}

.activeSlide {
	opacity:1 !important;
	background-color:#e03232 !important;
}


.twitter_body
{
	overflow:hidden;
	margin-bottom:10px;
	
}

.twitter_body:last-of-type
{
	margin-bottom: 0;
}

.twitter_img
{
	width:32px;
	height:32px;
	overflow:hidden;
	float:left;	
}

.twitter_text
{
	width:220px;
	overflow:hidden;
	float:right;

}

.twitter_text>h1
{
	font-size:0.85em;
	color:#999;
	margin-top:3px;
	
}

.twitter_text>p
{

	line-height:1.4;
	font-size:0.8em;
	
}

td.fc-day
{
	height:30px !important;
	vertical-align: middle !important;
}

td.fc-day>div
{
	min-height: 0 !important;
	text-align: center !important

}

div.fc-day-number
{
	float: none !important;
}

.fc-header-title>h2
{
	font-weight: bold;
	font-size:0.9em;
	padding-top:10px;
}

th.fc-day-header
{
	font-size:1.1em;
	text-transform: uppercase;
	font-family:'Knockout 70 A','Knockout 70 B';
	color: #fff;
	background-color: #000;
	padding-top:5px !important;
	padding-bottom:5px !important;
}


#directory
{
	margin-bottom: 15px;
}

#directory>a
{
	text-decoration: none;
}

#directory>a>li
{
	margin-bottom: 10px;
	overflow: hidden;
	vertical-align: middle;
}

#directory>a:last-of-type>li
{
	margin-bottom: 0;
}

#directory>a>li>img
{
	display:inline-block;
	vertical-align: middle;
	width:50px;
	height:50px;

}

#directory>a>li>h1
{
	font-size:1.070588235294118em;
	text-transform:;
	font-family:'Knockout 70 A','Knockout 70 B';
	width:200px;
	color: #000;
	margin-left:10px;
	display:inline-block;
	vertical-align: middle;
	text-decoration: none

}


#recent>a
{
	text-decoration: none;
	width:63px;
	height:63px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-right:10px;
}

#recent>a:nth-child(10n)
{
	margin-right: 0px;
}

#recent>a>li
{
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
}

#recent>a:last-of-type>li
{
	margin-bottom: 0;
}

#recent>a>li>img
{
	display:inline-block;
	vertical-align: middle;
	width:63px;
	height:63px;

}

#recent>a>li>h1
{
	font-size:1.2em;
	text-transform:;
	font-family:'Knockout 70 A','Knockout 70 B';
	/*margin-left: 10px;*/
	/*width:200px;*/
	color: #000;
	margin-left:10px;
	display:inline-block;
	vertical-align: middle;
	text-decoration: none

}

.module.page
{
	padding:20px;
	background-color: #fff;
}

#tribe-events-pg-template
{
	padding:20px;
	background-color: #fff;	
}

h1.widget-title
{
	display:none;
}

#directory_intro
{
	padding: 20px;
	background-color: #fff
}

#directory_intro>p
{
	font-size: 1.2em;
	line-height: 1.45;
}

#directory_intro>p>strong
{
	font-weight:bold;
}

#tribe-events img
{
	max-width:100%;
}

.nav-previous, .nav-next
{
	display:inline-block;
	width:50%;
}

.nav-previous>a, .nav-next>a
{
	font-family:'Knockout 70 A','Knockout 70 B';
	background-color: #000;
	color:#fff;
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding:10px;
}

.nav-previous
{
	padding-right:10px;
}

.nav-next
{
	padding-left:10px;
}

#menu-item-20763
{
}

#menu-item-20826
{
	display:none !important;
}


h1.newsletter
{
	font-size:2.058823529411765em;
	padding-bottom: 0px !important;
	line-height: 0.9;
}

h2.newsletter
{
	font-size:2.882352941176471em !important;
	margin-top:0 !important;
	margin-bottom: 15px;
}

#newsletter
{
	overflow: hidden;
	text-align: center;
}


#newsletter>input
{
	width:200px;
	margin:0;
	padding:0;
	border:0;
	border: 1px solid #666;
	font-size:1em;
	padding:10px;
	display:inline-block;
}

#newsletter>button
{
	margin:0;
	padding:0;
	border:0;
	font-size:1em;
	cursor: pointer;
	padding:11px;
	display:inline-block;
	color:#fff;
	background-color: #000;


}


#body_right aside
{
	display:none;
}

aside.tribe_mini_calendar_widget
{
	display:block !important;
}

#map_header
{
padding: 20px;
padding-bottom: 0;
background-color: #fff;
font-family: 'Knockout 70 A','Knockout 70 B';
font-size: 2.75em;
color: #000;
text-transform: ;
}

#map
{
	width:960px;
	height:495px;
	position: relative;
	float:left;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 20px;
	background-size: 920px auto;
	background-position: center;
	background-repeat: no-repeat;
	display:none;
}

#map_layer
{
	width:920px;
	height:455px;
	position: absolute;
	left:20px;
	top:20px;
	background-image:url(../images/map/base.png);
	background-size: 920px auto;
	background-position: center;
	background-repeat: no-repeat;
}

#map_nav
{
	width:920px;
	height:455px;
	position: absolute;
	left:20px;
	top:20px;
}

#map_nav>a
{
	display:block;
	position: absolute;
	width:50px;
	height:50px;
	top:0;
	left:0;
}

#map_nav>img
{
	display:none;
}

.qna
{
	overflow: hidden;
}



.qna img
{
	width:60px !important;
	height:60px !important;
	display: block  !important;
	float:left;
	margin-right:20px !important;
}

.qna h1
{
	font-size:2.2em !important;
}

.qna_right
{
	height:;
	overflow: hidden;

}

@media screen and (min-width: 0px) and (max-width: 1200px) {

	.carousel_text
	{
		font-size:0.9em;
	}


	#crossword_container
	{
		padding-bottom: 100% !important;
	}


}


@media screen and (min-width: 0px) and (max-width: 1000px) {

	body
	{
		min-width: 0;
	}

	#container
	{
		width:680px;
	}


	#tablet
	{
		display: none;
	}

	#desktop
	{
		display:none;
	}

	#header
	{
		width:auto;
	}

	#logo img
	{
		margin:auto;
	}

	#submenu
	{
		text-align: center;
	}

	#submenu>li>a>img
	{
		width:70px;
		height:70px;
	}

	#mainmenu>li.search
	{
		width:auto;
	}

	#header_right
	{
		position: relative;
		text-align: center;
		margin-bottom: 20px;
		top:0 !important;	
		margin-top:20px;
		opacity: 1 !important;
	}

	#mainmenu
	{
		text-align: center;
	}

	#mainmenu>li
	{
		/*width:210px;*/
		margin-right:5px;
		margin-left:5px;
		float:none;
	}

	#mainmenu>li>span
	{
		font-size:1.5em;
	}

	#mainmenu>li.search
	{
		width: 100%;
		display:block;
		margin-left: 0 !important;
		text-align: center;
		padding-top: 10px!important;
		padding-bottom: 10px;
	}

	#mainmenu>li>ul.sub-menu
	{
		left:50%;
		margin-left: -80px;
		padding-top: 10px;
		border-top: 8px solid #000;
	}

	#mainmenu>li.search>input
	{
		width:550px;
	}

	#mainmenu>li.search>button
	{

	}

	#mainmenu>li:nth-child(3), #mainmenu>li:nth-child(6) {
		margin-right: 0 !important
	}


	#logo
	{
		margin-left:auto;
		margin-right:auto;
	}

	#body
	{
		width:680px;
	}

	#body_left
	{
		width:100%;
		float:none;
	}

	#body_left
	{
		margin-bottom: 10px;
	}

	#body_right
	{
		float:none;
		display: none;
		width:100%;
		overflow: hidden;
	}

	#body_right_two
	{
		overflow: hidden;
		display: block;
		width:620px;
		margin-left: auto;
		margin-right: auto;
	}

	#body_right_two_ad
	{
		float:left;
		width:300px;
	}

	#body_right_two_content
	{
		float:right;
		width:300px;
	}
/*
	#footer
	{
		width:auto;
		padding-right:20px;
	}

	.footer_column
	{
		float:none;
		width:100%;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}

	.footer_column:last-of-type
	{
		float:none;
		width:auto;
	}
*/
	#recent>a>li>img, #recent>a
	{
		width:55px;
		height:55px;
	}


	#map
	{
		width:640px;
		height:337px;
		background-size: 600px auto;

	}

	#map_layer
	{
		width:600px;
		height:297px;
		background-size: 600px auto;
	
	}

	#map_nav
	{
		width:600px;
		height:297px;

	}

	.carousel_image
	{
		width:100%;
		padding-bottom: 51.9%;
	}

	.carousel_text
	{
		width:100%;
	}

	.carousel_text>h1
	{
		font-size:1.5em;
	}

	#carousel_items
	{
		/*height:60;		*/
		padding-bottom: 90%;
	}

}



@media all and (min-width: 0px) and (max-width: 680px) {


	#crossword_container
	{
		padding-bottom: 200% !important;
	}

	body
	{
		min-width: 0;
	}

	#container
	{
		width:100%;
		margin:10px auto 40px auto;
	}

	#submenu
	{
		position: relative;
		text-align: center;
		margin-bottom: 10px;
		top:0;
	}

	#header
	{
		margin-top:20px;
		width:auto;
	}

	#logo img
	{
		margin:auto;
		width:250px;
	}

	#header_right h2
	{
		font-size:1.5em;
		padding-left:20px;
		padding-right:20px;
	}

	#submenu
	{
		text-align: center;
	}

	#submenu>li>a>img
	{
		width:30px !important;
		height:30px !important;
	}

	#mainmenu>li.search
	{
		width:auto;
	}

	#header_right
	{
		position: relative;
		text-align: center;
		margin-bottom: 20px;
		top:0 !important;	
		margin-top:20px;
		opacity: 1 !important;
	}

	#mainmenu
	{
		text-align: center;
	}

	#mainmenu>li
	{
		margin-right:0px;
		margin-left:0px;
		float:none;
	}

	#mainmenu>li>span
	{
		font-size:1.1em;
	}

	#mainmenu>li>span>a
	{
		padding:10px 5px 10px 5px;
	}

	#mainmenu>li.search
	{
		width: 100%;
		display:block;
		margin-left: 0 !important;
		text-align: center;
		padding-top: 10px!important;
		padding-bottom: 10px;
	}

	#mainmenu>li>ul.sub-menu
	{
		left:0;
		margin-left: 0px;
		padding-top: 10px;
		border-top: 8px solid #000;
	}

	#mainmenu>li.search>input
	{
		width:60%;
	}

	#mainmenu>li.search>button
	{

	}

	#mainmenu>li:nth-child(3), #mainmenu>li:nth-child(6) {
		margin-right: 0 !important
	}


	#logo
	{
		margin-left:auto;
		margin-right:auto;
	}

	#body
	{
		width:auto;
	}

	#body_left
	{
		width:100%;
		float:none;
	}

	.entry_misc_left
	{
		float:none;
		margin-bottom: 10px;
	}

	.entry_misc_right
	{
		float:none;
	}

	#body_left
	{
		margin-bottom: 10px;
	}

	#carousel_items
	{
		width:100%;
	}

	.entry>a>img, img.entry_image
	{
		width:100%;
	}

	#carousel_items li
	{
	}

	#body_right
	{
		float:none;
		display: none;
		width:100%;
		overflow: hidden;
	}

	#body_right_two
	{
		overflow: hidden;
		display: block;
		width:auto;
		margin-left: auto;
		margin-right: auto;
	}

	#body_right_two_ad
	{
		float:none;
		width:300px;
		margin: auto;
	}

	#body_right_two_content
	{
		float:none;
		width:300px;
		margin: auto;

	}

/*	#footer
	{
		width:auto;
		padding-right:20px;
	}

	.footer_column
	{
		float:none;
		width:100%;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}

	.footer_column:last-of-type
	{
		float:none;
		width:auto;
	}
*/
	.entry_fulltext iframe
	{
		min-height:210px !important;
		min-width:100% !important;
	}

	#recent
	{
		text-align: center;
	}

	#recent>a
	{
		width:10%;
		height:10%;
		position: relative;
	}

	#recent>a>li>img
	{
		width:100%;
		height:100%;
	}

	#recent>a:nth-child(10n)
	{
		margin-right: 0px;
	}



	#map
	{
		float:none;

	}

	#map_layer
	{
	
	}

	#map_nav
	{

	}



	.carousel_text>h1
	{
		font-size:1.4em;
		margin-bottom: 10px;
	}


	.carousel_text>p
	{
		font-size:0.9em;
		line-height: 1.2;
	}

	.carousel_text>h2
	{
		font-size:0.8em;
		margin-top:10px;
		text-transform: uppercase;
	}


	#carousel_items, #carousel_items li
	{
	}


	.carousel_image
	{

		width:100%;
	
	}

	.carousel_text
	{
		width:100%;
	}

	#carousel_items
	{
		padding-bottom: 100%;
	}


	#entry_podcast_ext img
	{
		display:block !important;
		width:auto;
		margin:auto !important;
		margin-bottom: 10px !important;
	}

	#entry_podcast_ext a:last-child img
	{
		margin-bottom: 0 !important;
	}

}


@media all and (min-width: 0px) and (max-width: 480px) {

	#carousel_items
	{
		padding-bottom: 130%;
	}


}


div.footer_column div.abh_box, #body_right div.abh_box, #body_right_two div.abh_box
{
	display:none !important;
}


#partners
{
	padding:10px;
	background-color: #333;
	font-family:'Knockout 70 A','Knockout 70 B';	
	color:#fff;
	font-size:0.9em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#partners_left
{
	width:50%;
	display:inline-block;
}


#partners_right
{
	width:50%;
	text-align: right;
	display:inline-block;
}

#partners_right a
{
	margin-left:10px;
	color:#999;
}

#partners_right a.active
{
	color:#fff;
}

div.abh_box
{
	display:none;
}

div.abh_box:last-child
{
	display:block !important;
}

#entry_podcast div.abh_box
{
	display:none !important;
}

#entry_podcast_image
{
	width:100% !important;
	padding-bottom: 33.98398398%;
	margin:auto;
	margin-bottom: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
}

#podcast_player_download
{
	text-align: center;
}

.entry_fulltext iframe#podcast_player_embed
{
	width:100%;
	min-width:100% !important;
	height:90px !important;
	min-height:90px !important;
	overflow:hidden !important;
}

#entry_podcast_title img
{
	width:100%;
	margin:auto;
	display:block;
	margin-bottom: 30px;
}

#entry_podcast_omdc
{
	width:30%;
	margin:auto;
	display:block;
	margin-bottom: 30px;
}

#entry_podcast_title h1
{
	font-size:1.5rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
}

#entry_podcast_title p
{
	color:#999;
	text-align: center;
	margin-bottom: 0px !important;

}

#entry_podcast_ext
{
	text-align: center;
	margin-bottom: 40px;
}

#entry_podcast_ext a
{
	color:#e03232;
	vertical-align: middle;
	display:inline-block;
	margin:0px 5px;
}

#entry_podcast_ext img, .entry_fulltext #entry_podcast_ext img
{
	height:30px;
	display:inline-block;
	width:auto;
	margin:0px;
    max-width: 100% !important;
}

.entry_podcast_item
{
	width:80%;
	margin:auto;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
}

.entry_podcast_item h1
{
	font-weight:bold;
	font-size:2rem;
	margin-bottom: 5px;
}

.entry_podcast_item h2
{
	font-size:1rem;
	margin-bottom: 15px;
}

.entry_podcast_item p
{
	line-height: 1.2;
}

.entry_podcast_item h3
{
	color:#e03232;
	margin-top:10px;
}

.entry_podcast_item_teaser_player
{
	width:100% !important;
	display:block;

}

.entry_podcast_item_teaser_player iframe
{
	width:100% !important;
	display:block !important;	
}

.entry_podcast_item_teaser
{
	width:40% !important;
	padding-bottom: 13.59%;
	margin:auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	display:inline-block;
	vertical-align: middle;
}

.entry_podcast_item_text
{
	width:60% !important;
	display:inline-block;
	padding-left:25px;	
	vertical-align: middle;
}

.entry_podcast_item_text a
{
/*	border:1px solid #e03232;
	padding:5px;*/
}

div.module_header
{
	display:none;
	padding: 5px;
	color:#fff;
	background-color:#e03232;
	text-align: center;
	font-size:0.8em;
}

div.alt_text
{
	display:none;
}

#alt_text_toggle
{
	text-align:center;
	color:#e03232;
	margin-bottom: 20px;

}

.newsletter_box
{
	margin-bottom: 10px;
}

.newsletter_box label
{
	display:block;
	text-align: center;
	margin-bottom: 5px;
}

.newsletter_box label>*
{
	display:inline-block;
	vertical-align: middle;
	margin:0;
}

.newsletter_box label input
{
	margin-right: 5px;
}


#sponsor
{
	background-color: #fff;
	padding:15px;
	text-align: center;
}

#sponsor img
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	height:40px;
	vertical-align: middle;
}

#sponsor span
{
	display:block;
	font-family:'Knockout 70 A','Knockout 70 B';
	vertical-align: middle;
	font-size:1.1rem;
	margin-top: 10px;
	text-transform: uppercase;
}


.tribe-events-back
{
	display:none;
    font-size: 0.9em;
    margin-bottom: 15px;	
	font-family: 'Knockout 70 A','Knockout 70 B';
}

.tribe-events-single-event-title
{

	font-family: 'Knockout 70 A','Knockout 70 B';
    font-size: 2.264705882352941em;
    color: #000;
    text-transform: ;
    margin-bottom: 10px;	
}

 .tribe-events-page-title
{
	
	font-family: 'Knockout 70 A','Knockout 70 B';
    font-size: 2.264705882352941em;
    color: #000;
    text-transform: ;
    /*margin-bottom: 10px;	*/
    text-transform: uppercase;
}

.tribe-events-schedule h2
{
}

.tribe-events-event-image img
{
	max-width: 80% !important;
    text-align: center;
    display:inline-block;
}

.tribe-events-event-image
{
	text-align: center;
}

#tribe-events-header
{
	display:none !important;
}

#tribe-events-content .tribe-events-single-event-description a
{
    color: #e03232;
}

.tribe-events-cal-links
{
	display:block;
	width:100% !important;
	text-align: center;
}

.tribe-events-cal-links a
{
	margin:0;
	float:none;
    font-family: 'Knockout 70 A','Knockout 70 B';
    color: #fff;
    /*font-size: 1.5em !important;*/
    text-transform: uppercase;
    text-align: center;
    margin:0px 10px !important;
    font-size: 1.25em !important;
    display: inline-block !important;
    padding: 10px !important;    	
}

#tribe-mobile-container .type-tribe_events h4
{
	font-family: 'Knockout 70 A','Knockout 70 B';
    font-size: 1.5em;
    line-height: 1.2;
    color: #000;
    margin-bottom: 15px;	

}

.tribe-events-event-schedule-details
{
    margin-bottom: 15px !important;
    display:block !important;
}

#tribe-mobile-container .type-tribe_events .tribe-events-read-more
{
    color: #e03232;	
}

.tribe-event-description
{
	line-height: 1.2 !important
}

.tribe-mobile-day-heading
{
	display:none !important;
}

.tribe-events-ical
{
    display:block !important;
    margin:0px auto !important;
}

.tribe-events-button
{
	margin:0;
	float:none !important;
    font-family: 'Knockout 70 A','Knockout 70 B';
    color: #fff;
    /*font-size: 1.5em !important;*/
    text-transform: uppercase;
    text-align: center;
    /*display:block !important;*/
    margin:0px auto !important;
    font-size: 1.25em !important;
    /*display: block;*/
    padding: 10px !important;    	
}

.tribe-events-month-event-title a, .tribe-events-viewmore a
{
    color: #e03232 !important;

}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a, .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present, .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today
{
    background-color: #e03232 !important;

}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a
{
    /*background-color: #e03232 !important;*/
    /*font-family: 'Knockout 70 A','Knockout 70 B';*/
    /*background-color: #000;*/
/*    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 10px;   */ 
}

#tribe-bar-form .tribe-bar-submit input[type=submit]
{
	line-height: 1 !important
}

.tribe-bar-submit
{
	display:block;
	margin:auto;
	width:100% !important;
}

#tribe-events .tribe-events-button, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]
{
    background-color: #e03232 !important;	

}

#tribe-events-content .tribe-events-calendar .mobile-active:hover, #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active, #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-], #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-], .tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar td.mobile-active
{
    background-color: #e03232 !important;	
}

#tribe-events-footer~a.tribe-events-ical.tribe-events-button
{
	height:auto !important;
}

h3.tribe-events-related-events-title,
{
    font-family: 'Knockout 70 A','Knockout 70 B';
    font-size: 2em;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;	
}

.tribe-events-single ul.tribe-related-events li
{
	display:flex;
	align-items: start;
}

.tribe-related-events-thumbnail
{
	width:100px !important;
	min-width:100px !important;
	margin-right:15px;

/*	border:1px solid #ccc;
	padding-bottom: 50%;
	overflow:hidden;
	position: relative;*/
}

.tribe-related-events-thumbnail img
{
	width: 100% !important;
	border:1px solid #ccc !important;
/*	position: absolute;
	width:100% !important;
	top:50%;
	margin-top:-100% !important;*/
}

@media screen and (max-width:1400px) and (min-width:769px){

	.tribe-related-events-thumbnail
	{
		display: none
	}

}

.tribe-related-event-info
{
	width:100% !important;
}

.tribe-events-event-meta
{
	margin-bottom: 15px !important;
	text-align: center !important
}

.tribe-events-event-meta a, #tribe-events-content .tribe-events-list-event-description a
{
    color: #e03232 !important;

}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group
{
	float: none !important;
	text-align: center !important;
	line-height: 1.2;
}

.tribe-related-event-info
{
	padding-top: 0 !important;
}

.tribe-related-event-info
{
    font-size: 1.1rem;
    line-height: 1.45;
    margin-bottom: 1em;	
}

.tribe-events-meta-group .tribe-events-single-section-title, .tribe-events-list .type-tribe_events .tribe-events-list-event-title
{
    font-family: 'Knockout 70 A','Knockout 70 B';
    font-size: 1.5em;
    line-height: 1.2;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.tribe-events-single ul.tribe-related-events .tribe-related-events-title
{
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.tribe-events-event-cost
{
	display:block;
}

.tribe-events-venue-map, .tribe-events-cal-links, .tribe-events-meta-group
{
	margin-bottom: 15px !important
}

#tribe-events-footer
{
	display:none !important;
}

#crossword_container
{
	padding-bottom: 50%;
}
