/*
Theme Name: Theme by You, Me and Everyone
Theme URI: http://youmeandeveryone.com
Author: You, Me and Everyone
Author URI: http://youmeandeveryone.com
Description: Theme by You, Me and Everyone

This theme, like WordPress, is licensed under the GPL.
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

.boxgap{
	margin-bottom: 5px;
}


/* Main */

.container {
	padding:0 10px;
	margin:0 auto;
	width:960px;
}
#searchform .screen-reader-text {
	display:none;
}
#searchform {
	border:1px solid #dedede;
	border-radius: 5px;
	margin-top: 35px;
	background: white;
	overflow: auto;
}
body.error404 #searchform, body.search-no-results #searchform {
	width:303px;
}

body.error404 #websitesearch form#searchform , body.search-no-results #websitesearch form#searchform{
	width: auto;
}

.site-title {
	float: left;
	margin-top: 25px;
}

.site-title a{
	text-indent: 100%; /* hides text */
	white-space: nowrap; /* hides text */
	overflow: hidden; /* hides text */
	width: 453px;
	height: 106px;
	display: inline-block;
	background: url(images/logo.png) no-repeat 0 0;

}

#header-search {
	float:right;
}
.clear {
	clear:both;
}
.site-header {
	margin: 0 0 28px 0;
	padding: 0;
	background: #f5f5f5;
}
.box {
	background-color:#f5f5f5;
	padding:10px;
}
.box-inner {
	padding:15px;
}
#primary {
	width: 693px;
	float: left;
	margin: 0 20px 0 0;
	border: 1px solid #ededed;
}
#secondary {
	width:225px;
	float:left;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Form fields, general styles first */
button,
input,
textarea {
	border: none;
	font-family: inherit;
	padding: 6px;
	margin:0px;
	border-radius: 5px;
}
input#searchsubmit {
	border-radius:0px 4px 4px 0px;
	border-left:1px #dedede solid;
	color:#000;
	float: right;
	padding-left:15px;
	padding-right:15px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f8f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f8f7));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f8f7 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f8f7 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f8f7 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f8f7 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f8f7',GradientType=0 );*/
}

input#s, #keywords {
	padding-left:10px;
	width: 293px;
	height: 22px;
	font-size: 13px;
}

.entry-content input#s{
	width: 206px;
}

button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 11px 10px 12px 10px;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	background-color: #f6f8f7;
	border: none;
	margin:0px;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
body {
	font-size: 14px;
	font-family: 'Oxygen', Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #000000;
	letter-spacing:0.04em;
	line-height:16px;
}
a {
	outline: none;
	color: #d11648;
	word-wrap: break-word;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
a:hover {
	color: #000000;
}
.btn,  #fscf_submit1 {
	background-color:#c6163d;
	padding: 8px 40px 9px 15px;
	border-radius: 5px;
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	background-image:url(images/arrow-small.png);
	background-repeat:no-repeat;
	background-position:94% 50%;
}
.btn:hover {
	color: #FFF;
	text-decoration: underline;
	background-color: #b60e33;
	-webkit-transition:background .2s linear;
	-moz-transition:background .2s linear;
	-o-transition:background .2s linear;
	transition:background .2s linear;
}
.btn-lrg {
	background-color:#c6163d;
	padding: 11px 40px 12px 15px;
	border-radius: 5px;
	display:block;
	color:#FFF;
	text-decoration:none;
	background-image:url(images/arrow-large.png);
	background-repeat:no-repeat;
	background-position:94% 50%;
	margin:12px;
	-webkit-transition:background .2s linear;
	-moz-transition:background .2s linear;
	-o-transition:background .2s linear;
	transition:background .2s linear;
}
.btn-lrg:hover {
	color:#FFF;
	background-color: #b60e33;
	text-decoration:underline;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
}


/* Search box tabs  */

.hide {
	position: absolute;
	top: -9999px;
	left: -9999px; }


.nav {
	overflow: visible;
	margin: 0 0 5px 0;}

.nav li {
	list-style: none;
	width: auto;
	float: left;
	margin: 0 0 0 0; }

.nav li.last {
	margin-right: 0; }

.nav li a {
	margin-left: 2px;
	display: block;
	padding: 5px 10px;
	background: none;
	color: #aaa;
	text-align: center;
	letter-spacing: .07em;
	border-radius: 5px;
	text-decoration: none;
	border: 1px solid #f5f6f6;
}


ul li.nav-one a.current, ul.featured li a:hover, .nav li a:hover, ul li.nav-two a.current, ul.core li a:hover, ul li.nav-three a.current {
	background-color: #fff;
	color: #333;
	border: 1px solid #dedede;

}

ul li.nav-one a, ul li.nav-two a, ul li.nav-three a{
	height:17px;
	position: relative;
	margin-bottom: 6px;
}

ul li.nav-one a.current:before, ul li.nav-two a.current:before, ul li.nav-three a.current:before{
	width: 0;
	content: "";
	height: 0;
	top:28px;
	left:48%;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #ccc;
	position: absolute;
}


ul li.nav-one a.current:after, ul li.nav-two a.current:after, ul li.nav-three a.current:after{
	width: 0;
	content: "";
	height: 0;
	top:27px;
	left:48%;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #fff;
	position: absolute;
}


.search{
	/*background: #f5f6f6;
	border: 1px solid #e6e6e8;*/
	padding: 15px 10px;
	margin-bottom: 20px;
}

body.search {
	padding: 0;
}

.nav{
	float: right;
	margin-right: 0;
}

#searchtabs{
	float: right;
	width: 405px;
	margin-top: 22px;
	font-size: .9em;}


#searchtabs form input{
	padding: 8px;
	border: none;
	border-radius: 5px 0 0 5px;
	background: white;
	float: left;
	width:68%;
}

