/*
Theme Name: Whitestone
Author: Swagger
Author URI: http://swaggeragency.com/
Description: This is the theme for Swagger Agency
Version: 1.0
*/

/*--General--*/
* {
  z-index: 5;
}

body {
  font: 16px/24px 'Ricardo Regular';
  letter-spacing: 0.02em;
  color: #494b50;
  background-image: url(./media/bg.png);
  background-position: top;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
	height:100%;
}

a:hover {
  text-decoration: none;
  color: unset;
}
:focus,
a:focus {
  outline: none;
}
.featured-title {
  font: 110px/120px 'Fjalla One';
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
a {
  color: #494b50;
}
h1,
.head1 {
  font: 90px/95px 'Fjalla One';
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
h2,
.head2 {
  font: 64px/72px 'Fjalla One';
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
h3,
.head3 {
  font: 48px/60px 'Fjalla One';
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
h4,
.head4 {
  font: 36px/36px 'Ricardo Bold';
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
h5,
.head5 {
  font: 32px/32px 'Fjalla One';
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
}
h6,
.head6 {
  font: 18px/20px 'Ricardo Bold';
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
h6.italics,
.head6-italics {
  font: 18px/20px 'Ricardo boldItalic';
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

p.small-p,
.small-p p {
  font: 12px 'Ricardo Regular';
  letter-spacing: 0.05em;
}
.tiny-p,
p.tiny-p,
.tiny-p p {
  font: 14px/18px 'Ricardo Bold';
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
p.meta-p,
.meta-p p,
.buttons,
.button {
  font: 14px/18px 'Ricardo BoldItalic';
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.front400 {
  font: 20px/24px 'Ricardo Regular';
  line-height: 1.2;
  letter-spacing: 0.4px;
}
.buttons,
.button {
  padding: 15px 20px;
}
.nav-bar {
  font: 20px/25px 'Fjalla One';
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0px 2px 8px rgba(41, 75, 165, 0.2);
  background: #fff;
}
.nav-bar li {
  list-style-type: none;
  text-align: center;
  display: inline-block;
  padding: 15px 20px;
}
.nav-bar a,
.nav-bar a:hover {
  color: #494b50;
}
.sub-nav-bar {
  font: 14px/18px 'Ricardo Bold';
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.text-blue,
.text-blue:hover,
.text-blue :hover {
  color: #002f87;
}
h2.text_blue_mod {

    margin-bottom: -58px;
}
.text-yellow {
  color: #c2d500;
	margin-bottom: 0.2rem;
}
a.text-yellow,
.text-yellow a:hover {
  color: #c2d500;
}
.text-yellow.bordered {
  border: 3px solid #c2d500;
}
a.text-yellow .text-yellow a:hover {
  color: #c2d500;
}
.text-white,
.text-white a {
  color: #fff;
}
.bg-dark {
  background-color: #494b50;
}
.bg-grey {
  background-color: #494b50;
}
.bg-blue {
  background-color: #000b8c;
}
.highlight-yellow {
  position: relative;
  display: inline-block;

}
.highlight-yellow:after {
  content: none;
  height: 100%;
  width: 70px;
  position: absolute;
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIgAAAB4CAYAAAApKLpLAAAAGXRFW…AnkHYs8AmkEwt8AmnFAp9AWrHAJ5BWLPAJpBML/IT+CDAAmF8hQDzPBtwAAAAASUVORK5CYII=);*/
  background: url(./media/h2_bg@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  right: -44px;
}
.vh100 {
  min-height: 100vh !important;
  /*	position: relative;*/
}
.vh75 {
  min-height: 75vh !important;
}
.vh50 {
  min-height: 50vh !important;
}
.vh25 {
  min-height: 25vh !important;
}
/*.vh100 > div:first-child{
	position: absolute;
}*/
.full-bg {
  background-size: cover;
  background-position: 50% 50%;
}

.video-player-full {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
}
.video-player-full video {
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
}
.video-player video {
  display: block;
  width: 100%;
  position: relative;
}

.video-player-button-prev {
  position: absolute;
  top: 50%;

  max-width: 82px;
  cursor: pointer;
}

.video-player-button-next {
  position: absolute;
  top: 50%;

  max-width: 82px;
  cursor: pointer;
}
.video-player .play-icon {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 82px;
  cursor: pointer;
}

.video-player .active {
}

.video-player .hidden {
  display: none;
}

a .button.gradient-blue,
a.button.gradient-blue,
.button.gradient-blue {
  background-image: linear-gradient(120deg, #0c0060, #0043c1);
  background: #0c0060; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0c0060 0%, #0043c1 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #0c0060 0%,
    #0043c1 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #0c0060 0%,
    #0043c1 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e29a5', endColorstr='#454acf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  border-radius: 3px;
}
.yellow-prev,
.yellow-next {
  position: absolute;
  top: 50%;
  width: 69px;
  height: 55px;
  margin-top: -27.5px;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.yellow-prev {
  background-image: url(./media/Group-704.png);

}
@media only screen and (max-width: 586px) {
/* .yellow-prev {
  background-image: url(./media/small_left.png);
  } */
  .home-feat-swiper-button-prev.yellow-prev {
    background-image: url(./media/Group-704.png);
}
}
.yellow-next {
  background-image:  url(./media/Group-703.png);
  right: 0px;
}
.logo-nav {
  display: inline-block;
}
.logo-nav img {
  width: 45px;
}

/*--HOMEPAGE--*/
section.home-banner {
  position: relative;
  background-color: white;
}
.home-banner video {
  width: 100%;
  /*height: 100%;*/
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
}
.home-overlay {
  background: #494b50;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
}
.blue-slant {
  background: #002f87;
  position: absolute;
  left: 30%;
  height: 100%;
  width: 100%;
  opacity: 0.75;
  -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);
}
.home section {
  position: relative;
}
img.home-banner-logo {
  width: 355px;
  height: auto;
  max-width: 100%;
  margin-bottom: 100px;
  border: none;
}
.home-banner-text {
  width: 100%;
  max-width: 1160px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

a.home-cta {
  padding: 15px 20px;
  border: 3px solid #fff;
}
.home .nav-bar {
  margin-top: -80px;
  position: -webkit-sticky;
  position: sticky;
}
.home-about-top h2 {
  margin-bottom: 0px;
}
.home-about-top p {
  margin: 20px 0px 20px 0px;
  padding: 0px;
}
a.home-about-cta {
  display: inline-block;
  padding: 15px 20px;
  margin-top: 20px;
}

.about-blurb-container {
  background-color: #fff;
  border-top: 8px solid #c2d500;
  padding: 20px;
}

#about {
  height: 50vh;
  display: flex;
  align-items: flex-end;
}

.about-blurb-container h5 {
  display: inline-block;
  position: relative;
}
.about-blurb-container h5:after {
  content: '+';
  position: absolute;
  right: -25px;
}
.about-blurb-info {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.7s ease;
}
.about-blurb-container:hover .about-blurb-info {
  max-height: 300px;
}
.about-blurb-container:hover h5:after {
  content: '-';
}
a.home-about-blurb-cta {
  border: 1px solid #2e29a5;
  font-size: 13px;
  border-radius: 3px;
  padding: 15px 20px;
  display: inline-block;
  transition: all 0.3s ease;
}
a.home-about-blurb-cta:hover {
  color: #fff;
  background: #2e29a5;
}
section.home-community {
  position: relative;
}
.home-community .container-fluid {
  position: relative;
}
a.home-community-cta,
a.feat_prop_cta {
  display: inline-block;
  padding: 15px 20px;
  margin-top: 20px;
  border: 3px solid #c2d500;
}

.home-community-logos img {
  max-width: 120px;
}
.home-community,
.small-p {
  font-size: 12px;
  line-height: 12px;
}
.home-community .home-blue-gradient {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e29a5+0,2e29a5+100&0+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(46, 41, 165, 0) 0%,
    rgba(46, 41, 165, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 47, 135, 0) 0%,
    rgba(0, 47, 135, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(46, 41, 165, 0) 0%,
    rgba(46, 41, 165, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e29a5', endColorstr='#2e29a5',GradientType=0 ); /* IE6-9 */
  opacity: 0.85;
}
.home-testimonial {
  position: relative;
  background-image: linear-gradient(
      to bottom,
      rgba(159, 166, 185, 0.2) 0%,
      rgba(159, 166, 185, 0.4) 100%
    ),
    url(/wp-content/uploads/2019/05/HomePage_Woman_Fliped-Image_1290.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50%;
  background-color: white;
  background-repeat: no-repeat;
  z-index: 1;
  min-height: 60vh;
}

.home-testimonial .inner {
  position: fixed;
  top: 50%;
}

.home-testimonial .inner p:first-of-type {
  font: 32px/40px 'Ricardo SemiBoldItalic';
  letter-spacing: 0.02em;
}

.home-featured-properties .swiper-container {
  width: 100%;
  height: 100%;
}
.home-featured-properties .swiper-slide {
  min-height: 100vh;
  height: 100%;
  text-align: center;
  position: relative;
  /* Center slide text vertically */
  /*	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;*/
  background-size: cover;
  background-position: center center;
}
.home-featured-properties .swiper-slide .feat-loc-gradient {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002f87+0,002f87+100&0.4+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 47, 135, 0.4) 0%,
    rgba(0, 47, 135, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 47, 135, 0.4) 0%,
    rgba(0, 47, 135, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 47, 135, 0.4) 0%,
    rgba(0, 47, 135, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66002f87', endColorstr='#002f87',GradientType=0 ); /* IE6-9 */
  transition: all 1s ease;
}
.feat-loc-slide-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  /*	display: flex;
	justify-content: center;
	align-items: center;*/
}
.feat-loc-slide-info h6,
.feat-loc-slide-info p {
  margin-bottom: 40px;
}
.feat-loc-slide-info a {
  display: inline-block;
}
.home-featured-properties .swiper-slide:hover .feat-loc-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002f87+0,002f87+100&0+20,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 47, 135, 0) 0%,
    rgba(0, 47, 135, 0) 20%,
    rgba(0, 47, 135, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 47, 135, 0) 0%,
    rgba(0, 47, 135, 0) 20%,
    rgba(0, 47, 135, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 47, 135, 0) 0%,
    rgba(0, 47, 135, 0) 20%,
    rgba(0, 47, 135, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00002f87', endColorstr='#002f87',GradientType=0 ); /* IE6-9 */
}

.home-investor-links {
}
.home-investor-links img {
  max-width: 64px;
  margin-bottom: 20px;
}
.home-investor-links h6 {
  margin-bottom: 0;
	color: #002f87;
}
.home-quote:before {
  background: url(./media/blueQuote.png);
  position: absolute;
  top: -15px;
  left: -10px;
  height: 73px;
  width: 29px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
}
h2#home_lease {
  margin-top: 0%;
}
section.home-communities {
  padding: 80px 0px;
  background: url(./media/bg.png);
}
.home-communities h2 {
  margin-bottom: 30px;
}
/*.com-loc-slide-info h5 {
    min-height: 65px;
}*/
.home-com-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding-bottom: 60%;
  margin-bottom: 15px;
  background-color: #efefef;
}
.home-com-image span {
  position: absolute;
  background: #fff;
  padding: 5px 10px;
  font: 12px/15px 'Ricardo Bold';
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 54%;
}
.home-com-swiper-container {
  position: relative;
}
.home-communities .swiper-container {
  width: 100%;
  height: 100%;
}
.home-com-swiper-button-next,
.home-com-swiper-button-prev {
  position: absolute;
  top: 20%;
  color: red;
  font-size: 24px;
}
.home-com-swiper-button-next {
  right: 0;
}
.home-filters-container {
  position: absolute;
  top: -80px;
  right: 15px;
  display: inline-flex;
  align-items: baseline;
}
.home-filters-container .button {
  margin-left: 20px;
  border: 3px solid #2e29a5;
  cursor: pointer;
}
.home-filters-container .button.active {
  background: #fff;
  color: #2e29a5;
}
/*  Home blurb border and link color          */
a.read_me_btn {
  border-color: #2e29a5;
  color: #2e29a5;
}
/*--PAGES--*/
section.page-header {
  height: 550px;
  background: #d6d6d6;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
@media only screen and (max-width: 500px) {
section.page-header {
    height: 300px;
    background: #d6d6d6;
    background-size: cover;
    background-position: 55% 62%;
    position: relative;
    background-repeat: no-repeat;
    background-position: 80%;
}
}
section.page-header .head1 {
  color: #c2d500;
}
.page-template-ourTeam section.page-header .head1,
.page-template-template-story section.page-header .head1,
.page-template-template-culture section.page-header .head1,
.page-template-template-careers section.page-header .head1 {
  color: #002f87;
}

.page-sub-menu p,
.page-sub-menu li {
  letter-spacing: 0.02em;
  margin-bottom: 0px;
  padding: 20px 0px;
  text-transform: uppercase;
}
.page-sub-menu li {
  display: inline-block;
  padding: 20px 20px;
}
.page-sub-menu .current-menu-item a {
  text-decoration: underline;
}
.sub-menu-dark {
  background-color: #002f87;
}
.sub-menu-dark:before {
  background: #002f87;
  width: 300%;
  left: -300%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
}
.sub-menu-dark:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-right: 38px solid #0043c1;
  border-bottom: 58px solid transparent;
}
@media only screen and (max-width: 1199px) {
.sub-menu-dark:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-right: 0px solid #0043c1;
    border-bottom: 58px solid transparent;
}
}
.sub-menu-light {
  background-color: #0043c1;
  width: 100%;
}
.col.sub-menu-light:after {
  background: #0043c1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  content: '';
  display: block;
}
.col.without-sub-menu-light:after {
  content: none;
}

.hero-clip {
  -webkit-clip-path: polygon(0 0, 70% 0, 41% 100%, 0% 100%);
  clip-path: polygon(0 0, 70% 0, 41% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.85;
	background:#002f87;
	opacity: 0.85;
}

/*- ALL HERO CLIPS COLORS -*/

.page-template-template-story .hero-clip,
.page-template-template-culture .hero-clip,
.page-template-template-careers .hero-clip {
  background: #c2d500;
  opacity: 0.75;
}

.page-template-template-featured-properties .hero-clip,
.page-template-template-community-story .hero-clip {
  background: #002f87;
  opacity: 0.75;
}
.page-template-template-contact .hero-clip {
  background: #9fa6b9;
  opacity: 0.75;
}
.page-template-template-community-story .hero-clip {
  background: #002f87;
  opacity: 0.75;
}
/*ACQUSITION PAGE HERO CLIP*/
.page-template-template-acquisitions .hero-clip,
.page-template-template-culture .hero-clip,
.page-template-template-careers .hero-clip {
  background: #1e1e1e;
  opacity: 0.75;
}
.page-template-ourTeam .hero-clip,
.page-template-template-culture .hero-clip,
.page-template-template-careers .hero-clip {
  background: #c2d500;
	opacity:0.75;
}
.page-template-template-financing .hero-clip  {
    background: #1e1e1e;
    opacity: 0.75;
}

/*--Our Story--*/
.intro-story {
}
.dist_quote p.text-blue {
  font: 32px/40px 'Ricardo regular';
  letter-spacing: 0.02em;
}
.dist_quote-container {
}
.dist_quote {
  position: relative;
}
.dist_quote:before {
  background: url(./media/greenquote.png);
  position: absolute;
  height: 95px;
  width: 80px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  left: -5%;
  top: -17%;
}
@media only screen and (max-width: 786px) {
  .dist_quote:before {
    height: 50px;
    left: -0%;
	}
}
/*.dist_quote_mobile:before {
  background: url(/wp-content/uploads/2019/02/“.png);
  position: absolute;
  top: -110px;
  left: 12px;
  height: 40px;
  width: 80px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
} */
section.distinctives {
  position: relative;
  background-color: rgba(230, 229, 237, 0.65);
  background-size: contain;
  background-repeat: no-repeat;
}
.distinctives h3 {
  letter-spacing: 0.04em;
  margin-bottom: 20px;
	line-height: 1.2;
}
.dist-bg {
}
.dist-item {
}
.dist-item p {
}

.dist-item img {
  max-width: 100%;
}
.dist-item:last-of-type {
  margin-bottom: 0px;
}
.story-video-player {
  position: relative;
}
.story-video-player .video-player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;

}

#facade-video {
  background-image:
  linear-gradient(
    to bottom,
    rgba(46, 41, 165, 0.8),
    rgba(46, 41, 165, 0.8)
  ),
  url("/wp-content/uploads/2019/05/Facade_Still.jpg") !important;

 background-image:
    -moz-linear-gradient(
    to bottom,
    rgba(46, 41, 165, 0.4),
    rgba(46, 41, 165, 0.2),
  ),
  url("/wp-content/uploads/2019/05/Facade_Still.jpg") !important;

 background-image:
    -webkit-linear-gradient(
    to bottom,
    rgba(46, 41, 165, 0.4),
    rgba(46, 41, 165, 0.2),
  ),
  url("/wp-content/uploads/2019/05/Facade_Still.jpg") !important;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662e29a5', endColorstr='#2e29a5',GradientType=0 ); /* IE6-9 */

 background-size: cover;
}

#rise-video {
  background-image:
  linear-gradient(
    to bottom,
    rgba(46, 41, 165, 0.8),
    rgba(46, 41, 165, 0.8)
  ),
  url("/wp-content/uploads/2019/05/Rise_Still.jpg") !important;

 background-image:
    -moz-linear-gradient(
    to bottom,
    rgba(46, 41, 165, 0.4),
    rgba(46, 41, 165, 0.2),
  ),
  url("/wp-content/uploads/2019/05/Rise_Still.jpg") !important;

 background-image:
    -webkit-linear-gradient(
    to bottom,
    rgba(46, 41, 165, 0.4),
    rgba(46, 41, 165, 0.2),
  ),
  url("/wp-content/uploads/2019/05/Rise_Still.jpg") !important;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662e29a5', endColorstr='#2e29a5',GradientType=0 ); /* IE6-9 */

 background-size: cover;
}
#hr_video {
  background-image:
  linear-gradient(
    to bottom,
    rgba(46, 41, 165, 0.8),
    rgba(46, 41, 165, 0.8)
  ),
  url("/wp-content/uploads/2019/05/HR-Couple.jpg") !important;

 background-image:
    -moz-linear-gradient(
    to bottom,
    rgba(46, 41, 165, 0.4),
    rgba(46, 41, 165, 0.2),
  ),
  url("/wp-content/uploads/2019/05/HR-Couple.jpg") !important;

 background-image:
    -webkit-linear-gradient(
    to bottom,
    rgba(46, 41, 165, 0.4),
    rgba(46, 41, 165, 0.2),
  ),
  url("/wp-content/uploads/2019/05/HR-Couple.jpg") !important;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662e29a5', endColorstr='#2e29a5',GradientType=0 ); /* IE6-9 */

 background-size: cover;
}
#trejos {
  background-image:
  linear-gradient(
    to bottom,
    rgba(46, 41, 165, 0.8),
    rgba(46, 41, 165, 0.8)
  ),
  url("/wp-content/uploads/2019/05/Trejos_Still.jpg") !important;

 background-image:
    -moz-linear-gradient(
    to bottom,
    rgba(46, 41, 165, 0.4),
    rgba(46, 41, 165, 0.2),
  ),
  url("/wp-content/uploads/2019/05/Trejos_Still.jpg") !important;

 background-image:
    -webkit-linear-gradient(
    to bottom,
    rgba(46, 41, 165, 0.4),
    rgba(46, 41, 165, 0.2),
  ),
  url("/wp-content/uploads/2019/05/Trejos_Still.jpg") !important;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662e29a5', endColorstr='#2e29a5',GradientType=0 ); /* IE6-9 */

 background-size: cover;
}
.cornerstone-item img {
  max-width: 48px;
}
.cornerstone-item h6 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.culture-gallery,
.careers-gallery {
}
/*
section.culture-description,
section.careers-description {
  position: relative;
  background-color: rgba(159, 166, 185, 0.2);
} */
section.culture-description::before {
    content: '';
    position: absolute;
    top: -230px;
    width: 100%;
    /* padding-bottom: 230px; */
    background-color: rgba(159, 166, 185, 0.2);
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 50%, 186% 0, 100% 100%, 0% 100%);
    /* bottom: 534px; */
    height: 988px;
}
@media only screen and (max-width: 769px) {
 section.culture-description::before {
    content: '';
    position: absolute;
    top: -300px;
    width: 100%;
   
    background-color: rgba(159, 166, 185, 0.2);
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 50%, 186% 0, 100% 100%, 0% 100%);
    /* bottom: 534px; */
    height: 1006px;
}
}

section.culture-description, section.careers-description {
    position: relative;

}

section.culture-description-mobile:before {
  content: '';
  position: absolute;
  top: -400px;
  width: 100%;
  height: 400px;
  padding-bottom: 230px;
  background-color: rgba(159, 166, 185, 0.2);
  -webkit-clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
}
section.careers-description-mobile:before {
  content: '';
  position: absolute;
  top: -380px;
  width: 100%;
  height: 380px;
  padding-bottom: 230px;
  background-color: rgba(159, 166, 185, 0.2);
  -webkit-clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 17%, 100% 0, 100% 100%, 0% 100%);
}

.culture-container,
.careers-container {
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 18%;
}

/* .culture-content {
  padding-top: 90px;
  padding-bottom: 90px;
} */
.culture-gallery img,
.careers-gallery {
  max-width: 100%;
}
.culture-quote {
  margin-left: 60%;
	margin-bottom: 40px;
}
@media only screen and (max-width: 500px) {
.culture-quote {
    margin-left: 60%;
    margin-bottom: 40px;
    max-width: 50%;
}
}

.culture-quote p.quote-text {
  font: 14px/26px 'Ricardo semibolditalic';
  letter-spacing: 2.2px;
	    max-width: 210px;
}

.nice-lady-quote {
  height: 400px;

}
@media screen and (max-width: 500px){
.nice-lady-quote {
    height: 250px;
    background-size:250px;
}
}
.culture-quote-pic {
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
}
.culture-quote:before {
  background: url(./media/blueQuote.png);
  position: absolute;
  top: -7px;
  left: -5px;
  height: 45px;
  width: 19px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
}
.culture-quote-mobile:before {
  background: url(./media/quote_sm@2x.png);
  position: absolute;
  top: 69px;
  left: -23px;
  height: 31px;
  width: 11px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
}

.culture-benefits img {
  max-width: 48px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.culture-benefits h6 {
  display: inline-block;
  vertical-align: sub;
}
.career-item {
  margin-top: 60px;
}
.career-item h6 {
  position: relative;
  display: inline-block;
}
.career-item h6:before {
  content: '';
  background: #C2D500;
  height: 10px;
  width: 100%;
  display: block;
  position: absolute;
  top: 10px;
  z-index: -1;
}
.career-loc img {
  max-width: 17px;
  float: left;
  margin-right: 10px;
}
.careers-container {
}
.careers-container h3 {
  margin-bottom: 40px;
}
#job_titles {
  padding-bottom: 10%;
}
h2#header_two {
}

#dream_team {
  margin-top: 5%;
}

