/* ============================
   ROB & MARTIN APPLIANCE REPAIR
   2000s Old-School Website Style
   ============================ */

/* RESET & BASE */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333333;
  background-color: #e8e8e8;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z8BQDwAEgAF/QualIQAAAABJRU5ErkJggg==");
}

a {
  color: #1a4b8c;
  text-decoration: none;
}

a:hover {
  color: #e8811e;
  text-decoration: underline;
}

img {
  border: 0;
}

/* ============================
   TOP BAR
   ============================ */
#topbar {
  background-color: #1a2f5a;
  color: #ffffff;
  font-size: 11px;
  border-bottom: 2px solid #e8811e;
}

#topbar-inner {
  width: 980px;
  margin: 0 auto;
  padding: 5px 10px;
  overflow: hidden;
}

#topbar-inner span {
  float: left;
}

#topbar-inner .topbar-right {
  float: right;
  color: #ccddff;
}

.topbar-fb {
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 11px;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.topbar-fb:hover {
  opacity: 1;
  text-decoration: none !important;
}

.footer-fb-link {
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
}
.footer-fb-link:hover span {
  color: #e8811e !important;
}

/* ============================
   HEADER
   ============================ */
#header {
  background-color: #ffffff;
  border-bottom: 3px solid #1a4b8c;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}

#header-inner {
  width: 980px;
  margin: 0 auto;
  padding: 8px 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* LOGO */
#logo {
  float: left;
  display: flex;
  align-items: center;
}

#logo a {
  display: block;
  line-height: 0;
}

.logo-img {
  height: 70px;
  width: auto;
  display: block;
}

/* NAVIGATION */
#nav-wrapper {
  margin-left: 25px;
  flex: 1;
}

#nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

#nav li {
  display: inline;
}

#nav li a {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
  letter-spacing: 0.5px;
}

#nav li a:hover,
#nav li.active a {
  color: #1a4b8c;
  text-decoration: none;
}

#nav li.active a {
  border-bottom: 2px solid #e8811e;
  padding-bottom: 3px;
}

#nav li + li:before {
  content: "/";
  color: #aaaaaa;
}

/* HEADER CTA */
#header-cta {
  margin-left: auto;
  flex-shrink: 0;
}

.btn-appt {
  display: inline-block;
  background-color: #1a4b8c;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 18px;
  text-decoration: none !important;
  letter-spacing: 0.5px;
  border: 2px solid #0f3068;
  box-shadow: 2px 2px 0px #0a2040;
}

.btn-appt:hover {
  background-color: #e8811e;
  border-color: #b86010;
  box-shadow: 2px 2px 0px #804010;
  color: #ffffff !important;
}

/* ============================
   HERO / BANNER
   ============================ */
#hero {
  background-color: #2a2a2a;
  background-image: url("https://sspark.genspark.ai/cfimages?u1=ARN0T4NW7LQT0htkfyWTrpfTjnSHlVi6F3q90Crh%2BzZGvRZxb7wG2ciJJals4BLJfM3CeZcscEf5BXH80I4VBIxhAZiFz6hI5Wr1RhIVMAbKPMHI34aQ7ovCp9oD0S%2B4Dp6BVD3OEDc9zyty9b4%3D&u2=RQ5cIWtQLLkBw%2B24&width=2560");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  min-height: 280px;
  border-bottom: 4px solid #1a4b8c;
}

#hero:before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(10, 20, 50, 0.72);
}

#hero-inner {
  width: 980px;
  margin: 0 auto;
  padding: 35px 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#hero-text {
  float: left;
  width: 580px;
  color: #ffffff;
}

.hero-company-name {
  font-size: 13px;
  font-weight: bold;
  color: #e8c47a;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 8px;
}

#hero-text h1 {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
  line-height: 1.2;
}

#hero-text p {
  font-size: 14px;
  color: #dddddd;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 520px;
}

/* ORANGE BUTTONS */
.btn-orange {
  display: inline-block;
  background-color: #e8811e;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 22px;
  text-decoration: none !important;
  border: 2px solid #b86010;
  box-shadow: 2px 2px 0px #804010;
  letter-spacing: 0.5px;
}

