@charset "UTF-8";
a.text-alternative {
	position: absolute;
	left: -9999px;
	overflow: hidden;
}
div.popover-content {
	text-align: justify;
	text-justify: inter-word;
}
body  > div.main.container {
	margin-top: 15px;
}
/* Notes Style - Start */
#main div.note {
	padding: 10px 15px;
	border: 1px solid #EEE;
	border-left: 3px solid #CE4844;
	margin: 15px 0;
}
#main div.note > p.note-header {
	font-weight: bold;
	text-decoration: underline;
}
/* Notes Style - End */

/* Back to top Style - Start */
#back-to-top {
	border-radius: 50%;
	display: inline-block;
	background-color: #890E4F;
	line-height: 30px;
	height: 30px;
	width: 30px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1;
	visibility: hidden;
}
#back-to-top:after {
	content: "";
	display: block;
	margin: auto;
	position: relative;
	top: 40%;
	width: 12px;
	height: 12px;
	border-left: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
#back-to-top.visible {
	visibility: visible;
	opacity: 1;
}
#back-to-top.fade-out {
	opacity: .5;
	transition: opacity .5s 0s, visibility 0s 0s;
	-moz-transition: opacity .5s 0s, visibility 0s 0s;
	-ms-transition: opacity .5s 0s, visibility 0s 0s;
	-webkit-transition: opacity .5s 0s, visibility 0s 0s;
}
#back-to-top:hover {
	opacity: 1;
}
@media (max-width: 768px) {
	#back-to-top {
		right: 20px;
		bottom: 20px;
	}
}
/* Back to top Style - End */

/* Header Style - Start */
#header {
	background-color: #890E4F;
}
#header ul {
	display: table;
}
#header ul > li {
	display: table-cell;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
#header ul > li > a {
	display: inline-block;
	color: #FFFFFF;
	padding: 0 5px;
}
#header-govhk-search {
	display: inline-block;
	height: 26px;
	margin-top: 3px;
	padding: 0px 40px 0px 10px;
	width: 100% !important;
	margin-right: -25px;
}
#header-govhk-search-button {
	position: absolute;
	top: 12px;
}
#header-font-size-default,
#setting-label-font-size-default {
	font-size: 1em;
}
#header-font-size-larger,
#setting-label-font-size-larger {
	font-size: 1.3em;
}
#header-font-size-largest,
#setting-label-font-size-largest {
	font-size: 1.6em;
}
a.header-font-size-selected {
	text-decoration: underline;
}
@media (max-width: 767px) { 
	#header > div > ul,
	#header > div > ul > li,
	#header > div > ul > li > div {
		width: 100% !important;
	}
}
/* Header Style - End */

/* Brand Name Style - Start */
#brand {
	height: 92px;
	line-height: 92px;
}
#brand-LD,
#brand-EAA {
	margin: 0;
}
#brand-LD > a {
	color: #000000;
}
#brand-EAA > a {
	color: #CF4A1F;
}
@media (max-width: 768px) { 
	#brand-LD {
		font-size: 14pt;
	}
	#brand-EAA {
		font-size: 16pt;
		font-weight: bold;
	}
}
/* Brand Name Style - End */

/* Navigation Style - Start */
.dropdown-toggle:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
}
.nav > li > a:hover, 
.nav > li > a:focus, 
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus  {
	background-color: transparent !important;
}
#navigation {
	margin: 0;
	border: 0;
	box-shadow: none;
	border-bottom: 2px solid #CE4B21;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.2) !important;
}
#navigation.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index:9999;
}
#navigation > div.container > div.navbar-header > a.button.inline-block {
	color: #890E4F;
	font-size: 12pt;
	line-height: 15px;
	height: 15px;
	margin: 17px 15px;
}
#navigation .navbar-button {
	color: #890E4F;
}
#navigation .icon-bar {
	background-color: #890E4F;
}
#navbar-lang > ul > li > a {
	color: #fff;
}
#navbar-main > li,
#navbar-lang > li,
#navbar-main-info > li {
	vertical-align: middle;
}
#navbar-main > li  > a,
#navbar-lang > li  > a,
#navbar-main-info > li  > a {
	font-size: 120%;
	color: #64504D;
}
#navbar-main > li > a:hover,
#navbar-main > li > a.active,
#navbar-lang > li > a:hover,
#navbar-lang > li > a.active,
#navbar-main-info > li  > a:hover,
#navbar-main-info > li  > a.active {
	color: #CF4A1F;
}
#navigation .navbar-close {
	display: inline-block;
	font-weight: bold; 
}
#navigation .navbar-header {
	padding-left: 10px;
	padding-right: 10px;
}
#navigation .navbar-button {
	position: relative;
	padding: 10px;
	margin-top: 10px;
	background-color: transparent;
	background-image: none;
	border: 0;
}
#navigation .navbar-button > .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-top: 2px;
}
#navigation .navbar-button > .icon-bar + .icon-bar {
	margin-top: 4px;
}
#navbar-main > li.dropdown.open {
	position: static;
}
#navbar-main > li.dropdown.open .dropdown-menu {
	display: table;
	border-radius: 0px;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
}
#navbar-main > li.dropdown.open .dropdown-menu > li {
	display: table-cell;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}
#navbar-sub-menu {
	border-left: 0;
	border-right: 0;
	position: absolute;
}
@media screen and (max-width: 767px) {
	#navbar-main,
	#navbar-lang {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		bottom: 0;
		background-color: #ffffff;
		overflow-x: hidden;
	}
	#navbar-main.expanded,
	#navbar-lang.expanded {
		width: 100%;
	}
	#navbar-main {
		right: 0;
	}
	#navbar-lang {
		left: 0;
	}
}
/* Navigation Style - End */