#searchtabs form input#searchsubmit, #searchtabs form input#c24_btn_save, #searchtabs form input#c24_btn_save{
	border-left: 1px solid #dedede;
	border-radius: 0 5px 5px 0;
	background: #d11648 !important;
	color: #fff;
	padding: 11px;
	width: 73px;
	float: right;
}

#searchtabs form input#searchsubmit:hover, #searchtabs form input#c24_btn_save:hover{
	background: #b60e33 !important;
	-webkit-transition:background .2s linear;
	-moz-transition:background .2s linear;
	-o-transition:background .2s linear;
	transition:background .2s linear;
	text-decoration: underline;
}

.c4searchresults{
	font-weight: bold;
	margin-top: 10px;
}

.no-results{
	margin-bottom: 5px;
	background-color: #FFF;
	padding: 16px 12px 18px 12px;
	border-bottom: 1px solid #e6e6e8;}



#websitesearch form, #eventsearch form, #partnerssearch form {
	background: #fff;
	border: 1px solid #dedede!important;
	border-radius: 5px;
	margin-top: 0;
	overflow: hidden;
}

#websitesearch, #eventsearch {
	/* width: 295px; */
}

#websitesearch forminput#s, #eventsearch forminput#s  {
	width: auto;
	height: 22px;
	font-size: 13px;
	padding-left: 10px;
}



.search-title{
	float: left;
	margin: 6px 0 0 6px;
}






/* Navigation Menu */
#nav-wrap {
	height: 44px;
	width: 100%;
	border-bottom: 1px solid #eaebed;
	background-color: #f5f5f5;
	margin: 0;
	padding: 5px 0 0 0;
}
#nav-wrap-inner {
	font-size: 16px;
	background-color: #FFF;
	border-top: 1px solid #eaebed;
	height: 36px;
	padding: 9px 0 0 0;
	border-bottom: 1px solid #eaebed;
}
.site-header .main-navigation {
	width: 100%;
	max-width:960px;
	margin:0 auto;
}
.site-header .menu-main-menu-container {
	float:left;
}
.site-header .menu-main-menu-container li {
	display:inline;
	float:left;
	padding: 5px 5px 0 5px;
}
.site-header .menu-main-menu-container li.current-menu-item a {
	color: #d11648;
	border-bottom: 4px solid #c8c9cb;
}
.site-header .menu-main-menu-container a {
	color: #000000;
	text-decoration: none;
	margin: 0 7px;
	padding: 0px 0px 10px 0px;
}
.site-header .menu-main-menu-container a:hover {
	color: #d11648;
	border-bottom: 4px solid #c8c9cb;
}
.site-header .menu-main-menu-container a,
ul li.nav-two a,
.see-all-events a {
	white-space: nowrap;
}

ul#social-links {
	float:right;
}
ul#social-links li {
	float:right;
	margin-left:10px;
	width: 28px;
	height: 28px;
}

.mobile-nav-buttons, .tablet-nav-buttons{
	display: none;
}



/* no bg shape images version */
ul#social-links li a {
	text-indent: -9999px;
	display: block;
	background: #d11648;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	-webkit-transition:background .2s linear;
	-moz-transition:background .2s linear;
	-o-transition:background .2s linear;
	transition:background .2s linear;
	background-image:url(images/sprite.png);
	background-repeat: no-repeat;
}

ul#social-links li.facebook a,
ul#social-links li.facebook a:hover {
	background-position: 8px 5px;
}
ul#social-links li.twitter a,
ul#social-links li.twitter a:hover {
	background-position:  -29px 6px;
}
ul#social-links li.flickr a,
ul#social-links li.flickr a:hover  {
	background-position: -66px 5px;
}

ul#social-links li a:hover {
	background-color: #b60e33;
}



.hentry p {
	margin:0 0 25px 0;
}

/* Partnership List */

.partnershiplist {
	margin-bottom: 4px;
	background-color: #FFF;
	border: 1px solid #e6e6e8;
	padding-bottom:50px;
}
.type-partnership-list {
	padding: 14px 12px 15px 12px;
	border-bottom: 1px solid #e6e6e8;
}
.partnership-content {
	display:none;
	font-size:15px;
	line-height:26px;
	padding:25px 0 20px 0;
}
.partnership-toggle {
	display:block;
	background-image:url(images/event-arrow.png);
	background-repeat:no-repeat;
	background-position:626px 50%;
	color:#000;
	text-decoration:none;
}
.partnership-toggle:hover {
	background-image:url(images/event-arrow-hover.png);
}
.partnership-toggle .entry-title {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
.partnership-toggle span {
	font-size:15px;
	font-weight:normal;
}
.partnership-toggle span p {
	margin:0px;
}

.c24-partnersearch-div{
	float: left;
}

#primary #c24-form.partners-search .submit-wrap{
	float: left;
}

#primary #c24-form.partners-search .submit-wrap .btn#c24_btn_save{
	margin:2px 0 0 10px !important;
	padding: 8px 50px 9px 13px;
	background-position: 90% 50%;
}

#primary #c24-form.partners-search{
	margin-left: 5px;
	padding-bottom: 5px;
}

#primary #c24-form.partners-search #keywords, .c24-partnersearch-div{
	margin-left: 5px;
}


.c24-partnersearch-div #keywords {
	width: 300px;
}

.c24-partners-detail{
	margin-bottom: 5px;

}

.c24-partners-detail a{
	text-decoration: none;

}

.partnerimg{
	float: left;
	margin: 0 20px 20px 0;
}

.partner-header{
	padding: 12px;
}

.partner-header h2{
	margin: 0 0 10px 0;
}