.btn-orange:hover {
  background-color: #cc6600;
  text-decoration: none !important;
  color: #ffffff !important;
}

/* HOURS BOX */
#hours-box {
  float: right;
  width: 240px;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.4);
}

.hours-title {
  background-color: #1a4b8c;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
  padding: 8px;
  display: block;
  padding: 5px 10px;
}

.hours-table tr td {
  padding: 5px 4px;
  font-size: 12px;
  border-bottom: 1px dotted #dddddd;
  color: #444444;
}

.hours-table tr:last-child td {
  border-bottom: none;
}

.hours-time {
  text-align: right;
  font-weight: bold;
  color: #333333;
}

.hours-table tr.today td {
  background-color: #fff8e8;
}

.orange {
  color: #e8811e !important;
}

.hours-note {
  font-size: 11px;
  font-style: italic;
  color: #1a4b8c !important;
  text-align: center;
}

.hours-note td {
  color: #1a4b8c !important;
  text-align: center;
  padding: 6px 4px !important;
  border-bottom: none !important;
}

/* ============================
   RIBBON BANNER
   ============================ */
#ribbon {
  background-color: #1a4b8c;
  border-top: 3px solid #e8811e;
  border-bottom: 3px solid #0f3068;
}

#ribbon-inner {
  width: 980px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  display: flex;
}

.ribbon-col {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  color: #ffffff;
}

.ribbon-divider {
  width: 1px;
  background-color: rgba(255,255,255,0.2);
  margin: 10px 0;
}

.ribbon-icon {
  font-size: 28px;
  color: #e8c47a;
  min-width: 35px;
  text-align: center;
}

.ribbon-content strong {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}

.ribbon-content span {
  font-size: 11px;
  color: #aaccff;
}

/* ============================
   MAIN CONTENT AREA
   ============================ */
#main {
  background-color: #f5f5f5;
  border-bottom: 3px solid #cccccc;
}

#main-inner {
  width: 980px;
  margin: 0 auto;
  padding: 25px 10px;
  overflow: hidden;
}

/* SIDEBAR */
#sidebar {
  float: left;
  width: 220px;
}

#sidebar h2 {
  font-size: 18px;
  color: #1a2f5a;
  margin-bottom: 5px;
}

.sidebar-divider {
  height: 3px;
  background-color: #e8811e;
  width: 40px;
  margin-bottom: 12px;
}

.sidebar-img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border: 2px solid #cccccc;
  margin-bottom: 12px;
  display: block;
}

#sidebar p {
  font-size: 12px;
  line-height: 1.7;
  color: #444444;
  margin-bottom: 10px;
}

.orange-text {
  color: #e8811e;
}

.btn-orange-sm {
  display: inline-block;
  background-color: #e8811e;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px 14px;
  text-decoration: none !important;
  border: 2px solid #b86010;
  box-shadow: 1px 1px 0px #804010;
  margin-top: 5px;
}

.btn-orange-sm:hover {
  background-color: #cc6600;
  color: #ffffff !important;
}

/* SERVICES GRID */
#services-grid {
  float: right;
  width: 730px;
  display: flex;
  gap: 15px;
}

.service-card {
  flex: 1;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.service-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  border-bottom: 2px solid #eeeeee;
}

.service-card h3 {
  font-size: 15px;
  color: #333333;
  padding: 10px 12px 5px 12px;
  font-weight: normal;
}

.bold-title {
  font-weight: bold;
  color: #1a2f5a;
}

.card-divider {
  height: 2px;
  background-color: #e8811e;
  width: 35px;
  margin: 0 12px 10px 12px;
}

.service-card p {
  font-size: 12px;
  line-height: 1.6;
  color: #555555;
  padding: 0 12px 12px 12px;
}

/* ============================
   SERVICE AREAS
   ============================ */
#areas-section {
  background-color: #1a2f5a;
  color: #ffffff;
  border-bottom: 4px solid #e8811e;
}

#areas-inner {
  width: 980px;
  margin: 0 auto;
  padding: 30px 10px;
}

