﻿body{
	font-family: -apple-system,'Helvetica Neue';
	padding: 2.5em;
	text-align:left;
}

hr{
 	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f29200;
    padding: 0; 
}

h1,h2,h3{
	color: #0063a4;
	text-align:left;
}

h1{

	-webkit-hyphens: auto
}

p{
	color: #828586;
	line-height: 200%;
	margin-bottom: 1.5em;
	text-align:left;
}

td,th{
	color: #828586;
	border-bottom: 1px solid #828586;
	padding: 5px;
}

ol,ul{
	margin-bottom: 1.5em;
}

li{
	color: #828586;
	line-height: 140%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align:left;
}

li p{
	text-align:left;
	color: #828586;
	line-height: 140%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align:left;
}


a{
	color: #0063a4;
	font-weight: bold;
}

img.float_right{
	float:right;
	width:200px;
	margin-left:20px;
}

.profile_image{
	width:200px;
	margin-left:20px;
}

.expert_portal_container{
    border: 2px solid #f29200;
    padding: 20px;

}

.expert_portal_container h3{
    -webkit-margin-before: 0em;
	-webkit-margin-after: 1em;
}

@media screen and (max-width: 480px) {
	img.float_right{
		clear:both;
		width:60%;
		margin-left:20%;
		margin-right:20%;
		margin-bottom: 20px;
	}

	.profile_image{
		width:60%;
		margin-left:20%;
		margin-right:20%;
		margin-bottom: 20px;
	}

	body{
		padding: 1,8em;
	}

	h1{
		font-size: 26px;
	}
}
