/* MAIN.CSS */
@charset "UTF-8";
/* Brand-neutral core. All brand identity (colors, fonts, hero images) comes
   from CSS variables defined in the brand file (nw.css or mb.css), which must
   be loaded AFTER this file. */
body {
  font-family: var(--font-body);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
}
/* CSS Document */
/* Footer */
html,
body {
  height: 100%;
}

/* ── Sticky footer ───────────────────────────────────────────────
   Footer is pinned to the bottom of the viewport on short pages and
   flows below tall content — pure CSS. (The old footerSize() JS that
   forced a min-height onto .footer was removed: it fought this layout
   and caused a jumpy footer / resize loop on mobile.)

   #wrapper is the TOP-LEVEL page container, so it must be the full-height
   flex column: the navbar, the content area AND the footer all live
   inside the same 100vh column, so a short page is exactly one viewport
   tall and the footer sits at the bottom. (Putting min-height:100vh on
   #page-content-wrapper instead was wrong — the ~80px navbar above it
   stacked on top of the 100vh, pushing the footer below the fold.) The
   sidebar is position:fixed (out of flow), so making #wrapper a flex
   column does not disturb it. */
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* The content area grows to fill the column (pushing a trailing footer to
   the bottom). It keeps min-height:100vh as a fallback for the few pages
   that render a footer WITHOUT a #wrapper (e.g. the login screen). */
#page-content-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#wrapper > #page-content-wrapper {
  flex: 1 0 auto;
  min-height: 0; /* #wrapper owns the 100vh here, not the content area */
}

/* Pin the footer to the bottom of its flex parent, at whichever level it
   sits: nested in the content area (most pages) or a direct child of
   #wrapper (the new-quote "bind" pages, where footer.php is included after
   the content wrapper closes). */
#page-content-wrapper > .footer,
#wrapper > .footer {
  margin-top: auto;
  /* Cancel .footer's base -20px/-15px bleed margin at the BOTTOM. When the
       footer is pinned, that negative bottom margin pushes the footer's lower
       edge ~20px past the bottom of the 100vh column, so the bottom of the
       footer falls below the fold and gets cut off (needs a scroll to see). */
  margin-bottom: 0;
}

/* Keep the pinned footer flush with the bottom: cancel the broker-portal
   bottom gap (sidebar.css sets #page-content-wrapper{margin-bottom:60px})
   on pages that render a footer. */
#wrapper:has(.footer) > #page-content-wrapper {
  margin-bottom: 0 !important;
}
body {
  background: #eeeeee;
  color: #383e47;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hauto {
  height: auto !important;
}
textarea {
  resize: none;
}

.bg-primary {
  background: rgba(75, 97, 221, 1) !important;
}
.table td,
.table th {
  padding: 10px !important;
}
.container2 {
  margin: 0px 15px;
}
.spinner-border-lg {
  margin-top: 1.5rem;
  width: 5rem;
  height: 5rem;
}
.policyNav {
  padding-top: 0px;
}
.navbar-collapse {
  padding-top: 0px !important;
}
.pMenu .active {
  background: rgba(221, 221, 221, 0.2);
}
.p {
  line-height: 1.42857143;
  color: #4f4f4f;
}

.nopadding {
  padding: 0px !important;
}

#pageLoader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  height: 100%;
  z-index: 9999;
  background: rgba(10, 10, 10, 0.8);
  text-align: center;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
#loader {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNjI0NTYyRTAzMkQxMUU0QjgzREM4MTcxREJGNzU4NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNjI0NTYyRjAzMkQxMUU0QjgzREM4MTcxREJGNzU4NCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM2MjQ1NjJDMDMyRDExRTRCODNEQzgxNzFEQkY3NTg0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM2MjQ1NjJEMDMyRDExRTRCODNEQzgxNzFEQkY3NTg0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1Bp0cQAAC9RJREFUeNrsnXuMHXUV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);
  width: 200px;
  height: 200px;
  position: fixed;
  margin-left: -100px !important;
  margin-top: -100px !important;
  z-index: 8001;
  animation-name: spin;
  -webkit-animation-name: spin;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  content: "Loading";
  color: #fff;
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -25px;
  margin-top: -11px;
  z-index: 8001;
  background-size: 100%;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.list-group-item-action:hover {
  cursor: pointer;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.wrapper {
  width: 100%;
  height: 100%;
}

.drop {
  width: 96%;
  height: 96%;
  border: 3px dashed #dadfe3;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  background: white;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*&:hover
   * cursor: pointer
   * background: #f5f5f5 */
}
.drop .cont {
  width: 500px;
  height: 170px;
  color: #8e99a5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.drop .cont i {
  font-size: 400%;
  color: #8e99a5;
  position: relative;
}
.drop .cont .tit {
  font-size: 210%;
  text-transform: uppercase;
}
.drop .cont .desc {
  color: #a4aebb;
}
.drop .cont .browse {
  margin: 10px 25%;
  color: white;
  padding: 8px 16px;
  border-radius: 5px;
  background: #09f;
}
.drop input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: red;
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* tables */
.panel {
  border: 1px solid #ddd;
  background-color: #fcfcfc;
}
.panel .btn-group {
  margin: 15px 0 30px;
}
.panel .btn-group .btn {
  transition: background-color 0.3s ease;
}

/* Policy management */
.breadcrumb {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.offset {
  margin: 0px -10px;
}
.table tr {
  background: white;
}
.table td,
.table th {
  padding: 20px;
  background: transparent;
  color: #686868;
}

.loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}
/* LOADER 2 */

#loader-2 {
  text-align: center;
}
#loader-2 span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 35px 5px;
}

#loader-2 span:nth-child(1) {
  animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2) {
  animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3) {
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {
  0%,
  75%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.homeCard {
  border: none;
  -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  margin-bottom: 24px;
}
.text-muted {
  font-size: 14px;
  color: #98a6ad !important;
}

.helpButton:hover {
  cursor: pointer;
  color: white;
}
#helpOptions {
  width: 200px;
  height: 300px;
  overflow-y: scroll;
}

.homeIcon {
  width: 100px;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  margin: 8px;
  text-align: center;
}
.homeIcon:hover {
  text-decoration: none;
  -webkit-box-shadow:
    inset 0px 0px 0px 200px rgba(0, 0, 0, 0.12),
    0px 0px 28px -4px rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    inset 0px 0px 0px 200px rgba(0, 0, 0, 0.12),
    0px 0px 28px -4px rgba(0, 0, 0, 0.12);
  box-shadow:
    inset 0px 0px 0px 200px rgba(0, 0, 0, 0.12),
    0px 0px 28px -4px rgba(0, 0, 0, 0.12);
}
.homeIcon .card-text {
  font-size: 14px;
}

.homeIcon .card-img-top {
  height: 70px;
  padding: 20px;
}
.homeIcon .card-body {
  padding-top: 0px;
}
.direct-wrapper {
  margin: -20px;
  overflow-x: hidden !important;
}
.footer {
  position: relative;
  height: auto;
  background-color: var(--brand-primary);
  margin: -20px;
}
@media (max-width: 868px) {
  .direct-wrapper {
    margin: -15px;
  }
  .footer {
    /* full-width bleed on mobile; margin-top is left to the sticky-footer
	   rules above (was margin-top:15px!important, which broke stickiness) */
    width: 100vw;
    margin: -15px;
  }
}
/* STYLES SPECIFIC TO FOOTER  */

.footer .col {
  width: 190px;
  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 20px 20px;
}
.footer .col h3 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-weight: bold;
}
.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .col ul li,
.footer a {
  color: #ffffff;
  font-size: 14px;
  font-family: inherit;
  padding: 0px;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}
