/*
Website development by Midwest New Media, LLC
Unauthorized distribution or resale is expressly prohibited
www.midwestnewmedia.com
info@midwestnewmedia.com
(513) 742-9150
*/

/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}
/* --- Styles --- */


@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#ProximaNovaRegular') format('svg');
    font-style: normal;
	font-weight: normal;
    font-display: swap;
}

a {
	color: #004B8E;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a:active {
	color: #666;
}

address {
	margin-top: 20px;
	text-align: center;
}

.applicant-button {
	margin-top: 5px;
}

.apply-link-small > a {
	text-decoration: underline;
}

.apply-message {
	border:2px dashed #f00;
	color: #000;
	font-weight:bold;
	padding:12px;
	text-align:center;
}

.apply-occupants {
	float: left;
	margin-bottom: 20px;
	margin-left: 25px;
}

.apply-vehicle {
	float: left;
	margin-bottom: 20px;
	margin-left: 25px;
}

b, strong {
	color: #333;
	font-weight: bold;
}

body {
	background: url(../images/bodyBG.jpg) top left repeat;
	color: #444;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 160%;
	min-width: 960px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.boldsmallheader {
	color: #fff;
	font-weight: bold;
}

.boxgreen {
	color: #339933;
	margin-bottom: .5em;
	overflow:hidden;
	text-align: center;
	width: 220px;
}

.boxgreen > a {
	color: #339933;
	text-decoration: underline;
}

.boxred {
	color: red;
	margin-bottom: .5em;
	overflow:hidden;
	text-align: center;
	width: 220px;
}

.boxred > a {
	color: red;
	text-decoration: underline;
}

#browse-area {
	margin: 40px 0 0 0 !important;
}

	#browse-area > div {
		display: inline;
		float: left;
		margin-left: 16px;
		width: 140px;
	}

	#browse-area > div.first {
		margin-left: 0px;
	}

	#browse-area li {
		background: url(../images/check.png) left 10px no-repeat;
		font-size: 14px;
		font-weight: bold;
		line-height: 210%;
		margin-left: 0;
		overflow-x: hidden;
		-webkit-padding-start: 0;
		-moz-padding-start: 0;
		padding-left: 12px;
	}

	#browse-area li a {
		display: block;
		text-decoration: none;
	}

	#browse-area li a:hover {
		padding-left: 6px;
	}

	#browse-area li a:active {
		padding-left: 6px;
	}

.center {
	text-align: center;
}

.clearfix:before,
.clearfix:after, .clear:before, .clear:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after, .clear:after {
	clear: both;
}

.clearfix, .clear {
	zoom: 1;
}

#content {
	display: inline;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 920px;
}

.droplink {
	background-color: white;
	border-bottom-width: 0;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	line-height: 18px;
	margin-top: 3px;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}

#equal-housing {
	margin: 0 5px;
}
.footer-equal-housing{
	text-align:center;
}

.footer-icons{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.events-feed {
    list-style-type: none !important;
    font-family: verdana, arial, helvetica, sans-serif;
    margin-left: 0em !important;
}

.events-feed img {
    display: none;
}

.events-feed li {
    margin-bottom: 2.5em;
}

.events-feed li a {
    font-size: 1em;
}

.events-feed span {
    color: #777;
    font-size: .85em;
}

.featured-img {
	/*height: 140px;*/
	height: 206px;
	overflow: hidden;
}

.featured-info {
	border: 1px solid #CCC;
	border-bottom: 4px solid #004B8E;
	color: #333;
	font-size: 14px;
	padding-bottom: 3px;
	/*padding-left: 10px;*/
	padding-top: 10px;
}

.featured-info h2 {
	margin: 0;
	padding: .5em 0;
}

#featured-properties {
	height: 272px;
	margin-top: 0px;
	margin-left: 10px;
	float: left;
}

#featured-properties > a > div {
	cursor: pointer;
	display: inline;
	float: left;
	margin-left: 9px;
	opacity: 1;
}

	#featured-properties > a > div.first {
		margin-left: 0px;
	}

	#featured-properties > a > div:hover {
		opacity: 0.75;
	}

	#featured-properties > a > div:active {
		margin-top: 4px;
	}

.featured-restype {
	display: inline !important;
	width: 10% !important;
}

label[for="featured-restype"] {
	display: inline;
	float: none;
	line-height: 26px;
}

.fixedlocation {
	left: 7px;
	position: relative;
}

footer {
	border-top: 1px solid #D6D6D6;
	color: #333;
	float: left;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 30px;
}

#footer-copyright {
	margin-bottom: 20px;
	margin-top: 0px !important;
	text-align: center;
}

form input[value="SUBMIT"],form input[value="Submit"],form input[value="SIGN IN"],form input[value="SAVE"] {
	margin-left: 160px;
}

form input[value="SIGN IN"]{
	margin-top: 30px !important;
}

form div.checkbox-multiple,
form div.radio-multiple {
	float: left;
	margin: 0em 0px 0px 0px;
}

form div.checkbox-multiple input[type="checkbox"] {
	float: left;
	margin: 5px 0px 0px 0px;
}

form div.checkbox-multiple label {
	clear: none;
	float: left;
	margin: 3px 0px 0px 5px;
	text-align: left;
}

form div.radio-multiple input[type="radio"] {
	float: left;
	margin: 5px 0px 0px 0px;
}

form div.radio-multiple label {
	clear: none;
	float: left;
	margin: 3px 0px 0px 5px;
	text-align: left;
	width: 258px;
}

