/*
 Theme Name:     UNFI Benefits Guide 2025
 Description:    UNFI Benefits Guide Theme
 Author:         Gallagher - Brittani Crawford
 Version:        1.0.1
*/

/* Font Imports */

/* Adobe fonts | project in zrisdon@rocgroup.com account */
@import url("https://use.typekit.net/qvq8anb.css");

@font-face {
  font-family: 'URW DIN';
  src: url('/wp-content/themes/UNFI-25/fonts/URWDIN-Medium.woff') format('woff');
  font-weight: 500; /* For 'Medium' weight */
  font-style: normal;
}

/* Global Variables */
:root {
  --color-primary: #00568c;
  --color-secondary: #003e53;
  --color-tertiary: #265b6d;
  --color-accent-one: #448843;
  --color-accent-two: #376e36;
  --color-accent-three: #d9e2e5;
  --color-accent-four: #e3ede3;
  --color-accent-five: #262626;
  --color-neutral-one: #eeeff5;
  --color-neutral-two: #c5cbd5;
  --color-neutral-three: #898888;

  --color-black: #141212;
  --color-white: #fff;

  --font-primary: urw-din, sans-serif;
  --font-medium: 'URW DIN', sans-serif;
}

html {
  font-family: var(--font-primary);
  height: 100%;
}

body {
  margin: 0;
}

p {
  font-family: var(--font-primary);
  color: var(--color-black);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

p.footnote {
  font-size: 0.75rem;
}

p:empty {
  display: none;
}

strong {
  color: var(--color-black);
}

h1 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-style: normal;
  color: var(--color-white);
}

h2 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 32px;
  color: var(--color-secondary);
  margin-bottom: 0;
}

h2 + h3 {
  margin-top: 1rem;
}

h3 {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--color-accent-one);
  padding-top: 0;
  margin-bottom: 0;
}

h3 + p {
  margin-top: .5rem;
}

h4 {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--color-secondary);
  margin-top: 1rem;
}

h4 + ol {
  margin-top: 1rem;
}

ol {
  list-style-position: outside;
  margin-left: 1rem;
  margin-bottom: 1rem;
  padding: 0 0 0 0.5rem;
}

ol li {
  padding-left: .25rem;
}

ul {
  padding: 0 0 0 0.5rem;
  margin-bottom: 1rem;
}

ul li {
  color: var(--color-black);
  position: relative;
  padding-left: 1rem;
  list-style: none;
}

ul li::before {
  content: "\2022";
  color: var(--color-black);
  font-size: 1rem;
  position: absolute;
  left: 0;
}

ul li ul li::before {
  content: "\2013";
  color: var(--color-black);
  font-size: 0.9em;
  margin-right: 0.75em;
}

ul li ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

ul#wp-admin-bar-root-default {
  margin-bottom: 0 !important;
}

li {
  font-family: var(--font-primary);
  color: var(--color-black);
  line-height: 150%;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 10px;
}

li:last-child {
  margin-bottom: 0;
}

li p,
li p:not(.has-background):last-of-type {
  padding-bottom: 0;
}

sup {
  font-size: 0.5em;
}

hr {
  margin: 1em 0;
}

.wp-block-advgb-list li {
  font-size: 14px !important;
}

a,
strong a {
  color: var(--color-primary);
  font-weight: 400;
  text-decoration: underline;
  transition: 0.2s;
}

a[href^="tel:"] {
  word-wrap: nowrap;
  white-space: nowrap;
}

.home strong a {
  color: white !important;
  font-weight: 600 !important;
}

a:visited,
strong a:visited {
  color: var(--color-secondary);
}

a strong,
td strong,
td a strong {
  color: var(--primary-color);
}

/* Header */
header {
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
}

p.site-title {
  display: none;
}

/* Employee Group Banner */
#emp-group-banner {
  background-color: var(--color-accent-three);
  height: 3rem;
}

.emp-group-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
  margin-right: 3rem;
  padding: 0.5rem 0;
}

.emp-group-container strong {
  color: var(--color-secondary);
}

.emp-group-container span {
  color: var(--color-accent-one);
  font-family: var(--font-primary);
  font-size: 1rem;
}

.emp-group-container > p {
  font-family: var(--font-primary);
  font-size: 1rem;
  padding: 0;
}

