:root {
  --site-ink: #102039;
  --site-ink-soft: #536178;
  --site-navy: #0b1830;
  --site-navy-2: #112a4b;
  --site-blue: #0877c9;
  --site-blue-dark: #0667aa;
  --site-cyan: #49d7df;
  --site-amber: #ffc65a;
  --site-paper: #ffffff;
  --site-mist: #f3f7fa;
  --site-line: #dbe5ed;
  --site-success: #159a87;
  --site-radius-sm: 13px;
  --site-radius: 22px;
  --site-shadow-sm: 0 10px 30px rgba(16, 31, 53, 0.08);
  --site-shadow: 0 24px 70px rgba(8, 25, 49, 0.14);
  --site-shell: 1220px;
  --site-font: Inter, Aptos, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

body {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--site-ink) !important;
  background: var(--site-mist) !important;
  font-family: var(--site-font) !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  text-align: left !important;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

font {
  color: inherit;
  font: inherit;
}

a {
  color: var(--site-blue);
  text-decoration-color: rgba(8, 119, 201, 0.3);
  text-underline-offset: 3px;
}

a:hover {
  color: var(--site-blue-dark);
}

:focus-visible {
  outline: 3px solid var(--site-amber) !important;
  outline-offset: 3px;
}

#wrapper {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--site-mist) !important;
  font-size: 1rem !important;
}

#header {
  display: none !important;
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100% !important;
  padding: 0 !important;
  color: var(--site-ink) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(219, 229, 237, 0.92);
  box-shadow: 0 7px 24px rgba(16, 31, 53, 0.06);
  backdrop-filter: blur(16px);
}

#header #innerheader {
  position: relative !important;
  display: flex;
  width: min(calc(100% - 48px), var(--site-shell)) !important;
  height: 82px !important;
  margin: 0 auto !important;
  align-items: center;
  justify-content: space-between;
  background: transparent !important;
  text-align: left !important;
}

#header #innerimage {
  position: static !important;
  display: block;
  width: clamp(205px, 22vw, 286px) !important;
  height: 58px !important;
  background: url("/homepage/assets/comtek-logo.svg") no-repeat left center / contain !important;
}

#header #company_icon,
#header #contact,
#header #innerheader > h1,
#header #innerheader > p,
#header #innerheader > h2 {
  display: none !important;
}

#header #innerheader > h3 {
  position: static !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
}

#header #innerheader > h3 > link,
#header #innerheader > h3 > script {
  display: none !important;
}

#header #innerheader > h3 a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 12px;
  color: #fff !important;
  background: var(--site-blue);
  box-shadow: 0 12px 27px rgba(8, 119, 201, 0.18);
  font-weight: 800;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease;
}

#header #innerheader > h3 a:hover {
  background: var(--site-blue-dark);
  transform: translateY(-2px);
}

#nav {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 24px 10px !important;
  overflow-x: auto;
  background: transparent !important;
  border: 0 !important;
  scrollbar-width: thin;
}

#nav dl {
  display: flex !important;
  width: max-content;
  min-width: min(100%, var(--site-shell));
  margin: 0 auto !important;
  padding: 0 !important;
  justify-content: center;
  gap: 3px;
}

#nav dd {
  display: block !important;
  margin: 0 !important;
}

#nav a {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 10px;
  color: #425068 !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.2;
  text-decoration: none !important;
  transition: color 0.18s ease, background 0.18s ease;
}

#nav span {
  display: block !important;
  padding: 10px 12px !important;
  background: transparent !important;
}

#nav a:hover,
#nav a:focus,
#nav a:active {
  color: var(--site-blue) !important;
  background: #edf7fd !important;
}

#nav span[style*="c0c0c0"],
#nav span[style*="C0C0C0"],
#nav #home,
#nav #posttrans,
#nav #posttransXML,
#nav #pda,
#nav #ml,
#nav #telesales,
#nav #otherp,
#nav #conus,
#nav #about {
  background-image: none !important;
}