form input,
form select,
form textarea {
	display: block;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
margin-top: 1em;

}

form input[type="submit"] {
	margin-top: 20px;
}


form input[type="hidden"] {
	height: 0px;
	padding: 0px;
}

form input[type="checkbox"],
form input[type="radio"] {
	float: left;
	height: 13px;
	margin: 1em 0em 0em 160px;
	padding: 0px;
	width: 13px;
}

form input[type="password"],
form input[type="text"] {
	height: 17px;
}

form input[type="password"],
form input[type="text"],
form textarea {
	width: 300px;
}

form input.close {
	margin-top: 3px;
}

form input.zip {
	width: 100px;
}

form label {
	color: #333;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 1em;
	padding: 2px 0px;
	text-align: right;
	width: 150px;
}

form label span, .radio span {
	color: #c00;
}

form label.checkbox,
form label.radio {
	color: #444;
	float: left;
	margin: 0.8em 0px 0px 5px;
	padding: 0px;
	text-align: left;
	width: 282px;
}

form label.radio {
	width: 30px;
}

form label.checkbox em,
form label.radio em {
	color: #999999;
	display: inline-block;
	font-size: 0.9em;
	font-style: normal;
	padding-left: 0.25em;
}

form label.close {
	margin-top: 3px;
}

form label.inline {
	color: #333;
	display: inline;
}

form p label {
	color: inherit;
}

form p.caption {
	color: #999;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-left: 160px;
	margin-top: 0.3em;
	width: 300px;
}

form p.field {
	margin-bottom: 0px;
	margin-top: 1em;
}

form p.radio {
	padding-bottom: 0.25em;
}

form p.required {
	color: #656565;
	font-size: 0.9em;
	margin-left: 160px;
}

form p.required span {
	color: #c00;
	font-size: 1.11em;
}

form p.text {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 0px;
	margin-top: 1em;
}

form p.text em {
	color: #656565;
	font-style: italic;
}

form p.upload {
	float: left;
	margin-right: 10px;
	margin-top: 1em;
	padding: 2px 0px;
}

form p.upload-image {
	float: left;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-right: 10px;
	margin-top: 1em;
	padding: 2px 0px;
}

form p.upload-image a {
	display: block;
	font-size: 1em;
	margin-top: 3px;
}

form p.upload-image img {
	border: 0px;
	display: inline;
	max-height: 150px;
	max-width: 150px;
}

form select {
	margin-left: 0px;

}

form span.mceEditor {
	display: block;
	float: left;
	margin-top: 1em;
}

textarea {
	height: 100px;
	margin: 0;
}

form textarea.long {
	height: 200px;
}

form .column {
	float: left;
	margin-right: 20px;
}

form .group {
	float: left;
	margin-right: 10px;
}

form .group input.datepicker {
	width: 100px;
}

form .group label.auto {
	width: auto;
}

form .row {
	background-color: #eeeeee;
	padding: 5px 6px;
}

form .row input {
	margin: 0em;
}

#form-ccexpmonth {
	margin-right: 20px;
}

#form-eyears, #form-emonths, #form-pasteyears, #form-pastemonths {
	width: 50px;
}

#form-eyears + span, #form-emonths + span, #form-pasteyears + span, #form-pastemonths + span {
	margin-top: 1em;
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 20px;
}

#form-property-search {
	height: 50px;
	margin-top: 40px;
}

	#form-property-search > div {
		display: inline;
		float: left;
		margin-left: 13px;
		width: 220px;
	}

	#form-property-search > div.first {
		margin-left: 0px;
	}

	#form-property-search input[type="submit"] {
		margin-left: 0px;
		margin-top: 0px;
	}

	#form-property-search select {
		background: rgb(255,255,255);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		-webkit-appearance: none;
		background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );

		border-radius: 5px;
		border: 1px solid #CCCCCC;
		cursor: pointer;
		font-family: 'ProximaNovaRegular', Helvetica Neue, Helvetica, Arial, sans-serf;
		font-size: 14px;
		height: 50px;
		margin-top: 0px;
		padding: 15px 10px 15px 10px;
		width: 220px;
	}

	#form-property-search select:hover {
		color: #000;
	}

#form-residentsurvey input[type="radio"]{
	margin: 1.20em 0em 0em 35px;
}


#form-residentsurvey label{
	float: none;
}

#form-signature {
	margin-left: 325px;
}

h1 {
	color: #BE1B20;
	font-size: 25px;
	margin-top: 30px;
	padding-bottom: 10px;
}

h1.h1-index {
	color: #444;
	font-size: 18px;
}

h2 {
	color: #BE1B20;
	font-size: 22px;
	margin-top: 40px;
	text-align: center;
}

h3 {
	font-size: 18px;
	margin-top: 30px;
}

h4 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 25px;
}

h5 {
	border-bottom: 1px solid #ccc;
	display: block;
	font-weight: bold;
	margin-top: 15px;
	padding-bottom: 5px;
}

h6 {
  font-size: 15px;
}


hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  margin-top: 15px;
  height: 0;
}

#homepage {
	/*border-bottom: 1px solid #D6D6D6;*/
	padding-bottom: 40px;
}

	#homepage > p {
		color: #444;
		font-size: 16px;
	}

#content > img {
	float: right;
	margin: 0px 0px 15px 15px;
}


#image-slider {
	margin-left: 10px;
	width: 940px;
}

#images input {
	display: block;
	margin: 5px auto 0 auto;
	width: 90%;
}

