@charset "UTF-8";
@font-face {
  font-family: "Tenon";
  src: url("/fonts/tenon-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tenon";
  src: url("/fonts/tenon-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tenon";
  src: url("/fonts/tenon-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.rg-disclaimer {
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  background-color: #f8f9fa;
  border-left: 3px solid #6c757d;
  border-radius: 0 4px 4px 0;
  font-size: 0.85rem;
  color: #6c757d;
  line-height: 1.5;
}
.rg-disclaimer p {
  margin: 0;
}
.rg-disclaimer strong {
  color: #495057;
}

body,
.main-container {
  font-family: "Tenon", "Open Sans", sans-serif;
  font-weight: 300;
  color: #333;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6,
.bold, .semibold, strong {
  font-family: "Tenon", "Open Sans", sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
  color: #1a1a2e;
}

h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.35;
  color: #1a1a2e;
}

h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  color: #333;
}

p, li, .detail-content {
  font-size: 16px;
  line-height: 1.75;
  color: #444;
}

.detail-content {
  font-weight: 300;
}
.detail-content h2 {
  font-size: 24px;
  margin-top: 32px;
  margin-bottom: 12px;
}
.detail-content h3 {
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 8px;
}
.detail-content p {
  margin-bottom: 16px;
}
.detail-content ul, .detail-content ol {
  padding-left: 24px;
  margin-bottom: 16px;
}
.detail-content ul li,
.detail-content ul li:not(:last-child), .detail-content ol li,
.detail-content ol li:not(:last-child) {
  margin-bottom: 6px;
}
.detail-content ul {
  list-style-type: disc;
}
.detail-content ol {
  list-style-type: decimal;
}
.detail-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
  font-size: 15px;
}
.detail-content table th, .detail-content table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  text-align: left;
}
.detail-content table th {
  background-color: #f5f5f5;
  font-weight: 600;
}
.detail-content table tr:nth-child(even) {
  background-color: #fafafa;
}

.rg-main-category a {
  font-family: "Tenon", "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.rg-category-title {
  font-family: "Tenon", "Open Sans", sans-serif;
  font-weight: 700;
}

.rg-subcategory-title {
  font-family: "Tenon", "Open Sans", sans-serif;
  font-weight: 500;
}

.rg-breadcrumb ol {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  flex-wrap: wrap;
}
.rg-breadcrumb li {
  font-size: 14px;
  color: #6c757d;
}
.rg-breadcrumb li a {
  color: #1AADE0;
  text-decoration: none;
}
.rg-breadcrumb li a:hover {
  text-decoration: underline;
}
.rg-breadcrumb li.separator {
  margin: 0 8px;
  color: #adb5bd;
}
.rg-breadcrumb li[aria-current] {
  color: #333;
  font-weight: 500;
}

.rg-breadcrumb-mobile {
  margin-bottom: 12px;
}

.rg-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 48px 0 32px;
  min-height: 200px;
}

.rg-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

.rg-hero .container {
  position: relative;
  z-index: 1;
}

.rg-hero .tellus-rg-title {
  color: #fff;
  font-family: "Tenon", "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 8px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

section.rg-listing-section {
  padding: 64px 0 48px !important;
  background: #fff;
}

@media (max-width: 767px) {
  section.rg-listing-section {
    padding: 40px 0 32px !important;
  }
}
body .main-container .container .rg-breadcrumb {
  margin-top: 48px;
}

body .main-container .container .rg-breadcrumb-mobile {
  margin-top: 32px;
}

.rg-tags-section {
  margin-top: 24px;
  padding-top: 16px;
}

.rg-tag-pill {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 16px;
  background-color: #f0f4f8;
  color: #465773;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: background-color 0.2s, color 0.2s;
}
.rg-tag-pill:hover {
  background-color: #1AADE0;
  color: #fff;
  text-decoration: none;
}

.rg-related-resources {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e9ecef;
}
.rg-related-resources h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #333;
}

.rg-related-group {
  margin-bottom: 16px;
}
.rg-related-group .rg-related-guide-title {
  font-size: 15px;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.rg-related-group ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}
.rg-related-group li {
  padding: 4px 0;
}
.rg-related-group a {
  color: #1AADE0;
  text-decoration: none;
  font-size: 15px;
}
.rg-related-group a:hover {
  text-decoration: underline;
}

.rg-nav {
  background-color: #1a1a2e;
  padding: 0;
  position: relative;
  z-index: 100;
}

.rg-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.rg-nav-logo {
  display: flex;
  align-items: center;
}
.rg-nav-logo img {
  height: 24px;
  width: auto;
}

.rg-nav-links {
  display: flex;
  align-items: center;
  height: 100%;
}

.rg-nav-link {
  font-family: "Chivo", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  padding: 20px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.rg-nav-link:hover {
  color: #fff;
  text-decoration: none;
}
.rg-nav-link.active {
  color: #fff;
  border-bottom-color: #1AADE0;
}

.rg-nav-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 8px;
}
.rg-nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}

.rg-mobile-nav {
  background-color: #1a1a2e;
  display: none;
  padding: 0 0 16px;
}
.rg-mobile-nav.rg-mobile-open {
  display: block;
}

.rg-mobile-link {
  display: block;
  font-family: "Chivo", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  padding: 12px 0;
}
.rg-mobile-link:hover {
  color: #fff;
  text-decoration: none;
}
.rg-mobile-link.active {
  color: #fff;
}