#dream_team_mobile {
  display: none;
}

/*--Community Story--*/
#head_1 {
  padding-top: 0%;
}
.com_quote-image {
  padding-top: 2%;
}
.com_quote-image img {
  max-width: 100%;
}
.com_test-title {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-clip-path: polygon(0 0, 85% 0%, 100% 101%, 15% 101%);
  clip-path: polygon(0 0, 85% 0%, 100% 101%, 15% 101%);
}
@media only screen and (max-width: 786px) {
  .com_test-title p {
    font-size: 10px;
    color: #fff;
  }
  .com_test-title.active {
    clip-path: none;
    background: #e6e5ed !important;
  }
  .com_test-title.active p {
    color: #494b50;
  }
}

.com_test-title.active {
  background: #fff;
  color: initial;
}

.com_test-title.active h6 a {
  color: #002f87;
}

.com_test-title .title-read {
  margin-left: -20px;
  margin-bottom: 5px;
}
.com_test-title h6 {
  margin-bottom: 5px;
  color: #e6e62e;
}
.active .com_test-title h6 {
  color: #2e29a5;
}
.com_test-title .title-story {
  margin-left: 20px;
  margin-bottom: 0px;
}
#person2,
#person3,
#person4,
#person5 {
  display: none;
}

@media only screen and (max-width: 786px) {
  #person1,
  #person2,
  #person3,
  #person4,
  #person5 {
    display: none !important;
  }
}
#person1-mobile,
#person2-mobile,
#person3-mobile,
#person4-mobile,
#person5-mobile {
  display: none;
}