.emp-group-container > a {
  color: var(--color-black);
  font-family: var(--font-primary);
  font-size: 1rem;
  padding: 0;
  text-decoration: none;
}

a#change-button:hover {
  text-decoration: underline;
}

/* Weglot Switch */
.country-selector {
  bottom: 2px;
}

.country-selector.weglot-inline li {
  line-height: revert;
  display: block;
  margin: 0;
  vertical-align: revert;
}

.country-selector.weglot-inline li > a {
  color: var(--color-black);
  font-family: var(--font-primary);
  font-size: 1rem;
  letter-spacing: normal;
  text-decoration: none;
}

.country-selector.weglot-inline a:hover {
  color: black;
}

/* Search Top */
.search-container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: 0.5rem;
  width: auto;
}

.emp-group-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 90%;
  width: 90%;
  margin: auto;
}

#emp-group-banner.search-active .emp-group-container {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.2s;
}

.header-pipe {
  color: var(--color-accent-one);
}

#emp-group-banner .search-icon {
  position: relative;
  top: 0.1rem;
  margin-left: 1rem;
  background-image: url("/wp-content/uploads/Search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 1.5rem;
  width: 1.5rem;
  transition: 0.2s;
}

form.unfi-search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.search-submit {
  display: none;
}

#emp-group-banner.search-active .search-submit {
  position: relative;
  display: inline-block;
  background-color: var(--color-accent-three);
  border: 0;
  top: 0.15rem;
}

#emp-group-banner.search-active .search-submit:hover {
  cursor: pointer;
}

#emp-group-banner.search-active .search-icon {
  background-image: url("/wp-content/uploads/search-close.svg");
}

#emp-group-banner .search-icon:hover {
  cursor: pointer;
}

#emp-group-banner .header-search {
  position: relative;
  opacity: 0;
  visibility: hidden;
  width: 0;
  top: 0.1rem;
  transition: 0.2s;
}

input.header-search {
  border: 1px solid var(--color-neutral-two);
  border-radius: 0.15rem;
}

#emp-group-banner.search-active .header-search {
  opacity: 1;
  visibility: visible;
  width: 20rem;
  transition: 0.2s;
}

/* #emp-group-banner.search-active .search-container::after {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/Search.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  top: .3rem;
  right: 3.25rem;
  height: 1rem;
  width: 1rem;
  z-index: 9;
  transition: .2s;
} */

/* Nav */
.main-navigation {
  display: flex;
  justify-content: center;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li::before {
  display: none;
}

.main-navigation ul ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: var(--color-white);
  position: absolute;
  float: left;
  top: 100%;
  left: -999em;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul.sub-menu a {
  width: 100%;
  height: 100%;
  border-bottom: 0;
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  margin: 0;
  text-wrap: nowrap;
}

.main-navigation ul ul.sub-menu li {
  width: 100%;
  margin: 0;
  padding: 0;
}

.main-navigation ul li.focus > ul {
  border-radius: 0.25rem;
  left: calc(0% - 1.25rem);
  top: calc(100% + 2rem);
  padding: 1rem;
}

.main-navigation li {
  position: relative;
}


ul#primary-menu > li {
  font-size: 1rem;
  margin-right: 1rem;
  padding-bottom: 0;
}

@media (pointer: fine) {
  ul#primary-menu > li.menu-item-has-children:hover > a {
    color: var(--color-accent-one);
    border-bottom: 1px solid var(--color-accent-one);
  }

  ul#primary-menu > li.menu-item-has-children:hover > a {
    color: var(--color-accent-one);
    border-bottom: 1px solid var(--color-accent-one);
  }

  .main-navigation ul.sub-menu > li:hover {
    color: var(--color-white);
    background-color: var(--color-accent-one);
    border-radius: 0.25rem;
    text-decoration: none;
  }
/* 
  li.menu-item-has-children::after {
    cursor: pointer;
  } */

  .main-navigation ul.sub-menu > li:hover > a {
    color: var(--color-white);
    border-bottom: 0;
    text-decoration: none;
    transition: 0.2s;
  }

  .main-navigation ul.sub-menu li:hover span.description {
    color: white;
    transition: 0.2s;
  }

  .main-navigation ul.sub-menu li > a:hover {
    border-bottom: 0;
  }
}

