<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.site-map li {list-style-type:disc;list-style-position:inside;}
.site-map ul li {margin-left:15px;}
.site-map ul li ul {margin-left:30px;}

/**umb_name:Button*/
.button {
	/* Do not add styling here. It is used in many instances on the site. */;
}

/**umb_name:Button Dark Blue*/
.button-dark-blue {
	background-color: #2d556b;
	font: 16px/21px 'Libre Franklin';
	padding: 13px 38px;
}

/**umb_name:Button Light Blue*/
.button-light-blue {
	background-color: #00aeef;
	font: 16px/21px 'Libre Franklin';
	padding: 13px 38px;
}

/**umb_name:Button Dark Blue with Particles*/
.button-dark-blue-particles {
	background-color: #00aeef;
	font: 16px/21px 'Libre Franklin';
	padding: 13px 38px;
}

/**umb_name:Small Header*/
h5.smallHeader {
	font-size:18px;
	line-height:1.4;
	font-family: 'Weizmann', serif;
	font-weight: normal;
	margin-bottom: 10px;
}

/**umb_name:Condensed Header*/
h6.CondensedHeader {
	font-size: 15px;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 600 !important;
	text-transform: uppercase;
	line-height: 25px;
}

/**umb_name:H1 Header Banner*/
h1.headerBanner:not(.newh1) {
	min-width: 200px;
	margin: 0;
	padding: 6px 35px;
	background-color: #fff;
	display: inline-block;
	color: #161616;
	font-weight: 700;
	letter-spacing: 5px;
	position: relative;
	z-index: 2;
}

/**umb_name:Standard H2 Header*/
h2 {
}

/**umb_name:Large Paragraph*/
.largeP {
	font-size:16px;
}

/**umb_name:Large Header*/
h3.largeHeader {
	font-weight:bold;
	font-size:26px;
}

/**umb_name:Medium Header*/
h3.mediumHeader {
	font-family: "Weizmann", serif;
	font-weight:normal;
	font-size:26px;
	color:#161616;
	line-height:34px;
}

/**umb_name:Bordered Header*/
span.borderedHeader {
	font-family: 'Libre Franklin', sans-serif;
	font-size:16px;
	margin:10px;
	text-transform:uppercase;
}

/**umb_name:Event Details Label*/
p.eventDetailsLabel {
	font-size: 15px;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 600 !important;
	text-transform: uppercase;
	line-height: 25px;
	margin-bottom: 15px !important;
}

/**umb_name:Event Details Info*/
p.eventDetailsInfo {
	font-size: 18px;
	margin-bottom: 40px !important;
}

/**umb_name:Float Left*/
.lt {
	/* Do not add styling here. It is used in many instances on the site. */;
}

/**umb_name:Float Right*/
.rt {
	/* Do not add styling here. It is used in many instances on the site. */;
}

/**umb_name:Picture Caption*/
.pictureCaption {
	font-size: 12px!important;
	line-height: 18px;
	margin-top: 10px;
}

/**umb_name:Blockquote Left*/
.blockquoteLeft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	line-height:1.3;
	max-width: 250px;
	font-size: 26px;
	font-weight: bold;
}

/**umb_name:Blockquote Right*/
.blockquoteRight {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	line-height:1.3;
	max-width: 250px;
	font-size: 26px;
	font-weight: bold;
}

/**umb_name:Bullets*/
section.bullets {
}

/**umb_name:Hex Outline Bullets*/
.hex-outline-bullets {
	background: url('/static/weizmannimages/icons/bullet-hexagon-icon.png') no-repeat;
	padding-left: 30px;
	display: block;
	background-position-y: 8px;
	padding-bottom: 5px;
}

/**umb_name:Blockquote*/
.blockquote {
	color: #00478f;
	font-weight: normal;
	font-family: "Weizmann", serif;
	font-size: 32px;
	line-height: 44px;
}

/**umb_name:Blockquote Writer*/
.blockquote-writer {
	color: #161616;
	font-weight: normal;
	font-family: "Weizmann", serif;
	font-size: 24px;
	line-height: 32px;
	text-align: right;
	display: block;
	margin-top: 20px;
}
</pre></body></html>