@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

:focus {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

body {
  line-height: 1.5;
}

p, li, span, a {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

.skip-link a {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 9999;
}

.skip-link a:focus {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    padding: 1rem 1.5rem;
    background-color: #000;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    outline: 3px solid #ffbf47;
    outline-offset: 0;
}

.skip-link a:focus:hover {
    text-decoration: underline;
}

.mobile-nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
    cursor: pointer;
}

.mobile-nav-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

.bootstrap-fp .swipe,
.bootstrap-fp #mobile-nav {
    left: -237px !important;
    transform: translateX(0);
    transition: transform 0.3s ease-out;
}

.bootstrap-fp .swipe.is-open,
.bootstrap-fp #mobile-nav.is-open {
    transform: translateX(237px);
}

.mobile-nav-overlay {
    z-index: 998;
}

.bootstrap-fp #mobile-nav {
    z-index: 1000;
}

@media (max-width: 767px) {
    .bootstrap-fp .top-icon-menu .swipe-control {
        display: block !important;
    }
    .bootstrap-fp #mobile-nav {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .bootstrap-fp #mobile-nav,
    .bootstrap-fp .swipe,
    .bootstrap-fp .top-icon-menu .swipe-control,
    .mobile-nav-overlay {
        display: none !important;
    }
}

#mobile-nav .swipe-menu .swipe-menu-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mobile-nav .swipe-menu .swipe-menu-close:focus {
    outline: 3px solid #005fcc;
    outline-offset: -3px;
}

#mobile-nav .swipe-menu .swipe-menu-close:hover {
    background: rgba(0, 0, 0, 0.1);
}

#mobile-nav .swipe-menu {
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

#mobile-nav .swipe-menu::-webkit-scrollbar {
    display: none; /* Chrome/Safari/Opera */
}

.accessible-tabs [role="tablist"] {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #aaa;
  margin-bottom: 1rem;
}

.accessible-tabs [role="tab"] {
  padding: 13px 33px;
  background: #f5f5f5;
  border: 1px solid #aaa;
  border-bottom: none;
  border-radius: 0;
  cursor: pointer;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  box-shadow: none;
  transition: background 0.2s;
}

.accessible-tabs [role="tab"]:hover {
  background: #e8e8e8;
}

.accessible-tabs [role="tab"][aria-selected="true"] {
  background: white;
  border-bottom: 2px solid white;
  margin-bottom: -2px;
  font-weight: bold;
}

.accessible-tabs [role="tab"]:focus {
  outline: 3px solid #0066cc;
  outline-offset: -3px;
}

.accessible-tabs [role="tabpanel"] {
  padding: 10px 0;
}

.accessible-tabs [role="tabpanel"]:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}

.accessible-tabs.tabs-bordered [role="tabpanel"] {
  border: 1px solid #aaa;
  border-top: none;
  margin-top: -12px;
  padding: 30px;
}

.package-components-table {
  width: 100%;
  border-collapse: collapse;
}

.package-components-table th,
.package-components-table td {
  padding: 8px 12px;
  text-align: left;
  vertical-align: middle;
}

.package-components-table th {
  font-weight: bold;
}

.package-components-table th:first-child,
.package-components-table td:first-child {
  width: 70%;
}

.package-components-table th:last-child,
.package-components-table td:last-child {
  width: 30%;
}

.package-components-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}

.package-components-table tbody tr:hover {
  background-color: #f5f5f5;
}

@media (max-width: 576px) {
  .package-components-table th:first-child,
  .package-components-table td:first-child {
    width: 50%;
  }
  .package-components-table th:last-child,
  .package-components-table td:last-child {
    width: 50%;
  }
}

.visually-hidden,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.main .bootstrap-fp .page-link {
  padding: 12px 16px;
}

.bootstrap-fp .form-search button.button span span {
  padding: 8px 18px;
}

.bootstrap-fp .block-title-cat h2 {
    margin-bottom: 0;
}

