<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*===================*/
/* REUSEABLE CLASSES */
/*===================*/

.left{float:left;}
.right{float:right;}
.clear{clear:both;height:0;max-height:0;line-height: 0;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.nomargin{margin:0; padding:0;}

/* resets from bootstrap */

.btn:active:focus{
	outline:0;
}


/*===================*/
/*		SECTIONS     */
/*===================*/

body{
	background-color:#ffffff;
	-ms-overflow-style: none;
}
div.navwrapper{
	padding-top:6px;
	width:100%;
	background-color:#ffffff;
	position: relative;
	z-index:2;
	border-bottom:1px solid #161616;
}

div.main div.container{
	background-color:#fff;
}
div.herosection{
	padding-top:30px;
}

div.blogwrapper{
	width:100%;
	background-color:#fff;
}

div.topslice{
	position: fixed;
	display: block;
	width:100%;
	z-index:99;
	background-image:url('/static/blog/images/header-color-bar.png');
	background-repeat:repeat-x;
	background-position: top center;
	height:6px;
}

.container{
	min-width:320px;
	max-width:960px;
}



.navrow{
	background-color: #ffffff;
}


.nav-right{
	height:108px;
}

.articlewrapper{
	border-top-width:6px;
	border-top-style: solid;
	position: relative;
}
.articlewrapper.hero-right{
	border-bottom-width:1px;
	border-bottom-style: solid;
}


.twocol{
	margin-bottom:40px;
}

.twocol .articlewrapper {
	border: 1px solid #c1c1c1;
}

.twocolsection{
	margin-top:54px;
	margin-bottom:25px;
}

.twocolimagewrapper{
	padding-top:0;
}

.twocolimage{
	border-left:1px solid #edeff1;
	border-right:1px solid #edeff1;
}

.twocolbottom{
	background-color: #ffffff;
	border-left:1px solid #edeff1;
	border-right:1px solid #edeff1;
	border-bottom:1px solid #edeff1;
	padding:0px 16px;
	overflow:hidden;
}

.twocolbottom h2{
	padding-bottom:13px;
}

/*.twocolbottom p{
	padding-bottom:63px;
}*/

#newslettercallout{
	background: #7b6d95;
	background: linear-gradient(45deg,  #7b6d95 0%,#d15650 50%,#e1983d 100%);
	background: -ms-linear-gradient(45deg,  #7b6d95 0%,#d15650 50%,#e1983d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b6d95', endColorstr='#e1983d',GradientType=1 );
	min-height: 243px;
}

img.newsletterlogo{
	display:inline-block;
	max-width: 122px;
	padding-top:93px;
}

a.footerlogo{
	margin-bottom:8px;
	margin-top:53px;
	display: block;
}

.signuptext{
	display:inline-block;
	text-align: center;
	position: relative;
}

.signuptext span{
	padding-top:39px;
	padding-bottom:18px;
	font-family: 'Weizmann',serif;
	font-weight: 300;
	font-size:17px;
	line-height: 26px;
	color:#ffffff;
	display: inline-block;
}


div.newsletterboxwrapper{
	border-bottom:1px solid rgba(0,0,0,0.16);
}

input#newsletterbox{
	font-family: 'Libre Franklin',sans-serif;
	font-weight: normal;
	padding:15px 15px;
	font-size: 17px;
	line-height:25px;
	height: 52px;
	border:0;
}
input#newsletterbox.fail {
	border: 1px solid #CD3A35;
}

input#newsletterbox:focus,.form-control:focus{
	outline:0;
}

.form-control{
	border-radius: 0;
}

button.newsletterbutton{
	font-family: 'Libre Franklin',sans-serif;
	background-color:#a0c5db;
	border:0;
	border-bottom:1px solid #4f4022;
	border-radius:0;
	width:100%;
	padding:16px 0px;
	margin-top:110px;
	color:#ffffff;
}
button.newsletterbutton:active{
	background-color:#a0c5db;
}

/* THANKS */

div.thankscontainer,
div.failcontainer {
	display: none;
	padding:0;
	-webkit-transition: padding-bottom .5s ease;
	-moz-transition: padding-bottom .5s ease;
	-ms-transition: padding-bottom .5s ease;
	-o-transition: padding-bottom .5s ease;
	transition: padding-bottom .5s ease;
}

p.thanks,
p.fail {
	font: 400 15px/26px 'Libre Franklin', arial, sans-serif;
	color:#ffffff;
	padding-top: 14px;
	opacity:0;
	-webkit-transition: opacity .5s ease 0.2s;
	-moz-transition: opacity .5s ease 0.2s;
	-ms-transition: opacity .5s ease 0.2s;
	-o-transition: opacity .5s ease 0.2s;
	transition: opacity .5s ease 0.2s;
}

