/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics 
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* #Basic Styles
================================================== */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	background: #1c2b3e;
}

#printDetail {
	font-size: 14px;
	line-height: 22px;
}


/* #Typography
================================================== */
	
h1, h2, h3, h4, h5, h6 {
	color: #0a4693;
	margin-bottom: 15px;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
}
h2 {
	font-size: 20px;
	line-height: 28px;
}
h3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 5px;
}

h4 {
	font-size: 25px;
	line-height: 33px;
	margin-bottom: 10px;
}

h2.icon {
	margin-bottom: 30px;
}

h2.icon::before {
	display: inline-block;
	content: "";
	background-size: 500px 500px !important;
	text-decoration: none;
	transform: perspective(1000);
  transform-style: preserve-3d; 
  transition: all 400ms ease;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}

	.icon.date::before  {
		background: url('../images/sprite.png') no-repeat -360px -135px;
		width: 24px;
		height: 24px;
	}
	.icon.dateAnticipate::before  {
		background: url('../images/sprite.png') no-repeat -430px -135px;
		width: 24px;
		height: 24px;
	}
	.icon.declare::before  {
		background: url('../images/sprite.png') no-repeat -470px -135px;
		width: 22px;
		height: 24px;
	}
	.icon.deposit::before  {
		background: url('../images/sprite.png') no-repeat -280px -135px;
		width: 24px;
		height: 22px;
	}
	.icon.info::before  {
		background: url('../images/sprite.png') no-repeat -120px -135px;
		width: 24px;
		height: 24px;
	}
	.icon.legal::before  {
		background: url('../images/sprite.png') no-repeat -45px -135px;
		width: 15px;
		height: 24px;
	}
	.icon.lender::before  {
		background: url('../images/sprite.png') no-repeat -165px -135px;
		width: 18px;
		height: 24px;
	}
	.icon.location::before  {
		background: url('../images/sprite.png') no-repeat -400px -135px;
		width: 18px;
		height: 24px;
	}
	.icon.occupier::before  {
		background: url('../images/sprite.png') no-repeat 0 -135px;
		width: 24px;
		height: 22px;
	}
	.icon.position::before  {
		background: url('../images/sprite.png') no-repeat -240px -135px;
		width: 24px;
		height: 24px;
	}
	.icon.property::before  {
		background: url('../images/sprite.png') no-repeat -80px -135px;
		width: 24px;
		height: 24px;
	}
	.icon.purchaser::before  {
		background: url('../images/sprite.png') no-repeat 0 -135px;
		width: 24px;
		height: 22px;
	}
	.icon.snag::before  {
		background: url('../images/sprite.png') no-repeat -40px -170px;
		width: 24px;
		height: 24px;
	}
	.icon.source::before  {
		background: url('../images/sprite.png') no-repeat -320px -135px;
		width: 24px;
		height: 24px;
	}
	.icon.status::before  {
		background: url('../images/sprite.png') no-repeat -200px -135px;
		width: 24px;
		height: 24px;
	}
	.icon.terms::before  {
		background: url('../images/sprite.png') no-repeat 0 -170px;
		width: 24px;
		height: 24px;
	}


p {
	margin: 0 0 20px 0;
}

p.icon {
		font-size: 16px;
		line-height: 24px;
}

p.icon.left a::before, p.icon a::after {
		content:'';
		display: inline-block;
		vertical-align: middle;
		width: 8px;
		height: 12px;
		margin-top: -2px;
		margin-left: 10px;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}

	p.icon a {
		text-decoration: none !important;
	}
	
	p.icon.left a::after {
		display: none;
	}
	
	p.icon a::after, p.icon.left a::before  {
		background: url('../images/sprite.png') no-repeat -12px -105px;
		background-size: 500px 500px;
	}

	p.icon a:hover::after, p.icon.left a:hover::before {
		background: url('../images/sprite.png') no-repeat 0 -105px;
		background-size: 500px 500px;
	}
	
	p.icon.left a::before {
		margin-right: 10px;
		margin-left: 0;
		transform: rotate(180deg)
	}
	
p.lead {
	font-size: 15px;
	line-height: 23px;
}

p.success, p.error {
	padding: 10px 12px 9px;
	box-sizing: border-box;
	margin-right: 0;
	border-radius: 3px; 
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px;
	margin-bottom: 30px;
}

