body,
button,
input,
select,
textarea {
  font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
}

.wrapper,
#page {
  width: 100%;
  margin: 0 auto;
}

#header {
  margin: 0;
}

#trueHeader {
  z-index: 8000;
  left: 0;
  right: 0;
  padding: 0;
  background: #fff;
  height: 94px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#header.sticky #trueHeader {
  position: fixed;
  top: 0;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 10000;
  padding: 10px 16px;
  background: #111;
  color: #fff;
  border-radius: 4px;
  transition: top .2s ease;
}

.skip-link:focus {
  top: 16px;
  color: #fff;
}

#main-content:focus {
  outline: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #1e88e5;
  outline-offset: 2px;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  display: none;
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(20, 20, 20, 0.96);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.cookie-banner.is-visible {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.cookie-banner p {
  margin: 0;
  flex: 1 1 320px;
}

.cookie-banner button {
  border: 0;
  border-radius: 6px;
  padding: 10px 16px;
  font-weight: 700;
  background: #f1d600;
  color: #111;
}

.hero-section {
  position: relative;
  background: #17395c;
  color: #fff;
  max-height: 380px;
  overflow: hidden;
}

.hero-section img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 41, 65, 0.88), rgba(14, 41, 65, 0.32));
}

.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

.hero-copy {
  max-width: 640px;
  padding: 24px 0;
}

.hero-copy h1 {
  margin-bottom: 12px;
  font-size: 34px;
  line-height: 1.18;
}

.hero-copy h1,
.hero-copy p {
  color: #fff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  background: #f1d600;
  color: #111;
}

.hero-button.is-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.legacy-home-hero {
  position: relative;
  clear: both;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  background: #fff;
}

.legacy-home-hero > img {
  display: block;
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center top;
}

.legacy-home-hero .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
}

.legacy-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-slider-section {
  position: relative;
  height: 360px;
  overflow: hidden;
  background: #17395c;
}

.home-slider-section .bx-wrapper,
.home-slider-section .bx-viewport,
.home-slider,
.home-slider-slide {
  height: 360px !important;
}

.home-slider-section .bx-wrapper {
  margin: 0;
  max-width: none !important;
}

.home-slider-slide {
  position: relative;
}

.home-slider-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 41, 65, 0.82), rgba(14, 41, 65, 0.22));
}

.home-slider-slide img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
}

.home-slider-copy {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  color: #fff;
  pointer-events: none;
}

.home-slider-copy .container {
  pointer-events: auto;
}

.home-slider-copy h1 {
  max-width: 660px;
  margin: 0 0 12px;
  color: #fff;
  font-size: 34px;
  line-height: 1.18;
}

.home-slider-copy p {
  max-width: 620px;
  margin: 0;
  color: #fff;
}

.home-slider-section .bx-pager {
  position: absolute;
  right: 28px;
  bottom: 18px;
  z-index: 10;
  width: auto;
}

.home-slider-section .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.55);
}

.home-slider-section .bx-pager.bx-default-pager a:hover,
.home-slider-section .bx-pager.bx-default-pager a.active {
  background: #fff;
}

.home-grid,
.reco-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.home-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-grid img,
.reco-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.home-card,
.reco-card,
.info-panel,
.newspaper-column,
.newspaper-link-panel,
.business-sidebar .content-container-white,
.business-sidebar-card,
.business-gallery a.business-gallery-item,
.boxinfo,
.boxinfoversion2,
.block3-container,
.box-main-container,
.message-box-wrap {
  background: #fbfcfd;
  border: 1px solid #e4ebee;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(16, 34, 53, 0.06);
}

.home-card:hover,
.reco-card:hover,
.newspaper-column:hover,
.newspaper-link-panel:hover,
.boxinfo:hover,
.boxinfoversion2:hover {
  border-color: #d5e2e7;
  box-shadow: 0 10px 26px rgba(16, 34, 53, 0.08);
}

.boxinfo,
.boxinfoversion2 {
  overflow: hidden;
}

.boxinfo {
  margin-bottom: 22px;
  padding: 14px;
}

.boxinfo .media-object,
.boxinfo img {
  border-radius: 6px;
}

.boxinfo h4,
.boxinfoversion2 h2,
.boxinfoversion2 h3 {
  color: #20272c;
  font-weight: 800;
}

.home-card,
.reco-card {
  height: 100%;
  overflow: hidden;
}

.home-card-copy,
.reco-card-copy {
  padding: 14px 14px 16px;
}

