/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, 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, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  transition: .2s ease-in-out;
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: inherit; }

ul {
  margin: 0; }

strong {
  font-weight: bold; }

b {
  font-weight: 400; }

i {
  font-style: italic; }

button {
  border: none;
  background: none; }

textarea {
  resize: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0; }

div::-webkit-scrollbar {
  width: 0 !important; }

div {
  overflow: -moz-scrollbars-none; }

div {
  -ms-overflow-style: none; }

button:focus {
  outline: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus, input[type="checkbox"]:focus {
  outline: none; }

textarea:focus {
  outline: none; }

select:focus {
  outline: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

iframe {
  display: block;
  width: 100%;
  border: 0; }

div.iframe iframe {
  position: absolute;
  top: -15px;
  left: 0;
  height: calc(100vw * 1.405); }

a {
  color: inherit;
  text-decoration: none; }

button {
  -webkit-appearance: none; }

.img-fluid {
  max-width: 100%; }

/* defaults end */
html {
  width: 100vw;
  overflow-x: hidden; }

body {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  color: #1E3218;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden; }

.ratio-32x17 {
  transform: scale(1.1); }

.hamburger {
  padding: 15px 10px; }

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1; }

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #fff;
  height: 3px;
  border-radius: 0px;
  width: 100%; }

.hamburger-inner:before {
  top: -8px; }

.hamburger-inner:after {
  bottom: -8px; }

.hamburger-box {
  width: 30px;
  height: 18px;
  margin-top: 6px; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #fff; }

/* PAGE STYLES */
h1, h2, h3, h4, h5, h6 {
  font-family: "tenon", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-transform: none;
  margin: 0; }

h1 {
  font-size: 150px; }

h2 {
  font-size: 75px;
  letter-spacing: 1px; }

h3 {
  font-size: 60px;
  line-height: 0.95; }

h4 {
  font-size: 30px;
  font-weight: 700; }

h5 {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase; }

h6 {
  font-family: 'tenon', sans-serif;
  font-weight: 300;
  font-size: 40px; }

p {
  line-height: 1.5; }
  p b {
    font-weight: 700; }

.mute_container {
  position: absolute;
  width: 45px;
  bottom: 30px;
  right: 2%;
  cursor: pointer;
  z-index: 5; }
  .mute_container img {
    width: 100%; }
  .mute_container .mute {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
    z-index: 2; }
  .mute_container.unmuted .unmute {
    opacity: 0; }
  .mute_container.unmuted .mute {
    opacity: 1;
    z-index: 1; }

.my_btn {
  font-family: "tenon", sans-serif;
  font-weight: 700;
  line-height: 55px;
  padding: 0 15px;
  font-size: 21px;
  color: #1E3218;
  background: #3AAA34;
  border: 1px solid #3AAA34;
  border-radius: 10px;
  cursor: pointer;
  padding-right: 40px;
  background: url("../assets/img/small_arrow_green.svg") no-repeat right 15px center #3AAA34; }
  .my_btn a {
    display: inline-block;
    vertical-align: middle;
    transition: font-size 0.3s;
    white-space: nowrap; }
  .my_btn:hover {
    background: transparent;
    border: 1px solid #FBC760;
    color: #FBC760;
    font-size: 20px;
    background: url("../assets/img/small_arrow_yellow.svg") no-repeat right 15px center; }

.small_btn {
  cursor: pointer;
  padding: 0; }
  .small_btn h5 {
    display: inline-block;
    font-weight: 500;
    vertical-align: middle;
    margin-right: 3px; }
  .small_btn img {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.4s;
    margin-bottom: 1px; }
  .small_btn:hover.yellow h5 {
    color: #FBC760; }
  .small_btn:hover.yellow h5 {
    color: #FBC760; }
  .small_btn:hover.lightgreen h5 {
    color: #3AAA34; }
  .small_btn:hover img {
    transform: translate(7px, 0); }

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #1E3218;
  z-index: 11;
  display: none; }
  .policy_popup h3 {
    margin-bottom: 40px; }
  .policy_popup h2, .policy_popup h4, .policy_popup p {
    text-align: left;
    margin-bottom: 30px; }
  .policy_popup p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff; }
  .policy_popup .main_logo {
    width: 220px;
    max-width: 50%;
    margin-bottom: 40px; }
  .policy_popup .inner_content {
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
    max-width: 1350px;
    padding: 10px 20px;
    margin: 0 auto; }
  .policy_popup .inner_content::-webkit-scrollbar {
    width: 0;
    height: 8px; }
  .policy_popup .inner_content::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 9px; }
  .policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
    background: #fff; }
  .policy_popup .inner_content::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 9px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0; }
  .policy_popup .small_logo {
    margin-top: 30px; }
  .policy_popup .copyright {
    padding-top: 30px; }
    .policy_popup .copyright p {
      text-align: center; }
  .policy_popup .close_icon {
    position: absolute;
    top: 40px;
    right: 30px;
    width: 39px;
    cursor: pointer; }

.show_message {
  cursor: pointer; }

.cookies_message {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center; }
  .cookies_message .small_logo {
    text-align: left;
    width: 10%;
    padding: 0 40px; }
    .cookies_message .small_logo img {
      height: 60px;
      vertical-align: middle; }
  .cookies_message .text {
    width: 80%; }
    .cookies_message .text p {
      font-size: 14px;
      max-width: 1300px;
      text-align: left; }
  .cookies_message .got_it {
    width: 10%;
    padding: 0 40px; }
    .cookies_message .got_it h3 {
      text-align: right; }
  .cookies_message.accepted {
    display: none; }

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.header {
  position: fixed;
  padding-top: 25px;
  padding-bottom: 25px;
  top: 0;
  background: transparent;
  background: #1E3218;
  z-index: 10; }
  .header .logo {
    width: 450px; }
  .header .menu ul.main_menu {
    text-align: right;
    display: inline-block; }
    .header .menu ul.main_menu li {
      display: inline-block;
      font-family: "tenon", sans-serif;
      font-weight: 400;
      font-size: 20px;
      color: #fff;
      vertical-align: middle;
      margin: 0 30px; }
      .header .menu ul.main_menu li:last-of-type {
        margin-right: 0; }
      .header .menu ul.main_menu li.my_btn {
        color: #1E3218; }
      .header .menu ul.main_menu li:hover {
        color: #FBC760; }
      .header .menu ul.main_menu li.current_page_item {
        color: #FBC760; }
  .header.scrolled {
    transition: all 0.4s;
    background: #1E3218 !important;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.2); }

@media (min-width: 991px) {
  body.page-template-home-page .header {
    background: transparent; }

  body:not(.page-template-home-page) #mainbody {
    margin-top: 50px; } }
.white-text {
  color: #fff; }

.black-text {
  color: #1E3218; }

.green-text {
  color: #3AAA34; }

.lightgreen-text {
  color: #BFFFC7; }

.yellow-text {
  color: #FFC760; }

.bg_green {
  background: #257837;
  color: #fff; }

.bg_darkgreen {
  background: #1E3218;
  color: #fff; }

.image-round-border {
  border-radius: 10px; }

.image-shadow {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.4); }

.block {
  padding-top: 120px;
  padding-bottom: 120px; }
  .block h2 {
    margin-bottom: 15px; }
  .block.map_bg {
    background: url("../assets/img/home/map_bg.png") no-repeat right bottom #1E3218;
    background-size: 90% auto; }

.break_block .container-fluid .row {
  height: 660px;
  max-height: 35vw; }
.break_block .logo {
  height: calc(100% - 30px);
  position: absolute;
  right: 0;
  top: 15px; }
.break_block .line {
  height: 35px;
  background: #3AAA34; }

.title {
  position: relative;
  margin-bottom: 45px; }
  .title span {
    position: relative;
    z-index: 2;
    background: #1E3218;
    padding: 5px 15px 5px 0;
    display: inline-block;
    color: #3AAA34; }
  .title:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #3AAA34;
    position: absolute;
    bottom: 6px; }

form.form .input_block {
  width: 100%;
  margin-bottom: 20px; }
  form.form .input_block .name {
    display: inline-block;
    vertical-align: bottom;
    width: 70px;
    font-size: 20px;
    color: #fff; }
  form.form .input_block .field {
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% - 90px); }
    form.form .input_block .field input {
      width: 100%;
      font-size: 20px;
      color: #ccc;
      line-height: 20px;
      background: transparent;
      border: none;
      border-bottom: 1px solid #257837; }
form.form .checkbox {
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  margin-right: 0px; }
  form.form .checkbox .wpcf7-list-item-label {
    display: none; }
  form.form .checkbox .wpcf7-form-control-wrap {
    position: absolute;
    z-index: 10; }
    form.form .checkbox .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbo {
      margin: 0; }
  form.form .checkbox .wpcf7-not-valid-tip {
    position: absolute;
    width: 200px;
    bottom: -45px; }
  form.form .checkbox p {
    font-size: 15px; }
  form.form .checkbox input {
    appearance: auto;
    width: 25px;
    height: 25px;
    opacity: 0; }
  form.form .checkbox span {
    margin: 0; }
  form.form .checkbox label {
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    text-transform: none;
    line-height: 1.3;
    color: #fff; }
    form.form .checkbox label:before {
      content: "";
      position: absolute;
      top: 5px;
      display: block;
      left: -5px;
      width: 25px;
      height: 25px;
      border: 1px solid #257837;
      margin-left: 5px;
      border-width: 1px;
      border-style: solid;
      border-image: initial;
      background: transparent;
      text-align: center;
      line-height: 23px;
      font-size: 20px;
      border-radius: 5px;
      background: #31442D; }
  form.form .checkbox.selected label:before {
    content: "\2713";
    color: #fff; }
form.form .my_btn {
  transition: font-size 0.3s; }
form.form .wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute; }
form.form .wpcf7-response-output {
  font-size: 14px;
  padding: 15px;
  color: #fff; }
form.form:not(.invalid) .wpcf7-not-valid-tip {
  display: none; }

.video_container {
  overflow-x: hidden; }
  .video_container .video_overlay {
    top: 60px;
    position: absolute;
    min-height: 75%; }
    .video_container .video_overlay .row {
      height: 100%; }
  .video_container .main_title {
    width: 820px;
    padding: 80px 30px 80px 80px; }
    .video_container .main_title h2 {
      width: 100%; }
    .video_container .main_title .arrow_down {
      transition: all 0.4s; }
      .video_container .main_title .arrow_down:hover {
        transform: translate(0, 5px); }

@media (min-width: 991px) {
  .video_container .main_title {
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;
    min-height: calc(100vw*0.35); } }
.negative_margin {
  margin-bottom: -120px; }

.contact_text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2; }

.square {
  position: relative;
  width: 50%;
  border-radius: 10px;
  margin-bottom: 5px; }
  .square:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .square .content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 35px; }
  .square .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 35px;
    opacity: 0;
    z-index: 2;
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    border-radius: 10px; }
  .square:hover .overlay {
    opacity: 1; }

#home .break_block .container-fluid {
  background: url("../assets/img/home/look_forward.jpg") no-repeat right center #1E3218;
  background-size: cover; }
#home .locations {
  background: url("../assets/img/home/locations_bg.jpg") no-repeat center top #1E3218;
  background-size: cover; }
  #home .locations .tickercontainer {
    height: 150px !important; }
  #home .locations .web_ticker p.location_title {
    font-family: 'tenon', sans-serif;
    font-weight: 300;
    font-size: 120px; }
  #home .locations .web_ticker p {
    font-size: 20px; }
  #home .locations .web_ticker .dot_container {
    padding: 70px 35px; }
    #home .locations .web_ticker .dot_container .dot {
      width: 20px;
      height: 20px;
      border-radius: 50%; }
  #home .locations .web_ticker.ticker_1 {
    color: #3AAA34; }
    #home .locations .web_ticker.ticker_1 .dot_container .dot {
      background: #3AAA34; }
  #home .locations .web_ticker.ticker_2 {
    color: #257837; }
    #home .locations .web_ticker.ticker_2 .dot_container .dot {
      background: #257837; }
  #home .locations .web_ticker.ticker_3 {
    color: #BFFFC7; }
    #home .locations .web_ticker.ticker_3 .dot_container .dot {
      background: #BFFFC7; }
  #home .locations .web_ticker.ticker_4 {
    color: #fff; }
    #home .locations .web_ticker.ticker_4 .dot_container .dot {
      background: #fff; }
#home .communities .community_slider_container {
  position: relative;
  /* the slides */ }
  #home .communities .community_slider_container .slider_counter {
    position: absolute;
    font-size: 16px;
    color: #fff;
    top: 15px;
    right: 15px; }
  #home .communities .community_slider_container .arrow {
    position: absolute;
    top: 30%;
    transform: translate(0, -50%);
    width: 50px;
    cursor: pointer; }
    #home .communities .community_slider_container .arrow.arrow_left {
      left: 10px; }
    #home .communities .community_slider_container .arrow.arrow_right {
      right: 10px; }
#home .communities .community_item .main_img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: block; }
#home .communities .community_item .info {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 25px 20px; }
  #home .communities .community_item .info p {
    font-family: "tenon", sans-serif;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 1.2; }
