@charset "UTF-8";
body {
  color: #333;
  line-height: 140%;
  letter-spacing: 0.02em;
}

h1 {
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-stretch: normal;
}

h2 {
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-stretch: normal;
}

h3 {
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-stretch: normal;
}

h4 {
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-stretch: normal;
}

h5 {
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-stretch: normal;
}

h6 {
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-stretch: normal;
}

p {
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-stretch: normal;
}

.fa {
  color: #34abde;
  font-size: 3em !important;
  text-align: center;
  display: block;
}

ul {
  list-style-image: url("/assets/images/li-arrow.png");
  padding: 0 0 0 10px;
  margin: 0;
}

li {
  margin-bottom: 1.3em;
  line-height: 150%;
}

.validation-hide {
  display: none;
  color: red;
}

.video-container {
  position: relative;
  max-width: 100%;
}
.video-container video {
  max-width: 100%;
  display: block;
}
.video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  max-width: 50vw;
  max-height: 50vw;
  background: url("/assets/images/play-button.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
  max-width: 50%;
}
@media (max-width: 991px) {
  .video-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.td-shrink {
  white-space: nowrap;
  width: 1%;
}

.bg-lightish {
  background: #f0f0f0;
}

/**********************
IN-FLOW FORM
**********************/
.form {
  max-width: 400px;
  margin: auto;
  background: white;
  border-radius: 4px;
}

.form-steps {
  text-align: center;
  background: #333;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.form-steps div {
  width: 50%;
  float: left;
  border-bottom: 3px solid #333;
  color: #fff;
  opacity: 0.4;
  font-size: 1.5em;
  padding: 1em 0;
}

.form-steps div.active {
  border-bottom-color: #34abde;
  opacity: 1;
}

.static-text-top {
  text-align: center;
  font-size: 1.1em;
  padding: 1em 0;
  font-weight: 600;
}

.btn {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1.3em;
  border-radius: 4px;
  border: none;
  padding: 0.9em 1.7em;
}

.btn-lg {
  font-size: 1.75em;
  padding: 1.1em 2em;
}

.btn:hover {
  box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.25);
  opacity: 0.9;
}

.form .btn.btn {
  display: block;
  width: calc(100% - 50px);
  margin: 1em auto;
  padding: 0.7em 0;
}

.btn-primary {
  background: #34abde;
  color: white;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #34abde !important;
}

.static-text-bottom {
  font-size: 0.85em;
  text-align: center;
  padding: 0 25px;
}

.form-select {
  color: #333333;
  text-align: left;
  padding: 21px 0 5px;
  margin: 0 25px;
  position: relative;
  margin-bottom: 26px;
  font-weight: 300;
  border-bottom: solid 1px #d6d6d6;
}

.form-select .validation-hide {
  position: absolute;
  bottom: -19px;
}

.form-select-hidden {
  display: none;
  list-style: none;
  position: absolute;
  top: 14px;
  left: -4%;
  background: white;
  width: 109%;
  z-index: 10;
  border-radius: 3px;
  box-shadow: 0 15px 30px 5px rgba(0, 0, 0, 0.3);
  padding-left: 0;
}

.form-select p, .form-select li {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}

.form-select-hidden li {
  padding: 3px 16px;
}

.form-select-hidden li {
  list-style-image: none;
}

.form-select-hidden li:hover {
  background: #ededed;
  cursor: pointer;
}

.form-select-hidden li.form-select-disabled:hover {
  background: white;
  cursor: default;
}

.form-select-hidden > div {
  padding: 15px 0;
}

img.success-check {
  padding: 12px 0;
}

.form-body {
  padding-bottom: 1em;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.content-3-ty-text {
  font-size: 1.4em;
  font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 300;
  font-stretch: normal;
  line-height: 140%;
  padding: 1em 0;
  margin: 0 25px;
  text-align: center;
}

p.content-ty-text {
  text-align: center;
  line-height: 150%;
  font-size: 1.3em;
  margin: 30px 25px;
}

.content-3-alert-text {
  color: red;
  text-align: center;
  margin: 0 25px;
}

.content-2, .content-3, .content-ty {
  display: none;
}

/***********************
FORM CONTROL
************************/
input::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form .control-group input {
  display: block;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #d6d6d6;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #34abde 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #34abde 4%);
  background-position: -100% 0;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  color: #186f94;
  outline: none;
}

.form .control-group input:focus {
  box-shadow: none;
  background-position: 0 0;
  background-size: 100% 100%;
  border-bottom: solid 1px #34abde;
}

.form .control-group input:focus::-webkit-input-placeholder {
  color: #34abde;
  font-size: 11px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  visibility: visible !important;
}

.form .control-group select {
  display: block;
  padding: 10px 0;
  background-position: -100% 0;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  outline: none;
  width: 100%;
  border: none;
  border-bottom: solid 1px #d6d6d6;
  color: #404040;
}

.form .control-group textarea {
  display: block;
  padding: 5px;
  outline: none;
  width: 100%;
  border: solid 1px #d6d6d6;
  color: #404040;
  min-height: 5em;
}

.form .control-group p + textarea {
  margin-top: -10px;
}

.form .control-group,
.form .form-check {
  width: 100%;
  padding: 25px 25px 0;
  position: relative;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-bottom: 1em;
}

.form .control-group.textarea {
  height: auto;
}

.form .control-group.textarea .form-control {
  height: auto;
  resize: none;
}

.form .control-group .form-control + label {
  position: absolute;
  left: 25px;
  top: 25px;
  display: block;
  margin: 0;
  font-weight: 300;
  z-index: 1;
  color: #333;
  font-size: 16px;
  line-height: 10px;
  text-align: left;
  transition: all 0.3s ease-out;
}

.form .control-group .form-control {
  background-color: transparent;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
  padding-left: 7px;
}

.form .control-group .form-control:focus + label,
.form .control-group .form-control.focus + label {
  top: 10px;
  font-size: 10px;
  left: 32px;
}

.footer {
  background: #333;
  color: white;
  text-align: center;
  padding: 2em 1em;
  font-size: 0.9em;
}
.footer p {
  margin-bottom: 0.5em;
}
.footer a {
  color: white;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .btn {
    padding: 0.8em 1.2em;
  }
}
/**********************
Form V2
**********************/
.inputGroup {
  background-color: #fff;
  display: inline-block;
  margin: 0 0 0.5em;
  position: relative;
  border-radius: 5px;
}

.inputGroup label {
  padding: 12px 30px;
  width: 100%;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  display: block;
}

.inputGroup input:checked ~ label {
  color: #fff;
  background: rgb(160, 160, 160);
}

.inputGroup input {
  display: none;
}

/**********************
Form V3
**********************/
/* Container: inline, wraps nicely */
.rs-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* Each choice */
.rs-choice {
  position: relative;
}

/* Hide the native box but keep it accessible */
.rs-choice input {
  position: absolute;
  opacity: 0;
  inset: 0;
}

/* Reset and style our chip */
.rs-choice label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.9rem;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  background: #fff;
  color: #212529;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.02s;
  /* ensure foreign .form-check styles don't leak */
  all: unset;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.9rem;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  background: #fff;
  color: #212529;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.02s;
}