#images li {
	display: block;
	float: left;
	margin: 25px 5px 10px 0px;
	padding: 0;
	width: 200px;
}

#images li a {
	display: block;
	float: right;
}

#images li img {
	display: block;
	margin: 0 auto;
}

#images li img.handle {
	cursor: move;
}

img.align-right {
	float: right;
	margin: 0px 0px 15px 15px;
}

input[value="SUBMIT APPLICATION"] {
	margin-left: 325px !important;
	margin-top: 40px !important;
}

input[value="SAVE"], input[value="Save"], input[value="UPDATE"] {
	margin-top: 40px !important;
}

label[for="signature"] {
	margin-left: 325px;
	text-align: left;
	width: 300px;
}

#listings-legend > div{
	float: left;
	margin-right: 10px;
}

#logo {
	display: block;
	margin-bottom: 15px;
	text-align: center;
}

#logo span {
	display: block;
	height: 0px;
	text-indent: -9999px;
}

#nav-footer {
	border-bottom: 1px solid #CCC;
	font-family: 'ProximaNovaRegular', Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	width: 940px;
}

#nav-footer a{
	border-right: 0;
	font-size: 11px;
	line-height: 1.2em;
	width: auto;
}

#nav-footer ul{
	max-width:75%;
}	
#nav-footer li{
	display: inline;
	list-style-type: none;
}

#nav-main {
	background: #BE1B20;
	border: 6px solid #004B8E;
	border-bottom: 0;
	border-top: 0;
	font-family: 'ProximaNovaRegular', Helvetica Neue, Helvetica, Arial, sans-serif;
	height: 52px;
	line-height: 55px;
	margin-left: -6px;
	margin-right: -6px;
	text-align: center;
	text-transform: uppercase;
	width: 960px;
}

#nav-main .active {
	background: #004B8E !important;
}

#nav-main > ul > li > a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 56px;
	height: 52px;
	width: 133px;
}

#nav-main > ul > li > a:hover {
	font-size: 16px;
	padding-top: 0px;
}

#nav-main > ul > li > a:active {
	color: #ccc !important;
	cursor: pointer;
	padding-top: 3px;
}

#nav-main > ul > li > a.active:active {
	height: 49px;
}

#nav-main > ul > li {
	background: url(../images/bkgd-nav-main.jpg) no-repeat right;
	float: left;
	height: 52px;
	margin-left: 0px;
	padding-left: 0px;
}

#nav-main li.last {
	background: none;
}

#nav-main ul {
	margin: 0;
	padding: 0;
}

#nav-sub {
	background: #dcdcdc;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	padding-left: 20px;
	width: 940px;
}

#nav-sub li {
	display: block;
	float: left;
	margin-right: 42px;
}

#nav-sub li.last {
	margin-right: 0px;
}

#nav-sub .active {
	font-weight: bold;
}

#newSearch{
	font-family:Verdana; font-size:12px;
}
#newSearch > label{
	display: inline-block;
	margin-top: 12px;
	text-align: left;
	vertical-align: top;
	width: 300px;
	zoom: 1;
}
#newSearch select{
	display: block;
	margin-top: 3px;
	vertical-align: top;
	zoom: 1;
}
#newSearch input{
	display: inline-block;
	vertical-align: middle;
}

#newSearch input[type="checkbox"] {
	float: none;
	margin-left: 0px;
	margin-top: -2px;
}

#newSearch input[type="submit"] {
	margin-left: 0px;
	margin-top: 40px;
}

#newSearch span{
	font-size: 12px;
}

object {
	float: left;
	margin: 15px 15px 15px 0px;
}

option {
	color: #000;
}

p {
	margin-top: 15px;
}

p.call-to-action {
	background: #ffd;
	border: 1px solid #eeb;
	font-weight: bold;
	padding: 0.5em;
}

p.call-to-action,
p.landing-intro {
	font-size: 1.25em;
}

p.call-to-action span {
	color: #be1b20;
}

p.error {
	background-color: #c00;
	border: 1px dashed #fff;
	color: #fff;
	margin-bottom: 2em;
	padding: 1em;
}

p.error a {
	color: #fff;
}

p.message {
	background-color: #090;
	border: 1px dashed #fff;
	color: #fff;
	margin-bottom: 1em;
	padding: 1em;
}

p.message a {
	color: #fff;
}

p.no {
	font-style: italic;
}

.paragraph-list li{
	margin-top: 5px;
}

#petinformation, #otheroccupants, #vehicleinfo {
	display: none;
}

#photo-save {
	color: #F00;
	float: right;
	font-size: larger;
	margin-right: 595px;
	margin-top: 51px;
}

pre, code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

#prevaddrinfo {
	/* display: none; */
}

#property-details {
	float: left;
	width: 300px;
}

.property-listing {
	border: 1px solid #ccc;
	padding: 14px;
	margin-top: 14px;
}

.property-listing > a > img {
	float: left;
	height: 200px;
}

.property-listing-info p {
	margin-top: 7px;
}

.property-listing-info {
	float: left;
	width: 576px;
	margin-left: 14px;
}

.property-listing-info h3 {
	margin-top: 0;
}

.property-details-link {
	float: right;
	font-weight: bold;
	text-transform: uppercase;
	color: #004b8e;
	margin-top: 9px;
	margin-right: 10px;
}

.property-details-link:hover {
	color: #333;
}

.property-details-link:hover ~ .property-details-arrow {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #333;
	display: block;
	float: right;
	margin-top: 3px;
	margin-right: -10px;
}