#home .for_residents .img {
  position: absolute; }
  #home .for_residents .img.img_1 {
    width: 50%;
    left: 0;
    transform: translate(-50%, -75%); }
  #home .for_residents .img.img_2 {
    width: 45%;
    right: 0;
    top: 0;
    transform: translate(0, 15%); }
  #home .for_residents .img.img_3 {
    width: 30%;
    bottom: 0;
    left: 10%;
    transform: translate(0, 15%); }

#about .personal_advantage .square {
  display: inline-block;
  width: 32.5%;
  min-width: 400px; }
  #about .personal_advantage .square h2 {
    color: #1E3218;
    margin-bottom: 30px; }
  #about .personal_advantage .square h2, #about .personal_advantage .square h3, #about .personal_advantage .square p {
    color: #1E3218; }
  #about .personal_advantage .square .overlay {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
  #about .personal_advantage .square:nth-child(n) {
    background: #3BAA34; }
    #about .personal_advantage .square:nth-child(n) .overlay {
      background: #3BAA34; }
  #about .personal_advantage .square:nth-child(2n+0) {
    background: #B0DDA9; }
    #about .personal_advantage .square:nth-child(2n+0) .overlay {
      background: #B0DDA9; }
  #about .personal_advantage .square:nth-child(3n+0) {
    background: #D7EED1; }
    #about .personal_advantage .square:nth-child(3n+0) .overlay {
      background: #D7EED1; }
  #about .personal_advantage .square:hover .overlay {
    opacity: 1; }