/* Hover/active states */
.rs-choice label:hover {
  border-color: #86b7fe;
}

.rs-choice label:active {
  transform: scale(0.99);
}

/* Check icon area */
.rs-choice__icon {
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s;
}

.rs-choice__icon svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

/* Checked state */
.rs-choice input:checked + label {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.rs-choice input:checked + label .rs-choice__icon {
  opacity: 1;
}

/* Keyboard focus */
.rs-choice input:focus-visible + label {
  outline: 2px solid #0d6efd;
  outline-offset: 2px;
}

/* Make chips shrink nicely on small screens */
.rs-choice label {
  justify-content: flex-start;
}

/* Optional: disabled */
.rs-choice input:disabled + label {
  opacity: 0.6;
  cursor: not-allowed;
}

body.home,
body.selling,
body.mls {
  height: 100%;
}
body.home .top-section,
body.selling .top-section,
body.mls .top-section {
  background: url("/assets/images/home1-edit.jpg");
  background-size: cover;
  background-position: 50% 90%;
  padding-bottom: 3em;
  background-attachment: fixed;
  height: 100%;
  min-height: 10em;
  position: relative;
}
body.home .container-fluid.center-center-container,
body.selling .container-fluid.center-center-container,
body.mls .container-fluid.center-center-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.home h1,
body.selling h1,
body.mls h1 {
  color: white;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  text-align: center;
  text-transform: uppercase;
  max-width: 800px;
  margin: auto;
  letter-spacing: 0.1em;
  padding: 1em 0;
  font-size: 3.5em;
}
body.home h2,
body.selling h2,
body.mls h2 {
  color: white;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  text-align: center;
  margin: 0 auto 2em;
  font-size: 2.2em;
  max-width: 900px;
}
body.home .faq,
body.selling .faq,
body.mls .faq {
  padding-top: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid #ddd;
}
body.home .faq > .row,
body.selling .faq > .row,
body.mls .faq > .row {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid #ccc;
}
body.home .faq > .row:last-of-type,
body.selling .faq > .row:last-of-type,
body.mls .faq > .row:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
body.home .faq .text-end h2,
body.selling .faq .text-end h2,
body.mls .faq .text-end h2 {
  text-align: right;
}
body.home .faq .text-end h2 > i,
body.selling .faq .text-end h2 > i,
body.mls .faq .text-end h2 > i {
  display: block;
  text-align: right;
}
body.home .faq .text-start h2,
body.selling .faq .text-start h2,
body.mls .faq .text-start h2 {
  text-align: left;
}
body.home .faq .text-start h2 > i,
body.selling .faq .text-start h2 > i,
body.mls .faq .text-start h2 > i {
  display: block;
  text-align: left;
}
body.home .faq h2,
body.selling .faq h2,
body.mls .faq h2 {
  color: #333;
  text-shadow: none;
}
body.home .faq h2 > i,
body.selling .faq h2 > i,
body.mls .faq h2 > i {
  margin-top: 0.2em;
}
body.home .middle-section h3,
body.selling .middle-section h3,
body.mls .middle-section h3 {
  text-align: center;
  margin: 0.2em 0 0.5em;
}
body.home .middle-section p,
body.selling .middle-section p,
body.mls .middle-section p {
  padding: 0 9%;
  text-align: center;
  line-height: 150%;
}
body.home .middle-section,
body.selling .middle-section,
body.mls .middle-section {
  padding: 5em 0;
}
body.home .quote-section,
body.selling .quote-section,
body.mls .quote-section {
  background: url("/assets/mls/bg2.jpg");
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
}
body.home .quote-section h3,
body.selling .quote-section h3,
body.mls .quote-section h3 {
  text-align: center;
  letter-spacing: 0.02em;
  padding: 1.5em 0;
  font-size: 2.8em;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.8), 0 0 6px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.8);
  color: black;
}
body.home .bottom-section,
body.selling .bottom-section,
body.mls .bottom-section {
  margin: 4em 0;
}
body.home .bottom-section .container,
body.selling .bottom-section .container,
body.mls .bottom-section .container {
  max-width: 800px;
}
body.home .bottom-section h2,
body.selling .bottom-section h2,
body.mls .bottom-section h2 {
  margin: 0 0 1em;
  color: #333;
  text-shadow: none;
}
body.home .bottom-section img,
body.selling .bottom-section img,
body.mls .bottom-section img {
  width: 100%;
}
@media (max-width: 991px) {
  body.home h1,
  body.selling h1,
  body.mls h1 {
    font-size: clamp(1.5em, 3em, 11vw);
  }
  body.home h2,
  body.selling h2,
  body.mls h2 {
    font-size: clamp(1.5em, 2.2em, 8vw);
  }
  body.home .top-section,
  body.selling .top-section,
  body.mls .top-section {
    height: auto;
    min-height: 90vh;
  }
  body.home .container-fluid.container-fluid.center-center-container,
  body.selling .container-fluid.container-fluid.center-center-container,
  body.mls .container-fluid.container-fluid.center-center-container {
    position: static;
    height: auto;
    transform: none;
  }
  body.home .btn,
  body.selling .btn,
  body.mls .btn {
    width: 100%;
    margin: 0.45em 0;
    letter-spacing: 0.07em;
  }
  body.home .quote-section h3,
  body.selling .quote-section h3,
  body.mls .quote-section h3 {
    font-size: 1.5em;
    line-height: 130%;
  }
  body.home .middle-section .col-sm-4,
  body.selling .middle-section .col-sm-4,
  body.mls .middle-section .col-sm-4 {
    margin-bottom: 4em;
  }
}