p.success {
	background: #fdffca;
	color: #5a741f;
	border: 1px solid #b0ba01;
}

p.success::before {
	content: "";
	display: block;
	float: left;
	background: url('../images/sprite.png') no-repeat -30px -70px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

p.error {
	background: #FFCCCC;
	color: #c00;
	border: 1px solid #c00;
}

p.error::before {
	content: "";
	display: block;
	float: left;
	background: url('../images/sprite.png') no-repeat 0 -70px;
	background-size: 500px 500px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

#printDetail .six p {
	margin-bottom: 10px;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 85%;
    font-weight: normal;
    line-height: 85% !important;
}

/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 25px;
	line-height: 32px;
	margin-bottom: 0;
	color: #656565;
}
blockquote,blockquote p {
	margin: 0 0 20px;
}
blockquote .footer {
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	line-height: 22px;
	color: #000;
	margin-bottom: 10px;
}

hr {
    display: block;
    border: solid rgba(10,70,147,0.3);
    border-width: 0 0 1px;
    clear: both;
    padding-top: 20px;
    margin: 0 10px 40px;
    height: 0;
}

.column hr, .columns hr {
	margin: 0 0 40px;
}

hr.narrow {
    border-bottom: 1px dashed rgba(10,70,147,0.4) !important;
}
	.column hr.narrow , .columns hr.narrow  {
		margin: 20px 0;
	}




/* #Links
================================================== */

a {
	color: #f60;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
}
p a, p a:visited {
	line-height: inherit;
}
a[href^=tel]{
  color:inherit;
  text-decoration:none;
}


/* #Lists
================================================== */

ul, ol {
	margin-bottom: 20px;
}
ul {
	list-style: square outside;
}
ol {
	list-style: decimal;
}
ol, ul {
	margin-left: 20px;
}

ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}

ul ul, ul ol,  ol ol, ol ul {
	margin: 4px 0 5px 18px;
	/*font-size: 90%;*/
}
ul ul li, ul ol li,  ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 3px;
}


/* pagination */

ul.pagination {
	margin: 0;
	list-style: none;
}

ul.pagination li {
	display: inline;
	margin-right: 5px;
	list-style: none;
	border-radius: 2px;
}

ul.pagination li.nobg {
	color: #333;
	margin-right: 20px;
}

ul.pagination li.disabled {
	display: inline;
}

ul.pagination li a, ul.pagination li.disabled span, ul.pagination li.selected {
	display: inline-block;
	background: rgba(10,70,147,0.5);
	color: #fff;
	font-size: 15px;
	padding: 8px 15px 8px 15px;
	margin-bottom: 20px;
	border-radius: 2px;
	text-decoration:none;
}

ul.pagination li.selected {
	background: #2868b7;
}

ul.pagination li.disabled span {
	background: #bbb;
}

ul.pagination li a:hover {
	background: #1c2b3e;
	color: #fff;
}

nav.pagination {
	max-width: 100%;
	/*background-color: rgba(10,70,147,0.1);*/
	/*border-radius: 10px;*/
	margin: 40px auto 30px;
}

	nav.pagination ul {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		list-style: none;
		margin: 0;
	}

	nav.pagination li {
		position: relative;
		max-width: 100px;
		flex: 1;
		text-align: center;
		transition: all 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		margin-bottom: 0;
	}

		nav.pagination li:not(:last-child):after {
			content: "";
			display: block;
			position: absolute;
			top: 50%;
			right: 0;
			width: 1px;
			height: 60%;
			transform: translateY(-50%);
		}

			nav.pagination li:not(:last-child):after:hover {
				border-color: transparent;
			}

		nav.pagination li:hover {
			background: rgba(10,70,147,0.1);
			color: #00094d;
		}

		nav.pagination li:first-of-type a {
			border-radius: 4px 0 0 4px;
		}

		nav.pagination li:last-of-type a {
			border-radius: 0 4px 4px 0;
		}

	nav.pagination a {
		display: block;
		font-weight: 600;
		padding: 0.6em 0.4em;
		color: inherit;
		text-decoration: none;
		border: none;
	}

	nav.pagination li.active,
	nav.pagination li.active a:hover {
		background: rgba(10,70,147,0.2);
		color: #00094d;
	}

	nav.pagination img {
		width: 10px;
		transform: translateY(3px)
	}

