@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: #F8F8F8;
	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: #2a1330;
	min-width: 980px;
}

.site{

}
.row, section{
	width: 100%;
	overflow: hidden;
}
.hidden{
	display: none;
}
.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 -475px;
}
.bottom{
	height: 475px;
}

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;
}


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

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

	background-color: #2a1330;
	background-image: url('../im20/eb_promo/6_tile.png');
	background-position: bottom center;
	background-size: 8%;
}
#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: 12.5%;
	min-width: 120px;
	height: 120px;
	padding: 0;
	margin: 0;
}
#nisf_nav ul a:first-child{
	width: 18.75%;
	min-width: 190px;
}
/*schools and educators*/
#nisf_nav ul a:nth-child(3) li{
	margin-top: 42px;
}
#nisf_nav ul a:nth-child(5) li{
	margin-top: 42px;
}
#nisf_nav ul li{
	width: 100%;
	margin-top: 50px;

	font-family: 'Forza A', 'Forza B', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-style: normal;
	list-style-type: none;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #d6e4f6;

	font-size: .8em;
	line-height: 1.2em;
}
#nisf_nav ul li:hover{
	color: #55bbb9;
}

#nisf_nav ul li.logo{
	width: 150px;
	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: #e44391;
	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: #ba7eb5;
}

.button{
	margin: 0 8px 0 0;
	padding: 4px 10px 4px 10px;
	display: inline-block;
	background-color: #e44391;
	border-radius: 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #d6e4f6;
	float: left;
}
.button:hover{
	background-color: #2a1330;
	color: #e44391;
}


.breadcrumb{
	background-color: #0e7b83;
	color: #d6e4f6;
}
.breadcrumb .bread{
	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: 300%;
	text-transform: uppercase;
	text-align: left;
	cursor: pointer;
}
.breadcrumb .bread .breadcrumb_divider{
	color: #d6e4f6;
}
.breadcrumb .bread a:link, .breadcrumb .bread a:visited, .breadcrumb .bread a:hover, .breadcrumb .bread a:active {	
	text-decoration: none;
	color: #d6e4f6;

	font-weight: 600;
	text-transform: uppercase;
}

.search_form{
	margin: 20px 0 0 0;
}
.search_form .evt_search_text{
	width: 140px;
	height: 30px;
	margin: 0 0 0 80px;
	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: 500; 
	font-size: 16px;
	line-height: 30px;
	text-align: left;

	outline: none;
	box-shadow: none;
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #d6e4f6;
}
.search_form .evt_search_button{	
	width: 60px;
	height: 30px;
	margin: 0 0 0 8px;
	padding: 0;
	border: 0px;
	border-radius: 0px;
	float: left;

	font-family: 'Forza A', 'Forza B', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 500; 
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;

	background-color: #0e7b83;
	color: #d6e4f6;
	border-radius: 5px;
}

footer{
	height: 755px;
}
footer .sponsors{
	height: 475px;
	background-color: #512361;
}
footer .sponsors .grid{
	margin-top: 18px;
}
footer .sponsors h3{
	font-size: 20px;
	font-size: 1.2em;
	line-height: 38px;

	font-weight: 600;
	text-align: center;
	margin: 30px 0 20px 0;
	color: #e44391;
}


footer .contact{
	height: 210px;
	padding-top: 70px;
	background-color: #2a1330;
	color: #6ac2b9;
}
footer .contact .grid{
	position: relative;
	height: 210px;
}
footer .contact h3{
	font-size: 20px;
	line-height: 38px;
	font-weight: 600;
	margin: 0px;
	color: #e44391;
}

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;
	color: #2a1330;
	background-color: #ffffff;
}
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: #d6e4f6;
}
footer .contact #mc_embed_signup #mce-error-response,
footer .contact #mc_embed_signup .mce_inline_error{
	color: #d6e4f6;
}
footer .contact #mc_embed_signup .button{
	display: inline-block;
	width: 130px;
	float: right;

	height: auto;

	background-color: #e44391;
	color: #d6e4f6;

	margin: 0;
	border: 0;
	padding: 4px 10px 4px 10px;
	display: inline-block;
	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;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}