@media only screen and (max-width: 786px) {
  #person1-mobile {
    display: flex;
    background: #fff;
    min-width: 320px;
    min-height: 400px;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 25px;
	padding-right: 25px;
    overflow: hidden;
  }

  #person2-mobile,
  #person3-mobile,
  #person4-mobile,
  #person5-mobile {
    display: none;
    background: #fff;
    min-width: 320px;
    min-height: 310px;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 25px;
	padding-right: 25px;
    overflow: hidden;
  }

  .story-mobile-title h6 {
    margin-top: 1rem;
    font-size: 21px;
    color: #002f87;
    letter-spacing: 1.6px;
    text-align: left;
    line-height: 14px;
  }
  .story-mobile-title p {
    font-size: 10px;
    color: #9fa6b9;
    letter-spacing: 1.2px;
    text-align: left;
    line-height: 14px;
  }
  .stories-mobile-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .stories-mobile-box p {
    font-size: 13px;
    letter-spacing: 0.24px;
    /*flex: 1 1 66%; */
    width: 100%;
  }

  .stories-mobile-box-image {
    flex: 1 1 31%;
    padding-right: 15px;
  }
}

.com_test_name_link {
  color: #e6e62e;
}
.com_stories_feat_container {
  position: relative;
}
.com_story_feat_property .container {
  position: relative;
  /*height: 360px;*/
}
.com_story_feat_property img {
  max-width: 100%;
  height: 185px;
  margin-bottom: 20px;
  display: inline;
  background-repeat: no-repeat;
  background-size: cover;
}
.com_story_logos_slider {
  background: #9fa6b9;
}
#logo_slider_home{
	background-color:rgba(0, 0, 0, 0);
}
.com_story_logos_slider .swiper-container {
  margin-top: 50px;
  margin-bottom: 20px;
}
.com_story_logos_slider .swiper-wrapper {
  margin-bottom: 60px;
}
.com_story_logos_slider .swiper-slide img {
  max-width: 100%;
}
.com_story_logos_slider .swiper-slide {
  padding: 0px 20px;
}
.com_story_logos_slider .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid white;
  opacity: 1;
  height: 10px;
  width: 10px;
}
.com_story_logos_slider .swiper-pagination-bullet-active {
  background: white;
}