.partner-header .entry-content {
	border: none;
	padding:0;
}

#subsections ul li .partner-header a {
	color:#d11648;
	border-bottom: 0;
	padding: 0;
	padding: 5px 10px;
	display: block;
	background: #f5f5f5;
	border: 1px solid #dedede;
}

#subsections ul li .partner-header a:hover {
	color: #333;
	background: #f2f2f2;
}

.partners-eventlist .c24-event-title {
	font-size: 16px;}

.partners-eventlist .c24-event-summary p {
	font-size: 14px;
	line-height: 23px;
}

#keywords {
	border: 1px solid #ccc;
}

.type-partner-header p{
	text-align: left !important;
}








/* Footer */

#footer-top {
	background-color:#f5f5f5;
	border-top:1px solid #dcdedd;
	border-bottom:1px solid #dcdedd;
	height:5px;
	margin:50px 0 0 0;
}
#footer-content {
	font-size:13px;
	margin-top:25px;
}
#footer-content ul {
	padding-left:10px;
	border-right:1px solid #e5e5e5;
	margin:0 10px 0 0;
	height:155px;
}
#footer-content ul li {
	margin:0 0 8px 0;
	padding:0px;
}
#footer-content ul li a {
	color:#000;
	text-decoration:none;
}
#footer-content ul li a:hover {
	color:#d11648;
	text-decoration:none;
}
.ftr-col {
	float:left;
	width:100%;
	margin-bottom:33px;
}
.ftr-col-1 {
	float:left;
	width:25%;
	margin-bottom:33px;
}
.ftr-col-2 {
	float:left;
	width:50%;
	margin-bottom:33px;
}
.ftr-heading {
	display:block;
	margin:0 0 13px 0;
}
.ftr-heading a {
	color:#000;
	text-decoration:none;
}
#footer-social {
	padding:0 0 0 10px;
}
#iwm-logo {
	border-top:1px solid #e5e5e5;
	padding-top:25px;
	margin-right:10px;
	margin-left:10px;
}
#culture24-logo {
	border-top:1px solid #e5e5e5;
	padding-top:25px;
	margin-left:10px;
}
#culture24-logo p {
	padding-right:40px;
}
#iwm-logo p {
	border-right:1px solid #e5e5e5;
	padding-right:60px;
}
.ftr-logos {
	margin:-35px 0 0 0;
}
.ftr-logos img {
	float:left;
	margin:0 20px 0 0;
}
.ftr-logos p {
	padding:12px 0px 25px 0;
}
#copyright {
	font-size:13px;
	background-color:#f5f5f5;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:20px 0 25px 0;
	margin:25px 0 20px 0;
	width:100%;
}

/* Pages */

.entry-title, .page-title, .archive-title {
	font-size:18px;
}

/* Sidebar */

#secondary .entry-header {
	font-size:18px;
	font-weight:bold;
}
#about-box-content{
	background-color: #FFF;
	padding: 12px;
	border: 1px solid #e6e6e8;
}
#about-box-content p, #add-event-box-content p {
	font-size:14px;
	line-height:24px;
	margin:0 0 20px 0;
	letter-spacing: .02em;
}
.sidebar-box .btn {
	display:block;
	background-position:88% 50%;
}
.sidebar-box .btn:hover {
	background-position: 94% 50%;
}
.sidebar-box {
	margin:0 0 20px 0;
	background-color: #f5f5f5;
	padding: 10px;
	border: 1px solid #eaebed;
}
.darker-box.sidebar-box {
	background-color: #e1e1e1;
	border: 1px solid #dadada;
}
.darker-box.sidebar-box .entry-header{
	border: 1px solid #ccc;
}
.darker-box.sidebar-box #add-event-box-content{
	background-color: #FFF;
	padding: 12px;
	border: 1px solid #ccc;
}

#news-box-content .post-image {
	padding:12px;
	border-top: 1px solid #e6e6e8;
	border-right: 1px solid #e6e6e8;
	border-left: 1px solid #e6e6e8;
	background:#FFF;
}
#news-box-content .post-content, .sidebar-box-inner-box {
	border: 1px solid #e6e6e8;
	background:#FFF;
}

.btn-box{
	padding: 12px;
}

#latest-news-box #news-box-content .post-content {
	padding:12px;
}

#news-box-content .more-news-link {
	padding:12px;
	display:block;
	border-bottom: 1px solid #e6e6e8;
	border-right: 1px solid #e6e6e8;
	border-left: 1px solid #e6e6e8;
	background:#FFF;
}
#news-box-content .more-news-link .btn {
	background-color:#3f3a36;
	-webkit-transition:background .2s linear;
	-moz-transition:background .2s linear;
	-o-transition:background .2s linear;
	transition:background .2s linear;
}
#news-box-content .more-news-link .btn:hover {
	background-color:#000;
}

#news-box-content .post-title {
	margin:0 0 10px 0;
	font-size:19px;
	line-height:24px;
}
#news-box-content .post-title a {
	color:#000;
	text-decoration:none;
}
#news-box-content p {
	font-size:14px;
	line-height:22px;
	margin:0 0 20px 0;
	letter-spacing: .02em;
}
.connect-box-content {
	background-color:#FFF;
	padding:12px;
	border-bottom: 1px solid #e6e6e8;
	border-right: 1px solid #e6e6e8;
	border-left: 1px solid #e6e6e8;
}
.connect-box-content span {
	font-size:13px;
	line-height:24px;
	display:block;
	font-weight:bold;
	margin:0 0 10px 0;
}
a#sidebar-newsletter-link {
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	padding: 12px;
	border-radius: 4px;
	display: block;
	background-image: url(images/arrow-small.png);
	background-repeat: no-repeat;
	background-position: 88% 50%;
	padding-right: 35px;
	background-color: #c6163d;
	color: #fff;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;

}
a#sidebar-newsletter-link:hover {
	background-color: #b60e33;
}

