@font-face {
	font-family: UNIV; /*Univers55Regular*/
	src: url(/fonts/univers-webfont.eot?#iefix) format('embedded-opentype'), 
	     url(/fonts/univers-webfont.woff) format('woff'),
	     url(/fonts/univers-webfont.ttf)  format('truetype'),
	     url(/fonts/univers-webfont.svg#svgFontName) format('svg');
		 font-weight: normal;
         font-style: normal;
}
@font-face {			 
	font-family: UNIV-CB;/*Univers67CondensedBold*/
	src: url(/fonts/univers-condensedbold-webfont.eot?#iefix) format('embedded-opentype'), 
	     url(/fonts/univers-condensedbold-webfont.woff) format('woff'),
	     url(/fonts/univers-condensedbold-webfont.ttf)  format('truetype'),
	     url(/fonts/univers-condensedbold-webfont.svg#svgFontName) format('svg');
		 font-weight: normal;
         font-style: normal;
}
@font-face {			 
	font-family: UNIV-B; /*Univers65Bold*/
	src: url(/fonts/univers-bold-webfont.eot?#iefix) format('embedded-opentype'), 
	     url(/fonts/univers-bold-webfont.woff) format('woff'),
	     url(/fonts/univers-bold-webfont.ttf)  format('truetype'),
	     url(/fonts/univers-bold-webfont.svg#svgFontName) format('svg');	
		 font-weight: normal;
         font-style: normal;
}
@font-face {			 
	font-family: UNIV-C;/*Univers57CondensedRegular*/
	src: url(/fonts/univers-condensed-webfont.eot?#iefix) format('embedded-opentype'), 
	     url(/fonts/univers-condensed-webfont.woff) format('woff'),
	     url(/fonts/univers-condensed-webfont.ttf)  format('truetype'),
	     url(/fonts/univers-condensed-webfont.svg#svgFontName) format('svg');	
		 font-weight: normal;
         font-style: normal;
}
@font-face {
    font-family: UNIV-CL; /*Univers47CondensedLightRg*/
   /* src: url(/fonts/univers-condensedlight-webfont.eot);*/
    src: url(/fonts/univers-condensedlight-webfont.eot?#iefix) format('embedded-opentype'),
         url(/fonts/univers-condensedlight-webfont.woff) format('woff'),
         url(/fonts/univers-condensedlight-webfont.ttf) format('truetype'),
         url(/fonts/univers-condensedlight-webfont.svg#Univers47CondensedLightRg) format('svg');
         font-weight: normal;
         font-style: normal;

}
@font-face {			 
	font-family: UNIV-L;/*Univers45LightRegular*/
	src: url(/fonts/univers-light-webfont.eot?#iefix) format('embedded-opentype'), 
	     url(/fonts/univers-light-webfont.woff) format('woff'),
	     url(/fonts/univers-light-webfont.ttf)  format('truetype'),
	     url(/fonts/univers-light-webfont.svg#svgFontName) format('svg');	
         font-weight: normal;
         font-style: normal;
}
@font-face {			 
	font-family: UNIV-LI;/*Univers45LightItalic*/
	src: url(/fonts/univers-lightoblique-webfont.eot?#iefix) format('embedded-opentype'), 
	     url(/fonts/univers-lightoblique-webfont.woff) format('woff'),
	     url(/fonts/univers-lightoblique-webfont.ttf)  format('truetype'),
	     url(/fonts/univers-lightoblique-webfont.svg#svgFontName) format('svg');	
         font-weight: normal;
         font-style: normal;	
}
body {
	background: #dfdcdc;
	color: #575757; /*333333*/
	font-family: UNIV, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
font-weight: normal;
font-style: normal;
}

a, a:link, a:visited, a:active { color: #ca362c;
 text-decoration: none; }

a:hover { color: #808080; }

a img { border: 0; }

h1,h2,h3,h4,h5,h6 {
  margin: 10px 0;
  font-family: inherit;
/*  font-weight: bold;*/
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
	font-weight: normal;
	font-style: normal;
}

h1 {
  font-size: 28px;
  line-height: 40px;
}

h2 {
  font-size: 24px;
  line-height: 40px;
}

h3 {
  font-size: 20px;
  line-height: 40px;
   font-family: UNIV-CB, Helvetica, Arial, sans-serif;
}

h4 {
  font-size: 18px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

p {
	line-height: 20px;
	margin: 0 0 10px 0;
}

.wrapper {
	margin: 0 auto;
	max-width: 967px;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Header and Logo ------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------- */
.header {
	background: #ffffff;
	height: 96px;/*93*/
/*	overflow: hidden;*/
	position: relative;  
	clear:both;
	min-width:1024px;
}
/*
.header .logo {
	position:relative;
	float: left;
	height:62px;
	top:34px;
}
.header .portal-icon{
	position:absolute;
	top:9px;
	left:0;
	z-index:10;
}*/
#header_breadcrumb{
position:relative;
	float: left;
	height:25px;
	margin-top:5px;
	width:210px;
	font-family: UNIV-C, Helvetica, Arial, sans-serif;
	color:#b4b4b4;
}
#header_breadcrumb a, #header_breadcrumb a:link, #header_breadcrumb a:visited, #header_breadcrumb a:active{
	color:#b4b4b4;
	text-decoration: none; 
}
#header_breadcrumb a:hover{
	color:#ca362c;
}
#header_logo{
position:relative;
	float: left;
	height:62px;
	width:305px;
}
.header .wrapper a, .header .wrapper a:link, .header .wrapper a:visited, .header .wrapper a:active{
	color:#595959;
	text-decoration: none; 
}
.header .wrapper a:hover{
	color:#ca362c;
}
.header .wrapper {
width:1000px;
clear:both;
position: relative;	

}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* Quick Launch --------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.quick-launch {
	float: right;
	height: 34px;
/*	margin-right:15px;*/
}

.quick-launch ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.quick-launch ul li {
	float: left;
	margin: 0 0 0 10px;
	padding: 6px 0 0 0;
/*
	margin: 0 0 0 15px;
*/
}

.quick-launch ul li a {
}

.quick-launch ul li a:hover {

}

.quick-launch ul li a img {
}

.quick-launch ul li.my-jsm {
	/*background: url(/images/template/my-jsm-background.png) 0 0 no-repeat;*/
	background: #4E4F4E;
	height: 34px;
	padding: 0;
/*	width: 295px; 415*/
	width:520px;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
}
.quick-launch ul li.my-jsm:before{
	 position: absolute;
  content: '';
    width: 72px;
    height: 34px;
  background-image: url(/images/template/my-jsm-background.png);
	background-repeat: no-repeat;
}
.quick-launch ul li.my-jsm ul li.separator{
	display: none;
}

.quick-launch ul li.my-jsm ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
	padding: 0 0 0 72px;
/*padding: 2px 0 0 73px;*/
}

.quick-launch ul li.my-jsm ul li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
    padding: 10px 9px;
    margin: 0;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
}
.quick-launch ul li.my-jsm ul li:hover{
	background: #B42D29;
}

.quick-launch ul li.my-jsm ul li a {
	color: #ffffff!important;
	text-transform: uppercase;
	font-size: 12px;
	*font-size: 9px;
	font-family: UNIV-C, Helvetica, Arial, sans-serif;
	    white-space: nowrap;
}




/* ---------------------------------------------------------------------------------------------------------------------- */
/* Primary Navigation --------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.primary-navigation {
    float: right;
    height: 50px;
	width: 655px;
	position:relative;
	z-index:100;
}

.primary-navigation > ul {
	float: right;
	list-style: none;
	margin: 26px 0 0 0;
	padding: 0;	
}

.primary-navigation > ul > li {
	float: left;
	margin-left: 21px;
	padding-bottom: 10px;
}

.primary-navigation > ul > li > a {
font-family:UNIV-CL, Arial, Helvetica, sans-serif;
	color: #595959;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 10px;
}

.primary-navigation > ul > li:hover > a {
	color: #000000;
}
.primary-navigation > ul > li > a.current {
/*	font-weight: bold;*/
	color:#ca362c;
}
.primary-navigation > ul > li ul a{
	color: #ffffff !important;
/*	display: block;*/
	float: left;
	font-size: 12px;
	font-family: UNIV-C, Helvetica, Arial, sans-serif;
	height: 27px;
	line-height: 27px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,.8);
	padding: 0 10px;
	border-bottom: 1px solid #a21a00;
	width:100%;
}
.primary-navigation > ul > li ul a:hover, .primary-navigation > ul > li ul a.current, .primary-navigation > ul > li > ul li.selected > a{
background:#a21a00;
}
.primary-navigation > ul > li > ul li.selected > a{
background:#a21a00;
}
.primary-navigation > ul > li ul /*subnav*/{ 
	position: absolute;
	display: none;
	list-style: none;
	left:0px;
	top:10px;
	margin: 0;
	padding: 0;
	background: #d42506;
	border: 1px solid #a21a00;
	overflow:hidden;
}

.primary-navigation > ul > li:hover ul {
	display: block;
}

.primary-navigation > ul > li:hover ul li.parent > a{
	background: #a21a00;
}

.primary-navigation .sub2{
position:absolute;
z-index:1000;
width:33%;
}
.primary-navigation .last .sub2{
position:absolute;
/*left:450px; */
background:#000;
}
.primary-navigation .level-2{
display:none!important;
}
/* ---------------------------------------------------------------------------------------------------------------------- */
/* 	QUICK SEARCH (template.php & template_apartments.php) ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.quick-search-nav{
		height: 50px;
		display: block;
		position: absolute;
		bottom: -50px;
		width: auto !important;
		z-index: 9 !important;
		float: right !important;
		right: 0;

}
.header .wrapper{
	height: 96px; 
}
.quick-search-nav ul{
	text-align: right; 
	margin-bottom: 0;
	padding-top: 4px;
	overflow: hidden;
	background-color: rgba(0,0,0,.6);
	margin-top: 0;
	padding: 4px 9px;
	border-radius: 0 0 5px 5px;
}
.quick-search-nav ul li{
	display: inline-block ;
	color: #fff !important;
}
.quick-search-nav ul li a{
	font-size: 12px;
	padding: 5px 5px;
	display: block;
	background: transparent;
	border-radius: 4px;
	color: #fff !important;
	text-transform: uppercase;
	transition: background .5s ease;
}
.quick-search-nav ul li a:hover, .quick-search-nav ul li a.search-active{
	background: #C0261D !important;
	color: #fff !important;
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* Middle Containers ---------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.middle-container {
	background: #dfdcdc;
	padding: 10px 0;
	position: relative;  
	clear:both;
	min-width:1024px;
	
}

.middle-container .wrapper {
/*	min-height: 400px; */
width:1000px;
clear:both;
position: relative;	
}
h2#listing-h2{
	display: none;
}
h4#search-results-heading{
	margin-bottom: 5px !important;
	margin-top: 20px;
}
ul#search-results{
	list-style: none;
    padding: 0;
    font-size: 17px;
    font-family: univ-l;
	margin-top: 0 !important;
}

/*.side-navigation {
	float: left;
	width: 220px;
}

.main-content {
	float: right;
	width: 720px;
}
*/
.side-navigation {
	background:url("/images/template/subnav-border.png") no-repeat scroll -30px 35px transparent;
	float: left;
	width: 220px;
	min-height:465px;
	
}
.side-navigation ul { 
font-size: 10px;
    line-height: 1.5em;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.main-content {
	float: right;
	width: 720px;
}

.level-2{
margin-left:10px!important;
}
.side-navigation > ul > li.parent > a{
	color: #595959;
}
.vip-logos {
    float: left;
    margin: 5px;
    position: relative;
    border: 1px solid #ccc;
    padding: 15px;
		flex: 26%;
    width: 26%;
}
.vip-logo-container {
   display: flex;
	flex-wrap: wrap;
}

.vip-logos img{
    width: auto !important;
    max-width: 100%;
    height: 100px !important;
    object-fit: contain;
}
/*
.vip-image {
    display: table-cell;
    height: 100px;
    vertical-align: middle;
}*/
p.mobile-view{
	display:none;
}
.clear{
	clear:both;
}
.hoverAnchor{
	font-weight:600;
	display:inline;
	cursor:pointer;
}
.hoverBlock{
	padding:8px;
	width:285px;
	margin-top:-80px;
	border-radius:5px;
	border:1px solid #aeaeae;
	position: absolute;
	background: rgba(255, 255, 255, 0.90);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility opacity 0.2s;
}
.hoverAnchor:hover .hoverBlock{
	visibility: visible;
  	opacity: 1;
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* Footer --------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.footer{
	height:314px;
	min-width:1024px;/*986*/
	background:url(/images/template/bg_footer.png);
	position:relative;
	clear:both;
}
	
.footer-wrapper{
	width:850px; /*986*/
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.footer-social{
/*	width:411px;*/
	width:255px;
	float:left;
	position:relative;
	margin-top:45px;
}
.footer-social a{
	margin-right:5px;
}
.email-update-wrap {
	float: left;
}

.email-update{
	margin-top:22px;
	font-family: UNIV-C, Helvetica, Arial, sans-serif;
	color:#444444;
	font-size:18px;
}
.footer-search-wrap {
	float: right;
}

.footer-search-wrap .footer-form {

}

.footer-search-wrap .footer-form form {

}

.footer-search-wrap .footer-form input {
	float: left;
}

.jsmupdate{
	margin-right:20px;
	font-size:18px;
	color:#c83930;
}
.footer-form{
	float:left;
	position:relative;
}
.footer-form input{
color:#444443;
font-size:14px;
font-family:UNIV, Arial, Helvetica, sans-serif;
border:none;
}
.first-head{
    color:#FFFFFF;
    font-size:18px;
    text-decoration:none;
}
.first-head-row{
    color:#FFFFFF;
    font-size:18px;
    text-decoration:none;
	line-height:1.3em;
}
.first-head-row a, .first-head-row a:link, .first-head-row a:visited, .first-head-row a:active, .first-head a, .first-head a:link, .first-head a:visited, .first-head a:active  { color: #444444 !important;
 text-decoration: none; }

.first-head-row a:hover, .first-head a:hover { color: #000000 !important; }
.footer-nav{
	clear: both;
    font-size: 12px;
    height: 145px;
    padding-bottom: 15px;
    padding-top: 20px;
    position: relative;
/*    width: 986px; 810*/
width:820px;
font-family: UNIV-L, Helvetica, Arial, sans-serif;
}
.footer-nav ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 56px 0 0;
	line-height:21px;
	padding-bottom:5px;
}
.footer-nav li {
    display: block;
    margin: 0;
    padding: 0;
}
.last_ul{
padding-right:0 !important;

}

.footer-nav a, .footer-nav a:link, .footer-nav a:visited, .footer-nav a:active {
    color:#595959;
    text-decoration: none;
}
.footer-nav a:hover {
    color:#000000;
    text-decoration: none;
}
.footer-hr{
	width:990px;
	height: 1px;
    border: 0; 
	background-color:#ecebeb;
	left:-95px;
	position:relative;
	clear:both;
	display:block;
}
.footer-info{
font-family: UNIV-L, Helvetica, Arial, sans-serif;
font-size: 12px;
	*font-size: 11px;
    margin: 10px 0 5px;
    text-align: center;
    width: 815px;/*986 810*/
	clear:both;
	position:relative;
}
.footer-info a, .footer-info a:link, .footer-info a:visited, .footer-info a:active {
    color:#575757;
	text-decoration:none;
}
.footer-info a:hover{
	color:#000000;/*666565*/
	text-decoration:none;
}
.footer-subnav{
	text-align:center;
	width:555px;/*850 825*/
	position:relative;
	font-size:14px;
	*font-size:11px;
	height:20px;
	margin: 0 auto;
/*	margin-left:123px;*/
	font-style:normal;
	font-family: UNIV-C, Helvetica, Arial, sans-serif;
}
.footer-subnav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0 10px 0 0;
	margin:auto;
	width:100%;
}
.footer-subnav li {
	float: left;
    display: block;/*inline*/
    margin: 0;
    padding: 0 16px 0 0;
}
.footer-subnav a, .footer-subnav a:link, .footer-subnav a:visited, .footer-subnav a:active {
    color:#4e4d4d;
    text-decoration: none;
}
.footer-subnav a:hover {
    color:#000000;
    text-decoration: none;
}
.footer-copy{
	text-align:center;
	width:810px; /*986*/
	clear:both;
	font-family: UNIV-L, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height:16px;
/*	padding-bottom:5px;*/
}
	
/* ---------------------------------------------------------------------------------------------------------------------- */
/* Marquee -------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.marquee {
	background: #d1debd;
	height: 336px;
	overflow: hidden;
	position: relative;
	width: 100%;
	min-width:1024px;
}

.marquee.inside {
	height: 153px;
}

.marquee.inside img {
	position: absolute;
	left: 50%;
	margin-left: -600px;
}

.marquee-stage {
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -600px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 1200px;

}
#marquee-stage img {
min-width:1000px;
}
.marquee-stage a.slide {	
	display: block;
	text-align: center;
	width: 100%;
	height: 336px;
}

.marquee-stage .slide img {
	display: inline;
	height: 336px;

}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Forms ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
form, fieldset, form fieldset ol, form fieldset li {
	margin: 0;
	padding: 0;
}

fieldset {
	background: rgba(255,255,255,0.25);
	border: 1px solid #d7d7d7;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.05);
	border-bottom: 0;
	clear: both;
	margin: 0 0 20px 0;
}

legend {
	background: #f2f2f2;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #e9e9e9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e9e9e9));
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#e9e9e9 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%,#e9e9e9 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%,#e9e9e9 100%);
	background: linear-gradient(top, #f2f2f2 0%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e9e9e9',GradientType=0 );
	border: 1px solid #d7d7d7;
	color: #4b4b4b;
	font-family: UNIV-B, Helvetica, Arial, sans-serif;
	margin: 0 -1px 0 -1px;
	padding: 5px 0;
	text-indent: 7px;
	width: 100%;
	max-width: 968px;
}

.form { width: 100%; }

form fieldset li, .form td {
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #ffffff;
	padding: 4px;
}

.form td {
	min-height: auto;
	padding: 8px;
}

fieldset label {
	color: #808080;
	font-size: 90%;
}

.main-content select {
/*  background: none repeat scroll 0 0 #FFF;*/
    border: 1px solid #D8D8D8;
	border-radius:5px;
    color: #4e4c4c;
/*  line-height: 16px;*/
    width: 211px;
	height:35px;
    font-family: UNIV,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    padding: 5px;
-webkit-appearance: menulist-button;
}
form#maintenance-request{
	
}form#maintenance-request fieldset label{
	font-size: 13px !important;
}
form#maintenance-request select{
	width: 90% !important;
	height: 30px;
}
form#maintenance-request input[type="text"]{
	    font-size: 13px;
    padding: 5px;
}
form#maintenance-request textarea[name="description"]{
	width: 100% !important;
}

form#maintenance-request input.submit, .leasing-form .leaseFormRight input.submit{
	    font-size: 18px !important;
    padding: 11px 19px 10px;
	    float: left;
}
.login-page input.submit{
	  font-size: 16px !important;
    padding: 11px 19px 10px;
}
.login-page input{
	    font-size: 13px;
    padding: 5px;
}
.login-page td, .login-page td label{
	font-size: 13px;
}
form#maintenance-request input.submit, .leasing-form .leaseFormRight input.submit, .login-page input.submit, input.submit{
    border: none !important;
        font-size: 18px !important;
    padding: 11px 19px 10px !important;
 box-shadow: 1px 1px 1px rgba(0,0,0, .3);
    width: auto;
    height: auto !important;
    text-transform: uppercase;
    border-radius: 5px !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c51f1d+2,ce403b+50,c51f1d+92 */
    