body.marketing-plan {
  line-height: 140%;
  letter-spacing: 0.02em;
  background: url("/assets/marketing-action-plan/bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}
body.marketing-plan .fa {
  color: #34abde;
  font-size: 3em;
  text-align: center;
  display: block;
}
body.marketing-plan ul {
  list-style-image: url("/assets/mls/li-arrow.png");
  padding: 0 0 0 10px;
  margin: 0;
}
body.marketing-plan h1 {
  font-size: 3em;
  line-height: 100%;
  margin: 0;
  padding: 1em 0;
  color: #333;
  color: black;
  text-align: center;
}
body.marketing-plan .modals-container {
  display: none;
}
body.marketing-plan .fancybox-skin {
  background: white !important;
}
body.marketing-plan ol li {
  font-size: 1.5em;
  color: black;
  line-height: 150%;
  text-shadow: 1px 1px 1px white, 1px -1px 1px white, 1px -1px 1px white, -1px -1px 1px white;
}
body.marketing-plan ol li a {
  color: black;
  border-bottom: 1px solid #337ab7;
}
body.marketing-plan a:hover, body.marketing-plan a:focus, body.marketing-plan a:active {
  text-decoration: none;
  color: #555;
}
body.marketing-plan .container p {
  max-width: 500px;
  text-align: justify;
  font-size: 1.2em;
}

.custom-marketing {
  font-size: 22px;
}
.custom-marketing h1 {
  font-size: 2.5em;
}
.custom-marketing h2 {
  font-size: 2.1em;
}
.custom-marketing h3 {
  font-size: 1.8em;
}
.custom-marketing .bulb {
  background: url(/assets/custom-marketing/bulb.png);
  background-repeat: no-repeat;
  background-size: 50px;
  min-height: 70px;
  background-position: 10px 50%;
  padding: 1.5em 1em 1.5em 80px;
  box-shadow: inset -1em 0 1em 0.1em rgba(255, 231, 90, 0.7);
  border-radius: 0.5em;
}
.custom-marketing a.reference {
  text-decoration: none;
}
.custom-marketing .container-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.custom-marketing .container-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6); /* White overlay with 50% opacity */
  z-index: 0;
}
.custom-marketing .container-bg > * {
  position: relative;
  z-index: 1;
}
.custom-marketing .container-bg p {
  font-weight: bold;
}
.custom-marketing .container-bg p, .custom-marketing .container-bg h1 {
  text-shadow: 1px 1px 0 white;
}
.custom-marketing ul {
  list-style-image: none;
}
.custom-marketing ul li {
  list-style-type: none;
  background: url("/assets/images/li-arrow.png") no-repeat;
  background-position: 0 0.6em;
  padding-left: 20px;
}
.custom-marketing img {
  max-width: 100%;
  height: auto;
}
.custom-marketing .img-container {
  margin-left: -12px;
  margin-right: -12px;
}
.custom-marketing .bg-grey {
  background: #f5f5f5;
}
.custom-marketing p.question {
  text-align: left;
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-stretch: normal;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-top: 2em;
  border-top: 1px solid;
}
.custom-marketing p.question.no-border {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.custom-marketing p.question::before {
  content: "Q:";
  font-family: cursive, fantasy, times;
  font-size: 1.5em;
  margin-right: 1em;
}
.custom-marketing p.answer {
  text-align: left;
}
.custom-marketing p.answer::before {
  content: "A:";
  font-family: cursive, fantasy, times;
  font-size: 1.5em;
  margin-right: 1em;
  display: block;
}

body.update .top-section {
  padding: 0 0 4em;
}
body.update .top-section h1 {
  padding: 2em 0 0.25em;
}
body.update .top-section p {
  font-size: 20px;
  margin-bottom: 1.5em;
}

.iug23jkn .odd {
  background: #f5f5f5;
}

body.custom-marketing-plan .bg-on-color, body.buying .bg-on-color {
  font-size: min(6vw, 25px);
  margin: 1em 0 0;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
body.custom-marketing-plan .bg-on-color::after, body.buying .bg-on-color::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 3px solid;
  height: 2em;
  top: -0.5em;
  border-top: 3px solid;
  width: 100%;
  left: 0;
}
body.custom-marketing-plan .twilight-img, body.buying .twilight-img {
  background-color: #3c688c;
  background-image: url("/assets/images/texture.png");
  margin: 0 -12px;
}
body.custom-marketing-plan .twilight-img img, body.buying .twilight-img img {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1200px) {
  body.custom-marketing-plan .twilight-img, body.buying .twilight-img {
    padding-bottom: 2em;
  }
  body.custom-marketing-plan .twilight-img img, body.buying .twilight-img img {
    position: relative;
    top: -2em;
  }
}
body.custom-marketing-plan h3.sub-heading, body.buying h3.sub-heading {
  text-align: center;
  text-transform: uppercase;
  margin: 2.5em 0;
  font-size: 1.9em;
  text-decoration: underline;
}
body.custom-marketing-plan a.reference, body.buying a.reference {
  text-decoration: none;
}
body.custom-marketing-plan .not-too-big, body.buying .not-too-big {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}
body.custom-marketing-plan .step-header, body.buying .step-header {
  border: 6px double;
  border-radius: 8px;
  padding: 20px 10px;
  text-align: center;
  margin-bottom: 2em;
}
body.custom-marketing-plan .step-header h2, body.buying .step-header h2 {
  font-size: 2.25em;
}
body.custom-marketing-plan .step-header span, body.buying .step-header span {
  text-decoration: underline;
}
body.custom-marketing-plan .step-header p, body.buying .step-header p {
  margin-bottom: 0;
}
body.custom-marketing-plan .row, body.buying .row {
  background: url("/assets/images/texture.png");
}
body.custom-marketing-plan .row .row, body.buying .row .row {
  background: none;
}
body.custom-marketing-plan .accordion-item, body.buying .accordion-item {
  background-color: transparent;
  border: none;
}
body.custom-marketing-plan .accordion-button,
body.custom-marketing-plan .accordion-body, body.buying .accordion-button,
body.buying .accordion-body {
  background: none;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}
body.custom-marketing-plan .accordion-button, body.buying .accordion-button {
  text-transform: uppercase;
  font-size: 18px;
}
body.custom-marketing-plan .accordion-button:focus, body.buying .accordion-button:focus {
  box-shadow: none;
}
body.custom-marketing-plan .accordion-button:not(.collapsed), body.buying .accordion-button:not(.collapsed) {
  color: black;
}
body.custom-marketing-plan .accordion-item:first-of-type,
body.custom-marketing-plan .accordion-item:last-of-type, body.buying .accordion-item:first-of-type,
body.buying .accordion-item:last-of-type {
  border-radius: 0;
}
body.custom-marketing-plan .accordion .accordion-item, body.buying .accordion .accordion-item {
  border-top: 1px solid black;
}
body.custom-marketing-plan .accordion img,
body.custom-marketing-plan .carousel img, body.buying .accordion img,
body.buying .carousel img {
  max-width: 100%;
}
body.custom-marketing-plan .top-header, body.buying .top-header {
  background-color: #3c688c;
  color: white;
}
body.custom-marketing-plan .top-header h1, body.buying .top-header h1 {
  font-weight: 700;
  font-size: 2.5em;
}
body.custom-marketing-plan .section2 .row, body.buying .section2 .row {
  position: relative;
}
body.custom-marketing-plan .section2 .row img, body.buying .section2 .row img {
  position: absolute;
  bottom: 0;
  max-width: 25vw;
  right: 0;
}
@media (max-width: 2300px) {
  body.custom-marketing-plan .section2 .row img, body.buying .section2 .row img {
    max-width: 30vw;
  }
}
@media (max-width: 2000px) {
  body.custom-marketing-plan .section2 .row img, body.buying .section2 .row img {
    max-width: 35vw;
  }
}
@media (max-width: 1800px) {
  body.custom-marketing-plan .section2 .row img, body.buying .section2 .row img {
    max-width: 40vw;
  }
}
@media (max-width: 1199px) {
  body.custom-marketing-plan .section2 .row img, body.buying .section2 .row img {
    position: static;
  }
}
body.custom-marketing-plan .section2 .row ul, body.buying .section2 .row ul {
  list-style: none;
  padding: 0 0 0 1rem;
}
body.custom-marketing-plan .section2 .row li, body.buying .section2 .row li {
  margin-bottom: 1.8em;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding: 0 1rem 0 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgb(75,125,190)' class='bi bi-check-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022z'/%3E%3C/svg%3E");
  font-weight: 500;
}
body.custom-marketing-plan .section3, body.buying .section3 {
  background-color: #87c9ff;
}
body.custom-marketing-plan .carousel-item, body.buying .carousel-item {
  padding: 0 2.5em 3em;
}
body.custom-marketing-plan .carousel-control-prev, body.buying .carousel-control-prev {
  display: block;
  text-align: left;
}
body.custom-marketing-plan .carousel-control-next, body.buying .carousel-control-next {
  display: block;
  text-align: right;
}
body.custom-marketing-plan .img-container-sm img, body.buying .img-container-sm img {
  max-width: 60%;
}
body.custom-marketing-plan .carousel-item > div, body.buying .carousel-item > div {
  padding: 1em 1.5em;
  background: white;
  border-radius: 6px;
  border: 1px solid grey;
}
body.custom-marketing-plan .section5, body.buying .section5 {
  background-color: #3c688c;
  color: white;
}
body.custom-marketing-plan .section5 img, body.buying .section5 img {
  max-width: 500px;
  width: 100%;
}
body.custom-marketing-plan .section5 .text-muted, body.buying .section5 .text-muted {
  color: rgb(220, 220, 220) !important;
}
body.custom-marketing-plan .section5 .checklist-section *,
body.custom-marketing-plan .section5 .quickcheck-section *, body.buying .section5 .checklist-section *,
body.buying .section5 .quickcheck-section * {
  color: var(--bs-accordion-color);
}
body.custom-marketing-plan .section-footer, body.buying .section-footer {
  background-color: #3e576b;
  color: white;
}

@media print {
  body.custom-marketing-plan .py-5.py-print-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body.custom-marketing-plan .top-header {
    color: black;
  }
  body.custom-marketing-plan .top-header h1 div {
    color: #3c688c;
  }
  body.custom-marketing-plan .top-header .bg-on-color {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    color: white;
    background: #3c688c;
    margin: 0;
    padding: 1em;
  }
  body.custom-marketing-plan .top-header .bg-on-color::after {
    border: none;
  }
  body.custom-marketing-plan .top-header > div {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  body.custom-marketing-plan .top-header + .twilight-img img {
    max-width: 90%;
  }
  body.custom-marketing-plan .section2 li {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  body.custom-marketing-plan .section2 .references {
    line-height: 2;
    font-size: 12px;
    padding-bottom: 26em;
  }
  body.custom-marketing-plan .section2 .row img {
    position: absolute;
    max-width: 60vw;
    bottom: 0;
  }
  body.custom-marketing-plan .section3 {
    page-break-before: always;
  }
  body.custom-marketing-plan .section3 .my-5.py-5 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  body.custom-marketing-plan .section3 .step-header + h3 {
    display: none;
  }
  body.custom-marketing-plan .section3 .accordion .accordion-item {
    border: none;
  }
  body.custom-marketing-plan .section3 .accordion h2 button {
    padding-bottom: 0;
    font-size: 16px;
  }
  body.custom-marketing-plan .section3 .accordion .collapse {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
    font-size: 14px;
  }
  body.custom-marketing-plan .section3 .accordion .collapse img, body.custom-marketing-plan .section3 .accordion .collapse video {
    display: none;
  }
  body.custom-marketing-plan .section3 .accordion .accordion-button::after {
    display: none !important;
  }
  body.custom-marketing-plan .section3 .accordion .accordion-body {
    padding: 0;
  }
  body.custom-marketing-plan .section3 #accordionExample2 {
    padding-bottom: 20em;
  }
  body.custom-marketing-plan .section3 img {
    max-width: 84vw;
  }
  body.custom-marketing-plan .section4 {
    page-break-before: always;
  }
  body.custom-marketing-plan .section4 .pt-5.mt-5 {
    margin-top: 0 !important;
  }
  body.custom-marketing-plan .section4 .carousel-item {
    display: block !important;
    float: none !important;
    margin-bottom: 1em; /* spacing between slides */
    padding-bottom: 0;
  }
  body.custom-marketing-plan .section4 .carousel-item p {
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
  }
  body.custom-marketing-plan .section4 .carousel-item img {
    display: none;
  }
  body.custom-marketing-plan .section4 .carousel-control-prev,
  body.custom-marketing-plan .section4 .carousel-control-next,
  body.custom-marketing-plan .section4 .carousel-indicators {
    display: none !important; /* hide nav arrows/dots */
  }
  body.custom-marketing-plan .section5 {
    color: black;
  }
  body.custom-marketing-plan .section5 img {
    max-width: 30vw;
  }
  body.custom-marketing-plan .section5 .row > img {
    max-width: 50vw;
  }
  body.custom-marketing-plan .section5 .not-too-big + .not-too-big {
    padding-top: 4em;
  }
  body.custom-marketing-plan .footer {
    display: none;
  }
}

body.buying {
  /* ========== NEW: ACCORDION POLISH ========== */
  /* ========== NEW: CHECKLIST SPACING ========== */
  /* ========== NEW: PANEL-COMPLETE STATE ========== */
  /* ========== NEW: TASK PULSE HIGHLIGHT ========== */
  /* ========== NEW: ICON ALIGNMENT ========== */
  /* ========== NEW: MINI PROGRESS BAR STYLES ========== */
  /* ========== NEW: TOAST ZONES ========== */
  /* ========== NEW: QUIZ FEEDBACK ========== */
  /* ========== NEW: MOBILE TWEAKS ========== */
  /* ========== NEW: PRINT STYLES (SCOPED) ========== */
}
body.buying .section2 .row li {
  background-image: none;
}
body.buying .toast {
  font-size: 1.8em;
  padding: 1.5em 1.2em;
  border-radius: 8px;
  background-color: #28a745 !important;
  color: white !important;
  opacity: 0.9 !important;
}
body.buying .toast .toast-header {
  background-color: #28a745 !important;
  color: white !important;
}
body.buying .toast .toast-body {
  color: white !important;
}
body.buying ul {
  list-style-image: none;
}
body.buying #callout-notification {
  position: fixed;
  top: 1em;
  right: 1em;
  left: 1em;
  z-index: 1000;
  display: none;
  text-align: center;
  font-size: 1.6em;
  padding-top: 2.2em;
  padding-bottom: 2.2em;
}
body.buying .home-selection-form p {
  font-weight: 800;
  margin-top: 1.5em;
  margin-bottom: 3px;
  font-size: 1.2em;
}
body.buying .form-control-inline {
  width: auto;
  display: inline-block;
}
body.buying form textarea {
  margin-bottom: 0.5em;
}
body.buying #collapse1One .col-6 {
  border-right: 2px solid #000;
}
body.buying #collapse1One .col-6:nth-child(2n) {
  border-right: none;
}
body.buying .section2 .row img {
  position: relative;
  max-width: 100%;
}
body.buying .card a, body.buying .card span[type=button] {
  text-decoration: none;
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}
body.buying .section5 *, body.buying .section5 .accordion-button:not(.collapsed), body.buying .section5 .accordion .accordion-item {
  color: white;
  border-color: white;
}
body.buying .section5 .accordion-button::after {
  filter: invert(1) brightness(2);
}
body.buying ul {
  list-style-image: none;
}
body.buying #callout-notification {
  position: fixed;
  top: 1em;
  right: 1em;
  left: 1em;
  z-index: 1000;
  display: none;
  text-align: center;
  font-size: 1.6em;
  padding-top: 2.2em;
  padding-bottom: 2.2em;
}
body.buying .home-selection-form p {
  font-weight: 800;
  margin-top: 1.5em;
  margin-bottom: 3px;
  font-size: 1.2em;
}
body.buying .form-control-inline {
  width: auto;
  display: inline-block;
}
body.buying form textarea {
  margin-bottom: 0.5em;
}
body.buying .inputGroup {
  background-color: #fff;
  display: inline-block;
  margin: 0 0 0.5em;
  position: relative;
  border-radius: 5px;
}
body.buying .inputGroup label {
  padding: 12px 30px;
  width: 100%;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  display: block;
}
body.buying .inputGroup input:checked ~ label {
  color: #fff;
  background: rgb(160, 160, 160);
}
body.buying .inputGroup input {
  display: none;
}
body.buying #collapse1One .col-6 {
  border-right: 2px solid #000;
}
body.buying #collapse1One .col-6:nth-child(2n) {
  border-right: none;
}
body.buying .section2 .row img {
  position: relative;
}
body.buying .card a, body.buying .card span[type=button] {
  text-decoration: none;
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}
body.buying .section5 *, body.buying .section5 .accordion-button:not(.collapsed), body.buying .section5 .accordion .accordion-item {
  color: white;
  border-color: white;
}
body.buying .section5 .accordion-button::after {
  filter: invert(1) brightness(2);
}
body.buying .accordion-button {
  text-transform: uppercase;
  font-size: 18px;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0;
  padding-right: 0;
}
body.buying .accordion .task-count {
  font-size: 0.85em;
  opacity: 0.75;
}
body.buying .accordion-item {
  background-color: transparent;
  border: none;
}
body.buying .accordion .accordion-item {
  border-top: 1px solid black;
}
body.buying .accordion-button:focus {
  box-shadow: none;
}
body.buying .accordion-button:not(.collapsed) {
  color: black;
}
body.buying .form-check {
  margin-bottom: 0.5rem;
}
body.buying .form-check-input {
  margin-top: 0.2rem; /* aligns checkbox with label text baseline */
  border: 1px solid black;
}
body.buying .accordion-item.panel-complete > .accordion-header .accordion-button {
  opacity: 0.85;
}
body.buying .accordion-item.panel-complete .accordion-button::after {
  filter: grayscale(1) brightness(1.2);
}
body.buying .panel-summary {
  border-left: 4px solid #198754;
  background: rgba(45, 235, 64, 0.4);
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
}
@keyframes pulseOutline {
  0% {
    box-shadow: 0 0 0 0 rgba(52, 171, 222, 0.6);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(52, 171, 222, 0);
  }
}
body.buying input.task-pulse {
  animation: pulseOutline 1.2s ease-out 1;
}
body.buying .accordion-button > span[aria-hidden=true] {
  display: inline-flex;
  line-height: 1;
}
body.buying #mini-progress.mini-progress {
  position: sticky;
  bottom: 0;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 0.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: calc(0.5rem + env(safe-area-inset-bottom));
}
body.buying #mini-progress .progress {
  height: 8px;
  background: rgba(255, 255, 255, 0.2);
}
body.buying #mini-progress .progress-bar {
  background: #34abde;
}
body.buying #mini-progress .btn {
  white-space: nowrap;
}
body.buying #toast-zone-top,
body.buying #toast-zone-bottom {
  pointer-events: none; /* clicks pass through empty space */
}
body.buying #toast-zone-top .toast,
body.buying #toast-zone-bottom .toast {
  pointer-events: auto; /* but not through actual toasts */
}
body.buying .quiz-feedback {
  font-size: 0.95em;
}
body.buying .quiz-feedback.correct {
  color: #198754;
}
body.buying .quiz-feedback.incorrect {
  color: #dc3545;
}
@media (max-width: 575.98px) {
  body.buying .accordion-button {
    font-size: 16px;
  }
  body.buying .form-check .form-check-label {
    font-size: 0.98rem;
  }
}
@media print {
  body.buying #mini-progress,
  body.buying #toast-zone-top,
  body.buying #toast-zone-bottom {
    display: none !important;
  }
  body.buying .accordion-button {
    pointer-events: none;
  }
  body.buying .accordion-collapse {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
}
body.buying .checklist-section,
body.buying .quickcheck-section {
  background-color: #f1ffee;
  border-color: #cbf6c2;
  border-radius: 6px;
  padding: 1.5em;
  margin: 2em 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
body.buying .checklist-section h3, body.buying .checklist-section h4,
body.buying .quickcheck-section h3,
body.buying .quickcheck-section h4 {
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 0.75em;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.4em;
}
body.buying .checklist-section ul,
body.buying .quickcheck-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.buying .checklist-section ul li,
body.buying .quickcheck-section ul li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.75em;
  line-height: 1.4;
}
body.buying .checklist-section + *,
body.buying .quickcheck-section + * {
  margin-top: 2em;
}
body.buying .quickcheck-section {
  background-color: #eef9ff;
  border-color: #c2e7f6;
}
body.buying .quickcheck-section h3, body.buying .quickcheck-section h4 {
  color: #186f94;
  border-bottom-color: #b3dff0;
}
body.buying .quickcheck-section li::before {
  color: #34abde;
}