/*--Featured Properties--*/
.intro-feat-properties {
  padding: 2%;
  height: 389px;
}
@media only screen and (max-width: 769px) {
.intro-feat-properties {
    padding: 2%;
    height: 40vh;
}
}
.com_feat_property {
  position: relative;
  padding: 120px 0px;
	background-size:cover;
}
.com_feat_property .feat-gradient,
.com_story_feat_property .feat-gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(
    left,
    rgba(46, 41, 165, 0.85) 0%,
    rgba(73, 75, 80, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(46, 41, 165, 0.85) 0%,
    rgba(73, 75, 80, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(46, 41, 165, 0.85) 0%,
    rgba(73, 75, 80, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d92e29a5', endColorstr='#00494b50',GradientType=1 ); /* IE6-9 */
  z-index: 4;
}
.com_feat_property .container {
  position: relative;
}
section.com_feat_property:nth-of-type(even) .d-flex {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
section.com_feat_property:nth-of-type(even) .feat-gradient,
.com_story_feat_property .feat-gradient {
  transform: rotateY(180deg);
}
.intro-feat-properties .highlight-yellow:after {
  height: 70px;
  top: unset;
  bottom: 0px;
  right: 100px;
}
.without-highlight-yellow:after {
  content: none;
}
.com_story_feat_property {
  position: relative;
  padding: 120px 0px;
	background-size:cover;
}

/*--Communities Archive--*/
section#community-properties {
  position: relative;
}
section#community-properties .container.active {
  opacity: 0.4;
}
.post-type-archive-communities .page-content {
  padding: 80px 0px;
}
span.prop-available {
  position: absolute;
  top: 7px;
  right: 7px;
  background: #1fdb52;
  padding: 6px;
  border-radius: 99px;
}
section.com_filters {
  margin-bottom: 30px;
}
.filter-col {
  position: relative;
}
.filters-button {
  border: 3px solid #2e29a5;
  cursor: pointer;
  position: relative;
  background: #fff;
}
.filters-button.active {
  border-bottom: 3px solid #ffffff;
}
.the-filters {
  position: absolute;
  left: 15px;
  background: white;
  top: 51px;
  border: 3px solid #2e29a5;
  padding: 20px;
  display: none;
}
.the-filters label {
  font: 12px/15px 'Ricardo Regular';
  letter-spacing: 0.015em;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 15px;
  position: relative;
}
.the-filters label:before {
  content: '';
  height: 15px;
  width: 15px;
  background: white;
  border: 2px solid #2e29a5;
  position: absolute;
  top: -1px;
  left: -19px;
}
.the-filters input:checked + label:before {
  background: #2e29a5;
}
.the-filters input {
  opacity: 0;
}
.filter-row {
  margin-bottom: 10px;
}
.filter-row p {
  font: 12px/15px 'Ricardo Bold';
  letter-spacing: 0.015em;
  text-transform: uppercase;
}
.filter-row label,
.filter-row .cancel {
  font: 12px/15px 'Ricardo Regular';
  letter-spacing: 0.015em;
  margin-left: 5px;
  cursor: pointer;
}
.filter-row .apply {
  padding: 0px;
  cursor: pointer;
}
.filter-row:last-of-type {
  margin-bottom: 0px;
}

#map-view,
#list-view {
  cursor: pointer;
}

/*--Community Single--*/
.single-com-info {
  margin: 80px 0px;
}
.com-title-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #494b50;
  opacity: 0.2;
}
.com-title-gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(
    top,
    rgba(46, 41, 165, 0) 60%,
    rgba(46, 41, 165, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(46, 41, 165, 0) 60%,
    rgba(46, 41, 165, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(46, 41, 165, 0) 60%,
    rgba(46, 41, 165, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e29a5', endColorstr='#2e29a5',GradientType=0 ); /* IE6-9 */
}
.single-com-sub-menu {
  background-color: #2e29a5;
}
.single-com-sub-menu p {
  margin: 20px 0px;
  margin-right: 40px;
  letter-spacing: 0.02em;
}
.map-icon:before,
.retail-icon:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAoCAYAAADt5povAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAwQkQyNTEwNERDMzExRThBMTg0OUNGRTU3MDE5OTg0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAwQkQyNTExNERDMzExRThBMTg0OUNGRTU3MDE5OTg0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDBCRDI1MEU0REMzMTFFOEExODQ5Q0ZFNTcwMTk5ODQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDBCRDI1MEY0REMzMTFFOEExODQ5Q0ZFNTcwMTk5ODQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5CzHTlAAAEbklEQVR42qxYaUgVURSeN1lpGyW2mW22U5ZGodgPyYooWyiSDFqIJEwqk2wlaaGFVqR9k+hHUraCUT/aNwgLbRGFsKDNditbhMrqO/FNXMY78+ZZBz7Ou3PPuWfuuWe583yGH6qoiKoHNhwYCcQB3YBmnH4PPABuAaeAS+Hh93+6redzMVQfLB3IAiIMb/QEWAfkwvB3zwZhLAosD+ijPH4DXATuAy+o2xroCwwBwhTZu8BUGL3n1yCMjQc7BATz0U1gLXAGC9S4uD0JWArE8nE1MAU6xx0NQnEc2DHABL4CGXTPLy/+hL6sNx3YBjQC5DyToX+ilkG6sZA7eyuBAsEiow6EtaLBztHNstM4y70+CgSBFfPMRCAeAneMfyCs2R/sGncqZzpQAimI8zOVAMnQGcMCbcDmAKOYGuLmcqBAXAidV6q8eAc68/BzL9APmAHs9vHAHwEd6NI4+5lBZhLYPqCxw4Y+A6nQO6I509uA7PYxEGkypDtQZo2DsTwakyiVqJtPnOSzJsBhyKbYdilrreKwI5AYxHAWeiehbzPWFmy/ktSjbbm1BTIxdGs78QLGlyHzUpGRNSuBUNGXHcZz4gIEf9hclclDl6qRpEtkPCtm2bN2mmGbF91LHMaKwa4c3NOczRjyfCiWOEUkX8TKtbEaESsIu4vB5hy80ghGkl/3kAlXybto5l6TtzCVhzW28zNZcWrNOZB1HKZm7m8gmmwxQq1sbpKy9JTDAR4MxirBZSersH82mYOGrTNYdJZ8Mnbc3qWqdAJLsemoZK390GTzFEpkoqq0hREqkVqA+XCNsQimRTBlczRHM5jDQsnD00CaeJETFxW3lkNhMX5uZnkqxTgX/AaPQ1IqFWhKlUWiY3unRKCtlZM+dvbnQEvgPBSGaXaxiD3RdPCqnPcS6G7Q6F4GS2ADjzCZmBs5PxQCozR5th4smo25Spmq4rNoB2MjaUwoBzLfrPYUwstQBKOsFya/ugRJGF/krYtMQ7ASFpZnQE/IfzGpWM3WY7CQL3eLfzHkZoyUpVSxBWJMd8UoYL+TJI5xK2d+mq90hjIghFfHRMOhKszmXUaid7cmTbzSJhr7wTUNrUG8iTTJlRwOYpcOdHcS5RM43Io1S/1dEyVNilgdKnnYbzwaa8Cu0wOQntgDulWOO1T6VxqHoUrKeKFMGvsTNHZjTpVdjEolyeVwGt48wcPupOMv4/AaryWGJ4OkhbyfCu2iu9xoMzu+tLI5Tpdn0yXX5PwWcNiLeeW0O6nBEzncCd27TrKmn7c+CFzh72wsHKkxFsSrvdXZs90WNP1UFHHLLLYdaT/bNWJzgd78LQX8Y50N0miZEqkjsKNk2zVyhfKVdcDfeqbHcF+t3AxyYMj6Al7PXijtKd3LV5YvgAoyQrkobwWOMvyF9sBYmpd1fAGWrXz53uOOpAx25o29O6Pa+F8utUi+hj5Rr7MSKJVeFwjIIBauUKqJwS+j3EDWCHSHQjt40fogKePvbxI7/RZgAPYtlFyffpCAAAAAAElFTkSuQmCC');
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
  content: '';
}
.retail-icon:before {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc4RTE1NjZENERDMjExRThBMTg0OUNGRTU3MDE5OTg0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc4RTE1NjZFNERDMjExRThBMTg0OUNGRTU3MDE5OTg0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzhFMTU2NkI0REMyMTFFOEExODQ5Q0ZFNTcwMTk5ODQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzhFMTU2NkM0REMyMTFFOEExODQ5Q0ZFNTcwMTk5ODQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4VIiuTAAAEMUlEQVR42uxYV2gVURDdF2OLXaOGKLFELLFFsGAXRdCo2IINSzT2mh9FUSSfgooVe0tUUESiRiz4oaLYQKIoFrAE1GBLSCyxlzNyng6Xu5tg3OR9OHDe7L13dnbe3LkzsxtwLJST0zYCbCUwHqju+EsFQBqwODr61gdzMdzlpgPAEKd0qAYwH2gAJJqLAYv32oHd5DATyAB++GRcGDASSOA4Dl68W5QH49T1NNzwwk/3wSGnwZ5y2Bwo0sBK6roTFLzzeYureu2ozUB9KDKd0qW6njEIb4nAHSDSKRt6CbRBWL3SQappuzJuBNDEQAfgI9fPGGuDlJ5BxtpVlVLiLHpHcb0esM26xfBeEthQDjfgX2RYAjpVxehyyGSrtZpa1FiT+04ypSRgbbWhOhsym8FnAcNwPRkyu397EBMxYOspfF+SpsU4MSCFw9NQcKW4+wbZU2CXOFwCXVUtYguBB7xeB5nGvwzERYCZvBrwDZgIhYUWBSn0gFDqX8TXUvI6wFzLn3gPNgH4TlvSYFtYAD/y4DWUuwccdHlA0MBcYKNlPQqYwetVwDOLzDIa6KZDaAzQIuhVMVAsj3BCkwrD6VKhLzLhkUzLqZNoowpAZV5L0f/sUXsdhpNbERCHlRfbxMAsoCcPRzxi4ZtxOGqBPVaKB0LmsuUQSYqayuEeyMy2yPQAu8BhHtAMcm8MGXHEbaAlcF1O8U6utZH0AoHySliMOqSME0rHfFND6WSwZDU1E3MTDJlYHkZdNfZjvpqSkWdvoXFCuyQGxchz9KJDb53itkrCrc35LCZqoU8sg8+BzoTQa25dfY6vEVFs3ypyXrql9ryWA3OcYTEAaMz580DfgCpxF9lN2Eiy+zwm0lUuNVwS83DgK3AUaGqRkThfBGwCtgJJLs+TcOuO7c8NKPceYSXJB14wgG+ImyF4SclJCpD46srG4glwDNgR7IghUwVMtn0w0JC6RMdWyNxXunpTrj0PWDRz4FHIDTMD+Ajwg4aWCeHZ50wbwpwQp/BS8EpHlrDWqlrtK24tD/fRMEncG4DpxlI/YA7W06U0wtCPf20glLQC61+MUJDUcgIPe6jmtvAACL0FzrJq9QGkM5rI1m10STwouS62mE4bC3TjH+uljJPGdgyMz1PJfy/z4iiMpeqc9Hrt86JIlZgLXBCsudHqvikqCScGjWNbVcCOJfgml/wvYnAFFKe6hMFasAXGdDz5cbPW0shCphLpC9sV9eLsBwXb/3wPmVz1HlJiDybhH/dxWWvmcV8iv1RInKX7kQc/kTcivOi9Za4BIc2CLwZKzR2nmlU3+spXVpMesQtK86WSYFsOgx0uQSxmQkdKSb8uhTT9N/C/gWXeD7Jj6QLEcC6GH5L+xUfJOA9dwXJYQclEKRsmgV+Wtzop5LVC1IGvw5w/H8xDkbJ+CjAAmYlnjNsSMWgAAAAASUVORK5CYII=');
}
.single-com-slider {
  position: relative;
  margin-bottom: 40px;
}
.single-com-slider .swiper-slide {
  padding-bottom: 30%;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
}
.single-map-container {
  margin-top: 40px;
}
.brochure-contact img {
  max-width: 48px;
  margin-bottom: 10px;
}
.brochure-contact a {
  margin-bottom: 60px;
}
.brochure-contact p {
  margin-bottom: 5px;
}

/*--Contact Page--*/
.contact-page {
      padding-top: 5%;
font-size: 20px;
line-height: 1.2;
}
@media only screen and (max-width:769px) {
	.contact-page {
      padding-top: 13%;
    font-size: 12px;
    line-height: 1.2;
}
}
.contact-info-container h3 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.contact-info-container h6 {
  letter-spacing: 0.06em;
}
.corporate-contacts {
  margin-bottom: 25px;
}
.corporate-contacts p {
  margin-bottom: 5px;
}
.corporate-contacts p.small-p,
.small-p p {
  font: 14px/18px 'Ricardo Regular';
  letter-spacing: 0.02em;
	padding-right:5px;
	    padding-top: 2%;
}
.corporate-contacts a,
.corporate-contacts a:hover {
  color: #2e29a5;
}
.connect-form {
  margin-bottom: 70px;
}
.connect-form input,
.connect-form textarea {
  width: 100%;
  padding: 10px;
  border: 3px solid #2e29a5;
  border-radius: 3px;
}
.connect-form .button {
  width: initial;
  padding: 15px 20px;
}
section#location {
  position: relative;
  margin-top: 60px;
}
.contact-filters-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contact-filters {
}
.contact-filters a {
  cursor: pointer;
}
.contact-filters a.active {
  color: #e6e62e !important;
}

/*--FOOTER--*/
footer {
  padding: 50px 0px;
  position: relative;
}
footer img {
  width: 370px;
  max-width: 100%;
  margin-bottom: 20px;
}
footer .footer-copy,
footer .footer-address {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #9fa6b9;
}
footer .footer-copy {
  font-size: 12px;
  line-height: 12px;
}
.footer-nav li {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 20px;
}
.footer-social a {
  margin-left: 15px;
}

/*-- Loaders --*/
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spinner:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: -30px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #2e29a5;
  border-top-color: transparent;
  animation: spinner 0.8s linear infinite;
}

