Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css

MediaWiki interface page

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the Citizen skin */
/*This too, mainly gotten from PrismParty*/

/* Imports
============================================================================================ */
/* latin-ext */
@font-face {
  font-family: 'Kreon';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/resources/assets/fonts/t5t9IRIUKY-TFF_LW5lnMR3v2DnvPNiWcz8el2c.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Kreon';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/resources/assets/fonts/t5t9IRIUKY-TFF_LW5lnMR3v2DnvPNiWfT8e.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/resources/assets/fonts/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o58i-wi40.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/resources/assets/fonts/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o58a-wg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Rokkitt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/resources/assets/fonts/qFdb35qfgYFjGy5hukqqhw5XeRgdi1ryd6DCGb-3vA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Rokkitt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/resources/assets/fonts/qFdb35qfgYFjGy5hukqqhw5XeRgdi1ryd6DMGb8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/resources/assets/fonts/w8gdH283Tvk__Lua32TysjIfqcuPP9g.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/resources/assets/fonts/w8gdH283Tvk__Lua32TysjIfp8uP.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* minecraft */
@font-face {
    font-family: 'Minecraft';
    src: url('/resources/assets/fonts/Minecraft.woff2') format('woff2'),
        url('/resources/assets/fonts/Minecraft.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* prismparty */
@font-face {
    font-family: 'PrismParty';
    src: url('/resources/assets/fonts/PrismParty-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* ROOT VARIABLES
[ These are variables explicitly supported by the theme.
[ https://github.com/StarCitizenTools/mediawiki-skins-Citizen/wiki/Customizing-Citizen-styles 
============================================================================================ */

/* Font replacements */
:root {
  --font-family-base: 'Quicksand', sans-serif;
  --font-family-alternate: 'Varela Round', monospace;
  --font-family-serif: 'Kreon', serif;
}

/* Color replacements */
:root.skin-citizen-light {
    --color-surface-0: #f2f4f7;
    --color-surface-1: #f3f6fa;
    --color-surface-2: #eaeef4;
    --color-surface-3: #e3e7ed;
    --color-surface-4: #c3c7cf;
    --color-surface-5: #eaeef5;
    /*--color-base: #f2f4f7;
    --color-base--emphasized: #f2f4f7;
    --color-base--subtle: #f2f4f7;*/
    --prism-blue-0: #7bc1f8;
    --prism-blue-1: #59a2eb;
    --prism-blue-2: #2e79d6;
    --prism-lime-1: #c0ee6f;
    --background-color-warning: #f0e7d3;
}
:root.skin-citizen-dark, :root.skin-citizen-auto {
    /*--color-surface-0: #f2f4f7;
    --color-surface-1: #f3f6fa;
    --color-surface-2: #eff2f6;
    --color-surface-3: #e3e7ed;
    --color-surface-4: #c3c7cf;*/
    --color-surface-5: #181c21;
    /*--color-base: #f2f4f7;
    --color-base--emphasized: #f2f4f7;
    --color-base--subtle: #f2f4f7;*/
    --prism-blue-0: #7bc1f8;
    --prism-blue-1: #59a2eb;
    --prism-blue-2: #2e79d6;
    --prism-lime-1: #4b6124;
    --background-color-warning: #333025;
}


/* FONT OVERRIDES
[ These selectors are used to replace some font elements.
============================================================================================ */
/*p {font-family: var(--font-family-alternate);}*/


/* Logotype font */
  .citizen-drawer__siteinfo, .mw-logo-wordmark {
    font-family: PrismParty;
  }

/* JAVASCRIPT MODS
[ These selectors are required for JavaScript modifications to function.
============================================================================================ */

/* Discord icon in header with hover effect */
.disc-icon {
  background-image: url(/resources/assets/discord.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: var(--opacity-icon-base);
  width: 40px;
  height: 40px;
}
.disc-icon:hover {
  transform: rotate3d(0,0,1,360deg);
  transition: all .25s;
}
.skin-citizen-dark .disc-icon {
  filter: var(--filter-invert);
}
#citizen-discord__buttonCheckbox > span:nth-child(1) {
  visibility: hidden;
}
 .citizen-header__buttonCheckbox {
    cursor: pointer;
}

/* Remove duplicate logo icon*/
/*a.citizen-header__button > img:nth-child(1) {*/
/*  display: none;*/
/*}*/

/* TEMPLATE MODS
[ These selectors adjust templates based heavily on the Citizen skin.
============================================================================================ */
/* Transition effect for prevblogs and prevupdate */
.mw-parser-output #home-card-prevblogs .wikitable tr > td:last-child, 
.mw-parser-output #home-card-prevupdate .wikitable tr > td:last-child {
  transition: var(--transition-menu);
  transition-property: opacity,transform;
  opacity: 0;
}
/*.mw-parser-output #home-card-prevblogs .wikitable tr > td:first-child:hover ~ td, 
.mw-parser-output #home-card-prevupdate .wikitable tr > td:first-child:hover ~ td {
  transform: translateY(-16px);
  opacity: 1;
}

/* Do not transform date widget */
.mw-parser-output #home-card-prevupdate .wikitable tr > td:first-child:hover ~ td.prevupdate-date {
  transform: translateY(0);
}

/* Homepage previous blogs widget - truncates titles */
#home-card-prevblogs .wikitable a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 500px) {
  #home-card-prevblogs h3.home-card__header a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  }

  #home-card-prevblogs h3.home-card__header a::after {
    display: none;
}

.mw-parser-output #home-card-prevblogs .wikitable {
  max-height: 14.68rem;
  overflow: hidden scroll !important;
}
#home-card-prevblogs .wikitable a {
  -webkit-line-clamp: 3 !important;
}
/* Remove hover on small size (glitched anyway due to overflow) */
  .mw-parser-output #home-card-prevblogs .wikitable tr > td:first-child:hover ~ td {
    display: none;
  }
}