.reco-card-copy h3,
.home-card-copy h3 {
  margin-bottom: 8px;
}

.home-card-copy h3 {
  font-size: 17px;
  line-height: 1.25;
}

.reco-card-copy p,
.home-card-copy p {
  margin-bottom: 0;
}

.fresh_projects .reco-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.fresh_projects .reco-carousel .reco-card,
.fresh_projects .reco-carousel-item {
  flex: 0 0 220px;
  width: 220px;
  height: auto;
  min-height: 0;
  box-shadow: none;
  scroll-snap-align: start;
}

.fresh_projects .reco-carousel .reco-card img {
  width: 220px;
  height: 145px;
  object-fit: cover;
}

.fresh_projects .reco-carousel .reco-card-copy {
  padding: 10px 4px 0;
}

.fresh_projects .reco-carousel .reco-card-copy h3 {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.28;
  text-align: center;
}

.fresh_projects .reco-carousel .reco-card-copy p {
  color: #4c5b62;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

.fresh_projects .bx-wrapper {
  margin-bottom: 0;
}

.fresh_projects .bx-viewport {
  min-height: 218px;
}

.newspaper-section {
  clear: both;
  float: left;
  width: 100%;
  padding: 34px 0 42px;
  background: #fff;
  border-top: 1px solid #e8eef1;
  border-bottom: 1px solid #e8eef1;
}

.newspaper-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
  border-top: 3px solid #0071a5;
  padding-top: 13px;
}

.newspaper-heading h2 {
  margin: 0;
  color: #20272c;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
}

.newspaper-heading a {
  color: #0071a5;
  font-size: 14px;
  font-weight: 800;
}

.newspaper-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.newspaper-column {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
  min-width: 0;
  padding: 18px;
}

.newspaper-feature h3,
.newspaper-list-item h4,
.newspaper-link-panel h3 {
  color: #20272c;
  font-weight: 800;
}

.newspaper-feature h3 {
  margin: 13px 0 8px;
  font-size: 22px;
  line-height: 1.22;
}

.newspaper-feature a,
.newspaper-list-item a,
.newspaper-link-panel a,
.newspaper-heading a {
  color: #26353d;
  text-decoration: none;
}

.newspaper-feature a:hover,
.newspaper-feature a:focus,
.newspaper-list-item a:hover,
.newspaper-list-item a:focus,
.newspaper-link-panel a:hover,
.newspaper-link-panel a:focus,
.newspaper-heading a:hover,
.newspaper-heading a:focus {
  color: #0878a8;
  text-decoration: none;
}

.newspaper-feature p {
  margin: 0;
  color: #34444b;
  font-size: 14px;
  line-height: 1.55;
}

.newspaper-feature-image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #eef3f5;
  border: 1px solid #eef2f4;
}

.newspaper-feature-image img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.newspaper-feature-image span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 9px;
  background: #222;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.newspaper-feature-dark .newspaper-feature-image span {
  background: #0071a5;
}

.newspaper-list {
  display: grid;
  grid-template-rows: repeat(3, minmax(86px, 1fr));
  gap: 0;
  border-top: 1px solid #e5ecef;
}

.newspaper-list-item {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 14px;
  min-height: 86px;
  align-items: start;
  padding: 13px 0;
  border-bottom: 1px solid #e5ecef;
}

.newspaper-thumb img {
  display: block;
  width: 104px;
  height: 78px;
  border: 1px solid #e5ecef;
  object-fit: cover;
}

.newspaper-list-item h4 {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.32;
}

.newspaper-list-item span {
  display: block;
  color: #5b6870;
  font-size: 12px;
  line-height: 1.3;
}

.newspaper-bottom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 26px;
  align-items: stretch;
}

.newspaper-link-panel {
  min-height: 100%;
  padding: 16px;
}

.newspaper-link-panel h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
}

.newspaper-link-panel > a {
  display: block;
  padding: 9px 0;
  border-top: 1px dashed #e4ebee;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.32;
}