.section-title {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-subtitle {
  text-align: center;
  font-size: 13px;
  color: #aabbdd;
  margin-bottom: 25px;
}

.areas-cols {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.areas-col {
  flex: 1;
  background-color: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 15px;
}

.areas-col-title {
  font-size: 14px;
  font-weight: bold;
  color: #e8c47a;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.areas-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.areas-list li {
  font-size: 12px;
  color: #ccddff;
  padding: 4px 0;
  border-bottom: 1px dotted rgba(255,255,255,0.1);
}

.areas-list li:last-child {
  border-bottom: none;
}

.areas-note {
  background-color: rgba(232, 129, 30, 0.2);
  border: 1px solid #e8811e;
  padding: 12px 18px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}

/* ============================
   WHY CHOOSE US / BRANDS
   ============================ */
#brands-section {
  background-color: #f5f5f5;
  border-bottom: 3px solid #cccccc;
}

#brands-inner {
  width: 980px;
  margin: 0 auto;
  padding: 30px 10px;
  overflow: hidden;
  display: flex;
  gap: 30px;
}

.section-title-dark {
  font-size: 18px;
  color: #1a2f5a;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 3px solid #e8811e;
  padding-bottom: 8px;
}

#why-us {
  flex: 1.2;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 10px 14px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
}

.why-icon {
  color: #1a4b8c;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 1px;
}

.why-item strong {
  font-size: 13px;
  color: #1a2f5a;
  display: block;
  margin-bottom: 2px;
}

.why-item span {
  font-size: 12px;
  color: #666666;
}

#brands-box {
  flex: 1;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.brand-item {
  background-color: #1a4b8c;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 8px 5px;
  border: 1px solid #0f3068;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ============================
   CONTACT SECTION
   ============================ */
#contact-section {
  background-color: #ffffff;
  border-bottom: 4px solid #1a4b8c;
}

#contact-inner {
  width: 980px;
  margin: 0 auto;
  padding: 30px 10px;
  overflow: hidden;
  display: flex;
  gap: 30px;
}

#contact-info {
  width: 280px;
  flex-shrink: 0;
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px dotted #dddddd;
}

.contact-icon {
  font-size: 22px;
  color: #1a4b8c;
  flex-shrink: 0;
  min-width: 28px;
  text-align: center;
}

.contact-detail strong {
  font-size: 13px;
  color: #1a2f5a;
  display: block;
  margin-bottom: 3px;
}

.contact-detail span, .contact-detail em {
  font-size: 12px;
  color: #555555;
}

.big-phone {
  font-size: 18px !important;
  font-weight: bold;
}

.guarantee-box {
  background-color: #1a2f5a;
  color: #ffffff;
  padding: 14px;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  margin-top: 10px;
}

.guarantee-box strong {
  color: #e8c47a;
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}

/* FORM */
#contact-form-box {
  flex: 1;
}

#contact-form-box p {
  font-size: 13px;
  color: #555555;
  margin-bottom: 18px;
  line-height: 1.5;
}

.form-row {
  margin-bottom: 12px;
}

.form-row label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #1a2f5a;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.req {
  color: #cc0000;
}

.form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 7px 9px;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #aaaaaa;
  background-color: #fafafa;
  color: #333333;
  outline: none;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: #1a4b8c;
  background-color: #ffffff;
}

.form-row textarea {
  resize: vertical;
  min-height: 90px;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-check input[type="checkbox"] {
  width: auto;
}

.check-label {
  font-size: 12px;
  font-weight: normal !important;
  color: #444444 !important;
  text-transform: none !important;
  margin: 0 !important;
  cursor: pointer;
}

.btn-submit {
  background-color: #e8811e;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 28px;
  border: 2px solid #b86010;
  box-shadow: 2px 2px 0px #804010;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
}

.btn-submit:hover {
  background-color: #cc6600;
}

.form-note {
  font-size: 11px;
  color: #888888;
  margin-top: 8px;
  font-style: italic;
}

.success-box {
  background-color: #d4edda;
  border: 2px solid #28a745;
  color: #155724;
  padding: 18px;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}

/* ============================
   FOOTER
   ============================ */
#footer {
  background-color: #1a2f5a;
  color: #ccddff;
  border-top: 4px solid #e8811e;
}