.rg-mobile-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 8px 0;
}

.rg-footer {
  background-color: #1c1c1c;
  color: rgba(255, 255, 255, 0.6);
  padding: 56px 0 0;
  margin-top: 40px;
  font-family: "Chivo", "Tenon", sans-serif;
}
.rg-footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}
.rg-footer a:hover {
  color: #fff;
  text-decoration: none;
}

.rg-footer-top {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding-bottom: 40px;
}

.rg-footer-brand {
  flex: 0 0 auto;
  padding-top: 2px;
}

.rg-footer-logo {
  height: 40px;
  width: auto;
  opacity: 0.9;
}

.rg-footer-columns {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  gap: 40px;
}

.rg-footer-col {
  flex: 1 1 140px;
  min-width: 120px;
}
.rg-footer-col h4 {
  font-family: "Chivo", "Tenon", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 16px;
}
.rg-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rg-footer-col li {
  margin-bottom: 10px;
}
.rg-footer-col a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.rg-footer-social {
  display: flex;
  gap: 14px;
}
.rg-footer-social a {
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rg-footer-social a:hover {
  color: #fff;
}

.rg-footer-disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 28px 0;
}
.rg-footer-disclaimer .rg-footer-disclaimer-title {
  font-family: "Chivo", "Tenon", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 16px;
}
.rg-footer-disclaimer p {
  font-size: 11px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.3);
  margin: 0 0 8px;
}
.rg-footer-disclaimer p:last-child {
  margin-bottom: 0;
}
.rg-footer-disclaimer a {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: underline;
}
.rg-footer-disclaimer a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.rg-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  text-align: center;
}
.rg-footer-bottom span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
  .rg-footer-top {
    flex-direction: column;
    gap: 32px;
  }
  .rg-footer-columns {
    gap: 24px;
  }
  .rg-footer-col {
    flex: 1 1 120px;
  }
}
.rg-breadcrumb-back {
  font-size: 14px;
  color: #1AADE0;
  text-decoration: none;
}
.rg-breadcrumb-back:hover {
  text-decoration: underline;
}

.rg-state-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e9ecef;
}

.rg-state-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Tenon", "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #465773;
  text-decoration: none;
  cursor: pointer;
}
.rg-state-toggle:hover {
  color: #1AADE0;
  text-decoration: none;
}

.rg-state-arrow {
  font-size: 12px;
  transition: transform 0.2s ease;
  display: inline-block;
}

.rg-state-list {
  list-style: none;
  padding: 8px 0 0 12px;
  margin: 0;
}
.rg-state-list li {
  padding: 3px 0;
}
.rg-state-list a {
  font-size: 14px;
  color: #465773;
  text-decoration: none;
}
.rg-state-list a:hover {
  color: #1AADE0;
  text-decoration: underline;
}

.rg-state-landing-categories {
  margin-bottom: 24px;
}

.rg-state-intro {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 24px;
}

.rg-statute-callout {
  margin-top: 32px;
  padding: 20px 24px;
  background-color: #f0f7ff;
  border-left: 4px solid #1AADE0;
  border-radius: 0 4px 4px 0;
}
.rg-statute-callout h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
  color: #333;
}
.rg-statute-callout ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rg-statute-callout li {
  padding: 4px 0;
  font-size: 14px;
  color: #465773;
}
.rg-statute-callout li:before {
  content: "§";
  margin-right: 8px;
  color: #1AADE0;
  font-weight: 700;
}
.rg-statute-callout a {
  color: #1AADE0;
  text-decoration: none;
}
.rg-statute-callout a:hover {
  text-decoration: underline;
}

.rg-tellus-callout,
.detail-content blockquote:has(strong) {
  margin: 24px 0;
  padding: 16px 20px;
  background-color: #eaf7fd;
  border-left: 4px solid #1AADE0;
  border-radius: 0 4px 4px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.rg-tellus-callout p,
.detail-content blockquote:has(strong) p {
  margin: 0;
}
.rg-tellus-callout strong,
.detail-content blockquote:has(strong) strong {
  color: #1AADE0;
}

.rg-state-summary {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 2px solid #e9ecef;
}
.rg-state-summary h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}

.rg-state-narrative {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 20px;
}
.rg-state-narrative p {
  margin: 0;
}

.rg-state-comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.rg-state-comparison-table th {
  background-color: #1AADE0;
  color: #fff;
  font-weight: 600;
  padding: 10px 14px;
  text-align: left;
  font-size: 14px;
}
.rg-state-comparison-table td {
  padding: 10px 14px;
  font-size: 14px;
  border-bottom: 1px solid #e9ecef;
  vertical-align: top;
}
.rg-state-comparison-table tr:nth-child(even) td {
  background-color: #f8f9fa;
}
.rg-state-comparison-table a {
  color: #1AADE0;
  text-decoration: none;
}
.rg-state-comparison-table a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .rg-state-comparison-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.rg-state-subsection-title {
  font-size: 16px;
  font-weight: 600;
  color: #6c757d;
  margin-top: 24px;
  margin-bottom: 12px;
  padding-top: 16px;
  border-top: 1px solid #e9ecef;
}

.rg-generic-link {
  margin-bottom: 12px;
  font-size: 13px;
}
.rg-generic-link a {
  color: #6c757d;
  text-decoration: none;
}
.rg-generic-link a:hover {
  color: #1AADE0;
  text-decoration: underline;
}

/*# sourceMappingURL=common.css.map */