.newspaper-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.newspaper-tags a {
  display: inline-flex;
  padding: 7px 10px;
  background: #edf4f6;
  color: #0b3c4c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.newspaper-tags a:hover,
.newspaper-tags a:focus {
  background: #dcebef;
  color: #07394c;
}

.info-panel {
  min-height: 100%;
  height: auto;
  padding: 20px;
  overflow: hidden;
}

.joosa.fusectio3 .info-panel .home-blog-links {
  float: none;
  width: auto;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.joosa.fusectio3 .info-panel .home-blog-links li {
  float: none;
  width: auto;
  margin: 0;
  padding: 8px 0;
  text-align: left;
}

.joosa.fusectio3 .info-panel .home-blog-links li + li {
  border-top: 1px solid #e5ecef;
}

.joosa.fusectio3 .info-panel .home-blog-links a {
  position: relative;
  display: block;
  padding-left: 16px;
  color: #26353d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.joosa.fusectio3 .info-panel .home-blog-links a:before {
  content: "";
  position: absolute;
  left: 0;
  top: .56em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1f7da6;
}

.joosa.fusectio3 .info-panel .home-blog-links a:hover,
.joosa.fusectio3 .info-panel .home-blog-links a:focus {
  color: #0878a8;
  text-decoration: none;
}

.video-placeholder {
  display: block;
  padding: 18px;
  border-radius: 8px;
  background: #17395c;
  color: #fff;
  font-weight: 600;
}

.video-placeholder strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  color: #fff;
}

.quick-service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  text-align: left;
}

.quick-service-links a {
  display: inline-flex;
  padding: 8px 10px;
  background: #eef4f6;
  color: #0b3c4c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.quick-service-links a:hover,
.quick-service-links a:focus {
  background: #dcebef;
  color: #07394c;
  text-decoration: none;
}

.blog-service-links .title-widget {
  margin-bottom: 8px;
}

.sidebar-service-buttons {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 12px;
}

.sidebar-service-buttons a {
  justify-content: flex-start;
  padding: 10px 12px;
}

.sidebar-helper-text {
  margin: 6px 0 0;
  color: #5d6b72;
  font-size: 13px;
  line-height: 1.35;
}

.auth-page {
  display: flex;
  justify-content: center;
  padding: 28px 0 38px;
}

.auth-card {
  width: min(100%, 560px);
  padding: 24px;
  border: 1px solid #e4ebee;
  border-radius: 8px;
  background: #fbfcfd;
  box-shadow: 0 8px 22px rgba(16, 34, 53, 0.06);
}

.auth-card-wide {
  width: min(100%, 680px);
}

.auth-intro {
  margin-bottom: 18px;
}

.auth-intro h1 {
  margin: 0 0 8px;
  color: #20272c;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.18;
}

.auth-intro p,
.auth-note,
.auth-form .hint {
  color: #5d6b72;
  font-size: 14px;
  line-height: 1.5;
}

.auth-form form {
  margin: 0;
}

.auth-field {
  margin-bottom: 14px;
}

.auth-field label,
.auth-check label {
  display: block;
  margin-bottom: 6px;
  color: #253740;
  font-size: 14px;
  font-weight: 800;
}

.auth-field input[type="text"],
.auth-field input[type="email"],
.auth-field input[type="password"],
.auth-field input[type="file"],
.auth-field textarea,
.auth-field select,
.auth-form input[type="text"],
.auth-form input[type="password"],
.auth-form input[type="file"] {
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #d7e2e7;
  border-radius: 7px;
  background: #fff;
  color: #20272c;
  font-size: 15px;
}

.auth-field input:focus,
.auth-field textarea:focus,
.auth-field select:focus {
  border-color: #0878a8;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(8, 120, 168, .12);
}

.auth-check {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 6px 0 16px;
}

.auth-check input {
  margin: 0;
}

.auth-check label {
  margin: 0;
  font-weight: 700;
}

.auth-actions {
  margin-top: 10px;
}

.auth-submit,
.auth-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: 100%;
  padding: 11px 16px;
  border: 0;
  border-radius: 7px;
  background: #0b3c4c;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.auth-submit:hover,
.auth-submit:focus,
.auth-form input[type="submit"]:hover,
.auth-form input[type="submit"]:focus {
  background: #0a4659;
  color: #fff;
}

.auth-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 14px;
}