#content {
  width: min(calc(100% - 48px), var(--site-shell)) !important;
  margin: 0 auto !important;
  padding: 42px 0 72px !important;
}

#inner,
#p_home #inner {
  display: grid !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
}

.noleftcol #content #inner,
.noleftcol #inner {
  display: block !important;
}

#left {
  position: relative !important;
  left: auto !important;
  float: none !important;
  width: auto !important;
  min-width: 0;
  background: transparent !important;
}

#left > .inner {
  padding: 0 !important;
}

#floating_menu_wrapper {
  position: static !important;
}

#floating_menu {
  position: sticky !important;
  top: 108px !important;
  display: grid;
  gap: 16px;
}

#centre,
.noleftcol #content #centre,
.norightcol #content #centre {
  display: block !important;
  width: auto !important;
  min-width: 0;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.column dl,
.actioncolumn dl,
#left dl {
  width: 100% !important;
  margin: 0 0 16px !important;
  padding: 9px !important;
  overflow: hidden;
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius);
  background: var(--site-paper) !important;
  box-shadow: var(--site-shadow-sm);
}

.column dt.head,
.column dt.foot,
.actioncolumn dt.head,
.actioncolumn dt.foot,
#left dt.head,
#left dt.foot {
  display: none !important;
}

.column dt.title,
.actioncolumn dt.title,
#left dt.title {
  display: block;
  margin: -9px -9px 8px !important;
  padding: 17px 18px 15px !important;
  color: #fff !important;
  background: linear-gradient(135deg, var(--site-navy-2), #145885) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.25;
}

.column dt.title span,
.actioncolumn dt.title span,
#left dt.title span {
  color: inherit !important;
}

.column dd,
.actioncolumn dd,
#left dd {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.column .vlist dd a,
.actioncolumn .vlist dd a,
#left .vlist dd a,
#left dd > a {
  position: relative;
  display: block !important;
  margin: 0 !important;
  padding: 9px 10px 9px 22px !important;
  border: 0 !important;
  border-radius: 9px;
  color: #46556c !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 680 !important;
  line-height: 1.35;
  text-decoration: none !important;
  transition: color 0.18s ease, background 0.18s ease;
}

.column .vlist dd a::before,
.actioncolumn .vlist dd a::before,
#left .vlist dd a::before,
#left dd > a::before {
  position: absolute;
  top: 15px;
  left: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a9b9c8;
  content: "";
}

.column .vlist dd a:hover,
.actioncolumn .vlist dd a:hover,
#left .vlist dd a:hover,
#left dd > a:hover {
  color: var(--site-blue) !important;
  background: #edf7fd !important;
}

/*
 * Legacy pages used repeated span IDs to mark the current menu item. Reset
 * those inherited colours and use the exact-link state set by site-modern.js.
 */
#left .vlist a span,
#left dd > a span {
  color: inherit !important;
}

#left .vlist a[aria-current="page"],
#left dd > a[aria-current="page"] {
  color: #717d8b !important;
  background: #edf1f4 !important;
  font-weight: 800 !important;
}

#left .vlist a[aria-current="page"]::before,
#left dd > a[aria-current="page"]::before {
  background: #717d8b !important;
}

#categories0 {
  display: none !important;
}

#categories2 .feat {
  margin: 0 !important;
  padding: 9px 10px !important;
  border-radius: 9px;
  color: #46556c !important;
  background: transparent !important;
  font-size: 13px !important;
}

.liquid-round,
.liquid-round-grey,
.liquid-round-grayoutside,
.liquid-round-yellowgrayoutside,
.liquid-round-blue,
.liquid-round-dark,
.liquid-round-light {
  width: 100% !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--site-line) !important;
  border-radius: var(--site-radius) !important;
  background: var(--site-paper) !important;
  box-shadow: var(--site-shadow-sm);
}