.news-single-entry-header {
	position:relative;
}
.news-single-entry-header .see-latest-news {
	display: block;
	position: absolute;
	top: 18px;
	right: 18px;
	font-size: 13px;
}

/* Widgets */

#news-categories-box ul {
	border-top:#e6e6e8 1px solid;
}
#news-categories-box ul li a {
	color:#000;
	font-weight:bold;
	border-left:#e6e6e8 1px solid;
	border-right:#e6e6e8 1px solid;
	border-bottom:#e6e6e8 1px solid;
	text-decoration:none;
	padding:18px 33px 18px 10px;
	display:block;
	background-color:#FFF;
	font-size:15px;
	background-image:url(images/event-arrow.png);
	background-repeat:no-repeat;
	background-position: 92% 50%;
}
#news-categories-box ul li a:hover {
	background-color:#f5f5f5;
	background-image:url(images/event-arrow-hover.png);
}
#recent-news-box #news-box-content .more-news-link .btn {
	background-color:#c6163d;
}
#recent-news-box #news-box-content .more-news-link {
	border-top:#e6e6e8 1px solid;
}
#recent-news-box #news-box-content .post-title {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight:normal;
}
.recent-post-date {
	color:#d11648;
	font-size:12px;
}
#recent-news-box #news-box-content .post-content {
	border-left:#e6e6e8 1px solid;
	border-right:#e6e6e8 1px solid;
	border-top:#e6e6e8 1px solid;
	border-bottom:none;
}
#recent-news-box #news-box-content .post-content a {
	color:#000;
	display:block;
	background-image:url(images/event-arrow.png);
	background-repeat:no-repeat;
	background-position: 92% 50%;
	padding: 12px 54px 12px 12px;
	text-decoration:none;
}

#recent-news-box #news-box-content .post-content a:hover{
	background-color: #f5f5f5;
	background-image:url(images/event-arrow-hover.png);
}

/* News */

.news-list-link {
	display: block;
	color: #000;
	border: 1px solid #e6e6e8;
	border-bottom: none;
	padding: 12px;
	clear: both;
	background: url(images/event-arrow.png) no-repeat 92% 50% #FFF;
	text-decoration:none;
}
.news-list-link:hover{
	background: url(images/event-arrow-hover.png) no-repeat 92% 50% #FFF;
	background-color: #f5f5f5;
}
.news-list-img {
	width: 170px;
	height: auto;
	overflow: hidden;
	margin: 0 25px 0 0;
	float: left;
	color: #FFF;
}
.news-list-img img {
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
}
.news-list-title {
	font-size: 17px;
	font-weight: bold;
	margin: 12px 0 0px 0;
	line-height: 24px;
}
.news-list-meta {
	font-size: 14px;
	font-weight: normal;
	color: #d11648;
	margin: 0 0 9px 0;
	line-height: 24px;
}
.news-list-summary {
	float: left;
	width: 330px;
}
#news-single-top {
	margin-bottom: 4px;
	background-color: #FFF;
	padding: 16px 12px 18px 12px;
	border: 1px solid #e6e6e8;
}
#news-single-btm {
	background-color: #FFF;
	padding: 16px 12px 18px 12px;
	border: 1px solid #e6e6e8;
	font-size:14px;
	line-height:26px;
}
#news-single-share {
	background-color: #FFF;
	padding: 16px 12px 11px 12px;
	border: 1px solid #e6e6e8;
	border-top:none;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
}
#event-share{
	background-color: #FFF;
	padding: 16px 12px 11px 12px;
	border-top: 1px solid #e6e6e8;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
}
iframe {
	max-width: none!important;
}
#fb-comments, #fb-comment-count {
	background-color: #FFF;
	padding: 16px 12px 11px 12px;
	border: 1px solid #e6e6e8;
	border-top:none;
	font-size:17px;
	font-weight:bold;
	line-height:30px;
}
#news-single-share span {
	display:inline-block;
	margin-right:25px;
	float:left;
}
#share-btns {
	margin:5px 0 0 0;
	float:left;
}
.news-single-title {
	font-size:24px;
	line-height:35px;
}
.news-single-meta {
	font-size:15px;
	line-height:30px;
	color:#d11648;
	display: block;
	margin: 0;
}
.authorname{
	margin: 0 0 15px 0;
}

.leadimg{
	text-align: center;
}
span.img-caption {
	display: block;
	text-align: left;
	padding: 10px 0 0 0;
	font-size: 13px;
	font-style: italic;
}

.news-single-btm {
	font-size:15px;
	line-height:26px;
}


/* About */

.full-width-page {
	width:940px!important;
	margin:0px!important;
}
#subsections {
	width:231px;
	float:left;
	margin:0 4px 0 0;
}
#subsections ul {
	font-size:14px;
	line-height:26px;
	border:1px solid #e6e6e8;
	border-bottom: 0;
	background-color:#FFF;
	padding-bottom:0;
	margin-bottom: 5px;
}
#subsections ul li a {
	padding:10px 12px 9px 12px;
	text-decoration:none;
	color:#666666;
	display:block;
	border-bottom:1px solid #e6e6e8;
}
#subsections ul li a:hover {
	color:#d11648;
	background: #f5f5f5;
}

.left-box-wrapper .sidebar-box{
	padding: 0;
	border:1px solid #e6e6e8;
}

.left-box-wrapper .darker-box.sidebar-box{
	background-color: #f5f5f5;
	border: none;
}

.left-box-wrapper .darker-box.sidebar-box .entry-header {
	border: 1px solid #e6e6e8;
}

