@font-face {
    font-family: 'Forza A';
    src: url('../fonts/Forza-Black.eot');
    src: url('../fonts/Forza-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Forza-Black.woff2') format('woff2'),
        url('../fonts/Forza-Black.woff') format('woff'),
        url('../fonts/Forza-Black.ttf') format('truetype'),
        url('../fonts/Forza-Black.svg#Forza-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Forza B';
    src: url('../fonts/Forza-Medium.eot');
    src: url('../fonts/Forza-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Forza-Medium.woff2') format('woff2'),
        url('../fonts/Forza-Medium.woff') format('woff'),
        url('../fonts/Forza-Medium.ttf') format('truetype'),
        url('../fonts/Forza-Medium.svg#Forza-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html, body, header, section, footer, div{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body{
	background-color: white;
	font-family: 'Forza A', 'Forza B', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	color:black;
	min-width: 980px;
}
.site{

}
.row, section{
	width: 100%;
	overflow: hidden;
}
.hidden{
	display:none;x
}

.container{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.layer{
	position: absolute;
	z-index: 0;
}

.grid{
	width: 980px;
	margin: 0px auto;
}


.grid .span1, .grid .span2, .grid .span3, .grid .span4, .grid .span5, .grid .span6, .grid .span7, .grid .span8, .grid .span9, .grid .span10, .grid .span11, .grid .span12, .grid .spanfull{
	float: left;
}
.grid .span2{
	width: 140px;
}
.grid .span4{
	width: 300px;
}
.grid .span6{
	width: 460px;
}
.grid .span8{
	width: 620px;
}
.grid .span12{
	width: 940px;
}
.grid .spanfull{
	width: 980px;
}
.grid .offset{
	margin-left: 20px;
}

.top{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -495px;
}
.bottom{
	height:495px;
}


header{
	position:fixed;
	top:0;
	left:0;
	z-index: 1000;

	width:100%;
	min-width: 980px;
	height:120px;

	background-color:white;
	background-image:url('../im/header_tile2x.png');
	background-size: 83px;
	background-position: bottom center;
}
#nisf_nav ul{
	position: relative;
	width: 100%;
	min-width: 940px;
	height: 120px;
	margin:	0 auto;
	padding: 0;

}
#nisf_nav a{
	display: block;
	float: left;
	width: 13.8%;
	/*width: 20%;*/
	min-width:135px;
	height:120px;
	
	padding: 0;
	margin:	0;
}

#nisf_nav ul li{
	width: 100%;
	margin-top: 50px;
	font-style: normal;
	list-style-type: none;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #2b390e;
}
#nisf_nav ul a:first-child{
	/*width: 16.6%;*/
}
/*schools and educators*/
#nisf_nav ul a:nth-child(3) li{
	margin-top: 40px;
}
#nisf_nav ul li:hover{
	color: #64B246;
}

#nisf_nav ul li{
	
}
#nisf_nav ul li.logo{
	margin-top: 0px;
	height: 120px;
	text-align: left;
	padding-left:20px;
}
#nisf_nav ul li.logo h1{
	width:100%;
	margin: 20px 0 0 0;
	padding: 0;
	font-family: 'Forza A', 'Forza B', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 800; 
	font-style: normal;
	font-size: 28px;
	line-height: 22px;
	text-transform: uppercase;
	color: #2b390e;
	white-space: nowrap;
}
#nisf_nav ul li.logo h2{
	width:100%;
	margin:0 0 0 0;
	font-family: 'Forza A', 'Forza B', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 400; 
	letter-spacing: 0px;
	font-style: normal;
	font-size: 12.5px;
	line-height: 16px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #64B246;
}

.button{
	margin:0 8px 0 0;
	padding:4px 10px 4px 10px;
	display: inline-block;
	background-color: #64B246;
	border-radius: 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	float: left;
}
.button:hover{
	background-color: white;
	color:black;
}



.breadcrumb{
	font-family: "Forza A", "Forza B", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300; 
	font-style: normal;
	font-size: 150%;
	line-height: 300%;
	text-transform: none;
	text-align: left;
	color: white;
	background-color: #2b390e;
	text-transform: none;
	cursor: pointer;
	color: #64B246;
}
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:active {
	text-decoration: none;
	font-weight: 300;
	color: #64B246;
}