.liquid-round-grey {
  background: linear-gradient(145deg, #eef8fd, #fff 42%) !important;
  border-color: #cce4f3 !important;
}

.liquid-round-yellowgrayoutside {
  background: linear-gradient(145deg, #fff9e9, #fff 42%) !important;
  border-color: #f0d79f !important;
}

.liquid-round > .top,
.liquid-round > .bottom,
.liquid-round-grey > .top,
.liquid-round-grey > .bottom,
.liquid-round-grayoutside > .top,
.liquid-round-grayoutside > .bottom,
.liquid-round-yellowgrayoutside > .top,
.liquid-round-yellowgrayoutside > .bottom,
.liquid-round-blue > .top,
.liquid-round-blue > .bottom,
.liquid-round-dark > .top,
.liquid-round-dark > .bottom,
.liquid-round-light > .top,
.liquid-round-light > .bottom {
  display: none !important;
}

.liquid-round .center-content,
.liquid-round-grey .center-content,
.liquid-round-grayoutside .center-content,
.liquid-round-yellowgrayoutside .center-content,
.liquid-round-blue .center-content,
.liquid-round-dark .center-content,
.liquid-round-light .center-content {
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(23px, 4vw, 38px) !important;
  background: transparent !important;
}

.maincontent h1,
.maincontent h2,
.maincontent h3,
.maincontent h4,
.maincontent h5,
.maincontent h6 {
  height: auto !important;
  margin-top: 0;
  color: var(--site-ink) !important;
  background: none !important;
  font-family: var(--site-font) !important;
  font-weight: 780 !important;
  letter-spacing: -0.025em;
}

.maincontent h1 {
  margin-bottom: 20px !important;
  font-size: clamp(32px, 5vw, 48px) !important;
  line-height: 1.06 !important;
}

.maincontent h2 {
  margin-bottom: 17px !important;
  font-size: clamp(25px, 3.4vw, 35px) !important;
  line-height: 1.15 !important;
}

.maincontent h3 {
  margin: 25px 0 9px !important;
  font-size: 21px !important;
  line-height: 1.25 !important;
}

.maincontent h4 {
  margin: 20px 0 8px !important;
  font-size: 18px !important;
}

.maincontent p,
.maincontent li,
.maincontent td,
.maincontent th {
  color: var(--site-ink-soft);
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.maincontent p {
  margin: 0 0 15px !important;
}

.maincontent ul,
.maincontent ol {
  margin: 0 0 20px 22px !important;
  padding: 0 !important;
}

.maincontent li + li {
  margin-top: 7px !important;
}

.maincontent hr {
  height: 1px;
  margin: 19px 0 24px;
  border: 0;
  background: var(--site-line);
}

.maincontent strong,
.maincontent b {
  color: #263850;
}

.maincontent h2 img,
.maincontent h3 img {
  width: 32px !important;
  height: 32px !important;
  margin-right: 8px;
  vertical-align: middle;
}

.calltoact,
.blocks {
  height: auto !important;
  min-height: 0 !important;
  margin: 14px 0 !important;
  padding: 20px !important;
  overflow: hidden;
  border: 1px solid var(--site-line) !important;
  border-radius: 17px !important;
  color: var(--site-ink) !important;
  background: #f8fbfd !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.calltoact:hover,
.blocks:hover {
  border-color: #9bcce9 !important;
  box-shadow: 0 12px 26px rgba(16, 31, 53, 0.08) !important;
  transform: translateY(-2px);
}

.calltoact .ititle,
.blocks .ititle,
.calltoact .btitle,
.blocks .btitle {
  color: var(--site-ink) !important;
  background: transparent !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.calltoact .text,
.blocks .text {
  color: var(--site-ink-soft) !important;
  font-size: 14px !important;
}

.calltoact .learn,
.blocks .learn {
  color: var(--site-blue) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.my_left_box {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.center-content:has(> .my_right_box) {
  padding-right: 280px !important;
}

.my_right_box {
  position: absolute !important;
  top: 92px !important;
  right: 28px !important;
  left: auto !important;
  z-index: 2 !important;
  display: grid;
  width: 220px !important;
  height: auto !important;
  margin: 0 !important;
  gap: 13px;
}

.my_right_box .actioncolumn,
.my_right_box .actioncolumn .inner {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.my_right_box .actioncolumn dl {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #b9dced !important;
  border-radius: 17px !important;
  background: #fff !important;
  box-shadow: 0 12px 27px rgba(16, 31, 53, 0.1);
}

.my_right_box .actioncolumn .atitle {
  margin: 0 !important;
  padding: 0 !important;
  background: linear-gradient(135deg, var(--site-navy-2), #145885) !important;
}

.my_right_box .actioncolumn .atitle a {
  display: block !important;
  padding: 14px 16px !important;
  color: #fff !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
}

.my_right_box .actioncolumn .asub a {
  display: block !important;
  padding: 13px 16px 15px !important;
  color: var(--site-ink-soft) !important;
  background: #fff !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
}

.my_right_box .actioncolumn a:hover {
  color: var(--site-blue) !important;
}

.maincontent iframe {
  max-width: 100%;
}

.maincontent table {
  width: 100% !important;
  max-width: 100%;
  margin: 20px 0 !important;
  overflow-wrap: anywhere;
  border-collapse: collapse !important;
  border: 1px solid var(--site-line) !important;
  background: #fff;
}

.maincontent th,
.maincontent td {
  width: auto !important;
  padding: 12px 14px !important;
  border: 1px solid var(--site-line) !important;
  vertical-align: top;
}

.maincontent th,
.maincontent .tabhead {
  color: var(--site-ink) !important;
  background: #edf6fb !important;
  font-weight: 800 !important;
}

.maincontent tr:nth-child(even) td {
  background: #f9fbfd;
}

.maincontent input,
.maincontent select,
.maincontent textarea {
  max-width: 100%;
  min-height: 42px;
  padding: 9px 11px !important;
  border: 1px solid #bccbd7 !important;
  border-radius: 9px;
  color: var(--site-ink);
  background: #fff;
  font: inherit !important;
}

.maincontent input[type="submit"],
.maincontent input[type="button"],
.maincontent button {
  border-color: var(--site-blue) !important;
  color: #fff !important;
  background: var(--site-blue) !important;
  font-weight: 800 !important;
  cursor: pointer;
}

.maincontent pre,
.maincontent code {
  max-width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  font-family: "Cascadia Code", Consolas, monospace !important;
  font-size: 13px !important;
}

.maincontent pre {
  padding: 16px !important;
  color: #dce8f3 !important;
  background: #0d1d31 !important;
}

#navfooter {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 48px max(24px, calc((100vw - var(--site-shell)) / 2)) 25px !important;
  color: #c7d3df !important;
  background: #081426 !important;
  font: 14px/1.55 var(--site-font) !important;
  text-align: left !important;
}

#navfooter table {
  width: 100% !important;
  margin: 0 auto 30px !important;
  border: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
}

#navfooter table tr {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
}

#navfooter table td {
  display: block;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  color: #9fb1c4 !important;
  background: transparent !important;
}

#navfooter table td:empty,
#navfooter table td:first-child:not(:last-child) {
  display: none;
}

#navfooter a {
  color: #fff !important;
  font-weight: 750 !important;
  text-decoration: none !important;
}

#navfooter a.navlink {
  color: #a9bacb !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

#navfooter a:hover {
  color: var(--site-cyan) !important;
}

#navfootertxt {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8396aa !important;
  font-size: 12px !important;
  text-align: center;
}

#navfootertxt p {
  margin-bottom: 8px;
}