/* linklist */

ul.linklist, ul.linklist li, ul.doclist, ul.doclist li, ul.ticklist, ul.ticklist li {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

ul.linklist, ul.doclist, ul.ticklist {
	margin: 0 0 25px;
}

ul.linklist li, ul.ticklist li {
	font-size: 18px;
}

ul.linklist li::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}

ul.ticklist li {
	background: url('../images/sprite.png') no-repeat -175px -634px;
	background-size: 500px 500px;
	width: auto;
	height: 18px;
	padding: 0 0 0 38px;
	margin-bottom: 10px;
}

	ul.linklist li.tel::before {
		background: url('../images/sprite.png') no-repeat 0 -200px;
		background-size: 500px 500px;
	}
	ul.linklist li.email::before {
		content: "";
		background: url('../images/sprite.png') no-repeat 0 -238px;
		background-size: 500px 500px;
	}

/* tab navigation */

ul.tabNavigation {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
}

ul.tabNavigation li {
  float: left;
  margin: 5px 5px -1px 0;
  padding: 0;
	list-style: none;
}

ul.tabNavigation li a {
	display: block;
  padding: 9px 19px;
  background-color: #e1e1e1;
  color: #000;
  border: 1px solid #e1e1e1;
  text-decoration: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; 
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

ul.tabNavigation li a:hover {
  background-color: #a6b000;
  border: 1px solid #a6b000;
  border-bottom: 1px solid #a6b000;
  color: #fff;
}

ul.tabNavigation li a.selected {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  color: #a6b000;
}

ul.tabNavigation li a:focus {
  outline: 0;
}


.docGroup {
	padding-bottom: 10px;
}


/* #Images
================================================== */

img.scale {
	max-width: 100%;
	height: auto;
}

img.insetL {
	float: left;
	margin: 0 30px 20px 0;
}

img.insetR {
	float: right;
	margin: 0 0 20px 30px;
}

img.insetL.small, img.insetR.small {
	max-width: 50%
}

/* #Buttons
================================================== */

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	font-size: 15px;
	background: #2868b7;
	border: none;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin: 0;
	margin-bottom: 20px;
	line-height: normal;
	padding: 11px 10px 12px;
    border-radius: 3px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-appearance: none;
	min-width: 280px;
	text-align: center;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	color: #fff;
	background: #000 !important;
}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	background: #9c0;
}
.button.help, button.help, input[type="submit"].help, input[type="reset"].help, input[type="button"].help {
	background: #9c0;
}
.button.notice, button.notice, input[type="submit"].notice, input[type="reset"].notice, input[type="button"].notice {
	background: #f60;
}
.button.delete, button.delete, input[type="submit"].delete, input[type="reset"].delete, input[type="button"].delete {
	background: #c00;
	min-width: 0 !important;
	width: 30px !important
}
.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	min-width: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
input[type="button"].disabled {
	background: #999;
  cursor: default;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

.matchLabel {
	margin-left: 220px !important;
}


/* #Forms
================================================== */

form {
	margin-bottom: 10px;
}

fieldset {
	margin-bottom: 20px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="date"], textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	border: 1px solid #b9c8e3;
	padding: 0 8px;
	outline: none;
	color: #555;
	margin: 0;
	width: 460px;
	height: 40px;
	/*line-height: 32px;*/
	max-width: 100%;
	display: block;
	margin-bottom: 15px;
	background: #f7f7f7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	float: left;
	box-sizing: border-box;
}

form .short {
	width: 100px;
}
form .inlineB {
	display: inline;
	float: none;
}
	

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, input:-moz-placeholder {
	line-height: 36px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="number"]:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(10,70,147,0.2);
	-webkit-box-shadow: 0 0 3px rgba(10,70,147,0.2);
	box-shadow: 0 0 3px rgba(10,70,147,0.2);
}
textarea {
	min-height: 200px;
	line-height: 20px;
	padding: 6px 8px;
}
label,  legend {
	display: inline-block;
	font-size: 15px;
	padding-top: 8px;
	float: left;
	width: 200px;
	margin-bottom: 10px;
	margin-right: 20px;
	color: #000;
	box-sizing: border-box;
}

label.forCheck {
	padding-left: 22px;
}