.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}

.footer .col ul li:hover,
.footer a:hover {
  color: #ffffff;
  transition: 0.1s;
  text-decoration: none;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
}
.clearfix {
  clear: both;
}
.footerfoot {
  font-size: 14px;
  color: #ffffff;
}

.footer .light h3 {
  color: #000000;
}
.footer .light ul li,
.footer .light a {
  color: #000000;
}
.footerfoot .light {
  color: #ffffff;
}

@media only screen and (min-width: 1280px) {
  .contain {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1139px) {
  .contain .social {
    width: 1000px;
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
}
@media only screen and (max-width: 950px) {
  .footer .col {
    width: 33%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
  .footer .col {
    width: 50%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 340px) {
  .footer .col {
    width: 100%;
  }
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  border-color: rgb(59, 76, 135);
  background-color: rgb(59, 76, 135);
}
.btn-outline-info {
  border-color: rgb(59, 76, 135);
  color: rgb(59, 76, 135);
}
.btn-outline-info:hover {
  background-color: rgb(59, 76, 135);
  border-color: rgb(59, 76, 135);
}

.ddma {
  margin-bottom: 4px;
}

.ddma::before {
  border-top: 9px solid rgba(0, 0, 0, 0.2);
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  right: 5%; /* position */
  position: absolute;
  bottom: -8px;
}

.ddma::after {
  border-top: 8px solid #ffffff;
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  right: 5%; /* position */
  position: absolute;
  bottom: -7px;
}

.homeLinks {
  padding: 0px;
  height: 100%;
}
.homeLinks a:hover {
  text-decoration: none;
}
.homeLinks:hover {
  opacity: 0.7;
}
.homeLinks a {
  color: #1c1c1c;
}
.homeLinks .card-text {
  font-size: 14px;
}

div.stars {
  width: 170px;
  display: inline-block;
}
input.star {
  display: none;
}
label.star {
  float: right;
  padding: 2px;
  font-size: 26px;
  color: #444;
  transition: all 0.2s;
}
input.star:checked ~ label.star:before {
  content: "\f005";
  font-weight: 900;
  color: var(--brand-accent);
  transition: all 0.25s;
}
input.star-5:checked ~ label.star:before {
  color: var(--brand-accent);
  text-shadow: 0 0 20px rgba(248, 222, 87, 0.5);
}
input.star-1:checked ~ label.star:before {
  color: #f62;
}
label.star:hover {
  transform: rotate(-15deg) scale(1.3);
}
label.star:before {
  content: "\f005";
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
}
.unselectable {
  user-select: none !important;
}

.datepicker-dropdown {
  z-index: 9998 !important;
}

/* ============================================================
   Product list / search results — thumbnail card design
   ============================================================ */

/* Section header */
.products-heading {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: #1d2233;
  margin: 2px 0 1px;
}
.products-subheading {
  color: #6a7180;
  font-size: 13px;
  margin-bottom: 10px;
}

/* Search bar */
#prod_search {
  border: 1px solid #d6dbe2;
  border-radius: 999px;
  padding: 9px 18px 9px 42px;
  font-size: 14px;
  height: auto;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a90a0' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='7'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 15px;
  box-shadow: 0 1px 2px rgba(15, 30, 60, 0.04);
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  margin: 4px 0 10px;
  width: 100%;
}
#prod_search:focus {
  outline: none;
  border-color: #5271ff;
  box-shadow: 0 0 0 4px rgba(82, 113, 255, 0.14);
}
#prod_search::placeholder {
  color: #9aa0ad;
}

/* Results grid */
#prod_search_results {
  background: transparent !important;
  margin: 0 -5px;
  padding: 0 0 8px;
}
#prod_search_results > [class*="col-"] {
  padding: 5px !important;
  display: flex;
}

/* THE CARD ============================================================ */
.product-card {
  --accent: #5271ff;
  --accent-soft: rgba(82, 113, 255, 0.1);
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border: 1px solid #e7eaf1;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  box-shadow: 0 1px 2px rgba(15, 30, 60, 0.04);
}
.product-card:hover,
.product-card:focus {
  transform: translateY(-3px);
  box-shadow:
    0 14px 28px rgba(15, 30, 60, 0.1),
    0 3px 8px rgba(15, 30, 60, 0.05);
  border-color: transparent;
  text-decoration: none;
  color: inherit;
  outline: none;
}

/* Thumbnail */
.product-card__thumb {
  position: relative;
  width: 100%;
  padding-top: 34%; /* shorter, compact aspect ratio */
  overflow: hidden;
  background-color: #eef0f5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 3px solid var(--accent);
  transition: filter 0.25s ease;
}
.product-card__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 30, 60, 0) 55%,
    rgba(15, 30, 60, 0.42) 100%
  );
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.product-card:hover .product-card__thumb {
  filter: saturate(1.12) contrast(1.03);
}
.product-card:hover .product-card__thumb::after {
  opacity: 0.5;
}