body.buspl {
  background: rgb(230, 230, 230);
}
body.buspl [data-toggle=tooltip] {
  font-size: 0.8em;
  color: white;
  background: black;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  top: -1px;
  line-height: 1.5;
}
body.buspl .col-6, body.buspl .col-12 {
  padding-bottom: 0.7em;
}
body.buspl .pb-2.mb-3 {
  border-bottom: 1px solid #ccc;
}
body.buspl .col-6.text-end {
  font-weight: 700;
  color: rgb(20, 20, 150);
}

.iug23jkna #map {
  height: calc(100vh - 42px);
  position: fixed !important;
  top: 42px;
  width: 100%;
}
.iug23jkna .outer-pins-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 10px 15px;
}
.iug23jkna .pin-icon-container {
  text-align: center;
}
.iug23jkna .pin-icon-container .pin-icon {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 1px solid;
  margin: auto;
}
.iug23jkna .pin-icon-container[data-pin-type=LEAD] .pin-icon {
  background-color: #00d300;
  color: white;
}
.iug23jkna .pin-icon-container[data-pin-type=FOLU] .pin-icon {
  background-color: #00987c;
  color: white;
}
.iug23jkna .pin-icon-container[data-pin-type=PEND] .pin-icon {
  background-color: #ffcb32;
  color: white;
}
.iug23jkna .pin-icon-container[data-pin-type=NI] .pin-icon {
  background-color: #f80000;
  color: white;
}
.iug23jkna .pin-icon-container[data-pin-type=AC] .pin-icon {
  background-color: #ff7f00;
  color: white;
}
.iug23jkna .pin-icon-container[data-pin-type=ACTV] .pin-icon {
  background-color: #000;
  color: white;
}
.iug23jkna .pin-icon-container.active .pin-icon {
  box-shadow: 0 0 0 2px white, 0 0 0 5px black;
}
.iug23jkna .pin-icon-container.inactive {
  opacity: 0.3;
}
.iug23jkna input[readonly] {
  background: #eee;
}
.iug23jkna [id=list-page] li.list-group-item:hover {
  background-color: #f0f0f0;
}