.property-listing-info > div {
	height: 167px;
}

.included {
	display: block;
	height: 3px;
}

#included-gas {
	margin: 1px 0 0 -1px;
}

.listing-location {
	float: left;
}

.listing-details {
	float: right;
	text-align: right;
}

.listing-details h3 {
	color: #BE1B20;
}

.listing-details strong {
	font-size: 13px;
}

#listings-filter > a.active {
	font-weight: bold;
}

.property-details-arrow {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #004b8e;
	display: block;
	float: right;
	margin-top: 3px;
	margin-right: -10px;
}

.property-listing-commission-banner {
	float: left;
	margin-left: -300px;
	background: #E8A927;
	width: 300px;
	height: 33px;
	line-height: 35px;
	text-align: center;
	margin-top: 167px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.real-estate-agents {
	position: absolute;
	margin-top: -36px;
	margin-left: 0px;
}

#property-info-left {
	float: left;
}

#property-nav {
	width: 300px;
}

#property-nav ul {
	margin-left: 0px !important;
}

#property-nav li {
	display: block;
}

#property-photos {
	float: right;
	margin-left: 50px;
	width: 570px;
}

#property-photos h4 {
	margin-top: 45px;
}

.property-photo {
	float: left;
	font-size: 10px;
	margin-right: 15px;
	margin-top: 15px;
	width: 131px;
}

.property-photo > a {
	display: block;
	overflow: hidden;
	height: 90px;
}

.property-photo img {
	height: 90px;
	width: 131px;
}

#property-photo-main {
	margin-top: 70px;
}

#property-photos .nopaddingright {
	margin-right: 0px;
}
#property-photos iframe {
	border: 1px solid #ccc;
	margin-top: 78px;
}

table#property-details {
	margin-top: 1em;
}

table#property-details td {
	padding: 0 3px;
}

table#property-details td:nth-child(odd) {
	font-weight: bold;
}

table#property-details tr:nth-child(odd) td {
	background-color: #eeeeee;
}

.question {
	color: #333;
	font-weight: bold;
}

.question + p{
	margin-top: 3px;
}

#quicklinks {
	float: left;
	text-transform: uppercase;
	margin-top:30px;
}

#quicklinks li {
	/*background: #004B8E;*/
	background: rgb(0,86,164);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTZhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDNlNzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,86,164,1) 0%, rgba(0,62,117,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,86,164,1)), color-stop(100%,rgba(0,62,117,1)));
	background: -webkit-linear-gradient(top,  rgba(0,86,164,1) 0%,rgba(0,62,117,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,86,164,1) 0%,rgba(0,62,117,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,86,164,1) 0%,rgba(0,62,117,1) 100%);
	background: linear-gradient(top,  rgba(0,86,164,1) 0%,rgba(0,62,117,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0056a4', endColorstr='#003e75',GradientType=0 );

	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	float: left;
	height: 66px;
	line-height: 73px;
	margin-left: 20px;
	margin-top: 30px;
	padding-top: 0px;
	text-align: center;
	width: 220px;
	display: inline;
}

	#quicklinks li.first {
		margin-left: 10px;
	}

	#quicklinks a {
		color: #FFF;
		display: block;
		font-weight: bold;
		height: 66px;
		text-decoration: none;
	}

	#quicklinks li:hover {
		height: 71px;
		margin-top: 25px;
	}

	#quicklinks li:active {
		background: #002F59;
	}

	#quicklinks a:active {
		color: #ccc !important;
		padding-top: 3px;
	}

#quicklinkBG {
	background: url(../images/upperBG.png) left bottom repeat-x;
	display: inline;
	float: left;
	height: 8px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -8px;
	width: 940px;
}

#quicklinks.vertical {
	margin: 0em;
}

#quicklinks.vertical li {
	margin-left: 0em;
	margin-top: 15px;
	clear: both;
}

#quicklinks.vertical li:hover {
	margin-top: 10px;
	height: 71px;
}

#recaptcha_widget_div {
	margin-bottom: 20px;
	margin-left: 157px;
	margin-top: 10px;
}

#video-float {
	float: left;
	margin: 15px 30px;
}

.req {
	color: #ff0000;
}

.right {
	float: right;
	padding-top: 10px;
	text-align: right;
}

select {
	color: #444;
	font-size: 14px;
	padding: 3px 3px 3px 0px;
	width: 304px;
}

#setup-showing {
	float: right;
	margin-top: -57px;
}

#setup-showing > * {
	display: block;
}

#setup-showing span {
	font-size: 10px;
	margin-top: 3px;
	text-align: center;
	width: 220px;
}

#showingagent {
	margin-left: 20px;
}

#slider {
	height: 250px !important;
}

#slider img {
	height: 250px;
}

#social-icons {
	float: right;
	margin-top: -41px;
}

.survey-input label {
	float: left !important;
	margin-left: 5px;
	margin-right: 30px;
	margin-top: 10px;
	width: inherit;
}

.survey-input input {
	margin-left: 0px !important;
}

.survey-input span {
	display: block;
	float: left;
	margin-right: 58px;
}

.survey-input + .survey-input {
	margin-top: 0px;
}

#content td.small {
	line-height: 15px;
	padding: 0;
	width: 165px;
}

#content .boldsmall + .small {
	padding: 0;
}

.subheader {
	margin-top: 15px;
}

table tr.highlight td {
	background-color: gainsboro;
}

table.admin-list {
	margin-top: 15px;
}

table.admin-list input[type="checkbox"] {
	display: inline;
	float: none;
	margin: 0px;
}

