html{
	height:100%;
}

#print-only {
	display: none!important;
}

body{
	position: relative;
	height:100%;
	margin:0;
	max-width:100%;
	overflow-x: hidden;
	font-family:'Merriweather', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.container{
	max-width:970px;
	margin:0 auto;
}

@media (max-width: 959px) {
	.smallContainer {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.nowrap {
	white-space: nowrap;
}

.pictureCaption{
	font-size: 12px!important;
	line-height: 18px;
	display:block;
	margin-top: 10px;
}

.pictureCaptionWrap.rt {
	margin: 10px 0 0 10px;
}

.pictureCaptionWrap.lt {
	margin: 10px 10px 0px 0px;
}

.pictureCaptionWrap.rt img, .pictureCaptionWrap.lt img {
	margin: 0;
}

.center *{
	text-align:center;
}



.textHeader *{
	font-weight: bold;
	text-align:center;
}

.lt img{
	margin-right:10px;
	margin-bottom: 10px;
}

.rt img{
	margin-left:10px;
	margin-bottom: 10px;
}

.bigText p{
	font-size:16px;
}


a:hover{
	text-decoration: none;
}

p{
	margin-bottom:16px;
}

ul.list-breaks li, ol.list-breaks li {
	margin-bottom: 22px;
}

.blockquoteRight{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	font-size:18px;
	line-height:1.3;
}

.blockquoteLeft{
	float:left;
	margin-left:15px;
	margin-bottom:15px;
	font-size:18px;
	line-height:1.3;
}

.bodyContainer{
	line-height:1.8;
	width:100%;
	overflow:hidden;
}

img{
	max-width:100%;
}

.bodyContainer{
	background-color:#f6f9fb;
	top: 153px;
	margin-bottom: 153px;
	position: relative;
		-webkit-transition: top .25s ease;
		transition: top .25s ease;

}

.bodyContainer > .bodyContainer {
	top:0;
	margin-bottom: 0;
}

@media screen and (min-width:992px){
	.bodyContainer {
		top: 153px;
		margin-bottom: 153px;
	}
	.bodyContainer.subnavActive{
		top: 203px;
		margin-bottom: 203px;
		-webkit-transition: top .25s ease;
		transition: top .25s ease;
	}
}

@media screen and (max-width:991px){
	.bodyContainer, .bodyContainer.subnavActive {
		top:80px;
		margin-bottom: 80px;
	}
}


*{
	box-sizing:border-box;
}

a{
	transition: color 0.25s ease;
}

h1, h2, h3, h4, h5{
	margin:0;
}
h1{
    font-size:18px;
	font-weight: bold;
    line-height: 26px;
    color: #21343F;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
    text-align: center;
}
h2{
    font-size: 36px;
	line-height: 50px;
    color: #1E303A;
	font-family: Merriweather;
    text-align: center;
}
h3{
	margin:20px 0 16px 0;
	text-align:center;
	font-size: 26px;
    font-family: "Merriweather", serif;
    font-weight: bold;
    color: black;
    line-height: 34px;
}
h6{
    display:block;
	margin-bottom:10px;
	font-family:'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: bold;
}

.headline1 {
}
.headline2 {
}
.headline3 {
}
.headline4 {
}

@media screen and (max-width: 991px) {
	.line-break-sm {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.line-break-xs {
		display: block;
	}
}

.line-break {
	display: block;
}

/* Headings */
.pageTitleRow{
	padding: 70px 0 50px 0;
	line-height:1.8;
}

@media screen and (max-width:991px){
	.pageTitleRow{
		padding: 50px 0 50px 0;
	}
}

.pageTitleRow h2, .pageTitleRow h4{
	text-align: center;
}
.pageTitleRow h2{
	margin-bottom:0;
	font-size: 38px;
    line-height: 50px;
    color: #1E303A;
    font-family: Merriweather;
}
.pageTitleRow .headline2 {
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 10px;
}
.pageTitleRow h4{
	margin-bottom:18px;
	font-family: Merriweather;
}

.pageTitleRow h2 + h4 {
	margin-top: 18px;
    line-height: 28px;
}

.condensedHeader{
	display:block;
	margin-bottom:25px;
	text-align:center;
	color:#21343f;
	font:18px/28px 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
}

.borderedHeader{
	display:block;
	font:18px/28px 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	position:relative;
	text-align: center;
	z-index:1;
	margin:0;
}

.borderedHeader span{
	background-color:#f6f9fb;
	padding:0 15px;
}

.borderedHeader:after{
	content: '';
	position:absolute;
	height:1px;
	background-color:#e2e5e6;
	left:0;
	right:0;
	top:49%;
	z-index:-1;
}

.largeP{
	display:block;
	font-size:16px;
	line-height: 2;
	margin:0 0 30px 0;
}

.lead-content img {
	margin-bottom: 50px;
}

.m20 { margin: 20px 0; }
.m40 { margin: 40px 0; }
.m60 { margin: 60px 0; }
.m70 { margin: 70px 0; }
.m80 { margin: 80px 0; }
.m90 { margin: 90px 0; }
.mb20 { margin-bottom: 20px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mt20 { margin-top: 20px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.pb40 { padding-bottom: 40px; }
.headline2Margin{margin: 90px 0 25px 0;}
.headline2Margin .headline2 {margin: 0 0 55px 0;}
.text-left .headline2 {
	text-align: left;
}
.text-right .headline2 {
	text-align: right;
}
@media screen and (min-width: 768px) {
	.mb20-xs { margin-bottom: 20px; }
	.mt20-xs { margin-top: 20px; }
	.mb80-xs { margin-bottom: 80px; }
	.mt80-xs { margin-top: 80px; }
	.m80-sx { margin-bottom: 80px; margin-top: 80px; }
	.m90-xs {margin-bottom: 90px; margin-top: 90px; }
	.mb90-xs { margin-bottom: 90px; }
	.mt90-xs { margin-top: 90px; }
} 

@media screen and (max-width: 767px) {
	.m50-mobi { margin-bottom: 50px; margin-top: 50px;}
	.mb50-mobi { margin-bottom: 50px; }
	.mt50-mobi { margin-top: 50px; }
	.mt80 { margin-top: 50px; }
	.mb80 { margin-bottom: 50px; }
	.m80 { margin: 50px 0; }
	.headline2Margin{margin: 60px 0 0 0;}
	.headline2Margin .headline2 {margin: 0 0 55px 0;}
}


.whiteBg { background-color: white; }
.blueBg { background-color: #58798d; }

.width780 .container{
	max-width: 780px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.width580 .container{
	max-width: 580px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.fullWidthContainer > .container, .fullWidthContainer > .container > .row, .fullWidthContainer > .container > .row > .col-md-12{
	margin:0;
	padding:0;
	max-width:none;
	width:auto;
	float:none;
}

.emailButton span.icon-mail{
	font-size:12px;
	display: inline-block;
	padding-right:3px;
}

ul.bullets, .bullets ul {
	list-style: disc!important;
    padding-left: 20px!important;
}

.image-slideshow {display:none;}


/**** Cards ****/

.button.button-purple{
  background-color:#843b94;
}

.button.button-purple:hover{
  background-color: #37193e;
}

.button.button-blue{
  background-color:#3a81c3;
}

.button.button-blue:hover{
  background-color: #1e4060;
}

.button.button-yellow{
  background-color:#f4c508;
}

.button.button-yellow:hover{
  background-color: #504104;
}

.button.button-orange{
  background-color:#f79521;
}

.button.button-orange:hover{
  background-color: #623d11;
}

.achievements-button-holder .buttonContainer {
	text-align: center;
}

.cardsGrid .button {
  margin-top: 26px;
  font-weight: 400;
  letter-spacing: 1.1px;
  padding: 10px 35px 8px 35px;
  border-bottom: 0 none!important;
  text-align: center;
}

.cardsGrid .button:hover {
	border-bottom: 0 none!important;
}

.cardsGrid {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
  transition: all ease 0.5s;
}

.cardsGrid.hidden-cards {
	margin: 0;
	height: 0;
	overflow: hidden;
	max-height: 0;
}

.cardsGrid .row > .column:nth-child(1) {
	padding-left: 0;
}

.cardsGrid .row > .column:nth-child(2) {
	padding-right: 0;
}

.cardsGrid .container .col-md-8, .cardsGrid .container .col-md-4 {
	display: flex;
	display: -webkit-flex;

}

.cardsGrid .container .col-md-8 > div, .cardsGrid .container .col-md-4 > div {
	width: 100%;
	display: flex;
	display: -webkit-flex;
}

.cardsGrid.text-white *, .cardsGrid .text-white * {
	color: #fff;
}

.cardsGrid p {
	font-size: 15px;
	font-family: 'Merriweather', serif;
}

.cardsGrid h3 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1.2px;
  margin-top: 0;
  margin-bottom: 24px;
  position: relative;
  color: #1e303a;
}

.cardsGrid p {
	color: #1e303a;
}

.cardsGrid .headline {
  position: relative;
  padding-left: 36px;
}

.cardsGrid .headline:before {
  content: '';
  position: absolute;
  background: #1e303a;
  width: 1px;
  height: 88%;
  left: 0;
  top: 5%;
}
.cardsGrid.text-white .headline:before, .cardsGrid .text-white .headline:before {
  background: #fff;
}
.cardsGrid .container .col-2 .headline:before {
  background: #1e303a;
}
.cardsGrid .row, .cardsGrid .col-md-12, .cardsGrid .container{
  width:100%;
  padding:0;
  max-width:1280px;
  margin: 0 auto;
}


.cardsGrid .col-md-12 > div, .cardsGrid .row {
  display: -webkit-box;	
  display:flex;
  display: -webkit-flex;
}

.cardsGrid .container .gridContentBlock {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 460px;
}

@media (min-width: 768px) {
	.cardsGrid .container .col-md-8 .gridContentBlock, .cardsGrid .container .col-md-4 .gridContentBlock{
		min-height: 720px;
	}
	.cardsGrid .col-md-4 {
	    width: 45%;
	    flex: 0 0 45%;
	}
	.cardsGrid .col-md-8 {
	    width: 55%;
	    flex: 0 0 55%;
	}
	.cardsGrid .col-md-12 .content-holder {
		max-width: 470px;
		margin: 50px 10px 50px 50px;
	}
	.cardsGrid .col-md-8 .content-holder {
		max-width: 456px;
		padding: 40px 10px 40px 40px;
	}

	.cardsGrid .col-md-4 .content-holder {
		max-width: 100%;
		padding: 40px 10px 40px 40px;
	}
}

@media (min-width: 992px) {
	.cardsGrid .col-md-4 {
	    width: 37%;
	    flex: 0 0 37%;
	}
	.cardsGrid .col-md-8 {
	    width: 63%;
	    flex: 0 0 63%;
	}
	.cardsGrid .col-md-12 .content-holder {
		max-width: 470px;
		margin: 70px 0 70px 70px;
	}

	.cardsGrid .col-md-8 .content-holder {
		max-width: 456px;
		padding: 60px 0 60px 60px;
	}

	.cardsGrid .col-md-4 .content-holder {
		max-width: 100%;
		padding: 60px 80px 60px 60px;
	}
}

@media screen and (min-width: 640px) { 
	.cardsGrid .col-md-12 .button {
		width: 315px;
	}
}	

@media screen and (max-width: 1310px) {
	.cardsGrid .container {
		padding: 0 15px;
	}
}	

@media (max-width: 767px) {
	.cardsGrid {
		margin-bottom: 15px;
	}
	.cardsGrid .col-md-12 > div, .cardsGrid .row {
	  flex-wrap: wrap;
	}
	.cardsGrid .col-md-4, .cardsGrid .col-md-8, .cardsGrid .col-md-12 {
	    width: 100%;
	    float: none;
	    padding: 0;
	}
	.cardsGrid .col-md-12 .content-holder, .cardsGrid .col-md-8 .content-holder, .cardsGrid .col-md-4 .content-holder {
		padding: 50px 15px 200px 15px;
	}
	.cardsGrid .row > .column:not(.col-md-12):nth-child(1) {
		margin-bottom: 15px;
	}
	.cardsGrid .col-md-8 .gridContentBlock, .cardsGrid .col-md-4 .gridContentBlock, .cardsGrid .col-md-12 .gridContentBlock {
		min-height: 620px;
		height: auto;
	}
	.cardsGrid h3 {
		font-size: 22px;
		line-height: 34px;
	}
}


@media screen and (min-width: 768px) {
	.gridHalf .row .col-md-6 {
		width: 50%;
		flex: 1 1 50%;
		-webkit-flex: 1 1 50%;
	}
	.gridHalf .row .column:nth-child(1) > div {
		padding-right: 10px;
	}
	.gridHalf .row .column:nth-child(2) > div {
		padding-left: 10px;
	}
}

.gridHalf .col-md-12 > div, .gridHalf .row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
}

.gridHalf .row .column p{
	font-size: 16px;
    color: #1e303a;
    line-height: 2;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.gridHalf .row {
		flex-wrap: wrap;
	}
	.gridHalf .row .col-md-6 {
		width: 100%;
	}
	.reverse-order-mobi .row .column:nth-child(1) {
		order: 2;
	}
	.reverse-order-mobi .row .column:nth-child(2) {
		order: 1;
	}
	.gridHalf .row .col-md-6 img {
		display: block;
		margin: 0 auto 40px auto;
		max-width: 100%;
		width: auto;
		height: auto;
	}
}


/**** Weizmann Now Block ****/

.text-lightblue, .text-lightblue a {
	color: #9fc5d9!important;
}

.weizmannnow-block .blueBg {
	background-color: #2b546c;
	display: flex;
	display: -webkit-flex;
}

.weizmannnow-block .content-holder h3, .weizmannnow-block .content-holder p {
	color: #fff;
}

.weizmannnow-block .content-holder a{
	color: #fff;
}

.weizmannnow-block .image-holder,.weizmannnow-block .content-holder {
	display: flex; display: -webkit-flex; float: left; 
}

.weizmannnow-block .image-holder {
	width: 46%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.weizmannnow-block .image-holder img {
	position: relative;
	z-index: -2;
	opacity: 0;
	visibility: hidden;
}

.weizmannnow-block .content-holder {
	flex-wrap: wrap;
	flex-direction: row;
	padding: 25px;
	width: 54%;
}

.weizmannnow-block .content-holder * {
	width: 100%;
}

.weizmannnow-block .content-holder .button {
	width: auto;
}

.weizmannnow-block .content-holder h3 {
	margin-top: 0;
	font-size: 24px;
	letter-spacing: 1.2px;
	margin-bottom: 34px;
}

.weizmannnow-block .content-holder p {
	margin-bottom: 12px;
}

.weizmannnow-block .content-holder h6 {
	color: #fff;
	font-weight: normal!important;
	width: 64px;
}

.weizmannnow-block .content-holder .archive-links, .weizmannnow-block .content-holder h6 {
	margin: 20px 0 0 0;
}

.weizmannnow-block .content-holder .archive-links {
	width: 80%;
}

.weizmannnow-block .content-holder .archive-links a{
	color:#9fc5d9;
	font-size: 14px;
}

.weizmannnow-block .content-holder .contact-info {
	margin-top: 40px;
}

.weizmannnow-block .content-holder .contact-info p {
	margin-bottom: 0;
}

@media screen and (max-width: 991px) {
	.weizmannnow-block .container {
		 width: 97%;
	}
}

@media screen and (max-width: 767px) {
	.weizmannnow-block .blueBg {
		flex-wrap: wrap;
	}
	.weizmannnow-block .image-holder,.weizmannnow-block .content-holder {
		width: 100%;
		flex: 0 0 100%;
		
	}
}	

@media screen and (max-width: 479px) {
	.weizmannnow-block .content-holder .archive-links {
		width: 69%;
	}
}	

/**** Weizmann Map Block/Image ****/

.map-of-weizmann .column, .map-of-weizmann .column > div {
	position: relative;
}

.map-of-weizmann .column a, .map-of-weizmann .column img {
	display: block;
	margin: auto;
}

.map-of-weizmann .column img {
	max-width: 100%;
	height: auto;
	margin: auto;
}

.map-of-weizmann .column a {
	position: relative;
	border: 8px solid #eae9e9;
	transition: all ease 0.3s;
}

.map-of-weizmann .column a:after {
	content: '';
	position: absolute;
	z-index: 1;
	background: #fff;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	top: 0;
	left: 0;
	transition: all ease 0.3s;
}

.map-of-weizmann .column a:hover:after {
	opacity: 0.4;
}

.map-of-weizmann .column a:before {
	position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '+';
    color: #fff;
    font-size: 58px;
    line-height: 1;
    text-align: center;
    margin: auto;
    height: 58px;
}

/**** Slideshow/Gallery blocks ****/

.slideshow-columns-wrapper {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.slideshow-columns-wrapper > .column {
	margin-bottom: 30px;
}

.slideshow-trigger {
	display: block;
	text-decoration: none;
	outline: none;
}

.slideshow-trigger .image-holder {
	position: relative;
	margin-bottom: 30px;
}
 
.slideshow-trigger .bg-holder {
	width: 100%;
	height: 190px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.slideshow-column-Two .col-sm-6 .slideshow-trigger .bg-holder {
	height: 280px;
}

.slideshow-column-One .col-sm-12 .slideshow-trigger .bg-holder {
	height: auto;
}

.slideshow-column-One .col-sm-12 .slideshow-trigger .image-holder img {
	display: block;
}

.slideshow-trigger .image-holder img {
	display: none;
}

.slideshow-trigger .title-holder {
	text-align: center;
}

.slideshow-trigger .title-holder h4 {
	color: #1e303a;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.slideshow-columns-wrapper > .column {
		width: 100%;
		margin-bottom: 10px;
	}
}


/***** Umbraco From Builder css *****/

.form-wrapper {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-wrapper .contour form label {
	font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #a6a6a6;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 0;
}

.form-wrapper form select {
	color: #a6a6a6;
	border: 1px solid #dedede;
	font-size: 14px;
    font-weight: normal;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: none;
    height: 37px;
    max-width: 400px;
    width: 100%;
    margin: 0;
}

.form-wrapper .contour form input, .form-wrapper form textarea {
	color: #a6a6a6;
	border: 1px solid #dedede;
}

.form-wrapper form .contourField  {
	margin-bottom: 20px;
}

.form-wrapper form .contourField.checkbox > div {
    position: absolute;
    top: 0;
    left: 20px;
}

.form-wrapper .contour form .btn {
	font-family:'Roboto Condensed', sans-serif;
	background-color:#00743a;
	color:white;
	font-weight:normal;
	padding:10px 16px 8px 16px;
	border-radius: 0;
	border-bottom: 0 none;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	transition: background-color 0.25s ease, border-color 0.25s ease;
	font-size:14px;
	letter-spacing: 1.1px;
}

.form-wrapper .contour form .btn:hover {
	background-color: #004c26;
}