/*LESS VARIABLES and MIXINS*/
/*
font-family: 'Lato', sans-serif;
font-family: 'Droid Serif', serif;
p droid serif 14px
h3 heading LATO bold 18
h2 LATO bold 22
nav lato bold 13
*/
/* ---------------
	RESET
---------------*/
html {
  overflow-y: scroll;
  min-height: 100.01%;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear {
  clear: both;
}
/* -------------------
	Setup 
--------------------*/
/* global box-sizing 
*,
*:after,
*:before {
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}*/
/* html element 62.5% font-size for REM use */
html {
  font-size: 100%;
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}
a {
  color: #e8c849;
  text-decoration: none;
}
a:hover {
  color: #006084;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
}
body {
  font: 100%/1.25 'Lato', Helvetica, Arial, Verdana, sans-serif;
  color: #ffffff;
  background-color: #000000;
  font-weight: 400;
}
.left {
  float: left;
  margin: 0 20px 20px 0;
}
.right {
  float: right;
  margin: 0 0 20px 20px;
}
.rounded {
  -webkit-border-radius: 5px 5px 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 5px 5px;
  -moz-background-clip: padding;
  border-radius: 5px 5px 5px 5px;
  background-clip: padding-box;
}
.box-shadow {
  -webkit-box-shadow: 0 1px 7px #666;
  -moz-box-shadow: 0 1px 7px #666;
  box-shadow: 0 1px 7px #666;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
.hang {
  text-indent: -1em;
  margin-left: 1em;
}
.hang-right {
  text-align: right;
}
.hang-right:first-line {
  text-indent: -1em;
}
/*--------------------------------*\
    Scaffolding
\*------------------------------------*/
.hide {
  display: none;
}
#wrapper {
  width: 100%;
  background-color: #000000;
}
.slide {
  position: relative;
  opacity: .7;
  width: 100% !important;
  min-height: 20px;
}
#header-wrapper {
  background-color: #FFF;
  width: 100%;
  position: fixed;
  z-index: 1001;
}
#header {
  position: relative;
  height: 76px;
  width: 1060px;
  margin: 0 auto;
}
#logo {
  position: relative;
  width: 164px;
  height: 76px;
  background: transparent url('../images/logo.jpg') no-repeat;
  float: left;
  margin-left: 20px;
  z-index: 1000;
}
#logo h1 a {
  display: block;
  margin: 0;
  width: 164px;
  height: 76px;
}
#logo h1 {
  text-indent: -9999px;
}
#navigation {
  position: relative;
  height: 45px;
  z-index: 900;
}
/*--------------------------------*\
    Content Panels
#panel-other
	.titlebar-wrapper
		.titlebar
			.titlebar-left
		.titlebar-right

	.content
		.bgimage
		.content-wrapper
			.content-left
				.copy
					h3
					p
			.content-right
				.copy
					h3
					p
bg_b90.png
bg_header.png
bg_w85.png
btn-scolldown.jpg
logo.jpg
\*------------------------------------*/
.titlebar-wrapper {
  position: relative;
  width: 100%;
  background: transparent url('../images/bg_header.png') repeat-y center center;
  min-height: 40px;
  z-index: 1000;
}
.titlebar {
  position: relative;
  width: 1060px;
  margin: 0 auto;
  text-transform: uppercase;
  min-height: 26px;
}
.titlebar h2 {
  font-size: 22px;
  padding-left: 20px;
}
.titlebar-left {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 26px;
  padding: 10px 0;
}
.titlebar-right {
  position: absolute;
  right: 0;
  width: 100%;
  min-height: 26px;
  padding: 10px 0;
}
.cycle-slideshow .captionbar .arrow-play img {
  max-width: 50px !important;
  width: 50px !important;
  height: auto;
}
.cycle-slideshow > div {
  width: 100%;
}
.cycle-slideshow > div img {
  width: 100% !important;
  height: auto;
}
.cycle-slideshow .captionbar-wrapper {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}
.cycle-slideshow .captionbar {
  position: relative;
  width: 1060px;
  margin: 0 auto;
  padding: 20px 0;
  margin-top: 80px;
  background: transparent url('../images/bg_w85.png');
}
.cycle-slideshow .prev,
.cycle-slideshow .next {
  color: #424242;
  font-size: 40px;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 25px;
  left: 20px;
}
.cycle-slideshow .next {
  left: auto;
  right: 20px;
}
.text-play,
.arrow-play {
  cursor: pointer;
  margin-left: 10px;
}
.text-play {
  font-size: 14px;
  font-family: 'Lato', Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  padding-left: 10px;
  vertical-align: middle;
  font-weight: 700;
}
.content {
  position: relative;
  z-index: 900;
  max-width: 100%;
  margin-top: -40px;
  background-size: cover !important;
  background-repeat: none !important;
  background-position: center center !important;
  background-color: #424242;
}
#panel-about2 .content {
  background-image: url('../../../images/photo-about-history.jpg');
}
#panel-other2 .content {
  background-image: url('../../../images/photo-otherinvestments.jpg');
}
#panel-multifamily2 .content {
  background-image: url('../../../images/photo-multifamily.jpg');
}
#panel-senior2 .content {
  background-image: url('../../../images/photo-senior.jpg');
}
#panel-contact2 .content {
  background-image: url('../../../images/photo-contact.jpg');
}
#panel-affiliates2 .content {
  background-image: url('../../../images/photo-affiliates.jpg');
}
.content-wrapper {
  position: relative;
  z-index: 3050;
  max-width: 1060px;
  margin: 0 auto;
}
.content-full {
  width: 90%;
  margin-left: -19px;
}
.content-left {
  width: 50%;
  float: left;
  margin-left: -19px;
}
.content-right {
  width: 50%;
  float: left;
}
.copy {
  padding: 40px 50px 50px 40px;
}
.content-full .copy {
  padding: 40px 50px 0px 40px;
  margin-top: 30px;
}
.light .copy {
  background: transparent url('../images/bg_w85.png');
  margin-bottom: 100px;
  margin-top: 40px;
}
.dark .copy {
  background: transparent url('../images/bg_b90.png');
  margin-top: 25%;
}
#panel-home2 {
  background: #ffffff;
}
#panel-home2 #silos {
  position: relative;
  width: 1060px;
  margin: 0 auto;
  margin-top: -28px;
  z-index: 999;
}
#panel-home2 #silos .silo {
  float: left;
  width: 264px;
  margin-right: 0;
}
#scrolldown {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 120px;
}
#panel-multifamily2 .dark .copy {
  margin-top: 65%;
}
#panel-senior2 .dark .copy {
  margin-top: 90%;
}
#panel-affiliates2 .content-right.light .copy {
  padding-left: 60px;
  padding-right: 80px;
}
#panel-affiliates2 .content-left.light .copy {
  padding-left: 70px;
}
#panel-contact2 .light .copy {
  height: 450px;
  margin-bottom: 0px;
}
.nobg .copy,
.nobg .copy h3 {
  background: none !important;
  color: #ffffff !important;
  margin-top: 30px !important;
}
#panel-staff .copy {
  margin-top: 0px;
  margin-bottom: 20px;
}
#panel-staff .bio {
  display: none;
}
.bio a {
  text-decoration: underline !important;
}

