.adg-a11y-mobile-menu-toggle.adg-a11y-mobile-menu-active {
    visibility: visible !important;
}

#adg-a11y-megamenu-primary-menu ul.sub-menu.submenu-expanded {
    z-index: 150;
}

#adg-a11y-megamenu-primary-menu {
    z-index: 150;
}

.link-section-block ul.link-section-list li.link-section-list-item {
    margin-left: 0px;
}

body.sticky-nav-sidebar-active #sticky-sidebar-nav .active-sticky-nav-list-item {
    width: 100%;
}

#translation-widget .gt_selector {
    z-index: 1;
}

/* FEATURED EVENTS BLOCK START */
.itd-featured-events-block .featured-events-block-component .featured-events-block-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.itd-featured-events-block .featured-events-block-component .featured-events-block-title .featured-events-block-icon {
    position: unset;
}
/* FEATURED EVENTS BLOCK END */

.contact-card .contact-card__standard-layout .contact-card__details {
    min-width: 324px;
}

.accordion-block .accordion-panel-wrapper ul li a {
    overflow-wrap: anywhere;
}

/* PASSWORD PAGES START */
.protected-wrapper {
    min-height: 500px;
}

main.password-main {
    background: linear-gradient(0deg, #fff, #edf4ff);
}

main.password-main {
        padding: 1.5rem 1.25rem;
}

main.password-main .password-content-wrapper {
    margin: 0 auto;
    max-width: var(--itd-width-xlarge);
}

main.password-main .password-content-wrapper .protected-wrapper input[type="password"] {
    border: 1px solid #333;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    width: 280px;
    background-color: #fff;
    height: 45px;
    max-width: 280px;
    width: 100%;
}

/* main.password-main .password-content-wrapper .protected-wrapper input[type="password"]:focus {
    outline: 2px solid var(--itd-brand-blue);
    outline-offset: 2px;
} */

main.password-main .password-content-wrapper .protected-wrapper input[type="submit"] {
    border: 1px solid #333;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease;
    background-color: #003da5 !important;
    color: #fff !important;
    height: 45px;
}

main.password-main .password-content-wrapper .protected-wrapper input[type="submit"]:hover {
    background-color: #f5f5f5;
}

main.password-main .password-content-wrapper .protected-wrapper label {
    display: flex !important;
    flex-direction: column;
    gap: 0.5rem;
    font-weight: 600;
    width: 100%;
    font-size: 0;
}

main.password-main .password-content-wrapper .protected-wrapper label::before {
    content: "Password";
    font-size: 1rem;
}

main.password-main .password-content-wrapper .protected-wrapper p {
    display: flex;
    flex-direction: row;
    /* align-items: flex-start; */
    align-items: end;
    gap: 0.5rem;
}

main.password-main .password-content-wrapper .protected-wrapper form p:last-child {
    border: 1px solid gray;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
}

@media (min-width: 1200px) {
    main.password-main {
        padding: 3rem 0 1.5rem;
        /* margin: 0 auto;
        max-width: var(--itd-width-xlarge); */
    }
}

@media (min-width: 768px) {
    main.password-main {
        padding: 2.5rem;
    }
}

/* @media (min-width: 1200px) {
    main.password-main {
        padding: 3rem 0 1.5rem;
    }
} */
/* PASSWORD PAGES END */

@media (max-width: 1199px) {
    .entry-content .featured-link-section-block {
        padding-left: 60px;
        padding-right: 60px;
    }

    .popular-services-guides-btn {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 1023px) {
    .entry-content .featured-link-section-block {
        padding-left: 40px;
        padding-right: 40px;
    }

    .popular-services-guides-btn {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    #header-search-wrapper {
        display: none !important;
    }

    #mobile-search-widget #header-search-wrapper {
        display: flex !important;
    }

    /* home start */
    #homepage-hero-wrapper #homepage-hero-content-wrapper .tabs-block {
        /* height: 365px !important;
        overflow: hidden; */
    }
    /* home end */
}









/* NEW START */
/* Layout to match utility nav */
#translation-widget {
  position: relative;
}

#translation-widget .translation-widget-inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

/* GTranslate widget - must remain visible for Google to initialize */
/* Position it right below the custom dropdown */
#translation-widget .ww-gtranslate-hidden {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 5px;
  background: rgba(255, 255, 255, 0.95);
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 11px;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Style the select to be more compact */
#translation-widget .ww-gtranslate-hidden select {
  font-size: 11px;
  padding: 2px 4px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* Hide "Powered by Google Translate" text and branding */
#translation-widget .ww-gtranslate-hidden .VIpgJd-ZVi9od-l4eHX-hSRGPd,
#translation-widget .ww-gtranslate-hidden a[href*="translate.google.com"],
#translation-widget .ww-gtranslate-hidden img[src*="googlelogo"] {
  display: none !important;
}

/* Hide the GTranslate plugin's own icons */
#translation-widget .ww-gtranslate-hidden > icon,
#translation-widget .ww-gtranslate-hidden > svg {
  display: none !important;
}

/* Button should look like your existing pill-style control */
#translation-widget .ww-translate-toggle {
  border-radius: 999px;
  border: 1px solid #003DA5;
  padding: 0.25rem 1.75rem 0.25rem 0.75rem;
  background: #ffffff;
  color: #003DA5;
  font-size: 0.875rem;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
}

/* Custom dropdown menu */
#translation-widget .ww-translate-menu {
  position: absolute;
  right: 0;
  margin-top: 0.25rem;
  min-width: 140px;
  padding: 0.25rem 0;
  border-radius: 0.5rem;
  border: 1px solid #003DA5;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  list-style: none;
  display: none; /* toggled by JS */
  z-index: 9999;
}

#translation-widget .ww-translate-menu li {
  padding: 0.35rem 0.75rem;
  font-size: 0.875rem;
  cursor: pointer;
}

#translation-widget .ww-translate-menu li:hover,
#translation-widget .ww-translate-menu li[aria-selected="true"] {
  background: #003DA5;
  color: #ffffff;
}

#itd-theme table.tablepress thead th .dt-column-order,
table.tablepress thead th .dt-column-order {
	border: none;
	background: transparent;
}

.tab-accordion-block-button .focus {
	text-align:left;
}




/*TABLES START*/
.tablepress-table .dt-column-header button.dt-column-order {
	background: none;
    border: none;
}
/*TABLES END*/