ul#primary-menu > li::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(/wp-content/uploads/chevron-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.75rem;
  height: 0.75rem;
  top: 0.4rem;
  left: 110%;
}

.main-navigation a {
  display: block;
  color: var(--color-black);
  text-decoration: none;
  border-bottom: 1px solid var(--color-white);
}

span.description {
  position: relative;
  color: var(--color-neutral-three);
  font-size: 0.85rem;
  margin-left: 1.25rem;
  top: -0.75rem;
}

/* Download PDF Button */
button.pdf-btn {
  color: var(--color-white);
  font-family: var(--font-medium);
  font-size: 1rem;
  font-weight: 500;
  background-color: var(--color-accent-one);
  text-wrap: nowrap;
  border: 0;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
}

button.pdf-btn:hover {
  background-color: var(--color-accent-two);
  cursor: pointer;
}

header .pdf-btn img {
  position: relative;
  margin-left: 1rem;
  top: .15rem;
}

header button.pdf-btn:hover img {
  filter: none;
}

/* Jump to Top Button */
#jump-to-top {
  position: fixed;
  color: var(--color-white);
  background-color: var(--color-accent-one);
  height: 3rem;
  width: 3rem;
  border-radius: 3rem;
  right: 2%;
  bottom: 25%;
  z-index: 9;
  text-align: center;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}

#jump-to-top:hover {
  background-color: var(--color-accent-two);
  transition: .2s;
}

#jump-to-top img {
  position: relative;
  color: var(--color-white);
  stroke: white;
  font-size: 2rem;
  font-weight: 700;
  top: 25%;
}

#jump-to-top:hover {
  cursor: pointer;
}

/* Mobile Menu */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1212px) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
    gap: 2rem;
  }
}

/*** Accessibility ***/

/* Only Screen Readers */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.cmp-revoke-consent {
  display: inline-flex;
  position: relative;
  background-color: transparent;
  margin-left: 0;
  width: auto;
  float: none;
  top: 3px;
  bottom: inherit;
  left: 0;
  padding: 0;
  color: white;
  border: none;
  cursor: pointer;
}

button.cmp-revoke-consent {
  color: white;
  font-family: var(--font-primary);
  text-decoration: none;
}

.cmp-revoke-consent:hover {
  text-decoration: underline;
}

.no-break {
  white-space: nowrap;
}

.no-btm-pad {
  padding-bottom: 0;
}

.intro-paragraph {
  font-size: 20px;
}

.indent-1 {
  margin-left: 20px;
}

.indent-2 {
  margin-left: 40px;
}

h3.indent-1,
h3.indent-2 {
  border-top: none;
  padding-top: 0;
}

/*header*/
.header-content {
  display: flex;
}

.site-branding {
  padding: 1rem 0;
}

.header-logo {
  width: 80px;
}

.header-text {
  margin-left: 40px;
}

.header-content p {
  font-size: 20px;
  color: #e0e6ef;
  padding-bottom: 0 !important;
}

.main-content-column {
  min-height: calc(100vh - 385px);
}

@media only screen and (max-width: 980px) {
  .header-content {
    flex-direction: column;
  }

  .header-text {
    margin-left: 0;
  }
}

/* end Global Settings */

/********* Mobile Menu Collapse ********/

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/

#mobile_menu1 .menu-item-has-children,
#mobile_menu2 .menu-item-has-children {
  position: relative;
}
#mobile_menu1 .menu-item-has-children > a,
#mobile_menu2 .menu-item-has-children > a {
  background: transparent;
}

/**** This styles the icon and moves it to the right ****/

#mobile_menu1 .menu-item-has-children > a + span,
#mobile_menu2 .menu-item-has-children > a + span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  z-index: 3;
  width: 100%;
  padding-left: 93%;
}

/**** Here you can swap out the actual icons ****/

span.menu-closed:before {
  content: "\33";
  display: block;
  color: #6db144;
  font-size: 18px;
  font-family: ETmodules;
}

span.menu-closed.menu-open:before {
  content: "\32";
}

/* *********** End Mobile Nav Adjustments ******** */

/* Footer */
#main-footer {
  position: relative;
  background-color: var(--color-secondary);
  width: 100%;
  padding: 1rem 0;
  bottom: 0;
  z-index: 8;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
}