footer .contact #mc_embed_signup .button:hover{
	background-color: #d6e4f6;
	color: #e44391;
}
footer .contact .row.contactus{
	margin: 20px 0 0 0;
}
footer .contact .row.contactus .button{
	background-color: #e44391;
	color: #d6e4f6;
	width: 130px;
	font-weight: 400;
}
footer .contact .row.contactus .button:hover{
	background-color: #d6e4f6;
	color: #e44391;
}
footer .contact .row.latestupdates{
	margin: 10px 0 0 0;
}
footer .contact .row.latestupdates .socialicon{
	float: left;
	margin-right: 10px;
}
footer .address{
	position: absolute;
	bottom: 8px;
}
footer .address a{
	color: #e44391;
}
footer .address address{
	width: 100%;
	text-align: center;
	color: #e44391;
	font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif; 
	font-weight: normal; 
	font-size: 11px;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	text-transform: uppercase;
	line-height: 16px;
}


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

	width: 100%;
	width: 100vw;
	height: 420px;
	height: 56.25vw;
	min-height: 540px;
	min-width: 980px;

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

	background-color: #291230;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.promo_image{
	position: absolute;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
}
#promo_image_1{
	z-index: 11;
}
#promo_image_2{
	z-index: 12;
}
#promo_image_3a{
	height: 50%;
	top: 50%;
	z-index: 13;
}
#promo_image_3b{
	height: 50%;
	top: 50%;
	background-image: url(../im20/eb_promo/water_noise.png);
	background-position: bottom center;
	background-size: 25%;
	background-repeat: repeat-x;
	
	z-index: 14;
}
#promo_image_3c{
	height: 50%;
	top: 50%;
	z-index: 15;
}
#promo_image_4{
	z-index: 16;
}
#promo_image_5{
	z-index: 17;
}
#promo_image_6{
	z-index: 18;
}
#promo_image_7{
	z-index: 19;
}


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

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


.site section.eventslist{
	margin-top: 20px;
	margin-bottom: 20px;
}
.site section.eventslist .listings{
	float: left;
	width: 940px;
	min-height: 720px;
	margin-left: 20px;
}
.site section.eventslist.search_results .listings{
	width: 940px;
}
.site section.eventslist .hr{
	width: 940px;
}
.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;

	font-size: 14px;
	line-height: 18px;
	color: #2a1330;
	font-weight: 300;
}
.site section.eventslist .e_preview img.cancelled{
	display: none;
	position: absolute;
	width: 205px;
	top: 0;
	left: 0;
	z-index: 200;
}
.site section.eventslist .e_preview img.rescheduled{
	display: none;
	position: absolute;
	width: 205px;
	top: 0;
	left: 0;
	z-index: 200;
}
.site section.eventslist .e_preview img.soldout{
	display: none;
	position: absolute;
	width: 205px;
	top: 0;
	left: 0;
	z-index: 200;
}
.site section.eventslist .e_preview img.additional{
	display: none;
	position: absolute;
	width: 205px;
	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 .e_preview_info{
	font-weight: 400;
}
.site section.eventslist .e_preview h4{
	margin: 10px 0 0 0;
	font-size: 11px;
	line-height: 16px;
	font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif; 
	font-weight: 600; 
	font-style: normal;
	text-transform: uppercase;
	color: #ba7eb5;
}
/*
.site section.eventslist .e_preview.engineering_and_robotics h4{
	color:#6bb5ae;
}
.site section.eventslist .e_preview.food_and_drink h4{
	color:#d18c4f;
}
.site section.eventslist .e_preview.science_communication h4{
	color:#7084bb;
}
.site section.eventslist .e_preview.art_and_science h4{
	color:#8a9a7a;
}
.site section.eventslist .e_preview.maths_and_physics h4{
	color:#a9bce1;
}
.site section.eventslist .e_preview.tech_and_digital h4{
	color:#a2ccbd;
}
.site section.eventslist .e_preview.space h4{
	color:#4d466e;
}
.site section.eventslist .e_preview.mind_and_body h4{
	color:#f1c672;
}
.site section.eventslist .e_preview.science_in_society h4{
	color:#9d8b95;
}
.site section.eventslist .e_preview.earth_and_elements h4{
	color:#f6aea0;
}
.site section.eventslist .e_preview.natural_world h4{
	color:#eb6e17;
}
.site section.eventslist .e_preview.sports_science h4{
	color:#5f81a0;
}
.site section.eventslist .e_preview.parent_and_baby h4{
	color:#99be78;
}
.site section.eventslist .e_preview.schools_and_educators h4{
	color:#55bbb9;
}
*/

.site section.eventslist .e_preview h3{
	margin: 4px 0 4px 0;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	color: #2a1330;
}

.site section.eventslist .e_preview p{
	margin: 0;
}
.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: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif; 
	font-weight: 600; 
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #d6e4f6;
	padding: 6px;
	border-radius: 5px;
	background-color: #e44391;
}
.site section.eventslist .e_preview .e_book_button:hover{
	color: #e44391;
	background-color: #291230;
}
	