/* Body */
.product-card__body {
  padding: 10px 14px 12px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.product-title {
  font-family: var(--font-body);
  font-weight: 800;
  text-transform: none;
  color: #1d2233;
  font-size: 14.5px;
  line-height: 1.2;
  letter-spacing: 0.1px;
  margin-bottom: 1px;
}
.product-subtitle {
  color: #6a7180;
  font-size: 12px;
  line-height: 1.35;
  margin-bottom: 6px;
}

/* CTA row */
.product-card__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.product-card__cta i {
  font-size: 9.5px;
  transition: transform 0.22s ease;
}
.product-card:hover .product-card__cta i {
  transform: translateX(3px);
}

/* Empty state */
.product-no-results {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
  color: #8a90a0;
}
.product-no-results i {
  font-size: 32px;
  color: #c4c9d4;
  display: block;
  margin-bottom: 10px;
}
.product-no-results strong {
  color: #4b5160;
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
  font-size: 14.5px;
}

/* Legacy support: hide the old icon block if present */
.product-card .product-icon {
  display: none;
}

/* Mobile */
@media (max-width: 575.98px) {
  #prod_search_results {
    margin: 0 -4px;
  }
  #prod_search_results > [class*="col-"] {
    padding: 4px !important;
  }
  .product-card {
    border-radius: 10px;
  }
  .product-card__thumb {
    padding-top: 36%;
    border-bottom-width: 2px;
  }
  .product-card__body {
    padding: 9px 12px 10px;
  }
  .product-title {
    font-size: 13.5px;
  }
  .product-subtitle {
    font-size: 11.5px;
    margin-bottom: 5px;
  }
  .product-card__cta {
    font-size: 10px;
  }
}
.gradient {
  background: linear-gradient(334deg, #aad4dd, #4cabd6, var(--brand-secondary));
  background-size: 180% 180%;
  /* animation: gradient-animation 6s ease infinite; */
  background-position: 100% 50%;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

.floating {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

.light .myPolicy {
  color: rgba(0, 0, 0, 0.5) !important;
}
@media screen and (max-width: 991px) {
  .dropdown-lrg.light ul,
  .dropdown-lrg.light ul a {
    color: rgba(0, 0, 0, 0.5) !important;
  }
}

.search_highlight {
  font-weight: 900 !important;
  color: darkblue;
}

.btn.btn-success.mr-2.d-none.d-lg-block.ml-5 {
  padding-top: 8px;
}

/* SIDEBAR CSS */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  background: #f0f0f0;
}
.content {
  width: 260px;
  margin: 100px auto;
}
.colors {
  width: 260px;
  float: left;
  margin: 20px auto;
}
.colors a {
  width: 43.3px;
  height: 30px;
  float: left;
}
.colors .default {
  background: #414956;
}
.colors .blue {
  background: var(--brand-link);
}
.colors .green {
  background: #03a678;
}
.colors .red {
  background: #ed5565;
}
.colors .white {
  background: #fff;
}
.colors .black {
  background: #292929;
}

.jquery-accordion-menu,
.jquery-accordion-menu * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0;
}
.jquery-accordion-menu {
  float: left;
  position: relative;
  box-shadow: 0 20px 50px #333;
}

.jquery-accordion-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jquery-accordion-menu ul li {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}
.jquery-accordion-menu ul li a {
  width: 100%;
  padding: 14px 22px;
  float: left;
  text-decoration: none;
  color: #f0f0f0;
  font-size: 13px;
  background: #414956;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -o-transition:
    color 0.2s linear,
    background 0.2s linear;
  -moz-transition:
    color 0.2s linear,
    background 0.2s linear;
  -webkit-transition:
    color 0.2s linear,
    background 0.2s linear;
  transition:
    color 0.2s linear,
    background 0.2s linear;
}
.jquery-accordion-menu > ul > li.active > a,
.jquery-accordion-menu > ul > li:hover > a {
  color: #fff;
  background: #3b424d;
}
.jquery-accordion-menu > ul > li > a {
  border-bottom: solid 1px #3b424d;
}
.jquery-accordion-menu ul li a i {
  width: 34px;
  float: left;
  line-height: 18px;
  font-size: 16px;
  text-align: left;
}

.jquery-accordion-menu ul ul.submenu,
.jquery-accordion-menu ul ul.submenu li ul.submenu {
  width: 100%;
  display: none;
  position: static;
}
.jquery-accordion-menu ul ul.submenu li {
  clear: both;
  width: 100%;
}
.jquery-accordion-menu ul ul.submenu li a {
  width: 100%;
  float: left;
  font-size: 11px;
  background: #5d524d;
  border-top: none;
  position: relative;
  border-left: solid 6px transparent;
  -o-transition: border 0.2s linear;
  -moz-transition: border 0.2s linear;
  -webkit-transition: border 0.2s linear;
  transition: border 0.2s linear;
}
.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #414956;
}
.jquery-accordion-menu ul ul.submenu > li > a {
  padding-left: 30px;
}
.jquery-accordion-menu ul ul.submenu > li > ul.submenu > li > a {
  padding-left: 45px;
}
.jquery-accordion-menu
  ul
  ul.submenu
  > li
  > ul.submenu
  > li
  > ul.submenu
  > li
  > a {
  padding-left: 60px;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.blue.jquery-accordion-menu .jquery-accordion-menu-footer,
.blue.jquery-accordion-menu .jquery-accordion-menu-header,
.blue.jquery-accordion-menu ul li a {
  background: var(--brand-link);
}
.blue.jquery-accordion-menu > ul > li.active > a,
.blue.jquery-accordion-menu > ul > li:hover > a {
  background: rgb(74, 148, 227);
}
.blue.jquery-accordion-menu > ul > li > a {
  border-bottom-color: var(--brand-link);
  border-bottom: none;
}
.blue.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: rgb(74, 148, 227);
}
.green.jquery-accordion-menu .jquery-accordion-menu-footer,
.green.jquery-accordion-menu .jquery-accordion-menu-header,
.green.jquery-accordion-menu ul li a {
  background: #03a678;
}
.green.jquery-accordion-menu > ul > li.active > a,
.green.jquery-accordion-menu > ul > li:hover > a {
  background: #049372;
}
.green.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #049372;
}
.green.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #049372;
}
.red.jquery-accordion-menu .jquery-accordion-menu-footer,
.red.jquery-accordion-menu .jquery-accordion-menu-header,
.red.jquery-accordion-menu ul li a {
  background: #ed5565;
}
.red.jquery-accordion-menu > ul > li.active > a,
.red.jquery-accordion-menu > ul > li:hover > a {
  background: #da4453;
}
.red.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #da4453;
}
.red.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #da4453;
}
.white.jquery-accordion-menu .jquery-accordion-menu-footer,
.white.jquery-accordion-menu .jquery-accordion-menu-header,
.white.jquery-accordion-menu ul li a {
  background: #fff;
  color: #555;
}
.white.jquery-accordion-menu > ul > li.active > a,
.white.jquery-accordion-menu > ul > li:hover > a {
  background: #f0f0f0;
}
.white.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #f0f0f0;
}
.white.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #f0f0f0;
}
.white.jquery-accordion-menu ul ul.submenu li a {
  color: #f0f0f0;
}
.white.jquery-accordion-menu > ul > li > a > .ink {
  background: rgba(0, 0, 0, 0.1);
}
.black.jquery-accordion-menu .jquery-accordion-menu-footer,
.black.jquery-accordion-menu .jquery-accordion-menu-header,
.black.jquery-accordion-menu ul li a {
  background: #292929;
}
.black.jquery-accordion-menu > ul > li.active > a,
.black.jquery-accordion-menu > ul > li:hover > a {
  background: #222;
}
.black.jquery-accordion-menu > ul > li > a {
  border-bottom-color: #222;
}
.black.jquery-accordion-menu ul ul.submenu li:hover > a {
  border-left-color: #222;
}
.jquery-accordion-menu {
  height: 100%;
  background: var(--brand-link);
}
.sideSettings a {
  color: #eee;
}