#about .personal_advantage .innovation .square:nth-child(n) {
  background: #32804F; }
  #about .personal_advantage .innovation .square:nth-child(n) .overlay {
    background: #32804F; }
#about .personal_advantage .innovation .square:nth-child(2n+0) {
  background: #66A178; }
  #about .personal_advantage .innovation .square:nth-child(2n+0) .overlay {
    background: #66A178; }
#about .personal_advantage .innovation .square:nth-child(3n+0) {
  background: #CCE0CB; }
  #about .personal_advantage .innovation .square:nth-child(3n+0) .overlay {
    background: #CCE0CB; }
#about .meet_middle h1 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  z-index: 3; }
#about .meet_middle .img {
  position: absolute;
  z-index: 2; }
  #about .meet_middle .img.img_1 {
    max-width: 280px;
    top: 10%;
    left: 20%; }
  #about .meet_middle .img.img_2 {
    max-width: 200px;
    bottom: 0;
    right: 15%;
    transform: translate(0, -25%); }
#about .leadership .square {
  width: 100%;
  background: #3BAA34; }
  #about .leadership .square .overlay {
    padding: 0; }
  #about .leadership .square h2 {
    color: #BFFFC7; }
#about .leadership p {
  font-size: 22px; }
#about .leader_item.leader_1 .square {
  background: url("../assets/img/about/team_member_1.jpg") center bottom #3BAA34;
  background-size: cover; }