.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: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif; 
	font-weight: 600; 
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #d6e4f6;
	padding: 6px 0 6px 0;
	border-radius: 5px;
	background-color: #e44391;
}
.site section.eventslist .issu:hover .view_button{
	color: #e44391;
	background-color: #d6e4f6;
}


#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;
}

#filter_header{
	width: 100%;
	overflow: visible;
	height: 186px;
}
.filter_label{
	display:inline-block;
	width:100%;
	margin-bottom:2px;
}
.filter.filter_free{
	margin-top: 8px;
}
.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: #2a1330;
	color: #fcfcf9;
}
.cal .td{
	background-color: #55bbb9;
	color: #2a1330;
}
.cal a.td.active,
.cal a.td:hover{
	background-color: #fcfcf9;
	color: #2a1330;
}

.cal.active a.td{
	background-color: #55bbb9;
	color: #2a1330;
}
.cal.active a.td.active,
.cal.active a.td:hover{
	background-color: #fcfcf9;
	color: #2a1330;
}
#filter_header input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
#filter_header input[type=checkbox].css-checkbox + label.css-label {
	padding-left:40px;
	height:30px; 
	display:inline-block;
	line-height:30px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;

}
#filter_header input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -30px;
}
#filter_header label.css-label {
	background-image:url(../im20/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/*
	EVENT
*/
.site section.event{

}
.site section.event h1,
.site section.event h2,
.site section.event h3,
.site section.event h4,
.site section.event p.meta{
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.site section.event h1{
	margin: 0 0 8px 0;
	font-size: 56px;
	font-weight: 600;
	line-height: 60px;
	color: #2a1330;
}
.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: #2a1330;
}
.site section.event h3{
	margin: 40px 0 8px 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ba7eb5;

	font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif; 
	font-weight: 700; 
	font-style: normal;
}
/*
.site section.event h3.engineering_and_robotics{
	color:#6bb5ae;
}
.site section.event h3.food_and_drink{
	color:#d18c4f;
}
.site section.event h3.science_communication{
	color:#7084bb;
}
.site section.event h3.art_and_science{
	color:#8a9a7a;
}
.site section.event h3.maths_and_physics{
	color:#a9bce1;
}
.site section.event h3.tech_and_digital{
	color:#a2ccbd;
}
.site section.event h3.space{
	color:#4d466e;
}
.site section.event h3.mind_and_body{
	color:#f1c672;
}
.site section.event h3.science_in_society{
	color:#9d8b95;
}
.site section.event h3.earth_and_elements{
	color:#f6aea0;
}
.site section.event h3.natural_world{
	color:#eb6e17;
}
.site section.event h3.sports_science{
	color:#5f81a0;
}
.site section.event h3.parent_and_baby{
	color:#99be78;
}
*/
.site section.event a{
	font-weight: 600;
	text-decoration: none;
	color: #2a1330;
}
.site section.event p{
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 15px;
	color: #2a1330;
}
.site section.event .body .body_content,
.site section.event .body .body_content div,
.site section.event .body .body_content p{
	font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif; 
	font-weight: 300; 
	font-style: normal;

	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 18px;
	color: #2a1330;
}
.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: #d6e4f6;
	padding: 6px;
	border-radius: 5px;
	background-color: #e44391;
}
.site section.event .bookbutton:hover{
	color: #e44391;
	background-color: #291230;
}
.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: #fcfcf9;
	border-radius: 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fcfcf9;
}
.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: #2a1330;
	border-radius: 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fcfcf9;
	float: left;
}
.facebook.sharrre .share{
	background-color: #3b5998;
	color: #fcfcf9;
}
.twitter.sharrre .share{
	background-color: #00aced;
	color: #fcfcf9;
}
.sharrre .share:hover{
	background-color: #291130;
	color: #ba7db5;
}
.sharrre .buttons {
  display: none;
  position: absolute;
  margin-left: 50px;
  z-index: 10;
  background-color: #fcfcf9;
}
.sharrre .button {
  float: left;
  max-width: 50px;
  margin-left: 10px;
}


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