.tdheader, .tdsubheader {
	color: #fff;
	font-weight: bold;
}

.tdheader, .tdsmall, .tdnormal, .tdindent, .tdsubheader {
	margin: 3px;
	margin-left: 7px;
}

.tdindent [type=submit]{

}

.tdsubheader {
	background: #444;
}

.theme-default .nivoSlider {
	margin-bottom: 0px !important;
}

[type=submit], [value="SAVE"] {
	background: #004B8E;
	border-radius: 5px;
	border: 0;
	color: #FFF;
	cursor: pointer;
	font-family: 'ProximaNovaRegular', Helvetica Neue, Helvetica, Arial, sans-serf;
	font-size: 14px;
	height: 50px;
	padding: 15px 10px 15px 10px;
	width: 220px;
}

	[type=submit]:hover, [value="SAVE"]:hover {
		font-size: 16px;

	}

	[type=submit]:active, [value="SAVE"]:active{
		background: #002F59;
		color: #ccc;
		padding-top: 20px !important;
	}

ul {
	list-style: none;
	list-style-type: none;
}

	#content ul {
		list-style: disc;
		margin: 15px 0 0 3em;
	}

	ul.staff {
		clear: both;
		float: left;
		list-style: none !important;
	}

	ul.staff li {
		float: left;
		font-size: 11px;
		height: 280px;
		line-height: 14px;
		margin-bottom: 25px;
		margin-right: 28px;
		width: 127px;
	}

	ul.staff li div{
		height: 190px;
	}

ul.admin-list li {
	margin-top: 15px;
}

ul.admin-list a {
	font-weight: bold;
}

ul#things-to-do {
	list-style: none;
	margin-left: 0;
}

ul#things-to-do li {
	border-bottom: 1px solid #CCC;
	display: block;
	float: left;
	margin-top: 15px;
	padding-bottom: 8px;
	width: 900px;
}

ul#things-to-do li img {
	float: left;
	margin-right: 20px;
}


ul#things-to-do li p {
	margin-top: 0px;
}

#viewmore {
	background: url(../images/bigcheck.png) 40% center no-repeat;
	color: #004B8E;
	margin-top: 40px;
	padding-left: 15px;
	text-align: center;
	text-decoration: none;
	}

#wrapper {
	background: #fff;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	zoom: 1;
}

	#wrapper:before,
	#wrapper:after {
	  content: '';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  font-size: 0;
	  line-height: 0;
	  width: 0;
	  height: 0;
	}

	#wrapper:after {
	  clear: both;
	}

/* local weather iframe widget */
#wx_module_2778	{
	margin-top: 15px;
}

.nivo-caption p {
	font-size: 22px;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../scripts/superfish/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../scripts/superfish/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* override superfish menu styles */
.sf-menu a {
	border: 0 none;
	padding: 0px;
}

.sf-menu ul {
	background: #BE1B20;
	font-family: Arial, Verdana, sans-serif;
	margin-top: 20px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	text-align: left;
	width: 145px;
}

.sf-menu ul li{
	background: #BE1B20;
	padding-bottom: 12px;
}

.sf-menu ul li:hover {
	background: none;
}

.sf-menu ul li a {
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px !important;
	line-height: 15px !important;
}

.sf-menu ul li a:visited {
	color: #fff;
}

.sf-menu ul li a:hover {
	background: none;
	color: #bbb;
	font-size: 12px !important;
}

.sf-menu ul li a:active{
	color: #000;
}

.sf-menu > li > a:hover {
	background: none;
}

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #BE1B20;
}

.active .submenu {
	display: none !important;
}


/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display: none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.9; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	font-size: 24px;
	text-align: center;
	height: 46px;
	padding-top: 20px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


.nivoSlider {
    position:relative;
    width:940px; /* Change this to your images width */
    height:286px; /* Change this to your images height */
    /* background:url(../scripts/nivo-slider/images/loading.gif) no-repeat 50% 50%; */
}

.nivoSlider a {
    border:0;
    display:block;
}/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../scripts/nivo-slider/themes/default/loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
    
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../scripts/nivo-slider/themes/default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../scripts/nivo-slider/themes/default/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption a {
    color:#fff;
	border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}/*
Skin Name: Pascal Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Image Width: 630
Image Height: 235
Description: A nice, light skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Pascal Gartner
Author URI: http://dev7studios.com
*/

.theme-pascal.slider-wrapper {
    background:url(../scripts/nivo-slider/themes/pascal/slider.png) no-repeat;
    width:668px;
    height:299px;
    margin:0 auto;
    padding-top:17px;
    position:relative;
}

.theme-pascal .nivoSlider {
    position:relative;
    width:630px;
    height:235px;
    margin-left:19px;
    background:url(../scripts/nivo-slider/themes/pascal/loading.gif) no-repeat 50% 50%;
}
.theme-pascal .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:630px; /* Make sure your images are the same size */
    height:235px; /* Make sure your images are the same size */
}
.theme-pascal .nivoSlider a {
    border:0;
    display:block;
}