footer img.custom-logo {
  object-fit: contain;
  height: 100%;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

footer h2 {
  color: var(--color-white);
  font-size: 1.5rem;
  font-family: var(--font-medium);
  font-weight: 500;
  padding: 0;
  margin-bottom: 0.5rem;
}

ul#menu-footer {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

ul#menu-footer li.no-link > a:hover {
  text-decoration: none;
}

ul#menu-footer li a {
  position: relative;
  color: var(--color-white);
  font-size: 0.85rem;
  padding: 0 0.5rem 0 0.25rem;
  margin: 0;
  text-decoration: none;
}

ul#menu-footer li:first-child:before {
  display: none;
}

ul#menu-footer li:before {
  content: "|";
  position: absolute;
  color: var(--color-white);
  top: 2px;
  list-style-type: none;
}

ul#menu-footer li a:hover {
  color: var(--color-white);
  text-decoration: underline;
  opacity: 1;
}

ul#menu-footer li a:visited {
  color: var(--color-white);
}

.privacy-choices img {
  position: relative;
  margin-right: 0.5rem;
  top: 5%;
}

.mobile-footer {
  display: none;
}

/* Hero */
#index .hero-container {
  height: 27rem;
}

.hero-container {
  position: relative;
  background-color: var(--color-accent-one);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.5rem 0;
  height: 22rem;
  width: 100%;
  z-index: 8;
}

.hero-container::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.hero-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 9;
}

h1.entry-title.main_title {
  color: var(--color-white);
  font-size: 3.5rem;
  font-weight: 400;
  width: 80%;
  margin: auto;
}

.front-page-hero-text {
  display: flex;
  justify-content: center;
}

.front-page-hero-text > h1.entry-title.main_title {
  width: 40%;
  margin: 0 auto 1rem 10%;
  line-height: 125%;
}

.front-page-hero-text > p {
  color: white;
  font-weight: 400;
  width: 40%;
  margin: 0 auto 1.5rem 10%;
}
.front-page-hero-text > h3 {
  color: white;
  width: 40%;
  margin: 0 auto 1.5rem 10%;
  padding: 0;
}

.hero-container ul.breadcrumbs {
  display: flex;
  color: var(--color-white);
  font-family: var(--font-primary);
  width: 80%;
  padding: 0;
  margin: 0 auto;
}

ul.breadcrumbs li:first-child {
  padding: 0 1rem 0 0;
}

ul.breadcrumbs li:not(:first-child) {
  padding: 0 1rem 0 1.5rem;
}

ul.breadcrumbs li:first-child::before {
  content: "";
  color: var(--color-white);
}

ul.breadcrumbs li::before {
  content: "/";
  color: var(--color-white);
}

.breadcrumbs a,
.breadcrumbs span {
  color: var(--color-white);
  font-size: 0.85rem;
  text-decoration: none;
}

.breadcrumbs span.active-page {
  font-weight: 700;
}

/* Body */
.body-content {
  width: 80%;
  max-width: 1440px;
  margin: 4rem auto;
}

/* Callouts */
.callout-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  background-color: var(--color-secondary);
  width: auto;
  margin: 2rem 0;
  border-radius: 0.5rem;
}

.callout-icon {
  height: 4rem;
  padding: 2rem 0 2rem 2rem;
}

.callout-content {
  flex-grow: 1;
  width: 100%;
  padding: 2rem 0;
}

.callout-content h3,
.callout-content h4,
.callout-content a,
.callout-content p,
.callout-content strong,
.callout-content ul li {
  color: white;
  font-family: var(--font-primary);
}

.callout-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0;
  padding-top: 0;
}

.callout-content h4 {
  font-size: 1.25rem;
  margin: 0;
}

.callout-content ul li::before {
  color: var(--color-white);
}

ul.col2 {
column-count: 2;
column-gap: 20px;
-webkit-columns: 2;
-moz-columns: 2;
}

.callout-image-wrapper {
  flex-grow: 1;
  align-self: stretch;
  min-width: 30%;
}