body.usld {
  background-image: url("/assets/images/texture.png");
  /* Custom Toggle UI */
  /* Active States */
}
body.usld .navbar {
  display: inline;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 99;
  padding: 0;
}
body.usld .navbar-toggler {
  background-color: white;
  border-color: black;
}
body.usld .navbar-toggler:focus {
  box-shadow: none;
}
body.usld .default-bg {
  background-color: #f8f9fa;
}
body.usld .yes-bg {
  background-color: #d4edda;
}
body.usld .no-bg {
  background-color: #f8d7da;
}
body.usld .toggle-container {
  display: flex;
  justify-content: center;
  padding: 15px;
}
body.usld [id=listing-analysis] {
  position: relative;
  background-color: #3c688c;
  color: white;
}
body.usld .tally {
  position: sticky;
  bottom: 0;
  background-color: #333;
  z-index: 99;
  padding: 1em 0;
  color: white;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 600;
  opacity: 0.9;
}
body.usld .tally-number {
  display: inline-block;
  transition: transform 0.2s ease-in-out, opacity 0.2s;
}
body.usld .scale-out {
  transform: scale(0.7);
  opacity: 0;
}
body.usld .scale-in {
  transform: scale(2.5);
  opacity: 1;
}
body.usld .tally-results {
  padding: 0.7em 0 0.4em;
  font-size: 1.2em;
  letter-spacing: 0.05em;
}
body.usld .toggle-custom {
  display: flex;
  align-items: center;
  width: 170px;
  height: 45px;
  background: #e0e0e0;
  border-radius: 25px;
  position: relative;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  font-weight: bold;
}
body.usld .toggle-option {
  flex: 1;
  text-align: center;
  color: #666;
  position: relative;
  z-index: 2;
  padding: 20px;
}
body.usld .toggle-option.yes {
  padding-left: 0;
}
body.usld .toggle-option.no {
  padding-right: 0;
}
body.usld .toggle-switch {
  position: absolute;
  width: 40%;
  height: 100%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease, background-color 0.3s ease;
  left: 30%;
}
body.usld .toggle-custom.yes .toggle-switch {
  left: 0%;
  background-color: #28a745;
}
body.usld .toggle-custom.yes .toggle-option.yes {
  color: white;
}
body.usld .toggle-custom.no .toggle-switch {
  left: 60%;
  background-color: #dc3545;
}
body.usld .toggle-custom.no .toggle-option.no {
  color: white;
}
body.usld .study [class^=study] {
  padding: 3em 3em 1em;
}
body.usld .study .study-challenge {
  background-color: #bb8888;
  color: white;
  position: relative;
}
body.usld .study .study-challenge::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-top: 30px solid #bb8888;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
body.usld .study .study-strategy {
  background-color: #3c688c;
  color: white;
  position: relative;
}
body.usld .study .study-strategy::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-top: 30px solid #3c688c;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
body.usld .study .study-success {
  background-color: #83bb85;
  color: white;
  position: relative;
}

