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

body {
	margin: 0;
	padding: 0;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	/*font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;*/
	/*color: #022656;*/
	background-color: rgba(0,56,105,0.05);/* #f7f9fd;*/
}
.grid-container {
	background-color: #FFFFFF;
}
h1, h2, h3 {
	color: rgba(0,56,105,0.70);/*rgba(13,72,143,*/
	font-weight: 100;
	margin: 0;
	padding: 1em 0 .5em 0;
}
p {
	line-height: 1.5em;
}
a {
	text-decoration: none;
	color: inherit;
}
button {
	cursor: pointer;
}
.job dt {
	width: 10em;
	float: left;
	line-height: 1.5em;
	margin-bottom: .75em;
}
.job dd {
	margin-left: 10em;
	max-width: 800px;
	margin-right: 10%;
	line-height: 1.5em;
	margin-bottom: .75em;
}
.phone dt {
	width: 2.5em;
	float: left;
	line-height: 1.5em;
}
.phone dd{
	margin-left: 2.5em;
	max-width: 10em;
	line-height: 1.5em;
}

#logo img {
	width: 100%;
	max-width: 250px;
}
#login_area {
	margin-top: 15px;
	text-align: right;
}
#login_area form, #tracking {
	/*float: right;*/
}
#login_area button, #rate_request button {
	background-color: rgba(0,56,105,1.0);
	color: rgba(255,255,255,1.00);
	border: 1px solid rgba(204,204,204,1.00);
	padding: 5px 10px;
	margin: 4px;	
}
#header {
	padding-top: 1em;
}
#logo {
	padding-bottom: 1em;
}
#banner {
	margin-bottom: 1em;
}
#content {
	min-height: 15em;
	padding-bottom: 2.5em;
}
#content p, #content ul {
	max-width: 50em;
}
/*#content p {
	max-width: 100%;
}*/
#content .box p {
	display: block;
	display: -webkit-box;
	height: 3em;
	margin: 0 10px 10px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#content .box h2 {
	margin: 10px 10px;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#content .box img {
	width: 100%;
	display: block;
}
#content .box a {
	border: 1px solid  rgba(0,56,105,0.70);/*rgba(13,72,143,0.50);*/
	display: block;
	margin-bottom: 20px;
}
.equipment img {
	margin-bottom: 1em;
}
.equipment table {
	border-spacing: 0;
	margin-bottom: 10px;
	min-width: 230px;
}
.equipment td, .equipment th {
	padding: 3px 5px;
}
.equipment thead {
	text-align: left;
	background-color: rgba(2,38,86,0.10);
}
.equipment tbody td, .equipment thead td, .equipment thead th {
	border-left: 1px solid rgba(2,38,86,0.80);
}
.equipment tbody tr td:first-child, .equipment thead tr td:first-child, .equipment thead tr th:first-child {
	border-left: none;
}
.equipment tfoot {
	font-size: 80%;
}
#rate_request p {
	margin: 5px 0;
}
#rate_request label {
	display: inline-block;
	width: 10em;
	vertical-align: top;
}
#rate_request label.yesno {
	width: 2em;
}
#rate_request input[type="text"] {
	width: calc(80% - 10em);
}
#rate_request input[readonly] {
	border: none;
}
#rate_request select {
	margin: 0;
}
#rate_request button {
	font-size: 150%;
	font-weight: bold;
	padding: 10px 40px;
}
#clock_ca, #clock_ga, #clock_hh, #clock_hk {
	margin: 0;
	padding: 0;
	position: relative;
	width: 120px;
	height: 120px;
	/*margin: 0 auto 0 auto;*/
	background: url(/_images/clock/clockface.jpg);
	list-style: none;
}
.sec, .min, .hour {
	position: absolute;
	width: 6px;
	height: 120px;
	top: 0px;
	left: 57px;
}
.sec {
	background: url(/_images/clock/sechand.png);
	z-index: 3;
}
.min {
	background: url(/_images/clock/minhand.png);
	z-index: 2;
}
.hour {
	background: url(/_images/clock/hourhand.png);
	z-index: 1;
}
.map-navi {
	margin-bottom: 10px;
}
.map-navi img {
	width: 100%;
	opacity: .5;
	cursor: pointer;
}
.map-navi img:hover {
	opacity: 1;
}
#map-canvas {
	height: 60vh;
}
.info {
	width: 200px;
}

