@charset "UTF-8";

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

@font-face {
  font-family: "Perfetto";
  src: url("/fonts/site/Perfetto.woff2") format("woff2"), url("/fonts/site/Perfetto.woff") format("woff");
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: "Proxima Nova Regular";
  src: url("/fonts/site/Proxima-Nova-Reg.woff2") format("woff2"), url("/fonts/site/Proxima-Nova-Reg.woff") format("woff");
  font-weight: 400;
  font-display: block;
}

html {
  --fontHeading: Proxima Nova Regular, sans-serif;
  --fontScript: Perfetto, Brush Script MT Full Stack, Brush Script MT, cursive;
  --fontBase: Proxima Nova Regular, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Oxygen, Cantarell, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Proxima Nova Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  scroll-behavior: smooth;
}

body {
  font-family: "Proxima Nova Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  font-size: 16px;
  line-height: 1.66667;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

button {
  font-family: "Proxima Nova Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Proxima Nova Regular", sans-serif;
  color: #101F44;
  line-height: 1.3;
}

h1 {
  font-size: 2.125rem;
  margin-bottom: 3.125rem;
}

h2 {
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
}

h3 {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

h6 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

a {
  color: #E87217;
  text-decoration: none;
  transition: 0.1s ease;
}

a:hover {
  text-decoration: none;
  color: #101F44;
}

a:focus,
a:active {
  color: #101F44;
}

a:visited {
  color: #101F44;
}

p {
  color: #2a2727;
  margin-bottom: 1.5rem;
  line-height: 1.7;
  font-size: 1rem;
}

ul,
ol {
  padding-left: 1rem;
}

li {
  margin-bottom: 0.5rem;
}

abbr {
  border: 0;
  text-decoration: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.quote {
  display: inline;
  quotes: "\201C" "\201D" "\2018" "\2019";
}

.quote p {
  display: inline;
}

.quote::before {
  content: open-quote;
}

.quote::after {
  content: close-quote;
}

sup {
  vertical-align: unset;
}

.lead {
  background: #F2EADE;
  color: #333;
  padding: var(--basePadding2x);
  font-size: 1.25rem;
}

.lead__title {
  color: #101F44;
  letter-spacing: unset;
  line-height: 1.3;
}

.lead p {
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .lead,
  .lead p {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .lead {
    padding: calc(var(--basePadding) * 4);
    display: grid;
    grid-template-columns: minmax(0, 1200px);
    justify-content: center;
  }
}

@media only screen and (min-width: 1276px) {
  .lead {
    padding: calc(var(--basePadding) * 6) calc(var(--basePadding) * 8);
  }
}

.panel {
  padding: var(--basePadding2x);
  border: 1px solid #897355;
  margin-bottom: calc(var(--basePadding) * 2);
}

@media only screen and (min-width: 992px) {
  .panel {
    margin: 0 auto var(--basePadding);
    padding: calc(var(--basePadding) * 4);
    font-size: 1.125rem;
  }

  .panel p,
  .panel li {
    font-size: 1.125rem;
  }
}

.checklist {
  margin-bottom: 1.5rem;
  padding: 0;
}

.checklist > li {
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  line-height: 1;
  margin-bottom: var(--basePadding);
}

.checklist > li::before {
  content: "";
  display: block;
  width: 33px;
  min-width: 33px;
  height: 39px;
  background: white url("/images/site/first-story/checkmark.png") no-repeat top left;
  margin-right: var(--basePadding);
  margin-top: var(--basePaddingN);
}

/**
 * Added higher specificity (.find__disclaimer) - li > ul is too ubiquitous (and used in main nav)
 */

.find__dislcaimer li > ul {
  margin-top: 5px;
}

.find__dislcaimer li > ul li {
  list-style: circle;
}

:root {
  --basePadding: 15px;
  --basePadding2x: calc(var(--basePadding) * 2);
  --basePaddingN: calc(var(--basePadding) * -1);
  --basePadding2xN: calc(var(--basePadding) * -2);
  --scrollPosition: 0;
}

html {
  scroll-behavior: smooth;
}

body [v-cloak] {
  display: none;
}

#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#main,
.main,
.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.klaro .cookie-notice:not(.cookie-modal-notice) {
  z-index: 2147483010 !important;
}

.cta,
#pardot-form input[type=submit] {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.2em 1.2em;
  font-family: "Proxima Nova Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.5;
  text-transform: capitalize;
  transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
}

@media only screen and (min-width: 768px) {
  .cta,
  #pardot-form input[type=submit] {
    font-weight: normal;
    font-size: 1.5rem;
  }
}

.cta__content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cta__text {
  margin-bottom: -2px;
}

.cta__icon svg {
  display: block;
  max-width: 32px;
  max-height: 24px;
}

.cta__icon--left {
  margin-right: 1em;
}

.cta--yelling {
  text-transform: uppercase;
}

.cta--rounded,
#pardot-form input[type=submit] {
  border-radius: 999px;
}

.cta--orange,
#pardot-form input[type=submit] {
  color: #fff;
  border: 2px solid #E87217;
  background: #E87217;
}