img.callout-image {
  border-radius: 0 0.5rem 0.5rem 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Tables */
table {
  border: none;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin: 1rem 0 0rem 0;
}

.table-wrapper {
  overflow-x: auto;
}

thead {
  position: sticky;
  font-size: 1.25rem;
  font-weight: 700;
  top: 0;
  z-index: 2;
}

thead th {
  padding: 0.5rem 0;
}

thead th:nth-child(even) {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

thead th:nth-child(odd):not(:first-child) {
  background-color: var(--color-tertiary);
  color: var(--color-white);
}

thead th:first-child {
  border-bottom: 1px solid var(--color-neutral-two);
}

thead th tr:not(:first-child) {
  border-bottom: none;
}

thead td {
  border-top: 0;
  border-right: 1px solid var(--color-neutral-two);
  border-bottom: 1px solid var(--color-neutral-two);
}

td {
  border-top: 1px solid var(--color-neutral-two);
  text-align: center;
  padding: 0.8em;
}

td:first-child {
  text-align: left;
}

thead + tbody tr:nth-child(1) td {
  border-top: none;
}

tbody tr:nth-child(even) {
  background-color: var(--color-accent-three);
}

tbody tr td:first-child {
  border-right: 2px solid var(--color-neutral-two);
  border-left: 1px solid var(--color-neutral-two);
}

tbody tr td {
  color: var(--color-black);
  border-right: 1px solid var(--color-neutral-two);
}

tbody tr:last-child td {
  border-bottom: 1px solid var(--color-neutral-two);
}

tbody tr.highlight-row {
  background-color: var(--color-tertiary);
  color: var(--color-white);
  font-weight: 700;
  text-align: center;
}

tr.highlight-row td:first-child {
  color: var(--color-white);
  padding: 1rem 0;
  text-align: center;
}

table ul li {
  padding-bottom: .25rem;
}

.hr-space {
  margin: 1em 0;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-40 {
  width: 40%;
}

.col-50 {
  width: 50%;
}

.col-left-align td {
  text-align: left !important;
}

table.two-col thead th:nth-child(odd) {
  background-color: var(--color-secondary);
  color: white;
}

table.two-col thead th:nth-child(even) {
  background-color:  var(--color-tertiary);
}

table.two-col thead th:first-child {
  border-bottom: 0;
}

#how-to-enroll table.two-col tbody tr td {
  text-align: left;
}

table.three-col thead th:nth-child(odd) {
  background-color: var(--color-secondary);
  color: white;
}

table.three-col thead th:nth-child(even) {
  background-color: var(--color-tertiary);
  color: white;
}

table.three-col thead th:first-child {
  border-bottom: 0;
}

/* 404 */
.error-page h1 {
  color: var(--color-secondary);
}

/* Employee Group Selection Page */
#employee-group-selection-page-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 6rem;
  height: 100%;
}

.employee-group-selection-page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: calc(50% - 4rem);
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-left: 6rem;
}

.landing-logo {
  margin-bottom: top;
}

.employee-group-selection-page-header h1 {
  color: var(--color-secondary);
  font-size: 4rem;
  line-height: 4.5rem;
  margin-bottom: 1rem;
  font-family: var(--font-medium);
  font-weight: 500;
}

.employee-group-selection-page-header h2 {
  color: var(--color-secondary);
  font-family: var(--font-medium);
  font-size: 1.55rem;
  padding: 0;
  margin: 0;
}

.employee-select-wrapper {
  width: 100%;
  margin: 1rem 0;
}

select#employee-category {
  color: var(--color-black);
  font-family: var(--font-primary);
  font-size: 1rem;
  width: 100%;
  border: 2px solid var(--color-neutral-two);
  border-radius: 0.25rem;
  padding: 0.75rem;
}

.employee-group-selection-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
}

.disclaimer {
  margin-top: auto;
  margin-bottom: 4rem;
}

.disclaimer p.footnote {
  color: var(--color-neutral-three);
  line-height: 1.25rem;
}

.employee-group-selection-page-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: auto;
}

/* classes that default as hidden and are shown only when applicable*/
.empCat_default_on,
.empCat_within_on,
.empCat_outside_on,
.empCat_pt_on {
  display: none;
}

/* classes that default as shown and are hidden only when not applicable*/
.empCat_default_off,
.empCat_within_off,
.empCat_outside_off,
.empCat_pt_off {
}

/* ****************************** End Styles related to employee category selection ************************** */

