img.lazy {
  display: block
}

h1 {
  display: inline;
  color: #fff;
  font-size: 64px;
  font-family: "juana-black";
  line-height: .5;
  text-shadow: none;
}

h2 {
  color: #ABD42C;
  line-height: .75;
  margin: 0 0 4vw;
}

strong {
  display: inline;
  color: #2A3446;
  font-size: 46px;
  /* margin-right: -50px; */
}

.neo__grid._leasing > div > aside {
  background-color: #fff;
}

body[id=contact] {
  background-image: url("../_ui/grfx/tile-dark-blue-large.svg");
  background-color: #2A3446;
  /* -webkit-background-size: 250px;
  -moz-background-size: 250px;
  background-size: 250px;
  -o-background-size: 250px; */
  background-position: 0 0;
  background-repeat: repeat
}

.neo__grid > div article figure span {
  background: transparent;
}

table {
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "GreycliffCF-Regular";
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-weight: bold;
  color: #444a54;
  max-width: 100%;
  background: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px
}

table th,
table td {
  padding: 1vw 2px;
  vertical-align: middle;
  text-align: left;
  border-bottom: solid #2A3446 1px;
  color: #2A3446;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 20px;
  font-family: "Prompt-Bold";
}

table td.times {
  font-family: "Prompt-Bold";
}

body[id=contact] header {
  background: transparent
}

body[id=contact] main {
  padding: 250px 0 0 0
}

body[id=contact] header.sticky {
  background: #2A3446
}

