@charset "utf-8";
/* CSS Document */

.Margin34 {
	margin-top: 0px;
}
/***********************************************************************************Board & Management*/
.BoardContainer {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
}
.BoardInfoContainer {
	height: auto;
	width: 30%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.BoardSpecificInfoContainer h2 {
	font-size: 1.55em;
	color: #153b86;
	width: auto;
}
.BoardImageContainer {
	float: left;
	width: 100%;
	position: relative;
}
.BoardImageContainer img {
	width: 100%;
	height: auto;
}
.BoardCompanyInfo {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004379;
}
.BoardCompanyInfo h3 {
	margin-top: 20px;
	font-size: 1.35em;
	font-weight: bold;
	color: #003F60;
}
.BoardCompanyInfo p {
	line-height: 22px;
}
.Qualifications {
	color: #003F5F;
	margin-top: 20px;
	font-size: 1.0em !important;
}
/*.BoardNameUnderLine {
	height: 34px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004379;
}
*/.BoardNameUnderLine {
	height: auto;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004379;
	min-height: 24px;
	padding-bottom: 10px;
}
.BoardTileMarginRight {
	margin-right: 5%;
}

.ReturnToCountriesTab {
	background-image: url(../ui/MenuArrowLeft.png);
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	width: auto;
	top: 30px;
	right: 25px;
}
.ReturnToCountriesTab h3 {
	padding-left: 25px;
	color: #FFF;
	font-size: 1.25em;
	cursor: pointer;
}
.ReturnToCountriesTab h3:hover {
	text-decoration: underline;
}
.NoScale {
	background-size: auto;
}
@media all and (min-width:320px) and (max-width:799px) {
	.PageHeader {
		height: auto;
	}
	.PageHeader h2 {
		text-indent: 0px;
		padding-left: 17px;
	}
	.ReturnToCountriesTab {
		position: relative;
		padding-left: 20px;
		width: auto;
		top: 0px;
		right: 0px;
		float: left;
		background-image: url(../ui/WhiteReverseArrow.png);
		margin-bottom: 20px;
		background-position: 20px 16px;
	}
	.ReturnToCountriesTab h3 {
		padding-left: 17px;
		padding-top: 10px;
	}

	.BoardInfoContainer {
		width: 100%;
		height: auto;
	}
	.BoardTileMarginRight {
		margin-right: 0px;
	}
	.BoardImageContainer {
		height: auto;
	}
	.BoardCompanyInfo" {
		height: auto;
	}
}
@media all and (min-width:320px) and (max-width:799px) {
	.BoardImageContainer img {
		width: 100%;
		height: auto;
	}
}

/***********************************************************************************Board & Management*/