background: rgb(197,31,29); /* Old browsers */
background: -moz-linear-gradient(top, rgba(197,31,29,1) 2%, rgba(206,64,59,1) 50%, rgba(197,31,29,1) 92%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(197,31,29,1) 2%,rgba(206,64,59,1) 50%,rgba(197,31,29,1) 92%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(197,31,29,1) 2%,rgba(206,64,59,1) 50%,rgba(197,31,29,1) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c51f1d', endColorstr='#c51f1d',GradientType=0 ) !important; /* IE6-9 */
	    text-shadow: 1px 1px 1px rgba(0,0,0,.3) !important;
    font-weight: 500;	
}
form#maintenance-request input.submit:hover, .leasing-form input.submit:hover, input.submit:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c51f1d+2,bc0101+50,c51f1d+92 */
background: rgb(197,31,29) !important; /* Old browsers */
background: -moz-linear-gradient(top, rgba(197,31,29,1) 2%, rgba(188,1,1,1) 50%, rgba(197,31,29,1) 92%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(197,31,29,1) 2%,rgba(188,1,1,1) 50%,rgba(197,31,29,1) 92%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(197,31,29,1) 2%,rgba(188,1,1,1) 50%,rgba(197,31,29,1) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c51f1d', endColorstr='#c51f1d',GradientType=0 ); /* IE6-9 */
}
form#maintenance-request select {
	border-color: #ccc !important;
	border-radius: 0 !important;
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* Marquee Homepage Search ---------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.marquee .wrapper {
	position: relative;
	min-width:1024px;
}