p.thanks.thanksactive,
p.fail.failactive {
	opacity:1;
}

.thankscontainer.thankscontaineractive,
.failcontainer.failcontaineractive {
	padding-bottom:55px;
	display: block;
}

/* FOOTER */

.footer{
	background-color: #161616;
	padding-bottom:80px;
}


span.followfooter-text{
	font-family: 'Weizmann',serif;
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	display: block;
	margin-top:65px;
	margin-bottom:10px;
}

.footer .about p.aboutheader{
	font-family:'Weizmann',serif;
	font-size:20px;
	line-height: 25px;
}

.followfooter-social {
    font-size: 28px;
    justify-content: space-between;
}

.followfooter-social a.desktopNavButton {
    color: #ffffff;
}

.followfooter-social a.desktopNavButton:hover {
	color:#ffffff;
	opacity:0.7;
}

.about{
	font-family:'Weizmann',serif;
	color:#ffffff;
}

.about p.aboutheader{
	font-size:13px;
	line-height: 18px;
	font-weight: 600;
	color: #fff;
	margin-top:65px;
	margin-bottom:10px;
}

.about p.abouttext{
	font-size:11px;
	line-height: 18px;
	font-weight: normal;
	color:#ffffff;
	margin-bottom:17px;
}

.about p.abouttext a{
	text-decoration: underline;
	color:#ffffff;
	transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-webkit-transition: opacity .25s ease;
}

p.abouttext a:hover{
	color:#ffffff;
	opacity:0.7;
}

.followfooter-bird{
	font-family:'ss-social-regular';
	font-size:16px;
	line-height: 16px;
	display: block;
}

/* SEARCH */

.noresults {
	padding: 30px 0;
}

