html {
	background: #fff;
	}
body {
	font: 14px/140% 'Oxygen', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #555;
	background: #fff;
	margin: 2in 1 in;
	text-align: left;
	}
body > nav {
	display: none;
	}
a {
	text-decoration: none;
	color: inherit;
	}
address {
	font-style: normal;
	}

img {
	width: 20%%;
	border-radius: .4em;
	}
strong, b {
	font-weight: 700;
	}
p {
	margin: 0;
	padding: .1em 0 .7em 0;
	}
h1, h2, h3, h4 {
	margin: 0;
	padding: .7em 0 .3em 0;
	line-height: 120%;
	}
h1, h2, h3 {
	font-weight: normal;
	}
h2, h3 {
	text-transform: uppercase;
	font-weight: 700;
	}
	.content .thirds h2,
	.content .thirds h3 {
		text-transform: none;
		}
h1 {
	font-size: 1.8em;
	}
h2 {
	font-size: 1.3em;
	}
h3 {
	font-size: 1.1em;
	padding-bottom: .1em;
	}
h4 {
	font-size: 1em;
	font-weight: 700;
	}

img {
	display: block;
	width: 20%;
	border-radius: 10px;
	}




nav {
	display: none;
	}

header {
	padding-top: 1.8em !important;
	padding-bottom: 1.8em !important;
	vertical-align: middle;
	}
header * {
	vertical-align: middle;
	}
header > a address {
	width: 50%;
	height: 3.5em;
	float: left;
	background: transparent url('../@img/extendicare.png?2') no-repeat left 50%;
	background-size: contain;
	overflow: hidden;
	text-indent: -99999em;
	}



section {
	clear: both;
	}



section.banner,
.noprint {
	display: none;
	}

a.button {
	/*font-weight: 700;*/
	display: inline-block;
	text-transform: uppercase;
	/*background: rgba(0,0,0,.05);*/
	background: #214758;
	/*color: rgba(0,0,0,.4);*/
	color: #fff !important;
	/*border: 1px solid rgba(0,0,0,.4);*/
	border: 1px solid #214758;
	border-radius: .4em;
	padding: .5em .8em !important;
	width: auto !important;
	text-decoration: none !important;
	}

footer {
	display: none;
	}

img.inset {
	width: 20%;
	display: inline-block;
	max-width: 240px;
	overflow: hidden;
	border-radius: .4em !important;
	margin: .2em 2em 2em 2em;
	box-shadow: 0px 0 8px rgba(50, 110, 130, 1);
	}
img.inset.left {
	float: left;
	clear: left;
	margin-left: 0;
	}
img.inset.right {
	float: right;
	clear: right;
	margin-right: 1em;
	}


.photoassets {
	float: right;
	width: 20%;
	display: inline-block;
	max-width: 240px;
	margin: .8em 0 1em 2em;
	}
.photoassets img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	border-radius: .4em !important;
	margin-bottom: .2em;
	box-shadow: 0px 0 8px rgba(50, 110, 130, 1);
	}

ul.childnav {
	display: none;
	}
.breadcrumbs {
	display: none;
	}
	



a.linkblock,
div.linkblock {
	display: block;
	clear: both;
	/*padding-left: 80px !important;*/
	/*margin: .6em 0 1.5em 0;*/
	padding: 1em 0 1em 80px;
	padding-left: 80px !important;
	}
a.linkblock img,
div.linkblock img {
	display: block;
	float: left;
	margin-left: -80px;
	margin-top: .2em;
	width: 70px;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box;
	border-radius: .4em;
	}
a.linkblock time,
div.linkblock time {
	display: block;
	float: left;
	margin-left: -80px;
	margin-top: .3em;
	width: 70px;
	background: #ABA545;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 1.3em .2em;
	border-radius: .4em;
	font-weight: bold;
	font-size: .8em;
	line-height: 120%;
	}
	a.linkblock.inverted time,
	div.linkblock.inverted time {
		background: #fff;
		color: #214758;
		}
	a.linkblock time strong,
	div.linkblock time strong {
		display: block;
		font-size: 2.2em;
		font-weight: 700;
		padding: .1em 0 .2em 0;
		}
a.linkblock h4,
a.linkblock p,
div.linkblock h4,
div.linkblock p {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-size: .95em;
	line-height: 130%;
	}
div.linkblock h4,
div.linkblock p {
	font-size: inherit;
	}
div.linkblock p {
	padding-bottom: .5em;
	}




table.docs {
	border-collapse: collapse;
	width: 100%;
	margin: 1em 0 3em;
	}
table.docs caption {
	text-align: center;
	font-size: 1.3em;
	font-weight: 700;
	}
table.docs tbody td, 
table.docs th {
	border-bottom: 1px solid #ccc;
	padding: .3em .9em;
	text-align: left;
	vertical-align: top;
	}
table.docs tbody td {
	border-bottom: 1px solid #eee;
	}
table.docs tbody tr:nth-child(odd) {
	background: #f5f5f5;
	background: rgba(33, 71, 88, .1);
	}

table.docs tr.archived {
	opacity: .6;
	}
table.docs tfoot * {
	text-align: left;
	}