.left-box-wrapper .darker-box.sidebar-box .entry-header{
	font-size: 18px;
	margin-bottom: 0;
	border-bottom: 0;
}



.full-width-page #content {
	width:705px;
	float:left;
}

.entry-content {
	font-size:14px;
	line-height:26px;
	border:1px solid #e6e6e8;
	padding:12px;
	background-color:#FFF;
}
.post-image-page {
	padding:12px;
	border-left:1px solid #e6e6e8;
	border-right:1px solid #e6e6e8;
	border-bottom:1px solid #e6e6e8;
	background-color:#FFF;
	text-align:center;
}
.page-template-page-partnership-php .post-image-page {
	border-top:1px solid #e6e6e8;
	border-bottom:none;
}

/* Contact */

#contact-form-wrap, #mc_embed_signup {
	padding:12px;
	background-color:#FFF;
	border: 1px solid #e6e6e8;
}
#contact-form-heading {
	padding:24px 12px;
	background-color:#FFF;
	border-top: 1px solid #e6e6e8;
	border-right: 1px solid #e6e6e8;
	border-left: 1px solid #e6e6e8;
	font-size:15px;
}
#contact-form-wrap input, #contact-form-wrap textarea, #mc_embed_signup input{
	background-color:#ffffff;
	border-radius:0px;
	border:1px solid #e6e6e8;
	font-size:13px;
	padding:10px;
	width:500px;
	margin-bottom: 20px;
}
#mc_embed_signup label {
	font-weight: 200;
}
#mc_embed_signup .mc4wp-response p, #mc_embed_signup .mc4wp-email-error {
	color: #d1153c;
}
#mc_embed_signup .mc4wp-response .mc-email-resp{
	margin-top: -10px;
}
#mc_embed_signup label.error {
	padding-bottom: 20px;
}
#mc_embed_signup .mc4wp-response {
	margin-bottom: 10px;
}
#mc_embed_signup .mc4wp-success p {
	color: #000000;
}
#mc_embed_signup p {
	margin-bottom: 0px;
}
#mc_embed_signup p:nth-child(even) {
	margin-bottom: 20px;
}
#mc_embed_signup #mc4wp-form-1 .mc4wp-form-fields input[type=submit] {
 	background: #f5f5f5 !important;
 	width:100px;
 	border:1px solid #e6e6e8;
 }
#mc_embed_signup #mc4wp-form-1 .mc4wp-form-fields input[type=submit]:hover {
 	background: #fff9ff !important;
}
#mce-responses .response {
	padding-bottom: 10px;
}
.wpcf7 form {
	margin:10px 0 70px 80px;
	width:522px;
}
.wpcf7 form p {
	margin:0px 0 10px 0px;
	width:522px;
}
#contact-form-wrap input#fscf_submit1 {
	background-color: #c6163d;
	padding: 8px 40px 9px 15px;
	border-radius: 5px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/arrow-large.png);
	background-repeat: no-repeat;
	background-position: 92% 50%;
	width:185px;
	text-align:left;

}
#mc-embedded-subscribe-form div.mce_inline_error {
	visibility:hidden;
	margin-bottom:0;
	padding:0;
	height: 0;
}
div.wpcf7-response-output {
	background-color:#f5f5f5;
	border-color:#000;
}
.wpcf7-not-valid-tip {
	border:none!important;
	color:#F00;
	padding:0px!important;
	top:0px!important;
	left:10px!important;
	background:none!important;
}

label.error {display: block; color: red; font-style: italic;}

/* Home */

.homebox{
	background:#e1e1e1;
	border: 1px solid #dadada;
}

.banner-image{
	background:#e1e1e1;
}

.homebox{
	border-bottom: 0;
}

.homebanner{  /* same as image size */
	position: relative;
	width: 100%;
	max-width: 936px;
	/*height: 386px;*/
}

.banner-text-box, .banner-image{
	position: absolute;
}

.banner-text-box{
	background:#e1e1e1;
	border: 1px solid #dadada;
	padding:10px;
	bottom: 20px;
	left: 20px;
	z-index: 2;
	width: 350px;
}

.banner-text-box p{
	line-height: 22px!important;
	margin-bottom: 10px!important;
}

.banner-text-box-inner{
	background: white;
	padding: 20px;
	border: 1px solid #dadada;
}

.banner-text-box-inner h2{
	margin-bottom: 20px!important;
	margin-top:0px!important;
	font-weight: bold!important;
	font-size: 18px!important;
}
.banner-text-box-inner h2 a {
	text-decoration:none;
}


.banner-image{
	z-index: 1;
}

.bannerabout{
	background:#e1e1e1;
	font-size: 18px;
	padding: 6px 20px 20px 20px;
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #dadada;
	border-top:0;
}

.bannerabout h1 {
	line-height: 1.5em;
}





/* Events */



.c24-events {
	border: 1px solid #e6e6e8;
	background-color: #FFF;
	border-bottom:0;
	padding-bottom: 0;
}

.home .c24-events {
	border: 1px solid #e6e6e8;
	background-color: #FFF;
	padding-bottom: 1px;
}