.errImage, .noresults p {
	text-align: center;
}
.errImage img {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.noresults p  {
	margin-top: 10px;
}


/* SOCIAL */

a.social{
	font-family:ss-social-regular;
	font-size:16px;
	display:inline-block;
	color:#a6a6a6;
	margin-right: 16px;
	position: relative;
	bottom:7px;
}

.hero-right a.social{
	bottom:3px;
}

a.socialemail{top:-1px;}

.twocolbottom a.socialemail, .authorheader a.socialemail{
	top:-5px;
}

a.nomargin{margin:0; padding:0;}


/* TOP NAVIGATION */

.topnav-full{
	margin-top:35px;
	margin-bottom:28px;
}

.nav-pinned .topnav-full{
	margin-top:15px;
	margin-bottom:11px;
}


span.nav-subheader{
	font-family:'Droid Serif',serif;
	font-size:16px !important;
	line-height:17px;
	margin:0;
	padding:0;
	display:block;
	color:#206b9a;
	margin-left:103px;
	font-weight: 400;
}



/* BLOG PAGE NAVIGATION */

.pagenavsection{
	width:100%;
	padding:11px 0px;
	background-color: #F9F5EA;
	border-top:1px solid #161616;
}

.pagenav{
	float:right;
}

.pagenav a {
	transition: background-color .15s ease;
	-moz-transition: background-color .15s ease;
	-webkit-transition: background-color .15s ease;
	color: #161616;
}

.pagenav .numberbutton {
	height:45px;
	width:50px;
	background-color: #F9F5EA;
	font-weight: 600;
	border: 0;
	padding:10px;
	margin:0 5px;
	color:#161616;
	font-size:14px;
	line-height: 45px;
	font-family:'Libre Franklin',sans-serif;
}

.pagenav .direction {
	background-color: #0080F7;
	border:1px solid #0080F7;
	font-family:'Libre Franklin',sans-serif;
	font-weight: 600;
	text-align: center;
	color:#fff;
	height:45px;
	width:140px;
	font-size:14px;
	line-height: 45px;
}

.pagenav .direction:hover {
	background-color:#161616;
	border-color: #161616;
}

.pagenav .direction.next:after {
	content:'\276f';
	padding-left:10px;
}
.pagenav .direction.previous:before {
	content:'\276e';
	padding-right:10px;
}

.pagenav a.active, .pagenav a:hover, .pagenav a:focus {
	background-color: #F9F5EA;
}

/*button:hover, button:focus{
	outline:0;
	background-color:#dbdbdb;
}*/


/*===================*/
/*		TYPE 	     */
/*===================*/

.datetitle {
	display: block;
	padding:28px 0px 6px 0px;
}

.hero-right .datetitle{
	padding:4px 0px 0px 0px;
}

.hero-right h1{
	padding-bottom:9px;
}

p.herotext{
	height: 56px;
}

.hero-right a.readarticle{
	display:block;
	width:51%;
	padding-bottom:11px;
	border-bottom-width:1px;
}

.twocolbottom a.readarticle{
	display:block;
	width:51%;
	padding-bottom:11px;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

.twocolbottom a.tag{
	display:block;
	position:relative;
	top:25px;
}


/*===================*/
/*		IMAGES       */
/*===================*/

img{
	width:100%;
	height: auto;
}

.navleft div.logo{
	width:334px;
	height: 92px;
	padding-left:8px;
	background:url('/static/weizmannimages/curiosity/logo.png');
	background-repeat: no-repeat;
}
.navleft{
	width:419px;
	border-right:1px solid #e6e6e6;
}

.nav-pinned .navleft div.logo{
	background:url('images/scrollnav.png') !important;
	background-repeat: no-repeat;
	width: 249px;
	height: 52px;
}

.nav-pinned .topnav-full-left, .nav-pinned .topnav-full-right, .nav-pinned .nav-subheader{
	display: none;
	height:0;
	max-height: 0;
}
.nav-pinned .actualnav{
	margin-top:-8px;
}

.nav-pinned .search{
	top:4px;
}

.navleft{
	width:419px;
	border-right:0;
}

.menutrigger{
	display: none;
}

.wrapper-2x1 {
	width: 100%;
}

/*.wrapper-2x1.hero-left{
	background-image:linear-gradient(transparent, transparent, black);
	}*/

	.wrapper-2x1 .inner {
		position: relative;
		padding-bottom: 55%;
		height: 0;
	}

	img.previewhero{
		opacity:1.0;
		transition: opacity .25s ease;
		-moz-transition: opacity .25s ease;
		-webkit-transition: opacity .25s ease;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border:0;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0);
		-webkit-backface-visibility:hidden;
		-moz-backface-visibility:hidden;
		backface-visibility:hidden;
	}

	a:hover img.previewhero{
		opacity:0.5;
		-webkit-backface-visibility:hidden;
		-moz-backface-visibility:hidden;
		backface-visibility:hidden;
	}

	/*==============================*/
	/*		EMAIL MODAL STYLES   	*/
	/*==============================*/

	.email-blockBackground {
		display: none;
		position: fixed;
		background-color: rgba(0, 0, 0, 0.6);
		width: 100%; height: 100%;
		top: 0px; left: 0px;
		z-index: 9999;
	}

	.email-modal {
		font-family: "Libre Franklin", sans-serif;
		position: fixed;
		height: auto; top: 50%; margin-top: -200px;
		width: 400px; left: 50%; margin-left: -200px;
		background-color: rgb(204, 204, 204);
		color: #a6a6a6;
		font-size: 14px;
		border: 3px solid #AAAAAA;
		z-index: 99999;
	}

	.email-modal .modal-container {
		padding: 15px;
		box-sizing: border-box;
		max-width: 80% !important;
	}

	.email-modal .row {
		width: 100%;
		margin: 15px 0 0;
	}
	.email-modal .row &gt; * {
		display: inline-block;
	}

	.email-modal .row &gt; button + button {
		float: right;
	}

	.email-modal .error,
	.email-modal .success {
		display: none;
		text-align: center;
		color: #FFFFFF;
	}
	.email-modal .success button {
		margin-top: 15px;
	}

	.email-modal label {
		width: 80px;
	}

	.email-modal input, .email-modal textarea {
		border: 2px solid #e5e5e5;
		padding: 0 14px;
		width: 75%;
	}

    .email-modal input.required{
        border: 2px solid #EC242A;
		padding: 0 14px;
		width: 75%;
	}

	.email-modal button {
		background: #e5e5e5;
		color: #a6a6a6;
		border-bottom: 1px solid #a6a6a6;
		font-family: "Libre Franklin", sans-serif;
		font-size: 14px;
		text-transform: uppercase;
		line-height: 0;
		padding: 15px;
	}
	.email-modal button:hover {
		background: #a6a6a6;
		border-bottom: 1px solid #464646;
		color: #FFFFFF;
	}

	@media only screen and (max-width: 414px) {
    .email-modal {
      margin-left: -150px;
      width: 300px;
    }
    .email-modal textarea {
      width: 260px !important;
    }
    .email-modal input {
      width: 260px;
    }
    .email-modal input, .email-modal textarea {
      padding: 0 7px;
    }
  }

	/*==============================*/
	/*	IMAGE BACKGROUND CONTAINER	*/
	/*==============================*/

	/* ARTS &amp; EDUCATION */

	.artsbg{
		background-color:#b93a3d;
	}


	/* TECH &amp; INNOVATION */

	.techbg{
		background-color:#e5754a;
	}


	/* EDUCATION */

	.educationbg{
		background-color:#da923b;
	}

	/* EARTH &amp; ENVIRONMENT */

	.earthbg{
		background-color:#57af52;
	}


	/* HEALTH &amp; MEDICINE */

	.healthbg{
		background-color:#427dbd;
	}


	/* OUTER SPACE */

	.spacebg{
		background-color:#7e3487;
	}


	/* BRAIN &amp; BEHAVIOR */

	.brainbg{
		background-color:#a02b64;
	}


	/* CURIOSITY */

	.curiositybg{
		background-color:#8b8c8b;
	}


	@media only screen and (max-width: 990px) {
		div.navwrapper{
			position: fixed;
			top:0;
		}
		div.navright{
			display:none;
		}
		div.navleft{
			width:100%;
		}
		span.nav-subheader{
			display: none;
		}
		.topnav-full{
			margin:17px 0;
		}
		div.navwrapper div.navleft div.logo{
			background:url('/static/blog/images/logo2x.png');
			background-size:100% auto;
			max-width: 80%;
			background-repeat: no-repeat;
			height: 0;
			padding-bottom:21%;
		}
		span.menutext{
			font-family:'Libre Franklin',sans-serif;
			font-weight: 600;
			font-size:16px;
			line-height: 16px;
			position: relative;
			left:-1px;
			top:-10px;
			display: inline-block;
			padding-right:10px;
			padding-bottom:5px;
		}
		span.menutext:after{
			content:'';
			width: 27px;
			height: 20px;
			background:url('/static/blog/images/hamburgulon.png') center no-repeat;
			display: inline-block;
			position: relative;
			left:10px;
			top:3px;
		}
		div.menutrigger{
			display: block;
			color:#000000;
			font-size:20px;
			padding-top:15%;
			float:right;
		}
		div.menutrigger a{
			color:#000000;
		}
		a.closenav{
			display: none;
		}
		.hero-left{
			margin-bottom:6px;
		}
		.twocolsection{
			margin:0;
			margin-top:30px;
		}
		.twocol{
			margin-bottom: 30px;
		}
		p.signuptext{
			padding-top:40px;
			padding-bottom:30px;
			font-size: 17px;
			line-height: 26px;
		}
		.newsletterlogocol{
			display: none;
		}
		button.newsletterbutton{
			margin-top:25px;
			margin-bottom:25px;
		}

		.pagenav button.numberbutton{
			height:45px;
			width:45px;
			margin:0 5%;
			border:1px solid #dbdbdb;
		}
		.pagenav button.numberbutton:first-child{
			margin:0;
		}
		.pagenav button.numberbutton:last-child{
			margin:0;
		}
		.about p.aboutheader{
			margin-top:40px;
		}
		.pagenav{
			width:100%;
		}
		div.numberbuttons{
			display:block;
			overflow: auto;
			width:48%;
			float: left;
			text-align: center;
		}
		.pagenav button.direction.next-set{
			float:right;
			width:26%;
		}
		.pagenav button.direction.previous-set{
			float:left;
			width:26%;
		}
		.articlewrapper.hero-right {
			border-bottom-width: 1px;
			border-bottom-style: solid;
		}
		.blogwrapper {
			padding-top: 80px;}
		#newslettercallout + .blogwrapper{
			padding-top: 10px !important;
		}

	}
	@media (min-width: 650px) and (max-width: 699px){
		.blogwrapper{
			padding-top: 90px;
		}
	}
	@media (min-width: 600px) and (max-width: 768px){
		.blogwrapper{
			padding-top: 130px;
		}
	}
	@media only screen and (max-width: 540px) {
		div.navwrapper div.navleft div.logo{
			max-width: 100%;
			padding-bottom:26%;
		}
		.pagenav button.numberbutton{
			margin:0 2%;
			border:0;
		}
	}

	@media only screen and (max-width: 350px) {
		div.navwrapper div.navleft div.logo{
			max-width: 100%;
			padding-bottom:26%;
		}
		.pagenav button.numberbutton{
			margin:0;
		}
		button.direction span.next:after{
			content:'\276f';
			padding-left:4px;
		}
		button.direction span.previous:before{
			content:'\276e';
			padding-right:4px;
		}
	}
@media (max-width: 990px){
	.previous{
		float: left;
		width: 26% !important;
	}
	.next{
		float: right;
		width: 26% !important;
	}
}
@media (max-width: 768px){
	.hero-right:first-of-type{
		border-top: none;
	}

}</pre></body></html>