.homepage-apartment-search {
	z-index: 50;
	position: absolute;
	right: 15px;
	top: 39px;
}

.homepage-apartment-search .location-tabs {
    background: rgba(0, 0, 0, 0) url("/images/homepage/homepage-search-tab-background.png") no-repeat scroll 0 0;
    height: 37px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    right: -83px;
    width: 175px;
}

.homepage-apartment-search .location-tabs.flipped {
	background-position: 0 -37px;
}

.homepage-apartment-search .location-tabs li {
	float: left;
	width: 100%;
}

.homepage-apartment-search .location-tabs li:hover {

}

.homepage-apartment-search .location-tabs li label {
/*	cursor: pointer; */
	display: block;
	height: 37px;
	width: 100%;
	text-indent: -9999px;
}

.homepage-apartment-search .location-tabs li label:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.homepage-apartment-search .location-tabs li label input {
	display: none;
}

.homepage-apartment-search .location-tabs li#urbana-search-button {
	background: url(/images/homepage/urbana-logo.png) 15px 50% no-repeat;
}

.homepage-apartment-search .location-tabs li#bloomington-search-button {
	background: url(/images/homepage/bloomington-logo.png) 5px 50% no-repeat;
}

.homepage-apartment-search .location-tabs li#urbana-search-button label {
	background: rgba(0, 0, 0, 0) url("/images/homepage/urbana-champaign.png") no-repeat scroll 30px 57%;
}