.staff-slide-image {
  border: 1px solid #a2a3a4;
}
#panel-staff .staff-slide-image {
  width: 75px;
  height: 75px;
  overflow: hidden;
  float: left;
  border: 1px solid #a2a3a4;
}
#panel-staff .staff-slide-image img {
  max-width: 75px;
}
#panel-staff .staff-slide-text {
  width: 74%;
  float: right;
}
#panel-staff .staff-slide {
  margin-bottom: 20px;
}
#panel-staff .content-right .copy {
  margin-left: -40px;
  width: 80%;
}
.simplemodal-data .staff-slide-image {
  width: 250px;
  max-width: 250px;
  float: left;
}
.simplemodal-data .staff-slide-image img {
  max-width: 250px;
  height: auto;
}
.simplemodal-data .staff-slide-text {
  float: right;
  width: 460px;
}
#simplemodal-overlay {
  opacity: 0.75 !important;
}
#simplemodal-container {
  background-color: #000 !important;
  border: 1px solid #444 !important;
  padding: 12px !important;
  width: 750px !important;
}
.responsive-vimeo-container-wrapper {
  position: fixed;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  top: -1200px;
  z-index: 1200;
  background-color: #000000;
  background-image: url('../../../images/photo-video-loader.jpg');
  background-size: cover !important;
  background-repeat: none !important;
  background-position: center center !important;
}
.responsive-vimeo-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.responsive-vimeo-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btnVideoCLose {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  background-color: #000000;
  cursor: pointer;
  border-radius: 10px;
  opacity: .9;
  color: #ffffff;
}
#panel-blog .content-left-wrapper {
  float: left;
  width: 60%;
}
#panel-blog .content-right-wrapper {
  position: fixed;
  float: none;
  width: 40%;
  right: 0px;
  height: 100%;
  background-color: #e1e1e1;
}
#panel-blog .content-left {
  padding-bottom: 0px;
  margin-left: 20px;
}
#panel-blog .content-right {
  position: absolute;
  left: 20px;
  top: 50px;
  width: 345px;
}
#panel-blog .content-left {
  width: 90%;
}
#panel-blog .blog .item,
#panel-blog .item-page,
#panel-blog #monthlyarchive {
  padding-top: 20px;
}
#panel-blog .blog .item {
  padding-bottom: 0px;
}
#panel-blog .blog .item p,
#panel-blog .item-page p {
  padding-bottom: 20px;
}
#panel-blog {
  position: relative;
  z-index: 900;
  font-family: 'Droid Serif', 'Times New Roman', Palatino, Georgia, serif;
  font-size: 13px;
  line-height: 150%;
}
#panel-blog h2,
#monthlyarchive h1 {
  color: #e8c849;
  font-size: 26px;
  margin-bottom: 10px;
  font-family: 'Lato', Helvetica, Arial, Verdana, sans-serif;
}
#monthlyarchive h2 {
  display: none;
}
#panel-blog h2 a:hover {
  color: #ffffff;
}
#panel-blog .article-info {
  font-size: 12px;
  font-family: 'Lato', Helvetica, Arial, Verdana, sans-serif;
}
#panel-blog #monthlyarchive span.created_by,
#panel-blog #monthlyarchive span.category_name {
  color: #ffffff;
  font-size: 14px;
  font-style: none;
  font-weight: normal;
}
#panel-blog #monthlyarchive .article a:hover {
  color: #ffffff;
}
#panel-blog .item-image {
  margin: 30px 0 30px 0;
}
#panel-blog .content-right .moduletablerecent,
#panel-blog .content-right .moduletablesearch,
#panel-blog .content-right .moduletablearchive {
  margin: 0px 20px 20px 0;
}
#panel-blog #monthlyarchive div.ma_archives_articles_links {
  border-bottom: none;
}
#panel-blog .content-right .moduletablearchive ol {
  margin: 0px 0px 0px 12px;
}
#panel-blog .content-right .moduletablearchive a {
  margin: 0px 0px 0px 12px;
}
#panel-blog .content-right .moduletablerecent h3,
#panel-blog .content-right .moduletablearchive h3 {
  font-family: 'Lato', Helvetica, Arial, Verdana, sans-serif;
  background-color: #006084;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 15px;
}
#panel-blog .content-right .moduletablerecent ul li,
#panel-blog .content-right .moduletablearchive ul li {
  margin: 5px 15px;
}
#panel-blog .content-right a {
  color: #424242;
}
#panel-blog .content-right a:hover {
  color: #006084;
}
#panel-blog .content-right .moduletablesearch input {
  width: 98%;
  padding: 5px 0px;
}
/*SOCIAL MEDIA*/
.sharerecipe {
  padding-bottom: 20px;
}
.sharerecipe li {
  float: left;
  margin-right: 5px;
}
.sharerecipe a {
  display: block;
  width: 32px;
}
/*--------------------------------*\
    footer
\*------------------------------------*/
/*--------------------------------*\
    MENUS and NAVIGATION
\*------------------------------------*/
ul.menu {
  list-style: none;
  position: absolute;
  font-size: .8em;
  bottom: 0px;
  left: 250px;
}
ul.menu li {
  float: left;
  position: relative;
  text-transform: uppercase;
  line-height: 100%;
}
ul.menu a {
  text-decoration: none;
  float: left;
  color: #8a8a8a;
  white-space: nowrap;
  line-height: 100%;
  padding-right: 15px;
  font-weight: 700;
}
.menu li.active a,
.menu li a:hover {
  color: #006084;
}
.titlebar-right ul.menu {
  list-style: none;
  position: absolute;
  font-size: .8125em;
  bottom: 20px;
  left: 50%;
  right: 5%;
}
.menu li.item-132.active,
.menu li.item-132.current {
  /*	pointer-events: none;*/

}
/*TYPOGRAPHY*/
.copy,
.simplemodal-data {
  font-family: 'Droid Serif', 'Times New Roman', Palatino, Georgia, serif;
  font-size: 13px;
  line-height: 150%;
}
.light .copy a {
  color: #000;
  text-decoration: underline;
}
.copy p,
.simplemodal-data p {
  margin-bottom: 12.5px;
}
.copy h3,
.simplemodal-data h3 {
  font-family: 'Lato', Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
}
#simplemodal-container .simplemodal-data h4 a {
  font-family: 'Lato', Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  text-transform: normal;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #e8c849;
  pointer-events: none;
  cursor: default;
}
.copy h3:first-child {
  margin-top: 0px;
}
.light .copy h3 {
  color: #006084;
}
.dark .copy h3 {
  color: #e8c849;
}
.dark .copy {
  color: #ffffff;
}
.light .copy {
  color: #000000;
}
.nobg .copy a {
  color: #e8c849;
  text-decoration: none;
}
.item-page a:hover,
.nobg .copy a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#panel-news .copy h4 {
  color: #e8c849;
  font-size: 1.125em;
  font-family: 'Lato', Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  margin-top: 40px;
}
#panel-news .copy h4:first-child {
  margin-top: 0px;
}
#panel-news .createddate,
#panel-news .location {
  font-family: 'Lato', Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.125em;
}
#panel-news .createddate {
  margin-bottom: 0px;
}
.copy ul {
  margin-left: 20px;
}
.copy li {
  list-style-type: disc;
}
.copy li {
  list-style-type: disc;
}
.cycle-slideshow .captionbar {
  text-align: center;
  font-family: 'Droid Serif', 'Times New Roman', Palatino, Georgia, serif;
  font-size: 40px;
  color: #424242;
}
.cycle-slideshow .captionbar .strong {
  font-weight: 700;
  color: #006084;
}
.cycle-slideshow .captionbar .active {
  color: #006084;
  font-weight: 700;
}
.cycle-slideshow .captionbar.isMobile {
  font-size: 1.75em;
}
#panel-home2 #silos {
  color: #424242;
}
.silo h3 {
  color: #a5a5a5;
  background-color: #424242;
  text-transform: uppercase;
  border-right: 1px solid #8a8a8a;
  display: block;
  font-size: 14px;
  padding: 5px 0 5px 20px;
  cursor: pointer;
}
.silo h3.active {
  color: #a5a5a5;
}
.onMobile .silo h3.active {
  color: #000000;
}
.onDesktop .silo h3.active {
  color: #e8c849;
}
.silo div {
  font-family: 'Droid Serif', 'Times New Roman', Palatino, Georgia, serif;
  width: 80%;
  line-height: 150%;
  font-size: 14px;
  padding: 5px 5px 5px 20px;
}
.silo div a {
  text-transform: lowercase;
  color: #2f654e;
  font-weight: 700;
  font-style: italic;
}
.silo div a:hover {
  text-decoration: underline;
}
.silo.four h3 {
  border-right: none;
}
ul.menu a.current,
ul.menu a.nav-button:hover {
  color: #006084;
}
#panel-about,
#panel-senior,
#panel-multifamily,
#panel-other,
#panel-affiliates,
#panel-contact {
	/*position: absolute;
	top: -70px;
	*/
}