.modern-top-header {
  position: sticky;
  z-index: 150;
  top: 0;
  border-bottom: 1px solid rgba(219, 229, 237, 0.9);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 7px 24px rgba(16, 31, 53, 0.06);
  backdrop-filter: blur(18px);
}

.modern-top-shell {
  display: flex;
  width: min(calc(100% - 48px), var(--site-shell));
  min-height: 82px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.modern-top-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.modern-top-brand img {
  display: block;
  width: clamp(205px, 22vw, 286px);
  height: auto;
}

.modern-site-nav,
.modern-nav-list {
  display: flex;
  align-items: center;
}

.modern-site-nav {
  justify-content: flex-end;
  gap: 18px;
}

.modern-nav-list {
  margin: 0;
  padding: 0;
  gap: 3px;
  list-style: none;
}

.modern-nav-list > li {
  position: relative;
  margin: 0;
  padding: 0;
}

.modern-nav-list > li > a {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border-radius: 11px;
  color: #344258;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease;
}

.modern-nav-list > li > a:hover,
.modern-nav-list > li > a:focus {
  color: var(--site-blue);
  background: #eef7fd;
}

.modern-sub-menu {
  position: absolute;
  top: calc(100% + 11px);
  left: 0;
  width: 330px;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--site-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: var(--site-shadow);
  list-style: none;
  opacity: 0;
  transform: translateY(8px);
  visibility: hidden;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}

.modern-sub-menu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 12px;
  content: "";
}