#footer-inner {
  width: 980px;
  margin: 0 auto;
  padding: 30px 10px;
  display: flex;
  gap: 25px;
}

.footer-col {
  flex: 1;
}

.footer-logo {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-col p {
  font-size: 12px;
  line-height: 1.7;
  color: #aabbdd;
  margin-bottom: 8px;
}

.footer-heading {
  font-size: 13px;
  font-weight: bold;
  color: #e8c47a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 5px;
}

.footer-links li a {
  font-size: 12px;
  color: #aabbdd;
  text-decoration: none;
}

.footer-links li a:hover {
  color: #e8811e;
}

.footer-hours {
  border-collapse: collapse;
  font-size: 12px;
  color: #aabbdd;
  width: 100%;
}

.footer-hours td {
  padding: 4px 6px;
  border-bottom: 1px dotted rgba(255,255,255,0.15);
}

.footer-open {
  color: #e8c47a !important;
  font-weight: bold;
  margin-top: 10px !important;
  font-size: 13px !important;
}

/* FOOTER BOTTOM */
#footer-bottom {
  background-color: #111f3a;
  border-top: 2px solid rgba(255,255,255,0.1);
}

#footer-bottom-inner {
  width: 980px;
  margin: 0 auto;
  padding: 10px;
}

#footer-bottom p {
  font-size: 11px;
  color: #7788aa;
  text-align: center;
}

/* ============================
   INNER PAGE BANNER
   ============================ */
#page-banner {
  background-color: #1a2f5a;
  background-image: url("https://sspark.genspark.ai/cfimages?u1=ARN0T4NW7LQT0htkfyWTrpfTjnSHlVi6F3q90Crh%2BzZGvRZxb7wG2ciJJals4BLJfM3CeZcscEf5BXH80I4VBIxhAZiFz6hI5Wr1RhIVMAbKPMHI34aQ7ovCp9oD0S%2B4Dp6BVD3OEDc9zyty9b4%3D&u2=RQ5cIWtQLLkBw%2B24&width=2560");
  background-size: cover;
  background-position: center center;
  border-bottom: 4px solid #e8811e;
  position: relative;
}
#page-banner:before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(10,20,50,0.80);
}
#page-banner-inner {
  width: 980px;
  margin: 0 auto;
  padding: 28px 10px 22px;
  position: relative;
  z-index: 1;
}
#page-banner h1 {
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 6px;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}
.breadcrumb {
  font-size: 12px;
  color: #aabbdd;
}
.breadcrumb a {
  color: #e8c47a;
  text-decoration: none;
}
.breadcrumb a:hover { color: #e8811e; }
.breadcrumb span { color: #ffffff; }

/* ============================
   PAGE CONTENT WRAPPER
   ============================ */
#page-content {
  background-color: #f5f5f5;
  border-bottom: 3px solid #cccccc;
}
#page-content-inner {
  width: 980px;
  margin: 0 auto;
  padding: 28px 10px;
  overflow: hidden;
}

/* PAGE SIDEBAR */
#page-sidebar {
  float: left;
  width: 220px;
}
#page-sidebar .sidebar-nav-title {
  background-color: #1a4b8c;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 9px 12px;
  border-bottom: 2px solid #e8811e;
}
#page-sidebar .sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  border: 1px solid #cccccc;
  border-top: none;
  background-color: #ffffff;
}
#page-sidebar .sidebar-nav li a {
  display: block;
  padding: 8px 12px;
  font-size: 12px;
  color: #333333;
  border-bottom: 1px dotted #dddddd;
  text-decoration: none;
}
#page-sidebar .sidebar-nav li a:hover,
#page-sidebar .sidebar-nav li.active-page a {
  background-color: #f0f4ff;
  color: #1a4b8c;
  font-weight: bold;
}
#page-sidebar .sidebar-nav li:last-child a { border-bottom: none; }

.sidebar-callout {
  background-color: #1a2f5a;
  color: #ffffff;
  padding: 14px;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 14px;
}
.sidebar-callout strong {
  color: #e8c47a;
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}
.sidebar-callout .big-number {
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
}