.selectricResponsive {
  width: 100%;
}

.selectric {
  background: #e1eaf6;
  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: #55bbb9;
}
.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: #55bbb9;
  background-color: #2a1330;
}
.selectricHover .selectric .button:after {
  border-top-color: #55bbb9;
}

.selectricOpen {
  z-index: 999;
}
.selectricOpen .selectric {
  background: #55bbb9;
}
.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: #55bbb9;
  color: #444;
}
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}


#filter {
	float: right;
	width: 940px;
	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: 'Gotham Rounded A', 'Gotham Rounded B'; font-weight: 700; font-style: normal;
	font-size: 13px;
	line-height: 26px;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
	color: #2a1330;
}
#filter select, #filter .selectricWrapper{
	width: 210px;
	margin-left: 10px;
	float: left;
}




.site.home section.eventslist{
	margin-top: 0px;
}
.site.home .search_form{
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 14px 0 0 0;
}

.search_form .evt_search_text{
	background-color: #d6e4f6;
}

.site .featured_header{
	width: 100%;
	background-color: #2a1330;
	color: #d6e4f6;
	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: 600; 
	font-style: normal;
	font-size: 120%;
	line-height: 300%;
	text-transform: none;
	color: #d6e4f6;
	margin-left: 20px;
}

.col_plan{

}
.col_plan h3{
	margin: 13px 0 20px 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #2a1330;

	font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif; 
	font-weight: 700; 
	font-style: normal;
}
.col_plan p{
	margin-bottom:1em;
}
.col_plan ul{
	list-style-type: disc;
	margin-left: 1em;
	margin-bottom: .5em;
}
.col_plan ul li{
	font-family: 'Gotham Rounded A', 'Gotham Rounded B', sans-serif; 
	font-weight: 300; 
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
}

@media (min-width: 1300px){
	#nisf_nav ul li{
		font-size: 1em;
		line-height: 1.5em;
	}
	#nisf_nav ul a:nth-child(3) li{
		margin-top: 38px;
	}
	#nisf_nav ul a:nth-child(5) li{
		margin-top: 38px;
	}
	.grid{
		width: 1300px;
	}
	.event .grid .body{
		width: 940px;
	}
	.filter.filter_free{
		margin-top:20px;
	}
	.filter_label.second_row{
		margin-top:20px;
	}
	.site section.eventslist .listings{
		float: left;
		width: 1280px;
		margin-left: 20px;
	}
	.site section.eventslist .hr{
		width: 1280px;
	}
	.site.home section.eventslist .listings{
		width: 1280px;
	}
	.site section.eventslist .hr{
		width: 940px;
	}
	.site section.eventslist .hr h2{
		text-transform: uppercase;
	}
	/*.site section.eventslist .hr.engineering_and_robotics h2{
		color:#6bb5ae;
	}
	.site section.eventslist .hr.food_and_drink h2{
		color:#d18c4f;
	}
	.site section.eventslist .hr.science_communication h2{
		color:#7084bb;
	}
	.site section.eventslist .hr.art_and_science h2{
		color:#8a9a7a;
	}
	.site section.eventslist .hr.maths_and_physics h2{
		color:#a9bce1;
	}
	.site section.eventslist .hr.tech_and_digital h2{
		color:#a2ccbd;
	}
	.site section.eventslist .hr.space h2{
		color:#4d466e;
	}
	.site section.eventslist .hr.mind_and_body h2{
		color:#f1c672;
	}
	.site section.eventslist .hr.science_in_society h2{
		color:#9d8b95;
	}
	.site section.eventslist .hr.earth_and_elements h2{
		color:#f6aea0;
	}
	.site section.eventslist .hr.natural_world h2{
		color:#eb6e17;
	}
	.site section.eventslist .hr.sports_science h2{
		color:#5f81a0;
	}
	.site section.eventslist .hr.parent_and_baby h2{
		color:#99be78;
	}*/

	.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.about .col_plan{
		width: 620px;
	}
	.site section.about .partners{
		width: 1260px;
	}
	.site section.about .col_33{
		width: 406.33px;
	}
	.site section.contact .col_location{
		width: 620px;
	}
	.site section.contact iframe{
		width: 620px;
		height: 620px;
	}
}
@media (max-width: 1300px){

}
/*
@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;
	}
}*/