.theme-pascal .nivo-controlNav {
    background:url(../scripts/nivo-slider/themes/pascal/controlnav.png) no-repeat;
    width:251px;
    height:40px;
    position:absolute;
    left:200px; /* Tweak this to center bullets */
    bottom:-42px;
    padding:8px 0 0 82px;
    z-index:20;
}
.theme-pascal .nivo-controlNav a {
    display:block;
    width:22px;
    height:22px;
    background:url(../scripts/nivo-slider/themes/pascal/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}
.theme-pascal .nivo-controlNav a.active {
    background-position:0 -22px;
}

.theme-pascal .nivo-directionNav a {
	display:none;
}

.theme-pascal .nivo-caption {
    bottom:40%;
    left:auto;
    right:0px;
    width:auto;
    max-width:630px;
    overflow:hidden;
    background:#fff;
    text-shadow:none;
    font-family: arial, serif;
    color:#4c4b4b;
}
.theme-pascal .nivo-caption p {
    padding:5px 15px;
    color:#333;
    font-weight:bold;
    font-size:27px;
    text-transform:uppercase;
}
.theme-pascal .nivo-caption a { 
    color:#333;
    font-weight:bold;
    font-size:27px;
    text-transform:uppercase;
}

.theme-pascal .ribbon {
    background:url(../scripts/nivo-slider/themes/pascal/ribbon.png) no-repeat;
    width:111px;
    height:111px;
    position:absolute;
    top:-8px;
    left:-8px;
    z-index:300;
}/*
Skin Name: Orman Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Image Width: 568
Image Height: 268
Description: A light and green skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Orman Clark
Author URI: http://dev7studios.com
*/

.theme-orman.slider-wrapper {
    background:url(../scripts/nivo-slider/themes/orman/slider.png) no-repeat;
    width:722px;
    height:337px;
    margin:0 auto;
    padding-top:18px;
    position:relative;
}

.theme-orman .nivoSlider {
    position:relative;
    width:568px;
    height:268px;
    margin-left:77px;
    background:url(../scripts/nivo-slider/themes/orman/loading.gif) no-repeat 50% 50%;
}
.theme-orman .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:568px; /* Make sure your images are the same size */
    height:268px; /* Make sure your images are the same size */
}
.theme-orman .nivoSlider a {
    border:0;
    display:block;
}