.auth-links a {
  color: #0878a8;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.auth-links a:hover,
.auth-links a:focus {
  color: #07394c;
  text-decoration: none;
}

.auth-message,
.auth-form .success {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 7px;
  background: #edf8f2;
  color: #1c6a43;
  font-weight: 700;
}

.auth-form .errorSummary,
.auth-form .errorMessage {
  color: #9f2a2a;
}

.auth-form .errorSummary {
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid #f0c6c6;
  border-radius: 7px;
  background: #fff3f3;
}

.auth-form .errorSummary ul {
  margin-bottom: 0;
  padding-left: 18px;
}

.auth-captcha img {
  display: block;
  margin: 4px 0 10px;
  border-radius: 7px;
  border: 1px solid #d7e2e7;
}

.profile-dashboard {
  display: grid;
  gap: 20px;
  margin-bottom: 34px;
}

.profile-hero,
.profile-empty,
.profile-business-card,
.profile-card,
.profile-form-card {
  background: #fff;
  border: 1px solid #dce6eb;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(20, 61, 76, 0.08);
}

.profile-page {
  margin-bottom: 34px;
}

.profile-form-card {
  padding: 26px;
}

.profile-hero {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
}

.profile-kicker {
  margin: 0 0 8px;
  color: #1f78a8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.profile-hero h1,
.profile-section-head h2,
.profile-empty h3,
.profile-business-title h3 {
  color: #26343a;
  font-weight: 800;
  line-height: 1.2;
}

.profile-hero h1 {
  margin: 0 0 8px;
  font-size: 30px;
}

.profile-hero p,
.profile-empty p,
.profile-business-title p,
.profile-business-meta {
  color: #52636b;
  line-height: 1.55;
}

.profile-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  gap: 10px;
  min-width: 240px;
}

.profile-stats div {
  display: grid;
  align-content: center;
  padding: 16px;
  background: #f3f8fa;
  border-radius: 8px;
  text-align: center;
}

.profile-stats strong {
  color: #0f4252;
  font-size: 28px;
  line-height: 1;
}

.profile-stats span {
  margin-top: 5px;
  color: #64747b;
  font-size: 12px;
  font-weight: 700;
}

.profile-alert,
.profile-empty {
  padding: 18px 20px;
}

.profile-alert-success {
  color: #145437;
  background: #eaf7f0;
  border: 1px solid #b9e2cb;
  border-radius: 8px;
}

.profile-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 3px solid #1f78a8;
  padding-top: 14px;
}

.profile-section-head h2 {
  margin: 0;
  font-size: 24px;
}

.profile-section-head a {
  color: #1b739f;
  font-weight: 800;
}

.profile-business-list {
  display: grid;
  gap: 14px;
}

.profile-business-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 18px;
}

.profile-business-main {
  min-width: 0;
}

.profile-business-title span {
  display: inline-block;
  margin-bottom: 8px;
  color: #1f78a8;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.profile-business-title h3 {
  margin: 0 0 6px;
  font-size: 20px;
}

.profile-business-title p,
.profile-business-meta {
  margin: 0;
}

.profile-badges,
.profile-business-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-badges {
  margin: 12px 0 8px;
}

.profile-badges span {
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.profile-badges .is-ok {
  color: #174f39;
  background: #e4f4ec;
}

.profile-badges .is-warn {
  color: #6d4b11;
  background: #fff2d2;
}

.profile-business-actions {
  justify-content: flex-end;
  align-content: start;
  max-width: 360px;
}

.profile-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 12px;
  color: #0f4252;
  background: #eef5f7;
  border-radius: 7px;
  font-weight: 800;
  text-decoration: none;
}

.profile-action:hover,
.profile-action:focus {
  color: #fff;
  background: #17475a;
  text-decoration: none;
}

.profile-action-primary {
  color: #fff;
  background: #1f78a8;
}

.profile-action-muted {
  color: #5b6870;
  background: #f1f3f4;
}

.profile-sidebar .profile-card {
  padding: 16px;
}

.profile-sidebar .profile-card h2 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.2;
}

.profile-sidebar .avatar img {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #dce6eb;
}

.profile-avatar-missing {
  display: inline-block;
  margin-top: 9px;
  padding: 6px 9px;
  color: #52636b;
  background: #eef4f6;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 800;
}

.itemnew {
  padding: 18px;
  background: #fff;
  border: 1px solid #dce6eb;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(20, 61, 76, 0.08);
}

.itemnew .row1 {
  margin-bottom: 14px;
}

.itemnew .row1 label {
  display: block;
  margin-bottom: 6px;
  color: #26343a;
  font-weight: 800;
}

.itemnew input[type="text"],
.itemnew select,
.itemnew textarea {
  width: 100%;
  max-width: 100%;
  min-height: 40px;
  padding: 9px 11px;
  border: 1px solid #cfdce2;
  border-radius: 7px;
  background: #fff;
}

.itemnew textarea {
  min-height: 160px;
}