input.full-width, textarea.full-width, select.full-width, label.full-width, .full input, .full select, .full textarea {
	width: 100%;
}

select {
	background: #f7f7f7 url('../images/select-arrow.gif') center right no-repeat;
	padding: 7px 8px 9px;
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
}
	label.forCheck input[type="checkbox"], label.forCheck input[type="radio"] {
		margin-left: -22px;
	}

input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
	border: 1px solid #e50004;
	background: #ffe6e6 !important;
	color: #e50004;
	margin: 0 0 20px 0 !important;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(229, 0, 4, 1);
	-moz-box-shadow:    inset 0px 0px 1px 0px rgba(229, 0, 4, 1);
	box-shadow:         inset 0px 0px 1px 0px rgba(229, 0, 4, 1);
}
select.input-validation-error{
	background: #ffe6e6 url('../images/select-arrow.gif') center right no-repeat !important;
}

input.disabled {
	background: #eee;
	color: #888;
}


/* #Tables
================================================== */

/* info grid */

table.infogrid {
	margin-bottom: 30px;
}

	#benefits table.infogrid {
		margin: 10px 0 40px;
	}

.infogrid th, .infogrid td {
    padding: 8px;
    border-right: 1px solid #b9c8e3;
    font-size: 14px
}

.infogrid tr {
    border-bottom: 1px solid #b9c8e3;
    background: #fff;
}

    .infogrid tr:first-child {
        border-top: 1px solid #1c2b3e;
        border-bottom: 1px solid #1c2b3e;
    }

tr:nth-child(odd) {
    background-color: rgba(255,255,255,0.5);
}

.infogrid tr.empty,
.infogrid tr.empty td {
    border: none !important;
    background: none;
}

.infogrid th {
	background: #1c2b3e;
	color: #fff;
	text-align: left;
	border-right: 1px solid #3c4b5e;
}
.infogrid th:first-child {
	border-left: 1px solid #1c2b3e;
}
	.infogrid th.right {
		text-align: right;
	}
	.infogrid th.center {
		text-align: center;
	}

.infogrid td:first-child {
    border-left: 1px solid #b9c8e3;
}
.infogrid td {
    border-bottom: 1px solid #b9c8e3;
}
.infogrid .button {
	margin: 0;
	min-width: 80px;
	padding: 8px 10px;
}
.infogrid input{
    margin: 0;
}

.infogrid tr.subtotal td {
    border-top: 1px solid #b9c8e3;
    background: #fff;
}

.infogrid tr.total td {
    border-top: 1px solid #b9c8e3;
    background: rgba(255,255,255,0.2);
}

.infogrid.side tr {
    border: none;
}
    .infogrid.side tr:first-child {
        border: none;
        border-top: 1px solid #b9c8e3
    }
.infogrid.side th {
    border-bottom: 1px solid #3c4b5e;
}
    .infogrid.side th:first-child {
        border-left: none;
    }
    .infogrid.side th.right {
        text-align: right;
    }
    .infogrid.side th.center {
        text-align: center;
    }



/* #Misc
================================================== */

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-40 {
	margin-top: 40px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.m-0 {
	margin: 0 !important;
}

.flo-l {
	float: left !important;
}
.flo-r {
	float: right !important;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.mob-only, .mob-only-p, .mob-only-all, .tab-only, .hidden {
	display: none;
}

.loader {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(255,255,255, 0.5) url('/images/preload.gif') 50% 50% no-repeat;
}

.divider {
	margin: 0 10px;
	color: #746a65;
}

.category {
	font-weight: bold;
	color: #2b7dbb;
}

::selection {
	background: #631060; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #631060; /* Firefox */
	color: #fff;
}

.hilight {
	color: #e4002b !important;
}
.lolight {
	color: #746a65;
	font-size: 13px;
}

/*  Cookie law  */

#cookie-law {
    max-width: 100%;
    background: #000; 
    margin: 0 auto;
		padding: 20px 0;
		position: relative;
		z-index: 100;
}
 
#cookie-law p { 
    padding: 0 30px 0 0; 
    font-size: 15px; 
    color: #fff; 
    margin: 0;
}

#cookie-law a { 
  color: #fff;
	text-decoration: underline; 
}

#cookie-law a.close-cookie-banner { 
    position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -10px;
}