.homepage-apartment-search .location-tabs li#bloomington-search-button label {
	background: url(/images/homepage/urbana-champaign.png) 42px 50% no-repeat;
}

.homepage-apartment-search .lower-form {
	background: url(/images/homepage/homepage-search-background.png) 0 0 no-repeat;
	/*height: 233px;*/
    height: 245px;
	padding: 10px 30px 0 31px;
	width: 306px;
}

.homepage-apartment-search .lower-form .options {
	float: right;
	list-style: none;
	margin: 0;
	padding: 20px 0 0 0;
}

.homepage-apartment-search .lower-form .options li {
	background: url(/images/homepage/search-form-options-border-right.png) 100% 50% no-repeat;
	padding: 0 5px 0 3px;
	line-height: 10px;
	float: left;
}
.homepage-apartment-search .lower-form .options li.no-bg {
	background:none;
	padding: 0 5px 0 3px;
	line-height: 10px;
	float: left;
}

.homepage-apartment-search .lower-form .options li.last {
	background: none;
}

.homepage-apartment-search .lower-form .options li a {
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
}

.homepage-apartment-search .lower-form .options li a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.homepage-apartment-search .lower-form h3 {
	color: #ffffff;
	font-size: 27px;
	margin: 0;
	padding: 0;
	text-shadow: 0 2px 2px rgba(0,0,0,.80);
	text-transform: uppercase;
	white-space: nowrap;
}

.homepage-apartment-search .lower-form .field-wrap {
	margin-bottom: 5px;
}

.homepage-apartment-search .lower-form .field-wrap label {
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-family: UNIV-B, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.homepage-apartment-search .lower-form .field-wrap input {
	background: #ffffff;
	border: 1px solid #d9d8d6;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
	padding: 3px;
}

.homepage-apartment-search .lower-form .field-wrap input.half-width {
	width: 124px;
}

.homepage-apartment-search .lower-form .field-wrap .to {
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	padding: 0 6px;
	text-transform: uppercase;
}

.homepage-apartment-search .lower-form .field-wrap select {
	background: #ffffff;
	border: 1px solid #d9d8d6;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
	padding: 2px 3px;
	width: 306px;
}

.homepage-apartment-search .lower-form .field-wrap select.half-width {
	width: 133px;
}

.homepage-apartment-search .lower-form .submit-wrap {
	position: relative;
	text-align: center;
}

.homepage-apartment-search .lower-form .submit-wrap .submit {
	background: url(/images/homepage/search-button.png) 0 0 no-repeat !important;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	cursor: pointer;
	float: right;
	display: block;
	height: 40px;
	margin: 5px 0 0 0;
	padding: 0;
	width: 111px;
}

.homepage-apartment-search .lower-form .submit-wrap .submit:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.homepage-apartment-search .lower-form .submit-wrap .view-all {
	bottom: 12px;
	color: #ffffff;
	font-size: 14px;
	float: left;
	margin: 15px 0 0 0;
	text-transform: uppercase;
	font-family: UNIV, Helvetica, Arial, sans-serif;
}

.homepage-apartment-search .lower-form .submit-wrap .view-all:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Upper Search Form (on listing page) ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.upper-search-form {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	padding: 10px 0;
}

.upper-search-form .field-wrap {
	margin: 0 0 10px 0;
}

.upper-search-form .field-wrap label {
	display: inline-block;
	width: 70px;
}


.upper-search-form .submit-wrap .submit, #back-search-button {
	/*background: url(/images/homepage/search-button.png) 0 0 no-repeat;*/
	background: #636363;
	border: 0;
	cursor: pointer;
	float: right;
	display: block;
	height: 40px;
	margin: 12px 0 0 0;
	padding: 0;
	width: 111px;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
	
		border-radius: 10px;
    font-familY: UNIV-C;
    FONT-SIZE: 1.5em;
	box-shadow: 1px 1px 5px rgba(0,0,0,.3);
}

#back-search-button{
	float: none !important;
    width: auto;
    display: inline-block;
    height: auto;
    padding: 10px 14px;
	background: #636363;
		-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
	 font-familY: UNIV-C;
    FONT-SIZE: 1.5em;
	text-transform: uppercase;
	color: #fff !important;
}
#back-search-button:hover, .upper-search-form .submit-wrap .submit:hover {
	background: #B42D29;
}




/* ---------------------------------------------------------------------------------------------------------------------- */
/* What's Available Homepage Bar ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.whats-available {
	background: #95ba53 url(/images/homepage/whats-available-background.jpg) 50% 0 no-repeat;
	height: 131px;
	overflow: hidden;
	min-width:1024px;
}

.whats-available h2 {
	color: #ffffff;
	float: left;
	font-size: 38px;
	font-weight: normal;
	margin: 0;
	padding: 25px 0 0 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
	text-transform: uppercase;
	width: 220px;
}

.infiniteCarousel {
	float: right;
	margin: 7px 0 0 0;
	position: relative;
	width: 699px;
}

.infiniteCarousel .wrapper {
	width: 639px; /* 646 .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
/*	overflow: auto;*/
	overflow:hidden;
	min-height: 10em;
	margin: 0 30px;/*margin: 0 22px;*/
	position: absolute;
	top: 0;
}

.infiniteCarousel .wrapper ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 9999px;
}

.infiniteCarousel ul li {
	display: block;
	float: left;
	padding: 10px;
	height: 89px;
	width: 88px;
}

.infiniteCarousel ul li a {
	background: #ffffff;
	border: 3px solid #ffffff;
	display: block;
	float: left;
	overflow: hidden;
	height: 89px;
	width: 88px;
}

.infiniteCarousel ul li a img {
	display: block;
	height: 100%;
}


.infiniteCarousel ul li a:hover {
}

.infiniteCarousel ul li a:hover img {
	opacity: .7;
	filter: alpha(opacity=70);
}

.infiniteCarousel .arrow {
	background: url(/images/homepage/large-white-arrow-left.png) 0 0 no-repeat;
	cursor: pointer;
	display: block;
	height: 94px;
	position: absolute;
	text-indent: -9999px;
	top: 12px;
	width: 12px;
}

.infiniteCarousel .forward {
	background-image: url(/images/homepage/large-white-arrow-right.png);
	left: auto;
	right: 0;
}

.infiniteCarousel .arrow:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}



/* ---------------------------------------------------------------------------------------------------------------------- */
/* Homepage ------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.homepage {

}

.homepage .homepage-top-buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.homepage .homepage-top-buttons li {
	float: left;
}

.homepage .homepage-top-buttons li.first {
	margin-right: 9px;
}

.homepage .homepage-top-buttons li.last {
	float: right;
}

.homepage .homepage-top-buttons li a {
	background: #ffffff;
	display: block;
	float: left;
	padding: 5px;
}

.homepage .homepage-top-buttons li a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.homepage .homepage-top-buttons li a img {
	display: block;
	float: left;
}

.bottom-boxes {
	padding: 20px 0 0 0;
}

.bottom-boxes .col {
	float: left;
	width: 310px;
}

.bottom-boxes .col.first {
	margin-right: 19px;
}
.bottom-boxes .col-two {
	border-right: 1px solid #595959;/*border-right: 1px solid #c0bdbd;*/
    float: left;
    height: 250px;
    margin-bottom: 15px;
    margin-right: 15px;
    position: relative;
    width: 620px;
	padding-right:25px;
}
.bottom-boxes .col-one {
	float:left;
	position:relative;
	width:300px;
}
.bottom-boxes .col.last {
	float: right;
}