/*-- Google Maps Override --*/
.gm-style-iw-container > div > div:first-child {
  border-top-color: transparent !important;
}
.gm-style-iw-container:after {
  content: '';
  right: -20px;
  top: 50%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%);
}
.info-inner {
  margin: 20px;
  height: 90px;
  width: 260px;
}
.gm-style-iw-container > div > div:nth-child(3) {
  display: none;
}

/*--FONTS--*/
@font-face {
  font-family: 'Fjalla One';
  src: url('./assets/fonts/fjallaone-regular.woff2') format('woff2'),
    url('./assets/fonts/fjallaone-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* via https://web.dev/font-display/?utm_source=lighthouse */
}
@font-face {
  font-family: 'Ricardo Regular';
  src: url('./assets/fonts/ricardo_regular.woff2') format('woff2'),
    url('./assets/fonts/ricardo_regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}
@font-face {
  font-family: 'Ricardo RegularItalic';
  src: url('./assets/fonts/ricardo_regularitalic.woff2') format('woff2'),
    url('./assets/fonts/ricardo_regularitalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}
@font-face {
  font-family: 'Ricardo Bold';
  src: url('./assets/fonts/ricardo_bold.woff2') format('woff2'),
    url('./assets/fonts/ricardo_bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}
@font-face {
  font-family: 'Ricardo BoldItalic';
  src: url('./assets/fonts/ricardo_bolditalic.woff2') format('woff2'),
    url('./assets/fonts/ricardo_bolditalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}
@font-face {
  font-family: 'Ricardo SemiBoldItalic';
  src: url('./assets/fonts/ricardo_semibolditalic.woff2') format('woff2'),
    url('./assets/fonts/ricardo_semibolditalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}
/*ADDITIONAL CSS MODIFICATIONS*/
/* Landing page (HOME PAGE) */
div.landing-page {
  margin-top: -100px;
}
#work-with-us {
  width: 172px;
  height: 54px;
  border-radius: 3px;
  border: 2px solid white;
  font-family: 'Ricardo Regular';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.7px;
  text-align: left;
  color: #ffffff;
}
#work-with-us:hover {
  font-size: 14px;
  color: #000000 !important;
  background-color: white;
}

/* WACTH VIDEO BUTTON (HOME PAGE) */
#watch-video {
  background-image: linear-gradient(120deg, #0c0060, #0043c1);
  border-radius: 3px;
  font-family: 'Ricardo Regular';
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
/* TESTIMONIAL PARAGRAPH (HOME PAGE) */
#testimonial {
  font-family: 'Ricardo semibolditalic';
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-align: left;
  color: #494b50;
  line-height: 1.25;
}
.quote {
  font-family: 'Ricardo Regular';
  color: #494b50;
}
/* VIEW PROPERTY BTNs STYLYNG (HOME PAGE) */
#view-property-btn,
#featured-property,
.read_me_btn {
  border-radius: 3px;
  border: 2px solid #c2d500;
  background-color: transparent;
  font-family: 'Ricardo Regular';
  font-size: 12px;
  width: 175px;
  padding: 10px 20px;
}
#featured-property:hover{
	    color: #002f87;
    background-color: #c2d500;
}
.read_me_btn a {
  color: #002f87;
  text-transform: uppercase;
}

#featured-property {
  text-align: center;
}
#view-property-btn:hover {
  color: #002f87;
  background-color: #c2d500;
}
.view-property-btn {
  color: #c2d500;
}

/* NAVBAR BACKDROP UNDER INVESTOR LINK (NAVBAR) */
#backdrop {
  width: 221px;
  height: 40px;
  /*background-color: #c2d500;*/
	 background-image: url("/wp-content/uploads/2019/12/backdropmenu.svg");
  position: relative;
  right: -799px;
  top: -25px;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 4;
}
@media only screen and (max-width: 786px) {
	#backdrop {
background-color: #c2d500;
	}
}
li {
  position: relative;
  top: 20px;
}
div.property_p > p {
  color: white;
}
/* NAVBAR BACKDROP UNDER INVESTOR LINK (NAVBAR) */
#community-btn {
  border: 2px solid #c2d500;
  width: 220px;
  height: 54px;
  border-radius: 3px;
  font-family: 'Ricardo Regular';
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-align: center;
  color: #c2d500;
}
#community-btn:hover {
  color: #002f87;
  background-color: #c2d500;
}
/* COMMUNITIES PARAGRAPH/HEADER/BUTTON (HOME PAGE) */
#invest-p {
  color: #ffffff;
  font-family: 'Ricardo Regular';
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-align: left;
  max-width: 80%;
}
#invest-h {
  color: #c2d500;
  font-family: 'fjalla one';
  margin-top: 150px;
  width: 560px;
}
#invest-btn {
  background-image: linear-gradient(116deg, #0c0060, #0043c1);
  border-radius: 3px;
  font-family: 'Ricardo Regular';
  font-weight: bold;
  width: 200px;
  height: 46px;
  font-size: 14px;
  text-align: center;
}

