/* ////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
	RESET 
///////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
	-webkit-overflow-scrolling: touch;
	}
html, body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s,
samp, small, strike, strong, sup, sub, tt, var, b, u, i, center,
ul, ol, li, dl, dt, dd,
table, tr, th, td, thead, tbody, tfoot, caption,
form, fieldset, legend, input, button, textarea, select, label,
applet, object, iframe, audio, video, canvas,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	}
html {
	font-size: 100%;
	font-size-adjust: auto;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	}
body {
	font-family: Arial, sans-serif;
	color: #555;
	font-size: 14px;
	background: #00293f;
	line-height: 18px;
	width: 100%;
	min-width: 1000px; /* prevents background images from being cut off from scrolling horizontally */
	}
article {
	padding: 0px 5% 0px 5%;
	text-align: left;
	}
p, ul, ol {
	margin: 0px 0px 1em 0px;
	line-height: 1.65em;
	}
h2 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	font-size: 2em;
	color: #646464;
	}
h3, h4, h5, h6 {
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1.5em;
	font-weight: 600;
	}
h3 {
	font-size: 1.5em;
	margin: 1em 0px .4em 0px;
	}
h4 {
	font-size: 1.05em;
	margin: 1em 0px .4em 0px;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	}
article, aside, canvas, 
details, figcaption,
figure, footer, header,
hgroup, menu, nav, 
section, summary		{ display: block; }
audio, canvas, video	{ display: inline-block; *display: inline; *zoom: 1; }
audio:not( [controls] ) { display: none; }
canvas					{ -ms-touch-action: double-tap-zoom; touch-action: double-tap-zoom; }
[hidden]				{ display: none; }
a 						{ text-decoration: none; color: #006699; }
a:hover 				{ text-decoration: underline; color: #003366;}
a:active				{ background: none; } /* removes grey background in IE>=10 */
small					{ font-size: 75%; }
big						{ font-size: 125%; }
em						{ font-style: italic; }
strong					{ font-weight: bold; }
ins						{ text-decoration: none; }
del						{ text-decoration: line-through; }
sup, sub				{ font-size: 75%; line-height: 0; }
sup						{ vertical-align: super; }
sub						{ vertical-align: sub; }
pre						{ display: block; overflow: auto; }
code					{ font-family: 'Courier New', Courier, monospace; }
ul, ol					{ list-style: none; }
table					{ table-layout: auto; border-collapse: separate; border-spacing: 0; empty-cells: show; }
img						{ vertical-align: middle; -ms-interpolation-mode: bicubic; }
svg:not(:root)			{ overflow: hidden; }
blockquote, q			{ quotes: none; }
blockquote:before,
blockquote:after,
q:before,
q:after					{ content: ''; content: none; }

input, textarea, select, button 										{ vertical-align: baseline; *vertical-align: middle; -webkit-border-radius: 0; }
input, button 															{ line-height: normal; *overflow: visible; }
table input, table button 												{ *overflow: auto; }
input[type='submit'], input[type='reset'], input[type='button'], button	{ cursor: pointer; -webkit-appearance: button; }
textarea 																{ overflow: auto; vertical-align: top; }
input, textarea															{ -webkit-appearance: none; }
input[type='radio']														{ -webkit-appearance: radio; }
input[type='checkbox']													{ -webkit-appearance: checkbox; }
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration,
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button							{ display: none; }
input[type='password']::-ms-reveal										{ display: none; }
input::-ms-clear				 										{ display: none; }
input::-moz-focus-inner, button::-moz-focus-inner 						{ padding: 0; border: 0; }
.clearfix:after					{ visibility: hidden; display: block; font-size: 0; content: ' '; clear: both; height: 0; }
* html .clearfix 				{ zoom: 1; }
*:first-child+html .clearfix	{ zoom: 1; }
.cleaner 						{ height: 0; line-height: 0; clear: both; }
a img {
	border: 0px;
	}
.clear {
	float: left;
	clear: left;
	text-indent: -9999px;
	}

/* ////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
	DESKTOP
///////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////*/



/* -----------------------------------------------------
	DESKTOP - modules
-------------------------------------------------------- */

.proposals_callout {
	display: block;
	width: 100%;
	padding: 23px 20px 25px 60px;
	margin: 24px 0px 25px 0px;
	background: #eeeee6 url(http://mass-stem-summit.org/images/template_assets/bg_proposals.gif) 17px 17px no-repeat;
	border-top: solid 4px #47b45c; 
	color: #333;
	}
.proposals_callout2 {
	display: block;
	width: 100%;
	padding: 23px 20px 25px 25px;
	margin: 0px 0px 25px 0px;
	background: #eeeee6;
	border-top: solid 4px #47b45c; 
	color: #333;
	}

.sponsor_callout {
	display: block;
	width: 100%;
	padding: 23px 20px 25px 60px;
	margin: 0px 0px 25px 0px;
	background: #8dc9e8 url(http://mass-stem-summit.org/images/template_assets/bg_actionsponsor.gif) 20px -4px no-repeat;
	color: #333;
	font-weight: 700;
	}

	
.program_callout, .program_callout:visited {
	display: block;
	width: 100%;
	padding: 20px 20px 20px 130px;
	margin: 0px 0px 25px 0px;
	background: #8dc9e8 url(http://mass-stem-summit.org/images/template_assets/program2016.gif) 17px 17px no-repeat;
	color: #333;
	border: solid 1px #8dc9e8;
	float: left;
	clear: left;
	}
	
.program_callout:hover, .program_callout:active {
	background: #ace1fd url(http://mass-stem-summit.org/images/template_assets/program2016.gif) 17px 17px no-repeat;
	text-decoration: none;
	}

.program_callout a {
	color: #000;
	text-decoration: none;
	font-weight: 700;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
	}
.program_callout p {
	color: #000;
	text-decoration: none;
	display: block;
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 16px;
	font-size: .85em;
	}
	
.quote {
	margin: 9px 13px 25px 15px;
	padding: 30px 30px 35px 30px;
	background: #ededed;
	line-height: 1.5em;
	font-size: 1.25em;
	color: #5E5E5E;
	}

/* -----------------------------------------------------
	DESKTOP - two-column layout 
-------------------------------------------------------- */
.two_column article {
	margin: 10px 20px 0px 0px;
	width: 650px;
	float: left;
	border-right: solid 1px #ddd;
	}
.two_column article h3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0 25px 0;
	}
.two_column article img {
	padding: 0px 0px 0px 0px;
	margin: 5px 20px 10px 0px;
	float: left;
	}
.two_column aside {
	margin: 10px 0px 0px 1%;
	width: 25%;
	float: left;
	text-align: left;
	}

/* -----------------------------------------------------
	DESKTOP - buttons
-------------------------------------------------------- */
.green {
	}
.green a, .green a:visited {
	color: #fff;
	padding: 9px 25px 9px 25px;
	margin: 5px 0px 5px 0px;
	text-align: left;
	background: #69b062;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	display: block;
	}
.green a:hover, .green a:active {
	background: #4f864a;
	}
	
.goback {
	float: left;
	margin: 15px 0px 15px 0px;
	}
.goback a, .goback a:visited {
	color: #666;
	font-size: .85em;
	font-weight: bold;
	padding: 7px 12px 7px 12px;
	text-align: left;
	background: #ddd;
	text-decoration: none;
	text-transform: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	}
.goback a:hover, .goback a:active {
	background: #ccc;
	}

/* -----------------------------------------------------
	DESKTOP - side navigation 
-------------------------------------------------------- */
.sidenav ul {
	display: block;
	border-top: solid 1px #ddd;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
.sidenav ul li {
	display: block;
	border-bottom: solid 1px #ddd;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
.sidenav ul li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 15px;
	text-align: left;
	line-height: 1.4em;
	background: url(http://mass-stem-summit.org/images/template_assets/bg_sidenav.gif) 0 12px no-repeat;
	}
	
/* -----------------------------------------------------
	DESKTOP - side navigation - mac/pc 
-------------------------------------------------------- */

.sidenav ul.macpc {
	display: block;
	border-top: solid 1px #ddd;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
.sidenav ul.macpc li {
	display: block;
	border-bottom: solid 0px #ddd;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
.sidenav ul.macpc li.pctitle, .sidenav ul.macpc li.mactitle {
	display: block;
	border-bottom: solid 1px #ddd;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
	text-align: left;
	font-weight: 600;
	}
.sidenav ul.macpc li a {
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
	text-align: left;
	line-height: 1.4em;
	background: url(http://mass-stem-summit.org/images/template_assets/bg_sidenav.gif) 0 4px no-repeat;
	}

/* -----------------------------------------------------
	DESKTOP - horizontal secondary navigation 
-------------------------------------------------------- */
.menu_landscape {
	display: block;
	text-align: center;
	margin: -5px 5% 30px 5%;
	padding: 0px 0px 20px 0px;
	border-bottom: solid 1px #ddd;
	}
.menu_landscape li {
	display: inline-block;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px 2px;
	}
.menu_landscape li.last {
	display: inline-block;
	text-align: center;
	border-right: solid 1px #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
.menu_landscape li a, .menu_landscape li a:visited {
	display: block;
	text-align: center;
	padding: 7px 15px 7px 15px;
	margin: 0px 0px 0px 0px;
	color: #000;
	background: #e0e0e0;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	}
.menu_landscape li a:hover, .menu_landscape li a:active {
	display: block;
	text-align: center;
	background: #8dc9e8;
	color: #fff;
	text-decoration: none;
	}
.menu_landscape li.active a, .menu_landscape li.active a:visited {
	background: #8dc9e8;
	color: #fff;
	}
.menu_landscape li.active a:hover, .menu_landscape li.active a:active {
	background: #8dc9e8;
	color: #fff;
	}

/* -----------------------------------------------------
	DESKTOP - article styles 
-------------------------------------------------------- */
article ul {
	list-style: disc;
	display: block;
	margin: 0px 0px 1em 30px;
	padding: 0px 0px 0px 0px;
	}
article ul li {
    list-style: disc;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

/* -----------------------------------------------------
	DESKTOP - header 
-------------------------------------------------------- */
header {
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 185px;
	color: #fff;
	width: 100%;
	visibility: visible;
	background: #004063 url(http://mass-stem-summit.org/images/template_assets/bg_masthead.gif) top left repeat-x;
	}
#header_con {
	width: 980px;
	/*max-width: 980px;*/
	margin: 0 auto;
	text-align: center;
	}
#stemlogo {
		height: 142px;
		width: 570px;
		margin: 11px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		overflow: hidden;
		display: inline-block;
		background: url(http://mass-stem-summit.org/images/template_assets/2020b_bg_masthead_logo.gif) center no-repeat;
		}
#stemlogo a, #stemlogo a:visited { 
		display: block;
		height: 142px;
		width: 570px;
		background: url(http://mass-stem-summit.org/images/template_assets/2020b_bg_masthead_logo.gif) center no-repeat;
		text-indent: -9999px;
		padding: 0px;
		overflow: hidden;
		}

/* -----------------------------------------------------
	DESKTOP - main navigation
-------------------------------------------------------- */
nav {
	width: 100%;
	background: #00293f;
	text-align: center;
	float: left;
	}
#mainnav {
	width: 980px;
	/*max-width: 980px;*/
	margin: 0 auto;
	text-align: center;
	background: #00293f;
	color: #fff;
	float: none;
	}
nav ul ul {
	display: none;
	}
nav ul li:hover > ul {
	display: block;
	}
nav ul {
	list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
	}
nav ul li {
	float: left;
    margin: 0;
    padding: 0;
	background: #00293f;
	color: #ccc;
	}
nav ul li:hover a {
	color: #fff;
	background: #001926;
	text-decoration: none;
	}
nav ul li a {
	display: block; 
	padding: 15px 20px;
	color: #ddd;
    text-decoration: none;
    background: none;
	}		
nav ul ul {
    border-radius: 0px;
    padding: 0;
	position: absolute;
	}
nav ul ul li {
	float: none; 
	border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: relative;
	}
nav ul ul li a {
	color: #000000;
	}
nav ul ul li a:hover {
	color: #666666;
	}
nav ul ul ul {
	position: absolute;
    top:0;
	}
.slicknav_menu {
	display:none;
	}
/*
red link on last in main bar

nav ul li.last a, nav ul li.last a:visited {
    background-color: #95140a;
    color: #fff;
    text-weight: 600;
}
nav ul li.last a:hover, nav ul li.last a:active {
    background-color: #b0180c;
    color: #fff;
}*/
	
/* -----------------------------------------------------
	DESKTOP - main content
-------------------------------------------------------- */
#main_content_con {
	width: 100%;
	min-width: 100%;
	background: url(http://mass-stem-summit.org/images/template_assets/bg_maincontent2.jpg) top center no-repeat;
	text-align: center;
	padding: 38px 0px 0px 0px;
	float: left;
	overflow: visible;
	}
#main_content {
	width: 980px;
	/*max-width: 980px;*/
	background: #fff url(http://mass-stem-summit.org/images/template_assets/bg_maincontent.gif) top left repeat-x;
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
	}
#page_title h2 {
	padding: 30px 5% 65px 5%;
	margin: 0px 0px 0px 0px;
	display: block;
	background: url(http://mass-stem-summit.org/images/template_assets/bg_pagetitle.gif) bottom center no-repeat;
	}
#main_content img {
	max-width: 100%;
	}

/* ----------------------------------------------------- 
	DESKTOP - action bar
-------------------------------------------------------- */
#action_bar_con {
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	float: left;
	}
#action_bar {
	width: 980px;
	/*max-width: 980px;*/
	background: #8dc9e8 url(http://mass-stem-summit.org/images/template_assets/bg_actionbar.gif) top left repeat-x;
	margin: 0 auto;
	text-align: left;
	padding: 45px 0px 45px 50px;
	}
#action_bar a, #action_bar a:visited {
	display: inline-block;
	border: solid 1px #d4eaf6;
	margin: 0px 15px 0px 0px;
	padding: 60px 0px 30px 0px;
	width: 280px;
	height: 115px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	color: #00293f;
	}
#action_bar a.sponsor, #action_bar a.sponsor:visited {
	background: url(http://mass-stem-summit.org/images/template_assets/bg_actionsponsor.gif) center top no-repeat;
	}
#action_bar a.sponsor:hover, #action_bar a.sponsor:active {
	background: #aad7ee url(http://mass-stem-summit.org/images/template_assets/bg_actionsponsor.gif) center -115px no-repeat;
	}
#action_bar a.updates, #action_bar a.updates:visited {
	background: url(http://mass-stem-summit.org/images/template_assets/bg_actionemail.gif) center top no-repeat;
	}
#action_bar a.updates:hover, #action_bar a.updates:active {
	background: #aad7ee url(http://mass-stem-summit.org/images/template_assets/bg_actionemail.gif) center -115px no-repeat;
	}