.theme-orman .nivo-controlNav {
    position:absolute;
	left:50%;
	bottom:-60px;
    margin-left:-30px; /* Tweak this to center bullets */
}
.theme-orman .nivo-controlNav a {
    display:block;
    width:10px;
    height:10px;
    background:url(../scripts/nivo-slider/themes/orman/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:7px;
    float:left;
}
.theme-orman .nivo-controlNav a.active {
    background-position:0 -10px;
}

.theme-orman .nivo-directionNav a {
	display:block;
	width:25px;
	height:200px;
	background:url(../scripts/nivo-slider/themes/orman/arrows.png) no-repeat 0% 50%;
	text-indent:-9999px;
	border:0;
    top:40px;
}
.theme-orman a.nivo-nextNav {
	background-position:100% 50%;
	right:-40px;
    padding-right:20px;
}
.theme-orman a.nivo-prevNav {
	left:-40px;
    padding-left:20px;
}

.theme-orman .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-orman .nivo-caption a { 
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-orman .nivo-caption a:hover { 
    color:#fff;
}

.theme-orman .ribbon {
    background:url(../scripts/nivo-slider/themes/orman/ribbon.png) no-repeat;
    width:111px;
    height:111px;
    position:absolute;
    top:-3px;
    left:56px;
    z-index:300;
}/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display: none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.9; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	font-size: 24px;
	text-align: center;
	height: 46px;
	padding-top: 20px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


.nivoSlider {
    position:relative;
    width:940px; /* Change this to your images width */
    height:286px; /* Change this to your images height */
    /* background:url(../scripts/nivo-slider/images/loading.gif) no-repeat 50% 50%; */
}

.nivoSlider a {
    border:0;
    display:block;
}/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/

.uploadify {
	position: relative;
	margin-bottom: 1em;
}
.uploadify-button {
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
}
.uploadify:hover .uploadify-button {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
}
.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
.uploadify-queue {
	margin-bottom: 1em;
}
.uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url('../scripts/uploadify/uploadify-cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
.uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 150px;
	font-family: tahoma;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
  position:relative;
  z-index: 5006;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(../images/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}
.g-recaptcha {
	margin: 20px 20px 20px 0;
}
@media screen and (min-width:769px) {
	.g-recaptcha {
		margin-left:160px;
	}
}

header{
	position:relative;
}
#call-btn{
	background:#00488d;
	color:#FFF;
	font-size:24px;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	line-height:1em;
	padding:12px 30px;
	position:absolute;
	right:0;
	top:12px;
	border-radius:6px 0 0 6px;
}
#call-btn:hover{
	background:#085eb1;
}
#pet-information, #pet-letter, #pet-details, #pet-moredetails, #pet2-information, #pet2-letter, #pet2-details, #pet2-moredetails, #pet3-information, #pet3-letter, #pet3-details, #pet3-moredetails {
	display: none;
}
#pml-content{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
	padding-bottom:40px;
}
.pm-landing-head{
	background: #BE1B20;
	border-left: 10px solid #085eb1;
	border-right: 10px solid #085eb1;
	margin-left: -10px;
	margin-right: -10px;	
}
.pm-landing-head h1{
	color:#FFF;
	line-height:1.4em;
	text-align:center;
	display:block;
	margin:0;
	padding:20px;
	font-family: 'Open Sans', sans-serif;
}
#pml-container-1{
	background:#e2e2e2;
	padding:40px;
}
#pml-container-1 h2{
	color:#000;
	font-size:20px;
	font-weight:600;
	text-align:center;
	line-height:1.4em;
	font-family: 'Open Sans', sans-serif;
	display:block;
	max-width:80%;
	margin:0 auto 30px;
}
#pml-container-1 iframe{
	display:block;
	margin:0 auto;
	padding:12px;
	background:#FFF;
}
#pml-container-1 .buttons{
	margin-top:30px;
	display:flex;
	justify-content:center;
}
#pml-container-1 .buttons a{
	background:#00488d;
	color:#FFF;
	font-size:16px;
	font-weight:700;
	line-height: 1.4em;
    padding: 12px 30px;
    border-radius: 6px;
    max-width: 200px;
    text-align: center;
    display: flex;
    align-items: center;
	margin:10px 20px;
}
#pml-container-1 .buttons a:hover{
	background:#085eb1;
}
#pml-container-2{
	padding:40px;
	font-size:14px;
	line-height:1.6em;
}
#pml-container-2 > p{
	max-width:92%;
	margin-left:auto;
	margin-right:auto;
}
#pml-container-2 h4{
	color:#000;
	font-size:15px;
	font-weight:700;
	text-align:center;
	line-height:1.4em;
	font-family: 'Open Sans', sans-serif;
	display:block;
	margin:0 auto 30px;
}
#pml-testimonials{
	background:#e2e2e2;
	padding:40px;
}
#pml-testimonials h2{
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	font-weight:700;
	color:#be1b20;
	line-height:1.4em;
	text-align:center;
	margin:0;
}
#pml-testimonials a.btn{
	background:#00488d;
	color:#FFF;
	font-size:14px;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	line-height:1em;
	text-align:center;
	padding:12px 30px;
	border-radius:6px;
	display:block;
	margin:20px auto;
	max-width:200px;
}
#pml-testimonials a.btn:hover{
	background:#085eb1;
}
#pml-testimonials .stars{
	margin:0;
	font-size:14px;
}
#pml-testimonials .stars .fa{
	color:#f79c16;
}
#pml-contact{
	background:#be1b20;
	color:#FFF;
	line-height:1.4em;
	text-align:center;
	display:block;
	margin:0;
	padding:20px;
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	font-weight:700;
}
#pml-contact p{
	margin:0;
}
#pml-content .call-to-action{
	display:none;
}
#pml-content form{
	padding:20px;
}
.pml-row{
	display:flex;
}
.pml-col-half{
	width:50%;
	padding:15px 30px;
}
.cross{
	background:url('../images/cross.png') no-repeat center center;
	background-size:21px;
	width:21px;
	height:21px;
	display:block;
	margin:0 auto;
}
.pml-table-container{
	margin-bottom:30px;
}
.pml-table{
	margin-top:30px;
	display:table;
	width:100%;
	table-layout:fixed;
}
.pml-table .pml-table-head{
	display:table-header-group;
	width:100%;
}
.pml-table .pml-table-body{
	display:table-row-group;
	width:100%;
}
.pml-table .pml-table-row{
	display:table-row;
	width:100%;
}
.pml-table .pml-table-col{
	display:table-cell;
	padding:18px 10px;
	vertical-align:middle;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.pml-table .pml-table-head .pml-table-col{
	background:#be1b20;
	color:#FFF;
	font-weight:700;
	border-bottom:1px solid #000;
	text-align:center;
	line-height:1.4em;
}
.pml-table .pml-table-head .pml-table-col:first-child,
.pml-table .pml-table-head .pml-table-col:nth-child(2){
	background:none;
}
.pml-table .pml-table-head .pml-table-col:nth-child(3){
	border-radius:8px 0 0 0;
}
.pml-table .pml-table-head .pml-table-col:last-child{
	border-radius:0 8px 0 0;
}
.pml-table .pml-table-body .pml-table-col{
	border-bottom:1px solid #000;
    background: #ededed;
}
.pml-table .pml-table-body .pml-table-col:first-child{
	text-align:right;
	font-weight:700;
	line-height:1.4em;
    background: none;
}
.pml-table .spacer{
	width:30px;
}
.pml-table .pml-table-body .spacer{
    background: #FFF;
}
#cincinnati-info-buttons #quicklinks,
#renters-buttons #quicklinks,
#residents-buttons #quicklinks{
	float:none;
    overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top:20px;
}
#residents-buttons{	
    max-width: 740px;
    margin: 0 auto;
}
#residents-buttons, 
#landlords-buttons{
	min-height:400px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
#residents-buttons #quicklinks{
	width:100%;
	margin-top: 50px;
}
#residents-buttons #quicklinks li{
	width:230px;
}
#cincinnati-info-buttons #quicklinks li,
#renters-buttons #quicklinks li,
#residents-buttons #quicklinks li,
#landlords-buttons #quicklinks li{
	border-top-right-radius: 0;
    border-top-left-radius: 0;
	line-height:1.2em;
	height:auto;
	margin:10px;
	float:none;
    clear:none;
	position:relative;
	top:0;
     transition: all .5s;
    -wenkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
#cincinnati-info-buttons #quicklinks li:hover,
#renters-buttons #quicklinks li:hover,
#residents-buttons #quicklinks li:hover,
#landlords-buttons #quicklinks li:hover{
	top:-10px;
     transition: all .5s;
    -wenkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