.search_form{
	margin:20px 0 0 0;
}
.search_form .evt_search_text{
	width:140px;
	height:30px;
	margin:0 0 0 120px;
	padding:0 0 0 10px;
	border:0px;
	float:left;

	font-family: 'Forza A', 'Forza B', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300; 
	font-size: 16px;
	line-height: 30px;
	text-align: left;

	outline: none;
	box-shadow: none;
}
.search_form .evt_search_button{
	width:30px;
	height:30px;
	margin:0px;
	padding:0;
	border:0px;
	border-radius:0px;
	float:left;

	font-family: 'Forza B', sans-serif; 
	font-weight: 700; 
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;

	background-color: #64B246;
	color: black;
}

footer{
	height:495px;
	background-color: #2b390e;
}
footer .sponsors{
	height:215px;
	background-color: #fff;
	background-image:url('../im/header_tile2x.png');
	background-size: 83px;
	background-position: bottom center;
}
footer .sponsors .grid{
	margin-top: 18px;
}
footer .sponsors h3{
	font-size: 20px;
	line-height: 38px;
	font-weight: 300;
	margin: 0px;
}


footer .contact{
	height: 210px;
	padding-top: 70px;
	background-color: #2b390e;
	background-image:url('../im/footer_bg.png');
	background-size: 345px;
	background-position: bottom center;
}

footer .contact .grid{
	position: relative;
	height: 210px;
}

footer .contact h3{
	font-size: 20px;
	line-height: 38px;
	font-weight: 300;
	margin: 0px;
	color: #64B246;
}

footer .contact .row.mailinglist{
	margin: 10px 0 0 0;
}

/*
	mailchimp form
*/
footer .contact #mc_embed_signup{

}
footer .contact #mc_embed_signup form{
	padding:0;
	margin:0;
}
footer .contact #mc_embed_signup_scroll{
	width: 100%;
}
footer .contact #mc_embed_signup_scroll .mailinglist_leftcolumn{
	width: 310px;
	float:left;
}
footer .contact #mc_embed_signup_scroll .mailinglist_rightcolumn{
	width: 150px;
	float:left;
}
footer .contact #mc_embed_signup .mc-field-group{
	width: 310px;
	display: inline-block;
	float: left;
}
footer .contact #mc_embed_signup .mc-field-group input{
	display: inline-block;
	float:left;
	width: 310px;
	margin: 0;
	border: 0;
	padding: 4px;
	
	border-radius: 5px;

	font-family: 'Forza A', 'Forza B', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 400; 
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
footer .contact #mc_embed_signup div#mce-responses{
	width:460px;
	padding:0;
	margin:10px 0 2px 0;
}
footer .contact #mc_embed_signup .mce_inline_error,
footer .contact #mc_embed_signup #mce-error-response,
footer .contact #mc_embed_signup #mce-success-response{ 
	width: 460px;
	padding: 0;
	margin-top:10px;
	float: left;
	
	font-family: 'Forza A', 'Forza B', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;

	color: #f00;
}
footer .contact #mc_embed_signup #mce-error-response,
footer .contact #mc_embed_signup .mce_inline_error{
	color: #f00;
}

footer .contact #mc_embed_signup .button{
	display: inline-block;
	width: 130px;
	float: right;

	height: auto;

	background-color: #2b390e;
	color:#fff;

	margin:0;
	border: 0;
	padding:4px 10px 4px 10px;
	display: inline-block;
	background-color: #64B246;
	border-radius: 5px;

	font-family: 'Forza A', 'Forza B', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
footer .contact #mc_embed_signup .button:hover{
	background-color:#fff;
	color:black;
}

footer .contact .row.contactus{
	margin: 20px 0 0 0;
}
footer .contact .row.contactus .button{
	width:130px;
}

footer .contact .row.latestupdates{
	margin: 10px 0 0 0;
}
footer .contact .row.latestupdates .socialicon{
	float:left;
	margin-right:10px;
}
footer .address{
	position: absolute;
	bottom:0;
}
footer .address a{
	color:white;
}
footer .address address{
	width:100%;
	text-align: center;
	color:white;
	font-size: 11px;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	text-transform: uppercase;
	line-height: 36px;
}


