/* HTML5 Boilerplate CSS: h5bp.com/css
---------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: Lucida Sans Unicode, Lucida Grande, sans-serif; color: #222; }
body { margin: 0; font-size: 12px; line-height: 150%; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
address { font-style: normal }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
li { margin-bottom:10px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/*  Author: CyberScribe Web Solutions
---------------------------------------*/
/*html, body {
	height:100%;
    margin:0px!important;
    padding:0px!important;
	position: relative;
	min-height: 100%;
}*/

html {
    position: relative;
    min-height: 100%;
}

body {
	font-family: "proxima-nova",sans-serif,arial;
	color: #000;
	font-size: 14px;
	margin: 0 0 135px; /* bottom = footer height */
}

a { 
	color: #990000;
	font-weight:bold;
    text-decoration: none;
}

a:visited { 
	color: #990000;
}

a:hover { 
	color: #990000;
	text-decoration: underline;
}

button, select, input, textarea {
	font-size:13px;
	font-family: arial;
	border: 1px solid #5A5B5B;
	padding:5px;
} 

header {

	width: 1024px;
	z-index:100;
	margin-right: auto;
	margin-left: auto;
}


header .logo {
	margin: 36px auto 12px auto;
	z-index:100;
	text-align: center;
}




header nav.main-menu {
	border-top: 1px solid #990000;
	background-color:#000;
	z-index:1;

}

#page {
	width:1024px;
	margin-right:auto;
	margin-left:auto;
    min-height:100%;
    height:100%;
}

#page section {
	width: 100%;
	position:relative;
	z-index: 0;
    margin-top:44px;
    height:100%;
}

#page .left-column {

}

.bordered {
	border: 1px solid #ccc;
	padding: 10px;	
}

#page .left-column-content {
    position:relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    width:100%;
}

#page .page-content {
	margin-bottom:40px;
}

/*@media only screen
and (max-width : 1250px) {
    #page section {
        margin-top: 131px;
    }
    header {
		height: 129px;
        background-color:#000;
		min-width: 1024px;
 	}
    header .bar {
        height: 129px;
    }

    header .logo {
        background-image:none;
    }
	header nav.main-menu {
		width:100%;
		min-width: 1024px;
		top: 86px;
	}

    header nav.main-menu .sf-menu {
        float: left!important;
    }

    #page .left-column-content {
        padding-top: 80px;
    }
}

@media only screen
and (max-width : 1023px) {
	header {
    	position: absolute;
	}
}*/

#page h1,
#page h2,
#page h3 {
}

#page h1 {
	font-size:22px;
	line-height:24px;
    text-transform: uppercase;
	color: #990000;
}

#page h2 {
	font-size:18px;
	line-height:20px;
	margin-top:25px;
	margin-bottom: -10px;
}

#page h3 {
	font-size:16px;
	line-height:18px;
	margin-bottom:-10px;
	margin-top: 40px;
}

.property-container {
	width: 100%;
	clear: both;
	padding: 25px 0;	
	border-top: 1px solid #999;
	display: inline-block;
}

.property-left {
	float: left;
	width: 33%;	
}

.property-left img {
	border: 3px solid #990000;
	width: 290px;
	height: auto;	
}

.property-right {
	max-width: 66%;
	float: left;
}

.property-right h2 {
	color: #990000;
	margin-top: 0px!important;
	margin-bottom: 15px!important;
}

.location {
	margin-top: -15px!important;
	text-transform: uppercase;	
}

.twocolumns
{
    -moz-column-count: 2;
    -moz-column-gap: 2.5em;
    -webkit-column-count: 2;
    -webkit-column-gap: 2.5em;
     column-count: 2;
     column-gap: 2.5em;
}


footer {
	position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
	background-color: #990000;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.3;
	padding: 10px;
}

.container {
	width: 1020px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

footer .footer-left {
	float:left;
}
footer .footer-right {
	float: right;	
}

ul.link-list {
   list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	font-weight: normal;
}
ul.link-list li {
    float: left;
}

ul.link-list li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 12px;
    text-decoration: none;
	font-weight: normal;
}

ul.link-list li a:hover {
    text-decoration:  underline;
}

#page li {
	margin-bottom: 0px;
}

#page li p {
	margin-top:0px;
	margin-bottom:0px;
}




/* Non-Semantic Helper Classes
---------------------------------------*/

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* Print Styles
---------------------------------------*/
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* Page gallery
---------------------------------------*/

#page-gallery {
    overflow:hidden;
}

#page-gallery .album {
    float:left;
    margin: 10px;
	-webkit-box-shadow:  0px 7px 6px -2px rgba(0, 0, 0, .2);
    box-shadow:  0px 7px 6px -2px rgba(0, 0, 0, .2);
}

#page-gallery .album img {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}

#page-gallery .album .title {
    width:100px;
    margin-top:0px;
}

#page-gallery .albums img:hover {
    box-shadow:0 0 5px 5px #bbb;
    -moz-box-shadow:0 0 5px 5px #bbb;
    -webkit-box-shadow: 0 0 5px 5px #bbb;
}