.c24-events-list {
	border-bottom:1px solid #e6e6e8;
	clear:both;
	background:url(images/event-arrow.png) no-repeat 95% 50%;
}
.c24-events-list a{
	padding:12px;
}
.c24-events-list a:hover{
	background:url(images/event-arrow-hover.png) #f5f5f5 no-repeat 95%  50%;}

.c24-event-img {
	width:170px;
	overflow:hidden;
	position:relative;
	margin: 3px 25px 0 0;
	float:left;
	color:#FFF;
}
.c24-events-detail .c24-event-img {
	width:210px;
	height:210px;
}

.c24-event-img img {
	width:100%;
	height:auto;
	top:0px;
	left:0px;
	z-index:1;
	margin-top: 4px;
	border-radius: 1px;
}
.c24-event-summary {
	float:left;
	width: 365px;
}

.c24-event-summary p{
	margin-bottom: 0;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.01em;
}

.c24-events-detail .c24-event-summary {
	width:425px;
}
.c24-event-title {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 2px 0;
	line-height: 24px;
}

h3.c24-event-title{
	color: #d11648;
	margin-bottom: 3px;
}

h4.c24-event-title{

}

.c24-events-detail .c24-event-title {
	font-size:24px;
	line-height:35px;
	font-weight:normal;
	margin-bottom:2px;
	margin-top:0px;
}

.c24-events-detail h4.c24-event-title {
	line-height: 30px;
	margin-bottom: 10px;
}

.c24-event-title a {
	color:#000;
	text-decoration:none;
}

#event-single-top h3.c24-event-title a {
	color: #d11648 !important;
}

#event-single-top h3.c24-event-title a:hover {
	color: #000 !important;
}

.c24-event-location {
	font-size:16px;
	font-weight:normal;
	margin:0 0 9px 0;
	line-height:24px;
}
.c24-event-date {
	font-size:14px;
}
.c24-events-detail .c24-event-location, .c24-events-detail .c24-event-date {
	font-size:14px;
	line-height:30px;
}
.c24-events-detail h3.c24-event-location{
	line-height: 22px;}

.c24-events-detail .c24-event-location {
	margin:0px;
}
.c24-event-list-link {
	display:block;
	color:#000;
}

.c24-event-free{
	background: #555;
	display: inline-block;
	color: #fff;
	padding: 0px 6px;
	margin-top: 5px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px !important;
	letter-spacing: 0.09em !important;
	*display: inline;
	zoom: 1;
}


#c24-pager{
	margin-top: 5px;
	background-color: #FFF;
	padding: 16px 12px 18px 12px;
	border: 1px solid #e6e6e8;
}

#c24-pager .page-numbers{
	margin: 0 4px;}


.events-page-upper{
	background:#e1e1e1;
	border:1px solid #ccc;
	padding:10px;
}

.page-id-6949 #primary.box, .home #primary.box{
	padding:0px !important;
	border:0 !important;
	width: 715px;
}

.page-id-6949.event-detail #primary.box{
	padding:10px !important;
	width: 693px;
	border: 1px solid #eaebed !important;
}

.home #primary.box #content .box{
	padding-bottom:0;
	border: 1px solid #eaebed;
	border-bottom: 0;
}

.home #primary.box #content .events-page-lower.box{
	padding-top: 0;
	padding-bottom: 10px;
	border: 1px solid #eaebed;
	border-top: 0;
}

.events-page-lower.box{
	border: 1px solid #eaebed;
	border-top: 0;
}


#upcoming-events-box ul li a {
	color:#000;
	border-bottom: none;
	text-decoration:none;
	padding:18px 33px 18px 10px;
	display:block;
	background-color:#FFF;
	font-size:14px;
}
#upcoming-events-box ul li a:hover {
	background-color:#f5f5f5;
	background-image: none;
}

#upcoming-events-box ul li a .c24-event-title{
	font-size:14px;
	color:#d11648;
	display: block;
	line-height: 20px;
}

#upcoming-events-box ul li a .c24-event-name{
	line-height: 1.3em;}

#upcoming-events-box  .sidebar-box-inner-box{
	border-bottom: 0;
	margin-bottom: 5px;

}


/* events search form */

.eventsearchfrom-item select {
	background: transparent;
	width: 268px;
	padding: 9px 10px 10px 10px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	font-size: 13px;
	-webkit-appearance: none;
	cursor: pointer;
}

.eventsearchfrom-item {
	width: 101px;
	height: 34px;
	overflow: hidden;
	border: 1px solid #e6e6e8;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	display: inline;
	margin-right: 5px;
}

.eventsearchfrom-item.selectoption {
	background: url(images/option-arrow.gif) no-repeat 90% 53%  #fff;
}

.eventsearchfrom-item.selectdate{
	width: 153px;
	font-size: 12px;
	height: 36px;
	border: none;
}

.eventsearchfrom-item .datepicker{
	background: url(images/calendar.gif) no-repeat 90% 53%  #fff;
}

.c24-startdate-div.eventsearchfrom-item.selectdate{
	width: 157px;}

.ui-widget-header{
	background: none !important;
	border: none !important;
}

.submit-wrap .btn{
	color: white;
	background: none;
	background-color: #c6163d;
	padding: 10px 12px;
}

.submit-wrap .btn:hover{
	color: white;
	text-decoration: underline;
	background: none;
	background-color: #c6163d;
	padding: 10px 12px;
}


#c24-form {
	/*	display: block;
        overflow: hidden;
        padding-bottom: 10px;
        padding-top: 5px;
        */
	display: block;
	overflow: hidden;
}

#primary #c24-form {
	padding-bottom: 10px;
	padding-top: 5px;
}


.datepicker {
	width: 69px;
	height: 22px;
	border: 1px solid #e6e6e8;
	margin-left: 3px;
}

.selectdate label{
	font-size: 13px;
}


