@charset "UTF-8";
/* v2 polish (June 2026). Additive override layer, loaded as the LAST v2
   stylesheet — same layout, same Droid Sans, same navbar palettes (dark /
   white / transparent untouched). Spacing, rendering, and interaction
   polish only. Delete this file + its link tag to restore the old look.
   Navbar selectors carry the #page-header id on purpose: the dark-theme
   styles are an inline <style> block in _v2_header, so plain class
   selectors here would lose the cascade. */
/* line 9, app/assets/stylesheets/v2/v2-refresh.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---- Navbar ----------------------------------------------------------- */
/* line 16, app/assets/stylesheets/v2/v2-refresh.scss */
#page-header .brand {
  text-shadow: none;
  letter-spacing: 0.25px;
}

/* line 21, app/assets/stylesheets/v2/v2-refresh.scss */
#page-header .brand span {
  opacity: 0.75;
}

/* line 25, app/assets/stylesheets/v2/v2-refresh.scss */
#page-header .nav > li > a {
  text-shadow: none;
  font-size: 16px;
  transition: opacity 0.15s ease;
}

/* line 31, app/assets/stylesheets/v2/v2-refresh.scss */
#page-header .nav > li > a:hover {
  opacity: 0.75;
}

/* line 35, app/assets/stylesheets/v2/v2-refresh.scss */
#page-header .nav > .active > a,
#page-header .nav > .active > a:hover,
#page-header .nav > .active > a:focus {
  font-size: 16px;
  box-shadow: inset 0 -2px 0 currentColor;
}

/* line 42, app/assets/stylesheets/v2/v2-refresh.scss */
#page-header .agent-info-top-right {
  line-height: 1.5;
  font-size: 13px;
}

/* line 47, app/assets/stylesheets/v2/v2-refresh.scss */
#page-header .btn-navbar {
  padding: 9px 12px;
}

/* ---- Headings / rules / type ------------------------------------------ */
/* line 53, app/assets/stylesheets/v2/v2-refresh.scss */
h1, h2, h3, h4, h5, h6 {
  text-shadow: none;
}

/* line 57, app/assets/stylesheets/v2/v2-refresh.scss */
hr {
  border-top-color: #e5e5e5;
  border-bottom: 0;
}

/* line 62, app/assets/stylesheets/v2/v2-refresh.scss */
.container-fluid {
  line-height: 1.6;
}

/* ---- Sidebar ----------------------------------------------------------- */
/* line 68, app/assets/stylesheets/v2/v2-refresh.scss */
.span3 b {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #555;
}

/* line 77, app/assets/stylesheets/v2/v2-refresh.scss */
.span3 a {
  color: #2a6496;
}

/* ---- Buttons (Bootstrap 2 gradient flatten) ----------------------------- */
/* line 83, app/assets/stylesheets/v2/v2-refresh.scss */
.btn {
  background-image: none;
  filter: none;
  text-shadow: none;
  border-radius: 4px;
  box-shadow: none;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

/* line 92, app/assets/stylesheets/v2/v2-refresh.scss */
.btn-primary {
  /* some v2 buttons carry btn-primary without .btn (e.g. the contact
     submit is "btn-large btn-primary"), so repeat the flatten here */
  background-image: none;
  filter: none;
  text-shadow: none;
  border-radius: 4px;
  box-shadow: none;
  background-color: #383838;
  border-color: #2c2c2c;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

/* line 105, app/assets/stylesheets/v2/v2-refresh.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

/* ---- Forms (contact page) ----------------------------------------------- */
/* line 115, app/assets/stylesheets/v2/v2-refresh.scss */
input[type="text"],
input[type="email"],
textarea {
  padding: 8px 10px;
  height: auto;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  box-shadow: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

/* line 126, app/assets/stylesheets/v2/v2-refresh.scss */
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #8a8a8a;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
  outline: 0;
}

/* line 134, app/assets/stylesheets/v2/v2-refresh.scss */
label {
  font-size: 13px;
  color: #555;
}

/* ---- Details page photo grid -------------------------------------------- */
/* line 141, app/assets/stylesheets/v2/v2-refresh.scss */
.thumbnails .thumbnail {
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  padding: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.15s ease;
}

/* line 149, app/assets/stylesheets/v2/v2-refresh.scss */
.thumbnails .thumbnail:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* line 153, app/assets/stylesheets/v2/v2-refresh.scss */
.thumbnails .thumbnail img {
  border-radius: 3px;
}

/* line 157, app/assets/stylesheets/v2/v2-refresh.scss */
.thumbnails .thumbnail h5 {
  margin: 8px 4px 2px;
}

/* line 161, app/assets/stylesheets/v2/v2-refresh.scss */
.thumbnails > li {
  margin-bottom: 18px;
}

/* ---- Audio prompt modal (same treatment as the v3 pass) ------------------ */
/* line 167, app/assets/stylesheets/v2/v2-refresh.scss */
#audioModal .modal-content {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  background: #fff;
}

/* line 174, app/assets/stylesheets/v2/v2-refresh.scss */
#audioModal .modal-body {
  padding: 28px 24px;
}

/* line 178, app/assets/stylesheets/v2/v2-refresh.scss */
#audioModal .audio-modal-title {
  font-size: 15px;
  color: #333;
  margin: 0 0 16px;
}

/* line 184, app/assets/stylesheets/v2/v2-refresh.scss */
#audioModal .btn {
  border-radius: 4px;
  padding: 9px 18px;
}

/* line 189, app/assets/stylesheets/v2/v2-refresh.scss */
#audioModal .btn-secondary {
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  color: #444;
}

/* line 195, app/assets/stylesheets/v2/v2-refresh.scss */
#audioModal .btn-secondary:hover {
  background-color: #e6e6e6;
}

/* ---- Footer --------------------------------------------------------------- */
/* line 201, app/assets/stylesheets/v2/v2-refresh.scss */
footer {
  padding: 8px 0 28px;
  font-size: 13px;
  color: #777;
}

/* line 207, app/assets/stylesheets/v2/v2-refresh.scss */
footer a {
  color: #2a6496;
}