#state {
}

section.home-about {
  background-size: cover;
  background-position: center;
}

/* CAREER (WHO WE ARE => CAREER) */
#now-hiring-p > p {
  font-family: Ricardo regular;
  height: 61px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-align: left;
  color: #494b50;
  margin-top: 40px;
}
#career_loc > p {
  font-size: 13px;
}
.career-item > a > h6 {
  font-size: 14px;
  letter-spacing: 0px;
}
#item_text > p {
  width: 370px;
  height: 125px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: 0.4px;
  text-align: left;
	margin-bottom:10%;
}
@media only screen and (max-width: 550px) {
#item_text > p {
    width: 290px;
    height: 125px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: 0.4px;
    text-align: left;
}
}
#career_content > p {
  width: 354px;
 /* height: 180px;*/
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-align: left;
	font-family:ricardo regular;
}
@media only screen and (max-width: 586px) {
#career_content > p {
  width: 288px;
 /* height: 180px;*/
  font-size: 14px;

}
}
/* OUR COMMUNITIES (FEATURE PROPERTIES) */
#featured-properties-p > p:nth-child(2) {
  width: 770px;
  height: 90px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #494b50;
  position: relative;
  right: -400px;
  top: -200px;
}
/* adjust no ordinary address & subtext                        */
div#featured-properties-p {
  margin-top: 10%;
  font-family: Ricardo regular;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-align: left;
}
@media only screen and (max-width: 769px) {
	div#featured-properties-p { 
		font-size: 12px; 
	}
}
			