/* Fix darkskin icon for componentlink template */
.component-link__button a img {
  filter: invert(1);
}

.template__bubble {
  padding: 0.1rem 0.6rem;
  margin-left: 0.4rem;
  background: var(--color-surface-3);
  border-radius: 100px;
  font-size: 0.7125rem;
  font-weight: 500;
  text-transform: uppercase;
}

/* Logo Dark/Light switcher */

.skin-citizen-light .dark-logo {
    display: none;
}

.skin-citizen-dark .light-logo, :root.skin-citizen-auto .light-logo {
    display: none;
}

/* Homescreen only cubeol recolors */
.skin-citizen-dark .page-Home .mw-parser-output .default,
.skin-citizen-dark .page-Home .mw-parser-output .pink,
.skin-citizen-dark .page-Home .mw-parser-output .orange,
.skin-citizen-dark .page-Home .mw-parser-output .lime {
  background-image: linear-gradient(to right,#6d281e 0%,#e0503d 51%,#6d281e 100%);
  text-decoration: none;
  text-shadow: none;
}


/* SIDEBAR MODS
[ These selectors modify sidebar elements of the Citizen theme.
============================================================================================ */

.citizen-header {
  background-color: var(--color-surface-1);
}

.mw-echo-notifications-badge.mw-echo-notification-badge-nojs.oo-ui-icon-bell.mw-echo-notifications-badge-all-read {
  transition: all 0.1s;
}

/* Underline on sidebar titles */
.citizen-menu__heading {
    text-decoration: underline;
}

/* Adds bottom row to menu */
.mw-portlet-External {
	margin-top: var( --space-md );
    padding-top: var( --space-sm );
	border-top: 1px solid var( --border-color-base );
	font-size: 0.8125rem;
	grid-column: 1 / -1;
	white-space: nowrap;
    position: sticky;
    bottom: -0.55rem;
    background: var(--color-surface-1);
}

@media only screen and (max-width: 553px) {
  .mw-portlet-External {
    padding-bottom: 0.56rem;
  }
}
/* Stop weird scrolling behavior */
.mw-portlet-External {
  margin-bottom: -2rem;
  padding-bottom: 0.5rem;
}

.mw-portlet-External .citizen-menu__heading {
	display: none;
}
.mw-portlet-External ul {
	display: flex;
	overflow: auto;
}
.mw-portlet-External .mw-list-item a {
	gap: 0;
}

/* Small size external full width */
@media only screen and (max-width: 553px) {
.citizen-drawer__menu {
  display: initial;
}
#p-navigation, #p-Prism_Party, #p-Community, #p-Tutorials   {
  width: 60%;
  margin: 0 auto var(--space-sm) auto;
}
.mw-portlet-External {
  margin-bottom: -2.5rem;
}
}