.bottom-boxes .col h3 {
	border-bottom: 1px solid #507029;
	color: #4f6e29;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 0 0 8px 0;
}

.bottom-boxes .col .heading-right-link {
	color: #4f6e29;
	font-size: 10px;
	float: right;
	margin: -35px 0 0 0;
	text-transform: uppercase;
}

.bottom-boxes .col .heading-right-link:hover {
	color: #000000;
}

.bottom-boxes .col p {
	color: #6e6e6d;
	font-style: italic;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Portal Menu ------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------- */
h3.jsm-living{
	font-family:UNIV-L, Arial, Helvetica, sans-serif;
	color:#ca362c;
	font-weight:normal;
	font-size: 30px;
}
h3.contact-jsm-today{
	font-family:UNIV-CL, Arial, Helvetica, sans-serif;
	color: #CA362C;
    display: inline-block;
	font-size: 24px;
    *font-size: 18px;
    font-weight: normal;
    padding-left: 75px;
}
a.learn-more:link, a.learn-more:active, a.learn-more:visited{
	color:#ca362c;
	text-decoration:none;
}
a.learn-more:hover{
	color:#595959;
}
#contact_form {
    font-family: UNIV,Arial,Helvetica,sans-serif;
    margin: 0;
    min-height: 60px;
    padding: 0 20px 13px;
    position: relative;
    width: 280px;
}
#contact_form .input-text {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #D8D8D8;
    color: #000000;
    font-family: UNIV,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 20px;
    line-height: 16px;
    padding: 5px;
    vertical-align: middle;
    width: 210px;
	border-radius:5px;
}
#contact_form label {
    color: #4e4c4c;
    display: block;
    line-height: 16px;
    margin-bottom: 15px;
}
#contact_form label.half-row {
    border-radius: 5px 5px 5px 5px;
    color: #4e4c4c;
    line-height: 16px;
    margin-bottom: 15px;
    margin-left: 57px;
	width: 115px;
/*    width: 50px;*/
}
#contact_form label select {
/*  background: none repeat scroll 0 0 #FFF;*/
    border: 1px solid #D8D8D8;
	border-radius:5px;
    color: #4e4c4c;
/*  line-height: 16px;*/
    width: 115px;
	height:35px;
    font-family: UNIV,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 26px;
    padding: 5px;
    vertical-align:top;
-webkit-appearance: menulist-button;
}
/*@-moz-document url-prefix() {
    #contact_form label select {
    padding-top:8px;
    }
}*/
#contact_form label span {
    color: #4e4c4c;
    display: block;
    float: left;
    font-family: UNIV,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 25px;
    line-height: 20px;
    padding-right: 6px;
    padding-top: 7px;
    text-align: left;
    vertical-align: middle;
    width: 50px;
}
input.submit {
/*  background-image: url("/images/MW_Submit_Button.png"); */
    border: 0 none;
    cursor: pointer;
    height: 25px;
    width: 100px;
	float:right;
	border: 1px solid #a21a00;
	background: #d42506;
	color:#FFF;
}
#contact_form .interest {
  /*  background: none repeat scroll 0 0 #FFF;
    border: 1px solid #D8D8D8;
    color: #000000;
    font-family: UNIV,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    padding: 5px;
    vertical-align: middle;
    width: 116px;*/
}
.passFormLeft {
    font-size: 16px;
}
.passFormRight {
	float: right;
	position: relative;
	right: -75px;
	top: -21px;
}
.Passdown{
    float: left !important;
    left: 261px;
    position: relative;
}	
span.questionBtn{
	font-size:14px;
	cursor:pointer;
}
span.hiddenHelp{
	display:none;
	background:rgba(255,255,255,.5);
	color:#000;
	padding:8px;
	transition:all .3s ease-in;
	width:188px;
	position:absolute;
	left:235px;
	top:-5px;
}
span.questionBtn:hover ~ span.hiddenHelp{
	transition:all .3s ease-in;
	display:block;
}
/* ---------------------------------------------------------------------------------------------------------------------- */
/* Apartments Check In ------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------- */

#check_in_form {
    font-family: UNIV,Arial,Helvetica,sans-serif;
    margin: 0;
    min-height: 60px;
    padding: 0;
    position: relative;
    width: 428px;
}
/*#check_in_form */
.input-check_in {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #D8D8D8;
    color: #4e4c4c;
    font-family: UNIV,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    line-height: 16px;
    padding: 5px;
    vertical-align: middle;
    width: 200px;
	border-radius:5px;
}
#check_in_form label {
	color: #4e4c4c;
    line-height: 16px;
    font-size: 14px;
    font-family: UNIV-B,Arial,Helvetica,sans-serif;
/*   
    display: block;
*/	
}
#check_in_form .inputs{
margin-bottom:12px;
clear:both;
	color: #4e4c4c;
    line-height: 16px;
    font-size: 14px;
    font-family: UNIV-B,Arial,Helvetica,sans-serif;
}
#check_in_form label.half-row {
    border-radius: 5px 5px 5px 5px;
    color: #4e4c4c;
    line-height: 16px;
    margin-bottom: 15px;
    margin-left: 57px;
	width: 115px;
/*    width: 50px;*/
}
#check_in_form label select {
/*  background: none repeat scroll 0 0 #FFF;*/
    border: 1px solid #D8D8D8;
	border-radius:5px;
    color: #4e4c4c;
/*  line-height: 16px;*/
    width: 211px;
	height:35px;
    font-family: UNIV,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    padding: 5px;
    vertical-align:top;
-webkit-appearance: menulist-button;
}
/*@-moz-document url-prefix() {
    #contact_form label select {
    padding-top:8px;
    }
}*/
#check_in_form label span {
    color: #4e4c4c;
    display: block;
    float: left;
    font-family: UNIV,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 25px;
    line-height: 20px;
    padding-right: 12px;
    padding-top: 7px;
    text-align: right;
    vertical-align: middle;
    width: 200px;
}
/* ---------------------------------------------------------------------------------------------------------------------- */
/* Apartments Menu ------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------- */
.apartment-menu {
	background: #d42506;
	height: 27px;
	position: relative;
	z-index: 40;
	min-width:1024px;
	display:none;
}

.apartment-menu .wrapper {
max-width:1024px;
}

.apartment-menu > .wrapper > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.apartment-menu > .wrapper > ul > li {
	position: relative;
	float: left;
	padding: 0 10px;
}

.apartment-menu > .wrapper > ul > li.favorites {
	background: #d42506;
	float: right;
}

.apartment-menu > .wrapper > ul > li a {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 12px;
	font-family: UNIV-B, Helvetica, Arial, sans-serif;
	height: 27px;
	line-height: 27px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,.8);
}

.apartment-menu > .wrapper > ul > li > a {
	background: url(/images/icons/white-arrow-down-with-red-bg.png) 100% 60% no-repeat;
	padding-right: 17px;
}

.apartment-menu > .wrapper > ul > li a span {
	font-size: 8px;
	font-weight: normal;
}