#about .leader_item.leader_2 .square {
  background: url("../assets/img/about/team_member_2.jpg") center top #3BAA34;
  background-size: cover; }

#communities .main_info .border_bottom {
  position: relative; }
  #communities .main_info .border_bottom::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 10px;
    height: 2px;
    background: #1E3218; }
#communities .amenities {
  position: relative; }
  #communities .amenities::after {
    position: absolute;
    content: '';
    height: 55%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #1E3218;
    z-index: -1; }
#communities .rendering_slider_container {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
  background: #1E3218; }
  #communities .rendering_slider_container .my_slider {
    /* the slides */
    /* the parent */ }
    #communities .rendering_slider_container .my_slider .slick-slide {
      margin: 0 5px; }
    #communities .rendering_slider_container .my_slider .slick-list {
      margin: 0 -5px; }
    #communities .rendering_slider_container .my_slider .slick-slide {
      height: auto;
      transition: all 0.4s;
      opacity: 0.1; }
      #communities .rendering_slider_container .my_slider .slick-slide img {
        height: 55vh;
        max-height: calc(100vw/1.8); }
      #communities .rendering_slider_container .my_slider .slick-slide.slick-active {
        opacity: 1; }
      #communities .rendering_slider_container .my_slider .slick-slide img {
        border-radius: 10px; }
    #communities .rendering_slider_container .my_slider .slick-track {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: stretch; }
    #communities .rendering_slider_container .my_slider p.caption {
      font-size: 20px;
      font-family: "tenon", sans-serif;
      font-weight: 400;
      text-align: center;
      color: #fff; }
  #communities .rendering_slider_container .arrow {
    position: absolute;
    top: calc(50% - 50px);
    transform: translate(0, -50%);
    width: 50px;
    cursor: pointer; }
    #communities .rendering_slider_container .arrow.arrow_left {
      left: 4vw; }
    #communities .rendering_slider_container .arrow.arrow_right {
      right: 4vw;
      left: auto; }
  #communities .rendering_slider_container .slider_counter {
    position: absolute;
    font-size: 16px;
    color: #fff;
    top: 15px;
    right: 30px; }