/*--------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.isMobile {
  display: none;
}
.isDesktop {
  display: block;
}
.isDesktop.hide {
  display: none;
}
.isTablet {
  display: none;
}
@media only screen and (min-width: 120px) and (max-width: 1024px) {
  .isMobile {
    display: block;
  }
  .isMobile.hide {
    display: none;
  }
  span.isMobile {
    display: inline;
  }
  .isDesktop {
    display: none;
  }
  .isTablet {
    display: none;
  }
  body {
    color: #424242;
  }
  #header {
    width: 100%;
  }
  #logo {
    margin-top: 10px;
    width: 123px;
    height: 57px;
    background-size: cover;
  }
  #logo h1 a {
    width: 123px;
    height: 57px;
  }
  #btnUtility {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  #btnMenu,
  #btnContact {
    float: right;
    color: #8a8a8a;
    cursor: pointer;
    text-transform: uppercase;
  }
  #btnMenu {
    margin-left: 10px;
  }
  #btnMenu:hover,
  #btnContact a:hover {
    color: #006084;
  }
  #btnContact a {
    color: #8a8a8a;
  }
  #btnContact {
    text-align: right;
  }
  #wrapper {
    position: relative;
    z-index: 100;
  }
  #navigation-mobile {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #006084;
    top: 76px;
    left: 0;
    display: none;
  }
  #navigation-mobile ul.menu {
    bottom: auto;
    left: auto;
    position: relative;
    margin-left: 20px;
  }
  #navigation-mobile ul.menu li {
    margin: 10px 0;
  }
  #navigation-mobile ul.menu li,
  #navigation-mobile ul.menu li a {
    float: none;
    color: #ffffff;
  }
  .silo {
    border-bottom: 1px solid #e5e5e5;
  }
  .silo h3 {
    background-color: #ffffff;
    padding: 10px 0 10px 20px;
    cursor: pointer;
    color: #424242;
  }
  .silo h3.active {
    cursor: pointer;
  }
  .silo.four h3 {
    padding-bottom: 10px;
  }
  .silo.two h3,
  .silo.four h3 {
    background-color: #e5e5e5;
  }
  #panel-about2 .mobileMenu ul.menu {
    position: relative;
    bottom: auto;
    left: 0;
    padding: 0px 20px;
    background-color: #e8c849;
    height: auto;
  }
  #panel-about2 .mobileMenu ul.menu li {
    float: none;
    padding: 8px 0px 8px 0;
  }
  #panel-about2 .mobileMenu ul.menu li a {
    cursor: pointer;
    float: none;
  }
  #panel-home2 #silos {
    margin: 0px auto 0;
    width: 100%;
  }
  #panel-home2 #silos .silo {
    float: none;
    width: 100%;
  }
  .cycle-slideshow .captionbar {
    margin: 20px auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
  }
  .cycle-slideshow .captionbar .arrow-play img {
    height: auto;
    width: 35px !important;
  }
  .cycle-slideshow .prev,
  .cycle-slideshow .next {
    top: 5px;
  }
  .titlebar-wrapper {
    background: none;
    min-height: 0 !important;
  }
  .titlebar {
    width: 100%;
    padding: 0px !important;
  }
  .titlebar .clear {
    display: none;
  }
  .titlebar-right {
    height: auto !important;
    position: relative;
    right: auto;
    display: none;
    padding: 0px !important;
  }
  .titlebar-left {
    left: auto;
    position: relative;
    top: auto;
    background: url("../images/bg_b90.png") repeat scroll 0 0 transparent;
    padding: 0px;
  }
  .titlebar h2 {
    color: #ffffff;
    display: inline;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .content-wrapper {
    padding-top: 20px;
  }
  .content-right {
    float: none;
    width: 100%;
  }
  .content-left {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
  .light .copy,
  .dark .copy {
    background: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    color: #424242 !important;
    padding: 0px 20px 0px 20px  !important;
  }
  .content {
    background: none! important;
    background-color: #ffffff ! important;
    margin-top: 0px;
  }
  .nobg .copy,
  .nobg .copy h3 {
    color: #424242 !important;
    margin-top: 0px !important;
  }
  .item-page a:hover,
  .nobg .copy a:hover {
    color: #424242;
  }
  #panel-contact2 .light .copy {
    height: auto;
    margin-bottom: 0px !important;
  }
  #panel-blog .content-right-wrapper {
    height: auto;
    position: relative;
    float: none;
    clear: both;
    width: 100%;
  }
  #panel-blog .content-right {
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
  }
  #panel-blog .content-left-wrapper {
    float: none;
    clear: both;
    width: 100%;
  }
  #panel-blog .content-right .moduletablerecent,
  #panel-blog .content-right .moduletablesearch,
  #panel-blog .content-right .moduletablearchive {
    width: 100%;
    margin: 0;
  }
  body #panel-blog {
    color: #ffffff !important;
  }
  .panelImage.isMobile {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 900;
    max-width: 100%;
    background-size: cover !important;
    background-repeat: none !important;
    background-position: center center !important;
    background-color: #424242;
    margin-top: 0;
  }
  #panel-about2 .panelImage.isMobile {
    background-image: url('../../../images/photo-about-history-600.jpg');
  }
  #panel-other2 .panelImage.isMobile {
    background-image: url('../../../images/photo-otherinvestments-600.jpg');
  }
  #panel-multifamily2 .panelImage.isMobile {
    background-image: url('../../../images/photo-multifamily-600.jpg');
  }
  #panel-senior2 .panelImage.isMobile {
    background-image: url('../../../images/photo-senior-600.jpg');
  }
  #panel-contact2 .panelImage.isMobile {
    background-image: url('../../../images/photo-contact-600.jpg');
  }
  #panel-affiliates2 .panelImage.isMobile {
    background-image: url('../../../images/photo-affiliates-600.jpg');
  }
  #panel-staff .content-right .copy {
    margin-left: 0px;
    width: 100%;
  }
  .responsive-vimeo-container-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .content-right.dark .copy h3,
  .content-right.light .copy h3 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1060px) {
  .isMobile {
    display: none;
  }
  .isTablet {
    display: block;
  }
  .isDesktop {
    display: block;
  }
  #header {
    width: 100%;
  }
  ul.menu {
    font-size: 0.75em;
    right: 12px;
    right: auto;
  }
  ul.menu a {
    padding-right: 12px;
  }
  #logo {
    margin-top: 10px;
    width: 123px;
    height: 57px;
    background-size: cover;
  }
  #logo h1 a {
    width: 123px;
    height: 57px;
  }
  #panel-home #silos .silo {
    width: 49%;
  }
  .cycle-slideshow .captionbar {
    margin: 20px auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
    font-size: 1.75em;
  }
  .cycle-slideshow .prev,
  .cycle-slideshow .next {
    font-size: 32px;
    top: 10px;
  }
  #panel-home #silos {
    width: 100%;
  }
  .titlebar-right ul.menu {
    left: 40%;
    right: 15%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 970px) {
  
}
@media only screen and (min-width: 660px) and (max-width: 1040px) {
  /*tablet portrait to fullsize min for home page
  		shrink nav and shift left column to content area
  	*/
}
@media only screen and (min-width: 660px) and (max-width: 820px) {
  
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  
}
@media only screen and (min-width: 1024px) {
  
}
@media only screen and (min-width: 1140px) {
  
}
@media only screen and (min-width: 1280px) {
  
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  
}
/*--------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
