@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,700&display=swap");
:root {
  --c-black: #000000;
  --c-white: #ffffff;
  --c-primary: #042D41;
  --c-bg-color: #CFEFFF;
  --c-gray: #8DA5B1;
}

.toolbar-horizontal.user-logged-in {
  --toolbar-mt: 39px;
}

.toolbar-horizontal.user-logged-in.toolbar-tray-open {
  --toolbar-mt: 79px;
}

body {
  background-color: #F4F4F4;
  font-family: "Roboto", sans-serif;
}

.header-section {
  background-color: var(--c-primary);
  color: var(--c-white);
}
.header-section .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-section .header-logo {
  background-color: var(--c-white);
  padding: 13px 18px;
  margin-right: 20px;
  max-width: 52px;
}
.header-section .header-logo img {
  width: 16px;
  height: auto;
  margin: 0;
}
.header-section .logo-with-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-section .header-menu {
  padding-right: 12px;
}
.header-section .header-menu ul {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  .header-section .header-menu ul {
    font-size: 16px;
  }
}
.header-section .header-menu ul li a {
  font-size: 1em;
}

.menu-toggle {
  z-index: 99;
  width: 18px;
  height: 16px;
  position: relative;
  cursor: pointer;
}
.menu-toggle span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  border-bottom: 3px solid var(--c-white);
  background-color: var(--c-white);
  -webkit-transition: top 0.3s 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, top 0.3s 0.3s, opacity 0.3s 0.3s;
  transition: transform 0.3s 0s, top 0.3s 0.3s, opacity 0.3s 0.3s, -webkit-transform 0.3s 0s;
}
.menu-toggle span:nth-child(2) {
  top: calc(50% - 6px);
}
.menu-toggle span:nth-child(3) {
  top: calc(50% + 6px);
}