#residents .has_border {
  position: relative; }
  #residents .has_border::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #1E3218; }

#careers .break_block .container-fluid {
  background: url("../assets/img/careers/break_block.jpg") no-repeat center bottom #1E3218;
  background-size: cover; }
#careers .all_jobs .square {
  width: 100%;
  background: #3BAA34;
  margin-bottom: 20px; }
  #careers .all_jobs .square .content {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
  #careers .all_jobs .square h2 {
    color: #BFFFC7;
    text-transform: capitalize; }
  #careers .all_jobs .square .my_btn {
    border: 1px solid #FBC760;
    color: #1E3218;
    background: url("../assets/img/small_arrow_green.svg") no-repeat right 15px center #FBC760; }
    #careers .all_jobs .square .my_btn:hover {
      background: transparent;
      border: 1px solid #FBC760;
      color: #FBC760;
      font-size: 20px;
      background: url("../assets/img/small_arrow_yellow.svg") no-repeat right 15px center; }

#contact .main_form {
  background: url(../assets/img/home/locations_bg.jpg) no-repeat center top #1E3218;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px; }
#contact form.form .input_block {
  margin-bottom: 20px; }
  #contact form.form .input_block .field {
    width: calc(100% - 80px); }
    #contact form.form .input_block .field input {
      border-bottom: 1px solid #fff; }
  #contact form.form .input_block textarea {
    width: 100%;
    padding: 20px;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    height: 300px;
    border-radius: 15px;
    text-align: left;
    margin-top: 10px; }
    #contact form.form .input_block textarea::placeholder {
      color: #fff;
      opacity: 1;
      /* Firefox */ }
    #contact form.form .input_block textarea::-ms-input-placeholder {
      /* Edge 12 -18 */
      color: #fff; }
#contact form.form .checkbox .wpcf7-not-valid-tip {
  bottom: -30px; }

.footer {
  padding-top: 170px;
  padding-bottom: 60px; }
  .footer .footer_menu {
    margin-top: 150px;
    margin-bottom: 155px; }
    .footer .footer_menu li {
      display: inline-block;
      margin-right: 80px;
      font-size: 20px; }
  .footer .disclaimer {
    font-size: 12px;
    color: #4B5B46; }
  .footer .go_to_top img {
    margin-bottom: 5px; }
  .footer .go_to_top p {
    font-size: 10px;
    text-transform: uppercase; }

@media (max-width: 1700px) {
  body {
    font-size: 26px; }

  h1 {
    font-size: 120px; }

  h2 {
    font-size: 60px; }

  h3 {
    font-size: 50px; }

  h5 {
    font-size: 18px; }

  p {
    font-size: 24px; }

  .my_btn {
    font-size: 18px;
    line-height: 50px; }
    .my_btn:hover {
      font-size: 17px; }

  .header .menu ul.main_menu li {
    margin: 0 25px; }
    .header .menu ul.main_menu li.my_btn {
      font-size: 18px; }

  .video_container .main_title {
    width: 710px; }

  .block {
    padding-top: 100px;
    padding-bottom: 100px; }

  .footer .footer_menu li {
    margin-right: 50px; }

  #about .meet_middle .img.img_1 {
    width: 18%;
    top: 15%; }
  #about .meet_middle .img.img_2 {
    width: 15%; }

  .footer .footer_menu {
    margin-bottom: 145px; } }
