/* ==========================================================================
   portal.fo header styles
   ========================================================================== */

.pf-nav,
.pf-strips {
  --bg:        #ffffff;
  --surface:   #f4f5f7;
  --surface-2: #eceef1;
  --line:      #e3e6ea;
  --line-2:    #d4d8de;

  --fg:   #15181c;
  --fg-2: #4a5159;
  --fg-3: #7c848d;

  --nav-bg: #ffffff;

  --ink: #15181c;
  --live: #e0322e;

  --temp-warm: #ff0000;
  --temp-cold: #0064b4;
  --precip:    #0064b4;

  --pf-sans: "Geist", ui-sans-serif, system-ui, -apple-system, sans-serif;
}

/* Ready for dark mode */
.pf-nav.is-dark,
.pf-strips.is-dark {
  --bg:        #181c22;
  --surface:   #20252d;
  --surface-2: #2a303a;
  --line:      #333a44;
  --line-2:    #3f4753;

  --fg:   #f3f5f8;
  --fg-2: #b8c1cc;
  --fg-3: #8a95a1;

  --nav-bg: rgba(24, 28, 34, 1);

  --temp-warm: #ff5a52;
  --temp-cold: #4aa8ec;
  --precip:    #4aa8ec;
}

.pf-nav.is-dark  .logo-light,
.pf-strips.is-dark .logo-light { display: none; }
.pf-nav:not(.is-dark) .logo-dark,
.pf-strips:not(.is-dark) .logo-dark { display: none; }

.pf-nav,
.pf-nav *,
.pf-nav *::before,
.pf-nav *::after,
.pf-strips,
.pf-strips *,
.pf-strips *::before,
.pf-strips *::after { box-sizing: border-box; }

.pf-nav,
.pf-strips {
  font-family: var(--pf-sans);
  color: var(--fg);
  -webkit-font-smoothing: antialiased;
}

.pf-nav a,
.pf-strips a { color: inherit; text-decoration: none; }
.pf-nav button { font-family: inherit; }

/* Icons ------------------------------------------------------------------- */
.pf-ico {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  flex: 0 0 auto;
}
.pf-ico--thin { font-variation-settings: 'wght' 300; }

/* Animations -------------------------------------------------------------- */
@keyframes pf-pulse { 0%, 100% { opacity: 1; }            50% { opacity: .3; } }
@keyframes pf-drop  { from { opacity: 0; transform: translateY(-8px); } }
@keyframes pf-up    { from { opacity: 0; transform: translateY(10px); } }

@media (prefers-reduced-motion: reduce) {
  .pf-nav *,
  .pf-nav *::before,
  .pf-nav *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

.pf-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--live);
  flex: 0 0 auto;
  animation: pf-pulse 1.6s infinite;
}
.pf-live-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--fg-3);
}

/* ==========================================================================
   Header shell
   ========================================================================== */
.pf-header {
  position: relative;
  z-index: 20;
  background: var(--nav-bg);
  border-bottom: 1px solid var(--line);
}

/* ---- Desktop row -------------------------------------------------------- */
.pf-row {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 70px;
  padding: 0 20px;
  margin: 0 auto;
}

.pf-brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.pf-brand img { display: block; height: 36px; width: auto; }

/* Section links. */
.pf-sections {
  display: flex;
  align-items: stretch;
  gap: 2px;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  margin-left: 8px;
  align-self: stretch;
}
.pf-sections.is-collapsed { visibility: hidden; }

.pf-nav .pf-section {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  height: 70px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.01em;
  color: var(--fg);
  transition: color .15s;
}
.pf-section__bar {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 0;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--pf-section-c, transparent);
}

.pf-actions { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }

.pf-btn-round .pf-ico,
.pf-radio__ico,
.pf-btn-play .pf-ico { font-size: 20px; }

/* Round 36px controls ----------------------------------------------------- */
.pf-nav .pf-btn-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: var(--bg);
  color: var(--fg);
  cursor: pointer;
  flex: 0 0 auto;
  transition: background .15s;
}
.pf-btn-round:hover { background: var(--surface); }