#action_bar a.questions, #action_bar a.questions:visited {
	background: url(http://mass-stem-summit.org/images/template_assets/bg_actionquestions.gif) center top no-repeat;
	}
#action_bar a.questions:hover, #action_bar a.questions:active {
	background: #aad7ee url(http://mass-stem-summit.org/images/template_assets/bg_actionquestions.gif) center -115px no-repeat;
	}
	
/* -----------------------------------------------------
	DESKTOP - social bar
-------------------------------------------------------- */
#social_bar_con {
	width: 100%;
	text-align: center;
	padding: 0px 0px 0px 0px;
	float: left;
	}
#social_bar {
	width: 980px;
	/*max-width: 980px;*/
	margin: 0 auto;
	padding: 0px 45px 0px 45px;
	text-align: left;
	background: url(http://mass-stem-summit.org/images/template_assets/bg_socialbar.gif) top center no-repeat;
	}
#tweets_con {
	margin: 65px 66px 65px 0px;
	padding: 0px 0px 0px 85px;
	float: left;
	text-align: left;
	width: 60%;
	min-height: 70px;
	background: url(http://mass-stem-summit.org/images/template_assets/bg_socialtwitter.gif) top left no-repeat;
	}
.tweet {
	color: #91abb9;
	line-height: 1.5em;
	}