.modern-has-menu:hover .modern-sub-menu,
.modern-has-menu:focus-within .modern-sub-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.modern-sub-menu li {
  margin: 0;
  padding: 0;
}

.modern-sub-menu a {
  display: flex;
  flex-direction: column;
  padding: 10px 12px;
  border-radius: 10px;
  color: #344258;
  line-height: 1.35;
  text-decoration: none;
}

.modern-sub-menu a:hover,
.modern-sub-menu a:focus {
  color: var(--site-blue);
  background: var(--site-mist);
}

.modern-sub-menu strong {
  color: inherit;
  font-size: 14px;
}

.modern-sub-menu span {
  margin-top: 2px;
  color: #708096;
  font-size: 12px;
}

.modern-sub-menu-compact {
  width: 245px;
}

.modern-menu-toggle {
  display: none;
  border: 0;
  color: var(--site-ink);
  background: none;
  cursor: pointer;
}

.modern-menu-toggle-lines {
  display: grid;
  width: 24px;
  gap: 4px;
}

.modern-menu-toggle-lines i {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.modern-menu-toggle-label {
  font-size: 13px;
  font-weight: 800;
}

.modern-header-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border-radius: 12px;
  color: #fff;
  background: var(--site-blue);
  box-shadow: 0 12px 27px rgba(8, 119, 201, 0.18);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease;
}

.modern-header-button:hover,
.modern-header-button:focus {
  color: #fff;
  background: var(--site-blue-dark);
  transform: translateY(-2px);
}

.modern-utility-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: flex;
  min-height: 82px;
  padding: 12px max(24px, calc((100vw - var(--site-shell)) / 2));
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--site-line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 7px 24px rgba(16, 31, 53, 0.06);
  backdrop-filter: blur(16px);
}

.modern-utility-header img {
  display: block;
  width: clamp(205px, 22vw, 286px);
}

.modern-utility-header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.modern-utility-header nav a {
  padding: 9px 12px;
  border-radius: 9px;
  color: #425068;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.modern-utility-header nav a:hover {
  color: var(--site-blue);
  background: #edf7fd;
}

body > .modern-utility-header ~ table,
body > .modern-utility-header ~ center,
body > .modern-utility-header ~ div:not([id]) {
  width: min(calc(100% - 48px), var(--site-shell)) !important;
  margin: 32px auto !important;
}

body > table {
  max-width: var(--site-shell);
  background: var(--site-paper);
}