@media (max-width: 1400px) {
  h1 {
    font-size: 100px; }

  h2 {
    font-size: 55px; }

  h3 {
    font-size: 45px; }

  h4 {
    font-size: 26px; }

  h5 {
    font-size: 16px;
    letter-spacing: 3px; }

  h6 {
    font-size: 36px; }

  p {
    font-size: 20px; }

  .my_btn {
    line-height: 45px; }

  .contact_text {
    font-size: 16px; }

  .header .menu ul.main_menu li {
    margin: 0 15px;
    font-size: 18px; }

  .video_container .video_overlay {
    top: 40px; }
  .video_container .main_title {
    width: 610px;
    padding: 70px 30px 70px 70px; }
  .video_container .main_logo {
    max-width: 100px; }

  #home .locations .tickercontainer {
    height: 120px !important; }
  #home .locations .web_ticker p.location_title {
    font-size: 100px; }
  #home .locations .web_ticker .dot_container {
    padding: 60px 35px; }

  #communities .rendering_slider_container .my_slider .slick-slide img {
    height: 45vh;
    max-height: calc(100vw/1.8); }
  #communities .rendering_slider_container .slider_counter {
    top: 10px;
    right: 45px; }

  #about .leadership p {
    font-size: 18px; }

  #contact .main_form {
    padding-top: 150px;
    padding-bottom: 150px; }

  .footer .footer_menu {
    margin-top: 100px;
    margin-bottom: 90px; }
    .footer .footer_menu li {
      margin-right: 30px;
      font-size: 18px; } }
@media (max-width: 1099px) {
  h1 {
    font-size: 70px; }

  h2 {
    font-size: 42px; }

  h3 {
    font-size: 36px; }

  h6 {
    font-size: 32px; }

  p {
    font-size: 18px; }

  .small_btn img {
    width: 12px; }

  .block {
    padding-top: 80px;
    padding-bottom: 80px; }

  .negative_margin {
    margin-bottom: -90px; }

  form.form .input_block .name {
    font-size: 18px;
    width: 65px; }
  form.form .input_block .field {
    width: calc(100% - 75px); }
  form.form .checkbox {
    font-size: 14px; }

  body.page-template-home-page .header.active_menu {
    background: #1E3218; }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: opacity 0.4s; }
    .header .menu ul.main_menu {
      opacity: 0;
      z-index: -1;
      text-align: center;
      padding-top: 40px;
      position: fixed;
      top: 120px;
      left: 0;
      right: 0;
      width: 100%;
      bottom: 0;
      background: #1E3218;
      transition: opacity 0.4s; }
    .header.active_menu .menu ul.main_menu {
      opacity: 1;
      z-index: 2; }

  #home .for_residents .img.img_1 {
    transform: translate(-40%, -55%); }
  #home .for_residents .img.img_2 {
    width: 45%;
    transform: translate(0, 15%); }
  #home .for_residents .img.img_3 {
    width: 35%;
    left: 7%;
    transform: translate(0, 15%); }
  #home .locations .tickercontainer {
    height: 115px !important; }
  #home .locations .web_ticker p.location_title {
    font-size: 90px; }
  #home .locations .web_ticker .dot_container {
    padding: 45px 30px; }
    #home .locations .web_ticker .dot_container .dot {
      width: 16px;
      height: 16px; }
  #home .property_owners .negative_margin {
    margin-bottom: -75px; }

  #about .square .content {
    padding: 20px; }
  #about .square .overlay {
    padding: 20px; }
  #about .personal_advantage .square {
    min-width: 265px; }
  #about .meet_middle .img.img_1 {
    width: 27%;
    top: 9%;
    left: 11%; }
  #about .meet_middle .img.img_2 {
    width: 22%;
    right: 15%;
    transform: translate(0, -15%); }

  #residents .has_border {
    text-align: center; }
    #residents .has_border h2 {
      text-align: center; }
    #residents .has_border::before {
      left: 0;
      width: 100%;
      top: auto;
      height: 2px; }

  #contact .main_form {
    padding-top: 100px;
    padding-bottom: 100px; }

  .footer {
    padding-top: 130px; }
    .footer .footer_menu {
      margin-top: 50px;
      margin-bottom: 50px; }
      .footer .footer_menu li {
        display: block;
        margin-bottom: 20px; } }