.pf-btn-nr { background: #ffffff; }
.pf-btn-nr:hover { background: #f4f5f7; }
.pf-btn-nr img { display: block; width: 20px; height: 14px; object-fit: contain; }

.pf-nav .pf-btn-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 36px;
  padding: 0 15px 0 11px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  flex: 0 0 auto;
  white-space: nowrap;
}
.pf-btn-play:hover { background: #23282e; }

.pf-radio { position: relative; flex: 0 0 auto; }
.pf-radio__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 36px;
  padding: 0 11px 0 12px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: var(--bg);
  color: var(--fg);
  font-size: 13.5px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  flex: 0 0 auto;
  transition: background .15s;
}
.pf-radio__btn:hover { background: var(--surface); }
.pf-radio__chev {
  font-size: 18px;
  color: var(--fg-3);
  transition: transform .16s ease;
}
.pf-radio.is-open .pf-radio__chev { transform: rotate(180deg); }

@media (max-width: 1139px) {
  .pf-nav .pf-btn-play {
    width: 36px;
    padding: 0;
    gap: 0;
  }
  .pf-btn-play .pf-btn__label { display: none; }
  .pf-radio__btn { padding: 0 6px 0 9px; }
  .pf-radio__label { display: none; }
}

/* ---- Radio dropdown ----------------------------------------------------- */
.pf-radio__panel {
  position: absolute;
  right: 0;
  top: 44px;
  width: 320px;
  z-index: 30;
  padding: 12px 10px 10px;
  border: 1px solid var(--line-2);
  border-radius: 16px;
  background: var(--bg);
  animation: pf-drop .16s cubic-bezier(.2, .7, .2, 1);
}
.pf-radio__panel-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 4px 10px;
}
.pf-radio__panel-head .pf-live-label { flex: 1; }

/* Station rows  */
.pf-nav .pf-station {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  padding: 9px 10px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: var(--fg);
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 2px;
}
.pf-station:hover { background: var(--surface); }
.pf-station__plate {
  flex: 0 0 auto;
  width: 54px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background-color: #ffffff;
  background-size: 74%;
  background-position: center;
  background-repeat: no-repeat;
}
.pf-station__body { flex: 1; min-width: 0; }
.pf-station__name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.015em;
  color: var(--fg);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pf-station__ctl {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  background: var(--surface);
  color: var(--fg-2);
}

/* ==========================================================================
   Services bar (subheader)
   ========================================================================== */
.pf-svcbar {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  margin: 0 auto;
  padding: 7px 16px;
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.pf-nav .pf-svc-quick {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  flex: 0 0 auto;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--fg);
  transition: background .15s, color .15s;
}
.pf-nav .pf-svc-quick:hover { background: var(--surface); color: var(--fg); }
.pf-svc-quick .pf-ico { font-size: 18px; color: var(--fg-3); }
.pf-svc-quick img {
  display: block;
  width: 18px;
  height: 13px;
  object-fit: contain;
  flex: 0 0 auto;
}
/* JS hides the ones that do not fit before the tail */
.pf-svc-quick.is-hidden { display: none; }

.pf-svcbar__rule {
  width: 1px;
  height: 18px;
  background: var(--line-2);
  flex: 0 0 auto;
  margin: 0 6px;
}
.pf-svcbar__rule.is-hidden { display: none; }
.pf-svcbar__spacer { flex: 1; min-width: 8px; }

.pf-svc-all { position: relative; display: inline-flex; flex: 0 0 auto; }
.pf-svc-all__btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 30px;
  padding: 0 9px 0 11px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--fg);
  font-size: 12.5px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}
.pf-svc-all__btn:hover { background: var(--surface); }
.pf-svc-all.is-open .pf-svc-all__btn { background: var(--surface-2); }
.pf-svc-all__btn .pf-ico { font-size: 18px; color: var(--fg-3); }
.pf-svc-all__chev {
  font-size: 17px;
  color: var(--fg-3);
  transition: transform .16s ease;
}
.pf-svc-all.is-open .pf-svc-all__chev { transform: rotate(180deg); }

.pf-svc-all__panel {
  position: absolute;
  right: 0;
  left: auto;
  top: 100%;
  width: 620px;
  max-width: calc(100vw - 40px);
  z-index: 40;
  margin-top: 4px;
  padding: 12px;
  border: 1px solid var(--line-2);
  border-radius: 16px;
  background: var(--bg);
  animation: pf-drop .16s cubic-bezier(.2, .7, .2, 1);
}
.pf-svc-all__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 8px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.pf-svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 2px 10px;
}
.pf-svc-tile {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 9px 8px;
  border-radius: 10px;
  cursor: pointer;
}
.pf-svc-tile:hover { background: var(--surface); }
.pf-svc-tile .pf-ico { font-size: 21px; color: var(--fg-3); }
.pf-svc-tile img { display: block; width: 21px; height: 15px; object-fit: contain; flex: 0 0 auto; }
.pf-svc-tile__label {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--fg);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pf-svc-tile__chev { font-size: 18px; color: var(--line-2); }