.itemnew input[type="text"]:focus,
.itemnew select:focus,
.itemnew textarea:focus {
  border-color: #1f78a8;
  box-shadow: 0 0 0 3px rgba(31, 120, 168, 0.12);
  outline: none;
}

.business-editor-help {
  display: grid;
  gap: 4px;
  margin: 8px 0 18px;
  padding: 13px 15px;
  color: #24414d;
  background: #eef6f8;
  border: 1px solid #d5e7ee;
  border-radius: 8px;
}

.business-editor-help strong {
  color: #0b3c4c;
  font-size: 15px;
}

.business-editor-help span {
  color: #52636b;
  line-height: 1.45;
}

.defaultSkin table.mceLayout {
  width: 100% !important;
  border: 1px solid #d4e2e8 !important;
  border-radius: 8px;
  overflow: hidden;
}

.defaultSkin .mceToolbar {
  padding: 4px !important;
}

.profile-sidebar .widget ul {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.profile-sidebar .widget ul li a {
  display: block;
  padding: 10px 12px;
  color: #0f4252;
  background: #f3f8fa;
  border-radius: 7px;
  font-weight: 800;
}

.profile-sidebar .widget ul li a:hover,
.profile-sidebar .widget ul li a:focus {
  color: #fff;
  background: #17475a;
  text-decoration: none;
}

#sidebar .blog-categories-container {
  margin-top: 10px;
}

.notfrontpage .left_sidebar,
.notfrontpage .content_right {
  box-sizing: border-box;
}

.notfrontpage .left_sidebar {
  width: 24%;
  padding-right: 18px;
}

.notfrontpage .content_right {
  width: 74%;
}

.left_sidebar .sidebar_widget {
  float: none;
  width: 100%;
}

.left_sidebar .sidebar_title,
.left_sidebar .sidebar_widget h3 {
  float: none;
  width: auto;
}

.left_sidebar .sidebar_widget h3 {
  margin: 0 0 14px;
  line-height: 1.25;
}

.left_sidebar .sidebar_widget ul.sidebar-nav-list {
  grid-template-columns: 1fr;
  margin-top: 0;
}

#sidebar ul.sidebar-nav-list,
.sidebar_widget ul.sidebar-nav-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}

#sidebar ul.sidebar-nav-list li,
.sidebar_widget ul.sidebar-nav-list li {
  float: none;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  list-style: none;
}

#sidebar ul.sidebar-nav-list li a,
.sidebar_widget ul.sidebar-nav-list li a {
  display: block;
  min-height: 34px;
  padding: 8px 9px;
  background: #f3f7f8;
  color: #253740;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

#sidebar ul.sidebar-nav-list li a:hover,
#sidebar ul.sidebar-nav-list li a:focus,
.sidebar_widget ul.sidebar-nav-list li a:hover,
.sidebar_widget ul.sidebar-nav-list li a:focus {
  background: #e1eef2;
  color: #0071a5;
  text-decoration: none;
}

#sidebar ul.cms-sidebar-list {
  display: block;
  margin-top: 14px;
}

#sidebar ul.cms-sidebar-list > li {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  background: transparent;
}

#sidebar ul.cms-sidebar-list i,
#sidebar ul.cms-sidebar-list .fa,
#sidebar ul.cms-sidebar-list .blog-cat-icon {
  display: none;
}

#sidebar ul.cms-sidebar-list .blog-category-link {
  display: block;
  border-radius: 0;
}

#sidebar ul.cms-sidebar-list .blog-category-parent {
  padding: 11px 12px;
  background: #eaf1f3;
  color: #21343d;
  font-size: 14px;
  line-height: 1.25;
}

#sidebar ul.cms-sidebar-list .blog-category-parent:hover,
#sidebar ul.cms-sidebar-list .blog-category-parent:focus {
  background: #dcebed;
  color: #006f92;
}

#sidebar ul.cms-sidebar-list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  margin: 8px 0 0;
  padding: 0 0 0 10px;
  border-left: 2px solid #d8e6ea;
}

#sidebar ul.cms-sidebar-list ul li {
  margin: 0;
}

#sidebar ul.cms-sidebar-list .blog-category-child {
  min-height: 0;
  padding: 10px 11px;
  background: #f4f8f9;
  color: #263b44;
  font-size: 13px;
  line-height: 1.25;
}