/* OUR COMMUNITIES (STORY) */
#communities-story > p:nth-child(3) {
}
#communities-story > p:nth-child(3),
#communities-story > p:nth-child(4) {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-align: left;
  color: #494b50;
}
@media screen and (max-width: 580px) {
#communities-story > p:nth-child(3), #communities-story > p:nth-child(4) {
    font-size: 12px;
}
}
.story-text-box {
	display: block;
	height: 768px;
	text-align: center;
	max-width: 640px;
	margin: 0 auto;
}
.story-text-box > .stories-box {
	width: 100%;
	text-align: left;
	margin-top: 100px;
	display: block;
	float: left;
}
.story-logo-box {
	width: 34%;
	display: block;
	float: left;
}
.story-community-logos {
    width: 170px;
   /* height: 116px; */
}

@media screen and (max-width: 440px) {
/* .story-community-logos {
    width:76px;
    height: 64px;
} */
}
@media (max-width: 400px)
{
.stories-mobile-box-image
{
    flex: auto;
  }
  .diffDiv img{width:100% !important; height:auto !important;}
}
@media (max-width: 400px)
{
  .featured-props-full.featured_props{height: 650px;}
}
@media (max-width: 767px)
{
.diffDiv {padding:20px 40px;}
.removeMobile{display:none;}
.careerDiv{    text-align: left;}
.careerDiv .small-p p{width:80% !important;}
}