.tweet a, .tweet a:visited {
	font-size: 0.85em;
	color: #91abb9;
	text-decoration: underline;
	}
.tweet a:hover, .tweet a:active {
	color: #fff;
	text-decoration: none;
	}
#moretweets {
	display: block;
	color: #99ccff;
	line-height: 1.5em;
	}
#youtube {
	  height: 76px;
	  width: 130px;
	  margin: 65px 20px 0px 0px;
	  padding: 0px 0px 0px 0px;
	  overflow: hidden;
	  display: inline-block;
	  }
#youtube a, #youtube a:visited { 
	  display: block;
	  height: 76px;
	  width: 130px;
	  background: #00456a url(http://mass-stem-summit.org/images/template_assets/bg_socialyoutube.gif) center top no-repeat;
	  text-indent: -9999px;
	  padding: 0px;
	  overflow: hidden;
	  border: solid 1px #00293f;
	  }
#youtube a:hover, #youtube a:active { 
	  background: #005481 url(http://mass-stem-summit.org/images/template_assets/bg_socialyoutube.gif) center -76px no-repeat;
	  border: solid 1px #407fa1;
	  }
#flickr {
	  height: 76px;
	  width: 130px;
	  margin: 65px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;
	  overflow: hidden;
	  display: inline-block;
	  }
#flickr a, #flickr a:visited { 
	  display: block;
	  height: 76px;
	  width: 130px;
	  background: #00456a url(http://mass-stem-summit.org/images/template_assets/bg_socialflickr.gif) center top no-repeat;
	  text-indent: -9999px;
	  padding: 0px;
	  overflow: hidden;
	  border: solid 1px #00293f;
	  }
#flickr a:hover, #flickr a:active { 
	  background: #005481 url(http://mass-stem-summit.org/images/template_assets/bg_socialflickr.gif) center -76px no-repeat;
	  border: solid 1px #407fa1;
	  }

/* ----------------------------------------------------- 
	DESKTOP - hosted & sponsored by
-------------------------------------------------------- */
#host_title_con {
	width: 100%;
	background: #dfdfdf;
	text-align: center;
	padding: 0px 0px 0px 0px;
	float: left;
	}
#host_title {
	width: 980px;
	background-color: #dfdfdf;
	margin: 0 auto;
	}
#host_title h2 {
	display: block;	
	padding: 30px 0px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	text-transform: uppercase;
	}
#hosted_bar_con {
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 0px 0px 0px 0px;
	float: left;
	}
#hosted_bar {
	width: 980px;
	/*max-width: 980px;*/
	margin: 0 auto;
	padding: 65px 0;
	text-align: center;
	background: #fff url(http://mass-stem-summit.org/images/template_assets/bg_host.gif) top center no-repeat;
	}
#stem_advisory {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	}
#mbr {
	display: inline-block;
	margin: 0px 0px 0px 30px;
	}
#umdi {
	display: inline-block;
	margin: 0px 0px 0px 60px;
	}
#wgbh_home {
	display: inline-block;
	margin: 0px 0px 0px 60px;
	}

/* -----------------------------------------------------
	DESKTOP - footer
-------------------------------------------------------- */
footer {
	width: 100%;
	text-align: center;
	float: left;
	}
#footer_center {
	width: 980px;
	/*max-width: 980px;*/
	margin: 0 auto;
	color: #6aa1be;
	text-align: center;
	font-family: droid_sans, Arial, Helvetica, sans-serif;
	padding: 65px 0;
	}
	
/* ------------------------------------------------------
	DESKTOP - homepage
-------------------------------------------------------- */
#whatwherewhen {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: .07em;
	font-size: 1.05em;
	}
.event_date {
	margin: 0px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
	border-right: solid 1px #ccc;
	}
.event_time {
	margin: 0px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
	border-right: solid 1px #ccc;
	}
.event_location {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#homeintro {
	display: block;
	width: 570px;
	float: left;
	clear: none;
	margin: 45px 0px 0px 45px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
#homesidebar {
	display: block;
	width: 275px;
	float: left;
	clear: none;
	margin: 8px 0px 0px 30px;
	padding: 5px 0px 0px 0px;
	text-align: left;
	}

/* -----------------------------------------------------
	DESKTOP - sponsors - index
-------------------------------------------------------- */
/* horizontal secondary navigation */

.sponsors .menu_landscape {
	display: block;
	text-align: center;
	margin: -5px 5% 30px 5%;
	padding: 0px 0px 20px 0px;
	border-bottom: solid 1px #ddd;
	}
.sponsor_row {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 30px 0px;
	text-align: center;
	display: block;
	float: left;
	border-bottom: solid 1px #ddd;
	}
.sponsor_row img {
	float: none;
	clear: none;
	margin: 0px 20px 10px 0px;
	border: 0px;
	}