.pf-nav .pf-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--fg);
  cursor: pointer;
  white-space: nowrap;
  flex: 0 0 auto;
}
.pf-nav .pf-contact-link:hover { background: var(--surface); }

/* ==========================================================================
   Mobile header
   ========================================================================== */
.pf-row--mobile { display: none; }

.pf-burger {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  border-radius: 999px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  cursor: pointer;
  flex: 0 0 auto;
}
.pf-burger span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--fg);
  transition: transform .18s ease, opacity .18s ease;
}
.pf-nav.is-drawer-open .pf-burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.pf-nav.is-drawer-open .pf-burger span:nth-child(2) { opacity: 0; }
.pf-nav.is-drawer-open .pf-burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ==========================================================================
   Utility strips under the mobile header
   ========================================================================== */
.pf-strips {
  display: none;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  margin-bottom: 10px;
}
.pf-strips .pf-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 45px;
  padding: 0 12px;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  color: inherit;
}

/* Inner text row. */
.pf-strip__row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
}
.pf-strip__row > span {
  display: flex;
  align-items: center;
  height: 22px;
}
.pf-strip__row .pf-strip__count { align-self: center; }
.pf-strips .pf-strip:last-child { border-bottom-color: transparent; }
.pf-strip .pf-ico { font-size: 20px; color: var(--fg-3); }
.pf-strip__label {
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--fg);
  flex: 0 0 auto;
}
.pf-strip__time {
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
  color: var(--fg-3);
  font-variant-numeric: tabular-nums;
  flex: 0 0 auto;
}
.pf-strip__val {
  font-size: 13px;
  font-weight: 500;
  color: var(--fg-2);
  font-variant-numeric: tabular-nums;
  flex: 0 0 auto;
}
.pf-strip__val .pf-ico {
  font-size: 13px;
  line-height: 1;
}
.pf-strip__val.is-warm { color: var(--temp-warm); }
.pf-strip__val.is-cold { color: var(--temp-cold); }
.pf-strip__precip { color: var(--precip); }

.pf-strip__sym {
  align-self: center;
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 auto;
  margin-right: -4px;
}
.pf-strip__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--fg-2);
  font-size: 11.5px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  flex: 0 0 auto;
}
.pf-strip__spacer { flex: 1; }
.pf-strip__chev { font-size: 18px; color: var(--line-2); }

/* ==========================================================================
   Mobile drawer
   ========================================================================== */
.pf-drawer {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 56px;
  bottom: 0;
  z-index: 8;
  overflow-y: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  background: var(--bg);
  padding: 16px 14px 90px;
  animation: pf-drop .18s cubic-bezier(.2, .7, .2, 1);
}
.pf-drawer::-webkit-scrollbar { display: none; }
.pf-nav.is-drawer-open .pf-drawer { display: block; }

.pf-search {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 44px;
  padding: 0 14px;
  margin-bottom: 14px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: var(--surface);
  cursor: text;
}
.pf-search .pf-ico { font-size: 20px; color: var(--fg-3); }
.pf-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  outline: none;
  font-family: inherit;
  font-size: 14.5px;
  color: var(--fg);
  padding: 0;
}
.pf-search button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: var(--fg-3);
}

.pf-nav .pf-card-play {
  display: block;
  padding: 14px;
  margin-bottom: 12px;
  border-radius: 14px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
}
.pf-card-play .pf-ico { font-size: 24px; }
.pf-card-play__title {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.02em;
}
.pf-card-play__sub { margin-top: 2px; font-size: 11.5px; opacity: .62; }

.pf-card-radio {
  padding: 12px 10px;
  margin-bottom: 18px;
  border-radius: 13px;
  background: var(--surface);
  animation: pf-up .18s cubic-bezier(.2, .7, .2, 1);
}
.pf-card-radio__head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
}
.pf-card-radio__head .pf-ico { font-size: 24px; color: var(--fg-2); }
.pf-card-radio__title {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--fg);
}

.pf-seclist { display: flex; flex-direction: column; margin-bottom: 20px; }
.pf-seclist__row {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 2px;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
}
.pf-seclist__dot {
  flex: 0 0 auto;
  width: 3px;
  height: 18px;
  border-radius: 2px;
  background: var(--pf-section-c, var(--line-2));
}
.pf-seclist__label {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.02em;
  color: var(--fg);
}
.pf-seclist__row .pf-ico { font-size: 19px; color: var(--fg-3); }