.cta--orange:visited,
#pardot-form input[type=submit]:visited {
  color: #fff;
}

.cta--orange:hover,
.cta--orange:focus,
#pardot-form input[type=submit]:hover,
#pardot-form input[type=submit]:focus {
  color: #E87217;
  background: #fff;
}

.cta--blue {
  padding: 1em 1.5em;
  font-size: 0.875rem;
  font-weight: 600;
  color: #101F44;
  border: 1px solid #101F44;
}

.cta--blue:visited {
  color: #101F44;
}

.cta--blue:hover,
.cta--blue:focus {
  color: #fff;
  background: #101F44;
}

.cta--white-orange {
  padding: 1em 1.5em;
  font-size: 0.875rem;
  font-weight: 600;
  color: #E87217;
  border: 1px solid #E87217;
}

.cta--white-orange:visited {
  color: #E87217;
}

.cta--white-orange:hover,
.cta--white-orange:focus {
  color: #fff;
  background: #E87217;
}

.cta--outline-orange {
  padding: 8px var(--basePadding) 5px;
  border: 2px solid #E87217;
  justify-self: flex-end;
  font-size: 1rem;
  display: inline-block;
  align-self: center;
  font-weight: 700;
  color: #E87217;
}

.cta--outline-orange:hover,
.cta--outline-orange:active,
.cta--outline-orange:focus {
  background: #E87217;
  color: white;
}

@media only screen and (max-width: 767px) {
  .cta--quick-move-in-homes-available .cta__icon--left {
    display: none;
  }
}

input,
select,
textarea {
  font-family: var(--fontBase);
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 14px;
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: normal;
  color: #101F44;
  border: 1px solid #D8D8D8;
  border-radius: 0;
  background: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border 0.2s ease-out, background 0.2s ease-out, color 0.2s ease-out;
}

input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: 0;
  border-color: #666;
  background: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill::first-line,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
select:-webkit-autofill::first-line,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill::first-line {
  font-family: var(--fontBase);
  font-size: 1rem;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: #101F44;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active,
input:autofill::first-line,
select:autofill,
select:autofill:hover,
select:autofill:focus,
select:autofill:active,
select:autofill::first-line,
textarea:autofill,
textarea:autofill:hover,
textarea:autofill:focus,
textarea:autofill:active,
textarea:autofill::first-line {
  font-family: var(--fontBase);
  font-size: 1rem;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: #101F44;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 9999s ease-in-out 0s;
}

input.danger,
select.danger,
textarea.danger {
  border-color: #ad1717;
}

input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: unset;
  display: inline-block;
  height: unset;
}

input,
select {
  height: 50px;
}

select {
  cursor: pointer;
}

option:disabled {
  color: black;
}

option[disabled] {
  color: black;
}

option {
  color: black;
}

select::-ms-expand {
  display: none;
}

.form-input__select-wrap,
.form-field.state {
  position: relative;
  line-height: 1;
}

.form-input__select-wrap::after,
.form-field.state::after {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  content: url('data:image/svg+xml;charset=utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M509.121 125.966a9.821 9.821 0 00-13.893 0L256.005 365.194 16.771 125.966a9.821 9.821 0 00-13.893 0 9.821 9.821 0 000 13.893l246.18 246.175a9.819 9.819 0 0013.893 0l246.17-246.175a9.821 9.821 0 000-13.893z"/></svg>');
  width: 20px;
  right: var(--basePadding);
  top: 50%;
  height: 16px;
  display: block;
  transform: translateY(-8px);
}

.form-input__label,
.field-label {
  cursor: pointer;
  display: block;
  padding: 0 0 5px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3;
  color: #333;
}