/* Label */
.citizen-drawer__menu [id^="n-sidebar-label-"] a {
	pointer-events: none;
    margin-left: var( --space-xs );
    padding-left: var( --space-md );
	padding-right: var( --space-xs );
	border-left: 1px solid var( --border-color-base );
    border-radius: 0;
    letter-spacing: 0.05em;
    font-weight: var( --font-weight-normal );
    color: var( --color-base--subtle ) !important;
}

/* Icons */
.citizen-drawer__menu [id^="n-sidebar-icon-"] a {
	font-size: 0;
}

.citizen-drawer__menu [id^="n-sidebar-icon-"] a:before {
	display: block;
    content: "";
    width: var( --size-icon );
    height: var( --size-icon );
    background: transparent center/contain no-repeat;
    opacity: var( --opacity-icon-base );
}

.citizen-ui-icon.mw-ui-icon-discord {
  background-image: url(/resources/assets/discord.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.6;
}

.skin-citizen-dark .citizen-ui-icon.mw-ui-icon-discord, .skin-citizen-auto .citizen-ui-icon.mw-ui-icon-discord {
	filter: invert( 1 );
}

.skin-citizen-dark .citizen-drawer__menu [id^="n-sidebar-icon-"] a:before, 
.skin-citizen-auto .citizen-drawer__menu [id^="n-sidebar-icon-"] a:before {
	filter: invert( 1 );
}

/* Bottom menu icons */
#n-sidebar-icon-discord a:before {background-image: url('/resources/assets/discord.svg')}

/* Redundant alert/breaks sidebar*/
.mw-echo-alert {
  display: none;
}

/* HEADER/FOOTER MODS
[ These selectors modify header elements of the Citizen theme, normal and sticky.
============================================================================================ */

/* Backdrop filter on sticky header */
.citizen-page-header::before {
  backdrop-filter: saturate(50%) blur(16px);
  border-radius: 0 0 var(--border-radius--large) var(--border-radius--large);
}
/* Margin to move down the list */
.citizen-footer ul {
  margin-top: 1rem;
}
.page-Home .mw-body-footer {
  display: none;
}

.page-Home .firstHeading {
    font-family: 'PrismParty' !important;
  }

/* New colors */
.citizen-header, #citizen-pref-panel, .citizen-userMenu .citizen-menu__card, .citizen-menu__card, .mw-portlet-External  {
  background-color: var(--color-surface-5);
}

/* Pure black */
.citizen-feature-pure-black-clientpref-1.skin-theme-clientpref-night.skin-citizen-dark .citizen-header, .citizen-feature-pure-black-clientpref-1.skin-theme-clientpref-night.skin-citizen-dark #citizen-pref-panel, .citizen-feature-pure-black-clientpref-1.skin-theme-clientpref-night.skin-citizen-dark .citizen-userMenu .citizen-menu__card, .citizen-feature-pure-black-clientpref-1.skin-theme-clientpref-night.skin-citizen-dark .citizen-menu__card, .citizen-feature-pure-black-clientpref-1.skin-theme-clientpref-night.skin-citizen-dark .mw-portlet-External {
  background-color: #08090a;
}

/* FIXES
[ These selectors "fix" buggy or unusable elements.
============================================================================================ */

/* Hide in-article toc */
#toc {
  display: none;
}

/* Fix prevblogs side overflow bug */
#home-card-prevblogs .citizen-overflow--right, #home-card-prevupdate .citizen-overflow--right {
  -webkit-mask-image: initial;
  mask-image: initial;
}

/* Make TemplateData editor popup above all else on page */
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-active {
  z-index: 999;
}

/* Missing category colors */
.catlinks li > a.new:hover {
  color: #fff;
}

/* Fixes forum search bar in FireFox*/
#mw-wikiforum-searchbox-border {
  display: inline-flex;
}