.pf-drawer__label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--fg-3);
  margin-bottom: 8px;
}
.pf-svc-mgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-bottom: 18px;
}
.pf-svc-mtile {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  height: 48px;
  padding: 0 10px 0 12px;
  border-radius: 10px;
  cursor: pointer;
}
.pf-svc-mtile:hover { background: var(--surface); }
.pf-svc-mtile .pf-ico { font-size: 21px; color: var(--fg-3); }
.pf-svc-mtile img { display: block; width: 21px; height: 15px; object-fit: contain; flex: 0 0 auto; }
.pf-svc-mtile__label {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--fg);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf-contact-row {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 12px;
  margin-bottom: 20px;
  border-radius: 11px;
  background: var(--surface);
  cursor: pointer;
}
.pf-contact-row .pf-ico { font-size: 19px; color: var(--fg-3); }
.pf-contact-row__label {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--fg);
}
.pf-contact-row__chev { font-size: 18px; color: var(--fg-3); }

.pf-contacts { padding-top: 16px; border-top: 1px solid var(--line); }
.pf-contacts__block { margin-bottom: 14px; }
.pf-contacts__block:first-child { margin-top: -2px; }
.pf-contacts__block:last-of-type { margin-bottom: 0; }
.pf-contacts__title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--fg-3);
}
.pf-contacts__lines {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 14px;
}
.pf-nav .pf-contacts__tel {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--fg);
  white-space: nowrap;
}
.pf-nav .pf-contacts__mail {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--fg);
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: var(--line-2);
  text-underline-offset: 3px;
}
.pf-contacts__note {
  margin-top: 4px;
  font-size: 12px;
  color: var(--fg-3);
}
.pf-contacts__foot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.pf-contacts__foot img { display: block; height: 13px; width: auto; }

/* ==========================================================================
   Desktop <-> mobile switch.
   ========================================================================== */
@media (max-width: 999px) {
  .pf-strips { display: block; }

  .pf-row,
  .pf-svcbar { display: none; }

  .pf-row--mobile {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 56px;
    padding: 0 12px;
  }
  .pf-row--mobile .pf-brand { flex: 1; min-width: 0; }
  .pf-row--mobile .pf-brand img { height: 33px; }
  .pf-btn-nr img { width: 19px; height: 13px; }

  .pf-row--mobile .pf-radio__btn {
    width: 36px;
    height: 36px;
    padding: 0;
    gap: 0;
    justify-content: center;
  }
  .pf-row--mobile .pf-radio__label,
  .pf-row--mobile .pf-radio__chev { display: none; }

  .pf-nav .pf-btn-play {
    height: 34px;
    width: auto;
    padding: 0 13px 0 9px;
    gap: 5px;
    font-size: 13px;
  }
  .pf-btn-play .pf-btn__label { display: inline; }
  .pf-btn-play .pf-ico { font-size: 19px; }
}

@media (min-width: 1000px) {
  .pf-strips,
  .pf-drawer { display: none !important; }
}

/* ==========================================================================
   Bridges to the stylesheet (public/css/style.css)
   This file is loaded after it, so equal-specificity rules here win.
   ========================================================================== */

/* Scroll lock while the drawer is up. */
html.pf-lock,
html.pf-lock body { overflow: hidden; }

.pf-nav.is-drawer-open .pf-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

/* Handling style.css clashes */
#main_header.top ~ #mainContentHolder,
#main_header.top + div {
  margin-top: var(--pf-header-h, 116px);
}

#main_header.top ~ div.vev-takeover {
  margin-top: calc(var(--pf-header-h, 116px) + 20px);
}
#main_header.top ~ div.vev-takeover ~ #mainContentHolder {
  margin-top: 0;
}

#main_header.top + .center {
  margin-top: calc(var(--pf-header-h, 116px) + 24px);
}

@media screen and (min-width: 1150px) {
  #main_header.top + table + #mainContentHolder,
  #main_header.top + table + script + #mainContentHolder {
    margin-top: calc(var(--pf-header-h, 116px) + 1px);
  }
}

@media screen and (max-width: 999px) {
  #main_header.top + a > table,
  #main_header.top + div {
    margin-top: var(--pf-header-h, 57px);
  }
  #main_header.top ~ div.vev-takeover,
  #main_header.top ~ #mainContentHolder {
    margin-top: 0;
  }
}