@media screen and (max-width: 1480px) {

  table th,
  table td {
    font-size: calc(20px + -3 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {

  table th,
  table td {
    font-size: 17px
  }

  /*body[id=contact] main { */
  /*   padding: 140px 0 0 0;*/
  /*}*/
  strong {
    margin-right: -25px;
  }


}

@media screen and (max-width: 1280px) {

  table th,
  table td {
    line-height: 2.24
  }
}

table thead th {
  background: #232d62;
  vertical-align: bottom
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background: rgba(134, 149, 154, 0.01)
}

table tbody td:nth-of-type(2) {
  text-align: right;
}

@media (max-width: 480px) {
  table thead {
    display: none
  }

  table td:not(:first-child) {
    display: block;

  }

  table td {
    border: solid #2A3446 0
  }

  table tr {
    border-bottom: solid #dadada 1px
  }
}

.ginput_container_select,
.nice-select.gfield_select {
  position: relative;
}

.nice-select {
  margin: 20px 0;
  background: #fff !important;
  z-index: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0
}

.nice-select:after {
  right: 25px
}

.nice-select span {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "GreycliffCF-Regular";
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  line-height: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #2A3446;
  background: #fff;
}

.nice-select .list {
  width: 100%;
  max-height: 220px;
  overflow-y: scroll;
  z-index: 100
}

.nice-select.open .list {
  position: relative;
}

/*.ginput_container_select {*/
/*    background: #fff !important;*/
/*}*/

/*.hywrap input,*/
/*.hywrap input[type="text"],*/
/*.hywrap select,*/
/*.hywrap textarea {*/
/*  -webkit-transition: all 0.2s ease;*/
/*  -moz-transition: all 0.2s ease;*/
/*  -ms-transition: all 0.2s ease;*/
/*  -o-transition: all 0.2s ease;*/
/*  transition: all 0.2s ease;*/
/*  width: 100%;*/
/*  height: 45px;*/
/*  outline: none;*/
/*  padding: 2px 15px;*/
/*  background: #fff;*/
/*  border: none;*/
/*  font-style: normal;*/
/*  font-stretch: normal;*/
/*  font-weight: 400;*/
/*  font-variant: initial;*/
/*  font-family: "GreycliffCF-Regular";*/
/*  letter-spacing: 0px;*/
/*  text-transform: initial;*/
/*  text-decoration: none;*/
/*  line-height: 1.43;*/
/*  color: #f9cb38;*/
/*  font-size: 14px;*/
/*  border: solid rgba(134, 149, 154, 0.7) 1px;*/
/*  -webkit-border-radius: 0px;*/
/*  -moz-border-radius: 0px;*/
/*  -ms-border-radius: 0px;*/
/*  -o-border-radius: 0px;*/
/*  border-radius: 0px;*/
/*  background: #fff !important;*/
/*  border-radius: 0px !important*/
/*}*/

/*.hywrap input:focus + .focus-input,*/
/*.hywrap input[type="text"]:focus + .focus-input,*/
/*.hywrap select:focus + .focus-input,*/
/*.hywrap textarea:focus + .focus-input {*/
/*  visibility: visible;*/
/*  -webkit-opacity: 1;*/
/*  -moz-opacity: 1;*/
/*  -ms-opacity: 1;*/
/*  -o-opacity: 1;*/
/*  opacity: 1;*/
/*  filter: alpha(opacity=100);*/
/*  -webkit-transform: scale(1);*/
/*  -moz-transform: scale(1);*/
/*  -ms-transform: scale(1);*/
/*  -o-transform: scale(1);*/
/*  transform: scale(1)*/
/*}*/

/*.hywrap .meta {*/
/*  width: 100%*/
/*}*/

/*.hywrap button[type="submit"],*/
/*.hywrap input[type=submit] {*/
/*  font-style: normal;*/
/*  font-stretch: normal;*/
/*  font-variant: initial;*/
/*  font-family: "GreycliffCF-Bold" !important;*/
/*  letter-spacing: 0px;*/
/*  text-transform: initial;*/
/*  text-decoration: none;*/
/*  font-size: 14px;*/
/*  font-weight: 300;*/
/*  color: #000;*/
/*  line-height: 1;*/
/*  min-height: 10px;*/
/*  display: table;*/
/*  outline: none;*/
/*  background: transparent;*/
/*  cursor: pointer;*/
/*  padding: 5px 50px;*/
/*  height: 50px;*/
/*  -webkit-border-radius: 0;*/
/*  -moz-border-radius: 0;*/
/*  -ms-border-radius: 0;*/
/*  -o-border-radius: 0;*/
/*  border-radius: 0;*/
/*  -webkit-transition: 0.5s ease-in-out;*/
/*  -moz-transition: 0.5s ease-in-out;*/
/*  -ms-transition: 0.5s ease-in-out;*/
/*  -o-transition: 0.5s ease-in-out;*/
/*  transition: 0.5s ease-in-out;*/
/*  border: solid #DBB32F 1px;*/
/*  background: #DBB32F;*/
/*  -webkit-appearance: none;*/
/*  -webkit-border-radius: 0;*/
/*  -moz-border-radius: 0;*/
/*  -ms-border-radius: 0;*/
/*  -o-border-radius: 0;*/
/*  border-radius: 0*/
/*}*/

/*.hywrap button[type="submit"]:hover,*/
/*.hywrap input[type=submit]:hover {*/
/*  color: #f9cb38*/
/*}*/

/*.hywrap button[type="submit"] {*/
/*  color: #000 !important;*/
/*  border: 1px solid #DBB32F !important;*/
/*  font-family: "GreycliffCF-Bold" !important;*/
/*  border-radius: 0 !important;*/
/*}*/

/*.hywrap button[type="submit"]:hover {*/
/*  background: #DBB32F !important*/
/*}*/

#more-info a {
  color: #fff;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "GreycliffCF-Regular";
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300
}

.name-fields > li {
  width: 49%;
  margin: 0 2% 2% 0;
  padding: 0;
  float: left
}

.name-fields > li:nth-child(2n+2) {
  margin: 0 0 2% 0
}

@media only screen and (max-width: 960px) {
  .name-fields > li {
    width: 48.5%;
    margin: 0 3% 3% 0
  }

  .name-fields > li:nth-child(2n+2) {
    margin: 0 3% 3% 0
  }

  .name-fields > li:nth-child(3n+3) {
    margin: 0 3% 3% 0
  }

  .name-fields > li:nth-child(2n+2) {
    margin: 0 0 3% 0
  }
}

@media only screen and (max-width: 720px) {
  h2 {
    margin: 0 0 9vw;
  }
}

@media only screen and (max-width: 640px) {
  h2 {
    font-size: 18vw;
  }

  .name-fields > li {
    width: 100%;
    margin: 0 8% 8% 0
  }

  .name-fields > li:nth-child(2n+2) {
    margin: 0 8% 8% 0
  }

  .name-fields > li:nth-child(2n+2) {
    margin: 0 8% 8% 0
  }

  .name-fields > li:nth-child(2n+2) {
    margin: 0 8% 8% 0
  }

  .name-fields > li:nth-child(1n+1) {
    margin: 0 0 8% 0
  }
}

@media only screen and (max-width: 460px) {
  .name-fields > li {
    width: 100%;
    margin: 0 10% 10% 0
  }

  .name-fields > li:nth-child(2n+2) {
    margin: 0 10% 10% 0
  }

  .name-fields > li:nth-child(2n+2) {
    margin: 0 10% 10% 0
  }

  .name-fields > li:nth-child(2n+2) {
    margin: 0 10% 10% 0
  }

  .name-fields > li:nth-child(1n+1) {
    margin: 0 0 10% 0
  }
}

form {
  margin: 10px 0;
  width: 100%;
  height: 90%;
  padding: calc(1vw + 5px) 0
}

form:before,
form:after {
  clear: both;
  content: "";
  display: block;
  height: 10px
}

form label {
  color: #fff;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "Prompt-Bold";
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  max-height: 26px;
  overflow: hidden;
  margin: 5px 0;
  display: none
}

form label.error {
  color: #bd3128;
  font-size: 11px;
  position: absolute;
  right: 0;
  bottom: -30px
}

form label.error#captcha-error {
  bottom: -8px
}

form > p {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "GreycliffCF-Regular";
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 10px;
  font-weight: 300;
  color: rgba(68, 74, 84, 0.65);
  line-height: 1;
  margin: 0 0 40px 0
}

form fieldset {
  position: relative
}

form fieldset > div {
  width: 48%;
  margin: 0 4% 0 0;
  padding: 0;
  float: left
}

form fieldset input {
  font-family: "Prompt-Regular" !important;
  font-size: 14px !important;
}

form fieldset > div:nth-child(2n+2) {
  margin: 0 0 0 0
}

@media only screen and (max-width: 960px) {
  form fieldset > div {
    width: 100%;
    margin: 0 5% 5% 0
  }

  form fieldset > div:nth-child(2n+2) {
    margin: 0 5% 5% 0
  }

  form fieldset > div:nth-child(2n+2) {
    margin: 0 5% 5% 0
  }

  form fieldset > div:nth-child(1n+1) {
    margin: 0 0 5% 0
  }
}

@media only screen and (max-width: 460px) {
  form fieldset > div {
    width: 100%;
    margin: 0 8% 8% 0
  }

  form fieldset > div:nth-child(2n+2) {
    margin: 0 8% 8% 0
  }

  form fieldset > div:nth-child(2n+2) {
    margin: 0 8% 8% 0
  }

  form fieldset > div:nth-child(1n+1) {
    margin: 0 0 8% 0
  }
}

form fieldset > div.neo_select,
form fieldset > div.neo__captcha {
  width: 100%
}

form fieldset.neo_textarea .validate-input {
  width: 100%
}

form fieldset.neo_textarea label.error {
  bottom: -20px
}

.nice-select {
  border-color: #a2a2a2;
  background: #fff;
  margin: 0;
  width: 100%;
  max-width: 100%;
  border: none;
  border-bottom: solid #f9cb38 1px
}

.nice-select span {
  color: #a2a2a2
}

.nice-select .option,
.nice-select span {
  color: #2A3446;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "Prompt-Regular";
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 14px;
  line-height: 3;
  font-weight: 400
}

.gfield textarea.small,
.ginput_container_date input {
  font-family: "Prompt-Regular" !important;
  font-size: 14px !important;
}

.nice-select span.current {
  padding: 0 0 0 15px;
}

.focus-input {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 45px;
  width: calc(100% + 0px);
  pointer-events: none;
  visibility: hidden;
  border: solid #f9cb38 1px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3)
}

form fieldset .focus-input._textarea {
  height: 85px
}

form fieldset textarea,
form fieldset input[type=text],
form fieldset input[type=password],
form fieldset input[type=email] {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  height: 45px;
  outline: none;
  padding: 2px 15px;
  background: #fff;
  border: none;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  font-family: "GreycliffCF-Regular";
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  line-height: 1.43;
  color: #f9cb38;
  font-size: 14px;
  border: solid rgba(134, 149, 154, 0.7) 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px
}

form fieldset textarea:focus + .focus-input,
form fieldset input[type=text]:focus + .focus-input,
form fieldset input[type=password]:focus + .focus-input,
form fieldset input[type=email]:focus + .focus-input {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

form fieldset p.rememberme {
  text-align: left
}

form fieldset p.rememberme input,
form fieldset p.rememberme label {
  display: inline-block;
  vertical-align: middle
}

form fieldset p._required {
  font-size: 12px;
  color: #444a54
}

form fieldset textarea {
  height: 85px;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  padding: 10px;
  resize: none
}

form fieldset textarea:focus + .focus-input {
  height: 85px
}

form fieldset button[type="submit"],
form fieldset input[type=submit] {
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  font-family: "Prompt-SemiBold";
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  min-height: 10px;
  display: table;
  outline: none;
  background: transparent;
  cursor: pointer;
  padding: 5px 50px;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border: solid #c20b9e 1px;
  background: #c20b9e;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0
}

form fieldset button[type="submit"]:hover,
form fieldset input[type=submit]:hover {
  color: #f9cb38
}

::-webkit-input-placeholder {
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  font-family: "GreycliffCF-Regular";
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  line-height: 1.43;
  color: #444a54;
  font-size: 14px
}

:-ms-input-placeholder {
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  font-family: "GreycliffCF-Regular";
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  line-height: 1.43;
  color: #444a54;
  font-size: 14px
}

::placeholder {
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-variant: initial;
  font-family: "GreycliffCF-Regular";
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  line-height: 1.43;
  color: #444a54;
  font-size: 14px
}

.neo__captcha img {
  border: solid rgba(134, 149, 154, 0.25) 1px;
  height: 30px;
  display: inline-block
}

.neo__captcha #refreshcaptcha {
  content: "";
  width: 20px;
  height: 20px;
  margin: 5px 0 0 10px;
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
  background-image: url("../_ui/captcha-refresh.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.neo__captcha._price #refreshcaptcha {
  background-image: url("../_ui/captcha-refresh-white.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

form fieldset label._captcha {
  font-size: 12px;
  left: 0;
  margin: 0 0 0 0;
  color: rgba(68, 74, 84, 0.65);
  display: block
}

#captcha-error {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100)
}

.neo_message {
  margin: 8vw auto
}

.neo_message h2 {
  font-size: 25px
}

@media screen and (max-width: 1480px) {
  .neo_message h2 {
    font-size: calc(25px + -3 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {
  .neo_message h2 {
    font-size: 22px
  }
}

.neo_message p {
  font-size: 16px;
  margin: 10px 0
}

.neo__grid._leasing {
  background: transparent
}

.neo__grid._leasing > div {
  min-height: 850px;
  background: transparent
}

.neo__grid._leasing > div > aside strong {
  margin: calc(1vw + 20px) 0
}

@media screen and (max-width: 960px) {
  .neo__grid._leasing > div > aside strong {
    line-height: 1.56;
    margin: calc(1vw + 20px) 14px calc(1vw + 20px) 0
  }
}

.neo__grid._leasing > div > aside h6 {
  margin: 15px 0;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  line-height: 1;
  font-family: "Prompt-Regular";
  font-weight: 300;
  color: #2A3446;
  font-size: 30px
}

@media screen and (max-width: 1480px) {
  /*.neo__grid._leasing > div > aside h6 {*/
  /*  font-size: calc(20px + -6 * (100vw - 1480px) / -520)*/
  /*}*/
}

@media screen and (max-width: 960px) {
  .neo__grid._leasing > div > aside h6 {
    font-size: 18px
  }
}

.neo__grid._leasing > div > aside h6._lg {
  font-size: 20px;
  font-family: "Prompt-Regular";
  text-transform: capitalize;
}

@media screen and (max-width: 1480px) {
  .neo__grid._leasing > div > aside h6._lg {
    font-size: calc(30px + -2 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {
  .neo__grid._leasing > div > aside h6._lg {
    font-size: 24px
  }
}

.neo__grid._leasing > div > aside a {
  color: #2A3446;
  font-style: normal;
  font-stretch: normal;
  font-variant: initial;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: initial;
  text-decoration: none;
  font-size: 16px;
  font-family: "Prompt-Bold";
  display: table;
  margin: 10px 0
}

@media screen and (max-width: 1480px) {
  .neo__grid._leasing > div > aside a {
    font-size: calc(20px + -3 * (100vw - 1480px) / -520)
  }
}

@media screen and (max-width: 960px) {
  .neo__grid._leasing > div > aside a {
    font-size: 17px
  }
}

.neo__grid._leasing > div > aside a:hover {
  color: #CD9486
}

.neo__grid._leasing > div > aside p {
  margin: 3vw 0;
  max-width: 500px;
  font-size: 16px
}

.neo__mapbox {
  min-height: 1080px
}

.neo__grid._location {
  background: transparent
}

.neo__grid._location > div {
  background: transparent;
  min-height: 1080px
}

.neo__grid._location > div > aside > div {
  top: 0%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%)
}

@media screen and (max-width: 960px) {
  .neo__grid._location > div > aside > div {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%)
  }
}

.neo__grid._location > div > aside h3 {
  color: #f9cb38;
  text-transform: uppercase
}

.neo__grid._location > div > article {
  background: #f4f2ef;
  min-height: 1080px
}

.neo__grid._location > div > article figure.neoIE {
  display: none
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .neo__grid._location > div > article figure.neoIE {
    display: block
  }
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  background: rgba(68, 74, 84, 0.45)
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(134, 149, 154, 0.45);
  width: 4px
}

@media screen and (max-width: 1480px) {
  .neo__grid > div > article {
    min-height: 65vw
  }
}

@media screen and (max-width: 1080px) {
  .neo__grid > div > article {
    min-height: 75vw
  }
}

.gform-field-label {
  color: #fff !important;
  font-family: "Prompt-Bold" !important;
  font-size: 16px !important;
}

.gform_title,
.gform_required_legend {
  display: none;
}

.gfield_label {
  /*display:none !important;*/
}

.gform-theme--framework .gfield {
  margin: -1vw 0 0 0;
}

.gform-theme--foundation .gfield .ginput_password.medium,
.gform-theme--foundation .gfield input.medium,
.gform-theme--foundation .gfield select.medium {
  inline-size: 100% !important;
  font-family: "Prompt-Regular" !important;
  font-size: 14px !important;
}

.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
  --gf-local-width: 100% !important;
  font-family: "Prompt-Regular" !important;
}

.gform-theme--foundation .hidden_label .gfield_label,
.gform-theme--foundation .hidden_sub_label,
.gform-theme--foundation .screen-reader-text {
  font-family: "Prompt-Regular" !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: "Prompt-Regular" !important;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: "Prompt-Regular" !important;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: "Prompt-Regular" !important;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: "Prompt-Regular" !important;
}

.gform_button {
  background: #7F231D !important;
  padding: 16px 32px !important;
  color: #fff !important;
  font-family: "Prompt-Bold" !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  outline: 1px #CD9486 solid !important;
  outline-offset: -4px !important;
}



.gform-theme--framework .gform_validation_errors {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.gform-theme--framework .gform_validation_errors,
.gfield.gfield_error input,
.gform-theme--framework .gform_validation_errors .gform-icon {
  border-color: #ABD42C !important;
}

.gform-theme--framework .gform_validation_errors .gform_submission_error,
.gform-theme--framework .gform_validation_errors .gform-icon,
.gform-theme--framework .gform_validation_errors ol,
.gform-theme--framework .gform_validation_errors ol il,
.gform-theme--framework .gform_validation_errors ol a,
.gform-theme--framework .gfield_validation_message {
  color: #ABD42C !important;
}



/*.hywrap #form-success {*/
/*  background: transparent !important*/
/*}*/

/*.hywrap #form-success > div {*/
/*  font-style: normal;*/
/*  font-stretch: normal;*/
/*  font-variant: initial;*/
/*  font-family: "GreycliffCF-Regular";*/
/*  letter-spacing: 0px;*/
/*  text-transform: initial;*/
/*  text-decoration: none;*/
/*  font-size: 27px;*/
/*  font-weight: 700;*/
/*  line-height: 1.37;*/
/*  color: #f9cb38;*/
/*  font-size: 27px*/
/*}*/

/*@media screen and (max-width: 1480px) {*/
/*  .hywrap #form-success > div {*/
/*    font-size: calc(27px + -4 * (100vw - 1480px) / -520)*/
/*  }*/
/*}*/

/*@media screen and (max-width: 960px) {*/
/*  .hywrap #form-success > div {*/
/*    font-size: 23px*/
/*  }*/
/*}*/

/*.hywrap .control-label {*/
/*  color: #fff !important*/
/*}*/

/*.hywrap button[type="submit"] {*/
/*  color: #000 !important;*/
/*  background-color: #DBB32F !important;*/
/*  border-color: #DBB32F !important*/
/*}*/

/*.hywrap .LV_invalid {*/
/*  color: #fff;*/
/*  font-style: normal;*/
/*  font-stretch: normal;*/
/*  font-weight: 400;*/
/*  font-variant: initial;*/
/*  font-family: "GreycliffCF-Regular";*/
/*  line-height: 1.5;*/
/*  letter-spacing: 0px;*/
/*  text-transform: initial;*/
/*  text-decoration: none;*/
/*  font-size: 12px;*/
/*  -webkit-opacity: 1;*/
/*  -moz-opacity: 1;*/
/*  -ms-opacity: 1;*/
/*  -o-opacity: 1;*/
/*  opacity: 1;*/
/*  filter: alpha(opacity=100);*/
/*  color: #005068 !important*/
/*}*/