.apartment-menu > .wrapper > ul > li:hover > a {

}

.apartment-menu > .wrapper > ul > li > ul {
	background: #d42506;
	border: 1px solid #a21a00;
	display: none;
	left: 0;
	list-style: none;
	margin: 0;
	max-height: 300px;
	overflow: auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 27px;
}



.apartment-menu > .wrapper > ul > li:hover > ul {
	display: block;
}

.apartment-menu > .wrapper > ul > li > ul > li {

}

.apartment-menu > .wrapper > ul > li > ul > li > a {
	border-bottom: 1px solid #a21a00;
	float: none;
	font-size: 11px;
	font-weight: normal;
	height: auto;
	line-height: 100%;
	padding: 10px;
}

.apartment-menu > .wrapper > ul > li > ul > li.selected > a,
.apartment-menu > .wrapper > ul > li > ul > li:hover > a {
	background: #a21a00;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Units Grid ----------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.units-grid {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.units-grid li {
	background: #ffffff;
	box-shadow: 1px 1px 8px rgba(0,0,0,.35);
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,.35);
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.35);
	display: inline-block;
	margin: 0 10px 20px;
	border-radius: 3px;
    overflow: hidden;
	min-height: 280px !important;
	position: relative;
	width: calc((100% / 3) - 20px);
}

.units-grid.related-properties{
	justify-content: left;
}

.units-grid.related-properties li{
	min-height: 0 !important;
	height: auto !important;
	flex: 0 1 18% !important;
	min-width: 150px;
	height: 100px !important;
	margin-right: 2% !important;

}


.related-units .units-grid.related-properties li span.image {
	position: relative;
	margin-bottom: 0;
}

.related-units .units-grid.related-properties li span.title {
	display: none;
}

.related-units .units-grid.related-properties li span.favorite-icon {
	display: none;
}

.units-grid.related-properties li img{
	min-width: auto;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	
}

@media (max-width: 700px){
	.units-grid li {
		width: calc(50% - 20px);
	}
}

@media (max-width: 500px){
	.units-grid li {
		max-width: 400px;
		width: 100%;
	}
	.units-grid.related-properties li{
		width: calc(50% - 20px);
	}
}

.units-grid li span.thumb-pad {
    display: block;
   /* padding: 8px;
    */
    padding: 2.5%;
    background-color: rgba(255,255,255,.8);
	transition: background-color .5s ease;
    bottom: 0px;
	    z-index: 6;
    position: absolute;
	    width: 100%;
    /*border-radius: 0 5px 5px 0;*/
    border: 0 !important;
    width: 95%;
}

.units-grid li span.thumb-pad-details {
    display: block;
    /* top: -40px; */
    width: 90%;
    height: 20px;
    position: absolute;
    bottom: 4px;
    padding: 0 8px;
    /* background: #fff; */
    z-index: 8;
}

.units-grid li.unit-li span.thumb-pad {
	    bottom: 0;
    padding-bottom: 25px;
}

.units-grid li a:hover span.thumb-pad{
	background-color: #B42D29;
}
.units-grid li a span.thumb-pad span{
	color: #000;
	transition: color .5s ease;
}
.units-grid li a:hover span.thumb-pad span{
	color: #fff;
}
.media .units-grid li {
	width: 124px;
}

/*.related-units .units-grid li {
	margin: 0 20px 20px 0;
} */

.units-grid li a {
	color: #000000;
	display: block;
	position: relative;
	text-align: left;
	text-decoration: none;
	height: 100%;
	
}


.units-grid li:hover {
	background: #f5f5f5;
}

.units-grid li a .tagline,
.photos .tagline {
   /* background: rgba(255,255,255,.80);*/
    color: #fff;
    /* font-weight: bold; */
    font-size: 15px;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    text-transform: uppercase;
    top: 5px;
    z-index: 5;
    max-width: 87%;
	border-radius: 0 8px 8px 0;
	text-shadow: 1px 1px 2px #000;
}
.tagline.leased {
	background: #666;
    color: #fff;
    margin-top: -25px;
    top: 50%;
    text-align: center;
    max-width: none !important;
    border-radius: 0;
}

.units-grid li.unit-li a .tagline.leased {
	background: #666;
    color: #fff;
    margin-top: -25px;
    left: -50% !important;
    top: 50%;
    text-align: center;
    width: 190%;
    max-width: none !important;
    border-radius: 0;
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.photos .tagline.leased {
	margin-top: -15px;
	left: 12px;
	right: 12px;
}

.units-grid li a .image {
	background: #ffffff;
	box-shadow: 0 0 2px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.25);
	display: block;
	margin: 0 0 10px 0;
	height: 188px;
	overflow: hidden;
	text-align: center;
	position: absolute;
    width: 100%;
    height: 100%;
}

.related-units .units-grid li a .image {
	height: 110px;
	width: 100%;
	    height: 100%;
    width: 100%;
    object-fit: cover;
}

.units-grid li a .image img {
	height: 100%;
	}

.units-grid.search-results li {
	height: 260px;
	overflow: hidden;
}

.units-grid.search-results li a .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 188px;
}

.units-grid.search-results li a .image img {
	display: non;
}

.units-grid li a .title {
    display: block;
    font-size: 16px;
    font-family: UNIV, Helvetica, Arial, sans-serif;
    margin-bottom: 3px;
    text-decoration: none;
}
.units-grid li.unit-li a .title {
	font-size: 14px;
}

.related-units .units-grid li a .title {
	width: 100%;
}

.units-grid li .address  {
	display: block;
	font-size: 12px;
	font-family: UNIV, Helvetica, Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	width: 201px;
}

.units-grid li .units {
	display: block;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
}

.units-grid li .favorite-icon {
	background: url(/images/icons/star-2.png) 0 -18px no-repeat;
	float: left;
	height: 20px;
	width: 20px;
}

.units-grid li .favorite-icon:hover,
.units-grid li .favorite-icon.selected {
	background-position: 0 0;
}

.units-grid li .bedrooms {
	background: url(/images/icons/bed-2.png) 100% 50% no-repeat;
	color: #555555;
	float: right;
	font-size: 11px;
	font-family: UNIV-B, Helvetica, Arial, sans-serif;
	padding-right: 28px;
}
.units-grid li:hover .bedrooms {
	background: url(/images/icons/bed-2-h.png) 100% 50% no-repeat;
	color: #fff;
}

.units-grid li .bedrooms.efficiency, .units-grid li:hover .bedrooms.efficiency {
	background: none;
	padding: 0;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Unit Detail - Media -------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.unit-detail {
	padding: 10px 0 0 0;
}
.related-units > h3 {
    margin-top: 0;
    padding: 0;
}
.unit-detail .media {
	float: left;
	width: 464px;
}

.unit-detail .media .buttons {
	height: 30px;
}

.unit-detail .media .buttons a {
	color: #555555;
	font-size: 14px;
	font-family: UNIV-B, Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

.unit-detail .media .buttons a:hover {
	color: #000000;
}

.unit-detail .media .buttons .back-button {
	float: left;
}

.unit-detail .media .buttons .favorite {
	background: url(/images/icons/favorite-gray-background.png) 100% -16px no-repeat;
	padding-right: 20px;
	line-height: 18px;
	float: right;
}

.unit-detail .media .buttons .favorite.selected,
.unit-detail .media .buttons .favorite:hover {
	background-position: 100% 0;
}

.unit-detail .media .photos {
	margin: 0 auto;
	position: relative;
	width: 463px;
}

.unit-detail .media .photos .photo-stage,
.unit-detail .media .photos .photo-stage .slide,
.unit-detail .media .photos .slider,
.unit-detail .media .photos .slider .slick-slide {
	height: 330px;
	outline: none;
	width: 463px;
}

.unit-detail .media .photos .slider.slick-slider.slider-for {
	margin-bottom: 8px;
}

.unit-detail .media .photos .prev-next-link {
	background: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	font-family: courier;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	left: -14px;
	line-height: 30px;
	outline: none;
	position: absolute;
	text-align: center;
	top: 150px;
	width: 25px;
	z-index: 100;
}

.unit-detail .media .photos .prev-next-link.next {
	left: auto;
	right: -14px;
}

.unit-detail .media .photos .photo-stage,
.unit-detail .media .photos .slider {
	background: #ffffff;
	border: 11px solid #ffffff;
	box-shadow: 2px 2px 4px rgba(0,0,0,.35);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.35);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.35);
	overflow: hidden;
}

