

/* --------------------------------------------------   SMALL MOBILE   ---------------------------------------------------- */
     *, *::before, *::after {box-sizing: border-box;}

    html, body {
      margin: 0;
      padding: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      line-height: 1.6;
      color: #222222;
      background-color: #f7f7f9;
	  text-rendering: optimizeLegibility;
      -webkit-text-size-adjust: 100%;
    }
	html {
	  scroll-padding-top: 260px; /* set to your sticky header height */
	}
    a {
      color: #005cb3;
      text-decoration: none;
    }
    a:hover,
    a:focus {
      text-decoration: underline;
    }
	.page-wrap {
	  margin: auto;
	  max-width: 1000px;
      min-height: 100vh;
	  display: flex;
      flex-direction: column;
    }
    header,
    main,
    footer {
      width: 100%;
    }
	header {
	  position: sticky;
	  top: 0px;
	}
    img.site-logo {
	  height: auto;
	  width: 100%;
	  z-index: 0;
	  padding: 0px;
	  margin: 0px 0px -7px 0px;
    }
	.nav {
	  background-color: white;
	  height: 60px;
	  padding: 17px 5px 5px 25px;
	  width: 100%;
    }
	a.nav {
	  font-weight: bold;
	  color: #252B4D;
	  text-decoration: none;
	}
	a.nav:hover, a.nav:focus {
	  color: #005cb3;
      text-decoration: none;
	}
	.nav-float-left {
	  float: left;
	  margin: 0px 0px 0px 0px;
	  text-align: left;
	  display: none;
	  visibility: hidden;
	}
	.nav-float-right {
	  float: right;
	  margin: -12px 10px 0px 0px;
	  text-align: right;
	}
	#dropdown_div {
		visibility: hidden;
		display: none;
		position: absolute;
		top: 65px;
		left: 0px;
		z-index: 3000;
		width: 50%;
	}
	a.dropdown {
		background: #ffffff;
		font-size: 1.1rem;
		font-weight: bold;
		color: #252B4D;
	    text-decoration: none;
		border: 1px solid #bbbbbb;
		display: block;
		padding: 10px;
		text-transform: uppercase;
	}
	a.dropdown:hover, a.dropdown:focus {
		background: #dddddd;
		font-size: 1.1rem;
		font-weight: bold;
		color: #005cb3;
        text-decoration: none;
		border: 1px solid #bbbbbb;
		display: block;
		padding: 10px;
		text-transform: uppercase;
	}
	#hamburger {
	    background-image: url('/icons/menu_45x45.png');
		visibility: visible;
		display: block;
		height: 45px;
		position: absolute;
		top: 10px;
		left: 10px;
		width: 45px;
		z-index: 2000;
	}
	#tagline1 {
	  background-color: #005cb3;
	  color: white;
	  font-size: .7em;
	  letter-spacing: 2px;
	  padding: 10px 10px 3px 10px;
	  text-align: center;
	  width: 100%;
	}
	#tagline2 {
	  background-color: #005cb3;
	  color: white;
	  font-size: .7em;
	  letter-spacing: 2px;
	  padding: 2px 10px 10px 10px;
	  text-align: center;
	  width: 100%;
	}
    #hero {
      background-color: #ffffff;
	  background-image: url('/images/employment-law-judgment-enforcement.webp');
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: 100% auto;
      border-bottom: 1px solid #e0e0e5;
      padding: 0rem;
    }
    #hero .hero-inner {
      text-align: left;
    }
    .hero-tagline {
	  background-color: rgba(37, 43, 77, 0.60);
      font-size: 0.6rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: white;
      padding: .5rem 1rem .5rem 1rem;
	  margin: 0rem;
    }
    #hero h1 {
	  background-color: rgba(37, 43, 77, 0.60);
      font-size: 1.25rem;
      line-height: 1.25;
      padding: 1rem;
      color: white;
	  margin: 0rem;
	  text-align: left;
    }
    .hero-cta {
      margin: 0.7rem;
    }
    .hero-supporting {
	  margin: 1rem 0rem 0rem 0rem;
      color: white;
	  font-size: .7rem;
    }
    .btn {
      display: inline-block;
      padding: 0.7rem 1.35rem;
      border-radius: 4px;
      border: 1px solid transparent;
      font-size: 0.95rem;
      font-weight: 500;
      cursor: pointer;
      text-align: center;
    }
    .btn-primary {
      background-color: #005cb3;
      color: #ffffff;
      border-color: #005cb3;
    }
    .btn-primary:hover,
    .btn-primary:focus {
      background-color: #093f7a;
      border-color: #093f7a;
      text-decoration: none;
    }
    .btn-secondary {
      background-color: #ffffff;
      color: #0b4f9c;
      border-color: #0b4f9c;
    }
    .btn-secondary:hover,
    .btn-secondary:focus {
      background-color: #eef3fb;
      text-decoration: none;
    }
 	.container {
	  padding: 1rem;
	}
    main section {
      background-color: #ffffff;
      border-bottom: 1px solid #e0e0e5;
    }
    main section + section {
      margin-top: 0.85rem;
    }
    main section .container {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
	main h1 {
      font-size: 1.25rem;
      line-height: 1.25;
      color: rgba(37, 43, 77, .7);
	  margin: 2rem 0rem 2rem 0rem;
	  text-align: left;
	}
    main h2 {
      font-size: 1.1rem;
      margin: 1rem 0 0.75rem 0;
      color: #1f2933;
    }
    main h3 {
      font-size: 1rem;
      margin-top: 1rem;
      margin-bottom: 0.5rem;
      color: #2d3748;
    }
    p {
      margin: 0 0 0.9rem 0;
	  text-align: left;
    }
    ul {
      margin: 0.25rem 0 0.9rem 1.25rem;
      padding: 0;
    }
    ul li {
      margin: 0.25rem 0;
    }
	ol {
      margin: 0.25rem 0 0.9rem 1.25rem;
      padding: 0;
    }
    ol li {
      margin: 0.25rem 0;
    }
    .section-cta {
      margin-top: 1rem;
    }
    .text-link {
      font-weight: 500;
    }
	#footer-top {
		background-color: rgba(37, 43, 77);
		color: #fff;
		font-size: .8em;
		padding: 20px;
		width: 100%;
	}
	#footer-bottom {
		background-image: linear-gradient(to bottom, #252B4D, #111424);
		color: #fff;
		font-size: .8em;
		padding: 20px;
		text-align: justify;
		width: 100%;
	}
	a.no-decoration {
		color: #fff;
		text-decoration: none;
	}
	a.no-decoration:hover, a.no-decoration:focus {
		color: #fff;
		text-decoration: underline;
	}
	#footer-top .footer-grid {
	  display: flex;
	  gap: 12px;
	  flex-wrap: nowrap;
	  align-items: flex-start;
	}
	#footer-top .footer-col {
	  flex: 1 1 0;
	  min-width: 0;              /* critical: prevents overflow in flex children */
	}
	#footer-top a.no-decoration {
	  overflow-wrap: anywhere;   /* belt */
	  word-break: break-word;    /* suspenders */
	}
	#attorney-photo {
	    float: left;
        background-image: url('/images/zack-westenhoefer.webp');
        background-position-x: 0px;
        background-repeat: no-repeat;
		margin-right: 15px;
        padding: 0px;
        background-position-y: -10px;
        background-size: 100px auto;
        border: 1px solid #ffe066;
        border-radius: 50px;
        height: 100px;
        width: 100px;
    }
	input[type=text], textarea {
	  font-family: inherit;
	  width: 100%;
	  padding: 12px 20px;
	  margin: 8px 0;
	  display: inline-block;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  box-sizing: border-box;
	}
	input[type=submit] {
	  display: inline-block;
      padding: 0.7rem 1.35rem;
      border-radius: 4px;
      border: 1px solid transparent;
      font-size: 0.95rem;
      font-weight: 500;
      cursor: pointer;
      text-align: center;
	}
	.meta { font-size: 0.95rem; color: #444; margin-bottom: 18px; }
    .toc { border: 1px solid #ddd; border-radius: 10px; padding: 14px 14px 8px; background: #fafafa; }
    .toc a { text-decoration: none; }
    .toc ul { margin: 8px 0 0 18px; padding: 0; }
    .note { border-left: 4px solid #ddd; padding: 10px 12px; background: #fbfbfb; border-radius: 6px; }
    .table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid #e2e2e2; border-radius: 10px; }
    table { width: 100%; border-collapse: collapse; min-width: 520px; }
    th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid #eee; vertical-align: top; }
    thead th { background: #f5f5f5; border-bottom: 1px solid #e8e8e8; }
    tbody tr:last-child td { border-bottom: none; }
    .sr-only { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
    .foot { margin-top: 34px; font-size: 0.95rem; color: #333; }
    .sources a { word-break: break-word; }

    /* Row permalinks (paragraph symbol) hidden until row hover/focus */
    .rowlink {
      margin-left: 8px;
      text-decoration: none;
      color: #666;
      opacity: 0;
      transition: opacity 120ms ease-in-out;
    }
    tr:hover .rowlink,
    tr:focus-within .rowlink,
    .rowlink:focus {
      opacity: 1;
    }
    .rowlink:focus {
      outline: 2px solid #ddd;
      outline-offset: 2px;
    }
	
	.faq { margin: 2rem 0; }
	.faq-list { border-top: 1px solid #ddd; }
	.faq-item { border-bottom: 1px solid #ddd; padding: 0.25rem 0; }
	.faq-item summary { cursor: pointer; list-style: none; padding: 0.75rem 0; }
	.faq-item summary::-webkit-details-marker { display: none; }
	.faq-q { font-weight: 600; }
	.faq-a { overflow: hidden; }
	.faq-a-inner { padding: 0 0 0.75rem 0; }
	.faq-item[open] .faq-q { text-decoration: underline; text-underline-offset: 3px; }

/* --------------------------------------------------   LARGE MOBILE   ---------------------------------------------------- */
@media (min-width: 481px){
    *, *::before, *::after {box-sizing: border-box;}

    html, body {
      margin: 0;
      padding: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 14px;
      line-height: 1.6;
      color: #222222;
      background-color: #f7f7f9;
    }
	html {
	  scroll-padding-top: 260px; /* set to your sticky header height */
	}
    a {
      color: #005cb3;
      text-decoration: none;
    }
    a:hover,
    a:focus {
      text-decoration: underline;
    }
	.page-wrap {
	  margin: auto;
	  max-width: 1000px;
      min-height: 100vh;
	  display: flex;
      flex-direction: column;
    }
    header,
    main,
    footer {
      width: 100%;
    }
	header {
	  position: sticky;
	  top: 0px;
	}
    img.site-logo {
	  height: auto;
	  width: 100%;
	  z-index: 0;
	  padding: 0px;
	  margin: 0px 0px -7px 0px;
    }
	.nav {
	  background-color: white;
	  height: 60px;
	  padding: 17px 5px 5px 25px;
	  width: 100%;
    }
	a.nav {
	  font-weight: bold;
	  color: #252B4D;
	  text-decoration: none;
	}
	a.nav:hover, a.nav:focus {
	  color: #005cb3;
      text-decoration: none;
	}
	.nav-float-left {
	  float: left;
	  margin: 0px 0px 0px 0px;
	  text-align: left;
	  display: none;
	  visibility: hidden;
	}
	.nav-float-right {
	  float: right;
	  margin: -12px 10px 0px 0px;
	  text-align: right;
	}
	#dropdown_div {
		visibility: hidden;
		display: none;
		position: absolute;
		top: 65px;
		left: 0px;
		z-index: 3000;
		width: 50%;
	}
	a.dropdown {
		background: #ffffff;
		font-size: 1.1rem;
		font-weight: bold;
		color: #252B4D;
	    text-decoration: none;
		border: 1px solid #bbbbbb;
		display: block;
		padding: 10px;
		text-transform: uppercase;
	}
	a.dropdown:hover, a.dropdown:focus {
		background: #dddddd;
		font-size: 1.1rem;
		font-weight: bold;
		color: #005cb3;
        text-decoration: none;
		border: 1px solid #bbbbbb;
		display: block;
		padding: 10px;
		text-transform: uppercase;
	}
	#hamburger {
	    background-image: url('/icons/menu_45x45.png');
		visibility: visible;
		display: block;
		height: 45px;
		position: absolute;
		top: 10px;
		left: 10px;
		width: 45px;
		z-index: 2000;
	}
	#tagline1 {
	  background-color: #005cb3;
	  color: white;
	  font-size: .8em;
	  letter-spacing: 4px;
	  padding: 10px 10px 3px 10px;
	  text-align: center;
	  width: 100%;
	}
	#tagline2 {
	  background-color: #005cb3;
	  color: white;
	  font-size: .7em;
	  letter-spacing: 3px;
	  padding: 2px 10px 10px 10px;
	  text-align: center;
	  width: 100%;
	}
    #hero {
      background-color: #ffffff;
	  background-image: url('/images/employment-law-judgment-enforcement.webp');
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: 100% auto;
      border-bottom: 1px solid #e0e0e5;
      padding: 1.25rem 0rem 1.25rem 0rem;
    }
    #hero .hero-inner {
      text-align: left;
    }
    .hero-tagline {
	  background-color: rgba(37, 43, 77, 0.60);
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: white;
      padding: 1rem;
	  margin: 0rem;
    }
    #hero h1 {
	  background-color: rgba(37, 43, 77, 0.60);
      font-size: 1.9rem;
      line-height: 1.25;
      padding: 1rem;
      color: white;
	  margin: 0rem;
	  text-align: justify;
    }
    .hero-cta {
      margin: 1.25rem;
    }
    .hero-supporting {
	  margin: 1rem 0rem 0rem 0rem;
      color: white;
	  font-size: 0.85rem;
    }
    .btn {
      display: inline-block;
      padding: 0.7rem 1.35rem;
      border-radius: 4px;
      border: 1px solid transparent;
      font-size: 0.95rem;
      font-weight: 500;
      cursor: pointer;
      text-align: center;
    }
    .btn-primary {
      background-color: #005cb3;
      color: #ffffff;
      border-color: #005cb3;
    }
    .btn-primary:hover,
    .btn-primary:focus {
      background-color: #093f7a;
      border-color: #093f7a;
      text-decoration: none;
    }
    .btn-secondary {
      background-color: #ffffff;
      color: #0b4f9c;
      border-color: #0b4f9c;
    }
    .btn-secondary:hover,
    .btn-secondary:focus {
      background-color: #eef3fb;
      text-decoration: none;
    }
 	.container {
	  padding: 1rem;
	}
    main section {
      background-color: #ffffff;
      border-bottom: 1px solid #e0e0e5;
    }
    main section + section {
      margin-top: 0.85rem;
    }
    main section .container {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
	main h1 {
      font-size: 1.5rem;
      line-height: 1.25;
      color: rgba(37, 43, 77, .7);
	  margin: 2rem 0rem 2rem 0rem;
	  text-align: left;
	}
    main h2 {
      font-size: 1.25rem;
      margin: 1.25rem 0 0.75rem 0;
      color: #1f2933;
    }
    main h3 {
      font-size: 1rem;
      margin-top: 1.5rem;
      margin-bottom: 0.5rem;
      color: #2d3748;
    }
    p {
      margin: 0 0 0.9rem 0;
	  text-align: justify;
    }
    ul {
      margin: 0.25rem 0 0.9rem 1.25rem;
      padding: 0;
    }
    ul li {
      margin: 0.25rem 0;
    }
	ol {
      margin: 0.25rem 0 0.9rem 1.25rem;
      padding: 0;
    }
    ol li {
      margin: 0.25rem 0;
    }
    .section-cta {
      margin-top: 1rem;
    }
    .text-link {
      font-weight: 500;
    }
	#footer-top {
		background-color: rgba(37, 43, 77);
		color: #fff;
		font-size: .8em;
		padding: 20px;
	}
	#footer-bottom {
		background-image: linear-gradient(to bottom, #252B4D, #111424);
		color: #fff;
		font-size: .8em;
		padding: 20px;
		text-align: justify;
		width: 100%;
	}
	a.no-decoration {
		color: #fff;
		text-decoration: none;
	}
	a.no-decoration:hover, a.no-decoration:focus {
		color: #fff;
		text-decoration: underline;
	}
	#footer-top .footer-grid {
	  display: flex;
	  gap: 12px;
	  flex-wrap: nowrap;
	  align-items: flex-start;
	}
	#footer-top .footer-col {
	  flex: 1 1 0;
	  min-width: 0;              /* critical: prevents overflow in flex children */
	}
	#footer-top a.no-decoration {
	  overflow-wrap: anywhere;   /* belt */
	  word-break: break-word;    /* suspenders */
	}
	#attorney-photo {
	    float: left;
        background-image: url('/images/zack-westenhoefer.webp');
        background-position-x: 0px;
        background-repeat: no-repeat;
		margin-right: 15px;
        padding: 0px;
        background-position-y: -10px;
        background-size: 150px auto;
        border: 2px solid #ffe066;
        border-radius: 75px;
        height: 150px;
        width: 150px;
    }
	input[type=text], textarea {
	  font-family: inherit;
	  width: 100%;
	  padding: 12px 20px;
	  margin: 8px 0;
	  display: inline-block;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  box-sizing: border-box;
	}
	input[type=submit] {
	  display: inline-block;
      padding: 0.7rem 1.35rem;
      border-radius: 4px;
      border: 1px solid transparent;
      font-size: 0.95rem;
      font-weight: 500;
      cursor: pointer;
      text-align: center;
	}
	.meta { font-size: 0.95rem; color: #444; margin-bottom: 18px; }
    .toc { border: 1px solid #ddd; border-radius: 10px; padding: 14px 14px 8px; background: #fafafa; }
    .toc a { text-decoration: none; }
    .toc ul { margin: 8px 0 0 18px; padding: 0; }
    .note { border-left: 4px solid #ddd; padding: 10px 12px; background: #fbfbfb; border-radius: 6px; }
    .table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid #e2e2e2; border-radius: 10px; }
    table { width: 100%; border-collapse: collapse; min-width: 520px; }
    th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid #eee; vertical-align: top; }
    thead th { background: #f5f5f5; border-bottom: 1px solid #e8e8e8; }
    tbody tr:last-child td { border-bottom: none; }
    .sr-only { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
    .foot { margin-top: 34px; font-size: 0.95rem; color: #333; }
    .sources a { word-break: break-word; }

    /* Row permalinks (paragraph symbol) hidden until row hover/focus */
    .rowlink {
      margin-left: 8px;
      text-decoration: none;
      color: #666;
      opacity: 0;
      transition: opacity 120ms ease-in-out;
    }
    tr:hover .rowlink,
    tr:focus-within .rowlink,
    .rowlink:focus {
      opacity: 1;
    }
    .rowlink:focus {
      outline: 2px solid #ddd;
      outline-offset: 2px;
    }
}

/* --------------------------------------------------   TABLET   ---------------------------------------------------- */
@media (min-width: 768px){
    *, *::before, *::after {box-sizing: border-box;}

    html, body {
      margin: 0;
      padding: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 16px;
      line-height: 1.6;
      color: #222222;
      background-color: #f7f7f9;
    }
	html {
	  scroll-padding-top: 320px; /* set to your sticky header height */
	}
    a {
      color: #005cb3;
      text-decoration: none;
    }
    a:hover,
    a:focus {
      text-decoration: underline;
    }
	.page-wrap {
	  margin: auto;
	  max-width: 1000px;
      min-height: 100vh;
	  display: flex;
      flex-direction: column;
    }
    header,
    main,
    footer {
      width: 100%;
    }
	header {
	  position: sticky;
	  top: 0px;
	}
    img.site-logo {
	  height: auto;
	  width: 100%;
	  z-index: 0;
	  padding: 0px;
	  margin: 0px 0px -7px 0px;
    }
	.nav {
	  background-color: white;
	  height: 60px;
	  padding: 17px 5px 5px 25px;
	  width: 100%;
    }
	a.nav {
	  font-weight: bold;
	  color: #252B4D;
	  text-decoration: none;
	}
	a.nav:hover, a.nav:focus {
	  color: #005cb3;
      text-decoration: none;
	}
	.nav-float-left {
	  float: left;
	  margin: 0px 0px 0px 0px;
	  text-align: left;
	  display: block;
	  visibility: visible;
	}
	.nav-float-right {
	  float: right;
	  margin: -12px 10px 0px 0px;
	  text-align: right;
	}
	#dropdown_div {
		visibility: hidden;
		display: none;	
	}
	#hamburger {
		background-image: url('/icons/menu_45x45.png');
		visibility: hidden;
		display: none;
		height: 45px;
		width: 45px;
		z-index: 2000;
	}
	#tagline1 {
	  background-color: #005cb3;
	  color: white;
	  font-size: 1em;
	  letter-spacing: 7px;
	  padding: 10px 10px 3px 10px;
	  text-align: center;
	  width: 100%;
	}
	#tagline2 {
	  background-color: #005cb3;
	  color: white;
	  font-size: .8em;
	  letter-spacing: 4px;
	  padding: 2px 10px 10px 10px;
	  text-align: center;
	  width: 100%;
	}
    #hero {
      background-color: #ffffff;
	  background-image: url('/images/employment-law-judgment-enforcement.webp');
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: 100% auto;
      border-bottom: 1px solid #e0e0e5;
      padding: 2.2rem 0rem 2rem 0rem;
    }
    #hero .hero-inner {
      text-align: left;
    }
    .hero-tagline {
	  background-color: rgba(37, 43, 77, 0.60);
      font-size: 0.95rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: white;
      padding: 1rem;
	  margin: 0rem;
    }
    #hero h1 {
	  background-color: rgba(37, 43, 77, 0.60);
      font-size: 1.9rem;
      line-height: 1.25;
      padding: 1rem;
      color: white;
	  margin: 0rem;
	  text-align: justify;
    }
    .hero-cta {
      margin: 1.25rem;
    }
    .hero-supporting {
	  margin: 1rem 0rem 0rem 0rem;
      color: white;
    }
    .btn {
      display: inline-block;
      padding: 0.7rem 1.35rem;
      border-radius: 4px;
      border: 1px solid transparent;
      font-size: 0.95rem;
      font-weight: 500;
      cursor: pointer;
      text-align: center;
    }
    .btn-primary {
      background-color: #005cb3;
      color: #ffffff;
      border-color: #005cb3;
    }
    .btn-primary:hover,
    .btn-primary:focus {
      background-color: #093f7a;
      border-color: #093f7a;
      text-decoration: none;
    }
    .btn-secondary {
      background-color: #ffffff;
      color: #0b4f9c;
      border-color: #0b4f9c;
    }
    .btn-secondary:hover,
    .btn-secondary:focus {
      background-color: #eef3fb;
      text-decoration: none;
    }
 	.container {
	  padding: 1rem;
	}
    main section {
      background-color: #ffffff;
      border-bottom: 1px solid #e0e0e5;
    }
    main section + section {
      margin-top: 0.85rem;
    }
    main section .container {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
	main h1 {
      font-size: 1.7rem;
      line-height: 1.25;
      color: rgba(37, 43, 77, .7);
	  margin: 2rem 0rem 2rem 0rem;
	  text-align: justify;
	}
    main h2 {
      font-size: 1.35rem;
      margin: 1.25rem 0 0.75rem 0;
      color: #1f2933;
    }
    main h3 {
      font-size: 1.05rem;
      margin-top: 1.5rem;
      margin-bottom: 0.5rem;
      color: #2d3748;
    }
    p {
      margin: 0 0 0.9rem 0;
	  text-align: justify;
    }
    ul {
      margin: 0.25rem 0 0.9rem 1.25rem;
      padding: 0;
    }
    ul li {
      margin: 0.25rem 0;
    }
	ol {
      margin: 0.25rem 0 0.9rem 1.25rem;
      padding: 0;
    }
    ol li {
      margin: 0.25rem 0;
    }
    .section-cta {
      margin-top: 1rem;
    }
    .text-link {
      font-weight: 500;
    }
	#footer-top {
		background-color: rgba(37, 43, 77);
		color: #fff;
		font-size: .8em;
		padding: 20px;
	}
	#footer-bottom {
		background-image: linear-gradient(to bottom, #252B4D, #111424);
		color: #fff;
		font-size: .8em;
		padding: 20px;
		text-align: justify;
		width: 100%;
	}
	a.no-decoration {
		color: #fff;
		text-decoration: none;
	}
	a.no-decoration:hover, a.no-decoration:focus {
		color: #fff;
		text-decoration: underline;
	}
	#footer-top .footer-grid {
	  display: flex;
	  gap: 12px;
	  flex-wrap: nowrap;
	  align-items: flex-start;
	}
	#footer-top .footer-col {
	  flex: 1 1 0;
	  min-width: 0;              /* critical: prevents overflow in flex children */
	}
	#footer-top a.no-decoration {
	  overflow-wrap: anywhere;   /* belt */
	  word-break: break-word;    /* suspenders */
	}
	#attorney-photo {
	    float: left;
        background-image: url('/images/zack-westenhoefer.webp');
        background-position-x: 0px;
        background-repeat: no-repeat;
		margin-right: 15px;
        padding: 0px;
        background-position-y: -10px;
        background-size: 200px auto;
        border: 2px solid #ffe066;
        border-radius: 100px;
        height: 200px;
        width: 200px;
    }
	input[type=text], textarea {
	  font-family: inherit;
	  width: 100%;
	  padding: 12px 20px;
	  margin: 8px 0;
	  display: inline-block;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  box-sizing: border-box;
	}
	input[type=submit] {
	  display: inline-block;
      padding: 0.7rem 1.35rem;
      border-radius: 4px;
      border: 1px solid transparent;
      font-size: 0.95rem;
      font-weight: 500;
      cursor: pointer;
      text-align: center;
	}
	.meta { font-size: 0.95rem; color: #444; margin-bottom: 18px; }
    .toc { border: 1px solid #ddd; border-radius: 10px; padding: 14px 14px 8px; background: #fafafa; }
    .toc a { text-decoration: none; }
    .toc ul { margin: 8px 0 0 18px; padding: 0; }
    .note { border-left: 4px solid #ddd; padding: 10px 12px; background: #fbfbfb; border-radius: 6px; }
    .table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid #e2e2e2; border-radius: 10px; }
    table { width: 100%; border-collapse: collapse; min-width: 520px; }
    th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid #eee; vertical-align: top; }
    thead th { background: #f5f5f5; border-bottom: 1px solid #e8e8e8; }
    tbody tr:last-child td { border-bottom: none; }
    .sr-only { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
    .foot { margin-top: 34px; font-size: 0.95rem; color: #333; }
    .sources a { word-break: break-word; }

    /* Row permalinks (paragraph symbol) hidden until row hover/focus */
    .rowlink {
      margin-left: 8px;
      text-decoration: none;
      color: #666;
      opacity: 0;
      transition: opacity 120ms ease-in-out;
    }
    tr:hover .rowlink,
    tr:focus-within .rowlink,
    .rowlink:focus {
      opacity: 1;
    }
    .rowlink:focus {
      outline: 2px solid #ddd;
      outline-offset: 2px;
    }
}
/* --------------------------------------------------   DESKTOP/LAPTOP   ---------------------------------------------------- */
@media (min-width: 992px){
    *, *::before, *::after {box-sizing: border-box;}

    html, body {
      margin: 0;
      padding: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 16px;
      line-height: 1.6;
      color: #222222;
      background-color: #f7f7f9;
    }
	html {
	  scroll-padding-top: 320px; /* set to your sticky header height */
	}
    a {
      color: #005cb3;
      text-decoration: none;
    }
    a:hover,
    a:focus {
      text-decoration: underline;
    }
	.page-wrap {
	  margin: auto;
	  max-width: 1000px;
      min-height: 100vh;
	  display: flex;
      flex-direction: column;
    }
    header,
    main,
    footer {
      width: 100%;
    }
	header {
	  position: sticky;
	  top: 0px;
	}
    img.site-logo {
	  height: auto;
	  width: 100%;
	  z-index: 0;
	  padding: 0px;
	  margin: 0px 0px -7px 0px;
    }
	.nav {
	  background-color: white;
	  height: 60px;
	  padding: 17px 5px 5px 25px;
	  width: 100%;
    }
	a.nav {
	  font-weight: bold;
	  color: #252B4D;
	  text-decoration: none;
	}
	a.nav:hover, a.nav:focus {
	  color: #005cb3;
      text-decoration: none;
	}
	.nav-float-left {
	  float: left;
	  margin: 0px 0px 0px 0px;
	  text-align: left;
	  display: block;
	  visibility: visible;
	}
	.nav-float-right {
	  float: right;
	  margin: -12px 10px 0px 0px;
	  text-align: right;
	}
	#dropdown_div {
		visibility: hidden;
		display: none;	
	}
	#hamburger {
		background-image: url('/icons/menu_45x45.png');
		visibility: hidden;
		display: none;
		height: 45px;
		width: 45px;
		z-index: 2000;
	}
	#tagline1 {
	  background-color: #005cb3;
	  color: white;
	  font-size: 1.1em;
	  letter-spacing: 10px;
	  padding: 10px 10px 3px 10px;
	  text-align: center;
	  width: 100%;
	}
	#tagline2 {
	  background-color: #005cb3;
	  color: white;
	  font-size: .8em;
	  letter-spacing: 5px;
	  padding: 2px 10px 10px 10px;
	  text-align: center;
	  width: 100%;
	}
    #hero {
      background-color: #ffffff;
	  background-image: url('/images/employment-law-judgment-enforcement.webp');
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: 100% auto;
      border-bottom: 1px solid #e0e0e5;
      padding: 2.2rem 0rem 2rem 0rem;
    }
    #hero .hero-inner {
      text-align: left;
    }
    .hero-tagline {
	  background-color: rgba(37, 43, 77, 0.60);
      font-size: 0.95rem;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: white;
      padding: 1rem;
	  margin: 0rem;
    }
    #hero h1 {
	  background-color: rgba(37, 43, 77, 0.60);
      font-size: 1.9rem;
      line-height: 1.25;
      padding: 1rem;
      color: white;
	  margin: 0rem;
	  text-align: justify;
    }
    .hero-cta {
      margin: 1.25rem;
    }
    .hero-supporting {
	  margin: 1rem 0rem 0rem 0rem;
      color: white;
    }
    .btn {
      display: inline-block;
      padding: 0.7rem 1.35rem;
      border-radius: 4px;
      border: 1px solid transparent;
      font-size: 0.95rem;
      font-weight: 500;
      cursor: pointer;
      text-align: center;
    }
    .btn-primary {
      background-color: #005cb3;
      color: #ffffff;
      border-color: #005cb3;
    }
    .btn-primary:hover,
    .btn-primary:focus {
      background-color: #093f7a;
      border-color: #093f7a;
      text-decoration: none;
    }
    .btn-secondary {
      background-color: #ffffff;
      color: #0b4f9c;
      border-color: #0b4f9c;
    }
    .btn-secondary:hover,
    .btn-secondary:focus {
      background-color: #eef3fb;
      text-decoration: none;
    }
 	.container {
	  padding: 1rem;
	}
    main section {
      background-color: #ffffff;
      border-bottom: 1px solid #e0e0e5;
    }
    main section + section {
      margin-top: 0.85rem;
    }
    main section .container {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
	main h1 {
      font-size: 1.9rem;
      line-height: 1.25;
      color: rgba(37, 43, 77, .7);
	  margin: 2rem 0rem 2rem 0rem;
	  text-align: justify;
	}
    main h2 {
      font-size: 1.35rem;
      margin: 1.25rem 0 0.75rem 0;
      color: #1f2933;
    }
    main h3 {
      font-size: 1.05rem;
      margin-top: 1.5rem;
      margin-bottom: 0.5rem;
      color: #2d3748;
    }
    p {
      margin: 0 0 0.9rem 0;
	  text-align: justify;
    }
    ul {
      margin: 0.25rem 0 0.9rem 1.25rem;
      padding: 0;
    }
    ul li {
      margin: 0.25rem 0;
    }
	ol {
      margin: 0.25rem 0 0.9rem 1.25rem;
      padding: 0;
    }
    ol li {
      margin: 0.25rem 0;
    }
    .section-cta {
      margin-top: 1rem;
    }
    .text-link {
      font-weight: 500;
    }
	#footer-top {
		background-color: rgba(37, 43, 77);
		color: #fff;
		font-size: .8em;
		padding: 20px;
	}
	#footer-bottom {
		background-image: linear-gradient(to bottom, #252B4D, #111424);
		color: #fff;
		font-size: .8em;
		padding: 20px;
		text-align: justify;
		width: 100%;
	}
	a.no-decoration {
		color: #fff;
		text-decoration: none;
	}
	a.no-decoration:hover, a.no-decoration:focus {
		color: #fff;
		text-decoration: underline;
	}
	#footer-top .footer-grid {
	  display: flex;
	  gap: 12px;
	  flex-wrap: nowrap;
	  align-items: flex-start;
	}
	#footer-top .footer-col {
	  flex: 1 1 0;
	  min-width: 0;              /* critical: prevents overflow in flex children */
	}
	#footer-top a.no-decoration {
	  overflow-wrap: anywhere;   /* belt */
	  word-break: break-word;    /* suspenders */
	}
	#attorney-photo {
	    float: left;
        background-image: url('/images/zack-westenhoefer.webp');
        background-position-x: 0px;
        background-repeat: no-repeat;
		margin-right: 15px;
        padding: 0px;
        background-position-y: -10px;
        background-size: 200px auto;
        border: 2px solid #ffe066;
        border-radius: 100px;
        height: 200px;
        width: 200px;
    }
	input[type=text], textarea {
	  font-family: inherit;
	  width: 100%;
	  padding: 12px 20px;
	  margin: 8px 0;
	  display: inline-block;
	  border: 1px solid #ccc;
	  border-radius: 4px;
	  box-sizing: border-box;
	}
	input[type=submit] {
	  display: inline-block;
      padding: 0.7rem 1.35rem;
      border-radius: 4px;
      border: 1px solid transparent;
      font-size: 0.95rem;
      font-weight: 500;
      cursor: pointer;
      text-align: center;
	}
	.meta { font-size: 0.95rem; color: #444; margin-bottom: 18px; }
    .toc { border: 1px solid #ddd; border-radius: 10px; padding: 14px 14px 8px; background: #fafafa; }
    .toc a { text-decoration: none; }
    .toc ul { margin: 8px 0 0 18px; padding: 0; }
    .note { border-left: 4px solid #ddd; padding: 10px 12px; background: #fbfbfb; border-radius: 6px; }
    .table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid #e2e2e2; border-radius: 10px; }
    table { width: 100%; border-collapse: collapse; min-width: 520px; }
    th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid #eee; vertical-align: top; }
    thead th { background: #f5f5f5; border-bottom: 1px solid #e8e8e8; }
    tbody tr:last-child td { border-bottom: none; }
    .sr-only { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
    .foot { margin-top: 34px; font-size: 0.95rem; color: #333; }
    .sources a { word-break: break-word; }

    /* Row permalinks (paragraph symbol) hidden until row hover/focus */
    .rowlink {
      margin-left: 8px;
      text-decoration: none;
      color: #666;
      opacity: 0;
      transition: opacity 120ms ease-in-out;
    }
    tr:hover .rowlink,
    tr:focus-within .rowlink,
    .rowlink:focus {
      opacity: 1;
    }
    .rowlink:focus {
      outline: 2px solid #ddd;
      outline-offset: 2px;
    }
}