.stories-box > h6 {
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2.2px;
  text-align: left;
  color: #002f87;
}
.stories-box > #job_title {
  width: 394px;
  height: 19px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.7px;
  text-align: left;
  color: #9fa6b9;
}
.stories-box > #job_story {

  font-size: 13px;
  line-height: 1.33;
  letter-spacing: 0.4px;
  text-align: left;
  color: #494b50;
}

/* SECOND NAVBAR (SECONDARY NAVBAR) */
.tiny-p > li > a {
  position: relative;
  top: -20px;
}
/* STORY (WHO WE ARE) */
h2.text-blue {
  font-size: 64px;
  color: #002f87;
  margin-top: 8vh;
	margin-bottom: -2vh;

}
#who_story_p {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-align: left;
  color: #494b50;
}
#who_story_quote {
  font-size: 32px;
  font-weight: 200;
  line-height: 1.25;
  letter-spacing: 0.6px;
  color: #002f87;
  position: relative;
}
#who_story_quote_name {
  position: relative;
  right: 30px;
  padding-bottom: 5%;
}
#who_story_text_box_2 > p {
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: 0.4px;
  text-align: left;
  color: #494b50;
  font-family: ricardo regular;
}
#who_story_text_box_2 {
  padding-left: 0px;
}
#who_story_text_box_2 > h6 {
  line-height: 1;
  letter-spacing: 2.2px;
  padding-left: 0px;
}
.play-icon > img {
  width: 82.2px;
  height: 82.2px;
}
#who_story_img {
}
#who_story_dis {
}
#who_story_text_box > img {
  width: 41.8px;
  height: 43px;
}
#text-play {
  position: relative;
  top: -310px;
  left: 610px;
  color: white;
  font-size: 48px;
}

.home_read_mobile {
  display: none;
  border-top: 10px solid #c2d500;
}

.home_read_text_box {
  margin: 30px;
  font-size: 10px;
  font-style: ricardo regular;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

.home_read_text_box h5 {
  color: #2e29a5;
}

#mobile_navbar {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  height: 60px;
  z-index: 10;
}

#mobile_navbar_menu {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: white;
}

.mobile_navbar_links {
  font: 32px/64px Fjalla One;
  letter-spacing: 2px;
  text-transform: uppercase;
  list-style: none;
  padding: 20% 0 20% 0px;
}

#mobile_navbar_menu {
  display: none;
}

.mobile_navbar_blue {
  color: #002f87;
}

.contact-btn {
  list-style: none;
  cursor: pointer;
  top: 0;
  padding: 20px;
}

.contact-active {
  color: yellow;
}

.contact-filters-mobile {
  display: none;
  position: absolute;
  width: 100%;
}

.dropbtn {
  font: 16px/24px 'Ricardo Regular';
  width: 100%;
  height: 60px;
  border: none;
}

#dropdown-content {
  font: 16px/24px 'Ricardo Regular';
  list-style: none;
  margin: 0;
  padding: 0 0 40px 0;
}

.dreamteam {
  height: 300px;
}
/* CULTURE (WHO WE ARE) */
/*h6.text-blue
{
	width: 270px;
  height: 21px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 2.2px;
  text-align: center;
  color: #002f87;
}
#who_cornerstone div:nth-child(3) > h6
{
	letter-spacing:1.3px
}
#who_culture_bg
{
	height:600px
}
div.culture-quote > p.quote-text
{
  width: 255px;
  height: 101px;
  font-size: 15px;
  line-height: 1.84;
  letter-spacing: 2.2px;
  text-align: left;
  color: #494b50;
  position:relative;
  top:150px
}
div.culture-quote > p.small-p
{
  width: 236px;
  height: 15px;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.3px;
  text-align: left;
  color: #494b50;
  position:relative;
  top:100px
}
.who-culture-content > p
{
  width: 444px;
  height: 154px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-align: left;
  color: #494b50;
  margin-top:20px
}
.who-culture-content > p:nth-child(3)
{
	position:relative;
	top:-130px
}
.who-culture-content > p:nth-child(4)
{
	position:relative;
	top:-250px
}
-------------------------- Custom CSS addition MA*/

.lightbgnew{
	background-color: white;
	color: #002f87;
}
#culture_padding{
  margin-bottom: 2vh;
}
.story_name_width{
	width:72%;
}

#who_story_quote_name2{
	
    position: relative;
    right: 28%;
    padding-bottom: 5%;

}
#wimage{
	height:300px;
	width:300px;
	
}
.who_story_blue_p{
	    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-align: left;
    color: #494b50;
}
.padding_story{
	height:50px;
}
.who_story_h2_pad{
	padding-top:40px;
	padding-bottom: 40px;
}
@media screen and (max-width: 500px) {
.story_name_width {
    width: 79%;
    left: 5%;
}
}
@media screen and (max-width: 500px) {
#wimage {
    height: 250px;
    width: 250px;
    /* padding-left: 50px; */
    margin-left: 20%;
}
}

@media only screen and (max-width: 500px){
.dist_quote_b {
    height: 50px;
    left: 4%;
}
}
@media only screen and (max-width: 500px){
#who_story_quote_name2 {
    position: relative;
    right: 12%;
    padding-bottom: 5%;
}
}

/* reposition for userway widget, 9.13.21 */
#nav_bar_top .text-right {
	text-align: right !important;
	padding-right: 40px;
}

@media screen and (max-width: 1024px) {
.nav-bar li {
	padding: 15px 10px;
}
}

/* MAKES VIDEOS RESPONSIVE per https://coolestguidesontheplanet.com/videodrome/youtube/ et al */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px; */
	height: 0;
	overflow: hidden;}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
/* END VIDEOS */