#fancybox-left {
    left: -32px!important;
}

#fancybox-right {
    right: -32px!important;
}

#fancybox-close{
    border:none!important;
}


#fancybox-img {
	z-index: 10000;
}

/* Site Form
----------------------------------*/

.site-form {
	margin-top:40px;
}

.site-form .form-field-block {
	margin-bottom:10px;
}

.site-form .form-field-block .field-required {
	margin-left:2px;
}

.site-form label {
	float:left;
	width:100px;
	text-align:right;
	margin-right:5px;
}

.site-form .checkbox,
.site-form .radio {
	float:left;
}

.site-form label.checkbox-label,
.site-form label.radio-label {
	float:left;
	width:auto;
	text-align: left;
	margin-right:10px;
}

.site-form input[type=text],
.site-form textarea, 
.site-form select {
	float:left;
	font-size:13px;
}

.site-form select {
	margin-top:10px;
}

.site-form .checkbox-fields, 
.site-form .radio-fields {
	float:left;
	overflow:hidden;
}

.checkbox-fields .checkbox-field,
.radio-fields .radio-field {
	overflow:hidden;
	clear:both;
}

.site-form .header-form-field h3 {
	padding:0px;
	margin:0px;
}

.site-form .header-form-field {
	margin-top:20px;
	margin-bottom:20px;
}

.site-form .first-header-form-field {
	margin-top:0px!important;
}

.site-form .html-form-field {
}

.site-form .field-help {
	clear:both;
	font-size:12px;
	margin-left:110px;
	padding-top:3px;
}

.site-form .field-error {
	font-size:12px;
	color:red;
	font-weight:normal;
	margin-left:110px;
}

.site-form .buttons {
	margin-top:10px;
	margin-left:110px;
	padding-top:10px;
}

/* Site File List 
--------------------------------*/
.page-files {
	clear:both;
	border: 1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:570px;
	overflow:hidden;
	margin-top:40px;
}

.page-files .file-row {
	overflow:hidden;
	padding: 10px 10px;
}

.page-files .file-row.alternate-background {
	background-color:#000;
}


.file-row .file-name,
.file-row .file-date,
.file-row .file-size {
	float:left;
}

.file-row .file-name {
	width:300px;
}

.file-row .file-date {
	width:150px;
	text-align:right;
}

.file-row .file-size {
	width:100px;
	text-align:right;
}

/* Modal Popup 
--------------------------------*/
/* Overlay */
#simplemodal-overlay {
	background-color:#000;
	cursor:wait;
}

/* Container */
#simplemodal-container {
	color:#bbb;
	background-color:#333;
	border:4px solid #444;
	padding:12px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#simplemodal-container .simplemodal-data {
	padding:8px;
}

#simplemodal-container a {
	color:#ddd
}

#simplemodal-container a.modalCloseImg {
	background:url(https://4850e8.claudeassets.com/20160824193853im_/http://keystonecorporation.com/site/themes/keystonecorporation2016/assets/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-16px;
	cursor:pointer;
}

#simplemodal-container h3 {
	color:#84b8d9;
}

/* TinyMCE tweaks
--------------------------------*/
.mceContentBody {
	background-image: none!important;
	background-color:white!important;
	color:#000000!important;
	font-size:13px;
	border-top-style:none!important; 
	margin:10px!important;
}

/* TinyMCE Templates
   Public Styles
--------------------------------*/
.site-rounded-box-container {
}

.site-rounded-box {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #666;
	padding:10px;
}

.site-popout-content-container {
	display:none;
	overflow:hidden;
}

.site-popout-content-container h3 { 
	color: #fff;
}

.site-popout-content-container .site-popout-content {
	overflow:hidden;
}


.image-left {
	display:block!important;
	float: left!important;
	margin-right: 12px!important;
	margin-bottom: 12px!important;
}

.image-right {
	display:block!important;
	float: right!important;
	margin-left: 12px!important;
	margin-bottom: 12px!important;
}

.image-center {	
	display:block!important;
	clear:both!important;
	margin: 0 auto!important; 
	padding: 12px!important;
}


.featureditem {
	width: 48%; 
	margin-bottom: 20px; 
	float: left;	
	margin-top: 20px;
}
.featureditem img {
	box-shadow: 7px 7px 5px #888888;
	border: 1px solid #E8E8E8;
	
	-ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);
	
	margin-right: auto;
	margin-left: auto;
}
.featureditem img:hover {
	-ms-transform: rotate(1deg); /* IE 9 */
    -webkit-transform: rotate(1deg); /* Chrome, Safari, Opera */
    transform: rotate(1deg);
}
.featureditem p {
	margin-top: -4px;
	color: #78713D;	
	font-weight: bold;
	text-align: center;
}
/*
     FILE ARCHIVED ON 18:05:10 Dec 20, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:37:31 Jul 01, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.386
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.047
  esindex: 0.006
  cdx.remote: 7.032
  LoadShardBlock: 70.183 (3)
  PetaboxLoader3.datanode: 73.261 (4)
  load_resource: 157.442
  PetaboxLoader3.resolve: 117.268
*/