.bgNav {
  height: 80px;
}
body {
  overflow-x: hidden;
}
.closeSide {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  background: rgba(1, 1, 1, 0.4);
  z-index: 99;
  display: none;
}
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 900;
  position: fixed;
  right: 250px;
  width: 0;
  height: 100%;
  margin-right: -250px;
  overflow-y: auto;
  background: #f3f5f7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 0px;
  left: 0px;
  box-shadow:
    0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: relative;
  padding: 15px;
  padding-bottom: 0px !important;
}

#wrapper.toggled #page-content-wrapper {
  position: relative;
  margin-right: 0px;
}

/* Sidebar Styles */
.side-menu {
  width: 250px;
  height: 100%;
}
.side-menu a {
  display: block;
}
.side-menu a:hover {
  text-decoration: none;
}
.side-title {
  text-align: left;
  font-size: 20px;
  padding: 15px 0px 15px 15px;
  margin: 15px 0px;
  margin-top: 0px;
  position: relative;
}

.side-menu .active {
}

.side-menu .active:hover {
  background: #007bff;
  color: #fff;
}
.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.profile-usertitle-name {
  color: #eee;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: -1px;
}
.profile-usertitle-job {
  text-transform: uppercase;
  color: #eee;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
  max-width: 220px;
}
.profile-usertitle {
  margin-top: 5px;
  float: left;
  margin-left: 10px;
  text-align: left;
}
.sideSettings {
  position: absolute;
  bottom: 0px;
  right: 5px;
  font-size: 14px;
}

.navbar-collapse {
  position: relative;
  max-height: 270px;
}
.navbar-collapse form[role="search"] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 0;
}
.navbar-collapse form[role="search"] button,
.navbar-collapse form[role="search"] input {
  padding: 8px 12px;
  border-radius: 0px;
  border-width: 0px;
  color: rgb(119, 119, 119);
  background-color: rgb(248, 248, 248);
  border-color: rgb(231, 231, 231);
  box-shadow: none;
  outline: none;
}
.navbar-collapse form[role="search"] input {
  padding: 16px 12px;
  font-size: 14pt;
  font-style: italic;
  color: rgb(160, 160, 160);
  box-shadow: none;
}
.navbar-collapse form[role="search"] button[type="reset"] {
  display: none;
}

@media (min-width: 868px) {
  .navbar-collapse {
    padding-top: 0px !important;
    padding-right: 38px !important;
  }
  .navbar-collapse form[role="search"] {
    width: 38px;
  }
  .navbar-collapse form[role="search"] button,
  .navbar-collapse form[role="search"] input {
    padding: 15px 12px;
  }
  .navbar-collapse form[role="search"] input {
    padding: 25px 12px;
    font-size: 18pt;
    opacity: 0;
    display: none;
  }
  .navbar-collapse form[role="search"].active {
    width: 100%;
  }
  .navbar-collapse form[role="search"].active button,
  .navbar-collapse form[role="search"].active input {
    display: table-cell;
    opacity: 1;
  }
  .navbar-collapse form[role="search"].active input {
    width: 100%;
  }

  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-left: 250px;
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

.searchBox input:hover,
.searchBox input:active,
.searchBox input:focus,
.searchBox button:focus,
.searchBox button:active,
.searchBox button:hover,
.searchBox label:focus,
.searchBox .btn:active,
.searchBox .btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  border: 1px solid #ced4da;
}
.searchBox input:hover {
  border: transparent;
}
.shl {
  background: url(/img/loading-small.gif);
  background-size: 40px;
  width: 40px;
  background-position: center;
  height: 34px;
  position: absolute;
  top: 0px;
}
#searcher {
  width: 100%;
  position: absolute;
  background: white;
  min-height: 34px;
  z-index: 999;
  -webkit-box-shadow: 0px 5px 31px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 31px -10px rgba(0, 0, 0, 0.75);
  border-top: none;
  display: none;
  box-shadow: 0px 5px 31px -10px rgba(0, 0, 0, 0.75);
  top: 60px;
  left: -15px;
}
#searcherBar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #f6f7f9;
  border-top: 1px solid #bababa;
  height: 34px;
  padding: 5px;
  text-align: center;
  z-index: 2;
}
.search_container {
  position: relative;
}
.search_btn {
  position: absolute;
  height: 60px;
  width: 60px;
  background: #34495e;
  right: 0px;
  top: 0;
  bottom: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.search_open::after {
  content: "\f002";
  font-family: "Font Awesome 7 Pro";
  font-size: 25px;
  font-weight: 900;
  color: white;
}
.search {
  background: rgba(87, 101, 116, 0.6);
  height: 60px;
  width: 0;
  display: flex;
  align-items: center;
  transition: all 0.6s;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 70px;
}
.search input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  color: white;
  caret: white;
}
.search input::placeholder {
  color: #ecf0f1;
}
.search input:focus {
  border: 0;
  outline: 0;
  box-shadow: 0;
}
.search_container {
  width: 100%;
}

#page-content-wrapper {
  margin-bottom: 60px !important;
}
.footer {
  margin-top: 20px;
}
.policyNav {
  padding-top: 7px;
  background-color: #5d514c !important;
}
.navbar-nav li > span {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-weight: bold;
}

/* adds some margin below the link sets  */
.navbar .dropdown-lrg div[class*="col"] {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: fixed;
  }
}
/* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* makes the dropdown full width  */
.navbar .dropdown {
  position: static;
}

.nav-container {
  max-width: 1400px;
  padding: 0px;
  flex-direction: column;
}
.nav-row {
  width: 101%;
  align-items: center;
}
.nav-col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px;
}
.navUser2,
.navUser3 {
  padding: 9px;
  border-radius: 40px;
  text-align: center;
  font-size: 22px;
  background: white;
  color: var(--brand-primary);
}

.navUser {
  padding: 0px;
  border-radius: 40px;
  text-align: center;
  font-size: 24px;
  background: rgba(255, 255, 255, 1);
  color: rgba(62, 76, 131, 1);
  height: 16px;
}