.bootstrap-fp .top-icon-menu .swipe-control {
  float: left;
  border-right: 1px solid #555;
  border-left: none;
  border-top: none;
  border-bottom: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 30px;
  height: 50px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  z-index: 9999;
  transition: all .3s ease 0s;
  background: #333;
  color: #fff;
}

.bootstrap-fp .top-icon-menu .swipe-control.active {
    color: #fff !important;
    border-bottom: 3px solid #fff;
    padding-bottom: 7px;
}

.bootstrap-fp .top-icon-menu > div.active {
    color: #fff !important;
    border-bottom: 3px solid #fff;
}

.bootstrap-fp .top-icon-menu .swipe-control,
.bootstrap-fp .top-icon-menu .help-control a,
.bootstrap-fp .top-icon-menu .login-control a {
    color: #fff;
}

.bootstrap-fp .pagination a {
    text-decoration: none;
}

.bootstrap-fp .top-icon-menu .help-control a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 50px;
    padding: 10px 15px;
    text-decoration: none;
}

.bootstrap-fp .top-icon-menu .help-control:hover {
    background-color: transparent !important;
}

.bootstrap-fp .top-icon-menu .help-control a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.bootstrap-fp .top-icon-menu .login-control a:hover,
.bootstrap-fp .top-icon-menu .swipe-control:hover,
.bootstrap-fp .top-icon-menu > div:hover:not(.help-control),
.bootstrap-fp .top-icon-menu button.top-search:hover {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.15);
    transition: background-color 0.2s ease;
}

.bootstrap-fp .top-icon-menu button.top-search {
    appearance: none;
    -webkit-appearance: none;
    background: #333;
    border: none;
    border-left: 1px solid #555;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    height: 50px;
    padding: 10px 20px;
    margin: 0;
    float: right;
    transition: background-color 0.2s ease;
    box-shadow: none;
}

.bootstrap-fp .top-icon-menu button.top-search:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.bootstrap-fp .top-icon-menu button.top-search:focus {
    outline: 2px solid #005fcc;
    outline-offset: -2px;
}

.bootstrap-fp .top-icon-menu button.top-search:focus:not(:focus-visible) {
    outline: none;
}

.bootstrap-fp .top-icon-menu button.top-search:focus-visible {
    outline: 2px solid #005fcc;
    outline-offset: -2px;
}

.bootstrap-fp .top-icon-menu .swipe-control.search-active,
.bootstrap-fp .top-icon-menu .search-toggle.active,
.bootstrap-fp .top-icon-menu .top-search.active,
.bootstrap-fp .top-icon-menu button.top-search.active,
.bootstrap-fp .top-icon-menu [class*="search"].active {
    color: #fff !important;
    border-bottom: 3px solid #fff;
    background-color: transparent;
}
#mobile-nav {
  width: 237px;
  top: 50px;
}
#mobile-nav ul li a {
  font-size: 14px;
  padding: 10px 10px 11px 15px;
}

#mobile-nav ul li a:focus {
  background: #333;
  outline: 2px solid #fff;
  outline-offset: -2px;
}

@media (max-width: 768px) {
  .bootstrap-fp .form-search button.button span span
  {
    padding: 0 18px;
  }

  .bootstrap-fp .top-icon-menu .help-control {
    position: relative;
    padding: 0;
  }
}

.bootstrap-fp .list-striped a,
.bootstrap-fp [role="tabpanel"] a,
.bootstrap-fp .search-details a,
main a:not([class*="btn"]) {
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 2px;
}

.bootstrap-fp .list-striped a:hover,
.bootstrap-fp [role="tabpanel"] a:hover,
main a:not([class*="btn"]):hover {
  text-decoration-thickness: 2px;
}

nav[aria-label*="Alphabet"] .page-item.disabled .page-link,
.pagination .page-item.disabled .page-link {
  text-decoration: line-through;
  opacity: 0.7;
}

.sidebar-main .block-content-cat .nav-link {
  text-decoration: none !important;
}

.sidebar-main .block-content-cat .nav-link:hover,
.sidebar-main .block-content-cat .nav-link:focus-visible {
  text-decoration: underline !important;
}