/* PAGE MAIN BODY */
#page-body {
  float: right;
  width: 730px;
}
#page-body h2 {
  font-size: 20px;
  color: #1a2f5a;
  margin-bottom: 8px;
  border-bottom: 3px solid #e8811e;
  padding-bottom: 7px;
}
#page-body h3 {
  font-size: 15px;
  color: #1a2f5a;
  margin: 18px 0 6px;
}
#page-body p {
  font-size: 13px;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 12px;
}
#page-body ul.body-list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
}
#page-body ul.body-list li {
  font-size: 13px;
  color: #444444;
  padding: 5px 0;
  border-bottom: 1px dotted #dddddd;
}
#page-body ul.body-list li:last-child { border-bottom: none; }

/* Service detail cards on services page */
.service-detail-card {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin-bottom: 18px;
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.07);
}
.service-detail-card .sdc-img {
  float: left;
  width: 190px;
  height: 140px;
  object-fit: cover;
  border-right: 2px solid #eeeeee;
}
.service-detail-card .sdc-body {
  margin-left: 195px;
  padding: 14px 14px 14px 10px;
}
.service-detail-card .sdc-body h3 {
  margin-top: 0;
  font-size: 16px;
}
.service-detail-card .sdc-body ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  columns: 2;
}
.service-detail-card .sdc-body ul li {
  font-size: 12px;
  color: #555555;
  padding: 2px 0;
}
.service-detail-card:after {
  content: "";
  display: table;
  clear: both;
}

/* Areas page map-style boxes */
.area-region-box {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin-bottom: 16px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.07);
}
.area-region-box .arb-title {
  background-color: #1a4b8c;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 14px;
  letter-spacing: 0.5px;
}
.area-region-box .arb-cities {
  padding: 12px 14px;
  columns: 3;
  column-gap: 10px;
}
.area-region-box .arb-cities li {
  font-size: 12px;
  color: #444444;
  list-style: none;
  padding: 3px 0;
  border-bottom: 1px dotted #eeeeee;
}

/* About page team cards */
.team-card {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.07);
  overflow: hidden;
}
.team-card .tc-icon {
  float: left;
  font-size: 52px;
  color: #1a4b8c;
  margin-right: 16px;
  line-height: 1;
}
.team-card .tc-body h3 { margin-top: 0; }
.team-card .tc-body p { margin-bottom: 0; }
.team-card:after { content: ""; display: table; clear: both; }

/* Info boxes */
.info-box {
  background-color: #e8f0fb;
  border-left: 4px solid #1a4b8c;
  padding: 14px 16px;
  margin-bottom: 16px;
  font-size: 13px;
  color: #333333;
  line-height: 1.7;
}
.info-box.orange-box {
  background-color: #fff5e8;
  border-left-color: #e8811e;
}

/* ============================
   RESPONSIVE ADJUSTMENTS
   ============================ */
@media screen and (max-width: 1000px) {
  #topbar-inner,
  #header-inner,
  #hero-inner,
  #ribbon-inner,
  #main-inner,
  #areas-inner,
  #brands-inner,
  #contact-inner,
  #footer-inner,
  #footer-bottom-inner {
    width: 98%;
  }

  #services-grid {
    width: 68%;
    flex-wrap: wrap;
  }

  .service-card {
    min-width: 160px;
  }

  #hero-text {
    width: 55%;
  }

  #hero-text h1 {
    font-size: 24px;
  }

  #hours-box {
    width: 210px;
  }

  .areas-cols,
  #brands-inner,
  #contact-inner,
  #footer-inner {
    flex-wrap: wrap;
  }

  .areas-col {
    min-width: 200px;
  }

  #contact-info {
    width: 100%;
  }
  #page-banner-inner,
  #page-content-inner {
    width: 98%;
  }
  #page-sidebar {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #page-body {
    float: none;
    width: 100%;
  }
  .service-detail-card .sdc-img {
    float: none;
    width: 100%;
    height: 160px;
    border-right: none;
    border-bottom: 2px solid #eeeeee;
  }
  .service-detail-card .sdc-body { margin-left: 0; }
  .area-region-box .arb-cities { columns: 2; }
}