@media (max-width: 991px) {
  h1, h2 {
    font-size: 36px; }

  h3 {
    font-size: 32px; }

  h5 {
    font-size: 15px; }

  h6 {
    font-size: 24px; }

  .my_btn {
    font-size: 16px;
    line-height: 40px;
    border-radius: 6px;
    padding-right: 30px;
    background-size: 12px;
    background-position: right 11px center; }
    .my_btn:hover {
      font-size: 15px; }

  .small_btn img {
    width: 11px; }

  .mute_container {
    width: 40px;
    bottom: 15px; }

  .block {
    padding-top: 70px;
    padding-bottom: 70px; }

  .video_container .video_overlay {
    position: relative;
    top: auto; }
  .video_container .main_title {
    position: relative;
    top: auto;
    width: 100%;
    padding: 40px 20px;
    text-align: center; }
    .video_container .main_title h1, .video_container .main_title h2 {
      margin-bottom: 0 !important;
      text-align: center; }
    .video_container .main_title img {
      display: none; }

  #about .video_container .main_title {
    padding-bottom: 0; }
  #about .personal_advantage {
    padding-top: 150px; }
  #about .leadership .square {
    margin-bottom: 20px; }
  #about .leadership .contact_text {
    margin-top: 5px; }
  #about .leadership p {
    font-size: 16px; }

  .break_block .line {
    height: 20px; }
  .break_block .container-fluid .row {
    height: auto;
    max-height: 90vw;
    min-height: 310px; }
  .break_block .logo {
    height: 50%;
    right: 0;
    top: auto;
    bottom: 5px; }

  .contact_text {
    font-size: 15px;
    line-height: 1.2; }

  .header {
    padding: 15px 0; }
    .header .menu ul.main_menu {
      top: 105px;
      padding-top: 60px; }
      .header .menu ul.main_menu li {
        font-size: 22px;
        display: block;
        margin: 0 auto 35px; }

  #mainbody {
    margin-top: 80px; }

  #home .break_block .container-fluid {
    background: url(../assets/img/home/look_forward_mob.jpg) no-repeat right center #1E3218;
    background-size: cover; }
  #home .for_residents {
    overflow: hidden; }
    #home .for_residents .position-relative {
      height: 50vh;
      min-height: 400px; }
    #home .for_residents .img.img_1 {
      transform: translate(-10%, 10%); }
    #home .for_residents .img.img_2 {
      transform: translate(10%, 70%); }
  #home .locations .tickercontainer {
    height: 80px !important; }
  #home .locations .web_ticker p.location_title {
    font-size: 60px; }
  #home .locations .web_ticker .dot_container {
    padding: 35px 25px; }
    #home .locations .web_ticker .dot_container .dot {
      width: 14px;
      height: 14px; }

  #communities .main_info .border_bottom::after {
    left: 10px;
    right: 10px; }
  #communities .rendering_slider_container .my_slider p.caption {
    font-size: 16px; }
  #communities .rendering_slider_container .arrow {
    top: calc(50% - 20px); }
    #communities .rendering_slider_container .arrow.arrow_left {
      left: 2vw; }
    #communities .rendering_slider_container .arrow.arrow_right {
      right: 2vw; }

  #residents .first {
    padding-top: 0 !important; }
  #residents .stats {
    padding-bottom: 0; }
    #residents .stats .row:last-of-type .has_border:before {
      display: none; }

  #careers .break_block .container-fluid {
    background: url("../assets/img/careers/break_block_mob.jpg") no-repeat center bottom #1E3218;
    background-size: cover; }
  #careers .all_jobs .square .content {
    padding: 20px; }

  #contact .main_form {
    padding-top: 60px;
    padding-bottom: 60px; } }
@media (min-width: 600px) and (max-width: 991px) {
  .footer .footer_menu {
    margin-top: 30px;
    margin-bottom: 45px; }
    .footer .footer_menu li {
      display: inline-block;
      margin-bottom: 20px;
      margin-right: 20px;
      font-size: 16px; }
      .footer .footer_menu li:last-of-type {
        margin-right: 0; } }
@media (max-width: 600px) {
  .header .menu ul.main_menu {
    top: 80px; }

  .container {
    max-width: 100%; }

  #home .for_residents .img.img_1 {
    transform: translate(1%, 10%);
    width: 45%; }
  #home .for_residents .img.img_2 {
    transform: translate(-1%, 90%);
    width: 42%; }

  #about .personal_advantage .boxes {
    text-align: center; }
  #about .personal_advantage .square {
    text-align: left;
    min-width: 90%; } }

/*# sourceMappingURL=my_style.css.map */