.site section.promo{
	position: relative;
	overflow: hidden;

	width: 100%;

	height: 420px;
	height: 50vw;
	min-height: 540px;


	/* promo is behind menu */
	margin-top:120px;

	background-color:#64B246;
	background-image:url('../im/promo17/promo_bg_500px.png');
	background-position: top middle;
	background-repeat: repeat;
	background-size: 345px 345px;
	background-attachment: fixed;
}
#promo_image_floor{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 23%;
	width: 100%;
	background-image: url('../im/promo17/promo_bg_bottom_200x400.png');
	background-position: top center;
	background-repeat: repeat-x;
	z-index: 10;
}
#promo_image_solar{
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;

	z-index: 11;
}
#promo_image_solar img{
	display: block;
	margin: 0 auto;
}
#promo_image_lab_high{
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;

	z-index: 12;
}
#promo_image_lab_high img{
	display: block;
	margin: 0 auto;
}
#promo_image_lab_low{
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;

	z-index: 13;
}
#promo_image_lab_low img{
	display: block;
	margin: 0 auto;
}

#promo_image_floater1{
	position: absolute;
	top:0px;
	left:0px;
	height:20%;

	z-index: 14;
}
#promo_image_floater2{
	position: absolute;
	top:0px;
	right:0px;
	height:20%;

	z-index: 15;
}

.nisf h2{
	margin: 13px 0 20px 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #64B246;

	font-family: 'Forza B', sans-serif; 
	font-weight: 700; 
	font-style: normal;
}
.nisf h3{
	font-weight: 500;
	margin-bottom:14px;
}
.nisf p{
	font-family: 'Forza B', sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size:12px;
	line-height:20px;
}
.nisf a{
	color:black;
}
.nisf b{
	font-family: 'Forza B', sans-serif; 
	font-weight: 700;
}

.site section.eventslist{
	margin-top: 20px;
	margin-bottom: 20px;
}



.site section.eventslist .sidebar{
	float:left;
	width:300px;
	margin-left:20px;
}
.site section.eventslist.search_results .sidebar{
	display: none;
}
.site section.eventslist .sidebar h2{
	padding: 0;
	margin:	0;
	font-family: 'Forza B'; font-weight: 700; font-style: normal;
	font-size: 13px;
	line-height: 24px;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	color:#64B246;
}


.site section.eventslist .sidebar ul{
	width: 300px;
	margin:	0 0 8px 0;
	padding: 0;
}
.site section.eventslist .sidebar ul li{
	list-style-type: none;
	font-size: 18px;
	line-height:22px;
}
.site section.eventslist .sidebar ul li:hover,
.site section.eventslist .sidebar ul li.active{
	color:#64B246;
}

.site section.eventslist .sidebar a{
	color:black;
	text-decoration: none;
}

.site section.eventslist .listings{
	float:left;
	width:620px;
	min-height:720px;
	margin-left:20px;
}
.site section.eventslist.search_results .listings{
	width:940px;
}
.site section.eventslist .hr{
	width:620px;
}
.site section.eventslist .hr h2{
	margin-bottom:20px;
	font-size: 20px;
	line-height:24px;
	font-weight: 500;
}

.site section.eventslist .e_preview{
	margin-bottom:20px;
	width:620px;
	min-height:440px;
}