.menu-active .menu-toggle span {
  -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, top 0.3s, opacity 0.3s;
  transition: transform 0.3s 0.3s, top 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
}
.menu-active .menu-toggle span:nth-child(1) {
  opacity: 0;
}
.menu-active .menu-toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-active .menu-toggle span:nth-child(3) {
  top: 50% !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

nav.pager ul li.active a {
  background-color: var(--c-primary);
  color: var(--c-white);
}
nav.pager ul li a {
  color: var(--c-primary);
}

.tablesort--asc {
  -webkit-mask-image: url("https://new.i485.us/core/misc/icons/787878/twistie-down.svg");
          mask-image: url("https://new.i485.us/core/misc/icons/787878/twistie-down.svg");
  background-color: var(--c-white);
  -webkit-mask-size: contain;
          mask-size: contain;
  background-image: unset;
}

.user-page .content-wrapper {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../images/user-login.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 12px;
  overflow: auto;
}
.user-page .content-wrapper > .region-content {
  color: var(--c-white);
  max-width: 450px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  height: 100%;
  margin: 140px 0px 50px;
  padding: 30px;
  height: 500px;
}
.user-page .content-wrapper > .region-content h1 {
  text-align: center;
  padding-bottom: 40px;
}
.user-page details {
  background-color: transparent;
}
.user-page details summary {
  background-color: transparent !important;
}
.user-page .tabs-wrapper .nav-tabs {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  padding-bottom: 30px;
}
.user-page .tabs-wrapper .nav-tabs li {
  border: none;
  background-color: transparent;
  padding: 0;
}
.user-page .tabs-wrapper .nav-tabs li:not(:last-child) {
  margin: 0 20px 0 0;
}
.user-page .tabs-wrapper .nav-tabs li a {
  background-color: transparent;
  color: var(--c-white);
  font-weight: 600;
  border: none !important;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.user-page .tabs-wrapper .nav-tabs li a.is-active {
  text-decoration: underline;
}
.user-page .tabs-wrapper .nav-tabs li a:hover {
  text-decoration: underline;
}
.user-page .tabs-wrapper .nav-tabs li:nth-child(3) {
  position: absolute;
  bottom: 40px;
  right: 30px;
}
.user-page form label {
  margin-bottom: 6px;
  text-transform: uppercase;
  color: var(--c-white);
  font-weight: 600;
}
.user-page form.user-login-form .description {
  display: none;
}
.user-page form .form-control {
  padding: 14px 20px;
  border-radius: 0px;
  border-color: var(--c-white);
  background-color: transparent;
  font-weight: bold;
  color: var(--c-white);
}
.user-page form .form-control::-webkit-input-placeholder {
  color: var(--c-white);
  font-weight: bold;
}
.user-page form .form-control::-moz-placeholder {
  color: var(--c-white);
  font-weight: bold;
}
.user-page form .form-control:-ms-input-placeholder {
  color: var(--c-white);
  font-weight: bold;
}
.user-page form .form-control::-ms-input-placeholder {
  color: var(--c-white);
  font-weight: bold;
}
.user-page form .form-control::placeholder {
  color: var(--c-white);
  font-weight: bold;
}
.user-page form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.user-page form .button {
  padding: 14px 40px;
  border-radius: 0px;
  text-transform: uppercase;
  color: var(--c-white);
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  background-color: #333;
  border: none;
  margin-top: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 18px;
}
.user-page form .button:hover {
  border-color: var(--c-white);
  color: var(--c-black);
  background-color: var(--c-white);
}

.dashboard-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.dashboard-section .container-fluid {
  padding: 0 !important;
}
.dashboard-section .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.dashboard-section .dashboard-tab {
  width: 170px;
  min-width: 170px;
  position: sticky;
  top: var(--toolbar-mt, 0);
  height: calc(100vh - var(--toolbar-mt, 0));
  background-color: var(--c-primary);
  padding-top: 97px;
}
.dashboard-section .dashboard-tab .banner-bottom-wrapper {
  height: 100%;
}
.dashboard-section .dashboard-tab .banner-bottom-wrapper .region-banner-bottom {
  height: 100%;
}
.dashboard-section .dashboard-tab .banner-bottom-wrapper .block-local-tasks-block {
  height: 100%;
}
.dashboard-section .dashboard-tab .banner-bottom-wrapper .block-local-tasks-block nav {
  height: 100%;
}
.dashboard-section .dashboard-tab nav.tabs-wrapper {
  margin: 0;
}
.dashboard-section .dashboard-tab nav.tabs-wrapper ul {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  height: 100%;
  border: none;
}
.dashboard-section .dashboard-tab nav.tabs-wrapper ul .dropdown-toggle {
  display: none;
}
.dashboard-section .dashboard-tab nav.tabs-wrapper ul li {
  padding: 0;
  border: none;
}
.dashboard-section .dashboard-tab nav.tabs-wrapper ul li:last-child {
  margin-top: auto;
}
.dashboard-section .dashboard-tab nav.tabs-wrapper ul li a {
  color: var(--c-white);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  width: auto;
  height: 60px;
  border: none;
}
.dashboard-section .dashboard-tab nav.tabs-wrapper ul li a::before {
  content: "";
  background-color: var(--c-white);
  margin-right: 4px;
  padding: 12px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.dashboard-section .dashboard-tab nav.tabs-wrapper ul li a.active {
  color: var(--c-primary);
  background-color: var(--c-white);
}
.dashboard-section .dashboard-tab nav.tabs-wrapper ul li:nth-child(1) a::before {
  -webkit-mask-image: url("../images/view.svg");
          mask-image: url("../images/view.svg");
}
.dashboard-section .dashboard-tab nav.tabs-wrapper ul li:nth-child(2) a::before {
  -webkit-mask-image: url("../images/case.svg");
          mask-image: url("../images/case.svg");
}
.dashboard-section .dashboard-tab nav.tabs-wrapper ul li:nth-child(3) a::before {
  -webkit-mask-image: url("../images/individual.svg");
          mask-image: url("../images/individual.svg");
}
.dashboard-section .dashboard-tab nav.tabs-wrapper ul li:nth-child(4) a::before {
  -webkit-mask-image: url("../images/group.svg");
          mask-image: url("../images/group.svg");
}
.dashboard-section .dashboard-tab nav.tabs-wrapper ul li:nth-child(5) a::before {
  -webkit-mask-image: url("../images/logout.svg");
          mask-image: url("../images/logout.svg");
}
.dashboard-section .dasboard-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.dashboard-section .dasboard-content .content-wrapper {
  background-color: var(--c-white);
  color: var(--c-primary);
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.dashboard-section .dasboard-content .content-wrapper .action-links {
  padding-left: 28px;
  padding-right: 28px;
}
.dashboard-section .dasboard-content .content-wrapper .region.region-content {
  padding: 0;
}
.dashboard-section .dasboard-content .content-wrapper .group--full .field--label-above {
  margin-bottom: 10px;
}
.dashboard-section .dasboard-content .content-wrapper .group--full .field--label-above .field__label {
  font-size: 18px;
}
.dashboard-section .dasboard-content .content-wrapper .group--full .field--label-above .field__item {
  color: var(--c-gray);
  font-size: 14px;
}
.dashboard-section .dasboard-content .region.region-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dashboard-section .dasboard-content .region.region-content .block {
  width: 100%;
}
.dashboard-section .dasboard-content .region.region-content .block-page-title-block {
  width: auto;
  padding-left: 28px;
  padding-right: 28px;
}
.dashboard-section .dasboard-content .region.region-content .block-local-actions-block {
  width: auto;
}
.dashboard-section .view-header {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.dashboard-section .view-header a.btn-primary {
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline-block;
  text-align: center;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border: 2px solid var(--c-primary);
  font-weight: 600;
  color: var(--tcolor, var(--c-white));
  background-color: var(--bgcolor, var(--c-primary));
}
.dashboard-section .view-header a.btn-primary:hover {
  background-color: var(--c-white);
  color: var(--c-primary);
}
.dashboard-section .view-content {
  margin-top: 20px;
}
.dashboard-section .view-content table thead {
  background-color: var(--c-primary);
}
.dashboard-section .view-content table thead th,
.dashboard-section .view-content table thead a {
  text-decoration: none;
  color: var(--c-white);
  padding: 16px 10px;
}
.dashboard-section .view-content table thead th *,
.dashboard-section .view-content table thead a * {
  color: inherit;
}
.dashboard-section .view-content table thead th a {
  padding-left: 0;
  padding-right: 0;
}
.dashboard-section .view-content tbody td a {
  color: var(--c-black);
}
.dashboard-section .view-content tbody td ul li {
  list-style: none;
}
.dashboard-section .view-content tbody td.views-field-dropbutton .dropbutton-action a {
  text-decoration: none;
}

.block-local-actions-block nav.action-links {
  text-align: right;
  margin-top: 0;
}
.block-local-actions-block nav.action-links li:nth-child(1) a {
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline-block;
  text-align: center;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border: 2px solid var(--c-primary);
  font-weight: 600;
  color: var(--tcolor, var(--c-white));
  background-color: var(--bgcolor, var(--c-primary));
  --bgcolor:var(--c-white);
  --tcolor:var(--c-primary);
  font-size: 14px;
}
.block-local-actions-block nav.action-links li:nth-child(1) a:hover {
  background-color: var(--c-white);
  color: var(--c-primary);
}
.block-local-actions-block nav.action-links li a {
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline-block;
  text-align: center;
  transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  border: 2px solid var(--c-primary);
  font-weight: 600;
  color: var(--tcolor, var(--c-white));
  background-color: var(--bgcolor, var(--c-primary));
}
.block-local-actions-block nav.action-links li a:hover {
  background-color: var(--c-white);
  color: var(--c-primary);
}

.block-system-main-block .horizontal-tabs {
  border: none;
}
.block-system-main-block .horizontal-tabs ul.horizontal-tabs-list {
  background-color: var(--c-white);
  border-color: #EDEBEB;
  border-style: solid;
  border-width: 2px 0 2px 0;
  padding-left: 28px;
  padding-right: 28px;
}
.block-system-main-block .horizontal-tabs ul.horizontal-tabs-list li {
  border: none;
  background-color: unset;
  padding-left: 14px;
  padding-right: 14px;
}
.block-system-main-block .horizontal-tabs ul.horizontal-tabs-list li:first-child {
  padding-left: 0;
}
.block-system-main-block .horizontal-tabs ul.horizontal-tabs-list li:last-child {
  padding-right: 0;
}
.block-system-main-block .horizontal-tabs ul.horizontal-tabs-list li:hover {
  background-color: unset;
}
.block-system-main-block .horizontal-tabs ul.horizontal-tabs-list li a {
  color: var(--c-gray);
  font-weight: normal;
  padding: 12px 0;
  position: relative;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.block-system-main-block .horizontal-tabs ul.horizontal-tabs-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 4px solid var(--c-primary);
  width: 0;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.block-system-main-block .horizontal-tabs ul.horizontal-tabs-list li a * {
  font-weight: inherit;
}
.block-system-main-block .horizontal-tabs ul.horizontal-tabs-list li.selected a {
  color: var(--c-primary);
  font-weight: bold;
}
.block-system-main-block .horizontal-tabs ul.horizontal-tabs-list li.selected a::after {
  width: 100%;
}
.block-system-main-block .horizontal-tabs ul.horizontal-tabs-list li.selected a * {
  font-weight: inherit;
}
.block-system-main-block .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane {
  padding: 0;
  margin: 0;
}
.block-system-main-block .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .details-wrapper.card-body {
  padding: 25px 28px;
}
.block-system-main-block .horizontal-tabs .horizontal-tabs-panes .details-wrapper.card-body > .field > .field__label {
  font-size: 24px;
  font-weight: bold;
  color: var(--c-primary);
  margin-bottom: 25px;
}
.block-system-main-block .horizontal-tabs .horizontal-tabs-panes .details-wrapper.card-body > .field .field__item a {
  text-decoration: none;
  color: #0056B3;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.block-system-main-block .horizontal-tabs .horizontal-tabs-panes .details-wrapper.card-body > .field .field__item a:hover {
  color: var(--c-primary);
}
.block-system-main-block .horizontal-tabs .horizontal-tabs-panes .details-wrapper.card-body > .field .paragraph > .field {
  margin-bottom: 10px;
}
.block-system-main-block .horizontal-tabs .horizontal-tabs-panes .details-wrapper.card-body > .field .paragraph .field__label {
  font-size: 18px;
  color: var(--c-primary);
}
.block-system-main-block .horizontal-tabs .horizontal-tabs-panes .details-wrapper.card-body > .field .paragraph .field__item {
  font-size: 14px;
  font-weight: 400;
  color: var(--c-gray);
}
.block-system-main-block .horizontal-tabs .horizontal-tabs-panes .details-wrapper.card-body > .field.field--name-field-case-applicant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.block-system-main-block .horizontal-tabs .horizontal-tabs-panes .details-wrapper.card-body > .field.field--name-field-case-applicant .field__label {
  padding-right: 5px;
  margin-bottom: 0;
}
.block-system-main-block .horizontal-tabs .horizontal-tabs-panes .details-wrapper.card-body > .field.field--name-field-case-applicant a {
  text-decoration: none;
  color: #0056B3;
  font-weight: bold;
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out;
}
.block-system-main-block .horizontal-tabs .horizontal-tabs-panes .details-wrapper.card-body > .field.field--name-field-case-applicant a:hover {
  color: var(--c-primary);
}
.block-system-main-block .horizontal-tabs .horizontal-tabs-panes .details-wrapper.card-body > .field.field--name-field-case-submissions .field__label {
  padding-right: 5px;
  margin-bottom: 5px;
}
.block-system-main-block .horizontal-tabs .horizontal-tabs-panes .details-wrapper.card-body > .field.field--name-field-case-submissions .field__item a {
  font-size: 20px;
}
.block-system-main-block .horizontal-tabs .horizontal-tabs-panes #edit-group-questionnaire .details-wrapper.card-body > .field {
  margin-bottom: 10px;
}
.block-system-main-block .horizontal-tabs .horizontal-tabs-panes #edit-group-questionnaire .details-wrapper.card-body > .field > .field__label {
  font-size: 18px;
  color: var(--c-primary);
  margin-bottom: 0;
}

.dashboard-section .node-form.node-case-update-form {
  margin: 0;
  font-size: 14px;
}
.dashboard-section .node-form.node-case-update-form fieldset legend {
  font-weight: bold;
  font-size: 1.5rem;
  color: var(--c-primary);
}
.dashboard-section .node-form.node-case-update-form .field--name-field-case-applicant table thead th {
  color: var(--c-primary);
  font-weight: 700;
}
.dashboard-section .node-form.node-case-update-form .field--name-field-case-applicant table thead th:last-child {
  width: 100px;
}
.dashboard-section .node-form.node-case-update-form .field--name-field-case-applicant table tbody td:last-child {
  width: 100px;
}

.node-case-update-form {
  padding: 25px 28px;
}

.details-wrapper > .field--type-entity-reference h2 {
  padding-bottom: 30px;
  color: var(--c-black);
}
.details-wrapper > .field--type-entity-reference h2 a {
  text-decoration: none;
  color: var(--c-black) !important;
}
.details-wrapper > .field--type-entity-reference div.field--label-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .details-wrapper > .field--type-entity-reference div.field--label-inline > div {
    width: calc(50% - 12px);
  }
}
.details-wrapper > .field--type-entity-reference div.field--label-inline .field__label {
  text-align: right;
}
.details-wrapper > .field--type-entity-reference .node__content > .field--label-above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .details-wrapper > .field--type-entity-reference .node__content > .field--label-above > div {
    width: calc(50% - 12px);
  }
}
.details-wrapper > .field--type-entity-reference .node__content > .field--label-above .field__label {
  text-align: right;
}/*# sourceMappingURL=custom.css.map */