#sidebar ul.cms-sidebar-list .blog-category-child:hover,
#sidebar ul.cms-sidebar-list .blog-category-child:focus {
  background: #e6f1f4;
  color: #006f92;
}

.footer_social_links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  margin: 0;
}

.footer_social_links li {
  float: none;
  margin: 0;
}

.footer_social_links a.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: #0878a8;
  color: #fff;
  line-height: 1;
  text-indent: 0;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.footer_social_links a.footer-social-link:hover,
.footer_social_links a.footer-social-link:focus {
  background: #0b95c6;
  border-color: rgba(255, 255, 255, 0.36);
  color: #fff;
  transform: translateY(-1px);
}

.footer_social_links a.footer-social-link svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.business-gallery-header {
  margin-top: 28px;
  margin-bottom: 14px;
}

.business-gallery-header h3 {
  margin-bottom: 2px;
}

.business-gallery-header p {
  margin: 0;
  color: #667680;
  font-size: 14px;
}

.galeriefoto.business-gallery {
  margin-left: -8px;
  margin-right: -8px;
}

.business-gallery .col-md-4 {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}

.business-gallery a.business-gallery-item {
  position: relative;
  display: block;
  width: 100%;
  height: 190px;
  padding: 0;
  background: #eef3f5;
  overflow: hidden;
}

.business-gallery a.business-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease, filter .22s ease;
}

.business-gallery a.business-gallery-item:hover img,
.business-gallery a.business-gallery-item:focus img {
  transform: scale(1.04);
  filter: brightness(.86);
}

.business-gallery-zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -44%);
  opacity: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 113, 165, .92);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
}

.business-gallery a.business-gallery-item:hover .business-gallery-zoom,
.business-gallery a.business-gallery-item:focus .business-gallery-zoom {
  opacity: 1;
  transform: translate(-50%, -50%);
}

#lightboxOverlay {
  background-color: #07151b;
}

#lightbox .lb-image {
  border: 6px solid #fff;
  border-radius: 8px;
}

.business-sidebar .content-container-white,
.business-sidebar-card {
  background: #fff;
}

.business-sidebar-media {
  position: relative;
  overflow: hidden;
}

.business-sidebar-media img {
  display: block;
  width: 100%;
  height: auto;
}

.business-sidebar-title {
  margin: 12px 0;
  padding: 14px 16px;
  border-radius: 8px;
  background: #07394c;
  color: #fff;
}

.business-sidebar-title strong,
.business-sidebar-title span {
  display: block;
}

.business-sidebar-title strong {
  font-size: 18px;
  line-height: 1.25;
}

.business-sidebar-title span {
  margin-top: 4px;
  color: #cde9f2;
  font-size: 13px;
}

.business-sidebar-card {
  padding: 14px 16px;
}

.business-sidebar-share {
  padding: 12px 14px !important;
}

.business-sidebar-section .title-widget {
  margin-top: 0;
}

.business-sidebar .continut i {
  color: #0878a8;
}

.business-sidebar-phones {
  margin: 14px 0;
}

.business-sidebar-phones li {
  border-radius: 7px;
}

.business-sidebar-links {
  margin-top: 10px;
}

.business-sidebar-links li {
  margin-bottom: 7px;
  word-break: break-word;
}

.business-map-card {
  padding: 12px;
}

.business-map-card .col-map {
  margin-bottom: 12px;
}

.business-local-seo {
  clear: both;
  padding-top: 6px;
  color: #2f3c42;
  font-size: 14px;
  line-height: 1.55;
}

.business-local-seo strong {
  display: block;
  margin-bottom: 6px;
  color: #07394c;
  font-size: 15px;
}

.business-local-seo p {
  margin: 0;
}