/* Front Page */
.front-page-need-help {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/wp-content/uploads/1920-home-help.jpg");
  padding: 2rem;
}

.front-page-need-help:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(68, 136, 67, 0.85);
}

.front-page-need-help h2,
.front-page-need-help p {
  color: white;
  z-index: 2;
}

.front-page-need-help h2 {
  font-family: var(--font-medium);
  font-weight: 500;
  margin-bottom: 1rem;
}

.front-page-need-help p {
  margin-top: 0;
}

.front-page-need-help a {
  color: white;
  text-decoration: underline;
}

/* Home button over image background */
.front-page-need-help button.pdf-btn {
  background-color: var(--color-neutral-one);
  color: var(--color-black);
  padding: .75rem 1rem .5rem 1.25rem;
}

.front-page-need-help button.pdf-btn:hover {
  color: white;
  background-color: var(--color-secondary);
  transition: .2s;
}

button.pdf-btn:hover img {
  filter: invert(1);
}

.front-page-need-help .pdf-btn img {
  height: .75rem;
  margin: 0 0 0 1rem;
}

.home-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.home-card {
  height: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.home-card-title {
  background-color: var(--color-secondary);
  margin: 0;
  padding: 1rem 2rem;
  border-radius: 0.25rem 0.25rem 0 0;
}

h3.home-card-title {
  color: white;
  font-weight: 400;
}

.home-card-rule {
  margin: 0 2rem;
  border-bottom: 1px solid var(--color-accent-one);
}

.home-card-rule > .home-card-content {
  padding: 0;
}

.home-card-rule:last-child {
  border-bottom: 0;
}

.home-card-content {
  padding: 0.5rem 2rem;
}

a.home-cta {
  color: var(--color-accent-one);
  text-decoration: none;
}

a.home-cta:hover {
  color: var(--color-accent-two);
  text-decoration: underline;
}

/* Search Results Page */
#search-results-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  background-color: var(--color-accent-one);
  height: 20rem;
  z-index: 9;
}

#search-results-title {
  width: 80%;
  margin: 0 auto;
}

#search-results-title h1 {
  font-size: 64px;
  font-weight: 400;
  width: 100%;
  margin: 0;
}

.search-results-subtitle {
  width: 80%;
  margin: 0 auto;
}

.search-results-subtitle h2 {
  color: white;
  font-weight: 400;
  margin: 0;
}

#search-results-content-container #content-area.clearfix {
  width: 80%;
  margin: auto;
}

#search-results-content-container #content-area.clearfix h2 a {
  font-weight: 700;
}

.navigation.pagination {
  font-family: var(--font-primary);
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.navigation .nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page-numbers.current {
  font-weight: 700;
}

a.page-numbers {
  text-decoration: none;
}

a.page-numbers:hover {
  text-decoration: underline;
}

/***** Language Toggle *****/
.weglot-default,
.wgcurrent,
.weglot-shortcode ul li:before {
  display: none !important;
}

.weglot-shortcode ul {
  padding: 0 !important;
  margin: 0 !important;
}

.home-lang-toggle .weglot-shortcode {
  margin-top: 40px;
}

.home-lang-toggle .weglot-shortcode a {
  color: white !important;
}

#employee-group-selection-page-wrapper .wgcurrent {
  display: revert !important;
  vertical-align: revert;
  cursor: pointer;
}

#employee-group-selection-page-wrapper .wgcurrent,
#employee-group-selection-page-wrapper .country-selector.weglot-inline li {
  margin-right: 1rem;
}

#employee-group-selection-page-wrapper .country-selector.weglot-inline,
#employee-group-selection-page-wrapper .country-selector.weglot-inline ul {
  display: flex;
  align-items: center;
}

#employee-group-selection-page-wrapper .country-selector.weglot-inline label,
#employee-group-selection-page-wrapper .country-selector.weglot-inline li > a {
  color: var(--color-white);
  background-color: var(--color-neutral-three);
  font-family: var(--font-primary);
  font-size: 1rem;
  border: 0;
  border-radius: 1rem;
  padding: 0.35rem 0.75rem 0.5rem;
}

#employee-group-selection-page-wrapper
  .country-selector.weglot-inline
  label.wgcurrent {
  background-color: var(--color-accent-one);
}