#cincinnati-info-buttons #quicklinks li a,
#renters-buttons #quicklinks li a,
#residents-buttons #quicklinks li a,
#landlords-buttons #quicklinks li a{
	display:flex;
	flex-direction:column;
	height: 120px;
    padding: 20px 0;
    justify-content: space-around;
}
#cincinnati-info-buttons #quicklinks li a:before,
#renters-buttons #quicklinks li a:before,
#residents-buttons #quicklinks li a:before,
#landlords-buttons #quicklinks li a:before{
	-moz-osx-font-smoothing:grayscale;	
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1;
	font-family:"Font Awesome 6 Pro";
	font-weight:400;
	font-size:38px;
}
#cincinnati-info-buttons #quicklinks li:nth-of-type(1) a:before{
	content:"\f3ff";
}
#cincinnati-info-buttons #quicklinks li:nth-of-type(2) a:before{
	content:"\f073";
}
#cincinnati-info-buttons #quicklinks li:nth-of-type(3) a:before{
	content:"\f64f";
}
#cincinnati-info-buttons #quicklinks li:nth-of-type(4) a:before{
	content:"\f1ea";
}
#cincinnati-info-buttons #quicklinks li:nth-of-type(5) a:before{
	content:"\f549";
}
#cincinnati-info-buttons #quicklinks li:nth-of-type(6) a:before{
	content:"\f6c4";
}

#renters-buttons #quicklinks li:nth-of-type(1) a:before{
	content:"\f594";
}
#renters-buttons #quicklinks li:nth-of-type(2) a:before{
	content:"\f46d";
}
#renters-buttons #quicklinks li:nth-of-type(3) a:before{
	content:"\f0f3";
}
#renters-buttons #quicklinks li:nth-of-type(4) a:before{
	content:"\f1b0";
}
#renters-buttons #quicklinks li:nth-of-type(5) a:before{
	content:"\f7d9";
}
#renters-buttons #quicklinks li:nth-of-type(6) a:before{
	content:"\f15c";
}
#renters-video{
	text-align:center;
	margin:50px auto;
}

/*
#residents-buttons #quicklinks li:nth-of-type(1) a:before{
	content:"\f0eb";
}
#residents-buttons #quicklinks li:nth-of-type(2) a:before{
	content:"\f7d9";
}
#residents-buttons #quicklinks li:nth-of-type(3) a:before{
	content:"\f46d";
}
#residents-buttons #quicklinks li:nth-of-type(4) a:before{
	content:"\f2bb";
}
*/

#residents-buttons #quicklinks li:nth-of-type(1) a:before{
	content:"\f0eb";
	font-weight: 900;
}
#residents-buttons #quicklinks li:nth-of-type(2) a:before{
	content:"\f0ad";
	font-weight: 900;
}
#residents-buttons #quicklinks li:nth-of-type(3) a:before{
	content:"\f46c";
	font-weight: 900;
}
#residents-buttons #quicklinks li:nth-of-type(4) a:before{
	content:"\f2bb";
	font-weight: 900;
}

#landlords-buttons #quicklinks li:nth-of-type(1) a:before{
	content:"\3f";
	font-weight: 900;
}
#landlords-buttons #quicklinks li:nth-of-type(2) a:before{
	content:"\e3af";
	font-weight: 900;
}

#main-content.page{
	padding-left:0;
}
#featured-image{
	margin-top:-10px;
}
#featured-image img{
	height:auto;
}
#testimonial-video{
	text-align:center;
	margin-bottom:30px;
}
#testimonial-container{
	text-align:center;
	border:3px double #F2f2f2; 
	background:#004B8E;
	width:90%;
	margin:0 auto 30px;
	padding-bottom:20px;
}
#testimonial-container .lslide{
	padding:40px 80px 30px;
	color:#FFF;
}
#lightbox-container-image-box{
	height: 100% !important;
}
#lightbox-container-image-box,
#lightbox-container-image-data-box{
	max-width:900px;
}

.cn-essentials{
	background:#f8f8f8;
	padding:1.5rem 1.5rem 1.25rem;
}
.cn-essentials h4{  
	margin: 0 0 20px;
    font-size: 16px;
}
.cn-essentials-details .ess-items ul{
	margin-top:10px !important;
	margin-bottom:10px !important;
	margin-left:25px !important;
}
.qr-photo-gallery{
	display:flex;
	flex-wrap:wrap;
	width:100%;
}
.qr-photo-gallery a{
	display:inline-flex;
	margin:5px;
}
.qr-photo-gallery a img{
	width:120px;
	height:80px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.fade {
    transition: opacity .15s linear;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-video,
.lightboxOverlay,
.lightbox {
	z-index:2147482999 !important;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: .5;
}

.modal-body {
	padding:0px;
}
.close {
	position:absolute;
	right:-30px;
	top:0;
	z-index:999;
	font-size:2rem;
	font-weight: normal;
	color:#fff;
	opacity:1;
}
.qr-video-gallery .fade{
	opacity:1;
}
.qr-video-gallery .js-video-button{
	padding:0;
	border:none;
	position:relative;
}
.qr-video-gallery .js-video-button img{
	max-width:220px;
}
.qr-icon-play {
    background-color: rgba(237,27,36,.8);
    border-radius: 20px;
    border: 2px solid transparent;
    height: 22px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(2.5);
    -ms-transform: translate(-50%,-50%) scale(2.5);
    transform: translate(-50%,-50%) scale(2.5);
    width: 22px;
	position:absolute;
}
.qr-icon-play:before {
    content: "";
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    top: 4px;
    left: 7px;
    color: #fff;
	position:absolute;
}
@media (min-width: 576px){
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}
.video-btn {
    background: none;
    padding: 0 !important;
    border: none !important;
    border-radius: 5px !important;
    overflow: hidden;
}
.neighborhood-logos {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	margin-bottom: 25px;
}