.bootstrap-fp p.alpha {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

.bootstrap-fp p.alpha a,
.bootstrap-fp p.alpha span.selected {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  height: auto;
  padding: 8px 12px;
  border: 1px solid #767676;
  background-color: #fff;
  overflow: visible;
  color: #333;
  text-decoration: none !important;
  font-weight: 500;
  transition: background-color 0.2s, border-color 0.2s;
}

.bootstrap-fp p.alpha a:hover {
  background-color: #e9ecef;
  border-color: #555555;
  text-decoration: none !important;
}

.bootstrap-fp p.alpha a:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
  text-decoration: none !important;
}

.bootstrap-fp p.alpha span.selected {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
}

nav[aria-label*="Alphabet"] .page-link,
nav[aria-label*="alphabetical"] .page-link {
  min-width: 44px;
  text-align: center;
}

@media (max-width: 767px) {
  .f_block h2 {
    margin: 0;
  }

  .f_block .footer-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    padding: 12px 15px;
    margin: 0;
    background-color: #fff;
    color: #337ab7;
    border: 1px solid #ddd;
    border-bottom: none;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  .f_block .footer-toggle:hover {
    background-color: #f5f5f5;
  }

  .f_block .footer-toggle:focus {
    outline: 3px solid #005fcc;
    outline-offset: -3px;
  }

  .f_block .footer-toggle:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: -3px;
  }

  .f_block .footer-toggle .toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #337ab7;
  }

  .f_block .footer-toggle .toggle-icon::before {
    content: '+';
  }

  .f_block .footer-toggle[aria-expanded="true"] .toggle-icon::before {
    content: '−';
  }
}

@media (max-width: 767px) {
  .f_block .footer-col-content[hidden] {
    display: none;
  }

  .f_block .footer-col-content:not([hidden]) {
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 0;
  }

  .f_block .footer-col-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .f_block .footer-col-content li {
    margin: 0;
    border-bottom: 1px solid #eee;
  }

  .f_block .footer-col-content li:last-child {
    border-bottom: none;
  }

  .f_block .footer-col-content a {
    display: block;
    padding: 10px 15px;
    color: #337ab7;
    text-decoration: none;
    min-height: 44px;
    line-height: 1.5;
  }

  .f_block .footer-col-content a:hover,
  .f_block .footer-col-content a:focus {
    background-color: #e8f4fc;
    color: #23527c;
    text-decoration: underline;
  }

  .f_block .footer-col-content a:focus-visible {
    outline: 2px solid #005fcc;
    outline-offset: -2px;
  }
}

.sf-menu-block .mobile-nav-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 44px;
  padding: 12px 15px;
  margin: 0;
  background-color: #fff;
  color: #333;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.sf-menu-block .mobile-nav-toggle:hover {
  background-color: #f5f5f5;
}

.sf-menu-block .mobile-nav-toggle:focus {
  outline: 3px solid #005fcc;
  outline-offset: -3px;
}

.sf-menu-block .mobile-nav-toggle:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: -3px;
}

.sf-menu-block .sf-menu-phone[hidden] {
  display: none !important;
}

.sf-menu-block .sf-menu-phone:not([hidden]) {
  display: block !important;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu-block .sf-menu-phone li {
  margin: 0;
  border-bottom: 1px solid #eee;
}

.sf-menu-block .sf-menu-phone li:last-child {
  border-bottom: none;
}

.sf-menu-block .sf-menu-phone a {
  display: block;
  padding: 12px 15px;
  color: #337ab7;
  text-decoration: none;
  min-height: 44px;
  line-height: 1.5;
}

.sf-menu-block .sf-menu-phone a:hover,
.sf-menu-block .sf-menu-phone a:focus {
  background-color: #e8f4fc;
  color: #23527c;
  text-decoration: underline;
}

.sf-menu-block .sf-menu-phone a:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: -2px;
}

@media (min-width: 768px) {
  .sf-menu-block .mobile-nav-toggle {
    display: none;
  }
}

.bootstrap-fp .pagination-gale {
  font-weight: 500;
  font-size: 15px;
}

.bootstrap-fp .pagination-gale .page-link {
  border-color: #666;
  padding: 7px 10px;
}