.form-input__error,
#pardot-form .error.no-label {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.875rem;
  color: #fff;
  font-style: normal;
  background: #ad1717;
  transform: translateY(-10px);
}

.form-input__error::before,
#pardot-form .error.no-label::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #ad1717 transparent;
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
}

.label-required {
  display: none;
}

.label-required.show {
  display: inline;
}

.form-success {
  display: none;
}

.alert {
  margin: 15px 0;
  padding: 20px 15px;
  font-size: 1rem;
  line-height: inherit;
}

.alert.alert-success {
  padding: 0;
  line-height: inherit;
  color: inherit;
  background-color: inherit;
}

.alert.alert-danger {
  font-weight: 600;
  color: #fff;
  background-color: #ad1717;
}

.alert.alert-success a,
.alert.alert-danger a {
  color: #fff;
  text-decoration: underline !important;
}

.form-input__wrap {
  position: relative;
}

.form-input__wrap--prefix input {
  padding-left: 50px;
}

.form-input__wrap--suffix input {
  padding-right: 50px;
}

.form-input__prefix,
.form-input__suffix {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 1;
}

.form-input__prefix {
  left: 0;
}

.form-input__suffix {
  right: 0;
}

textarea {
  font-family: var(--fontBase);
  min-height: 100px;
}

.form-input__radio,
.form-input__checkbox {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.form-input__radio .form-input__label,
.form-input__checkbox .form-input__label,
.form-input__radio-label {
  cursor: pointer;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.form-input__radio .form-input__label::before,
.form-input__checkbox .form-input__label::before,
.form-input__radio-label::before {
  content: "";
  flex: none;
  width: 18px;
  height: 18px;
  border: 1px solid #767676;
  margin-right: 10px;
}

.form-input__radio .form-input__label::before,
.form-input__radio-label::before {
  display: block;
  border-radius: 9px;
  background: #fff;
  transition: border 0.2s ease-out, background 0.2s ease-out;
}

.form-input__radio .form-input__label:hover::before,
.form-input__radio-label:hover::before {
  border-color: #E87217;
}

.form-input__checkbox .form-input__label::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\2714";
  color: #101F44;
  background: #101F44;
}

.form-input__radio-inner input[type=radio],
.form-input__checkbox-inner input[type=checkbox] {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  height: 1px;
  min-width: 0;
  margin: -1px;
  padding: 0;
  border: 0;
}

.form-input__radio-inner input[type=radio]:checked + .form-input__label::before,
.form-input__radio-inner input[type=radio]:checked + .form-input__radio-label::before {
  border-color: #E87217;
  background: #E87217;
}

.form-input__checkbox-inner input[type=checkbox]:checked + .form-input__label::before {
  border-color: #fff;
  background: #fff;
}

.form-input__label--success {
  color: #08810e;
  font-weight: 700;
}

.grecaptcha-badge {
  visibility: hidden;
}

.phone-cover {
  font-size: 1rem;
}

.phone-wrap {
  --phoneTextColor: white;
  position: relative;
  font-family: var(--fontBase);
  font-size: 1rem;
  font-weight: normal;
  color: #101F44;
  transition: color 0.2s ease-out;
}

.phone-wrap input {
  color: var(--phoneTextColor) !important;
}

.phone-wrap input:-webkit-autofill,
.phone-wrap input:-webkit-autofill:hover,
.phone-wrap input:-webkit-autofill:focus,
.phone-wrap input:-webkit-autofill:active,
.phone-wrap input:-webkit-autofill::first-line {
  -webkit-text-fill-color: var(--phoneTextColor) !important;
}

.phone-wrap input:autofill,
.phone-wrap input:autofill:hover,
.phone-wrap input:autofill:focus,
.phone-wrap input:autofill:active,
.phone-wrap input:autofill::first-line {
  -webkit-text-fill-color: var(--phoneTextColor) !important;
}

.phone-wrap .phone-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 15px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

#pardot-form {
  background: white !important;
  padding: 30px;
}

#pardot-form p {
  margin-bottom: 0;
}

#pardot-form input[type=submit] {
  width: auto;
}

.form-field.state::after {
  top: calc(50% + 8px);
  transform: translateY(-50%);
}

#pardot-form div[id*=focus] ~ p {
  padding: 0;
  margin: 15px 0;
  font-size: 1rem;
}

#pardot-form .error.no-label {
  margin: 0;
}