.unit-detail .media .photos .photo-stage .slide,
.unit-detail .media .photos .slider  .slick-slide {
	display: block;
	overflow: hidden;
	text-align: center;
}

.unit-detail .media .photos .photo-stage .slide img,
.unit-detail .media .photos .slider .slick-slide img {
	display: block;
	margin: 0 auto;
	height: 100%;
}

.unit-detail .media .photos .slider.slider-nav,
.unit-detail .media .photos .slider.slider-nav .slick-slide {
	height: 100px;
}

.unit-detail .media .photos .slider.slider-nav .slick-slide {
	opacity: .6;
	filter: alpha(opacity=60);
}

.unit-detail .media .photos .slider.slider-nav .slick-slide span {
	background: rgba(0,0,0,0.05);
	cursor: pointer;
	margin: 0 5px;
	box-sizing: border-box;
	display: block;
	height: 100px;
}

.unit-detail .media .photos .slider.slider-nav .slick-slide.slick-current {
	opacity: 1;
	filter: alpha(opacity=100);
}

.unit-detail .media .photos .infiniteCarousel ul li a img {
	display: inline;
	height: 100%;
}

.unit-detail .media .photos .infiniteCarousel ul li a:hover {
}

.unit-detail .media .photos .infiniteCarousel ul li a:hover img {
	opacity: .7;
	filter: alpha(opacity=70);
}

.unit-detail .media .photos .infiniteCarousel .arrow {
	background: #ffffff url(/images/icons/big-gray-arrow-left.png) 0 50% no-repeat;
	cursor: pointer;
	display: block;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	bottom: 0;
	width: 8px;
}

.unit-detail .media .photos .infiniteCarousel .forward {
	background-image: url(/images/icons/big-gray-arrow-right.png);
	left: auto;
	right: 0;
}

.unit-detail .media .photos .infiniteCarousel .arrow:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.unit-detail .media .other-media {
	margin: 20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*.unit-detail .media .other-media .mr {
	margin-right: 15px;
} */

.unit-detail .media .other-media h3 {
	font-size: 14px;
	font-family: UNIV-B, Helvetica, Arial, sans-serif;
	line-height: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
}

.unit-detail .media .other-media a {
	border: 10px solid #ffffff;
	box-shadow: 2px 2px 4px rgba(0,0,0,.35);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.35);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.35);
	display: block;
	height: 79px;
	overflow: hidden;
	width: 124px;
}

.unit-detail .media .other-media a img {
	width: 100%;
}

.unit-detail .media .other-media a:hover img {
	opacity: .7;
	filter: alpha(opacity=70);
}

