@charset "UTF-8";
.bs-bg-light-blue {
  background-color: #F5F9FC;
}

.bs-bg-surface-subtle {
  background-color: #f9fafb;
}

.ccd-forms-cards ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 61.99875rem) {
  .ccd-forms-cards ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 47.99875rem) {
  .ccd-forms-cards ul {
    grid-template-columns: 1fr;
  }
}

.ccd-forms-card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border-radius: 0.625rem !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ccd-forms-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
@media (hover: hover) {
  .ccd-forms-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ccd-forms-card {
    transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .ccd-forms-card:focus-within, .ccd-forms-card:hover {
    transform: none;
  }
}
.ccd-forms-card__title {
  margin-block-end: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #004d79;
}
.ccd-forms-card__link {
  color: inherit;
}
.ccd-forms-card__link:hover, .ccd-forms-card__link:focus {
  color: inherit;
}
.ccd-forms-card__desc {
  flex: 1 1 auto;
  margin-block-end: 1.0625rem;
  color: #4a5565;
  font-size: 0.875rem;
  line-height: 1.42188rem;
}
.ccd-forms-card__desc p:last-child {
  margin-block-end: 0;
}
.ccd-forms-card__foot {
  padding-block-start: 1.0625rem;
  border-block-start: 1px solid #f3f4f6;
}
.ccd-forms-card__count {
  color: #6a7282;
  font-size: 0.75rem;
  line-height: 1rem;
}
.ccd-forms-card__pill {
  padding: 0.25rem 0.75rem;
  border-radius: 62.4375rem;
  background-color: #eff6ff;
  color: #215493;
  font-size: 0.875rem;
  line-height: 1.25rem;
  pointer-events: none;
}

:root {
  --ccd-icon-download: url("../images/ui/download.svg");
  --ccd-icon-search: url("../images/ui/search.svg");
}

.ccd-section-search {
  max-width: 672px;
  margin-block-end: 2rem;
}
.ccd-section-search form > .d-flex {
  gap: 0.75rem;
  align-items: flex-end;
}
.ccd-section-search .js-form-item {
  flex: 1 1 240px;
  margin-block-end: 0;
}
.ccd-section-search .form-actions {
  margin-block: 0;
}
.ccd-section-search label {
  display: block;
  margin-block-end: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #231f20;
}
.ccd-section-search input[type=text],
.ccd-section-search input[type=search] {
  width: 100%;
  height: 46px;
  padding-inline-start: 2.5rem;
  border-color: #d1d5db;
  background-image: var(--ccd-icon-search);
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 20px 20px;
}
.ccd-section-search:dir(rtl) input[type=text], .ccd-section-search:dir(rtl) input[type=search] {
  background-position: right 12px center;
}
.ccd-section-search .btn {
  height: 46px;
  padding-block: 0;
}

.ccd-card-icon {
  width: 64px;
  height: 64px;
  background-color: #e6eef7;
}
.ccd-card-icon img,
.ccd-card-icon svg {
  width: 32px;
  height: 32px;
}

.ccd-card-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #231f20;
}

.ccd-forms-categories-view > .view-header,
.ccd-categories-view > .view-header,
.view-taxonomy-term > .view-header {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #4a5565;
}
.ccd-forms-categories-view > .view-header p:last-child,
.ccd-forms-categories-view > .view-header .field:last-child,
.ccd-categories-view > .view-header p:last-child,
.ccd-categories-view > .view-header .field:last-child,
.view-taxonomy-term > .view-header p:last-child,
.view-taxonomy-term > .view-header .field:last-child {
  margin-block-end: 0;
}

.ccd-forms-categories-view > .view-header,
.ccd-categories-view > .view-header {
  margin-block-end: 3rem;
}

.view-taxonomy-term > .view-header {
  margin-block-end: 2rem;
}

.ccd-forms-rows ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ccd-regulations-list ul {
  margin-block: 0;
  padding-inline-start: 2.25rem;
  list-style: none;
}
.ccd-regulations-list li {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
}
.ccd-regulations-list li + li {
  margin-block-start: 0.5rem;
}
.ccd-regulations-list li::before {
  content: "•";
  position: absolute;
  inset-inline-start: -12px;
  font-weight: 700;
  color: #215493;
}
.ccd-regulations-list a {
  color: #231f20;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ccd-regulations-list a:hover, .ccd-regulations-list a:focus {
  color: #3b82f6;
  text-decoration: underline;
}