.sponsor_line_2 {
	/*background: url(http://mass-stem-summit.org/images/template_assets/bg_sponsor_line.gif) top left repeat-x;*/
	text-align: center;
	}
.sponsor_line_2 h3 {
	margin: 0px auto 20px auto;
	padding: 8px 8px 8px 20px;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.25em;
	background: #fff;
	display: block;
	width: 200px;
	}
.sponsorbox {
	height: 125px;
	width: 200px;  
	display: inline-block;
	margin: 0px 9px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
	
/* -----------------------------------------------------
	DESKTOP - sponsors - info
-------------------------------------------------------- */

.sponsorship_info #intro_text {
	margin: 0px 7% 0px 7%;
	background: url(http://mass-stem-summit.org/images/template_assets/bg_sponsor_circle.jpg) top left no-repeat;
	}
.sponsorship_info #intro_text p {
	display: block;
	padding: 0px 0px 0px 175px;
	}
.sponsorship_info #intro_text .green {
	margin: 30px 0px 30px 450px;
	padding: 0px 0px 15px 0px;
	}
.sponsorship_info #intro_text .green a {
/*	float: left;
	clear: left;*/
	}
#sponsor_sheet {
	display: none;
	}
/* sponsorship table */ 
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0d0d0d;
	padding: 6px;
	}
#sponsorship_table {
	width: 100%;
	border-collapse:collapse;
	margin: 50px 0px 30px 0px;
	}
.heading {
	background-color:#003959;
	color: #ffffff;	
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0px 10px 15px;
	}
.lightbluebar {
	background-color:#7fb1cb;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	border:2px solid #fff;
	}
.textcells {
	background-color:#d8d8d8;
	border:2px solid #fff;
	}
.data_star {
	background:#d8d8d8 url(../images/GreenStar.gif) no-repeat center;
	border:2px solid #fff;
	}	
.data_blank {
	background:#d8d8d8;
	border:2px solid #fff;
	}	
.data_numbers {
	background:#d8d8d8;
	border:2px solid #fff;
	font-size:11pt;
	color:#117d43;
	font-weight:bold;
	text-align:center;
	}
.column1 {
	width: 327px;
	}
.column2-4 {
	width: 85px;
	}
	
/* -----------------------------------------------------
	DESKTOP - sponsors - initiatives list
-------------------------------------------------------- */
.list_initiatives #intro_text {
	margin: 0px 20% 0px 20%;
	}
.list_initiatives #intro_text p {
	}
.list_initiatives #intro_text ul {
	display: block;
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	}
.list_initiatives #intro_text ul li {
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border-bottom: solid 1px #ddd;
	background: url(http://mass-stem-summit.org/images/template_assets/bg_listitem2.gif) right 13px no-repeat;
	}
.list_initiatives #intro_text ul li:hover {
	background: url(http://mass-stem-summit.org/images/template_assets/bg_listitem2.gif) right -109px no-repeat;
	}
.list_initiatives #intro_text ul li a, .list_initiatives #intro_text ul li a:visited {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 8px 15px 9px 0px;
	}	
.list_initiatives #intro_text ul li a:hover, .list_initiatives #intro_text ul li a:active {
	}

/* -----------------------------------------------------
	DESKTOP - sponsors - initiatives single
-------------------------------------------------------- */	

/* ------------------------------------------------------
	DESKTOP - schedule
-------------------------------------------------------- */
.schedorg {
	visibility: hidden;
	display: none;
	}
.schedule .intro_text {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	text-align: center;
	border-bottom: solid 1px #ddd;
	}

/* -----------------------------------------------------
	DESKTOP - registration
-------------------------------------------------------- */
#reg_contact {
	margin: 10px 10% 20px 10%;
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height: 1.5em;
	}
#gen_reg, #stu_reg {
	margin: 10px 5% 10px 5%;
	padding: 25px 35px 15px 35px;
	border-top: solid 4px #8ec9e9;
	background-color: #e0e0e0;
	}
#stu_reg {
	margin: 30px 5% 45px 5%;
	}
.reg_text {
	width: 550px;
	float: left;
	}
.reg_link {
	float: right;
	text-align: center;
	}
.reg_text h3, .reg_text h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.25em;
	}
.reg_link a, .reg_link a:visited {
	display: block;
	color: #fff;
	padding: 9px 35px 7px 35px;
	margin: 5px 0px 5px 0px;
	text-align: center;
	background: #69b062;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	/*	border-bottom: solid 4px #5b9a55;*/
	}
.reg_link a:hover, .reg_link a:active {
	background: #4f864a;
	}
.reg_link p {
	font-size: .85em;
	font-weight: bold;
	}
.registration_page .intro_text {
	margin: 10px 5% 40px 5%;
	padding: 0px 0px 0px 0px;
	font-size: 1em;
/*	background: url(http://mass-stem-summit.org/images/template_assets/reg_arrow.gif) 0px 5px no-repeat;*/
	}
.reg_extr_info { 
	display: block; 
	clear: left; 
	width: 100%; 
	margin: 5px 0px 0px 0px; 
	padding: 20px 0px 15px 0px; 
	text-align: center; 
	font-weight: 800; 
	border-top: solid 1px #ccc;
    font-size: 1.15em;
	}

/*.registration_page .intro_text {
	margin: 0px 10% 35px 10%;
	padding: 75px 0px 0px 0;
	font-size: 1em;
	background: url(http://mass-stem-summit.org/images/template_assets/icon_lock.gif) top center no-repeat;
	text-align: center;
	}*/
	
.registration_page .intro_text ol {
	list-style: decimal;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	}
.registration_page .intro_text ol li {
	list-style: decimal;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}

/* -----------------------------------------------------
	DESKTOP - date and location
-------------------------------------------------------- */
.location_page #whatwherewhen {
	padding: 0px 0px 30px 0px;
	}
	
/* -----------------------------------------------------
	DESKTOP - news
-------------------------------------------------------- */
.update_list {
	display: block;
	margin: 0px 5% 25px 5%;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
.update_list li {
	display: block;
	border-bottom: solid 1px #ddd;
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 8px 0px;
	text-align: left;
	background: url(http://mass-stem-summit.org/images/template_assets/bg_listitem2.gif) right 14px no-repeat;
	}
.update_list li:hover {
	background: url(http://mass-stem-summit.org/images/template_assets/bg_listitem2.gif) right -108px no-repeat;
	}
.update_list li a {
	display: block;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height: 1.4em;
	}
.update_date {
	margin: 0px 0px 0px 0px;
	width: 150px;
	float: left;
	}
.update_title {
	width: 550px;
	float: left;
	}
	
/* ------------------------------------------------------
	DESKTOP - contact
-------------------------------------------------------- */
.contact_page .intro_text {
	margin: 10px 7% 30px 7%;
	padding: 70px 0px 0px 0px;
	background: url(http://mass-stem-summit.org/images/template_assets/icon_questions.gif) top center no-repeat;
	text-align: center;
	line-height: 1.7em;
	}
.contact_page .intro_text h3, #sponsor_contact h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1em;
	}
#sponsor_contact {
	margin: 35px 10% 10px 10%;
	padding: 10px 35px 35px 35px;
	border-top: solid 4px #8ec9e9;
	background-color: #e0e0e0;
	text-align: center;
	}
#sponsor_contact p {
	display: block;
	width: 250px;
	text-align: left;
	float: left;
	margin: 15px 0px 0px 0px;
	}
#sponsor_contact p.lynn {
	margin: 15px 25px 0px 50px;
	width: 300px;
	}