.see-all-events {
	display:none;
}
.home .see-all-events, .page-template-page-events-list-php.single-author .see-all-events, .find-events-line  {
	display:block;
	position:absolute;
	top:18px;
	right:18px;
	font-size:13px;
}
#event-single-top {
	margin-bottom: 4px;
	background-color: #FFF;
	padding: 16px 12px 18px 12px;
	border-bottom: 1px solid #e6e6e8;
}
#event-single-extrainfo, #event-single-description {
	margin-bottom: 4px;
	background-color: #FFF;
	padding: 16px 12px 18px 12px;
	border-bottom: 1px solid #e6e6e8;
}
#event-single-extrainfo{
	border-bottom: none;
}
#event-single-extrainfo a{
	white-space: pre-line;
	word-wrap: break-word;
}
#event-single-extrainfo {
	line-height:30px;
}
#event-single-extrainfo strong{
	margin-right: 15px;}

#event-single-description {

	line-height:26px;
}
.event-c24-link a {
	background-color:#c6163d;
	padding: 11px 40px 12px 15px;
	border-radius: 5px;
	display:block;
	color:#FFF;
	text-decoration:none;
	background-image:url(images/arrow-large.png);
	background-repeat:no-repeat;
	background-position:94% 50%;
	margin:12px;
	width:290px;
}
.event-c24-link a:hover {
	color:#FFF;
	text-decoration:underline;
}
.page-template-page-events-list-php .entry-content {
	display:none;
}

#nav-below{
	margin-bottom: 4px;
	background-color: #FFF;
	padding: 18px 12px 18px 12px;
	border: 1px solid #e6e6e8;
	overflow: hidden;
}

#nav-below h3{
	margin-bottom: 10px;
}

#c24_btn_reset{
	color: white;
	background: #555;
	padding: 10px 12px;
	margin-left: 1px;
}

#c24_btn_reset:hover{
	color: #fff;
	background: #444;
	-webkit-transition:background .2s linear;
	-moz-transition:background .2s linear;
	-o-transition:background .2s linear;
	transition:background .2s linear;
}






/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header, .archive-header, .page-header {
	margin-bottom: 5px;
	background-color:#FFF;
	padding:16px 12px 18px 12px;
	border:1px solid #e6e6e8;
}
.c4searchresults{
	border:1px solid #ccc;
}
.entry-header.dark-header{
	border:1px solid #ccc;
	position: relative;
}
.home .entry-header, .page-template-page-events-list-php.single-author .entry-header {
	position:relative;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
}
.entry-header .entry-title {
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 25px;
	line-height: 1.714285714;
}
.partner-header p{
	margin-bottom: 15px;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 25px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}






/*   New event filter options  */


.eventsearchfrom-item select {
	background: transparent;
	width: 100%;
	padding: 0 10px;
	line-height: 34px;
	border: 0;
	border-radius: 0;
	height: 34px;
	font-size: 13px;
	-webkit-appearance: none;
	cursor: pointer;
}

.c24-startdate-div.eventsearchfrom-item.selectdate {

}

.eventsearchfrom-item.selectdate {
	width: 218px;
	font-size: 12px;
	height: 36px;
	border: none;
	margin-top: 5px;
	padding-left: 10px;
}

.c24-startdate-div.eventsearchfrom-item.selectdate {
	width: 216px;
}

.datepicker {
	float: right;
	width: 130px;
	height: 22px;
	border: 1px solid #ccc;
	margin-left: 3px;
	font-size: 13px;
}

#date-end.datepicker {
	width: 141px;}

.eventsearchfrom-item .datepicker {
	background: url(images/calendar.gif) no-repeat 92% 53% #fff;
}

.submit-wrap .btn {
	display: inline-block;
	color: white;
	background-color: #c6163d;
	padding: 10px 105px 9px 15px;
	margin-top: 5px;
	background-image: url(images/arrow-small.png);
	background-repeat: no-repeat;
	background-position: 89% 50%;
}



@-moz-document url-prefix() {

	.submit-wrap .btn {

		padding: 8px 90px 8px 15px !important;

	}

	input[type="reset"]{
		padding: 8px  !important;
	}

}

.submit-wrap .btn:hover {
	color: white;
	background-color: #b60e33;
	padding: 10px 105px 9px 15px;
	margin-top: 5px;
	background-image: url(images/arrow-small.png);
	background-repeat: no-repeat;
	background-position: 92% 50%;
}



.eventsearchfrom-item {
	width: 224px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin-right: 5px;
	letter-spacing: 0.01em;
}


.eventsearchfrom-item.selectoption {
	background: url(images/option-arrow.gif) no-repeat 95% 53% #fff;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #eee !important;
	background: #eeeeee !important;
	background-image: none !important;
	font-weight: normal !important;
	color: #555555 !important;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #ccc !important;
	background: #fff !important;
	color: #000 !important;
}


.c24-keywordsearch-div {
	margin-left: 10px;
	margin-bottom:5px;
	font-size:13px;
}

.c24-keywordsearch-div input#q {
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ffffff;
	width: 85%;
	width: 588px;
	font-size: 13px;
	margin-left: 6px;
}




/* Firefox fixes */
@-moz-document url-prefix()
{

	.datepicker {
		width: 128px;}


	#date-end.datepicker {
		width: 135px;}

	.submit-wrap .btn {
		padding: 8px 162px 8px 15px;
	}


}


/* New Featured Event Template */

.featured-event{
	padding: 0;
	border: none !important;
	width: 100% !important;
}