.site section.eventslist .e_preview img.cancelled{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
.site section.eventslist .e_preview img.rescheduled{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
.site section.eventslist .e_preview img.soldout{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}
.site section.eventslist .e_preview img.additional{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}

.site section.eventslist .e_preview.cancelled img.cancelled{
	display: block;
}
.site section.eventslist .e_preview.rescheduled img.rescheduled{
	display: block;
}
.site section.eventslist .e_preview.soldout img.soldout{
	display: block;
}
.site section.eventslist .e_preview.additional img.additional{
	display: block;
}

.site section.eventslist .e_preview .e_preview_image_container{
	display: block;
	width:620px;
	height:300px;
	overflow: hidden;
	position: relative;
}
.site section.eventslist .e_preview .e_preview_image_container .e_preview_image{
	position: absolute;
	top: 0px;
	left: 0px;

	width:620px;
	height:300px;
}

.site section.eventslist .e_preview h2,
.site section.eventslist .e_preview h3,
.site section.eventslist .e_preview h4,
.site section.eventslist .e_preview p.meta{
	margin:0;
	padding:0;
	font-weight:400;
}
.site section.eventslist .e_preview h4{
	margin: 10px 0 0 0;
	font-size: 11px;
	line-height: 16px;
	font-family: 'Forza B', sans-serif; 
	font-weight: 600; 
	font-style: normal;
	text-transform: uppercase;
	color: #64B246;
}
.site section.eventslist .e_preview h3{
	margin: 4px 0 8px 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: black;
}

.site section.eventslist .e_preview p{
	margin: 0;
    font-family: 'Forza B';
	font-size: 14px;
	line-height: 18px;
	color: black;
	font-weight: 300;
}
.site section.eventslist .e_preview .e_body{
	margin-top: 14px;
}
.site section.eventslist .e_preview .e_book_button{
	width: 80px;
	margin: 14px 0 20px 0;
	font-family: 'Forza B', sans-serif; 
	font-weight: 600; 
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color:white;
	padding:6px;
	border-radius: 5px;
	background-color:#64B246;
}
.site section.eventslist .e_preview .e_book_button:hover{
	color:#64B246;
	background-color: white;
}



.site section.eventslist .span4 .e_preview{
	width:300px;
}
.site section.eventslist .span4 .e_preview .e_preview_image_container{
	width:300px;
	height:200px;
}
.site section.eventslist .span4 .e_preview .e_preview_image_container .e_preview_image{
	width:300px;
	height:200px;
}


.site section.eventslist .issu{
	overflow:hidden;
	width:300px;
	height:400px;
	margin:0px 0px 60px 0px;
	padding:0px;
}
.site section.eventslist .issu .view_button{
	position: absolute;
	bottom: 0;
	left:0;
	width: 60%;
	margin: 0 20% 10px 20%;
	font-family: 'Forza B', sans-serif; 
	font-weight: 600; 
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color:white;
	padding:6px 0 6px 0;
	border-radius: 5px;
	background-color:#64B246;
}
.site section.eventslist .issu:hover .view_button{
	color:#64B246;
	background-color: white;
}



.cal{
	width:300px;
	overflow:hidden;
}
.cal .row{
	width:310px;
	overflow:hidden;
}
.cal .td,
.cal .th{
	display: block;
	float:left;

	width:42px;
	height:42px;
	margin:0 1px 1px 0;
	

	line-height: 45px;
	text-align: center;
}
.cal .td:last-child,
.cal .th:last-child{
	margin-right: 0px;
}
.cal .th{
	background-color:black;
	color:white;
}
.cal .td{
	background-color:#64B246;
	color:black;
}
.cal a.td.active,
.cal a.td:hover{
	background-color: white;
	color:#64B246;
}

.cal.active a.td{
	background-color:#64B246;
	color:black;
}
.cal.active a.td.active,
.cal.active a.td:hover{
	background-color: white;
	color:#64B246;
}

.search_results #filter{
	display:none;
}
#results_header{
	display:none;
}
.search_results #results_header{
	display:inline-block;
	width:940px;
}
.search_results #results_header h2{
	margin-bottom:20px;
	font-size: 20px;
	line-height:24px;
	font-weight: 500;
}
.search_results #results_header h2 b{
	font-weight: 600;
}