/* ------------------------------------------------------
	DESKTOP - sponsor_form
-------------------------------------------------------- */
.sponsor_form .intro_text {
	margin: 10px 10% 30px 10%;
	padding: 10px 0px 0px 95px;
	background: url(http://mass-stem-summit.org/images/template_assets/icon_sponsors.gif) top left no-repeat;
	text-align: left;
	line-height: 1.7em;
	min-height: 65px;
	}
#sponsor_form_con {
	margin: 35px 0 10px 200px;
	padding: 10px 0px 35px 35px;
	border-top: solid 4px #8ec9e9;
	background-color: #e0e0e0;
	text-align: left;
	width: 475px;
	}
input {
	border: solid 1px #ccc;	
	border-top: solid 1px #999999;	
	padding: 5px;
	}
.text_input input {
	width: 300px;
	}

/* ------------------------------------------------------
	DESKTOP - history year
-------------------------------------------------------- */
.history_year_page .intro_text {
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}	

.history_year_page .intro_text p {	
	text-transform: uppercase;
	text-align: center;
	}
#event_images {
	margin: 50px 0px 0px 0px;
	padding: 20px 35px 35px 35px;
	background: #e0e0e0 /*url(http://mass-stem-summit.org/images/template_assets/bg_white_arrow.gif) top center no-repeat*/;
	text-align: center;
	}
#event_images h3, #event_videos h3 {
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.25em;
	}
#event_images a, #event_images a:visited {
	display: inline-block;
	margin: 11px 5px 11px 5px;
	padding: 0px 0px 0px 0px;
	border: solid 5px #bbb;
	width: 135px;
	height: 90px;
	text-indent: -9999px;
	padding: 0px;
	overflow: hidden;
	}
#event_images a:hover, #event_images a:active {
	border: solid 5px #fff;
	}
#event_images img {
	display: block;
	}
#event_images .green a, #event_images .green a:visited {
	display: inline-block;
	width: auto;
	height: auto;
	text-indent: 0px;
	color: #fff;
	padding: 9px 25px 9px 25px;
	margin: 15px 0px 5px 0px;
	text-align: left;
	background: #69b062;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border: solid 0px #fff; 
	}
#event_images .green a:hover, #event_images .green a:active {
	background: #4f864a;
	}
#event_videos {
	margin: 30px 0px 0px 0px;
	padding: 0px 35px 35px 35px;
	text-align: center;
	}
#event_videos a, #event_videos a:visited {
	float: left;
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	background: #e0e0e0;
	color: #333;
	}
#event_videos a:hover, #event_videos a:active {
	font-size: .85em;
	font-weight: bold;
	text-decoration: none;
	background: #8dc9e8;
	color: #333;
	}
.video_box {
	display: inline-block;
	text-align: center;
	width: 243px;
	background: #e0e0e0;
	margin: 13px 7px 13px 7px;
	padding: 0px 0px 0px 0px;
	}
.video_box img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
.video_box p {
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
	}
.program_link {
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 100%;
	}
.program_link a, .program_link a:visited {
	color: #fff;
	padding: 9px 25px 9px 25px;
	margin: 5px 0px 5px 0px;
	background: #69b062;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	display: inline-block;
	text-align: center;
	width: 300px;
	}
.program_link a:hover, .program_link a:active {
	background: #4f864a;
	}