/* Visual Editor template show more button fix */
.skin-citizen .ve-ui-expandableContent-toggle {
  background-color: var(--color-surface-1);
}

/* Make inactive vote more readable */
.ajaxpoll .ajaxpoll-answer-vote div {
  background: var(--border-color-base);
}
.ajaxpoll .ajaxpoll-our-vote div {
  background: var(--background-color-primary--active);
}
.page-Home .ajaxpoll {
  margin: 0 -1.5rem -2rem -1.5rem;
}

/* Overflow visible on preview elements */
#home-card-prevblogs .citizen-table-wrapper, 
#home-card-prevupdate .citizen-table-wrapper {
    overflow-x: visible;
 }

/* Darkmode for structured discussions */
.flow-topic-titlebar {
  background-color: var(--color-surface-3);
  border-radius: var(--border-radius--medium);
  box-shadow: 0 3px 6px rgba(0,0,0,0.04),0 3px 6px rgba(0,0,0,0.0575);
}

.flow-post .flow-post-content {
  word-break: break-word;
  color: var(--color-base);
}

div > .flow-menu ul {
  border: none;
  background-color: var(--color-surface-1);
  box-shadow: var(--box-shadow-dialog);
  border-radius: var(--border-radius--medium);
}

.flow-post .flow-author .mw-usertoollinks {
  opacity: 0;
  transition: opacity 0.25s ease;
  color: var(--color-base);
}

div.mw-gallery-slideshow-img-container a.image {
  height: auto;
  max-width: 100%;
}

/*Source editor drop down selections*/
.wikiEditor-ui-toolbar .group .tool-select .menu .options .option:hover {
  background-color: var(--background-color-primary--hover);
}

/* Source editor upload form */
.wikiEditor-toolbar-dialog .ui-dialog-buttonpane {
  border-top: none !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: inherit !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: inherit !important;
}
.mw-upload-bookletLayout-filePreview {
  background-color: var(--color-surface-2--hover);
}


/* FORUMS
[ These selectors restyle the forums interface
============================================================================================ */
/* Main display */

table.mw-wikiforum-frame {
  padding: 15px 15px 0 15px;
  background: var(--color-surface-1);
  border-radius: 8px;
  border: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.04),0 3px 6px rgba(0,0,0,0.0575);
}

td.mw-wikiforum-innerframe, th.mw-wikiforum-title, th.mw-wikiforum-admin, th.mw-wikiforum-value, th.mw-wikiforum-lastpost {
  border-bottom: unset;
  border-top: unset;
  border: unset;
}
/* Forum title radius background */
tr.mw-wikiforum-title {
  background: none;
}
table.mw-wikiforum-title tbody tr.mw-wikiforum-title th.mw-wikiforum-title {
  background: var(--color-surface-2);
  border-top-left-radius: var(--border-radius--large);
  border-bottom-left-radius: var(--border-radius--large);
}
table.mw-wikiforum-title tbody tr.mw-wikiforum-title th.mw-wikiforum-admin, table.mw-wikiforum-title tbody tr.mw-wikiforum-title th.mw-wikiforum-value, table.mw-wikiforum-title tbody tr.mw-wikiforum-title th.mw-wikiforum-value {
  background: var(--color-surface-2);
}
table.mw-wikiforum-title tbody tr.mw-wikiforum-title th.mw-wikiforum-lastpost {
  background: var(--color-surface-2);
  border-top-right-radius: var(--border-radius--large);
  border-bottom-right-radius: var(--border-radius--large);
}

td.mw-wikiforum-title, td.mw-wikiforum-admin, td.mw-wikiforum-value, td.mw-wikiforum-lastpost {
  border-bottom: 1px solid var(--border-color-base);
}
table.mw-wikiforum-title tbody tr.mw-wikiforum-marked:last-child td.mw-wikiforum-title, table.mw-wikiforum-title tbody tr.mw-wikiforum-marked:last-child td.mw-wikiforum-admin, table.mw-wikiforum-title tbody tr.mw-wikiforum-marked:last-child td.mw-wikiforum-value, table.mw-wikiforum-title tbody tr.mw-wikiforum-marked:last-child td.mw-wikiforum-lastpost {
  border-bottom: none;
}