@media (max-width: 1060px) {
  .modern-top-shell {
    gap: 18px;
  }

  .modern-nav-list > li > a {
    padding-inline: 9px;
    font-size: 13px;
  }

  .modern-site-nav {
    gap: 10px;
  }
}

@media (max-width: 980px) {
  #inner,
  #p_home #inner {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 20px;
  }

  #navfooter table tr {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .modern-top-shell {
    position: relative;
    min-height: 74px;
  }

  .modern-menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 0;
  }

  .modern-site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 90px);
    padding: 15px;
    overflow-y: auto;
    border: 1px solid var(--site-line);
    border-radius: 0 0 18px 18px;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: var(--site-shadow);
  }

  .modern-top-header.menu-open .modern-site-nav {
    display: block;
  }

  .modern-nav-list {
    display: block;
  }

  .modern-nav-list > li > a {
    min-height: 42px;
    padding-inline: 11px;
  }

  .modern-sub-menu,
  .modern-sub-menu-compact {
    position: static;
    display: block;
    width: 100%;
    margin: 0 0 8px;
    padding: 2px 8px 8px 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
    visibility: visible;
  }

  .modern-sub-menu::before {
    display: none;
  }

  .modern-sub-menu a {
    padding: 8px 10px;
  }

  .modern-header-button {
    width: 100%;
    margin-top: 7px;
  }
}

@media (max-width: 760px) {
  #header #innerheader {
    width: min(calc(100% - 32px), var(--site-shell)) !important;
    height: 70px !important;
  }

  #header #innerimage {
    width: 205px !important;
    height: 48px !important;
  }

  #header #innerheader > h3 a {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 12px;
  }

  #nav {
    padding-inline: 16px !important;
  }

  #nav dl {
    justify-content: flex-start;
  }

  #content {
    width: min(calc(100% - 32px), var(--site-shell)) !important;
    padding-block: 28px 50px !important;
  }

  #inner,
  #p_home #inner {
    grid-template-columns: 1fr;
  }

  #floating_menu {
    position: static !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #left dl {
    min-width: 0;
  }

  .maincontent table {
    display: block;
    overflow-x: auto;
    white-space: normal;
  }

  #navfooter {
    padding-inline: 20px !important;
  }

  .modern-utility-header {
    padding-inline: 16px;
  }

  .modern-utility-header nav a:not(:first-child):not(:last-child) {
    display: none;
  }

  .modern-top-shell {
    width: min(calc(100% - 32px), var(--site-shell));
  }

  .modern-top-brand img {
    width: min(205px, 60vw);
  }

  .center-content:has(> .my_right_box) {
    padding-right: 24px !important;
  }

  .my_right_box {
    position: static !important;
    width: 100% !important;
    margin-top: 22px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  #header #innerheader > h3 {
    display: none !important;
  }

  #floating_menu,
  #navfooter table tr {
    grid-template-columns: 1fr;
  }

  .liquid-round .center-content,
  .liquid-round-grey .center-content,
  .liquid-round-grayoutside .center-content,
  .liquid-round-yellowgrayoutside .center-content,
  .liquid-round-blue .center-content,
  .liquid-round-dark .center-content,
  .liquid-round-light .center-content {
    padding: 21px 18px !important;
  }

  .modern-utility-header img {
    width: 190px;
  }

  .modern-menu-toggle-label {
    display: none;
  }

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

@media print {
  #header,
  #left,
  #navfooter,
  .modern-top-header,
  .modern-utility-header,
  zapier-interfaces-chatbot-embed {
    display: none !important;
  }

  body,
  #wrapper {
    background: #fff !important;
  }

  #content {
    width: 100% !important;
    padding: 0 !important;
  }

  #inner,
  #p_home #inner {
    display: block !important;
  }

  .liquid-round,
  .liquid-round-grey,
  .liquid-round-grayoutside,
  .liquid-round-yellowgrayoutside {
    break-inside: avoid;
    box-shadow: none !important;
  }
}