#footer {
	font-size: 80%;
	/*margin-top: 5em;*/
	color: rgba(255,255,255,1.00);
}
#footer a:hover {
	color: rgba(0,17,122,1.00);
}
#footer .grid-container {
	/*border-top: 1px dashed #022656;*/
	/*background-color: rgba(0,56,105,1.00);*/
	background-color: rgba(0,56,105,0.70);/*rgba(90,90,90,0.50);*/
	padding-bottom: 2em;
	/*background-color: transparent;*/
}
#footer ul.footmenu {
	padding: 0;
}
#footer ul.footmenu > li {
	display: inline-block;
	vertical-align: top;
	padding-right: 2em;
}
#footer ul.footmenu > li ul {
	list-style-type: none;
	padding: 0;
	/*padding-left: 1.3em;*/
	margin-top: .3em;
}
#footer ul.footmenu > li ul li {
}
#footer ul.footmenu > li ul li:before {
	content: ">" " ";
}
#footer #servicemenu {
	height: 80px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
#footer #servicemenu li {
	/*display: inline-block;*/
}

#cookiebar {
	display: none;
	background: white;
}

#cookiebar.enabled {
	display: flex;
}

.cc-banner.cc-theme-edgeless .cc-message {
	line-height: normal;
    margin: 10px;
}


.flipswitch {
	font-family: sans-serif;
	position: relative;
	width: 86px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select: none;
	margin:  auto;
    box-sizing: border-box;
}

.flipswitch {
	box-sizing: border-box;
}
.flipswitch * {
	box-sizing: inherit;
}

.flipswitch.disabled{
	opacity: 0.5;
}
.flipswitch input[type=checkbox]{
	display: none;
}
.flipswitch-label{
	display: block; 
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #C7DAFF;
	border-radius: 70px;
}
.flipswitch-inner{
	width: 200%;
	margin-left: -100%;
	-webkit-transition: margin 0.1s ease-in-out;
	-moz-transition: margin 0.1s ease-in-out;
	-ms-transition: margin 0.1s ease-in-out;
	-o-transition: margin 0.1s ease-in-out;
	transition: margin 0.1s ease-in-out;
}
.flipswitch-inner:before,
.flipswitch-inner:after{
	float: left;
	width: 50%;
	height: 38px;
	padding: 0;
	font-size: 16px;
	color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.flipswitch-inner:before{
	content: "ON";
	background-color: #44BEA8;
	color: #FFFFFF;
	padding: 10px;
}
.flipswitch-inner:after{
	content: "OFF";
	background-color: #EE4042;
	color: #FFFFFF;
	text-align: right;
	padding: 10px;
}
.flipswitch-switch{
	width: 30px;
	height: 30px;
	margin: -3.5px;
	background: #FFFFFF;
	border: 2px solid #C7DAFF;
	border-radius: 50px;
	position: absolute;
	top: 9px;
	right: 53px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
	margin-left: 0;
}
.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
	right: 11px;
}

.flex {
	display: flex;
}

.flex-1 {
	flex: 1;
}

#gdpr-settings p {
	margin-top: 0px;
}

#gdpr-settings .checkbox {
	margin-left: 10px;
}

.text-link {
	text-decoration: underline;
}

#rate_request label.cb-label {
	display: flex;
	width: auto;
	align-items: center;
}

#rate_request label.cb-label input {
	margin-right: 5px;
}

#content p.gdpr-p {
	max-width: 100%;
}