body.opnhs h1 {
  color: white;
  position: fixed;
  z-index: 5;
  width: 100vw;
  max-width: none;
  left: 0;
  top: 0.3em;
  text-align: center;
  font-size: 8vw;
  font-weight: 900;
  text-shadow: 0.08em 0.08em 0.08em rgba(0, 0, 0, 0.5), 0.04em 0.04em 0 rgba(0, 0, 0, 0.7);
}
body.opnhs .full-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  transition: opacity 1.9s ease;
  background-size: cover;
}
body.opnhs .info-container {
  position: fixed;
  bottom: 5vw;
  left: 5vw;
  z-index: 5;
  background: rgba(255, 255, 255, 0.7);
  padding: 2em;
}
body.opnhs .info-container p {
  font-size: 2vw;
}
body.opnhs .qr-container {
  position: fixed;
  bottom: 5vw;
  right: 5vw;
  z-index: 5;
  padding: 1em;
  background: white;
}

.sharelink {
  background: rgb(235, 235, 235);
}
.sharelink .navbar .btn:hover {
  box-shadow: none;
  color: white;
}
.sharelink .navbar .btn.map-btn {
  background: white;
  color: black;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s ease;
  padding: 0.7em 1em;
}
.sharelink .navbar .btn.map-btn:hover {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
  color: black;
}
.sharelink .nav-item {
  margin-bottom: 0.3em;
}
.sharelink .nav-item svg {
  margin-right: 0.3em;
}
.sharelink .nav-item a {
  color: #34abde;
}
.sharelink .nav-item [id=submenu1] .nav-item {
  margin-bottom: 0;
}
.sharelink .card [class*=btn-outline],
.sharelink [role=dialog] [class*=btn-outline] {
  border: 1px solid currentColor;
}
.sharelink .flatpickr-time {
  background: #34abde;
}
.sharelink .flatpickr-calendar {
  margin: auto;
}
.sharelink .img-container {
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.sharelink .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sharelink .img-container a.view-on-map {
  position: absolute;
  z-index: 2;
  bottom: 1em;
  right: 1em;
  background: white;
  padding: 1em;
  border-radius: 5px;
  border: none;
  color: black;
  text-decoration: none;
}
.sharelink h3 a {
  color: rgb(40, 40, 40);
  text-decoration: none;
}
.sharelink #mapContainer {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.sharelink #map {
  width: 100%;
  height: 100%;
}