table.docs tfoot a.toggle {
	cursor: pointer;
	display: inline-block;
	background: #ABA545;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	border-radius: .3em;
	margin: .7em .5em;
	padding: .2em .5em;
	}
td.year {
	text-align: center;
	font-family: Georgia, sans-serif;
	font-size: 1.3em;
	vertical-align: middle;
	}
table.maptable {
	background: #214758;
	}
table.maptable tr,
table.maptable th,
table.maptable td {
	background: #214758 !important;
	color: #fff;
	}
table.maptable th,
table.maptable td {
	width: 25%;
	padding: 1em;
	}
table.maptable td input,
table.maptable td select {
	display: block;
	width: 100%;
	}

h2.ispecial {
	background: #ABA545;
	color: #fff;
	margin: .7em 0 .2em 0;
	padding: .4em .2em .4em 70px;
	text-transform: uppercase !important;
	border-radius: .3em;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	background-size: 4em;
	}
h2.ispecial[role='stock'] {
	background-image: url('../@img/icon.stock.png');
	}
h2.ispecial[role='latest-docs'] {
	background-image: url('../@img/icon.latest_docs.png');
	}
h2.ispecial[role='newsrelease'] {
	background-image: url('../@img/icon.newsrelease.png');
	}


.breadcrumbs {
	padding: .5em 1em;
	margin: 0;
	list-style: none;
	}
	.breadcrumbs > li {
		display: inline-block;
		}
	.breadcrumbs > li + li:before{
		content: "/\00a0";
		padding: 0;
		padding-left: .8em;
		opacity: .7;
		}
	.breadcrumbs a {
		display: inline-block;
		padding-left: .6em;
		color: inherit !important;
		text-decoration: none !important;
		opacity: .7;
		}
	.breadcrumbs a:hover,
	.breadcrumbs a.active {
		opacity: 1;
		}





form {
	margin: .5em 0 1em 0;
	padding: 0;
	border: 0;
	width: 100%;
	font-family: inherit;
	}
form fieldset {
	margin: 1.9em 0;
	padding: 0;
	/*padding: .9em 1.1em;*/
	position: relative;
	border: 0;
	clear: both;
	}
	form fieldset:focus {
		background: green;
		}
	fieldset.side-by-side {
		margin: 0;
		}
form label {
	display: block;
	font-family: inherit;
	font-weight: 400;
	padding: 0 0 1em 0;
	}
	form label small.note {
		color: rgba(0,0,0,.4);
/*		display: block;
		line-height: 110%;
		margin: 0;
		padding: 0;*/
		}
p.bad, 
form label.bad {
	color: #a30000;
	}
	form label.bad input {
		border-color: #a30000;
		}


fieldset input[type="text"],
fieldset input[type="password"], 
fieldset textarea {
	-webkit-appearance: none;
	border: 1.5px solid rgba(0,0,0,.1);
	padding: .25em .7em .2em .7em;
	color: rgba(0,0,0,.8);
	display: block;
	position: relative;
	width: 100%;
	font-family: inherit;
	font-size: 1.1em;
	line-height: 120%;
	border-radius: .3em;
	box-sizing: border-box;
	outline: none;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
	}
fieldset input[type="text"]:focus,
fieldset input[type="password"]:focus, 
fieldset textarea:focus {
	border-color: rgba(0,0,0,.2);
	box-shadow: 0 0 1em rgba(0,0,0, .15);
	}
fieldset textarea {
	height: 7em;
	}
fieldset textarea:focus {
	/*height: 14em;*/
	}

fieldset.big label {
	font-size: 1.3em;
	}
fieldset.big input {
	font-size: 1.9em;
	padding: .13em .5em;
	}
/*
label input {
	width: auto !important; 
	display: inline !important;
	}
*/
fieldset input.short {
	width: 100px;
	}
fieldset.error input[type="text"],
fieldset.error input[type="password"], 
fieldset.error textarea {
	border-color: red;
	}
fieldset.error label {
	color: red;
	}

fieldset.sort div {
	cursor: move;
	}
fieldset div,
fieldset.photoAsset {
	padding: 0 0;
	margin: 0 0 1.2em 0;
	line-height: 120%;
	}
	fieldset[data-type="photo"] div,
	fieldset.photoAsset {
		padding-left: 100px;
		}
	fieldset[data-type="photo"] div img,
	fieldset.photoAsset img {
		width: 80px;
		display: block;
		float: left;
		margin-left: -100px;
		border-radius: .3em;
		box-shadow: 0 0 .3em rgba(0,0,0, .15);
		}
	fieldset div h4 {
		margin: 0;
		padding: 0;
		}
fieldset>input[type="submit"] {
	display: block;
	text-align: center;
	width: auto;
	margin: 0;
	padding: .4em 1.2em;
	border: 0;
	text-transform: uppercase;
	color: #fff;
	background: rgba(171, 165, 69, .4);
	border: 1px solid rgba(171, 165, 69, .4);
	cursor: pointer;
	font-family: inherit;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: -1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-transition-property: color;
	-webkit-transition-duration: .3s;
	}
fieldset>input[type="submit"]:hover {
	color: rgb(171, 165, 69);
	text-decoration: none;
	}



img.play-button {
	background: #555 url(none) no-repeat 50% 50%;
	background-size: cover;
	}