#blogfeed{
	border-top: 2px solid #fafafa;	
}
#blogfeed .left{
	margin-top: 39px;
	margin-left: 20px;
	width: 620px;
	
	float: left;
}
@media (min-width: 1300px){
	#blogfeed .left{
		width: 940px;
	}
}
#blogfeed .right{
	margin-top: 40px;
	margin-right: 20px;
	width: 300px;
	float: right;
}
a:link,
a:visited,
a:hover,
a:active{
	font-family: inherit;
	font-weight: 600;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: inherit;
}
#blogfeed h1, #blogfeed h2{
	font-family: "Forza A", "Forza B", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 600; 
	font-style: normal;
	font-size: 150%;
	line-height: 100%;
	margin-bottom: .5em;	
}
#blogfeed h3{
	font-family: 'Forza B', sans-serif; 
	font-weight: 300;
	font-style: normal;
	font-size: 120% !important;
	line-height: 100%;

	margin-bottom: .5em;
} 
#blogfeed p{
	font-family: 'Forza B', sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 100%;
	line-height: 150%;
}
#blogfeed .article{
	margin-bottom: 3em;
}
#blogfeed .article .button.moretext{
	margin-top: 1em;
	cursor: pointer;
}
#blogfeed .article .button.moretext:hover{
	background-color: black;
	color: white;
}
#blogfeed .metatext{
	font-family: 'Forza B', sans-serif; 
	font-weight: 900; 
	font-style: normal;
	font-size: 100%;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: .75em;
	color: #64B246;
}

#blogfeed .right>.row{
	margin-bottom: 20px;
}
#blogfeed .right h2{
	
	font-family: "Forza A", "Forza B", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 600; 
	font-style: normal;
	font-size: 150%;
	line-height: 150%;
	color: black;
}
#blogfeed .right .article{
	margin-bottom: 0;
}
#blogfeed .right h3{
	
	font-style: normal;
	font-size: 100%;
	line-height: 150%;
	text-transform: uppercase;
}
#blogfeed .right .metatext{
	font-size: .66em;
	line-height: 1em;
}
/*
	EVENT
*/
.site section.event{

}
.site section.event h1,
.site section.event h2,
.site section.event h3,
.site section.event p.meta{
	margin:0;
	padding:0;
	font-weight:400;
}
.site section.event h1{
	margin: 8px 0 8px 0;
	font-size: 56px;
	line-height: 60px;
	color:black;
}
.site section.event h2{
	font-size: 20px;
	line-height: 24px;
}
.site section.event h2{
	margin-bottom:4px;
}
.site section.event h2.sub{
	font-weight: 300;
	color: #64B246;
}
.site section.event h3{
	margin: 13px 0 20px 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #64B246;

	font-family: 'Forza B', sans-serif; 
	font-weight: 700; 
	font-style: normal;
}
.site section.event a{
	font-weight: 600;
	text-decoration: none;
	color:black;
}
.site section.event p{
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 15px;
	color:black;
}
.site section.event .body .body_content,
.site section.event .body .body_content div,
.site section.event .body .body_content p{
	font-family: 'Forza B', sans-serif; 
	font-weight: 300; 
	font-style: normal;

	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 18px;
	color:black;
}
.site section.event .body .body_content b,
.site section.event .body .body_content div b,
.site section.event .body .body_content p b{
	font-weight: 700;
}
.site section.event .body .body_content i,
.site section.event .body .body_content div i,
.site section.event .body .body_content p i{
	font-style: italic;
}
.site section.event p.info{
	margin: 0;
	color:gray;
}

.site section.event .bookbutton{
	width: 140px;
	margin-top: 20px;
	text-align: center;
	font-size: 22px;
	line-height:22px;
	font-weight: 400; 
	color:white;
	padding:6px;
	border-radius: 5px;
	background-color:#64B246;
}

.site section.event .bookingwidget{
	margin-top: 40px;
}
.site section.event p.meta{
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 20px 0;
}
.site section.event .map{
	margin-bottom:10px;
}
.sharrre{
	margin-top:32px;
}
.sharrre .box{
  float:left;
}
.sharrre .count {
	display: inline-block;
	width:38px;
	margin:0 8px 0 0;
	padding:4px 10px 4px 10px;
	border: 1px solid #ddd;
	
	background-color: #fff;
	border-radius: 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}
.sharrre .share{
  color:#FFFFFF;
  display:inline-block;
}
.sharrre .share{
	display: inline-block;
	width:40px;
	margin:0 8px 0 0;
	padding:4px 10px 4px 10px;
	
	background-color: #64B246;
	border-radius: 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	float: left;
}
.facebook.sharrre .share{
	background-color:#6d84b4;
	color:white;
}
.twitter.sharrre .share{
	background-color:#00aced;
	color:white;
}
.sharrre .share:hover{
	background-color: #2b390e;
	color:white;
}
.sharrre .buttons {
  display:none;
  position:absolute;
  margin-left:50px;
  z-index:10;
  background-color:#fff;
}
.sharrre .button {
  float:left;
  max-width:50px;
  margin-left:10px;
}