.arerecruit1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
}
.arerecruit1 p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.arerecruit1 .quote {
  font-size: 1.5em;
  font-style: italic;
  margin: 1em 0;
  border-left: 4px solid #0d6efd;
  padding-left: 1rem;
}
.arerecruit1 .quote:before {
  content: open-quote;
}
.arerecruit1 .quote:after {
  content: close-quote;
  quotes: "“" "”";
}
.arerecruit1 h1, .arerecruit1 h2 {
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: 700;
}
.arerecruit1 .btn.arebtn {
  padding: 1.5rem;
  font-size: 1.6rem;
  border: none;
  background-color: #22334c;
  color: #ffffff;
  text-transform: none;
}
@media (max-width: 767px) {
  .arerecruit1 .btn.arebtn {
    display: block;
    width: 100%;
  }
}
.arerecruit1 .btn.arebtn-secondary {
  background-color: #f3f4f6;
  color: #1f2933;
  border: none;
  padding: 1.5rem;
  font-size: 1.6rem;
  text-transform: none;
}
.arerecruit1 .g-10, .arerecruit1 .gx-10 {
  --bs-gutter-x: 10rem;
}
.arerecruit1 .hero-section {
  position: relative;
  background-image: url("/are/hero.png");
  background-size: cover;
  background-position: 50% 30%;
  color: #ffffff;
  min-height: 480px;
  align-items: center;
}
@media (max-width: 767px) {
  .arerecruit1 .hero-section {
    background-image: url("/are/hero.png");
  }
}
.arerecruit1 .hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.arerecruit1 .hero-content {
  position: relative;
  z-index: 1;
  max-width: 70%;
  padding: 25rem 0 8rem 0;
}
.arerecruit1 .hero-heading {
  font-size: 5rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 1px black;
}
.arerecruit1 .hero-text {
  font-size: 2rem;
  text-shadow: 1px 1px 1px black;
}
.arerecruit1 .boxes-section .row > div {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.arerecruit1 .boxes-section h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.arerecruit1 .boxes-section p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.arerecruit1 [id=systems-modal] .col-md-4 img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.arerecruit1 [id=galleryModal] .modal-dialog {
  margin: 0;
  max-width: 100%;
}
.arerecruit1 [id=galleryModal] .modal-content {
  border: 0;
  border-radius: 0;
  background: #000;
}
.arerecruit1 [id=galleryModal] .modal-body {
  padding: 0;
}
.arerecruit1 [id=galleryModal] .carousel-item,
.arerecruit1 [id=galleryModal] .carousel-item img {
  height: 100vh;
}
.arerecruit1 [id=galleryModal] .carousel-item img {
  width: 100%;
  object-fit: cover;
}
.arerecruit1 [id=galleryModal] .btn-close {
  z-index: 1056;
}
.arerecruit1 span.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' transform='translate(1 0)' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3cpath fill='white' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.arerecruit1 span.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' transform='translate(-1 0)' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3cpath fill='white' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.arerecruit1 .carousel-control-prev,
.arerecruit1 .carousel-control-next {
  opacity: 1;
}
.arerecruit1 .carousel-control-prev:hover,
.arerecruit1 .carousel-control-next:hover {
  opacity: 1;
}
.arerecruit1 .centered-list {
  line-height: 1.7;
  max-width: 280px;
  margin: auto;
  text-align: left;
  position: relative;
}
.arerecruit1 .centered-list svg {
  position: relative;
  top: -2px;
  fill: green;
}
@media (max-width: 1199px) {
  .arerecruit1 .hero-section .hero-content {
    max-width: 90%;
    padding-top: 5em;
  }
}
@media (max-width: 991px) {
  .arerecruit1 .hero-section .hero-content {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  html:has(body.arerecruit1) {
    font-size: 14px;
  }
}

.rightsize h1 {
  font-size: 4em;
}
.rightsize h2 {
  font-size: 3.5em;
}
@media (max-width: 991px) {
  .rightsize h1 {
    font-size: clamp(1.5em, 3em, 11vw);
  }
  .rightsize h2 {
    font-size: clamp(1.5em, 2.2em, 8vw);
  }
}
.rightsize .modal-footer {
  border-top: none;
}
.rightsize .control-group select.form-control {
  border: 1px solid;
  border-radius: 5px;
  padding: 0.5em;
}