/* ------------------------------------------------------
	DESKTOP - resource_room 
-------------------------------------------------------- */
.resource_list {
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.resource_list li {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 25px 10px 0px;
	line-height: 1.35em; 
	border-bottom: dotted 1px #ddd;
	background: url(http://mass-stem-summit.org/images/template_assets/bg_listitem2.gif) right 3px no-repeat;
	}
.resource_list li:hover {
	background: url(http://mass-stem-summit.org/images/template_assets/bg_listitem2.gif) right -119px no-repeat;
	}
.resource_list a {
	display: block;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px; 
	}	
.resource_org {
	padding: 0px 0px 0px 14px;
	background: url(http://mass-stem-summit.org/images/template_assets/icon_dot2.gif) left 5px no-repeat;
	}
#biogen_grant {
	display: block;
	padding: 0px 0px 0px 23px;
	background: url(http://mass-stem-summit.org/images/template_assets/icon_star.gif) left 4px no-repeat;
	}
	
/* -----------------------------------------------------
	DESKTOP - proposal - index
-------------------------------------------------------- */

.proposal_strip {
	margin: 10px 50px 20px 50px;
	padding: 0px 0px 0px 0px;
	display: block;
	}
	
/* -----------------------------------------------------
	DESKTOP - twitter
-------------------------------------------------------- */

.interact {
	display: none;
	}
.tweet a, .tweet a:visited {
	font-size: 1em;
	color: #ccc;
	text-decoration: none;
	}
.tweet a:hover, .tweet a:active {
	text-decoration: underline;
	}

/* -----------------------------------------------------
	DESKTOP - announcement
-------------------------------------------------------- */

 .announcement {
                  display: block;
                  padding: 35px 75px 30px 75px;
                  margin: 40px 45px 0px 45px;
                  border: #a0dbf9;
                  text-align: center;
                  background-color: #c8ecff
                  /*background: #c8ecff url(http://mass-stem-summit.org/images/registration_img.png) 65px 50px no-repeat;*/
              }
  .announcement h3 {

                  display: block;
                  padding: 0px 0px 0px 0px;
                  margin: 0px 0px 10px 0px;
                  text-align: center;
                  color: #000;
                  font-size: 2em;
                  font-weight: 700;
                  /*border-bottom: 1px #000 dotted;*/
                }
  .announcement p {

                  display: block;
                  padding: 0px 0px 10px 0px;
                  margin: 0px 0px 0px 0px;
                  text-align: center;
                  color: #000;
                  font-size: 1.05em;
                }
.message_links {
    margin: 25px 0px 0px 0px;
}

.message {
    display: block;
    float: left;
    clear: none;
    width: 48%;
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    }
.update_message {
    display: block;
    float: right;
    clear: none;
    width: 48%;
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    }
.update_message a, .message a, .update_message a:visited, .message a:visited  {
    display: block;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 25px 15px 25px 15px;
    border: solid 1px #fff;
    }
.update_message a:hover, .message a:hover, .update_message a:active, .message a:active  {
    text-decoration: none;
    border: solid 1px #00649b;
    background-color: #d4f0fe;
    color: #000;
    }

  .reg_link2 {
      display: block;
      float: left;
      clear: left;
      text-align: center;
         }

.reg_link2 a, .reg_link2 a:visited {
	display: block;
	color: #fff;
	padding: 9px 35px 7px 35px;
	margin: 5px 0px 5px 0px;
	text-align: center;
	background: #69b062;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	/*	border-bottom: solid 4px #5b9a55;*/
	}
.reg_link2 a:hover, .reg_link2 a:active {
	background: #4f864a;
	}
.reg_link2 p {
	font-size: .85em;
	font-weight: bold;
	}

@media only screen and (max-width:768px) {
    
.message, .update_message {
    float: none;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    }
    
    }

/* -----------------------------------------------------
	DESKTOP - announcement 2
-------------------------------------------------------- */

 .announcement2 {
      display: block;
      padding: 35px 35px 30px 35px;
      margin: 40px 45px 45px 45px;
      border: #a0dbf9;
      text-align: left;
      background-color: #c8ecff;
      /*background: #c8ecff url(http://mass-stem-summit.org/images/registration_img.png) 65px 50px no-repeat;*/
      }
  .announcement2 h3 {
      display: block;
      padding: 0px 0px 0px 0px;
      margin: 0px 0px 10px 0px;
      text-align: left;
      color: #000;
      font-size: 2em;
      font-weight: 700;
      }
  .announcement2 p {
      display: block;
      padding: 0px 0px 10px 0px;
      margin: 0px 0px 0px 0px;
      text-align: left;
      color: #000;
      font-size: 1.05em;
      }
.announcement2_left {
      display: block;
      width: 15%;
      float: left;
      clear: none;
      text-align: center;
      }
.announcement2_left img {
      display: block;
      border: solid 3px #fff;
     border-radius: 50%;
      }
.announcement2_right {
      display: block;
      width: 80%;
      float: right;
      clear: none;
      text-align: left;
      padding: 20px 0px 0px 0px;
      }

@media only screen and (max-width:768px) {
    
    .announcement2_left {
      display: none;
      }
    .announcement2_right {
      display: block;
      width: 100%;
      float: none;
      text-align: center;
      padding: 0px 0px 0px 0px;
      }
    
    }

 

	
/* ////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
	768px
///////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////*/

@media only screen and (max-width:768px) {

/* ------------------------------------------------------
	Tablet Portrait 768 - width reset
-------------------------------------------------------- */
body {
	min-width: 100%;
	}
#header_con, #mainnav, #main_content, #action_bar, #social_bar, #host_title, #hosted_bar, #footer_center   {
	width: 100%;
	}
h2 {
	font-size: 1.75em;
	}

/* -----------------------------------------------------
	Tablet Portrait 768 - horizontal secondary navigation 
-------------------------------------------------------- */
.menu_landscape {
	margin: -5px 5% 20px 5%;
	}
.menu_landscape li {
	margin: 0px 0px 5px 0px;
	}
.menu_landscape li a, .menu_landscape li a:visited {
	width: auto;
	}
	
/* -----------------------------------------------------
	Tablet Portrait 768 - two-column layout 
-------------------------------------------------------- */
.two_column article {
	margin: 10px 5% 0px 5%;
	padding: 0px 0px 15px 0px;
	width: auto;
	float: none;
	border-right: solid 0px #fff;
	}
.two_column aside {
	margin: 10px 5% 0px 5%;
	width: auto;
	}

/* ------------------------------------------------------
	Tablet Portrait 768 - main navigation
-------------------------------------------------------- */
nav ul li a {
	padding: 15px 10px;
	}

/* ------------------------------------------------------
	Tablet Portrait 768 - main content
-------------------------------------------------------- */
#main_content {
	padding: 0px 0px 20px 0px;
	}

/* ------------------------------------------------------
	Tablet Portrait 768 - homepage
-------------------------------------------------------- */
#whatwherewhen {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	}
#homeintro {
	display: block;
	width: 100%;
	float: left;
	clear: left;
	margin: 35px 0px 0px 0px;
	padding: 0px 5% 0px 5%;
	}
#homesidebar {
	display: block;
	width: 100%;
	float: left;
	clear: left;
	margin: 10px 0px 10px 0px;
	padding: 0px 5% 0px 5%;
	}

/* ------------------------------------------------------
	Tablet Portrait 768 - action bar
-------------------------------------------------------- */
#action_bar {
	text-align: left;
	padding: 35px 0px 35px 15px;
	}
#action_bar a, #action_bar a:visited {
	display: inline-block;
	border: solid 1px #d4eaf6;
	margin: 5px 0px 0px 0px;
	padding: 15px 0px 15px 50px;
	width: 240px;
	height: auto;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	}
#action_bar a.sponsor, #action_bar a.sponsor:visited {
	background: url(http://mass-stem-summit.org/images/template_assets/bg_actionsponsor.gif) 14px -14px no-repeat;
	}
#action_bar a.sponsor:hover, #action_bar a.sponsor:active {
	background: #aad7ee url(http://mass-stem-summit.org/images/template_assets/bg_actionsponsor.gif) 14px -130px no-repeat;
	}
#action_bar a.updates, #action_bar a.updates:visited {
	background: url(http://mass-stem-summit.org/images/template_assets/bg_actionemail.gif) 13px -14px no-repeat;
	}
#action_bar a.updates:hover, #action_bar a.updates:active {
	background: #aad7ee url(http://mass-stem-summit.org/images/template_assets/bg_actionemail.gif) 13px -130px no-repeat;
	}
#action_bar a.questions, #action_bar a.questions:visited {
	background: url(http://mass-stem-summit.org/images/template_assets/bg_actionquestions.gif) 12px -14px no-repeat;
	}
#action_bar a.questions:hover, #action_bar a.questions:active {
	background: #aad7ee url(http://mass-stem-summit.org/images/template_assets/bg_actionquestions.gif) 12px -130px no-repeat;
	}

/* ------------------------------------------------------
	Tablet Portrait 768 - social bar
-------------------------------------------------------- */
#social_bar {
	padding: 0px 0px 0px 0px;
	background: url(http://mass-stem-summit.org/images/template_assets/bg_socialbar.gif) top center no-repeat;
	text-align: center;
	}
#tweets_con {
	margin: 35px 5% 20px 5%;
	padding: 0px 0px 20px 85px;
	text-align: left;
	width: auto;
	border-bottom: solid 1px #407fa1;
	}
#youtube {
	margin: 0px 20px 35px 0px;
	}
#flickr {
	margin: 0px 0px 35px 0px;
	}	

/* ------------------------------------------------------
	Tablet Portrait 768 - hosted & sponsored by
-------------------------------------------------------- */
#host_title h2 {
	padding: 25px 0px;
	font-size: 1.15em;
	}
#hosted_bar {
	padding: 50px 0;
	}
#stem_advisory {
	margin: 0px 30px 0px 150px;
	}
#mbr {
	margin: 0px 150px 0px 0px;
	}
#umdi {
	margin: 0px 30px 0px 150px;
	}
#wgbh_home {
	margin: 30px 150px 0px 0px;
	}	

/* -----------------------------------------------------
	DESKTOP - footer
-------------------------------------------------------- */
#footer_center {
	padding: 35px 0;
	}
	