.selectricWrapper {
  position: relative;
  margin: 0 0 10px;
  width: 210px;
  cursor: pointer;
}

.selectricResponsive {
  width: 100%;
}

.selectric {
  background: #F8F8F8;
  position: relative;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 6px;

  min-height: 18px;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  padding:0;
  color: black;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
  border-radius: 0px;
  background-color: #64B246;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: black;
  border-bottom: none;
}

.selectricHover .selectric {}
.selectricHover .selectric .button {
  color: #64B246;
  background-color: #2b390e;
}
.selectricHover .selectric .button:after {
  border-top-color: #64B246;
}

.selectricOpen {
  z-index: 999;
}
.selectricOpen .selectric {
  background: #64B246;
}
.selectricOpen .selectricItems {
  display: block;
}

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  z-index: -1;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul, .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  min-height: 20px;
}
.selectricItems li {
  display: block;
  padding: 5px;
  border-top: 1px solid white;
  color: #666;
  cursor: pointer;
}
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
.selectricItems li:hover {
  background: #64B246;
  color: #444;
}
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

#filter {
	float:right;
	width:620px;
	height: 30px;
	overflow: visible;
	margin:0px 0 20px 0;
}
#filter label{
	width: 80px;
	height: 30px;
	display: inline-block;
	float:left;
	padding: 0;
	margin:	4px 0 0 0;
	font-family: 'Forza B';
	font-size: 13px;
	line-height: 26px;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
	color:#64B246;
}
#filter label.suits{
	width: 100px;
}
#filter select, #filter .selectricWrapper{
	width:210px;
	margin-left: 10px;
	float:left;
}



.site.home section.eventslist{
	margin-top:0px;
}
.site.home section.eventslist .listings{
	width:960px;
}

.site.home .search_form{
	display: block;
	width: 100%;
	overflow: hidden;
	margin:20px 0 0 0;
}
.site.home .search_form .evt_search_text{
	background-color: #F8F8F8;
}

.site .featured_header{
	width: 100%;
	background-color: #2b390e;
	color: white;
	margin-bottom: 40px;
}
.site .featured_header h2{
	font-family: "Forza A", "Forza B", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300; 
	font-style: normal;
	font-size: 150%;
	line-height: 300%;
	text-transform: none;
	color: white;
	margin-left: 20px;
}

@media (min-width: 1300px){
	.grid{
		width: 1300px;
	}
	.event .grid .body{
		width: 940px;
	}
	.event .grid .body img{
		width: 940px;
	}

	.site section.promo .promo_image_space1{
		margin-top:0px;
	}
	.site section.promo .promo_image_space2{
		margin-top:0px;
	}
	.site section.promo .promo_image_earth{
		
	}

	.site section.eventslist .listings{
		float:left;
		width:940px;
		margin-left:20px;
	}
	.site.home section.eventslist .listings{
		width:1280px;
	}
	.site section.eventslist .hr{
		width:940px;
	}

	.site section.eventslist.search_results .listings{
		float:left;
		width:1280px;
		margin-left:20px;
	}
	.site section.eventslist.search_results #results_header{
		width:1280px;
	}


	footer section.contact .span6{
		width:800px;
	}

	.site section.about .col_about{
		width:620px;
	}
	.site section.contact .col_location{
		width:620px;
	}
	.site section.contact iframe{
		width:620px;
		height:620px;
	}
}
@media (max-width: 1300px){
	.site section.promo .promo_image_space1{
		width: 50%;
	}
	.site section.promo .promo_image_space2{
		width: 50%;
	}
	.site section.promo .promo_image_earth{
		width: 50%;
	}
}
/*
@media (min-width: 1620px){
	.grid{
		width: 1620px;
	}
	
	.site section.eventslist .listings{
		float:left;
		width:1260px;
		margin-left:20px;
	}
	.site.home section.eventslist .listings{
		width:1620px;
	}
	.site section.eventslist .hr{
		width:1260px;
	}
}*/