.ccd-regulations-by-category-view {
  margin-block-start: 3rem;
}

.ccd-form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title meta" "desc  meta";
  align-items: start;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding: 0.75rem;
  border-radius: 0.25rem;
  background-color: #f9fafb;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}
.ccd-form-row__title {
  grid-area: title;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #101828;
}
.ccd-form-row__link {
  color: inherit;
}
.ccd-form-row__link:hover, .ccd-form-row__link:focus {
  color: inherit;
}
.ccd-form-row__link:focus-visible {
  outline: none;
}
.ccd-form-row__desc {
  grid-area: desc;
  margin-block-start: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #4a5565;
}
.ccd-form-row__desc p:last-child {
  margin-block-end: 0;
}
.ccd-form-row__meta {
  grid-area: meta;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.ccd-form-row__size {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #4a5565;
  transition: color 0.15s ease;
}
.ccd-form-row__size::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-inline-start: 0.5rem;
  vertical-align: -3px;
  background-color: #9ca3af;
  transition: background-color 0.15s ease;
  mask: var(--ccd-icon-download) center/16px 16px no-repeat;
  -webkit-mask: var(--ccd-icon-download) center/16px 16px no-repeat;
}
.ccd-form-row:hover, .ccd-form-row:focus-within {
  background-color: #f3f4f6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.ccd-form-row:hover .ccd-form-row__size, .ccd-form-row:focus-within .ccd-form-row__size {
  color: #3b82f6;
}
.ccd-form-row:hover .ccd-form-row__size::after, .ccd-form-row:focus-within .ccd-form-row__size::after {
  background-color: #3b82f6;
}
.ccd-form-row:focus-within {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.ccd-forms-empty {
  padding: 0.75rem;
  border-radius: 0.25rem;
  background-color: #f9fafb;
  color: #4a5565;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

body {
  background: #fff;
}

.path-frontpage .block-page-title-block {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.path-frontpage .block-page-title-block:not(caption) {
  position: absolute !important;
}
.path-frontpage .block-page-title-block * {
  overflow: hidden !important;
}

.node--type-landing-page-layout-builder .field--name-field-intro {
  margin-block-end: 2rem;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #4a5565;
}
.node--type-landing-page-layout-builder .field--name-field-intro p:last-child {
  margin-block-end: 0;
}

[dir=rtl] body,
[dir=rtl] input,
[dir=rtl] button,
[dir=rtl] select,
[dir=rtl] textarea {
  font-family: "Cairo", "Open Sans", sans-serif;
}

[hreflang=ar],
:lang(ar) {
  font-family: "Cairo", "Open Sans", sans-serif;
}

a {
  color: #215493;
}

.node__content {
  font-size: inherit;
}

body:not(.node--type-landing-page-layout-builder) #main {
  padding-block-start: 2rem;
}

main {
  padding-block-end: 2rem;
}

.site-footer {
  margin-block-start: 4rem;
}

.ccd-shell {
  padding-inline: 2rem;
}
@media (max-width: 47.99875rem) {
  .ccd-shell {
    padding-inline: 1rem;
  }
}

nav .breadcrumb {
  font-size: var(--bs-breadcrumb-font-size);
  line-height: 1.25rem;
  align-items: center;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before {
  box-sizing: content-box;
  width: 14px;
  height: 14px;
}
.breadcrumb-item a {
  color: #6a7282;
  text-decoration: none;
}
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  color: #231f20;
  text-decoration: underline;
}
.breadcrumb-item.active {
  font-weight: 600;
}

@media (max-width: 47.99875rem) {
  nav .breadcrumb {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }
  nav .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .breadcrumb-item {
    flex-shrink: 0;
  }
  .breadcrumb-item.active {
    flex-shrink: 1;
    min-width: 0;
  }
  .breadcrumb-item.active > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
[dir=rtl] .breadcrumb {
  --bs-breadcrumb-divider: url("../images/ui/chevron-left.svg");
}

.bg-inverse {
  background: #002f5f !important;
}

.site-footer {
  background: #215493 !important;
}

.menu--main li a {
  color: #002f5f;
}

.menu--account li a {
  color: #002f5f;
}

.site-name-slogan a {
  text-decoration: none;
}

.card-group img {
  margin: 0;
  width: 100%;
  height: auto;
}

.card-group .field--type-image {
  margin: 0;
}

.slick {
  width: 100%;
}

.slick > div {
  margin: 0 0.9375rem;
}

.fs-0 {
  font-size: 0px;
}