/* -----------------------------------------------------
	Tablet Portrait 768 - sponsors - index
-------------------------------------------------------- */
/* horizontal secondary navigation */

.sponsors .menu_landscape {
	display: block;
	text-align: center;
	margin: -5px 5% 30px 5%;
	padding: 0px 0px 20px 0px;
	border-bottom: solid 1px #ddd;
	}
.sponsor_row {
	margin: 15px 0px 15px 0px;
	}
.sponsor_row img {
	margin: 0px 0px 10px 0px;
	}
.sponsor_line_2 h3 {
	padding: 8px 0px 8px 0px;
	}
.sponsorbox {
	height: 125px;
	width: 200px;  
	display: inline-block;
	margin: 0px 9px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
	
/* -----------------------------------------------------
	Tablet Portrait 768 - sponsors - info
-------------------------------------------------------- */
.sponsorship_info #intro_text {
	margin: 0px 0px 0px 0px;
	padding: 175px 0px 0px 0px;
	background: url(http://mass-stem-summit.org/images/template_assets/bg_sponsor_circle.jpg) top center no-repeat;
	}
.sponsorship_info #intro_text p {
	padding: 0px 0px 0px 0px;
	}

.sponsorship_info #intro_text .green {
	margin: 30px 0px 30px 0px;
	width: auto;
	}
	
/* -----------------------------------------------------
	Tablet Portrait 768 - news
-------------------------------------------------------- */
.update_list {
	margin: 0px 0px 25px 0px;
	}
.update_date {
	margin: 0px 0px 0px 0px;
	width: auto;
	float: left;
	}
.update_title {
	width: auto;
	float: left;
	}
	
/* ------------------------------------------------------
	Tablet Portrait 768 - contact
-------------------------------------------------------- */
#sponsor_contact {
	margin: 35px 0px 10px 0px;
	padding: 10px 35px 35px 35px;
	border-top: solid 4px #8ec9e9;
	background-color: #e0e0e0;
	text-align: center;
	}
#sponsor_contact p {
	display: block;
	width: auto;
	text-align: left;
	float: left;
	margin: 15px 0px 0px 0px;
	}
#sponsor_contact p.lynn {
	margin: 15px 40px 0px 0px;
	width: auto;
	}
	
/* ------------------------------------------------------
	Tablet Portrait 768 - sponsor_form
-------------------------------------------------------- */
.sponsor_form .intro_text {
	margin: 10px 0px 30px 0px;
	padding: 95px 0px 0px 0px;
	background: url(http://mass-stem-summit.org/images/template_assets/icon_sponsors.gif) top center no-repeat;
	}
#sponsor_form_con {
	margin: 35px 0 10px 0px;
	padding: 30px 10% 35px 10%;
	border-top: solid 4px #8ec9e9;
	background-color: #e0e0e0;
	text-align: left;
	width: auto;
	}
input {
	border: solid 1px #ccc;	
	border-top: solid 1px #999999;	
	padding: 5px;
	width: auto;
	}
.text_input input {
	width: 100%;
	}
	
/* -----------------------------------------------------
	Tablet Portrait 768 - registration
-------------------------------------------------------- */
#gen_reg, #stu_reg {
	margin: 10px 0px 10px 0px;
	}
#stu_reg {
	margin: 30px 0px 45px 0px;
	}
.reg_text {
	width: auto;
	}
.reg_link {
	float: left;
	clear: left;
	text-align: center;
	}
/*.registration_page .intro_text {
	margin: 0px 0px 35px 0px;
	padding: 0px 0px 0px 90px;
	font-size: 1em;
	background: url(http://mass-stem-summit.org/images/template_assets/icon_alert.gif) top left no-repeat;
	}*/
	
/* -----------------------------------------------------
	Tablet Portrait 768 - news
-------------------------------------------------------- */
.update_title {
	width: auto;
	float: left;
	clear: left;
	}
	
/* -----------------------------------------------------
	Tablet Portrait 768 - index
-------------------------------------------------------- */

.proposal_strip {
	display: none;
	}	
    
/* -----------------------------------------------------
	768 - announcement
-------------------------------------------------------- */

 .announcement {
                  display: block;
                  padding: 35px 45px 30px 45px;
                  margin: 40px 45px 0px 45px;
                  border: #a0dbf9;
                  text-align: left;
                  background: #c8ecff url() center 25px no-repeat;
              }
	
	
}	
/* ////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
	640px
///////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////*/

@media only screen and (max-width:640px) {
	
/* ------------------------------------------------------
	Smartphone 640px - main navigation
-------------------------------------------------------- */
nav {
	min-width: 0px;
	}
.js #menu {
	display:none;
	}
.js .slicknav_menu {
	display: block;
	float: left; /* pushes content down */
	width: 100%;
	}
	
/* User Default Style
   Change the following styles to modify the appearance of the menu. */
.slicknav_menu {
    font-size: 1.15em;
	}

/* Button  - change color of menu bar */
.slicknav_btn {
	margin: 0px 0px 0px 0px;
	padding: 5px 25px 5px 25px;
	text-decoration:none;  
	background-color: #00293f;
	width: 100%;
	}

/* Button Text */
.slicknav_menu  .slicknav_menutxt {
	color: #fff;
	}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
	background-color: #f5f5f5;
	margin: 0px 0px 0px 100px;
	padding: 0px 0px 0px 0px;
	}
.slicknav_menu {
	background: #4c4c4c;
    padding: 0px 0px 0px 0px;
	}
.slicknav_nav {
	color: #fff;
	margin:0;
	padding:0;
	font-size:0.875em;
	}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	}
.slicknav_nav ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	}
.slicknav_nav .slicknav_row {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
.slicknav_nav a {
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
    text-decoration:none;
    color: #333;
	background: #bcbcbc; /* changes color of link background */
	border-bottom: solid 1px #ccc;
	}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
.slicknav_nav .slicknav_row:hover {
    background: #aaa;
    color: #fff;
	}
.slicknav_nav a:hover{
    background: #aaa;
    color: #fff;
	}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
	}

/* ------------------------------------------------------
	Smartphone 640px - homepage
-------------------------------------------------------- */

/* waterfall change */
#whatwherewhen {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: .07em;
	font-size: 1.05em;
	}
.event_date {
	display: inline-block;
	width: 70%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-right: solid 0px #fff;
	border-bottom: solid 1px #ccc;
	}
.event_time {
	display: inline-block;
	width: 70%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-right: solid 0px #fff;
	border-bottom: solid 1px #ccc;
	}
.event_location {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
/* waterfall change */


/* ------------------------------------------------------
	Smartphone 640px - action bar
-------------------------------------------------------- */

/* waterfall change */
#action_bar {
	text-align: left;
	padding: 25px 25px 25px 25px;
	}
#action_bar a, #action_bar a:visited {
	display: inline-block;
	border: solid 1px #d4eaf6;
	margin: 5px 0px 0px 0px;
	padding: 15px 0px 15px 50px;
	width: 100%;
	height: auto;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	}
