/* Defult CSS */
html,
body {
    min-height: 100%;
}

img {
    max-width: 100%;
}

.d-table {
    display: table;
    width: 100%;
    height: 100%;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.highlight {
	background: #f1f2f3;
	padding: 25px;
}

.highlight .image-box img {
	padding-right: 15px;
}

.highlight .image-box, .highlight .text-box {
	width: 50%;
}

.gallery .thumbnail {
    background-color: black;
    width: 135px;
    height: 135px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.pp_social {
	display: none;
}



/* Typograpgy */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.contents h3 {
	margin-top: 30px;
}

h1 {
	color: #00148c;
}


/* Header */
header {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

header .header-top {
	padding: 20px 0;
}

header .logo {
	width: 400px;
}

header .menu {
	text-align: right;
}

header .menu ul#main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

header .menu ul#main-menu li {
	display: inline;
	margin-right: 2rem;
}

header .menu ul#main-menu li:last-child {
	margin-right: 0;
}

header .menu ul#main-menu li a {
	color: #00148c;
	font-weight: 700;
	font-size: 16px;
}

header .menu ul#main-menu li a:hover {
	color: #0072ce;
	text-decoration: none;
}

header .header-bottom ul.login-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

header .header-bottom ul.login-menu li {
	display: inline;
	margin-right: 10px;
}

header .header-bottom ul.login-menu li:last-child {
	margin-right: 0;
}

header .header-bottom ul.login-menu li a {
	color: #fff;
	font-size: 16px;
}

header .mobile-menu {
	display: none;
}

header .header-bottom {
	color: #fff;
	background: #00148c;
	padding: 15px 0;
}

header .header-bottom h1 {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	margin: 0;
}


/* About Section */
#about-section {
	padding: 50px 0;
}

#about-section ul {
	padding-left: 20px;
}


/* Footer Area */
footer {
	padding: 30px 0;
	font-size: 14px;
}

footer .footer-logo {
	width: 300px;
}

footer p {
	margin: 0;
}

footer hr {
	margin: 0 0 50px;
	border-top: 1px solid rgba(0,0,0,.2);
}


/* Map Section */
#map-section #googleMap {
	width: 100%;
	height: 600px;
}

.error { 
	font-weight:bold !important; 
	color:#C00 !important; 
}

.errorSmall { 
	color:#C00; 
}


#cookie_text {
	color: #fff;
	background: #00148c;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

#cookie_text p {
	font-weight: 700;
}

#cookie_text a {
	color: #fff;
	text-decoration: underline;
}

#cookie_text #agree_cookies {
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: .7em 2.5em .8em;
	background: #0072ce;
	text-decoration: none;
	text-align: center;
}
.agentBox {
	margin-top:20px;
}
.agentText {
	line-height:20px;	
}
.contents table {
	border-collapse: collapse;
	width:100%;
	margin-bottom: 30px;
	margin-top: 30px;
}

.contents table td, .contents table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.sitePlan {
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #ddd;
}