.bootstrap-fp .pagination-gale .page-link span {
  line-height: 1.25;
}

.bootstrap-fp .search-results-gale .pagination-gale>li>a:hover {
  border-color: #666;
}

.bootstrap-fp .search-results-gale .row .forms-found
{
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}

.bootstrap-fp .search-results-gale .row .per-page
{
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 16px;
}

.bootstrap-fp .search-results-gale select
{
  padding-left: 6px;
  font-size: 16px;
  border-color: #666;
}

.bootstrap-fp .search-results-gale .found-column
{
  padding-right: 0;
}

.bootstrap-fp .search-local .form-control,
.bootstrap-fp .search-local .btn {
  height: auto;
  min-height: 38px;
  overflow: visible;
}

.bootstrap-fp .list-striped ul li {
  min-height: auto;
  overflow: visible;
  white-space: normal;
  padding: 5px 15px 5px 0;
}

.bootstrap-fp .search-local .checkbox {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  vertical-align: middle;
}

.bootstrap-fp .search-local .checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  accent-color: #337ab7;
}

.bootstrap-fp .search-local .checkbox label {
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}

.bootstrap-fp .search-results p {
  overflow: auto;
  white-space: wrap;
}

.bootstrap-fp .uslf a:focus,
.bootstrap-fp .uslf a:hover {
  color: #0f5b8f;
}

.bootstrap-fp .uslf a:focus {
  box-shadow: 0 0 0 .2rem #0f5b8f;
}

.bootstrap-fp .uslf .list-questions a.btn-block:focus,
.bootstrap-fp .uslf .list-questions a.btn-block:hover,
.bootstrap-fp .uslf .uslf a.btn-block:focus,
.bootstrap-fp .uslf .uslf a.btn-block:hover {
  color: #ffffff;
}

.bootstrap-fp .search-local .btn-primary {
  box-shadow: none;
}

.bootstrap-fp mark {
  font-style: italic;
  color: #0f5b8f;
  background-color: #ff8;
  padding: 0 5px;
}

.bootstrap-fp dt {
  float: left;
  clear: left;
  width: 155px;
  text-align: right;
}

.bootstrap-fp dd {
  margin: 0 0 0 155px;
  padding: 0 0 0.2em 0;
}

.bootstrap-fp .list-striped ul>li:nth-of-type(odd) {
  background-color: transparent;
}

.bootstrap-fp .list-striped ul>li {
  border-bottom: 1px solid #ddd;
  border-top: transparent;
}

.page-product-grouped .bootstrap-fp .card-body legend {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}

.bootstrap-fp .gale-list {
  column-count: 2;
}

.bootstrap-fp .gale-list-state {
  column-count: 4;
}

@media (max-width: 992px) {
  .bootstrap-fp .gale-list {
    column-count: 1;
  }

  .bootstrap-fp .gale-list-state {
    column-count: 2;
  }
}

.bootstrap-fp a:focus-visible {
  outline: 2px solid #0F5B8F;
  outline-offset: 2px;
}

.bootstrap-fp .gealcontent a {
  text-decoration: underline;
}

.bootstrap-fp .gealcontent small {
  display: contents;
}

.bootstrap-fp .gealcontent blockquote small:before {
  content: '';
}

.bootstrap-fp .gealcontent blockquote {
  margin: 10px;
}

.bootstrap-fp .gealcontent img {
  float: none;
}

.bootstrap-fp .gealcontent figure {
  margin-bottom: 15px;
}

.bootstrap-fp .gealcontent figure p {
  margin-bottom: 0;
}

.bootstrap-fp .search-details>li>div p {
  border-top: 1px solid #ccc;
  padding-top: 3px;
}

.bootstrap-fp .striped-results .search-details>li>div p {
  margin: 0;
  padding: 5px 0 5px 5px;
}

.bootstrap-fp .search-details>li:first-child>div p {
  border-top: none;
  padding-top: 0;
}

.bootstrap-fp .striped-results .search-details>li:nth-of-type(odd)>div p {
  padding: 6px 0 7px 5px;
}