.firme .business-listing-card,
.firme .xitem-listing-2026 {
  margin: 0 0 30px;
  padding: 0 0 8px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.firme .business-listing-card:hover,
.firme .xitem-listing-2026:hover {
  border: 0;
  box-shadow: none;
}

.business-listing-card .blog_post,
.business-listing-card .blog_postcontent,
.xitem-listing-2026 .blog_post,
.xitem-listing-2026 .blog_postcontent {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}

.firme .business-listing-card .blog_postcontent,
.firme .xitem-listing-2026 .blog_postcontent {
  display: grid;
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.firme .business-listing-card .blog_postcontent .image_frame.small,
.business-listing-card .image_frame.small,
.firme .xitem-listing-2026 .blog_postcontent .image_frame.small,
.xitem-listing-2026 .image_frame.small {
  float: none;
  width: auto;
  margin: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.business-listing-card .image_frame.small:hover,
.xitem-listing-2026 .image_frame.small:hover {
  border: 0;
}

.business-listing-card .image_frame img,
.xitem-listing-2026 .image_frame img {
  float: none;
  display: block;
  width: 100%;
  height: 132px;
  border: 0;
  border-radius: 8px;
  object-fit: cover;
}

.firme .business-listing-card .post_info_content_small,
.firme .xitem-listing-2026 .post_info_content_small {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}

.xitem-listing-heading {
  display: block;
  max-width: 460px;
  padding: 16px 18px 15px;
  border-radius: 8px;
  background: #0b3c4c;
  color: #fff;
  text-decoration: none;
}

.xitem-listing-heading:hover,
.xitem-listing-heading:focus {
  background: #0a4659;
  color: #fff;
  text-decoration: none;
}

.xitem-listing-2026 .xitem-listing-title {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.24;
}

.xitem-listing-kicker {
  display: block;
  margin-top: 6px;
  color: #d8eef4;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.xitem-listing-action:hover {
  color: #0878a8;
  text-decoration: none;
}

.xitem-listing-location {
  margin-top: 8px;
  color: #58666d;
  font-size: 14px;
  line-height: 1.45;
}

.xitem-listing-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 13px 0 9px;
  padding: 0;
}

.xitem-listing-phones li,
ul.xitem-listing-phones li {
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  line-height: 1.2;
}

ul.xitem-listing-phones li a,
ul.xitem-listing-phones li a:hover {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 7px;
  background: #eef4f6;
  color: #0b3c4c;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

ul.xitem-listing-phones li a:hover,
ul.xitem-listing-phones li a:focus {
  background: #dfecef;
  color: #083443;
}

.xitem-listing-phones .fa {
  font-size: 17px;
}

.firme .xitem-listing-2026 p.post_meta_desc,
.xitem-listing-description {
  float: none;
  width: auto;
  margin: 10px 0 0;
  color: #34444b;
  font-size: 15px;
  line-height: 1.55;
}

.xitem-listing-action {
  display: inline-block;
  margin-top: 10px;
  color: #0878a8;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.xitem-listing-action:after {
  content: " >";
}

@media (max-width: 767px) {
  .notfrontpage .left_sidebar,
  .notfrontpage .content_right {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  #trueHeader {
    height: 160px;
  }

  .hero-section {
    max-height: none;
  }

  .hero-section img {
    height: 220px;
  }

  .hero-content {
    position: static;
    background: #17395c;
  }

  .hero-overlay {
    display: none;
  }

  .hero-copy {
    max-width: none;
    padding: 20px 0;
    color: #111;
  }

  .hero-copy h1 {
    font-size: 24px;
  }

  .hero-copy h1,
  .hero-copy p {
    color: #fff;
  }

  .legacy-home-hero {
    min-height: 230px;
  }

  .legacy-home-hero > img {
    min-height: 230px;
    object-position: 58% top;
  }

  .legacy-home-hero .container {
    position: static;
    padding-top: 12px;
    padding-bottom: 14px;
    background: #f3f3f3;
  }

  .legacy-home-hero-actions {
    gap: 8px;
  }

  .legacy-home-hero a.button_slider,
  .legacy-home-hero a.button_slider_02 {
    font-size: 13px;
    padding: 9px 10px;
  }

  .home-slider-section,
  .home-slider-section .bx-wrapper,
  .home-slider-section .bx-viewport,
  .home-slider,
  .home-slider-slide,
  .home-slider-slide img {
    height: 260px !important;
  }

  .home-slider-copy {
    position: static;
    display: block;
    padding: 18px 0;
    background: #17395c;
  }

  .home-slider-section {
    height: auto;
    overflow: visible;
  }

  .home-slider-copy h1 {
    font-size: 24px;
  }

  .home-slider-section .bx-pager {
    right: 14px;
    bottom: 12px;
  }

  .home-grid {
    grid-template-columns: 1fr;
  }

  .newspaper-section {
    padding: 26px 0 30px;
  }

  .newspaper-heading {
    display: block;
  }

  .newspaper-heading a {
    display: inline-block;
    margin-top: 8px;
  }

  .newspaper-columns,
  .newspaper-bottom-grid {
    display: block;
  }

  .newspaper-column,
  .newspaper-link-panel {
    margin-bottom: 24px;
  }

  .newspaper-column:last-child,
  .newspaper-link-panel:last-child {
    margin-bottom: 0;
  }

  .newspaper-heading h2 {
    font-size: 20px;
  }

  .newspaper-feature-image img {
    height: 190px;
  }

  .newspaper-list {
    display: block;
  }

  .newspaper-list-item {
    grid-template-columns: 86px minmax(0, 1fr);
    min-height: 0;
    margin-bottom: 14px;
  }

  .newspaper-thumb img {
    width: 86px;
    height: 66px;
  }

  .firme .business-listing-card,
  .firme .xitem-listing-2026 {
    margin-bottom: 28px;
  }

  .firme .business-listing-card .blog_postcontent,
  .firme .xitem-listing-2026 .blog_postcontent {
    display: block;
  }

  .business-listing-card .image_frame.small,
  .xitem-listing-2026 .image_frame.small {
    margin-bottom: 13px;
  }

  .business-listing-card .image_frame img,
  .xitem-listing-2026 .image_frame img {
    height: 190px;
  }

  .xitem-listing-2026 .xitem-listing-title {
    font-size: 19px;
  }

  .xitem-listing-phones {
    display: block;
    margin-top: 12px;
  }

  .xitem-listing-phones li + li {
    margin-top: 8px;
  }

  ul.xitem-listing-phones li a,
  ul.xitem-listing-phones li a:hover {
    justify-content: center;
    width: 100%;
    font-size: 16px;
  }

  .profile-hero,
  .profile-business-card,
  .profile-section-head {
    display: block;
  }

  .profile-hero {
    padding: 18px;
  }

  .profile-stats {
    grid-template-columns: 1fr 1fr;
    min-width: 0;
    margin-top: 16px;
  }

  .profile-business-actions {
    justify-content: flex-start;
    max-width: none;
    margin-top: 14px;
  }

  .profile-action {
    width: 100%;
  }

  .profile-section-head a {
    display: inline-block;
    margin-top: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .home-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.promoted-businesses {
  clear: both;
}

.cmsitem .promoted-businesses {
  margin: 24px 0;
  border: 1px solid #dce9ed;
  box-shadow: none;
}

.promoted-businesses-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.promoted-businesses-head h2 {
  margin: 0;
  color: #164f63;
  font-size: 22px;
  line-height: 1.2;
}

.promoted-businesses-head p {
  max-width: 360px;
  margin: 0;
  color: #60717a;
  font-size: 14px;
  line-height: 1.45;
  text-align: right;
}

.promoted-businesses-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.promoted-businesses-inline .promoted-businesses-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.promoted-businesses-inline .promoted-business-card strong {
  min-height: 62px;
}

.promoted-business-card,
.promoted-business-card:hover {
  display: block;
  overflow: hidden;
  color: #17343e;
  text-decoration: none;
  border: 1px solid #dfe8eb;
  border-radius: 8px;
  background: #fff;
}

.promoted-business-card img {
  display: block;
  width: 100%;
  aspect-ratio: 22 / 15;
  height: auto;
  object-fit: cover;
  background: #eef4f6;
}

.promoted-business-card strong,
.promoted-business-card span {
  display: block;
  margin-right: 12px;
  margin-left: 12px;
}

.promoted-business-meta {
  margin-top: 12px;
  color: #0b7894;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.promoted-business-card strong {
  min-height: 42px;
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.3;
}

.promoted-business-action {
  margin-top: 12px;
  margin-bottom: 14px;
  color: #0b7894;
  font-size: 14px;
  font-weight: 700;
}

.promoted-businesses-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid #cfe4ea;
  background: #eef8fb;
}

.promoted-businesses-cta strong {
  color: #17343e;
  font-size: 15px;
  line-height: 1.35;
}

.promoted-businesses-cta a,
.promoted-businesses-cta a:hover,
.promoted-businesses-cta a:focus {
  display: inline-block;
  flex: 0 0 auto;
  padding: 10px 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  background: #0071a5;
}

.promoted-businesses-cta a:hover,
.promoted-businesses-cta a:focus {
  background: #005f8c;
}

@media (max-width: 767px) {
  .promoted-businesses-head {
    display: block;
  }

  .promoted-businesses-head p {
    margin-top: 6px;
    text-align: left;
  }

  .promoted-businesses-grid {
    grid-template-columns: 1fr;
  }

  .promoted-businesses-cta {
    display: block;
  }

  .promoted-businesses-cta a {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}