#action_bar a.sponsor, #action_bar a.sponsor:visited {
	background: url(http://mass-stem-summit.org/images/template_assets/bg_actionsponsor.gif) 14px -14px no-repeat;
	}
#action_bar a.sponsor:hover, #action_bar a.sponsor:active {
	background: #aad7ee url(http://mass-stem-summit.org/images/template_assets/bg_actionsponsor.gif) 14px -130px no-repeat;
	}
#action_bar a.updates, #action_bar a.updates:visited {
	background: url(http://mass-stem-summit.org/images/template_assets/bg_actionemail.gif) 13px -14px no-repeat;
	}
#action_bar a.updates:hover, #action_bar a.updates:active {
	background: #aad7ee url(http://mass-stem-summit.org/images/template_assets/bg_actionemail.gif) 13px -130px no-repeat;
	}
#action_bar a.questions, #action_bar a.questions:visited {
	background: url(http://mass-stem-summit.org/images/template_assets/bg_actionquestions.gif) 12px -14px no-repeat;
	}
#action_bar a.questions:hover, #action_bar a.questions:active {
	background: #aad7ee url(http://mass-stem-summit.org/images/template_assets/bg_actionquestions.gif) 12px -130px no-repeat;
	}
/* waterfall change */	

/* ------------------------------------------------------
	Smartphone 640px - hosted & sponsored by
-------------------------------------------------------- */
#stem_advisory {
	margin: 0px 25px 0px 0px;
	}
#mbr {
	margin: 0px 0px 0px 25px;
	}
#umdi {
	margin: 30px 25px 0px 0px;
	}
#wgbh_home {
	margin: 30px 0px 0px 25px;
	}	
/* waterfall change */	

	
/* ------------------------------------------------------
	Smartphone 640px - sponsor_form
-------------------------------------------------------- */
#sponsor_form_con {
	padding: 30px 10% 35px 10%;
	}
}
/* ////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
	568px
///////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////*/

@media only screen and (max-width:568px) {

body {
	font-size: 16px;
	line-height: 20px;
	}
	
/* -----------------------------------------------------
	Smartphone 568px - header 
-------------------------------------------------------- */
header {
	height: 195px;
	background: #004063 url(http://mass-stem-summit.org/images/template_assets/bg_header568.gif) top left repeat-x;
	}
#stemlogo {
		height: 195px;
		width: 520px;
		margin: 11px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		overflow: hidden;
		background: url(http://mass-stem-summit.org/images/template_assets/2020b_bg_masthead_logo568.gif) top center no-repeat;
		}
#stemlogo a, #stemlogo a:visited { 
		display: block;
		height: 195px;
		width: 520px;
		background: url(http://mass-stem-summit.org/images/template_assets/2020b_bg_masthead_logo568.gif) top center no-repeat;
		text-indent: -9999px;
		padding: 0px;
		overflow: hidden;
		}

/* -----------------------------------------------------
   Smartphone 568px - initiatives list
-------------------------------------------------------- */
.list_initiatives #intro_text {
	margin: 0px 10% 0px 10%;
	}
}

/* ////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
	480px
///////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////*/

@media only screen and (max-width:480px) {

body {
	font-size: 16px;
	line-height: 20px;
	}
h2 {
	font-size: 1.35em;
	}
	
/* -----------------------------------------------------
	Smartphone 480px - header 
-------------------------------------------------------- */
header {
	height: 154px;
	background: #004063 url(http://mass-stem-summit.org/images/template_assets/bg_header480.gif) top left repeat-x;
	}
#stemlogo {
	height: 154px;
	width: 480px;
	margin: 11px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	background: url(http://mass-stem-summit.org/images/template_assets/2020b_bg_masthead_logo480.gif) top center no-repeat;
	}
#stemlogo a, #stemlogo a:visited { 
	display: block;
	height: 154px;
	width: 480px;
	background: url(http://mass-stem-summit.org/images/template_assets/2020b_bg_masthead_logo480.gif) top center no-repeat;
	text-indent: -9999px;
	padding: 0px;
	overflow: hidden;
	}
		
/* ------------------------------------------------------
	Smartphone 480px - hosted & sponsored by
-------------------------------------------------------- */
 #hosted_bar_con h2 {
	padding: 20px 0px;
	}
#hosted_bar {
	padding: 45px 0;
	}
#stem_advisory {
	margin: 0px 0px 50px 0px;
	width: 100%;
	}
#mbr {
	margin: 0px 0px 50px 0px;
	width: 100%;
	}
#umdi {
	margin: 0px 0px 50px 0px;
	width: 100%;
	}
#wgbh_home {
	margin: 0px 0px 0px 0px;
	width: 100%;
	}	
	
	
.reg_extr_info { 
	display: block; 
	clear: left; 
	width: 100%; 
	margin: 25px 0px 0px 0px; 
	padding: 20px 0px 15px 0px; 
	text-align: left; 
	font-weight: 800; 
	border-top: solid 0px #ccc;
	}
	
}

/* ////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
	360px
///////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////*/

@media only screen and (max-width:360px) {
body {
	font-size: 16px;
	line-height: 20px;
	}
h2 {
	font-size: 1.35em;
	}
	
/* -----------------------------------------------------
	Smartphone 360px - main content
-------------------------------------------------------- */
#page_title h2 {
	padding: 25px 5% 60px 5%;
	line-height: 1.35em;
	}
	
	
/* -----------------------------------------------------
	Smartphone 360px - header 
-------------------------------------------------------- */
header {
	height: 200px;
	background: #004063 url(http://mass-stem-summit.org/images/template_assets/bg_header320.gif) top left repeat-x;
	}
#stemlogo {
		height: 200px;
		width: 320px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		overflow: hidden;
		background: url(http://mass-stem-summit.org/images/template_assets/2020b_bg_masthead_logo320.gif) top center no-repeat;
		}
#stemlogo a, #stemlogo a:visited { 
		display: block;
		height: 200px;
		width: 320px;
		background: url(http://mass-stem-summit.org/images/template_assets/2020b_bg_masthead_logo320.gif) top center no-repeat;
		text-indent: -9999px;
		padding: 0px;
		overflow: hidden;
		}
		
/* ------------------------------------------------------
	Smartphone 360px - homepage
-------------------------------------------------------- */
#whatwherewhen {
	font-size: .95em;
	}
.event_date {
	width: 90%;
	}
.event_time {
	width: 90%;
	}

/* ------------------------------------------------------
	Smartphone 360px - hosted & sponsored by
-------------------------------------------------------- */
 #hosted_bar_con h2 {
	padding: 20px 0px;
	}
#hosted_bar {
	padding: 45px 0;
	}
#stem_advisory {
	margin: 0px 0px 50px 0px;
	width: 100%;
	}
#mbr {
	margin: 0px 0px 50px 0px;
	width: 100%;
	}
#umdi {
	margin: 0px 0px 50px 0px;
	width: 100%;
	}
#wgbh_home {
	margin: 0px 0px 0px 0px;
	width: 100%;
	}
}

