/*@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}*/
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
body
{
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 400;
	width: 959px;
	margin: auto;
}
.red
{
	color: #FF0000;
}
.logobar
{
	width: 959px;
	height: 80px;
}
.xeroxlogo
{
	height: 80px;
	width: 216px;
	margin: 6px 0 -6px 0;
	float: left;
	background: transparent url('img/Xerox Logo.svg') no-repeat 0 0;
	background-size: auto 90%;
	z-index: -1;
}
.astrazenecalogo
{
	height: 53px;
	width: 218px;
	float: right;
	margin: 15px -39px 0 0;
	background: transparent url('img/AZ Logo.svg') no-repeat 0 0;
	background-size: auto 80%;
}
.pagetitle
{
	text-align: center;
	color: purple;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
}
.menu
{
	height: 40px;
	margin-bottom: 20px;
	background: #73BAE4;
	position: relative;
	z-index: 2;
}
.menu-left
{
	display: inline-block;
	float: left;
}
.menu-right
{
	display: inline-block;
	float: right;
}
.menu-left a
{
	margin: 0 -4px 0 0;
}
.menu-right a
{
	margin: 0 0 0 -4px;
}
.menu a
{
	color: #FFFFFF;
	display: inline-block;
	height: 40px;
	min-width: 60px;
	line-height: 40px;
	text-decoration: none;
	padding: 0 15px;
	border-right: 1px solid #FFFFFF;
	font-size: 14px;
	text-align: center;
}
.menu a.highlight
{
	background: #B9DDF2;
	color: #102660;
}
.menu a:last-of-type
{
	border: none;
}
.leftmenu
{
	position: absolute;
	top: 55px;
}
.leftmenu ul
{
	list-style: none;
	padding: 0;
}
.leftmenu ul li
{
	background: #0099CC;
	padding: 7px 20px 7px 20px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.leftmenu ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 12px;
	display: inline-block;
	width: 142px;
}
.searchbar
{
	display: none;
	border-top: 4px solid #0099CC;
	height: 40px;
	width: 959px;
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 120px;
	z-index: 2;
}
.main
{
	background: transparent url('img/Hero03.png') no-repeat top left;
	position: relative;
	top: -12px;
	min-height: 400px;
}
.overlaid-title
{
	background: rgba(0,153,204,0.8);
    color: #FFFFFF;
    position: absolute;
    top: 110px;
    right: 0;
    font-size: 26px;
    padding: 20px;
    width: 220px;
}
.description-content
{
	padding: 410px 40px 10px 300px;
}
.description-content h3
{
	font-size: 24px;
    color: #0099CC;
    font-weight: 400;
    margin: 10px 0 0 0;
}
.description-content p
{
	color: #333333;
    font-size: 14px;
}
.person-image, 
.guide-image
{
	display: inline-block;
	padding-right: 20px;
}
.person-details
{
	display: inline-block;
	max-width: 600px;
}
.guide-details
{
	display: inline-block;
	vertical-align: top;
}
.person-name, 
.guide-name
{
	font-size: 24px;
    color: #0099CC;
    font-weight: 400;
    margin: 10px 0 0 0;
}