/* Languages Style - Start */
#languages {
	margin-top: 10px;
}
#languages > a {
	display: inline-block;
	color: #333;
}
#languages > a.lang:not(:first-child) {
	border-left: 1px solid #333;
	padding-left: 5px;
}
/* Languages Style - End */

/* I am Style - Start */
#i-am {
	margin-top: 15px;
}
#i-am div.row > div.i-am-content {
	padding: 25px 5px 45px 35px;
}
#i-am div.row > div.i-am-content:nth-child(1) {
	border-radius: 0 0 0 40px;
}
#i-am div.row > div.i-am-content:nth-child(2) {
	border-top: 0;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0;
}
#i-am div.row > div.i-am-content:nth-child(3) {
	border-radius: 0 40px 0 0;
}
#i-am div.row > div.i-am-content > p {
	font-size: 12pt;
}
div.row > div.i-am-content {
	padding: 20px 10px 30px 25px;
}
div.row > div.i-am-content:nth-child(1) {
	/* border-radius: 0 35px 0 0; */
}
div.row > div.i-am-content:nth-child(2) {
	border-top: 1px solid #FFFFFF;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #FFFFFF;
}
div.row > div.i-am-content:nth-child(3) {
	/* border-radius: 0 0 0 35px; */
}
div.row > div.i-am-content {
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: cover;
}
div.row > div.i-am-content > p {
	color: #FFFFFF;
}
div.row > div.i-am-content:nth-child(1) > a.button-default {
	background-color: #820B4B;
}
div.row > div.i-am-content:nth-child(2) > a.button-default {
	background-color: #876D6E;
}
div.row > div.i-am-content:nth-child(1) > a.button-default:hover {
	border: 1px solid #820B4B;
	background-color: #FFFFFF;
	color: #820B4B;
}
div.row > div.i-am-content:nth-child(2) > a.button-default:hover {
	border: 1px solid #876D6E;
	background-color: #FFFFFF;
	color: #876D6E;
}
@media (max-width: 768px) {
	#i-am {
		margin-top: 0;
	}
	#i-am div.row > div.i-am-content,
	div.row > div.i-am-content {
		padding: 15px 10px 15px 25px;
	}
	#i-am div.row > div.i-am-content  > p,
	div.row > div.i-am-content > p {
		margin: 0 0 5px;
	}
}
@media (max-width: 992px) {
	div.row > div.i-am-content:nth-child(1),
	div.row > div.i-am-content:nth-child(2),
	div.row > div.i-am-content:nth-child(3),
	#i-am  div.row > div.i-am-content:nth-child(1),
	#i-am  div.row > div.i-am-content:nth-child(2),
	#i-am  div.row > div.i-am-content:nth-child(3){
		border-radius: 0;
		border: 0;
	}
}
/* I am Style - End */

/* Quick Links Style - Start */
#quick-links {
	margin-top: 30px;
	padding-bottom: 20px;
	background-color: #F7F7F7;
}
#quick-links-title {
	/* font-weight: bold; */
}
#quick-links-title,
#quick-links a[id^="quick-links-"] {
	text-align: center;
}
#quick-links a[id^="quick-links-"] {
	display: block;
	color: #333;
	padding-top: 95px;
	background-repeat:no-repeat;
	background-position: 50% 10px;
}
#quick-links a[id^="quick-links-"]:hover {
	color: #CE4B21;
}
#quick-links-1 {
	background-image: url('/eeas/ps/javax.faces.resource/img/quick-links-1.png.xhtml?ln=ea');
}
#quick-links-2 {
	background-image: url('/eeas/ps/javax.faces.resource/img/quick-links-2.png.xhtml?ln=ea');
}
#quick-links-3 {
	background-image: url('/eeas/ps/javax.faces.resource/img/quick-links-3.png.xhtml?ln=ea');
}
#quick-links-4 {
	background-image: url('/eeas/ps/javax.faces.resource/img/quick-links-4.png.xhtml?ln=ea');
}
#quick-links-5 {
	background-image: url('/eeas/ps/javax.faces.resource/img/quick-links-5.png.xhtml?ln=ea');
}
/* Quick Links Style - End */

/* Footer Style - Start */
#footer {
	background-color: #E6E6E6;
}
#footer > div.container > div.row {
	padding-top: 20px;
}
#footer a.footer-logo {
	display: inline-block;
}
#footer a.footer-logo > img.img-responsive {
	width: 100%;
}
#footer-important-notices {
	display: inline-block;
	padding-top: 30px;
	color: #000000;
}
@media (max-width: 992px) { 
	#footer-important-notices-copyright {
		text-align: center;
	}
}
/* Footer Style - End */

/* Main Style - Start */
#main-title {
	margin-top: 0px;
	margin-bottom: 5px;
}
#main-title {
	padding-bottom: 5px;
	border-bottom: 2px dotted #64504D;
}
#main {
	padding: 0 20px;
}
#main ol.breadcrumb {
	margin-bottom: 10px;
}
#main ol.breadcrumb > li > a {
	color: #64504D;
}
#main ol.breadcrumb > li > a:hover {
	color: #CF4A1F;
}
#main div.main-content {
	padding: 5px 5px 20px 5px;
}
#main div.main-content:not(:nth-of-type(1)) {
	border-top: 1px solid #E5E4EC;
}
#main div.main-content  .main-content-title {
	color: #CE4B21;
}
#main div.main-content  .main-content-title,
#main div.main-content  .main-content-sub-title {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* Main Style - End */