.userIcon {
  width: 34px;
}
@media screen and (max-width: 992px) {
  .navUser3 {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .dropdown-lrg {
    box-shadow: 0px 1200px 0px 1200px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: 0px 1200px 0px 1200px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 1200px 0px 1200px rgba(0, 0, 0, 0.32);
  }
  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: 0.5rem 0.5rem;
    margin: 0 0.25rem;
  }

  .myPolicy {
    display: none;
  }
  .userIcon {
    display: inline-block;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-lrg .container {
    margin-left: 15px;
  }
  .navUser {
    padding: 0px;
    border-radius: 0px;
    text-align: left;
    font-size: 16px;
    background: rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 1);
  }
  .myPolicy {
    display: inline;
  }
  .userIcon {
    display: none;
  }
}

.navbar .dropdown-lrg {
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99999;
  top: 52px;
  display: none;
  border: none;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.dropdown-lrg ul {
  margin: 0px;
  padding-left: 0px;
  list-style: none;
  padding-top: 8px;
  padding-bottom: 12px;
}
.dropdown-lrg ul li {
  margin: 0;
  padding: 8px 12px 8px 16px;
  list-style: none;
  min-height: 28px;
  background-repeat: no-repeat;
  background-position: left 6px;
  background-size: 18px;
  line-height: 16px;
  border-radius: 6px;
  transition: all 0.2s ease;
  margin-bottom: 2px;
}
.dropdown-lrg ul li:hover {
  background-color: rgba(var(--brand-primary-rgb), 0.06);
  transform: translateX(4px);
}
.dropdown-lrg ul li a {
  display: block;
  transition: color 0.2s ease;
}
.dropdown-lrg ul li:hover a {
  color: var(--brand-primary) !important;
}
.dropdown-lrg ul li strong {
  font-weight: 600;
  font-size: 15px;
  color: var(--brand-primary);
  letter-spacing: -0.3px;
}
.dropdown-lrg ul a:hover {
  text-decoration: none;
}
.dropdown-lrg ul,
.dropdown-lrg ul a {
  color: #444;
  font-size: 13px;
}

@media screen and (max-width: 1500px) {
  .user-options {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 992px) {
  .navbar .dropdown-lrg {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 75ms; /* Delay before hiding to prevent flicker */
    padding-top: 12px !important;
    z-index: 99999;
  }
  

  

  
  .navbar .dropdown:hover .dropdown-lrg {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0ms;
  }

  .navbar .dropdown-lrg {
    pointer-events: auto;
  }

  .navbackground {
    background: #ffffff;
    box-shadow: 0 20px 60px -15px rgba(var(--brand-primary-rgb), 0.25);
    border-radius: 0 0 12px 12px;
    border-top: 3px solid var(--brand-primary);
  }
}

@media screen and (max-width: 991px) {
  
  .dropdown-lrg ul,
  .dropdown-lrg ul a {
    color: rgba(255, 255, 255, 0.85);
  }
  .dropdown-lrg ul li strong,
  .dropdown-lrg ul li a strong {
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    display: block;
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 4px;
  }
  .dropdown-lrg ul li {
    padding: 6px 8px 6px 12px;
    border-radius: 4px;
    margin-bottom: 2px;
  }
  .dropdown-lrg ul li:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: none;
  }
  .dropdown-lrg ul li[style*="background-image"] {
    background-image: none !important;
    margin-top: 12px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .dropdown-lrg ul li[style*="background-image"]:first-child {
    margin-top: 0;
    border-top: none;
  }
  .navbackground {
    background: transparent;
  }
  .navbackground .row div {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
  }
  .nav-scroll {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .dropdown.show .dropdown-lrg {
    display: block;
  }
}

.navbar-brand {
  margin-right: 15px;
}
.navbar .dropdown-lrg {
  border: none;
  background-color: transparent;
}
.hover:hover {
  cursor: pointer;
}
.hover {
  position: relative;
  transition: color 0.2s ease;
  padding-bottom: 4px;
}
.hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  transition: width 0.3s ease;
  pointer-events: none;
}
.dropdown:hover .hover::after {
  width: 100%;
}
/* Hover bridge - creates invisible area below nav item to prevent flicker */
.nav-link.dropdown {
  padding-bottom: 12px;
  position: relative;
}
.nav-link.dropdown::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent;
}
.nav-item:hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  border-radius: 4px;
}

/**
@media (max-width: 991px) {
		.navbar-collapse{
			padding-bottom: 12px;
		}
}
**/

/* Modern Dropdown Menu Enhancements */
@media screen and (min-width: 992px) {
  .dropdown-lrg ul li[style*="background-image"] {
    background-image: none !important;
    padding-left: 12px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(var(--brand-primary-rgb), 0.1);
    padding-bottom: 12px;
  }
  .dropdown-lrg ul li[style*="background-image"]:hover {
    background-color: transparent;
    transform: none;
  }
  .dropdown-lrg ul li[style*="background-image"] a strong {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--brand-primary);
    display: flex;
    align-items: center;
  }
  .dropdown-lrg ul li[style*="background-image"] a strong::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 16px;
    background: linear-gradient(180deg, var(--brand-primary) 0%, #3d3a8c 100%);
    margin-right: 10px;
    border-radius: 2px;
  }

  /* Column dividers */
  .navbackground .row > div[class*="col"]:not(:last-child) {
    border-right: 1px solid rgba(var(--brand-primary-rgb), 0.08);
  }

  /* Dropdown content spacing */
  .navbackground .row {
    padding: 8px 0;
  }

  /* Nav CTA Box Styles */
  .nav-cta-box {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border-radius: 12px;
    padding: 20px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
    margin: 8px;
  }
  .nav-cta-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
    text-decoration: none;
  }
  .nav-cta-icon {
    font-size: 32px;
    color: #fff;
    margin-right: 14px;
    flex-shrink: 0;
  }
  .nav-cta-text {
    display: flex;
    flex-direction: column;
  }
  .nav-cta-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 2px;
  }
  .nav-cta-subtitle {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.3;
  }

  /* Nav Section Title */
  .nav-section-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--brand-primary);
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--brand-primary);
    display: inline-block;
  }

  /* Nav Main Links - 4 big links */
  .nav-main-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
  }
  .nav-main-link {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 14px 18px;
    color: var(--brand-primary);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    flex: 1 1 calc(50% - 6px);
    min-width: 180px;
  }
  .nav-main-link:hover {
    background: var(--brand-primary);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--brand-primary-rgb), 0.2);
  }
  .nav-main-link i {
    font-size: 20px;
    width: 24px;
    text-align: center;
  }

  /* Nav Sub Links - smaller links below */
  .nav-sub-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid #e9ecef;
  }
  .nav-sub-links a {
    color: #666;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease;
    background: transparent;
  }
  .nav-sub-links a:hover {
    background: rgba(var(--brand-primary-rgb), 0.08);
    color: var(--brand-primary);
    text-decoration: none;
  }
}