/* Icons from icons8.com*/
p.mw-wikiforum-valuetitle a img, td.mw-wikiforum-rightside img, p.mw-wikiforum-issue img, tr.mw-wikiforum-marked td.mw-wikiforum-admin a img, div#mw-wikiforum-searchbox-border img#mw-wikiforum-searchbox-picture, th.mw-wikiforum-title a img, td.mw-wikiforum-title p.mw-wikiforum-thread img {
  width: 1.3rem;
}
/* Locked thread icon*/
table.mw-wikiforum-frame:nth-child(3) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > img:nth-child(1) {
  width: 1.5rem;
}
/* Social Icon */
td.mw-wikiforum-thread-main div.wikiforum-avatar-image img.mw-socialprofile-avatar {
  width: 5.5rem;
  border-radius: 8px;
}
/* main thread edits */
td.mw-wikiforum-thread-main {
  padding: unset;
  border: unset;
  background: unset;
}
table.mw-wikiforum-posted {
  color: var(--color-base--subtle);
  font-family: var(--font-family-base)
  font-size: 0.6rem;
  border-top: 1px solid var(--border-color-base);
  margin-bottom: unset;
}
th.mw-wikiforum-thread-top {
  font-weight: normal;
  background: var(--color-surface-2);
  border-radius: var(--border-radius--medium);
  border: 1px solid var(--border-color-base);
  margin-bottom: 15px;
  display: block;
}
tr.mw-wikiforum-sticky {
  background: unset;
}
tr.mw-wikiforum-normal {
  background: none;
}
td.mw-wikiforum-thread-main, td.mw-wikiforum-thread-sub {
  word-break: unset;
}

td.mw-wikiforum-thread-sub {
  padding: 0px 10px;
  border: 1px solid var(--border-color-base);
  background: var(--color-surface-2);
  border-radius: var(--border-radius--small);
}

#mw-wikiforum-searchbox-border {
  border: 1px solid var(--border-color-base);
  background: var(--color-surface-2);
  border-radius: var(--border-radius--small);
}

/* 'Invalid 'property from: Template:Scrollbox/styles.css */
.mw-parser-output .scrollbox__container::before {
  box-shadow: inset 8px 0 12px -4px var(--color-surface-0), inset -8px 0 6px -4px var(--color-surface-0);
}

/* Template:SymbolicIcon */
.skin-citizen-dark .infobox-player__commenticon div.infobox-player__commenticon-inner a img {
  filter: invert(1);
}

.page-Guide_Getting_Started .card-button a.external.text {
color: white;
}

/* Remove auto color mode */
#skin-client-prefs-skin-theme > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1) > form:nth-child(1) {
  grid-template-columns: repeat(2,1fr);
}
#skin-client-prefs-skin-theme > div:nth-child(2) > ul:nth-child(1) > li:nth-child(1) > div:nth-child(1) > form:nth-child(1) > div:nth-child(1) {
  display: none;
}

/* Editor text selection */
.ve-ce-attachedRootNode::selection, .ve-ce-attachedRootNode ::selection {
  background: rgba(109,169,247,0.5) !important;
}

/* Cookie window size*/
.mw-cookiewarning-container {
    background-color: var(--color-surface-5);
    max-width: 30rem;
}

/* Hacky fix for site nav */
#citizen-drawer__card {
 height: calc(453px + 20px);
}

/* Template styles override for wide layout homepage */
.citizen-feature-custom-width-clientpref-wide div#home-nav.home-grid {
	grid: auto-flow dense/repeat( auto-fit, minmax( 15.375rem, 1fr ) )!important;
}
@media (max-width:1644px) and (min-width:1405px) {
.citizen-feature-custom-width-clientpref-wide div#home-nav.home-grid {
	grid: auto-flow dense/repeat( auto-fit, minmax( 18.375rem, 1fr ) )!important;
}
}
@media (max-width:1660px) and (min-width:1645px) {
.citizen-feature-custom-width-clientpref-wide div#home-nav.home-grid {
	grid: auto-flow dense/repeat( auto-fit, minmax( 21.375rem, 1fr ) )!important;
}
}