#employee-group-selection-page-wrapper
  .country-selector.weglot-inline
  li
  > a:hover {
  color: white;
  text-decoration: none;
}

/* Media Queries */
/* Smaller Screens */

@media (max-width: 1211px) {
  /* Navigation Responsive */
  nav#site-navigation {
    position: relative;
    flex-direction: column;
  }

  .menu-toggle {
    position: absolute;
    color: white;
    background-color: var(--color-accent-one);
    width: 2.5rem;
    height: 2.5rem;
    right: 5%;
    border: 0;
    border-radius: 2rem;
    z-index: 9;
  }

  .main-navigation ul li.focus > ul {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
  }

  ul#primary-menu > li {
    margin-right: 0;
  }

  .main-navigation.toggled .menu-primary-container {
    position: absolute;
    background-color: white;
    width: 100%;
    top: 2rem;
    right: 0;
    padding: 1rem;
    text-align: right;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    z-index: 9;
  }

  .menu-item-has-children > a {
    color: var(--color-accent-one);
    font-weight: 700;
  }

  .main-navigation.toggled ul#primary-menu > li {
    padding: .5rem 1rem;  
  }

  .main-navigation ul ul.sub-menu a {
    padding: .5rem 0;
  }

  ul#primary-menu > li::after {
    display: none;
  }
}

/* Phones */
@media (max-width: 767px) {
  /* Typography Responsive */
  h3 {
    padding-top: 0;
  }

  ul li {
    padding-left: .5rem;
  }

  ul li::before {
    right: 100%;
  }
  
  /* Header Responsive */
  header {
    justify-content: space-between;
  }

  .emp-group-container p:first-child {
    display: none;
  }

  p.header-pipe {
    display: none;
  }

  .emp-group-container span.eligibility-text {
    display: none;
  }

  .emp-group-container a#change-button {
    display: none;
  }

  #emp-group-banner.search-active input.header-search {
    width: auto;
  }

  .download-pdf-container {
    display: none;
  }

  /* Hero Responsive */
  .hero-container {
    height: auto;
    min-height: 10rem;
    background-image: none !important;
    background-color: var(--color-accent-one);
  }

  .hero-container::before {
    background-color: revert;
  }

  .hero-container ul.breadcrumbs {
    flex-wrap: wrap;
    width: 90%;
  }

  .breadcrumbs a, 
  .breadcrumbs span {
    font-size: .75rem;
  }

  h1.entry-title.main_title {
    font-size: 2rem;
    width: 90%;
  }

  /* Body Responsive */
  .body-content {
    margin: 2rem auto;
    width: 90%;
  }

  /* Employee Group Select Responsive */
  #employee-group-selection-page-wrapper {
    display: block;
  }

  .employee-group-selection-page-hero {
    display: none;
  }

  .employee-group-selection-page-content {
    width: 80%;
    margin: 2rem auto;
  }

  .employee-group-selection-page-header h1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  /* Front Page Responsive */
    #index .hero-container {
    height: auto;
  }

  .front-page-hero-text > h1.entry-title.main_title {
    width: 90%;
    margin: 0 auto;
  }

  .front-page-hero-text > h3 {
    width: 90%;
    margin: 1rem auto;
  }

  .front-page-hero-text > p {
    width: 90%;
    margin: 1rem auto;
  }

  .home-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  .front-page-need-help {
    align-items: flex-start;
    gap: 1rem;
  }

  /* Callout Responsive */
  .callout-wrapper {
    flex-direction: column;
    gap: 1rem;
  }

  .callout-icon {
    padding: 2rem 0 1rem 0; 
  }

  .callout-content {
    padding: 0 2rem 2rem;
    width: auto;
  }

  .callout-image-wrapper {
    display: none;
  }

  /* Table Responsive */
  table {
    width: auto;
    margin: 1rem 0;
  }

  thead th {
    padding: .5rem 1rem;
  }

  /* Footer Responsive */
  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  ul#menu-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  ul#menu-footer li:before {
    display: none;
  }

  .footer-right {
    align-items: flex-start;
  }

  .mobile-footer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: white;
    font-size: .85rem;
    margin-top: .5rem;
  }
  
  footer a#change-button {
    color: white;
  }
}
