:root {
      --orange: #F97316;   /* buttons / CTAs only */
      --teal:   #17A2B8;   /* primary accent — headings, links, tags, highlights */
      --green:  #16A34A;
      --navy:   #1a3c6e;
      --border: #E5E7EB;
      --muted:  #6B7280;
      --light:  #E8F7FA;   /* teal-tinted light bg */
    }
    *, *::before, *::after { box-sizing: border-box; }
    body { font-family: 'Josefin Sans', sans-serif !important; background: #fff; color: #111827; margin: 0; }
    .container{
      max-width: 1001px !important;
    }

    /* ── HEADER ── */
    .site-header { background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 200; padding: .5rem 0; box-shadow: 0 1px 6px rgba(0,0,0,.07); }
    .brand-logo  { display: flex; align-items: center; gap: 8px; text-decoration: none; }
    .brand-flag  { display: flex; flex-direction: column; gap: 2px; width: 22px; }
    .brand-flag span { height: 3px; border-radius: 2px; display: block; }
    .brand-flag .f1 { background: #FF9933; }
    .brand-flag .f2 { background: #fff; border: 1px solid #ddd; }
    .brand-flag .f3 { background: #138808; }
    .brand-name { font-size: 1rem; font-weight: 800; color: #111827; }
    .brand-name span { color: var(--teal); }

    .site-nav { display: flex; align-items: center; gap: .1rem; }
    .site-nav a { color: #374151; text-decoration: none; padding: .38rem .75rem; font-size: .85rem; font-weight: 500; border-radius: 6px; transition: color .15s, background .15s; white-space: nowrap; }
    .site-nav a:hover { color: var(--teal); background: var(--light); }
    .site-nav a.active { color: var(--teal); font-weight: 700; }

    .nav-search { display: flex; align-items: center; background: #F3F4F6; border-radius: 8px; padding: .3rem .75rem; gap: 6px; min-width: 180px; }
    .nav-search input { border: none; background: transparent; outline: none; font-size: .82rem; color: #374151; width: 100%; }
    .nav-search .bi { color: var(--muted); font-size: .85rem; }
    .btn-panel { background: rgb(23,162,184); color: #fff !important; border-radius: 8px; padding: .38rem .9rem; font-weight: 700; font-size: .82rem; text-decoration: none; transition: background .15s; white-space: nowrap; }
    .btn-panel:hover { background: rgb(23,162,184); }

    /* ── AD BANNER ── */
    .ad-banner { background: #F3F4F6; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); text-align: center; padding: 1.5rem 1rem; min-height: 90px; display: flex; align-items: center; justify-content: center;width:100%; }
    .ad-banner span { font-size: .7rem; color: #9CA3AF; letter-spacing: .1em; text-transform: uppercase; border: 1.5px dashed #D1D5DB; border-radius: 6px; padding: .4rem 1.2rem; }

   
    /* ── HERO ── */
    .hero-section { position: relative; background: #fff; min-height: 360px; display: flex; align-items: center; overflow: hidden; }
    .hero-bg { position: absolute; inset: 0;  }
    .hero-overlay { position: absolute; inset: 0; opacity: 0; pointer-events: none; }
    .hero-section.hero-dark { background: #111827; }
    .hero-section.hero-dark .hero-bg { background: linear-gradient(135deg, #1a3c6e, #17A2B8); }
    .hero-section.hero-dark .hero-overlay { background: linear-gradient(135deg, rgba(17,24,39,.75) 0%, rgba(17,24,39,.3) 100%); opacity: 1; }
    .hero-content { position: relative; z-index: 2; }

    .hero-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--light); border: 1px solid rgba(23,162,184,.3); border-radius: 20px; color: var(--teal); font-size: .72rem; font-weight: 700; padding: .25rem .9rem; margin-bottom: 1rem; }
    .flag-dots { display: flex; gap: 3px; }
    .flag-dots span { width: 8px; height: 8px; border-radius: 50%; display: block; }

    /* Hero text */
    .hero-title { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; color: #111827; line-height: 1.15; margin-bottom: 1rem; text-align: center;}
    .hero-title .t-orange { color: rgb(23,162,184); }
    .hero-title .t-teal   { color: var(--teal); }
    .hero-title .t-navy   { color: var(--teal); }
    .hero-title .t-green  { color: var(--teal); }
    .hero-dark .hero-title { color: #fff; }
    .hero-dark .hero-title .t-teal  { color: #7FDFEF; }
    .hero-dark .hero-title .t-navy  { color: #7FDFEF; }
    .hero-sub { color: var(--muted); font-size: 1rem; max-width: 520px; margin-bottom: 1.75rem;text-align: center; }
    .hero-dark .hero-sub { color: rgba(255,255,255,.8); }

    .hero-search { display: flex; background: #fff; border-radius: 10px; overflow: hidden; max-width: 460px; margin-bottom: 1.5rem; box-shadow: 0 2px 12px rgba(0,0,0,.12); border: 1.5px solid var(--border); }
    .hero-search input  { flex: 1; border: none; outline: none; padding: .72rem 1rem; font-size: .9rem; color: #374151; background: transparent; }
    .hero-search button { background: rgb(23,162,184); border: none; color: #fff; padding: .72rem 1.25rem; font-weight: 700; font-size: .85rem; }

    .btn-explore { background: rgb(23,162,184); color: #fff; border-radius: 8px; padding: .6rem 1.4rem; font-weight: 700; font-size: .9rem; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; transition: background .15s; }
    .btn-explore:hover { background: #222; color: #fff; }
    .btn-outline-hero { background: transparent; border: 2px solid rgb(23,162,184); color: rgb(23,162,184); border-radius: 8px; padding: .58rem 1.4rem; font-weight: 600; font-size: .9rem; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; transition: all .15s; }
    .btn-outline-hero:hover { background: rgb(23,162,184); color: #fff; }
    .hero-dark .btn-outline-hero { border-color: rgba(255,255,255,.5); color: #fff; }
    .hero-dark .btn-outline-hero:hover { background: rgba(255,255,255,.15); }

    /* ── CATEGORY PILLS BAR ── */
    .cat-pills-bar { background: #fff; border-bottom: 1px solid var(--border); padding: .75rem 0; }
    .cat-pills { display: flex; gap: .45rem; flex-wrap: wrap; }
    .cat-pill { background: #fff; border: 1.5px solid var(--border); color: #374151; border-radius: 20px; padding: .3rem .9rem; font-size: .8rem; font-weight: 600; text-decoration: none; cursor: pointer; transition: all .15s; white-space: nowrap; }
    .cat-pill:hover { background: var(--light); border-color: var(--teal); color: var(--teal); }
    .cat-pill.active { background: var(--teal); border-color: var(--teal); color: #fff; font-weight: 700; }

    /* ── SECTION LABELS ── */
    .eyebrow { display: inline-flex; align-items: center; gap: 6px; background: var(--light); color: var(--teal); border: 1px solid rgba(23,162,184,.3); border-radius: 20px; font-size: .72rem; font-weight: 700; padding: .2rem .75rem; text-transform: uppercase; letter-spacing: .05em; margin-bottom: .75rem; }
    .sec-title { font-size: clamp(1.4rem, 3vw, 1.9rem); font-weight: 800; text-align: center; margin-bottom: .4rem; color: var(--teal); }
    .sec-title .w-orange { color: var(--teal); }
    .sec-title .w-green  { color: var(--teal); }
    .sec-sub { text-align: center; color: var(--muted); font-size: .9rem; margin-bottom: 2rem; }
    .sec-title-left { font-size: 1.25rem; font-weight: 800; color: var(--teal); border-left: 4px solid var(--teal); padding-left: .75rem; }

    /* ── ARTICLE CARDS ── */
    .art-card { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); box-shadow: 0 2px 8px rgba(0,0,0,.05); transition: transform .2s, box-shadow .2s; height: 100%; display: flex; flex-direction: column; color: inherit; }
    .art-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(23,162,184,.15); color: inherit; }
    .art-card .img-wrap { position: relative; overflow: hidden; height: 190px; flex-shrink: 0; }
    .art-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
    .art-card:hover .img-wrap img { transform: scale(1.04); }
    .art-card .img-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #E8F7FA 0%, #B2EBF2 100%); display: flex; align-items: center; justify-content: center; color: var(--teal); font-size: 3rem; opacity: .6; }
    .art-tags { position: absolute; bottom: 10px; left: 10px; display: flex; gap: 5px; flex-wrap: wrap; }
    .art-tag  { background: var(--teal); color: #fff; font-size: .65rem; font-weight: 700; padding: .2rem .55rem; border-radius: 6px; }
    .art-tag.tag-maps    { background: var(--teal); }
    .art-tag.tag-culture { background: var(--teal); }
    .art-tag.tag-general { background: var(--teal); }
    .art-card .body { padding: 1rem; flex: 1; display: flex; flex-direction: column; }
    .art-card .art-title { font-size: .92rem; font-weight: 700; color: #111827; margin-bottom: .35rem; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .art-card .art-desc  { font-size: .8rem; color: var(--muted); line-height: 1.55; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: .75rem; }
    .art-card .art-foot  { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: .65rem; border-top: 1px solid var(--border); }
    .art-stats { display: flex; align-items: center; gap: 8px; font-size: .75rem; color: var(--muted); }
    .art-stats .bi { font-size: .8rem; }
    .read-link { color: var(--teal); font-size: .78rem; font-weight: 700; text-decoration: none; display: flex; align-items: center; gap: 4px; transition: gap .15s; }
    .read-link:hover { gap: 8px; color: rgb(23,162,184); }

    /* ── FEATURED CARDS ── */
    .feat-card { position: relative; border-radius: 12px; overflow: hidden; height: 280px; display: block; text-decoration: none; }
    .feat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
    .feat-card:hover img { transform: scale(1.04); }
    .feat-card .feat-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,.1) 55%); }
    .feat-card .feat-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.25rem; }
    .feat-badge { background: var(--teal); color: #fff; font-size: .65rem; font-weight: 700; padding: .18rem .5rem; border-radius: 5px; display: inline-block; margin-bottom: .45rem; }
    .feat-title { color: #fff; font-size: .95rem; font-weight: 700; margin-bottom: .25rem; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .feat-sub   { color: rgba(255,255,255,.7); font-size: .76rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .feat-stats { display: flex; align-items: center; gap: 10px; margin-top: .5rem; }
    .feat-stats span { color: rgba(255,255,255,.7); font-size: .73rem; display: flex; align-items: center; gap: 3px; }

    /* ── EXPLORE TABS ── */
    .explore-tabs { display: flex; gap: .5rem; flex-wrap: wrap; justify-content: center; }
    .explore-tab { background: #fff; border: 1.5px solid var(--border); color: #374151; border-radius: 20px; padding: .4rem 1.1rem; font-size: .83rem; font-weight: 600; text-decoration: none; cursor: pointer; transition: all .15s; }
    .explore-tab:hover { background: var(--light); border-color: var(--teal); color: var(--teal); }
    .explore-tab.active { background: var(--teal); border-color: var(--teal); color: #fff; }

    /* ── EXPLORE BOXES ── */
    .explore-box { border-radius: 12px; height: 160px; display: flex; align-items: flex-end; transition: transform .2s, box-shadow .2s; cursor: pointer; overflow: hidden; position: relative; }
    .explore-box:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(0,0,0,.3); }
    .explore-box::before { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.55) 0%, transparent 60%); z-index: 1; }
    .explore-box .box-body { padding: 1rem; width: 100%; position: relative; z-index: 2; }
    .eb-1 { background: linear-gradient(135deg, #0e7490 0%, #17A2B8 100%); }
    .eb-2 { background: linear-gradient(135deg, #166534 0%, #16a34a 100%); }
    .eb-3 { background: linear-gradient(135deg, #1a3c6e 0%, #2563a8 100%); }
    .eb-4 { background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%); }
    .box-icon  { width: 36px; height: 36px; background: rgba(255,255,255,.2); backdrop-filter: blur(4px); border: 1px solid rgba(255,255,255,.25); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #fff; margin-bottom: .5rem; }
    .box-title { color: #fff; font-weight: 700; font-size: .9rem; text-shadow: 0 1px 3px rgba(0,0,0,.4); }
    .box-line  { width: 28px; height: 3px; background: rgba(255,255,255,.7); border-radius: 2px; margin-top: .35rem; }

    /* ── STATE CARDS ── */
    .state-card { display: flex; flex-direction: column; align-items: center; background: #fff; border: 1.5px solid var(--border); border-radius: 12px; padding: 1.25rem 1rem 1rem; text-align: center; transition: all .2s; }
    .state-card:hover { border-color: var(--teal); transform: translateY(-3px); box-shadow: 0 6px 20px rgba(23,162,184,.18); }
    .state-icon { width: 46px; height: 46px; background: var(--light); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; color: var(--teal); margin-bottom: .55rem; }
    .state-name { font-weight: 700; color: #111827; font-size: .88rem; margin-bottom: .18rem; }
    .state-tag  { font-size: .7rem; color: var(--muted); }

    /* ── VIDEO CARDS ── */
    .video-card { border-radius: 12px; overflow: hidden; background: #fff; border: 1px solid var(--border); box-shadow: 0 2px 8px rgba(0,0,0,.05); transition: transform .2s, box-shadow .2s; }
    .video-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(23,162,184,.15); }
    .video-thumb { position: relative; height: 190px; overflow: hidden; }
    .video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
    .video-card:hover .video-thumb img { transform: scale(1.04); }
    .video-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #0e7490, #17A2B8); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.4); font-size: 3rem; }
    .video-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, transparent 55%); }
    .play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 48px; height: 48px; background: rgba(255,255,255,.92); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: var(--teal); transition: transform .15s, box-shadow .15s; box-shadow: 0 4px 16px rgba(0,0,0,.25); }
    .video-card:hover .play-btn { transform: translate(-50%,-50%) scale(1.1); }
    .video-badge { position: absolute; top: 10px; left: 10px; background: var(--teal); color: #fff; font-size: .65rem; font-weight: 700; padding: .18rem .5rem; border-radius: 5px; }
    .video-info { padding: .9rem 1rem 1rem; }
    .video-title { font-weight: 700; color: #111827; font-size: .9rem; margin-bottom: .25rem; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .video-sub { font-size: .78rem; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

    /* ── FACTS ── */
    .fact-card {   box-shadow: 0 4px 10px rgba(0,0,0,0.2);;border-radius: 12px;  }
    .fact-card img{
      width:100%;
      height: auto;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
    }
    .fact-icon  { width: 40px; height: 40px; background: var(--teal); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1rem; margin-bottom: .85rem; }
    .fact-title { font-weight: 700; font-size: .88rem; margin-bottom: .3rem; color: #111827;padding: 1.25rem; }
    .fact-desc  { font-size: .78rem; color: var(--muted); line-height: 1.5;padding:0 1.25rem; }
    .stat-num   { font-size: 2rem; font-weight: 900; }
    .stat-label { font-size: .78rem; color: var(--muted); margin-top: .15rem; }

    /* ── NEWSLETTER ── */
    .newsletter { background: rgb(23,162,184); padding: 3rem 0; }
    .newsletter h3 { font-size: 1.5rem; font-weight: 800; margin-bottom: .4rem; color: #fff; }
    .newsletter p { color: rgba(255,255,255,.65); font-size: .9rem; }
    .nl-form { display: flex; border: 1.5px solid rgba(255,255,255,.2); border-radius: 10px; overflow: hidden; background: rgba(255,255,255,.08); max-width: 420px; margin: 1.25rem auto 0; }
    .nl-form input  { flex: 1; border: none; outline: none; padding: .7rem 1rem; font-size: .88rem; background: transparent; color: #fff; }
    .nl-form input::placeholder { color: rgba(255,255,255,.45); }
    .nl-form button { background: rgb(23,162,184); border: none; color: #fff; padding: .7rem 1.25rem; font-weight: 700; font-size: .85rem; display: flex; align-items: center; gap: 5px; }

    /* ── VIEW ALL ── */
    .view-all-link { color: var(--teal); font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; font-size: .85rem; transition: gap .15s; }
    .view-all-link:hover { gap: 8px; color: rgb(23,162,184); }

    /* ── FOOTER ── */
    .site-footer { background: rgb(23,162,184); color: rgba(255,255,255,.55); padding: 3rem 0 0; font-size: .875rem; }
    .footer-brand   { color: #fff; font-weight: 800; font-size: 1rem; }
    .footer-brand span { color: var(--teal); }
    .footer-tagline { color: rgba(255,255,255,.45); font-size: .8rem; margin-top: .35rem; line-height: 1.55; max-width: 220px; }
    .footer-contact { margin-top: .85rem; }
    .footer-contact a { color: rgba(255,255,255,.55); font-size: .78rem; text-decoration: none; display: flex; align-items: center; gap: 5px; margin-bottom: .3rem; }
    .footer-contact a:hover { color: var(--teal); }
    .site-footer h6 { color: #fff; font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: .9rem; }
    .site-footer ul { list-style: none; padding: 0; margin: 0; }
    .site-footer li { margin-bottom: .38rem; }
    .site-footer a  { color: rgba(255,255,255,.45); text-decoration: none; font-size: .8rem; transition: color .15s; }
    .site-footer a:hover { color: var(--teal); }
    .site-footer hr { border-color: rgba(255,255,255,.08); margin: 2rem 0 0; }
    .footer-bottom  { background: rgba(0,0,0,.2); padding: .85rem 0; font-size: .75rem; color: rgba(255,255,255,.35); }
    .footer-bottom a { color: rgba(255,255,255,.35); text-decoration: none; }
    .footer-bottom a:hover { color: var(--teal); }
    .social-icons { display: flex; gap: .5rem; margin-top: 1rem; }
    .social-icons a { width: 32px; height: 32px; border-radius: 7px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.55); display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: .9rem; transition: all .15s; }
    .social-icons a:hover { background: var(--teal); color: #fff; border-color: var(--teal); }

    /* ── MISC ── */
    .sec-wrap { padding: 3.5rem 0; }
    .sec-wrap.bg-warm { background: #F0FBFD; }
    .sec-wrap.bg-light { background: #F9FAFB; }
    .empty-state { background: #F9FAFB; border-radius: 16px; padding: 4rem 2rem; text-align: center; }
    .pagination .page-link { color: var(--teal); border-radius: 8px !important; margin: 0 2px; }
    .pagination .page-item.active .page-link { background: var(--teal); border-color: var(--teal); color: #fff; }

    /* ── ALIAS / COMPAT CSS ── */
    .section-title-line { font-size: 1.25rem; font-weight: 800; color: var(--teal); border-left: 4px solid var(--teal); padding-left: .75rem; }
    .section-eyebrow { display: inline-flex; align-items: center; gap: 6px; background: var(--light); color: var(--teal); border: 1px solid rgba(23,162,184,.3); border-radius: 20px; font-size: .72rem; font-weight: 700; padding: .2rem .75rem; text-transform: uppercase; letter-spacing: .05em; margin-bottom: .75rem; }
    .section-heading { font-size: clamp(1.4rem, 3vw, 1.9rem); font-weight: 800; text-align: center; margin-bottom: .4rem; color: var(--teal); }
    .section-heading .word-orange { color: var(--teal); }
    .section-sub { text-align: center; color: var(--muted); font-size: .9rem; margin-bottom: 2rem; }
    .featured-card { position: relative; border-radius: 12px; overflow: hidden; height: 260px; }
    .featured-card img { width: 100%; height: 100%; object-fit: cover; }
    .featured-card .overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.78) 0%, transparent 55%); }
    .featured-card .content { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.25rem; }

    /* ── MOBILE NAV ── */
    @media (max-width: 767.98px) {
      .site-nav { flex-direction: column; align-items: flex-start; gap: .1rem; padding: .5rem 0; }
      .site-nav a { width: 100%; border-radius: 8px; padding: .5rem 1rem; }
      .nav-search { display: none; }
      .btn-panel { margin-top: .5rem; }
    }













    .hero-wrapper{
  display: flex;
  flex-direction:column;
  align-items: center;
}

  .additional-links-table-mob{
    display: none !important;
  }
  .calling-number{
    display: block !important;
  }
  .calling-number-partition{
    display: none !important;
  }
  .bottom-menu {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
.bt-menu {
    float: left;
    padding: 0 0 11px 5px;
    margin: 0;
    width: 100%;
}
.bt-text-menu {
    float: left;
    padding: 0;
    margin: 0;
}
.bt-hd-text {
    padding: 0;
    margin: 0;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 12px;
    font-weight: 700;
    color: #87C3FF;
}
.bt-hd-text a {
    padding: 0;
    margin: 0;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 12px;
    font-weight: 800;
    color: #000 !important;
    text-decoration: none;
}
.bt-menu1 {
    float: left;
    padding: 10px 10px 0 0;
    margin: 0;
}
.bt-text-menu li a {
    padding: 0;
    margin: 0;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    line-height: 18px;
}
.bt-text-menu li {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
    font-family: 'Josefin Sans', sans-serif !important;
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
.bt-text-menu ul {
    padding: 0;
    margin: 0;
}
  .bottom-menu-bg {
    float: left;
    padding: 0;
    margin: 10px 0 0;
    width: 100%;
    background: #DEE5EA;
    text-align: left;
}
.mob-link-wrapper .additional-links-table-mob td{
  color:#000 !important;
}
  @media screen and (max-width:1024px){
.main-links-container{
  flex-direction: column !important;
      align-items: flex-start !important;
      margin: 0 auto !important;
      padding: 30px 20px !important;
}
 .additional-links-table-mob{
    display: block !important;
  }
  .additional-links-table-mob a{
    color: #000 !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
  }
.links-container{
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  row-gap: 5% !important;
  padding: 0 0 0 13px !important;
  box-sizing: border-box;
      margin-top: 4vmin !important;
}
.link-col{
  padding: 0 !important;
  width: 100% !important;
}
.table_hide{
  display: block !important;
  overflow-x: hidden;
}
.additional-links{
flex-direction: column !important;
display: none !important;
}
.add-link{
  width: 100% !important;
  text-align: center !important;
}
.add-link ul{
  justify-content: center !important;
}
.add-link ul .link-partition{
margin: 0 3% !important;
}
.additional-links-table-mob {
  display: block;
		font-size: 12px;
		font-family: 'Josefin Sans', sans-serif !important;
          
            color:#000 !important;
            border: none !important;
            overflow-x: none !important;
	} 
	.additional-links-table-mob tr {
		background-color: #006aba !important;
	}
  .additional-links-table-mob .left-links {
		text-align: right !important;
	}
  .additional-links-table-mob .right-links {
		text-align: left !important;
	}
	.additional-links-table-mob th {
		color: #000;
		font-weight: bold;
	}
  .mob-link-wrapper{
    margin: 0 auto !important;
  }
  .logo-wrapper{
    width: 100% !important;
  }
  .full-container-links{
    margin-bottom: 20% !important;
  }
  
  }
.ad-banner-gutterspace{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  height: 600px;
  width: 120px;
  z-index: 100;          /* below sticky header (200) so it never blocks the navbar */
}
.ad-banner-gutterspace-left{
  left: 0;
}
.ad-banner-gutterspace-right{
  right: 0;
}
/* Only show the side-gutter ads when the viewport is wide enough that they
   sit OUTSIDE the 1001px content container (1001 + 2×120 ≈ 1240px). Below
   that they would overlap the header/content and swallow nav clicks. */
@media (max-width: 1240px){
  .ad-banner-gutterspace{ display: none; }
}