/* Mobile styles for simplified nav */
@media screen and (max-width: 991px) {
  .nav-section-title {
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.15);
    border-bottom: none;
    border-radius: 6px;
    display: block;
    text-align: center;
  }
  .nav-main-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
  }
  .nav-main-link {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 12px 14px;
    flex: none;
    min-width: auto;
  }
  .nav-main-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    transform: none;
    box-shadow: none;
  }
  .nav-main-link i {
    font-size: 18px;
  }
  .nav-sub-links {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 10px;
  }
  .nav-sub-links a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    padding: 5px 10px;
  }
  .nav-sub-links a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
}

/* LOGIN CSS*/
.signup-content, .signin-content {
    display: flex;
    display: -webkit-flex; }
  
  a:focus, a:active {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s; }
  
  input, select, textarea {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important; }
  
  input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    margin: 0; }
  
  input:focus, select:focus, textarea:focus {
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important; }
  
  input[type=checkbox] {
    appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    -ms-appearance: checkbox !important; }
  
  input[type=radio] {
    appearance: radio !important;
    -moz-appearance: radio !important;
    -webkit-appearance: radio !important;
    -o-appearance: radio !important;
    -ms-appearance: radio !important; }
   
    
  .sign-in .container {
    width: 900px; 
    margin: 0 auto;  }
  
  
  
  
  
  
  
  .signup {
    margin-bottom: 150px; }
  
  
  
  .signup-form, .signup-image, .signin-form, .signin-image {
    width: 50%;
    overflow: visible; }
  
  
  
  .form-title {
    margin-bottom: 33px; }
  
  
  
  figure {
    margin-bottom: 50px;
    text-align: center; }
  
  
    
  
  #signin {
    margin-top: 16px; }
  
  
  
  
  
  
  
  .register-form {
    width: 100%; }
  
  .form-group {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden; }
    .form-group:last-child {
      margin-bottom: 0px; }
  
  input {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #999;
    padding: 6px 30px;
    font-family: var(--font-body);
    box-sizing: border-box; }
    input::-webkit-input-placeholder {
      color: #999; }
    input::-moz-placeholder {
      color: #999; }
    input:-ms-input-placeholder {
      color: #999; }
    input:-moz-placeholder {
      color: #999; }
    input:focus {
      border-bottom: 1px solid #222; }
      input:focus::-webkit-input-placeholder {
        color: #222; }
      input:focus::-moz-placeholder {
        color: #222; }
      input:focus:-ms-input-placeholder {
        color: #222; }
      input:focus:-moz-placeholder {
        color: #222; }
  
  input[type=checkbox]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    display: none; }
  
  input[type=checkbox]:not(old) + label {
    display: inline-block;
    line-height: 1.5em;
    margin-top: 6px; }
  
  input[type=checkbox]:not(old) + label > span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 15px;
    margin-bottom: 3px;
    border: 1px solid #999;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    background: white;
    background-image: -moz-linear-gradient(white, white);
    background-image: -ms-linear-gradient(white, white);
    background-image: -o-linear-gradient(white, white);
    background-image: -webkit-linear-gradient(white, white);
    background-image: linear-gradient(white, white);
    vertical-align: bottom; }
  
  input[type=checkbox]:not(old):checked + label > span {
    background-image: -moz-linear-gradient(white, white);
    background-image: -ms-linear-gradient(white, white);
    background-image: -o-linear-gradient(white, white);
    background-image: -webkit-linear-gradient(white, white);
    background-image: linear-gradient(white, white); }
  
  input[type=checkbox]:not(old):checked + label > span:before {
    content: '\f00c';
    display: block;
    color: #222;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900; }
  
  
  
  .labelz {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #222; }
  
  
  
  label.error {
    position: relative;
    background: url("../images/unchecked.gif") no-repeat;
    background-position-y: 3px;
    padding-left: 20px;
    display: block;
    margin-top: 20px; }
  
  label.valid {
    display: block;
    position: absolute;
    right: 0;
    left: auto;
    margin-top: -6px;
    width: 20px;
    height: 20px;
    background: transparent; }
    label.valid:after {
      font-family: 'Font Awesome 6 Pro';
      font-weight: 900;
      content: '\f00c';
      width: 100%;
      height: 100%;
      position: absolute;
      /* right: 0; */
      font-size: 16px;
      color: green; }
  
  
  
  
  
  
  
  
  .field-icon {
    font-size: 18px; }
  
  .signin-content {
    padding-top: 70px;
    padding-bottom: 37px; }
  
  
  
  
  
  
    
    
      
    
  
  .signin-form {
    margin-right: 70px;
    margin-left: 80px; }
  
  .signin-image {
    margin-left: 70px;
    margin-right: 20px;
    margin-top: 10px; }
  
  @media screen and (max-width: 1200px) {
   .sign-in .container {
      width: calc( 100% - 30px);
      max-width: 100%; } }
  @media screen and (min-width: 1024px) {
   .sign-in .container {
      max-width: 1200px; } }
  @media screen and (max-width: 768px) {
    .signup-content, .signin-content {
      flex-direction: column;
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -o-flex-direction: column;
      -ms-flex-direction: column;
      justify-content: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      -o-justify-content: center;
      -ms-justify-content: center; }
  
    
  
   
        .signin-image {
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 50px;
      order: 2;
      -moz-order: 2;
      -webkit-order: 2;
      -o-order: 2;
      -ms-order: 2; }
  
    .signup-form, .signup-image, .signin-form, .signin-image {
      width: auto; }
  
    
  
    .form-button {
      text-align: center; }
  
    .signin-form {
      order: 1;
      -moz-order: 1;
      -webkit-order: 1;
      -o-order: 1;
      -ms-order: 1;
      margin-right: 0px;
      margin-left: 0px;
      padding: 0 30px; }
  
    .form-title {
      text-align: center; } }
  
  .main{
      background-image: url(/img/header2.jpg);
      background-size: cover;
      padding-top:0px;
      min-height: 450px;
      overflow: hidden;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: -20px;
  }
  .title{
      height:150px;
      text-align: center;
  }
  .title img{
      width:300px;
      padding:20px;
      max-width: 100%;
  }
  /*# sourceMappingURL=style.css.map */
  
  
  
  
  
  
  .image-grid-cover {
      width: 100%;
      background-size: cover;
      min-height: 180px;
      position: relative;
      margin-bottom: 30px;
      text-shadow: rgba(0,0,0,.8) 0 1px 0;
      border-radius: 4px;
  }
  .image-grid-cover a:hover{
      color: #fff;
      text-shadow: rgba(0,0,0,.8) 0 1px 0;
  }
  .image-grid-clickbox {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 20;
      background: rgba(0,0,0,.45);
  }
  .cover-wrapper {
      font-size: 18px;
      text-align: center;
      display: block;
      color: #fff;
      text-shadow: rgba(0,0,0,.8) 0 1px 0;
      z-index: 21;
      position: relative;
      top: 80px;
  }
  a, a:focus, a:hover {
      text-decoration: none;
      outline: 0;
  }
   .signin-image {
       margin-left:0px;}
  .signin-image h1 {
        color: white !important; 
      font-size: 54px;
      }
  .signin-form{
      margin-right: 0px;
  }
  .left-arrow, .right-arrow{
      position: absolute;
      opacity: 0.9; 
      height: 750px;
      min-width: 100%;
      width:1000px;
      background-size: 100% 100%;;
  }
  .sign-in{
      position: relative;
  }
  .left-arrow{
      height: 2000px;
  }
  .right-arrow{
      right:0px; 
  }
  .signin-content{
      margin-top:50px;
  }
  .pages{  
      min-height: 700px;
  }
  .homeLinks{
      border: none;
  }
  .homeLinks:hover{
      opacity: 1 !important;
  }
  /* TOS */
  .tos_box{
      width:100%;height: 300px;
      background-color: white;
      border: 1px solid black;
      overflow-y: scroll !important;
      margin-bottom: 20px;
      padding:10px;
  }
  
  
  
  

/* ── Signup page extras (moved from signup.css) ───────────────── */

.signup-box{ 
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 400px;
	background: rgba(255,255,255,0.86);
	z-index: 999;
	padding:20px;
	text-align: center;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
background: rgba(0,0,0,0.8);
	width: 100px;
	height: 100px;
	border-radius: 50px;
	color: white;
	    padding: 25px;
    font-size: 30px;
}

.demo{
	height: 90vh;
    width: 92vw;
    margin: 5vh 4vw;
}
.demo .modal-content{
	height: 90vh;
    width: 92vw;
}

/* == Direct-site styles (ex direct.css). Usage audit 2026-08: rendered by
   CMS blocks, site_data widgets, nav/footer and db.php markup on BOTH the
   $DIRECT (New Wave) and broker (Marine Bind) sides -> shared, lives here. == */
* {
  scroll-behavior: smooth;
}
.error {
  background: rgba(255, 0, 4, 0.35);
}

#wrapper,
#page-content-wrapper {
  /* overflow: hidden !important;  */
}
.direct-home {
  width: 100%;
  height: 560px;
  text-align: center;
  padding: 100px 80px;
  background-image: var(--img-hero);
  background-size: cover;
  background-position: center;
  /*
	-webkit-box-shadow: inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
    -moz-box-shadow: inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
    box-shadow: inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
	*/
}
.navLogo {
  height: 64px;
}

@media (max-width: 568px) {
  .navLogo {
    height: 52px;
  }
}

@media (max-width: 380px) {
  .navLogo {
    height: 40px;
  }
}

.nav-buffer {
  height: 76px;
  background: var(--brand-primary);
}

.direct-home h1 {
  font-weight: bold;
  color: #181818 !important;
}
.discount-icon {
  position: absolute;
  top: -31px;
  left: -45px;
  width: 90px;
}
.discount-icon-quote {
  position: absolute;
  top: -34px;
  left: -22px;
  width: 82px;
}
.bg-primary {
  background: var(--brand-primary) !important;
}

.cta {
  display: inline-block;
  padding: 0.7em 1.4em;
  margin: 0 0.3em 0.3em 0;
  border-radius: 0.15em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 22px;
  background-color: #3369ff;
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
  text-align: center;
  position: relative;
}

@media (max-width: 868px) {
  .cta {
    font-size: 16px;
  }
}

.cta:hover {
  color: white;
  text-decoration: none;
  background: #6e90f7;
}
.cta:active {
  top: 0.1em;
}
@media all and (max-width: 30em) {
  .cta {
    display: block;
    margin: 0.4em auto;
  }
}
.bouncy {
  -webkit-animation: pulse 1.5s infinite;
  box-shadow: 0px 0 0px 0px rgba(104, 162, 90, 1);
  /* animation:bouncy 5s infinite linear; */
}
.bouncy:hover {
  animation-play-state: paused;
}

.cta-green {
  background: #218838;
}
.cta-green:hover {
  background: #539951;
}

@keyframes bouncy {
  0% {
    top: 0em;
  }
  40% {
    top: 0em;
  }
  43% {
    top: -0.9em;
  }
  46% {
    top: 0em;
  }
  48% {
    top: -0.4em;
  }
  50% {
    top: 0em;
  }
  100% {
    top: 0em;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
    box-shadow: 0 0 0 30px rgba(104, 162, 90, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(104, 162, 90, 0);
  }
}

@media (min-width: 768px) {
  #menu-toggle {
    display: none;
  }
  .policyNav {
    display: flex;
  }
}

.direct-page h1,
.direct-page-quote h1 {
  font-size: 32px;
  font-weight: bold;
}

.direct-page,
.direct-page-quote {
  width: 100%;
  height: 130px;
  text-align: left;
  padding: 40px 80px;
  color: #f1f1f1;
  background-image: var(--img-hero);
  background-size: cover;
  background-position: center;
}

.direct-page-quote {
  background-image: var(--img-header);
}
.title-style {
  border-bottom: 3px solid #6173dd;
  display: inline;
  color: #161616;
  width: 110px;
  height: 20px;
  font-size: 18px;
  font-weight: normal;
}
.text-block {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: rgb(59, 76, 135);
}

.discount-bg {
  background-color: #9d9d9d;
  background-image: url("/img/pop-up-bg.jpeg");
  background-size: cover;
}
.discountText {
  font-size: 14px;
  text-align: center;
  color: #fcfcfc;
  margin-bottom: 45px;
  font-weight: bold;
  /*    text-shadow: 1px 1px #000000;*/
}

.ratings {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #a1a1a1;
  overflow: hidden;
}
.full-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fde16d;
}
.empty-stars:before,
.full-stars:before {
  content: "\2605\2605\2605\2605\2605";
  font-size: 18pt;
}
.empty-stars:before {
  -webkit-text-stroke: 1px #848484;
}
.full-stars:before {
  -webkit-text-stroke: 1px orange;
}
/* Webkit-text-stroke is not supported on firefox or IE */

/* Firefox */
@-moz-document url-prefix() {
  .full-stars {
    color: var(--brand-accent);
  }
}
/* IE */
.full-stars {
  color: var(--brand-accent);
}

.block-main {
  background-size: cover !important;
  background-position: center;
}

.col-pages h1 a {
  color: #181818 !important;
}
.col-pages h4 a {
  color: #fcfcfc !important;
}

.col-pages h6 {
  /*	text-shadow: 1px 1px #000000;*/
  color: var(--brand-primary);
  font-size: 0.67em;
}
.col-pages h5 {
  /*    text-shadow: 1px 1px #000000;*/
  color: var(--brand-primary);
  font-size: 0.83em;
}

.col-pages h4 {
  /*    text-shadow: 1px 1px #000000;*/
  color: var(--brand-primary);
  font-size: 1em;
}

.col-pages h3 {
  /*    text-shadow: 1px 1px #000000; */
  color: var(--brand-primary);
  font-size: 1.17em;
}
.col-pages h2 {
  /*    text-shadow: 1px 1px #000000;*/
  color: var(--brand-primary);
  font-size: 1.5em;
  font-weight: bolder;
}
.col-pages h1 {
  /*    text-shadow: 1px 1px #000000;*/
  color: var(--brand-primary);
  font-size: 2em;
  font-weight: bolder;
  font-size: 28px;
}
.col-pages div {
  line-height: 32px;
}
.col-text-pages div {
  font-size: 18px;
}

.col-text-pages img {
  width: 100%;
  object-fit: cover;
  max-height: 500px;
}
.col-text-pages .discount-icon-quote {
  width: 90px;
  object-fit: cover;
  max-height: 500px;
}

.col-pages ul {
  margin: 0px;
  padding-left: 15px;
  list-style-type: none;
}
.col-pages ul li {
  margin-bottom: 5px;
}
.col-pages ul li:before {
  font-family: "Font Awesome 7 Pro";
  content: "\f0da";
  margin: 0 5px 0 -15px;
  color: var(--brand-primary);
  font-weight: 900;
}
.hub_category a {
  color: #0f0f0f;
}
.hub_category a:hover {
  text-decoration: none;
}
.fbcard {
  -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0px;
}
.leftArrow,
.rightArrow {
  position: absolute;
  font-size: 30px;
  z-index: 2;
  top: 42%;
  color: var(--brand-primary);
  left: 0px;
}
.rightArrow {
  left: unset;
  right: 0px;
}
#testimonial .star {
  font-size: 20px;
}
#testimonial .stars {
  width: 133px;
  height: 15px;
}

.btn-bottom {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.nav-pad {
  position: fixed;
  top: -50px;
  width: 100%;
  background: var(--brand-primary);
  height: 50px;
  z-index: 999999999;
}
/* Site Guide Section */
.site-guide-section {
  padding: 30px 0;
  background: #f8f9fc;
}
.site-guide-header {
  text-align: center;
  margin-bottom: 20px;
}
.site-guide-header h2 {
  color: var(--brand-primary);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.site-guide-header p {
  color: #6c757d;
  font-size: 14px;
  margin: 0;
}
.guide-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 16px 20px;
  box-shadow: 0 2px 12px rgba(var(--brand-primary-rgb), 0.06);
  height: 100%;
  border: 1px solid rgba(var(--brand-primary-rgb), 0.06);
}
.guideList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.guideList li {
  padding: 6px 8px;
  margin-bottom: 2px;
  border-radius: 6px;
  transition: all 0.15s ease;
}
.guideList li:hover {
  background: rgba(var(--brand-primary-rgb), 0.04);
}
.guideList li a {
  color: #555;
  text-decoration: none;
  font-size: 13px;
  display: block;
}
.guideList li:hover a {
  color: var(--brand-primary);
}
.guideList li.guide-category {
  margin-top: 12px;
  padding-left: 0;
  border-bottom: 1px solid rgba(var(--brand-primary-rgb), 0.08);
  padding-bottom: 8px;
  margin-bottom: 4px;
}
.guideList li.guide-category:first-child {
  margin-top: 0;
}
.guideList li.guide-category:hover {
  background: transparent;
}
.guideList li.guide-category a {
  color: var(--brand-primary);
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.guideList li.guide-category a i {
  font-size: 12px;
  opacity: 0.7;
}
.site-guide-cta {
  text-align: center;
  margin-top: 24px;
}
/* Legacy support */
.guideList .heading {
  color: var(--brand-primary);
  font-weight: 700;
}
.guideList .heading2 {
  color: var(--brand-primary);
  font-weight: 700;
}

/* Modern FAQ Section */
.faq-section {
  padding: 60px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.faq-header {
  text-align: center;
  margin-bottom: 48px;
}
.faq-badge {
  display: inline-block;
  padding: 6px 16px;
  background: linear-gradient(135deg, var(--brand-secondary) 0%, #5a68a5 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 16px;
}
.faq-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 12px 0;
}
.faq-subtitle {
  font-size: 18px;
  color: #64748b;
  margin: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 12px;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.06),
    0 1px 2px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.faq-item:hover {
  box-shadow: 0 10px 40px rgba(67, 79, 135, 0.12);
  transform: translateY(-2px);
}
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease;
}
.faq-question:hover {
  background: #f8fafc;
}
.faq-question:focus {
  outline: none;
  background: #f1f5f9;
}
.faq-question-text {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a2e;
  padding-right: 20px;
  line-height: 1.5;
}
.faq-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  border-radius: 50%;
  color: var(--brand-secondary);
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}
.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
  background: var(--brand-secondary);
  color: #fff;
}
.faq-answer-wrapper {
  overflow: hidden;
}
.faq-answer {
  padding: 0 28px 24px 28px;
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
}
.faq-answer p {
  margin: 0 0 12px 0;
}
.faq-answer p:last-child {
  margin-bottom: 0;
}
.faq-answer a {
  color: var(--brand-secondary);
  text-decoration: underline;
}
.faq-answer a:hover {
  color: #5a68a5;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 40px 0;
  }
  .faq-title {
    font-size: 28px;
  }
  .faq-subtitle {
    font-size: 16px;
  }
  .faq-question {
    padding: 20px;
  }
  .faq-question-text {
    font-size: 15px;
  }
  .faq-answer {
    padding: 0 20px 20px 20px;
    font-size: 14px;
  }
  .faq-icon {
    width: 36px;
    height: 36px;
  }
}
.signupcover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(177, 211, 221, 0.9);
  padding: 30px;
  padding-top: 90px;
  text-align: center;
  font-size: 38px;
  font-weight: bolder;
  display: none;
}
.img-fade {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.2);
}
a.nounder:hover {
  text-decoration: none;
  opacity: 0.9;
}