.featured-event-heading{
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.featured-event-section{
	padding-top: 10px;
}

/* Featured Event Hero image */
.featured-event .featured-event__hero{
	border: 1px solid #ccc;
	position: relative;
}

.featured-event .featured-event__hero__image{
	display: block;
}

.featured-event .featured-event__hero__info{
	box-sizing: border-box;
	padding: 0;
}

@media (min-width:768px) {
	.featured-event .featured-event__hero__info{
		position: absolute;
		bottom: 30px;
		left: 30px;
		border: 1px solid #ccc;
		max-width: 350px;
		padding: 10px;
	}
}

.featured-event .featured-event__hero__info__inner{
	padding: 20px;
	background: #fff;
}

.featured-event .featured-event__hero__info__inner__title{
	margin: 0;
	font-size: 20px;
	color: #d11648;
	padding-bottom: 10px;
}

.featured-event .featured-event__hero__info__inner__desc{
	font-size: 15px;
	line-height: 1.4em;
	padding-bottom: 15px;
}

/* Featured Event Intro */
.featured-event .featured-event__intro{
	border-bottom: 1px solid #c8c9cb;
	display: inline-block;
	padding-bottom: 8px;
}

.featured-event .featured-event__intro__left{
	font-size: 20px;
	color: #d11648;
}

.featured-event .featured-event__intro p{
	line-height: 1.4em;
}

.featured-event .featured-event__intro__right{
	font-size: 15px;
}

@media (min-width:768px) {
	.featured-event .featured-event__intro__left{
		width: 48%;
		padding-right: 2%;
		float: left;
	}
	.featured-event .featured-event__intro__right{
		width: 50%;
		float: left;
	}
}

/* Featured Event Map */
.featured-event .featured-event__map__container{
	border: 1px solid #ccc;
}

.featured-event .featured-event__map__container #map{
	width: 100%;
	height: 490px;
	display: block;
}

@media (min-width:768px) {
	.featured-event .featured-event__map__container #map{
		height: 590px;
	}
}


/* Featured Event Map Styling */
.wwone__map-infobox{
	background: #fff;
	width: 300px;
	height: 410px;
	position: relative;
}

.wwone__map-infobox__close {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	background-color: #cf043c;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	right: 0;
	top: 0;
	z-index: 9999;
}
.wwone__map-infobox__close:hover {
	color: #fff;
	text-decoration: none;
}
.wwone__map-infobox__wrap {
	max-height: 160px;
	overflow: hidden;
	/*min-height:160px;*/
}
.wwone__map-infobox__thumb {
	width: 100%;
	height: auto;
	display: block;
}
.wwone__map-infobox__badge {
	position: absolute;
	line-height: 25px;
	color: #fff;
	text-align: center;
	left: 10px;
	top: 10px;
	z-index: 9999;
	background: #666;
	padding: 0px 10px;
	margin-top: 5px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
}
.wwone__map-infobox__inner {
	background: #fff;
	width: 260px;
	font-size: 14px;
	margin: 0;
	background-color: #fff;
	padding: 20px;
	line-height: 1.4em;
}
.wwone__map-infobox__inner:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 15px solid rgba(0, 0, 0, 0);
	border-top-color: #fff;
	left: 50%;
	margin-left: -15px;
	bottom: -30px;
}
.wwone__map-infobox__inner__heading {
	color: #cf043c;
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
}

.wwone__map-infobox__inner__info{
	padding: 10px 0 20px 0;
	font-size: 12px;
}

.wwone__map-infobox__inner__info strong, .wwone__map-infobox__inner__info span{
	float: left;
}

.wwone__map-infobox__inner__info strong{
	width: 30%;
}

.wwone__map-infobox__inner__info span{
	width: 70%;
}

.wwone__map-infobox__inner__btn {
	background-position: 90% 50%;
	margin-top: 20px;
}

/* Featured Event Map */

.featured-event .featured-event__news__container .news-list-summary{
	width: 50%;
}

.featured-event .featured-event__news__container .news-list-link{
	background-position:  45% 90%;
}

.featured-event .featured-event__news__container h3{
	font-size: 16px;
	margin:0;
	line-height: 1.4em;
}

.featured-event .featured-event__news__container a{
	border: none;
}

@media (min-width:768px) {
	.featured-event .featured-event__news__container{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 1em;
		-moz-column-gap: 1em;
		column-gap: 1em;
	}
	.featured-event .featured-event__news__container article{
		display: inline-block;
		width: 100%;
	}
}

/* Featured News */

.news-list-block{
	display: block;
	color: #000;
	border: 1px solid #e6e6e8;
	border-bottom: none;
	padding: 12px;
	clear: both;
	text-decoration: none;
	position: relative;
}

.news-list-block:hover{
	background-color: #f5f5f5;
}

.news-list-block .news-list-summary{
	min-height: 150px;
}

.news-list-block .news-list-img img{
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.news-list-block .news-list-title{
	font-size: 15px;
}

.news-list-block .news-list-meta{
	font-size: 14px;
	padding: 15px 0 20px 0;
	display: inline-block;
	color: #000;
}

.news-list-block .news-list-block__link{
	display: block;
	background: url(images/event-arrow.png) no-repeat 92% 50% #FFF;
	width: 19px;
	height: 20px;
}

.news-list-block:hover .news-list-block__link{
	background: url(images/event-arrow-hover.png) no-repeat 92% 50% #f5f5f5;
}

@media (max-width:590px) {
	.news-list-block .news-list-img{
		width: 100%;
		margin: 0;
		float: none;
		display: inline-block;
	}
}

@media (max-width:912px) {
	.news-list-block .news-list-summary{
		width: 100% !important;
	}
}

.collapseomatic {
	cursor: pointer;
	padding: 8px 40px 9px 15px;
	border-radius: 5px;
	background-color: #cf043c;
	color: #ffffff;
	background-image: url(images/arrow-down-dark.png);
	background-repeat: no-repeat;
	background-position: 94% 50%;
	-webkit-transition:background .2s linear;
	-moz-transition:background .2s linear;
	-o-transition:background .2s linear;
	transition:background .2s linear;
}
.collapseomatic:hover {
    background-color: #b60e33;
	background-position: 94% 60%;
}
.collapseomatic_content {
	margin-top: 10px;
	margin-bottom: 10px;
}