.unit-detail .media .other-media .cb{
	display: none;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Unit Detail - Info --------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.unit-detail .info {
	float: right;
	width: 475px;
}

.unit-detail .info .social-sharing {
	height: 20px;
	min-width:465px;
/*	padding-right:5px;*/
}

.unit-detail .info .social-sharing .inner {
/*	float: right;
padding-right:55px;*/
	height: 20px;
	min-width:145px;
	float:right;
}

.unit-detail .info h1 {
	font-size: 22px;
	line-height: 22px;
	padding: 0;
}

.unit-detail .info h2 {
	font-size: 15px;
	line-height: 15px;
	margin: 0 0 10px 0;
	padding: 0;
}

.unit-detail .info h3 {
	color: #555555;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: UNIV, Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}

.unit-detail .info .stats {
	color: #c51d10;
	margin: 20px 0;
	font-size: 16px;
	font-family: UNIV, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.unit-detail .info .stats .stat {
	float: left;
	margin-right: 20px;
}

.unit-detail .info .description {
	margin: 10px 0 20px 0;
}

.unit-detail .info .description p {

}

.unit-detail .info .amenities {
	margin: 10px 0 20px 0;
}

.unit-detail .info .amenities .amenity {

}

.unit-detail .info .buttons {
	text-align: center;
	margin: 30px 0 0 0;
}

.unit-detail .info .buttons a {
	margin: 0 20px;
	display: inline-block;
}

.unit-detail .info .buttons a:hover {

}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* News Page ------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------- */
.news-left {
	float: left;
	width:670px;
}

.list-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-items .content {
	margin: 0 0 10px 0;
}

.list-items > li {
	border-bottom: 3px solid #cccccc;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

.hr { 
	border-bottom: 1px solid #cccccc; 
	margin: 0 0 10px 0;
}

.hr hr { display: none; }


.news-right {
	float: right;
	width: 290px;
}

.blog-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-list li {

}

.blog-list li.selected a {
	color: #000000;
}

h2.title{
	font-size:5em;
	color:#336600;
	margin:30px 0;
	font-family: Garamond,TimesNewRoman;
	line-height:50px !important;
}
li.record-1 h2.title,
li.record-2 h2.title,
li.record-3 h2.title{
	font-size: 3.5em;
    line-height: 35px !important;
}
.abstract{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    padding: 5px 5px 0;
}
li.record-4 .abstract,
li.record-5 .abstract,
li.record-6 .abstract,
li.record-7 .abstract,
li.record-8 .abstract,
li.record-9 .abstract,
li.record-10 .abstract,
li.record-11 .abstract,
li.record-12 .abstract,
li.record-13 .abstract,
li.record-14 .abstract,
li.record-15 .abstract,
li.record-16 .abstract,
li.record-17 .abstract,
li.record-18 .abstract,
li.record-19 .abstract,
li.record-20 .abstract{
	background:none;
    color:#575757;
	padding:0;
}
li.record-4 h2.title,
li.record-5 h2.title,
li.record-6 h2.title,
li.record-7 h2.title,
li.record-8 h2.title,
li.record-9 h2.title,
li.record-10 h2.title,
li.record-11 h2.title,
li.record-12 h2.title,
li.record-13 h2.title,
li.record-14 h2.title,
li.record-15 h2.title,
li.record-16 h2.title,
li.record-17 h2.title,
li.record-18 h2.title,
li.record-19 h2.title,
li.record-20 h2.title{
	margin:5px 0;
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* Blog Page ------------------------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------- */
.blog-top {
	padding-top: 10px;
	margin-bottom: 40px;
}

.blog-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-top ul li {
	
}

.blog-top ul li a {
	background-color: #ffffff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	position: relative;
	padding:15px;
}

.blog-top ul li a::after {
	background: #000000;
	bottom: 0;
	content: ' ';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.15s linear;
	-webkit-transition: all 0.15s linear;
	z-index: 1;
}

.blog-top ul li a:hover::after {
	opacity: .4;
}

.blog-top ul li.record-1 {
	float: left;
	width: 68%;
}

.blog-top ul li.record-1 a {
	height: 400px;
}

.blog-top ul li.record-2,
.blog-top ul li.record-3 {
	float: right;
	width: 30%;
}
.blog-top ul li.record-2 a h2.title,
.blog-top ul li.record-3 a h2.title{
	font-size:24px;
	line-height:24px !important;
}
.blog-top ul li.record-2 {
	margin-bottom: 20px;
}
.blog-top ul li.record-2 a,
.blog-top ul li.record-3 a {
	height: 190px;
}

.blog-top ul li a h2.title,
.blog-top ul li a h3.date {
	color: #ffffff;
	line-height: 110%;
	margin:5px 0;
	padding: 0;
	position: relative;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	z-index: 2;
}

.blog-top ul li a h3.date {
	font-size: 15px;
}

.blog-top ul li a img {
	display: none;
}

.blog-page-blog-items {
}

.blog-page-blog-items > li {
	float: left;
	width: 47%;
}

.blog-page-blog-items > li:nth-child(2n+0) {
	margin-left: 4%;
}

.blog-page-blog-items > li > a {

}

.blog-page-blog-items > li > a .image {
	background-color: #ffffff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 200px;
	margin-bottom: 15px;
}

.blog-page-blog-items > li > a .image img {
	display: none;
}

.blog-page-blog-items > li > a h2.title {
	line-height: 20px !important;
	font-size: 20px;
}

.blog-page-blog-items > li > a h3.date {
	line-height: 125%;
	color: #808080;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
}

.blog-page-blog-items > li > .image {
	background: none !important;
}

.blog-page-blog-items > li > .image img {
	display: block;
	max-width: 100%;
}

.news-left.detail {
	float: none;
	width: auto;
}

.blog-page-blog-items > li > h3.date {
	line-height: 125%;
}

.news-left.detail .blog-page-blog-items > li {
	float: none;
	width: auto;
}



/* ---------------------------------------------------------------------------------------------------------------------- */
/* Pager Buttons -------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.lower-pager {
	margin: 15px 0 0 0;
	text-align: right;
	font-size: 14px;
}

.page-buttons {
	display: inline-block;
}

.pager {
	display: inline-block;
	margin: 0 5px;
	color: #000000;
}

.pager.on {
color: #000000;
}

.pager:hover {

}

.pager.pager-next {

}

.page-count {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #cccccc;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Alerts ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.alert,
.good-alert, 
.bad-alert {
	background: #e7ffe6;
	border: 1px solid #beffbb;
	color: #000000;
	margin: 10px 0;
	position: relative;
	z-index: 105;
}

.alert.neutral {
	background: #fffae0;
	border: 1px solid #ffe153;
	margin: 0 0 10px 0;
}

.alert .inside,
.alert-inside {
	margin: 0 auto;
	font-size: 18px;
	padding: 20px 25px 20px 10px;
}

.alert.neutral .inside {
	font-size: 12px;
	padding: 10px;
}

.bad-alert {
	background: #ffe6e6;
	border: 1px solid #ffbbbb;
}

.close-it {
	background: url(/images/icons/hide.png) 0 0 no-repeat;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 56px;
}

.close-it span {
	display: none;
}

.good-alert.fixed, 
.bad-alert.fixed {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	display: none;
	left: 0;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.good-alert.fixed .alert-inside, 
.bad-alert.fixed .alert-inside {
	margin: 0 auto;
	position: relative;
	max-width: 960px;
}


/* ---------------------------------------------------------------------------------------------------------------------- */
/* Miscellaneous -------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.smr { margin-right: 6px; }
.smt { margin-top: 10px; }
.mt { margin-top: 20px; }
.bmt { margin-top: 30px; }

.vsmb { margin-bottom: 4px; }
.smb { margin-bottom: 10px; }
.mb { margin-bottom: 20px; }
.bmb { margin-bottom: 30px; }
.bmr { margin-right: 30px; }

.sml { margin-left: 10px; }

.cb { clear: both; }
.cr { clear: right; }
.cl { clear: left; }
.fr { float: right; }
.fl { float: left; }
.cn { clear: none; }

.tar { text-align: right; }
.tac,th.tac { text-align: center; }
.spt { padding-top: 5px; }
.spr { padding-right: 5px; }
.pt { padding-top: 15px; }
.g { color: #808080; }
.red { color: red; }
.nmr { margin-right: 0; }
.nbg { background: none; }
.gbr { border-right: 1px solid #e8e8e8; }
.dn { display: none; }
.gr { color: green; }
.w { color: #ffffff; }

.small { font-size: 80%; }

.di { display: inline; width: auto; float: none; }
.dib { display: inline-block; }
.db { display: block; }

.uc { text-transform: uppercase; }

.checkbox {	vertical-align: middle; }
th{
	font-family: UNIV-CB, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal; 
}
@media (min-width:1px) and (max-width:420px){
	.hide-mobile{
		display:none;
	}
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* Search Page ---------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
.search-page {

}

.search-page .search-form {

}

.search-page .search-form .search-text {

}

.search-page .search-form .submit {
	float: none;
	margin-top: -2px;
}

.search-page .search-form .submit:hover {

}

.search-page .results-tabs {
	background: #c71c12;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 35px;
	list-style: none;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.search-page .results-tabs li {
	float: left;
	margin-right: 1px;
}

.search-page .results-tabs li a {
	color: #ffffff;
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	opacity: .7;
	filter: alpha(opacity=70);
	padding: 0 15px;
}

.search-page .results-tabs li.selected a,
.search-page .results-tabs li a:hover {
	background: #931008;
	opacity: 1;
	filter: alpha(opacity=100);
}

.search-page .search-results {
	padding: 20px 0;
}

.search-page .search-results p {

}

.search-results .list-items {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Credit Cards ---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.credit-cards {
	float: left;
	margin-left: 20px;
}

.credit-cards .card {
	background: url(/images/icons/credit-card-icons.png) 0 0 no-repeat;
	float: left;
	height: 23px;
	margin-right: 5px;
	opacity: .15;
	filter: alpha(opacity=15);
	width: 37px;
}

.credit-cards .card.active {
	opacity: 1;
	filter:alpha(opacity=100);
}

.credit-cards .visa { background-position: 0 0; }
.credit-cards .mastercard { background-position: 0 -30px; }
.credit-cards .discover { background-position: 0 -60px; }
.credit-cards .amex { background-position: 0 -90px; }

#main-payment-form {
	position: relative;
}

#form-loading {
	background: #ffffff url(/images/icons/loader.gif) 50% 50% no-repeat; 
	bottom: 0;
	left: 0;
	opacity:.5; 
	filter:alpha(opacity=50);
	position: fixed; 
	right: 0;
	top: 0;
	z-index:9999;
}

a[href='/easel/show_book']{ display: none !important; }




/* responsive banner styles */

.marquee.inside img {
    position: relative;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    display: block;
}
.marquee.inside {
    height: auto !important;
    overflow: hidden !important;
}

@media (max-width: 767px){
	.marquee.inside img {
	height: 100px !important;
    object-fit: cover;
	}
}
@media (max-width: 480px){
	.marquee.inside img {
	height: 65px !important;
    object-fit: cover;
	}
}

#apartments2 .marquee-stage a.slide:first-of-type{
  
}
/*
#apartments2 .marquee-stage{
   width: 100% !important; 
        width: 100% !important;
    margin: 0;
    left: 0;
}
#apartments2 .marquee-stage img{
width: 100%;
    height: auto !important;
}*/