body{
	color: #4D4D4E;
	font-size: 14pt;
	/*font-family: Helvetica Neue;*/
}

.container{
	max-width: 990px !important;
}

.hide {
	display: none;
}

h1{
	font-size: 24pt;
	font-weight: bold;
	color: #237bc0;
	margin-top: 24px;
	margin-bottom: 19px;
}
a{
	color: #4A50DD;
	line-break: anywhere;
}
.textDiv{
	line-height: 16px;
}

#header img{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul li{
	margin: 0px 0px;
}

.webcastItem:first-child{
	margin: 19px 0px;
}
.webcastItem{
	margin: 33px 0px;
}

.name{
	font-weight: bold;
	font-size: 13px;
}
.content{
	font-weight: normal;
	font-size: 12px;
}

#footer img{
	float: right;
	margin: 30px;
}

#OneTrustFooter {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: right;
	font-size: 12px;
	height: 48px;
	line-height: 48px;
	background: #1A1A1A;
	opacity: .8;
}
#OneTrustFooter a,
#OneTrustFooter a:visited {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	margin-right: 77px;
}