/*
blue = rgb(0, 46, 122);
grey = rgb(245, 245, 245);
pink = rgb(230, 0, 180);
buttonface = rgb(229, 233, 242);
inset = rgb(249, 252, 255);
body = rgb(240, 237, 229);
*/
html,body {
	height: 100%;
}

body {
	position: relative;
	padding: 0;
	background-color: rgb(240, 237, 229);
}

body,p,h1,h2,h3,h4,h5,h6 {
	font-family: 'Trebuchet MS', sans-serif;
	color: rgb(3, 43, 126);
	font-size: 14px;
}

a, a.visited {
	text-decoration: none;
}

header {
	position: fixed;
	display: block;
	margin: 0;
	padding: 24px 0;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100px;
	background-color: rgb(255, 255, 255);
	color: rgb(3, 43, 126);
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 1;
}

footer {
	position: fixed;
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 45px;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 130px;
	background-color: rgba(3, 43, 126, 0.75);
	color: rgb(255, 255, 255);
	font-size: 13px;
	font-weight: normal;
	text-transform: initial;
	z-index: 1;
}

inset {
	position: relative;
	display: inline-block;
	background-color: rgb(249, 252, 255);
	text-align: initial;
	padding: 20px 60px 20px 60px;
	font-size: 20px;
}

div.body {
	display: block;
	height: 100%;
	padding-top: 115px;
	padding-bottom: 130px;	
}

div.body-shadow {
	display: block;
	height: 100%;
	
	box-shadow: inset 0 0 100px rgba(0,0,0,0.3); 
	-moz-box-shadow: inset 0 0 100px rgba(0,0,0,0.3); 
	-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.3); 
	-o-box-shadow: inset 0 0 100px rgba(0,0,0,0.3);
}

table.layout {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
table.layout td {
	vertical-align: middle;
}

form {
	
}

#logo {
	display: inline-block;
	margin-top: 0;
}

.block {
	display: block !important;
}

.align-right {
	text-align: right;
}

.blue-text {
	display: inline-block;
	margin-top: 0;
	color: rgb(3, 43, 126);
}

.pink-text {
	display: inline-block;
	margin-top: 0;
	color: rgb(230, 2, 178);
}

.white-text {
	display: inline-block;
	margin-top: 0;
	color: rgb(255, 255, 255);
}

.freshdesklink {
	display: inline-block;
	margin-top: 0;
	font-weight: bold;
	color: rgb(255, 255, 255);
}

.freshdesklink:hover {
	text-decoration: underline;
	color: rgb(255, 255, 255);
}

.bold {
	font-weight: bold;
}

.small-text {
	font-size: 13px;
	text-transform: initial;
}

tel {
	font-weight: bold;
	white-space: nowrap;
}

.checked {
	padding-left: 22px;
	background-repeat: no-repeat;
	background-image: url(../images/check.png);
	min-height: 21px;
	display: inline-block;
	white-space: nowrap;
	line-height: 21px;
	padding-top: 15px;
	background-position: 0 12px;
}

.pink-pill {
	display: inline-block;
	color: rgb(255, 255, 255);
	background-color: rgb(230, 2, 178);
	border-radius: 4px;
	font-size: 10px;
	padding: 3px 10px;
	margin: 0 5px;
	line-height: 18px;
	vertical-align: text-bottom;
}

.btn {
	display: inline-block;
	font-size: 16px;
	padding: 10px 40px;
	color: rgb(3, 43, 126);
	background-color: rgb(229, 233, 242);
	border-radius: 4px;
}
.btn:hover {
	color: rgb(3, 43, 126);
}

label {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

input[type='text'], input[type='password'] {
	width: 275px;
	border-sizing: border-box;
	margin: 0;
	border: 1px solid rgb(3, 43, 126);
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	padding: 7px 10px;
	color: rgb(3, 43, 126);
}

input[type='submit'], input[type='submit']:hover {
	display: inline-block;
	font-size: 16px;
	padding: 10px 40px;
	background-color: rgb(3, 43, 126);
	color: rgb(255, 255, 255);
	border-radius: 4px;
	width: 275px;
	margin-top: 40px;
	text-align: center;
}

#map-canvas {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/* section {
	padding-top: 13px;
}

.content {
	text-align: center;
	color: #fff;
}

.btn:hover {
	color: white;
	background-color: rgb(219, 0, 180);
	border-color: rgb(219, 0, 180);
}

header {
	color: white;
	width: 100%;
	min-height: 600px;
	height: 100%;
	padding: 1em 0 0;
}

header h1 {
	margin: 60px 0;
	animation: fadein 3s;
	-moz-animation: fadein 3s;
	-webkit-animation: fadein 3s;
	-o-animation: fadein 3s;
}

header h3 {
	font-size: 32px;
	margin: 40px 0 140px;
	font-weight: 300;
	animation: fadein 4s;
	-moz-animation: fadein 4s;
	-webkit-animation: fadein 4s;
	-o-animation: fadein 4s;
}

.header-right-text a {
	color: white !important;
}

#footer {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: white;
	font-size: 12px;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(/img/bg-footer-2.png);
	padding-top: 100px;
}

.btn {
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	-webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset,
		rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
	-webkit-filter: none;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(0, 51, 102);
	background-image: none;
	background-origin: padding-box;
	background-repeat: repeat;
	background-size: auto;
	border-bottom-color: rgb(0, 51, 102);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(0, 51, 102);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(0, 51, 102);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(0, 51, 102);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset,
		rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
	color: rgb(255, 255, 255) !important;
	cursor: pointer;
	display: inline-block;
	filter: none;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 11px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 11px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	vertical-align: middle;
	width: 250px;
} */